@alicloud/slb20140515 2.0.4 → 2.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/client.d.ts CHANGED
@@ -35,11 +35,11 @@ export declare class AddAccessControlListEntryResponseBody extends $tea.Model {
35
35
  });
36
36
  }
37
37
  export declare class AddAccessControlListEntryResponse extends $tea.Model {
38
- headers: {
38
+ headers?: {
39
39
  [key: string]: string;
40
40
  };
41
- statusCode: number;
42
- body: AddAccessControlListEntryResponseBody;
41
+ statusCode?: number;
42
+ body?: AddAccessControlListEntryResponseBody;
43
43
  static names(): {
44
44
  [key: string]: string;
45
45
  };
@@ -83,11 +83,11 @@ export declare class AddBackendServersResponseBody extends $tea.Model {
83
83
  });
84
84
  }
85
85
  export declare class AddBackendServersResponse extends $tea.Model {
86
- headers: {
86
+ headers?: {
87
87
  [key: string]: string;
88
88
  };
89
- statusCode: number;
90
- body: AddBackendServersResponseBody;
89
+ statusCode?: number;
90
+ body?: AddBackendServersResponseBody;
91
91
  static names(): {
92
92
  [key: string]: string;
93
93
  };
@@ -131,11 +131,11 @@ export declare class AddListenerWhiteListItemResponseBody extends $tea.Model {
131
131
  });
132
132
  }
133
133
  export declare class AddListenerWhiteListItemResponse extends $tea.Model {
134
- headers: {
134
+ headers?: {
135
135
  [key: string]: string;
136
136
  };
137
- statusCode: number;
138
- body: AddListenerWhiteListItemResponseBody;
137
+ statusCode?: number;
138
+ body?: AddListenerWhiteListItemResponseBody;
139
139
  static names(): {
140
140
  [key: string]: string;
141
141
  };
@@ -177,11 +177,11 @@ export declare class AddTagsResponseBody extends $tea.Model {
177
177
  });
178
178
  }
179
179
  export declare class AddTagsResponse extends $tea.Model {
180
- headers: {
180
+ headers?: {
181
181
  [key: string]: string;
182
182
  };
183
- statusCode: number;
184
- body: AddTagsResponseBody;
183
+ statusCode?: number;
184
+ body?: AddTagsResponseBody;
185
185
  static names(): {
186
186
  [key: string]: string;
187
187
  };
@@ -225,11 +225,11 @@ export declare class AddVServerGroupBackendServersResponseBody extends $tea.Mode
225
225
  });
226
226
  }
227
227
  export declare class AddVServerGroupBackendServersResponse extends $tea.Model {
228
- headers: {
228
+ headers?: {
229
229
  [key: string]: string;
230
230
  };
231
- statusCode: number;
232
- body: AddVServerGroupBackendServersResponseBody;
231
+ statusCode?: number;
232
+ body?: AddVServerGroupBackendServersResponseBody;
233
233
  static names(): {
234
234
  [key: string]: string;
235
235
  };
@@ -274,11 +274,11 @@ export declare class CreateAccessControlListResponseBody extends $tea.Model {
274
274
  });
275
275
  }
276
276
  export declare class CreateAccessControlListResponse extends $tea.Model {
277
- headers: {
277
+ headers?: {
278
278
  [key: string]: string;
279
279
  };
280
- statusCode: number;
281
- body: CreateAccessControlListResponseBody;
280
+ statusCode?: number;
281
+ body?: CreateAccessControlListResponseBody;
282
282
  static names(): {
283
283
  [key: string]: string;
284
284
  };
@@ -324,11 +324,11 @@ export declare class CreateDomainExtensionResponseBody extends $tea.Model {
324
324
  });
325
325
  }
326
326
  export declare class CreateDomainExtensionResponse extends $tea.Model {
327
- headers: {
327
+ headers?: {
328
328
  [key: string]: string;
329
329
  };
330
- statusCode: number;
331
- body: CreateDomainExtensionResponseBody;
330
+ statusCode?: number;
331
+ body?: CreateDomainExtensionResponseBody;
332
332
  static names(): {
333
333
  [key: string]: string;
334
334
  };
@@ -399,11 +399,11 @@ export declare class CreateLoadBalancerResponseBody extends $tea.Model {
399
399
  });
400
400
  }
401
401
  export declare class CreateLoadBalancerResponse extends $tea.Model {
402
- headers: {
402
+ headers?: {
403
403
  [key: string]: string;
404
404
  };
405
- statusCode: number;
406
- body: CreateLoadBalancerResponseBody;
405
+ statusCode?: number;
406
+ body?: CreateLoadBalancerResponseBody;
407
407
  static names(): {
408
408
  [key: string]: string;
409
409
  };
@@ -451,8 +451,10 @@ export declare class CreateLoadBalancerHTTPListenerRequest extends $tea.Model {
451
451
  unhealthyThreshold?: number;
452
452
  VServerGroupId?: string;
453
453
  XForwardedFor?: string;
454
+ XForwardedFor_ClientSrcPort?: string;
454
455
  XForwardedFor_SLBID?: string;
455
456
  XForwardedFor_SLBIP?: string;
457
+ XForwardedFor_SLBPORT?: string;
456
458
  XForwardedFor_proto?: string;
457
459
  static names(): {
458
460
  [key: string]: string;
@@ -477,11 +479,11 @@ export declare class CreateLoadBalancerHTTPListenerResponseBody extends $tea.Mod
477
479
  });
478
480
  }
479
481
  export declare class CreateLoadBalancerHTTPListenerResponse extends $tea.Model {
480
- headers: {
482
+ headers?: {
481
483
  [key: string]: string;
482
484
  };
483
- statusCode: number;
484
- body: CreateLoadBalancerHTTPListenerResponseBody;
485
+ statusCode?: number;
486
+ body?: CreateLoadBalancerHTTPListenerResponseBody;
485
487
  static names(): {
486
488
  [key: string]: string;
487
489
  };
@@ -531,8 +533,10 @@ export declare class CreateLoadBalancerHTTPSListenerRequest extends $tea.Model {
531
533
  unhealthyThreshold?: number;
532
534
  VServerGroupId?: string;
533
535
  XForwardedFor?: string;
536
+ XForwardedFor_ClientSrcPort?: string;
534
537
  XForwardedFor_SLBID?: string;
535
538
  XForwardedFor_SLBIP?: string;
539
+ XForwardedFor_SLBPORT?: string;
536
540
  XForwardedFor_proto?: string;
537
541
  static names(): {
538
542
  [key: string]: string;
@@ -557,11 +561,11 @@ export declare class CreateLoadBalancerHTTPSListenerResponseBody extends $tea.Mo
557
561
  });
558
562
  }
559
563
  export declare class CreateLoadBalancerHTTPSListenerResponse extends $tea.Model {
560
- headers: {
564
+ headers?: {
561
565
  [key: string]: string;
562
566
  };
563
- statusCode: number;
564
- body: CreateLoadBalancerHTTPSListenerResponseBody;
567
+ statusCode?: number;
568
+ body?: CreateLoadBalancerHTTPSListenerResponseBody;
565
569
  static names(): {
566
570
  [key: string]: string;
567
571
  };
@@ -628,11 +632,11 @@ export declare class CreateLoadBalancerTCPListenerResponseBody extends $tea.Mode
628
632
  });
629
633
  }
630
634
  export declare class CreateLoadBalancerTCPListenerResponse extends $tea.Model {
631
- headers: {
635
+ headers?: {
632
636
  [key: string]: string;
633
637
  };
634
- statusCode: number;
635
- body: CreateLoadBalancerTCPListenerResponseBody;
638
+ statusCode?: number;
639
+ body?: CreateLoadBalancerTCPListenerResponseBody;
636
640
  static names(): {
637
641
  [key: string]: string;
638
642
  };
@@ -693,11 +697,11 @@ export declare class CreateLoadBalancerUDPListenerResponseBody extends $tea.Mode
693
697
  });
694
698
  }
695
699
  export declare class CreateLoadBalancerUDPListenerResponse extends $tea.Model {
696
- headers: {
700
+ headers?: {
697
701
  [key: string]: string;
698
702
  };
699
- statusCode: number;
700
- body: CreateLoadBalancerUDPListenerResponseBody;
703
+ statusCode?: number;
704
+ body?: CreateLoadBalancerUDPListenerResponseBody;
701
705
  static names(): {
702
706
  [key: string]: string;
703
707
  };
@@ -743,11 +747,11 @@ export declare class CreateMasterSlaveServerGroupResponseBody extends $tea.Model
743
747
  });
744
748
  }
745
749
  export declare class CreateMasterSlaveServerGroupResponse extends $tea.Model {
746
- headers: {
750
+ headers?: {
747
751
  [key: string]: string;
748
752
  };
749
- statusCode: number;
750
- body: CreateMasterSlaveServerGroupResponseBody;
753
+ statusCode?: number;
754
+ body?: CreateMasterSlaveServerGroupResponseBody;
751
755
  static names(): {
752
756
  [key: string]: string;
753
757
  };
@@ -792,11 +796,11 @@ export declare class CreateRulesResponseBody extends $tea.Model {
792
796
  });
793
797
  }
794
798
  export declare class CreateRulesResponse extends $tea.Model {
795
- headers: {
799
+ headers?: {
796
800
  [key: string]: string;
797
801
  };
798
- statusCode: number;
799
- body: CreateRulesResponseBody;
802
+ statusCode?: number;
803
+ body?: CreateRulesResponseBody;
800
804
  static names(): {
801
805
  [key: string]: string;
802
806
  };
@@ -840,11 +844,11 @@ export declare class CreateTLSCipherPolicyResponseBody extends $tea.Model {
840
844
  });
841
845
  }
842
846
  export declare class CreateTLSCipherPolicyResponse extends $tea.Model {
843
- headers: {
847
+ headers?: {
844
848
  [key: string]: string;
845
849
  };
846
- statusCode: number;
847
- body: CreateTLSCipherPolicyResponseBody;
850
+ statusCode?: number;
851
+ body?: CreateTLSCipherPolicyResponseBody;
848
852
  static names(): {
849
853
  [key: string]: string;
850
854
  };
@@ -890,11 +894,11 @@ export declare class CreateVServerGroupResponseBody extends $tea.Model {
890
894
  });
891
895
  }
892
896
  export declare class CreateVServerGroupResponse extends $tea.Model {
893
- headers: {
897
+ headers?: {
894
898
  [key: string]: string;
895
899
  };
896
- statusCode: number;
897
- body: CreateVServerGroupResponseBody;
900
+ statusCode?: number;
901
+ body?: CreateVServerGroupResponseBody;
898
902
  static names(): {
899
903
  [key: string]: string;
900
904
  };
@@ -935,11 +939,11 @@ export declare class DeleteAccessControlListResponseBody extends $tea.Model {
935
939
  });
936
940
  }
937
941
  export declare class DeleteAccessControlListResponse extends $tea.Model {
938
- headers: {
942
+ headers?: {
939
943
  [key: string]: string;
940
944
  };
941
- statusCode: number;
942
- body: DeleteAccessControlListResponseBody;
945
+ statusCode?: number;
946
+ body?: DeleteAccessControlListResponseBody;
943
947
  static names(): {
944
948
  [key: string]: string;
945
949
  };
@@ -982,11 +986,11 @@ export declare class DeleteAccessLogsDownloadAttributeResponseBody extends $tea.
982
986
  });
983
987
  }
984
988
  export declare class DeleteAccessLogsDownloadAttributeResponse extends $tea.Model {
985
- headers: {
989
+ headers?: {
986
990
  [key: string]: string;
987
991
  };
988
- statusCode: number;
989
- body: DeleteAccessLogsDownloadAttributeResponseBody;
992
+ statusCode?: number;
993
+ body?: DeleteAccessLogsDownloadAttributeResponseBody;
990
994
  static names(): {
991
995
  [key: string]: string;
992
996
  };
@@ -1027,11 +1031,11 @@ export declare class DeleteCACertificateResponseBody extends $tea.Model {
1027
1031
  });
1028
1032
  }
1029
1033
  export declare class DeleteCACertificateResponse extends $tea.Model {
1030
- headers: {
1034
+ headers?: {
1031
1035
  [key: string]: string;
1032
1036
  };
1033
- statusCode: number;
1034
- body: DeleteCACertificateResponseBody;
1037
+ statusCode?: number;
1038
+ body?: DeleteCACertificateResponseBody;
1035
1039
  static names(): {
1036
1040
  [key: string]: string;
1037
1041
  };
@@ -1072,11 +1076,11 @@ export declare class DeleteDomainExtensionResponseBody extends $tea.Model {
1072
1076
  });
1073
1077
  }
1074
1078
  export declare class DeleteDomainExtensionResponse extends $tea.Model {
1075
- headers: {
1079
+ headers?: {
1076
1080
  [key: string]: string;
1077
1081
  };
1078
- statusCode: number;
1079
- body: DeleteDomainExtensionResponseBody;
1082
+ statusCode?: number;
1083
+ body?: DeleteDomainExtensionResponseBody;
1080
1084
  static names(): {
1081
1085
  [key: string]: string;
1082
1086
  };
@@ -1117,11 +1121,11 @@ export declare class DeleteLoadBalancerResponseBody extends $tea.Model {
1117
1121
  });
1118
1122
  }
1119
1123
  export declare class DeleteLoadBalancerResponse extends $tea.Model {
1120
- headers: {
1124
+ headers?: {
1121
1125
  [key: string]: string;
1122
1126
  };
1123
- statusCode: number;
1124
- body: DeleteLoadBalancerResponseBody;
1127
+ statusCode?: number;
1128
+ body?: DeleteLoadBalancerResponseBody;
1125
1129
  static names(): {
1126
1130
  [key: string]: string;
1127
1131
  };
@@ -1164,11 +1168,11 @@ export declare class DeleteLoadBalancerListenerResponseBody extends $tea.Model {
1164
1168
  });
1165
1169
  }
1166
1170
  export declare class DeleteLoadBalancerListenerResponse extends $tea.Model {
1167
- headers: {
1171
+ headers?: {
1168
1172
  [key: string]: string;
1169
1173
  };
1170
- statusCode: number;
1171
- body: DeleteLoadBalancerListenerResponseBody;
1174
+ statusCode?: number;
1175
+ body?: DeleteLoadBalancerListenerResponseBody;
1172
1176
  static names(): {
1173
1177
  [key: string]: string;
1174
1178
  };
@@ -1209,11 +1213,11 @@ export declare class DeleteMasterSlaveServerGroupResponseBody extends $tea.Model
1209
1213
  });
1210
1214
  }
1211
1215
  export declare class DeleteMasterSlaveServerGroupResponse extends $tea.Model {
1212
- headers: {
1216
+ headers?: {
1213
1217
  [key: string]: string;
1214
1218
  };
1215
- statusCode: number;
1216
- body: DeleteMasterSlaveServerGroupResponseBody;
1219
+ statusCode?: number;
1220
+ body?: DeleteMasterSlaveServerGroupResponseBody;
1217
1221
  static names(): {
1218
1222
  [key: string]: string;
1219
1223
  };
@@ -1254,11 +1258,11 @@ export declare class DeleteRulesResponseBody extends $tea.Model {
1254
1258
  });
1255
1259
  }
1256
1260
  export declare class DeleteRulesResponse extends $tea.Model {
1257
- headers: {
1261
+ headers?: {
1258
1262
  [key: string]: string;
1259
1263
  };
1260
- statusCode: number;
1261
- body: DeleteRulesResponseBody;
1264
+ statusCode?: number;
1265
+ body?: DeleteRulesResponseBody;
1262
1266
  static names(): {
1263
1267
  [key: string]: string;
1264
1268
  };
@@ -1299,11 +1303,11 @@ export declare class DeleteServerCertificateResponseBody extends $tea.Model {
1299
1303
  });
1300
1304
  }
1301
1305
  export declare class DeleteServerCertificateResponse extends $tea.Model {
1302
- headers: {
1306
+ headers?: {
1303
1307
  [key: string]: string;
1304
1308
  };
1305
- statusCode: number;
1306
- body: DeleteServerCertificateResponseBody;
1309
+ statusCode?: number;
1310
+ body?: DeleteServerCertificateResponseBody;
1307
1311
  static names(): {
1308
1312
  [key: string]: string;
1309
1313
  };
@@ -1344,11 +1348,11 @@ export declare class DeleteTLSCipherPolicyResponseBody extends $tea.Model {
1344
1348
  });
1345
1349
  }
1346
1350
  export declare class DeleteTLSCipherPolicyResponse extends $tea.Model {
1347
- headers: {
1351
+ headers?: {
1348
1352
  [key: string]: string;
1349
1353
  };
1350
- statusCode: number;
1351
- body: DeleteTLSCipherPolicyResponseBody;
1354
+ statusCode?: number;
1355
+ body?: DeleteTLSCipherPolicyResponseBody;
1352
1356
  static names(): {
1353
1357
  [key: string]: string;
1354
1358
  };
@@ -1389,11 +1393,11 @@ export declare class DeleteVServerGroupResponseBody extends $tea.Model {
1389
1393
  });
1390
1394
  }
1391
1395
  export declare class DeleteVServerGroupResponse extends $tea.Model {
1392
- headers: {
1396
+ headers?: {
1393
1397
  [key: string]: string;
1394
1398
  };
1395
- statusCode: number;
1396
- body: DeleteVServerGroupResponseBody;
1399
+ statusCode?: number;
1400
+ body?: DeleteVServerGroupResponseBody;
1397
1401
  static names(): {
1398
1402
  [key: string]: string;
1399
1403
  };
@@ -1446,11 +1450,11 @@ export declare class DescribeAccessControlListAttributeResponseBody extends $tea
1446
1450
  });
1447
1451
  }
1448
1452
  export declare class DescribeAccessControlListAttributeResponse extends $tea.Model {
1449
- headers: {
1453
+ headers?: {
1450
1454
  [key: string]: string;
1451
1455
  };
1452
- statusCode: number;
1453
- body: DescribeAccessControlListAttributeResponseBody;
1456
+ statusCode?: number;
1457
+ body?: DescribeAccessControlListAttributeResponseBody;
1454
1458
  static names(): {
1455
1459
  [key: string]: string;
1456
1460
  };
@@ -1501,11 +1505,11 @@ export declare class DescribeAccessControlListsResponseBody extends $tea.Model {
1501
1505
  });
1502
1506
  }
1503
1507
  export declare class DescribeAccessControlListsResponse extends $tea.Model {
1504
- headers: {
1508
+ headers?: {
1505
1509
  [key: string]: string;
1506
1510
  };
1507
- statusCode: number;
1508
- body: DescribeAccessControlListsResponseBody;
1511
+ statusCode?: number;
1512
+ body?: DescribeAccessControlListsResponseBody;
1509
1513
  static names(): {
1510
1514
  [key: string]: string;
1511
1515
  };
@@ -1554,11 +1558,11 @@ export declare class DescribeAccessLogsDownloadAttributeResponseBody extends $te
1554
1558
  });
1555
1559
  }
1556
1560
  export declare class DescribeAccessLogsDownloadAttributeResponse extends $tea.Model {
1557
- headers: {
1561
+ headers?: {
1558
1562
  [key: string]: string;
1559
1563
  };
1560
- statusCode: number;
1561
- body: DescribeAccessLogsDownloadAttributeResponseBody;
1564
+ statusCode?: number;
1565
+ body?: DescribeAccessLogsDownloadAttributeResponseBody;
1562
1566
  static names(): {
1563
1567
  [key: string]: string;
1564
1568
  };
@@ -1601,11 +1605,11 @@ export declare class DescribeAvailableResourceResponseBody extends $tea.Model {
1601
1605
  });
1602
1606
  }
1603
1607
  export declare class DescribeAvailableResourceResponse extends $tea.Model {
1604
- headers: {
1608
+ headers?: {
1605
1609
  [key: string]: string;
1606
1610
  };
1607
- statusCode: number;
1608
- body: DescribeAvailableResourceResponseBody;
1611
+ statusCode?: number;
1612
+ body?: DescribeAvailableResourceResponseBody;
1609
1613
  static names(): {
1610
1614
  [key: string]: string;
1611
1615
  };
@@ -1649,11 +1653,11 @@ export declare class DescribeCACertificatesResponseBody extends $tea.Model {
1649
1653
  });
1650
1654
  }
1651
1655
  export declare class DescribeCACertificatesResponse extends $tea.Model {
1652
- headers: {
1656
+ headers?: {
1653
1657
  [key: string]: string;
1654
1658
  };
1655
- statusCode: number;
1656
- body: DescribeCACertificatesResponseBody;
1659
+ statusCode?: number;
1660
+ body?: DescribeCACertificatesResponseBody;
1657
1661
  static names(): {
1658
1662
  [key: string]: string;
1659
1663
  };
@@ -1699,11 +1703,11 @@ export declare class DescribeDomainExtensionAttributeResponseBody extends $tea.M
1699
1703
  });
1700
1704
  }
1701
1705
  export declare class DescribeDomainExtensionAttributeResponse extends $tea.Model {
1702
- headers: {
1706
+ headers?: {
1703
1707
  [key: string]: string;
1704
1708
  };
1705
- statusCode: number;
1706
- body: DescribeDomainExtensionAttributeResponseBody;
1709
+ statusCode?: number;
1710
+ body?: DescribeDomainExtensionAttributeResponseBody;
1707
1711
  static names(): {
1708
1712
  [key: string]: string;
1709
1713
  };
@@ -1747,11 +1751,11 @@ export declare class DescribeDomainExtensionsResponseBody extends $tea.Model {
1747
1751
  });
1748
1752
  }
1749
1753
  export declare class DescribeDomainExtensionsResponse extends $tea.Model {
1750
- headers: {
1754
+ headers?: {
1751
1755
  [key: string]: string;
1752
1756
  };
1753
- statusCode: number;
1754
- body: DescribeDomainExtensionsResponseBody;
1757
+ statusCode?: number;
1758
+ body?: DescribeDomainExtensionsResponseBody;
1755
1759
  static names(): {
1756
1760
  [key: string]: string;
1757
1761
  };
@@ -1795,11 +1799,11 @@ export declare class DescribeHealthStatusResponseBody extends $tea.Model {
1795
1799
  });
1796
1800
  }
1797
1801
  export declare class DescribeHealthStatusResponse extends $tea.Model {
1798
- headers: {
1802
+ headers?: {
1799
1803
  [key: string]: string;
1800
1804
  };
1801
- statusCode: number;
1802
- body: DescribeHealthStatusResponseBody;
1805
+ statusCode?: number;
1806
+ body?: DescribeHealthStatusResponseBody;
1803
1807
  static names(): {
1804
1808
  [key: string]: string;
1805
1809
  };
@@ -1843,11 +1847,11 @@ export declare class DescribeHighDefinationMonitorResponseBody extends $tea.Mode
1843
1847
  });
1844
1848
  }
1845
1849
  export declare class DescribeHighDefinationMonitorResponse extends $tea.Model {
1846
- headers: {
1850
+ headers?: {
1847
1851
  [key: string]: string;
1848
1852
  };
1849
- statusCode: number;
1850
- body: DescribeHighDefinationMonitorResponseBody;
1853
+ statusCode?: number;
1854
+ body?: DescribeHighDefinationMonitorResponseBody;
1851
1855
  static names(): {
1852
1856
  [key: string]: string;
1853
1857
  };
@@ -1892,11 +1896,11 @@ export declare class DescribeListenerAccessControlAttributeResponseBody extends
1892
1896
  });
1893
1897
  }
1894
1898
  export declare class DescribeListenerAccessControlAttributeResponse extends $tea.Model {
1895
- headers: {
1899
+ headers?: {
1896
1900
  [key: string]: string;
1897
1901
  };
1898
- statusCode: number;
1899
- body: DescribeListenerAccessControlAttributeResponseBody;
1902
+ statusCode?: number;
1903
+ body?: DescribeListenerAccessControlAttributeResponseBody;
1900
1904
  static names(): {
1901
1905
  [key: string]: string;
1902
1906
  };
@@ -1972,11 +1976,11 @@ export declare class DescribeLoadBalancerAttributeResponseBody extends $tea.Mode
1972
1976
  });
1973
1977
  }
1974
1978
  export declare class DescribeLoadBalancerAttributeResponse extends $tea.Model {
1975
- headers: {
1979
+ headers?: {
1976
1980
  [key: string]: string;
1977
1981
  };
1978
- statusCode: number;
1979
- body: DescribeLoadBalancerAttributeResponseBody;
1982
+ statusCode?: number;
1983
+ body?: DescribeLoadBalancerAttributeResponseBody;
1980
1984
  static names(): {
1981
1985
  [key: string]: string;
1982
1986
  };
@@ -2041,8 +2045,10 @@ export declare class DescribeLoadBalancerHTTPListenerAttributeResponseBody exten
2041
2045
  unhealthyThreshold?: number;
2042
2046
  VServerGroupId?: string;
2043
2047
  XForwardedFor?: string;
2048
+ XForwardedFor_ClientSrcPort?: string;
2044
2049
  XForwardedFor_SLBID?: string;
2045
2050
  XForwardedFor_SLBIP?: string;
2051
+ XForwardedFor_SLBPORT?: string;
2046
2052
  XForwardedFor_proto?: string;
2047
2053
  static names(): {
2048
2054
  [key: string]: string;
@@ -2055,11 +2061,11 @@ export declare class DescribeLoadBalancerHTTPListenerAttributeResponseBody exten
2055
2061
  });
2056
2062
  }
