@alicloud/elasticsearch20170613 1.0.15 → 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/client.d.ts CHANGED
@@ -37,6 +37,7 @@ export declare class Logstash extends $tea.Model {
37
37
  });
38
38
  }
39
39
  export declare class ActivateZonesRequest extends $tea.Model {
40
+ body?: string;
40
41
  clientToken?: string;
41
42
  static names(): {
42
43
  [key: string]: string;
@@ -65,6 +66,7 @@ export declare class ActivateZonesResponse extends $tea.Model {
65
66
  headers: {
66
67
  [key: string]: string;
67
68
  };
69
+ statusCode: number;
68
70
  body: ActivateZonesResponseBody;
69
71
  static names(): {
70
72
  [key: string]: string;
@@ -77,6 +79,7 @@ export declare class ActivateZonesResponse extends $tea.Model {
77
79
  });
78
80
  }
79
81
  export declare class AddConnectableClusterRequest extends $tea.Model {
82
+ body?: string;
80
83
  clientToken?: string;
81
84
  static names(): {
82
85
  [key: string]: string;
@@ -105,6 +108,7 @@ export declare class AddConnectableClusterResponse extends $tea.Model {
105
108
  headers: {
106
109
  [key: string]: string;
107
110
  };
111
+ statusCode: number;
108
112
  body: AddConnectableClusterResponseBody;
109
113
  static names(): {
110
114
  [key: string]: string;
@@ -116,6 +120,18 @@ export declare class AddConnectableClusterResponse extends $tea.Model {
116
120
  [key: string]: any;
117
121
  });
118
122
  }
123
+ export declare class AddSnapshotRepoRequest extends $tea.Model {
124
+ body?: string;
125
+ static names(): {
126
+ [key: string]: string;
127
+ };
128
+ static types(): {
129
+ [key: string]: any;
130
+ };
131
+ constructor(map?: {
132
+ [key: string]: any;
133
+ });
134
+ }
119
135
  export declare class AddSnapshotRepoResponseBody extends $tea.Model {
120
136
  requestId?: string;
121
137
  result?: boolean;
@@ -133,6 +149,7 @@ export declare class AddSnapshotRepoResponse extends $tea.Model {
133
149
  headers: {
134
150
  [key: string]: string;
135
151
  };
152
+ statusCode: number;
136
153
  body: AddSnapshotRepoResponseBody;
137
154
  static names(): {
138
155
  [key: string]: string;
@@ -145,6 +162,7 @@ export declare class AddSnapshotRepoResponse extends $tea.Model {
145
162
  });
146
163
  }
147
164
  export declare class CancelDeletionRequest extends $tea.Model {
165
+ body?: string;
148
166
  clientToken?: string;
149
167
  static names(): {
150
168
  [key: string]: string;
@@ -173,6 +191,7 @@ export declare class CancelDeletionResponse extends $tea.Model {
173
191
  headers: {
174
192
  [key: string]: string;
175
193
  };
194
+ statusCode: number;
176
195
  body: CancelDeletionResponseBody;
177
196
  static names(): {
178
197
  [key: string]: string;
@@ -185,6 +204,7 @@ export declare class CancelDeletionResponse extends $tea.Model {
185
204
  });
186
205
  }
187
206
  export declare class CancelLogstashDeletionRequest extends $tea.Model {
207
+ body?: string;
188
208
  clientToken?: string;
189
209
  static names(): {
190
210
  [key: string]: string;
@@ -213,6 +233,7 @@ export declare class CancelLogstashDeletionResponse extends $tea.Model {
213
233
  headers: {
214
234
  [key: string]: string;
215
235
  };
236
+ statusCode: number;
216
237
  body: CancelLogstashDeletionResponseBody;
217
238
  static names(): {
218
239
  [key: string]: string;
@@ -225,6 +246,7 @@ export declare class CancelLogstashDeletionResponse extends $tea.Model {
225
246
  });
226
247
  }
227
248
  export declare class CancelTaskRequest extends $tea.Model {
249
+ body?: string;
228
250
  clientToken?: string;
229
251
  taskType?: string;
230
252
  static names(): {
@@ -254,6 +276,7 @@ export declare class CancelTaskResponse extends $tea.Model {
254
276
  headers: {
255
277
  [key: string]: string;
256
278
  };
279
+ statusCode: number;
257
280
  body: CancelTaskResponseBody;
258
281
  static names(): {
259
282
  [key: string]: string;
@@ -297,6 +320,7 @@ export declare class CapacityPlanResponse extends $tea.Model {
297
320
  headers: {
298
321
  [key: string]: string;
299
322
  };
323
+ statusCode: number;
300
324
  body: CapacityPlanResponseBody;
301
325
  static names(): {
302
326
  [key: string]: string;
@@ -310,6 +334,7 @@ export declare class CapacityPlanResponse extends $tea.Model {
310
334
  }
311
335
  export declare class CloseDiagnosisRequest extends $tea.Model {
312
336
  clientToken?: string;
337
+ body?: string;
313
338
  lang?: string;
314
339
  static names(): {
315
340
  [key: string]: string;
@@ -338,6 +363,7 @@ export declare class CloseDiagnosisResponse extends $tea.Model {
338
363
  headers: {
339
364
  [key: string]: string;
340
365
  };
366
+ statusCode: number;
341
367
  body: CloseDiagnosisResponseBody;
342
368
  static names(): {
343
369
  [key: string]: string;
@@ -350,6 +376,7 @@ export declare class CloseDiagnosisResponse extends $tea.Model {
350
376
  });
351
377
  }
352
378
  export declare class CloseHttpsRequest extends $tea.Model {
379
+ body?: string;
353
380
  clientToken?: string;
354
381
  static names(): {
355
382
  [key: string]: string;
@@ -378,6 +405,7 @@ export declare class CloseHttpsResponse extends $tea.Model {
378
405
  headers: {
379
406
  [key: string]: string;
380
407
  };
408
+ statusCode: number;
381
409
  body: CloseHttpsResponseBody;
382
410
  static names(): {
383
411
  [key: string]: string;
@@ -391,6 +419,7 @@ export declare class CloseHttpsResponse extends $tea.Model {
391
419
  }
392
420
  export declare class CloseManagedIndexRequest extends $tea.Model {
393
421
  clientToken?: string;
422
+ body?: string;
394
423
  static names(): {
395
424
  [key: string]: string;
396
425
  };
@@ -418,6 +447,7 @@ export declare class CloseManagedIndexResponse extends $tea.Model {
418
447
  headers: {
419
448
  [key: string]: string;
420
449
  };
450
+ statusCode: number;
421
451
  body: CloseManagedIndexResponseBody;
422
452
  static names(): {
423
453
  [key: string]: string;
@@ -430,6 +460,7 @@ export declare class CloseManagedIndexResponse extends $tea.Model {
430
460
  });
431
461
  }
432
462
  export declare class CreateCollectorRequest extends $tea.Model {
463
+ body?: string;
433
464
  clientToken?: string;
434
465
  static names(): {
435
466
  [key: string]: string;
@@ -458,6 +489,7 @@ export declare class CreateCollectorResponse extends $tea.Model {
458
489
  headers: {
459
490
  [key: string]: string;
460
491
  };
492
+ statusCode: number;
461
493
  body: CreateCollectorResponseBody;
462
494
  static names(): {
463
495
  [key: string]: string;
@@ -501,6 +533,7 @@ export declare class CreateComponentIndexResponse extends $tea.Model {
501
533
  headers: {
502
534
  [key: string]: string;
503
535
  };
536
+ statusCode: number;
504
537
  body: CreateComponentIndexResponseBody;
505
538
  static names(): {
506
539
  [key: string]: string;
@@ -514,6 +547,7 @@ export declare class CreateComponentIndexResponse extends $tea.Model {
514
547
  }
515
548
  export declare class CreateDataStreamRequest extends $tea.Model {
516
549
  clientToken?: string;
550
+ body?: string;
517
551
  static names(): {
518
552
  [key: string]: string;
519
553
  };
@@ -541,6 +575,7 @@ export declare class CreateDataStreamResponse extends $tea.Model {
541
575
  headers: {
542
576
  [key: string]: string;
543
577
  };
578
+ statusCode: number;
544
579
  body: CreateDataStreamResponseBody;
545
580
  static names(): {
546
581
  [key: string]: string;
@@ -554,6 +589,7 @@ export declare class CreateDataStreamResponse extends $tea.Model {
554
589
  }
555
590
  export declare class CreateDataTasksRequest extends $tea.Model {
556
591
  clientToken?: string;
592
+ body?: string;
557
593
  static names(): {
558
594
  [key: string]: string;
559
595
  };
@@ -581,6 +617,7 @@ export declare class CreateDataTasksResponse extends $tea.Model {
581
617
  headers: {
582
618
  [key: string]: string;
583
619
  };
620
+ statusCode: number;
584
621
  body: CreateDataTasksResponseBody;
585
622
  static names(): {
586
623
  [key: string]: string;
@@ -594,6 +631,7 @@ export declare class CreateDataTasksResponse extends $tea.Model {
594
631
  }
595
632
  export declare class CreateILMPolicyRequest extends $tea.Model {
596
633
  clientToken?: string;
634
+ body?: string;
597
635
  static names(): {
598
636
  [key: string]: string;
599
637
  };
@@ -621,6 +659,7 @@ export declare class CreateILMPolicyResponse extends $tea.Model {
621
659
  headers: {
622
660
  [key: string]: string;
623
661
  };
662
+ statusCode: number;
624
663
  body: CreateILMPolicyResponseBody;
625
664
  static names(): {
626
665
  [key: string]: string;
@@ -634,6 +673,7 @@ export declare class CreateILMPolicyResponse extends $tea.Model {
634
673
  }
635
674
  export declare class CreateIndexTemplateRequest extends $tea.Model {
636
675
  clientToken?: string;
676
+ body?: string;
637
677
  static names(): {
638
678
  [key: string]: string;
639
679
  };
@@ -661,6 +701,7 @@ export declare class CreateIndexTemplateResponse extends $tea.Model {
661
701
  headers: {
662
702
  [key: string]: string;
663
703
  };
704
+ statusCode: number;
664
705
  body: CreateIndexTemplateResponseBody;
665
706
  static names(): {
666
707
  [key: string]: string;
@@ -708,6 +749,7 @@ export declare class CreateLogstashResponse extends $tea.Model {
708
749
  headers: {
709
750
  [key: string]: string;
710
751
  };
752
+ statusCode: number;
711
753
  body: CreateLogstashResponseBody;
712
754
  static names(): {
713
755
  [key: string]: string;
@@ -721,6 +763,7 @@ export declare class CreateLogstashResponse extends $tea.Model {
721
763
  }
722
764
  export declare class CreatePipelinesRequest extends $tea.Model {
723
765
  clientToken?: string;
766
+ body?: string;
724
767
  trigger?: boolean;
725
768
  static names(): {
726
769
  [key: string]: string;
@@ -749,6 +792,7 @@ export declare class CreatePipelinesResponse extends $tea.Model {
749
792
  headers: {
750
793
  [key: string]: string;
751
794
  };
795
+ statusCode: number;
752
796
  body: CreatePipelinesResponseBody;
753
797
  static names(): {
754
798
  [key: string]: string;
@@ -762,6 +806,7 @@ export declare class CreatePipelinesResponse extends $tea.Model {
762
806
  }
763
807
  export declare class CreateSnapshotRequest extends $tea.Model {
764
808
  clientToken?: string;
809
+ body?: string;
765
810
  static names(): {
766
811
  [key: string]: string;
767
812
  };
@@ -789,6 +834,7 @@ export declare class CreateSnapshotResponse extends $tea.Model {
789
834
  headers: {
790
835
  [key: string]: string;
791
836
  };
837
+ statusCode: number;
792
838
  body: CreateSnapshotResponseBody;
793
839
  static names(): {
794
840
  [key: string]: string;
@@ -832,6 +878,7 @@ export declare class CreateVpcEndpointResponse extends $tea.Model {
832
878
  headers: {
833
879
  [key: string]: string;
834
880
  };
881
+ statusCode: number;
835
882
  body: CreateVpcEndpointResponseBody;
836
883
  static names(): {
837
884
  [key: string]: string;
@@ -844,6 +891,7 @@ export declare class CreateVpcEndpointResponse extends $tea.Model {
844
891
  });
845
892
  }
846
893
  export declare class DeactivateZonesRequest extends $tea.Model {
894
+ body?: string;
847
895
  clientToken?: string;
848
896
  static names(): {
849
897
  [key: string]: string;
@@ -872,6 +920,7 @@ export declare class DeactivateZonesResponse extends $tea.Model {
872
920
  headers: {
873
921
  [key: string]: string;
874
922
  };
923
+ statusCode: number;
875
924
  body: DeactivateZonesResponseBody;
876
925
  static names(): {
877
926
  [key: string]: string;
@@ -885,6 +934,7 @@ export declare class DeactivateZonesResponse extends $tea.Model {
885
934
  }
886
935
  export declare class DeleteCollectorRequest extends $tea.Model {
887
936
  clientToken?: string;
937
+ body?: string;
888
938
  static names(): {
889
939
  [key: string]: string;
890
940
  };
@@ -912,6 +962,7 @@ export declare class DeleteCollectorResponse extends $tea.Model {
912
962
  headers: {
913
963
  [key: string]: string;
914
964
  };
965
+ statusCode: number;
915
966
  body: DeleteCollectorResponseBody;
916
967
  static names(): {
917
968
  [key: string]: string;
@@ -923,6 +974,18 @@ export declare class DeleteCollectorResponse extends $tea.Model {
923
974
  [key: string]: any;
924
975
  });
925
976
  }
977
+ export declare class DeleteComponentIndexRequest extends $tea.Model {
978
+ body?: string;
979
+ static names(): {
980
+ [key: string]: string;
981
+ };
982
+ static types(): {
983
+ [key: string]: any;
984
+ };
985
+ constructor(map?: {
986
+ [key: string]: any;
987
+ });
988
+ }
926
989
  export declare class DeleteComponentIndexResponseBody extends $tea.Model {
927
990
  requestId?: string;
928
991
  result?: boolean;
@@ -940,6 +1003,7 @@ export declare class DeleteComponentIndexResponse extends $tea.Model {
940
1003
  headers: {
941
1004
  [key: string]: string;
942
1005
  };
1006
+ statusCode: number;
943
1007
  body: DeleteComponentIndexResponseBody;
944
1008
  static names(): {
945
1009
  [key: string]: string;
@@ -952,6 +1016,7 @@ export declare class DeleteComponentIndexResponse extends $tea.Model {
952
1016
  });
953
1017
  }
954
1018
  export declare class DeleteConnectedClusterRequest extends $tea.Model {
1019
+ body?: string;
955
1020
  clientToken?: string;
956
1021
  connectedInstanceId?: string;
957
1022
  static names(): {
@@ -981,6 +1046,7 @@ export declare class DeleteConnectedClusterResponse extends $tea.Model {
981
1046
  headers: {
982
1047
  [key: string]: string;
983
1048
  };
1049
+ statusCode: number;
984
1050
  body: DeleteConnectedClusterResponseBody;
985
1051
  static names(): {
986
1052
  [key: string]: string;
@@ -994,6 +1060,7 @@ export declare class DeleteConnectedClusterResponse extends $tea.Model {
994
1060
  }
995
1061
  export declare class DeleteDataStreamRequest extends $tea.Model {
996
1062
  clientToken?: string;
1063
+ body?: string;
997
1064
  static names(): {
998
1065
  [key: string]: string;
999
1066
  };
@@ -1021,6 +1088,7 @@ export declare class DeleteDataStreamResponse extends $tea.Model {
1021
1088
  headers: {
1022
1089
  [key: string]: string;
1023
1090
  };
1091
+ statusCode: number;
1024
1092
  body: DeleteDataStreamResponseBody;
1025
1093
  static names(): {
1026
1094
  [key: string]: string;
@@ -1034,6 +1102,7 @@ export declare class DeleteDataStreamResponse extends $tea.Model {
1034
1102
  }
1035
1103
  export declare class DeleteDataTaskRequest extends $tea.Model {
1036
1104
  clientToken?: string;
1105
+ body?: string;
1037
1106
  taskId?: string;
1038
1107
  static names(): {
1039
1108
  [key: string]: string;
@@ -1062,6 +1131,7 @@ export declare class DeleteDataTaskResponse extends $tea.Model {
1062
1131
  headers: {
1063
1132
  [key: string]: string;
1064
1133
  };
1134
+ statusCode: number;
1065
1135
  body: DeleteDataTaskResponseBody;
1066
1136
  static names(): {
1067
1137
  [key: string]: string;
@@ -1073,6 +1143,18 @@ export declare class DeleteDataTaskResponse extends $tea.Model {
1073
1143
  [key: string]: any;
1074
1144
  });
1075
1145
  }
1146
+ export declare class DeleteDeprecatedTemplateRequest extends $tea.Model {
1147
+ body?: string;
1148
+ static names(): {
1149
+ [key: string]: string;
1150
+ };
1151
+ static types(): {
1152
+ [key: string]: any;
1153
+ };
1154
+ constructor(map?: {
1155
+ [key: string]: any;
1156
+ });
1157
+ }
1076
1158
  export declare class DeleteDeprecatedTemplateResponseBody extends $tea.Model {
1077
1159
  requestId?: string;
1078
1160
  result?: boolean;
@@ -1090,6 +1172,7 @@ export declare class DeleteDeprecatedTemplateResponse extends $tea.Model {
1090
1172
  headers: {
1091
1173
  [key: string]: string;
1092
1174
  };
1175
+ statusCode: number;
1093
1176
  body: DeleteDeprecatedTemplateResponseBody;
1094
1177
  static names(): {
1095
1178
  [key: string]: string;
@@ -1101,6 +1184,18 @@ export declare class DeleteDeprecatedTemplateResponse extends $tea.Model {
1101
1184
  [key: string]: any;
1102
1185
  });
1103
1186
  }
1187
+ export declare class DeleteILMPolicyRequest extends $tea.Model {
1188
+ body?: string;
1189
+ static names(): {
1190
+ [key: string]: string;
1191
+ };
1192
+ static types(): {
1193
+ [key: string]: any;
1194
+ };
1195
+ constructor(map?: {
1196
+ [key: string]: any;
1197
+ });
1198
+ }
1104
1199
  export declare class DeleteILMPolicyResponseBody extends $tea.Model {
1105
1200
  requestId?: string;
1106
1201
  result?: boolean;
@@ -1118,6 +1213,7 @@ export declare class DeleteILMPolicyResponse extends $tea.Model {
1118
1213
  headers: {
1119
1214
  [key: string]: string;
1120
1215
  };
1216
+ statusCode: number;
1121
1217
  body: DeleteILMPolicyResponseBody;
1122
1218
  static names(): {
1123
1219
  [key: string]: string;
@@ -1129,6 +1225,18 @@ export declare class DeleteILMPolicyResponse extends $tea.Model {
1129
1225
  [key: string]: any;
1130
1226
  });
1131
1227
  }
1228
+ export declare class DeleteIndexTemplateRequest extends $tea.Model {
1229
+ body?: string;
1230
+ static names(): {
1231
+ [key: string]: string;
1232
+ };
1233
+ static types(): {
1234
+ [key: string]: any;
1235
+ };
1236
+ constructor(map?: {
1237
+ [key: string]: any;
1238
+ });
1239
+ }
1132
1240
  export declare class DeleteIndexTemplateResponseBody extends $tea.Model {
1133
1241
  requestId?: string;
1134
1242
  result?: boolean;
@@ -1146,6 +1254,7 @@ export declare class DeleteIndexTemplateResponse extends $tea.Model {
1146
1254
  headers: {
1147
1255
  [key: string]: string;
1148
1256
  };
1257
+ statusCode: number;
1149
1258
  body: DeleteIndexTemplateResponseBody;
1150
1259
  static names(): {
1151
1260
  [key: string]: string;
@@ -1158,6 +1267,7 @@ export declare class DeleteIndexTemplateResponse extends $tea.Model {
1158
1267
  });
1159
1268
  }
1160
1269
  export declare class DeleteInstanceRequest extends $tea.Model {
1270
+ body?: string;
1161
1271
  clientToken?: string;
1162
1272
  deleteType?: string;
1163
1273
  static names(): {
@@ -1186,6 +1296,7 @@ export declare class DeleteInstanceResponse extends $tea.Model {
1186
1296
  headers: {
1187
1297
  [key: string]: string;
1188
1298
  };
1299
+ statusCode: number;
1189
1300
  body: DeleteInstanceResponseBody;
1190
1301
  static names(): {
1191
1302
  [key: string]: string;
@@ -1198,6 +1309,7 @@ export declare class DeleteInstanceResponse extends $tea.Model {
1198
1309
  });
1199
1310
  }
1200
1311
  export declare class DeleteLogstashRequest extends $tea.Model {
1312
+ body?: string;
1201
1313
  clientToken?: string;
1202
1314
  deleteType?: string;
1203
1315
  static names(): {
@@ -1226,6 +1338,7 @@ export declare class DeleteLogstashResponse extends $tea.Model {
1226
1338
  headers: {
1227
1339
  [key: string]: string;
1228
1340
  };
1341
+ statusCode: number;
1229
1342
  body: DeleteLogstashResponseBody;
1230
1343
  static names(): {
1231
1344
  [key: string]: string;
@@ -1239,6 +1352,7 @@ export declare class DeleteLogstashResponse extends $tea.Model {
1239
1352
  }
1240
1353
  export declare class DeletePipelinesRequest extends $tea.Model {
1241
1354
  clientToken?: string;
1355
+ body?: string;
1242
1356
  pipelineIds?: string;
1243
1357
  static names(): {
1244
1358
  [key: string]: string;
@@ -1267,6 +1381,7 @@ export declare class DeletePipelinesResponse extends $tea.Model {
1267
1381
  headers: {
1268
1382
  [key: string]: string;
1269
1383
  };
1384
+ statusCode: number;
1270
1385
  body: DeletePipelinesResponseBody;
1271
1386
  static names(): {
1272
1387
  [key: string]: string;
@@ -1279,6 +1394,7 @@ export declare class DeletePipelinesResponse extends $tea.Model {
1279
1394
  });
1280
1395
  }
1281
1396
  export declare class DeleteSnapshotRepoRequest extends $tea.Model {
1397
+ body?: string;
1282
1398
  clientToken?: string;
1283
1399
  repoPath?: string;
1284
1400
  static names(): {
@@ -1308,6 +1424,7 @@ export declare class DeleteSnapshotRepoResponse extends $tea.Model {
1308
1424
  headers: {
1309
1425
  [key: string]: string;
1310
1426
  };
1427
+ statusCode: number;
1311
1428
  body: DeleteSnapshotRepoResponseBody;
1312
1429
  static names(): {
1313
1430
  [key: string]: string;
@@ -1321,6 +1438,7 @@ export declare class DeleteSnapshotRepoResponse extends $tea.Model {
1321
1438
  }
1322
1439
  export declare class DeleteVpcEndpointRequest extends $tea.Model {
1323
1440
  clientToken?: string;
1441
+ body?: string;
1324
1442
  static names(): {
1325
1443
  [key: string]: string;
1326
1444
  };
@@ -1348,6 +1466,7 @@ export declare class DeleteVpcEndpointResponse extends $tea.Model {
1348
1466
  headers: {
1349
1467
  [key: string]: string;
1350
1468
  };
1469
+ statusCode: number;
1351
1470
  body: DeleteVpcEndpointResponseBody;
1352
1471
  static names(): {
1353
1472
  [key: string]: string;
@@ -1359,6 +1478,18 @@ export declare class DeleteVpcEndpointResponse extends $tea.Model {
1359
1478
  [key: string]: any;
1360
1479
  });
1361
1480
  }
1481
+ export declare class DescribeAckOperatorRequest extends $tea.Model {
1482
+ body?: string;
1483
+ static names(): {
1484
+ [key: string]: string;
1485
+ };
1486
+ static types(): {
1487
+ [key: string]: any;
1488
+ };
1489
+ constructor(map?: {
1490
+ [key: string]: any;
1491
+ });
1492
+ }
1362
1493
  export declare class DescribeAckOperatorResponseBody extends $tea.Model {
1363
1494
  requestId?: string;
1364
1495
  result?: DescribeAckOperatorResponseBodyResult;
@@ -1376,6 +1507,7 @@ export declare class DescribeAckOperatorResponse extends $tea.Model {
1376
1507
  headers: {
1377
1508
  [key: string]: string;
1378
1509
  };
1510
+ statusCode: number;
1379
1511
  body: DescribeAckOperatorResponseBody;
1380
1512
  static names(): {
1381
1513
  [key: string]: string;
@@ -1387,6 +1519,18 @@ export declare class DescribeAckOperatorResponse extends $tea.Model {
1387
1519
  [key: string]: any;
1388
1520
  });
1389
1521
  }
1522
+ export declare class DescribeApmRequest extends $tea.Model {
1523
+ body?: string;
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
+ }
1390
1534
  export declare class DescribeApmResponseBody extends $tea.Model {
1391
1535
  requestId?: string;
1392
1536
  result?: DescribeApmResponseBodyResult;
@@ -1404,6 +1548,7 @@ export declare class DescribeApmResponse extends $tea.Model {
1404
1548
  headers: {
1405
1549
  [key: string]: string;
1406
1550
  };
1551
+ statusCode: number;
1407
1552
  body: DescribeApmResponseBody;
1408
1553
  static names(): {
1409
1554
  [key: string]: string;
@@ -1415,6 +1560,18 @@ export declare class DescribeApmResponse extends $tea.Model {
1415
1560
  [key: string]: any;
1416
1561
  });
1417
1562
  }
1563
+ export declare class DescribeCollectorRequest extends $tea.Model {
1564
+ body?: string;
1565
+ static names(): {
1566
+ [key: string]: string;
1567
+ };
1568
+ static types(): {
1569
+ [key: string]: any;
1570
+ };
1571
+ constructor(map?: {
1572
+ [key: string]: any;
1573
+ });
1574
+ }
1418
1575
  export declare class DescribeCollectorResponseBody extends $tea.Model {
1419
1576
  requestId?: string;
1420
1577
  result?: DescribeCollectorResponseBodyResult;
@@ -1432,6 +1589,7 @@ export declare class DescribeCollectorResponse extends $tea.Model {
1432
1589
  headers: {
1433
1590
  [key: string]: string;
1434
1591
  };
1592
+ statusCode: number;
1435
1593
  body: DescribeCollectorResponseBody;
1436
1594
  static names(): {
1437
1595
  [key: string]: string;
@@ -1443,6 +1601,18 @@ export declare class DescribeCollectorResponse extends $tea.Model {
1443
1601
  [key: string]: any;
1444
1602
  });
1445
1603
  }
1604
+ export declare class DescribeComponentIndexRequest extends $tea.Model {
1605
+ body?: string;
1606
+ static names(): {
1607
+ [key: string]: string;
1608
+ };
1609
+ static types(): {
1610
+ [key: string]: any;
1611
+ };
1612
+ constructor(map?: {
1613
+ [key: string]: any;
1614
+ });
1615
+ }
1446
1616
  export declare class DescribeComponentIndexResponseBody extends $tea.Model {
1447
1617
  requestId?: string;
1448
1618
  result?: DescribeComponentIndexResponseBodyResult;
@@ -1460,6 +1630,7 @@ export declare class DescribeComponentIndexResponse extends $tea.Model {
1460
1630
  headers: {
1461
1631
  [key: string]: string;
1462
1632
  };
1633
+ statusCode: number;
1463
1634
  body: DescribeComponentIndexResponseBody;
1464
1635
  static names(): {
1465
1636
  [key: string]: string;
@@ -1473,6 +1644,7 @@ export declare class DescribeComponentIndexResponse extends $tea.Model {
1473
1644
  }
1474
1645
  export declare class DescribeConnectableClustersRequest extends $tea.Model {
1475
1646
  alreadySetItems?: boolean;
1647
+ body?: string;
1476
1648
  static names(): {
1477
1649
  [key: string]: string;
1478
1650
  };
@@ -1500,6 +1672,7 @@ export declare class DescribeConnectableClustersResponse extends $tea.Model {
1500
1672
  headers: {
1501
1673
  [key: string]: string;
1502
1674
  };
1675
+ statusCode: number;
1503
1676
  body: DescribeConnectableClustersResponseBody;
1504
1677
  static names(): {
1505
1678
  [key: string]: string;
@@ -1511,6 +1684,18 @@ export declare class DescribeConnectableClustersResponse extends $tea.Model {
1511
1684
  [key: string]: any;
1512
1685
  });
1513
1686
  }
1687
+ export declare class DescribeDeprecatedTemplateRequest extends $tea.Model {
1688
+ body?: string;
1689
+ static names(): {
1690
+ [key: string]: string;
1691
+ };
1692
+ static types(): {
1693
+ [key: string]: any;
1694
+ };
1695
+ constructor(map?: {
1696
+ [key: string]: any;
1697
+ });
1698
+ }
1514
1699
  export declare class DescribeDeprecatedTemplateResponseBody extends $tea.Model {
1515
1700
  requestId?: string;
1516
1701
  result?: DescribeDeprecatedTemplateResponseBodyResult;
@@ -1528,6 +1713,7 @@ export declare class DescribeDeprecatedTemplateResponse extends $tea.Model {
1528
1713
  headers: {
1529
1714
  [key: string]: string;
1530
1715
  };
1716
+ statusCode: number;
1531
1717
  body: DescribeDeprecatedTemplateResponseBody;
1532
1718
  static names(): {
1533
1719
  [key: string]: string;
@@ -1540,6 +1726,7 @@ export declare class DescribeDeprecatedTemplateResponse extends $tea.Model {
1540
1726
  });
1541
1727
  }
1542
1728
  export declare class DescribeDiagnoseReportRequest extends $tea.Model {
1729
+ body?: string;
1543
1730
  lang?: string;
1544
1731
  static names(): {
1545
1732
  [key: string]: string;
@@ -1568,6 +1755,7 @@ export declare class DescribeDiagnoseReportResponse extends $tea.Model {
1568
1755
  headers: {
1569
1756
  [key: string]: string;
1570
1757
  };
1758
+ statusCode: number;
1571
1759
  body: DescribeDiagnoseReportResponseBody;
1572
1760
  static names(): {
1573
1761
  [key: string]: string;
@@ -1580,6 +1768,7 @@ export declare class DescribeDiagnoseReportResponse extends $tea.Model {
1580
1768
  });
1581
1769
  }
1582
1770
  export declare class DescribeDiagnosisSettingsRequest extends $tea.Model {
1771
+ body?: string;
1583
1772
  lang?: string;
1584
1773
  static names(): {
1585
1774
  [key: string]: string;
@@ -1608,6 +1797,7 @@ export declare class DescribeDiagnosisSettingsResponse extends $tea.Model {
1608
1797
  headers: {
1609
1798
  [key: string]: string;
1610
1799
  };
1800
+ statusCode: number;
1611
1801
  body: DescribeDiagnosisSettingsResponseBody;
1612
1802
  static names(): {
1613
1803
  [key: string]: string;
@@ -1619,6 +1809,59 @@ export declare class DescribeDiagnosisSettingsResponse extends $tea.Model {
1619
1809
  [key: string]: any;
1620
1810
  });
1621
1811
  }
1812
+ export declare class DescribeDynamicSettingsRequest extends $tea.Model {
1813
+ body?: string;
1814
+ static names(): {
1815
+ [key: string]: string;
1816
+ };
1817
+ static types(): {
1818
+ [key: string]: any;
1819
+ };
1820
+ constructor(map?: {
1821
+ [key: string]: any;
1822
+ });
1823
+ }
1824
+ export declare class DescribeDynamicSettingsResponseBody extends $tea.Model {
1825
+ requestId?: string;
1826
+ result?: string;
1827
+ static names(): {
1828
+ [key: string]: string;
1829
+ };
1830
+ static types(): {
1831
+ [key: string]: any;
1832
+ };
1833
+ constructor(map?: {
1834
+ [key: string]: any;
1835
+ });
1836
+ }
1837
+ export declare class DescribeDynamicSettingsResponse extends $tea.Model {
1838
+ headers: {
1839
+ [key: string]: string;
1840
+ };
1841
+ statusCode: number;
1842
+ body: DescribeDynamicSettingsResponseBody;
1843
+ static names(): {
1844
+ [key: string]: string;
1845
+ };
1846
+ static types(): {
1847
+ [key: string]: any;
1848
+ };
1849
+ constructor(map?: {
1850
+ [key: string]: any;
1851
+ });
1852
+ }
1853
+ export declare class DescribeElasticsearchHealthRequest extends $tea.Model {
1854
+ body?: string;
1855
+ static names(): {
1856
+ [key: string]: string;
1857
+ };
1858
+ static types(): {
1859
+ [key: string]: any;
1860
+ };
1861
+ constructor(map?: {
1862
+ [key: string]: any;
1863
+ });
1864
+ }
1622
1865
  export declare class DescribeElasticsearchHealthResponseBody extends $tea.Model {
1623
1866
  code?: string;
1624
1867
  message?: string;
@@ -1638,6 +1881,7 @@ export declare class DescribeElasticsearchHealthResponse extends $tea.Model {
1638
1881
  headers: {
1639
1882
  [key: string]: string;
1640
1883
  };
1884
+ statusCode: number;
1641
1885
  body: DescribeElasticsearchHealthResponseBody;
1642
1886
  static names(): {
1643
1887
  [key: string]: string;
@@ -1649,6 +1893,18 @@ export declare class DescribeElasticsearchHealthResponse extends $tea.Model {
1649
1893
  [key: string]: any;
1650
1894
  });
1651
1895
  }
1896
+ export declare class DescribeILMPolicyRequest extends $tea.Model {
1897
+ body?: string;
1898
+ static names(): {
1899
+ [key: string]: string;
1900
+ };
1901
+ static types(): {
1902
+ [key: string]: any;
1903
+ };
1904
+ constructor(map?: {
1905
+ [key: string]: any;
1906
+ });
1907
+ }
1652
1908
  export declare class DescribeILMPolicyResponseBody extends $tea.Model {
1653
1909
  requestId?: string;
1654
1910
  result?: DescribeILMPolicyResponseBodyResult;
@@ -1666,6 +1922,7 @@ export declare class DescribeILMPolicyResponse extends $tea.Model {
1666
1922
  headers: {
1667
1923
  [key: string]: string;
1668
1924
  };
1925
+ statusCode: number;
1669
1926
  body: DescribeILMPolicyResponseBody;
1670
1927
  static names(): {
1671
1928
  [key: string]: string;
@@ -1677,6 +1934,18 @@ export declare class DescribeILMPolicyResponse extends $tea.Model {
1677
1934
  [key: string]: any;
1678
1935
  });
1679
1936
  }
1937
+ export declare class DescribeIndexTemplateRequest extends $tea.Model {
1938
+ body?: string;
1939
+ static names(): {
1940
+ [key: string]: string;
1941
+ };
1942
+ static types(): {
1943
+ [key: string]: any;
1944
+ };
1945
+ constructor(map?: {
1946
+ [key: string]: any;
1947
+ });
1948
+ }
1680
1949
  export declare class DescribeIndexTemplateResponseBody extends $tea.Model {
1681
1950
  requestId?: string;
1682
1951
  result?: DescribeIndexTemplateResponseBodyResult;
@@ -1694,6 +1963,7 @@ export declare class DescribeIndexTemplateResponse extends $tea.Model {
1694
1963
  headers: {
1695
1964
  [key: string]: string;
1696
1965
  };
1966
+ statusCode: number;
1697
1967
  body: DescribeIndexTemplateResponseBody;
1698
1968
  static names(): {
1699
1969
  [key: string]: string;
@@ -1705,6 +1975,18 @@ export declare class DescribeIndexTemplateResponse extends $tea.Model {
1705
1975
  [key: string]: any;
1706
1976
  });
1707
1977
  }
1978
+ export declare class DescribeInstanceRequest extends $tea.Model {
1979
+ body?: string;
1980
+ static names(): {
1981
+ [key: string]: string;
1982
+ };
1983
+ static types(): {
1984
+ [key: string]: any;
1985
+ };
1986
+ constructor(map?: {
1987
+ [key: string]: any;
1988
+ });
1989
+ }
1708
1990
  export declare class DescribeInstanceResponseBody extends $tea.Model {
1709
1991
  requestId?: string;
1710
1992
  result?: DescribeInstanceResponseBodyResult;
@@ -1722,6 +2004,7 @@ export declare class DescribeInstanceResponse extends $tea.Model {
1722
2004
  headers: {
1723
2005
  [key: string]: string;
1724
2006
  };
2007
+ statusCode: number;
1725
2008
  body: DescribeInstanceResponseBody;
1726
2009
  static names(): {
1727
2010
  [key: string]: string;
@@ -1733,6 +2016,18 @@ export declare class DescribeInstanceResponse extends $tea.Model {
1733
2016
  [key: string]: any;
1734
2017
  });
1735
2018
  }
2019
+ export declare class DescribeKibanaSettingsRequest extends $tea.Model {
2020
+ body?: string;
2021
+ static names(): {
2022
+ [key: string]: string;
2023
+ };
2024
+ static types(): {
2025
+ [key: string]: any;
2026
+ };
2027
+ constructor(map?: {
2028
+ [key: string]: any;
2029
+ });
2030
+ }
1736
2031
  export declare class DescribeKibanaSettingsResponseBody extends $tea.Model {
1737
2032
  requestId?: string;
1738
2033
  result?: {
@@ -1752,6 +2047,7 @@ export declare class DescribeKibanaSettingsResponse extends $tea.Model {
1752
2047
  headers: {
1753
2048
  [key: string]: string;
1754
2049
  };
2050
+ statusCode: number;
1755
2051
  body: DescribeKibanaSettingsResponseBody;
1756
2052
  static names(): {
1757
2053
  [key: string]: string;
@@ -1763,6 +2059,18 @@ export declare class DescribeKibanaSettingsResponse extends $tea.Model {
1763
2059
  [key: string]: any;
1764
2060
  });
1765
2061
  }
2062
+ export declare class DescribeLogstashRequest extends $tea.Model {
2063
+ body?: string;
2064
+ static names(): {
2065
+ [key: string]: string;
2066
+ };
2067
+ static types(): {
2068
+ [key: string]: any;
2069
+ };
2070
+ constructor(map?: {
2071
+ [key: string]: any;
2072
+ });
2073
+ }
1766
2074
  export declare class DescribeLogstashResponseBody extends $tea.Model {
1767
2075
  requestId?: string;
1768
2076
  result?: DescribeLogstashResponseBodyResult;
@@ -1780,6 +2088,7 @@ export declare class DescribeLogstashResponse extends $tea.Model {
1780
2088
  headers: {
1781
2089
  [key: string]: string;
1782
2090
  };
2091
+ statusCode: number;
1783
2092
  body: DescribeLogstashResponseBody;
1784
2093
  static names(): {
1785
2094
  [key: string]: string;
@@ -1791,6 +2100,18 @@ export declare class DescribeLogstashResponse extends $tea.Model {
1791
2100
  [key: string]: any;
1792
2101
  });
1793
2102
  }
2103
+ export declare class DescribePipelineRequest extends $tea.Model {
2104
+ body?: string;
2105
+ static names(): {
2106
+ [key: string]: string;
2107
+ };
2108
+ static types(): {
2109
+ [key: string]: any;
2110
+ };
2111
+ constructor(map?: {
2112
+ [key: string]: any;
2113
+ });
2114
+ }
1794
2115
  export declare class DescribePipelineResponseBody extends $tea.Model {
1795
2116
  requestId?: string;
1796
2117
  result?: DescribePipelineResponseBodyResult;
@@ -1808,6 +2129,7 @@ export declare class DescribePipelineResponse extends $tea.Model {
1808
2129
  headers: {
1809
2130
  [key: string]: string;
1810
2131
  };
2132
+ statusCode: number;
1811
2133
  body: DescribePipelineResponseBody;
1812
2134
  static names(): {
1813
2135
  [key: string]: string;
@@ -1820,6 +2142,7 @@ export declare class DescribePipelineResponse extends $tea.Model {
1820
2142
  });
1821
2143
  }
1822
2144
  export declare class DescribePipelineManagementConfigRequest extends $tea.Model {
2145
+ body?: string;
1823
2146
  clientToken?: string;
1824
2147
  static names(): {
1825
2148
  [key: string]: string;
@@ -1848,6 +2171,7 @@ export declare class DescribePipelineManagementConfigResponse extends $tea.Model
1848
2171
  headers: {
1849
2172
  [key: string]: string;
1850
2173
  };
2174
+ statusCode: number;
1851
2175
  body: DescribePipelineManagementConfigResponseBody;
1852
2176
  static names(): {
1853
2177
  [key: string]: string;
@@ -1859,6 +2183,18 @@ export declare class DescribePipelineManagementConfigResponse extends $tea.Model
1859
2183
  [key: string]: any;
1860
2184
  });
1861
2185
  }
2186
+ export declare class DescribeRegionsRequest extends $tea.Model {
2187
+ body?: string;
2188
+ static names(): {
2189
+ [key: string]: string;
2190
+ };
2191
+ static types(): {
2192
+ [key: string]: any;
2193
+ };
2194
+ constructor(map?: {
2195
+ [key: string]: any;
2196
+ });
2197
+ }
1862
2198
  export declare class DescribeRegionsResponseBody extends $tea.Model {
1863
2199
  requestId?: string;
1864
2200
  result?: DescribeRegionsResponseBodyResult[];
@@ -1876,6 +2212,7 @@ export declare class DescribeRegionsResponse extends $tea.Model {
1876
2212
  headers: {
1877
2213
  [key: string]: string;
1878
2214
  };
2215
+ statusCode: number;
1879
2216
  body: DescribeRegionsResponseBody;
1880
2217
  static names(): {
1881
2218
  [key: string]: string;
@@ -1887,6 +2224,18 @@ export declare class DescribeRegionsResponse extends $tea.Model {
1887
2224
  [key: string]: any;
1888
2225
  });
1889
2226
  }
2227
+ export declare class DescribeSnapshotSettingRequest extends $tea.Model {
2228
+ body?: string;
2229
+ static names(): {
2230
+ [key: string]: string;
2231
+ };
2232
+ static types(): {
2233
+ [key: string]: any;
2234
+ };
2235
+ constructor(map?: {
2236
+ [key: string]: any;
2237
+ });
2238
+ }
1890
2239
  export declare class DescribeSnapshotSettingResponseBody extends $tea.Model {
1891
2240
  requestId?: string;
1892
2241
  result?: DescribeSnapshotSettingResponseBodyResult;
@@ -1904,6 +2253,7 @@ export declare class DescribeSnapshotSettingResponse extends $tea.Model {
1904
2253
  headers: {
1905
2254
  [key: string]: string;
1906
2255
  };
2256
+ statusCode: number;
1907
2257
  body: DescribeSnapshotSettingResponseBody;
1908
2258
  static names(): {
1909
2259
  [key: string]: string;
@@ -1915,6 +2265,18 @@ export declare class DescribeSnapshotSettingResponse extends $tea.Model {
1915
2265
  [key: string]: any;
1916
2266
  });
1917
2267
  }
2268
+ export declare class DescribeTemplatesRequest extends $tea.Model {
2269
+ body?: string;
2270
+ static names(): {
2271
+ [key: string]: string;
2272
+ };
2273
+ static types(): {
2274
+ [key: string]: any;
2275
+ };
2276
+ constructor(map?: {
2277
+ [key: string]: any;
2278
+ });
2279
+ }
1918
2280
  export declare class DescribeTemplatesResponseBody extends $tea.Model {
1919
2281
  requestId?: string;
1920
2282
  result?: DescribeTemplatesResponseBodyResult[];
@@ -1932,6 +2294,7 @@ export declare class DescribeTemplatesResponse extends $tea.Model {
1932
2294
  headers: {
1933
2295
  [key: string]: string;
1934
2296
  };
2297
+ statusCode: number;
1935
2298
  body: DescribeTemplatesResponseBody;
1936
2299
  static names(): {
1937
2300
  [key: string]: string;
@@ -1943,6 +2306,18 @@ export declare class DescribeTemplatesResponse extends $tea.Model {
1943
2306
  [key: string]: any;
1944
2307
  });
1945
2308
  }
2309
+ export declare class DescribeXpackMonitorConfigRequest extends $tea.Model {
2310
+ body?: string;
2311
+ static names(): {
2312
+ [key: string]: string;
2313
+ };
2314
+ static types(): {
2315
+ [key: string]: any;
2316
+ };
2317
+ constructor(map?: {
2318
+ [key: string]: any;
2319
+ });
2320
+ }
1946
2321
  export declare class DescribeXpackMonitorConfigResponseBody extends $tea.Model {
1947
2322
  requestId?: string;
1948
2323
  result?: DescribeXpackMonitorConfigResponseBodyResult;
@@ -1960,6 +2335,7 @@ export declare class DescribeXpackMonitorConfigResponse extends $tea.Model {
1960
2335
  headers: {
1961
2336
  [key: string]: string;
1962
2337
  };
2338
+ statusCode: number;
1963
2339
  body: DescribeXpackMonitorConfigResponseBody;
1964
2340
  static names(): {
1965
2341
  [key: string]: string;
@@ -1973,6 +2349,7 @@ export declare class DescribeXpackMonitorConfigResponse extends $tea.Model {
1973
2349
  }
1974
2350
  export declare class DiagnoseInstanceRequest extends $tea.Model {
1975
2351
  clientToken?: string;
2352
+ body?: string;
1976
2353
  lang?: string;
1977
2354
  static names(): {
1978
2355
  [key: string]: string;
@@ -2001,6 +2378,7 @@ export declare class DiagnoseInstanceResponse extends $tea.Model {
2001
2378
  headers: {
2002
2379
  [key: string]: string;
2003
2380
  };
2381
+ statusCode: number;
2004
2382
  body: DiagnoseInstanceResponseBody;
2005
2383
  static names(): {
2006
2384
  [key: string]: string;
@@ -2013,6 +2391,7 @@ export declare class DiagnoseInstanceResponse extends $tea.Model {
2013
2391
  });
2014
2392
  }
2015
2393
  export declare class EstimatedLogstashRestartTimeRequest extends $tea.Model {
2394
+ body?: string;
2016
2395
  force?: boolean;
2017
2396
  static names(): {
2018
2397
  [key: string]: string;
@@ -2041,6 +2420,7 @@ export declare class EstimatedLogstashRestartTimeResponse extends $tea.Model {
2041
2420
  headers: {
2042
2421
  [key: string]: string;
2043
2422
  };
2423
+ statusCode: number;
2044
2424
  body: EstimatedLogstashRestartTimeResponseBody;
2045
2425
  static names(): {
2046
2426
  [key: string]: string;
@@ -2053,6 +2433,7 @@ export declare class EstimatedLogstashRestartTimeResponse extends $tea.Model {
2053
2433
  });
2054
2434
  }
2055
2435
  export declare class EstimatedRestartTimeRequest extends $tea.Model {
2436
+ body?: string;
2056
2437
  force?: boolean;
2057
2438
  static names(): {
2058
2439
  [key: string]: string;
@@ -2081,6 +2462,7 @@ export declare class EstimatedRestartTimeResponse extends $tea.Model {
2081
2462
  headers: {
2082
2463
  [key: string]: string;
2083
2464
  };
2465
+ statusCode: number;
2084
2466
  body: EstimatedRestartTimeResponseBody;
2085
2467
  static names(): {
2086
2468
  [key: string]: string;
@@ -2092,6 +2474,18 @@ export declare class EstimatedRestartTimeResponse extends $tea.Model {
2092
2474
  [key: string]: any;
2093
2475
  });
2094
2476
  }
2477
+ export declare class GetClusterDataInformationRequest extends $tea.Model {
2478
+ body?: string;
2479
+ static names(): {
2480
+ [key: string]: string;
2481
+ };
2482
+ static types(): {
2483
+ [key: string]: any;
2484
+ };
2485
+ constructor(map?: {
2486
+ [key: string]: any;
2487
+ });
2488
+ }
2095
2489
  export declare class GetClusterDataInformationResponseBody extends $tea.Model {
2096
2490
  requestId?: string;
2097
2491
  result?: GetClusterDataInformationResponseBodyResult;
@@ -2109,6 +2503,7 @@ export declare class GetClusterDataInformationResponse extends $tea.Model {
2109
2503
  headers: {
2110
2504
  [key: string]: string;
2111
2505
  };
2506
+ statusCode: number;
2112
2507
  body: GetClusterDataInformationResponseBody;
2113
2508
  static names(): {
2114
2509
  [key: string]: string;
@@ -2120,6 +2515,18 @@ export declare class GetClusterDataInformationResponse extends $tea.Model {
2120
2515
  [key: string]: any;
2121
2516
  });
2122
2517
  }
2518
+ export declare class GetElastictaskRequest extends $tea.Model {
2519
+ body?: string;
2520
+ static names(): {
2521
+ [key: string]: string;
2522
+ };
2523
+ static types(): {
2524
+ [key: string]: any;
2525
+ };
2526
+ constructor(map?: {
2527
+ [key: string]: any;
2528
+ });
2529
+ }
2123
2530
  export declare class GetElastictaskResponseBody extends $tea.Model {
2124
2531
  requestId?: string;
2125
2532
  result?: GetElastictaskResponseBodyResult;
@@ -2137,6 +2544,7 @@ export declare class GetElastictaskResponse extends $tea.Model {
2137
2544
  headers: {
2138
2545
  [key: string]: string;
2139
2546
  };
2547
+ statusCode: number;
2140
2548
  body: GetElastictaskResponseBody;
2141
2549
  static names(): {
2142
2550
  [key: string]: string;
@@ -2148,6 +2556,18 @@ export declare class GetElastictaskResponse extends $tea.Model {
2148
2556
  [key: string]: any;
2149
2557
  });
2150
2558
  }
2559
+ export declare class GetEmonGrafanaAlertsRequest extends $tea.Model {
2560
+ body?: string;
2561
+ static names(): {
2562
+ [key: string]: string;
2563
+ };
2564
+ static types(): {
2565
+ [key: string]: any;
2566
+ };
2567
+ constructor(map?: {
2568
+ [key: string]: any;
2569
+ });
2570
+ }
2151
2571
  export declare class GetEmonGrafanaAlertsResponseBody extends $tea.Model {
2152
2572
  code?: string;
2153
2573
  message?: string;
@@ -2167,6 +2587,7 @@ export declare class GetEmonGrafanaAlertsResponse extends $tea.Model {
2167
2587
  headers: {
2168
2588
  [key: string]: string;
2169
2589
  };
2590
+ statusCode: number;
2170
2591
  body: GetEmonGrafanaAlertsResponseBody;
2171
2592
  static names(): {
2172
2593
  [key: string]: string;
@@ -2178,6 +2599,18 @@ export declare class GetEmonGrafanaAlertsResponse extends $tea.Model {
2178
2599
  [key: string]: any;
2179
2600
  });
2180
2601
  }
2602
+ export declare class GetEmonGrafanaDashboardsRequest extends $tea.Model {
2603
+ body?: string;
2604
+ static names(): {
2605
+ [key: string]: string;
2606
+ };
2607
+ static types(): {
2608
+ [key: string]: any;
2609
+ };
2610
+ constructor(map?: {
2611
+ [key: string]: any;
2612
+ });
2613
+ }
2181
2614
  export declare class GetEmonGrafanaDashboardsResponseBody extends $tea.Model {
2182
2615
  code?: string;
2183
2616
  message?: string;
@@ -2197,6 +2630,7 @@ export declare class GetEmonGrafanaDashboardsResponse extends $tea.Model {
2197
2630
  headers: {
2198
2631
  [key: string]: string;
2199
2632
  };
2633
+ statusCode: number;
2200
2634
  body: GetEmonGrafanaDashboardsResponseBody;
2201
2635
  static names(): {
2202
2636
  [key: string]: string;
@@ -2208,6 +2642,18 @@ export declare class GetEmonGrafanaDashboardsResponse extends $tea.Model {
2208
2642
  [key: string]: any;
2209
2643
  });
2210
2644
  }
2645
+ export declare class GetEmonMonitorDataRequest extends $tea.Model {
2646
+ body?: string;
2647
+ static names(): {
2648
+ [key: string]: string;
2649
+ };
2650
+ static types(): {
2651
+ [key: string]: any;
2652
+ };
2653
+ constructor(map?: {
2654
+ [key: string]: any;
2655
+ });
2656
+ }
2211
2657
  export declare class GetEmonMonitorDataResponseBody extends $tea.Model {
2212
2658
  code?: string;
2213
2659
  message?: string;
@@ -2228,6 +2674,7 @@ export declare class GetEmonMonitorDataResponse extends $tea.Model {
2228
2674
  headers: {
2229
2675
  [key: string]: string;
2230
2676
  };
2677
+ statusCode: number;
2231
2678
  body: GetEmonMonitorDataResponseBody;
2232
2679
  static names(): {
2233
2680
  [key: string]: string;
@@ -2239,6 +2686,18 @@ export declare class GetEmonMonitorDataResponse extends $tea.Model {
2239
2686
  [key: string]: any;
2240
2687
  });
2241
2688
  }
2689
+ export declare class GetOpenStoreUsageRequest extends $tea.Model {
2690
+ body?: string;
2691
+ static names(): {
2692
+ [key: string]: string;
2693
+ };
2694
+ static types(): {
2695
+ [key: string]: any;
2696
+ };
2697
+ constructor(map?: {
2698
+ [key: string]: any;
2699
+ });
2700
+ }
2242
2701
  export declare class GetOpenStoreUsageResponseBody extends $tea.Model {
2243
2702
  requestId?: string;
2244
2703
  result?: GetOpenStoreUsageResponseBodyResult;
@@ -2256,6 +2715,7 @@ export declare class GetOpenStoreUsageResponse extends $tea.Model {
2256
2715
  headers: {
2257
2716
  [key: string]: string;
2258
2717
  };
2718
+ statusCode: number;
2259
2719
  body: GetOpenStoreUsageResponseBody;
2260
2720
  static names(): {
2261
2721
  [key: string]: string;
@@ -2268,6 +2728,7 @@ export declare class GetOpenStoreUsageResponse extends $tea.Model {
2268
2728
  });
2269
2729
  }
2270
2730
  export declare class GetRegionConfigurationRequest extends $tea.Model {
2731
+ body?: string;
2271
2732
  zoneId?: string;
2272
2733
  static names(): {
2273
2734
  [key: string]: string;
@@ -2296,6 +2757,7 @@ export declare class GetRegionConfigurationResponse extends $tea.Model {
2296
2757
  headers: {
2297
2758
  [key: string]: string;
2298
2759
  };
2760
+ statusCode: number;
2299
2761
  body: GetRegionConfigurationResponseBody;
2300
2762
  static names(): {
2301
2763
  [key: string]: string;
@@ -2308,6 +2770,7 @@ export declare class GetRegionConfigurationResponse extends $tea.Model {
2308
2770
  });
2309
2771
  }
2310
2772
  export declare class GetSuggestShrinkableNodesRequest extends $tea.Model {
2773
+ body?: string;
2311
2774
  count?: number;
2312
2775
  ignoreStatus?: boolean;
2313
2776
  nodeType?: string;
@@ -2338,6 +2801,7 @@ export declare class GetSuggestShrinkableNodesResponse extends $tea.Model {
2338
2801
  headers: {
2339
2802
  [key: string]: string;
2340
2803
  };
2804
+ statusCode: number;
2341
2805
  body: GetSuggestShrinkableNodesResponseBody;
2342
2806
  static names(): {
2343
2807
  [key: string]: string;
@@ -2350,6 +2814,7 @@ export declare class GetSuggestShrinkableNodesResponse extends $tea.Model {
2350
2814
  });
2351
2815
  }
2352
2816
  export declare class GetTransferableNodesRequest extends $tea.Model {
2817
+ body?: string;
2353
2818
  count?: number;
2354
2819
  nodeType?: string;
2355
2820
  static names(): {
@@ -2379,6 +2844,7 @@ export declare class GetTransferableNodesResponse extends $tea.Model {
2379
2844
  headers: {
2380
2845
  [key: string]: string;
2381
2846
  };
2847
+ statusCode: number;
2382
2848
  body: GetTransferableNodesResponseBody;
2383
2849
  static names(): {
2384
2850
  [key: string]: string;
@@ -2392,6 +2858,7 @@ export declare class GetTransferableNodesResponse extends $tea.Model {
2392
2858
  }
2393
2859
  export declare class InitializeOperationRoleRequest extends $tea.Model {
2394
2860
  clientToken?: string;
2861
+ body?: string;
2395
2862
  static names(): {
2396
2863
  [key: string]: string;
2397
2864
  };
@@ -2419,6 +2886,7 @@ export declare class InitializeOperationRoleResponse extends $tea.Model {
2419
2886
  headers: {
2420
2887
  [key: string]: string;
2421
2888
  };
2889
+ statusCode: number;
2422
2890
  body: InitializeOperationRoleResponseBody;
2423
2891
  static names(): {
2424
2892
  [key: string]: string;
@@ -2432,6 +2900,7 @@ export declare class InitializeOperationRoleResponse extends $tea.Model {
2432
2900
  }
2433
2901
  export declare class InstallAckOperatorRequest extends $tea.Model {
2434
2902
  clientToken?: string;
2903
+ body?: string;
2435
2904
  static names(): {
2436
2905
  [key: string]: string;
2437
2906
  };
@@ -2459,6 +2928,7 @@ export declare class InstallAckOperatorResponse extends $tea.Model {
2459
2928
  headers: {
2460
2929
  [key: string]: string;
2461
2930
  };
2931
+ statusCode: number;
2462
2932
  body: InstallAckOperatorResponseBody;
2463
2933
  static names(): {
2464
2934
  [key: string]: string;
@@ -2471,6 +2941,7 @@ export declare class InstallAckOperatorResponse extends $tea.Model {
2471
2941
  });
2472
2942
  }
2473
2943
  export declare class InstallKibanaSystemPluginRequest extends $tea.Model {
2944
+ body?: string;
2474
2945
  clientToken?: string;
2475
2946
  static names(): {
2476
2947
  [key: string]: string;
@@ -2499,6 +2970,7 @@ export declare class InstallKibanaSystemPluginResponse extends $tea.Model {
2499
2970
  headers: {
2500
2971
  [key: string]: string;
2501
2972
  };
2973
+ statusCode: number;
2502
2974
  body: InstallKibanaSystemPluginResponseBody;
2503
2975
  static names(): {
2504
2976
  [key: string]: string;
@@ -2511,6 +2983,7 @@ export declare class InstallKibanaSystemPluginResponse extends $tea.Model {
2511
2983
  });
2512
2984
  }
2513
2985
  export declare class InstallLogstashSystemPluginRequest extends $tea.Model {
2986
+ body?: string;
2514
2987
  clientToken?: string;
2515
2988
  static names(): {
2516
2989
  [key: string]: string;
@@ -2539,6 +3012,7 @@ export declare class InstallLogstashSystemPluginResponse extends $tea.Model {
2539
3012
  headers: {
2540
3013
  [key: string]: string;
2541
3014
  };
3015
+ statusCode: number;
2542
3016
  body: InstallLogstashSystemPluginResponseBody;
2543
3017
  static names(): {
2544
3018
  [key: string]: string;
@@ -2551,6 +3025,7 @@ export declare class InstallLogstashSystemPluginResponse extends $tea.Model {
2551
3025
  });
2552
3026
  }
2553
3027
  export declare class InstallSystemPluginRequest extends $tea.Model {
3028
+ body?: string;
2554
3029
  clientToken?: string;
2555
3030
  static names(): {
2556
3031
  [key: string]: string;
@@ -2579,6 +3054,7 @@ export declare class InstallSystemPluginResponse extends $tea.Model {
2579
3054
  headers: {
2580
3055
  [key: string]: string;
2581
3056
  };
3057
+ statusCode: number;
2582
3058
  body: InstallSystemPluginResponseBody;
2583
3059
  static names(): {
2584
3060
  [key: string]: string;
@@ -2590,6 +3066,18 @@ export declare class InstallSystemPluginResponse extends $tea.Model {
2590
3066
  [key: string]: any;
2591
3067
  });
2592
3068
  }
3069
+ export declare class InstallUserPluginsRequest extends $tea.Model {
3070
+ body?: string;
3071
+ static names(): {
3072
+ [key: string]: string;
3073
+ };
3074
+ static types(): {
3075
+ [key: string]: any;
3076
+ };
3077
+ constructor(map?: {
3078
+ [key: string]: any;
3079
+ });
3080
+ }
2593
3081
  export declare class InstallUserPluginsResponseBody extends $tea.Model {
2594
3082
  requestId?: string;
2595
3083
  result?: string[];
@@ -2607,6 +3095,7 @@ export declare class InstallUserPluginsResponse extends $tea.Model {
2607
3095
  headers: {
2608
3096
  [key: string]: string;
2609
3097
  };
3098
+ statusCode: number;
2610
3099
  body: InstallUserPluginsResponseBody;
2611
3100
  static names(): {
2612
3101
  [key: string]: string;
@@ -2619,6 +3108,7 @@ export declare class InstallUserPluginsResponse extends $tea.Model {
2619
3108
  });
2620
3109
  }
2621
3110
  export declare class InterruptElasticsearchTaskRequest extends $tea.Model {
3111
+ body?: string;
2622
3112
  clientToken?: string;
2623
3113
  static names(): {
2624
3114
  [key: string]: string;
@@ -2649,6 +3139,7 @@ export declare class InterruptElasticsearchTaskResponse extends $tea.Model {
2649
3139
  headers: {
2650
3140
  [key: string]: string;
2651
3141
  };
3142
+ statusCode: number;
2652
3143
  body: InterruptElasticsearchTaskResponseBody;
2653
3144
  static names(): {
2654
3145
  [key: string]: string;
@@ -2661,6 +3152,7 @@ export declare class InterruptElasticsearchTaskResponse extends $tea.Model {
2661
3152
  });
2662
3153
  }
2663
3154
  export declare class InterruptLogstashTaskRequest extends $tea.Model {
3155
+ body?: string;
2664
3156
  clientToken?: string;
2665
3157
  static names(): {
2666
3158
  [key: string]: string;
@@ -2691,6 +3183,7 @@ export declare class InterruptLogstashTaskResponse extends $tea.Model {
2691
3183
  headers: {
2692
3184
  [key: string]: string;
2693
3185
  };
3186
+ statusCode: number;
2694
3187
  body: InterruptLogstashTaskResponseBody;
2695
3188
  static names(): {
2696
3189
  [key: string]: string;
@@ -2703,6 +3196,7 @@ export declare class InterruptLogstashTaskResponse extends $tea.Model {
2703
3196
  });
2704
3197
  }
2705
3198
  export declare class ListAckClustersRequest extends $tea.Model {
3199
+ body?: string;
2706
3200
  page?: number;
2707
3201
  size?: number;
2708
3202
  vpcId?: string;
@@ -2733,6 +3227,7 @@ export declare class ListAckClustersResponse extends $tea.Model {
2733
3227
  headers: {
2734
3228
  [key: string]: string;
2735
3229
  };
3230
+ statusCode: number;
2736
3231
  body: ListAckClustersResponseBody;
2737
3232
  static names(): {
2738
3233
  [key: string]: string;
@@ -2745,6 +3240,7 @@ export declare class ListAckClustersResponse extends $tea.Model {
2745
3240
  });
2746
3241
  }
2747
3242
  export declare class ListAckNamespacesRequest extends $tea.Model {
3243
+ body?: string;
2748
3244
  page?: number;
2749
3245
  size?: number;
2750
3246
  static names(): {
@@ -2774,6 +3270,7 @@ export declare class ListAckNamespacesResponse extends $tea.Model {
2774
3270
  headers: {
2775
3271
  [key: string]: string;
2776
3272
  };
3273
+ statusCode: number;
2777
3274
  body: ListAckNamespacesResponseBody;
2778
3275
  static names(): {
2779
3276
  [key: string]: string;
@@ -2785,7 +3282,57 @@ export declare class ListAckNamespacesResponse extends $tea.Model {
2785
3282
  [key: string]: any;
2786
3283
  });
2787
3284
  }
3285
+ export declare class ListActionRecordsRequest extends $tea.Model {
3286
+ actionNames?: string;
3287
+ body?: string;
3288
+ endTime?: number;
3289
+ filter?: string;
3290
+ page?: number;
3291
+ requestId?: string;
3292
+ size?: number;
3293
+ startTime?: number;
3294
+ userId?: string;
3295
+ static names(): {
3296
+ [key: string]: string;
3297
+ };
3298
+ static types(): {
3299
+ [key: string]: any;
3300
+ };
3301
+ constructor(map?: {
3302
+ [key: string]: any;
3303
+ });
3304
+ }
3305
+ export declare class ListActionRecordsResponseBody extends $tea.Model {
3306
+ requestId?: string;
3307
+ result?: ListActionRecordsResponseBodyResult[];
3308
+ static names(): {
3309
+ [key: string]: string;
3310
+ };
3311
+ static types(): {
3312
+ [key: string]: any;
3313
+ };
3314
+ constructor(map?: {
3315
+ [key: string]: any;
3316
+ });
3317
+ }
3318
+ export declare class ListActionRecordsResponse extends $tea.Model {
3319
+ headers: {
3320
+ [key: string]: string;
3321
+ };
3322
+ statusCode: number;
3323
+ body: ListActionRecordsResponseBody;
3324
+ static names(): {
3325
+ [key: string]: string;
3326
+ };
3327
+ static types(): {
3328
+ [key: string]: any;
3329
+ };
3330
+ constructor(map?: {
3331
+ [key: string]: any;
3332
+ });
3333
+ }
2788
3334
  export declare class ListAllNodeRequest extends $tea.Model {
3335
+ body?: string;
2789
3336
  extended?: boolean;
2790
3337
  static names(): {
2791
3338
  [key: string]: string;
@@ -2814,6 +3361,7 @@ export declare class ListAllNodeResponse extends $tea.Model {
2814
3361
  headers: {
2815
3362
  [key: string]: string;
2816
3363
  };
3364
+ statusCode: number;
2817
3365
  body: ListAllNodeResponseBody;
2818
3366
  static names(): {
2819
3367
  [key: string]: string;
@@ -2827,6 +3375,7 @@ export declare class ListAllNodeResponse extends $tea.Model {
2827
3375
  }
2828
3376
  export declare class ListAlternativeSnapshotReposRequest extends $tea.Model {
2829
3377
  alreadySetItems?: boolean;
3378
+ body?: string;
2830
3379
  static names(): {
2831
3380
  [key: string]: string;
2832
3381
  };
@@ -2854,6 +3403,7 @@ export declare class ListAlternativeSnapshotReposResponse extends $tea.Model {
2854
3403
  headers: {
2855
3404
  [key: string]: string;
2856
3405
  };
3406
+ statusCode: number;
2857
3407
  body: ListAlternativeSnapshotReposResponseBody;
2858
3408
  static names(): {
2859
3409
  [key: string]: string;
@@ -2866,6 +3416,7 @@ export declare class ListAlternativeSnapshotReposResponse extends $tea.Model {
2866
3416
  });
2867
3417
  }
2868
3418
  export declare class ListApmRequest extends $tea.Model {
3419
+ body?: string;
2869
3420
  description?: string;
2870
3421
  instanceId?: string;
2871
3422
  output?: string;
@@ -2899,6 +3450,7 @@ export declare class ListApmResponse extends $tea.Model {
2899
3450
  headers: {
2900
3451
  [key: string]: string;
2901
3452
  };
3453
+ statusCode: number;
2902
3454
  body: ListApmResponseBody;
2903
3455
  static names(): {
2904
3456
  [key: string]: string;
@@ -2910,6 +3462,18 @@ export declare class ListApmResponse extends $tea.Model {
2910
3462
  [key: string]: any;
2911
3463
  });
2912
3464
  }
3465
+ export declare class ListAvailableEsInstanceIdsRequest extends $tea.Model {
3466
+ body?: string;
3467
+ static names(): {
3468
+ [key: string]: string;
3469
+ };
3470
+ static types(): {
3471
+ [key: string]: any;
3472
+ };
3473
+ constructor(map?: {
3474
+ [key: string]: any;
3475
+ });
3476
+ }
2913
3477
  export declare class ListAvailableEsInstanceIdsResponseBody extends $tea.Model {
2914
3478
  requestId?: string;
2915
3479
  result?: ListAvailableEsInstanceIdsResponseBodyResult[];
@@ -2927,6 +3491,7 @@ export declare class ListAvailableEsInstanceIdsResponse extends $tea.Model {
2927
3491
  headers: {
2928
3492
  [key: string]: string;
2929
3493
  };
3494
+ statusCode: number;
2930
3495
  body: ListAvailableEsInstanceIdsResponseBody;
2931
3496
  static names(): {
2932
3497
  [key: string]: string;
@@ -2939,6 +3504,7 @@ export declare class ListAvailableEsInstanceIdsResponse extends $tea.Model {
2939
3504
  });
2940
3505
  }
2941
3506
  export declare class ListCollectorsRequest extends $tea.Model {
3507
+ body?: string;
2942
3508
  instanceId?: string;
2943
3509
  name?: string;
2944
3510
  page?: number;
@@ -2973,6 +3539,7 @@ export declare class ListCollectorsResponse extends $tea.Model {
2973
3539
  headers: {
2974
3540
  [key: string]: string;
2975
3541
  };
3542
+ statusCode: number;
2976
3543
  body: ListCollectorsResponseBody;
2977
3544
  static names(): {
2978
3545
  [key: string]: string;
@@ -2985,6 +3552,7 @@ export declare class ListCollectorsResponse extends $tea.Model {
2985
3552
  });
2986
3553
  }
2987
3554
  export declare class ListComponentIndicesRequest extends $tea.Model {
3555
+ body?: string;
2988
3556
  name?: string;
2989
3557
  page?: number;
2990
3558
  size?: number;
@@ -3016,6 +3584,7 @@ export declare class ListComponentIndicesResponse extends $tea.Model {
3016
3584
  headers: {
3017
3585
  [key: string]: string;
3018
3586
  };
3587
+ statusCode: number;
3019
3588
  body: ListComponentIndicesResponseBody;
3020
3589
  static names(): {
3021
3590
  [key: string]: string;
@@ -3027,6 +3596,18 @@ export declare class ListComponentIndicesResponse extends $tea.Model {
3027
3596
  [key: string]: any;
3028
3597
  });
3029
3598
  }
3599
+ export declare class ListConnectedClustersRequest extends $tea.Model {
3600
+ body?: string;
3601
+ static names(): {
3602
+ [key: string]: string;
3603
+ };
3604
+ static types(): {
3605
+ [key: string]: any;
3606
+ };
3607
+ constructor(map?: {
3608
+ [key: string]: any;
3609
+ });
3610
+ }
3030
3611
  export declare class ListConnectedClustersResponseBody extends $tea.Model {
3031
3612
  requestId?: string;
3032
3613
  result?: ListConnectedClustersResponseBodyResult;
@@ -3044,6 +3625,7 @@ export declare class ListConnectedClustersResponse extends $tea.Model {
3044
3625
  headers: {
3045
3626
  [key: string]: string;
3046
3627
  };
3628
+ statusCode: number;
3047
3629
  body: ListConnectedClustersResponseBody;
3048
3630
  static names(): {
3049
3631
  [key: string]: string;
@@ -3056,6 +3638,7 @@ export declare class ListConnectedClustersResponse extends $tea.Model {
3056
3638
  });
3057
3639
  }
3058
3640
  export declare class ListDataStreamsRequest extends $tea.Model {
3641
+ body?: string;
3059
3642
  isManaged?: boolean;
3060
3643
  name?: string;
3061
3644
  static names(): {
@@ -3086,6 +3669,7 @@ export declare class ListDataStreamsResponse extends $tea.Model {
3086
3669
  headers: {
3087
3670
  [key: string]: string;
3088
3671
  };
3672
+ statusCode: number;
3089
3673
  body: ListDataStreamsResponseBody;
3090
3674
  static names(): {
3091
3675
  [key: string]: string;
@@ -3097,6 +3681,18 @@ export declare class ListDataStreamsResponse extends $tea.Model {
3097
3681
  [key: string]: any;
3098
3682
  });
3099
3683
  }
3684
+ export declare class ListDataTasksRequest extends $tea.Model {
3685
+ body?: string;
3686
+ static names(): {
3687
+ [key: string]: string;
3688
+ };
3689
+ static types(): {
3690
+ [key: string]: any;
3691
+ };
3692
+ constructor(map?: {
3693
+ [key: string]: any;
3694
+ });
3695
+ }
3100
3696
  export declare class ListDataTasksResponseBody extends $tea.Model {
3101
3697
  requestId?: string;
3102
3698
  result?: ListDataTasksResponseBodyResult[];
@@ -3114,6 +3710,7 @@ export declare class ListDataTasksResponse extends $tea.Model {
3114
3710
  headers: {
3115
3711
  [key: string]: string;
3116
3712
  };
3713
+ statusCode: number;
3117
3714
  body: ListDataTasksResponseBody;
3118
3715
  static names(): {
3119
3716
  [key: string]: string;
@@ -3126,6 +3723,7 @@ export declare class ListDataTasksResponse extends $tea.Model {
3126
3723
  });
3127
3724
  }
3128
3725
  export declare class ListDefaultCollectorConfigurationsRequest extends $tea.Model {
3726
+ body?: string;
3129
3727
  resType?: string;
3130
3728
  resVersion?: string;
3131
3729
  sourceType?: string;
@@ -3156,6 +3754,7 @@ export declare class ListDefaultCollectorConfigurationsResponse extends $tea.Mod
3156
3754
  headers: {
3157
3755
  [key: string]: string;
3158
3756
  };
3757
+ statusCode: number;
3159
3758
  body: ListDefaultCollectorConfigurationsResponseBody;
3160
3759
  static names(): {
3161
3760
  [key: string]: string;
@@ -3168,6 +3767,7 @@ export declare class ListDefaultCollectorConfigurationsResponse extends $tea.Mod
3168
3767
  });
3169
3768
  }
3170
3769
  export declare class ListDeprecatedTemplatesRequest extends $tea.Model {
3770
+ body?: string;
3171
3771
  name?: string;
3172
3772
  page?: number;
3173
3773
  size?: number;
@@ -3199,6 +3799,7 @@ export declare class ListDeprecatedTemplatesResponse extends $tea.Model {
3199
3799
  headers: {
3200
3800
  [key: string]: string;
3201
3801
  };
3802
+ statusCode: number;
3202
3803
  body: ListDeprecatedTemplatesResponseBody;
3203
3804
  static names(): {
3204
3805
  [key: string]: string;
@@ -3211,6 +3812,7 @@ export declare class ListDeprecatedTemplatesResponse extends $tea.Model {
3211
3812
  });
3212
3813
  }
3213
3814
  export declare class ListDiagnoseIndicesRequest extends $tea.Model {
3815
+ body?: string;
3214
3816
  lang?: string;
3215
3817
  static names(): {
3216
3818
  [key: string]: string;
@@ -3239,6 +3841,7 @@ export declare class ListDiagnoseIndicesResponse extends $tea.Model {
3239
3841
  headers: {
3240
3842
  [key: string]: string;
3241
3843
  };
3844
+ statusCode: number;
3242
3845
  body: ListDiagnoseIndicesResponseBody;
3243
3846
  static names(): {
3244
3847
  [key: string]: string;
@@ -3251,6 +3854,7 @@ export declare class ListDiagnoseIndicesResponse extends $tea.Model {
3251
3854
  });
3252
3855
  }
3253
3856
  export declare class ListDiagnoseReportRequest extends $tea.Model {
3857
+ body?: string;
3254
3858
  detail?: boolean;
3255
3859
  endTime?: number;
3256
3860
  lang?: string;
@@ -3286,6 +3890,7 @@ export declare class ListDiagnoseReportResponse extends $tea.Model {
3286
3890
  headers: {
3287
3891
  [key: string]: string;
3288
3892
  };
3893
+ statusCode: number;
3289
3894
  body: ListDiagnoseReportResponseBody;
3290
3895
  static names(): {
3291
3896
  [key: string]: string;
@@ -3298,6 +3903,7 @@ export declare class ListDiagnoseReportResponse extends $tea.Model {
3298
3903
  });
3299
3904
  }
3300
3905
  export declare class ListDiagnoseReportIdsRequest extends $tea.Model {
3906
+ body?: string;
3301
3907
  endTime?: number;
3302
3908
  lang?: string;
3303
3909
  page?: number;
@@ -3332,6 +3938,7 @@ export declare class ListDiagnoseReportIdsResponse extends $tea.Model {
3332
3938
  headers: {
3333
3939
  [key: string]: string;
3334
3940
  };
3941
+ statusCode: number;
3335
3942
  body: ListDiagnoseReportIdsResponseBody;
3336
3943
  static names(): {
3337
3944
  [key: string]: string;
@@ -3345,6 +3952,7 @@ export declare class ListDiagnoseReportIdsResponse extends $tea.Model {
3345
3952
  }
3346
3953
  export declare class ListDictInformationRequest extends $tea.Model {
3347
3954
  analyzerType?: string;
3955
+ body?: string;
3348
3956
  bucketName?: string;
3349
3957
  key?: string;
3350
3958
  static names(): {
@@ -3374,6 +3982,7 @@ export declare class ListDictInformationResponse extends $tea.Model {
3374
3982
  headers: {
3375
3983
  [key: string]: string;
3376
3984
  };
3985
+ statusCode: number;
3377
3986
  body: ListDictInformationResponseBody;
3378
3987
  static names(): {
3379
3988
  [key: string]: string;
@@ -3387,6 +3996,7 @@ export declare class ListDictInformationResponse extends $tea.Model {
3387
3996
  }
3388
3997
  export declare class ListDictsRequest extends $tea.Model {
3389
3998
  analyzerType?: string;
3999
+ body?: string;
3390
4000
  name?: string;
3391
4001
  static names(): {
3392
4002
  [key: string]: string;
@@ -3416,6 +4026,7 @@ export declare class ListDictsResponse extends $tea.Model {
3416
4026
  headers: {
3417
4027
  [key: string]: string;
3418
4028
  };
4029
+ statusCode: number;
3419
4030
  body: ListDictsResponseBody;
3420
4031
  static names(): {
3421
4032
  [key: string]: string;
@@ -3428,6 +4039,7 @@ export declare class ListDictsResponse extends $tea.Model {
3428
4039
  });
3429
4040
  }
3430
4041
  export declare class ListEcsInstancesRequest extends $tea.Model {
4042
+ body?: string;
3431
4043
  ecsInstanceIds?: string;
3432
4044
  ecsInstanceName?: string;
3433
4045
  page?: number;
@@ -3462,6 +4074,7 @@ export declare class ListEcsInstancesResponse extends $tea.Model {
3462
4074
  headers: {
3463
4075
  [key: string]: string;
3464
4076
  };
4077
+ statusCode: number;
3465
4078
  body: ListEcsInstancesResponseBody;
3466
4079
  static names(): {
3467
4080
  [key: string]: string;
@@ -3473,6 +4086,18 @@ export declare class ListEcsInstancesResponse extends $tea.Model {
3473
4086
  [key: string]: any;
3474
4087
  });
3475
4088
  }
4089
+ export declare class ListExtendfilesRequest extends $tea.Model {
4090
+ body?: string;
4091
+ static names(): {
4092
+ [key: string]: string;
4093
+ };
4094
+ static types(): {
4095
+ [key: string]: any;
4096
+ };
4097
+ constructor(map?: {
4098
+ [key: string]: any;
4099
+ });
4100
+ }
3476
4101
  export declare class ListExtendfilesResponseBody extends $tea.Model {
3477
4102
  requestId?: string;
3478
4103
  result?: ListExtendfilesResponseBodyResult[];
@@ -3490,6 +4115,7 @@ export declare class ListExtendfilesResponse extends $tea.Model {
3490
4115
  headers: {
3491
4116
  [key: string]: string;
3492
4117
  };
4118
+ statusCode: number;
3493
4119
  body: ListExtendfilesResponseBody;
3494
4120
  static names(): {
3495
4121
  [key: string]: string;
@@ -3502,6 +4128,7 @@ export declare class ListExtendfilesResponse extends $tea.Model {
3502
4128
  });
3503
4129
  }
3504
4130
  export declare class ListILMPoliciesRequest extends $tea.Model {
4131
+ body?: string;
3505
4132
  policyName?: string;
3506
4133
  static names(): {
3507
4134
  [key: string]: string;
@@ -3530,6 +4157,7 @@ export declare class ListILMPoliciesResponse extends $tea.Model {
3530
4157
  headers: {
3531
4158
  [key: string]: string;
3532
4159
  };
4160
+ statusCode: number;
3533
4161
  body: ListILMPoliciesResponseBody;
3534
4162
  static names(): {
3535
4163
  [key: string]: string;
@@ -3542,6 +4170,7 @@ export declare class ListILMPoliciesResponse extends $tea.Model {
3542
4170
  });
3543
4171
  }
3544
4172
  export declare class ListIndexTemplatesRequest extends $tea.Model {
4173
+ body?: string;
3545
4174
  indexTemplate?: string;
3546
4175
  page?: number;
3547
4176
  size?: number;
@@ -3572,6 +4201,7 @@ export declare class ListIndexTemplatesResponse extends $tea.Model {
3572
4201
  headers: {
3573
4202
  [key: string]: string;
3574
4203
  };
4204
+ statusCode: number;
3575
4205
  body: ListIndexTemplatesResponseBody;
3576
4206
  static names(): {
3577
4207
  [key: string]: string;
@@ -3584,6 +4214,7 @@ export declare class ListIndexTemplatesResponse extends $tea.Model {
3584
4214
  });
3585
4215
  }
3586
4216
  export declare class ListInstanceRequest extends $tea.Model {
4217
+ body?: string;
3587
4218
  description?: string;
3588
4219
  esVersion?: string;
3589
4220
  instanceCategory?: string;
@@ -3623,6 +4254,7 @@ export declare class ListInstanceResponse extends $tea.Model {
3623
4254
  headers: {
3624
4255
  [key: string]: string;
3625
4256
  };
4257
+ statusCode: number;
3626
4258
  body: ListInstanceResponseBody;
3627
4259
  static names(): {
3628
4260
  [key: string]: string;
@@ -3634,59 +4266,9 @@ export declare class ListInstanceResponse extends $tea.Model {
3634
4266
  [key: string]: any;
3635
4267
  });
3636
4268
  }
3637
- export declare class ListInstanceHistoryEventsRequest extends $tea.Model {
3638
- body?: ListInstanceHistoryEventsRequestBody[];
3639
- eventCreateEndTime?: string;
3640
- eventCreateStartTime?: string;
3641
- eventExecuteEndTime?: string;
3642
- eventExecuteStartTime?: string;
3643
- eventFinashEndTime?: string;
3644
- eventFinashStartTime?: string;
3645
- eventLevel?: string;
3646
- eventType?: string;
3647
- instanceId?: string;
3648
- nodeIP?: string;
3649
- static names(): {
3650
- [key: string]: string;
3651
- };
3652
- static types(): {
3653
- [key: string]: any;
3654
- };
3655
- constructor(map?: {
3656
- [key: string]: any;
3657
- });
3658
- }
3659
- export declare class ListInstanceHistoryEventsResponseBody extends $tea.Model {
3660
- headers?: ListInstanceHistoryEventsResponseBodyHeaders;
3661
- requestId?: string;
3662
- result?: ListInstanceHistoryEventsResponseBodyResult[];
3663
- static names(): {
3664
- [key: string]: string;
3665
- };
3666
- static types(): {
3667
- [key: string]: any;
3668
- };
3669
- constructor(map?: {
3670
- [key: string]: any;
3671
- });
3672
- }
3673
- export declare class ListInstanceHistoryEventsResponse extends $tea.Model {
3674
- headers: {
3675
- [key: string]: string;
3676
- };
3677
- body: ListInstanceHistoryEventsResponseBody;
3678
- static names(): {
3679
- [key: string]: string;
3680
- };
3681
- static types(): {
3682
- [key: string]: any;
3683
- };
3684
- constructor(map?: {
3685
- [key: string]: any;
3686
- });
3687
- }
3688
4269
  export declare class ListInstanceIndicesRequest extends $tea.Model {
3689
4270
  all?: boolean;
4271
+ body?: string;
3690
4272
  isManaged?: boolean;
3691
4273
  isOpenstore?: boolean;
3692
4274
  name?: string;
@@ -3720,6 +4302,7 @@ export declare class ListInstanceIndicesResponse extends $tea.Model {
3720
4302
  headers: {
3721
4303
  [key: string]: string;
3722
4304
  };
4305
+ statusCode: number;
3723
4306
  body: ListInstanceIndicesResponseBody;
3724
4307
  static names(): {
3725
4308
  [key: string]: string;
@@ -3732,6 +4315,7 @@ export declare class ListInstanceIndicesResponse extends $tea.Model {
3732
4315
  });
3733
4316
  }
3734
4317
  export declare class ListKibanaPluginsRequest extends $tea.Model {
4318
+ body?: string;
3735
4319
  page?: string;
3736
4320
  size?: number;
3737
4321
  static names(): {
@@ -3762,6 +4346,7 @@ export declare class ListKibanaPluginsResponse extends $tea.Model {
3762
4346
  headers: {
3763
4347
  [key: string]: string;
3764
4348
  };
4349
+ statusCode: number;
3765
4350
  body: ListKibanaPluginsResponseBody;
3766
4351
  static names(): {
3767
4352
  [key: string]: string;
@@ -3774,6 +4359,7 @@ export declare class ListKibanaPluginsResponse extends $tea.Model {
3774
4359
  });
3775
4360
  }
3776
4361
  export declare class ListLogstashRequest extends $tea.Model {
4362
+ body?: string;
3777
4363
  description?: string;
3778
4364
  instanceId?: string;
3779
4365
  ownerId?: string;
@@ -3794,7 +4380,7 @@ export declare class ListLogstashRequest extends $tea.Model {
3794
4380
  export declare class ListLogstashResponseBody extends $tea.Model {
3795
4381
  headers?: ListLogstashResponseBodyHeaders;
3796
4382
  requestId?: string;
3797
- result?: Logstash[];
4383
+ result?: ListLogstashResponseBodyResult[];
3798
4384
  static names(): {
3799
4385
  [key: string]: string;
3800
4386
  };
@@ -3809,6 +4395,7 @@ export declare class ListLogstashResponse extends $tea.Model {
3809
4395
  headers: {
3810
4396
  [key: string]: string;
3811
4397
  };
4398
+ statusCode: number;
3812
4399
  body: ListLogstashResponseBody;
3813
4400
  static names(): {
3814
4401
  [key: string]: string;
@@ -3822,6 +4409,7 @@ export declare class ListLogstashResponse extends $tea.Model {
3822
4409
  }
3823
4410
  export declare class ListLogstashLogRequest extends $tea.Model {
3824
4411
  beginTime?: number;
4412
+ body?: string;
3825
4413
  endTime?: number;
3826
4414
  page?: number;
3827
4415
  query?: string;
@@ -3854,6 +4442,7 @@ export declare class ListLogstashLogResponse extends $tea.Model {
3854
4442
  headers: {
3855
4443
  [key: string]: string;
3856
4444
  };
4445
+ statusCode: number;
3857
4446
  body: ListLogstashLogResponseBody;
3858
4447
  static names(): {
3859
4448
  [key: string]: string;
@@ -3866,6 +4455,7 @@ export declare class ListLogstashLogResponse extends $tea.Model {
3866
4455
  });
3867
4456
  }
3868
4457
  export declare class ListLogstashPluginsRequest extends $tea.Model {
4458
+ body?: string;
3869
4459
  name?: string;
3870
4460
  page?: number;
3871
4461
  size?: number;
@@ -3897,6 +4487,7 @@ export declare class ListLogstashPluginsResponse extends $tea.Model {
3897
4487
  headers: {
3898
4488
  [key: string]: string;
3899
4489
  };
4490
+ statusCode: number;
3900
4491
  body: ListLogstashPluginsResponseBody;
3901
4492
  static names(): {
3902
4493
  [key: string]: string;
@@ -3909,6 +4500,7 @@ export declare class ListLogstashPluginsResponse extends $tea.Model {
3909
4500
  });
3910
4501
  }
3911
4502
  export declare class ListNodesRequest extends $tea.Model {
4503
+ body?: string;
3912
4504
  ecsInstanceIds?: string;
3913
4505
  ecsInstanceName?: string;
3914
4506
  page?: number;
@@ -3942,6 +4534,7 @@ export declare class ListNodesResponse extends $tea.Model {
3942
4534
  headers: {
3943
4535
  [key: string]: string;
3944
4536
  };
4537
+ statusCode: number;
3945
4538
  body: ListNodesResponseBody;
3946
4539
  static names(): {
3947
4540
  [key: string]: string;
@@ -3954,6 +4547,7 @@ export declare class ListNodesResponse extends $tea.Model {
3954
4547
  });
3955
4548
  }
3956
4549
  export declare class ListPipelineRequest extends $tea.Model {
4550
+ body?: string;
3957
4551
  page?: number;
3958
4552
  pipelineId?: string;
3959
4553
  size?: number;
@@ -3985,6 +4579,7 @@ export declare class ListPipelineResponse extends $tea.Model {
3985
4579
  headers: {
3986
4580
  [key: string]: string;
3987
4581
  };
4582
+ statusCode: number;
3988
4583
  body: ListPipelineResponseBody;
3989
4584
  static names(): {
3990
4585
  [key: string]: string;
@@ -3996,6 +4591,18 @@ export declare class ListPipelineResponse extends $tea.Model {
3996
4591
  [key: string]: any;
3997
4592
  });
3998
4593
  }
4594
+ export declare class ListPipelineIdsRequest extends $tea.Model {
4595
+ body?: string;
4596
+ static names(): {
4597
+ [key: string]: string;
4598
+ };
4599
+ static types(): {
4600
+ [key: string]: any;
4601
+ };
4602
+ constructor(map?: {
4603
+ [key: string]: any;
4604
+ });
4605
+ }
3999
4606
  export declare class ListPipelineIdsResponseBody extends $tea.Model {
4000
4607
  requestId?: string;
4001
4608
  result?: ListPipelineIdsResponseBodyResult[];
@@ -4013,6 +4620,7 @@ export declare class ListPipelineIdsResponse extends $tea.Model {
4013
4620
  headers: {
4014
4621
  [key: string]: string;
4015
4622
  };
4623
+ statusCode: number;
4016
4624
  body: ListPipelineIdsResponseBody;
4017
4625
  static names(): {
4018
4626
  [key: string]: string;
@@ -4025,6 +4633,7 @@ export declare class ListPipelineIdsResponse extends $tea.Model {
4025
4633
  });
4026
4634
  }
4027
4635
  export declare class ListPluginsRequest extends $tea.Model {
4636
+ body?: string;
4028
4637
  name?: string;
4029
4638
  page?: string;
4030
4639
  size?: number;
@@ -4057,6 +4666,7 @@ export declare class ListPluginsResponse extends $tea.Model {
4057
4666
  headers: {
4058
4667
  [key: string]: string;
4059
4668
  };
4669
+ statusCode: number;
4060
4670
  body: ListPluginsResponseBody;
4061
4671
  static names(): {
4062
4672
  [key: string]: string;
@@ -4070,6 +4680,7 @@ export declare class ListPluginsResponse extends $tea.Model {
4070
4680
  }
4071
4681
  export declare class ListSearchLogRequest extends $tea.Model {
4072
4682
  beginTime?: number;
4683
+ body?: string;
4073
4684
  endTime?: number;
4074
4685
  page?: number;
4075
4686
  query?: string;
@@ -4103,6 +4714,7 @@ export declare class ListSearchLogResponse extends $tea.Model {
4103
4714
  headers: {
4104
4715
  [key: string]: string;
4105
4716
  };
4717
+ statusCode: number;
4106
4718
  body: ListSearchLogResponseBody;
4107
4719
  static names(): {
4108
4720
  [key: string]: string;
@@ -4116,6 +4728,7 @@ export declare class ListSearchLogResponse extends $tea.Model {
4116
4728
  }
4117
4729
  export declare class ListShardRecoveriesRequest extends $tea.Model {
4118
4730
  activeOnly?: boolean;
4731
+ body?: string;
4119
4732
  static names(): {
4120
4733
  [key: string]: string;
4121
4734
  };
@@ -4143,6 +4756,7 @@ export declare class ListShardRecoveriesResponse extends $tea.Model {
4143
4756
  headers: {
4144
4757
  [key: string]: string;
4145
4758
  };
4759
+ statusCode: number;
4146
4760
  body: ListShardRecoveriesResponseBody;
4147
4761
  static names(): {
4148
4762
  [key: string]: string;
@@ -4154,6 +4768,18 @@ export declare class ListShardRecoveriesResponse extends $tea.Model {
4154
4768
  [key: string]: any;
4155
4769
  });
4156
4770
  }
4771
+ export declare class ListSnapshotReposByInstanceIdRequest extends $tea.Model {
4772
+ body?: string;
4773
+ static names(): {
4774
+ [key: string]: string;
4775
+ };
4776
+ static types(): {
4777
+ [key: string]: any;
4778
+ };
4779
+ constructor(map?: {
4780
+ [key: string]: any;
4781
+ });
4782
+ }
4157
4783
  export declare class ListSnapshotReposByInstanceIdResponseBody extends $tea.Model {
4158
4784
  requestId?: string;
4159
4785
  result?: ListSnapshotReposByInstanceIdResponseBodyResult[];
@@ -4171,6 +4797,7 @@ export declare class ListSnapshotReposByInstanceIdResponse extends $tea.Model {
4171
4797
  headers: {
4172
4798
  [key: string]: string;
4173
4799
  };
4800
+ statusCode: number;
4174
4801
  body: ListSnapshotReposByInstanceIdResponseBody;
4175
4802
  static names(): {
4176
4803
  [key: string]: string;
@@ -4189,6 +4816,7 @@ export declare class ListTagResourcesRequest extends $tea.Model {
4189
4816
  resourceType?: string;
4190
4817
  size?: number;
4191
4818
  tags?: string;
4819
+ body?: string;
4192
4820
  static names(): {
4193
4821
  [key: string]: string;
4194
4822
  };
@@ -4218,6 +4846,7 @@ export declare class ListTagResourcesResponse extends $tea.Model {
4218
4846
  headers: {
4219
4847
  [key: string]: string;
4220
4848
  };
4849
+ statusCode: number;
4221
4850
  body: ListTagResourcesResponseBody;
4222
4851
  static names(): {
4223
4852
  [key: string]: string;
@@ -4230,6 +4859,7 @@ export declare class ListTagResourcesResponse extends $tea.Model {
4230
4859
  });
4231
4860
  }
4232
4861
  export declare class ListTagsRequest extends $tea.Model {
4862
+ body?: string;
4233
4863
  pageSize?: number;
4234
4864
  resourceType?: string;
4235
4865
  static names(): {
@@ -4259,6 +4889,7 @@ export declare class ListTagsResponse extends $tea.Model {
4259
4889
  headers: {
4260
4890
  [key: string]: string;
4261
4891
  };
4892
+ statusCode: number;
4262
4893
  body: ListTagsResponseBody;
4263
4894
  static names(): {
4264
4895
  [key: string]: string;
@@ -4271,6 +4902,7 @@ export declare class ListTagsResponse extends $tea.Model {
4271
4902
  });
4272
4903
  }
4273
4904
  export declare class ListVpcEndpointsRequest extends $tea.Model {
4905
+ body?: string;
4274
4906
  page?: number;
4275
4907
  size?: number;
4276
4908
  static names(): {
@@ -4300,6 +4932,7 @@ export declare class ListVpcEndpointsResponse extends $tea.Model {
4300
4932
  headers: {
4301
4933
  [key: string]: string;
4302
4934
  };
4935
+ statusCode: number;
4303
4936
  body: ListVpcEndpointsResponseBody;
4304
4937
  static names(): {
4305
4938
  [key: string]: string;
@@ -4312,6 +4945,7 @@ export declare class ListVpcEndpointsResponse extends $tea.Model {
4312
4945
  });
4313
4946
  }
4314
4947
  export declare class MigrateToOtherZoneRequest extends $tea.Model {
4948
+ body?: string;
4315
4949
  dryRun?: boolean;
4316
4950
  static names(): {
4317
4951
  [key: string]: string;
@@ -4340,6 +4974,7 @@ export declare class MigrateToOtherZoneResponse extends $tea.Model {
4340
4974
  headers: {
4341
4975
  [key: string]: string;
4342
4976
  };
4977
+ statusCode: number;
4343
4978
  body: MigrateToOtherZoneResponseBody;
4344
4979
  static names(): {
4345
4980
  [key: string]: string;
@@ -4353,6 +4988,7 @@ export declare class MigrateToOtherZoneResponse extends $tea.Model {
4353
4988
  }
4354
4989
  export declare class ModifyDeployMachineRequest extends $tea.Model {
4355
4990
  clientToken?: string;
4991
+ body?: string;
4356
4992
  static names(): {
4357
4993
  [key: string]: string;
4358
4994
  };
@@ -4380,6 +5016,7 @@ export declare class ModifyDeployMachineResponse extends $tea.Model {
4380
5016
  headers: {
4381
5017
  [key: string]: string;
4382
5018
  };
5019
+ statusCode: number;
4383
5020
  body: ModifyDeployMachineResponseBody;
4384
5021
  static names(): {
4385
5022
  [key: string]: string;
@@ -4391,6 +5028,18 @@ export declare class ModifyDeployMachineResponse extends $tea.Model {
4391
5028
  [key: string]: any;
4392
5029
  });
4393
5030
  }
5031
+ export declare class ModifyElastictaskRequest extends $tea.Model {
5032
+ body?: string;
5033
+ static names(): {
5034
+ [key: string]: string;
5035
+ };
5036
+ static types(): {
5037
+ [key: string]: any;
5038
+ };
5039
+ constructor(map?: {
5040
+ [key: string]: any;
5041
+ });
5042
+ }
4394
5043
  export declare class ModifyElastictaskResponseBody extends $tea.Model {
4395
5044
  requestId?: string;
4396
5045
  result?: ModifyElastictaskResponseBodyResult;
@@ -4408,6 +5057,7 @@ export declare class ModifyElastictaskResponse extends $tea.Model {
4408
5057
  headers: {
4409
5058
  [key: string]: string;
4410
5059
  };
5060
+ statusCode: number;
4411
5061
  body: ModifyElastictaskResponseBody;
4412
5062
  static names(): {
4413
5063
  [key: string]: string;
@@ -4421,6 +5071,7 @@ export declare class ModifyElastictaskResponse extends $tea.Model {
4421
5071
  }
4422
5072
  export declare class ModifyInstanceMaintainTimeRequest extends $tea.Model {
4423
5073
  clientToken?: string;
5074
+ body?: string;
4424
5075
  static names(): {
4425
5076
  [key: string]: string;
4426
5077
  };
@@ -4448,6 +5099,7 @@ export declare class ModifyInstanceMaintainTimeResponse extends $tea.Model {
4448
5099
  headers: {
4449
5100
  [key: string]: string;
4450
5101
  };
5102
+ statusCode: number;
4451
5103
  body: ModifyInstanceMaintainTimeResponseBody;
4452
5104
  static names(): {
4453
5105
  [key: string]: string;
@@ -4493,6 +5145,7 @@ export declare class ModifyWhiteIpsResponse extends $tea.Model {
4493
5145
  headers: {
4494
5146
  [key: string]: string;
4495
5147
  };
5148
+ statusCode: number;
4496
5149
  body: ModifyWhiteIpsResponseBody;
4497
5150
  static names(): {
4498
5151
  [key: string]: string;
@@ -4505,7 +5158,7 @@ export declare class ModifyWhiteIpsResponse extends $tea.Model {
4505
5158
  });
4506
5159
  }
4507
5160
  export declare class MoveResourceGroupRequest extends $tea.Model {
4508
- resourceGroupId?: string;
5161
+ body?: string;
4509
5162
  clientToken?: string;
4510
5163
  static names(): {
4511
5164
  [key: string]: string;
@@ -4534,6 +5187,7 @@ export declare class MoveResourceGroupResponse extends $tea.Model {
4534
5187
  headers: {
4535
5188
  [key: string]: string;
4536
5189
  };
5190
+ statusCode: number;
4537
5191
  body: MoveResourceGroupResponseBody;
4538
5192
  static names(): {
4539
5193
  [key: string]: string;
@@ -4547,6 +5201,7 @@ export declare class MoveResourceGroupResponse extends $tea.Model {
4547
5201
  }
4548
5202
  export declare class OpenDiagnosisRequest extends $tea.Model {
4549
5203
  clientToken?: string;
5204
+ body?: string;
4550
5205
  lang?: string;
4551
5206
  static names(): {
4552
5207
  [key: string]: string;
@@ -4575,6 +5230,7 @@ export declare class OpenDiagnosisResponse extends $tea.Model {
4575
5230
  headers: {
4576
5231
  [key: string]: string;
4577
5232
  };
5233
+ statusCode: number;
4578
5234
  body: OpenDiagnosisResponseBody;
4579
5235
  static names(): {
4580
5236
  [key: string]: string;
@@ -4587,6 +5243,7 @@ export declare class OpenDiagnosisResponse extends $tea.Model {
4587
5243
  });
4588
5244
  }
4589
5245
  export declare class OpenHttpsRequest extends $tea.Model {
5246
+ body?: string;
4590
5247
  clientToken?: string;
4591
5248
  static names(): {
4592
5249
  [key: string]: string;
@@ -4615,6 +5272,7 @@ export declare class OpenHttpsResponse extends $tea.Model {
4615
5272
  headers: {
4616
5273
  [key: string]: string;
4617
5274
  };
5275
+ statusCode: number;
4618
5276
  body: OpenHttpsResponseBody;
4619
5277
  static names(): {
4620
5278
  [key: string]: string;
@@ -4626,6 +5284,18 @@ export declare class OpenHttpsResponse extends $tea.Model {
4626
5284
  [key: string]: any;
4627
5285
  });
4628
5286
  }
5287
+ export declare class PostEmonTryAlarmRuleRequest extends $tea.Model {
5288
+ body?: string;
5289
+ static names(): {
5290
+ [key: string]: string;
5291
+ };
5292
+ static types(): {
5293
+ [key: string]: any;
5294
+ };
5295
+ constructor(map?: {
5296
+ [key: string]: any;
5297
+ });
5298
+ }
4629
5299
  export declare class PostEmonTryAlarmRuleResponseBody extends $tea.Model {
4630
5300
  code?: string;
4631
5301
  message?: string;
@@ -4645,6 +5315,7 @@ export declare class PostEmonTryAlarmRuleResponse extends $tea.Model {
4645
5315
  headers: {
4646
5316
  [key: string]: string;
4647
5317
  };
5318
+ statusCode: number;
4648
5319
  body: PostEmonTryAlarmRuleResponseBody;
4649
5320
  static names(): {
4650
5321
  [key: string]: string;
@@ -4657,6 +5328,7 @@ export declare class PostEmonTryAlarmRuleResponse extends $tea.Model {
4657
5328
  });
4658
5329
  }
4659
5330
  export declare class RecommendTemplatesRequest extends $tea.Model {
5331
+ body?: string;
4660
5332
  usageScenario?: string;
4661
5333
  static names(): {
4662
5334
  [key: string]: string;
@@ -4685,6 +5357,7 @@ export declare class RecommendTemplatesResponse extends $tea.Model {
4685
5357
  headers: {
4686
5358
  [key: string]: string;
4687
5359
  };
5360
+ statusCode: number;
4688
5361
  body: RecommendTemplatesResponseBody;
4689
5362
  static names(): {
4690
5363
  [key: string]: string;
@@ -4698,6 +5371,7 @@ export declare class RecommendTemplatesResponse extends $tea.Model {
4698
5371
  }
4699
5372
  export declare class ReinstallCollectorRequest extends $tea.Model {
4700
5373
  clientToken?: string;
5374
+ body?: string;
4701
5375
  static names(): {
4702
5376
  [key: string]: string;
4703
5377
  };
@@ -4725,6 +5399,7 @@ export declare class ReinstallCollectorResponse extends $tea.Model {
4725
5399
  headers: {
4726
5400
  [key: string]: string;
4727
5401
  };
5402
+ statusCode: number;
4728
5403
  body: ReinstallCollectorResponseBody;
4729
5404
  static names(): {
4730
5405
  [key: string]: string;
@@ -4736,6 +5411,18 @@ export declare class ReinstallCollectorResponse extends $tea.Model {
4736
5411
  [key: string]: any;
4737
5412
  });
4738
5413
  }
5414
+ export declare class RemoveApmRequest extends $tea.Model {
5415
+ body?: string;
5416
+ static names(): {
5417
+ [key: string]: string;
5418
+ };
5419
+ static types(): {
5420
+ [key: string]: any;
5421
+ };
5422
+ constructor(map?: {
5423
+ [key: string]: any;
5424
+ });
5425
+ }
4739
5426
  export declare class RemoveApmResponseBody extends $tea.Model {
4740
5427
  requestId?: string;
4741
5428
  result?: boolean;
@@ -4753,6 +5440,7 @@ export declare class RemoveApmResponse extends $tea.Model {
4753
5440
  headers: {
4754
5441
  [key: string]: string;
4755
5442
  };
5443
+ statusCode: number;
4756
5444
  body: RemoveApmResponseBody;
4757
5445
  static names(): {
4758
5446
  [key: string]: string;
@@ -4765,6 +5453,7 @@ export declare class RemoveApmResponse extends $tea.Model {
4765
5453
  });
4766
5454
  }
4767
5455
  export declare class RenewInstanceRequest extends $tea.Model {
5456
+ body?: string;
4768
5457
  clientToken?: string;
4769
5458
  static names(): {
4770
5459
  [key: string]: string;
@@ -4793,6 +5482,7 @@ export declare class RenewInstanceResponse extends $tea.Model {
4793
5482
  headers: {
4794
5483
  [key: string]: string;
4795
5484
  };
5485
+ statusCode: number;
4796
5486
  body: RenewInstanceResponseBody;
4797
5487
  static names(): {
4798
5488
  [key: string]: string;
@@ -4805,6 +5495,7 @@ export declare class RenewInstanceResponse extends $tea.Model {
4805
5495
  });
4806
5496
  }
4807
5497
  export declare class RenewLogstashRequest extends $tea.Model {
5498
+ body?: string;
4808
5499
  clientToken?: string;
4809
5500
  static names(): {
4810
5501
  [key: string]: string;
@@ -4833,6 +5524,7 @@ export declare class RenewLogstashResponse extends $tea.Model {
4833
5524
  headers: {
4834
5525
  [key: string]: string;
4835
5526
  };
5527
+ statusCode: number;
4836
5528
  body: RenewLogstashResponseBody;
4837
5529
  static names(): {
4838
5530
  [key: string]: string;
@@ -4846,6 +5538,7 @@ export declare class RenewLogstashResponse extends $tea.Model {
4846
5538
  }
4847
5539
  export declare class RestartCollectorRequest extends $tea.Model {
4848
5540
  clientToken?: string;
5541
+ body?: string;
4849
5542
  static names(): {
4850
5543
  [key: string]: string;
4851
5544
  };
@@ -4873,6 +5566,7 @@ export declare class RestartCollectorResponse extends $tea.Model {
4873
5566
  headers: {
4874
5567
  [key: string]: string;
4875
5568
  };
5569
+ statusCode: number;
4876
5570
  body: RestartCollectorResponseBody;
4877
5571
  static names(): {
4878
5572
  [key: string]: string;
@@ -4885,6 +5579,7 @@ export declare class RestartCollectorResponse extends $tea.Model {
4885
5579
  });
4886
5580
  }
4887
5581
  export declare class RestartInstanceRequest extends $tea.Model {
5582
+ body?: string;
4888
5583
  clientToken?: string;
4889
5584
  force?: boolean;
4890
5585
  static names(): {
@@ -4914,6 +5609,7 @@ export declare class RestartInstanceResponse extends $tea.Model {
4914
5609
  headers: {
4915
5610
  [key: string]: string;
4916
5611
  };
5612
+ statusCode: number;
4917
5613
  body: RestartInstanceResponseBody;
4918
5614
  static names(): {
4919
5615
  [key: string]: string;
@@ -4926,6 +5622,7 @@ export declare class RestartInstanceResponse extends $tea.Model {
4926
5622
  });
4927
5623
  }
4928
5624
  export declare class RestartLogstashRequest extends $tea.Model {
5625
+ body?: string;
4929
5626
  clientToken?: string;
4930
5627
  force?: boolean;
4931
5628
  static names(): {
@@ -4954,6 +5651,7 @@ export declare class RestartLogstashResponse extends $tea.Model {
4954
5651
  headers: {
4955
5652
  [key: string]: string;
4956
5653
  };
5654
+ statusCode: number;
4957
5655
  body: RestartLogstashResponseBody;
4958
5656
  static names(): {
4959
5657
  [key: string]: string;
@@ -4966,6 +5664,7 @@ export declare class RestartLogstashResponse extends $tea.Model {
4966
5664
  });
4967
5665
  }
4968
5666
  export declare class ResumeElasticsearchTaskRequest extends $tea.Model {
5667
+ body?: string;
4969
5668
  clientToken?: string;
4970
5669
  static names(): {
4971
5670
  [key: string]: string;
@@ -4994,6 +5693,7 @@ export declare class ResumeElasticsearchTaskResponse extends $tea.Model {
4994
5693
  headers: {
4995
5694
  [key: string]: string;
4996
5695
  };
5696
+ statusCode: number;
4997
5697
  body: ResumeElasticsearchTaskResponseBody;
4998
5698
  static names(): {
4999
5699
  [key: string]: string;
@@ -5006,6 +5706,7 @@ export declare class ResumeElasticsearchTaskResponse extends $tea.Model {
5006
5706
  });
5007
5707
  }
5008
5708
  export declare class ResumeLogstashTaskRequest extends $tea.Model {
5709
+ body?: string;
5009
5710
  clientToken?: string;
5010
5711
  static names(): {
5011
5712
  [key: string]: string;
@@ -5036,6 +5737,7 @@ export declare class ResumeLogstashTaskResponse extends $tea.Model {
5036
5737
  headers: {
5037
5738
  [key: string]: string;
5038
5739
  };
5740
+ statusCode: number;
5039
5741
  body: ResumeLogstashTaskResponseBody;
5040
5742
  static names(): {
5041
5743
  [key: string]: string;
@@ -5049,6 +5751,7 @@ export declare class ResumeLogstashTaskResponse extends $tea.Model {
5049
5751
  }
5050
5752
  export declare class RolloverDataStreamRequest extends $tea.Model {
5051
5753
  clientToken?: string;
5754
+ body?: string;
5052
5755
  static names(): {
5053
5756
  [key: string]: string;
5054
5757
  };
@@ -5076,6 +5779,7 @@ export declare class RolloverDataStreamResponse extends $tea.Model {
5076
5779
  headers: {
5077
5780
  [key: string]: string;
5078
5781
  };
5782
+ statusCode: number;
5079
5783
  body: RolloverDataStreamResponseBody;
5080
5784
  static names(): {
5081
5785
  [key: string]: string;
@@ -5089,6 +5793,7 @@ export declare class RolloverDataStreamResponse extends $tea.Model {
5089
5793
  }
5090
5794
  export declare class RunPipelinesRequest extends $tea.Model {
5091
5795
  clientToken?: string;
5796
+ body?: string;
5092
5797
  static names(): {
5093
5798
  [key: string]: string;
5094
5799
  };
@@ -5116,6 +5821,7 @@ export declare class RunPipelinesResponse extends $tea.Model {
5116
5821
  headers: {
5117
5822
  [key: string]: string;
5118
5823
  };
5824
+ statusCode: number;
5119
5825
  body: RunPipelinesResponseBody;
5120
5826
  static names(): {
5121
5827
  [key: string]: string;
@@ -5159,6 +5865,7 @@ export declare class ShrinkNodeResponse extends $tea.Model {
5159
5865
  headers: {
5160
5866
  [key: string]: string;
5161
5867
  };
5868
+ statusCode: number;
5162
5869
  body: ShrinkNodeResponseBody;
5163
5870
  static names(): {
5164
5871
  [key: string]: string;
@@ -5170,6 +5877,18 @@ export declare class ShrinkNodeResponse extends $tea.Model {
5170
5877
  [key: string]: any;
5171
5878
  });
5172
5879
  }
5880
+ export declare class StartApmRequest extends $tea.Model {
5881
+ body?: string;
5882
+ static names(): {
5883
+ [key: string]: string;
5884
+ };
5885
+ static types(): {
5886
+ [key: string]: any;
5887
+ };
5888
+ constructor(map?: {
5889
+ [key: string]: any;
5890
+ });
5891
+ }
5173
5892
  export declare class StartApmResponseBody extends $tea.Model {
5174
5893
  requestId?: string;
5175
5894
  result?: boolean;
@@ -5187,6 +5906,7 @@ export declare class StartApmResponse extends $tea.Model {
5187
5906
  headers: {
5188
5907
  [key: string]: string;
5189
5908
  };
5909
+ statusCode: number;
5190
5910
  body: StartApmResponseBody;
5191
5911
  static names(): {
5192
5912
  [key: string]: string;
@@ -5200,6 +5920,7 @@ export declare class StartApmResponse extends $tea.Model {
5200
5920
  }
5201
5921
  export declare class StartCollectorRequest extends $tea.Model {
5202
5922
  clientToken?: string;
5923
+ body?: string;
5203
5924
  static names(): {
5204
5925
  [key: string]: string;
5205
5926
  };
@@ -5227,6 +5948,7 @@ export declare class StartCollectorResponse extends $tea.Model {
5227
5948
  headers: {
5228
5949
  [key: string]: string;
5229
5950
  };
5951
+ statusCode: number;
5230
5952
  body: StartCollectorResponseBody;
5231
5953
  static names(): {
5232
5954
  [key: string]: string;
@@ -5238,6 +5960,18 @@ export declare class StartCollectorResponse extends $tea.Model {
5238
5960
  [key: string]: any;
5239
5961
  });
5240
5962
  }
5963
+ export declare class StopApmRequest extends $tea.Model {
5964
+ body?: string;
5965
+ static names(): {
5966
+ [key: string]: string;
5967
+ };
5968
+ static types(): {
5969
+ [key: string]: any;
5970
+ };
5971
+ constructor(map?: {
5972
+ [key: string]: any;
5973
+ });
5974
+ }
5241
5975
  export declare class StopApmResponseBody extends $tea.Model {
5242
5976
  requestId?: string;
5243
5977
  result?: boolean;
@@ -5255,6 +5989,7 @@ export declare class StopApmResponse extends $tea.Model {
5255
5989
  headers: {
5256
5990
  [key: string]: string;
5257
5991
  };
5992
+ statusCode: number;
5258
5993
  body: StopApmResponseBody;
5259
5994
  static names(): {
5260
5995
  [key: string]: string;
@@ -5268,6 +6003,7 @@ export declare class StopApmResponse extends $tea.Model {
5268
6003
  }
5269
6004
  export declare class StopCollectorRequest extends $tea.Model {
5270
6005
  clientToken?: string;
6006
+ body?: string;
5271
6007
  static names(): {
5272
6008
  [key: string]: string;
5273
6009
  };
@@ -5295,6 +6031,7 @@ export declare class StopCollectorResponse extends $tea.Model {
5295
6031
  headers: {
5296
6032
  [key: string]: string;
5297
6033
  };
6034
+ statusCode: number;
5298
6035
  body: StopCollectorResponseBody;
5299
6036
  static names(): {
5300
6037
  [key: string]: string;
@@ -5308,6 +6045,7 @@ export declare class StopCollectorResponse extends $tea.Model {
5308
6045
  }
5309
6046
  export declare class StopPipelinesRequest extends $tea.Model {
5310
6047
  clientToken?: string;
6048
+ body?: string;
5311
6049
  static names(): {
5312
6050
  [key: string]: string;
5313
6051
  };
@@ -5335,6 +6073,7 @@ export declare class StopPipelinesResponse extends $tea.Model {
5335
6073
  headers: {
5336
6074
  [key: string]: string;
5337
6075
  };
6076
+ statusCode: number;
5338
6077
  body: StopPipelinesResponseBody;
5339
6078
  static names(): {
5340
6079
  [key: string]: string;
@@ -5347,9 +6086,7 @@ export declare class StopPipelinesResponse extends $tea.Model {
5347
6086
  });
5348
6087
  }
5349
6088
  export declare class TagResourcesRequest extends $tea.Model {
5350
- resourceIds?: string[];
5351
- resourceType?: string;
5352
- tags?: TagResourcesRequestTags[];
6089
+ body?: string;
5353
6090
  static names(): {
5354
6091
  [key: string]: string;
5355
6092
  };
@@ -5376,6 +6113,7 @@ export declare class TagResourcesResponse extends $tea.Model {
5376
6113
  headers: {
5377
6114
  [key: string]: string;
5378
6115
  };
6116
+ statusCode: number;
5379
6117
  body: TagResourcesResponseBody;
5380
6118
  static names(): {
5381
6119
  [key: string]: string;
@@ -5418,6 +6156,7 @@ export declare class TransferNodeResponse extends $tea.Model {
5418
6156
  headers: {
5419
6157
  [key: string]: string;
5420
6158
  };
6159
+ statusCode: number;
5421
6160
  body: TransferNodeResponseBody;
5422
6161
  static names(): {
5423
6162
  [key: string]: string;
@@ -5461,6 +6200,7 @@ export declare class TriggerNetworkResponse extends $tea.Model {
5461
6200
  headers: {
5462
6201
  [key: string]: string;
5463
6202
  };
6203
+ statusCode: number;
5464
6204
  body: TriggerNetworkResponseBody;
5465
6205
  static names(): {
5466
6206
  [key: string]: string;
@@ -5473,6 +6213,7 @@ export declare class TriggerNetworkResponse extends $tea.Model {
5473
6213
  });
5474
6214
  }
5475
6215
  export declare class UninstallKibanaPluginRequest extends $tea.Model {
6216
+ body?: string;
5476
6217
  clientToken?: string;
5477
6218
  static names(): {
5478
6219
  [key: string]: string;
@@ -5501,6 +6242,7 @@ export declare class UninstallKibanaPluginResponse extends $tea.Model {
5501
6242
  headers: {
5502
6243
  [key: string]: string;
5503
6244
  };
6245
+ statusCode: number;
5504
6246
  body: UninstallKibanaPluginResponseBody;
5505
6247
  static names(): {
5506
6248
  [key: string]: string;
@@ -5513,6 +6255,7 @@ export declare class UninstallKibanaPluginResponse extends $tea.Model {
5513
6255
  });
5514
6256
  }
5515
6257
  export declare class UninstallLogstashPluginRequest extends $tea.Model {
6258
+ body?: string;
5516
6259
  clientToken?: string;
5517
6260
  static names(): {
5518
6261
  [key: string]: string;
@@ -5541,6 +6284,7 @@ export declare class UninstallLogstashPluginResponse extends $tea.Model {
5541
6284
  headers: {
5542
6285
  [key: string]: string;
5543
6286
  };
6287
+ statusCode: number;
5544
6288
  body: UninstallLogstashPluginResponseBody;
5545
6289
  static names(): {
5546
6290
  [key: string]: string;
@@ -5553,6 +6297,7 @@ export declare class UninstallLogstashPluginResponse extends $tea.Model {
5553
6297
  });
5554
6298
  }
5555
6299
  export declare class UninstallPluginRequest extends $tea.Model {
6300
+ body?: string;
5556
6301
  clientToken?: string;
5557
6302
  static names(): {
5558
6303
  [key: string]: string;
@@ -5581,6 +6326,7 @@ export declare class UninstallPluginResponse extends $tea.Model {
5581
6326
  headers: {
5582
6327
  [key: string]: string;
5583
6328
  };
6329
+ statusCode: number;
5584
6330
  body: UninstallPluginResponseBody;
5585
6331
  static names(): {
5586
6332
  [key: string]: string;
@@ -5597,6 +6343,7 @@ export declare class UntagResourcesRequest extends $tea.Model {
5597
6343
  resourceIds?: string;
5598
6344
  resourceType?: string;
5599
6345
  tagKeys?: string;
6346
+ body?: string;
5600
6347
  static names(): {
5601
6348
  [key: string]: string;
5602
6349
  };
@@ -5624,6 +6371,7 @@ export declare class UntagResourcesResponse extends $tea.Model {
5624
6371
  headers: {
5625
6372
  [key: string]: string;
5626
6373
  };
6374
+ statusCode: number;
5627
6375
  body: UntagResourcesResponseBody;
5628
6376
  static names(): {
5629
6377
  [key: string]: string;
@@ -5636,6 +6384,7 @@ export declare class UntagResourcesResponse extends $tea.Model {
5636
6384
  });
5637
6385
  }
5638
6386
  export declare class UpdateAdminPasswordRequest extends $tea.Model {
6387
+ body?: string;
5639
6388
  clientToken?: string;
5640
6389
  static names(): {
5641
6390
  [key: string]: string;
@@ -5663,6 +6412,7 @@ export declare class UpdateAdminPasswordResponse extends $tea.Model {
5663
6412
  headers: {
5664
6413
  [key: string]: string;
5665
6414
  };
6415
+ statusCode: number;
5666
6416
  body: UpdateAdminPasswordResponseBody;
5667
6417
  static names(): {
5668
6418
  [key: string]: string;
@@ -5675,6 +6425,7 @@ export declare class UpdateAdminPasswordResponse extends $tea.Model {
5675
6425
  });
5676
6426
  }
5677
6427
  export declare class UpdateAdvancedSettingRequest extends $tea.Model {
6428
+ body?: string;
5678
6429
  clientToken?: string;
5679
6430
  static names(): {
5680
6431
  [key: string]: string;
@@ -5703,6 +6454,7 @@ export declare class UpdateAdvancedSettingResponse extends $tea.Model {
5703
6454
  headers: {
5704
6455
  [key: string]: string;
5705
6456
  };
6457
+ statusCode: number;
5706
6458
  body: UpdateAdvancedSettingResponseBody;
5707
6459
  static names(): {
5708
6460
  [key: string]: string;
@@ -5715,6 +6467,7 @@ export declare class UpdateAdvancedSettingResponse extends $tea.Model {
5715
6467
  });
5716
6468
  }
5717
6469
  export declare class UpdateAliwsDictRequest extends $tea.Model {
6470
+ body?: string;
5718
6471
  clientToken?: string;
5719
6472
  static names(): {
5720
6473
  [key: string]: string;
@@ -5743,6 +6496,7 @@ export declare class UpdateAliwsDictResponse extends $tea.Model {
5743
6496
  headers: {
5744
6497
  [key: string]: string;
5745
6498
  };
6499
+ statusCode: number;
5746
6500
  body: UpdateAliwsDictResponseBody;
5747
6501
  static names(): {
5748
6502
  [key: string]: string;
@@ -5787,6 +6541,7 @@ export declare class UpdateApmResponse extends $tea.Model {
5787
6541
  headers: {
5788
6542
  [key: string]: string;
5789
6543
  };
6544
+ statusCode: number;
5790
6545
  body: UpdateApmResponseBody;
5791
6546
  static names(): {
5792
6547
  [key: string]: string;
@@ -5799,6 +6554,7 @@ export declare class UpdateApmResponse extends $tea.Model {
5799
6554
  });
5800
6555
  }
5801
6556
  export declare class UpdateBlackIpsRequest extends $tea.Model {
6557
+ body?: string;
5802
6558
  clientToken?: string;
5803
6559
  esIPBlacklist?: string[];
5804
6560
  static names(): {
@@ -5828,6 +6584,7 @@ export declare class UpdateBlackIpsResponse extends $tea.Model {
5828
6584
  headers: {
5829
6585
  [key: string]: string;
5830
6586
  };
6587
+ statusCode: number;
5831
6588
  body: UpdateBlackIpsResponseBody;
5832
6589
  static names(): {
5833
6590
  [key: string]: string;
@@ -5841,6 +6598,7 @@ export declare class UpdateBlackIpsResponse extends $tea.Model {
5841
6598
  }
5842
6599
  export declare class UpdateCollectorRequest extends $tea.Model {
5843
6600
  clientToken?: string;
6601
+ body?: string;
5844
6602
  static names(): {
5845
6603
  [key: string]: string;
5846
6604
  };
@@ -5868,6 +6626,7 @@ export declare class UpdateCollectorResponse extends $tea.Model {
5868
6626
  headers: {
5869
6627
  [key: string]: string;
5870
6628
  };
6629
+ statusCode: number;
5871
6630
  body: UpdateCollectorResponseBody;
5872
6631
  static names(): {
5873
6632
  [key: string]: string;
@@ -5881,6 +6640,7 @@ export declare class UpdateCollectorResponse extends $tea.Model {
5881
6640
  }
5882
6641
  export declare class UpdateCollectorNameRequest extends $tea.Model {
5883
6642
  clientToken?: string;
6643
+ body?: string;
5884
6644
  static names(): {
5885
6645
  [key: string]: string;
5886
6646
  };
@@ -5908,6 +6668,7 @@ export declare class UpdateCollectorNameResponse extends $tea.Model {
5908
6668
  headers: {
5909
6669
  [key: string]: string;
5910
6670
  };
6671
+ statusCode: number;
5911
6672
  body: UpdateCollectorNameResponseBody;
5912
6673
  static names(): {
5913
6674
  [key: string]: string;
@@ -5950,6 +6711,7 @@ export declare class UpdateComponentIndexResponse extends $tea.Model {
5950
6711
  headers: {
5951
6712
  [key: string]: string;
5952
6713
  };
6714
+ statusCode: number;
5953
6715
  body: UpdateComponentIndexResponseBody;
5954
6716
  static names(): {
5955
6717
  [key: string]: string;
@@ -5974,9 +6736,52 @@ export declare class UpdateDescriptionRequest extends $tea.Model {
5974
6736
  [key: string]: any;
5975
6737
  });
5976
6738
  }
5977
- export declare class UpdateDescriptionResponseBody extends $tea.Model {
6739
+ export declare class UpdateDescriptionResponseBody extends $tea.Model {
6740
+ requestId?: string;
6741
+ result?: UpdateDescriptionResponseBodyResult;
6742
+ static names(): {
6743
+ [key: string]: string;
6744
+ };
6745
+ static types(): {
6746
+ [key: string]: any;
6747
+ };
6748
+ constructor(map?: {
6749
+ [key: string]: any;
6750
+ });
6751
+ }
6752
+ export declare class UpdateDescriptionResponse extends $tea.Model {
6753
+ headers: {
6754
+ [key: string]: string;
6755
+ };
6756
+ statusCode: number;
6757
+ body: UpdateDescriptionResponseBody;
6758
+ static names(): {
6759
+ [key: string]: string;
6760
+ };
6761
+ static types(): {
6762
+ [key: string]: any;
6763
+ };
6764
+ constructor(map?: {
6765
+ [key: string]: any;
6766
+ });
6767
+ }
6768
+ export declare class UpdateDiagnosisSettingsRequest extends $tea.Model {
6769
+ clientToken?: string;
6770
+ body?: string;
6771
+ lang?: string;
6772
+ static names(): {
6773
+ [key: string]: string;
6774
+ };
6775
+ static types(): {
6776
+ [key: string]: any;
6777
+ };
6778
+ constructor(map?: {
6779
+ [key: string]: any;
6780
+ });
6781
+ }
6782
+ export declare class UpdateDiagnosisSettingsResponseBody extends $tea.Model {
5978
6783
  requestId?: string;
5979
- result?: UpdateDescriptionResponseBodyResult;
6784
+ result?: boolean;
5980
6785
  static names(): {
5981
6786
  [key: string]: string;
5982
6787
  };
@@ -5987,11 +6792,12 @@ export declare class UpdateDescriptionResponseBody extends $tea.Model {
5987
6792
  [key: string]: any;
5988
6793
  });
5989
6794
  }
5990
- export declare class UpdateDescriptionResponse extends $tea.Model {
6795
+ export declare class UpdateDiagnosisSettingsResponse extends $tea.Model {
5991
6796
  headers: {
5992
6797
  [key: string]: string;
5993
6798
  };
5994
- body: UpdateDescriptionResponseBody;
6799
+ statusCode: number;
6800
+ body: UpdateDiagnosisSettingsResponseBody;
5995
6801
  static names(): {
5996
6802
  [key: string]: string;
5997
6803
  };
@@ -6002,9 +6808,9 @@ export declare class UpdateDescriptionResponse extends $tea.Model {
6002
6808
  [key: string]: any;
6003
6809
  });
6004
6810
  }
6005
- export declare class UpdateDiagnosisSettingsRequest extends $tea.Model {
6811
+ export declare class UpdateDictRequest extends $tea.Model {
6812
+ body?: string;
6006
6813
  clientToken?: string;
6007
- lang?: string;
6008
6814
  static names(): {
6009
6815
  [key: string]: string;
6010
6816
  };
@@ -6015,9 +6821,9 @@ export declare class UpdateDiagnosisSettingsRequest extends $tea.Model {
6015
6821
  [key: string]: any;
6016
6822
  });
6017
6823
  }
6018
- export declare class UpdateDiagnosisSettingsResponseBody extends $tea.Model {
6824
+ export declare class UpdateDictResponseBody extends $tea.Model {
6019
6825
  requestId?: string;
6020
- result?: boolean;
6826
+ result?: UpdateDictResponseBodyResult[];
6021
6827
  static names(): {
6022
6828
  [key: string]: string;
6023
6829
  };
@@ -6028,11 +6834,12 @@ export declare class UpdateDiagnosisSettingsResponseBody extends $tea.Model {
6028
6834
  [key: string]: any;
6029
6835
  });
6030
6836
  }
6031
- export declare class UpdateDiagnosisSettingsResponse extends $tea.Model {
6837
+ export declare class UpdateDictResponse extends $tea.Model {
6032
6838
  headers: {
6033
6839
  [key: string]: string;
6034
6840
  };
6035
- body: UpdateDiagnosisSettingsResponseBody;
6841
+ statusCode: number;
6842
+ body: UpdateDictResponseBody;
6036
6843
  static names(): {
6037
6844
  [key: string]: string;
6038
6845
  };
@@ -6043,8 +6850,11 @@ export declare class UpdateDiagnosisSettingsResponse extends $tea.Model {
6043
6850
  [key: string]: any;
6044
6851
  });
6045
6852
  }
6046
- export declare class UpdateDictRequest extends $tea.Model {
6853
+ export declare class UpdateDynamicSettingsRequest extends $tea.Model {
6047
6854
  clientToken?: string;
6855
+ regionId?: string;
6856
+ body?: string;
6857
+ mode?: string;
6048
6858
  static names(): {
6049
6859
  [key: string]: string;
6050
6860
  };
@@ -6055,9 +6865,9 @@ export declare class UpdateDictRequest extends $tea.Model {
6055
6865
  [key: string]: any;
6056
6866
  });
6057
6867
  }
6058
- export declare class UpdateDictResponseBody extends $tea.Model {
6868
+ export declare class UpdateDynamicSettingsResponseBody extends $tea.Model {
6059
6869
  requestId?: string;
6060
- result?: UpdateDictResponseBodyResult[];
6870
+ result?: boolean;
6061
6871
  static names(): {
6062
6872
  [key: string]: string;
6063
6873
  };
@@ -6068,11 +6878,12 @@ export declare class UpdateDictResponseBody extends $tea.Model {
6068
6878
  [key: string]: any;
6069
6879
  });
6070
6880
  }
6071
- export declare class UpdateDictResponse extends $tea.Model {
6881
+ export declare class UpdateDynamicSettingsResponse extends $tea.Model {
6072
6882
  headers: {
6073
6883
  [key: string]: string;
6074
6884
  };
6075
- body: UpdateDictResponseBody;
6885
+ statusCode: number;
6886
+ body: UpdateDynamicSettingsResponseBody;
6076
6887
  static names(): {
6077
6888
  [key: string]: string;
6078
6889
  };
@@ -6085,6 +6896,7 @@ export declare class UpdateDictResponse extends $tea.Model {
6085
6896
  }
6086
6897
  export declare class UpdateExtendConfigRequest extends $tea.Model {
6087
6898
  clientToken?: string;
6899
+ body?: string;
6088
6900
  static names(): {
6089
6901
  [key: string]: string;
6090
6902
  };
@@ -6112,6 +6924,7 @@ export declare class UpdateExtendConfigResponse extends $tea.Model {
6112
6924
  headers: {
6113
6925
  [key: string]: string;
6114
6926
  };
6927
+ statusCode: number;
6115
6928
  body: UpdateExtendConfigResponseBody;
6116
6929
  static names(): {
6117
6930
  [key: string]: string;
@@ -6125,6 +6938,7 @@ export declare class UpdateExtendConfigResponse extends $tea.Model {
6125
6938
  }
6126
6939
  export declare class UpdateExtendfilesRequest extends $tea.Model {
6127
6940
  clientToken?: string;
6941
+ body?: string;
6128
6942
  static names(): {
6129
6943
  [key: string]: string;
6130
6944
  };
@@ -6152,6 +6966,7 @@ export declare class UpdateExtendfilesResponse extends $tea.Model {
6152
6966
  headers: {
6153
6967
  [key: string]: string;
6154
6968
  };
6969
+ statusCode: number;
6155
6970
  body: UpdateExtendfilesResponseBody;
6156
6971
  static names(): {
6157
6972
  [key: string]: string;
@@ -6164,6 +6979,7 @@ export declare class UpdateExtendfilesResponse extends $tea.Model {
6164
6979
  });
6165
6980
  }
6166
6981
  export declare class UpdateHotIkDictsRequest extends $tea.Model {
6982
+ body?: string;
6167
6983
  clientToken?: string;
6168
6984
  static names(): {
6169
6985
  [key: string]: string;
@@ -6192,6 +7008,7 @@ export declare class UpdateHotIkDictsResponse extends $tea.Model {
6192
7008
  headers: {
6193
7009
  [key: string]: string;
6194
7010
  };
7011
+ statusCode: number;
6195
7012
  body: UpdateHotIkDictsResponseBody;
6196
7013
  static names(): {
6197
7014
  [key: string]: string;
@@ -6205,6 +7022,7 @@ export declare class UpdateHotIkDictsResponse extends $tea.Model {
6205
7022
  }
6206
7023
  export declare class UpdateILMPolicyRequest extends $tea.Model {
6207
7024
  clientToken?: string;
7025
+ body?: string;
6208
7026
  static names(): {
6209
7027
  [key: string]: string;
6210
7028
  };
@@ -6232,6 +7050,7 @@ export declare class UpdateILMPolicyResponse extends $tea.Model {
6232
7050
  headers: {
6233
7051
  [key: string]: string;
6234
7052
  };
7053
+ statusCode: number;
6235
7054
  body: UpdateILMPolicyResponseBody;
6236
7055
  static names(): {
6237
7056
  [key: string]: string;
@@ -6245,6 +7064,7 @@ export declare class UpdateILMPolicyResponse extends $tea.Model {
6245
7064
  }
6246
7065
  export declare class UpdateIndexTemplateRequest extends $tea.Model {
6247
7066
  clientToken?: string;
7067
+ body?: string;
6248
7068
  static names(): {
6249
7069
  [key: string]: string;
6250
7070
  };
@@ -6272,6 +7092,7 @@ export declare class UpdateIndexTemplateResponse extends $tea.Model {
6272
7092
  headers: {
6273
7093
  [key: string]: string;
6274
7094
  };
7095
+ statusCode: number;
6275
7096
  body: UpdateIndexTemplateResponseBody;
6276
7097
  static names(): {
6277
7098
  [key: string]: string;
@@ -6284,8 +7105,8 @@ export declare class UpdateIndexTemplateResponse extends $tea.Model {
6284
7105
  });
6285
7106
  }
6286
7107
  export declare class UpdateInstanceRequest extends $tea.Model {
7108
+ body?: string;
6287
7109
  clientToken?: string;
6288
- ignoreStatus?: boolean;
6289
7110
  orderActionType?: string;
6290
7111
  static names(): {
6291
7112
  [key: string]: string;
@@ -6314,6 +7135,7 @@ export declare class UpdateInstanceResponse extends $tea.Model {
6314
7135
  headers: {
6315
7136
  [key: string]: string;
6316
7137
  };
7138
+ statusCode: number;
6317
7139
  body: UpdateInstanceResponseBody;
6318
7140
  static names(): {
6319
7141
  [key: string]: string;
@@ -6326,6 +7148,7 @@ export declare class UpdateInstanceResponse extends $tea.Model {
6326
7148
  });
6327
7149
  }
6328
7150
  export declare class UpdateInstanceChargeTypeRequest extends $tea.Model {
7151
+ body?: string;
6329
7152
  clientToken?: string;
6330
7153
  static names(): {
6331
7154
  [key: string]: string;
@@ -6354,6 +7177,7 @@ export declare class UpdateInstanceChargeTypeResponse extends $tea.Model {
6354
7177
  headers: {
6355
7178
  [key: string]: string;
6356
7179
  };
7180
+ statusCode: number;
6357
7181
  body: UpdateInstanceChargeTypeResponseBody;
6358
7182
  static names(): {
6359
7183
  [key: string]: string;
@@ -6366,6 +7190,7 @@ export declare class UpdateInstanceChargeTypeResponse extends $tea.Model {
6366
7190
  });
6367
7191
  }
6368
7192
  export declare class UpdateInstanceSettingsRequest extends $tea.Model {
7193
+ body?: string;
6369
7194
  clientToken?: string;
6370
7195
  static names(): {
6371
7196
  [key: string]: string;
@@ -6393,6 +7218,7 @@ export declare class UpdateInstanceSettingsResponse extends $tea.Model {
6393
7218
  headers: {
6394
7219
  [key: string]: string;
6395
7220
  };
7221
+ statusCode: number;
6396
7222
  body: UpdateInstanceSettingsResponseBody;
6397
7223
  static names(): {
6398
7224
  [key: string]: string;
@@ -6405,6 +7231,7 @@ export declare class UpdateInstanceSettingsResponse extends $tea.Model {
6405
7231
  });
6406
7232
  }
6407
7233
  export declare class UpdateKibanaSettingsRequest extends $tea.Model {
7234
+ body?: string;
6408
7235
  clientToken?: string;
6409
7236
  static names(): {
6410
7237
  [key: string]: string;
@@ -6433,6 +7260,7 @@ export declare class UpdateKibanaSettingsResponse extends $tea.Model {
6433
7260
  headers: {
6434
7261
  [key: string]: string;
6435
7262
  };
7263
+ statusCode: number;
6436
7264
  body: UpdateKibanaSettingsResponseBody;
6437
7265
  static names(): {
6438
7266
  [key: string]: string;
@@ -6445,6 +7273,7 @@ export declare class UpdateKibanaSettingsResponse extends $tea.Model {
6445
7273
  });
6446
7274
  }
6447
7275
  export declare class UpdateKibanaWhiteIpsRequest extends $tea.Model {
7276
+ body?: string;
6448
7277
  clientToken?: string;
6449
7278
  modifyMode?: string;
6450
7279
  static names(): {
@@ -6474,6 +7303,7 @@ export declare class UpdateKibanaWhiteIpsResponse extends $tea.Model {
6474
7303
  headers: {
6475
7304
  [key: string]: string;
6476
7305
  };
7306
+ statusCode: number;
6477
7307
  body: UpdateKibanaWhiteIpsResponseBody;
6478
7308
  static names(): {
6479
7309
  [key: string]: string;
@@ -6486,9 +7316,7 @@ export declare class UpdateKibanaWhiteIpsResponse extends $tea.Model {
6486
7316
  });
6487
7317
  }
6488
7318
  export declare class UpdateLogstashRequest extends $tea.Model {
6489
- description?: string;
6490
- nodeAmount?: number;
6491
- nodeSpec?: UpdateLogstashRequestNodeSpec;
7319
+ body?: string;
6492
7320
  clientToken?: string;
6493
7321
  static names(): {
6494
7322
  [key: string]: string;
@@ -6501,7 +7329,7 @@ export declare class UpdateLogstashRequest extends $tea.Model {
6501
7329
  });
6502
7330
  }
6503
7331
  export declare class UpdateLogstashResponseBody extends $tea.Model {
6504
- requestId?: Logstash;
7332
+ requestId?: string;
6505
7333
  result?: boolean;
6506
7334
  static names(): {
6507
7335
  [key: string]: string;
@@ -6517,6 +7345,7 @@ export declare class UpdateLogstashResponse extends $tea.Model {
6517
7345
  headers: {
6518
7346
  [key: string]: string;
6519
7347
  };
7348
+ statusCode: number;
6520
7349
  body: UpdateLogstashResponseBody;
6521
7350
  static names(): {
6522
7351
  [key: string]: string;
@@ -6529,8 +7358,7 @@ export declare class UpdateLogstashResponse extends $tea.Model {
6529
7358
  });
6530
7359
  }
6531
7360
  export declare class UpdateLogstashChargeTypeRequest extends $tea.Model {
6532
- paymentInfo?: UpdateLogstashChargeTypeRequestPaymentInfo;
6533
- paymentType?: string;
7361
+ body?: string;
6534
7362
  clientToken?: string;
6535
7363
  static names(): {
6536
7364
  [key: string]: string;
@@ -6543,7 +7371,7 @@ export declare class UpdateLogstashChargeTypeRequest extends $tea.Model {
6543
7371
  });
6544
7372
  }
6545
7373
  export declare class UpdateLogstashChargeTypeResponseBody extends $tea.Model {
6546
- requestId?: Logstash;
7374
+ requestId?: string;
6547
7375
  result?: boolean;
6548
7376
  static names(): {
6549
7377
  [key: string]: string;
@@ -6559,6 +7387,7 @@ export declare class UpdateLogstashChargeTypeResponse extends $tea.Model {
6559
7387
  headers: {
6560
7388
  [key: string]: string;
6561
7389
  };
7390
+ statusCode: number;
6562
7391
  body: UpdateLogstashChargeTypeResponseBody;
6563
7392
  static names(): {
6564
7393
  [key: string]: string;
@@ -6571,7 +7400,7 @@ export declare class UpdateLogstashChargeTypeResponse extends $tea.Model {
6571
7400
  });
6572
7401
  }
6573
7402
  export declare class UpdateLogstashDescriptionRequest extends $tea.Model {
6574
- description?: string;
7403
+ body?: string;
6575
7404
  clientToken?: string;
6576
7405
  static names(): {
6577
7406
  [key: string]: string;
@@ -6600,6 +7429,7 @@ export declare class UpdateLogstashDescriptionResponse extends $tea.Model {
6600
7429
  headers: {
6601
7430
  [key: string]: string;
6602
7431
  };
7432
+ statusCode: number;
6603
7433
  body: UpdateLogstashDescriptionResponseBody;
6604
7434
  static names(): {
6605
7435
  [key: string]: string;
@@ -6612,9 +7442,7 @@ export declare class UpdateLogstashDescriptionResponse extends $tea.Model {
6612
7442
  });
6613
7443
  }
6614
7444
  export declare class UpdateLogstashSettingsRequest extends $tea.Model {
6615
- body?: {
6616
- [key: string]: any;
6617
- };
7445
+ body?: string;
6618
7446
  clientToken?: string;
6619
7447
  static names(): {
6620
7448
  [key: string]: string;
@@ -6628,7 +7456,6 @@ export declare class UpdateLogstashSettingsRequest extends $tea.Model {
6628
7456
  }
6629
7457
  export declare class UpdateLogstashSettingsResponseBody extends $tea.Model {
6630
7458
  requestId?: string;
6631
- result?: Logstash;
6632
7459
  static names(): {
6633
7460
  [key: string]: string;
6634
7461
  };
@@ -6643,6 +7470,7 @@ export declare class UpdateLogstashSettingsResponse extends $tea.Model {
6643
7470
  headers: {
6644
7471
  [key: string]: string;
6645
7472
  };
7473
+ statusCode: number;
6646
7474
  body: UpdateLogstashSettingsResponseBody;
6647
7475
  static names(): {
6648
7476
  [key: string]: string;
@@ -6655,6 +7483,7 @@ export declare class UpdateLogstashSettingsResponse extends $tea.Model {
6655
7483
  });
6656
7484
  }
6657
7485
  export declare class UpdatePipelineManagementConfigRequest extends $tea.Model {
7486
+ body?: string;
6658
7487
  clientToken?: string;
6659
7488
  static names(): {
6660
7489
  [key: string]: string;
@@ -6683,6 +7512,7 @@ export declare class UpdatePipelineManagementConfigResponse extends $tea.Model {
6683
7512
  headers: {
6684
7513
  [key: string]: string;
6685
7514
  };
7515
+ statusCode: number;
6686
7516
  body: UpdatePipelineManagementConfigResponseBody;
6687
7517
  static names(): {
6688
7518
  [key: string]: string;
@@ -6695,6 +7525,7 @@ export declare class UpdatePipelineManagementConfigResponse extends $tea.Model {
6695
7525
  });
6696
7526
  }
6697
7527
  export declare class UpdatePipelinesRequest extends $tea.Model {
7528
+ body?: string;
6698
7529
  clientToken?: string;
6699
7530
  trigger?: boolean;
6700
7531
  static names(): {
@@ -6724,6 +7555,7 @@ export declare class UpdatePipelinesResponse extends $tea.Model {
6724
7555
  headers: {
6725
7556
  [key: string]: string;
6726
7557
  };
7558
+ statusCode: number;
6727
7559
  body: UpdatePipelinesResponseBody;
6728
7560
  static names(): {
6729
7561
  [key: string]: string;
@@ -6736,6 +7568,7 @@ export declare class UpdatePipelinesResponse extends $tea.Model {
6736
7568
  });
6737
7569
  }
6738
7570
  export declare class UpdatePrivateNetworkWhiteIpsRequest extends $tea.Model {
7571
+ body?: string;
6739
7572
  clientToken?: string;
6740
7573
  modifyMode?: string;
6741
7574
  static names(): {
@@ -6765,6 +7598,7 @@ export declare class UpdatePrivateNetworkWhiteIpsResponse extends $tea.Model {
6765
7598
  headers: {
6766
7599
  [key: string]: string;
6767
7600
  };
7601
+ statusCode: number;
6768
7602
  body: UpdatePrivateNetworkWhiteIpsResponseBody;
6769
7603
  static names(): {
6770
7604
  [key: string]: string;
@@ -6777,6 +7611,7 @@ export declare class UpdatePrivateNetworkWhiteIpsResponse extends $tea.Model {
6777
7611
  });
6778
7612
  }
6779
7613
  export declare class UpdatePublicNetworkRequest extends $tea.Model {
7614
+ body?: string;
6780
7615
  clientToken?: string;
6781
7616
  static names(): {
6782
7617
  [key: string]: string;
@@ -6805,6 +7640,7 @@ export declare class UpdatePublicNetworkResponse extends $tea.Model {
6805
7640
  headers: {
6806
7641
  [key: string]: string;
6807
7642
  };
7643
+ statusCode: number;
6808
7644
  body: UpdatePublicNetworkResponseBody;
6809
7645
  static names(): {
6810
7646
  [key: string]: string;
@@ -6817,6 +7653,7 @@ export declare class UpdatePublicNetworkResponse extends $tea.Model {
6817
7653
  });
6818
7654
  }
6819
7655
  export declare class UpdatePublicWhiteIpsRequest extends $tea.Model {
7656
+ body?: string;
6820
7657
  clientToken?: string;
6821
7658
  modifyMode?: string;
6822
7659
  static names(): {
@@ -6846,6 +7683,7 @@ export declare class UpdatePublicWhiteIpsResponse extends $tea.Model {
6846
7683
  headers: {
6847
7684
  [key: string]: string;
6848
7685
  };
7686
+ statusCode: number;
6849
7687
  body: UpdatePublicWhiteIpsResponseBody;
6850
7688
  static names(): {
6851
7689
  [key: string]: string;
@@ -6859,6 +7697,7 @@ export declare class UpdatePublicWhiteIpsResponse extends $tea.Model {
6859
7697
  }
6860
7698
  export declare class UpdateReadWritePolicyRequest extends $tea.Model {
6861
7699
  clientToken?: string;
7700
+ body?: string;
6862
7701
  static names(): {
6863
7702
  [key: string]: string;
6864
7703
  };
@@ -6886,6 +7725,7 @@ export declare class UpdateReadWritePolicyResponse extends $tea.Model {
6886
7725
  headers: {
6887
7726
  [key: string]: string;
6888
7727
  };
7728
+ statusCode: number;
6889
7729
  body: UpdateReadWritePolicyResponseBody;
6890
7730
  static names(): {
6891
7731
  [key: string]: string;
@@ -6897,6 +7737,18 @@ export declare class UpdateReadWritePolicyResponse extends $tea.Model {
6897
7737
  [key: string]: any;
6898
7738
  });
6899
7739
  }
7740
+ export declare class UpdateSnapshotSettingRequest extends $tea.Model {
7741
+ body?: string;
7742
+ static names(): {
7743
+ [key: string]: string;
7744
+ };
7745
+ static types(): {
7746
+ [key: string]: any;
7747
+ };
7748
+ constructor(map?: {
7749
+ [key: string]: any;
7750
+ });
7751
+ }
6900
7752
  export declare class UpdateSnapshotSettingResponseBody extends $tea.Model {
6901
7753
  requestId?: string;
6902
7754
  result?: UpdateSnapshotSettingResponseBodyResult;
@@ -6914,6 +7766,7 @@ export declare class UpdateSnapshotSettingResponse extends $tea.Model {
6914
7766
  headers: {
6915
7767
  [key: string]: string;
6916
7768
  };
7769
+ statusCode: number;
6917
7770
  body: UpdateSnapshotSettingResponseBody;
6918
7771
  static names(): {
6919
7772
  [key: string]: string;
@@ -6926,6 +7779,7 @@ export declare class UpdateSnapshotSettingResponse extends $tea.Model {
6926
7779
  });
6927
7780
  }
6928
7781
  export declare class UpdateSynonymsDictsRequest extends $tea.Model {
7782
+ body?: string;
6929
7783
  clientToken?: string;
6930
7784
  static names(): {
6931
7785
  [key: string]: string;
@@ -6954,6 +7808,7 @@ export declare class UpdateSynonymsDictsResponse extends $tea.Model {
6954
7808
  headers: {
6955
7809
  [key: string]: string;
6956
7810
  };
7811
+ statusCode: number;
6957
7812
  body: UpdateSynonymsDictsResponseBody;
6958
7813
  static names(): {
6959
7814
  [key: string]: string;
@@ -6967,6 +7822,7 @@ export declare class UpdateSynonymsDictsResponse extends $tea.Model {
6967
7822
  }
6968
7823
  export declare class UpdateTemplateRequest extends $tea.Model {
6969
7824
  clientToken?: string;
7825
+ body?: string;
6970
7826
  static names(): {
6971
7827
  [key: string]: string;
6972
7828
  };
@@ -6994,6 +7850,7 @@ export declare class UpdateTemplateResponse extends $tea.Model {
6994
7850
  headers: {
6995
7851
  [key: string]: string;
6996
7852
  };
7853
+ statusCode: number;
6997
7854
  body: UpdateTemplateResponseBody;
6998
7855
  static names(): {
6999
7856
  [key: string]: string;
@@ -7037,6 +7894,7 @@ export declare class UpdateWhiteIpsResponse extends $tea.Model {
7037
7894
  headers: {
7038
7895
  [key: string]: string;
7039
7896
  };
7897
+ statusCode: number;
7040
7898
  body: UpdateWhiteIpsResponseBody;
7041
7899
  static names(): {
7042
7900
  [key: string]: string;
@@ -7050,6 +7908,7 @@ export declare class UpdateWhiteIpsResponse extends $tea.Model {
7050
7908
  }
7051
7909
  export declare class UpdateXpackMonitorConfigRequest extends $tea.Model {
7052
7910
  clientToken?: string;
7911
+ body?: string;
7053
7912
  static names(): {
7054
7913
  [key: string]: string;
7055
7914
  };
@@ -7077,6 +7936,7 @@ export declare class UpdateXpackMonitorConfigResponse extends $tea.Model {
7077
7936
  headers: {
7078
7937
  [key: string]: string;
7079
7938
  };
7939
+ statusCode: number;
7080
7940
  body: UpdateXpackMonitorConfigResponseBody;
7081
7941
  static names(): {
7082
7942
  [key: string]: string;
@@ -7120,6 +7980,7 @@ export declare class UpgradeEngineVersionResponse extends $tea.Model {
7120
7980
  headers: {
7121
7981
  [key: string]: string;
7122
7982
  };
7983
+ statusCode: number;
7123
7984
  body: UpgradeEngineVersionResponseBody;
7124
7985
  static names(): {
7125
7986
  [key: string]: string;
@@ -7133,6 +7994,7 @@ export declare class UpgradeEngineVersionResponse extends $tea.Model {
7133
7994
  }
7134
7995
  export declare class ValidateConnectionRequest extends $tea.Model {
7135
7996
  clientToken?: string;
7997
+ body?: string;
7136
7998
  static names(): {
7137
7999
  [key: string]: string;
7138
8000
  };
@@ -7160,6 +8022,7 @@ export declare class ValidateConnectionResponse extends $tea.Model {
7160
8022
  headers: {
7161
8023
  [key: string]: string;
7162
8024
  };
8025
+ statusCode: number;
7163
8026
  body: ValidateConnectionResponseBody;
7164
8027
  static names(): {
7165
8028
  [key: string]: string;
@@ -7202,6 +8065,7 @@ export declare class ValidateShrinkNodesResponse extends $tea.Model {
7202
8065
  headers: {
7203
8066
  [key: string]: string;
7204
8067
  };
8068
+ statusCode: number;
7205
8069
  body: ValidateShrinkNodesResponseBody;
7206
8070
  static names(): {
7207
8071
  [key: string]: string;
@@ -7215,6 +8079,7 @@ export declare class ValidateShrinkNodesResponse extends $tea.Model {
7215
8079
  }
7216
8080
  export declare class ValidateSlrPermissionRequest extends $tea.Model {
7217
8081
  clientToken?: string;
8082
+ body?: string;
7218
8083
  rolename?: string;
7219
8084
  static names(): {
7220
8085
  [key: string]: string;
@@ -7243,6 +8108,7 @@ export declare class ValidateSlrPermissionResponse extends $tea.Model {
7243
8108
  headers: {
7244
8109
  [key: string]: string;
7245
8110
  };
8111
+ statusCode: number;
7246
8112
  body: ValidateSlrPermissionResponseBody;
7247
8113
  static names(): {
7248
8114
  [key: string]: string;
@@ -7284,6 +8150,7 @@ export declare class ValidateTransferableNodesResponse extends $tea.Model {
7284
8150
  headers: {
7285
8151
  [key: string]: string;
7286
8152
  };
8153
+ statusCode: number;
7287
8154
  body: ValidateTransferableNodesResponseBody;
7288
8155
  static names(): {
7289
8156
  [key: string]: string;
@@ -7296,6 +8163,7 @@ export declare class ValidateTransferableNodesResponse extends $tea.Model {
7296
8163
  });
7297
8164
  }
7298
8165
  export declare class CreateInstanceRequest extends $tea.Model {
8166
+ body?: string;
7299
8167
  clientToken?: string;
7300
8168
  static names(): {
7301
8169
  [key: string]: string;
@@ -7324,6 +8192,7 @@ export declare class CreateInstanceResponse extends $tea.Model {
7324
8192
  headers: {
7325
8193
  [key: string]: string;
7326
8194
  };
8195
+ statusCode: number;
7327
8196
  body: CreateInstanceResponseBody;
7328
8197
  static names(): {
7329
8198
  [key: string]: string;
@@ -8917,6 +9786,80 @@ export declare class ListAckNamespacesResponseBodyResult extends $tea.Model {
8917
9786
  [key: string]: any;
8918
9787
  });
8919
9788
  }
9789
+ export declare class ListActionRecordsResponseBodyResultStatusInfoSubStatusInfo extends $tea.Model {
9790
+ completeNodeCount?: number;
9791
+ endTime?: number;
9792
+ exception?: string;
9793
+ latencyMills?: number;
9794
+ nodeCount?: number;
9795
+ process?: string;
9796
+ startTime?: number;
9797
+ stateType?: string;
9798
+ subState?: string;
9799
+ static names(): {
9800
+ [key: string]: string;
9801
+ };
9802
+ static types(): {
9803
+ [key: string]: any;
9804
+ };
9805
+ constructor(map?: {
9806
+ [key: string]: any;
9807
+ });
9808
+ }
9809
+ export declare class ListActionRecordsResponseBodyResultStatusInfo extends $tea.Model {
9810
+ completeNodeCount?: number;
9811
+ endTime?: number;
9812
+ exception?: string;
9813
+ latencyMills?: number;
9814
+ nodeCount?: number;
9815
+ process?: string;
9816
+ startTime?: number;
9817
+ stateType?: string;
9818
+ subState?: string;
9819
+ subStatusInfo?: ListActionRecordsResponseBodyResultStatusInfoSubStatusInfo[];
9820
+ static names(): {
9821
+ [key: string]: string;
9822
+ };
9823
+ static types(): {
9824
+ [key: string]: any;
9825
+ };
9826
+ constructor(map?: {
9827
+ [key: string]: any;
9828
+ });
9829
+ }
9830
+ export declare class ListActionRecordsResponseBodyResult extends $tea.Model {
9831
+ actionName?: string;
9832
+ actionParams?: {
9833
+ [key: string]: any;
9834
+ };
9835
+ actionResultAccessList?: string[];
9836
+ endTime?: number;
9837
+ instanceId?: string;
9838
+ metaNow?: string;
9839
+ metaOld?: string;
9840
+ ownerId?: string;
9841
+ process?: string;
9842
+ recordDiff?: {
9843
+ [key: string]: any;
9844
+ };
9845
+ recordIds?: string[];
9846
+ requestId?: string;
9847
+ startTime?: number;
9848
+ stateType?: string;
9849
+ statusInfo?: ListActionRecordsResponseBodyResultStatusInfo[];
9850
+ userId?: string;
9851
+ userInfo?: string;
9852
+ userType?: string;
9853
+ static names(): {
9854
+ [key: string]: string;
9855
+ };
9856
+ static types(): {
9857
+ [key: string]: any;
9858
+ };
9859
+ constructor(map?: {
9860
+ [key: string]: any;
9861
+ });
9862
+ }
8920
9863
  export declare class ListAllNodeResponseBodyResult extends $tea.Model {
8921
9864
  cpuPercent?: string;
8922
9865
  diskUsedPercent?: string;
@@ -9818,9 +10761,30 @@ export declare class ListInstanceResponseBodyResult extends $tea.Model {
9818
10761
  [key: string]: any;
9819
10762
  });
9820
10763
  }
9821
- export declare class ListInstanceHistoryEventsRequestBody extends $tea.Model {
9822
- desc?: boolean;
9823
- sortField?: string;
10764
+ export declare class ListInstanceIndicesResponseBodyHeaders extends $tea.Model {
10765
+ xManagedCount?: number;
10766
+ xManagedStorageSize?: number;
10767
+ xOSSCount?: number;
10768
+ xOSSStorageSize?: number;
10769
+ static names(): {
10770
+ [key: string]: string;
10771
+ };
10772
+ static types(): {
10773
+ [key: string]: any;
10774
+ };
10775
+ constructor(map?: {
10776
+ [key: string]: any;
10777
+ });
10778
+ }
10779
+ export declare class ListInstanceIndicesResponseBodyResult extends $tea.Model {
10780
+ createTime?: string;
10781
+ health?: string;
10782
+ ilmExplain?: string;
10783
+ isManaged?: string;
10784
+ managedStatus?: string;
10785
+ name?: string;
10786
+ phase?: string;
10787
+ size?: number;
9824
10788
  static names(): {
9825
10789
  [key: string]: string;
9826
10790
  };
@@ -9831,10 +10795,8 @@ export declare class ListInstanceHistoryEventsRequestBody extends $tea.Model {
9831
10795
  [key: string]: any;
9832
10796
  });
9833
10797
  }
9834
- export declare class ListInstanceHistoryEventsResponseBodyHeaders extends $tea.Model {
10798
+ export declare class ListKibanaPluginsResponseBodyHeaders extends $tea.Model {
9835
10799
  xTotalCount?: number;
9836
- xTotalFailed?: number;
9837
- xTotalSuccess?: number;
9838
10800
  static names(): {
9839
10801
  [key: string]: string;
9840
10802
  };
@@ -9845,17 +10807,12 @@ export declare class ListInstanceHistoryEventsResponseBodyHeaders extends $tea.M
9845
10807
  [key: string]: any;
9846
10808
  });
9847
10809
  }
9848
- export declare class ListInstanceHistoryEventsResponseBodyResult extends $tea.Model {
9849
- actionList?: string[];
9850
- eventCreateTime?: string;
9851
- eventCycleStatus?: string;
9852
- eventExecuteTime?: string;
9853
- eventFinashTime?: string;
9854
- eventLevel?: string;
9855
- eventType?: string;
9856
- instanceId?: string;
9857
- nodeIP?: string;
9858
- regionId?: string;
10810
+ export declare class ListKibanaPluginsResponseBodyResult extends $tea.Model {
10811
+ description?: string;
10812
+ name?: string;
10813
+ source?: string;
10814
+ specificationUrl?: string;
10815
+ state?: string;
9859
10816
  static names(): {
9860
10817
  [key: string]: string;
9861
10818
  };
@@ -9866,11 +10823,8 @@ export declare class ListInstanceHistoryEventsResponseBodyResult extends $tea.Mo
9866
10823
  [key: string]: any;
9867
10824
  });
9868
10825
  }
9869
- export declare class ListInstanceIndicesResponseBodyHeaders extends $tea.Model {
9870
- xManagedCount?: number;
9871
- xManagedStorageSize?: number;
9872
- xOSSCount?: number;
9873
- xOSSStorageSize?: number;
10826
+ export declare class ListLogstashResponseBodyHeaders extends $tea.Model {
10827
+ xTotalCount?: number;
9874
10828
  static names(): {
9875
10829
  [key: string]: string;
9876
10830
  };
@@ -9881,15 +10835,9 @@ export declare class ListInstanceIndicesResponseBodyHeaders extends $tea.Model {
9881
10835
  [key: string]: any;
9882
10836
  });
9883
10837
  }
9884
- export declare class ListInstanceIndicesResponseBodyResult extends $tea.Model {
9885
- createTime?: string;
9886
- health?: string;
9887
- ilmExplain?: string;
9888
- isManaged?: string;
9889
- managedStatus?: string;
9890
- name?: string;
9891
- phase?: string;
9892
- size?: number;
10838
+ export declare class ListLogstashResponseBodyResultTags extends $tea.Model {
10839
+ tagKey?: string;
10840
+ tagValue?: string;
9893
10841
  static names(): {
9894
10842
  [key: string]: string;
9895
10843
  };
@@ -9900,8 +10848,11 @@ export declare class ListInstanceIndicesResponseBodyResult extends $tea.Model {
9900
10848
  [key: string]: any;
9901
10849
  });
9902
10850
  }
9903
- export declare class ListKibanaPluginsResponseBodyHeaders extends $tea.Model {
9904
- xTotalCount?: number;
10851
+ export declare class ListLogstashResponseBodyResultNetworkConfig extends $tea.Model {
10852
+ type?: string;
10853
+ vpcId?: string;
10854
+ vsArea?: string;
10855
+ vswitchId?: string;
9905
10856
  static names(): {
9906
10857
  [key: string]: string;
9907
10858
  };
@@ -9912,12 +10863,11 @@ export declare class ListKibanaPluginsResponseBodyHeaders extends $tea.Model {
9912
10863
  [key: string]: any;
9913
10864
  });
9914
10865
  }
9915
- export declare class ListKibanaPluginsResponseBodyResult extends $tea.Model {
9916
- description?: string;
9917
- name?: string;
9918
- source?: string;
9919
- specificationUrl?: string;
9920
- state?: string;
10866
+ export declare class ListLogstashResponseBodyResultNodeSpec extends $tea.Model {
10867
+ disk?: number;
10868
+ diskEncryption?: boolean;
10869
+ diskType?: string;
10870
+ spec?: string;
9921
10871
  static names(): {
9922
10872
  [key: string]: string;
9923
10873
  };
@@ -9928,8 +10878,18 @@ export declare class ListKibanaPluginsResponseBodyResult extends $tea.Model {
9928
10878
  [key: string]: any;
9929
10879
  });
9930
10880
  }
9931
- export declare class ListLogstashResponseBodyHeaders extends $tea.Model {
9932
- xTotalCount?: number;
10881
+ export declare class ListLogstashResponseBodyResult extends $tea.Model {
10882
+ tags?: ListLogstashResponseBodyResultTags[];
10883
+ createdAt?: string;
10884
+ description?: string;
10885
+ instanceId?: string;
10886
+ networkConfig?: ListLogstashResponseBodyResultNetworkConfig;
10887
+ nodeAmount?: number;
10888
+ nodeSpec?: ListLogstashResponseBodyResultNodeSpec;
10889
+ paymentType?: string;
10890
+ status?: string;
10891
+ updatedAt?: string;
10892
+ version?: string;
9933
10893
  static names(): {
9934
10894
  [key: string]: string;
9935
10895
  };
@@ -10564,19 +11524,6 @@ export declare class ShrinkNodeRequestBody extends $tea.Model {
10564
11524
  [key: string]: any;
10565
11525
  });
10566
11526
  }
10567
- export declare class TagResourcesRequestTags extends $tea.Model {
10568
- key?: string;
10569
- value?: string;
10570
- static names(): {
10571
- [key: string]: string;
10572
- };
10573
- static types(): {
10574
- [key: string]: any;
10575
- };
10576
- constructor(map?: {
10577
- [key: string]: any;
10578
- });
10579
- }
10580
11527
  export declare class TransferNodeRequestBody extends $tea.Model {
10581
11528
  host?: string;
10582
11529
  port?: number;
@@ -10844,21 +11791,6 @@ export declare class UpdateHotIkDictsResponseBodyResult extends $tea.Model {
10844
11791
  [key: string]: any;
10845
11792
  });
10846
11793
  }
10847
- export declare class UpdateInstanceResponseBodyResultDictList extends $tea.Model {
10848
- fileSize?: number;
10849
- name?: string;
10850
- sourceType?: string;
10851
- type?: string;
10852
- static names(): {
10853
- [key: string]: string;
10854
- };
10855
- static types(): {
10856
- [key: string]: any;
10857
- };
10858
- constructor(map?: {
10859
- [key: string]: any;
10860
- });
10861
- }
10862
11794
  export declare class UpdateInstanceResponseBodyResultKibanaConfiguration extends $tea.Model {
10863
11795
  amount?: number;
10864
11796
  disk?: number;
@@ -10889,21 +11821,6 @@ export declare class UpdateInstanceResponseBodyResultMasterConfiguration extends
10889
11821
  [key: string]: any;
10890
11822
  });
10891
11823
  }
10892
- export declare class UpdateInstanceResponseBodyResultNetworkConfig extends $tea.Model {
10893
- type?: string;
10894
- vpcId?: string;
10895
- vsArea?: string;
10896
- vswitchId?: string;
10897
- static names(): {
10898
- [key: string]: string;
10899
- };
10900
- static types(): {
10901
- [key: string]: any;
10902
- };
10903
- constructor(map?: {
10904
- [key: string]: any;
10905
- });
10906
- }
10907
11824
  export declare class UpdateInstanceResponseBodyResultNodeSpec extends $tea.Model {
10908
11825
  disk?: number;
10909
11826
  diskType?: string;
@@ -10918,41 +11835,18 @@ export declare class UpdateInstanceResponseBodyResultNodeSpec extends $tea.Model
10918
11835
  [key: string]: any;
10919
11836
  });
10920
11837
  }
10921
- export declare class UpdateInstanceResponseBodyResultSynonymsDicts extends $tea.Model {
10922
- fileSize?: number;
10923
- name?: string;
10924
- sourceType?: string;
10925
- type?: string;
10926
- static names(): {
10927
- [key: string]: string;
10928
- };
10929
- static types(): {
10930
- [key: string]: any;
10931
- };
10932
- constructor(map?: {
10933
- [key: string]: any;
10934
- });
10935
- }
10936
11838
  export declare class UpdateInstanceResponseBodyResult extends $tea.Model {
10937
11839
  createdAt?: string;
10938
11840
  description?: string;
10939
- dictList?: UpdateInstanceResponseBodyResultDictList[];
10940
11841
  domain?: string;
10941
11842
  esVersion?: string;
10942
11843
  instanceId?: string;
10943
11844
  kibanaConfiguration?: UpdateInstanceResponseBodyResultKibanaConfiguration;
10944
- kibanaDomain?: string;
10945
- kibanaPort?: number;
10946
11845
  masterConfiguration?: UpdateInstanceResponseBodyResultMasterConfiguration;
10947
- networkConfig?: UpdateInstanceResponseBodyResultNetworkConfig;
10948
11846
  nodeAmount?: number;
10949
11847
  nodeSpec?: UpdateInstanceResponseBodyResultNodeSpec;
10950
11848
  paymentType?: string;
10951
- publicDomain?: string;
10952
- publicPort?: number;
10953
11849
  status?: string;
10954
- synonymsDicts?: UpdateInstanceResponseBodyResultSynonymsDicts[];
10955
- updatedAt?: string;
10956
11850
  static names(): {
10957
11851
  [key: string]: string;
10958
11852
  };
@@ -10976,33 +11870,6 @@ export declare class UpdateKibanaWhiteIpsResponseBodyResult extends $tea.Model {
10976
11870
  [key: string]: any;
10977
11871
  });
10978
11872
  }
10979
- export declare class UpdateLogstashRequestNodeSpec extends $tea.Model {
10980
- disk?: number;
10981
- diskType?: string;
10982
- spec?: string;
10983
- static names(): {
10984
- [key: string]: string;
10985
- };
10986
- static types(): {
10987
- [key: string]: any;
10988
- };
10989
- constructor(map?: {
10990
- [key: string]: any;
10991
- });
10992
- }
10993
- export declare class UpdateLogstashChargeTypeRequestPaymentInfo extends $tea.Model {
10994
- duration?: number;
10995
- pricingCycle?: string;
10996
- static names(): {
10997
- [key: string]: string;
10998
- };
10999
- static types(): {
11000
- [key: string]: any;
11001
- };
11002
- constructor(map?: {
11003
- [key: string]: any;
11004
- });
11005
- }
11006
11873
  export declare class UpdateLogstashDescriptionResponseBodyResult extends $tea.Model {
11007
11874
  description?: string;
11008
11875
  static names(): {
@@ -11213,8 +12080,8 @@ export default class Client extends OpenApi {
11213
12080
  addConnectableClusterWithOptions(InstanceId: string, request: AddConnectableClusterRequest, headers: {
11214
12081
  [key: string]: string;
11215
12082
  }, runtime: $Util.RuntimeOptions): Promise<AddConnectableClusterResponse>;
11216
- addSnapshotRepo(InstanceId: string): Promise<AddSnapshotRepoResponse>;
11217
- addSnapshotRepoWithOptions(InstanceId: string, headers: {
12083
+ addSnapshotRepo(InstanceId: string, request: AddSnapshotRepoRequest): Promise<AddSnapshotRepoResponse>;
12084
+ addSnapshotRepoWithOptions(InstanceId: string, request: AddSnapshotRepoRequest, headers: {
11218
12085
  [key: string]: string;
11219
12086
  }, runtime: $Util.RuntimeOptions): Promise<AddSnapshotRepoResponse>;
11220
12087
  cancelDeletion(InstanceId: string, request: CancelDeletionRequest): Promise<CancelDeletionResponse>;
@@ -11293,8 +12160,8 @@ export default class Client extends OpenApi {
11293
12160
  deleteCollectorWithOptions(ResId: string, request: DeleteCollectorRequest, headers: {
11294
12161
  [key: string]: string;
11295
12162
  }, runtime: $Util.RuntimeOptions): Promise<DeleteCollectorResponse>;
11296
- deleteComponentIndex(InstanceId: string, name: string): Promise<DeleteComponentIndexResponse>;
11297
- deleteComponentIndexWithOptions(InstanceId: string, name: string, headers: {
12163
+ deleteComponentIndex(InstanceId: string, name: string, request: DeleteComponentIndexRequest): Promise<DeleteComponentIndexResponse>;
12164
+ deleteComponentIndexWithOptions(InstanceId: string, name: string, request: DeleteComponentIndexRequest, headers: {
11298
12165
  [key: string]: string;
11299
12166
  }, runtime: $Util.RuntimeOptions): Promise<DeleteComponentIndexResponse>;
11300
12167
  deleteConnectedCluster(InstanceId: string, request: DeleteConnectedClusterRequest): Promise<DeleteConnectedClusterResponse>;
@@ -11309,16 +12176,16 @@ export default class Client extends OpenApi {
11309
12176
  deleteDataTaskWithOptions(InstanceId: string, request: DeleteDataTaskRequest, headers: {
11310
12177
  [key: string]: string;
11311
12178
  }, runtime: $Util.RuntimeOptions): Promise<DeleteDataTaskResponse>;
11312
- deleteDeprecatedTemplate(InstanceId: string, name: string): Promise<DeleteDeprecatedTemplateResponse>;
11313
- deleteDeprecatedTemplateWithOptions(InstanceId: string, name: string, headers: {
12179
+ deleteDeprecatedTemplate(InstanceId: string, name: string, request: DeleteDeprecatedTemplateRequest): Promise<DeleteDeprecatedTemplateResponse>;
12180
+ deleteDeprecatedTemplateWithOptions(InstanceId: string, name: string, request: DeleteDeprecatedTemplateRequest, headers: {
11314
12181
  [key: string]: string;
11315
12182
  }, runtime: $Util.RuntimeOptions): Promise<DeleteDeprecatedTemplateResponse>;
11316
- deleteILMPolicy(InstanceId: string, PolicyName: string): Promise<DeleteILMPolicyResponse>;
11317
- deleteILMPolicyWithOptions(InstanceId: string, PolicyName: string, headers: {
12183
+ deleteILMPolicy(InstanceId: string, PolicyName: string, request: DeleteILMPolicyRequest): Promise<DeleteILMPolicyResponse>;
12184
+ deleteILMPolicyWithOptions(InstanceId: string, PolicyName: string, request: DeleteILMPolicyRequest, headers: {
11318
12185
  [key: string]: string;
11319
12186
  }, runtime: $Util.RuntimeOptions): Promise<DeleteILMPolicyResponse>;
11320
- deleteIndexTemplate(InstanceId: string, IndexTemplate: string): Promise<DeleteIndexTemplateResponse>;
11321
- deleteIndexTemplateWithOptions(InstanceId: string, IndexTemplate: string, headers: {
12187
+ deleteIndexTemplate(InstanceId: string, IndexTemplate: string, request: DeleteIndexTemplateRequest): Promise<DeleteIndexTemplateResponse>;
12188
+ deleteIndexTemplateWithOptions(InstanceId: string, IndexTemplate: string, request: DeleteIndexTemplateRequest, headers: {
11322
12189
  [key: string]: string;
11323
12190
  }, runtime: $Util.RuntimeOptions): Promise<DeleteIndexTemplateResponse>;
11324
12191
  deleteInstance(InstanceId: string, request: DeleteInstanceRequest): Promise<DeleteInstanceResponse>;
@@ -11341,28 +12208,28 @@ export default class Client extends OpenApi {
11341
12208
  deleteVpcEndpointWithOptions(InstanceId: string, EndpointId: string, request: DeleteVpcEndpointRequest, headers: {
11342
12209
  [key: string]: string;
11343
12210
  }, runtime: $Util.RuntimeOptions): Promise<DeleteVpcEndpointResponse>;
11344
- describeAckOperator(ClusterId: string): Promise<DescribeAckOperatorResponse>;
11345
- describeAckOperatorWithOptions(ClusterId: string, headers: {
12211
+ describeAckOperator(ClusterId: string, request: DescribeAckOperatorRequest): Promise<DescribeAckOperatorResponse>;
12212
+ describeAckOperatorWithOptions(ClusterId: string, request: DescribeAckOperatorRequest, headers: {
11346
12213
  [key: string]: string;
11347
12214
  }, runtime: $Util.RuntimeOptions): Promise<DescribeAckOperatorResponse>;
11348
- describeApm(instanceId: string): Promise<DescribeApmResponse>;
11349
- describeApmWithOptions(instanceId: string, headers: {
12215
+ describeApm(instanceId: string, request: DescribeApmRequest): Promise<DescribeApmResponse>;
12216
+ describeApmWithOptions(instanceId: string, request: DescribeApmRequest, headers: {
11350
12217
  [key: string]: string;
11351
12218
  }, runtime: $Util.RuntimeOptions): Promise<DescribeApmResponse>;
11352
- describeCollector(ResId: string): Promise<DescribeCollectorResponse>;
11353
- describeCollectorWithOptions(ResId: string, headers: {
12219
+ describeCollector(ResId: string, request: DescribeCollectorRequest): Promise<DescribeCollectorResponse>;
12220
+ describeCollectorWithOptions(ResId: string, request: DescribeCollectorRequest, headers: {
11354
12221
  [key: string]: string;
11355
12222
  }, runtime: $Util.RuntimeOptions): Promise<DescribeCollectorResponse>;
11356
- describeComponentIndex(InstanceId: string, name: string): Promise<DescribeComponentIndexResponse>;
11357
- describeComponentIndexWithOptions(InstanceId: string, name: string, headers: {
12223
+ describeComponentIndex(InstanceId: string, name: string, request: DescribeComponentIndexRequest): Promise<DescribeComponentIndexResponse>;
12224
+ describeComponentIndexWithOptions(InstanceId: string, name: string, request: DescribeComponentIndexRequest, headers: {
11358
12225
  [key: string]: string;
11359
12226
  }, runtime: $Util.RuntimeOptions): Promise<DescribeComponentIndexResponse>;
11360
12227
  describeConnectableClusters(InstanceId: string, request: DescribeConnectableClustersRequest): Promise<DescribeConnectableClustersResponse>;
11361
12228
  describeConnectableClustersWithOptions(InstanceId: string, request: DescribeConnectableClustersRequest, headers: {
11362
12229
  [key: string]: string;
11363
12230
  }, runtime: $Util.RuntimeOptions): Promise<DescribeConnectableClustersResponse>;
11364
- describeDeprecatedTemplate(InstanceId: string, name: string): Promise<DescribeDeprecatedTemplateResponse>;
11365
- describeDeprecatedTemplateWithOptions(InstanceId: string, name: string, headers: {
12231
+ describeDeprecatedTemplate(InstanceId: string, name: string, request: DescribeDeprecatedTemplateRequest): Promise<DescribeDeprecatedTemplateResponse>;
12232
+ describeDeprecatedTemplateWithOptions(InstanceId: string, name: string, request: DescribeDeprecatedTemplateRequest, headers: {
11366
12233
  [key: string]: string;
11367
12234
  }, runtime: $Util.RuntimeOptions): Promise<DescribeDeprecatedTemplateResponse>;
11368
12235
  describeDiagnoseReport(InstanceId: string, ReportId: string, request: DescribeDiagnoseReportRequest): Promise<DescribeDiagnoseReportResponse>;
@@ -11373,52 +12240,56 @@ export default class Client extends OpenApi {
11373
12240
  describeDiagnosisSettingsWithOptions(InstanceId: string, request: DescribeDiagnosisSettingsRequest, headers: {
11374
12241
  [key: string]: string;
11375
12242
  }, runtime: $Util.RuntimeOptions): Promise<DescribeDiagnosisSettingsResponse>;
11376
- describeElasticsearchHealth(InstanceId: string): Promise<DescribeElasticsearchHealthResponse>;
11377
- describeElasticsearchHealthWithOptions(InstanceId: string, headers: {
12243
+ describeDynamicSettings(InstanceId: string, request: DescribeDynamicSettingsRequest): Promise<DescribeDynamicSettingsResponse>;
12244
+ describeDynamicSettingsWithOptions(InstanceId: string, request: DescribeDynamicSettingsRequest, headers: {
12245
+ [key: string]: string;
12246
+ }, runtime: $Util.RuntimeOptions): Promise<DescribeDynamicSettingsResponse>;
12247
+ describeElasticsearchHealth(InstanceId: string, request: DescribeElasticsearchHealthRequest): Promise<DescribeElasticsearchHealthResponse>;
12248
+ describeElasticsearchHealthWithOptions(InstanceId: string, request: DescribeElasticsearchHealthRequest, headers: {
11378
12249
  [key: string]: string;
11379
12250
  }, runtime: $Util.RuntimeOptions): Promise<DescribeElasticsearchHealthResponse>;
11380
- describeILMPolicy(InstanceId: string, PolicyName: string): Promise<DescribeILMPolicyResponse>;
11381
- describeILMPolicyWithOptions(InstanceId: string, PolicyName: string, headers: {
12251
+ describeILMPolicy(InstanceId: string, PolicyName: string, request: DescribeILMPolicyRequest): Promise<DescribeILMPolicyResponse>;
12252
+ describeILMPolicyWithOptions(InstanceId: string, PolicyName: string, request: DescribeILMPolicyRequest, headers: {
11382
12253
  [key: string]: string;
11383
12254
  }, runtime: $Util.RuntimeOptions): Promise<DescribeILMPolicyResponse>;
11384
- describeIndexTemplate(InstanceId: string, IndexTemplate: string): Promise<DescribeIndexTemplateResponse>;
11385
- describeIndexTemplateWithOptions(InstanceId: string, IndexTemplate: string, headers: {
12255
+ describeIndexTemplate(InstanceId: string, IndexTemplate: string, request: DescribeIndexTemplateRequest): Promise<DescribeIndexTemplateResponse>;
12256
+ describeIndexTemplateWithOptions(InstanceId: string, IndexTemplate: string, request: DescribeIndexTemplateRequest, headers: {
11386
12257
  [key: string]: string;
11387
12258
  }, runtime: $Util.RuntimeOptions): Promise<DescribeIndexTemplateResponse>;
11388
- describeInstance(InstanceId: string): Promise<DescribeInstanceResponse>;
11389
- describeInstanceWithOptions(InstanceId: string, headers: {
12259
+ describeInstance(InstanceId: string, request: DescribeInstanceRequest): Promise<DescribeInstanceResponse>;
12260
+ describeInstanceWithOptions(InstanceId: string, request: DescribeInstanceRequest, headers: {
11390
12261
  [key: string]: string;
11391
12262
  }, runtime: $Util.RuntimeOptions): Promise<DescribeInstanceResponse>;
11392
- describeKibanaSettings(InstanceId: string): Promise<DescribeKibanaSettingsResponse>;
11393
- describeKibanaSettingsWithOptions(InstanceId: string, headers: {
12263
+ describeKibanaSettings(InstanceId: string, request: DescribeKibanaSettingsRequest): Promise<DescribeKibanaSettingsResponse>;
12264
+ describeKibanaSettingsWithOptions(InstanceId: string, request: DescribeKibanaSettingsRequest, headers: {
11394
12265
  [key: string]: string;
11395
12266
  }, runtime: $Util.RuntimeOptions): Promise<DescribeKibanaSettingsResponse>;
11396
- describeLogstash(InstanceId: string): Promise<DescribeLogstashResponse>;
11397
- describeLogstashWithOptions(InstanceId: string, headers: {
12267
+ describeLogstash(InstanceId: string, request: DescribeLogstashRequest): Promise<DescribeLogstashResponse>;
12268
+ describeLogstashWithOptions(InstanceId: string, request: DescribeLogstashRequest, headers: {
11398
12269
  [key: string]: string;
11399
12270
  }, runtime: $Util.RuntimeOptions): Promise<DescribeLogstashResponse>;
11400
- describePipeline(InstanceId: string, PipelineId: string): Promise<DescribePipelineResponse>;
11401
- describePipelineWithOptions(InstanceId: string, PipelineId: string, headers: {
12271
+ describePipeline(InstanceId: string, PipelineId: string, request: DescribePipelineRequest): Promise<DescribePipelineResponse>;
12272
+ describePipelineWithOptions(InstanceId: string, PipelineId: string, request: DescribePipelineRequest, headers: {
11402
12273
  [key: string]: string;
11403
12274
  }, runtime: $Util.RuntimeOptions): Promise<DescribePipelineResponse>;
11404
12275
  describePipelineManagementConfig(InstanceId: string, request: DescribePipelineManagementConfigRequest): Promise<DescribePipelineManagementConfigResponse>;
11405
12276
  describePipelineManagementConfigWithOptions(InstanceId: string, request: DescribePipelineManagementConfigRequest, headers: {
11406
12277
  [key: string]: string;
11407
12278
  }, runtime: $Util.RuntimeOptions): Promise<DescribePipelineManagementConfigResponse>;
11408
- describeRegions(): Promise<DescribeRegionsResponse>;
11409
- describeRegionsWithOptions(headers: {
12279
+ describeRegions(request: DescribeRegionsRequest): Promise<DescribeRegionsResponse>;
12280
+ describeRegionsWithOptions(request: DescribeRegionsRequest, headers: {
11410
12281
  [key: string]: string;
11411
12282
  }, runtime: $Util.RuntimeOptions): Promise<DescribeRegionsResponse>;
11412
- describeSnapshotSetting(InstanceId: string): Promise<DescribeSnapshotSettingResponse>;
11413
- describeSnapshotSettingWithOptions(InstanceId: string, headers: {
12283
+ describeSnapshotSetting(InstanceId: string, request: DescribeSnapshotSettingRequest): Promise<DescribeSnapshotSettingResponse>;
12284
+ describeSnapshotSettingWithOptions(InstanceId: string, request: DescribeSnapshotSettingRequest, headers: {
11414
12285
  [key: string]: string;
11415
12286
  }, runtime: $Util.RuntimeOptions): Promise<DescribeSnapshotSettingResponse>;
11416
- describeTemplates(InstanceId: string): Promise<DescribeTemplatesResponse>;
11417
- describeTemplatesWithOptions(InstanceId: string, headers: {
12287
+ describeTemplates(InstanceId: string, request: DescribeTemplatesRequest): Promise<DescribeTemplatesResponse>;
12288
+ describeTemplatesWithOptions(InstanceId: string, request: DescribeTemplatesRequest, headers: {
11418
12289
  [key: string]: string;
11419
12290
  }, runtime: $Util.RuntimeOptions): Promise<DescribeTemplatesResponse>;
11420
- describeXpackMonitorConfig(InstanceId: string): Promise<DescribeXpackMonitorConfigResponse>;
11421
- describeXpackMonitorConfigWithOptions(InstanceId: string, headers: {
12291
+ describeXpackMonitorConfig(InstanceId: string, request: DescribeXpackMonitorConfigRequest): Promise<DescribeXpackMonitorConfigResponse>;
12292
+ describeXpackMonitorConfigWithOptions(InstanceId: string, request: DescribeXpackMonitorConfigRequest, headers: {
11422
12293
  [key: string]: string;
11423
12294
  }, runtime: $Util.RuntimeOptions): Promise<DescribeXpackMonitorConfigResponse>;
11424
12295
  diagnoseInstance(InstanceId: string, request: DiagnoseInstanceRequest): Promise<DiagnoseInstanceResponse>;
@@ -11433,28 +12304,28 @@ export default class Client extends OpenApi {
11433
12304
  estimatedRestartTimeWithOptions(InstanceId: string, request: EstimatedRestartTimeRequest, headers: {
11434
12305
  [key: string]: string;
11435
12306
  }, runtime: $Util.RuntimeOptions): Promise<EstimatedRestartTimeResponse>;
11436
- getClusterDataInformation(): Promise<GetClusterDataInformationResponse>;
11437
- getClusterDataInformationWithOptions(headers: {
12307
+ getClusterDataInformation(request: GetClusterDataInformationRequest): Promise<GetClusterDataInformationResponse>;
12308
+ getClusterDataInformationWithOptions(request: GetClusterDataInformationRequest, headers: {
11438
12309
  [key: string]: string;
11439
12310
  }, runtime: $Util.RuntimeOptions): Promise<GetClusterDataInformationResponse>;
11440
- getElastictask(InstanceId: string): Promise<GetElastictaskResponse>;
11441
- getElastictaskWithOptions(InstanceId: string, headers: {
12311
+ getElastictask(InstanceId: string, request: GetElastictaskRequest): Promise<GetElastictaskResponse>;
12312
+ getElastictaskWithOptions(InstanceId: string, request: GetElastictaskRequest, headers: {
11442
12313
  [key: string]: string;
11443
12314
  }, runtime: $Util.RuntimeOptions): Promise<GetElastictaskResponse>;
11444
- getEmonGrafanaAlerts(ProjectId: string): Promise<GetEmonGrafanaAlertsResponse>;
11445
- getEmonGrafanaAlertsWithOptions(ProjectId: string, headers: {
12315
+ getEmonGrafanaAlerts(ProjectId: string, request: GetEmonGrafanaAlertsRequest): Promise<GetEmonGrafanaAlertsResponse>;
12316
+ getEmonGrafanaAlertsWithOptions(ProjectId: string, request: GetEmonGrafanaAlertsRequest, headers: {
11446
12317
  [key: string]: string;
11447
12318
  }, runtime: $Util.RuntimeOptions): Promise<GetEmonGrafanaAlertsResponse>;
11448
- getEmonGrafanaDashboards(ProjectId: string): Promise<GetEmonGrafanaDashboardsResponse>;
11449
- getEmonGrafanaDashboardsWithOptions(ProjectId: string, headers: {
12319
+ getEmonGrafanaDashboards(ProjectId: string, request: GetEmonGrafanaDashboardsRequest): Promise<GetEmonGrafanaDashboardsResponse>;
12320
+ getEmonGrafanaDashboardsWithOptions(ProjectId: string, request: GetEmonGrafanaDashboardsRequest, headers: {
11450
12321
  [key: string]: string;
11451
12322
  }, runtime: $Util.RuntimeOptions): Promise<GetEmonGrafanaDashboardsResponse>;
11452
- getEmonMonitorData(ProjectId: string): Promise<GetEmonMonitorDataResponse>;
11453
- getEmonMonitorDataWithOptions(ProjectId: string, headers: {
12323
+ getEmonMonitorData(ProjectId: string, request: GetEmonMonitorDataRequest): Promise<GetEmonMonitorDataResponse>;
12324
+ getEmonMonitorDataWithOptions(ProjectId: string, request: GetEmonMonitorDataRequest, headers: {
11454
12325
  [key: string]: string;
11455
12326
  }, runtime: $Util.RuntimeOptions): Promise<GetEmonMonitorDataResponse>;
11456
- getOpenStoreUsage(InstanceId: string): Promise<GetOpenStoreUsageResponse>;
11457
- getOpenStoreUsageWithOptions(InstanceId: string, headers: {
12327
+ getOpenStoreUsage(InstanceId: string, request: GetOpenStoreUsageRequest): Promise<GetOpenStoreUsageResponse>;
12328
+ getOpenStoreUsageWithOptions(InstanceId: string, request: GetOpenStoreUsageRequest, headers: {
11458
12329
  [key: string]: string;
11459
12330
  }, runtime: $Util.RuntimeOptions): Promise<GetOpenStoreUsageResponse>;
11460
12331
  getRegionConfiguration(request: GetRegionConfigurationRequest): Promise<GetRegionConfigurationResponse>;
@@ -11489,8 +12360,8 @@ export default class Client extends OpenApi {
11489
12360
  installSystemPluginWithOptions(InstanceId: string, request: InstallSystemPluginRequest, headers: {
11490
12361
  [key: string]: string;
11491
12362
  }, runtime: $Util.RuntimeOptions): Promise<InstallSystemPluginResponse>;
11492
- installUserPlugins(InstanceId: string): Promise<InstallUserPluginsResponse>;
11493
- installUserPluginsWithOptions(InstanceId: string, headers: {
12363
+ installUserPlugins(InstanceId: string, request: InstallUserPluginsRequest): Promise<InstallUserPluginsResponse>;
12364
+ installUserPluginsWithOptions(InstanceId: string, request: InstallUserPluginsRequest, headers: {
11494
12365
  [key: string]: string;
11495
12366
  }, runtime: $Util.RuntimeOptions): Promise<InstallUserPluginsResponse>;
11496
12367
  interruptElasticsearchTask(InstanceId: string, request: InterruptElasticsearchTaskRequest): Promise<InterruptElasticsearchTaskResponse>;
@@ -11509,6 +12380,10 @@ export default class Client extends OpenApi {
11509
12380
  listAckNamespacesWithOptions(ClusterId: string, request: ListAckNamespacesRequest, headers: {
11510
12381
  [key: string]: string;
11511
12382
  }, runtime: $Util.RuntimeOptions): Promise<ListAckNamespacesResponse>;
12383
+ listActionRecords(InstanceId: string, request: ListActionRecordsRequest): Promise<ListActionRecordsResponse>;
12384
+ listActionRecordsWithOptions(InstanceId: string, request: ListActionRecordsRequest, headers: {
12385
+ [key: string]: string;
12386
+ }, runtime: $Util.RuntimeOptions): Promise<ListActionRecordsResponse>;
11512
12387
  listAllNode(InstanceId: string, request: ListAllNodeRequest): Promise<ListAllNodeResponse>;
11513
12388
  listAllNodeWithOptions(InstanceId: string, request: ListAllNodeRequest, headers: {
11514
12389
  [key: string]: string;
@@ -11521,8 +12396,8 @@ export default class Client extends OpenApi {
11521
12396
  listApmWithOptions(request: ListApmRequest, headers: {
11522
12397
  [key: string]: string;
11523
12398
  }, runtime: $Util.RuntimeOptions): Promise<ListApmResponse>;
11524
- listAvailableEsInstanceIds(InstanceId: string): Promise<ListAvailableEsInstanceIdsResponse>;
11525
- listAvailableEsInstanceIdsWithOptions(InstanceId: string, headers: {
12399
+ listAvailableEsInstanceIds(InstanceId: string, request: ListAvailableEsInstanceIdsRequest): Promise<ListAvailableEsInstanceIdsResponse>;
12400
+ listAvailableEsInstanceIdsWithOptions(InstanceId: string, request: ListAvailableEsInstanceIdsRequest, headers: {
11526
12401
  [key: string]: string;
11527
12402
  }, runtime: $Util.RuntimeOptions): Promise<ListAvailableEsInstanceIdsResponse>;
11528
12403
  listCollectors(request: ListCollectorsRequest): Promise<ListCollectorsResponse>;
@@ -11533,16 +12408,16 @@ export default class Client extends OpenApi {
11533
12408
  listComponentIndicesWithOptions(InstanceId: string, request: ListComponentIndicesRequest, headers: {
11534
12409
  [key: string]: string;
11535
12410
  }, runtime: $Util.RuntimeOptions): Promise<ListComponentIndicesResponse>;
11536
- listConnectedClusters(InstanceId: string): Promise<ListConnectedClustersResponse>;
11537
- listConnectedClustersWithOptions(InstanceId: string, headers: {
12411
+ listConnectedClusters(InstanceId: string, request: ListConnectedClustersRequest): Promise<ListConnectedClustersResponse>;
12412
+ listConnectedClustersWithOptions(InstanceId: string, request: ListConnectedClustersRequest, headers: {
11538
12413
  [key: string]: string;
11539
12414
  }, runtime: $Util.RuntimeOptions): Promise<ListConnectedClustersResponse>;
11540
12415
  listDataStreams(InstanceId: string, request: ListDataStreamsRequest): Promise<ListDataStreamsResponse>;
11541
12416
  listDataStreamsWithOptions(InstanceId: string, request: ListDataStreamsRequest, headers: {
11542
12417
  [key: string]: string;
11543
12418
  }, runtime: $Util.RuntimeOptions): Promise<ListDataStreamsResponse>;
11544
- listDataTasks(InstanceId: string): Promise<ListDataTasksResponse>;
11545
- listDataTasksWithOptions(InstanceId: string, headers: {
12419
+ listDataTasks(InstanceId: string, request: ListDataTasksRequest): Promise<ListDataTasksResponse>;
12420
+ listDataTasksWithOptions(InstanceId: string, request: ListDataTasksRequest, headers: {
11546
12421
  [key: string]: string;
11547
12422
  }, runtime: $Util.RuntimeOptions): Promise<ListDataTasksResponse>;
11548
12423
  listDefaultCollectorConfigurations(request: ListDefaultCollectorConfigurationsRequest): Promise<ListDefaultCollectorConfigurationsResponse>;
@@ -11577,8 +12452,8 @@ export default class Client extends OpenApi {
11577
12452
  listEcsInstancesWithOptions(request: ListEcsInstancesRequest, headers: {
11578
12453
  [key: string]: string;
11579
12454
  }, runtime: $Util.RuntimeOptions): Promise<ListEcsInstancesResponse>;
11580
- listExtendfiles(InstanceId: string): Promise<ListExtendfilesResponse>;
11581
- listExtendfilesWithOptions(InstanceId: string, headers: {
12455
+ listExtendfiles(InstanceId: string, request: ListExtendfilesRequest): Promise<ListExtendfilesResponse>;
12456
+ listExtendfilesWithOptions(InstanceId: string, request: ListExtendfilesRequest, headers: {
11582
12457
  [key: string]: string;
11583
12458
  }, runtime: $Util.RuntimeOptions): Promise<ListExtendfilesResponse>;
11584
12459
  listILMPolicies(InstanceId: string, request: ListILMPoliciesRequest): Promise<ListILMPoliciesResponse>;
@@ -11593,10 +12468,6 @@ export default class Client extends OpenApi {
11593
12468
  listInstanceWithOptions(request: ListInstanceRequest, headers: {
11594
12469
  [key: string]: string;
11595
12470
  }, runtime: $Util.RuntimeOptions): Promise<ListInstanceResponse>;
11596
- listInstanceHistoryEvents(request: ListInstanceHistoryEventsRequest): Promise<ListInstanceHistoryEventsResponse>;
11597
- listInstanceHistoryEventsWithOptions(request: ListInstanceHistoryEventsRequest, headers: {
11598
- [key: string]: string;
11599
- }, runtime: $Util.RuntimeOptions): Promise<ListInstanceHistoryEventsResponse>;
11600
12471
  listInstanceIndices(InstanceId: string, request: ListInstanceIndicesRequest): Promise<ListInstanceIndicesResponse>;
11601
12472
  listInstanceIndicesWithOptions(InstanceId: string, request: ListInstanceIndicesRequest, headers: {
11602
12473
  [key: string]: string;
@@ -11625,8 +12496,8 @@ export default class Client extends OpenApi {
11625
12496
  listPipelineWithOptions(InstanceId: string, request: ListPipelineRequest, headers: {
11626
12497
  [key: string]: string;
11627
12498
  }, runtime: $Util.RuntimeOptions): Promise<ListPipelineResponse>;
11628
- listPipelineIds(InstanceId: string): Promise<ListPipelineIdsResponse>;
11629
- listPipelineIdsWithOptions(InstanceId: string, headers: {
12499
+ listPipelineIds(InstanceId: string, request: ListPipelineIdsRequest): Promise<ListPipelineIdsResponse>;
12500
+ listPipelineIdsWithOptions(InstanceId: string, request: ListPipelineIdsRequest, headers: {
11630
12501
  [key: string]: string;
11631
12502
  }, runtime: $Util.RuntimeOptions): Promise<ListPipelineIdsResponse>;
11632
12503
  listPlugins(InstanceId: string, request: ListPluginsRequest): Promise<ListPluginsResponse>;
@@ -11641,8 +12512,8 @@ export default class Client extends OpenApi {
11641
12512
  listShardRecoveriesWithOptions(InstanceId: string, request: ListShardRecoveriesRequest, headers: {
11642
12513
  [key: string]: string;
11643
12514
  }, runtime: $Util.RuntimeOptions): Promise<ListShardRecoveriesResponse>;
11644
- listSnapshotReposByInstanceId(InstanceId: string): Promise<ListSnapshotReposByInstanceIdResponse>;
11645
- listSnapshotReposByInstanceIdWithOptions(InstanceId: string, headers: {
12515
+ listSnapshotReposByInstanceId(InstanceId: string, request: ListSnapshotReposByInstanceIdRequest): Promise<ListSnapshotReposByInstanceIdResponse>;
12516
+ listSnapshotReposByInstanceIdWithOptions(InstanceId: string, request: ListSnapshotReposByInstanceIdRequest, headers: {
11646
12517
  [key: string]: string;
11647
12518
  }, runtime: $Util.RuntimeOptions): Promise<ListSnapshotReposByInstanceIdResponse>;
11648
12519
  listTagResources(request: ListTagResourcesRequest): Promise<ListTagResourcesResponse>;
@@ -11665,8 +12536,8 @@ export default class Client extends OpenApi {
11665
12536
  modifyDeployMachineWithOptions(ResId: string, request: ModifyDeployMachineRequest, headers: {
11666
12537
  [key: string]: string;
11667
12538
  }, runtime: $Util.RuntimeOptions): Promise<ModifyDeployMachineResponse>;
11668
- modifyElastictask(InstanceId: string): Promise<ModifyElastictaskResponse>;
11669
- modifyElastictaskWithOptions(InstanceId: string, headers: {
12539
+ modifyElastictask(InstanceId: string, request: ModifyElastictaskRequest): Promise<ModifyElastictaskResponse>;
12540
+ modifyElastictaskWithOptions(InstanceId: string, request: ModifyElastictaskRequest, headers: {
11670
12541
  [key: string]: string;
11671
12542
  }, runtime: $Util.RuntimeOptions): Promise<ModifyElastictaskResponse>;
11672
12543
  modifyInstanceMaintainTime(InstanceId: string, request: ModifyInstanceMaintainTimeRequest): Promise<ModifyInstanceMaintainTimeResponse>;
@@ -11689,8 +12560,8 @@ export default class Client extends OpenApi {
11689
12560
  openHttpsWithOptions(InstanceId: string, request: OpenHttpsRequest, headers: {
11690
12561
  [key: string]: string;
11691
12562
  }, runtime: $Util.RuntimeOptions): Promise<OpenHttpsResponse>;
11692
- postEmonTryAlarmRule(ProjectId: string, AlarmGroupId: string): Promise<PostEmonTryAlarmRuleResponse>;
11693
- postEmonTryAlarmRuleWithOptions(ProjectId: string, AlarmGroupId: string, headers: {
12563
+ postEmonTryAlarmRule(ProjectId: string, AlarmGroupId: string, request: PostEmonTryAlarmRuleRequest): Promise<PostEmonTryAlarmRuleResponse>;
12564
+ postEmonTryAlarmRuleWithOptions(ProjectId: string, AlarmGroupId: string, request: PostEmonTryAlarmRuleRequest, headers: {
11694
12565
  [key: string]: string;
11695
12566
  }, runtime: $Util.RuntimeOptions): Promise<PostEmonTryAlarmRuleResponse>;
11696
12567
  recommendTemplates(InstanceId: string, request: RecommendTemplatesRequest): Promise<RecommendTemplatesResponse>;
@@ -11701,8 +12572,8 @@ export default class Client extends OpenApi {
11701
12572
  reinstallCollectorWithOptions(ResId: string, request: ReinstallCollectorRequest, headers: {
11702
12573
  [key: string]: string;
11703
12574
  }, runtime: $Util.RuntimeOptions): Promise<ReinstallCollectorResponse>;
11704
- removeApm(instanceId: string): Promise<RemoveApmResponse>;
11705
- removeApmWithOptions(instanceId: string, headers: {
12575
+ removeApm(instanceId: string, request: RemoveApmRequest): Promise<RemoveApmResponse>;
12576
+ removeApmWithOptions(instanceId: string, request: RemoveApmRequest, headers: {
11706
12577
  [key: string]: string;
11707
12578
  }, runtime: $Util.RuntimeOptions): Promise<RemoveApmResponse>;
11708
12579
  renewInstance(InstanceId: string, request: RenewInstanceRequest): Promise<RenewInstanceResponse>;
@@ -11745,16 +12616,16 @@ export default class Client extends OpenApi {
11745
12616
  shrinkNodeWithOptions(InstanceId: string, request: ShrinkNodeRequest, headers: {
11746
12617
  [key: string]: string;
11747
12618
  }, runtime: $Util.RuntimeOptions): Promise<ShrinkNodeResponse>;
11748
- startApm(instanceId: string): Promise<StartApmResponse>;
11749
- startApmWithOptions(instanceId: string, headers: {
12619
+ startApm(instanceId: string, request: StartApmRequest): Promise<StartApmResponse>;
12620
+ startApmWithOptions(instanceId: string, request: StartApmRequest, headers: {
11750
12621
  [key: string]: string;
11751
12622
  }, runtime: $Util.RuntimeOptions): Promise<StartApmResponse>;
11752
12623
  startCollector(ResId: string, request: StartCollectorRequest): Promise<StartCollectorResponse>;
11753
12624
  startCollectorWithOptions(ResId: string, request: StartCollectorRequest, headers: {
11754
12625
  [key: string]: string;
11755
12626
  }, runtime: $Util.RuntimeOptions): Promise<StartCollectorResponse>;
11756
- stopApm(instanceId: string): Promise<StopApmResponse>;
11757
- stopApmWithOptions(instanceId: string, headers: {
12627
+ stopApm(instanceId: string, request: StopApmRequest): Promise<StopApmResponse>;
12628
+ stopApmWithOptions(instanceId: string, request: StopApmRequest, headers: {
11758
12629
  [key: string]: string;
11759
12630
  }, runtime: $Util.RuntimeOptions): Promise<StopApmResponse>;
11760
12631
  stopCollector(ResId: string, request: StopCollectorRequest): Promise<StopCollectorResponse>;
@@ -11837,6 +12708,10 @@ export default class Client extends OpenApi {
11837
12708
  updateDictWithOptions(InstanceId: string, request: UpdateDictRequest, headers: {
11838
12709
  [key: string]: string;
11839
12710
  }, runtime: $Util.RuntimeOptions): Promise<UpdateDictResponse>;
12711
+ updateDynamicSettings(InstanceId: string, request: UpdateDynamicSettingsRequest): Promise<UpdateDynamicSettingsResponse>;
12712
+ updateDynamicSettingsWithOptions(InstanceId: string, request: UpdateDynamicSettingsRequest, headers: {
12713
+ [key: string]: string;
12714
+ }, runtime: $Util.RuntimeOptions): Promise<UpdateDynamicSettingsResponse>;
11840
12715
  updateExtendConfig(InstanceId: string, request: UpdateExtendConfigRequest): Promise<UpdateExtendConfigResponse>;
11841
12716
  updateExtendConfigWithOptions(InstanceId: string, request: UpdateExtendConfigRequest, headers: {
11842
12717
  [key: string]: string;
@@ -11917,8 +12792,8 @@ export default class Client extends OpenApi {
11917
12792
  updateReadWritePolicyWithOptions(InstanceId: string, request: UpdateReadWritePolicyRequest, headers: {
11918
12793
  [key: string]: string;
11919
12794
  }, runtime: $Util.RuntimeOptions): Promise<UpdateReadWritePolicyResponse>;
11920
- updateSnapshotSetting(InstanceId: string): Promise<UpdateSnapshotSettingResponse>;
11921
- updateSnapshotSettingWithOptions(InstanceId: string, headers: {
12795
+ updateSnapshotSetting(InstanceId: string, request: UpdateSnapshotSettingRequest): Promise<UpdateSnapshotSettingResponse>;
12796
+ updateSnapshotSettingWithOptions(InstanceId: string, request: UpdateSnapshotSettingRequest, headers: {
11922
12797
  [key: string]: string;
11923
12798
  }, runtime: $Util.RuntimeOptions): Promise<UpdateSnapshotSettingResponse>;
11924
12799
  updateSynonymsDicts(InstanceId: string, request: UpdateSynonymsDictsRequest): Promise<UpdateSynonymsDictsResponse>;