@alicloud/elasticsearch20170613 1.2.0 → 2.0.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 +1012 -814
- package/dist/client.js +3255 -2862
- package/dist/client.js.map +1 -1
- package/package.json +6 -6
- package/src/client.ts +1487 -1047
package/dist/client.d.ts
CHANGED
|
@@ -392,6 +392,24 @@ export declare class ZoneInfo extends $tea.Model {
|
|
|
392
392
|
[key: string]: any;
|
|
393
393
|
});
|
|
394
394
|
}
|
|
395
|
+
export declare class ResultSpecInfoMapValue extends $tea.Model {
|
|
396
|
+
cpuCount?: string;
|
|
397
|
+
memorySize?: string;
|
|
398
|
+
enable?: string;
|
|
399
|
+
spec?: string;
|
|
400
|
+
specGroupType?: string;
|
|
401
|
+
disk?: string;
|
|
402
|
+
diskType?: string;
|
|
403
|
+
static names(): {
|
|
404
|
+
[key: string]: string;
|
|
405
|
+
};
|
|
406
|
+
static types(): {
|
|
407
|
+
[key: string]: any;
|
|
408
|
+
};
|
|
409
|
+
constructor(map?: {
|
|
410
|
+
[key: string]: any;
|
|
411
|
+
});
|
|
412
|
+
}
|
|
395
413
|
export declare class ActivateZonesRequest extends $tea.Model {
|
|
396
414
|
body?: string;
|
|
397
415
|
clientToken?: string;
|
|
@@ -419,11 +437,11 @@ export declare class ActivateZonesResponseBody extends $tea.Model {
|
|
|
419
437
|
});
|
|
420
438
|
}
|
|
421
439
|
export declare class ActivateZonesResponse extends $tea.Model {
|
|
422
|
-
headers
|
|
440
|
+
headers?: {
|
|
423
441
|
[key: string]: string;
|
|
424
442
|
};
|
|
425
|
-
statusCode
|
|
426
|
-
body
|
|
443
|
+
statusCode?: number;
|
|
444
|
+
body?: ActivateZonesResponseBody;
|
|
427
445
|
static names(): {
|
|
428
446
|
[key: string]: string;
|
|
429
447
|
};
|
|
@@ -461,11 +479,11 @@ export declare class AddConnectableClusterResponseBody extends $tea.Model {
|
|
|
461
479
|
});
|
|
462
480
|
}
|
|
463
481
|
export declare class AddConnectableClusterResponse extends $tea.Model {
|
|
464
|
-
headers
|
|
482
|
+
headers?: {
|
|
465
483
|
[key: string]: string;
|
|
466
484
|
};
|
|
467
|
-
statusCode
|
|
468
|
-
body
|
|
485
|
+
statusCode?: number;
|
|
486
|
+
body?: AddConnectableClusterResponseBody;
|
|
469
487
|
static names(): {
|
|
470
488
|
[key: string]: string;
|
|
471
489
|
};
|
|
@@ -502,11 +520,11 @@ export declare class AddSnapshotRepoResponseBody extends $tea.Model {
|
|
|
502
520
|
});
|
|
503
521
|
}
|
|
504
522
|
export declare class AddSnapshotRepoResponse extends $tea.Model {
|
|
505
|
-
headers
|
|
523
|
+
headers?: {
|
|
506
524
|
[key: string]: string;
|
|
507
525
|
};
|
|
508
|
-
statusCode
|
|
509
|
-
body
|
|
526
|
+
statusCode?: number;
|
|
527
|
+
body?: AddSnapshotRepoResponseBody;
|
|
510
528
|
static names(): {
|
|
511
529
|
[key: string]: string;
|
|
512
530
|
};
|
|
@@ -543,11 +561,11 @@ export declare class CancelDeletionResponseBody extends $tea.Model {
|
|
|
543
561
|
});
|
|
544
562
|
}
|
|
545
563
|
export declare class CancelDeletionResponse extends $tea.Model {
|
|
546
|
-
headers
|
|
564
|
+
headers?: {
|
|
547
565
|
[key: string]: string;
|
|
548
566
|
};
|
|
549
|
-
statusCode
|
|
550
|
-
body
|
|
567
|
+
statusCode?: number;
|
|
568
|
+
body?: CancelDeletionResponseBody;
|
|
551
569
|
static names(): {
|
|
552
570
|
[key: string]: string;
|
|
553
571
|
};
|
|
@@ -584,11 +602,11 @@ export declare class CancelLogstashDeletionResponseBody extends $tea.Model {
|
|
|
584
602
|
});
|
|
585
603
|
}
|
|
586
604
|
export declare class CancelLogstashDeletionResponse extends $tea.Model {
|
|
587
|
-
headers
|
|
605
|
+
headers?: {
|
|
588
606
|
[key: string]: string;
|
|
589
607
|
};
|
|
590
|
-
statusCode
|
|
591
|
-
body
|
|
608
|
+
statusCode?: number;
|
|
609
|
+
body?: CancelLogstashDeletionResponseBody;
|
|
592
610
|
static names(): {
|
|
593
611
|
[key: string]: string;
|
|
594
612
|
};
|
|
@@ -626,11 +644,11 @@ export declare class CancelTaskResponseBody extends $tea.Model {
|
|
|
626
644
|
});
|
|
627
645
|
}
|
|
628
646
|
export declare class CancelTaskResponse extends $tea.Model {
|
|
629
|
-
headers
|
|
647
|
+
headers?: {
|
|
630
648
|
[key: string]: string;
|
|
631
649
|
};
|
|
632
|
-
statusCode
|
|
633
|
-
body
|
|
650
|
+
statusCode?: number;
|
|
651
|
+
body?: CancelTaskResponseBody;
|
|
634
652
|
static names(): {
|
|
635
653
|
[key: string]: string;
|
|
636
654
|
};
|
|
@@ -670,11 +688,11 @@ export declare class CapacityPlanResponseBody extends $tea.Model {
|
|
|
670
688
|
});
|
|
671
689
|
}
|
|
672
690
|
export declare class CapacityPlanResponse extends $tea.Model {
|
|
673
|
-
headers
|
|
691
|
+
headers?: {
|
|
674
692
|
[key: string]: string;
|
|
675
693
|
};
|
|
676
|
-
statusCode
|
|
677
|
-
body
|
|
694
|
+
statusCode?: number;
|
|
695
|
+
body?: CapacityPlanResponseBody;
|
|
678
696
|
static names(): {
|
|
679
697
|
[key: string]: string;
|
|
680
698
|
};
|
|
@@ -712,11 +730,11 @@ export declare class CloseDiagnosisResponseBody extends $tea.Model {
|
|
|
712
730
|
});
|
|
713
731
|
}
|
|
714
732
|
export declare class CloseDiagnosisResponse extends $tea.Model {
|
|
715
|
-
headers
|
|
733
|
+
headers?: {
|
|
716
734
|
[key: string]: string;
|
|
717
735
|
};
|
|
718
|
-
statusCode
|
|
719
|
-
body
|
|
736
|
+
statusCode?: number;
|
|
737
|
+
body?: CloseDiagnosisResponseBody;
|
|
720
738
|
static names(): {
|
|
721
739
|
[key: string]: string;
|
|
722
740
|
};
|
|
@@ -753,11 +771,11 @@ export declare class CloseHttpsResponseBody extends $tea.Model {
|
|
|
753
771
|
});
|
|
754
772
|
}
|
|
755
773
|
export declare class CloseHttpsResponse extends $tea.Model {
|
|
756
|
-
headers
|
|
774
|
+
headers?: {
|
|
757
775
|
[key: string]: string;
|
|
758
776
|
};
|
|
759
|
-
statusCode
|
|
760
|
-
body
|
|
777
|
+
statusCode?: number;
|
|
778
|
+
body?: CloseHttpsResponseBody;
|
|
761
779
|
static names(): {
|
|
762
780
|
[key: string]: string;
|
|
763
781
|
};
|
|
@@ -794,11 +812,11 @@ export declare class CloseManagedIndexResponseBody extends $tea.Model {
|
|
|
794
812
|
});
|
|
795
813
|
}
|
|
796
814
|
export declare class CloseManagedIndexResponse extends $tea.Model {
|
|
797
|
-
headers
|
|
815
|
+
headers?: {
|
|
798
816
|
[key: string]: string;
|
|
799
817
|
};
|
|
800
|
-
statusCode
|
|
801
|
-
body
|
|
818
|
+
statusCode?: number;
|
|
819
|
+
body?: CloseManagedIndexResponseBody;
|
|
802
820
|
static names(): {
|
|
803
821
|
[key: string]: string;
|
|
804
822
|
};
|
|
@@ -845,11 +863,11 @@ export declare class CreateCollectorResponseBody extends $tea.Model {
|
|
|
845
863
|
});
|
|
846
864
|
}
|
|
847
865
|
export declare class CreateCollectorResponse extends $tea.Model {
|
|
848
|
-
headers
|
|
866
|
+
headers?: {
|
|
849
867
|
[key: string]: string;
|
|
850
868
|
};
|
|
851
|
-
statusCode
|
|
852
|
-
body
|
|
869
|
+
statusCode?: number;
|
|
870
|
+
body?: CreateCollectorResponseBody;
|
|
853
871
|
static names(): {
|
|
854
872
|
[key: string]: string;
|
|
855
873
|
};
|
|
@@ -889,11 +907,11 @@ export declare class CreateComponentIndexResponseBody extends $tea.Model {
|
|
|
889
907
|
});
|
|
890
908
|
}
|
|
891
909
|
export declare class CreateComponentIndexResponse extends $tea.Model {
|
|
892
|
-
headers
|
|
910
|
+
headers?: {
|
|
893
911
|
[key: string]: string;
|
|
894
912
|
};
|
|
895
|
-
statusCode
|
|
896
|
-
body
|
|
913
|
+
statusCode?: number;
|
|
914
|
+
body?: CreateComponentIndexResponseBody;
|
|
897
915
|
static names(): {
|
|
898
916
|
[key: string]: string;
|
|
899
917
|
};
|
|
@@ -931,53 +949,11 @@ export declare class CreateDataStreamResponseBody extends $tea.Model {
|
|
|
931
949
|
});
|
|
932
950
|
}
|
|
933
951
|
export declare class CreateDataStreamResponse extends $tea.Model {
|
|
934
|
-
headers
|
|
935
|
-
[key: string]: string;
|
|
936
|
-
};
|
|
937
|
-
statusCode: number;
|
|
938
|
-
body: CreateDataStreamResponseBody;
|
|
939
|
-
static names(): {
|
|
940
|
-
[key: string]: string;
|
|
941
|
-
};
|
|
942
|
-
static types(): {
|
|
943
|
-
[key: string]: any;
|
|
944
|
-
};
|
|
945
|
-
constructor(map?: {
|
|
946
|
-
[key: string]: any;
|
|
947
|
-
});
|
|
948
|
-
}
|
|
949
|
-
export declare class CreateDataTasksRequest extends $tea.Model {
|
|
950
|
-
clientToken?: string;
|
|
951
|
-
body?: CreateDataTasksRequestBody[];
|
|
952
|
-
static names(): {
|
|
953
|
-
[key: string]: string;
|
|
954
|
-
};
|
|
955
|
-
static types(): {
|
|
956
|
-
[key: string]: any;
|
|
957
|
-
};
|
|
958
|
-
constructor(map?: {
|
|
959
|
-
[key: string]: any;
|
|
960
|
-
});
|
|
961
|
-
}
|
|
962
|
-
export declare class CreateDataTasksResponseBody extends $tea.Model {
|
|
963
|
-
requestId?: string;
|
|
964
|
-
result?: CreateDataTasksResponseBodyResult[];
|
|
965
|
-
static names(): {
|
|
966
|
-
[key: string]: string;
|
|
967
|
-
};
|
|
968
|
-
static types(): {
|
|
969
|
-
[key: string]: any;
|
|
970
|
-
};
|
|
971
|
-
constructor(map?: {
|
|
972
|
-
[key: string]: any;
|
|
973
|
-
});
|
|
974
|
-
}
|
|
975
|
-
export declare class CreateDataTasksResponse extends $tea.Model {
|
|
976
|
-
headers: {
|
|
952
|
+
headers?: {
|
|
977
953
|
[key: string]: string;
|
|
978
954
|
};
|
|
979
|
-
statusCode
|
|
980
|
-
body
|
|
955
|
+
statusCode?: number;
|
|
956
|
+
body?: CreateDataStreamResponseBody;
|
|
981
957
|
static names(): {
|
|
982
958
|
[key: string]: string;
|
|
983
959
|
};
|
|
@@ -1015,11 +991,11 @@ export declare class CreateILMPolicyResponseBody extends $tea.Model {
|
|
|
1015
991
|
});
|
|
1016
992
|
}
|
|
1017
993
|
export declare class CreateILMPolicyResponse extends $tea.Model {
|
|
1018
|
-
headers
|
|
994
|
+
headers?: {
|
|
1019
995
|
[key: string]: string;
|
|
1020
996
|
};
|
|
1021
|
-
statusCode
|
|
1022
|
-
body
|
|
997
|
+
statusCode?: number;
|
|
998
|
+
body?: CreateILMPolicyResponseBody;
|
|
1023
999
|
static names(): {
|
|
1024
1000
|
[key: string]: string;
|
|
1025
1001
|
};
|
|
@@ -1062,11 +1038,11 @@ export declare class CreateIndexTemplateResponseBody extends $tea.Model {
|
|
|
1062
1038
|
});
|
|
1063
1039
|
}
|
|
1064
1040
|
export declare class CreateIndexTemplateResponse extends $tea.Model {
|
|
1065
|
-
headers
|
|
1041
|
+
headers?: {
|
|
1066
1042
|
[key: string]: string;
|
|
1067
1043
|
};
|
|
1068
|
-
statusCode
|
|
1069
|
-
body
|
|
1044
|
+
statusCode?: number;
|
|
1045
|
+
body?: CreateIndexTemplateResponseBody;
|
|
1070
1046
|
static names(): {
|
|
1071
1047
|
[key: string]: string;
|
|
1072
1048
|
};
|
|
@@ -1111,11 +1087,11 @@ export declare class CreateLogstashResponseBody extends $tea.Model {
|
|
|
1111
1087
|
});
|
|
1112
1088
|
}
|
|
1113
1089
|
export declare class CreateLogstashResponse extends $tea.Model {
|
|
1114
|
-
headers
|
|
1090
|
+
headers?: {
|
|
1115
1091
|
[key: string]: string;
|
|
1116
1092
|
};
|
|
1117
|
-
statusCode
|
|
1118
|
-
body
|
|
1093
|
+
statusCode?: number;
|
|
1094
|
+
body?: CreateLogstashResponseBody;
|
|
1119
1095
|
static names(): {
|
|
1120
1096
|
[key: string]: string;
|
|
1121
1097
|
};
|
|
@@ -1154,11 +1130,11 @@ export declare class CreatePipelinesResponseBody extends $tea.Model {
|
|
|
1154
1130
|
});
|
|
1155
1131
|
}
|
|
1156
1132
|
export declare class CreatePipelinesResponse extends $tea.Model {
|
|
1157
|
-
headers
|
|
1133
|
+
headers?: {
|
|
1158
1134
|
[key: string]: string;
|
|
1159
1135
|
};
|
|
1160
|
-
statusCode
|
|
1161
|
-
body
|
|
1136
|
+
statusCode?: number;
|
|
1137
|
+
body?: CreatePipelinesResponseBody;
|
|
1162
1138
|
static names(): {
|
|
1163
1139
|
[key: string]: string;
|
|
1164
1140
|
};
|
|
@@ -1196,11 +1172,11 @@ export declare class CreateSnapshotResponseBody extends $tea.Model {
|
|
|
1196
1172
|
});
|
|
1197
1173
|
}
|
|
1198
1174
|
export declare class CreateSnapshotResponse extends $tea.Model {
|
|
1199
|
-
headers
|
|
1175
|
+
headers?: {
|
|
1200
1176
|
[key: string]: string;
|
|
1201
1177
|
};
|
|
1202
|
-
statusCode
|
|
1203
|
-
body
|
|
1178
|
+
statusCode?: number;
|
|
1179
|
+
body?: CreateSnapshotResponseBody;
|
|
1204
1180
|
static names(): {
|
|
1205
1181
|
[key: string]: string;
|
|
1206
1182
|
};
|
|
@@ -1240,11 +1216,11 @@ export declare class CreateVpcEndpointResponseBody extends $tea.Model {
|
|
|
1240
1216
|
});
|
|
1241
1217
|
}
|
|
1242
1218
|
export declare class CreateVpcEndpointResponse extends $tea.Model {
|
|
1243
|
-
headers
|
|
1219
|
+
headers?: {
|
|
1244
1220
|
[key: string]: string;
|
|
1245
1221
|
};
|
|
1246
|
-
statusCode
|
|
1247
|
-
body
|
|
1222
|
+
statusCode?: number;
|
|
1223
|
+
body?: CreateVpcEndpointResponseBody;
|
|
1248
1224
|
static names(): {
|
|
1249
1225
|
[key: string]: string;
|
|
1250
1226
|
};
|
|
@@ -1282,11 +1258,11 @@ export declare class DeactivateZonesResponseBody extends $tea.Model {
|
|
|
1282
1258
|
});
|
|
1283
1259
|
}
|
|
1284
1260
|
export declare class DeactivateZonesResponse extends $tea.Model {
|
|
1285
|
-
headers
|
|
1261
|
+
headers?: {
|
|
1286
1262
|
[key: string]: string;
|
|
1287
1263
|
};
|
|
1288
|
-
statusCode
|
|
1289
|
-
body
|
|
1264
|
+
statusCode?: number;
|
|
1265
|
+
body?: DeactivateZonesResponseBody;
|
|
1290
1266
|
static names(): {
|
|
1291
1267
|
[key: string]: string;
|
|
1292
1268
|
};
|
|
@@ -1323,11 +1299,11 @@ export declare class DeleteCollectorResponseBody extends $tea.Model {
|
|
|
1323
1299
|
});
|
|
1324
1300
|
}
|
|
1325
1301
|
export declare class DeleteCollectorResponse extends $tea.Model {
|
|
1326
|
-
headers
|
|
1302
|
+
headers?: {
|
|
1327
1303
|
[key: string]: string;
|
|
1328
1304
|
};
|
|
1329
|
-
statusCode
|
|
1330
|
-
body
|
|
1305
|
+
statusCode?: number;
|
|
1306
|
+
body?: DeleteCollectorResponseBody;
|
|
1331
1307
|
static names(): {
|
|
1332
1308
|
[key: string]: string;
|
|
1333
1309
|
};
|
|
@@ -1352,11 +1328,11 @@ export declare class DeleteComponentIndexResponseBody extends $tea.Model {
|
|
|
1352
1328
|
});
|
|
1353
1329
|
}
|
|
1354
1330
|
export declare class DeleteComponentIndexResponse extends $tea.Model {
|
|
1355
|
-
headers
|
|
1331
|
+
headers?: {
|
|
1356
1332
|
[key: string]: string;
|
|
1357
1333
|
};
|
|
1358
|
-
statusCode
|
|
1359
|
-
body
|
|
1334
|
+
statusCode?: number;
|
|
1335
|
+
body?: DeleteComponentIndexResponseBody;
|
|
1360
1336
|
static names(): {
|
|
1361
1337
|
[key: string]: string;
|
|
1362
1338
|
};
|
|
@@ -1394,11 +1370,11 @@ export declare class DeleteConnectedClusterResponseBody extends $tea.Model {
|
|
|
1394
1370
|
});
|
|
1395
1371
|
}
|
|
1396
1372
|
export declare class DeleteConnectedClusterResponse extends $tea.Model {
|
|
1397
|
-
headers
|
|
1373
|
+
headers?: {
|
|
1398
1374
|
[key: string]: string;
|
|
1399
1375
|
};
|
|
1400
|
-
statusCode
|
|
1401
|
-
body
|
|
1376
|
+
statusCode?: number;
|
|
1377
|
+
body?: DeleteConnectedClusterResponseBody;
|
|
1402
1378
|
static names(): {
|
|
1403
1379
|
[key: string]: string;
|
|
1404
1380
|
};
|
|
@@ -1435,11 +1411,11 @@ export declare class DeleteDataStreamResponseBody extends $tea.Model {
|
|
|
1435
1411
|
});
|
|
1436
1412
|
}
|
|
1437
1413
|
export declare class DeleteDataStreamResponse extends $tea.Model {
|
|
1438
|
-
headers
|
|
1414
|
+
headers?: {
|
|
1439
1415
|
[key: string]: string;
|
|
1440
1416
|
};
|
|
1441
|
-
statusCode
|
|
1442
|
-
body
|
|
1417
|
+
statusCode?: number;
|
|
1418
|
+
body?: DeleteDataStreamResponseBody;
|
|
1443
1419
|
static names(): {
|
|
1444
1420
|
[key: string]: string;
|
|
1445
1421
|
};
|
|
@@ -1477,11 +1453,11 @@ export declare class DeleteDataTaskResponseBody extends $tea.Model {
|
|
|
1477
1453
|
});
|
|
1478
1454
|
}
|
|
1479
1455
|
export declare class DeleteDataTaskResponse extends $tea.Model {
|
|
1480
|
-
headers
|
|
1456
|
+
headers?: {
|
|
1481
1457
|
[key: string]: string;
|
|
1482
1458
|
};
|
|
1483
|
-
statusCode
|
|
1484
|
-
body
|
|
1459
|
+
statusCode?: number;
|
|
1460
|
+
body?: DeleteDataTaskResponseBody;
|
|
1485
1461
|
static names(): {
|
|
1486
1462
|
[key: string]: string;
|
|
1487
1463
|
};
|
|
@@ -1506,11 +1482,11 @@ export declare class DeleteDeprecatedTemplateResponseBody extends $tea.Model {
|
|
|
1506
1482
|
});
|
|
1507
1483
|
}
|
|
1508
1484
|
export declare class DeleteDeprecatedTemplateResponse extends $tea.Model {
|
|
1509
|
-
headers
|
|
1485
|
+
headers?: {
|
|
1510
1486
|
[key: string]: string;
|
|
1511
1487
|
};
|
|
1512
|
-
statusCode
|
|
1513
|
-
body
|
|
1488
|
+
statusCode?: number;
|
|
1489
|
+
body?: DeleteDeprecatedTemplateResponseBody;
|
|
1514
1490
|
static names(): {
|
|
1515
1491
|
[key: string]: string;
|
|
1516
1492
|
};
|
|
@@ -1535,11 +1511,11 @@ export declare class DeleteILMPolicyResponseBody extends $tea.Model {
|
|
|
1535
1511
|
});
|
|
1536
1512
|
}
|
|
1537
1513
|
export declare class DeleteILMPolicyResponse extends $tea.Model {
|
|
1538
|
-
headers
|
|
1514
|
+
headers?: {
|
|
1539
1515
|
[key: string]: string;
|
|
1540
1516
|
};
|
|
1541
|
-
statusCode
|
|
1542
|
-
body
|
|
1517
|
+
statusCode?: number;
|
|
1518
|
+
body?: DeleteILMPolicyResponseBody;
|
|
1543
1519
|
static names(): {
|
|
1544
1520
|
[key: string]: string;
|
|
1545
1521
|
};
|
|
@@ -1564,11 +1540,11 @@ export declare class DeleteIndexTemplateResponseBody extends $tea.Model {
|
|
|
1564
1540
|
});
|
|
1565
1541
|
}
|
|
1566
1542
|
export declare class DeleteIndexTemplateResponse extends $tea.Model {
|
|
1567
|
-
headers
|
|
1543
|
+
headers?: {
|
|
1568
1544
|
[key: string]: string;
|
|
1569
1545
|
};
|
|
1570
|
-
statusCode
|
|
1571
|
-
body
|
|
1546
|
+
statusCode?: number;
|
|
1547
|
+
body?: DeleteIndexTemplateResponseBody;
|
|
1572
1548
|
static names(): {
|
|
1573
1549
|
[key: string]: string;
|
|
1574
1550
|
};
|
|
@@ -1605,11 +1581,11 @@ export declare class DeleteInstanceResponseBody extends $tea.Model {
|
|
|
1605
1581
|
});
|
|
1606
1582
|
}
|
|
1607
1583
|
export declare class DeleteInstanceResponse extends $tea.Model {
|
|
1608
|
-
headers
|
|
1584
|
+
headers?: {
|
|
1609
1585
|
[key: string]: string;
|
|
1610
1586
|
};
|
|
1611
|
-
statusCode
|
|
1612
|
-
body
|
|
1587
|
+
statusCode?: number;
|
|
1588
|
+
body?: DeleteInstanceResponseBody;
|
|
1613
1589
|
static names(): {
|
|
1614
1590
|
[key: string]: string;
|
|
1615
1591
|
};
|
|
@@ -1646,11 +1622,11 @@ export declare class DeleteLogstashResponseBody extends $tea.Model {
|
|
|
1646
1622
|
});
|
|
1647
1623
|
}
|
|
1648
1624
|
export declare class DeleteLogstashResponse extends $tea.Model {
|
|
1649
|
-
headers
|
|
1625
|
+
headers?: {
|
|
1650
1626
|
[key: string]: string;
|
|
1651
1627
|
};
|
|
1652
|
-
statusCode
|
|
1653
|
-
body
|
|
1628
|
+
statusCode?: number;
|
|
1629
|
+
body?: DeleteLogstashResponseBody;
|
|
1654
1630
|
static names(): {
|
|
1655
1631
|
[key: string]: string;
|
|
1656
1632
|
};
|
|
@@ -1688,11 +1664,11 @@ export declare class DeletePipelinesResponseBody extends $tea.Model {
|
|
|
1688
1664
|
});
|
|
1689
1665
|
}
|
|
1690
1666
|
export declare class DeletePipelinesResponse extends $tea.Model {
|
|
1691
|
-
headers
|
|
1667
|
+
headers?: {
|
|
1692
1668
|
[key: string]: string;
|
|
1693
1669
|
};
|
|
1694
|
-
statusCode
|
|
1695
|
-
body
|
|
1670
|
+
statusCode?: number;
|
|
1671
|
+
body?: DeletePipelinesResponseBody;
|
|
1696
1672
|
static names(): {
|
|
1697
1673
|
[key: string]: string;
|
|
1698
1674
|
};
|
|
@@ -1730,11 +1706,11 @@ export declare class DeleteSnapshotRepoResponseBody extends $tea.Model {
|
|
|
1730
1706
|
});
|
|
1731
1707
|
}
|
|
1732
1708
|
export declare class DeleteSnapshotRepoResponse extends $tea.Model {
|
|
1733
|
-
headers
|
|
1709
|
+
headers?: {
|
|
1734
1710
|
[key: string]: string;
|
|
1735
1711
|
};
|
|
1736
|
-
statusCode
|
|
1737
|
-
body
|
|
1712
|
+
statusCode?: number;
|
|
1713
|
+
body?: DeleteSnapshotRepoResponseBody;
|
|
1738
1714
|
static names(): {
|
|
1739
1715
|
[key: string]: string;
|
|
1740
1716
|
};
|
|
@@ -1771,11 +1747,11 @@ export declare class DeleteVpcEndpointResponseBody extends $tea.Model {
|
|
|
1771
1747
|
});
|
|
1772
1748
|
}
|
|
1773
1749
|
export declare class DeleteVpcEndpointResponse extends $tea.Model {
|
|
1774
|
-
headers
|
|
1750
|
+
headers?: {
|
|
1775
1751
|
[key: string]: string;
|
|
1776
1752
|
};
|
|
1777
|
-
statusCode
|
|
1778
|
-
body
|
|
1753
|
+
statusCode?: number;
|
|
1754
|
+
body?: DeleteVpcEndpointResponseBody;
|
|
1779
1755
|
static names(): {
|
|
1780
1756
|
[key: string]: string;
|
|
1781
1757
|
};
|
|
@@ -1800,11 +1776,11 @@ export declare class DescribeAckOperatorResponseBody extends $tea.Model {
|
|
|
1800
1776
|
});
|
|
1801
1777
|
}
|
|
1802
1778
|
export declare class DescribeAckOperatorResponse extends $tea.Model {
|
|
1803
|
-
headers
|
|
1779
|
+
headers?: {
|
|
1804
1780
|
[key: string]: string;
|
|
1805
1781
|
};
|
|
1806
|
-
statusCode
|
|
1807
|
-
body
|
|
1782
|
+
statusCode?: number;
|
|
1783
|
+
body?: DescribeAckOperatorResponseBody;
|
|
1808
1784
|
static names(): {
|
|
1809
1785
|
[key: string]: string;
|
|
1810
1786
|
};
|
|
@@ -1829,11 +1805,11 @@ export declare class DescribeApmResponseBody extends $tea.Model {
|
|
|
1829
1805
|
});
|
|
1830
1806
|
}
|
|
1831
1807
|
export declare class DescribeApmResponse extends $tea.Model {
|
|
1832
|
-
headers
|
|
1808
|
+
headers?: {
|
|
1833
1809
|
[key: string]: string;
|
|
1834
1810
|
};
|
|
1835
|
-
statusCode
|
|
1836
|
-
body
|
|
1811
|
+
statusCode?: number;
|
|
1812
|
+
body?: DescribeApmResponseBody;
|
|
1837
1813
|
static names(): {
|
|
1838
1814
|
[key: string]: string;
|
|
1839
1815
|
};
|
|
@@ -1858,11 +1834,11 @@ export declare class DescribeCollectorResponseBody extends $tea.Model {
|
|
|
1858
1834
|
});
|
|
1859
1835
|
}
|
|
1860
1836
|
export declare class DescribeCollectorResponse extends $tea.Model {
|
|
1861
|
-
headers
|
|
1837
|
+
headers?: {
|
|
1862
1838
|
[key: string]: string;
|
|
1863
1839
|
};
|
|
1864
|
-
statusCode
|
|
1865
|
-
body
|
|
1840
|
+
statusCode?: number;
|
|
1841
|
+
body?: DescribeCollectorResponseBody;
|
|
1866
1842
|
static names(): {
|
|
1867
1843
|
[key: string]: string;
|
|
1868
1844
|
};
|
|
@@ -1887,11 +1863,11 @@ export declare class DescribeComponentIndexResponseBody extends $tea.Model {
|
|
|
1887
1863
|
});
|
|
1888
1864
|
}
|
|
1889
1865
|
export declare class DescribeComponentIndexResponse extends $tea.Model {
|
|
1890
|
-
headers
|
|
1866
|
+
headers?: {
|
|
1891
1867
|
[key: string]: string;
|
|
1892
1868
|
};
|
|
1893
|
-
statusCode
|
|
1894
|
-
body
|
|
1869
|
+
statusCode?: number;
|
|
1870
|
+
body?: DescribeComponentIndexResponseBody;
|
|
1895
1871
|
static names(): {
|
|
1896
1872
|
[key: string]: string;
|
|
1897
1873
|
};
|
|
@@ -1928,11 +1904,11 @@ export declare class DescribeConnectableClustersResponseBody extends $tea.Model
|
|
|
1928
1904
|
});
|
|
1929
1905
|
}
|
|
1930
1906
|
export declare class DescribeConnectableClustersResponse extends $tea.Model {
|
|
1931
|
-
headers
|
|
1907
|
+
headers?: {
|
|
1932
1908
|
[key: string]: string;
|
|
1933
1909
|
};
|
|
1934
|
-
statusCode
|
|
1935
|
-
body
|
|
1910
|
+
statusCode?: number;
|
|
1911
|
+
body?: DescribeConnectableClustersResponseBody;
|
|
1936
1912
|
static names(): {
|
|
1937
1913
|
[key: string]: string;
|
|
1938
1914
|
};
|
|
@@ -1957,11 +1933,11 @@ export declare class DescribeDeprecatedTemplateResponseBody extends $tea.Model {
|
|
|
1957
1933
|
});
|
|
1958
1934
|
}
|
|
1959
1935
|
export declare class DescribeDeprecatedTemplateResponse extends $tea.Model {
|
|
1960
|
-
headers
|
|
1936
|
+
headers?: {
|
|
1961
1937
|
[key: string]: string;
|
|
1962
1938
|
};
|
|
1963
|
-
statusCode
|
|
1964
|
-
body
|
|
1939
|
+
statusCode?: number;
|
|
1940
|
+
body?: DescribeDeprecatedTemplateResponseBody;
|
|
1965
1941
|
static names(): {
|
|
1966
1942
|
[key: string]: string;
|
|
1967
1943
|
};
|
|
@@ -1998,11 +1974,11 @@ export declare class DescribeDiagnoseReportResponseBody extends $tea.Model {
|
|
|
1998
1974
|
});
|
|
1999
1975
|
}
|
|
2000
1976
|
export declare class DescribeDiagnoseReportResponse extends $tea.Model {
|
|
2001
|
-
headers
|
|
1977
|
+
headers?: {
|
|
2002
1978
|
[key: string]: string;
|
|
2003
1979
|
};
|
|
2004
|
-
statusCode
|
|
2005
|
-
body
|
|
1980
|
+
statusCode?: number;
|
|
1981
|
+
body?: DescribeDiagnoseReportResponseBody;
|
|
2006
1982
|
static names(): {
|
|
2007
1983
|
[key: string]: string;
|
|
2008
1984
|
};
|
|
@@ -2039,11 +2015,11 @@ export declare class DescribeDiagnosisSettingsResponseBody extends $tea.Model {
|
|
|
2039
2015
|
});
|
|
2040
2016
|
}
|
|
2041
2017
|
export declare class DescribeDiagnosisSettingsResponse extends $tea.Model {
|
|
2042
|
-
headers
|
|
2018
|
+
headers?: {
|
|
2043
2019
|
[key: string]: string;
|
|
2044
2020
|
};
|
|
2045
|
-
statusCode
|
|
2046
|
-
body
|
|
2021
|
+
statusCode?: number;
|
|
2022
|
+
body?: DescribeDiagnosisSettingsResponseBody;
|
|
2047
2023
|
static names(): {
|
|
2048
2024
|
[key: string]: string;
|
|
2049
2025
|
};
|
|
@@ -2068,11 +2044,11 @@ export declare class DescribeDynamicSettingsResponseBody extends $tea.Model {
|
|
|
2068
2044
|
});
|
|
2069
2045
|
}
|
|
2070
2046
|
export declare class DescribeDynamicSettingsResponse extends $tea.Model {
|
|
2071
|
-
headers
|
|
2047
|
+
headers?: {
|
|
2072
2048
|
[key: string]: string;
|
|
2073
2049
|
};
|
|
2074
|
-
statusCode
|
|
2075
|
-
body
|
|
2050
|
+
statusCode?: number;
|
|
2051
|
+
body?: DescribeDynamicSettingsResponseBody;
|
|
2076
2052
|
static names(): {
|
|
2077
2053
|
[key: string]: string;
|
|
2078
2054
|
};
|
|
@@ -2099,11 +2075,11 @@ export declare class DescribeElasticsearchHealthResponseBody extends $tea.Model
|
|
|
2099
2075
|
});
|
|
2100
2076
|
}
|
|
2101
2077
|
export declare class DescribeElasticsearchHealthResponse extends $tea.Model {
|
|
2102
|
-
headers
|
|
2078
|
+
headers?: {
|
|
2103
2079
|
[key: string]: string;
|
|
2104
2080
|
};
|
|
2105
|
-
statusCode
|
|
2106
|
-
body
|
|
2081
|
+
statusCode?: number;
|
|
2082
|
+
body?: DescribeElasticsearchHealthResponseBody;
|
|
2107
2083
|
static names(): {
|
|
2108
2084
|
[key: string]: string;
|
|
2109
2085
|
};
|
|
@@ -2128,11 +2104,11 @@ export declare class DescribeILMPolicyResponseBody extends $tea.Model {
|
|
|
2128
2104
|
});
|
|
2129
2105
|
}
|
|
2130
2106
|
export declare class DescribeILMPolicyResponse extends $tea.Model {
|
|
2131
|
-
headers
|
|
2107
|
+
headers?: {
|
|
2132
2108
|
[key: string]: string;
|
|
2133
2109
|
};
|
|
2134
|
-
statusCode
|
|
2135
|
-
body
|
|
2110
|
+
statusCode?: number;
|
|
2111
|
+
body?: DescribeILMPolicyResponseBody;
|
|
2136
2112
|
static names(): {
|
|
2137
2113
|
[key: string]: string;
|
|
2138
2114
|
};
|
|
@@ -2157,11 +2133,11 @@ export declare class DescribeIndexTemplateResponseBody extends $tea.Model {
|
|
|
2157
2133
|
});
|
|
2158
2134
|
}
|
|
2159
2135
|
export declare class DescribeIndexTemplateResponse extends $tea.Model {
|
|
2160
|
-
headers
|
|
2136
|
+
headers?: {
|
|
2161
2137
|
[key: string]: string;
|
|
2162
2138
|
};
|
|
2163
|
-
statusCode
|
|
2164
|
-
body
|
|
2139
|
+
statusCode?: number;
|
|
2140
|
+
body?: DescribeIndexTemplateResponseBody;
|
|
2165
2141
|
static names(): {
|
|
2166
2142
|
[key: string]: string;
|
|
2167
2143
|
};
|
|
@@ -2186,11 +2162,11 @@ export declare class DescribeInstanceResponseBody extends $tea.Model {
|
|
|
2186
2162
|
});
|
|
2187
2163
|
}
|
|
2188
2164
|
export declare class DescribeInstanceResponse extends $tea.Model {
|
|
2189
|
-
headers
|
|
2165
|
+
headers?: {
|
|
2190
2166
|
[key: string]: string;
|
|
2191
2167
|
};
|
|
2192
|
-
statusCode
|
|
2193
|
-
body
|
|
2168
|
+
statusCode?: number;
|
|
2169
|
+
body?: DescribeInstanceResponseBody;
|
|
2194
2170
|
static names(): {
|
|
2195
2171
|
[key: string]: string;
|
|
2196
2172
|
};
|
|
@@ -2217,11 +2193,11 @@ export declare class DescribeKibanaSettingsResponseBody extends $tea.Model {
|
|
|
2217
2193
|
});
|
|
2218
2194
|
}
|
|
2219
2195
|
export declare class DescribeKibanaSettingsResponse extends $tea.Model {
|
|
2220
|
-
headers
|
|
2196
|
+
headers?: {
|
|
2221
2197
|
[key: string]: string;
|
|
2222
2198
|
};
|
|
2223
|
-
statusCode
|
|
2224
|
-
body
|
|
2199
|
+
statusCode?: number;
|
|
2200
|
+
body?: DescribeKibanaSettingsResponseBody;
|
|
2225
2201
|
static names(): {
|
|
2226
2202
|
[key: string]: string;
|
|
2227
2203
|
};
|
|
@@ -2246,11 +2222,11 @@ export declare class DescribeLogstashResponseBody extends $tea.Model {
|
|
|
2246
2222
|
});
|
|
2247
2223
|
}
|
|
2248
2224
|
export declare class DescribeLogstashResponse extends $tea.Model {
|
|
2249
|
-
headers
|
|
2225
|
+
headers?: {
|
|
2250
2226
|
[key: string]: string;
|
|
2251
2227
|
};
|
|
2252
|
-
statusCode
|
|
2253
|
-
body
|
|
2228
|
+
statusCode?: number;
|
|
2229
|
+
body?: DescribeLogstashResponseBody;
|
|
2254
2230
|
static names(): {
|
|
2255
2231
|
[key: string]: string;
|
|
2256
2232
|
};
|
|
@@ -2275,11 +2251,11 @@ export declare class DescribePipelineResponseBody extends $tea.Model {
|
|
|
2275
2251
|
});
|
|
2276
2252
|
}
|
|
2277
2253
|
export declare class DescribePipelineResponse extends $tea.Model {
|
|
2278
|
-
headers
|
|
2254
|
+
headers?: {
|
|
2279
2255
|
[key: string]: string;
|
|
2280
2256
|
};
|
|
2281
|
-
statusCode
|
|
2282
|
-
body
|
|
2257
|
+
statusCode?: number;
|
|
2258
|
+
body?: DescribePipelineResponseBody;
|
|
2283
2259
|
static names(): {
|
|
2284
2260
|
[key: string]: string;
|
|
2285
2261
|
};
|
|
@@ -2316,11 +2292,11 @@ export declare class DescribePipelineManagementConfigResponseBody extends $tea.M
|
|
|
2316
2292
|
});
|
|
2317
2293
|
}
|
|
2318
2294
|
export declare class DescribePipelineManagementConfigResponse extends $tea.Model {
|
|
2319
|
-
headers
|
|
2295
|
+
headers?: {
|
|
2320
2296
|
[key: string]: string;
|
|
2321
2297
|
};
|
|
2322
|
-
statusCode
|
|
2323
|
-
body
|
|
2298
|
+
statusCode?: number;
|
|
2299
|
+
body?: DescribePipelineManagementConfigResponseBody;
|
|
2324
2300
|
static names(): {
|
|
2325
2301
|
[key: string]: string;
|
|
2326
2302
|
};
|
|
@@ -2345,11 +2321,11 @@ export declare class DescribeRegionsResponseBody extends $tea.Model {
|
|
|
2345
2321
|
});
|
|
2346
2322
|
}
|
|
2347
2323
|
export declare class DescribeRegionsResponse extends $tea.Model {
|
|
2348
|
-
headers
|
|
2324
|
+
headers?: {
|
|
2349
2325
|
[key: string]: string;
|
|
2350
2326
|
};
|
|
2351
|
-
statusCode
|
|
2352
|
-
body
|
|
2327
|
+
statusCode?: number;
|
|
2328
|
+
body?: DescribeRegionsResponseBody;
|
|
2353
2329
|
static names(): {
|
|
2354
2330
|
[key: string]: string;
|
|
2355
2331
|
};
|
|
@@ -2374,11 +2350,11 @@ export declare class DescribeSnapshotSettingResponseBody extends $tea.Model {
|
|
|
2374
2350
|
});
|
|
2375
2351
|
}
|
|
2376
2352
|
export declare class DescribeSnapshotSettingResponse extends $tea.Model {
|
|
2377
|
-
headers
|
|
2353
|
+
headers?: {
|
|
2378
2354
|
[key: string]: string;
|
|
2379
2355
|
};
|
|
2380
|
-
statusCode
|
|
2381
|
-
body
|
|
2356
|
+
statusCode?: number;
|
|
2357
|
+
body?: DescribeSnapshotSettingResponseBody;
|
|
2382
2358
|
static names(): {
|
|
2383
2359
|
[key: string]: string;
|
|
2384
2360
|
};
|
|
@@ -2403,11 +2379,11 @@ export declare class DescribeTemplatesResponseBody extends $tea.Model {
|
|
|
2403
2379
|
});
|
|
2404
2380
|
}
|
|
2405
2381
|
export declare class DescribeTemplatesResponse extends $tea.Model {
|
|
2406
|
-
headers
|
|
2382
|
+
headers?: {
|
|
2407
2383
|
[key: string]: string;
|
|
2408
2384
|
};
|
|
2409
|
-
statusCode
|
|
2410
|
-
body
|
|
2385
|
+
statusCode?: number;
|
|
2386
|
+
body?: DescribeTemplatesResponseBody;
|
|
2411
2387
|
static names(): {
|
|
2412
2388
|
[key: string]: string;
|
|
2413
2389
|
};
|
|
@@ -2432,11 +2408,11 @@ export declare class DescribeXpackMonitorConfigResponseBody extends $tea.Model {
|
|
|
2432
2408
|
});
|
|
2433
2409
|
}
|
|
2434
2410
|
export declare class DescribeXpackMonitorConfigResponse extends $tea.Model {
|
|
2435
|
-
headers
|
|
2411
|
+
headers?: {
|
|
2436
2412
|
[key: string]: string;
|
|
2437
2413
|
};
|
|
2438
|
-
statusCode
|
|
2439
|
-
body
|
|
2414
|
+
statusCode?: number;
|
|
2415
|
+
body?: DescribeXpackMonitorConfigResponseBody;
|
|
2440
2416
|
static names(): {
|
|
2441
2417
|
[key: string]: string;
|
|
2442
2418
|
};
|
|
@@ -2477,11 +2453,84 @@ export declare class DiagnoseInstanceResponseBody extends $tea.Model {
|
|
|
2477
2453
|
});
|
|
2478
2454
|
}
|
|
2479
2455
|
export declare class DiagnoseInstanceResponse extends $tea.Model {
|
|
2480
|
-
headers
|
|
2456
|
+
headers?: {
|
|
2481
2457
|
[key: string]: string;
|
|
2482
2458
|
};
|
|
2483
|
-
statusCode
|
|
2484
|
-
body
|
|
2459
|
+
statusCode?: number;
|
|
2460
|
+
body?: DiagnoseInstanceResponseBody;
|
|
2461
|
+
static names(): {
|
|
2462
|
+
[key: string]: string;
|
|
2463
|
+
};
|
|
2464
|
+
static types(): {
|
|
2465
|
+
[key: string]: any;
|
|
2466
|
+
};
|
|
2467
|
+
constructor(map?: {
|
|
2468
|
+
[key: string]: any;
|
|
2469
|
+
});
|
|
2470
|
+
}
|
|
2471
|
+
export declare class DisableKibanaPvlNetworkResponseBody extends $tea.Model {
|
|
2472
|
+
requestId?: string;
|
|
2473
|
+
result?: boolean;
|
|
2474
|
+
static names(): {
|
|
2475
|
+
[key: string]: string;
|
|
2476
|
+
};
|
|
2477
|
+
static types(): {
|
|
2478
|
+
[key: string]: any;
|
|
2479
|
+
};
|
|
2480
|
+
constructor(map?: {
|
|
2481
|
+
[key: string]: any;
|
|
2482
|
+
});
|
|
2483
|
+
}
|
|
2484
|
+
export declare class DisableKibanaPvlNetworkResponse extends $tea.Model {
|
|
2485
|
+
headers?: {
|
|
2486
|
+
[key: string]: string;
|
|
2487
|
+
};
|
|
2488
|
+
statusCode?: number;
|
|
2489
|
+
body?: DisableKibanaPvlNetworkResponseBody;
|
|
2490
|
+
static names(): {
|
|
2491
|
+
[key: string]: string;
|
|
2492
|
+
};
|
|
2493
|
+
static types(): {
|
|
2494
|
+
[key: string]: any;
|
|
2495
|
+
};
|
|
2496
|
+
constructor(map?: {
|
|
2497
|
+
[key: string]: any;
|
|
2498
|
+
});
|
|
2499
|
+
}
|
|
2500
|
+
export declare class EnableKibanaPvlNetworkRequest extends $tea.Model {
|
|
2501
|
+
endpointName?: string;
|
|
2502
|
+
securityGroups?: string[];
|
|
2503
|
+
vSwitchIdsZone?: EnableKibanaPvlNetworkRequestVSwitchIdsZone[];
|
|
2504
|
+
vpcId?: string;
|
|
2505
|
+
static names(): {
|
|
2506
|
+
[key: string]: string;
|
|
2507
|
+
};
|
|
2508
|
+
static types(): {
|
|
2509
|
+
[key: string]: any;
|
|
2510
|
+
};
|
|
2511
|
+
constructor(map?: {
|
|
2512
|
+
[key: string]: any;
|
|
2513
|
+
});
|
|
2514
|
+
}
|
|
2515
|
+
export declare class EnableKibanaPvlNetworkResponseBody extends $tea.Model {
|
|
2516
|
+
requestId?: string;
|
|
2517
|
+
result?: boolean;
|
|
2518
|
+
static names(): {
|
|
2519
|
+
[key: string]: string;
|
|
2520
|
+
};
|
|
2521
|
+
static types(): {
|
|
2522
|
+
[key: string]: any;
|
|
2523
|
+
};
|
|
2524
|
+
constructor(map?: {
|
|
2525
|
+
[key: string]: any;
|
|
2526
|
+
});
|
|
2527
|
+
}
|
|
2528
|
+
export declare class EnableKibanaPvlNetworkResponse extends $tea.Model {
|
|
2529
|
+
headers?: {
|
|
2530
|
+
[key: string]: string;
|
|
2531
|
+
};
|
|
2532
|
+
statusCode?: number;
|
|
2533
|
+
body?: EnableKibanaPvlNetworkResponseBody;
|
|
2485
2534
|
static names(): {
|
|
2486
2535
|
[key: string]: string;
|
|
2487
2536
|
};
|
|
@@ -2519,11 +2568,11 @@ export declare class EstimatedLogstashRestartTimeResponseBody extends $tea.Model
|
|
|
2519
2568
|
});
|
|
2520
2569
|
}
|
|
2521
2570
|
export declare class EstimatedLogstashRestartTimeResponse extends $tea.Model {
|
|
2522
|
-
headers
|
|
2571
|
+
headers?: {
|
|
2523
2572
|
[key: string]: string;
|
|
2524
2573
|
};
|
|
2525
|
-
statusCode
|
|
2526
|
-
body
|
|
2574
|
+
statusCode?: number;
|
|
2575
|
+
body?: EstimatedLogstashRestartTimeResponseBody;
|
|
2527
2576
|
static names(): {
|
|
2528
2577
|
[key: string]: string;
|
|
2529
2578
|
};
|
|
@@ -2561,11 +2610,11 @@ export declare class EstimatedRestartTimeResponseBody extends $tea.Model {
|
|
|
2561
2610
|
});
|
|
2562
2611
|
}
|
|
2563
2612
|
export declare class EstimatedRestartTimeResponse extends $tea.Model {
|
|
2564
|
-
headers
|
|
2613
|
+
headers?: {
|
|
2565
2614
|
[key: string]: string;
|
|
2566
2615
|
};
|
|
2567
|
-
statusCode
|
|
2568
|
-
body
|
|
2616
|
+
statusCode?: number;
|
|
2617
|
+
body?: EstimatedRestartTimeResponseBody;
|
|
2569
2618
|
static names(): {
|
|
2570
2619
|
[key: string]: string;
|
|
2571
2620
|
};
|
|
@@ -2602,11 +2651,11 @@ export declare class GetClusterDataInformationResponseBody extends $tea.Model {
|
|
|
2602
2651
|
});
|
|
2603
2652
|
}
|
|
2604
2653
|
export declare class GetClusterDataInformationResponse extends $tea.Model {
|
|
2605
|
-
headers
|
|
2654
|
+
headers?: {
|
|
2606
2655
|
[key: string]: string;
|
|
2607
2656
|
};
|
|
2608
|
-
statusCode
|
|
2609
|
-
body
|
|
2657
|
+
statusCode?: number;
|
|
2658
|
+
body?: GetClusterDataInformationResponseBody;
|
|
2610
2659
|
static names(): {
|
|
2611
2660
|
[key: string]: string;
|
|
2612
2661
|
};
|
|
@@ -2631,11 +2680,11 @@ export declare class GetElastictaskResponseBody extends $tea.Model {
|
|
|
2631
2680
|
});
|
|
2632
2681
|
}
|
|
2633
2682
|
export declare class GetElastictaskResponse extends $tea.Model {
|
|
2634
|
-
headers
|
|
2683
|
+
headers?: {
|
|
2635
2684
|
[key: string]: string;
|
|
2636
2685
|
};
|
|
2637
|
-
statusCode
|
|
2638
|
-
body
|
|
2686
|
+
statusCode?: number;
|
|
2687
|
+
body?: GetElastictaskResponseBody;
|
|
2639
2688
|
static names(): {
|
|
2640
2689
|
[key: string]: string;
|
|
2641
2690
|
};
|
|
@@ -2674,11 +2723,11 @@ export declare class GetEmonGrafanaAlertsResponseBody extends $tea.Model {
|
|
|
2674
2723
|
});
|
|
2675
2724
|
}
|
|
2676
2725
|
export declare class GetEmonGrafanaAlertsResponse extends $tea.Model {
|
|
2677
|
-
headers
|
|
2726
|
+
headers?: {
|
|
2678
2727
|
[key: string]: string;
|
|
2679
2728
|
};
|
|
2680
|
-
statusCode
|
|
2681
|
-
body
|
|
2729
|
+
statusCode?: number;
|
|
2730
|
+
body?: GetEmonGrafanaAlertsResponseBody;
|
|
2682
2731
|
static names(): {
|
|
2683
2732
|
[key: string]: string;
|
|
2684
2733
|
};
|
|
@@ -2717,11 +2766,11 @@ export declare class GetEmonGrafanaDashboardsResponseBody extends $tea.Model {
|
|
|
2717
2766
|
});
|
|
2718
2767
|
}
|
|
2719
2768
|
export declare class GetEmonGrafanaDashboardsResponse extends $tea.Model {
|
|
2720
|
-
headers
|
|
2769
|
+
headers?: {
|
|
2721
2770
|
[key: string]: string;
|
|
2722
2771
|
};
|
|
2723
|
-
statusCode
|
|
2724
|
-
body
|
|
2772
|
+
statusCode?: number;
|
|
2773
|
+
body?: GetEmonGrafanaDashboardsResponseBody;
|
|
2725
2774
|
static names(): {
|
|
2726
2775
|
[key: string]: string;
|
|
2727
2776
|
};
|
|
@@ -2761,11 +2810,11 @@ export declare class GetEmonMonitorDataResponseBody extends $tea.Model {
|
|
|
2761
2810
|
});
|
|
2762
2811
|
}
|
|
2763
2812
|
export declare class GetEmonMonitorDataResponse extends $tea.Model {
|
|
2764
|
-
headers
|
|
2813
|
+
headers?: {
|
|
2765
2814
|
[key: string]: string;
|
|
2766
2815
|
};
|
|
2767
|
-
statusCode
|
|
2768
|
-
body
|
|
2816
|
+
statusCode?: number;
|
|
2817
|
+
body?: GetEmonMonitorDataResponseBody;
|
|
2769
2818
|
static names(): {
|
|
2770
2819
|
[key: string]: string;
|
|
2771
2820
|
};
|
|
@@ -2790,11 +2839,11 @@ export declare class GetOpenStoreUsageResponseBody extends $tea.Model {
|
|
|
2790
2839
|
});
|
|
2791
2840
|
}
|
|
2792
2841
|
export declare class GetOpenStoreUsageResponse extends $tea.Model {
|
|
2793
|
-
headers
|
|
2842
|
+
headers?: {
|
|
2794
2843
|
[key: string]: string;
|
|
2795
2844
|
};
|
|
2796
|
-
statusCode
|
|
2797
|
-
body
|
|
2845
|
+
statusCode?: number;
|
|
2846
|
+
body?: GetOpenStoreUsageResponseBody;
|
|
2798
2847
|
static names(): {
|
|
2799
2848
|
[key: string]: string;
|
|
2800
2849
|
};
|
|
@@ -2831,11 +2880,40 @@ export declare class GetRegionConfigurationResponseBody extends $tea.Model {
|
|
|
2831
2880
|
});
|
|
2832
2881
|
}
|
|
2833
2882
|
export declare class GetRegionConfigurationResponse extends $tea.Model {
|
|
2834
|
-
headers
|
|
2883
|
+
headers?: {
|
|
2835
2884
|
[key: string]: string;
|
|
2836
2885
|
};
|
|
2837
|
-
statusCode
|
|
2838
|
-
body
|
|
2886
|
+
statusCode?: number;
|
|
2887
|
+
body?: GetRegionConfigurationResponseBody;
|
|
2888
|
+
static names(): {
|
|
2889
|
+
[key: string]: string;
|
|
2890
|
+
};
|
|
2891
|
+
static types(): {
|
|
2892
|
+
[key: string]: any;
|
|
2893
|
+
};
|
|
2894
|
+
constructor(map?: {
|
|
2895
|
+
[key: string]: any;
|
|
2896
|
+
});
|
|
2897
|
+
}
|
|
2898
|
+
export declare class GetRegionalInstanceConfigResponseBody extends $tea.Model {
|
|
2899
|
+
requestId?: string;
|
|
2900
|
+
result?: GetRegionalInstanceConfigResponseBodyResult;
|
|
2901
|
+
static names(): {
|
|
2902
|
+
[key: string]: string;
|
|
2903
|
+
};
|
|
2904
|
+
static types(): {
|
|
2905
|
+
[key: string]: any;
|
|
2906
|
+
};
|
|
2907
|
+
constructor(map?: {
|
|
2908
|
+
[key: string]: any;
|
|
2909
|
+
});
|
|
2910
|
+
}
|
|
2911
|
+
export declare class GetRegionalInstanceConfigResponse extends $tea.Model {
|
|
2912
|
+
headers?: {
|
|
2913
|
+
[key: string]: string;
|
|
2914
|
+
};
|
|
2915
|
+
statusCode?: number;
|
|
2916
|
+
body?: GetRegionalInstanceConfigResponseBody;
|
|
2839
2917
|
static names(): {
|
|
2840
2918
|
[key: string]: string;
|
|
2841
2919
|
};
|
|
@@ -2874,11 +2952,11 @@ export declare class GetSuggestShrinkableNodesResponseBody extends $tea.Model {
|
|
|
2874
2952
|
});
|
|
2875
2953
|
}
|
|
2876
2954
|
export declare class GetSuggestShrinkableNodesResponse extends $tea.Model {
|
|
2877
|
-
headers
|
|
2955
|
+
headers?: {
|
|
2878
2956
|
[key: string]: string;
|
|
2879
2957
|
};
|
|
2880
|
-
statusCode
|
|
2881
|
-
body
|
|
2958
|
+
statusCode?: number;
|
|
2959
|
+
body?: GetSuggestShrinkableNodesResponseBody;
|
|
2882
2960
|
static names(): {
|
|
2883
2961
|
[key: string]: string;
|
|
2884
2962
|
};
|
|
@@ -2916,11 +2994,11 @@ export declare class GetTransferableNodesResponseBody extends $tea.Model {
|
|
|
2916
2994
|
});
|
|
2917
2995
|
}
|
|
2918
2996
|
export declare class GetTransferableNodesResponse extends $tea.Model {
|
|
2919
|
-
headers
|
|
2997
|
+
headers?: {
|
|
2920
2998
|
[key: string]: string;
|
|
2921
2999
|
};
|
|
2922
|
-
statusCode
|
|
2923
|
-
body
|
|
3000
|
+
statusCode?: number;
|
|
3001
|
+
body?: GetTransferableNodesResponseBody;
|
|
2924
3002
|
static names(): {
|
|
2925
3003
|
[key: string]: string;
|
|
2926
3004
|
};
|
|
@@ -2958,11 +3036,11 @@ export declare class InitializeOperationRoleResponseBody extends $tea.Model {
|
|
|
2958
3036
|
});
|
|
2959
3037
|
}
|
|
2960
3038
|
export declare class InitializeOperationRoleResponse extends $tea.Model {
|
|
2961
|
-
headers
|
|
3039
|
+
headers?: {
|
|
2962
3040
|
[key: string]: string;
|
|
2963
3041
|
};
|
|
2964
|
-
statusCode
|
|
2965
|
-
body
|
|
3042
|
+
statusCode?: number;
|
|
3043
|
+
body?: InitializeOperationRoleResponseBody;
|
|
2966
3044
|
static names(): {
|
|
2967
3045
|
[key: string]: string;
|
|
2968
3046
|
};
|
|
@@ -3000,11 +3078,11 @@ export declare class InstallAckOperatorResponseBody extends $tea.Model {
|
|
|
3000
3078
|
});
|
|
3001
3079
|
}
|
|
3002
3080
|
export declare class InstallAckOperatorResponse extends $tea.Model {
|
|
3003
|
-
headers
|
|
3081
|
+
headers?: {
|
|
3004
3082
|
[key: string]: string;
|
|
3005
3083
|
};
|
|
3006
|
-
statusCode
|
|
3007
|
-
body
|
|
3084
|
+
statusCode?: number;
|
|
3085
|
+
body?: InstallAckOperatorResponseBody;
|
|
3008
3086
|
static names(): {
|
|
3009
3087
|
[key: string]: string;
|
|
3010
3088
|
};
|
|
@@ -3042,11 +3120,11 @@ export declare class InstallKibanaSystemPluginResponseBody extends $tea.Model {
|
|
|
3042
3120
|
});
|
|
3043
3121
|
}
|
|
3044
3122
|
export declare class InstallKibanaSystemPluginResponse extends $tea.Model {
|
|
3045
|
-
headers
|
|
3123
|
+
headers?: {
|
|
3046
3124
|
[key: string]: string;
|
|
3047
3125
|
};
|
|
3048
|
-
statusCode
|
|
3049
|
-
body
|
|
3126
|
+
statusCode?: number;
|
|
3127
|
+
body?: InstallKibanaSystemPluginResponseBody;
|
|
3050
3128
|
static names(): {
|
|
3051
3129
|
[key: string]: string;
|
|
3052
3130
|
};
|
|
@@ -3084,11 +3162,11 @@ export declare class InstallLogstashSystemPluginResponseBody extends $tea.Model
|
|
|
3084
3162
|
});
|
|
3085
3163
|
}
|
|
3086
3164
|
export declare class InstallLogstashSystemPluginResponse extends $tea.Model {
|
|
3087
|
-
headers
|
|
3165
|
+
headers?: {
|
|
3088
3166
|
[key: string]: string;
|
|
3089
3167
|
};
|
|
3090
|
-
statusCode
|
|
3091
|
-
body
|
|
3168
|
+
statusCode?: number;
|
|
3169
|
+
body?: InstallLogstashSystemPluginResponseBody;
|
|
3092
3170
|
static names(): {
|
|
3093
3171
|
[key: string]: string;
|
|
3094
3172
|
};
|
|
@@ -3126,11 +3204,11 @@ export declare class InstallSystemPluginResponseBody extends $tea.Model {
|
|
|
3126
3204
|
});
|
|
3127
3205
|
}
|
|
3128
3206
|
export declare class InstallSystemPluginResponse extends $tea.Model {
|
|
3129
|
-
headers
|
|
3207
|
+
headers?: {
|
|
3130
3208
|
[key: string]: string;
|
|
3131
3209
|
};
|
|
3132
|
-
statusCode
|
|
3133
|
-
body
|
|
3210
|
+
statusCode?: number;
|
|
3211
|
+
body?: InstallSystemPluginResponseBody;
|
|
3134
3212
|
static names(): {
|
|
3135
3213
|
[key: string]: string;
|
|
3136
3214
|
};
|
|
@@ -3167,11 +3245,11 @@ export declare class InstallUserPluginsResponseBody extends $tea.Model {
|
|
|
3167
3245
|
});
|
|
3168
3246
|
}
|
|
3169
3247
|
export declare class InstallUserPluginsResponse extends $tea.Model {
|
|
3170
|
-
headers
|
|
3248
|
+
headers?: {
|
|
3171
3249
|
[key: string]: string;
|
|
3172
3250
|
};
|
|
3173
|
-
statusCode
|
|
3174
|
-
body
|
|
3251
|
+
statusCode?: number;
|
|
3252
|
+
body?: InstallUserPluginsResponseBody;
|
|
3175
3253
|
static names(): {
|
|
3176
3254
|
[key: string]: string;
|
|
3177
3255
|
};
|
|
@@ -3210,11 +3288,11 @@ export declare class InterruptElasticsearchTaskResponseBody extends $tea.Model {
|
|
|
3210
3288
|
});
|
|
3211
3289
|
}
|
|
3212
3290
|
export declare class InterruptElasticsearchTaskResponse extends $tea.Model {
|
|
3213
|
-
headers
|
|
3291
|
+
headers?: {
|
|
3214
3292
|
[key: string]: string;
|
|
3215
3293
|
};
|
|
3216
|
-
statusCode
|
|
3217
|
-
body
|
|
3294
|
+
statusCode?: number;
|
|
3295
|
+
body?: InterruptElasticsearchTaskResponseBody;
|
|
3218
3296
|
static names(): {
|
|
3219
3297
|
[key: string]: string;
|
|
3220
3298
|
};
|
|
@@ -3253,11 +3331,11 @@ export declare class InterruptLogstashTaskResponseBody extends $tea.Model {
|
|
|
3253
3331
|
});
|
|
3254
3332
|
}
|
|
3255
3333
|
export declare class InterruptLogstashTaskResponse extends $tea.Model {
|
|
3256
|
-
headers
|
|
3334
|
+
headers?: {
|
|
3257
3335
|
[key: string]: string;
|
|
3258
3336
|
};
|
|
3259
|
-
statusCode
|
|
3260
|
-
body
|
|
3337
|
+
statusCode?: number;
|
|
3338
|
+
body?: InterruptLogstashTaskResponseBody;
|
|
3261
3339
|
static names(): {
|
|
3262
3340
|
[key: string]: string;
|
|
3263
3341
|
};
|
|
@@ -3296,11 +3374,11 @@ export declare class ListAckClustersResponseBody extends $tea.Model {
|
|
|
3296
3374
|
});
|
|
3297
3375
|
}
|
|
3298
3376
|
export declare class ListAckClustersResponse extends $tea.Model {
|
|
3299
|
-
headers
|
|
3377
|
+
headers?: {
|
|
3300
3378
|
[key: string]: string;
|
|
3301
3379
|
};
|
|
3302
|
-
statusCode
|
|
3303
|
-
body
|
|
3380
|
+
statusCode?: number;
|
|
3381
|
+
body?: ListAckClustersResponseBody;
|
|
3304
3382
|
static names(): {
|
|
3305
3383
|
[key: string]: string;
|
|
3306
3384
|
};
|
|
@@ -3338,11 +3416,11 @@ export declare class ListAckNamespacesResponseBody extends $tea.Model {
|
|
|
3338
3416
|
});
|
|
3339
3417
|
}
|
|
3340
3418
|
export declare class ListAckNamespacesResponse extends $tea.Model {
|
|
3341
|
-
headers
|
|
3419
|
+
headers?: {
|
|
3342
3420
|
[key: string]: string;
|
|
3343
3421
|
};
|
|
3344
|
-
statusCode
|
|
3345
|
-
body
|
|
3422
|
+
statusCode?: number;
|
|
3423
|
+
body?: ListAckNamespacesResponseBody;
|
|
3346
3424
|
static names(): {
|
|
3347
3425
|
[key: string]: string;
|
|
3348
3426
|
};
|
|
@@ -3386,11 +3464,11 @@ export declare class ListActionRecordsResponseBody extends $tea.Model {
|
|
|
3386
3464
|
});
|
|
3387
3465
|
}
|
|
3388
3466
|
export declare class ListActionRecordsResponse extends $tea.Model {
|
|
3389
|
-
headers
|
|
3467
|
+
headers?: {
|
|
3390
3468
|
[key: string]: string;
|
|
3391
3469
|
};
|
|
3392
|
-
statusCode
|
|
3393
|
-
body
|
|
3470
|
+
statusCode?: number;
|
|
3471
|
+
body?: ListActionRecordsResponseBody;
|
|
3394
3472
|
static names(): {
|
|
3395
3473
|
[key: string]: string;
|
|
3396
3474
|
};
|
|
@@ -3427,11 +3505,11 @@ export declare class ListAllNodeResponseBody extends $tea.Model {
|
|
|
3427
3505
|
});
|
|
3428
3506
|
}
|
|
3429
3507
|
export declare class ListAllNodeResponse extends $tea.Model {
|
|
3430
|
-
headers
|
|
3508
|
+
headers?: {
|
|
3431
3509
|
[key: string]: string;
|
|
3432
3510
|
};
|
|
3433
|
-
statusCode
|
|
3434
|
-
body
|
|
3511
|
+
statusCode?: number;
|
|
3512
|
+
body?: ListAllNodeResponseBody;
|
|
3435
3513
|
static names(): {
|
|
3436
3514
|
[key: string]: string;
|
|
3437
3515
|
};
|
|
@@ -3468,11 +3546,11 @@ export declare class ListAlternativeSnapshotReposResponseBody extends $tea.Model
|
|
|
3468
3546
|
});
|
|
3469
3547
|
}
|
|
3470
3548
|
export declare class ListAlternativeSnapshotReposResponse extends $tea.Model {
|
|
3471
|
-
headers
|
|
3549
|
+
headers?: {
|
|
3472
3550
|
[key: string]: string;
|
|
3473
3551
|
};
|
|
3474
|
-
statusCode
|
|
3475
|
-
body
|
|
3552
|
+
statusCode?: number;
|
|
3553
|
+
body?: ListAlternativeSnapshotReposResponseBody;
|
|
3476
3554
|
static names(): {
|
|
3477
3555
|
[key: string]: string;
|
|
3478
3556
|
};
|
|
@@ -3514,11 +3592,11 @@ export declare class ListApmResponseBody extends $tea.Model {
|
|
|
3514
3592
|
});
|
|
3515
3593
|
}
|
|
3516
3594
|
export declare class ListApmResponse extends $tea.Model {
|
|
3517
|
-
headers
|
|
3595
|
+
headers?: {
|
|
3518
3596
|
[key: string]: string;
|
|
3519
3597
|
};
|
|
3520
|
-
statusCode
|
|
3521
|
-
body
|
|
3598
|
+
statusCode?: number;
|
|
3599
|
+
body?: ListApmResponseBody;
|
|
3522
3600
|
static names(): {
|
|
3523
3601
|
[key: string]: string;
|
|
3524
3602
|
};
|
|
@@ -3543,11 +3621,11 @@ export declare class ListAvailableEsInstanceIdsResponseBody extends $tea.Model {
|
|
|
3543
3621
|
});
|
|
3544
3622
|
}
|
|
3545
3623
|
export declare class ListAvailableEsInstanceIdsResponse extends $tea.Model {
|
|
3546
|
-
headers
|
|
3624
|
+
headers?: {
|
|
3547
3625
|
[key: string]: string;
|
|
3548
3626
|
};
|
|
3549
|
-
statusCode
|
|
3550
|
-
body
|
|
3627
|
+
statusCode?: number;
|
|
3628
|
+
body?: ListAvailableEsInstanceIdsResponseBody;
|
|
3551
3629
|
static names(): {
|
|
3552
3630
|
[key: string]: string;
|
|
3553
3631
|
};
|
|
@@ -3590,11 +3668,11 @@ export declare class ListCollectorsResponseBody extends $tea.Model {
|
|
|
3590
3668
|
});
|
|
3591
3669
|
}
|
|
3592
3670
|
export declare class ListCollectorsResponse extends $tea.Model {
|
|
3593
|
-
headers
|
|
3671
|
+
headers?: {
|
|
3594
3672
|
[key: string]: string;
|
|
3595
3673
|
};
|
|
3596
|
-
statusCode
|
|
3597
|
-
body
|
|
3674
|
+
statusCode?: number;
|
|
3675
|
+
body?: ListCollectorsResponseBody;
|
|
3598
3676
|
static names(): {
|
|
3599
3677
|
[key: string]: string;
|
|
3600
3678
|
};
|
|
@@ -3634,11 +3712,11 @@ export declare class ListComponentIndicesResponseBody extends $tea.Model {
|
|
|
3634
3712
|
});
|
|
3635
3713
|
}
|
|
3636
3714
|
export declare class ListComponentIndicesResponse extends $tea.Model {
|
|
3637
|
-
headers
|
|
3715
|
+
headers?: {
|
|
3638
3716
|
[key: string]: string;
|
|
3639
3717
|
};
|
|
3640
|
-
statusCode
|
|
3641
|
-
body
|
|
3718
|
+
statusCode?: number;
|
|
3719
|
+
body?: ListComponentIndicesResponseBody;
|
|
3642
3720
|
static names(): {
|
|
3643
3721
|
[key: string]: string;
|
|
3644
3722
|
};
|
|
@@ -3663,11 +3741,11 @@ export declare class ListConnectedClustersResponseBody extends $tea.Model {
|
|
|
3663
3741
|
});
|
|
3664
3742
|
}
|
|
3665
3743
|
export declare class ListConnectedClustersResponse extends $tea.Model {
|
|
3666
|
-
headers
|
|
3744
|
+
headers?: {
|
|
3667
3745
|
[key: string]: string;
|
|
3668
3746
|
};
|
|
3669
|
-
statusCode
|
|
3670
|
-
body
|
|
3747
|
+
statusCode?: number;
|
|
3748
|
+
body?: ListConnectedClustersResponseBody;
|
|
3671
3749
|
static names(): {
|
|
3672
3750
|
[key: string]: string;
|
|
3673
3751
|
};
|
|
@@ -3706,11 +3784,11 @@ export declare class ListDataStreamsResponseBody extends $tea.Model {
|
|
|
3706
3784
|
});
|
|
3707
3785
|
}
|
|
3708
3786
|
export declare class ListDataStreamsResponse extends $tea.Model {
|
|
3709
|
-
headers
|
|
3787
|
+
headers?: {
|
|
3710
3788
|
[key: string]: string;
|
|
3711
3789
|
};
|
|
3712
|
-
statusCode
|
|
3713
|
-
body
|
|
3790
|
+
statusCode?: number;
|
|
3791
|
+
body?: ListDataStreamsResponseBody;
|
|
3714
3792
|
static names(): {
|
|
3715
3793
|
[key: string]: string;
|
|
3716
3794
|
};
|
|
@@ -3735,11 +3813,11 @@ export declare class ListDataTasksResponseBody extends $tea.Model {
|
|
|
3735
3813
|
});
|
|
3736
3814
|
}
|
|
3737
3815
|
export declare class ListDataTasksResponse extends $tea.Model {
|
|
3738
|
-
headers
|
|
3816
|
+
headers?: {
|
|
3739
3817
|
[key: string]: string;
|
|
3740
3818
|
};
|
|
3741
|
-
statusCode
|
|
3742
|
-
body
|
|
3819
|
+
statusCode?: number;
|
|
3820
|
+
body?: ListDataTasksResponseBody;
|
|
3743
3821
|
static names(): {
|
|
3744
3822
|
[key: string]: string;
|
|
3745
3823
|
};
|
|
@@ -3778,11 +3856,11 @@ export declare class ListDefaultCollectorConfigurationsResponseBody extends $tea
|
|
|
3778
3856
|
});
|
|
3779
3857
|
}
|
|
3780
3858
|
export declare class ListDefaultCollectorConfigurationsResponse extends $tea.Model {
|
|
3781
|
-
headers
|
|
3859
|
+
headers?: {
|
|
3782
3860
|
[key: string]: string;
|
|
3783
3861
|
};
|
|
3784
|
-
statusCode
|
|
3785
|
-
body
|
|
3862
|
+
statusCode?: number;
|
|
3863
|
+
body?: ListDefaultCollectorConfigurationsResponseBody;
|
|
3786
3864
|
static names(): {
|
|
3787
3865
|
[key: string]: string;
|
|
3788
3866
|
};
|
|
@@ -3822,11 +3900,11 @@ export declare class ListDeprecatedTemplatesResponseBody extends $tea.Model {
|
|
|
3822
3900
|
});
|
|
3823
3901
|
}
|
|
3824
3902
|
export declare class ListDeprecatedTemplatesResponse extends $tea.Model {
|
|
3825
|
-
headers
|
|
3903
|
+
headers?: {
|
|
3826
3904
|
[key: string]: string;
|
|
3827
3905
|
};
|
|
3828
|
-
statusCode
|
|
3829
|
-
body
|
|
3906
|
+
statusCode?: number;
|
|
3907
|
+
body?: ListDeprecatedTemplatesResponseBody;
|
|
3830
3908
|
static names(): {
|
|
3831
3909
|
[key: string]: string;
|
|
3832
3910
|
};
|
|
@@ -3863,11 +3941,11 @@ export declare class ListDiagnoseIndicesResponseBody extends $tea.Model {
|
|
|
3863
3941
|
});
|
|
3864
3942
|
}
|
|
3865
3943
|
export declare class ListDiagnoseIndicesResponse extends $tea.Model {
|
|
3866
|
-
headers
|
|
3944
|
+
headers?: {
|
|
3867
3945
|
[key: string]: string;
|
|
3868
3946
|
};
|
|
3869
|
-
statusCode
|
|
3870
|
-
body
|
|
3947
|
+
statusCode?: number;
|
|
3948
|
+
body?: ListDiagnoseIndicesResponseBody;
|
|
3871
3949
|
static names(): {
|
|
3872
3950
|
[key: string]: string;
|
|
3873
3951
|
};
|
|
@@ -3911,11 +3989,11 @@ export declare class ListDiagnoseReportResponseBody extends $tea.Model {
|
|
|
3911
3989
|
});
|
|
3912
3990
|
}
|
|
3913
3991
|
export declare class ListDiagnoseReportResponse extends $tea.Model {
|
|
3914
|
-
headers
|
|
3992
|
+
headers?: {
|
|
3915
3993
|
[key: string]: string;
|
|
3916
3994
|
};
|
|
3917
|
-
statusCode
|
|
3918
|
-
body
|
|
3995
|
+
statusCode?: number;
|
|
3996
|
+
body?: ListDiagnoseReportResponseBody;
|
|
3919
3997
|
static names(): {
|
|
3920
3998
|
[key: string]: string;
|
|
3921
3999
|
};
|
|
@@ -3958,11 +4036,11 @@ export declare class ListDiagnoseReportIdsResponseBody extends $tea.Model {
|
|
|
3958
4036
|
});
|
|
3959
4037
|
}
|
|
3960
4038
|
export declare class ListDiagnoseReportIdsResponse extends $tea.Model {
|
|
3961
|
-
headers
|
|
4039
|
+
headers?: {
|
|
3962
4040
|
[key: string]: string;
|
|
3963
4041
|
};
|
|
3964
|
-
statusCode
|
|
3965
|
-
body
|
|
4042
|
+
statusCode?: number;
|
|
4043
|
+
body?: ListDiagnoseReportIdsResponseBody;
|
|
3966
4044
|
static names(): {
|
|
3967
4045
|
[key: string]: string;
|
|
3968
4046
|
};
|
|
@@ -3999,11 +4077,11 @@ export declare class ListDiagnosisItemsResponseBody extends $tea.Model {
|
|
|
3999
4077
|
});
|
|
4000
4078
|
}
|
|
4001
4079
|
export declare class ListDiagnosisItemsResponse extends $tea.Model {
|
|
4002
|
-
headers
|
|
4080
|
+
headers?: {
|
|
4003
4081
|
[key: string]: string;
|
|
4004
4082
|
};
|
|
4005
|
-
statusCode
|
|
4006
|
-
body
|
|
4083
|
+
statusCode?: number;
|
|
4084
|
+
body?: ListDiagnosisItemsResponseBody;
|
|
4007
4085
|
static names(): {
|
|
4008
4086
|
[key: string]: string;
|
|
4009
4087
|
};
|
|
@@ -4042,11 +4120,11 @@ export declare class ListDictInformationResponseBody extends $tea.Model {
|
|
|
4042
4120
|
});
|
|
4043
4121
|
}
|
|
4044
4122
|
export declare class ListDictInformationResponse extends $tea.Model {
|
|
4045
|
-
headers
|
|
4123
|
+
headers?: {
|
|
4046
4124
|
[key: string]: string;
|
|
4047
4125
|
};
|
|
4048
|
-
statusCode
|
|
4049
|
-
body
|
|
4126
|
+
statusCode?: number;
|
|
4127
|
+
body?: ListDictInformationResponseBody;
|
|
4050
4128
|
static names(): {
|
|
4051
4129
|
[key: string]: string;
|
|
4052
4130
|
};
|
|
@@ -4085,11 +4163,11 @@ export declare class ListDictsResponseBody extends $tea.Model {
|
|
|
4085
4163
|
});
|
|
4086
4164
|
}
|
|
4087
4165
|
export declare class ListDictsResponse extends $tea.Model {
|
|
4088
|
-
headers
|
|
4166
|
+
headers?: {
|
|
4089
4167
|
[key: string]: string;
|
|
4090
4168
|
};
|
|
4091
|
-
statusCode
|
|
4092
|
-
body
|
|
4169
|
+
statusCode?: number;
|
|
4170
|
+
body?: ListDictsResponseBody;
|
|
4093
4171
|
static names(): {
|
|
4094
4172
|
[key: string]: string;
|
|
4095
4173
|
};
|
|
@@ -4132,11 +4210,11 @@ export declare class ListEcsInstancesResponseBody extends $tea.Model {
|
|
|
4132
4210
|
});
|
|
4133
4211
|
}
|
|
4134
4212
|
export declare class ListEcsInstancesResponse extends $tea.Model {
|
|
4135
|
-
headers
|
|
4213
|
+
headers?: {
|
|
4136
4214
|
[key: string]: string;
|
|
4137
4215
|
};
|
|
4138
|
-
statusCode
|
|
4139
|
-
body
|
|
4216
|
+
statusCode?: number;
|
|
4217
|
+
body?: ListEcsInstancesResponseBody;
|
|
4140
4218
|
static names(): {
|
|
4141
4219
|
[key: string]: string;
|
|
4142
4220
|
};
|
|
@@ -4161,11 +4239,11 @@ export declare class ListExtendfilesResponseBody extends $tea.Model {
|
|
|
4161
4239
|
});
|
|
4162
4240
|
}
|
|
4163
4241
|
export declare class ListExtendfilesResponse extends $tea.Model {
|
|
4164
|
-
headers
|
|
4242
|
+
headers?: {
|
|
4165
4243
|
[key: string]: string;
|
|
4166
4244
|
};
|
|
4167
|
-
statusCode
|
|
4168
|
-
body
|
|
4245
|
+
statusCode?: number;
|
|
4246
|
+
body?: ListExtendfilesResponseBody;
|
|
4169
4247
|
static names(): {
|
|
4170
4248
|
[key: string]: string;
|
|
4171
4249
|
};
|
|
@@ -4202,11 +4280,11 @@ export declare class ListILMPoliciesResponseBody extends $tea.Model {
|
|
|
4202
4280
|
});
|
|
4203
4281
|
}
|
|
4204
4282
|
export declare class ListILMPoliciesResponse extends $tea.Model {
|
|
4205
|
-
headers
|
|
4283
|
+
headers?: {
|
|
4206
4284
|
[key: string]: string;
|
|
4207
4285
|
};
|
|
4208
|
-
statusCode
|
|
4209
|
-
body
|
|
4286
|
+
statusCode?: number;
|
|
4287
|
+
body?: ListILMPoliciesResponseBody;
|
|
4210
4288
|
static names(): {
|
|
4211
4289
|
[key: string]: string;
|
|
4212
4290
|
};
|
|
@@ -4245,11 +4323,11 @@ export declare class ListIndexTemplatesResponseBody extends $tea.Model {
|
|
|
4245
4323
|
});
|
|
4246
4324
|
}
|
|
4247
4325
|
export declare class ListIndexTemplatesResponse extends $tea.Model {
|
|
4248
|
-
headers
|
|
4326
|
+
headers?: {
|
|
4249
4327
|
[key: string]: string;
|
|
4250
4328
|
};
|
|
4251
|
-
statusCode
|
|
4252
|
-
body
|
|
4329
|
+
statusCode?: number;
|
|
4330
|
+
body?: ListIndexTemplatesResponseBody;
|
|
4253
4331
|
static names(): {
|
|
4254
4332
|
[key: string]: string;
|
|
4255
4333
|
};
|
|
@@ -4297,11 +4375,11 @@ export declare class ListInstanceResponseBody extends $tea.Model {
|
|
|
4297
4375
|
});
|
|
4298
4376
|
}
|
|
4299
4377
|
export declare class ListInstanceResponse extends $tea.Model {
|
|
4300
|
-
headers
|
|
4378
|
+
headers?: {
|
|
4301
4379
|
[key: string]: string;
|
|
4302
4380
|
};
|
|
4303
|
-
statusCode
|
|
4304
|
-
body
|
|
4381
|
+
statusCode?: number;
|
|
4382
|
+
body?: ListInstanceResponseBody;
|
|
4305
4383
|
static names(): {
|
|
4306
4384
|
[key: string]: string;
|
|
4307
4385
|
};
|
|
@@ -4377,11 +4455,11 @@ export declare class ListInstanceHistoryEventsResponseBody extends $tea.Model {
|
|
|
4377
4455
|
});
|
|
4378
4456
|
}
|
|
4379
4457
|
export declare class ListInstanceHistoryEventsResponse extends $tea.Model {
|
|
4380
|
-
headers
|
|
4458
|
+
headers?: {
|
|
4381
4459
|
[key: string]: string;
|
|
4382
4460
|
};
|
|
4383
|
-
statusCode
|
|
4384
|
-
body
|
|
4461
|
+
statusCode?: number;
|
|
4462
|
+
body?: ListInstanceHistoryEventsResponseBody;
|
|
4385
4463
|
static names(): {
|
|
4386
4464
|
[key: string]: string;
|
|
4387
4465
|
};
|
|
@@ -4424,11 +4502,11 @@ export declare class ListInstanceIndicesResponseBody extends $tea.Model {
|
|
|
4424
4502
|
});
|
|
4425
4503
|
}
|
|
4426
4504
|
export declare class ListInstanceIndicesResponse extends $tea.Model {
|
|
4427
|
-
headers
|
|
4505
|
+
headers?: {
|
|
4428
4506
|
[key: string]: string;
|
|
4429
4507
|
};
|
|
4430
|
-
statusCode
|
|
4431
|
-
body
|
|
4508
|
+
statusCode?: number;
|
|
4509
|
+
body?: ListInstanceIndicesResponseBody;
|
|
4432
4510
|
static names(): {
|
|
4433
4511
|
[key: string]: string;
|
|
4434
4512
|
};
|
|
@@ -4467,11 +4545,40 @@ export declare class ListKibanaPluginsResponseBody extends $tea.Model {
|
|
|
4467
4545
|
});
|
|
4468
4546
|
}
|
|
4469
4547
|
export declare class ListKibanaPluginsResponse extends $tea.Model {
|
|
4470
|
-
headers
|
|
4548
|
+
headers?: {
|
|
4549
|
+
[key: string]: string;
|
|
4550
|
+
};
|
|
4551
|
+
statusCode?: number;
|
|
4552
|
+
body?: ListKibanaPluginsResponseBody;
|
|
4553
|
+
static names(): {
|
|
4554
|
+
[key: string]: string;
|
|
4555
|
+
};
|
|
4556
|
+
static types(): {
|
|
4557
|
+
[key: string]: any;
|
|
4558
|
+
};
|
|
4559
|
+
constructor(map?: {
|
|
4560
|
+
[key: string]: any;
|
|
4561
|
+
});
|
|
4562
|
+
}
|
|
4563
|
+
export declare class ListKibanaPvlNetworkResponseBody extends $tea.Model {
|
|
4564
|
+
requestId?: string;
|
|
4565
|
+
result?: ListKibanaPvlNetworkResponseBodyResult[];
|
|
4566
|
+
static names(): {
|
|
4567
|
+
[key: string]: string;
|
|
4568
|
+
};
|
|
4569
|
+
static types(): {
|
|
4570
|
+
[key: string]: any;
|
|
4571
|
+
};
|
|
4572
|
+
constructor(map?: {
|
|
4573
|
+
[key: string]: any;
|
|
4574
|
+
});
|
|
4575
|
+
}
|
|
4576
|
+
export declare class ListKibanaPvlNetworkResponse extends $tea.Model {
|
|
4577
|
+
headers?: {
|
|
4471
4578
|
[key: string]: string;
|
|
4472
4579
|
};
|
|
4473
|
-
statusCode
|
|
4474
|
-
body
|
|
4580
|
+
statusCode?: number;
|
|
4581
|
+
body?: ListKibanaPvlNetworkResponseBody;
|
|
4475
4582
|
static names(): {
|
|
4476
4583
|
[key: string]: string;
|
|
4477
4584
|
};
|
|
@@ -4515,11 +4622,11 @@ export declare class ListLogstashResponseBody extends $tea.Model {
|
|
|
4515
4622
|
});
|
|
4516
4623
|
}
|
|
4517
4624
|
export declare class ListLogstashResponse extends $tea.Model {
|
|
4518
|
-
headers
|
|
4625
|
+
headers?: {
|
|
4519
4626
|
[key: string]: string;
|
|
4520
4627
|
};
|
|
4521
|
-
statusCode
|
|
4522
|
-
body
|
|
4628
|
+
statusCode?: number;
|
|
4629
|
+
body?: ListLogstashResponseBody;
|
|
4523
4630
|
static names(): {
|
|
4524
4631
|
[key: string]: string;
|
|
4525
4632
|
};
|
|
@@ -4561,11 +4668,11 @@ export declare class ListLogstashLogResponseBody extends $tea.Model {
|
|
|
4561
4668
|
});
|
|
4562
4669
|
}
|
|
4563
4670
|
export declare class ListLogstashLogResponse extends $tea.Model {
|
|
4564
|
-
headers
|
|
4671
|
+
headers?: {
|
|
4565
4672
|
[key: string]: string;
|
|
4566
4673
|
};
|
|
4567
|
-
statusCode
|
|
4568
|
-
body
|
|
4674
|
+
statusCode?: number;
|
|
4675
|
+
body?: ListLogstashLogResponseBody;
|
|
4569
4676
|
static names(): {
|
|
4570
4677
|
[key: string]: string;
|
|
4571
4678
|
};
|
|
@@ -4605,11 +4712,11 @@ export declare class ListLogstashPluginsResponseBody extends $tea.Model {
|
|
|
4605
4712
|
});
|
|
4606
4713
|
}
|
|
4607
4714
|
export declare class ListLogstashPluginsResponse extends $tea.Model {
|
|
4608
|
-
headers
|
|
4715
|
+
headers?: {
|
|
4609
4716
|
[key: string]: string;
|
|
4610
4717
|
};
|
|
4611
|
-
statusCode
|
|
4612
|
-
body
|
|
4718
|
+
statusCode?: number;
|
|
4719
|
+
body?: ListLogstashPluginsResponseBody;
|
|
4613
4720
|
static names(): {
|
|
4614
4721
|
[key: string]: string;
|
|
4615
4722
|
};
|
|
@@ -4651,11 +4758,11 @@ export declare class ListNodesResponseBody extends $tea.Model {
|
|
|
4651
4758
|
});
|
|
4652
4759
|
}
|
|
4653
4760
|
export declare class ListNodesResponse extends $tea.Model {
|
|
4654
|
-
headers
|
|
4761
|
+
headers?: {
|
|
4655
4762
|
[key: string]: string;
|
|
4656
4763
|
};
|
|
4657
|
-
statusCode
|
|
4658
|
-
body
|
|
4764
|
+
statusCode?: number;
|
|
4765
|
+
body?: ListNodesResponseBody;
|
|
4659
4766
|
static names(): {
|
|
4660
4767
|
[key: string]: string;
|
|
4661
4768
|
};
|
|
@@ -4695,11 +4802,11 @@ export declare class ListPipelineResponseBody extends $tea.Model {
|
|
|
4695
4802
|
});
|
|
4696
4803
|
}
|
|
4697
4804
|
export declare class ListPipelineResponse extends $tea.Model {
|
|
4698
|
-
headers
|
|
4805
|
+
headers?: {
|
|
4699
4806
|
[key: string]: string;
|
|
4700
4807
|
};
|
|
4701
|
-
statusCode
|
|
4702
|
-
body
|
|
4808
|
+
statusCode?: number;
|
|
4809
|
+
body?: ListPipelineResponseBody;
|
|
4703
4810
|
static names(): {
|
|
4704
4811
|
[key: string]: string;
|
|
4705
4812
|
};
|
|
@@ -4736,11 +4843,11 @@ export declare class ListPipelineIdsResponseBody extends $tea.Model {
|
|
|
4736
4843
|
});
|
|
4737
4844
|
}
|
|
4738
4845
|
export declare class ListPipelineIdsResponse extends $tea.Model {
|
|
4739
|
-
headers
|
|
4846
|
+
headers?: {
|
|
4740
4847
|
[key: string]: string;
|
|
4741
4848
|
};
|
|
4742
|
-
statusCode
|
|
4743
|
-
body
|
|
4849
|
+
statusCode?: number;
|
|
4850
|
+
body?: ListPipelineIdsResponseBody;
|
|
4744
4851
|
static names(): {
|
|
4745
4852
|
[key: string]: string;
|
|
4746
4853
|
};
|
|
@@ -4781,11 +4888,11 @@ export declare class ListPluginsResponseBody extends $tea.Model {
|
|
|
4781
4888
|
});
|
|
4782
4889
|
}
|
|
4783
4890
|
export declare class ListPluginsResponse extends $tea.Model {
|
|
4784
|
-
headers
|
|
4891
|
+
headers?: {
|
|
4785
4892
|
[key: string]: string;
|
|
4786
4893
|
};
|
|
4787
|
-
statusCode
|
|
4788
|
-
body
|
|
4894
|
+
statusCode?: number;
|
|
4895
|
+
body?: ListPluginsResponseBody;
|
|
4789
4896
|
static names(): {
|
|
4790
4897
|
[key: string]: string;
|
|
4791
4898
|
};
|
|
@@ -4828,11 +4935,11 @@ export declare class ListSearchLogResponseBody extends $tea.Model {
|
|
|
4828
4935
|
});
|
|
4829
4936
|
}
|
|
4830
4937
|
export declare class ListSearchLogResponse extends $tea.Model {
|
|
4831
|
-
headers
|
|
4938
|
+
headers?: {
|
|
4832
4939
|
[key: string]: string;
|
|
4833
4940
|
};
|
|
4834
|
-
statusCode
|
|
4835
|
-
body
|
|
4941
|
+
statusCode?: number;
|
|
4942
|
+
body?: ListSearchLogResponseBody;
|
|
4836
4943
|
static names(): {
|
|
4837
4944
|
[key: string]: string;
|
|
4838
4945
|
};
|
|
@@ -4869,11 +4976,11 @@ export declare class ListShardRecoveriesResponseBody extends $tea.Model {
|
|
|
4869
4976
|
});
|
|
4870
4977
|
}
|
|
4871
4978
|
export declare class ListShardRecoveriesResponse extends $tea.Model {
|
|
4872
|
-
headers
|
|
4979
|
+
headers?: {
|
|
4873
4980
|
[key: string]: string;
|
|
4874
4981
|
};
|
|
4875
|
-
statusCode
|
|
4876
|
-
body
|
|
4982
|
+
statusCode?: number;
|
|
4983
|
+
body?: ListShardRecoveriesResponseBody;
|
|
4877
4984
|
static names(): {
|
|
4878
4985
|
[key: string]: string;
|
|
4879
4986
|
};
|
|
@@ -4898,11 +5005,11 @@ export declare class ListSnapshotReposByInstanceIdResponseBody extends $tea.Mode
|
|
|
4898
5005
|
});
|
|
4899
5006
|
}
|
|
4900
5007
|
export declare class ListSnapshotReposByInstanceIdResponse extends $tea.Model {
|
|
4901
|
-
headers
|
|
5008
|
+
headers?: {
|
|
4902
5009
|
[key: string]: string;
|
|
4903
5010
|
};
|
|
4904
|
-
statusCode
|
|
4905
|
-
body
|
|
5011
|
+
statusCode?: number;
|
|
5012
|
+
body?: ListSnapshotReposByInstanceIdResponseBody;
|
|
4906
5013
|
static names(): {
|
|
4907
5014
|
[key: string]: string;
|
|
4908
5015
|
};
|
|
@@ -4946,11 +5053,11 @@ export declare class ListTagResourcesResponseBody extends $tea.Model {
|
|
|
4946
5053
|
});
|
|
4947
5054
|
}
|
|
4948
5055
|
export declare class ListTagResourcesResponse extends $tea.Model {
|
|
4949
|
-
headers
|
|
5056
|
+
headers?: {
|
|
4950
5057
|
[key: string]: string;
|
|
4951
5058
|
};
|
|
4952
|
-
statusCode
|
|
4953
|
-
body
|
|
5059
|
+
statusCode?: number;
|
|
5060
|
+
body?: ListTagResourcesResponseBody;
|
|
4954
5061
|
static names(): {
|
|
4955
5062
|
[key: string]: string;
|
|
4956
5063
|
};
|
|
@@ -4988,11 +5095,11 @@ export declare class ListTagsResponseBody extends $tea.Model {
|
|
|
4988
5095
|
});
|
|
4989
5096
|
}
|
|
4990
5097
|
export declare class ListTagsResponse extends $tea.Model {
|
|
4991
|
-
headers
|
|
5098
|
+
headers?: {
|
|
4992
5099
|
[key: string]: string;
|
|
4993
5100
|
};
|
|
4994
|
-
statusCode
|
|
4995
|
-
body
|
|
5101
|
+
statusCode?: number;
|
|
5102
|
+
body?: ListTagsResponseBody;
|
|
4996
5103
|
static names(): {
|
|
4997
5104
|
[key: string]: string;
|
|
4998
5105
|
};
|
|
@@ -5030,11 +5137,11 @@ export declare class ListVpcEndpointsResponseBody extends $tea.Model {
|
|
|
5030
5137
|
});
|
|
5031
5138
|
}
|
|
5032
5139
|
export declare class ListVpcEndpointsResponse extends $tea.Model {
|
|
5033
|
-
headers
|
|
5140
|
+
headers?: {
|
|
5034
5141
|
[key: string]: string;
|
|
5035
5142
|
};
|
|
5036
|
-
statusCode
|
|
5037
|
-
body
|
|
5143
|
+
statusCode?: number;
|
|
5144
|
+
body?: ListVpcEndpointsResponseBody;
|
|
5038
5145
|
static names(): {
|
|
5039
5146
|
[key: string]: string;
|
|
5040
5147
|
};
|
|
@@ -5072,11 +5179,11 @@ export declare class MigrateToOtherZoneResponseBody extends $tea.Model {
|
|
|
5072
5179
|
});
|
|
5073
5180
|
}
|
|
5074
5181
|
export declare class MigrateToOtherZoneResponse extends $tea.Model {
|
|
5075
|
-
headers
|
|
5182
|
+
headers?: {
|
|
5076
5183
|
[key: string]: string;
|
|
5077
5184
|
};
|
|
5078
|
-
statusCode
|
|
5079
|
-
body
|
|
5185
|
+
statusCode?: number;
|
|
5186
|
+
body?: MigrateToOtherZoneResponseBody;
|
|
5080
5187
|
static names(): {
|
|
5081
5188
|
[key: string]: string;
|
|
5082
5189
|
};
|
|
@@ -5114,11 +5221,11 @@ export declare class ModifyDeployMachineResponseBody extends $tea.Model {
|
|
|
5114
5221
|
});
|
|
5115
5222
|
}
|
|
5116
5223
|
export declare class ModifyDeployMachineResponse extends $tea.Model {
|
|
5117
|
-
headers
|
|
5224
|
+
headers?: {
|
|
5118
5225
|
[key: string]: string;
|
|
5119
5226
|
};
|
|
5120
|
-
statusCode
|
|
5121
|
-
body
|
|
5227
|
+
statusCode?: number;
|
|
5228
|
+
body?: ModifyDeployMachineResponseBody;
|
|
5122
5229
|
static names(): {
|
|
5123
5230
|
[key: string]: string;
|
|
5124
5231
|
};
|
|
@@ -5155,11 +5262,11 @@ export declare class ModifyElastictaskResponseBody extends $tea.Model {
|
|
|
5155
5262
|
});
|
|
5156
5263
|
}
|
|
5157
5264
|
export declare class ModifyElastictaskResponse extends $tea.Model {
|
|
5158
|
-
headers
|
|
5265
|
+
headers?: {
|
|
5159
5266
|
[key: string]: string;
|
|
5160
5267
|
};
|
|
5161
|
-
statusCode
|
|
5162
|
-
body
|
|
5268
|
+
statusCode?: number;
|
|
5269
|
+
body?: ModifyElastictaskResponseBody;
|
|
5163
5270
|
static names(): {
|
|
5164
5271
|
[key: string]: string;
|
|
5165
5272
|
};
|
|
@@ -5197,11 +5304,11 @@ export declare class ModifyInstanceMaintainTimeResponseBody extends $tea.Model {
|
|
|
5197
5304
|
});
|
|
5198
5305
|
}
|
|
5199
5306
|
export declare class ModifyInstanceMaintainTimeResponse extends $tea.Model {
|
|
5200
|
-
headers
|
|
5307
|
+
headers?: {
|
|
5201
5308
|
[key: string]: string;
|
|
5202
5309
|
};
|
|
5203
|
-
statusCode
|
|
5204
|
-
body
|
|
5310
|
+
statusCode?: number;
|
|
5311
|
+
body?: ModifyInstanceMaintainTimeResponseBody;
|
|
5205
5312
|
static names(): {
|
|
5206
5313
|
[key: string]: string;
|
|
5207
5314
|
};
|
|
@@ -5243,11 +5350,11 @@ export declare class ModifyWhiteIpsResponseBody extends $tea.Model {
|
|
|
5243
5350
|
});
|
|
5244
5351
|
}
|
|
5245
5352
|
export declare class ModifyWhiteIpsResponse extends $tea.Model {
|
|
5246
|
-
headers
|
|
5353
|
+
headers?: {
|
|
5247
5354
|
[key: string]: string;
|
|
5248
5355
|
};
|
|
5249
|
-
statusCode
|
|
5250
|
-
body
|
|
5356
|
+
statusCode?: number;
|
|
5357
|
+
body?: ModifyWhiteIpsResponseBody;
|
|
5251
5358
|
static names(): {
|
|
5252
5359
|
[key: string]: string;
|
|
5253
5360
|
};
|
|
@@ -5285,11 +5392,11 @@ export declare class MoveResourceGroupResponseBody extends $tea.Model {
|
|
|
5285
5392
|
});
|
|
5286
5393
|
}
|
|
5287
5394
|
export declare class MoveResourceGroupResponse extends $tea.Model {
|
|
5288
|
-
headers
|
|
5395
|
+
headers?: {
|
|
5289
5396
|
[key: string]: string;
|
|
5290
5397
|
};
|
|
5291
|
-
statusCode
|
|
5292
|
-
body
|
|
5398
|
+
statusCode?: number;
|
|
5399
|
+
body?: MoveResourceGroupResponseBody;
|
|
5293
5400
|
static names(): {
|
|
5294
5401
|
[key: string]: string;
|
|
5295
5402
|
};
|
|
@@ -5327,11 +5434,11 @@ export declare class OpenDiagnosisResponseBody extends $tea.Model {
|
|
|
5327
5434
|
});
|
|
5328
5435
|
}
|
|
5329
5436
|
export declare class OpenDiagnosisResponse extends $tea.Model {
|
|
5330
|
-
headers
|
|
5437
|
+
headers?: {
|
|
5331
5438
|
[key: string]: string;
|
|
5332
5439
|
};
|
|
5333
|
-
statusCode
|
|
5334
|
-
body
|
|
5440
|
+
statusCode?: number;
|
|
5441
|
+
body?: OpenDiagnosisResponseBody;
|
|
5335
5442
|
static names(): {
|
|
5336
5443
|
[key: string]: string;
|
|
5337
5444
|
};
|
|
@@ -5368,11 +5475,11 @@ export declare class OpenHttpsResponseBody extends $tea.Model {
|
|
|
5368
5475
|
});
|
|
5369
5476
|
}
|
|
5370
5477
|
export declare class OpenHttpsResponse extends $tea.Model {
|
|
5371
|
-
headers
|
|
5478
|
+
headers?: {
|
|
5372
5479
|
[key: string]: string;
|
|
5373
5480
|
};
|
|
5374
|
-
statusCode
|
|
5375
|
-
body
|
|
5481
|
+
statusCode?: number;
|
|
5482
|
+
body?: OpenHttpsResponseBody;
|
|
5376
5483
|
static names(): {
|
|
5377
5484
|
[key: string]: string;
|
|
5378
5485
|
};
|
|
@@ -5411,11 +5518,11 @@ export declare class PostEmonTryAlarmRuleResponseBody extends $tea.Model {
|
|
|
5411
5518
|
});
|
|
5412
5519
|
}
|
|
5413
5520
|
export declare class PostEmonTryAlarmRuleResponse extends $tea.Model {
|
|
5414
|
-
headers
|
|
5521
|
+
headers?: {
|
|
5415
5522
|
[key: string]: string;
|
|
5416
5523
|
};
|
|
5417
|
-
statusCode
|
|
5418
|
-
body
|
|
5524
|
+
statusCode?: number;
|
|
5525
|
+
body?: PostEmonTryAlarmRuleResponseBody;
|
|
5419
5526
|
static names(): {
|
|
5420
5527
|
[key: string]: string;
|
|
5421
5528
|
};
|
|
@@ -5452,11 +5559,11 @@ export declare class RecommendTemplatesResponseBody extends $tea.Model {
|
|
|
5452
5559
|
});
|
|
5453
5560
|
}
|
|
5454
5561
|
export declare class RecommendTemplatesResponse extends $tea.Model {
|
|
5455
|
-
headers
|
|
5562
|
+
headers?: {
|
|
5456
5563
|
[key: string]: string;
|
|
5457
5564
|
};
|
|
5458
|
-
statusCode
|
|
5459
|
-
body
|
|
5565
|
+
statusCode?: number;
|
|
5566
|
+
body?: RecommendTemplatesResponseBody;
|
|
5460
5567
|
static names(): {
|
|
5461
5568
|
[key: string]: string;
|
|
5462
5569
|
};
|
|
@@ -5494,11 +5601,11 @@ export declare class ReinstallCollectorResponseBody extends $tea.Model {
|
|
|
5494
5601
|
});
|
|
5495
5602
|
}
|
|
5496
5603
|
export declare class ReinstallCollectorResponse extends $tea.Model {
|
|
5497
|
-
headers
|
|
5604
|
+
headers?: {
|
|
5498
5605
|
[key: string]: string;
|
|
5499
5606
|
};
|
|
5500
|
-
statusCode
|
|
5501
|
-
body
|
|
5607
|
+
statusCode?: number;
|
|
5608
|
+
body?: ReinstallCollectorResponseBody;
|
|
5502
5609
|
static names(): {
|
|
5503
5610
|
[key: string]: string;
|
|
5504
5611
|
};
|
|
@@ -5523,11 +5630,11 @@ export declare class RemoveApmResponseBody extends $tea.Model {
|
|
|
5523
5630
|
});
|
|
5524
5631
|
}
|
|
5525
5632
|
export declare class RemoveApmResponse extends $tea.Model {
|
|
5526
|
-
headers
|
|
5633
|
+
headers?: {
|
|
5527
5634
|
[key: string]: string;
|
|
5528
5635
|
};
|
|
5529
|
-
statusCode
|
|
5530
|
-
body
|
|
5636
|
+
statusCode?: number;
|
|
5637
|
+
body?: RemoveApmResponseBody;
|
|
5531
5638
|
static names(): {
|
|
5532
5639
|
[key: string]: string;
|
|
5533
5640
|
};
|
|
@@ -5565,11 +5672,11 @@ export declare class RenewInstanceResponseBody extends $tea.Model {
|
|
|
5565
5672
|
});
|
|
5566
5673
|
}
|
|
5567
5674
|
export declare class RenewInstanceResponse extends $tea.Model {
|
|
5568
|
-
headers
|
|
5675
|
+
headers?: {
|
|
5569
5676
|
[key: string]: string;
|
|
5570
5677
|
};
|
|
5571
|
-
statusCode
|
|
5572
|
-
body
|
|
5678
|
+
statusCode?: number;
|
|
5679
|
+
body?: RenewInstanceResponseBody;
|
|
5573
5680
|
static names(): {
|
|
5574
5681
|
[key: string]: string;
|
|
5575
5682
|
};
|
|
@@ -5607,11 +5714,11 @@ export declare class RenewLogstashResponseBody extends $tea.Model {
|
|
|
5607
5714
|
});
|
|
5608
5715
|
}
|
|
5609
5716
|
export declare class RenewLogstashResponse extends $tea.Model {
|
|
5610
|
-
headers
|
|
5717
|
+
headers?: {
|
|
5611
5718
|
[key: string]: string;
|
|
5612
5719
|
};
|
|
5613
|
-
statusCode
|
|
5614
|
-
body
|
|
5720
|
+
statusCode?: number;
|
|
5721
|
+
body?: RenewLogstashResponseBody;
|
|
5615
5722
|
static names(): {
|
|
5616
5723
|
[key: string]: string;
|
|
5617
5724
|
};
|
|
@@ -5648,11 +5755,11 @@ export declare class RestartCollectorResponseBody extends $tea.Model {
|
|
|
5648
5755
|
});
|
|
5649
5756
|
}
|
|
5650
5757
|
export declare class RestartCollectorResponse extends $tea.Model {
|
|
5651
|
-
headers
|
|
5758
|
+
headers?: {
|
|
5652
5759
|
[key: string]: string;
|
|
5653
5760
|
};
|
|
5654
|
-
statusCode
|
|
5655
|
-
body
|
|
5761
|
+
statusCode?: number;
|
|
5762
|
+
body?: RestartCollectorResponseBody;
|
|
5656
5763
|
static names(): {
|
|
5657
5764
|
[key: string]: string;
|
|
5658
5765
|
};
|
|
@@ -5691,11 +5798,11 @@ export declare class RestartInstanceResponseBody extends $tea.Model {
|
|
|
5691
5798
|
});
|
|
5692
5799
|
}
|
|
5693
5800
|
export declare class RestartInstanceResponse extends $tea.Model {
|
|
5694
|
-
headers
|
|
5801
|
+
headers?: {
|
|
5695
5802
|
[key: string]: string;
|
|
5696
5803
|
};
|
|
5697
|
-
statusCode
|
|
5698
|
-
body
|
|
5804
|
+
statusCode?: number;
|
|
5805
|
+
body?: RestartInstanceResponseBody;
|
|
5699
5806
|
static names(): {
|
|
5700
5807
|
[key: string]: string;
|
|
5701
5808
|
};
|
|
@@ -5738,11 +5845,11 @@ export declare class RestartLogstashResponseBody extends $tea.Model {
|
|
|
5738
5845
|
});
|
|
5739
5846
|
}
|
|
5740
5847
|
export declare class RestartLogstashResponse extends $tea.Model {
|
|
5741
|
-
headers
|
|
5848
|
+
headers?: {
|
|
5742
5849
|
[key: string]: string;
|
|
5743
5850
|
};
|
|
5744
|
-
statusCode
|
|
5745
|
-
body
|
|
5851
|
+
statusCode?: number;
|
|
5852
|
+
body?: RestartLogstashResponseBody;
|
|
5746
5853
|
static names(): {
|
|
5747
5854
|
[key: string]: string;
|
|
5748
5855
|
};
|
|
@@ -5779,11 +5886,11 @@ export declare class ResumeElasticsearchTaskResponseBody extends $tea.Model {
|
|
|
5779
5886
|
});
|
|
5780
5887
|
}
|
|
5781
5888
|
export declare class ResumeElasticsearchTaskResponse extends $tea.Model {
|
|
5782
|
-
headers
|
|
5889
|
+
headers?: {
|
|
5783
5890
|
[key: string]: string;
|
|
5784
5891
|
};
|
|
5785
|
-
statusCode
|
|
5786
|
-
body
|
|
5892
|
+
statusCode?: number;
|
|
5893
|
+
body?: ResumeElasticsearchTaskResponseBody;
|
|
5787
5894
|
static names(): {
|
|
5788
5895
|
[key: string]: string;
|
|
5789
5896
|
};
|
|
@@ -5822,11 +5929,11 @@ export declare class ResumeLogstashTaskResponseBody extends $tea.Model {
|
|
|
5822
5929
|
});
|
|
5823
5930
|
}
|
|
5824
5931
|
export declare class ResumeLogstashTaskResponse extends $tea.Model {
|
|
5825
|
-
headers
|
|
5932
|
+
headers?: {
|
|
5826
5933
|
[key: string]: string;
|
|
5827
5934
|
};
|
|
5828
|
-
statusCode
|
|
5829
|
-
body
|
|
5935
|
+
statusCode?: number;
|
|
5936
|
+
body?: ResumeLogstashTaskResponseBody;
|
|
5830
5937
|
static names(): {
|
|
5831
5938
|
[key: string]: string;
|
|
5832
5939
|
};
|
|
@@ -5863,11 +5970,11 @@ export declare class RolloverDataStreamResponseBody extends $tea.Model {
|
|
|
5863
5970
|
});
|
|
5864
5971
|
}
|
|
5865
5972
|
export declare class RolloverDataStreamResponse extends $tea.Model {
|
|
5866
|
-
headers
|
|
5973
|
+
headers?: {
|
|
5867
5974
|
[key: string]: string;
|
|
5868
5975
|
};
|
|
5869
|
-
statusCode
|
|
5870
|
-
body
|
|
5976
|
+
statusCode?: number;
|
|
5977
|
+
body?: RolloverDataStreamResponseBody;
|
|
5871
5978
|
static names(): {
|
|
5872
5979
|
[key: string]: string;
|
|
5873
5980
|
};
|
|
@@ -5905,11 +6012,11 @@ export declare class RunPipelinesResponseBody extends $tea.Model {
|
|
|
5905
6012
|
});
|
|
5906
6013
|
}
|
|
5907
6014
|
export declare class RunPipelinesResponse extends $tea.Model {
|
|
5908
|
-
headers
|
|
6015
|
+
headers?: {
|
|
5909
6016
|
[key: string]: string;
|
|
5910
6017
|
};
|
|
5911
|
-
statusCode
|
|
5912
|
-
body
|
|
6018
|
+
statusCode?: number;
|
|
6019
|
+
body?: RunPipelinesResponseBody;
|
|
5913
6020
|
static names(): {
|
|
5914
6021
|
[key: string]: string;
|
|
5915
6022
|
};
|
|
@@ -5950,11 +6057,11 @@ export declare class ShrinkNodeResponseBody extends $tea.Model {
|
|
|
5950
6057
|
});
|
|
5951
6058
|
}
|
|
5952
6059
|
export declare class ShrinkNodeResponse extends $tea.Model {
|
|
5953
|
-
headers
|
|
6060
|
+
headers?: {
|
|
5954
6061
|
[key: string]: string;
|
|
5955
6062
|
};
|
|
5956
|
-
statusCode
|
|
5957
|
-
body
|
|
6063
|
+
statusCode?: number;
|
|
6064
|
+
body?: ShrinkNodeResponseBody;
|
|
5958
6065
|
static names(): {
|
|
5959
6066
|
[key: string]: string;
|
|
5960
6067
|
};
|
|
@@ -5979,11 +6086,11 @@ export declare class StartApmResponseBody extends $tea.Model {
|
|
|
5979
6086
|
});
|
|
5980
6087
|
}
|
|
5981
6088
|
export declare class StartApmResponse extends $tea.Model {
|
|
5982
|
-
headers
|
|
6089
|
+
headers?: {
|
|
5983
6090
|
[key: string]: string;
|
|
5984
6091
|
};
|
|
5985
|
-
statusCode
|
|
5986
|
-
body
|
|
6092
|
+
statusCode?: number;
|
|
6093
|
+
body?: StartApmResponseBody;
|
|
5987
6094
|
static names(): {
|
|
5988
6095
|
[key: string]: string;
|
|
5989
6096
|
};
|
|
@@ -6020,11 +6127,11 @@ export declare class StartCollectorResponseBody extends $tea.Model {
|
|
|
6020
6127
|
});
|
|
6021
6128
|
}
|
|
6022
6129
|
export declare class StartCollectorResponse extends $tea.Model {
|
|
6023
|
-
headers
|
|
6130
|
+
headers?: {
|
|
6024
6131
|
[key: string]: string;
|
|
6025
6132
|
};
|
|
6026
|
-
statusCode
|
|
6027
|
-
body
|
|
6133
|
+
statusCode?: number;
|
|
6134
|
+
body?: StartCollectorResponseBody;
|
|
6028
6135
|
static names(): {
|
|
6029
6136
|
[key: string]: string;
|
|
6030
6137
|
};
|
|
@@ -6049,11 +6156,11 @@ export declare class StopApmResponseBody extends $tea.Model {
|
|
|
6049
6156
|
});
|
|
6050
6157
|
}
|
|
6051
6158
|
export declare class StopApmResponse extends $tea.Model {
|
|
6052
|
-
headers
|
|
6159
|
+
headers?: {
|
|
6053
6160
|
[key: string]: string;
|
|
6054
6161
|
};
|
|
6055
|
-
statusCode
|
|
6056
|
-
body
|
|
6162
|
+
statusCode?: number;
|
|
6163
|
+
body?: StopApmResponseBody;
|
|
6057
6164
|
static names(): {
|
|
6058
6165
|
[key: string]: string;
|
|
6059
6166
|
};
|
|
@@ -6090,11 +6197,11 @@ export declare class StopCollectorResponseBody extends $tea.Model {
|
|
|
6090
6197
|
});
|
|
6091
6198
|
}
|
|
6092
6199
|
export declare class StopCollectorResponse extends $tea.Model {
|
|
6093
|
-
headers
|
|
6200
|
+
headers?: {
|
|
6094
6201
|
[key: string]: string;
|
|
6095
6202
|
};
|
|
6096
|
-
statusCode
|
|
6097
|
-
body
|
|
6203
|
+
statusCode?: number;
|
|
6204
|
+
body?: StopCollectorResponseBody;
|
|
6098
6205
|
static names(): {
|
|
6099
6206
|
[key: string]: string;
|
|
6100
6207
|
};
|
|
@@ -6132,11 +6239,11 @@ export declare class StopPipelinesResponseBody extends $tea.Model {
|
|
|
6132
6239
|
});
|
|
6133
6240
|
}
|
|
6134
6241
|
export declare class StopPipelinesResponse extends $tea.Model {
|
|
6135
|
-
headers
|
|
6242
|
+
headers?: {
|
|
6136
6243
|
[key: string]: string;
|
|
6137
6244
|
};
|
|
6138
|
-
statusCode
|
|
6139
|
-
body
|
|
6245
|
+
statusCode?: number;
|
|
6246
|
+
body?: StopPipelinesResponseBody;
|
|
6140
6247
|
static names(): {
|
|
6141
6248
|
[key: string]: string;
|
|
6142
6249
|
};
|
|
@@ -6175,11 +6282,11 @@ export declare class TagResourcesResponseBody extends $tea.Model {
|
|
|
6175
6282
|
});
|
|
6176
6283
|
}
|
|
6177
6284
|
export declare class TagResourcesResponse extends $tea.Model {
|
|
6178
|
-
headers
|
|
6285
|
+
headers?: {
|
|
6179
6286
|
[key: string]: string;
|
|
6180
6287
|
};
|
|
6181
|
-
statusCode
|
|
6182
|
-
body
|
|
6288
|
+
statusCode?: number;
|
|
6289
|
+
body?: TagResourcesResponseBody;
|
|
6183
6290
|
static names(): {
|
|
6184
6291
|
[key: string]: string;
|
|
6185
6292
|
};
|
|
@@ -6218,11 +6325,11 @@ export declare class TransferNodeResponseBody extends $tea.Model {
|
|
|
6218
6325
|
});
|
|
6219
6326
|
}
|
|
6220
6327
|
export declare class TransferNodeResponse extends $tea.Model {
|
|
6221
|
-
headers
|
|
6328
|
+
headers?: {
|
|
6222
6329
|
[key: string]: string;
|
|
6223
6330
|
};
|
|
6224
|
-
statusCode
|
|
6225
|
-
body
|
|
6331
|
+
statusCode?: number;
|
|
6332
|
+
body?: TransferNodeResponseBody;
|
|
6226
6333
|
static names(): {
|
|
6227
6334
|
[key: string]: string;
|
|
6228
6335
|
};
|
|
@@ -6262,11 +6369,11 @@ export declare class TriggerNetworkResponseBody extends $tea.Model {
|
|
|
6262
6369
|
});
|
|
6263
6370
|
}
|
|
6264
6371
|
export declare class TriggerNetworkResponse extends $tea.Model {
|
|
6265
|
-
headers
|
|
6372
|
+
headers?: {
|
|
6266
6373
|
[key: string]: string;
|
|
6267
6374
|
};
|
|
6268
|
-
statusCode
|
|
6269
|
-
body
|
|
6375
|
+
statusCode?: number;
|
|
6376
|
+
body?: TriggerNetworkResponseBody;
|
|
6270
6377
|
static names(): {
|
|
6271
6378
|
[key: string]: string;
|
|
6272
6379
|
};
|
|
@@ -6304,11 +6411,11 @@ export declare class UninstallKibanaPluginResponseBody extends $tea.Model {
|
|
|
6304
6411
|
});
|
|
6305
6412
|
}
|
|
6306
6413
|
export declare class UninstallKibanaPluginResponse extends $tea.Model {
|
|
6307
|
-
headers
|
|
6414
|
+
headers?: {
|
|
6308
6415
|
[key: string]: string;
|
|
6309
6416
|
};
|
|
6310
|
-
statusCode
|
|
6311
|
-
body
|
|
6417
|
+
statusCode?: number;
|
|
6418
|
+
body?: UninstallKibanaPluginResponseBody;
|
|
6312
6419
|
static names(): {
|
|
6313
6420
|
[key: string]: string;
|
|
6314
6421
|
};
|
|
@@ -6349,11 +6456,11 @@ export declare class UninstallLogstashPluginResponseBody extends $tea.Model {
|
|
|
6349
6456
|
});
|
|
6350
6457
|
}
|
|
6351
6458
|
export declare class UninstallLogstashPluginResponse extends $tea.Model {
|
|
6352
|
-
headers
|
|
6459
|
+
headers?: {
|
|
6353
6460
|
[key: string]: string;
|
|
6354
6461
|
};
|
|
6355
|
-
statusCode
|
|
6356
|
-
body
|
|
6462
|
+
statusCode?: number;
|
|
6463
|
+
body?: UninstallLogstashPluginResponseBody;
|
|
6357
6464
|
static names(): {
|
|
6358
6465
|
[key: string]: string;
|
|
6359
6466
|
};
|
|
@@ -6392,11 +6499,11 @@ export declare class UninstallPluginResponseBody extends $tea.Model {
|
|
|
6392
6499
|
});
|
|
6393
6500
|
}
|
|
6394
6501
|
export declare class UninstallPluginResponse extends $tea.Model {
|
|
6395
|
-
headers
|
|
6502
|
+
headers?: {
|
|
6396
6503
|
[key: string]: string;
|
|
6397
6504
|
};
|
|
6398
|
-
statusCode
|
|
6399
|
-
body
|
|
6505
|
+
statusCode?: number;
|
|
6506
|
+
body?: UninstallPluginResponseBody;
|
|
6400
6507
|
static names(): {
|
|
6401
6508
|
[key: string]: string;
|
|
6402
6509
|
};
|
|
@@ -6437,11 +6544,11 @@ export declare class UntagResourcesResponseBody extends $tea.Model {
|
|
|
6437
6544
|
});
|
|
6438
6545
|
}
|
|
6439
6546
|
export declare class UntagResourcesResponse extends $tea.Model {
|
|
6440
|
-
headers
|
|
6547
|
+
headers?: {
|
|
6441
6548
|
[key: string]: string;
|
|
6442
6549
|
};
|
|
6443
|
-
statusCode
|
|
6444
|
-
body
|
|
6550
|
+
statusCode?: number;
|
|
6551
|
+
body?: UntagResourcesResponseBody;
|
|
6445
6552
|
static names(): {
|
|
6446
6553
|
[key: string]: string;
|
|
6447
6554
|
};
|
|
@@ -6479,11 +6586,11 @@ export declare class UpdateAdminPasswordResponseBody extends $tea.Model {
|
|
|
6479
6586
|
});
|
|
6480
6587
|
}
|
|
6481
6588
|
export declare class UpdateAdminPasswordResponse extends $tea.Model {
|
|
6482
|
-
headers
|
|
6589
|
+
headers?: {
|
|
6483
6590
|
[key: string]: string;
|
|
6484
6591
|
};
|
|
6485
|
-
statusCode
|
|
6486
|
-
body
|
|
6592
|
+
statusCode?: number;
|
|
6593
|
+
body?: UpdateAdminPasswordResponseBody;
|
|
6487
6594
|
static names(): {
|
|
6488
6595
|
[key: string]: string;
|
|
6489
6596
|
};
|
|
@@ -6521,11 +6628,11 @@ export declare class UpdateAdvancedSettingResponseBody extends $tea.Model {
|
|
|
6521
6628
|
});
|
|
6522
6629
|
}
|
|
6523
6630
|
export declare class UpdateAdvancedSettingResponse extends $tea.Model {
|
|
6524
|
-
headers
|
|
6631
|
+
headers?: {
|
|
6525
6632
|
[key: string]: string;
|
|
6526
6633
|
};
|
|
6527
|
-
statusCode
|
|
6528
|
-
body
|
|
6634
|
+
statusCode?: number;
|
|
6635
|
+
body?: UpdateAdvancedSettingResponseBody;
|
|
6529
6636
|
static names(): {
|
|
6530
6637
|
[key: string]: string;
|
|
6531
6638
|
};
|
|
@@ -6563,11 +6670,11 @@ export declare class UpdateAliwsDictResponseBody extends $tea.Model {
|
|
|
6563
6670
|
});
|
|
6564
6671
|
}
|
|
6565
6672
|
export declare class UpdateAliwsDictResponse extends $tea.Model {
|
|
6566
|
-
headers
|
|
6673
|
+
headers?: {
|
|
6567
6674
|
[key: string]: string;
|
|
6568
6675
|
};
|
|
6569
|
-
statusCode
|
|
6570
|
-
body
|
|
6676
|
+
statusCode?: number;
|
|
6677
|
+
body?: UpdateAliwsDictResponseBody;
|
|
6571
6678
|
static names(): {
|
|
6572
6679
|
[key: string]: string;
|
|
6573
6680
|
};
|
|
@@ -6608,11 +6715,11 @@ export declare class UpdateApmResponseBody extends $tea.Model {
|
|
|
6608
6715
|
});
|
|
6609
6716
|
}
|
|
6610
6717
|
export declare class UpdateApmResponse extends $tea.Model {
|
|
6611
|
-
headers
|
|
6718
|
+
headers?: {
|
|
6612
6719
|
[key: string]: string;
|
|
6613
6720
|
};
|
|
6614
|
-
statusCode
|
|
6615
|
-
body
|
|
6721
|
+
statusCode?: number;
|
|
6722
|
+
body?: UpdateApmResponseBody;
|
|
6616
6723
|
static names(): {
|
|
6617
6724
|
[key: string]: string;
|
|
6618
6725
|
};
|
|
@@ -6649,11 +6756,11 @@ export declare class UpdateBlackIpsResponseBody extends $tea.Model {
|
|
|
6649
6756
|
});
|
|
6650
6757
|
}
|
|
6651
6758
|
export declare class UpdateBlackIpsResponse extends $tea.Model {
|
|
6652
|
-
headers
|
|
6759
|
+
headers?: {
|
|
6653
6760
|
[key: string]: string;
|
|
6654
6761
|
};
|
|
6655
|
-
statusCode
|
|
6656
|
-
body
|
|
6762
|
+
statusCode?: number;
|
|
6763
|
+
body?: UpdateBlackIpsResponseBody;
|
|
6657
6764
|
static names(): {
|
|
6658
6765
|
[key: string]: string;
|
|
6659
6766
|
};
|
|
@@ -6691,11 +6798,11 @@ export declare class UpdateCollectorResponseBody extends $tea.Model {
|
|
|
6691
6798
|
});
|
|
6692
6799
|
}
|
|
6693
6800
|
export declare class UpdateCollectorResponse extends $tea.Model {
|
|
6694
|
-
headers
|
|
6801
|
+
headers?: {
|
|
6695
6802
|
[key: string]: string;
|
|
6696
6803
|
};
|
|
6697
|
-
statusCode
|
|
6698
|
-
body
|
|
6804
|
+
statusCode?: number;
|
|
6805
|
+
body?: UpdateCollectorResponseBody;
|
|
6699
6806
|
static names(): {
|
|
6700
6807
|
[key: string]: string;
|
|
6701
6808
|
};
|
|
@@ -6733,11 +6840,11 @@ export declare class UpdateCollectorNameResponseBody extends $tea.Model {
|
|
|
6733
6840
|
});
|
|
6734
6841
|
}
|
|
6735
6842
|
export declare class UpdateCollectorNameResponse extends $tea.Model {
|
|
6736
|
-
headers
|
|
6843
|
+
headers?: {
|
|
6737
6844
|
[key: string]: string;
|
|
6738
6845
|
};
|
|
6739
|
-
statusCode
|
|
6740
|
-
body
|
|
6846
|
+
statusCode?: number;
|
|
6847
|
+
body?: UpdateCollectorNameResponseBody;
|
|
6741
6848
|
static names(): {
|
|
6742
6849
|
[key: string]: string;
|
|
6743
6850
|
};
|
|
@@ -6776,11 +6883,11 @@ export declare class UpdateComponentIndexResponseBody extends $tea.Model {
|
|
|
6776
6883
|
});
|
|
6777
6884
|
}
|
|
6778
6885
|
export declare class UpdateComponentIndexResponse extends $tea.Model {
|
|
6779
|
-
headers
|
|
6886
|
+
headers?: {
|
|
6780
6887
|
[key: string]: string;
|
|
6781
6888
|
};
|
|
6782
|
-
statusCode
|
|
6783
|
-
body
|
|
6889
|
+
statusCode?: number;
|
|
6890
|
+
body?: UpdateComponentIndexResponseBody;
|
|
6784
6891
|
static names(): {
|
|
6785
6892
|
[key: string]: string;
|
|
6786
6893
|
};
|
|
@@ -6818,11 +6925,11 @@ export declare class UpdateDescriptionResponseBody extends $tea.Model {
|
|
|
6818
6925
|
});
|
|
6819
6926
|
}
|
|
6820
6927
|
export declare class UpdateDescriptionResponse extends $tea.Model {
|
|
6821
|
-
headers
|
|
6928
|
+
headers?: {
|
|
6822
6929
|
[key: string]: string;
|
|
6823
6930
|
};
|
|
6824
|
-
statusCode
|
|
6825
|
-
body
|
|
6931
|
+
statusCode?: number;
|
|
6932
|
+
body?: UpdateDescriptionResponseBody;
|
|
6826
6933
|
static names(): {
|
|
6827
6934
|
[key: string]: string;
|
|
6828
6935
|
};
|
|
@@ -6861,11 +6968,11 @@ export declare class UpdateDiagnosisSettingsResponseBody extends $tea.Model {
|
|
|
6861
6968
|
});
|
|
6862
6969
|
}
|
|
6863
6970
|
export declare class UpdateDiagnosisSettingsResponse extends $tea.Model {
|
|
6864
|
-
headers
|
|
6971
|
+
headers?: {
|
|
6865
6972
|
[key: string]: string;
|
|
6866
6973
|
};
|
|
6867
|
-
statusCode
|
|
6868
|
-
body
|
|
6974
|
+
statusCode?: number;
|
|
6975
|
+
body?: UpdateDiagnosisSettingsResponseBody;
|
|
6869
6976
|
static names(): {
|
|
6870
6977
|
[key: string]: string;
|
|
6871
6978
|
};
|
|
@@ -6903,11 +7010,11 @@ export declare class UpdateDictResponseBody extends $tea.Model {
|
|
|
6903
7010
|
});
|
|
6904
7011
|
}
|
|
6905
7012
|
export declare class UpdateDictResponse extends $tea.Model {
|
|
6906
|
-
headers
|
|
7013
|
+
headers?: {
|
|
6907
7014
|
[key: string]: string;
|
|
6908
7015
|
};
|
|
6909
|
-
statusCode
|
|
6910
|
-
body
|
|
7016
|
+
statusCode?: number;
|
|
7017
|
+
body?: UpdateDictResponseBody;
|
|
6911
7018
|
static names(): {
|
|
6912
7019
|
[key: string]: string;
|
|
6913
7020
|
};
|
|
@@ -6947,11 +7054,11 @@ export declare class UpdateDynamicSettingsResponseBody extends $tea.Model {
|
|
|
6947
7054
|
});
|
|
6948
7055
|
}
|
|
6949
7056
|
export declare class UpdateDynamicSettingsResponse extends $tea.Model {
|
|
6950
|
-
headers
|
|
7057
|
+
headers?: {
|
|
6951
7058
|
[key: string]: string;
|
|
6952
7059
|
};
|
|
6953
|
-
statusCode
|
|
6954
|
-
body
|
|
7060
|
+
statusCode?: number;
|
|
7061
|
+
body?: UpdateDynamicSettingsResponseBody;
|
|
6955
7062
|
static names(): {
|
|
6956
7063
|
[key: string]: string;
|
|
6957
7064
|
};
|
|
@@ -6989,11 +7096,11 @@ export declare class UpdateExtendConfigResponseBody extends $tea.Model {
|
|
|
6989
7096
|
});
|
|
6990
7097
|
}
|
|
6991
7098
|
export declare class UpdateExtendConfigResponse extends $tea.Model {
|
|
6992
|
-
headers
|
|
7099
|
+
headers?: {
|
|
6993
7100
|
[key: string]: string;
|
|
6994
7101
|
};
|
|
6995
|
-
statusCode
|
|
6996
|
-
body
|
|
7102
|
+
statusCode?: number;
|
|
7103
|
+
body?: UpdateExtendConfigResponseBody;
|
|
6997
7104
|
static names(): {
|
|
6998
7105
|
[key: string]: string;
|
|
6999
7106
|
};
|
|
@@ -7031,11 +7138,11 @@ export declare class UpdateExtendfilesResponseBody extends $tea.Model {
|
|
|
7031
7138
|
});
|
|
7032
7139
|
}
|
|
7033
7140
|
export declare class UpdateExtendfilesResponse extends $tea.Model {
|
|
7034
|
-
headers
|
|
7141
|
+
headers?: {
|
|
7035
7142
|
[key: string]: string;
|
|
7036
7143
|
};
|
|
7037
|
-
statusCode
|
|
7038
|
-
body
|
|
7144
|
+
statusCode?: number;
|
|
7145
|
+
body?: UpdateExtendfilesResponseBody;
|
|
7039
7146
|
static names(): {
|
|
7040
7147
|
[key: string]: string;
|
|
7041
7148
|
};
|
|
@@ -7073,11 +7180,11 @@ export declare class UpdateHotIkDictsResponseBody extends $tea.Model {
|
|
|
7073
7180
|
});
|
|
7074
7181
|
}
|
|
7075
7182
|
export declare class UpdateHotIkDictsResponse extends $tea.Model {
|
|
7076
|
-
headers
|
|
7183
|
+
headers?: {
|
|
7077
7184
|
[key: string]: string;
|
|
7078
7185
|
};
|
|
7079
|
-
statusCode
|
|
7080
|
-
body
|
|
7186
|
+
statusCode?: number;
|
|
7187
|
+
body?: UpdateHotIkDictsResponseBody;
|
|
7081
7188
|
static names(): {
|
|
7082
7189
|
[key: string]: string;
|
|
7083
7190
|
};
|
|
@@ -7115,11 +7222,11 @@ export declare class UpdateILMPolicyResponseBody extends $tea.Model {
|
|
|
7115
7222
|
});
|
|
7116
7223
|
}
|
|
7117
7224
|
export declare class UpdateILMPolicyResponse extends $tea.Model {
|
|
7118
|
-
headers
|
|
7225
|
+
headers?: {
|
|
7119
7226
|
[key: string]: string;
|
|
7120
7227
|
};
|
|
7121
|
-
statusCode
|
|
7122
|
-
body
|
|
7228
|
+
statusCode?: number;
|
|
7229
|
+
body?: UpdateILMPolicyResponseBody;
|
|
7123
7230
|
static names(): {
|
|
7124
7231
|
[key: string]: string;
|
|
7125
7232
|
};
|
|
@@ -7157,11 +7264,11 @@ export declare class UpdateIndexTemplateResponseBody extends $tea.Model {
|
|
|
7157
7264
|
});
|
|
7158
7265
|
}
|
|
7159
7266
|
export declare class UpdateIndexTemplateResponse extends $tea.Model {
|
|
7160
|
-
headers
|
|
7267
|
+
headers?: {
|
|
7161
7268
|
[key: string]: string;
|
|
7162
7269
|
};
|
|
7163
|
-
statusCode
|
|
7164
|
-
body
|
|
7270
|
+
statusCode?: number;
|
|
7271
|
+
body?: UpdateIndexTemplateResponseBody;
|
|
7165
7272
|
static names(): {
|
|
7166
7273
|
[key: string]: string;
|
|
7167
7274
|
};
|
|
@@ -7210,11 +7317,11 @@ export declare class UpdateInstanceResponseBody extends $tea.Model {
|
|
|
7210
7317
|
});
|
|
7211
7318
|
}
|
|
7212
7319
|
export declare class UpdateInstanceResponse extends $tea.Model {
|
|
7213
|
-
headers
|
|
7320
|
+
headers?: {
|
|
7214
7321
|
[key: string]: string;
|
|
7215
7322
|
};
|
|
7216
|
-
statusCode
|
|
7217
|
-
body
|
|
7323
|
+
statusCode?: number;
|
|
7324
|
+
body?: UpdateInstanceResponseBody;
|
|
7218
7325
|
static names(): {
|
|
7219
7326
|
[key: string]: string;
|
|
7220
7327
|
};
|
|
@@ -7252,11 +7359,11 @@ export declare class UpdateInstanceChargeTypeResponseBody extends $tea.Model {
|
|
|
7252
7359
|
});
|
|
7253
7360
|
}
|
|
7254
7361
|
export declare class UpdateInstanceChargeTypeResponse extends $tea.Model {
|
|
7255
|
-
headers
|
|
7362
|
+
headers?: {
|
|
7256
7363
|
[key: string]: string;
|
|
7257
7364
|
};
|
|
7258
|
-
statusCode
|
|
7259
|
-
body
|
|
7365
|
+
statusCode?: number;
|
|
7366
|
+
body?: UpdateInstanceChargeTypeResponseBody;
|
|
7260
7367
|
static names(): {
|
|
7261
7368
|
[key: string]: string;
|
|
7262
7369
|
};
|
|
@@ -7293,11 +7400,54 @@ export declare class UpdateInstanceSettingsResponseBody extends $tea.Model {
|
|
|
7293
7400
|
});
|
|
7294
7401
|
}
|
|
7295
7402
|
export declare class UpdateInstanceSettingsResponse extends $tea.Model {
|
|
7296
|
-
headers
|
|
7403
|
+
headers?: {
|
|
7404
|
+
[key: string]: string;
|
|
7405
|
+
};
|
|
7406
|
+
statusCode?: number;
|
|
7407
|
+
body?: UpdateInstanceSettingsResponseBody;
|
|
7408
|
+
static names(): {
|
|
7409
|
+
[key: string]: string;
|
|
7410
|
+
};
|
|
7411
|
+
static types(): {
|
|
7412
|
+
[key: string]: any;
|
|
7413
|
+
};
|
|
7414
|
+
constructor(map?: {
|
|
7415
|
+
[key: string]: any;
|
|
7416
|
+
});
|
|
7417
|
+
}
|
|
7418
|
+
export declare class UpdateKibanaPvlNetworkRequest extends $tea.Model {
|
|
7419
|
+
endpointName?: string;
|
|
7420
|
+
securityGroups?: string[];
|
|
7421
|
+
pvlId?: string;
|
|
7422
|
+
static names(): {
|
|
7297
7423
|
[key: string]: string;
|
|
7298
7424
|
};
|
|
7299
|
-
|
|
7300
|
-
|
|
7425
|
+
static types(): {
|
|
7426
|
+
[key: string]: any;
|
|
7427
|
+
};
|
|
7428
|
+
constructor(map?: {
|
|
7429
|
+
[key: string]: any;
|
|
7430
|
+
});
|
|
7431
|
+
}
|
|
7432
|
+
export declare class UpdateKibanaPvlNetworkResponseBody extends $tea.Model {
|
|
7433
|
+
requestId?: string;
|
|
7434
|
+
result?: boolean;
|
|
7435
|
+
static names(): {
|
|
7436
|
+
[key: string]: string;
|
|
7437
|
+
};
|
|
7438
|
+
static types(): {
|
|
7439
|
+
[key: string]: any;
|
|
7440
|
+
};
|
|
7441
|
+
constructor(map?: {
|
|
7442
|
+
[key: string]: any;
|
|
7443
|
+
});
|
|
7444
|
+
}
|
|
7445
|
+
export declare class UpdateKibanaPvlNetworkResponse extends $tea.Model {
|
|
7446
|
+
headers?: {
|
|
7447
|
+
[key: string]: string;
|
|
7448
|
+
};
|
|
7449
|
+
statusCode?: number;
|
|
7450
|
+
body?: UpdateKibanaPvlNetworkResponseBody;
|
|
7301
7451
|
static names(): {
|
|
7302
7452
|
[key: string]: string;
|
|
7303
7453
|
};
|
|
@@ -7335,11 +7485,11 @@ export declare class UpdateKibanaSettingsResponseBody extends $tea.Model {
|
|
|
7335
7485
|
});
|
|
7336
7486
|
}
|
|
7337
7487
|
export declare class UpdateKibanaSettingsResponse extends $tea.Model {
|
|
7338
|
-
headers
|
|
7488
|
+
headers?: {
|
|
7339
7489
|
[key: string]: string;
|
|
7340
7490
|
};
|
|
7341
|
-
statusCode
|
|
7342
|
-
body
|
|
7491
|
+
statusCode?: number;
|
|
7492
|
+
body?: UpdateKibanaSettingsResponseBody;
|
|
7343
7493
|
static names(): {
|
|
7344
7494
|
[key: string]: string;
|
|
7345
7495
|
};
|
|
@@ -7379,11 +7529,11 @@ export declare class UpdateKibanaWhiteIpsResponseBody extends $tea.Model {
|
|
|
7379
7529
|
});
|
|
7380
7530
|
}
|
|
7381
7531
|
export declare class UpdateKibanaWhiteIpsResponse extends $tea.Model {
|
|
7382
|
-
headers
|
|
7532
|
+
headers?: {
|
|
7383
7533
|
[key: string]: string;
|
|
7384
7534
|
};
|
|
7385
|
-
statusCode
|
|
7386
|
-
body
|
|
7535
|
+
statusCode?: number;
|
|
7536
|
+
body?: UpdateKibanaWhiteIpsResponseBody;
|
|
7387
7537
|
static names(): {
|
|
7388
7538
|
[key: string]: string;
|
|
7389
7539
|
};
|
|
@@ -7422,11 +7572,11 @@ export declare class UpdateLogstashResponseBody extends $tea.Model {
|
|
|
7422
7572
|
});
|
|
7423
7573
|
}
|
|
7424
7574
|
export declare class UpdateLogstashResponse extends $tea.Model {
|
|
7425
|
-
headers
|
|
7575
|
+
headers?: {
|
|
7426
7576
|
[key: string]: string;
|
|
7427
7577
|
};
|
|
7428
|
-
statusCode
|
|
7429
|
-
body
|
|
7578
|
+
statusCode?: number;
|
|
7579
|
+
body?: UpdateLogstashResponseBody;
|
|
7430
7580
|
static names(): {
|
|
7431
7581
|
[key: string]: string;
|
|
7432
7582
|
};
|
|
@@ -7464,11 +7614,11 @@ export declare class UpdateLogstashChargeTypeResponseBody extends $tea.Model {
|
|
|
7464
7614
|
});
|
|
7465
7615
|
}
|
|
7466
7616
|
export declare class UpdateLogstashChargeTypeResponse extends $tea.Model {
|
|
7467
|
-
headers
|
|
7617
|
+
headers?: {
|
|
7468
7618
|
[key: string]: string;
|
|
7469
7619
|
};
|
|
7470
|
-
statusCode
|
|
7471
|
-
body
|
|
7620
|
+
statusCode?: number;
|
|
7621
|
+
body?: UpdateLogstashChargeTypeResponseBody;
|
|
7472
7622
|
static names(): {
|
|
7473
7623
|
[key: string]: string;
|
|
7474
7624
|
};
|
|
@@ -7506,11 +7656,11 @@ export declare class UpdateLogstashDescriptionResponseBody extends $tea.Model {
|
|
|
7506
7656
|
});
|
|
7507
7657
|
}
|
|
7508
7658
|
export declare class UpdateLogstashDescriptionResponse extends $tea.Model {
|
|
7509
|
-
headers
|
|
7659
|
+
headers?: {
|
|
7510
7660
|
[key: string]: string;
|
|
7511
7661
|
};
|
|
7512
|
-
statusCode
|
|
7513
|
-
body
|
|
7662
|
+
statusCode?: number;
|
|
7663
|
+
body?: UpdateLogstashDescriptionResponseBody;
|
|
7514
7664
|
static names(): {
|
|
7515
7665
|
[key: string]: string;
|
|
7516
7666
|
};
|
|
@@ -7547,11 +7697,11 @@ export declare class UpdateLogstashSettingsResponseBody extends $tea.Model {
|
|
|
7547
7697
|
});
|
|
7548
7698
|
}
|
|
7549
7699
|
export declare class UpdateLogstashSettingsResponse extends $tea.Model {
|
|
7550
|
-
headers
|
|
7700
|
+
headers?: {
|
|
7551
7701
|
[key: string]: string;
|
|
7552
7702
|
};
|
|
7553
|
-
statusCode
|
|
7554
|
-
body
|
|
7703
|
+
statusCode?: number;
|
|
7704
|
+
body?: UpdateLogstashSettingsResponseBody;
|
|
7555
7705
|
static names(): {
|
|
7556
7706
|
[key: string]: string;
|
|
7557
7707
|
};
|
|
@@ -7593,11 +7743,11 @@ export declare class UpdatePipelineManagementConfigResponseBody extends $tea.Mod
|
|
|
7593
7743
|
});
|
|
7594
7744
|
}
|
|
7595
7745
|
export declare class UpdatePipelineManagementConfigResponse extends $tea.Model {
|
|
7596
|
-
headers
|
|
7746
|
+
headers?: {
|
|
7597
7747
|
[key: string]: string;
|
|
7598
7748
|
};
|
|
7599
|
-
statusCode
|
|
7600
|
-
body
|
|
7749
|
+
statusCode?: number;
|
|
7750
|
+
body?: UpdatePipelineManagementConfigResponseBody;
|
|
7601
7751
|
static names(): {
|
|
7602
7752
|
[key: string]: string;
|
|
7603
7753
|
};
|
|
@@ -7636,11 +7786,11 @@ export declare class UpdatePipelinesResponseBody extends $tea.Model {
|
|
|
7636
7786
|
});
|
|
7637
7787
|
}
|
|
7638
7788
|
export declare class UpdatePipelinesResponse extends $tea.Model {
|
|
7639
|
-
headers
|
|
7789
|
+
headers?: {
|
|
7640
7790
|
[key: string]: string;
|
|
7641
7791
|
};
|
|
7642
|
-
statusCode
|
|
7643
|
-
body
|
|
7792
|
+
statusCode?: number;
|
|
7793
|
+
body?: UpdatePipelinesResponseBody;
|
|
7644
7794
|
static names(): {
|
|
7645
7795
|
[key: string]: string;
|
|
7646
7796
|
};
|
|
@@ -7679,11 +7829,11 @@ export declare class UpdatePrivateNetworkWhiteIpsResponseBody extends $tea.Model
|
|
|
7679
7829
|
});
|
|
7680
7830
|
}
|
|
7681
7831
|
export declare class UpdatePrivateNetworkWhiteIpsResponse extends $tea.Model {
|
|
7682
|
-
headers
|
|
7832
|
+
headers?: {
|
|
7683
7833
|
[key: string]: string;
|
|
7684
7834
|
};
|
|
7685
|
-
statusCode
|
|
7686
|
-
body
|
|
7835
|
+
statusCode?: number;
|
|
7836
|
+
body?: UpdatePrivateNetworkWhiteIpsResponseBody;
|
|
7687
7837
|
static names(): {
|
|
7688
7838
|
[key: string]: string;
|
|
7689
7839
|
};
|
|
@@ -7721,11 +7871,11 @@ export declare class UpdatePublicNetworkResponseBody extends $tea.Model {
|
|
|
7721
7871
|
});
|
|
7722
7872
|
}
|
|
7723
7873
|
export declare class UpdatePublicNetworkResponse extends $tea.Model {
|
|
7724
|
-
headers
|
|
7874
|
+
headers?: {
|
|
7725
7875
|
[key: string]: string;
|
|
7726
7876
|
};
|
|
7727
|
-
statusCode
|
|
7728
|
-
body
|
|
7877
|
+
statusCode?: number;
|
|
7878
|
+
body?: UpdatePublicNetworkResponseBody;
|
|
7729
7879
|
static names(): {
|
|
7730
7880
|
[key: string]: string;
|
|
7731
7881
|
};
|
|
@@ -7764,11 +7914,11 @@ export declare class UpdatePublicWhiteIpsResponseBody extends $tea.Model {
|
|
|
7764
7914
|
});
|
|
7765
7915
|
}
|
|
7766
7916
|
export declare class UpdatePublicWhiteIpsResponse extends $tea.Model {
|
|
7767
|
-
headers
|
|
7917
|
+
headers?: {
|
|
7768
7918
|
[key: string]: string;
|
|
7769
7919
|
};
|
|
7770
|
-
statusCode
|
|
7771
|
-
body
|
|
7920
|
+
statusCode?: number;
|
|
7921
|
+
body?: UpdatePublicWhiteIpsResponseBody;
|
|
7772
7922
|
static names(): {
|
|
7773
7923
|
[key: string]: string;
|
|
7774
7924
|
};
|
|
@@ -7806,11 +7956,11 @@ export declare class UpdateReadWritePolicyResponseBody extends $tea.Model {
|
|
|
7806
7956
|
});
|
|
7807
7957
|
}
|
|
7808
7958
|
export declare class UpdateReadWritePolicyResponse extends $tea.Model {
|
|
7809
|
-
headers
|
|
7959
|
+
headers?: {
|
|
7810
7960
|
[key: string]: string;
|
|
7811
7961
|
};
|
|
7812
|
-
statusCode
|
|
7813
|
-
body
|
|
7962
|
+
statusCode?: number;
|
|
7963
|
+
body?: UpdateReadWritePolicyResponseBody;
|
|
7814
7964
|
static names(): {
|
|
7815
7965
|
[key: string]: string;
|
|
7816
7966
|
};
|
|
@@ -7847,11 +7997,11 @@ export declare class UpdateSnapshotSettingResponseBody extends $tea.Model {
|
|
|
7847
7997
|
});
|
|
7848
7998
|
}
|
|
7849
7999
|
export declare class UpdateSnapshotSettingResponse extends $tea.Model {
|
|
7850
|
-
headers
|
|
8000
|
+
headers?: {
|
|
7851
8001
|
[key: string]: string;
|
|
7852
8002
|
};
|
|
7853
|
-
statusCode
|
|
7854
|
-
body
|
|
8003
|
+
statusCode?: number;
|
|
8004
|
+
body?: UpdateSnapshotSettingResponseBody;
|
|
7855
8005
|
static names(): {
|
|
7856
8006
|
[key: string]: string;
|
|
7857
8007
|
};
|
|
@@ -7889,11 +8039,11 @@ export declare class UpdateSynonymsDictsResponseBody extends $tea.Model {
|
|
|
7889
8039
|
});
|
|
7890
8040
|
}
|
|
7891
8041
|
export declare class UpdateSynonymsDictsResponse extends $tea.Model {
|
|
7892
|
-
headers
|
|
8042
|
+
headers?: {
|
|
7893
8043
|
[key: string]: string;
|
|
7894
8044
|
};
|
|
7895
|
-
statusCode
|
|
7896
|
-
body
|
|
8045
|
+
statusCode?: number;
|
|
8046
|
+
body?: UpdateSynonymsDictsResponseBody;
|
|
7897
8047
|
static names(): {
|
|
7898
8048
|
[key: string]: string;
|
|
7899
8049
|
};
|
|
@@ -7931,11 +8081,11 @@ export declare class UpdateTemplateResponseBody extends $tea.Model {
|
|
|
7931
8081
|
});
|
|
7932
8082
|
}
|
|
7933
8083
|
export declare class UpdateTemplateResponse extends $tea.Model {
|
|
7934
|
-
headers
|
|
8084
|
+
headers?: {
|
|
7935
8085
|
[key: string]: string;
|
|
7936
8086
|
};
|
|
7937
|
-
statusCode
|
|
7938
|
-
body
|
|
8087
|
+
statusCode?: number;
|
|
8088
|
+
body?: UpdateTemplateResponseBody;
|
|
7939
8089
|
static names(): {
|
|
7940
8090
|
[key: string]: string;
|
|
7941
8091
|
};
|
|
@@ -7975,11 +8125,11 @@ export declare class UpdateWhiteIpsResponseBody extends $tea.Model {
|
|
|
7975
8125
|
});
|
|
7976
8126
|
}
|
|
7977
8127
|
export declare class UpdateWhiteIpsResponse extends $tea.Model {
|
|
7978
|
-
headers
|
|
8128
|
+
headers?: {
|
|
7979
8129
|
[key: string]: string;
|
|
7980
8130
|
};
|
|
7981
|
-
statusCode
|
|
7982
|
-
body
|
|
8131
|
+
statusCode?: number;
|
|
8132
|
+
body?: UpdateWhiteIpsResponseBody;
|
|
7983
8133
|
static names(): {
|
|
7984
8134
|
[key: string]: string;
|
|
7985
8135
|
};
|
|
@@ -8020,11 +8170,11 @@ export declare class UpdateXpackMonitorConfigResponseBody extends $tea.Model {
|
|
|
8020
8170
|
});
|
|
8021
8171
|
}
|
|
8022
8172
|
export declare class UpdateXpackMonitorConfigResponse extends $tea.Model {
|
|
8023
|
-
headers
|
|
8173
|
+
headers?: {
|
|
8024
8174
|
[key: string]: string;
|
|
8025
8175
|
};
|
|
8026
|
-
statusCode
|
|
8027
|
-
body
|
|
8176
|
+
statusCode?: number;
|
|
8177
|
+
body?: UpdateXpackMonitorConfigResponseBody;
|
|
8028
8178
|
static names(): {
|
|
8029
8179
|
[key: string]: string;
|
|
8030
8180
|
};
|
|
@@ -8064,11 +8214,11 @@ export declare class UpgradeEngineVersionResponseBody extends $tea.Model {
|
|
|
8064
8214
|
});
|
|
8065
8215
|
}
|
|
8066
8216
|
export declare class UpgradeEngineVersionResponse extends $tea.Model {
|
|
8067
|
-
headers
|
|
8217
|
+
headers?: {
|
|
8068
8218
|
[key: string]: string;
|
|
8069
8219
|
};
|
|
8070
|
-
statusCode
|
|
8071
|
-
body
|
|
8220
|
+
statusCode?: number;
|
|
8221
|
+
body?: UpgradeEngineVersionResponseBody;
|
|
8072
8222
|
static names(): {
|
|
8073
8223
|
[key: string]: string;
|
|
8074
8224
|
};
|
|
@@ -8106,11 +8256,11 @@ export declare class ValidateConnectionResponseBody extends $tea.Model {
|
|
|
8106
8256
|
});
|
|
8107
8257
|
}
|
|
8108
8258
|
export declare class ValidateConnectionResponse extends $tea.Model {
|
|
8109
|
-
headers
|
|
8259
|
+
headers?: {
|
|
8110
8260
|
[key: string]: string;
|
|
8111
8261
|
};
|
|
8112
|
-
statusCode
|
|
8113
|
-
body
|
|
8262
|
+
statusCode?: number;
|
|
8263
|
+
body?: ValidateConnectionResponseBody;
|
|
8114
8264
|
static names(): {
|
|
8115
8265
|
[key: string]: string;
|
|
8116
8266
|
};
|
|
@@ -8150,11 +8300,11 @@ export declare class ValidateShrinkNodesResponseBody extends $tea.Model {
|
|
|
8150
8300
|
});
|
|
8151
8301
|
}
|
|
8152
8302
|
export declare class ValidateShrinkNodesResponse extends $tea.Model {
|
|
8153
|
-
headers
|
|
8303
|
+
headers?: {
|
|
8154
8304
|
[key: string]: string;
|
|
8155
8305
|
};
|
|
8156
|
-
statusCode
|
|
8157
|
-
body
|
|
8306
|
+
statusCode?: number;
|
|
8307
|
+
body?: ValidateShrinkNodesResponseBody;
|
|
8158
8308
|
static names(): {
|
|
8159
8309
|
[key: string]: string;
|
|
8160
8310
|
};
|
|
@@ -8192,11 +8342,11 @@ export declare class ValidateSlrPermissionResponseBody extends $tea.Model {
|
|
|
8192
8342
|
});
|
|
8193
8343
|
}
|
|
8194
8344
|
export declare class ValidateSlrPermissionResponse extends $tea.Model {
|
|
8195
|
-
headers
|
|
8345
|
+
headers?: {
|
|
8196
8346
|
[key: string]: string;
|
|
8197
8347
|
};
|
|
8198
|
-
statusCode
|
|
8199
|
-
body
|
|
8348
|
+
statusCode?: number;
|
|
8349
|
+
body?: ValidateSlrPermissionResponseBody;
|
|
8200
8350
|
static names(): {
|
|
8201
8351
|
[key: string]: string;
|
|
8202
8352
|
};
|
|
@@ -8234,11 +8384,11 @@ export declare class ValidateTransferableNodesResponseBody extends $tea.Model {
|
|
|
8234
8384
|
});
|
|
8235
8385
|
}
|
|
8236
8386
|
export declare class ValidateTransferableNodesResponse extends $tea.Model {
|
|
8237
|
-
headers
|
|
8387
|
+
headers?: {
|
|
8238
8388
|
[key: string]: string;
|
|
8239
8389
|
};
|
|
8240
|
-
statusCode
|
|
8241
|
-
body
|
|
8390
|
+
statusCode?: number;
|
|
8391
|
+
body?: ValidateTransferableNodesResponseBody;
|
|
8242
8392
|
static names(): {
|
|
8243
8393
|
[key: string]: string;
|
|
8244
8394
|
};
|
|
@@ -8279,10 +8429,10 @@ export declare class CreateInstanceRequest extends $tea.Model {
|
|
|
8279
8429
|
});
|
|
8280
8430
|
}
|
|
8281
8431
|
export declare class CreateInstanceResponse extends $tea.Model {
|
|
8282
|
-
headers
|
|
8432
|
+
headers?: {
|
|
8283
8433
|
[key: string]: string;
|
|
8284
8434
|
};
|
|
8285
|
-
statusCode
|
|
8435
|
+
statusCode?: number;
|
|
8286
8436
|
static names(): {
|
|
8287
8437
|
[key: string]: string;
|
|
8288
8438
|
};
|
|
@@ -8400,115 +8550,9 @@ export declare class MigrationJobSourceCluster extends $tea.Model {
|
|
|
8400
8550
|
[key: string]: any;
|
|
8401
8551
|
});
|
|
8402
8552
|
}
|
|
8403
|
-
export declare class MigrationJobStatusResult extends $tea.Model {
|
|
8404
|
-
code?: string;
|
|
8405
|
-
success?: boolean;
|
|
8406
|
-
static names(): {
|
|
8407
|
-
[key: string]: string;
|
|
8408
|
-
};
|
|
8409
|
-
static types(): {
|
|
8410
|
-
[key: string]: any;
|
|
8411
|
-
};
|
|
8412
|
-
constructor(map?: {
|
|
8413
|
-
[key: string]: any;
|
|
8414
|
-
});
|
|
8415
|
-
}
|
|
8416
|
-
export declare class MigrationJobTargetCluster extends $tea.Model {
|
|
8417
|
-
instanceId?: string;
|
|
8418
|
-
type?: string;
|
|
8419
|
-
static names(): {
|
|
8420
|
-
[key: string]: string;
|
|
8421
|
-
};
|
|
8422
|
-
static types(): {
|
|
8423
|
-
[key: string]: any;
|
|
8424
|
-
};
|
|
8425
|
-
constructor(map?: {
|
|
8426
|
-
[key: string]: any;
|
|
8427
|
-
});
|
|
8428
|
-
}
|
|
8429
|
-
export declare class CapacityPlanRequestDataInfo extends $tea.Model {
|
|
8430
|
-
code?: string;
|
|
8431
|
-
size?: number;
|
|
8432
|
-
totalCount?: number;
|
|
8433
|
-
type?: string;
|
|
8434
|
-
unit?: string;
|
|
8435
|
-
static names(): {
|
|
8436
|
-
[key: string]: string;
|
|
8437
|
-
};
|
|
8438
|
-
static types(): {
|
|
8439
|
-
[key: string]: any;
|
|
8440
|
-
};
|
|
8441
|
-
constructor(map?: {
|
|
8442
|
-
[key: string]: any;
|
|
8443
|
-
});
|
|
8444
|
-
}
|
|
8445
|
-
export declare class CapacityPlanRequestMetric extends $tea.Model {
|
|
8446
|
-
averageQps?: number;
|
|
8447
|
-
code?: string;
|
|
8448
|
-
concurrent?: number;
|
|
8449
|
-
peakQps?: number;
|
|
8450
|
-
responseTime?: number;
|
|
8451
|
-
throughput?: number;
|
|
8452
|
-
type?: string;
|
|
8453
|
-
static names(): {
|
|
8454
|
-
[key: string]: string;
|
|
8455
|
-
};
|
|
8456
|
-
static types(): {
|
|
8457
|
-
[key: string]: any;
|
|
8458
|
-
};
|
|
8459
|
-
constructor(map?: {
|
|
8460
|
-
[key: string]: any;
|
|
8461
|
-
});
|
|
8462
|
-
}
|
|
8463
|
-
export declare class CapacityPlanResponseBodyResultExtendConfigs extends $tea.Model {
|
|
8464
|
-
configType?: string;
|
|
8465
|
-
disk?: number;
|
|
8466
|
-
diskType?: string;
|
|
8467
|
-
static names(): {
|
|
8468
|
-
[key: string]: string;
|
|
8469
|
-
};
|
|
8470
|
-
static types(): {
|
|
8471
|
-
[key: string]: any;
|
|
8472
|
-
};
|
|
8473
|
-
constructor(map?: {
|
|
8474
|
-
[key: string]: any;
|
|
8475
|
-
});
|
|
8476
|
-
}
|
|
8477
|
-
export declare class CapacityPlanResponseBodyResultNodeConfigurations extends $tea.Model {
|
|
8478
|
-
amount?: number;
|
|
8479
|
-
cpu?: number;
|
|
8480
|
-
disk?: number;
|
|
8481
|
-
diskType?: string;
|
|
8482
|
-
memory?: number;
|
|
8483
|
-
nodeType?: string;
|
|
8484
|
-
static names(): {
|
|
8485
|
-
[key: string]: string;
|
|
8486
|
-
};
|
|
8487
|
-
static types(): {
|
|
8488
|
-
[key: string]: any;
|
|
8489
|
-
};
|
|
8490
|
-
constructor(map?: {
|
|
8491
|
-
[key: string]: any;
|
|
8492
|
-
});
|
|
8493
|
-
}
|
|
8494
|
-
export declare class CapacityPlanResponseBodyResult extends $tea.Model {
|
|
8495
|
-
extendConfigs?: CapacityPlanResponseBodyResultExtendConfigs[];
|
|
8496
|
-
instanceCategory?: string;
|
|
8497
|
-
nodeConfigurations?: CapacityPlanResponseBodyResultNodeConfigurations[];
|
|
8498
|
-
oversizedCluster?: boolean;
|
|
8499
|
-
static names(): {
|
|
8500
|
-
[key: string]: string;
|
|
8501
|
-
};
|
|
8502
|
-
static types(): {
|
|
8503
|
-
[key: string]: any;
|
|
8504
|
-
};
|
|
8505
|
-
constructor(map?: {
|
|
8506
|
-
[key: string]: any;
|
|
8507
|
-
});
|
|
8508
|
-
}
|
|
8509
|
-
export declare class CreateCollectorRequestConfigs extends $tea.Model {
|
|
8510
|
-
content?: string;
|
|
8511
|
-
fileName?: string;
|
|
8553
|
+
export declare class MigrationJobStatusResult extends $tea.Model {
|
|
8554
|
+
code?: string;
|
|
8555
|
+
success?: boolean;
|
|
8512
8556
|
static names(): {
|
|
8513
8557
|
[key: string]: string;
|
|
8514
8558
|
};
|
|
@@ -8519,8 +8563,9 @@ export declare class CreateCollectorRequestConfigs extends $tea.Model {
|
|
|
8519
8563
|
[key: string]: any;
|
|
8520
8564
|
});
|
|
8521
8565
|
}
|
|
8522
|
-
export declare class
|
|
8523
|
-
|
|
8566
|
+
export declare class MigrationJobTargetCluster extends $tea.Model {
|
|
8567
|
+
instanceId?: string;
|
|
8568
|
+
type?: string;
|
|
8524
8569
|
static names(): {
|
|
8525
8570
|
[key: string]: string;
|
|
8526
8571
|
};
|
|
@@ -8531,16 +8576,12 @@ export declare class CreateCollectorResponseBodyResult extends $tea.Model {
|
|
|
8531
8576
|
[key: string]: any;
|
|
8532
8577
|
});
|
|
8533
8578
|
}
|
|
8534
|
-
export declare class
|
|
8535
|
-
|
|
8536
|
-
|
|
8537
|
-
|
|
8538
|
-
|
|
8539
|
-
|
|
8540
|
-
};
|
|
8541
|
-
settings?: {
|
|
8542
|
-
[key: string]: any;
|
|
8543
|
-
};
|
|
8579
|
+
export declare class CapacityPlanRequestDataInfo extends $tea.Model {
|
|
8580
|
+
code?: string;
|
|
8581
|
+
size?: number;
|
|
8582
|
+
totalCount?: number;
|
|
8583
|
+
type?: string;
|
|
8584
|
+
unit?: string;
|
|
8544
8585
|
static names(): {
|
|
8545
8586
|
[key: string]: string;
|
|
8546
8587
|
};
|
|
@@ -8551,8 +8592,14 @@ export declare class CreateComponentIndexRequestTemplate extends $tea.Model {
|
|
|
8551
8592
|
[key: string]: any;
|
|
8552
8593
|
});
|
|
8553
8594
|
}
|
|
8554
|
-
export declare class
|
|
8555
|
-
|
|
8595
|
+
export declare class CapacityPlanRequestMetric extends $tea.Model {
|
|
8596
|
+
averageQps?: number;
|
|
8597
|
+
code?: string;
|
|
8598
|
+
concurrent?: number;
|
|
8599
|
+
peakQps?: number;
|
|
8600
|
+
responseTime?: number;
|
|
8601
|
+
throughput?: number;
|
|
8602
|
+
type?: string;
|
|
8556
8603
|
static names(): {
|
|
8557
8604
|
[key: string]: string;
|
|
8558
8605
|
};
|
|
@@ -8563,8 +8610,10 @@ export declare class CreateDataStreamResponseBodyResult extends $tea.Model {
|
|
|
8563
8610
|
[key: string]: any;
|
|
8564
8611
|
});
|
|
8565
8612
|
}
|
|
8566
|
-
export declare class
|
|
8567
|
-
|
|
8613
|
+
export declare class CapacityPlanResponseBodyResultExtendConfigs extends $tea.Model {
|
|
8614
|
+
configType?: string;
|
|
8615
|
+
disk?: number;
|
|
8616
|
+
diskType?: string;
|
|
8568
8617
|
static names(): {
|
|
8569
8618
|
[key: string]: string;
|
|
8570
8619
|
};
|
|
@@ -8575,15 +8624,13 @@ export declare class CreateDataTasksRequestBodyMigrateConfig extends $tea.Model
|
|
|
8575
8624
|
[key: string]: any;
|
|
8576
8625
|
});
|
|
8577
8626
|
}
|
|
8578
|
-
export declare class
|
|
8579
|
-
|
|
8580
|
-
|
|
8581
|
-
|
|
8582
|
-
|
|
8583
|
-
|
|
8584
|
-
|
|
8585
|
-
type?: string;
|
|
8586
|
-
username?: string;
|
|
8627
|
+
export declare class CapacityPlanResponseBodyResultNodeConfigurations extends $tea.Model {
|
|
8628
|
+
amount?: number;
|
|
8629
|
+
cpu?: number;
|
|
8630
|
+
disk?: number;
|
|
8631
|
+
diskType?: string;
|
|
8632
|
+
memory?: number;
|
|
8633
|
+
nodeType?: string;
|
|
8587
8634
|
static names(): {
|
|
8588
8635
|
[key: string]: string;
|
|
8589
8636
|
};
|
|
@@ -8594,16 +8641,11 @@ export declare class CreateDataTasksRequestBodySinkCluster extends $tea.Model {
|
|
|
8594
8641
|
[key: string]: any;
|
|
8595
8642
|
});
|
|
8596
8643
|
}
|
|
8597
|
-
export declare class
|
|
8598
|
-
|
|
8599
|
-
|
|
8600
|
-
|
|
8601
|
-
|
|
8602
|
-
type?: string;
|
|
8603
|
-
username?: string;
|
|
8604
|
-
vpcId?: string;
|
|
8605
|
-
vpcInstanceId?: string;
|
|
8606
|
-
vpcInstancePort?: number;
|
|
8644
|
+
export declare class CapacityPlanResponseBodyResult extends $tea.Model {
|
|
8645
|
+
extendConfigs?: CapacityPlanResponseBodyResultExtendConfigs[];
|
|
8646
|
+
instanceCategory?: string;
|
|
8647
|
+
nodeConfigurations?: CapacityPlanResponseBodyResultNodeConfigurations[];
|
|
8648
|
+
oversizedCluster?: boolean;
|
|
8607
8649
|
static names(): {
|
|
8608
8650
|
[key: string]: string;
|
|
8609
8651
|
};
|
|
@@ -8614,10 +8656,9 @@ export declare class CreateDataTasksRequestBodySourceCluster extends $tea.Model
|
|
|
8614
8656
|
[key: string]: any;
|
|
8615
8657
|
});
|
|
8616
8658
|
}
|
|
8617
|
-
export declare class
|
|
8618
|
-
|
|
8619
|
-
|
|
8620
|
-
sourceCluster?: CreateDataTasksRequestBodySourceCluster;
|
|
8659
|
+
export declare class CreateCollectorRequestConfigs extends $tea.Model {
|
|
8660
|
+
content?: string;
|
|
8661
|
+
fileName?: string;
|
|
8621
8662
|
static names(): {
|
|
8622
8663
|
[key: string]: string;
|
|
8623
8664
|
};
|
|
@@ -8628,18 +8669,8 @@ export declare class CreateDataTasksRequestBody extends $tea.Model {
|
|
|
8628
8669
|
[key: string]: any;
|
|
8629
8670
|
});
|
|
8630
8671
|
}
|
|
8631
|
-
export declare class
|
|
8632
|
-
|
|
8633
|
-
index?: string;
|
|
8634
|
-
mapping?: string;
|
|
8635
|
-
password?: string;
|
|
8636
|
-
routing?: string;
|
|
8637
|
-
settings?: string;
|
|
8638
|
-
type?: string;
|
|
8639
|
-
username?: string;
|
|
8640
|
-
vpcId?: string;
|
|
8641
|
-
vpcInstanceId?: string;
|
|
8642
|
-
vpcInstancePort?: string;
|
|
8672
|
+
export declare class CreateCollectorResponseBodyResult extends $tea.Model {
|
|
8673
|
+
resId?: string;
|
|
8643
8674
|
static names(): {
|
|
8644
8675
|
[key: string]: string;
|
|
8645
8676
|
};
|
|
@@ -8650,16 +8681,16 @@ export declare class CreateDataTasksResponseBodyResultSinkCluster extends $tea.M
|
|
|
8650
8681
|
[key: string]: any;
|
|
8651
8682
|
});
|
|
8652
8683
|
}
|
|
8653
|
-
export declare class
|
|
8654
|
-
|
|
8655
|
-
|
|
8656
|
-
|
|
8657
|
-
|
|
8658
|
-
|
|
8659
|
-
|
|
8660
|
-
|
|
8661
|
-
|
|
8662
|
-
|
|
8684
|
+
export declare class CreateComponentIndexRequestTemplate extends $tea.Model {
|
|
8685
|
+
aliases?: {
|
|
8686
|
+
[key: string]: any;
|
|
8687
|
+
};
|
|
8688
|
+
mappings?: {
|
|
8689
|
+
[key: string]: any;
|
|
8690
|
+
};
|
|
8691
|
+
settings?: {
|
|
8692
|
+
[key: string]: any;
|
|
8693
|
+
};
|
|
8663
8694
|
static names(): {
|
|
8664
8695
|
[key: string]: string;
|
|
8665
8696
|
};
|
|
@@ -8670,9 +8701,8 @@ export declare class CreateDataTasksResponseBodyResultSourceCluster extends $tea
|
|
|
8670
8701
|
[key: string]: any;
|
|
8671
8702
|
});
|
|
8672
8703
|
}
|
|
8673
|
-
export declare class
|
|
8674
|
-
|
|
8675
|
-
sourceCluster?: CreateDataTasksResponseBodyResultSourceCluster;
|
|
8704
|
+
export declare class CreateDataStreamResponseBodyResult extends $tea.Model {
|
|
8705
|
+
name?: string;
|
|
8676
8706
|
static names(): {
|
|
8677
8707
|
[key: string]: string;
|
|
8678
8708
|
};
|
|
@@ -9581,6 +9611,19 @@ export declare class DiagnoseInstanceResponseBodyResult extends $tea.Model {
|
|
|
9581
9611
|
[key: string]: any;
|
|
9582
9612
|
});
|
|
9583
9613
|
}
|
|
9614
|
+
export declare class EnableKibanaPvlNetworkRequestVSwitchIdsZone extends $tea.Model {
|
|
9615
|
+
vswitchId?: string;
|
|
9616
|
+
zoneId?: string;
|
|
9617
|
+
static names(): {
|
|
9618
|
+
[key: string]: string;
|
|
9619
|
+
};
|
|
9620
|
+
static types(): {
|
|
9621
|
+
[key: string]: any;
|
|
9622
|
+
};
|
|
9623
|
+
constructor(map?: {
|
|
9624
|
+
[key: string]: any;
|
|
9625
|
+
});
|
|
9626
|
+
}
|
|
9584
9627
|
export declare class EstimatedLogstashRestartTimeResponseBodyResult extends $tea.Model {
|
|
9585
9628
|
unit?: string;
|
|
9586
9629
|
value?: number;
|
|
@@ -10003,6 +10046,133 @@ export declare class GetRegionConfigurationResponseBodyResult extends $tea.Model
|
|
|
10003
10046
|
[key: string]: any;
|
|
10004
10047
|
});
|
|
10005
10048
|
}
|
|
10049
|
+
export declare class GetRegionalInstanceConfigResponseBodyResultClientNodeAmountRange extends $tea.Model {
|
|
10050
|
+
maxAmount?: number;
|
|
10051
|
+
minAmount?: number;
|
|
10052
|
+
static names(): {
|
|
10053
|
+
[key: string]: string;
|
|
10054
|
+
};
|
|
10055
|
+
static types(): {
|
|
10056
|
+
[key: string]: any;
|
|
10057
|
+
};
|
|
10058
|
+
constructor(map?: {
|
|
10059
|
+
[key: string]: any;
|
|
10060
|
+
});
|
|
10061
|
+
}
|
|
10062
|
+
export declare class GetRegionalInstanceConfigResponseBodyResultClientNodeDiskList extends $tea.Model {
|
|
10063
|
+
diskType?: string;
|
|
10064
|
+
maxSize?: number;
|
|
10065
|
+
minSize?: number;
|
|
10066
|
+
scaleLimit?: number;
|
|
10067
|
+
static names(): {
|
|
10068
|
+
[key: string]: string;
|
|
10069
|
+
};
|
|
10070
|
+
static types(): {
|
|
10071
|
+
[key: string]: any;
|
|
10072
|
+
};
|
|
10073
|
+
constructor(map?: {
|
|
10074
|
+
[key: string]: any;
|
|
10075
|
+
});
|
|
10076
|
+
}
|
|
10077
|
+
export declare class GetRegionalInstanceConfigResponseBodyResultDataNodeAmountRange extends $tea.Model {
|
|
10078
|
+
maxAmount?: number;
|
|
10079
|
+
minAmount?: number;
|
|
10080
|
+
static names(): {
|
|
10081
|
+
[key: string]: string;
|
|
10082
|
+
};
|
|
10083
|
+
static types(): {
|
|
10084
|
+
[key: string]: any;
|
|
10085
|
+
};
|
|
10086
|
+
constructor(map?: {
|
|
10087
|
+
[key: string]: any;
|
|
10088
|
+
});
|
|
10089
|
+
}
|
|
10090
|
+
export declare class GetRegionalInstanceConfigResponseBodyResultDataNodeDiskListSubClassificationConfines extends $tea.Model {
|
|
10091
|
+
maxSize?: number;
|
|
10092
|
+
minSize?: number;
|
|
10093
|
+
performanceLevel?: string;
|
|
10094
|
+
static names(): {
|
|
10095
|
+
[key: string]: string;
|
|
10096
|
+
};
|
|
10097
|
+
static types(): {
|
|
10098
|
+
[key: string]: any;
|
|
10099
|
+
};
|
|
10100
|
+
constructor(map?: {
|
|
10101
|
+
[key: string]: any;
|
|
10102
|
+
});
|
|
10103
|
+
}
|
|
10104
|
+
export declare class GetRegionalInstanceConfigResponseBodyResultDataNodeDiskList extends $tea.Model {
|
|
10105
|
+
diskType?: string;
|
|
10106
|
+
maxSize?: number;
|
|
10107
|
+
minSize?: number;
|
|
10108
|
+
scaleLimit?: number;
|
|
10109
|
+
subClassificationConfines?: GetRegionalInstanceConfigResponseBodyResultDataNodeDiskListSubClassificationConfines[];
|
|
10110
|
+
valueLimitSet?: number[];
|
|
10111
|
+
static names(): {
|
|
10112
|
+
[key: string]: string;
|
|
10113
|
+
};
|
|
10114
|
+
static types(): {
|
|
10115
|
+
[key: string]: any;
|
|
10116
|
+
};
|
|
10117
|
+
constructor(map?: {
|
|
10118
|
+
[key: string]: any;
|
|
10119
|
+
});
|
|
10120
|
+
}
|
|
10121
|
+
export declare class GetRegionalInstanceConfigResponseBodyResultMasterDiskListSubClassificationConfines extends $tea.Model {
|
|
10122
|
+
maxSize?: number;
|
|
10123
|
+
minSize?: number;
|
|
10124
|
+
performanceLevel?: string;
|
|
10125
|
+
static names(): {
|
|
10126
|
+
[key: string]: string;
|
|
10127
|
+
};
|
|
10128
|
+
static types(): {
|
|
10129
|
+
[key: string]: any;
|
|
10130
|
+
};
|
|
10131
|
+
constructor(map?: {
|
|
10132
|
+
[key: string]: any;
|
|
10133
|
+
});
|
|
10134
|
+
}
|
|
10135
|
+
export declare class GetRegionalInstanceConfigResponseBodyResultMasterDiskList extends $tea.Model {
|
|
10136
|
+
diskType?: string;
|
|
10137
|
+
maxSize?: number;
|
|
10138
|
+
minSize?: number;
|
|
10139
|
+
scaleLimit?: number;
|
|
10140
|
+
subClassificationConfines?: GetRegionalInstanceConfigResponseBodyResultMasterDiskListSubClassificationConfines[];
|
|
10141
|
+
static names(): {
|
|
10142
|
+
[key: string]: string;
|
|
10143
|
+
};
|
|
10144
|
+
static types(): {
|
|
10145
|
+
[key: string]: any;
|
|
10146
|
+
};
|
|
10147
|
+
constructor(map?: {
|
|
10148
|
+
[key: string]: any;
|
|
10149
|
+
});
|
|
10150
|
+
}
|
|
10151
|
+
export declare class GetRegionalInstanceConfigResponseBodyResult extends $tea.Model {
|
|
10152
|
+
clientNodeAmountRange?: GetRegionalInstanceConfigResponseBodyResultClientNodeAmountRange;
|
|
10153
|
+
clientNodeDiskList?: GetRegionalInstanceConfigResponseBodyResultClientNodeDiskList[];
|
|
10154
|
+
clientSpecs?: string[];
|
|
10155
|
+
dataNodeAmountRange?: GetRegionalInstanceConfigResponseBodyResultDataNodeAmountRange;
|
|
10156
|
+
dataNodeDiskList?: GetRegionalInstanceConfigResponseBodyResultDataNodeDiskList[];
|
|
10157
|
+
dataNodeSpecs?: string[];
|
|
10158
|
+
kibanaSpecs?: string[];
|
|
10159
|
+
masterAmountRange?: string[];
|
|
10160
|
+
masterDiskList?: GetRegionalInstanceConfigResponseBodyResultMasterDiskList[];
|
|
10161
|
+
masterSpecs?: string[];
|
|
10162
|
+
specInfoMap?: {
|
|
10163
|
+
[key: string]: ResultSpecInfoMapValue;
|
|
10164
|
+
};
|
|
10165
|
+
versions?: string[];
|
|
10166
|
+
static names(): {
|
|
10167
|
+
[key: string]: string;
|
|
10168
|
+
};
|
|
10169
|
+
static types(): {
|
|
10170
|
+
[key: string]: any;
|
|
10171
|
+
};
|
|
10172
|
+
constructor(map?: {
|
|
10173
|
+
[key: string]: any;
|
|
10174
|
+
});
|
|
10175
|
+
}
|
|
10006
10176
|
export declare class GetSuggestShrinkableNodesResponseBodyResult extends $tea.Model {
|
|
10007
10177
|
host?: string;
|
|
10008
10178
|
port?: number;
|
|
@@ -11190,6 +11360,38 @@ export declare class ListKibanaPluginsResponseBodyResult extends $tea.Model {
|
|
|
11190
11360
|
[key: string]: any;
|
|
11191
11361
|
});
|
|
11192
11362
|
}
|
|
11363
|
+
export declare class ListKibanaPvlNetworkResponseBodyResultVSwitchIdsZone extends $tea.Model {
|
|
11364
|
+
vswitchId?: string;
|
|
11365
|
+
zoneId?: string;
|
|
11366
|
+
static names(): {
|
|
11367
|
+
[key: string]: string;
|
|
11368
|
+
};
|
|
11369
|
+
static types(): {
|
|
11370
|
+
[key: string]: any;
|
|
11371
|
+
};
|
|
11372
|
+
constructor(map?: {
|
|
11373
|
+
[key: string]: any;
|
|
11374
|
+
});
|
|
11375
|
+
}
|
|
11376
|
+
export declare class ListKibanaPvlNetworkResponseBodyResult extends $tea.Model {
|
|
11377
|
+
createTime?: string;
|
|
11378
|
+
endpointId?: string;
|
|
11379
|
+
endpointName?: string;
|
|
11380
|
+
endpointStatus?: string;
|
|
11381
|
+
pvlId?: string;
|
|
11382
|
+
securityGroups?: string[];
|
|
11383
|
+
vSwitchIdsZone?: ListKibanaPvlNetworkResponseBodyResultVSwitchIdsZone[];
|
|
11384
|
+
vpcId?: string;
|
|
11385
|
+
static names(): {
|
|
11386
|
+
[key: string]: string;
|
|
11387
|
+
};
|
|
11388
|
+
static types(): {
|
|
11389
|
+
[key: string]: any;
|
|
11390
|
+
};
|
|
11391
|
+
constructor(map?: {
|
|
11392
|
+
[key: string]: any;
|
|
11393
|
+
});
|
|
11394
|
+
}
|
|
11193
11395
|
export declare class ListLogstashResponseBodyHeaders extends $tea.Model {
|
|
11194
11396
|
xTotalCount?: number;
|
|
11195
11397
|
static names(): {
|
|
@@ -12569,30 +12771,6 @@ export default class Client extends OpenApi {
|
|
|
12569
12771
|
[key: string]: string;
|
|
12570
12772
|
}, runtime: $Util.RuntimeOptions): Promise<CreateDataStreamResponse>;
|
|
12571
12773
|
createDataStream(InstanceId: string, request: CreateDataStreamRequest): Promise<CreateDataStreamResponse>;
|
|
12572
|
-
/**
|
|
12573
|
-
* @deprecated
|
|
12574
|
-
* Before you call this operation, note that:
|
|
12575
|
-
* * Currently, the one-click index migration feature only supports the China (Beijing) region.
|
|
12576
|
-
* * The source and destination Elasticsearch clusters must meet the following requirements: a user-created or Alibaba Cloud Elasticsearch Elasticsearch cluster with a source of version 6.7.0 and a Alibaba Cloud Elasticsearch Elasticsearch cluster with a destination of version 6.3.2 or 6.7.0.
|
|
12577
|
-
*
|
|
12578
|
-
* @param request CreateDataTasksRequest
|
|
12579
|
-
* @param headers map
|
|
12580
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
12581
|
-
* @return CreateDataTasksResponse
|
|
12582
|
-
*/
|
|
12583
|
-
createDataTasksWithOptions(InstanceId: string, request: CreateDataTasksRequest, headers: {
|
|
12584
|
-
[key: string]: string;
|
|
12585
|
-
}, runtime: $Util.RuntimeOptions): Promise<CreateDataTasksResponse>;
|
|
12586
|
-
/**
|
|
12587
|
-
* @deprecated
|
|
12588
|
-
* Before you call this operation, note that:
|
|
12589
|
-
* * Currently, the one-click index migration feature only supports the China (Beijing) region.
|
|
12590
|
-
* * The source and destination Elasticsearch clusters must meet the following requirements: a user-created or Alibaba Cloud Elasticsearch Elasticsearch cluster with a source of version 6.7.0 and a Alibaba Cloud Elasticsearch Elasticsearch cluster with a destination of version 6.3.2 or 6.7.0.
|
|
12591
|
-
*
|
|
12592
|
-
* @param request CreateDataTasksRequest
|
|
12593
|
-
* @return CreateDataTasksResponse
|
|
12594
|
-
*/
|
|
12595
|
-
createDataTasks(InstanceId: string, request: CreateDataTasksRequest): Promise<CreateDataTasksResponse>;
|
|
12596
12774
|
createILMPolicyWithOptions(InstanceId: string, request: CreateILMPolicyRequest, headers: {
|
|
12597
12775
|
[key: string]: string;
|
|
12598
12776
|
}, runtime: $Util.RuntimeOptions): Promise<CreateILMPolicyResponse>;
|
|
@@ -12819,6 +12997,14 @@ export default class Client extends OpenApi {
|
|
|
12819
12997
|
[key: string]: string;
|
|
12820
12998
|
}, runtime: $Util.RuntimeOptions): Promise<DiagnoseInstanceResponse>;
|
|
12821
12999
|
diagnoseInstance(InstanceId: string, request: DiagnoseInstanceRequest): Promise<DiagnoseInstanceResponse>;
|
|
13000
|
+
disableKibanaPvlNetworkWithOptions(InstanceId: string, headers: {
|
|
13001
|
+
[key: string]: string;
|
|
13002
|
+
}, runtime: $Util.RuntimeOptions): Promise<DisableKibanaPvlNetworkResponse>;
|
|
13003
|
+
disableKibanaPvlNetwork(InstanceId: string): Promise<DisableKibanaPvlNetworkResponse>;
|
|
13004
|
+
enableKibanaPvlNetworkWithOptions(InstanceId: string, request: EnableKibanaPvlNetworkRequest, headers: {
|
|
13005
|
+
[key: string]: string;
|
|
13006
|
+
}, runtime: $Util.RuntimeOptions): Promise<EnableKibanaPvlNetworkResponse>;
|
|
13007
|
+
enableKibanaPvlNetwork(InstanceId: string, request: EnableKibanaPvlNetworkRequest): Promise<EnableKibanaPvlNetworkResponse>;
|
|
12822
13008
|
estimatedLogstashRestartTimeWithOptions(InstanceId: string, request: EstimatedLogstashRestartTimeRequest, headers: {
|
|
12823
13009
|
[key: string]: string;
|
|
12824
13010
|
}, runtime: $Util.RuntimeOptions): Promise<EstimatedLogstashRestartTimeResponse>;
|
|
@@ -12855,6 +13041,10 @@ export default class Client extends OpenApi {
|
|
|
12855
13041
|
[key: string]: string;
|
|
12856
13042
|
}, runtime: $Util.RuntimeOptions): Promise<GetRegionConfigurationResponse>;
|
|
12857
13043
|
getRegionConfiguration(request: GetRegionConfigurationRequest): Promise<GetRegionConfigurationResponse>;
|
|
13044
|
+
getRegionalInstanceConfigWithOptions(headers: {
|
|
13045
|
+
[key: string]: string;
|
|
13046
|
+
}, runtime: $Util.RuntimeOptions): Promise<GetRegionalInstanceConfigResponse>;
|
|
13047
|
+
getRegionalInstanceConfig(): Promise<GetRegionalInstanceConfigResponse>;
|
|
12858
13048
|
getSuggestShrinkableNodesWithOptions(InstanceId: string, request: GetSuggestShrinkableNodesRequest, headers: {
|
|
12859
13049
|
[key: string]: string;
|
|
12860
13050
|
}, runtime: $Util.RuntimeOptions): Promise<GetSuggestShrinkableNodesResponse>;
|
|
@@ -13077,6 +13267,10 @@ export default class Client extends OpenApi {
|
|
|
13077
13267
|
[key: string]: string;
|
|
13078
13268
|
}, runtime: $Util.RuntimeOptions): Promise<ListKibanaPluginsResponse>;
|
|
13079
13269
|
listKibanaPlugins(InstanceId: string, request: ListKibanaPluginsRequest): Promise<ListKibanaPluginsResponse>;
|
|
13270
|
+
listKibanaPvlNetworkWithOptions(InstanceId: string, headers: {
|
|
13271
|
+
[key: string]: string;
|
|
13272
|
+
}, runtime: $Util.RuntimeOptions): Promise<ListKibanaPvlNetworkResponse>;
|
|
13273
|
+
listKibanaPvlNetwork(InstanceId: string): Promise<ListKibanaPvlNetworkResponse>;
|
|
13080
13274
|
listLogstashWithOptions(request: ListLogstashRequest, headers: {
|
|
13081
13275
|
[key: string]: string;
|
|
13082
13276
|
}, runtime: $Util.RuntimeOptions): Promise<ListLogstashResponse>;
|
|
@@ -13585,6 +13779,10 @@ export default class Client extends OpenApi {
|
|
|
13585
13779
|
* @return UpdateInstanceSettingsResponse
|
|
13586
13780
|
*/
|
|
13587
13781
|
updateInstanceSettings(InstanceId: string, request: UpdateInstanceSettingsRequest): Promise<UpdateInstanceSettingsResponse>;
|
|
13782
|
+
updateKibanaPvlNetworkWithOptions(InstanceId: string, request: UpdateKibanaPvlNetworkRequest, headers: {
|
|
13783
|
+
[key: string]: string;
|
|
13784
|
+
}, runtime: $Util.RuntimeOptions): Promise<UpdateKibanaPvlNetworkResponse>;
|
|
13785
|
+
updateKibanaPvlNetwork(InstanceId: string, request: UpdateKibanaPvlNetworkRequest): Promise<UpdateKibanaPvlNetworkResponse>;
|
|
13588
13786
|
updateKibanaSettingsWithOptions(InstanceId: string, request: UpdateKibanaSettingsRequest, headers: {
|
|
13589
13787
|
[key: string]: string;
|
|
13590
13788
|
}, runtime: $Util.RuntimeOptions): Promise<UpdateKibanaSettingsResponse>;
|