2057
2063
  export declare class DescribeLoadBalancerHTTPListenerAttributeResponse extends $tea.Model {
2058
- headers: {
2064
+ headers?: {
2059
2065
  [key: string]: string;
2060
2066
  };
2061
- statusCode: number;
2062
- body: DescribeLoadBalancerHTTPListenerAttributeResponseBody;
2067
+ statusCode?: number;
2068
+ body?: DescribeLoadBalancerHTTPListenerAttributeResponseBody;
2063
2069
  static names(): {
2064
2070
  [key: string]: string;
2065
2071
  };
@@ -2147,11 +2153,11 @@ export declare class DescribeLoadBalancerHTTPSListenerAttributeResponseBody exte
2147
2153
  });
2148
2154
  }
2149
2155
  export declare class DescribeLoadBalancerHTTPSListenerAttributeResponse extends $tea.Model {
2150
- headers: {
2156
+ headers?: {
2151
2157
  [key: string]: string;
2152
2158
  };
2153
- statusCode: number;
2154
- body: DescribeLoadBalancerHTTPSListenerAttributeResponseBody;
2159
+ statusCode?: number;
2160
+ body?: DescribeLoadBalancerHTTPSListenerAttributeResponseBody;
2155
2161
  static names(): {
2156
2162
  [key: string]: string;
2157
2163
  };
@@ -2202,11 +2208,11 @@ export declare class DescribeLoadBalancerListenersResponseBody extends $tea.Mode
2202
2208
  });
2203
2209
  }
2204
2210
  export declare class DescribeLoadBalancerListenersResponse extends $tea.Model {
2205
- headers: {
2211
+ headers?: {
2206
2212
  [key: string]: string;
2207
2213
  };
2208
- statusCode: number;
2209
- body: DescribeLoadBalancerListenersResponseBody;
2214
+ statusCode?: number;
2215
+ body?: DescribeLoadBalancerListenersResponseBody;
2210
2216
  static names(): {
2211
2217
  [key: string]: string;
2212
2218
  };
@@ -2278,11 +2284,11 @@ export declare class DescribeLoadBalancerTCPListenerAttributeResponseBody extend
2278
2284
  });
2279
2285
  }
2280
2286
  export declare class DescribeLoadBalancerTCPListenerAttributeResponse extends $tea.Model {
2281
- headers: {
2287
+ headers?: {
2282
2288
  [key: string]: string;
2283
2289
  };
2284
- statusCode: number;
2285
- body: DescribeLoadBalancerTCPListenerAttributeResponseBody;
2290
+ statusCode?: number;
2291
+ body?: DescribeLoadBalancerTCPListenerAttributeResponseBody;
2286
2292
  static names(): {
2287
2293
  [key: string]: string;
2288
2294
  };
@@ -2346,11 +2352,11 @@ export declare class DescribeLoadBalancerUDPListenerAttributeResponseBody extend
2346
2352
  });
2347
2353
  }
2348
2354
  export declare class DescribeLoadBalancerUDPListenerAttributeResponse extends $tea.Model {
2349
- headers: {
2355
+ headers?: {
2350
2356
  [key: string]: string;
2351
2357
  };
2352
- statusCode: number;
2353
- body: DescribeLoadBalancerUDPListenerAttributeResponseBody;
2358
+ statusCode?: number;
2359
+ body?: DescribeLoadBalancerUDPListenerAttributeResponseBody;
2354
2360
  static names(): {
2355
2361
  [key: string]: string;
2356
2362
  };
@@ -2414,11 +2420,11 @@ export declare class DescribeLoadBalancersResponseBody extends $tea.Model {
2414
2420
  });
2415
2421
  }
2416
2422
  export declare class DescribeLoadBalancersResponse extends $tea.Model {
2417
- headers: {
2423
+ headers?: {
2418
2424
  [key: string]: string;
2419
2425
  };
2420
- statusCode: number;
2421
- body: DescribeLoadBalancersResponseBody;
2426
+ statusCode?: number;
2427
+ body?: DescribeLoadBalancersResponseBody;
2422
2428
  static names(): {
2423
2429
  [key: string]: string;
2424
2430
  };
@@ -2465,11 +2471,11 @@ export declare class DescribeMasterSlaveServerGroupAttributeResponseBody extends
2465
2471
  });
2466
2472
  }
2467
2473
  export declare class DescribeMasterSlaveServerGroupAttributeResponse extends $tea.Model {
2468
- headers: {
2474
+ headers?: {
2469
2475
  [key: string]: string;
2470
2476
  };
2471
- statusCode: number;
2472
- body: DescribeMasterSlaveServerGroupAttributeResponseBody;
2477
+ statusCode?: number;
2478
+ body?: DescribeMasterSlaveServerGroupAttributeResponseBody;
2473
2479
  static names(): {
2474
2480
  [key: string]: string;
2475
2481
  };
@@ -2514,11 +2520,11 @@ export declare class DescribeMasterSlaveServerGroupsResponseBody extends $tea.Mo
2514
2520
  });
2515
2521
  }
2516
2522
  export declare class DescribeMasterSlaveServerGroupsResponse extends $tea.Model {
2517
- headers: {
2523
+ headers?: {
2518
2524
  [key: string]: string;
2519
2525
  };
2520
- statusCode: number;
2521
- body: DescribeMasterSlaveServerGroupsResponseBody;
2526
+ statusCode?: number;
2527
+ body?: DescribeMasterSlaveServerGroupsResponseBody;
2522
2528
  static names(): {
2523
2529
  [key: string]: string;
2524
2530
  };
@@ -2560,11 +2566,11 @@ export declare class DescribeRegionsResponseBody extends $tea.Model {
2560
2566
  });
2561
2567
  }
2562
2568
  export declare class DescribeRegionsResponse extends $tea.Model {
2563
- headers: {
2569
+ headers?: {
2564
2570
  [key: string]: string;
2565
2571
  };
2566
- statusCode: number;
2567
- body: DescribeRegionsResponseBody;
2572
+ statusCode?: number;
2573
+ body?: DescribeRegionsResponseBody;
2568
2574
  static names(): {
2569
2575
  [key: string]: string;
2570
2576
  };
@@ -2627,11 +2633,11 @@ export declare class DescribeRuleAttributeResponseBody extends $tea.Model {
2627
2633
  });
2628
2634
  }
2629
2635
  export declare class DescribeRuleAttributeResponse extends $tea.Model {
2630
- headers: {
2636
+ headers?: {
2631
2637
  [key: string]: string;
2632
2638
  };
2633
- statusCode: number;
2634
- body: DescribeRuleAttributeResponseBody;
2639
+ statusCode?: number;
2640
+ body?: DescribeRuleAttributeResponseBody;
2635
2641
  static names(): {
2636
2642
  [key: string]: string;
2637
2643
  };
@@ -2675,11 +2681,11 @@ export declare class DescribeRulesResponseBody extends $tea.Model {
2675
2681
  });
2676
2682
  }
2677
2683
  export declare class DescribeRulesResponse extends $tea.Model {
2678
- headers: {
2684
+ headers?: {
2679
2685
  [key: string]: string;
2680
2686
  };
2681
- statusCode: number;
2682
- body: DescribeRulesResponseBody;
2687
+ statusCode?: number;
2688
+ body?: DescribeRulesResponseBody;
2683
2689
  static names(): {
2684
2690
  [key: string]: string;
2685
2691
  };
@@ -2723,11 +2729,11 @@ export declare class DescribeServerCertificatesResponseBody extends $tea.Model {
2723
2729
  });
2724
2730
  }
2725
2731
  export declare class DescribeServerCertificatesResponse extends $tea.Model {
2726
- headers: {
2732
+ headers?: {
2727
2733
  [key: string]: string;
2728
2734
  };
2729
- statusCode: number;
2730
- body: DescribeServerCertificatesResponseBody;
2735
+ statusCode?: number;
2736
+ body?: DescribeServerCertificatesResponseBody;
2731
2737
  static names(): {
2732
2738
  [key: string]: string;
2733
2739
  };
@@ -2776,11 +2782,11 @@ export declare class DescribeTagsResponseBody extends $tea.Model {
2776
2782
  });
2777
2783
  }
2778
2784
  export declare class DescribeTagsResponse extends $tea.Model {
2779
- headers: {
2785
+ headers?: {
2780
2786
  [key: string]: string;
2781
2787
  };
2782
- statusCode: number;
2783
- body: DescribeTagsResponseBody;
2788
+ statusCode?: number;
2789
+ body?: DescribeTagsResponseBody;
2784
2790
  static names(): {
2785
2791
  [key: string]: string;
2786
2792
  };
@@ -2827,11 +2833,11 @@ export declare class DescribeVServerGroupAttributeResponseBody extends $tea.Mode
2827
2833
  });
2828
2834
  }
2829
2835
  export declare class DescribeVServerGroupAttributeResponse extends $tea.Model {
2830
- headers: {
2836
+ headers?: {
2831
2837
  [key: string]: string;
2832
2838
  };
2833
- statusCode: number;
2834
- body: DescribeVServerGroupAttributeResponseBody;
2839
+ statusCode?: number;
2840
+ body?: DescribeVServerGroupAttributeResponseBody;
2835
2841
  static names(): {
2836
2842
  [key: string]: string;
2837
2843
  };
@@ -2877,11 +2883,11 @@ export declare class DescribeVServerGroupsResponseBody extends $tea.Model {
2877
2883
  });
2878
2884
  }
2879
2885
  export declare class DescribeVServerGroupsResponse extends $tea.Model {
2880
- headers: {
2886
+ headers?: {
2881
2887
  [key: string]: string;
2882
2888
  };
2883
- statusCode: number;
2884
- body: DescribeVServerGroupsResponseBody;
2889
+ statusCode?: number;
2890
+ body?: DescribeVServerGroupsResponseBody;
2885
2891
  static names(): {
2886
2892
  [key: string]: string;
2887
2893
  };
@@ -2922,11 +2928,11 @@ export declare class DescribeZonesResponseBody extends $tea.Model {
2922
2928
  });
2923
2929
  }
2924
2930
  export declare class DescribeZonesResponse extends $tea.Model {
2925
- headers: {
2931
+ headers?: {
2926
2932
  [key: string]: string;
2927
2933
  };
2928
- statusCode: number;
2929
- body: DescribeZonesResponseBody;
2934
+ statusCode?: number;
2935
+ body?: DescribeZonesResponseBody;
2930
2936
  static names(): {
2931
2937
  [key: string]: string;
2932
2938
  };
@@ -2970,11 +2976,11 @@ export declare class EnableHighDefinationMonitorResponseBody extends $tea.Model
2970
2976
  });
2971
2977
  }
2972
2978
  export declare class EnableHighDefinationMonitorResponse extends $tea.Model {
2973
- headers: {
2979
+ headers?: {
2974
2980
  [key: string]: string;
2975
2981
  };
2976
- statusCode: number;
2977
- body: EnableHighDefinationMonitorResponseBody;
2982
+ statusCode?: number;
2983
+ body?: EnableHighDefinationMonitorResponseBody;
2978
2984
  static names(): {
2979
2985
  [key: string]: string;
2980
2986
  };
@@ -3023,11 +3029,11 @@ export declare class ListTLSCipherPoliciesResponseBody extends $tea.Model {
3023
3029
  });
3024
3030
  }
3025
3031
  export declare class ListTLSCipherPoliciesResponse extends $tea.Model {
3026
- headers: {
3032
+ headers?: {
3027
3033
  [key: string]: string;
3028
3034
  };
3029
- statusCode: number;
3030
- body: ListTLSCipherPoliciesResponseBody;
3035
+ statusCode?: number;
3036
+ body?: ListTLSCipherPoliciesResponseBody;
3031
3037
  static names(): {
3032
3038
  [key: string]: string;
3033
3039
  };
@@ -3073,11 +3079,11 @@ export declare class ListTagResourcesResponseBody extends $tea.Model {
3073
3079
  });
3074
3080
  }
3075
3081
  export declare class ListTagResourcesResponse extends $tea.Model {
3076
- headers: {
3082
+ headers?: {
3077
3083
  [key: string]: string;
3078
3084
  };
3079
- statusCode: number;
3080
- body: ListTagResourcesResponseBody;
3085
+ statusCode?: number;
3086
+ body?: ListTagResourcesResponseBody;
3081
3087
  static names(): {
3082
3088
  [key: string]: string;
3083
3089
  };
@@ -3120,11 +3126,11 @@ export declare class ModifyHighDefinationMonitorResponseBody extends $tea.Model
3120
3126
  });
3121
3127
  }
3122
3128
  export declare class ModifyHighDefinationMonitorResponse extends $tea.Model {
3123
- headers: {
3129
+ headers?: {
3124
3130
  [key: string]: string;
3125
3131
  };
3126
- statusCode: number;
3127
- body: ModifyHighDefinationMonitorResponseBody;
3132
+ statusCode?: number;
3133
+ body?: ModifyHighDefinationMonitorResponseBody;
3128
3134
  static names(): {
3129
3135
  [key: string]: string;
3130
3136
  };
@@ -3169,11 +3175,11 @@ export declare class ModifyLoadBalancerInstanceChargeTypeResponseBody extends $t
3169
3175
  });
3170
3176
  }
3171
3177
  export declare class ModifyLoadBalancerInstanceChargeTypeResponse extends $tea.Model {
3172
- headers: {
3178
+ headers?: {
3173
3179
  [key: string]: string;
3174
3180
  };
3175
- statusCode: number;
3176
- body: ModifyLoadBalancerInstanceChargeTypeResponseBody;
3181
+ statusCode?: number;
3182
+ body?: ModifyLoadBalancerInstanceChargeTypeResponseBody;
3177
3183
  static names(): {
3178
3184
  [key: string]: string;
3179
3185
  };
@@ -3217,11 +3223,11 @@ export declare class ModifyLoadBalancerInstanceSpecResponseBody extends $tea.Mod
3217
3223
  });
3218
3224
  }
3219
3225
  export declare class ModifyLoadBalancerInstanceSpecResponse extends $tea.Model {
3220
- headers: {
3226
+ headers?: {
3221
3227
  [key: string]: string;
3222
3228
  };
3223
- statusCode: number;
3224
- body: ModifyLoadBalancerInstanceSpecResponseBody;
3229
+ statusCode?: number;
3230
+ body?: ModifyLoadBalancerInstanceSpecResponseBody;
3225
3231
  static names(): {
3226
3232
  [key: string]: string;
3227
3233
  };
@@ -3266,11 +3272,11 @@ export declare class ModifyLoadBalancerInternetSpecResponseBody extends $tea.Mod
3266
3272
  });
3267
3273
  }
3268
3274
  export declare class ModifyLoadBalancerInternetSpecResponse extends $tea.Model {
3269
- headers: {
3275
+ headers?: {
3270
3276
  [key: string]: string;
3271
3277
  };
3272
- statusCode: number;
3273
- body: ModifyLoadBalancerInternetSpecResponseBody;
3278
+ statusCode?: number;
3279
+ body?: ModifyLoadBalancerInternetSpecResponseBody;
3274
3280
  static names(): {
3275
3281
  [key: string]: string;
3276
3282
  };
@@ -3316,11 +3322,11 @@ export declare class ModifyLoadBalancerPayTypeResponseBody extends $tea.Model {
3316
3322
  });
3317
3323
  }
3318
3324
  export declare class ModifyLoadBalancerPayTypeResponse extends $tea.Model {
3319
- headers: {
3325
+ headers?: {
3320
3326
  [key: string]: string;
3321
3327
  };
3322
- statusCode: number;
3323
- body: ModifyLoadBalancerPayTypeResponseBody;
3328
+ statusCode?: number;
3329
+ body?: ModifyLoadBalancerPayTypeResponseBody;
3324
3330
  static names(): {
3325
3331
  [key: string]: string;
3326
3332
  };
@@ -3365,11 +3371,11 @@ export declare class ModifyVServerGroupBackendServersResponseBody extends $tea.M
3365
3371
  });
3366
3372
  }
3367
3373
  export declare class ModifyVServerGroupBackendServersResponse extends $tea.Model {
3368
- headers: {
3374
+ headers?: {
3369
3375
  [key: string]: string;
3370
3376
  };
3371
- statusCode: number;
3372
- body: ModifyVServerGroupBackendServersResponseBody;
3377
+ statusCode?: number;
3378
+ body?: ModifyVServerGroupBackendServersResponseBody;
3373
3379
  static names(): {
3374
3380
  [key: string]: string;
3375
3381
  };
@@ -3414,11 +3420,11 @@ export declare class MoveResourceGroupResponseBody extends $tea.Model {
3414
3420
  });
3415
3421
  }
3416
3422
  export declare class MoveResourceGroupResponse extends $tea.Model {
3417
- headers: {
3423
+ headers?: {
3418
3424
  [key: string]: string;
3419
3425
  };
3420
- statusCode: number;
3421
- body: MoveResourceGroupResponseBody;
3426
+ statusCode?: number;
3427
+ body?: MoveResourceGroupResponseBody;
3422
3428
  static names(): {
3423
3429
  [key: string]: string;
3424
3430
  };
@@ -3460,11 +3466,11 @@ export declare class RemoveAccessControlListEntryResponseBody extends $tea.Model
3460
3466
  });
3461
3467
  }
3462
3468
  export declare class RemoveAccessControlListEntryResponse extends $tea.Model {
3463
- headers: {
3469
+ headers?: {
3464
3470
  [key: string]: string;
3465
3471
  };
3466
- statusCode: number;
3467
- body: RemoveAccessControlListEntryResponseBody;
3472
+ statusCode?: number;
3473
+ body?: RemoveAccessControlListEntryResponseBody;
3468
3474
  static names(): {
3469
3475
  [key: string]: string;
3470
3476
  };
@@ -3508,11 +3514,11 @@ export declare class RemoveBackendServersResponseBody extends $tea.Model {
3508
3514
  });
3509
3515
  }
3510
3516
  export declare class RemoveBackendServersResponse extends $tea.Model {
3511
- headers: {
3517
+ headers?: {
3512
3518
  [key: string]: string;
3513
3519
  };
3514
- statusCode: number;
3515
- body: RemoveBackendServersResponseBody;
3520
+ statusCode?: number;
3521
+ body?: RemoveBackendServersResponseBody;
3516
3522
  static names(): {
3517
3523
  [key: string]: string;
3518
3524
  };
@@ -3556,11 +3562,11 @@ export declare class RemoveListenerWhiteListItemResponseBody extends $tea.Model
3556
3562
  });
3557
3563
  }
3558
3564
  export declare class RemoveListenerWhiteListItemResponse extends $tea.Model {
3559
- headers: {
3565
+ headers?: {
3560
3566
  [key: string]: string;
3561
3567
  };
3562
- statusCode: number;
3563
- body: RemoveListenerWhiteListItemResponseBody;
3568
+ statusCode?: number;
3569
+ body?: RemoveListenerWhiteListItemResponseBody;
3564
3570
  static names(): {
3565
3571
  [key: string]: string;
3566
3572
  };
@@ -3602,11 +3608,11 @@ export declare class RemoveTagsResponseBody extends $tea.Model {
3602
3608
  });
3603
3609
  }
3604
3610
  export declare class RemoveTagsResponse extends $tea.Model {
3605
- headers: {
3611
+ headers?: {
3606
3612
  [key: string]: string;
3607
3613
  };
3608
- statusCode: number;
3609
- body: RemoveTagsResponseBody;
3614
+ statusCode?: number;
3615
+ body?: RemoveTagsResponseBody;
3610
3616
  static names(): {
3611
3617
  [key: string]: string;
3612
3618
  };
@@ -3650,11 +3656,11 @@ export declare class RemoveVServerGroupBackendServersResponseBody extends $tea.M
3650
3656
  });
3651
3657
  }
3652
3658
  export declare class RemoveVServerGroupBackendServersResponse extends $tea.Model {
3653
- headers: {
3659
+ headers?: {
3654
3660
  [key: string]: string;
3655
3661
  };
3656
- statusCode: number;
3657
- body: RemoveVServerGroupBackendServersResponseBody;
3662
+ statusCode?: number;
3663
+ body?: RemoveVServerGroupBackendServersResponseBody;
3658
3664
  static names(): {
3659
3665
  [key: string]: string;
3660
3666
  };
@@ -3696,11 +3702,11 @@ export declare class SetAccessControlListAttributeResponseBody extends $tea.Mode
3696
3702
  });
3697
3703
  }
3698
3704
  export declare class SetAccessControlListAttributeResponse extends $tea.Model {
3699
- headers: {
3705
+ headers?: {
3700
3706
  [key: string]: string;
3701
3707
  };
3702
- statusCode: number;
3703
- body: SetAccessControlListAttributeResponseBody;
3708
+ statusCode?: number;
3709
+ body?: SetAccessControlListAttributeResponseBody;
3704
3710
  static names(): {
3705
3711
  [key: string]: string;
3706
3712
  };
@@ -3743,11 +3749,11 @@ export declare class SetAccessLogsDownloadAttributeResponseBody extends $tea.Mod
3743
3749
  });
3744
3750
  }
3745
3751
  export declare class SetAccessLogsDownloadAttributeResponse extends $tea.Model {
3746
- headers: {
3752
+ headers?: {
3747
3753
  [key: string]: string;
3748
3754
  };
3749
- statusCode: number;
3750
- body: SetAccessLogsDownloadAttributeResponseBody;
3755
+ statusCode?: number;
3756
+ body?: SetAccessLogsDownloadAttributeResponseBody;
3751
3757
  static names(): {
3752
3758
  [key: string]: string;
3753
3759
  };
@@ -3791,11 +3797,11 @@ export declare class SetBackendServersResponseBody extends $tea.Model {
3791
3797
  });
3792
3798
  }
3793
3799
  export declare class SetBackendServersResponse extends $tea.Model {
3794
- headers: {
3800
+ headers?: {
3795
3801
  [key: string]: string;
3796
3802
  };
3797
- statusCode: number;
3798
- body: SetBackendServersResponseBody;
3803
+ statusCode?: number;
3804
+ body?: SetBackendServersResponseBody;
3799
3805
  static names(): {
3800
3806
  [key: string]: string;
3801
3807
  };
@@ -3837,11 +3843,11 @@ export declare class SetCACertificateNameResponseBody extends $tea.Model {
3837
3843
  });
3838
3844
  }
3839
3845
  export declare class SetCACertificateNameResponse extends $tea.Model {
3840
- headers: {
3846
+ headers?: {
3841
3847
  [key: string]: string;
3842
3848
  };
3843
- statusCode: number;
3844
- body: SetCACertificateNameResponseBody;
3849
+ statusCode?: number;
3850
+ body?: SetCACertificateNameResponseBody;
3845
3851
  static names(): {
3846
3852
  [key: string]: string;
3847
3853
  };
@@ -3883,11 +3889,11 @@ export declare class SetDomainExtensionAttributeResponseBody extends $tea.Model
3883
3889
  });
3884
3890
  }
3885
3891
  export declare class SetDomainExtensionAttributeResponse extends $tea.Model {
3886
- headers: {
3892
+ headers?: {
3887
3893
  [key: string]: string;
3888
3894
  };
3889
- statusCode: number;
3890
- body: SetDomainExtensionAttributeResponseBody;
3895
+ statusCode?: number;
3896
+ body?: SetDomainExtensionAttributeResponseBody;
3891
3897
  static names(): {
3892
3898
  [key: string]: string;
3893
3899
  };
@@ -3931,11 +3937,11 @@ export declare class SetListenerAccessControlStatusResponseBody extends $tea.Mod
3931
3937
  });
3932
3938
  }
3933
3939
  export declare class SetListenerAccessControlStatusResponse extends $tea.Model {
3934
- headers: {
3940
+ headers?: {
3935
3941
  [key: string]: string;
3936
3942
  };
3937
- statusCode: number;
3938
- body: SetListenerAccessControlStatusResponseBody;
3943
+ statusCode?: number;
3944
+ body?: SetListenerAccessControlStatusResponseBody;
3939
3945
  static names(): {
3940
3946
  [key: string]: string;
3941
3947
  };
@@ -3977,11 +3983,11 @@ export declare class SetLoadBalancerDeleteProtectionResponseBody extends $tea.Mo
3977
3983
  });
3978
3984
  }
3979
3985
  export declare class SetLoadBalancerDeleteProtectionResponse extends $tea.Model {
3980
- headers: {
3986
+ headers?: {
3981
3987
  [key: string]: string;
3982
3988
  };
3983
- statusCode: number;
3984
- body: SetLoadBalancerDeleteProtectionResponseBody;
3989
+ statusCode?: number;
3990
+ body?: SetLoadBalancerDeleteProtectionResponseBody;
3985
3991
  static names(): {
3986
3992
  [key: string]: string;
3987
3993
  };
@@ -4026,8 +4032,10 @@ export declare class SetLoadBalancerHTTPListenerAttributeRequest extends $tea.Mo
4026
4032
  VServerGroup?: string;
4027
4033
  VServerGroupId?: string;
4028
4034
  XForwardedFor?: string;
4035
+ XForwardedFor_ClientSrcPort?: string;
4029
4036
  XForwardedFor_SLBID?: string;
4030
4037
  XForwardedFor_SLBIP?: string;
4038
+ XForwardedFor_SLBPORT?: string;
4031
4039
  XForwardedFor_proto?: string;
4032
4040
  static names(): {
4033
4041
  [key: string]: string;
@@ -4052,11 +4060,11 @@ export declare class SetLoadBalancerHTTPListenerAttributeResponseBody extends $t
4052
4060
  });
4053
4061
  }
4054
4062
  export declare class SetLoadBalancerHTTPListenerAttributeResponse extends $tea.Model {
4055
- headers: {
4063
+ headers?: {
4056
4064
  [key: string]: string;
4057
4065
  };
4058
- statusCode: number;
4059
- body: SetLoadBalancerHTTPListenerAttributeResponseBody;
4066
+ statusCode?: number;
4067
+ body?: SetLoadBalancerHTTPListenerAttributeResponseBody;
4060
4068
  static names(): {
4061
4069
  [key: string]: string;
4062
4070
  };
@@ -4105,8 +4113,10 @@ export declare class SetLoadBalancerHTTPSListenerAttributeRequest extends $tea.M
4105
4113
  VServerGroup?: string;
4106
4114
  VServerGroupId?: string;
4107
4115
  XForwardedFor?: string;
4116
+ XForwardedFor_ClientSrcPort?: string;
4108
4117
  XForwardedFor_SLBID?: string;
4109
4118
  XForwardedFor_SLBIP?: string;
4119
+ XForwardedFor_SLBPORT?: string;
4110
4120
  XForwardedFor_proto?: string;
4111
4121
  static names(): {
4112
4122
  [key: string]: string;
@@ -4131,11 +4141,11 @@ export declare class SetLoadBalancerHTTPSListenerAttributeResponseBody extends $
4131
4141
  });
4132
4142
  }
4133
4143
  export declare class SetLoadBalancerHTTPSListenerAttributeResponse extends $tea.Model {
4134
- headers: {
4144
+ headers?: {
4135
4145
  [key: string]: string;
4136
4146
  };
4137
- statusCode: number;
4138
- body: SetLoadBalancerHTTPSListenerAttributeResponseBody;
4147
+ statusCode?: number;
4148
+ body?: SetLoadBalancerHTTPSListenerAttributeResponseBody;
4139
4149
  static names(): {
4140
4150
  [key: string]: string;
4141
4151
  };
@@ -4178,11 +4188,11 @@ export declare class SetLoadBalancerModificationProtectionResponseBody extends $
4178
4188
  });
4179
4189
  }
4180
4190
  export declare class SetLoadBalancerModificationProtectionResponse extends $tea.Model {
4181
- headers: {
4191
+ headers?: {
4182
4192
  [key: string]: string;
4183
4193
  };
4184
- statusCode: number;
4185
- body: SetLoadBalancerModificationProtectionResponseBody;
4194
+ statusCode?: number;
4195
+ body?: SetLoadBalancerModificationProtectionResponseBody;
4186
4196
  static names(): {
4187
4197
  [key: string]: string;
4188
4198
  };
@@ -4224,11 +4234,11 @@ export declare class SetLoadBalancerNameResponseBody extends $tea.Model {
4224
4234
  });
4225
4235
  }
4226
4236
  export declare class SetLoadBalancerNameResponse extends $tea.Model {
4227
- headers: {
4237
+ headers?: {
4228
4238
  [key: string]: string;
4229
4239
  };
4230
- statusCode: number;
4231
- body: SetLoadBalancerNameResponseBody;
4240
+ statusCode?: number;
4241
+ body?: SetLoadBalancerNameResponseBody;
4232
4242
  static names(): {
4233
4243
  [key: string]: string;
4234
4244
  };
@@ -4270,11 +4280,11 @@ export declare class SetLoadBalancerStatusResponseBody extends $tea.Model {
4270
4280
  });
4271
4281
  }
4272
4282
  export declare class SetLoadBalancerStatusResponse extends $tea.Model {
4273
- headers: {
4283
+ headers?: {
4274
4284
  [key: string]: string;
4275
4285
  };
4276
- statusCode: number;
4277
- body: SetLoadBalancerStatusResponseBody;
4286
+ statusCode?: number;
4287
+ body?: SetLoadBalancerStatusResponseBody;
4278
4288
  static names(): {
4279
4289
  [key: string]: string;
4280
4290
  };
@@ -4342,11 +4352,11 @@ export declare class SetLoadBalancerTCPListenerAttributeResponseBody extends $te
4342
4352
  });
4343
4353
  }
4344
4354
  export declare class SetLoadBalancerTCPListenerAttributeResponse extends $tea.Model {
4345
- headers: {
4355
+ headers?: {
4346
4356
  [key: string]: string;
4347
4357
  };
4348
- statusCode: number;
4349
- body: SetLoadBalancerTCPListenerAttributeResponseBody;
4358
+ statusCode?: number;
4359
+ body?: SetLoadBalancerTCPListenerAttributeResponseBody;
4350
4360
  static names(): {
4351
4361
  [key: string]: string;
4352
4362
  };
@@ -4407,11 +4417,11 @@ export declare class SetLoadBalancerUDPListenerAttributeResponseBody extends $te
4407
4417
  });
4408
4418
  }
4409
4419
  export declare class SetLoadBalancerUDPListenerAttributeResponse extends $tea.Model {
4410
- headers: {
4420
+ headers?: {
4411
4421
  [key: string]: string;
4412
4422
  };
4413
- statusCode: number;
4414
- body: SetLoadBalancerUDPListenerAttributeResponseBody;
4423
+ statusCode?: number;
4424
+ body?: SetLoadBalancerUDPListenerAttributeResponseBody;
4415
4425
  static names(): {
4416
4426
  [key: string]: string;
4417
4427
  };
@@ -4469,11 +4479,11 @@ export declare class SetRuleResponseBody extends $tea.Model {
4469
4479
  });
4470
4480
  }
4471
4481
  export declare class SetRuleResponse extends $tea.Model {
4472
- headers: {
4482
+ headers?: {
4473
4483
  [key: string]: string;
4474
4484
  };
4475
- statusCode: number;
4476
- body: SetRuleResponseBody;
4485
+ statusCode?: number;
4486
+ body?: SetRuleResponseBody;
4477
4487
  static names(): {
4478
4488
  [key: string]: string;
4479
4489
  };
@@ -4515,11 +4525,11 @@ export declare class SetServerCertificateNameResponseBody extends $tea.Model {
4515
4525
  });
4516
4526
  }
4517
4527
  export declare class SetServerCertificateNameResponse extends $tea.Model {
4518
- headers: {
4528
+ headers?: {
4519
4529
  [key: string]: string;
4520
4530
  };
4521
- statusCode: number;
4522
- body: SetServerCertificateNameResponseBody;
4531
+ statusCode?: number;
4532
+ body?: SetServerCertificateNameResponseBody;
4523
4533
  static names(): {
4524
4534
  [key: string]: string;
4525
4535
  };
@@ -4564,11 +4574,11 @@ export declare class SetTLSCipherPolicyAttributeResponseBody extends $tea.Model
4564
4574
  });
4565
4575
  }
4566
4576
  export declare class SetTLSCipherPolicyAttributeResponse extends $tea.Model {
4567
- headers: {
4577
+ headers?: {
4568
4578
  [key: string]: string;
4569
4579
  };
4570
- statusCode: number;
4571
- body: SetTLSCipherPolicyAttributeResponseBody;
4580
+ statusCode?: number;
4581
+ body?: SetTLSCipherPolicyAttributeResponseBody;
4572
4582
  static names(): {
4573
4583
  [key: string]: string;
4574
4584
  };
@@ -4614,11 +4624,11 @@ export declare class SetVServerGroupAttributeResponseBody extends $tea.Model {
4614
4624
  });
4615
4625
  }
4616
4626
  export declare class SetVServerGroupAttributeResponse extends $tea.Model {
4617
- headers: {
4627
+ headers?: {
4618
4628
  [key: string]: string;
4619
4629
  };
4620
- statusCode: number;
4621
- body: SetVServerGroupAttributeResponseBody;
4630
+ statusCode?: number;
4631
+ body?: SetVServerGroupAttributeResponseBody;
4622
4632
  static names(): {
4623
4633
  [key: string]: string;
4624
4634
  };
@@ -4661,11 +4671,11 @@ export declare class StartLoadBalancerListenerResponseBody extends $tea.Model {
4661
4671
  });
4662
4672
  }
4663
4673
  export declare class StartLoadBalancerListenerResponse extends $tea.Model {
4664
- headers: {
4674
+ headers?: {
4665
4675
  [key: string]: string;
4666
4676
  };
4667
- statusCode: number;
4668
- body: StartLoadBalancerListenerResponseBody;
4677
+ statusCode?: number;
4678
+ body?: StartLoadBalancerListenerResponseBody;
4669
4679
  static names(): {
4670
4680
  [key: string]: string;
4671
4681
  };
@@ -4708,11 +4718,11 @@ export declare class StopLoadBalancerListenerResponseBody extends $tea.Model {
4708
4718
  });
4709
4719
  }
4710
4720
  export declare class StopLoadBalancerListenerResponse extends $tea.Model {
4711
- headers: {
4721
+ headers?: {
4712
4722
  [key: string]: string;
4713
4723
  };
4714
- statusCode: number;
4715
- body: StopLoadBalancerListenerResponseBody;
4724
+ statusCode?: number;
4725
+ body?: StopLoadBalancerListenerResponseBody;
4716
4726
  static names(): {
4717
4727
  [key: string]: string;
4718
4728
  };
@@ -4755,11 +4765,11 @@ export declare class TagResourcesResponseBody extends $tea.Model {
4755
4765
  });
4756
4766
  }
4757
4767
  export declare class TagResourcesResponse extends $tea.Model {
4758
- headers: {
4768
+ headers?: {
4759
4769
  [key: string]: string;
4760
4770
  };
4761
- statusCode: number;
4762
- body: TagResourcesResponseBody;
4771
+ statusCode?: number;
4772
+ body?: TagResourcesResponseBody;
4763
4773
  static names(): {
4764
4774
  [key: string]: string;
4765
4775
  };
@@ -4803,11 +4813,11 @@ export declare class UntagResourcesResponseBody extends $tea.Model {
4803
4813
  });
4804
4814
  }
4805
4815
  export declare class UntagResourcesResponse extends $tea.Model {
4806
- headers: {
4816
+ headers?: {
4807
4817
  [key: string]: string;
4808
4818
  };
4809
- statusCode: number;
4810
- body: UntagResourcesResponseBody;
4819
+ statusCode?: number;
4820
+ body?: UntagResourcesResponseBody;
4811
4821
  static names(): {
4812
4822
  [key: string]: string;
4813
4823
  };
@@ -4860,11 +4870,11 @@ export declare class UploadCACertificateResponseBody extends $tea.Model {
4860
4870
  });
4861
4871
  }
4862
4872
  export declare class UploadCACertificateResponse extends $tea.Model {
4863
- headers: {
4873
+ headers?: {
4864
4874
  [key: string]: string;
4865
4875
  };
4866
- statusCode: number;
4867
- body: UploadCACertificateResponseBody;
4876
+ statusCode?: number;
4877
+ body?: UploadCACertificateResponseBody;
4868
4878
  static names(): {
4869
4879
  [key: string]: string;
4870
4880
  };
@@ -4926,11 +4936,11 @@ export declare class UploadServerCertificateResponseBody extends $tea.Model {
4926
4936
  });
4927
4937
  }
4928
4938
  export declare class UploadServerCertificateResponse extends $tea.Model {
4929
- headers: {
4939
+ headers?: {
4930
4940
  [key: string]: string;
4931
4941
  };
4932
- statusCode: number;
4933
- body: UploadServerCertificateResponseBody;
4942
+ statusCode?: number;
4943
+ body?: UploadServerCertificateResponseBody;
4934
4944
  static names(): {
4935
4945
  [key: string]: string;
4936
4946
  };
@@ -6949,809 +6959,1656 @@ export default class Client extends OpenApi {
6949
6959
  [key: string]: string;
6950
6960
  }, endpoint: string): string;
6951
6961
  /**
6952
- * Each network ACL can contain one or more IP addresses or CIDR blocks. Take note of the following limits on network ACLs:
6953
- * * The number of IP entries that can be added to a network ACL with each Alibaba Cloud account at a time: 50
6954
- * * The maximum number of IP entries that each network ACL can contain: 300
6955
- *
6956
- * @param request AddAccessControlListEntryRequest
6957
- * @param runtime runtime options for this request RuntimeOptions
6958
- * @return AddAccessControlListEntryResponse
6962
+ * @summary Adds IP entries to a network access control list (ACL).
6963
+ *
6964
+ * @description Each network ACL can contain one or more IP addresses or CIDR blocks. Take note of the following limits on network ACLs:
6965
+ * * The number of IP entries that can be added to a network ACL with each Alibaba Cloud account at a time: 50
6966
+ * * The maximum number of IP entries that each network ACL can contain: 300
6967
+ *
6968
+ * @param request AddAccessControlListEntryRequest
6969
+ * @param runtime runtime options for this request RuntimeOptions
6970
+ * @return AddAccessControlListEntryResponse
6959
6971
  */
6960
6972
  addAccessControlListEntryWithOptions(request: AddAccessControlListEntryRequest, runtime: $Util.RuntimeOptions): Promise<AddAccessControlListEntryResponse>;
6961
6973
  /**
6962
- * Each network ACL can contain one or more IP addresses or CIDR blocks. Take note of the following limits on network ACLs:
6963
- * * The number of IP entries that can be added to a network ACL with each Alibaba Cloud account at a time: 50
6964
- * * The maximum number of IP entries that each network ACL can contain: 300
6965
- *
6966
- * @param request AddAccessControlListEntryRequest
6967
- * @return AddAccessControlListEntryResponse
6974
+ * @summary Adds IP entries to a network access control list (ACL).
6975
+ *
6976
+ * @description Each network ACL can contain one or more IP addresses or CIDR blocks. Take note of the following limits on network ACLs:
6977
+ * * The number of IP entries that can be added to a network ACL with each Alibaba Cloud account at a time: 50
6978
+ * * The maximum number of IP entries that each network ACL can contain: 300
6979
+ *
6980
+ * @param request AddAccessControlListEntryRequest
6981
+ * @return AddAccessControlListEntryResponse
6968
6982
  */
6969
6983
  addAccessControlListEntry(request: AddAccessControlListEntryRequest): Promise<AddAccessControlListEntryResponse>;
6970
6984
  /**
6971
- * > If multiple identical Elastic Compute Service (ECS) instances are specified in a request, only the first ECS instance is added. The other ECS instances are ignored. If the backend server that you add is the same as one of the existing backend servers that are already associated with the listener, an error message is returned.
6972
- *
6973
- * @param request AddBackendServersRequest
6974
- * @param runtime runtime options for this request RuntimeOptions
6975
- * @return AddBackendServersResponse
6985
+ * @summary Adds backend servers.
6986
+ *
6987
+ * @description > If multiple identical Elastic Compute Service (ECS) instances are specified in a request, only the first ECS instance is added. The other ECS instances are ignored. If the backend server that you add is the same as one of the existing backend servers that are already associated with the listener, an error message is returned.
6988
+ *
6989
+ * @param request AddBackendServersRequest
6990
+ * @param runtime runtime options for this request RuntimeOptions
6991
+ * @return AddBackendServersResponse
6976
6992
  */
6977
6993
  addBackendServersWithOptions(request: AddBackendServersRequest, runtime: $Util.RuntimeOptions): Promise<AddBackendServersResponse>;
6978
6994
  /**
6979
- * > If multiple identical Elastic Compute Service (ECS) instances are specified in a request, only the first ECS instance is added. The other ECS instances are ignored. If the backend server that you add is the same as one of the existing backend servers that are already associated with the listener, an error message is returned.
6980
- *
6981
- * @param request AddBackendServersRequest
6982
- * @return AddBackendServersResponse
6995
+ * @summary Adds backend servers.
6996
+ *
6997
+ * @description > If multiple identical Elastic Compute Service (ECS) instances are specified in a request, only the first ECS instance is added. The other ECS instances are ignored. If the backend server that you add is the same as one of the existing backend servers that are already associated with the listener, an error message is returned.
6998
+ *
6999
+ * @param request AddBackendServersRequest
7000
+ * @return AddBackendServersResponse
6983
7001
  */
6984
7002
  addBackendServers(request: AddBackendServersRequest): Promise<AddBackendServersResponse>;
7003
+ /**
7004
+ * @summary Adds IP addresses to the whitelist of a listener.
7005
+ *
7006
+ * @param request AddListenerWhiteListItemRequest
7007
+ * @param runtime runtime options for this request RuntimeOptions
7008
+ * @return AddListenerWhiteListItemResponse
7009
+ */
6985
7010
  addListenerWhiteListItemWithOptions(request: AddListenerWhiteListItemRequest, runtime: $Util.RuntimeOptions): Promise<AddListenerWhiteListItemResponse>;
7011
+ /**
7012
+ * @summary Adds IP addresses to the whitelist of a listener.
7013
+ *
7014
+ * @param request AddListenerWhiteListItemRequest
7015
+ * @return AddListenerWhiteListItemResponse
7016
+ */
6986
7017
  addListenerWhiteListItem(request: AddListenerWhiteListItemRequest): Promise<AddListenerWhiteListItemResponse>;
6987
7018
  /**
6988
- * # Limits
6989
- * Before you call this API, note the following limits:
6990
- * * You can add up to 10 tags to each SLB instance.
6991
- * * You can add up to five pairs of tags at a time.
6992
- * * All the tags and keys added to an SLB instance must be unique.
6993
- * * If you add a tag of which the key is the same as that of an existing tag, but the value is different, the new tag overwrites the existing one.
6994
- *
6995
- * @param request AddTagsRequest
6996
- * @param runtime runtime options for this request RuntimeOptions
6997
- * @return AddTagsResponse
7019
+ * @description # Limits
7020
+ * Before you call this API, note the following limits:
7021
+ * * You can add up to 10 tags to each SLB instance.
7022
+ * * You can add up to five pairs of tags at a time.
7023
+ * * All the tags and keys added to an SLB instance must be unique.
7024
+ * * If you add a tag of which the key is the same as that of an existing tag, but the value is different, the new tag overwrites the existing one.
7025
+ *
7026
+ * @param request AddTagsRequest
7027
+ * @param runtime runtime options for this request RuntimeOptions
7028
+ * @return AddTagsResponse
6998
7029
  */
6999
7030
  addTagsWithOptions(request: AddTagsRequest, runtime: $Util.RuntimeOptions): Promise<AddTagsResponse>;
7000
7031
  /**
7001
- * # Limits
7002
- * Before you call this API, note the following limits:
7003
- * * You can add up to 10 tags to each SLB instance.
7004
- * * You can add up to five pairs of tags at a time.
7005
- * * All the tags and keys added to an SLB instance must be unique.
7006
- * * If you add a tag of which the key is the same as that of an existing tag, but the value is different, the new tag overwrites the existing one.
7007
- *
7008
- * @param request AddTagsRequest
7009
- * @return AddTagsResponse
7032
+ * @description # Limits
7033
+ * Before you call this API, note the following limits:
7034
+ * * You can add up to 10 tags to each SLB instance.
7035
+ * * You can add up to five pairs of tags at a time.
7036
+ * * All the tags and keys added to an SLB instance must be unique.
7037
+ * * If you add a tag of which the key is the same as that of an existing tag, but the value is different, the new tag overwrites the existing one.
7038
+ *
7039
+ * @param request AddTagsRequest
7040
+ * @return AddTagsResponse
7010
7041
  */
7011
7042
  addTags(request: AddTagsRequest): Promise<AddTagsResponse>;
7043
+ /**
7044
+ * @summary Adds backend servers to a specified server group.
7045
+ *
7046
+ * @param request AddVServerGroupBackendServersRequest
7047
+ * @param runtime runtime options for this request RuntimeOptions
7048
+ * @return AddVServerGroupBackendServersResponse
7049
+ */
7012
7050
  addVServerGroupBackendServersWithOptions(request: AddVServerGroupBackendServersRequest, runtime: $Util.RuntimeOptions): Promise<AddVServerGroupBackendServersResponse>;
7051
+ /**
7052
+ * @summary Adds backend servers to a specified server group.
7053
+ *
7054
+ * @param request AddVServerGroupBackendServersRequest
7055
+ * @return AddVServerGroupBackendServersResponse
7056
+ */
7013
7057
  addVServerGroupBackendServers(request: AddVServerGroupBackendServersRequest): Promise<AddVServerGroupBackendServersResponse>;
7014
7058
  /**
7015
- * You can create multiple ACLs. Each ACL can contain one or more IP addresses or CIDR blocks. Before you create an ACL, take note of the following limits:
7016
- * * An account can have a maximum of 50 ACLs in each region.
7017
- * * You can add a maximum of 50 IP addresses or CIDR blocks at a time within an account.
7018
- * * Each ACL can contain a maximum of 300 IP addresses or CIDR blocks.
7019
- *
7020
- * @param request CreateAccessControlListRequest
7021
- * @param runtime runtime options for this request RuntimeOptions
7022
- * @return CreateAccessControlListResponse
7059
+ * @summary Creates an access control list (ACL).
7060
+ *
7061
+ * @description You can create multiple ACLs. Each ACL can contain one or more IP addresses or CIDR blocks. Before you create an ACL, take note of the following limits:
7062
+ * * An account can have a maximum of 50 ACLs in each region.
7063
+ * * You can add a maximum of 50 IP addresses or CIDR blocks at a time within an account.
7064
+ * * Each ACL can contain a maximum of 300 IP addresses or CIDR blocks.
7065
+ *
7066
+ * @param request CreateAccessControlListRequest
7067
+ * @param runtime runtime options for this request RuntimeOptions
7068
+ * @return CreateAccessControlListResponse
7023
7069
  */
7024
7070
  createAccessControlListWithOptions(request: CreateAccessControlListRequest, runtime: $Util.RuntimeOptions): Promise<CreateAccessControlListResponse>;
7025
7071
  /**
7026
- * You can create multiple ACLs. Each ACL can contain one or more IP addresses or CIDR blocks. Before you create an ACL, take note of the following limits:
7027
- * * An account can have a maximum of 50 ACLs in each region.
7028
- * * You can add a maximum of 50 IP addresses or CIDR blocks at a time within an account.
7029
- * * Each ACL can contain a maximum of 300 IP addresses or CIDR blocks.
7030
- *
7031
- * @param request CreateAccessControlListRequest
7032
- * @return CreateAccessControlListResponse
7072
+ * @summary Creates an access control list (ACL).
7073
+ *
7074
+ * @description You can create multiple ACLs. Each ACL can contain one or more IP addresses or CIDR blocks. Before you create an ACL, take note of the following limits:
7075
+ * * An account can have a maximum of 50 ACLs in each region.
7076
+ * * You can add a maximum of 50 IP addresses or CIDR blocks at a time within an account.
7077
+ * * Each ACL can contain a maximum of 300 IP addresses or CIDR blocks.
7078
+ *
7079
+ * @param request CreateAccessControlListRequest
7080
+ * @return CreateAccessControlListResponse
7033
7081
  */
7034
7082
  createAccessControlList(request: CreateAccessControlListRequest): Promise<CreateAccessControlListResponse>;
7083
+ /**
7084
+ * @summary Creates a domain name extension.
7085
+ *
7086
+ * @param request CreateDomainExtensionRequest
7087
+ * @param runtime runtime options for this request RuntimeOptions
7088
+ * @return CreateDomainExtensionResponse
7089
+ */
7035
7090
  createDomainExtensionWithOptions(request: CreateDomainExtensionRequest, runtime: $Util.RuntimeOptions): Promise<CreateDomainExtensionResponse>;
7091
+ /**
7092
+ * @summary Creates a domain name extension.
7093
+ *
7094
+ * @param request CreateDomainExtensionRequest
7095
+ * @return CreateDomainExtensionResponse
7096
+ */
7036
7097
  createDomainExtension(request: CreateDomainExtensionRequest): Promise<CreateDomainExtensionResponse>;
7037
7098
  /**
7038
- * * Before you create a CLB instance, call the [DescribeAvailableResource](~~DescribeAvailableResource~~) operation to query the resources available for purchase in the region where you want to create the CLB instance.
7039
- * * After a CLB instance is created, you are charged for using the CLB instance.
7040
- * * The pay-as-you-go billing method supports the pay-by-specification and pay-by-LCU metering methods.
7041
- *
7042
- * @param request CreateLoadBalancerRequest
7043
- * @param runtime runtime options for this request RuntimeOptions
7044
- * @return CreateLoadBalancerResponse
7099
+ * @summary Creates a Classic Load Balancer (CLB) instance.
7100
+ *
7101
+ * @description * Before you create a CLB instance, call the [DescribeAvailableResource](~~DescribeAvailableResource~~) operation to query the resources available for purchase in the region where you want to create the CLB instance.
7102
+ * * After a CLB instance is created, you are charged for using the CLB instance.
7103
+ * * The pay-as-you-go billing method supports the pay-by-specification and pay-by-LCU metering methods.
7104
+ *
7105
+ * @param request CreateLoadBalancerRequest
7106
+ * @param runtime runtime options for this request RuntimeOptions
7107
+ * @return CreateLoadBalancerResponse
7045
7108
  */
7046
7109
  createLoadBalancerWithOptions(request: CreateLoadBalancerRequest, runtime: $Util.RuntimeOptions): Promise<CreateLoadBalancerResponse>;
7047
7110
  /**
7048
- * * Before you create a CLB instance, call the [DescribeAvailableResource](~~DescribeAvailableResource~~) operation to query the resources available for purchase in the region where you want to create the CLB instance.
7049
- * * After a CLB instance is created, you are charged for using the CLB instance.
7050
- * * The pay-as-you-go billing method supports the pay-by-specification and pay-by-LCU metering methods.
7051
- *
7052
- * @param request CreateLoadBalancerRequest
7053
- * @return CreateLoadBalancerResponse
7111
+ * @summary Creates a Classic Load Balancer (CLB) instance.
7112
+ *
7113
+ * @description * Before you create a CLB instance, call the [DescribeAvailableResource](~~DescribeAvailableResource~~) operation to query the resources available for purchase in the region where you want to create the CLB instance.
7114
+ * * After a CLB instance is created, you are charged for using the CLB instance.
7115
+ * * The pay-as-you-go billing method supports the pay-by-specification and pay-by-LCU metering methods.
7116
+ *
7117
+ * @param request CreateLoadBalancerRequest
7118
+ * @return CreateLoadBalancerResponse
7054
7119
  */
7055
7120
  createLoadBalancer(request: CreateLoadBalancerRequest): Promise<CreateLoadBalancerResponse>;
7056
7121
  /**
7057
- * A newly created listener is in the **stopped** state. After a listener is created, you can call the [StartLoadBalancerListener](~~StartLoadBalancerListener~~) operation to start the listener. After the listener is started, the listener can forward traffic to backend servers.
7058
- * ## Prerequisites
7059
- * A Classic Load Balancer (CLB) instance is created. For more information, see [CreateLoadBalancer](~~StartLoadBalancerListener~~).
7060
- *
7061
- * @param request CreateLoadBalancerHTTPListenerRequest
7062
- * @param runtime runtime options for this request RuntimeOptions
7063
- * @return CreateLoadBalancerHTTPListenerResponse
7122
+ * @summary Creates an HTTP listener for a Classic Load Balancer (CLB) instance.
7123
+ *
7124
+ * @description A newly created listener is in the **stopped** state. After a listener is created, you can call the [StartLoadBalancerListener](~~StartLoadBalancerListener~~) operation to start the listener. After the listener is started, the listener can forward traffic to backend servers.
7125
+ * ## Prerequisites
7126
+ * A Classic Load Balancer (CLB) instance is created. For more information, see [CreateLoadBalancer](~~StartLoadBalancerListener~~).
7127
+ *
7128
+ * @param request CreateLoadBalancerHTTPListenerRequest
7129
+ * @param runtime runtime options for this request RuntimeOptions
7130
+ * @return CreateLoadBalancerHTTPListenerResponse
7064
7131
  */
7065
7132
  createLoadBalancerHTTPListenerWithOptions(request: CreateLoadBalancerHTTPListenerRequest, runtime: $Util.RuntimeOptions): Promise<CreateLoadBalancerHTTPListenerResponse>;
7066
7133
  /**
7067
- * A newly created listener is in the **stopped** state. After a listener is created, you can call the [StartLoadBalancerListener](~~StartLoadBalancerListener~~) operation to start the listener. After the listener is started, the listener can forward traffic to backend servers.
7068
- * ## Prerequisites
7069
- * A Classic Load Balancer (CLB) instance is created. For more information, see [CreateLoadBalancer](~~StartLoadBalancerListener~~).
7070
- *
7071
- * @param request CreateLoadBalancerHTTPListenerRequest
7072
- * @return CreateLoadBalancerHTTPListenerResponse
7134
+ * @summary Creates an HTTP listener for a Classic Load Balancer (CLB) instance.
7135
+ *
7136
+ * @description A newly created listener is in the **stopped** state. After a listener is created, you can call the [StartLoadBalancerListener](~~StartLoadBalancerListener~~) operation to start the listener. After the listener is started, the listener can forward traffic to backend servers.
7137
+ * ## Prerequisites
7138
+ * A Classic Load Balancer (CLB) instance is created. For more information, see [CreateLoadBalancer](~~StartLoadBalancerListener~~).
7139
+ *
7140
+ * @param request CreateLoadBalancerHTTPListenerRequest
7141
+ * @return CreateLoadBalancerHTTPListenerResponse
7073
7142
  */
7074
7143
  createLoadBalancerHTTPListener(request: CreateLoadBalancerHTTPListenerRequest): Promise<CreateLoadBalancerHTTPListenerResponse>;
7075
7144
  /**
7076
- * A newly created listener is in the **stopped** state. After a listener is created, you can call the [StartLoadBalancerListener](~~27597~~) operation to start the listener. After the listener is started, the listener can forward traffic to backend servers.
7077
- * ## Prerequisites
7078
- * A Classic Load Balancer (CLB) instance is created. For more information, see [CreateLoadBalancer](https://www.alibabacloud.com/help/en/server-load-balancer/latest/createloadbalancer-2).
7079
- *
7080
- * @param request CreateLoadBalancerHTTPSListenerRequest
7081
- * @param runtime runtime options for this request RuntimeOptions
7082
- * @return CreateLoadBalancerHTTPSListenerResponse
7145
+ * @summary Creates an HTTPS listener.
7146
+ *
7147
+ * @description A newly created listener is in the **stopped** state. After a listener is created, you can call the [StartLoadBalancerListener](https://help.aliyun.com/document_detail/27597.html) operation to start the listener. After the listener is started, the listener can forward traffic to backend servers.
7148
+ * ## Prerequisites
7149
+ * A Classic Load Balancer (CLB) instance is created. For more information, see [CreateLoadBalancer](https://www.alibabacloud.com/help/en/server-load-balancer/latest/createloadbalancer-2).
7150
+ *
7151
+ * @param request CreateLoadBalancerHTTPSListenerRequest
7152
+ * @param runtime runtime options for this request RuntimeOptions
7153
+ * @return CreateLoadBalancerHTTPSListenerResponse
7083
7154
  */
7084
7155
  createLoadBalancerHTTPSListenerWithOptions(request: CreateLoadBalancerHTTPSListenerRequest, runtime: $Util.RuntimeOptions): Promise<CreateLoadBalancerHTTPSListenerResponse>;
7085
7156
  /**
7086
- * A newly created listener is in the **stopped** state. After a listener is created, you can call the [StartLoadBalancerListener](~~27597~~) operation to start the listener. After the listener is started, the listener can forward traffic to backend servers.
7087
- * ## Prerequisites
7088
- * A Classic Load Balancer (CLB) instance is created. For more information, see [CreateLoadBalancer](https://www.alibabacloud.com/help/en/server-load-balancer/latest/createloadbalancer-2).
7089
- *
7090
- * @param request CreateLoadBalancerHTTPSListenerRequest
7091
- * @return CreateLoadBalancerHTTPSListenerResponse
7157
+ * @summary Creates an HTTPS listener.
7158
+ *
7159
+ * @description A newly created listener is in the **stopped** state. After a listener is created, you can call the [StartLoadBalancerListener](https://help.aliyun.com/document_detail/27597.html) operation to start the listener. After the listener is started, the listener can forward traffic to backend servers.
7160
+ * ## Prerequisites
7161
+ * A Classic Load Balancer (CLB) instance is created. For more information, see [CreateLoadBalancer](https://www.alibabacloud.com/help/en/server-load-balancer/latest/createloadbalancer-2).
7162
+ *
7163
+ * @param request CreateLoadBalancerHTTPSListenerRequest
7164
+ * @return CreateLoadBalancerHTTPSListenerResponse
7092
7165
  */
7093
7166
  createLoadBalancerHTTPSListener(request: CreateLoadBalancerHTTPSListenerRequest): Promise<CreateLoadBalancerHTTPSListenerResponse>;
7094
7167
  /**
7095
- * > A newly created listener is in the **stopped** state. After a listener is created, you can call the [StartLoadBalancerListener](~~27597~~) operation to enable the listener to forward traffic to backend servers.
7096
- *
7097
- * @param request CreateLoadBalancerTCPListenerRequest
7098
- * @param runtime runtime options for this request RuntimeOptions
7099
- * @return CreateLoadBalancerTCPListenerResponse
7168
+ * @summary Creates a TCP listener.
7169
+ *
7170
+ * @description > A newly created listener is in the **stopped** state. After a listener is created, you can call the [StartLoadBalancerListener](https://help.aliyun.com/document_detail/27597.html) operation to enable the listener to forward traffic to backend servers.
7171
+ *
7172
+ * @param request CreateLoadBalancerTCPListenerRequest
7173
+ * @param runtime runtime options for this request RuntimeOptions
7174
+ * @return CreateLoadBalancerTCPListenerResponse
7100
7175
  */
7101
7176
  createLoadBalancerTCPListenerWithOptions(request: CreateLoadBalancerTCPListenerRequest, runtime: $Util.RuntimeOptions): Promise<CreateLoadBalancerTCPListenerResponse>;
7102
7177
  /**
7103
- * > A newly created listener is in the **stopped** state. After a listener is created, you can call the [StartLoadBalancerListener](~~27597~~) operation to enable the listener to forward traffic to backend servers.
7104
- *
7105
- * @param request CreateLoadBalancerTCPListenerRequest
7106
- * @return CreateLoadBalancerTCPListenerResponse
7178
+ * @summary Creates a TCP listener.
7179
+ *
7180
+ * @description > A newly created listener is in the **stopped** state. After a listener is created, you can call the [StartLoadBalancerListener](https://help.aliyun.com/document_detail/27597.html) operation to enable the listener to forward traffic to backend servers.
7181
+ *
7182
+ * @param request CreateLoadBalancerTCPListenerRequest
7183
+ * @return CreateLoadBalancerTCPListenerResponse
7107
7184
  */
7108
7185
  createLoadBalancerTCPListener(request: CreateLoadBalancerTCPListenerRequest): Promise<CreateLoadBalancerTCPListenerResponse>;
7109
7186
  /**
7110
- * UDP listeners of Classic Load Balancer (CLB) instances in a classic network cannot pass client IP addresses to backend servers.
7111
- * > A newly created listener is in the **stopped** state. After a listener is created, you can call the [StartLoadBalancerListener](~~27597~~) operation to enable the listener to forward traffic to backend servers.
7112
- *
7113
- * @param request CreateLoadBalancerUDPListenerRequest
7114
- * @param runtime runtime options for this request RuntimeOptions
7115
- * @return CreateLoadBalancerUDPListenerResponse
7187
+ * @summary Creates a UDP listener.
7188
+ *
7189
+ * @description UDP listeners of Classic Load Balancer (CLB) instances in a classic network cannot pass client IP addresses to backend servers.
7190
+ * > A newly created listener is in the **stopped** state. After a listener is created, you can call the [StartLoadBalancerListener](https://help.aliyun.com/document_detail/27597.html) operation to enable the listener to forward traffic to backend servers.
7191
+ *
7192
+ * @param request CreateLoadBalancerUDPListenerRequest
7193
+ * @param runtime runtime options for this request RuntimeOptions
7194
+ * @return CreateLoadBalancerUDPListenerResponse
7116
7195
  */
7117
7196
  createLoadBalancerUDPListenerWithOptions(request: CreateLoadBalancerUDPListenerRequest, runtime: $Util.RuntimeOptions): Promise<CreateLoadBalancerUDPListenerResponse>;
7118
7197
  /**
7119
- * UDP listeners of Classic Load Balancer (CLB) instances in a classic network cannot pass client IP addresses to backend servers.
7120
- * > A newly created listener is in the **stopped** state. After a listener is created, you can call the [StartLoadBalancerListener](~~27597~~) operation to enable the listener to forward traffic to backend servers.
7121
- *
7122
- * @param request CreateLoadBalancerUDPListenerRequest
7123
- * @return CreateLoadBalancerUDPListenerResponse
7198
+ * @summary Creates a UDP listener.
7199
+ *
7200
+ * @description UDP listeners of Classic Load Balancer (CLB) instances in a classic network cannot pass client IP addresses to backend servers.
7201
+ * > A newly created listener is in the **stopped** state. After a listener is created, you can call the [StartLoadBalancerListener](https://help.aliyun.com/document_detail/27597.html) operation to enable the listener to forward traffic to backend servers.
7202
+ *
7203
+ * @param request CreateLoadBalancerUDPListenerRequest
7204
+ * @return CreateLoadBalancerUDPListenerResponse
7124
7205
  */
7125
7206
  createLoadBalancerUDPListener(request: CreateLoadBalancerUDPListenerRequest): Promise<CreateLoadBalancerUDPListenerResponse>;
7207
+ /**
7208
+ * @summary Creates a primary/secondary server group. A primary/secondary server group can contain only two Elastic Compute Service (ECS) instances. One of the ECS instances functions as the primary server and the other functions as the secondary server.
7209
+ *
7210
+ * @param request CreateMasterSlaveServerGroupRequest
7211
+ * @param runtime runtime options for this request RuntimeOptions
7212
+ * @return CreateMasterSlaveServerGroupResponse
7213
+ */
7126
7214
  createMasterSlaveServerGroupWithOptions(request: CreateMasterSlaveServerGroupRequest, runtime: $Util.RuntimeOptions): Promise<CreateMasterSlaveServerGroupResponse>;
7215
+ /**
7216
+ * @summary Creates a primary/secondary server group. A primary/secondary server group can contain only two Elastic Compute Service (ECS) instances. One of the ECS instances functions as the primary server and the other functions as the secondary server.
7217
+ *
7218
+ * @param request CreateMasterSlaveServerGroupRequest
7219
+ * @return CreateMasterSlaveServerGroupResponse
7220
+ */
7127
7221
  createMasterSlaveServerGroup(request: CreateMasterSlaveServerGroupRequest): Promise<CreateMasterSlaveServerGroupResponse>;
7222
+ /**
7223
+ * @summary Creates forwarding rules for an HTTP or HTTPS listener.
7224
+ *
7225
+ * @param request CreateRulesRequest
7226
+ * @param runtime runtime options for this request RuntimeOptions
7227
+ * @return CreateRulesResponse
7228
+ */
7128
7229
  createRulesWithOptions(request: CreateRulesRequest, runtime: $Util.RuntimeOptions): Promise<CreateRulesResponse>;
7230
+ /**
7231
+ * @summary Creates forwarding rules for an HTTP or HTTPS listener.
7232
+ *
7233
+ * @param request CreateRulesRequest
7234
+ * @return CreateRulesResponse
7235
+ */
7129
7236
  createRules(request: CreateRulesRequest): Promise<CreateRulesResponse>;
7237
+ /**
7238
+ * @summary Creates a Transport Layer Security (TLS) policy.
7239
+ *
7240
+ * @param request CreateTLSCipherPolicyRequest
7241
+ * @param runtime runtime options for this request RuntimeOptions
7242
+ * @return CreateTLSCipherPolicyResponse
7243
+ */
7130
7244
  createTLSCipherPolicyWithOptions(request: CreateTLSCipherPolicyRequest, runtime: $Util.RuntimeOptions): Promise<CreateTLSCipherPolicyResponse>;
7245
+ /**
7246
+ * @summary Creates a Transport Layer Security (TLS) policy.
7247
+ *
7248
+ * @param request CreateTLSCipherPolicyRequest
7249
+ * @return CreateTLSCipherPolicyResponse
7250
+ */
7131
7251
  createTLSCipherPolicy(request: CreateTLSCipherPolicyRequest): Promise<CreateTLSCipherPolicyResponse>;
7252
+ /**
7253
+ * @summary Creates a vServer group and adds backend servers to the vServer group.
7254
+ *
7255
+ * @param request CreateVServerGroupRequest
7256
+ * @param runtime runtime options for this request RuntimeOptions
7257
+ * @return CreateVServerGroupResponse
7258
+ */
7132
7259
  createVServerGroupWithOptions(request: CreateVServerGroupRequest, runtime: $Util.RuntimeOptions): Promise<CreateVServerGroupResponse>;
7260
+ /**
7261
+ * @summary Creates a vServer group and adds backend servers to the vServer group.
7262
+ *
7263
+ * @param request CreateVServerGroupRequest
7264
+ * @return CreateVServerGroupResponse
7265
+ */
7133
7266
  createVServerGroup(request: CreateVServerGroupRequest): Promise<CreateVServerGroupResponse>;
7134
7267
  /**
7135
- * You can delete an ACL only if it is not associated with a listener.
7136
- *
7137
- * @param request DeleteAccessControlListRequest
7138
- * @param runtime runtime options for this request RuntimeOptions
7139
- * @return DeleteAccessControlListResponse
7268
+ * @summary Deletes an access control list (ACL).
7269
+ *
7270
+ * @description You can delete an ACL only if it is not associated with a listener.
7271
+ *
7272
+ * @param request DeleteAccessControlListRequest
7273
+ * @param runtime runtime options for this request RuntimeOptions
7274
+ * @return DeleteAccessControlListResponse
7140
7275
  */
7141
7276
  deleteAccessControlListWithOptions(request: DeleteAccessControlListRequest, runtime: $Util.RuntimeOptions): Promise<DeleteAccessControlListResponse>;
7142
7277
  /**
7143
- * You can delete an ACL only if it is not associated with a listener.
7144
- *
7145
- * @param request DeleteAccessControlListRequest
7146
- * @return DeleteAccessControlListResponse
7278
+ * @summary Deletes an access control list (ACL).
7279
+ *
7280
+ * @description You can delete an ACL only if it is not associated with a listener.
7281
+ *
7282
+ * @param request DeleteAccessControlListRequest
7283
+ * @return DeleteAccessControlListResponse
7147
7284
  */
7148
7285
  deleteAccessControlList(request: DeleteAccessControlListRequest): Promise<DeleteAccessControlListResponse>;
7286
+ /**
7287
+ * @summary Deletes the access log of a Classic Load Balancer (CLB) instance.
7288
+ *
7289
+ * @param request DeleteAccessLogsDownloadAttributeRequest
7290
+ * @param runtime runtime options for this request RuntimeOptions
7291
+ * @return DeleteAccessLogsDownloadAttributeResponse
7292
+ */
7149
7293
  deleteAccessLogsDownloadAttributeWithOptions(request: DeleteAccessLogsDownloadAttributeRequest, runtime: $Util.RuntimeOptions): Promise<DeleteAccessLogsDownloadAttributeResponse>;
7294
+ /**
7295
+ * @summary Deletes the access log of a Classic Load Balancer (CLB) instance.
7296
+ *
7297
+ * @param request DeleteAccessLogsDownloadAttributeRequest
7298
+ * @return DeleteAccessLogsDownloadAttributeResponse
7299
+ */
7150
7300
  deleteAccessLogsDownloadAttribute(request: DeleteAccessLogsDownloadAttributeRequest): Promise<DeleteAccessLogsDownloadAttributeResponse>;
7151
7301
  /**
7152
- * You cannot delete a CA certificate that is in use.
7153
- *
7154
- * @param request DeleteCACertificateRequest
7155
- * @param runtime runtime options for this request RuntimeOptions
7156
- * @return DeleteCACertificateResponse
7302
+ * @summary Deletes a certificate authority (CA) certificate.
7303
+ *
7304
+ * @description You cannot delete a CA certificate that is in use.
7305
+ *
7306
+ * @param request DeleteCACertificateRequest
7307
+ * @param runtime runtime options for this request RuntimeOptions
7308
+ * @return DeleteCACertificateResponse
7157
7309
  */
7158
7310
  deleteCACertificateWithOptions(request: DeleteCACertificateRequest, runtime: $Util.RuntimeOptions): Promise<DeleteCACertificateResponse>;
7159
7311
  /**
7160
- * You cannot delete a CA certificate that is in use.
7161
- *
7162
- * @param request DeleteCACertificateRequest
7163
- * @return DeleteCACertificateResponse
7312
+ * @summary Deletes a certificate authority (CA) certificate.
7313
+ *
7314
+ * @description You cannot delete a CA certificate that is in use.
7315
+ *
7316
+ * @param request DeleteCACertificateRequest
7317
+ * @return DeleteCACertificateResponse
7164
7318
  */
7165
7319
  deleteCACertificate(request: DeleteCACertificateRequest): Promise<DeleteCACertificateResponse>;
7320
+ /**
7321
+ * @summary Deletes an additional domain name.
7322
+ *
7323
+ * @param request DeleteDomainExtensionRequest
7324
+ * @param runtime runtime options for this request RuntimeOptions
7325
+ * @return DeleteDomainExtensionResponse
7326
+ */
7166
7327
  deleteDomainExtensionWithOptions(request: DeleteDomainExtensionRequest, runtime: $Util.RuntimeOptions): Promise<DeleteDomainExtensionResponse>;
7328
+ /**
7329
+ * @summary Deletes an additional domain name.
7330
+ *
7331
+ * @param request DeleteDomainExtensionRequest
7332
+ * @return DeleteDomainExtensionResponse
7333
+ */
7167
7334
  deleteDomainExtension(request: DeleteDomainExtensionRequest): Promise<DeleteDomainExtensionResponse>;
7168
7335
  /**
7169
- * > The listeners and tags of the SLB instance are deleted along with the SLB instance.
7170
- *
7171
- * @param request DeleteLoadBalancerRequest
7172
- * @param runtime runtime options for this request RuntimeOptions
7173
- * @return DeleteLoadBalancerResponse
7336
+ * @summary Deletes a pay-as-you-go Server Load Balancer (SLB) instance.
7337
+ *
7338
+ * @description > The listeners and tags of the SLB instance are deleted along with the SLB instance.
7339
+ *
7340
+ * @param request DeleteLoadBalancerRequest
7341
+ * @param runtime runtime options for this request RuntimeOptions
7342
+ * @return DeleteLoadBalancerResponse
7174
7343
  */
7175
7344
  deleteLoadBalancerWithOptions(request: DeleteLoadBalancerRequest, runtime: $Util.RuntimeOptions): Promise<DeleteLoadBalancerResponse>;
7176
7345
  /**
7177
- * > The listeners and tags of the SLB instance are deleted along with the SLB instance.
7178
- *
7179
- * @param request DeleteLoadBalancerRequest
7180
- * @return DeleteLoadBalancerResponse
7346
+ * @summary Deletes a pay-as-you-go Server Load Balancer (SLB) instance.
7347
+ *
7348
+ * @description > The listeners and tags of the SLB instance are deleted along with the SLB instance.
7349
+ *
7350
+ * @param request DeleteLoadBalancerRequest
7351
+ * @return DeleteLoadBalancerResponse
7181
7352
  */
7182
7353
  deleteLoadBalancer(request: DeleteLoadBalancerRequest): Promise<DeleteLoadBalancerResponse>;
7183
7354
  /**
7184
- * > You can delete only listeners that are in the **stopped** or **running** state.
7185
- *
7186
- * @param request DeleteLoadBalancerListenerRequest
7187
- * @param runtime runtime options for this request RuntimeOptions
7188
- * @return DeleteLoadBalancerListenerResponse
7355
+ * @summary Deletes a listener.
7356
+ *
7357
+ * @description > You can delete only listeners that are in the **stopped** or **running** state.
7358
+ *
7359
+ * @param request DeleteLoadBalancerListenerRequest
7360
+ * @param runtime runtime options for this request RuntimeOptions
7361
+ * @return DeleteLoadBalancerListenerResponse
7189
7362
  */
7190
7363
  deleteLoadBalancerListenerWithOptions(request: DeleteLoadBalancerListenerRequest, runtime: $Util.RuntimeOptions): Promise<DeleteLoadBalancerListenerResponse>;
7191
7364
  /**
7192
- * > You can delete only listeners that are in the **stopped** or **running** state.
7193
- *
7194
- * @param request DeleteLoadBalancerListenerRequest
7195
- * @return DeleteLoadBalancerListenerResponse
7365
+ * @summary Deletes a listener.
7366
+ *
7367
+ * @description > You can delete only listeners that are in the **stopped** or **running** state.
7368
+ *
7369
+ * @param request DeleteLoadBalancerListenerRequest
7370
+ * @return DeleteLoadBalancerListenerResponse
7196
7371
  */
7197
7372
  deleteLoadBalancerListener(request: DeleteLoadBalancerListenerRequest): Promise<DeleteLoadBalancerListenerResponse>;
7373
+ /**
7374
+ * @summary Deletes an active/standby server group.
7375
+ *
7376
+ * @param request DeleteMasterSlaveServerGroupRequest
7377
+ * @param runtime runtime options for this request RuntimeOptions
7378
+ * @return DeleteMasterSlaveServerGroupResponse
7379
+ */
7198
7380
  deleteMasterSlaveServerGroupWithOptions(request: DeleteMasterSlaveServerGroupRequest, runtime: $Util.RuntimeOptions): Promise<DeleteMasterSlaveServerGroupResponse>;
7381
+ /**
7382
+ * @summary Deletes an active/standby server group.
7383
+ *
7384
+ * @param request DeleteMasterSlaveServerGroupRequest
7385
+ * @return DeleteMasterSlaveServerGroupResponse
7386
+ */
7199
7387
  deleteMasterSlaveServerGroup(request: DeleteMasterSlaveServerGroupRequest): Promise<DeleteMasterSlaveServerGroupResponse>;
7200
7388
  /**
7201
- * ## Limits
7202
- * The RuleIds parameter is required. You can specify up to 10 forwarding rules in each request.
7203
- *
7204
- * @param request DeleteRulesRequest
7205
- * @param runtime runtime options for this request RuntimeOptions
7206
- * @return DeleteRulesResponse
7389
+ * @summary Deletes forwarding rules.
7390
+ *
7391
+ * @description ## Limits
7392
+ * The RuleIds parameter is required. You can specify up to 10 forwarding rules in each request.
7393
+ *
7394
+ * @param request DeleteRulesRequest
7395
+ * @param runtime runtime options for this request RuntimeOptions
7396
+ * @return DeleteRulesResponse
7207
7397
  */
7208
7398
  deleteRulesWithOptions(request: DeleteRulesRequest, runtime: $Util.RuntimeOptions): Promise<DeleteRulesResponse>;
7209
7399
  /**
7210
- * ## Limits
7211
- * The RuleIds parameter is required. You can specify up to 10 forwarding rules in each request.
7212
- *
7213
- * @param request DeleteRulesRequest
7214
- * @return DeleteRulesResponse
7400
+ * @summary Deletes forwarding rules.
7401
+ *
7402
+ * @description ## Limits
7403
+ * The RuleIds parameter is required. You can specify up to 10 forwarding rules in each request.
7404
+ *
7405
+ * @param request DeleteRulesRequest
7406
+ * @return DeleteRulesResponse
7215
7407
  */
7216
7408
  deleteRules(request: DeleteRulesRequest): Promise<DeleteRulesResponse>;
7217
7409
  /**
7218
- * > You cannot delete server certificates that are in use.
7219
- *
7220
- * @param request DeleteServerCertificateRequest
7221
- * @param runtime runtime options for this request RuntimeOptions
7222
- * @return DeleteServerCertificateResponse
7410
+ * @summary Deletes a server certificate.
7411
+ *
7412
+ * @description > You cannot delete server certificates that are in use.
7413
+ *
7414
+ * @param request DeleteServerCertificateRequest
7415
+ * @param runtime runtime options for this request RuntimeOptions
7416
+ * @return DeleteServerCertificateResponse
7223
7417
  */
7224
7418
  deleteServerCertificateWithOptions(request: DeleteServerCertificateRequest, runtime: $Util.RuntimeOptions): Promise<DeleteServerCertificateResponse>;
7225
7419
  /**
7226
- * > You cannot delete server certificates that are in use.
7227
- *
7228
- * @param request DeleteServerCertificateRequest
7229
- * @return DeleteServerCertificateResponse
7420
+ * @summary Deletes a server certificate.
7421
+ *
7422
+ * @description > You cannot delete server certificates that are in use.
7423
+ *
7424
+ * @param request DeleteServerCertificateRequest
7425
+ * @return DeleteServerCertificateResponse
7230
7426
  */
7231
7427
  deleteServerCertificate(request: DeleteServerCertificateRequest): Promise<DeleteServerCertificateResponse>;
7428
+ /**
7429
+ * @summary Deletes a TLS policy.
7430
+ *
7431
+ * @description ## Debugging
7432
+ * [OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer. OpenAPI Explorer dynamically generates the sample code of the operation for different SDKs.](https://api.aliyun.com/#product=Slb\\&api=DeleteTLSCipherPolicy\\&type=RPC\\&version=2014-05-15)
7433
+ *
7434
+ * @param request DeleteTLSCipherPolicyRequest
7435
+ * @param runtime runtime options for this request RuntimeOptions
7436
+ * @return DeleteTLSCipherPolicyResponse
7437
+ */
7232
7438
  deleteTLSCipherPolicyWithOptions(request: DeleteTLSCipherPolicyRequest, runtime: $Util.RuntimeOptions): Promise<DeleteTLSCipherPolicyResponse>;
7439
+ /**
7440
+ * @summary Deletes a TLS policy.
7441
+ *
7442
+ * @description ## Debugging
7443
+ * [OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer. OpenAPI Explorer dynamically generates the sample code of the operation for different SDKs.](https://api.aliyun.com/#product=Slb\\&api=DeleteTLSCipherPolicy\\&type=RPC\\&version=2014-05-15)
7444
+ *
7445
+ * @param request DeleteTLSCipherPolicyRequest
7446
+ * @return DeleteTLSCipherPolicyResponse
7447
+ */
7233
7448
  deleteTLSCipherPolicy(request: DeleteTLSCipherPolicyRequest): Promise<DeleteTLSCipherPolicyResponse>;
7449
+ /**
7450
+ * @summary Deletes a VServer group.
7451
+ *
7452
+ * @param request DeleteVServerGroupRequest
7453
+ * @param runtime runtime options for this request RuntimeOptions
7454
+ * @return DeleteVServerGroupResponse
7455
+ */
7234
7456
  deleteVServerGroupWithOptions(request: DeleteVServerGroupRequest, runtime: $Util.RuntimeOptions): Promise<DeleteVServerGroupResponse>;
7457
+ /**
7458
+ * @summary Deletes a VServer group.
7459
+ *
7460
+ * @param request DeleteVServerGroupRequest
7461
+ * @return DeleteVServerGroupResponse
7462
+ */
7235
7463
  deleteVServerGroup(request: DeleteVServerGroupRequest): Promise<DeleteVServerGroupResponse>;
7464
+ /**
7465
+ * @summary Queries the configuration of an access control list (ACL).
7466
+ *
7467
+ * @param request DescribeAccessControlListAttributeRequest
7468
+ * @param runtime runtime options for this request RuntimeOptions
7469
+ * @return DescribeAccessControlListAttributeResponse
7470
+ */
7236
7471
  describeAccessControlListAttributeWithOptions(request: DescribeAccessControlListAttributeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAccessControlListAttributeResponse>;
7472
+ /**
7473
+ * @summary Queries the configuration of an access control list (ACL).
7474
+ *
7475
+ * @param request DescribeAccessControlListAttributeRequest
7476
+ * @return DescribeAccessControlListAttributeResponse
7477
+ */
7237
7478
  describeAccessControlListAttribute(request: DescribeAccessControlListAttributeRequest): Promise<DescribeAccessControlListAttributeResponse>;
7479
+ /**
7480
+ * @summary Queries access control lists (ACLs).
7481
+ *
7482
+ * @param request DescribeAccessControlListsRequest
7483
+ * @param runtime runtime options for this request RuntimeOptions
7484
+ * @return DescribeAccessControlListsResponse
7485
+ */
7238
7486
  describeAccessControlListsWithOptions(request: DescribeAccessControlListsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAccessControlListsResponse>;
7487
+ /**
7488
+ * @summary Queries access control lists (ACLs).
7489
+ *
7490
+ * @param request DescribeAccessControlListsRequest
7491
+ * @return DescribeAccessControlListsResponse
7492
+ */
7239
7493
  describeAccessControlLists(request: DescribeAccessControlListsRequest): Promise<DescribeAccessControlListsResponse>;
7494
+ /**
7495
+ * @summary Queries the access log of a Classic Load Balancer (CLB) instance.
7496
+ *
7497
+ * @param request DescribeAccessLogsDownloadAttributeRequest
7498
+ * @param runtime runtime options for this request RuntimeOptions
7499
+ * @return DescribeAccessLogsDownloadAttributeResponse
7500
+ */
7240
7501
  describeAccessLogsDownloadAttributeWithOptions(request: DescribeAccessLogsDownloadAttributeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAccessLogsDownloadAttributeResponse>;
7502
+ /**
7503
+ * @summary Queries the access log of a Classic Load Balancer (CLB) instance.
7504
+ *
7505
+ * @param request DescribeAccessLogsDownloadAttributeRequest
7506
+ * @return DescribeAccessLogsDownloadAttributeResponse
7507
+ */
7241
7508
  describeAccessLogsDownloadAttribute(request: DescribeAccessLogsDownloadAttributeRequest): Promise<DescribeAccessLogsDownloadAttributeResponse>;
7242
7509
  /**
7243
- * > Only the available resources and zones are returned.
7244
- *
7245
- * @param request DescribeAvailableResourceRequest
7246
- * @param runtime runtime options for this request RuntimeOptions
7247
- * @return DescribeAvailableResourceResponse
7510
+ * @summary Queries the available resources and resources that are available for purchase in the zones of a region.
7511
+ *
7512
+ * @description > Only the available resources and zones are returned.
7513
+ *
7514
+ * @param request DescribeAvailableResourceRequest
7515
+ * @param runtime runtime options for this request RuntimeOptions
7516
+ * @return DescribeAvailableResourceResponse
7248
7517
  */
7249
7518
  describeAvailableResourceWithOptions(request: DescribeAvailableResourceRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAvailableResourceResponse>;
7250
7519
  /**
7251
- * > Only the available resources and zones are returned.
7252
- *
7253
- * @param request DescribeAvailableResourceRequest
7254
- * @return DescribeAvailableResourceResponse
7520
+ * @summary Queries the available resources and resources that are available for purchase in the zones of a region.
7521
+ *
7522
+ * @description > Only the available resources and zones are returned.
7523
+ *
7524
+ * @param request DescribeAvailableResourceRequest
7525
+ * @return DescribeAvailableResourceResponse
7255
7526
  */
7256
7527
  describeAvailableResource(request: DescribeAvailableResourceRequest): Promise<DescribeAvailableResourceResponse>;
7257
7528
  /**
7258
- * > To ensure data confidentiality, only the certificate fingerprint and name are returned. The certificate content is not returned.
7259
- *
7260
- * @param request DescribeCACertificatesRequest
7261
- * @param runtime runtime options for this request RuntimeOptions
7262
- * @return DescribeCACertificatesResponse
7529
+ * @summary Queries certificate authority (CA) certificates.
7530
+ *
7531
+ * @description > To ensure data confidentiality, only the certificate fingerprint and name are returned. The certificate content is not returned.
7532
+ *
7533
+ * @param request DescribeCACertificatesRequest
7534
+ * @param runtime runtime options for this request RuntimeOptions
7535
+ * @return DescribeCACertificatesResponse
7263
7536
  */
7264
7537
  describeCACertificatesWithOptions(request: DescribeCACertificatesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeCACertificatesResponse>;
7265
7538
  /**
7266
- * > To ensure data confidentiality, only the certificate fingerprint and name are returned. The certificate content is not returned.
7267
- *
7268
- * @param request DescribeCACertificatesRequest
7269
- * @return DescribeCACertificatesResponse
7539
+ * @summary Queries certificate authority (CA) certificates.
7540
+ *
7541
+ * @description > To ensure data confidentiality, only the certificate fingerprint and name are returned. The certificate content is not returned.
7542
+ *
7543
+ * @param request DescribeCACertificatesRequest
7544
+ * @return DescribeCACertificatesResponse
7270
7545
  */
7271
7546
  describeCACertificates(request: DescribeCACertificatesRequest): Promise<DescribeCACertificatesResponse>;
7547
+ /**
7548
+ * @summary Queries the attributes of an additional certificate.
7549
+ *
7550
+ * @param request DescribeDomainExtensionAttributeRequest
7551
+ * @param runtime runtime options for this request RuntimeOptions
7552
+ * @return DescribeDomainExtensionAttributeResponse
7553
+ */
7272
7554
  describeDomainExtensionAttributeWithOptions(request: DescribeDomainExtensionAttributeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDomainExtensionAttributeResponse>;
7555
+ /**
7556
+ * @summary Queries the attributes of an additional certificate.
7557
+ *
7558
+ * @param request DescribeDomainExtensionAttributeRequest
7559
+ * @return DescribeDomainExtensionAttributeResponse
7560
+ */
7273
7561
  describeDomainExtensionAttribute(request: DescribeDomainExtensionAttributeRequest): Promise<DescribeDomainExtensionAttributeResponse>;
7562
+ /**
7563
+ * @summary Queries additional certificates.
7564
+ *
7565
+ * @param request DescribeDomainExtensionsRequest
7566
+ * @param runtime runtime options for this request RuntimeOptions
7567
+ * @return DescribeDomainExtensionsResponse
7568
+ */
7274
7569
  describeDomainExtensionsWithOptions(request: DescribeDomainExtensionsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDomainExtensionsResponse>;
7570
+ /**
7571
+ * @summary Queries additional certificates.
7572
+ *
7573
+ * @param request DescribeDomainExtensionsRequest
7574
+ * @return DescribeDomainExtensionsResponse
7575
+ */
7275
7576
  describeDomainExtensions(request: DescribeDomainExtensionsRequest): Promise<DescribeDomainExtensionsResponse>;
7577
+ /**
7578
+ * @summary Queries the health status of backend servers.
7579
+ *
7580
+ * @param request DescribeHealthStatusRequest
7581
+ * @param runtime runtime options for this request RuntimeOptions
7582
+ * @return DescribeHealthStatusResponse
7583
+ */
7276
7584
  describeHealthStatusWithOptions(request: DescribeHealthStatusRequest, runtime: $Util.RuntimeOptions): Promise<DescribeHealthStatusResponse>;
7585
+ /**
7586
+ * @summary Queries the health status of backend servers.
7587
+ *
7588
+ * @param request DescribeHealthStatusRequest
7589
+ * @return DescribeHealthStatusResponse
7590
+ */
7277
7591
  describeHealthStatus(request: DescribeHealthStatusRequest): Promise<DescribeHealthStatusResponse>;
7592
+ /**
7593
+ * @summary Queries the configurations of fine-grained monitoring in a region.
7594
+ *
7595
+ * @param request DescribeHighDefinationMonitorRequest
7596
+ * @param runtime runtime options for this request RuntimeOptions
7597
+ * @return DescribeHighDefinationMonitorResponse
7598
+ */
7278
7599
  describeHighDefinationMonitorWithOptions(request: DescribeHighDefinationMonitorRequest, runtime: $Util.RuntimeOptions): Promise<DescribeHighDefinationMonitorResponse>;
7600
+ /**
7601
+ * @summary Queries the configurations of fine-grained monitoring in a region.
7602
+ *
7603
+ * @param request DescribeHighDefinationMonitorRequest
7604
+ * @return DescribeHighDefinationMonitorResponse
7605
+ */
7279
7606
  describeHighDefinationMonitor(request: DescribeHighDefinationMonitorRequest): Promise<DescribeHighDefinationMonitorResponse>;
7607
+ /**
7608
+ * @summary Queries the whitelist configurations of a listener.
7609
+ *
7610
+ * @param request DescribeListenerAccessControlAttributeRequest
7611
+ * @param runtime runtime options for this request RuntimeOptions
7612
+ * @return DescribeListenerAccessControlAttributeResponse
7613
+ */
7280
7614
  describeListenerAccessControlAttributeWithOptions(request: DescribeListenerAccessControlAttributeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeListenerAccessControlAttributeResponse>;
7615
+ /**
7616
+ * @summary Queries the whitelist configurations of a listener.
7617
+ *
7618
+ * @param request DescribeListenerAccessControlAttributeRequest
7619
+ * @return DescribeListenerAccessControlAttributeResponse
7620
+ */
7281
7621
  describeListenerAccessControlAttribute(request: DescribeListenerAccessControlAttributeRequest): Promise<DescribeListenerAccessControlAttributeResponse>;
7282
7622
  /**
7283
- * > If backend servers are deployed in a vServer group, you can call the [DescribeVServerGroupAttribute](~~35224~~) operation to query the backend servers.
7284
- *
7285
- * @param request DescribeLoadBalancerAttributeRequest
7286
- * @param runtime runtime options for this request RuntimeOptions
7287
- * @return DescribeLoadBalancerAttributeResponse
7623
+ * @summary Queries the detail of a Classic Load Balancer (CLB) instance.
7624
+ *
7625
+ * @description > If backend servers are deployed in a vServer group, you can call the [DescribeVServerGroupAttribute](https://help.aliyun.com/document_detail/35224.html) operation to query the backend servers.
7626
+ *
7627
+ * @param request DescribeLoadBalancerAttributeRequest
7628
+ * @param runtime runtime options for this request RuntimeOptions
7629
+ * @return DescribeLoadBalancerAttributeResponse
7288
7630
  */
7289
7631
  describeLoadBalancerAttributeWithOptions(request: DescribeLoadBalancerAttributeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeLoadBalancerAttributeResponse>;
7290
7632
  /**
7291
- * > If backend servers are deployed in a vServer group, you can call the [DescribeVServerGroupAttribute](~~35224~~) operation to query the backend servers.
7292
- *
7293
- * @param request DescribeLoadBalancerAttributeRequest
7294
- * @return DescribeLoadBalancerAttributeResponse
7633
+ * @summary Queries the detail of a Classic Load Balancer (CLB) instance.
7634
+ *
7635
+ * @description > If backend servers are deployed in a vServer group, you can call the [DescribeVServerGroupAttribute](https://help.aliyun.com/document_detail/35224.html) operation to query the backend servers.
7636
+ *
7637
+ * @param request DescribeLoadBalancerAttributeRequest
7638
+ * @return DescribeLoadBalancerAttributeResponse
7295
7639
  */
7296
7640
  describeLoadBalancerAttribute(request: DescribeLoadBalancerAttributeRequest): Promise<DescribeLoadBalancerAttributeResponse>;
7297
7641
  /**
7298
- * * A Classic Load Balancer (CLB) instance is created. For more information, see [CreateLoadBalancer](~~27577~~).
7299
- * * An HTTP listener is created. For more information about how to create an HTTP listener, see [CreateLoadBalancerHTTPListener](~~27592~~).
7300
- *
7301
- * @param request DescribeLoadBalancerHTTPListenerAttributeRequest
7302
- * @param runtime runtime options for this request RuntimeOptions
7303
- * @return DescribeLoadBalancerHTTPListenerAttributeResponse
7642
+ * @summary Queries the configurations of an HTTP listener.
7643
+ *
7644
+ * @description * A Classic Load Balancer (CLB) instance is created. For more information, see [CreateLoadBalancer](https://help.aliyun.com/document_detail/27577.html).
7645
+ * * An HTTP listener is created. For more information about how to create an HTTP listener, see [CreateLoadBalancerHTTPListener](https://help.aliyun.com/document_detail/27592.html).
7646
+ *
7647
+ * @param request DescribeLoadBalancerHTTPListenerAttributeRequest
7648
+ * @param runtime runtime options for this request RuntimeOptions
7649
+ * @return DescribeLoadBalancerHTTPListenerAttributeResponse
7304
7650
  */
7305
7651
  describeLoadBalancerHTTPListenerAttributeWithOptions(request: DescribeLoadBalancerHTTPListenerAttributeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeLoadBalancerHTTPListenerAttributeResponse>;
7306
7652
  /**
7307
- * * A Classic Load Balancer (CLB) instance is created. For more information, see [CreateLoadBalancer](~~27577~~).
7308
- * * An HTTP listener is created. For more information about how to create an HTTP listener, see [CreateLoadBalancerHTTPListener](~~27592~~).
7309
- *
7310
- * @param request DescribeLoadBalancerHTTPListenerAttributeRequest
7311
- * @return DescribeLoadBalancerHTTPListenerAttributeResponse
7653
+ * @summary Queries the configurations of an HTTP listener.
7654
+ *
7655
+ * @description * A Classic Load Balancer (CLB) instance is created. For more information, see [CreateLoadBalancer](https://help.aliyun.com/document_detail/27577.html).
7656
+ * * An HTTP listener is created. For more information about how to create an HTTP listener, see [CreateLoadBalancerHTTPListener](https://help.aliyun.com/document_detail/27592.html).
7657
+ *
7658
+ * @param request DescribeLoadBalancerHTTPListenerAttributeRequest
7659
+ * @return DescribeLoadBalancerHTTPListenerAttributeResponse
7312
7660
  */
7313
7661
  describeLoadBalancerHTTPListenerAttribute(request: DescribeLoadBalancerHTTPListenerAttributeRequest): Promise<DescribeLoadBalancerHTTPListenerAttributeResponse>;
7314
7662
  /**
7315
- * * A Classic Load Balancer (CLB) instance is created. For more information, see [CreateLoadBalancer](~~27577~~).
7316
- * * An HTTPS listener is created. For more information about how to create an HTTPS listener, see [CreateLoadBalancerHTTPSListener](~~27593~~).
7317
- *
7318
- * @param request DescribeLoadBalancerHTTPSListenerAttributeRequest
7319
- * @param runtime runtime options for this request RuntimeOptions
7320
- * @return DescribeLoadBalancerHTTPSListenerAttributeResponse
7663
+ * @summary Queries the configurations of an HTTPS listener.
7664
+ *
7665
+ * @description * A Classic Load Balancer (CLB) instance is created. For more information, see [CreateLoadBalancer](https://help.aliyun.com/document_detail/27577.html).
7666
+ * * An HTTPS listener is created. For more information about how to create an HTTPS listener, see [CreateLoadBalancerHTTPSListener](https://help.aliyun.com/document_detail/27593.html).
7667
+ *
7668
+ * @param request DescribeLoadBalancerHTTPSListenerAttributeRequest
7669
+ * @param runtime runtime options for this request RuntimeOptions
7670
+ * @return DescribeLoadBalancerHTTPSListenerAttributeResponse
7321
7671
  */
7322
7672
  describeLoadBalancerHTTPSListenerAttributeWithOptions(request: DescribeLoadBalancerHTTPSListenerAttributeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeLoadBalancerHTTPSListenerAttributeResponse>;
7323
7673
  /**
7324
- * * A Classic Load Balancer (CLB) instance is created. For more information, see [CreateLoadBalancer](~~27577~~).
7325
- * * An HTTPS listener is created. For more information about how to create an HTTPS listener, see [CreateLoadBalancerHTTPSListener](~~27593~~).
7326
- *
7327
- * @param request DescribeLoadBalancerHTTPSListenerAttributeRequest
7328
- * @return DescribeLoadBalancerHTTPSListenerAttributeResponse
7674
+ * @summary Queries the configurations of an HTTPS listener.
7675
+ *
7676
+ * @description * A Classic Load Balancer (CLB) instance is created. For more information, see [CreateLoadBalancer](https://help.aliyun.com/document_detail/27577.html).
7677
+ * * An HTTPS listener is created. For more information about how to create an HTTPS listener, see [CreateLoadBalancerHTTPSListener](https://help.aliyun.com/document_detail/27593.html).
7678
+ *
7679
+ * @param request DescribeLoadBalancerHTTPSListenerAttributeRequest
7680
+ * @return DescribeLoadBalancerHTTPSListenerAttributeResponse
7329
7681
  */
7330
7682
  describeLoadBalancerHTTPSListenerAttribute(request: DescribeLoadBalancerHTTPSListenerAttributeRequest): Promise<DescribeLoadBalancerHTTPSListenerAttributeResponse>;
7331
7683
  /**
7332
- * * A CLB instance is created. For more information, see [CreateLoadBalancer](~~2401685~~).
7333
- * * One or more listeners are added to the CLB instance. For more information, see the following topics:
7334
- * * [CreateLoadBalancerUDPListener](~~CreateLoadBalancerUDPListener~~)
7335
- * * [CreateLoadBalancerTCPListener](~~CreateLoadBalancerTCPListener~~)
7336
- * * [CreateLoadBalancerHTTPListener](~~CreateLoadBalancerHTTPListener~~)
7337
- * * [CreateLoadBalancerHTTPSListener](~~CreateLoadBalancerHTTPSListener~~)
7338
- *
7339
- * @param request DescribeLoadBalancerListenersRequest
7340
- * @param runtime runtime options for this request RuntimeOptions
7341
- * @return DescribeLoadBalancerListenersResponse
7684
+ * @summary Queries the listeners of a Classic Load Balancer (CLB) instance.
7685
+ *
7686
+ * @description * A CLB instance is created. For more information, see [CreateLoadBalancer](https://help.aliyun.com/document_detail/2401685.html).
7687
+ * * One or more listeners are added to the CLB instance. For more information, see the following topics:
7688
+ * * [CreateLoadBalancerUDPListener](~~CreateLoadBalancerUDPListener~~)
7689
+ * * [CreateLoadBalancerTCPListener](~~CreateLoadBalancerTCPListener~~)
7690
+ * * [CreateLoadBalancerHTTPListener](~~CreateLoadBalancerHTTPListener~~)
7691
+ * * [CreateLoadBalancerHTTPSListener](~~CreateLoadBalancerHTTPSListener~~)
7692
+ *
7693
+ * @param request DescribeLoadBalancerListenersRequest
7694
+ * @param runtime runtime options for this request RuntimeOptions
7695
+ * @return DescribeLoadBalancerListenersResponse
7342
7696
  */
7343
7697
  describeLoadBalancerListenersWithOptions(request: DescribeLoadBalancerListenersRequest, runtime: $Util.RuntimeOptions): Promise<DescribeLoadBalancerListenersResponse>;
7344
7698
  /**
7345
- * * A CLB instance is created. For more information, see [CreateLoadBalancer](~~2401685~~).
7346
- * * One or more listeners are added to the CLB instance. For more information, see the following topics:
7347
- * * [CreateLoadBalancerUDPListener](~~CreateLoadBalancerUDPListener~~)
7348
- * * [CreateLoadBalancerTCPListener](~~CreateLoadBalancerTCPListener~~)
7349
- * * [CreateLoadBalancerHTTPListener](~~CreateLoadBalancerHTTPListener~~)
7350
- * * [CreateLoadBalancerHTTPSListener](~~CreateLoadBalancerHTTPSListener~~)
7351
- *
7352
- * @param request DescribeLoadBalancerListenersRequest
7353
- * @return DescribeLoadBalancerListenersResponse
7699
+ * @summary Queries the listeners of a Classic Load Balancer (CLB) instance.
7700
+ *
7701
+ * @description * A CLB instance is created. For more information, see [CreateLoadBalancer](https://help.aliyun.com/document_detail/2401685.html).
7702
+ * * One or more listeners are added to the CLB instance. For more information, see the following topics:
7703
+ * * [CreateLoadBalancerUDPListener](~~CreateLoadBalancerUDPListener~~)
7704
+ * * [CreateLoadBalancerTCPListener](~~CreateLoadBalancerTCPListener~~)
7705
+ * * [CreateLoadBalancerHTTPListener](~~CreateLoadBalancerHTTPListener~~)
7706
+ * * [CreateLoadBalancerHTTPSListener](~~CreateLoadBalancerHTTPSListener~~)
7707
+ *
7708
+ * @param request DescribeLoadBalancerListenersRequest
7709
+ * @return DescribeLoadBalancerListenersResponse
7354
7710
  */
7355
7711
  describeLoadBalancerListeners(request: DescribeLoadBalancerListenersRequest): Promise<DescribeLoadBalancerListenersResponse>;
7712
+ /**
7713
+ * @summary Queries the configurations of a TCP listener of Classic Load Balancer (CLB).
7714
+ *
7715
+ * @param request DescribeLoadBalancerTCPListenerAttributeRequest
7716
+ * @param runtime runtime options for this request RuntimeOptions
7717
+ * @return DescribeLoadBalancerTCPListenerAttributeResponse
7718
+ */
7356
7719
  describeLoadBalancerTCPListenerAttributeWithOptions(request: DescribeLoadBalancerTCPListenerAttributeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeLoadBalancerTCPListenerAttributeResponse>;
7720
+ /**
7721
+ * @summary Queries the configurations of a TCP listener of Classic Load Balancer (CLB).
7722
+ *
7723
+ * @param request DescribeLoadBalancerTCPListenerAttributeRequest
7724
+ * @return DescribeLoadBalancerTCPListenerAttributeResponse
7725
+ */
7357
7726
  describeLoadBalancerTCPListenerAttribute(request: DescribeLoadBalancerTCPListenerAttributeRequest): Promise<DescribeLoadBalancerTCPListenerAttributeResponse>;
7727
+ /**
7728
+ * @summary Queries the configurations of a UDP listener.
7729
+ *
7730
+ * @param request DescribeLoadBalancerUDPListenerAttributeRequest
7731
+ * @param runtime runtime options for this request RuntimeOptions
7732
+ * @return DescribeLoadBalancerUDPListenerAttributeResponse
7733
+ */
7358
7734
  describeLoadBalancerUDPListenerAttributeWithOptions(request: DescribeLoadBalancerUDPListenerAttributeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeLoadBalancerUDPListenerAttributeResponse>;
7735
+ /**
7736
+ * @summary Queries the configurations of a UDP listener.
7737
+ *
7738
+ * @param request DescribeLoadBalancerUDPListenerAttributeRequest
7739
+ * @return DescribeLoadBalancerUDPListenerAttributeResponse
7740
+ */
7359
7741
  describeLoadBalancerUDPListenerAttribute(request: DescribeLoadBalancerUDPListenerAttributeRequest): Promise<DescribeLoadBalancerUDPListenerAttributeResponse>;
7742
+ /**
7743
+ * @summary Queries Classic Load Balancer (CLB) instances.
7744
+ *
7745
+ * @param request DescribeLoadBalancersRequest
7746
+ * @param runtime runtime options for this request RuntimeOptions
7747
+ * @return DescribeLoadBalancersResponse
7748
+ */
7360
7749
  describeLoadBalancersWithOptions(request: DescribeLoadBalancersRequest, runtime: $Util.RuntimeOptions): Promise<DescribeLoadBalancersResponse>;
7750
+ /**
7751
+ * @summary Queries Classic Load Balancer (CLB) instances.
7752
+ *
7753
+ * @param request DescribeLoadBalancersRequest
7754
+ * @return DescribeLoadBalancersResponse
7755
+ */
7361
7756
  describeLoadBalancers(request: DescribeLoadBalancersRequest): Promise<DescribeLoadBalancersResponse>;
7757
+ /**
7758
+ * @summary Queries the detailed information about a primary/secondary server group.
7759
+ *
7760
+ * @param request DescribeMasterSlaveServerGroupAttributeRequest
7761
+ * @param runtime runtime options for this request RuntimeOptions
7762
+ * @return DescribeMasterSlaveServerGroupAttributeResponse
7763
+ */
7362
7764
  describeMasterSlaveServerGroupAttributeWithOptions(request: DescribeMasterSlaveServerGroupAttributeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeMasterSlaveServerGroupAttributeResponse>;
7765
+ /**
7766
+ * @summary Queries the detailed information about a primary/secondary server group.
7767
+ *
7768
+ * @param request DescribeMasterSlaveServerGroupAttributeRequest
7769
+ * @return DescribeMasterSlaveServerGroupAttributeResponse
7770
+ */
7363
7771
  describeMasterSlaveServerGroupAttribute(request: DescribeMasterSlaveServerGroupAttributeRequest): Promise<DescribeMasterSlaveServerGroupAttributeResponse>;
7772
+ /**
7773
+ * @summary Queries primary/secondary server groups.
7774
+ *
7775
+ * @param request DescribeMasterSlaveServerGroupsRequest
7776
+ * @param runtime runtime options for this request RuntimeOptions
7777
+ * @return DescribeMasterSlaveServerGroupsResponse
7778
+ */
7364
7779
  describeMasterSlaveServerGroupsWithOptions(request: DescribeMasterSlaveServerGroupsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeMasterSlaveServerGroupsResponse>;
7780
+ /**
7781
+ * @summary Queries primary/secondary server groups.
7782
+ *
7783
+ * @param request DescribeMasterSlaveServerGroupsRequest
7784
+ * @return DescribeMasterSlaveServerGroupsResponse
7785
+ */
7365
7786
  describeMasterSlaveServerGroups(request: DescribeMasterSlaveServerGroupsRequest): Promise<DescribeMasterSlaveServerGroupsResponse>;
7787
+ /**
7788
+ * @summary Queries regions.
7789
+ *
7790
+ * @param request DescribeRegionsRequest
7791
+ * @param runtime runtime options for this request RuntimeOptions
7792
+ * @return DescribeRegionsResponse
7793
+ */
7366
7794
  describeRegionsWithOptions(request: DescribeRegionsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeRegionsResponse>;
7795
+ /**
7796
+ * @summary Queries regions.
7797
+ *
7798
+ * @param request DescribeRegionsRequest
7799
+ * @return DescribeRegionsResponse
7800
+ */
7367
7801
  describeRegions(request: DescribeRegionsRequest): Promise<DescribeRegionsResponse>;
7802
+ /**
7803
+ * @summary Queries the configurations of a specified forwarding rule.
7804
+ *
7805
+ * @param request DescribeRuleAttributeRequest
7806
+ * @param runtime runtime options for this request RuntimeOptions
7807
+ * @return DescribeRuleAttributeResponse
7808
+ */
7368
7809
  describeRuleAttributeWithOptions(request: DescribeRuleAttributeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeRuleAttributeResponse>;
7810
+ /**
7811
+ * @summary Queries the configurations of a specified forwarding rule.
7812
+ *
7813
+ * @param request DescribeRuleAttributeRequest
7814
+ * @return DescribeRuleAttributeResponse
7815
+ */
7369
7816
  describeRuleAttribute(request: DescribeRuleAttributeRequest): Promise<DescribeRuleAttributeResponse>;
7817
+ /**
7818
+ * @summary Queries the forwarding rules that are configured for a specified listener.
7819
+ *
7820
+ * @param request DescribeRulesRequest
7821
+ * @param runtime runtime options for this request RuntimeOptions
7822
+ * @return DescribeRulesResponse
7823
+ */
7370
7824
  describeRulesWithOptions(request: DescribeRulesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeRulesResponse>;
7825
+ /**
7826
+ * @summary Queries the forwarding rules that are configured for a specified listener.
7827
+ *
7828
+ * @param request DescribeRulesRequest
7829
+ * @return DescribeRulesResponse
7830
+ */
7371
7831
  describeRules(request: DescribeRulesRequest): Promise<DescribeRulesResponse>;
7372
7832
  /**
7373
- * > For security reasons, only fingerprints and names of the server certificates are returned. The content of the server certificates and private keys is not returned.
7374
- *
7375
- * @param request DescribeServerCertificatesRequest
7376
- * @param runtime runtime options for this request RuntimeOptions
7377
- * @return DescribeServerCertificatesResponse
7833
+ * @summary Queries server certificates of Classic Load Balancer (CLB) instances in a specified region.
7834
+ *
7835
+ * @description > For security reasons, only fingerprints and names of the server certificates are returned. The content of the server certificates and private keys is not returned.
7836
+ *
7837
+ * @param request DescribeServerCertificatesRequest
7838
+ * @param runtime runtime options for this request RuntimeOptions
7839
+ * @return DescribeServerCertificatesResponse
7378
7840
  */
7379
7841
  describeServerCertificatesWithOptions(request: DescribeServerCertificatesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeServerCertificatesResponse>;
7380
7842
  /**
7381
- * > For security reasons, only fingerprints and names of the server certificates are returned. The content of the server certificates and private keys is not returned.
7382
- *
7383
- * @param request DescribeServerCertificatesRequest
7384
- * @return DescribeServerCertificatesResponse
7843
+ * @summary Queries server certificates of Classic Load Balancer (CLB) instances in a specified region.
7844
+ *
7845
+ * @description > For security reasons, only fingerprints and names of the server certificates are returned. The content of the server certificates and private keys is not returned.
7846
+ *
7847
+ * @param request DescribeServerCertificatesRequest
7848
+ * @return DescribeServerCertificatesResponse
7385
7849
  */
7386
7850
  describeServerCertificates(request: DescribeServerCertificatesRequest): Promise<DescribeServerCertificatesResponse>;
7387
7851
  /**
7388
- * When you call this operation, take note of the following items:
7389
- * * You can query tags by instance ID, tag key, and tag value. If the operation is successful, the system returns all tags that match the specified conditions.
7390
- * * The logical relationship among the specified conditions is AND. Only tags that match all the specified conditions are returned.
7391
- * * If the Tagkey parameter is set and the Tagvalue parameter is not set, all tags that contain the specified tag key are returned.
7392
- * * If you set the Tagvalue parameter in a request, you must also set the Tagkey parameter in the request.
7393
- * * If you set both the Tagkey and Tagvalue parameters, only tags that contain the specified keys and values are returned.
7394
- *
7395
- * @param request DescribeTagsRequest
7396
- * @param runtime runtime options for this request RuntimeOptions
7397
- * @return DescribeTagsResponse
7852
+ * @summary Queries tags.
7853
+ *
7854
+ * @description When you call this operation, take note of the following items:
7855
+ * * You can query tags by instance ID, tag key, and tag value. If the operation is successful, the system returns all tags that match the specified conditions.
7856
+ * * The logical relationship among the specified conditions is AND. Only tags that match all the specified conditions are returned.
7857
+ * * If the Tagkey parameter is set and the Tagvalue parameter is not set, all tags that contain the specified tag key are returned.
7858
+ * * If you set the Tagvalue parameter in a request, you must also set the Tagkey parameter in the request.
7859
+ * * If you set both the Tagkey and Tagvalue parameters, only tags that contain the specified keys and values are returned.
7860
+ *
7861
+ * @param request DescribeTagsRequest
7862
+ * @param runtime runtime options for this request RuntimeOptions
7863
+ * @return DescribeTagsResponse
7398
7864
  */
7399
7865
  describeTagsWithOptions(request: DescribeTagsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeTagsResponse>;
7400
7866
  /**
7401
- * When you call this operation, take note of the following items:
7402
- * * You can query tags by instance ID, tag key, and tag value. If the operation is successful, the system returns all tags that match the specified conditions.
7403
- * * The logical relationship among the specified conditions is AND. Only tags that match all the specified conditions are returned.
7404
- * * If the Tagkey parameter is set and the Tagvalue parameter is not set, all tags that contain the specified tag key are returned.
7405
- * * If you set the Tagvalue parameter in a request, you must also set the Tagkey parameter in the request.
7406
- * * If you set both the Tagkey and Tagvalue parameters, only tags that contain the specified keys and values are returned.
7407
- *
7408
- * @param request DescribeTagsRequest
7409
- * @return DescribeTagsResponse
7867
+ * @summary Queries tags.
7868
+ *
7869
+ * @description When you call this operation, take note of the following items:
7870
+ * * You can query tags by instance ID, tag key, and tag value. If the operation is successful, the system returns all tags that match the specified conditions.
7871
+ * * The logical relationship among the specified conditions is AND. Only tags that match all the specified conditions are returned.
7872
+ * * If the Tagkey parameter is set and the Tagvalue parameter is not set, all tags that contain the specified tag key are returned.
7873
+ * * If you set the Tagvalue parameter in a request, you must also set the Tagkey parameter in the request.
7874
+ * * If you set both the Tagkey and Tagvalue parameters, only tags that contain the specified keys and values are returned.
7875
+ *
7876
+ * @param request DescribeTagsRequest
7877
+ * @return DescribeTagsResponse
7410
7878
  */
7411
7879
  describeTags(request: DescribeTagsRequest): Promise<DescribeTagsResponse>;
7880
+ /**
7881
+ * @summary Queries detailed information about a vServer group.
7882
+ *
7883
+ * @param request DescribeVServerGroupAttributeRequest
7884
+ * @param runtime runtime options for this request RuntimeOptions
7885
+ * @return DescribeVServerGroupAttributeResponse
7886
+ */
7412
7887
  describeVServerGroupAttributeWithOptions(request: DescribeVServerGroupAttributeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeVServerGroupAttributeResponse>;
7888
+ /**
7889
+ * @summary Queries detailed information about a vServer group.
7890
+ *
7891
+ * @param request DescribeVServerGroupAttributeRequest
7892
+ * @return DescribeVServerGroupAttributeResponse
7893
+ */
7413
7894
  describeVServerGroupAttribute(request: DescribeVServerGroupAttributeRequest): Promise<DescribeVServerGroupAttributeResponse>;
7895
+ /**
7896
+ * @summary Queries server groups.
7897
+ *
7898
+ * @param request DescribeVServerGroupsRequest
7899
+ * @param runtime runtime options for this request RuntimeOptions
7900
+ * @return DescribeVServerGroupsResponse
7901
+ */
7414
7902
  describeVServerGroupsWithOptions(request: DescribeVServerGroupsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeVServerGroupsResponse>;
7903
+ /**
7904
+ * @summary Queries server groups.
7905
+ *
7906
+ * @param request DescribeVServerGroupsRequest
7907
+ * @return DescribeVServerGroupsResponse
7908
+ */
7415
7909
  describeVServerGroups(request: DescribeVServerGroupsRequest): Promise<DescribeVServerGroupsResponse>;
7910
+ /**
7911
+ * @summary Queries the zones in a region.
7912
+ *
7913
+ * @param request DescribeZonesRequest
7914
+ * @param runtime runtime options for this request RuntimeOptions
7915
+ * @return DescribeZonesResponse
7916
+ */
7416
7917
  describeZonesWithOptions(request: DescribeZonesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeZonesResponse>;
7918
+ /**
7919
+ * @summary Queries the zones in a region.
7920
+ *
7921
+ * @param request DescribeZonesRequest
7922
+ * @return DescribeZonesResponse
7923
+ */
7417
7924
  describeZones(request: DescribeZonesRequest): Promise<DescribeZonesResponse>;
7925
+ /**
7926
+ * @summary Enables fine-grained monitoring for the current region.
7927
+ *
7928
+ * @param request EnableHighDefinationMonitorRequest
7929
+ * @param runtime runtime options for this request RuntimeOptions
7930
+ * @return EnableHighDefinationMonitorResponse
7931
+ */
7418
7932
  enableHighDefinationMonitorWithOptions(request: EnableHighDefinationMonitorRequest, runtime: $Util.RuntimeOptions): Promise<EnableHighDefinationMonitorResponse>;
7933
+ /**
7934
+ * @summary Enables fine-grained monitoring for the current region.
7935
+ *
7936
+ * @param request EnableHighDefinationMonitorRequest
7937
+ * @return EnableHighDefinationMonitorResponse
7938
+ */
7419
7939
  enableHighDefinationMonitor(request: EnableHighDefinationMonitorRequest): Promise<EnableHighDefinationMonitorResponse>;
7940
+ /**
7941
+ * @summary Queries Transport Layer Security (TLS) policies.
7942
+ *
7943
+ * @param request ListTLSCipherPoliciesRequest
7944
+ * @param runtime runtime options for this request RuntimeOptions
7945
+ * @return ListTLSCipherPoliciesResponse
7946
+ */
7420
7947
  listTLSCipherPoliciesWithOptions(request: ListTLSCipherPoliciesRequest, runtime: $Util.RuntimeOptions): Promise<ListTLSCipherPoliciesResponse>;
7948
+ /**
7949
+ * @summary Queries Transport Layer Security (TLS) policies.
7950
+ *
7951
+ * @param request ListTLSCipherPoliciesRequest
7952
+ * @return ListTLSCipherPoliciesResponse
7953
+ */
7421
7954
  listTLSCipherPolicies(request: ListTLSCipherPoliciesRequest): Promise<ListTLSCipherPoliciesResponse>;
7422
7955
  /**
7423
- * * Set **ResourceId.N** or **Tag.N** that consists of **Tag.N.Key** and **Tag.N.Value** in the request to specify the object to be queried.
7424
- * * **Tag.N** is a resource tag that consists of a key-value pair. If you set only **Tag.N.Key**, all tag values that are associated with the specified tag key are returned. If you set only **Tag.N.Value**, an error message is returned.
7425
- * * If you set **Tag.N** and **ResourceId.N** to filter tags, **ResourceId.N** must match all specified key-value pairs.
7426
- * * If you specify multiple key-value pairs, resources that contain these key-value pairs are returned.
7427
- *
7428
- * @param request ListTagResourcesRequest
7429
- * @param runtime runtime options for this request RuntimeOptions
7430
- * @return ListTagResourcesResponse
7956
+ * @summary Queries tags that are added to one or more instances.
7957
+ *
7958
+ * @description * Set **ResourceId.N** or **Tag.N** that consists of **Tag.N.Key** and **Tag.N.Value** in the request to specify the object to be queried.
7959
+ * * **Tag.N** is a resource tag that consists of a key-value pair. If you set only **Tag.N.Key**, all tag values that are associated with the specified tag key are returned. If you set only **Tag.N.Value**, an error message is returned.
7960
+ * * If you set **Tag.N** and **ResourceId.N** to filter tags, **ResourceId.N** must match all specified key-value pairs.
7961
+ * * If you specify multiple key-value pairs, resources that contain these key-value pairs are returned.
7962
+ *
7963
+ * @param request ListTagResourcesRequest
7964
+ * @param runtime runtime options for this request RuntimeOptions
7965
+ * @return ListTagResourcesResponse
7431
7966
  */
7432
7967
  listTagResourcesWithOptions(request: ListTagResourcesRequest, runtime: $Util.RuntimeOptions): Promise<ListTagResourcesResponse>;
7433
7968
  /**
7434
- * * Set **ResourceId.N** or **Tag.N** that consists of **Tag.N.Key** and **Tag.N.Value** in the request to specify the object to be queried.
7435
- * * **Tag.N** is a resource tag that consists of a key-value pair. If you set only **Tag.N.Key**, all tag values that are associated with the specified tag key are returned. If you set only **Tag.N.Value**, an error message is returned.
7436
- * * If you set **Tag.N** and **ResourceId.N** to filter tags, **ResourceId.N** must match all specified key-value pairs.
7437
- * * If you specify multiple key-value pairs, resources that contain these key-value pairs are returned.
7438
- *
7439
- * @param request ListTagResourcesRequest
7440
- * @return ListTagResourcesResponse
7969
+ * @summary Queries tags that are added to one or more instances.
7970
+ *
7971
+ * @description * Set **ResourceId.N** or **Tag.N** that consists of **Tag.N.Key** and **Tag.N.Value** in the request to specify the object to be queried.
7972
+ * * **Tag.N** is a resource tag that consists of a key-value pair. If you set only **Tag.N.Key**, all tag values that are associated with the specified tag key are returned. If you set only **Tag.N.Value**, an error message is returned.
7973
+ * * If you set **Tag.N** and **ResourceId.N** to filter tags, **ResourceId.N** must match all specified key-value pairs.
7974
+ * * If you specify multiple key-value pairs, resources that contain these key-value pairs are returned.
7975
+ *
7976
+ * @param request ListTagResourcesRequest
7977
+ * @return ListTagResourcesResponse
7441
7978
  */
7442
7979
  listTagResources(request: ListTagResourcesRequest): Promise<ListTagResourcesResponse>;
7980
+ /**
7981
+ * @summary Modifies the configuration of fine-grained monitoring in a specified region.
7982
+ *
7983
+ * @param request ModifyHighDefinationMonitorRequest
7984
+ * @param runtime runtime options for this request RuntimeOptions
7985
+ * @return ModifyHighDefinationMonitorResponse
7986
+ */
7443
7987
  modifyHighDefinationMonitorWithOptions(request: ModifyHighDefinationMonitorRequest, runtime: $Util.RuntimeOptions): Promise<ModifyHighDefinationMonitorResponse>;
7988
+ /**
7989
+ * @summary Modifies the configuration of fine-grained monitoring in a specified region.
7990
+ *
7991
+ * @param request ModifyHighDefinationMonitorRequest
7992
+ * @return ModifyHighDefinationMonitorResponse
7993
+ */
7444
7994
  modifyHighDefinationMonitor(request: ModifyHighDefinationMonitorRequest): Promise<ModifyHighDefinationMonitorResponse>;
7445
7995
  /**
7446
- * > * For pay-as-you-go CLB instances, you can only change the metering method from pay-by-specification to pay-by-LCU. You cannot change the metering method from pay-by-LCU to pay-by-specification.
7447
- * >* This operation can change the metering method of only one instance at a time.
7448
- *
7449
- * @param request ModifyLoadBalancerInstanceChargeTypeRequest
7450
- * @param runtime runtime options for this request RuntimeOptions
7451
- * @return ModifyLoadBalancerInstanceChargeTypeResponse
7996
+ * @summary Changes the metering method of a pay-as-you-go Classic Load Balancer (CLB) instance.
7997
+ *
7998
+ * @description > * For pay-as-you-go CLB instances, you can only change the metering method from pay-by-specification to pay-by-LCU. You cannot change the metering method from pay-by-LCU to pay-by-specification.
7999
+ * >* This operation can change the metering method of only one instance at a time.
8000
+ *
8001
+ * @param request ModifyLoadBalancerInstanceChargeTypeRequest
8002
+ * @param runtime runtime options for this request RuntimeOptions
8003
+ * @return ModifyLoadBalancerInstanceChargeTypeResponse
7452
8004
  */
7453
8005
  modifyLoadBalancerInstanceChargeTypeWithOptions(request: ModifyLoadBalancerInstanceChargeTypeRequest, runtime: $Util.RuntimeOptions): Promise<ModifyLoadBalancerInstanceChargeTypeResponse>;
7454
8006
  /**
7455
- * > * For pay-as-you-go CLB instances, you can only change the metering method from pay-by-specification to pay-by-LCU. You cannot change the metering method from pay-by-LCU to pay-by-specification.
7456
- * >* This operation can change the metering method of only one instance at a time.
7457
- *
7458
- * @param request ModifyLoadBalancerInstanceChargeTypeRequest
7459
- * @return ModifyLoadBalancerInstanceChargeTypeResponse
8007
+ * @summary Changes the metering method of a pay-as-you-go Classic Load Balancer (CLB) instance.
8008
+ *
8009
+ * @description > * For pay-as-you-go CLB instances, you can only change the metering method from pay-by-specification to pay-by-LCU. You cannot change the metering method from pay-by-LCU to pay-by-specification.
8010
+ * >* This operation can change the metering method of only one instance at a time.
8011
+ *
8012
+ * @param request ModifyLoadBalancerInstanceChargeTypeRequest
8013
+ * @return ModifyLoadBalancerInstanceChargeTypeResponse
7460
8014
  */
7461
8015
  modifyLoadBalancerInstanceChargeType(request: ModifyLoadBalancerInstanceChargeTypeRequest): Promise<ModifyLoadBalancerInstanceChargeTypeResponse>;
8016
+ /**
8017
+ * @summary Modifies the specification of a Classic Load Balancer (CLB) instance.
8018
+ *
8019
+ * @param request ModifyLoadBalancerInstanceSpecRequest
8020
+ * @param runtime runtime options for this request RuntimeOptions
8021
+ * @return ModifyLoadBalancerInstanceSpecResponse
8022
+ */
7462
8023
  modifyLoadBalancerInstanceSpecWithOptions(request: ModifyLoadBalancerInstanceSpecRequest, runtime: $Util.RuntimeOptions): Promise<ModifyLoadBalancerInstanceSpecResponse>;
8024
+ /**
8025
+ * @summary Modifies the specification of a Classic Load Balancer (CLB) instance.
8026
+ *
8027
+ * @param request ModifyLoadBalancerInstanceSpecRequest
8028
+ * @return ModifyLoadBalancerInstanceSpecResponse
8029
+ */
7463
8030
  modifyLoadBalancerInstanceSpec(request: ModifyLoadBalancerInstanceSpecRequest): Promise<ModifyLoadBalancerInstanceSpecResponse>;
7464
8031
  /**
7465
- * ## Description
7466
- * * If you modify only the maximum bandwidth of a pay-by-bandwidth CLB instance, the new bandwidth immediately takes effect.
7467
- * * If you modify the metering method (for example, switch from pay-by-bandwidth to pay-by-data-transfer), the new metering method and the other changes specified in the operation take effect at 00:00:00 the next day.
7468
- *
7469
- * @param request ModifyLoadBalancerInternetSpecRequest
7470
- * @param runtime runtime options for this request RuntimeOptions
7471
- * @return ModifyLoadBalancerInternetSpecResponse
8032
+ * @summary Modifies the metering method of an Internet-facing Classic Load Balancer (CLB) instance.
8033
+ *
8034
+ * @description ## Description
8035
+ * * If you modify only the maximum bandwidth of a pay-by-bandwidth CLB instance, the new bandwidth immediately takes effect.
8036
+ * * If you modify the metering method (for example, switch from pay-by-bandwidth to pay-by-data-transfer), the new metering method and the other changes specified in the operation take effect at 00:00:00 the next day.
8037
+ *
8038
+ * @param request ModifyLoadBalancerInternetSpecRequest
8039
+ * @param runtime runtime options for this request RuntimeOptions
8040
+ * @return ModifyLoadBalancerInternetSpecResponse
7472
8041
  */
7473
8042
  modifyLoadBalancerInternetSpecWithOptions(request: ModifyLoadBalancerInternetSpecRequest, runtime: $Util.RuntimeOptions): Promise<ModifyLoadBalancerInternetSpecResponse>;
7474
8043
  /**
7475
- * ## Description
7476
- * * If you modify only the maximum bandwidth of a pay-by-bandwidth CLB instance, the new bandwidth immediately takes effect.
7477
- * * If you modify the metering method (for example, switch from pay-by-bandwidth to pay-by-data-transfer), the new metering method and the other changes specified in the operation take effect at 00:00:00 the next day.
7478
- *
7479
- * @param request ModifyLoadBalancerInternetSpecRequest
7480
- * @return ModifyLoadBalancerInternetSpecResponse
8044
+ * @summary Modifies the metering method of an Internet-facing Classic Load Balancer (CLB) instance.
8045
+ *
8046
+ * @description ## Description
8047
+ * * If you modify only the maximum bandwidth of a pay-by-bandwidth CLB instance, the new bandwidth immediately takes effect.
8048
+ * * If you modify the metering method (for example, switch from pay-by-bandwidth to pay-by-data-transfer), the new metering method and the other changes specified in the operation take effect at 00:00:00 the next day.
8049
+ *
8050
+ * @param request ModifyLoadBalancerInternetSpecRequest
8051
+ * @return ModifyLoadBalancerInternetSpecResponse
7481
8052
  */
7482
8053
  modifyLoadBalancerInternetSpec(request: ModifyLoadBalancerInternetSpecRequest): Promise<ModifyLoadBalancerInternetSpecResponse>;
8054
+ /**
8055
+ * @summary Changes the billing method of a Classic Load Balancer (CLB) instance from pay-as-you-go to subscription.
8056
+ *
8057
+ * @param request ModifyLoadBalancerPayTypeRequest
8058
+ * @param runtime runtime options for this request RuntimeOptions
8059
+ * @return ModifyLoadBalancerPayTypeResponse
8060
+ */
7483
8061
  modifyLoadBalancerPayTypeWithOptions(request: ModifyLoadBalancerPayTypeRequest, runtime: $Util.RuntimeOptions): Promise<ModifyLoadBalancerPayTypeResponse>;
8062
+ /**
8063
+ * @summary Changes the billing method of a Classic Load Balancer (CLB) instance from pay-as-you-go to subscription.
8064
+ *
8065
+ * @param request ModifyLoadBalancerPayTypeRequest
8066
+ * @return ModifyLoadBalancerPayTypeResponse
8067
+ */
7484
8068
  modifyLoadBalancerPayType(request: ModifyLoadBalancerPayTypeRequest): Promise<ModifyLoadBalancerPayTypeResponse>;
7485
8069
  /**
7486
- * You can call this operation to replace the backend servers in a specified vServer group. To modify the configurations of the backend servers, such as their weights, you can call the [SetVServerGroupAttribute](~~35217~~) operation.
7487
- *
7488
- * @param request ModifyVServerGroupBackendServersRequest
7489
- * @param runtime runtime options for this request RuntimeOptions
7490
- * @return ModifyVServerGroupBackendServersResponse
8070
+ * @summary Replaces backend servers in a specified vServer group.
8071
+ *
8072
+ * @description You can call this operation to replace the backend servers in a specified vServer group. To modify the configurations of the backend servers, such as their weights, you can call the [SetVServerGroupAttribute](https://help.aliyun.com/document_detail/35217.html) operation.
8073
+ *
8074
+ * @param request ModifyVServerGroupBackendServersRequest
8075
+ * @param runtime runtime options for this request RuntimeOptions
8076
+ * @return ModifyVServerGroupBackendServersResponse
7491
8077
  */
7492
8078
  modifyVServerGroupBackendServersWithOptions(request: ModifyVServerGroupBackendServersRequest, runtime: $Util.RuntimeOptions): Promise<ModifyVServerGroupBackendServersResponse>;
7493
8079
  /**
7494
- * You can call this operation to replace the backend servers in a specified vServer group. To modify the configurations of the backend servers, such as their weights, you can call the [SetVServerGroupAttribute](~~35217~~) operation.
7495
- *
7496
- * @param request ModifyVServerGroupBackendServersRequest
7497
- * @return ModifyVServerGroupBackendServersResponse
8080
+ * @summary Replaces backend servers in a specified vServer group.
8081
+ *
8082
+ * @description You can call this operation to replace the backend servers in a specified vServer group. To modify the configurations of the backend servers, such as their weights, you can call the [SetVServerGroupAttribute](https://help.aliyun.com/document_detail/35217.html) operation.
8083
+ *
8084
+ * @param request ModifyVServerGroupBackendServersRequest
8085
+ * @return ModifyVServerGroupBackendServersResponse
7498
8086
  */
7499
8087
  modifyVServerGroupBackendServers(request: ModifyVServerGroupBackendServersRequest): Promise<ModifyVServerGroupBackendServersResponse>;
8088
+ /**
8089
+ * @summary Moves a resource to another resource group.
8090
+ *
8091
+ * @param request MoveResourceGroupRequest
8092
+ * @param runtime runtime options for this request RuntimeOptions
8093
+ * @return MoveResourceGroupResponse
8094
+ */
7500
8095
  moveResourceGroupWithOptions(request: MoveResourceGroupRequest, runtime: $Util.RuntimeOptions): Promise<MoveResourceGroupResponse>;
8096
+ /**
8097
+ * @summary Moves a resource to another resource group.
8098
+ *
8099
+ * @param request MoveResourceGroupRequest
8100
+ * @return MoveResourceGroupResponse
8101
+ */
7501
8102
  moveResourceGroup(request: MoveResourceGroupRequest): Promise<MoveResourceGroupResponse>;
8103
+ /**
8104
+ * @summary Removes IP entries from the network access control list (ACL) of a Classic Load Balancer (CLB) instance.
8105
+ *
8106
+ * @param request RemoveAccessControlListEntryRequest
8107
+ * @param runtime runtime options for this request RuntimeOptions
8108
+ * @return RemoveAccessControlListEntryResponse
8109
+ */
7502
8110
  removeAccessControlListEntryWithOptions(request: RemoveAccessControlListEntryRequest, runtime: $Util.RuntimeOptions): Promise<RemoveAccessControlListEntryResponse>;
8111
+ /**
8112
+ * @summary Removes IP entries from the network access control list (ACL) of a Classic Load Balancer (CLB) instance.
8113
+ *
8114
+ * @param request RemoveAccessControlListEntryRequest
8115
+ * @return RemoveAccessControlListEntryResponse
8116
+ */
7503
8117
  removeAccessControlListEntry(request: RemoveAccessControlListEntryRequest): Promise<RemoveAccessControlListEntryResponse>;
7504
8118
  /**
7505
- * > If the backend servers that you want to remove are not in the server list of the Classic Load Balancer (CLB) instance, the request fails. However, the system does not report an error.
7506
- *
7507
- * @param request RemoveBackendServersRequest
7508
- * @param runtime runtime options for this request RuntimeOptions
7509
- * @return RemoveBackendServersResponse
8119
+ * @summary Removes backend servers.
8120
+ *
8121
+ * @description > If the backend servers that you want to remove are not in the server list of the Classic Load Balancer (CLB) instance, the request fails. However, the system does not report an error.
8122
+ *
8123
+ * @param request RemoveBackendServersRequest
8124
+ * @param runtime runtime options for this request RuntimeOptions
8125
+ * @return RemoveBackendServersResponse
7510
8126
  */
7511
8127
  removeBackendServersWithOptions(request: RemoveBackendServersRequest, runtime: $Util.RuntimeOptions): Promise<RemoveBackendServersResponse>;
7512
8128
  /**
7513
- * > If the backend servers that you want to remove are not in the server list of the Classic Load Balancer (CLB) instance, the request fails. However, the system does not report an error.
7514
- *
7515
- * @param request RemoveBackendServersRequest
7516
- * @return RemoveBackendServersResponse
8129
+ * @summary Removes backend servers.
8130
+ *
8131
+ * @description > If the backend servers that you want to remove are not in the server list of the Classic Load Balancer (CLB) instance, the request fails. However, the system does not report an error.
8132
+ *
8133
+ * @param request RemoveBackendServersRequest
8134
+ * @return RemoveBackendServersResponse
7517
8135
  */
7518
8136
  removeBackendServers(request: RemoveBackendServersRequest): Promise<RemoveBackendServersResponse>;
8137
+ /**
8138
+ * @summary Removes IP addresses or CIDR blocks from the whitelist of a listener.
8139
+ *
8140
+ * @param request RemoveListenerWhiteListItemRequest
8141
+ * @param runtime runtime options for this request RuntimeOptions
8142
+ * @return RemoveListenerWhiteListItemResponse
8143
+ */
7519
8144
  removeListenerWhiteListItemWithOptions(request: RemoveListenerWhiteListItemRequest, runtime: $Util.RuntimeOptions): Promise<RemoveListenerWhiteListItemResponse>;
8145
+ /**
8146
+ * @summary Removes IP addresses or CIDR blocks from the whitelist of a listener.
8147
+ *
8148
+ * @param request RemoveListenerWhiteListItemRequest
8149
+ * @return RemoveListenerWhiteListItemResponse
8150
+ */
7520
8151
  removeListenerWhiteListItem(request: RemoveListenerWhiteListItemRequest): Promise<RemoveListenerWhiteListItemResponse>;
8152
+ /**
8153
+ * @param request RemoveTagsRequest
8154
+ * @param runtime runtime options for this request RuntimeOptions
8155
+ * @return RemoveTagsResponse
8156
+ */
7521
8157
  removeTagsWithOptions(request: RemoveTagsRequest, runtime: $Util.RuntimeOptions): Promise<RemoveTagsResponse>;
8158
+ /**
8159
+ * @param request RemoveTagsRequest
8160
+ * @return RemoveTagsResponse
8161
+ */
7522
8162
  removeTags(request: RemoveTagsRequest): Promise<RemoveTagsResponse>;
7523
8163
  /**
7524
- * > If one or more backend servers specified by the **BackendServers** parameter do not exist in the specified vServer group, these backend servers are ignored and no error message is returned.
7525
- *
7526
- * @param request RemoveVServerGroupBackendServersRequest
7527
- * @param runtime runtime options for this request RuntimeOptions
7528
- * @return RemoveVServerGroupBackendServersResponse
8164
+ * @summary Removes one or more backend servers from a specified vServer group.
8165
+ *
8166
+ * @description > If one or more backend servers specified by the **BackendServers** parameter do not exist in the specified vServer group, these backend servers are ignored and no error message is returned.
8167
+ *
8168
+ * @param request RemoveVServerGroupBackendServersRequest
8169
+ * @param runtime runtime options for this request RuntimeOptions
8170
+ * @return RemoveVServerGroupBackendServersResponse
7529
8171
  */
7530
8172
  removeVServerGroupBackendServersWithOptions(request: RemoveVServerGroupBackendServersRequest, runtime: $Util.RuntimeOptions): Promise<RemoveVServerGroupBackendServersResponse>;
7531
8173
  /**
7532
- * > If one or more backend servers specified by the **BackendServers** parameter do not exist in the specified vServer group, these backend servers are ignored and no error message is returned.
7533
- *
7534
- * @param request RemoveVServerGroupBackendServersRequest
7535
- * @return RemoveVServerGroupBackendServersResponse
8174
+ * @summary Removes one or more backend servers from a specified vServer group.
8175
+ *
8176
+ * @description > If one or more backend servers specified by the **BackendServers** parameter do not exist in the specified vServer group, these backend servers are ignored and no error message is returned.
8177
+ *
8178
+ * @param request RemoveVServerGroupBackendServersRequest
8179
+ * @return RemoveVServerGroupBackendServersResponse
7536
8180
  */
7537
8181
  removeVServerGroupBackendServers(request: RemoveVServerGroupBackendServersRequest): Promise<RemoveVServerGroupBackendServersResponse>;
8182
+ /**
8183
+ * @summary Modifies the name of a network access control list (ACL).
8184
+ *
8185
+ * @param request SetAccessControlListAttributeRequest
8186
+ * @param runtime runtime options for this request RuntimeOptions
8187
+ * @return SetAccessControlListAttributeResponse
8188
+ */
7538
8189
  setAccessControlListAttributeWithOptions(request: SetAccessControlListAttributeRequest, runtime: $Util.RuntimeOptions): Promise<SetAccessControlListAttributeResponse>;
8190
+ /**
8191
+ * @summary Modifies the name of a network access control list (ACL).
8192
+ *
8193
+ * @param request SetAccessControlListAttributeRequest
8194
+ * @return SetAccessControlListAttributeResponse
8195
+ */
7539
8196
  setAccessControlListAttribute(request: SetAccessControlListAttributeRequest): Promise<SetAccessControlListAttributeResponse>;
8197
+ /**
8198
+ * @summary Adds an access log forwarding rule for a Classic Load Balancer (CLB) instance.
8199
+ *
8200
+ * @param request SetAccessLogsDownloadAttributeRequest
8201
+ * @param runtime runtime options for this request RuntimeOptions
8202
+ * @return SetAccessLogsDownloadAttributeResponse
8203
+ */
7540
8204
  setAccessLogsDownloadAttributeWithOptions(request: SetAccessLogsDownloadAttributeRequest, runtime: $Util.RuntimeOptions): Promise<SetAccessLogsDownloadAttributeResponse>;
8205
+ /**
8206
+ * @summary Adds an access log forwarding rule for a Classic Load Balancer (CLB) instance.
8207
+ *
8208
+ * @param request SetAccessLogsDownloadAttributeRequest
8209
+ * @return SetAccessLogsDownloadAttributeResponse
8210
+ */
7541
8211
  setAccessLogsDownloadAttribute(request: SetAccessLogsDownloadAttributeRequest): Promise<SetAccessLogsDownloadAttributeResponse>;
8212
+ /**
8213
+ * @summary Sets the weights of backend servers.
8214
+ *
8215
+ * @param request SetBackendServersRequest
8216
+ * @param runtime runtime options for this request RuntimeOptions
8217
+ * @return SetBackendServersResponse
8218
+ */
7542
8219
  setBackendServersWithOptions(request: SetBackendServersRequest, runtime: $Util.RuntimeOptions): Promise<SetBackendServersResponse>;
8220
+ /**
8221
+ * @summary Sets the weights of backend servers.
8222
+ *
8223
+ * @param request SetBackendServersRequest
8224
+ * @return SetBackendServersResponse
8225
+ */
7543
8226
  setBackendServers(request: SetBackendServersRequest): Promise<SetBackendServersResponse>;
8227
+ /**
8228
+ * @summary Sets the name of a CA Certificate.
8229
+ *
8230
+ * @param request SetCACertificateNameRequest
8231
+ * @param runtime runtime options for this request RuntimeOptions
8232
+ * @return SetCACertificateNameResponse
8233
+ */
7544
8234
  setCACertificateNameWithOptions(request: SetCACertificateNameRequest, runtime: $Util.RuntimeOptions): Promise<SetCACertificateNameResponse>;
8235
+ /**
8236
+ * @summary Sets the name of a CA Certificate.
8237
+ *
8238
+ * @param request SetCACertificateNameRequest
8239
+ * @return SetCACertificateNameResponse
8240
+ */
7545
8241
  setCACertificateName(request: SetCACertificateNameRequest): Promise<SetCACertificateNameResponse>;
7546
8242
  /**
7547
- * > You cannot replace an additional certificate for a listener that is added to a shared-resource Server Load Balancer (SLB) instance.
7548
- *
7549
- * @param request SetDomainExtensionAttributeRequest
7550
- * @param runtime runtime options for this request RuntimeOptions
7551
- * @return SetDomainExtensionAttributeResponse
8243
+ * @summary Replaces an additional certificate.
8244
+ *
8245
+ * @description > You cannot replace an additional certificate for a listener that is added to a shared-resource Server Load Balancer (SLB) instance.
8246
+ *
8247
+ * @param request SetDomainExtensionAttributeRequest
8248
+ * @param runtime runtime options for this request RuntimeOptions
8249
+ * @return SetDomainExtensionAttributeResponse
7552
8250
  */
7553
8251
  setDomainExtensionAttributeWithOptions(request: SetDomainExtensionAttributeRequest, runtime: $Util.RuntimeOptions): Promise<SetDomainExtensionAttributeResponse>;
7554
8252
  /**
7555
- * > You cannot replace an additional certificate for a listener that is added to a shared-resource Server Load Balancer (SLB) instance.
7556
- *
7557
- * @param request SetDomainExtensionAttributeRequest
7558
- * @return SetDomainExtensionAttributeResponse
8253
+ * @summary Replaces an additional certificate.
8254
+ *
8255
+ * @description > You cannot replace an additional certificate for a listener that is added to a shared-resource Server Load Balancer (SLB) instance.
8256
+ *
8257
+ * @param request SetDomainExtensionAttributeRequest
8258
+ * @return SetDomainExtensionAttributeResponse
7559
8259
  */
7560
8260
  setDomainExtensionAttribute(request: SetDomainExtensionAttributeRequest): Promise<SetDomainExtensionAttributeResponse>;
8261
+ /**
8262
+ * @summary Enables or disables the whitelist of a specified listener.
8263
+ *
8264
+ * @param request SetListenerAccessControlStatusRequest
8265
+ * @param runtime runtime options for this request RuntimeOptions
8266
+ * @return SetListenerAccessControlStatusResponse
8267
+ */
7561
8268
  setListenerAccessControlStatusWithOptions(request: SetListenerAccessControlStatusRequest, runtime: $Util.RuntimeOptions): Promise<SetListenerAccessControlStatusResponse>;
8269
+ /**
8270
+ * @summary Enables or disables the whitelist of a specified listener.
8271
+ *
8272
+ * @param request SetListenerAccessControlStatusRequest
8273
+ * @return SetListenerAccessControlStatusResponse
8274
+ */
7562
8275
  setListenerAccessControlStatus(request: SetListenerAccessControlStatusRequest): Promise<SetListenerAccessControlStatusResponse>;
8276
+ /**
8277
+ * @summary Enables or disables deletion protection for an SLB instance.
8278
+ *
8279
+ * @param request SetLoadBalancerDeleteProtectionRequest
8280
+ * @param runtime runtime options for this request RuntimeOptions
8281
+ * @return SetLoadBalancerDeleteProtectionResponse
8282
+ */
7563
8283
  setLoadBalancerDeleteProtectionWithOptions(request: SetLoadBalancerDeleteProtectionRequest, runtime: $Util.RuntimeOptions): Promise<SetLoadBalancerDeleteProtectionResponse>;
8284
+ /**
8285
+ * @summary Enables or disables deletion protection for an SLB instance.
8286
+ *
8287
+ * @param request SetLoadBalancerDeleteProtectionRequest
8288
+ * @return SetLoadBalancerDeleteProtectionResponse
8289
+ */
7564
8290
  setLoadBalancerDeleteProtection(request: SetLoadBalancerDeleteProtectionRequest): Promise<SetLoadBalancerDeleteProtectionResponse>;
7565
8291
  /**
7566
- * ### Prerequisites
7567
- * * A Classic Load Balancer (CLB) instance is created. For more information, see [CreateLoadBalancer](~~27577~~).
7568
- * * An HTTP listener is created. For more information about how to create an HTTP listener, see [CreateLoadBalancerHTTPListener](~~27592~~).
7569
- *
7570
- * @param request SetLoadBalancerHTTPListenerAttributeRequest
7571
- * @param runtime runtime options for this request RuntimeOptions
7572
- * @return SetLoadBalancerHTTPListenerAttributeResponse
8292
+ * @summary Modifies the configurations of an HTTP listener.
8293
+ *
8294
+ * @description ### Prerequisites
8295
+ * * A Classic Load Balancer (CLB) instance is created. For more information, see [CreateLoadBalancer](https://help.aliyun.com/document_detail/27577.html).
8296
+ * * An HTTP listener is created. For more information about how to create an HTTP listener, see [CreateLoadBalancerHTTPListener](https://help.aliyun.com/document_detail/27592.html).
8297
+ *
8298
+ * @param request SetLoadBalancerHTTPListenerAttributeRequest
8299
+ * @param runtime runtime options for this request RuntimeOptions
8300
+ * @return SetLoadBalancerHTTPListenerAttributeResponse
7573
8301
  */
7574
8302
  setLoadBalancerHTTPListenerAttributeWithOptions(request: SetLoadBalancerHTTPListenerAttributeRequest, runtime: $Util.RuntimeOptions): Promise<SetLoadBalancerHTTPListenerAttributeResponse>;
7575
8303
  /**
7576
- * ### Prerequisites
7577
- * * A Classic Load Balancer (CLB) instance is created. For more information, see [CreateLoadBalancer](~~27577~~).
7578
- * * An HTTP listener is created. For more information about how to create an HTTP listener, see [CreateLoadBalancerHTTPListener](~~27592~~).
7579
- *
7580
- * @param request SetLoadBalancerHTTPListenerAttributeRequest
7581
- * @return SetLoadBalancerHTTPListenerAttributeResponse
8304
+ * @summary Modifies the configurations of an HTTP listener.
8305
+ *
8306
+ * @description ### Prerequisites
8307
+ * * A Classic Load Balancer (CLB) instance is created. For more information, see [CreateLoadBalancer](https://help.aliyun.com/document_detail/27577.html).
8308
+ * * An HTTP listener is created. For more information about how to create an HTTP listener, see [CreateLoadBalancerHTTPListener](https://help.aliyun.com/document_detail/27592.html).
8309
+ *
8310
+ * @param request SetLoadBalancerHTTPListenerAttributeRequest
8311
+ * @return SetLoadBalancerHTTPListenerAttributeResponse
7582
8312
  */
7583
8313
  setLoadBalancerHTTPListenerAttribute(request: SetLoadBalancerHTTPListenerAttributeRequest): Promise<SetLoadBalancerHTTPListenerAttributeResponse>;
7584
8314
  /**
7585
- * * A Classic Load Balancer (CLB) instance is created. For more information, see [CreateLoadBalancer](~~27577~~).
7586
- * * An HTTPS listener is created. For more information about how to create an HTTPS listener, see [CreateLoadBalancerHTTPSListener](~~27593~~).
7587
- *
7588
- * @param request SetLoadBalancerHTTPSListenerAttributeRequest
7589
- * @param runtime runtime options for this request RuntimeOptions
7590
- * @return SetLoadBalancerHTTPSListenerAttributeResponse
8315
+ * @summary Modifies the configurations of an HTTPS listener.
8316
+ *
8317
+ * @description * A Classic Load Balancer (CLB) instance is created. For more information, see [CreateLoadBalancer](https://help.aliyun.com/document_detail/27577.html).
8318
+ * * An HTTPS listener is created. For more information about how to create an HTTPS listener, see [CreateLoadBalancerHTTPSListener](https://help.aliyun.com/document_detail/27593.html).
8319
+ *
8320
+ * @param request SetLoadBalancerHTTPSListenerAttributeRequest
8321
+ * @param runtime runtime options for this request RuntimeOptions
8322
+ * @return SetLoadBalancerHTTPSListenerAttributeResponse
7591
8323
  */
7592
8324
  setLoadBalancerHTTPSListenerAttributeWithOptions(request: SetLoadBalancerHTTPSListenerAttributeRequest, runtime: $Util.RuntimeOptions): Promise<SetLoadBalancerHTTPSListenerAttributeResponse>;
7593
8325
  /**
7594
- * * A Classic Load Balancer (CLB) instance is created. For more information, see [CreateLoadBalancer](~~27577~~).
7595
- * * An HTTPS listener is created. For more information about how to create an HTTPS listener, see [CreateLoadBalancerHTTPSListener](~~27593~~).
7596
- *
7597
- * @param request SetLoadBalancerHTTPSListenerAttributeRequest
7598
- * @return SetLoadBalancerHTTPSListenerAttributeResponse
8326
+ * @summary Modifies the configurations of an HTTPS listener.
8327
+ *
8328
+ * @description * A Classic Load Balancer (CLB) instance is created. For more information, see [CreateLoadBalancer](https://help.aliyun.com/document_detail/27577.html).
8329
+ * * An HTTPS listener is created. For more information about how to create an HTTPS listener, see [CreateLoadBalancerHTTPSListener](https://help.aliyun.com/document_detail/27593.html).
8330
+ *
8331
+ * @param request SetLoadBalancerHTTPSListenerAttributeRequest
8332
+ * @return SetLoadBalancerHTTPSListenerAttributeResponse
7599
8333
  */
7600
8334
  setLoadBalancerHTTPSListenerAttribute(request: SetLoadBalancerHTTPSListenerAttributeRequest): Promise<SetLoadBalancerHTTPSListenerAttributeResponse>;
8335
+ /**
8336
+ * @summary Modifies the configuration of the configuration read-only mode for a Classic Load Balancer (CLB) instance.
8337
+ *
8338
+ * @param request SetLoadBalancerModificationProtectionRequest
8339
+ * @param runtime runtime options for this request RuntimeOptions
8340
+ * @return SetLoadBalancerModificationProtectionResponse
8341
+ */
7601
8342
  setLoadBalancerModificationProtectionWithOptions(request: SetLoadBalancerModificationProtectionRequest, runtime: $Util.RuntimeOptions): Promise<SetLoadBalancerModificationProtectionResponse>;
8343
+ /**
8344
+ * @summary Modifies the configuration of the configuration read-only mode for a Classic Load Balancer (CLB) instance.
8345
+ *
8346
+ * @param request SetLoadBalancerModificationProtectionRequest
8347
+ * @return SetLoadBalancerModificationProtectionResponse
8348
+ */
7602
8349
  setLoadBalancerModificationProtection(request: SetLoadBalancerModificationProtectionRequest): Promise<SetLoadBalancerModificationProtectionResponse>;
8350
+ /**
8351
+ * @summary Modifies the name of a Classic Load Balancer (CLB) instance.
8352
+ *
8353
+ * @param request SetLoadBalancerNameRequest
8354
+ * @param runtime runtime options for this request RuntimeOptions
8355
+ * @return SetLoadBalancerNameResponse
8356
+ */
7603
8357
  setLoadBalancerNameWithOptions(request: SetLoadBalancerNameRequest, runtime: $Util.RuntimeOptions): Promise<SetLoadBalancerNameResponse>;
8358
+ /**
8359
+ * @summary Modifies the name of a Classic Load Balancer (CLB) instance.
8360
+ *
8361
+ * @param request SetLoadBalancerNameRequest
8362
+ * @return SetLoadBalancerNameResponse
8363
+ */
7604
8364
  setLoadBalancerName(request: SetLoadBalancerNameRequest): Promise<SetLoadBalancerNameResponse>;
8365
+ /**
8366
+ * @summary Modifies the state of a Classic Load Balancer (CLB) instance.
8367
+ *
8368
+ * @param request SetLoadBalancerStatusRequest
8369
+ * @param runtime runtime options for this request RuntimeOptions
8370
+ * @return SetLoadBalancerStatusResponse
8371
+ */
7605
8372
  setLoadBalancerStatusWithOptions(request: SetLoadBalancerStatusRequest, runtime: $Util.RuntimeOptions): Promise<SetLoadBalancerStatusResponse>;
8373
+ /**
8374
+ * @summary Modifies the state of a Classic Load Balancer (CLB) instance.
8375
+ *
8376
+ * @param request SetLoadBalancerStatusRequest
8377
+ * @return SetLoadBalancerStatusResponse
8378
+ */
7606
8379
  setLoadBalancerStatus(request: SetLoadBalancerStatusRequest): Promise<SetLoadBalancerStatusResponse>;
7607
8380
  /**
7608
- * * A CLB instance is created. For more information, see [CreateLoadBalancer](~~2401685~~).
7609
- * * A TCP listener is created. For more information, see [CreateLoadBalancerTCPListener](~~CreateLoadBalancerTCPListener~~).
7610
- *
7611
- * @param request SetLoadBalancerTCPListenerAttributeRequest
7612
- * @param runtime runtime options for this request RuntimeOptions
7613
- * @return SetLoadBalancerTCPListenerAttributeResponse
8381
+ * @summary Modifies the configurations of a TCP listener of Classic Load Balancer (CLB).
8382
+ *
8383
+ * @description * A CLB instance is created. For more information, see [CreateLoadBalancer](https://help.aliyun.com/document_detail/2401685.html).
8384
+ * * A TCP listener is created. For more information, see [CreateLoadBalancerTCPListener](~~CreateLoadBalancerTCPListener~~).
8385
+ *
8386
+ * @param request SetLoadBalancerTCPListenerAttributeRequest
8387
+ * @param runtime runtime options for this request RuntimeOptions
8388
+ * @return SetLoadBalancerTCPListenerAttributeResponse
7614
8389
  */
7615
8390
  setLoadBalancerTCPListenerAttributeWithOptions(request: SetLoadBalancerTCPListenerAttributeRequest, runtime: $Util.RuntimeOptions): Promise<SetLoadBalancerTCPListenerAttributeResponse>;
7616
8391
  /**
7617
- * * A CLB instance is created. For more information, see [CreateLoadBalancer](~~2401685~~).
7618
- * * A TCP listener is created. For more information, see [CreateLoadBalancerTCPListener](~~CreateLoadBalancerTCPListener~~).
7619
- *
7620
- * @param request SetLoadBalancerTCPListenerAttributeRequest
7621
- * @return SetLoadBalancerTCPListenerAttributeResponse
8392
+ * @summary Modifies the configurations of a TCP listener of Classic Load Balancer (CLB).
8393
+ *
8394
+ * @description * A CLB instance is created. For more information, see [CreateLoadBalancer](https://help.aliyun.com/document_detail/2401685.html).
8395
+ * * A TCP listener is created. For more information, see [CreateLoadBalancerTCPListener](~~CreateLoadBalancerTCPListener~~).
8396
+ *
8397
+ * @param request SetLoadBalancerTCPListenerAttributeRequest
8398
+ * @return SetLoadBalancerTCPListenerAttributeResponse
7622
8399
  */
7623
8400
  setLoadBalancerTCPListenerAttribute(request: SetLoadBalancerTCPListenerAttributeRequest): Promise<SetLoadBalancerTCPListenerAttributeResponse>;
7624
8401
  /**
7625
- * * A Classic Load Balancer (CLB) instance is created. For more information, see [CreateLoadBalancer](~~27577~~).
7626
- * * A UDP listener is created. For more information, see [CreateLoadBalancerUDPListener](~~27595~~).
7627
- *
7628
- * @param request SetLoadBalancerUDPListenerAttributeRequest
7629
- * @param runtime runtime options for this request RuntimeOptions
7630
- * @return SetLoadBalancerUDPListenerAttributeResponse
8402
+ * @summary Modifies the configurations of a UDP listener.
8403
+ *
8404
+ * @description * A Classic Load Balancer (CLB) instance is created. For more information, see [CreateLoadBalancer](https://help.aliyun.com/document_detail/27577.html).
8405
+ * * A UDP listener is created. For more information, see [CreateLoadBalancerUDPListener](https://help.aliyun.com/document_detail/27595.html).
8406
+ *
8407
+ * @param request SetLoadBalancerUDPListenerAttributeRequest
8408
+ * @param runtime runtime options for this request RuntimeOptions
8409
+ * @return SetLoadBalancerUDPListenerAttributeResponse
7631
8410
  */
7632
8411
  setLoadBalancerUDPListenerAttributeWithOptions(request: SetLoadBalancerUDPListenerAttributeRequest, runtime: $Util.RuntimeOptions): Promise<SetLoadBalancerUDPListenerAttributeResponse>;
7633
8412
  /**
7634
- * * A Classic Load Balancer (CLB) instance is created. For more information, see [CreateLoadBalancer](~~27577~~).
7635
- * * A UDP listener is created. For more information, see [CreateLoadBalancerUDPListener](~~27595~~).
7636
- *
7637
- * @param request SetLoadBalancerUDPListenerAttributeRequest
7638
- * @return SetLoadBalancerUDPListenerAttributeResponse
8413
+ * @summary Modifies the configurations of a UDP listener.
8414
+ *
8415
+ * @description * A Classic Load Balancer (CLB) instance is created. For more information, see [CreateLoadBalancer](https://help.aliyun.com/document_detail/27577.html).
8416
+ * * A UDP listener is created. For more information, see [CreateLoadBalancerUDPListener](https://help.aliyun.com/document_detail/27595.html).
8417
+ *
8418
+ * @param request SetLoadBalancerUDPListenerAttributeRequest
8419
+ * @return SetLoadBalancerUDPListenerAttributeResponse
7639
8420
  */
7640
8421
  setLoadBalancerUDPListenerAttribute(request: SetLoadBalancerUDPListenerAttributeRequest): Promise<SetLoadBalancerUDPListenerAttributeResponse>;
8422
+ /**
8423
+ * @summary Modifies a forwarding rule that is associated with a vServer group.
8424
+ *
8425
+ * @param request SetRuleRequest
8426
+ * @param runtime runtime options for this request RuntimeOptions
8427
+ * @return SetRuleResponse
8428
+ */
7641
8429
  setRuleWithOptions(request: SetRuleRequest, runtime: $Util.RuntimeOptions): Promise<SetRuleResponse>;
8430
+ /**
8431
+ * @summary Modifies a forwarding rule that is associated with a vServer group.
8432
+ *
8433
+ * @param request SetRuleRequest
8434
+ * @return SetRuleResponse
8435
+ */
7642
8436
  setRule(request: SetRuleRequest): Promise<SetRuleResponse>;
8437
+ /**
8438
+ * @summary Sets a name for a server certificate.
8439
+ *
8440
+ * @param request SetServerCertificateNameRequest
8441
+ * @param runtime runtime options for this request RuntimeOptions
8442
+ * @return SetServerCertificateNameResponse
8443
+ */
7643
8444
  setServerCertificateNameWithOptions(request: SetServerCertificateNameRequest, runtime: $Util.RuntimeOptions): Promise<SetServerCertificateNameResponse>;
8445
+ /**
8446
+ * @summary Sets a name for a server certificate.
8447
+ *
8448
+ * @param request SetServerCertificateNameRequest
8449
+ * @return SetServerCertificateNameResponse
8450
+ */
7644
8451
  setServerCertificateName(request: SetServerCertificateNameRequest): Promise<SetServerCertificateNameResponse>;
8452
+ /**
8453
+ * @summary Configures a Transport Layer Security (TLS) policy.
8454
+ *
8455
+ * @param request SetTLSCipherPolicyAttributeRequest
8456
+ * @param runtime runtime options for this request RuntimeOptions
8457
+ * @return SetTLSCipherPolicyAttributeResponse
8458
+ */
7645
8459
  setTLSCipherPolicyAttributeWithOptions(request: SetTLSCipherPolicyAttributeRequest, runtime: $Util.RuntimeOptions): Promise<SetTLSCipherPolicyAttributeResponse>;
8460
+ /**
8461
+ * @summary Configures a Transport Layer Security (TLS) policy.
8462
+ *
8463
+ * @param request SetTLSCipherPolicyAttributeRequest
8464
+ * @return SetTLSCipherPolicyAttributeResponse
8465
+ */
7646
8466
  setTLSCipherPolicyAttribute(request: SetTLSCipherPolicyAttributeRequest): Promise<SetTLSCipherPolicyAttributeResponse>;
7647
8467
  /**
7648
- * This operation allows you to modify only the name of a vServer group and the weights of the backend servers in the vServer group.
7649
- * * If you want to modify backend servers in a specified vServer group, call the [ModifyVServerGroupBackendServers](~~35220~~) operation.
7650
- * * If you want to add backend servers to a specified vServer group, call the [AddVServerGroupBackendServers](~~35218~~) operation.
7651
- *
7652
- * @param request SetVServerGroupAttributeRequest
7653
- * @param runtime runtime options for this request RuntimeOptions
7654
- * @return SetVServerGroupAttributeResponse
8468
+ * @summary Modifies the configurations of a vServer group.
8469
+ *
8470
+ * @description This operation allows you to modify only the name of a vServer group and the weights of the backend servers in the vServer group.
8471
+ * * If you want to modify backend servers in a specified vServer group, call the [ModifyVServerGroupBackendServers](https://help.aliyun.com/document_detail/35220.html) operation.
8472
+ * * If you want to add backend servers to a specified vServer group, call the [AddVServerGroupBackendServers](https://help.aliyun.com/document_detail/35218.html) operation.
8473
+ *
8474
+ * @param request SetVServerGroupAttributeRequest
8475
+ * @param runtime runtime options for this request RuntimeOptions
8476
+ * @return SetVServerGroupAttributeResponse
7655
8477
  */
7656
8478
  setVServerGroupAttributeWithOptions(request: SetVServerGroupAttributeRequest, runtime: $Util.RuntimeOptions): Promise<SetVServerGroupAttributeResponse>;
7657
8479
  /**
7658
- * This operation allows you to modify only the name of a vServer group and the weights of the backend servers in the vServer group.
7659
- * * If you want to modify backend servers in a specified vServer group, call the [ModifyVServerGroupBackendServers](~~35220~~) operation.
7660
- * * If you want to add backend servers to a specified vServer group, call the [AddVServerGroupBackendServers](~~35218~~) operation.
7661
- *
7662
- * @param request SetVServerGroupAttributeRequest
7663
- * @return SetVServerGroupAttributeResponse
8480
+ * @summary Modifies the configurations of a vServer group.
8481
+ *
8482
+ * @description This operation allows you to modify only the name of a vServer group and the weights of the backend servers in the vServer group.
8483
+ * * If you want to modify backend servers in a specified vServer group, call the [ModifyVServerGroupBackendServers](https://help.aliyun.com/document_detail/35220.html) operation.
8484
+ * * If you want to add backend servers to a specified vServer group, call the [AddVServerGroupBackendServers](https://help.aliyun.com/document_detail/35218.html) operation.
8485
+ *
8486
+ * @param request SetVServerGroupAttributeRequest
8487
+ * @return SetVServerGroupAttributeResponse
7664
8488
  */
7665
8489
  setVServerGroupAttribute(request: SetVServerGroupAttributeRequest): Promise<SetVServerGroupAttributeResponse>;
7666
8490
  /**
7667
- * When you call this operation, note the following items:
7668
- * * You can call the operation only when the listener is in the Stopped state.
7669
- * * After the operation is called, the status of the listener changes to Starting.
7670
- * * You cannot call this operation when the SLB instance to which the listener is bound is in the Locked state.
7671
- *
7672
- * @param request StartLoadBalancerListenerRequest
7673
- * @param runtime runtime options for this request RuntimeOptions
7674
- * @return StartLoadBalancerListenerResponse
8491
+ * @summary You can call this operation to start a listener.
8492
+ *
8493
+ * @description When you call this operation, note the following items:
8494
+ * * You can call the operation only when the listener is in the Stopped state.
8495
+ * * After the operation is called, the status of the listener changes to Starting.
8496
+ * * You cannot call this operation when the SLB instance to which the listener is bound is in the Locked state.
8497
+ *
8498
+ * @param request StartLoadBalancerListenerRequest
8499
+ * @param runtime runtime options for this request RuntimeOptions
8500
+ * @return StartLoadBalancerListenerResponse
7675
8501
  */
7676
8502
  startLoadBalancerListenerWithOptions(request: StartLoadBalancerListenerRequest, runtime: $Util.RuntimeOptions): Promise<StartLoadBalancerListenerResponse>;
7677
8503
  /**
7678
- * When you call this operation, note the following items:
7679
- * * You can call the operation only when the listener is in the Stopped state.
7680
- * * After the operation is called, the status of the listener changes to Starting.
7681
- * * You cannot call this operation when the SLB instance to which the listener is bound is in the Locked state.
7682
- *
7683
- * @param request StartLoadBalancerListenerRequest
7684
- * @return StartLoadBalancerListenerResponse
8504
+ * @summary You can call this operation to start a listener.
8505
+ *
8506
+ * @description When you call this operation, note the following items:
8507
+ * * You can call the operation only when the listener is in the Stopped state.
8508
+ * * After the operation is called, the status of the listener changes to Starting.
8509
+ * * You cannot call this operation when the SLB instance to which the listener is bound is in the Locked state.
8510
+ *
8511
+ * @param request StartLoadBalancerListenerRequest
8512
+ * @return StartLoadBalancerListenerResponse
7685
8513
  */
7686
8514
  startLoadBalancerListener(request: StartLoadBalancerListenerRequest): Promise<StartLoadBalancerListenerResponse>;
7687
8515
  /**
7688
- * Before you make this API call, note the following:
7689
- * * After the API call is successfully made, the listener enters the stopped state.
7690
- * * If the Server Load Balancer (SLB) instance to which the listener to be stopped belongs is in the locked state, this API call cannot be made.
7691
- * > If you stop the listener, your services will be disrupted. Exercise caution when you perform this action.
7692
- *
7693
- * @param request StopLoadBalancerListenerRequest
7694
- * @param runtime runtime options for this request RuntimeOptions
7695
- * @return StopLoadBalancerListenerResponse
8516
+ * @summary Stops a listener.
8517
+ *
8518
+ * @description Before you make this API call, note the following:
8519
+ * * After the API call is successfully made, the listener enters the stopped state.
8520
+ * * If the Server Load Balancer (SLB) instance to which the listener to be stopped belongs is in the locked state, this API call cannot be made.
8521
+ * > If you stop the listener, your services will be disrupted. Exercise caution when you perform this action.
8522
+ *
8523
+ * @param request StopLoadBalancerListenerRequest
8524
+ * @param runtime runtime options for this request RuntimeOptions
8525
+ * @return StopLoadBalancerListenerResponse
7696
8526
  */
7697
8527
  stopLoadBalancerListenerWithOptions(request: StopLoadBalancerListenerRequest, runtime: $Util.RuntimeOptions): Promise<StopLoadBalancerListenerResponse>;
7698
8528
  /**
7699
- * Before you make this API call, note the following:
7700
- * * After the API call is successfully made, the listener enters the stopped state.
7701
- * * If the Server Load Balancer (SLB) instance to which the listener to be stopped belongs is in the locked state, this API call cannot be made.
7702
- * > If you stop the listener, your services will be disrupted. Exercise caution when you perform this action.
7703
- *
7704
- * @param request StopLoadBalancerListenerRequest
7705
- * @return StopLoadBalancerListenerResponse
8529
+ * @summary Stops a listener.
8530
+ *
8531
+ * @description Before you make this API call, note the following:
8532
+ * * After the API call is successfully made, the listener enters the stopped state.
8533
+ * * If the Server Load Balancer (SLB) instance to which the listener to be stopped belongs is in the locked state, this API call cannot be made.
8534
+ * > If you stop the listener, your services will be disrupted. Exercise caution when you perform this action.
8535
+ *
8536
+ * @param request StopLoadBalancerListenerRequest
8537
+ * @return StopLoadBalancerListenerResponse
7706
8538
  */
7707
8539
  stopLoadBalancerListener(request: StopLoadBalancerListenerRequest): Promise<StopLoadBalancerListenerResponse>;
7708
8540
  /**
7709
- * > You can add at most 20 tags to each instance. Before you add tags to a resource, Alibaba Cloud checks the number of existing tags of the resource. If the maximum number is reached, an error message is returned.
7710
- *
7711
- * @param request TagResourcesRequest
7712
- * @param runtime runtime options for this request RuntimeOptions
7713
- * @return TagResourcesResponse
8541
+ * @summary Creates tags and adds the tags to resources.
8542
+ *
8543
+ * @description > You can add at most 20 tags to each instance. Before you add tags to a resource, Alibaba Cloud checks the number of existing tags of the resource. If the maximum number is reached, an error message is returned.
8544
+ *
8545
+ * @param request TagResourcesRequest
8546
+ * @param runtime runtime options for this request RuntimeOptions
8547
+ * @return TagResourcesResponse
7714
8548
  */
7715
8549
  tagResourcesWithOptions(request: TagResourcesRequest, runtime: $Util.RuntimeOptions): Promise<TagResourcesResponse>;
7716
8550
  /**
7717
- * > You can add at most 20 tags to each instance. Before you add tags to a resource, Alibaba Cloud checks the number of existing tags of the resource. If the maximum number is reached, an error message is returned.
7718
- *
7719
- * @param request TagResourcesRequest
7720
- * @return TagResourcesResponse
8551
+ * @summary Creates tags and adds the tags to resources.
8552
+ *
8553
+ * @description > You can add at most 20 tags to each instance. Before you add tags to a resource, Alibaba Cloud checks the number of existing tags of the resource. If the maximum number is reached, an error message is returned.
8554
+ *
8555
+ * @param request TagResourcesRequest
8556
+ * @return TagResourcesResponse
7721
8557
  */
7722
8558
  tagResources(request: TagResourcesRequest): Promise<TagResourcesResponse>;
8559
+ /**
8560
+ * @summary Removes tags from specified resources.
8561
+ *
8562
+ * @param request UntagResourcesRequest
8563
+ * @param runtime runtime options for this request RuntimeOptions
8564
+ * @return UntagResourcesResponse
8565
+ */
7723
8566
  untagResourcesWithOptions(request: UntagResourcesRequest, runtime: $Util.RuntimeOptions): Promise<UntagResourcesResponse>;
8567
+ /**
8568
+ * @summary Removes tags from specified resources.
8569
+ *
8570
+ * @param request UntagResourcesRequest
8571
+ * @return UntagResourcesResponse
8572
+ */
7724
8573
  untagResources(request: UntagResourcesRequest): Promise<UntagResourcesResponse>;
7725
8574
  /**
7726
- * You can upload only one CA certificate at a time. After a CA certificate is uploaded, the certificate ID, name, and fingerprint are returned.
7727
- *
7728
- * @param request UploadCACertificateRequest
7729
- * @param runtime runtime options for this request RuntimeOptions
7730
- * @return UploadCACertificateResponse
8575
+ * @summary Uploads a CA certificate.
8576
+ *
8577
+ * @description You can upload only one CA certificate at a time. After a CA certificate is uploaded, the certificate ID, name, and fingerprint are returned.
8578
+ *
8579
+ * @param request UploadCACertificateRequest
8580
+ * @param runtime runtime options for this request RuntimeOptions
8581
+ * @return UploadCACertificateResponse
7731
8582
  */
7732
8583
  uploadCACertificateWithOptions(request: UploadCACertificateRequest, runtime: $Util.RuntimeOptions): Promise<UploadCACertificateResponse>;
7733
8584
  /**
7734
- * You can upload only one CA certificate at a time. After a CA certificate is uploaded, the certificate ID, name, and fingerprint are returned.
7735
- *
7736
- * @param request UploadCACertificateRequest
7737
- * @return UploadCACertificateResponse
8585
+ * @summary Uploads a CA certificate.
8586
+ *
8587
+ * @description You can upload only one CA certificate at a time. After a CA certificate is uploaded, the certificate ID, name, and fingerprint are returned.
8588
+ *
8589
+ * @param request UploadCACertificateRequest
8590
+ * @return UploadCACertificateResponse
7738
8591
  */
7739
8592
  uploadCACertificate(request: UploadCACertificateRequest): Promise<UploadCACertificateResponse>;
7740
8593
  /**
7741
- * * You can upload only one server certificate and its private key in each call.
7742
- * * After a server certificate and its private key are uploaded, the fingerprints of all server certificates that belong to your Alibaba Cloud account are returned.
7743
- *
7744
- * @param request UploadServerCertificateRequest
7745
- * @param runtime runtime options for this request RuntimeOptions
7746
- * @return UploadServerCertificateResponse
8594
+ * @summary Uploads a server certificate.
8595
+ *
8596
+ * @description * You can upload only one server certificate and its private key in each call.
8597
+ * * After a server certificate and its private key are uploaded, the fingerprints of all server certificates that belong to your Alibaba Cloud account are returned.
8598
+ *
8599
+ * @param request UploadServerCertificateRequest
8600
+ * @param runtime runtime options for this request RuntimeOptions
8601
+ * @return UploadServerCertificateResponse
7747
8602
  */
7748
8603
  uploadServerCertificateWithOptions(request: UploadServerCertificateRequest, runtime: $Util.RuntimeOptions): Promise<UploadServerCertificateResponse>;
7749
8604
  /**
7750
- * * You can upload only one server certificate and its private key in each call.
7751
- * * After a server certificate and its private key are uploaded, the fingerprints of all server certificates that belong to your Alibaba Cloud account are returned.
7752
- *
7753
- * @param request UploadServerCertificateRequest
7754
- * @return UploadServerCertificateResponse
8605
+ * @summary Uploads a server certificate.
8606
+ *
8607
+ * @description * You can upload only one server certificate and its private key in each call.
8608
+ * * After a server certificate and its private key are uploaded, the fingerprints of all server certificates that belong to your Alibaba Cloud account are returned.
8609
+ *
8610
+ * @param request UploadServerCertificateRequest
8611
+ * @return UploadServerCertificateResponse
7755
8612
  */
7756
8613
  uploadServerCertificate(request: UploadServerCertificateRequest): Promise<UploadServerCertificateResponse>;
7757
8614
  }