@alicloud/slb20140515 2.0.5 → 2.0.7

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
  };
@@ -479,11 +479,11 @@ export declare class CreateLoadBalancerHTTPListenerResponseBody extends $tea.Mod
479
479
  });
480
480
  }
481
481
  export declare class CreateLoadBalancerHTTPListenerResponse extends $tea.Model {
482
- headers: {
482
+ headers?: {
483
483
  [key: string]: string;
484
484
  };
485
- statusCode: number;
486
- body: CreateLoadBalancerHTTPListenerResponseBody;
485
+ statusCode?: number;
486
+ body?: CreateLoadBalancerHTTPListenerResponseBody;
487
487
  static names(): {
488
488
  [key: string]: string;
489
489
  };
@@ -561,11 +561,11 @@ export declare class CreateLoadBalancerHTTPSListenerResponseBody extends $tea.Mo
561
561
  });
562
562
  }
563
563
  export declare class CreateLoadBalancerHTTPSListenerResponse extends $tea.Model {
564
- headers: {
564
+ headers?: {
565
565
  [key: string]: string;
566
566
  };
567
- statusCode: number;
568
- body: CreateLoadBalancerHTTPSListenerResponseBody;
567
+ statusCode?: number;
568
+ body?: CreateLoadBalancerHTTPSListenerResponseBody;
569
569
  static names(): {
570
570
  [key: string]: string;
571
571
  };
@@ -632,11 +632,11 @@ export declare class CreateLoadBalancerTCPListenerResponseBody extends $tea.Mode
632
632
  });
633
633
  }
634
634
  export declare class CreateLoadBalancerTCPListenerResponse extends $tea.Model {
635
- headers: {
635
+ headers?: {
636
636
  [key: string]: string;
637
637
  };
638
- statusCode: number;
639
- body: CreateLoadBalancerTCPListenerResponseBody;
638
+ statusCode?: number;
639
+ body?: CreateLoadBalancerTCPListenerResponseBody;
640
640
  static names(): {
641
641
  [key: string]: string;
642
642
  };
@@ -697,11 +697,11 @@ export declare class CreateLoadBalancerUDPListenerResponseBody extends $tea.Mode
697
697
  });
698
698
  }
699
699
  export declare class CreateLoadBalancerUDPListenerResponse extends $tea.Model {
700
- headers: {
700
+ headers?: {
701
701
  [key: string]: string;
702
702
  };
703
- statusCode: number;
704
- body: CreateLoadBalancerUDPListenerResponseBody;
703
+ statusCode?: number;
704
+ body?: CreateLoadBalancerUDPListenerResponseBody;
705
705
  static names(): {
706
706
  [key: string]: string;
707
707
  };
@@ -747,11 +747,11 @@ export declare class CreateMasterSlaveServerGroupResponseBody extends $tea.Model
747
747
  });
748
748
  }
749
749
  export declare class CreateMasterSlaveServerGroupResponse extends $tea.Model {
750
- headers: {
750
+ headers?: {
751
751
  [key: string]: string;
752
752
  };
753
- statusCode: number;
754
- body: CreateMasterSlaveServerGroupResponseBody;
753
+ statusCode?: number;
754
+ body?: CreateMasterSlaveServerGroupResponseBody;
755
755
  static names(): {
756
756
  [key: string]: string;
757
757
  };
@@ -796,11 +796,11 @@ export declare class CreateRulesResponseBody extends $tea.Model {
796
796
  });
797
797
  }
798
798
  export declare class CreateRulesResponse extends $tea.Model {
799
- headers: {
799
+ headers?: {
800
800
  [key: string]: string;
801
801
  };
802
- statusCode: number;
803
- body: CreateRulesResponseBody;
802
+ statusCode?: number;
803
+ body?: CreateRulesResponseBody;
804
804
  static names(): {
805
805
  [key: string]: string;
806
806
  };
@@ -844,11 +844,11 @@ export declare class CreateTLSCipherPolicyResponseBody extends $tea.Model {
844
844
  });
845
845
  }
846
846
  export declare class CreateTLSCipherPolicyResponse extends $tea.Model {
847
- headers: {
847
+ headers?: {
848
848
  [key: string]: string;
849
849
  };
850
- statusCode: number;
851
- body: CreateTLSCipherPolicyResponseBody;
850
+ statusCode?: number;
851
+ body?: CreateTLSCipherPolicyResponseBody;
852
852
  static names(): {
853
853
  [key: string]: string;
854
854
  };
@@ -894,11 +894,11 @@ export declare class CreateVServerGroupResponseBody extends $tea.Model {
894
894
  });
895
895
  }
896
896
  export declare class CreateVServerGroupResponse extends $tea.Model {
897
- headers: {
897
+ headers?: {
898
898
  [key: string]: string;
899
899
  };
900
- statusCode: number;
901
- body: CreateVServerGroupResponseBody;
900
+ statusCode?: number;
901
+ body?: CreateVServerGroupResponseBody;
902
902
  static names(): {
903
903
  [key: string]: string;
904
904
  };
@@ -939,11 +939,11 @@ export declare class DeleteAccessControlListResponseBody extends $tea.Model {
939
939
  });
940
940
  }
941
941
  export declare class DeleteAccessControlListResponse extends $tea.Model {
942
- headers: {
942
+ headers?: {
943
943
  [key: string]: string;
944
944
  };
945
- statusCode: number;
946
- body: DeleteAccessControlListResponseBody;
945
+ statusCode?: number;
946
+ body?: DeleteAccessControlListResponseBody;
947
947
  static names(): {
948
948
  [key: string]: string;
949
949
  };
@@ -986,11 +986,11 @@ export declare class DeleteAccessLogsDownloadAttributeResponseBody extends $tea.
986
986
  });
987
987
  }
988
988
  export declare class DeleteAccessLogsDownloadAttributeResponse extends $tea.Model {
989
- headers: {
989
+ headers?: {
990
990
  [key: string]: string;
991
991
  };
992
- statusCode: number;
993
- body: DeleteAccessLogsDownloadAttributeResponseBody;
992
+ statusCode?: number;
993
+ body?: DeleteAccessLogsDownloadAttributeResponseBody;
994
994
  static names(): {
995
995
  [key: string]: string;
996
996
  };
@@ -1031,11 +1031,11 @@ export declare class DeleteCACertificateResponseBody extends $tea.Model {
1031
1031
  });
1032
1032
  }
1033
1033
  export declare class DeleteCACertificateResponse extends $tea.Model {
1034
- headers: {
1034
+ headers?: {
1035
1035
  [key: string]: string;
1036
1036
  };
1037
- statusCode: number;
1038
- body: DeleteCACertificateResponseBody;
1037
+ statusCode?: number;
1038
+ body?: DeleteCACertificateResponseBody;
1039
1039
  static names(): {
1040
1040
  [key: string]: string;
1041
1041
  };
@@ -1076,11 +1076,11 @@ export declare class DeleteDomainExtensionResponseBody extends $tea.Model {
1076
1076
  });
1077
1077
  }
1078
1078
  export declare class DeleteDomainExtensionResponse extends $tea.Model {
1079
- headers: {
1079
+ headers?: {
1080
1080
  [key: string]: string;
1081
1081
  };
1082
- statusCode: number;
1083
- body: DeleteDomainExtensionResponseBody;
1082
+ statusCode?: number;
1083
+ body?: DeleteDomainExtensionResponseBody;
1084
1084
  static names(): {
1085
1085
  [key: string]: string;
1086
1086
  };
@@ -1121,11 +1121,11 @@ export declare class DeleteLoadBalancerResponseBody extends $tea.Model {
1121
1121
  });
1122
1122
  }
1123
1123
  export declare class DeleteLoadBalancerResponse extends $tea.Model {
1124
- headers: {
1124
+ headers?: {
1125
1125
  [key: string]: string;
1126
1126
  };
1127
- statusCode: number;
1128
- body: DeleteLoadBalancerResponseBody;
1127
+ statusCode?: number;
1128
+ body?: DeleteLoadBalancerResponseBody;
1129
1129
  static names(): {
1130
1130
  [key: string]: string;
1131
1131
  };
@@ -1168,11 +1168,11 @@ export declare class DeleteLoadBalancerListenerResponseBody extends $tea.Model {
1168
1168
  });
1169
1169
  }
1170
1170
  export declare class DeleteLoadBalancerListenerResponse extends $tea.Model {
1171
- headers: {
1171
+ headers?: {
1172
1172
  [key: string]: string;
1173
1173
  };
1174
- statusCode: number;
1175
- body: DeleteLoadBalancerListenerResponseBody;
1174
+ statusCode?: number;
1175
+ body?: DeleteLoadBalancerListenerResponseBody;
1176
1176
  static names(): {
1177
1177
  [key: string]: string;
1178
1178
  };
@@ -1213,11 +1213,11 @@ export declare class DeleteMasterSlaveServerGroupResponseBody extends $tea.Model
1213
1213
  });
1214
1214
  }
1215
1215
  export declare class DeleteMasterSlaveServerGroupResponse extends $tea.Model {
1216
- headers: {
1216
+ headers?: {
1217
1217
  [key: string]: string;
1218
1218
  };
1219
- statusCode: number;
1220
- body: DeleteMasterSlaveServerGroupResponseBody;
1219
+ statusCode?: number;
1220
+ body?: DeleteMasterSlaveServerGroupResponseBody;
1221
1221
  static names(): {
1222
1222
  [key: string]: string;
1223
1223
  };
@@ -1258,11 +1258,11 @@ export declare class DeleteRulesResponseBody extends $tea.Model {
1258
1258
  });
1259
1259
  }
1260
1260
  export declare class DeleteRulesResponse extends $tea.Model {
1261
- headers: {
1261
+ headers?: {
1262
1262
  [key: string]: string;
1263
1263
  };
1264
- statusCode: number;
1265
- body: DeleteRulesResponseBody;
1264
+ statusCode?: number;
1265
+ body?: DeleteRulesResponseBody;
1266
1266
  static names(): {
1267
1267
  [key: string]: string;
1268
1268
  };
@@ -1303,11 +1303,11 @@ export declare class DeleteServerCertificateResponseBody extends $tea.Model {
1303
1303
  });
1304
1304
  }
1305
1305
  export declare class DeleteServerCertificateResponse extends $tea.Model {
1306
- headers: {
1306
+ headers?: {
1307
1307
  [key: string]: string;
1308
1308
  };
1309
- statusCode: number;
1310
- body: DeleteServerCertificateResponseBody;
1309
+ statusCode?: number;
1310
+ body?: DeleteServerCertificateResponseBody;
1311
1311
  static names(): {
1312
1312
  [key: string]: string;
1313
1313
  };
@@ -1348,11 +1348,11 @@ export declare class DeleteTLSCipherPolicyResponseBody extends $tea.Model {
1348
1348
  });
1349
1349
  }
1350
1350
  export declare class DeleteTLSCipherPolicyResponse extends $tea.Model {
1351
- headers: {
1351
+ headers?: {
1352
1352
  [key: string]: string;
1353
1353
  };
1354
- statusCode: number;
1355
- body: DeleteTLSCipherPolicyResponseBody;
1354
+ statusCode?: number;
1355
+ body?: DeleteTLSCipherPolicyResponseBody;
1356
1356
  static names(): {
1357
1357
  [key: string]: string;
1358
1358
  };
@@ -1393,11 +1393,11 @@ export declare class DeleteVServerGroupResponseBody extends $tea.Model {
1393
1393
  });
1394
1394
  }
1395
1395
  export declare class DeleteVServerGroupResponse extends $tea.Model {
1396
- headers: {
1396
+ headers?: {
1397
1397
  [key: string]: string;
1398
1398
  };
1399
- statusCode: number;
1400
- body: DeleteVServerGroupResponseBody;
1399
+ statusCode?: number;
1400
+ body?: DeleteVServerGroupResponseBody;
1401
1401
  static names(): {
1402
1402
  [key: string]: string;
1403
1403
  };
@@ -1450,11 +1450,11 @@ export declare class DescribeAccessControlListAttributeResponseBody extends $tea
1450
1450
  });
1451
1451
  }
1452
1452
  export declare class DescribeAccessControlListAttributeResponse extends $tea.Model {
1453
- headers: {
1453
+ headers?: {
1454
1454
  [key: string]: string;
1455
1455
  };
1456
- statusCode: number;
1457
- body: DescribeAccessControlListAttributeResponseBody;
1456
+ statusCode?: number;
1457
+ body?: DescribeAccessControlListAttributeResponseBody;
1458
1458
  static names(): {
1459
1459
  [key: string]: string;
1460
1460
  };
@@ -1505,11 +1505,11 @@ export declare class DescribeAccessControlListsResponseBody extends $tea.Model {
1505
1505
  });
1506
1506
  }
1507
1507
  export declare class DescribeAccessControlListsResponse extends $tea.Model {
1508
- headers: {
1508
+ headers?: {
1509
1509
  [key: string]: string;
1510
1510
  };
1511
- statusCode: number;
1512
- body: DescribeAccessControlListsResponseBody;
1511
+ statusCode?: number;
1512
+ body?: DescribeAccessControlListsResponseBody;
1513
1513
  static names(): {
1514
1514
  [key: string]: string;
1515
1515
  };
@@ -1558,11 +1558,11 @@ export declare class DescribeAccessLogsDownloadAttributeResponseBody extends $te
1558
1558
  });
1559
1559
  }
1560
1560
  export declare class DescribeAccessLogsDownloadAttributeResponse extends $tea.Model {
1561
- headers: {
1561
+ headers?: {
1562
1562
  [key: string]: string;
1563
1563
  };
1564
- statusCode: number;
1565
- body: DescribeAccessLogsDownloadAttributeResponseBody;
1564
+ statusCode?: number;
1565
+ body?: DescribeAccessLogsDownloadAttributeResponseBody;
1566
1566
  static names(): {
1567
1567
  [key: string]: string;
1568
1568
  };
@@ -1605,11 +1605,11 @@ export declare class DescribeAvailableResourceResponseBody extends $tea.Model {
1605
1605
  });
1606
1606
  }
1607
1607
  export declare class DescribeAvailableResourceResponse extends $tea.Model {
1608
- headers: {
1608
+ headers?: {
1609
1609
  [key: string]: string;
1610
1610
  };
1611
- statusCode: number;
1612
- body: DescribeAvailableResourceResponseBody;
1611
+ statusCode?: number;
1612
+ body?: DescribeAvailableResourceResponseBody;
1613
1613
  static names(): {
1614
1614
  [key: string]: string;
1615
1615
  };
@@ -1653,11 +1653,11 @@ export declare class DescribeCACertificatesResponseBody extends $tea.Model {
1653
1653
  });
1654
1654
  }
1655
1655
  export declare class DescribeCACertificatesResponse extends $tea.Model {
1656
- headers: {
1656
+ headers?: {
1657
1657
  [key: string]: string;
1658
1658
  };
1659
- statusCode: number;
1660
- body: DescribeCACertificatesResponseBody;
1659
+ statusCode?: number;
1660
+ body?: DescribeCACertificatesResponseBody;
1661
1661
  static names(): {
1662
1662
  [key: string]: string;
1663
1663
  };
@@ -1703,11 +1703,11 @@ export declare class DescribeDomainExtensionAttributeResponseBody extends $tea.M
1703
1703
  });
1704
1704
  }
1705
1705
  export declare class DescribeDomainExtensionAttributeResponse extends $tea.Model {
1706
- headers: {
1706
+ headers?: {
1707
1707
  [key: string]: string;
1708
1708
  };
1709
- statusCode: number;
1710
- body: DescribeDomainExtensionAttributeResponseBody;
1709
+ statusCode?: number;
1710
+ body?: DescribeDomainExtensionAttributeResponseBody;
1711
1711
  static names(): {
1712
1712
  [key: string]: string;
1713
1713
  };
@@ -1751,11 +1751,11 @@ export declare class DescribeDomainExtensionsResponseBody extends $tea.Model {
1751
1751
  });
1752
1752
  }
1753
1753
  export declare class DescribeDomainExtensionsResponse extends $tea.Model {
1754
- headers: {
1754
+ headers?: {
1755
1755
  [key: string]: string;
1756
1756
  };
1757
- statusCode: number;
1758
- body: DescribeDomainExtensionsResponseBody;
1757
+ statusCode?: number;
1758
+ body?: DescribeDomainExtensionsResponseBody;
1759
1759
  static names(): {
1760
1760
  [key: string]: string;
1761
1761
  };
@@ -1799,11 +1799,11 @@ export declare class DescribeHealthStatusResponseBody extends $tea.Model {
1799
1799
  });
1800
1800
  }
1801
1801
  export declare class DescribeHealthStatusResponse extends $tea.Model {
1802
- headers: {
1802
+ headers?: {
1803
1803
  [key: string]: string;
1804
1804
  };
1805
- statusCode: number;
1806
- body: DescribeHealthStatusResponseBody;
1805
+ statusCode?: number;
1806
+ body?: DescribeHealthStatusResponseBody;
1807
1807
  static names(): {
1808
1808
  [key: string]: string;
1809
1809
  };
@@ -1847,11 +1847,11 @@ export declare class DescribeHighDefinationMonitorResponseBody extends $tea.Mode
1847
1847
  });
1848
1848
  }
1849
1849
  export declare class DescribeHighDefinationMonitorResponse extends $tea.Model {
1850
- headers: {
1850
+ headers?: {
1851
1851
  [key: string]: string;
1852
1852
  };
1853
- statusCode: number;
1854
- body: DescribeHighDefinationMonitorResponseBody;
1853
+ statusCode?: number;
1854
+ body?: DescribeHighDefinationMonitorResponseBody;
1855
1855
  static names(): {
1856
1856
  [key: string]: string;
1857
1857
  };
@@ -1896,11 +1896,11 @@ export declare class DescribeListenerAccessControlAttributeResponseBody extends
1896
1896
  });
1897
1897
  }
1898
1898
  export declare class DescribeListenerAccessControlAttributeResponse extends $tea.Model {
1899
- headers: {
1899
+ headers?: {
1900
1900
  [key: string]: string;
1901
1901
  };
1902
- statusCode: number;
1903
- body: DescribeListenerAccessControlAttributeResponseBody;
1902
+ statusCode?: number;
1903
+ body?: DescribeListenerAccessControlAttributeResponseBody;
1904
1904
  static names(): {
1905
1905
  [key: string]: string;
1906
1906
  };
@@ -1976,11 +1976,11 @@ export declare class DescribeLoadBalancerAttributeResponseBody extends $tea.Mode
1976
1976
  });
1977
1977
  }
1978
1978
  export declare class DescribeLoadBalancerAttributeResponse extends $tea.Model {
1979
- headers: {
1979
+ headers?: {
1980
1980
  [key: string]: string;
1981
1981
  };
1982
- statusCode: number;
1983
- body: DescribeLoadBalancerAttributeResponseBody;
1982
+ statusCode?: number;
1983
+ body?: DescribeLoadBalancerAttributeResponseBody;
1984
1984
  static names(): {
1985
1985
  [key: string]: string;
1986
1986
  };
@@ -2011,6 +2011,7 @@ export declare class DescribeLoadBalancerHTTPListenerAttributeRequest extends $t
2011
2011
  }
2012
2012
  export declare class DescribeLoadBalancerHTTPListenerAttributeResponseBody extends $tea.Model {
2013
2013
  aclId?: string;
2014
+ aclIds?: DescribeLoadBalancerHTTPListenerAttributeResponseBodyAclIds;
2014
2015
  aclStatus?: string;
2015
2016
  aclType?: string;
2016
2017
  backendServerPort?: number;
@@ -2061,11 +2062,11 @@ export declare class DescribeLoadBalancerHTTPListenerAttributeResponseBody exten
2061
2062
  });
2062
2063
  }
2063
2064
  export declare class DescribeLoadBalancerHTTPListenerAttributeResponse extends $tea.Model {
2064
- headers: {
2065
+ headers?: {
2065
2066
  [key: string]: string;
2066
2067
  };
2067
- statusCode: number;
2068
- body: DescribeLoadBalancerHTTPListenerAttributeResponseBody;
2068
+ statusCode?: number;
2069
+ body?: DescribeLoadBalancerHTTPListenerAttributeResponseBody;
2069
2070
  static names(): {
2070
2071
  [key: string]: string;
2071
2072
  };
@@ -2096,6 +2097,7 @@ export declare class DescribeLoadBalancerHTTPSListenerAttributeRequest extends $
2096
2097
  }
2097
2098
  export declare class DescribeLoadBalancerHTTPSListenerAttributeResponseBody extends $tea.Model {
2098
2099
  aclId?: string;
2100
+ aclIds?: DescribeLoadBalancerHTTPSListenerAttributeResponseBodyAclIds;
2099
2101
  aclStatus?: string;
2100
2102
  aclType?: string;
2101
2103
  backendServerPort?: number;
@@ -2153,11 +2155,11 @@ export declare class DescribeLoadBalancerHTTPSListenerAttributeResponseBody exte
2153
2155
  });
2154
2156
  }
2155
2157
  export declare class DescribeLoadBalancerHTTPSListenerAttributeResponse extends $tea.Model {
2156
- headers: {
2158
+ headers?: {
2157
2159
  [key: string]: string;
2158
2160
  };
2159
- statusCode: number;
2160
- body: DescribeLoadBalancerHTTPSListenerAttributeResponseBody;
2161
+ statusCode?: number;
2162
+ body?: DescribeLoadBalancerHTTPSListenerAttributeResponseBody;
2161
2163
  static names(): {
2162
2164
  [key: string]: string;
2163
2165
  };
@@ -2208,11 +2210,11 @@ export declare class DescribeLoadBalancerListenersResponseBody extends $tea.Mode
2208
2210
  });
2209
2211
  }
2210
2212
  export declare class DescribeLoadBalancerListenersResponse extends $tea.Model {
2211
- headers: {
2213
+ headers?: {
2212
2214
  [key: string]: string;
2213
2215
  };
2214
- statusCode: number;
2215
- body: DescribeLoadBalancerListenersResponseBody;
2216
+ statusCode?: number;
2217
+ body?: DescribeLoadBalancerListenersResponseBody;
2216
2218
  static names(): {
2217
2219
  [key: string]: string;
2218
2220
  };
@@ -2243,6 +2245,7 @@ export declare class DescribeLoadBalancerTCPListenerAttributeRequest extends $te
2243
2245
  }
2244
2246
  export declare class DescribeLoadBalancerTCPListenerAttributeResponseBody extends $tea.Model {
2245
2247
  aclId?: string;
2248
+ aclIds?: DescribeLoadBalancerTCPListenerAttributeResponseBodyAclIds;
2246
2249
  aclStatus?: string;
2247
2250
  aclType?: string;
2248
2251
  backendServerPort?: number;
@@ -2284,11 +2287,11 @@ export declare class DescribeLoadBalancerTCPListenerAttributeResponseBody extend
2284
2287
  });
2285
2288
  }
2286
2289
  export declare class DescribeLoadBalancerTCPListenerAttributeResponse extends $tea.Model {
2287
- headers: {
2290
+ headers?: {
2288
2291
  [key: string]: string;
2289
2292
  };
2290
- statusCode: number;
2291
- body: DescribeLoadBalancerTCPListenerAttributeResponseBody;
2293
+ statusCode?: number;
2294
+ body?: DescribeLoadBalancerTCPListenerAttributeResponseBody;
2292
2295
  static names(): {
2293
2296
  [key: string]: string;
2294
2297
  };
@@ -2319,6 +2322,7 @@ export declare class DescribeLoadBalancerUDPListenerAttributeRequest extends $te
2319
2322
  }
2320
2323
  export declare class DescribeLoadBalancerUDPListenerAttributeResponseBody extends $tea.Model {
2321
2324
  aclId?: string;
2325
+ aclIds?: DescribeLoadBalancerUDPListenerAttributeResponseBodyAclIds;
2322
2326
  aclStatus?: string;
2323
2327
  aclType?: string;
2324
2328
  backendServerPort?: number;
@@ -2352,11 +2356,11 @@ export declare class DescribeLoadBalancerUDPListenerAttributeResponseBody extend
2352
2356
  });
2353
2357
  }
2354
2358
  export declare class DescribeLoadBalancerUDPListenerAttributeResponse extends $tea.Model {
2355
- headers: {
2359
+ headers?: {
2356
2360
  [key: string]: string;
2357
2361
  };
2358
- statusCode: number;
2359
- body: DescribeLoadBalancerUDPListenerAttributeResponseBody;
2362
+ statusCode?: number;
2363
+ body?: DescribeLoadBalancerUDPListenerAttributeResponseBody;
2360
2364
  static names(): {
2361
2365
  [key: string]: string;
2362
2366
  };
@@ -2420,11 +2424,11 @@ export declare class DescribeLoadBalancersResponseBody extends $tea.Model {
2420
2424
  });
2421
2425
  }
2422
2426
  export declare class DescribeLoadBalancersResponse extends $tea.Model {
2423
- headers: {
2427
+ headers?: {
2424
2428
  [key: string]: string;
2425
2429
  };
2426
- statusCode: number;
2427
- body: DescribeLoadBalancersResponseBody;
2430
+ statusCode?: number;
2431
+ body?: DescribeLoadBalancersResponseBody;
2428
2432
  static names(): {
2429
2433
  [key: string]: string;
2430
2434
  };
@@ -2471,11 +2475,11 @@ export declare class DescribeMasterSlaveServerGroupAttributeResponseBody extends
2471
2475
  });
2472
2476
  }
2473
2477
  export declare class DescribeMasterSlaveServerGroupAttributeResponse extends $tea.Model {
2474
- headers: {
2478
+ headers?: {
2475
2479
  [key: string]: string;
2476
2480
  };
2477
- statusCode: number;
2478
- body: DescribeMasterSlaveServerGroupAttributeResponseBody;
2481
+ statusCode?: number;
2482
+ body?: DescribeMasterSlaveServerGroupAttributeResponseBody;
2479
2483
  static names(): {
2480
2484
  [key: string]: string;
2481
2485
  };
@@ -2520,11 +2524,11 @@ export declare class DescribeMasterSlaveServerGroupsResponseBody extends $tea.Mo
2520
2524
  });
2521
2525
  }
2522
2526
  export declare class DescribeMasterSlaveServerGroupsResponse extends $tea.Model {
2523
- headers: {
2527
+ headers?: {
2524
2528
  [key: string]: string;
2525
2529
  };
2526
- statusCode: number;
2527
- body: DescribeMasterSlaveServerGroupsResponseBody;
2530
+ statusCode?: number;
2531
+ body?: DescribeMasterSlaveServerGroupsResponseBody;
2528
2532
  static names(): {
2529
2533
  [key: string]: string;
2530
2534
  };
@@ -2566,11 +2570,11 @@ export declare class DescribeRegionsResponseBody extends $tea.Model {
2566
2570
  });
2567
2571
  }
2568
2572
  export declare class DescribeRegionsResponse extends $tea.Model {
2569
- headers: {
2573
+ headers?: {
2570
2574
  [key: string]: string;
2571
2575
  };
2572
- statusCode: number;
2573
- body: DescribeRegionsResponseBody;
2576
+ statusCode?: number;
2577
+ body?: DescribeRegionsResponseBody;
2574
2578
  static names(): {
2575
2579
  [key: string]: string;
2576
2580
  };
@@ -2633,11 +2637,11 @@ export declare class DescribeRuleAttributeResponseBody extends $tea.Model {
2633
2637
  });
2634
2638
  }
2635
2639
  export declare class DescribeRuleAttributeResponse extends $tea.Model {
2636
- headers: {
2640
+ headers?: {
2637
2641
  [key: string]: string;
2638
2642
  };
2639
- statusCode: number;
2640
- body: DescribeRuleAttributeResponseBody;
2643
+ statusCode?: number;
2644
+ body?: DescribeRuleAttributeResponseBody;
2641
2645
  static names(): {
2642
2646
  [key: string]: string;
2643
2647
  };
@@ -2681,11 +2685,11 @@ export declare class DescribeRulesResponseBody extends $tea.Model {
2681
2685
  });
2682
2686
  }
2683
2687
  export declare class DescribeRulesResponse extends $tea.Model {
2684
- headers: {
2688
+ headers?: {
2685
2689
  [key: string]: string;
2686
2690
  };
2687
- statusCode: number;
2688
- body: DescribeRulesResponseBody;
2691
+ statusCode?: number;
2692
+ body?: DescribeRulesResponseBody;
2689
2693
  static names(): {
2690
2694
  [key: string]: string;
2691
2695
  };
@@ -2729,11 +2733,11 @@ export declare class DescribeServerCertificatesResponseBody extends $tea.Model {
2729
2733
  });
2730
2734
  }
2731
2735
  export declare class DescribeServerCertificatesResponse extends $tea.Model {
2732
- headers: {
2736
+ headers?: {
2733
2737
  [key: string]: string;
2734
2738
  };
2735
- statusCode: number;
2736
- body: DescribeServerCertificatesResponseBody;
2739
+ statusCode?: number;
2740
+ body?: DescribeServerCertificatesResponseBody;
2737
2741
  static names(): {
2738
2742
  [key: string]: string;
2739
2743
  };
@@ -2782,11 +2786,11 @@ export declare class DescribeTagsResponseBody extends $tea.Model {
2782
2786
  });
2783
2787
  }
2784
2788
  export declare class DescribeTagsResponse extends $tea.Model {
2785
- headers: {
2789
+ headers?: {
2786
2790
  [key: string]: string;
2787
2791
  };
2788
- statusCode: number;
2789
- body: DescribeTagsResponseBody;
2792
+ statusCode?: number;
2793
+ body?: DescribeTagsResponseBody;
2790
2794
  static names(): {
2791
2795
  [key: string]: string;
2792
2796
  };
@@ -2833,11 +2837,11 @@ export declare class DescribeVServerGroupAttributeResponseBody extends $tea.Mode
2833
2837
  });
2834
2838
  }
2835
2839
  export declare class DescribeVServerGroupAttributeResponse extends $tea.Model {
2836
- headers: {
2840
+ headers?: {
2837
2841
  [key: string]: string;
2838
2842
  };
2839
- statusCode: number;
2840
- body: DescribeVServerGroupAttributeResponseBody;
2843
+ statusCode?: number;
2844
+ body?: DescribeVServerGroupAttributeResponseBody;
2841
2845
  static names(): {
2842
2846
  [key: string]: string;
2843
2847
  };
@@ -2883,11 +2887,11 @@ export declare class DescribeVServerGroupsResponseBody extends $tea.Model {
2883
2887
  });
2884
2888
  }
2885
2889
  export declare class DescribeVServerGroupsResponse extends $tea.Model {
2886
- headers: {
2890
+ headers?: {
2887
2891
  [key: string]: string;
2888
2892
  };
2889
- statusCode: number;
2890
- body: DescribeVServerGroupsResponseBody;
2893
+ statusCode?: number;
2894
+ body?: DescribeVServerGroupsResponseBody;
2891
2895
  static names(): {
2892
2896
  [key: string]: string;
2893
2897
  };
@@ -2928,11 +2932,11 @@ export declare class DescribeZonesResponseBody extends $tea.Model {
2928
2932
  });
2929
2933
  }
2930
2934
  export declare class DescribeZonesResponse extends $tea.Model {
2931
- headers: {
2935
+ headers?: {
2932
2936
  [key: string]: string;
2933
2937
  };
2934
- statusCode: number;
2935
- body: DescribeZonesResponseBody;
2938
+ statusCode?: number;
2939
+ body?: DescribeZonesResponseBody;
2936
2940
  static names(): {
2937
2941
  [key: string]: string;
2938
2942
  };
@@ -2976,11 +2980,11 @@ export declare class EnableHighDefinationMonitorResponseBody extends $tea.Model
2976
2980
  });
2977
2981
  }
2978
2982
  export declare class EnableHighDefinationMonitorResponse extends $tea.Model {
2979
- headers: {
2983
+ headers?: {
2980
2984
  [key: string]: string;
2981
2985
  };
2982
- statusCode: number;
2983
- body: EnableHighDefinationMonitorResponseBody;
2986
+ statusCode?: number;
2987
+ body?: EnableHighDefinationMonitorResponseBody;
2984
2988
  static names(): {
2985
2989
  [key: string]: string;
2986
2990
  };
@@ -3029,11 +3033,11 @@ export declare class ListTLSCipherPoliciesResponseBody extends $tea.Model {
3029
3033
  });
3030
3034
  }
3031
3035
  export declare class ListTLSCipherPoliciesResponse extends $tea.Model {
3032
- headers: {
3036
+ headers?: {
3033
3037
  [key: string]: string;
3034
3038
  };
3035
- statusCode: number;
3036
- body: ListTLSCipherPoliciesResponseBody;
3039
+ statusCode?: number;
3040
+ body?: ListTLSCipherPoliciesResponseBody;
3037
3041
  static names(): {
3038
3042
  [key: string]: string;
3039
3043
  };
@@ -3079,11 +3083,11 @@ export declare class ListTagResourcesResponseBody extends $tea.Model {
3079
3083
  });
3080
3084
  }
3081
3085
  export declare class ListTagResourcesResponse extends $tea.Model {
3082
- headers: {
3086
+ headers?: {
3083
3087
  [key: string]: string;
3084
3088
  };
3085
- statusCode: number;
3086
- body: ListTagResourcesResponseBody;
3089
+ statusCode?: number;
3090
+ body?: ListTagResourcesResponseBody;
3087
3091
  static names(): {
3088
3092
  [key: string]: string;
3089
3093
  };
@@ -3126,11 +3130,11 @@ export declare class ModifyHighDefinationMonitorResponseBody extends $tea.Model
3126
3130
  });
3127
3131
  }
3128
3132
  export declare class ModifyHighDefinationMonitorResponse extends $tea.Model {
3129
- headers: {
3133
+ headers?: {
3130
3134
  [key: string]: string;
3131
3135
  };
3132
- statusCode: number;
3133
- body: ModifyHighDefinationMonitorResponseBody;
3136
+ statusCode?: number;
3137
+ body?: ModifyHighDefinationMonitorResponseBody;
3134
3138
  static names(): {
3135
3139
  [key: string]: string;
3136
3140
  };
@@ -3175,11 +3179,11 @@ export declare class ModifyLoadBalancerInstanceChargeTypeResponseBody extends $t
3175
3179
  });
3176
3180
  }
3177
3181
  export declare class ModifyLoadBalancerInstanceChargeTypeResponse extends $tea.Model {
3178
- headers: {
3182
+ headers?: {
3179
3183
  [key: string]: string;
3180
3184
  };
3181
- statusCode: number;
3182
- body: ModifyLoadBalancerInstanceChargeTypeResponseBody;
3185
+ statusCode?: number;
3186
+ body?: ModifyLoadBalancerInstanceChargeTypeResponseBody;
3183
3187
  static names(): {
3184
3188
  [key: string]: string;
3185
3189
  };
@@ -3223,11 +3227,11 @@ export declare class ModifyLoadBalancerInstanceSpecResponseBody extends $tea.Mod
3223
3227
  });
3224
3228
  }
3225
3229
  export declare class ModifyLoadBalancerInstanceSpecResponse extends $tea.Model {
3226
- headers: {
3230
+ headers?: {
3227
3231
  [key: string]: string;
3228
3232
  };
3229
- statusCode: number;
3230
- body: ModifyLoadBalancerInstanceSpecResponseBody;
3233
+ statusCode?: number;
3234
+ body?: ModifyLoadBalancerInstanceSpecResponseBody;
3231
3235
  static names(): {
3232
3236
  [key: string]: string;
3233
3237
  };
@@ -3272,11 +3276,11 @@ export declare class ModifyLoadBalancerInternetSpecResponseBody extends $tea.Mod
3272
3276
  });
3273
3277
  }
3274
3278
  export declare class ModifyLoadBalancerInternetSpecResponse extends $tea.Model {
3275
- headers: {
3279
+ headers?: {
3276
3280
  [key: string]: string;
3277
3281
  };
3278
- statusCode: number;
3279
- body: ModifyLoadBalancerInternetSpecResponseBody;
3282
+ statusCode?: number;
3283
+ body?: ModifyLoadBalancerInternetSpecResponseBody;
3280
3284
  static names(): {
3281
3285
  [key: string]: string;
3282
3286
  };
@@ -3322,11 +3326,11 @@ export declare class ModifyLoadBalancerPayTypeResponseBody extends $tea.Model {
3322
3326
  });
3323
3327
  }
3324
3328
  export declare class ModifyLoadBalancerPayTypeResponse extends $tea.Model {
3325
- headers: {
3329
+ headers?: {
3326
3330
  [key: string]: string;
3327
3331
  };
3328
- statusCode: number;
3329
- body: ModifyLoadBalancerPayTypeResponseBody;
3332
+ statusCode?: number;
3333
+ body?: ModifyLoadBalancerPayTypeResponseBody;
3330
3334
  static names(): {
3331
3335
  [key: string]: string;
3332
3336
  };
@@ -3371,11 +3375,11 @@ export declare class ModifyVServerGroupBackendServersResponseBody extends $tea.M
3371
3375
  });
3372
3376
  }
3373
3377
  export declare class ModifyVServerGroupBackendServersResponse extends $tea.Model {
3374
- headers: {
3378
+ headers?: {
3375
3379
  [key: string]: string;
3376
3380
  };
3377
- statusCode: number;
3378
- body: ModifyVServerGroupBackendServersResponseBody;
3381
+ statusCode?: number;
3382
+ body?: ModifyVServerGroupBackendServersResponseBody;
3379
3383
  static names(): {
3380
3384
  [key: string]: string;
3381
3385
  };
@@ -3420,11 +3424,11 @@ export declare class MoveResourceGroupResponseBody extends $tea.Model {
3420
3424
  });
3421
3425
  }
3422
3426
  export declare class MoveResourceGroupResponse extends $tea.Model {
3423
- headers: {
3427
+ headers?: {
3424
3428
  [key: string]: string;
3425
3429
  };
3426
- statusCode: number;
3427
- body: MoveResourceGroupResponseBody;
3430
+ statusCode?: number;
3431
+ body?: MoveResourceGroupResponseBody;
3428
3432
  static names(): {
3429
3433
  [key: string]: string;
3430
3434
  };
@@ -3466,11 +3470,11 @@ export declare class RemoveAccessControlListEntryResponseBody extends $tea.Model
3466
3470
  });
3467
3471
  }
3468
3472
  export declare class RemoveAccessControlListEntryResponse extends $tea.Model {
3469
- headers: {
3473
+ headers?: {
3470
3474
  [key: string]: string;
3471
3475
  };
3472
- statusCode: number;
3473
- body: RemoveAccessControlListEntryResponseBody;
3476
+ statusCode?: number;
3477
+ body?: RemoveAccessControlListEntryResponseBody;
3474
3478
  static names(): {
3475
3479
  [key: string]: string;
3476
3480
  };
@@ -3514,11 +3518,11 @@ export declare class RemoveBackendServersResponseBody extends $tea.Model {
3514
3518
  });
3515
3519
  }
3516
3520
  export declare class RemoveBackendServersResponse extends $tea.Model {
3517
- headers: {
3521
+ headers?: {
3518
3522
  [key: string]: string;
3519
3523
  };
3520
- statusCode: number;
3521
- body: RemoveBackendServersResponseBody;
3524
+ statusCode?: number;
3525
+ body?: RemoveBackendServersResponseBody;
3522
3526
  static names(): {
3523
3527
  [key: string]: string;
3524
3528
  };
@@ -3562,11 +3566,11 @@ export declare class RemoveListenerWhiteListItemResponseBody extends $tea.Model
3562
3566
  });
3563
3567
  }
3564
3568
  export declare class RemoveListenerWhiteListItemResponse extends $tea.Model {
3565
- headers: {
3569
+ headers?: {
3566
3570
  [key: string]: string;
3567
3571
  };
3568
- statusCode: number;
3569
- body: RemoveListenerWhiteListItemResponseBody;
3572
+ statusCode?: number;
3573
+ body?: RemoveListenerWhiteListItemResponseBody;
3570
3574
  static names(): {
3571
3575
  [key: string]: string;
3572
3576
  };
@@ -3608,11 +3612,11 @@ export declare class RemoveTagsResponseBody extends $tea.Model {
3608
3612
  });
3609
3613
  }
3610
3614
  export declare class RemoveTagsResponse extends $tea.Model {
3611
- headers: {
3615
+ headers?: {
3612
3616
  [key: string]: string;
3613
3617
  };
3614
- statusCode: number;
3615
- body: RemoveTagsResponseBody;
3618
+ statusCode?: number;
3619
+ body?: RemoveTagsResponseBody;
3616
3620
  static names(): {
3617
3621
  [key: string]: string;
3618
3622
  };
@@ -3656,11 +3660,11 @@ export declare class RemoveVServerGroupBackendServersResponseBody extends $tea.M
3656
3660
  });
3657
3661
  }
3658
3662
  export declare class RemoveVServerGroupBackendServersResponse extends $tea.Model {
3659
- headers: {
3663
+ headers?: {
3660
3664
  [key: string]: string;
3661
3665
  };
3662
- statusCode: number;
3663
- body: RemoveVServerGroupBackendServersResponseBody;
3666
+ statusCode?: number;
3667
+ body?: RemoveVServerGroupBackendServersResponseBody;
3664
3668
  static names(): {
3665
3669
  [key: string]: string;
3666
3670
  };
@@ -3702,11 +3706,11 @@ export declare class SetAccessControlListAttributeResponseBody extends $tea.Mode
3702
3706
  });
3703
3707
  }
3704
3708
  export declare class SetAccessControlListAttributeResponse extends $tea.Model {
3705
- headers: {
3709
+ headers?: {
3706
3710
  [key: string]: string;
3707
3711
  };
3708
- statusCode: number;
3709
- body: SetAccessControlListAttributeResponseBody;
3712
+ statusCode?: number;
3713
+ body?: SetAccessControlListAttributeResponseBody;
3710
3714
  static names(): {
3711
3715
  [key: string]: string;
3712
3716
  };
@@ -3749,11 +3753,11 @@ export declare class SetAccessLogsDownloadAttributeResponseBody extends $tea.Mod
3749
3753
  });
3750
3754
  }
3751
3755
  export declare class SetAccessLogsDownloadAttributeResponse extends $tea.Model {
3752
- headers: {
3756
+ headers?: {
3753
3757
  [key: string]: string;
3754
3758
  };
3755
- statusCode: number;
3756
- body: SetAccessLogsDownloadAttributeResponseBody;
3759
+ statusCode?: number;
3760
+ body?: SetAccessLogsDownloadAttributeResponseBody;
3757
3761
  static names(): {
3758
3762
  [key: string]: string;
3759
3763
  };
@@ -3797,11 +3801,11 @@ export declare class SetBackendServersResponseBody extends $tea.Model {
3797
3801
  });
3798
3802
  }
3799
3803
  export declare class SetBackendServersResponse extends $tea.Model {
3800
- headers: {
3804
+ headers?: {
3801
3805
  [key: string]: string;
3802
3806
  };
3803
- statusCode: number;
3804
- body: SetBackendServersResponseBody;
3807
+ statusCode?: number;
3808
+ body?: SetBackendServersResponseBody;
3805
3809
  static names(): {
3806
3810
  [key: string]: string;
3807
3811
  };
@@ -3843,11 +3847,11 @@ export declare class SetCACertificateNameResponseBody extends $tea.Model {
3843
3847
  });
3844
3848
  }
3845
3849
  export declare class SetCACertificateNameResponse extends $tea.Model {
3846
- headers: {
3850
+ headers?: {
3847
3851
  [key: string]: string;
3848
3852
  };
3849
- statusCode: number;
3850
- body: SetCACertificateNameResponseBody;
3853
+ statusCode?: number;
3854
+ body?: SetCACertificateNameResponseBody;
3851
3855
  static names(): {
3852
3856
  [key: string]: string;
3853
3857
  };
@@ -3889,11 +3893,11 @@ export declare class SetDomainExtensionAttributeResponseBody extends $tea.Model
3889
3893
  });
3890
3894
  }
3891
3895
  export declare class SetDomainExtensionAttributeResponse extends $tea.Model {
3892
- headers: {
3896
+ headers?: {
3893
3897
  [key: string]: string;
3894
3898
  };
3895
- statusCode: number;
3896
- body: SetDomainExtensionAttributeResponseBody;
3899
+ statusCode?: number;
3900
+ body?: SetDomainExtensionAttributeResponseBody;
3897
3901
  static names(): {
3898
3902
  [key: string]: string;
3899
3903
  };
@@ -3937,11 +3941,11 @@ export declare class SetListenerAccessControlStatusResponseBody extends $tea.Mod
3937
3941
  });
3938
3942
  }
3939
3943
  export declare class SetListenerAccessControlStatusResponse extends $tea.Model {
3940
- headers: {
3944
+ headers?: {
3941
3945
  [key: string]: string;
3942
3946
  };
3943
- statusCode: number;
3944
- body: SetListenerAccessControlStatusResponseBody;
3947
+ statusCode?: number;
3948
+ body?: SetListenerAccessControlStatusResponseBody;
3945
3949
  static names(): {
3946
3950
  [key: string]: string;
3947
3951
  };
@@ -3983,11 +3987,11 @@ export declare class SetLoadBalancerDeleteProtectionResponseBody extends $tea.Mo
3983
3987
  });
3984
3988
  }
3985
3989
  export declare class SetLoadBalancerDeleteProtectionResponse extends $tea.Model {
3986
- headers: {
3990
+ headers?: {
3987
3991
  [key: string]: string;
3988
3992
  };
3989
- statusCode: number;
3990
- body: SetLoadBalancerDeleteProtectionResponseBody;
3993
+ statusCode?: number;
3994
+ body?: SetLoadBalancerDeleteProtectionResponseBody;
3991
3995
  static names(): {
3992
3996
  [key: string]: string;
3993
3997
  };
@@ -4060,11 +4064,11 @@ export declare class SetLoadBalancerHTTPListenerAttributeResponseBody extends $t
4060
4064
  });
4061
4065
  }
4062
4066
  export declare class SetLoadBalancerHTTPListenerAttributeResponse extends $tea.Model {
4063
- headers: {
4067
+ headers?: {
4064
4068
  [key: string]: string;
4065
4069
  };
4066
- statusCode: number;
4067
- body: SetLoadBalancerHTTPListenerAttributeResponseBody;
4070
+ statusCode?: number;
4071
+ body?: SetLoadBalancerHTTPListenerAttributeResponseBody;
4068
4072
  static names(): {
4069
4073
  [key: string]: string;
4070
4074
  };
@@ -4141,11 +4145,11 @@ export declare class SetLoadBalancerHTTPSListenerAttributeResponseBody extends $
4141
4145
  });
4142
4146
  }
4143
4147
  export declare class SetLoadBalancerHTTPSListenerAttributeResponse extends $tea.Model {
4144
- headers: {
4148
+ headers?: {
4145
4149
  [key: string]: string;
4146
4150
  };
4147
- statusCode: number;
4148
- body: SetLoadBalancerHTTPSListenerAttributeResponseBody;
4151
+ statusCode?: number;
4152
+ body?: SetLoadBalancerHTTPSListenerAttributeResponseBody;
4149
4153
  static names(): {
4150
4154
  [key: string]: string;
4151
4155
  };
@@ -4188,11 +4192,11 @@ export declare class SetLoadBalancerModificationProtectionResponseBody extends $
4188
4192
  });
4189
4193
  }
4190
4194
  export declare class SetLoadBalancerModificationProtectionResponse extends $tea.Model {
4191
- headers: {
4195
+ headers?: {
4192
4196
  [key: string]: string;
4193
4197
  };
4194
- statusCode: number;
4195
- body: SetLoadBalancerModificationProtectionResponseBody;
4198
+ statusCode?: number;
4199
+ body?: SetLoadBalancerModificationProtectionResponseBody;
4196
4200
  static names(): {
4197
4201
  [key: string]: string;
4198
4202
  };
@@ -4234,11 +4238,11 @@ export declare class SetLoadBalancerNameResponseBody extends $tea.Model {
4234
4238
  });
4235
4239
  }
4236
4240
  export declare class SetLoadBalancerNameResponse extends $tea.Model {
4237
- headers: {
4241
+ headers?: {
4238
4242
  [key: string]: string;
4239
4243
  };
4240
- statusCode: number;
4241
- body: SetLoadBalancerNameResponseBody;
4244
+ statusCode?: number;
4245
+ body?: SetLoadBalancerNameResponseBody;
4242
4246
  static names(): {
4243
4247
  [key: string]: string;
4244
4248
  };
@@ -4280,11 +4284,11 @@ export declare class SetLoadBalancerStatusResponseBody extends $tea.Model {
4280
4284
  });
4281
4285
  }
4282
4286
  export declare class SetLoadBalancerStatusResponse extends $tea.Model {
4283
- headers: {
4287
+ headers?: {
4284
4288
  [key: string]: string;
4285
4289
  };
4286
- statusCode: number;
4287
- body: SetLoadBalancerStatusResponseBody;
4290
+ statusCode?: number;
4291
+ body?: SetLoadBalancerStatusResponseBody;
4288
4292
  static names(): {
4289
4293
  [key: string]: string;
4290
4294
  };
@@ -4352,11 +4356,11 @@ export declare class SetLoadBalancerTCPListenerAttributeResponseBody extends $te
4352
4356
  });
4353
4357
  }
4354
4358
  export declare class SetLoadBalancerTCPListenerAttributeResponse extends $tea.Model {
4355
- headers: {
4359
+ headers?: {
4356
4360
  [key: string]: string;
4357
4361
  };
4358
- statusCode: number;
4359
- body: SetLoadBalancerTCPListenerAttributeResponseBody;
4362
+ statusCode?: number;
4363
+ body?: SetLoadBalancerTCPListenerAttributeResponseBody;
4360
4364
  static names(): {
4361
4365
  [key: string]: string;
4362
4366
  };
@@ -4417,11 +4421,11 @@ export declare class SetLoadBalancerUDPListenerAttributeResponseBody extends $te
4417
4421
  });
4418
4422
  }
4419
4423
  export declare class SetLoadBalancerUDPListenerAttributeResponse extends $tea.Model {
4420
- headers: {
4424
+ headers?: {
4421
4425
  [key: string]: string;
4422
4426
  };
4423
- statusCode: number;
4424
- body: SetLoadBalancerUDPListenerAttributeResponseBody;
4427
+ statusCode?: number;
4428
+ body?: SetLoadBalancerUDPListenerAttributeResponseBody;
4425
4429
  static names(): {
4426
4430
  [key: string]: string;
4427
4431
  };
@@ -4479,11 +4483,11 @@ export declare class SetRuleResponseBody extends $tea.Model {
4479
4483
  });
4480
4484
  }
4481
4485
  export declare class SetRuleResponse extends $tea.Model {
4482
- headers: {
4486
+ headers?: {
4483
4487
  [key: string]: string;
4484
4488
  };
4485
- statusCode: number;
4486
- body: SetRuleResponseBody;
4489
+ statusCode?: number;
4490
+ body?: SetRuleResponseBody;
4487
4491
  static names(): {
4488
4492
  [key: string]: string;
4489
4493
  };
@@ -4525,11 +4529,11 @@ export declare class SetServerCertificateNameResponseBody extends $tea.Model {
4525
4529
  });
4526
4530
  }
4527
4531
  export declare class SetServerCertificateNameResponse extends $tea.Model {
4528
- headers: {
4532
+ headers?: {
4529
4533
  [key: string]: string;
4530
4534
  };
4531
- statusCode: number;
4532
- body: SetServerCertificateNameResponseBody;
4535
+ statusCode?: number;
4536
+ body?: SetServerCertificateNameResponseBody;
4533
4537
  static names(): {
4534
4538
  [key: string]: string;
4535
4539
  };
@@ -4574,11 +4578,11 @@ export declare class SetTLSCipherPolicyAttributeResponseBody extends $tea.Model
4574
4578
  });
4575
4579
  }
4576
4580
  export declare class SetTLSCipherPolicyAttributeResponse extends $tea.Model {
4577
- headers: {
4581
+ headers?: {
4578
4582
  [key: string]: string;
4579
4583
  };
4580
- statusCode: number;
4581
- body: SetTLSCipherPolicyAttributeResponseBody;
4584
+ statusCode?: number;
4585
+ body?: SetTLSCipherPolicyAttributeResponseBody;
4582
4586
  static names(): {
4583
4587
  [key: string]: string;
4584
4588
  };
@@ -4624,11 +4628,11 @@ export declare class SetVServerGroupAttributeResponseBody extends $tea.Model {
4624
4628
  });
4625
4629
  }
4626
4630
  export declare class SetVServerGroupAttributeResponse extends $tea.Model {
4627
- headers: {
4631
+ headers?: {
4628
4632
  [key: string]: string;
4629
4633
  };
4630
- statusCode: number;
4631
- body: SetVServerGroupAttributeResponseBody;
4634
+ statusCode?: number;
4635
+ body?: SetVServerGroupAttributeResponseBody;
4632
4636
  static names(): {
4633
4637
  [key: string]: string;
4634
4638
  };
@@ -4671,11 +4675,11 @@ export declare class StartLoadBalancerListenerResponseBody extends $tea.Model {
4671
4675
  });
4672
4676
  }
4673
4677
  export declare class StartLoadBalancerListenerResponse extends $tea.Model {
4674
- headers: {
4678
+ headers?: {
4675
4679
  [key: string]: string;
4676
4680
  };
4677
- statusCode: number;
4678
- body: StartLoadBalancerListenerResponseBody;
4681
+ statusCode?: number;
4682
+ body?: StartLoadBalancerListenerResponseBody;
4679
4683
  static names(): {
4680
4684
  [key: string]: string;
4681
4685
  };
@@ -4718,11 +4722,11 @@ export declare class StopLoadBalancerListenerResponseBody extends $tea.Model {
4718
4722
  });
4719
4723
  }
4720
4724
  export declare class StopLoadBalancerListenerResponse extends $tea.Model {
4721
- headers: {
4725
+ headers?: {
4722
4726
  [key: string]: string;
4723
4727
  };
4724
- statusCode: number;
4725
- body: StopLoadBalancerListenerResponseBody;
4728
+ statusCode?: number;
4729
+ body?: StopLoadBalancerListenerResponseBody;
4726
4730
  static names(): {
4727
4731
  [key: string]: string;
4728
4732
  };
@@ -4765,11 +4769,11 @@ export declare class TagResourcesResponseBody extends $tea.Model {
4765
4769
  });
4766
4770
  }
4767
4771
  export declare class TagResourcesResponse extends $tea.Model {
4768
- headers: {
4772
+ headers?: {
4769
4773
  [key: string]: string;
4770
4774
  };
4771
- statusCode: number;
4772
- body: TagResourcesResponseBody;
4775
+ statusCode?: number;
4776
+ body?: TagResourcesResponseBody;
4773
4777
  static names(): {
4774
4778
  [key: string]: string;
4775
4779
  };
@@ -4813,11 +4817,11 @@ export declare class UntagResourcesResponseBody extends $tea.Model {
4813
4817
  });
4814
4818
  }
4815
4819
  export declare class UntagResourcesResponse extends $tea.Model {
4816
- headers: {
4820
+ headers?: {
4817
4821
  [key: string]: string;
4818
4822
  };
4819
- statusCode: number;
4820
- body: UntagResourcesResponseBody;
4823
+ statusCode?: number;
4824
+ body?: UntagResourcesResponseBody;
4821
4825
  static names(): {
4822
4826
  [key: string]: string;
4823
4827
  };
@@ -4870,11 +4874,11 @@ export declare class UploadCACertificateResponseBody extends $tea.Model {
4870
4874
  });
4871
4875
  }
4872
4876
  export declare class UploadCACertificateResponse extends $tea.Model {
4873
- headers: {
4877
+ headers?: {
4874
4878
  [key: string]: string;
4875
4879
  };
4876
- statusCode: number;
4877
- body: UploadCACertificateResponseBody;
4880
+ statusCode?: number;
4881
+ body?: UploadCACertificateResponseBody;
4878
4882
  static names(): {
4879
4883
  [key: string]: string;
4880
4884
  };
@@ -4936,11 +4940,11 @@ export declare class UploadServerCertificateResponseBody extends $tea.Model {
4936
4940
  });
4937
4941
  }
4938
4942
  export declare class UploadServerCertificateResponse extends $tea.Model {
4939
- headers: {
4943
+ headers?: {
4940
4944
  [key: string]: string;
4941
4945
  };
4942
- statusCode: number;
4943
- body: UploadServerCertificateResponseBody;
4946
+ statusCode?: number;
4947
+ body?: UploadServerCertificateResponseBody;
4944
4948
  static names(): {
4945
4949
  [key: string]: string;
4946
4950
  };
@@ -5660,6 +5664,18 @@ export declare class DescribeLoadBalancerAttributeResponseBodyTags extends $tea.
5660
5664
  [key: string]: any;
5661
5665
  });
5662
5666
  }
5667
+ export declare class DescribeLoadBalancerHTTPListenerAttributeResponseBodyAclIds extends $tea.Model {
5668
+ aclId?: string[];
5669
+ static names(): {
5670
+ [key: string]: string;
5671
+ };
5672
+ static types(): {
5673
+ [key: string]: any;
5674
+ };
5675
+ constructor(map?: {
5676
+ [key: string]: any;
5677
+ });
5678
+ }
5663
5679
  export declare class DescribeLoadBalancerHTTPListenerAttributeResponseBodyRulesRule extends $tea.Model {
5664
5680
  domain?: string;
5665
5681
  ruleId?: string;
@@ -5713,6 +5729,18 @@ export declare class DescribeLoadBalancerHTTPListenerAttributeResponseBodyTags e
5713
5729
  [key: string]: any;
5714
5730
  });
5715
5731
  }
5732
+ export declare class DescribeLoadBalancerHTTPSListenerAttributeResponseBodyAclIds extends $tea.Model {
5733
+ aclId?: string[];
5734
+ static names(): {
5735
+ [key: string]: string;
5736
+ };
5737
+ static types(): {
5738
+ [key: string]: any;
5739
+ };
5740
+ constructor(map?: {
5741
+ [key: string]: any;
5742
+ });
5743
+ }
5716
5744
  export declare class DescribeLoadBalancerHTTPSListenerAttributeResponseBodyDomainExtensionsDomainExtension extends $tea.Model {
5717
5745
  domain?: string;
5718
5746
  domainExtensionId?: string;
@@ -5953,6 +5981,7 @@ export declare class DescribeLoadBalancerListenersResponseBodyListenersUDPListen
5953
5981
  }
5954
5982
  export declare class DescribeLoadBalancerListenersResponseBodyListeners extends $tea.Model {
5955
5983
  aclId?: string;
5984
+ aclIds?: string[];
5956
5985
  aclStatus?: string;
5957
5986
  aclType?: string;
5958
5987
  backendServerPort?: number;
@@ -5979,6 +6008,18 @@ export declare class DescribeLoadBalancerListenersResponseBodyListeners extends
5979
6008
  [key: string]: any;
5980
6009
  });
5981
6010
  }
6011
+ export declare class DescribeLoadBalancerTCPListenerAttributeResponseBodyAclIds extends $tea.Model {
6012
+ aclId?: string[];
6013
+ static names(): {
6014
+ [key: string]: string;
6015
+ };
6016
+ static types(): {
6017
+ [key: string]: any;
6018
+ };
6019
+ constructor(map?: {
6020
+ [key: string]: any;
6021
+ });
6022
+ }
5982
6023
  export declare class DescribeLoadBalancerTCPListenerAttributeResponseBodyTagsTag extends $tea.Model {
5983
6024
  tagKey?: string;
5984
6025
  tagValue?: string;
@@ -6004,6 +6045,18 @@ export declare class DescribeLoadBalancerTCPListenerAttributeResponseBodyTags ex
6004
6045
  [key: string]: any;
6005
6046
  });
6006
6047
  }
6048
+ export declare class DescribeLoadBalancerUDPListenerAttributeResponseBodyAclIds extends $tea.Model {
6049
+ aclId?: string[];
6050
+ static names(): {
6051
+ [key: string]: string;
6052
+ };
6053
+ static types(): {
6054
+ [key: string]: any;
6055
+ };
6056
+ constructor(map?: {
6057
+ [key: string]: any;
6058
+ });
6059
+ }
6007
6060
  export declare class DescribeLoadBalancerUDPListenerAttributeResponseBodyTagsTag extends $tea.Model {
6008
6061
  tagKey?: string;
6009
6062
  tagValue?: string;
@@ -6959,824 +7012,1656 @@ export default class Client extends OpenApi {
6959
7012
  [key: string]: string;
6960
7013
  }, endpoint: string): string;
6961
7014
  /**
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
- * @param runtime runtime options for this request RuntimeOptions
6968
- * @return AddAccessControlListEntryResponse
7015
+ * @summary Adds IP entries to a network access control list (ACL).
7016
+ *
7017
+ * @description Each network ACL can contain one or more IP addresses or CIDR blocks. Take note of the following limits on network ACLs:
7018
+ * * The number of IP entries that can be added to a network ACL with each Alibaba Cloud account at a time: 50
7019
+ * * The maximum number of IP entries that each network ACL can contain: 300
7020
+ *
7021
+ * @param request AddAccessControlListEntryRequest
7022
+ * @param runtime runtime options for this request RuntimeOptions
7023
+ * @return AddAccessControlListEntryResponse
6969
7024
  */
6970
7025
  addAccessControlListEntryWithOptions(request: AddAccessControlListEntryRequest, runtime: $Util.RuntimeOptions): Promise<AddAccessControlListEntryResponse>;
6971
7026
  /**
6972
- * Each network ACL can contain one or more IP addresses or CIDR blocks. Take note of the following limits on network ACLs:
6973
- * * The number of IP entries that can be added to a network ACL with each Alibaba Cloud account at a time: 50
6974
- * * The maximum number of IP entries that each network ACL can contain: 300
6975
- *
6976
- * @param request AddAccessControlListEntryRequest
6977
- * @return AddAccessControlListEntryResponse
7027
+ * @summary Adds IP entries to a network access control list (ACL).
7028
+ *
7029
+ * @description Each network ACL can contain one or more IP addresses or CIDR blocks. Take note of the following limits on network ACLs:
7030
+ * * The number of IP entries that can be added to a network ACL with each Alibaba Cloud account at a time: 50
7031
+ * * The maximum number of IP entries that each network ACL can contain: 300
7032
+ *
7033
+ * @param request AddAccessControlListEntryRequest
7034
+ * @return AddAccessControlListEntryResponse
6978
7035
  */
6979
7036
  addAccessControlListEntry(request: AddAccessControlListEntryRequest): Promise<AddAccessControlListEntryResponse>;
6980
7037
  /**
6981
- * > 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.
6982
- *
6983
- * @param request AddBackendServersRequest
6984
- * @param runtime runtime options for this request RuntimeOptions
6985
- * @return AddBackendServersResponse
7038
+ * @summary Adds backend servers.
7039
+ *
7040
+ * @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.
7041
+ *
7042
+ * @param request AddBackendServersRequest
7043
+ * @param runtime runtime options for this request RuntimeOptions
7044
+ * @return AddBackendServersResponse
6986
7045
  */
6987
7046
  addBackendServersWithOptions(request: AddBackendServersRequest, runtime: $Util.RuntimeOptions): Promise<AddBackendServersResponse>;
6988
7047
  /**
6989
- * > 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.
6990
- *
6991
- * @param request AddBackendServersRequest
6992
- * @return AddBackendServersResponse
7048
+ * @summary Adds backend servers.
7049
+ *
7050
+ * @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.
7051
+ *
7052
+ * @param request AddBackendServersRequest
7053
+ * @return AddBackendServersResponse
6993
7054
  */
6994
7055
  addBackendServers(request: AddBackendServersRequest): Promise<AddBackendServersResponse>;
7056
+ /**
7057
+ * @summary Adds IP addresses to the whitelist of a listener.
7058
+ *
7059
+ * @param request AddListenerWhiteListItemRequest
7060
+ * @param runtime runtime options for this request RuntimeOptions
7061
+ * @return AddListenerWhiteListItemResponse
7062
+ */
6995
7063
  addListenerWhiteListItemWithOptions(request: AddListenerWhiteListItemRequest, runtime: $Util.RuntimeOptions): Promise<AddListenerWhiteListItemResponse>;
7064
+ /**
7065
+ * @summary Adds IP addresses to the whitelist of a listener.
7066
+ *
7067
+ * @param request AddListenerWhiteListItemRequest
7068
+ * @return AddListenerWhiteListItemResponse
7069
+ */
6996
7070
  addListenerWhiteListItem(request: AddListenerWhiteListItemRequest): Promise<AddListenerWhiteListItemResponse>;
6997
7071
  /**
6998
- * # Limits
6999
- * Before you call this API, note the following limits:
7000
- * * You can add up to 10 tags to each SLB instance.
7001
- * * You can add up to five pairs of tags at a time.
7002
- * * All the tags and keys added to an SLB instance must be unique.
7003
- * * 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.
7004
- *
7005
- * @param request AddTagsRequest
7006
- * @param runtime runtime options for this request RuntimeOptions
7007
- * @return AddTagsResponse
7072
+ * @description # Limits
7073
+ * Before you call this API, note the following limits:
7074
+ * * You can add up to 10 tags to each SLB instance.
7075
+ * * You can add up to five pairs of tags at a time.
7076
+ * * All the tags and keys added to an SLB instance must be unique.
7077
+ * * 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.
7078
+ *
7079
+ * @param request AddTagsRequest
7080
+ * @param runtime runtime options for this request RuntimeOptions
7081
+ * @return AddTagsResponse
7008
7082
  */
7009
7083
  addTagsWithOptions(request: AddTagsRequest, runtime: $Util.RuntimeOptions): Promise<AddTagsResponse>;
7010
7084
  /**
7011
- * # Limits
7012
- * Before you call this API, note the following limits:
7013
- * * You can add up to 10 tags to each SLB instance.
7014
- * * You can add up to five pairs of tags at a time.
7015
- * * All the tags and keys added to an SLB instance must be unique.
7016
- * * 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.
7017
- *
7018
- * @param request AddTagsRequest
7019
- * @return AddTagsResponse
7085
+ * @description # Limits
7086
+ * Before you call this API, note the following limits:
7087
+ * * You can add up to 10 tags to each SLB instance.
7088
+ * * You can add up to five pairs of tags at a time.
7089
+ * * All the tags and keys added to an SLB instance must be unique.
7090
+ * * 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.
7091
+ *
7092
+ * @param request AddTagsRequest
7093
+ * @return AddTagsResponse
7020
7094
  */
7021
7095
  addTags(request: AddTagsRequest): Promise<AddTagsResponse>;
7096
+ /**
7097
+ * @summary Adds backend servers to a specified server group.
7098
+ *
7099
+ * @param request AddVServerGroupBackendServersRequest
7100
+ * @param runtime runtime options for this request RuntimeOptions
7101
+ * @return AddVServerGroupBackendServersResponse
7102
+ */
7022
7103
  addVServerGroupBackendServersWithOptions(request: AddVServerGroupBackendServersRequest, runtime: $Util.RuntimeOptions): Promise<AddVServerGroupBackendServersResponse>;
7104
+ /**
7105
+ * @summary Adds backend servers to a specified server group.
7106
+ *
7107
+ * @param request AddVServerGroupBackendServersRequest
7108
+ * @return AddVServerGroupBackendServersResponse
7109
+ */
7023
7110
  addVServerGroupBackendServers(request: AddVServerGroupBackendServersRequest): Promise<AddVServerGroupBackendServersResponse>;
7024
7111
  /**
7025
- * 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:
7026
- * * An account can have a maximum of 50 ACLs in each region.
7027
- * * You can add a maximum of 50 IP addresses or CIDR blocks at a time within an account.
7028
- * * Each ACL can contain a maximum of 300 IP addresses or CIDR blocks.
7029
- *
7030
- * @param request CreateAccessControlListRequest
7031
- * @param runtime runtime options for this request RuntimeOptions
7032
- * @return CreateAccessControlListResponse
7112
+ * @summary Creates an access control list (ACL).
7113
+ *
7114
+ * @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:
7115
+ * * An account can have a maximum of 50 ACLs in each region.
7116
+ * * You can add a maximum of 50 IP addresses or CIDR blocks at a time within an account.
7117
+ * * Each ACL can contain a maximum of 300 IP addresses or CIDR blocks.
7118
+ *
7119
+ * @param request CreateAccessControlListRequest
7120
+ * @param runtime runtime options for this request RuntimeOptions
7121
+ * @return CreateAccessControlListResponse
7033
7122
  */
7034
7123
  createAccessControlListWithOptions(request: CreateAccessControlListRequest, runtime: $Util.RuntimeOptions): Promise<CreateAccessControlListResponse>;
7035
7124
  /**
7036
- * 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:
7037
- * * An account can have a maximum of 50 ACLs in each region.
7038
- * * You can add a maximum of 50 IP addresses or CIDR blocks at a time within an account.
7039
- * * Each ACL can contain a maximum of 300 IP addresses or CIDR blocks.
7040
- *
7041
- * @param request CreateAccessControlListRequest
7042
- * @return CreateAccessControlListResponse
7125
+ * @summary Creates an access control list (ACL).
7126
+ *
7127
+ * @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:
7128
+ * * An account can have a maximum of 50 ACLs in each region.
7129
+ * * You can add a maximum of 50 IP addresses or CIDR blocks at a time within an account.
7130
+ * * Each ACL can contain a maximum of 300 IP addresses or CIDR blocks.
7131
+ *
7132
+ * @param request CreateAccessControlListRequest
7133
+ * @return CreateAccessControlListResponse
7043
7134
  */
7044
7135
  createAccessControlList(request: CreateAccessControlListRequest): Promise<CreateAccessControlListResponse>;
7136
+ /**
7137
+ * @summary Creates a domain name extension.
7138
+ *
7139
+ * @param request CreateDomainExtensionRequest
7140
+ * @param runtime runtime options for this request RuntimeOptions
7141
+ * @return CreateDomainExtensionResponse
7142
+ */
7045
7143
  createDomainExtensionWithOptions(request: CreateDomainExtensionRequest, runtime: $Util.RuntimeOptions): Promise<CreateDomainExtensionResponse>;
7144
+ /**
7145
+ * @summary Creates a domain name extension.
7146
+ *
7147
+ * @param request CreateDomainExtensionRequest
7148
+ * @return CreateDomainExtensionResponse
7149
+ */
7046
7150
  createDomainExtension(request: CreateDomainExtensionRequest): Promise<CreateDomainExtensionResponse>;
7047
7151
  /**
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
- * @param runtime runtime options for this request RuntimeOptions
7054
- * @return CreateLoadBalancerResponse
7152
+ * @summary Creates a Classic Load Balancer (CLB) instance.
7153
+ *
7154
+ * @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.
7155
+ * * After a CLB instance is created, you are charged for using the CLB instance.
7156
+ * * The pay-as-you-go billing method supports the pay-by-specification and pay-by-LCU metering methods.
7157
+ *
7158
+ * @param request CreateLoadBalancerRequest
7159
+ * @param runtime runtime options for this request RuntimeOptions
7160
+ * @return CreateLoadBalancerResponse
7055
7161
  */
7056
7162
  createLoadBalancerWithOptions(request: CreateLoadBalancerRequest, runtime: $Util.RuntimeOptions): Promise<CreateLoadBalancerResponse>;
7057
7163
  /**
7058
- * * 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.
7059
- * * After a CLB instance is created, you are charged for using the CLB instance.
7060
- * * The pay-as-you-go billing method supports the pay-by-specification and pay-by-LCU metering methods.
7061
- *
7062
- * @param request CreateLoadBalancerRequest
7063
- * @return CreateLoadBalancerResponse
7164
+ * @summary Creates a Classic Load Balancer (CLB) instance.
7165
+ *
7166
+ * @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.
7167
+ * * After a CLB instance is created, you are charged for using the CLB instance.
7168
+ * * The pay-as-you-go billing method supports the pay-by-specification and pay-by-LCU metering methods.
7169
+ *
7170
+ * @param request CreateLoadBalancerRequest
7171
+ * @return CreateLoadBalancerResponse
7064
7172
  */
7065
7173
  createLoadBalancer(request: CreateLoadBalancerRequest): Promise<CreateLoadBalancerResponse>;
7066
7174
  /**
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
- * @param runtime runtime options for this request RuntimeOptions
7073
- * @return CreateLoadBalancerHTTPListenerResponse
7175
+ * @summary Creates an HTTP listener for a Classic Load Balancer (CLB) instance.
7176
+ *
7177
+ * @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.
7178
+ * ## Prerequisites
7179
+ * A Classic Load Balancer (CLB) instance is created. For more information, see [CreateLoadBalancer](~~StartLoadBalancerListener~~).
7180
+ *
7181
+ * @param request CreateLoadBalancerHTTPListenerRequest
7182
+ * @param runtime runtime options for this request RuntimeOptions
7183
+ * @return CreateLoadBalancerHTTPListenerResponse
7074
7184
  */
7075
7185
  createLoadBalancerHTTPListenerWithOptions(request: CreateLoadBalancerHTTPListenerRequest, runtime: $Util.RuntimeOptions): Promise<CreateLoadBalancerHTTPListenerResponse>;
7076
7186
  /**
7077
- * 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.
7078
- * ## Prerequisites
7079
- * A Classic Load Balancer (CLB) instance is created. For more information, see [CreateLoadBalancer](~~StartLoadBalancerListener~~).
7080
- *
7081
- * @param request CreateLoadBalancerHTTPListenerRequest
7082
- * @return CreateLoadBalancerHTTPListenerResponse
7187
+ * @summary Creates an HTTP listener for a Classic Load Balancer (CLB) instance.
7188
+ *
7189
+ * @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.
7190
+ * ## Prerequisites
7191
+ * A Classic Load Balancer (CLB) instance is created. For more information, see [CreateLoadBalancer](~~StartLoadBalancerListener~~).
7192
+ *
7193
+ * @param request CreateLoadBalancerHTTPListenerRequest
7194
+ * @return CreateLoadBalancerHTTPListenerResponse
7083
7195
  */
7084
7196
  createLoadBalancerHTTPListener(request: CreateLoadBalancerHTTPListenerRequest): Promise<CreateLoadBalancerHTTPListenerResponse>;
7085
7197
  /**
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
- * @param runtime runtime options for this request RuntimeOptions
7092
- * @return CreateLoadBalancerHTTPSListenerResponse
7198
+ * @summary Creates an HTTPS listener.
7199
+ *
7200
+ * @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.
7201
+ * ## Prerequisites
7202
+ * 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).
7203
+ *
7204
+ * @param request CreateLoadBalancerHTTPSListenerRequest
7205
+ * @param runtime runtime options for this request RuntimeOptions
7206
+ * @return CreateLoadBalancerHTTPSListenerResponse
7093
7207
  */
7094
7208
  createLoadBalancerHTTPSListenerWithOptions(request: CreateLoadBalancerHTTPSListenerRequest, runtime: $Util.RuntimeOptions): Promise<CreateLoadBalancerHTTPSListenerResponse>;
7095
7209
  /**
7096
- * 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.
7097
- * ## Prerequisites
7098
- * 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).
7099
- *
7100
- * @param request CreateLoadBalancerHTTPSListenerRequest
7101
- * @return CreateLoadBalancerHTTPSListenerResponse
7210
+ * @summary Creates an HTTPS listener.
7211
+ *
7212
+ * @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.
7213
+ * ## Prerequisites
7214
+ * 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).
7215
+ *
7216
+ * @param request CreateLoadBalancerHTTPSListenerRequest
7217
+ * @return CreateLoadBalancerHTTPSListenerResponse
7102
7218
  */
7103
7219
  createLoadBalancerHTTPSListener(request: CreateLoadBalancerHTTPSListenerRequest): Promise<CreateLoadBalancerHTTPSListenerResponse>;
7104
7220
  /**
7105
- * > 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.
7106
- *
7107
- * @param request CreateLoadBalancerTCPListenerRequest
7108
- * @param runtime runtime options for this request RuntimeOptions
7109
- * @return CreateLoadBalancerTCPListenerResponse
7221
+ * @summary Creates a TCP listener.
7222
+ *
7223
+ * @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.
7224
+ *
7225
+ * @param request CreateLoadBalancerTCPListenerRequest
7226
+ * @param runtime runtime options for this request RuntimeOptions
7227
+ * @return CreateLoadBalancerTCPListenerResponse
7110
7228
  */
7111
7229
  createLoadBalancerTCPListenerWithOptions(request: CreateLoadBalancerTCPListenerRequest, runtime: $Util.RuntimeOptions): Promise<CreateLoadBalancerTCPListenerResponse>;
7112
7230
  /**
7113
- * > 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.
7114
- *
7115
- * @param request CreateLoadBalancerTCPListenerRequest
7116
- * @return CreateLoadBalancerTCPListenerResponse
7231
+ * @summary Creates a TCP listener.
7232
+ *
7233
+ * @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.
7234
+ *
7235
+ * @param request CreateLoadBalancerTCPListenerRequest
7236
+ * @return CreateLoadBalancerTCPListenerResponse
7117
7237
  */
7118
7238
  createLoadBalancerTCPListener(request: CreateLoadBalancerTCPListenerRequest): Promise<CreateLoadBalancerTCPListenerResponse>;
7119
7239
  /**
7120
- * UDP listeners of Classic Load Balancer (CLB) instances in a classic network cannot pass client IP addresses to backend servers.
7121
- * > 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.
7122
- *
7123
- * @param request CreateLoadBalancerUDPListenerRequest
7124
- * @param runtime runtime options for this request RuntimeOptions
7125
- * @return CreateLoadBalancerUDPListenerResponse
7240
+ * @summary Creates a UDP listener.
7241
+ *
7242
+ * @description UDP listeners of Classic Load Balancer (CLB) instances in a classic network cannot pass client IP addresses to backend servers.
7243
+ * > 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.
7244
+ *
7245
+ * @param request CreateLoadBalancerUDPListenerRequest
7246
+ * @param runtime runtime options for this request RuntimeOptions
7247
+ * @return CreateLoadBalancerUDPListenerResponse
7126
7248
  */
7127
7249
  createLoadBalancerUDPListenerWithOptions(request: CreateLoadBalancerUDPListenerRequest, runtime: $Util.RuntimeOptions): Promise<CreateLoadBalancerUDPListenerResponse>;
7128
7250
  /**
7129
- * UDP listeners of Classic Load Balancer (CLB) instances in a classic network cannot pass client IP addresses to backend servers.
7130
- * > 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.
7131
- *
7132
- * @param request CreateLoadBalancerUDPListenerRequest
7133
- * @return CreateLoadBalancerUDPListenerResponse
7251
+ * @summary Creates a UDP listener.
7252
+ *
7253
+ * @description UDP listeners of Classic Load Balancer (CLB) instances in a classic network cannot pass client IP addresses to backend servers.
7254
+ * > 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.
7255
+ *
7256
+ * @param request CreateLoadBalancerUDPListenerRequest
7257
+ * @return CreateLoadBalancerUDPListenerResponse
7134
7258
  */
7135
7259
  createLoadBalancerUDPListener(request: CreateLoadBalancerUDPListenerRequest): Promise<CreateLoadBalancerUDPListenerResponse>;
7260
+ /**
7261
+ * @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.
7262
+ *
7263
+ * @param request CreateMasterSlaveServerGroupRequest
7264
+ * @param runtime runtime options for this request RuntimeOptions
7265
+ * @return CreateMasterSlaveServerGroupResponse
7266
+ */
7136
7267
  createMasterSlaveServerGroupWithOptions(request: CreateMasterSlaveServerGroupRequest, runtime: $Util.RuntimeOptions): Promise<CreateMasterSlaveServerGroupResponse>;
7268
+ /**
7269
+ * @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.
7270
+ *
7271
+ * @param request CreateMasterSlaveServerGroupRequest
7272
+ * @return CreateMasterSlaveServerGroupResponse
7273
+ */
7137
7274
  createMasterSlaveServerGroup(request: CreateMasterSlaveServerGroupRequest): Promise<CreateMasterSlaveServerGroupResponse>;
7275
+ /**
7276
+ * @summary Creates forwarding rules for an HTTP or HTTPS listener.
7277
+ *
7278
+ * @param request CreateRulesRequest
7279
+ * @param runtime runtime options for this request RuntimeOptions
7280
+ * @return CreateRulesResponse
7281
+ */
7138
7282
  createRulesWithOptions(request: CreateRulesRequest, runtime: $Util.RuntimeOptions): Promise<CreateRulesResponse>;
7283
+ /**
7284
+ * @summary Creates forwarding rules for an HTTP or HTTPS listener.
7285
+ *
7286
+ * @param request CreateRulesRequest
7287
+ * @return CreateRulesResponse
7288
+ */
7139
7289
  createRules(request: CreateRulesRequest): Promise<CreateRulesResponse>;
7290
+ /**
7291
+ * @summary Creates a Transport Layer Security (TLS) policy.
7292
+ *
7293
+ * @param request CreateTLSCipherPolicyRequest
7294
+ * @param runtime runtime options for this request RuntimeOptions
7295
+ * @return CreateTLSCipherPolicyResponse
7296
+ */
7140
7297
  createTLSCipherPolicyWithOptions(request: CreateTLSCipherPolicyRequest, runtime: $Util.RuntimeOptions): Promise<CreateTLSCipherPolicyResponse>;
7298
+ /**
7299
+ * @summary Creates a Transport Layer Security (TLS) policy.
7300
+ *
7301
+ * @param request CreateTLSCipherPolicyRequest
7302
+ * @return CreateTLSCipherPolicyResponse
7303
+ */
7141
7304
  createTLSCipherPolicy(request: CreateTLSCipherPolicyRequest): Promise<CreateTLSCipherPolicyResponse>;
7305
+ /**
7306
+ * @summary Creates a vServer group and adds backend servers to the vServer group.
7307
+ *
7308
+ * @param request CreateVServerGroupRequest
7309
+ * @param runtime runtime options for this request RuntimeOptions
7310
+ * @return CreateVServerGroupResponse
7311
+ */
7142
7312
  createVServerGroupWithOptions(request: CreateVServerGroupRequest, runtime: $Util.RuntimeOptions): Promise<CreateVServerGroupResponse>;
7313
+ /**
7314
+ * @summary Creates a vServer group and adds backend servers to the vServer group.
7315
+ *
7316
+ * @param request CreateVServerGroupRequest
7317
+ * @return CreateVServerGroupResponse
7318
+ */
7143
7319
  createVServerGroup(request: CreateVServerGroupRequest): Promise<CreateVServerGroupResponse>;
7144
7320
  /**
7145
- * You can delete an ACL only if it is not associated with a listener.
7146
- *
7147
- * @param request DeleteAccessControlListRequest
7148
- * @param runtime runtime options for this request RuntimeOptions
7149
- * @return DeleteAccessControlListResponse
7321
+ * @summary Deletes an access control list (ACL).
7322
+ *
7323
+ * @description You can delete an ACL only if it is not associated with a listener.
7324
+ *
7325
+ * @param request DeleteAccessControlListRequest
7326
+ * @param runtime runtime options for this request RuntimeOptions
7327
+ * @return DeleteAccessControlListResponse
7150
7328
  */
7151
7329
  deleteAccessControlListWithOptions(request: DeleteAccessControlListRequest, runtime: $Util.RuntimeOptions): Promise<DeleteAccessControlListResponse>;
7152
7330
  /**
7153
- * You can delete an ACL only if it is not associated with a listener.
7154
- *
7155
- * @param request DeleteAccessControlListRequest
7156
- * @return DeleteAccessControlListResponse
7331
+ * @summary Deletes an access control list (ACL).
7332
+ *
7333
+ * @description You can delete an ACL only if it is not associated with a listener.
7334
+ *
7335
+ * @param request DeleteAccessControlListRequest
7336
+ * @return DeleteAccessControlListResponse
7157
7337
  */
7158
7338
  deleteAccessControlList(request: DeleteAccessControlListRequest): Promise<DeleteAccessControlListResponse>;
7339
+ /**
7340
+ * @summary Deletes the access log of a Classic Load Balancer (CLB) instance.
7341
+ *
7342
+ * @param request DeleteAccessLogsDownloadAttributeRequest
7343
+ * @param runtime runtime options for this request RuntimeOptions
7344
+ * @return DeleteAccessLogsDownloadAttributeResponse
7345
+ */
7159
7346
  deleteAccessLogsDownloadAttributeWithOptions(request: DeleteAccessLogsDownloadAttributeRequest, runtime: $Util.RuntimeOptions): Promise<DeleteAccessLogsDownloadAttributeResponse>;
7347
+ /**
7348
+ * @summary Deletes the access log of a Classic Load Balancer (CLB) instance.
7349
+ *
7350
+ * @param request DeleteAccessLogsDownloadAttributeRequest
7351
+ * @return DeleteAccessLogsDownloadAttributeResponse
7352
+ */
7160
7353
  deleteAccessLogsDownloadAttribute(request: DeleteAccessLogsDownloadAttributeRequest): Promise<DeleteAccessLogsDownloadAttributeResponse>;
7161
7354
  /**
7162
- * You cannot delete a CA certificate that is in use.
7163
- *
7164
- * @param request DeleteCACertificateRequest
7165
- * @param runtime runtime options for this request RuntimeOptions
7166
- * @return DeleteCACertificateResponse
7355
+ * @summary Deletes a certificate authority (CA) certificate.
7356
+ *
7357
+ * @description You cannot delete a CA certificate that is in use.
7358
+ *
7359
+ * @param request DeleteCACertificateRequest
7360
+ * @param runtime runtime options for this request RuntimeOptions
7361
+ * @return DeleteCACertificateResponse
7167
7362
  */
7168
7363
  deleteCACertificateWithOptions(request: DeleteCACertificateRequest, runtime: $Util.RuntimeOptions): Promise<DeleteCACertificateResponse>;
7169
7364
  /**
7170
- * You cannot delete a CA certificate that is in use.
7171
- *
7172
- * @param request DeleteCACertificateRequest
7173
- * @return DeleteCACertificateResponse
7365
+ * @summary Deletes a certificate authority (CA) certificate.
7366
+ *
7367
+ * @description You cannot delete a CA certificate that is in use.
7368
+ *
7369
+ * @param request DeleteCACertificateRequest
7370
+ * @return DeleteCACertificateResponse
7174
7371
  */
7175
7372
  deleteCACertificate(request: DeleteCACertificateRequest): Promise<DeleteCACertificateResponse>;
7373
+ /**
7374
+ * @summary Deletes an additional domain name.
7375
+ *
7376
+ * @param request DeleteDomainExtensionRequest
7377
+ * @param runtime runtime options for this request RuntimeOptions
7378
+ * @return DeleteDomainExtensionResponse
7379
+ */
7176
7380
  deleteDomainExtensionWithOptions(request: DeleteDomainExtensionRequest, runtime: $Util.RuntimeOptions): Promise<DeleteDomainExtensionResponse>;
7381
+ /**
7382
+ * @summary Deletes an additional domain name.
7383
+ *
7384
+ * @param request DeleteDomainExtensionRequest
7385
+ * @return DeleteDomainExtensionResponse
7386
+ */
7177
7387
  deleteDomainExtension(request: DeleteDomainExtensionRequest): Promise<DeleteDomainExtensionResponse>;
7178
7388
  /**
7179
- * > The listeners and tags of the SLB instance are deleted along with the SLB instance.
7180
- *
7181
- * @param request DeleteLoadBalancerRequest
7182
- * @param runtime runtime options for this request RuntimeOptions
7183
- * @return DeleteLoadBalancerResponse
7389
+ * @summary Deletes a pay-as-you-go Server Load Balancer (SLB) instance.
7390
+ *
7391
+ * @description > The listeners and tags of the SLB instance are deleted along with the SLB instance.
7392
+ *
7393
+ * @param request DeleteLoadBalancerRequest
7394
+ * @param runtime runtime options for this request RuntimeOptions
7395
+ * @return DeleteLoadBalancerResponse
7184
7396
  */
7185
7397
  deleteLoadBalancerWithOptions(request: DeleteLoadBalancerRequest, runtime: $Util.RuntimeOptions): Promise<DeleteLoadBalancerResponse>;
7186
7398
  /**
7187
- * > The listeners and tags of the SLB instance are deleted along with the SLB instance.
7188
- *
7189
- * @param request DeleteLoadBalancerRequest
7190
- * @return DeleteLoadBalancerResponse
7399
+ * @summary Deletes a pay-as-you-go Server Load Balancer (SLB) instance.
7400
+ *
7401
+ * @description > The listeners and tags of the SLB instance are deleted along with the SLB instance.
7402
+ *
7403
+ * @param request DeleteLoadBalancerRequest
7404
+ * @return DeleteLoadBalancerResponse
7191
7405
  */
7192
7406
  deleteLoadBalancer(request: DeleteLoadBalancerRequest): Promise<DeleteLoadBalancerResponse>;
7193
7407
  /**
7194
- * > You can delete only listeners that are in the **stopped** or **running** state.
7195
- *
7196
- * @param request DeleteLoadBalancerListenerRequest
7197
- * @param runtime runtime options for this request RuntimeOptions
7198
- * @return DeleteLoadBalancerListenerResponse
7408
+ * @summary Deletes a listener.
7409
+ *
7410
+ * @description > You can delete only listeners that are in the **stopped** or **running** state.
7411
+ *
7412
+ * @param request DeleteLoadBalancerListenerRequest
7413
+ * @param runtime runtime options for this request RuntimeOptions
7414
+ * @return DeleteLoadBalancerListenerResponse
7199
7415
  */
7200
7416
  deleteLoadBalancerListenerWithOptions(request: DeleteLoadBalancerListenerRequest, runtime: $Util.RuntimeOptions): Promise<DeleteLoadBalancerListenerResponse>;
7201
7417
  /**
7202
- * > You can delete only listeners that are in the **stopped** or **running** state.
7203
- *
7204
- * @param request DeleteLoadBalancerListenerRequest
7205
- * @return DeleteLoadBalancerListenerResponse
7418
+ * @summary Deletes a listener.
7419
+ *
7420
+ * @description > You can delete only listeners that are in the **stopped** or **running** state.
7421
+ *
7422
+ * @param request DeleteLoadBalancerListenerRequest
7423
+ * @return DeleteLoadBalancerListenerResponse
7206
7424
  */
7207
7425
  deleteLoadBalancerListener(request: DeleteLoadBalancerListenerRequest): Promise<DeleteLoadBalancerListenerResponse>;
7426
+ /**
7427
+ * @summary Deletes an active/standby server group.
7428
+ *
7429
+ * @param request DeleteMasterSlaveServerGroupRequest
7430
+ * @param runtime runtime options for this request RuntimeOptions
7431
+ * @return DeleteMasterSlaveServerGroupResponse
7432
+ */
7208
7433
  deleteMasterSlaveServerGroupWithOptions(request: DeleteMasterSlaveServerGroupRequest, runtime: $Util.RuntimeOptions): Promise<DeleteMasterSlaveServerGroupResponse>;
7434
+ /**
7435
+ * @summary Deletes an active/standby server group.
7436
+ *
7437
+ * @param request DeleteMasterSlaveServerGroupRequest
7438
+ * @return DeleteMasterSlaveServerGroupResponse
7439
+ */
7209
7440
  deleteMasterSlaveServerGroup(request: DeleteMasterSlaveServerGroupRequest): Promise<DeleteMasterSlaveServerGroupResponse>;
7210
7441
  /**
7211
- * ## Limits
7212
- * The RuleIds parameter is required. You can specify up to 10 forwarding rules in each request.
7213
- *
7214
- * @param request DeleteRulesRequest
7215
- * @param runtime runtime options for this request RuntimeOptions
7216
- * @return DeleteRulesResponse
7442
+ * @summary Deletes forwarding rules.
7443
+ *
7444
+ * @description ## Limits
7445
+ * The RuleIds parameter is required. You can specify up to 10 forwarding rules in each request.
7446
+ *
7447
+ * @param request DeleteRulesRequest
7448
+ * @param runtime runtime options for this request RuntimeOptions
7449
+ * @return DeleteRulesResponse
7217
7450
  */
7218
7451
  deleteRulesWithOptions(request: DeleteRulesRequest, runtime: $Util.RuntimeOptions): Promise<DeleteRulesResponse>;
7219
7452
  /**
7220
- * ## Limits
7221
- * The RuleIds parameter is required. You can specify up to 10 forwarding rules in each request.
7222
- *
7223
- * @param request DeleteRulesRequest
7224
- * @return DeleteRulesResponse
7453
+ * @summary Deletes forwarding rules.
7454
+ *
7455
+ * @description ## Limits
7456
+ * The RuleIds parameter is required. You can specify up to 10 forwarding rules in each request.
7457
+ *
7458
+ * @param request DeleteRulesRequest
7459
+ * @return DeleteRulesResponse
7225
7460
  */
7226
7461
  deleteRules(request: DeleteRulesRequest): Promise<DeleteRulesResponse>;
7227
7462
  /**
7228
- * > You cannot delete server certificates that are in use.
7229
- *
7230
- * @param request DeleteServerCertificateRequest
7231
- * @param runtime runtime options for this request RuntimeOptions
7232
- * @return DeleteServerCertificateResponse
7463
+ * @summary Deletes a server certificate.
7464
+ *
7465
+ * @description > You cannot delete server certificates that are in use.
7466
+ *
7467
+ * @param request DeleteServerCertificateRequest
7468
+ * @param runtime runtime options for this request RuntimeOptions
7469
+ * @return DeleteServerCertificateResponse
7233
7470
  */
7234
7471
  deleteServerCertificateWithOptions(request: DeleteServerCertificateRequest, runtime: $Util.RuntimeOptions): Promise<DeleteServerCertificateResponse>;
7235
7472
  /**
7236
- * > You cannot delete server certificates that are in use.
7237
- *
7238
- * @param request DeleteServerCertificateRequest
7239
- * @return DeleteServerCertificateResponse
7473
+ * @summary Deletes a server certificate.
7474
+ *
7475
+ * @description > You cannot delete server certificates that are in use.
7476
+ *
7477
+ * @param request DeleteServerCertificateRequest
7478
+ * @return DeleteServerCertificateResponse
7240
7479
  */
7241
7480
  deleteServerCertificate(request: DeleteServerCertificateRequest): Promise<DeleteServerCertificateResponse>;
7242
7481
  /**
7243
- * ## Debugging
7244
- * [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)
7245
- *
7246
- * @param request DeleteTLSCipherPolicyRequest
7247
- * @param runtime runtime options for this request RuntimeOptions
7248
- * @return DeleteTLSCipherPolicyResponse
7482
+ * @summary Deletes a TLS policy.
7483
+ *
7484
+ * @description ## Debugging
7485
+ * [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)
7486
+ *
7487
+ * @param request DeleteTLSCipherPolicyRequest
7488
+ * @param runtime runtime options for this request RuntimeOptions
7489
+ * @return DeleteTLSCipherPolicyResponse
7249
7490
  */
7250
7491
  deleteTLSCipherPolicyWithOptions(request: DeleteTLSCipherPolicyRequest, runtime: $Util.RuntimeOptions): Promise<DeleteTLSCipherPolicyResponse>;
7251
7492
  /**
7252
- * ## Debugging
7253
- * [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)
7254
- *
7255
- * @param request DeleteTLSCipherPolicyRequest
7256
- * @return DeleteTLSCipherPolicyResponse
7493
+ * @summary Deletes a TLS policy.
7494
+ *
7495
+ * @description ## Debugging
7496
+ * [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)
7497
+ *
7498
+ * @param request DeleteTLSCipherPolicyRequest
7499
+ * @return DeleteTLSCipherPolicyResponse
7257
7500
  */
7258
7501
  deleteTLSCipherPolicy(request: DeleteTLSCipherPolicyRequest): Promise<DeleteTLSCipherPolicyResponse>;
7502
+ /**
7503
+ * @summary Deletes a VServer group.
7504
+ *
7505
+ * @param request DeleteVServerGroupRequest
7506
+ * @param runtime runtime options for this request RuntimeOptions
7507
+ * @return DeleteVServerGroupResponse
7508
+ */
7259
7509
  deleteVServerGroupWithOptions(request: DeleteVServerGroupRequest, runtime: $Util.RuntimeOptions): Promise<DeleteVServerGroupResponse>;
7510
+ /**
7511
+ * @summary Deletes a VServer group.
7512
+ *
7513
+ * @param request DeleteVServerGroupRequest
7514
+ * @return DeleteVServerGroupResponse
7515
+ */
7260
7516
  deleteVServerGroup(request: DeleteVServerGroupRequest): Promise<DeleteVServerGroupResponse>;
7517
+ /**
7518
+ * @summary Queries the configuration of an access control list (ACL).
7519
+ *
7520
+ * @param request DescribeAccessControlListAttributeRequest
7521
+ * @param runtime runtime options for this request RuntimeOptions
7522
+ * @return DescribeAccessControlListAttributeResponse
7523
+ */
7261
7524
  describeAccessControlListAttributeWithOptions(request: DescribeAccessControlListAttributeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAccessControlListAttributeResponse>;
7525
+ /**
7526
+ * @summary Queries the configuration of an access control list (ACL).
7527
+ *
7528
+ * @param request DescribeAccessControlListAttributeRequest
7529
+ * @return DescribeAccessControlListAttributeResponse
7530
+ */
7262
7531
  describeAccessControlListAttribute(request: DescribeAccessControlListAttributeRequest): Promise<DescribeAccessControlListAttributeResponse>;
7532
+ /**
7533
+ * @summary Queries access control lists (ACLs).
7534
+ *
7535
+ * @param request DescribeAccessControlListsRequest
7536
+ * @param runtime runtime options for this request RuntimeOptions
7537
+ * @return DescribeAccessControlListsResponse
7538
+ */
7263
7539
  describeAccessControlListsWithOptions(request: DescribeAccessControlListsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAccessControlListsResponse>;
7540
+ /**
7541
+ * @summary Queries access control lists (ACLs).
7542
+ *
7543
+ * @param request DescribeAccessControlListsRequest
7544
+ * @return DescribeAccessControlListsResponse
7545
+ */
7264
7546
  describeAccessControlLists(request: DescribeAccessControlListsRequest): Promise<DescribeAccessControlListsResponse>;
7547
+ /**
7548
+ * @summary Queries the access log of a Classic Load Balancer (CLB) instance.
7549
+ *
7550
+ * @param request DescribeAccessLogsDownloadAttributeRequest
7551
+ * @param runtime runtime options for this request RuntimeOptions
7552
+ * @return DescribeAccessLogsDownloadAttributeResponse
7553
+ */
7265
7554
  describeAccessLogsDownloadAttributeWithOptions(request: DescribeAccessLogsDownloadAttributeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAccessLogsDownloadAttributeResponse>;
7555
+ /**
7556
+ * @summary Queries the access log of a Classic Load Balancer (CLB) instance.
7557
+ *
7558
+ * @param request DescribeAccessLogsDownloadAttributeRequest
7559
+ * @return DescribeAccessLogsDownloadAttributeResponse
7560
+ */
7266
7561
  describeAccessLogsDownloadAttribute(request: DescribeAccessLogsDownloadAttributeRequest): Promise<DescribeAccessLogsDownloadAttributeResponse>;
7267
7562
  /**
7268
- * > Only the available resources and zones are returned.
7269
- *
7270
- * @param request DescribeAvailableResourceRequest
7271
- * @param runtime runtime options for this request RuntimeOptions
7272
- * @return DescribeAvailableResourceResponse
7563
+ * @summary Queries the available resources and resources that are available for purchase in the zones of a region.
7564
+ *
7565
+ * @description > Only the available resources and zones are returned.
7566
+ *
7567
+ * @param request DescribeAvailableResourceRequest
7568
+ * @param runtime runtime options for this request RuntimeOptions
7569
+ * @return DescribeAvailableResourceResponse
7273
7570
  */
7274
7571
  describeAvailableResourceWithOptions(request: DescribeAvailableResourceRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAvailableResourceResponse>;
7275
7572
  /**
7276
- * > Only the available resources and zones are returned.
7277
- *
7278
- * @param request DescribeAvailableResourceRequest
7279
- * @return DescribeAvailableResourceResponse
7573
+ * @summary Queries the available resources and resources that are available for purchase in the zones of a region.
7574
+ *
7575
+ * @description > Only the available resources and zones are returned.
7576
+ *
7577
+ * @param request DescribeAvailableResourceRequest
7578
+ * @return DescribeAvailableResourceResponse
7280
7579
  */
7281
7580
  describeAvailableResource(request: DescribeAvailableResourceRequest): Promise<DescribeAvailableResourceResponse>;
7282
7581
  /**
7283
- * > To ensure data confidentiality, only the certificate fingerprint and name are returned. The certificate content is not returned.
7284
- *
7285
- * @param request DescribeCACertificatesRequest
7286
- * @param runtime runtime options for this request RuntimeOptions
7287
- * @return DescribeCACertificatesResponse
7582
+ * @summary Queries certificate authority (CA) certificates.
7583
+ *
7584
+ * @description > To ensure data confidentiality, only the certificate fingerprint and name are returned. The certificate content is not returned.
7585
+ *
7586
+ * @param request DescribeCACertificatesRequest
7587
+ * @param runtime runtime options for this request RuntimeOptions
7588
+ * @return DescribeCACertificatesResponse
7288
7589
  */
7289
7590
  describeCACertificatesWithOptions(request: DescribeCACertificatesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeCACertificatesResponse>;
7290
7591
  /**
7291
- * > To ensure data confidentiality, only the certificate fingerprint and name are returned. The certificate content is not returned.
7292
- *
7293
- * @param request DescribeCACertificatesRequest
7294
- * @return DescribeCACertificatesResponse
7592
+ * @summary Queries certificate authority (CA) certificates.
7593
+ *
7594
+ * @description > To ensure data confidentiality, only the certificate fingerprint and name are returned. The certificate content is not returned.
7595
+ *
7596
+ * @param request DescribeCACertificatesRequest
7597
+ * @return DescribeCACertificatesResponse
7295
7598
  */
7296
7599
  describeCACertificates(request: DescribeCACertificatesRequest): Promise<DescribeCACertificatesResponse>;
7600
+ /**
7601
+ * @summary Queries the attributes of an additional certificate.
7602
+ *
7603
+ * @param request DescribeDomainExtensionAttributeRequest
7604
+ * @param runtime runtime options for this request RuntimeOptions
7605
+ * @return DescribeDomainExtensionAttributeResponse
7606
+ */
7297
7607
  describeDomainExtensionAttributeWithOptions(request: DescribeDomainExtensionAttributeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDomainExtensionAttributeResponse>;
7608
+ /**
7609
+ * @summary Queries the attributes of an additional certificate.
7610
+ *
7611
+ * @param request DescribeDomainExtensionAttributeRequest
7612
+ * @return DescribeDomainExtensionAttributeResponse
7613
+ */
7298
7614
  describeDomainExtensionAttribute(request: DescribeDomainExtensionAttributeRequest): Promise<DescribeDomainExtensionAttributeResponse>;
7615
+ /**
7616
+ * @summary Queries additional certificates.
7617
+ *
7618
+ * @param request DescribeDomainExtensionsRequest
7619
+ * @param runtime runtime options for this request RuntimeOptions
7620
+ * @return DescribeDomainExtensionsResponse
7621
+ */
7299
7622
  describeDomainExtensionsWithOptions(request: DescribeDomainExtensionsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDomainExtensionsResponse>;
7623
+ /**
7624
+ * @summary Queries additional certificates.
7625
+ *
7626
+ * @param request DescribeDomainExtensionsRequest
7627
+ * @return DescribeDomainExtensionsResponse
7628
+ */
7300
7629
  describeDomainExtensions(request: DescribeDomainExtensionsRequest): Promise<DescribeDomainExtensionsResponse>;
7630
+ /**
7631
+ * @summary Queries the health status of backend servers.
7632
+ *
7633
+ * @param request DescribeHealthStatusRequest
7634
+ * @param runtime runtime options for this request RuntimeOptions
7635
+ * @return DescribeHealthStatusResponse
7636
+ */
7301
7637
  describeHealthStatusWithOptions(request: DescribeHealthStatusRequest, runtime: $Util.RuntimeOptions): Promise<DescribeHealthStatusResponse>;
7638
+ /**
7639
+ * @summary Queries the health status of backend servers.
7640
+ *
7641
+ * @param request DescribeHealthStatusRequest
7642
+ * @return DescribeHealthStatusResponse
7643
+ */
7302
7644
  describeHealthStatus(request: DescribeHealthStatusRequest): Promise<DescribeHealthStatusResponse>;
7645
+ /**
7646
+ * @summary Queries the configurations of fine-grained monitoring in a region.
7647
+ *
7648
+ * @param request DescribeHighDefinationMonitorRequest
7649
+ * @param runtime runtime options for this request RuntimeOptions
7650
+ * @return DescribeHighDefinationMonitorResponse
7651
+ */
7303
7652
  describeHighDefinationMonitorWithOptions(request: DescribeHighDefinationMonitorRequest, runtime: $Util.RuntimeOptions): Promise<DescribeHighDefinationMonitorResponse>;
7653
+ /**
7654
+ * @summary Queries the configurations of fine-grained monitoring in a region.
7655
+ *
7656
+ * @param request DescribeHighDefinationMonitorRequest
7657
+ * @return DescribeHighDefinationMonitorResponse
7658
+ */
7304
7659
  describeHighDefinationMonitor(request: DescribeHighDefinationMonitorRequest): Promise<DescribeHighDefinationMonitorResponse>;
7660
+ /**
7661
+ * @summary Queries the whitelist configurations of a listener.
7662
+ *
7663
+ * @param request DescribeListenerAccessControlAttributeRequest
7664
+ * @param runtime runtime options for this request RuntimeOptions
7665
+ * @return DescribeListenerAccessControlAttributeResponse
7666
+ */
7305
7667
  describeListenerAccessControlAttributeWithOptions(request: DescribeListenerAccessControlAttributeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeListenerAccessControlAttributeResponse>;
7668
+ /**
7669
+ * @summary Queries the whitelist configurations of a listener.
7670
+ *
7671
+ * @param request DescribeListenerAccessControlAttributeRequest
7672
+ * @return DescribeListenerAccessControlAttributeResponse
7673
+ */
7306
7674
  describeListenerAccessControlAttribute(request: DescribeListenerAccessControlAttributeRequest): Promise<DescribeListenerAccessControlAttributeResponse>;
7307
7675
  /**
7308
- * > If backend servers are deployed in a vServer group, you can call the [DescribeVServerGroupAttribute](~~35224~~) operation to query the backend servers.
7309
- *
7310
- * @param request DescribeLoadBalancerAttributeRequest
7311
- * @param runtime runtime options for this request RuntimeOptions
7312
- * @return DescribeLoadBalancerAttributeResponse
7676
+ * @summary Queries the detail of a Classic Load Balancer (CLB) instance.
7677
+ *
7678
+ * @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.
7679
+ *
7680
+ * @param request DescribeLoadBalancerAttributeRequest
7681
+ * @param runtime runtime options for this request RuntimeOptions
7682
+ * @return DescribeLoadBalancerAttributeResponse
7313
7683
  */
7314
7684
  describeLoadBalancerAttributeWithOptions(request: DescribeLoadBalancerAttributeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeLoadBalancerAttributeResponse>;
7315
7685
  /**
7316
- * > If backend servers are deployed in a vServer group, you can call the [DescribeVServerGroupAttribute](~~35224~~) operation to query the backend servers.
7317
- *
7318
- * @param request DescribeLoadBalancerAttributeRequest
7319
- * @return DescribeLoadBalancerAttributeResponse
7686
+ * @summary Queries the detail of a Classic Load Balancer (CLB) instance.
7687
+ *
7688
+ * @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.
7689
+ *
7690
+ * @param request DescribeLoadBalancerAttributeRequest
7691
+ * @return DescribeLoadBalancerAttributeResponse
7320
7692
  */
7321
7693
  describeLoadBalancerAttribute(request: DescribeLoadBalancerAttributeRequest): Promise<DescribeLoadBalancerAttributeResponse>;
7322
7694
  /**
7323
- * * A Classic Load Balancer (CLB) instance is created. For more information, see [CreateLoadBalancer](~~27577~~).
7324
- * * An HTTP listener is created. For more information about how to create an HTTP listener, see [CreateLoadBalancerHTTPListener](~~27592~~).
7325
- *
7326
- * @param request DescribeLoadBalancerHTTPListenerAttributeRequest
7327
- * @param runtime runtime options for this request RuntimeOptions
7328
- * @return DescribeLoadBalancerHTTPListenerAttributeResponse
7695
+ * @summary Queries the configurations of an HTTP listener.
7696
+ *
7697
+ * @description * A Classic Load Balancer (CLB) instance is created. For more information, see [CreateLoadBalancer](https://help.aliyun.com/document_detail/27577.html).
7698
+ * * 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).
7699
+ *
7700
+ * @param request DescribeLoadBalancerHTTPListenerAttributeRequest
7701
+ * @param runtime runtime options for this request RuntimeOptions
7702
+ * @return DescribeLoadBalancerHTTPListenerAttributeResponse
7329
7703
  */
7330
7704
  describeLoadBalancerHTTPListenerAttributeWithOptions(request: DescribeLoadBalancerHTTPListenerAttributeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeLoadBalancerHTTPListenerAttributeResponse>;
7331
7705
  /**
7332
- * * A Classic Load Balancer (CLB) instance is created. For more information, see [CreateLoadBalancer](~~27577~~).
7333
- * * An HTTP listener is created. For more information about how to create an HTTP listener, see [CreateLoadBalancerHTTPListener](~~27592~~).
7334
- *
7335
- * @param request DescribeLoadBalancerHTTPListenerAttributeRequest
7336
- * @return DescribeLoadBalancerHTTPListenerAttributeResponse
7706
+ * @summary Queries the configurations of an HTTP listener.
7707
+ *
7708
+ * @description * A Classic Load Balancer (CLB) instance is created. For more information, see [CreateLoadBalancer](https://help.aliyun.com/document_detail/27577.html).
7709
+ * * 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).
7710
+ *
7711
+ * @param request DescribeLoadBalancerHTTPListenerAttributeRequest
7712
+ * @return DescribeLoadBalancerHTTPListenerAttributeResponse
7337
7713
  */
7338
7714
  describeLoadBalancerHTTPListenerAttribute(request: DescribeLoadBalancerHTTPListenerAttributeRequest): Promise<DescribeLoadBalancerHTTPListenerAttributeResponse>;
7339
7715
  /**
7340
- * * A Classic Load Balancer (CLB) instance is created. For more information, see [CreateLoadBalancer](~~27577~~).
7341
- * * An HTTPS listener is created. For more information about how to create an HTTPS listener, see [CreateLoadBalancerHTTPSListener](~~27593~~).
7342
- *
7343
- * @param request DescribeLoadBalancerHTTPSListenerAttributeRequest
7344
- * @param runtime runtime options for this request RuntimeOptions
7345
- * @return DescribeLoadBalancerHTTPSListenerAttributeResponse
7716
+ * @summary Queries the configurations of an HTTPS listener.
7717
+ *
7718
+ * @description * A Classic Load Balancer (CLB) instance is created. For more information, see [CreateLoadBalancer](https://help.aliyun.com/document_detail/27577.html).
7719
+ * * 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).
7720
+ *
7721
+ * @param request DescribeLoadBalancerHTTPSListenerAttributeRequest
7722
+ * @param runtime runtime options for this request RuntimeOptions
7723
+ * @return DescribeLoadBalancerHTTPSListenerAttributeResponse
7346
7724
  */
7347
7725
  describeLoadBalancerHTTPSListenerAttributeWithOptions(request: DescribeLoadBalancerHTTPSListenerAttributeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeLoadBalancerHTTPSListenerAttributeResponse>;
7348
7726
  /**
7349
- * * A Classic Load Balancer (CLB) instance is created. For more information, see [CreateLoadBalancer](~~27577~~).
7350
- * * An HTTPS listener is created. For more information about how to create an HTTPS listener, see [CreateLoadBalancerHTTPSListener](~~27593~~).
7351
- *
7352
- * @param request DescribeLoadBalancerHTTPSListenerAttributeRequest
7353
- * @return DescribeLoadBalancerHTTPSListenerAttributeResponse
7727
+ * @summary Queries the configurations of an HTTPS listener.
7728
+ *
7729
+ * @description * A Classic Load Balancer (CLB) instance is created. For more information, see [CreateLoadBalancer](https://help.aliyun.com/document_detail/27577.html).
7730
+ * * 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).
7731
+ *
7732
+ * @param request DescribeLoadBalancerHTTPSListenerAttributeRequest
7733
+ * @return DescribeLoadBalancerHTTPSListenerAttributeResponse
7354
7734
  */
7355
7735
  describeLoadBalancerHTTPSListenerAttribute(request: DescribeLoadBalancerHTTPSListenerAttributeRequest): Promise<DescribeLoadBalancerHTTPSListenerAttributeResponse>;
7356
7736
  /**
7357
- * * A CLB instance is created. For more information, see [CreateLoadBalancer](~~2401685~~).
7358
- * * One or more listeners are added to the CLB instance. For more information, see the following topics:
7359
- * * [CreateLoadBalancerUDPListener](~~CreateLoadBalancerUDPListener~~)
7360
- * * [CreateLoadBalancerTCPListener](~~CreateLoadBalancerTCPListener~~)
7361
- * * [CreateLoadBalancerHTTPListener](~~CreateLoadBalancerHTTPListener~~)
7362
- * * [CreateLoadBalancerHTTPSListener](~~CreateLoadBalancerHTTPSListener~~)
7363
- *
7364
- * @param request DescribeLoadBalancerListenersRequest
7365
- * @param runtime runtime options for this request RuntimeOptions
7366
- * @return DescribeLoadBalancerListenersResponse
7737
+ * @summary Queries the listeners of a Classic Load Balancer (CLB) instance.
7738
+ *
7739
+ * @description * A CLB instance is created. For more information, see [CreateLoadBalancer](https://help.aliyun.com/document_detail/2401685.html).
7740
+ * * One or more listeners are added to the CLB instance. For more information, see the following topics:
7741
+ * * [CreateLoadBalancerUDPListener](~~CreateLoadBalancerUDPListener~~)
7742
+ * * [CreateLoadBalancerTCPListener](~~CreateLoadBalancerTCPListener~~)
7743
+ * * [CreateLoadBalancerHTTPListener](~~CreateLoadBalancerHTTPListener~~)
7744
+ * * [CreateLoadBalancerHTTPSListener](~~CreateLoadBalancerHTTPSListener~~)
7745
+ *
7746
+ * @param request DescribeLoadBalancerListenersRequest
7747
+ * @param runtime runtime options for this request RuntimeOptions
7748
+ * @return DescribeLoadBalancerListenersResponse
7367
7749
  */
7368
7750
  describeLoadBalancerListenersWithOptions(request: DescribeLoadBalancerListenersRequest, runtime: $Util.RuntimeOptions): Promise<DescribeLoadBalancerListenersResponse>;
7369
7751
  /**
7370
- * * A CLB instance is created. For more information, see [CreateLoadBalancer](~~2401685~~).
7371
- * * One or more listeners are added to the CLB instance. For more information, see the following topics:
7372
- * * [CreateLoadBalancerUDPListener](~~CreateLoadBalancerUDPListener~~)
7373
- * * [CreateLoadBalancerTCPListener](~~CreateLoadBalancerTCPListener~~)
7374
- * * [CreateLoadBalancerHTTPListener](~~CreateLoadBalancerHTTPListener~~)
7375
- * * [CreateLoadBalancerHTTPSListener](~~CreateLoadBalancerHTTPSListener~~)
7376
- *
7377
- * @param request DescribeLoadBalancerListenersRequest
7378
- * @return DescribeLoadBalancerListenersResponse
7752
+ * @summary Queries the listeners of a Classic Load Balancer (CLB) instance.
7753
+ *
7754
+ * @description * A CLB instance is created. For more information, see [CreateLoadBalancer](https://help.aliyun.com/document_detail/2401685.html).
7755
+ * * One or more listeners are added to the CLB instance. For more information, see the following topics:
7756
+ * * [CreateLoadBalancerUDPListener](~~CreateLoadBalancerUDPListener~~)
7757
+ * * [CreateLoadBalancerTCPListener](~~CreateLoadBalancerTCPListener~~)
7758
+ * * [CreateLoadBalancerHTTPListener](~~CreateLoadBalancerHTTPListener~~)
7759
+ * * [CreateLoadBalancerHTTPSListener](~~CreateLoadBalancerHTTPSListener~~)
7760
+ *
7761
+ * @param request DescribeLoadBalancerListenersRequest
7762
+ * @return DescribeLoadBalancerListenersResponse
7379
7763
  */
7380
7764
  describeLoadBalancerListeners(request: DescribeLoadBalancerListenersRequest): Promise<DescribeLoadBalancerListenersResponse>;
7765
+ /**
7766
+ * @summary Queries the configurations of a TCP listener of Classic Load Balancer (CLB).
7767
+ *
7768
+ * @param request DescribeLoadBalancerTCPListenerAttributeRequest
7769
+ * @param runtime runtime options for this request RuntimeOptions
7770
+ * @return DescribeLoadBalancerTCPListenerAttributeResponse
7771
+ */
7381
7772
  describeLoadBalancerTCPListenerAttributeWithOptions(request: DescribeLoadBalancerTCPListenerAttributeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeLoadBalancerTCPListenerAttributeResponse>;
7773
+ /**
7774
+ * @summary Queries the configurations of a TCP listener of Classic Load Balancer (CLB).
7775
+ *
7776
+ * @param request DescribeLoadBalancerTCPListenerAttributeRequest
7777
+ * @return DescribeLoadBalancerTCPListenerAttributeResponse
7778
+ */
7382
7779
  describeLoadBalancerTCPListenerAttribute(request: DescribeLoadBalancerTCPListenerAttributeRequest): Promise<DescribeLoadBalancerTCPListenerAttributeResponse>;
7780
+ /**
7781
+ * @summary Queries the configurations of a UDP listener.
7782
+ *
7783
+ * @param request DescribeLoadBalancerUDPListenerAttributeRequest
7784
+ * @param runtime runtime options for this request RuntimeOptions
7785
+ * @return DescribeLoadBalancerUDPListenerAttributeResponse
7786
+ */
7383
7787
  describeLoadBalancerUDPListenerAttributeWithOptions(request: DescribeLoadBalancerUDPListenerAttributeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeLoadBalancerUDPListenerAttributeResponse>;
7788
+ /**
7789
+ * @summary Queries the configurations of a UDP listener.
7790
+ *
7791
+ * @param request DescribeLoadBalancerUDPListenerAttributeRequest
7792
+ * @return DescribeLoadBalancerUDPListenerAttributeResponse
7793
+ */
7384
7794
  describeLoadBalancerUDPListenerAttribute(request: DescribeLoadBalancerUDPListenerAttributeRequest): Promise<DescribeLoadBalancerUDPListenerAttributeResponse>;
7795
+ /**
7796
+ * @summary Queries Classic Load Balancer (CLB) instances.
7797
+ *
7798
+ * @param request DescribeLoadBalancersRequest
7799
+ * @param runtime runtime options for this request RuntimeOptions
7800
+ * @return DescribeLoadBalancersResponse
7801
+ */
7385
7802
  describeLoadBalancersWithOptions(request: DescribeLoadBalancersRequest, runtime: $Util.RuntimeOptions): Promise<DescribeLoadBalancersResponse>;
7803
+ /**
7804
+ * @summary Queries Classic Load Balancer (CLB) instances.
7805
+ *
7806
+ * @param request DescribeLoadBalancersRequest
7807
+ * @return DescribeLoadBalancersResponse
7808
+ */
7386
7809
  describeLoadBalancers(request: DescribeLoadBalancersRequest): Promise<DescribeLoadBalancersResponse>;
7810
+ /**
7811
+ * @summary Queries the detailed information about a primary/secondary server group.
7812
+ *
7813
+ * @param request DescribeMasterSlaveServerGroupAttributeRequest
7814
+ * @param runtime runtime options for this request RuntimeOptions
7815
+ * @return DescribeMasterSlaveServerGroupAttributeResponse
7816
+ */
7387
7817
  describeMasterSlaveServerGroupAttributeWithOptions(request: DescribeMasterSlaveServerGroupAttributeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeMasterSlaveServerGroupAttributeResponse>;
7818
+ /**
7819
+ * @summary Queries the detailed information about a primary/secondary server group.
7820
+ *
7821
+ * @param request DescribeMasterSlaveServerGroupAttributeRequest
7822
+ * @return DescribeMasterSlaveServerGroupAttributeResponse
7823
+ */
7388
7824
  describeMasterSlaveServerGroupAttribute(request: DescribeMasterSlaveServerGroupAttributeRequest): Promise<DescribeMasterSlaveServerGroupAttributeResponse>;
7825
+ /**
7826
+ * @summary Queries primary/secondary server groups.
7827
+ *
7828
+ * @param request DescribeMasterSlaveServerGroupsRequest
7829
+ * @param runtime runtime options for this request RuntimeOptions
7830
+ * @return DescribeMasterSlaveServerGroupsResponse
7831
+ */
7389
7832
  describeMasterSlaveServerGroupsWithOptions(request: DescribeMasterSlaveServerGroupsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeMasterSlaveServerGroupsResponse>;
7833
+ /**
7834
+ * @summary Queries primary/secondary server groups.
7835
+ *
7836
+ * @param request DescribeMasterSlaveServerGroupsRequest
7837
+ * @return DescribeMasterSlaveServerGroupsResponse
7838
+ */
7390
7839
  describeMasterSlaveServerGroups(request: DescribeMasterSlaveServerGroupsRequest): Promise<DescribeMasterSlaveServerGroupsResponse>;
7840
+ /**
7841
+ * @summary Queries regions.
7842
+ *
7843
+ * @param request DescribeRegionsRequest
7844
+ * @param runtime runtime options for this request RuntimeOptions
7845
+ * @return DescribeRegionsResponse
7846
+ */
7391
7847
  describeRegionsWithOptions(request: DescribeRegionsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeRegionsResponse>;
7848
+ /**
7849
+ * @summary Queries regions.
7850
+ *
7851
+ * @param request DescribeRegionsRequest
7852
+ * @return DescribeRegionsResponse
7853
+ */
7392
7854
  describeRegions(request: DescribeRegionsRequest): Promise<DescribeRegionsResponse>;
7855
+ /**
7856
+ * @summary Queries the configurations of a specified forwarding rule.
7857
+ *
7858
+ * @param request DescribeRuleAttributeRequest
7859
+ * @param runtime runtime options for this request RuntimeOptions
7860
+ * @return DescribeRuleAttributeResponse
7861
+ */
7393
7862
  describeRuleAttributeWithOptions(request: DescribeRuleAttributeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeRuleAttributeResponse>;
7863
+ /**
7864
+ * @summary Queries the configurations of a specified forwarding rule.
7865
+ *
7866
+ * @param request DescribeRuleAttributeRequest
7867
+ * @return DescribeRuleAttributeResponse
7868
+ */
7394
7869
  describeRuleAttribute(request: DescribeRuleAttributeRequest): Promise<DescribeRuleAttributeResponse>;
7870
+ /**
7871
+ * @summary Queries the forwarding rules that are configured for a specified listener.
7872
+ *
7873
+ * @param request DescribeRulesRequest
7874
+ * @param runtime runtime options for this request RuntimeOptions
7875
+ * @return DescribeRulesResponse
7876
+ */
7395
7877
  describeRulesWithOptions(request: DescribeRulesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeRulesResponse>;
7878
+ /**
7879
+ * @summary Queries the forwarding rules that are configured for a specified listener.
7880
+ *
7881
+ * @param request DescribeRulesRequest
7882
+ * @return DescribeRulesResponse
7883
+ */
7396
7884
  describeRules(request: DescribeRulesRequest): Promise<DescribeRulesResponse>;
7397
7885
  /**
7398
- * > 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.
7399
- *
7400
- * @param request DescribeServerCertificatesRequest
7401
- * @param runtime runtime options for this request RuntimeOptions
7402
- * @return DescribeServerCertificatesResponse
7886
+ * @summary Queries server certificates of Classic Load Balancer (CLB) instances in a specified region.
7887
+ *
7888
+ * @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.
7889
+ *
7890
+ * @param request DescribeServerCertificatesRequest
7891
+ * @param runtime runtime options for this request RuntimeOptions
7892
+ * @return DescribeServerCertificatesResponse
7403
7893
  */
7404
7894
  describeServerCertificatesWithOptions(request: DescribeServerCertificatesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeServerCertificatesResponse>;
7405
7895
  /**
7406
- * > 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.
7407
- *
7408
- * @param request DescribeServerCertificatesRequest
7409
- * @return DescribeServerCertificatesResponse
7896
+ * @summary Queries server certificates of Classic Load Balancer (CLB) instances in a specified region.
7897
+ *
7898
+ * @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.
7899
+ *
7900
+ * @param request DescribeServerCertificatesRequest
7901
+ * @return DescribeServerCertificatesResponse
7410
7902
  */
7411
7903
  describeServerCertificates(request: DescribeServerCertificatesRequest): Promise<DescribeServerCertificatesResponse>;
7412
7904
  /**
7413
- * When you call this operation, take note of the following items:
7414
- * * 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.
7415
- * * The logical relationship among the specified conditions is AND. Only tags that match all the specified conditions are returned.
7416
- * * If the Tagkey parameter is set and the Tagvalue parameter is not set, all tags that contain the specified tag key are returned.
7417
- * * If you set the Tagvalue parameter in a request, you must also set the Tagkey parameter in the request.
7418
- * * If you set both the Tagkey and Tagvalue parameters, only tags that contain the specified keys and values are returned.
7419
- *
7420
- * @param request DescribeTagsRequest
7421
- * @param runtime runtime options for this request RuntimeOptions
7422
- * @return DescribeTagsResponse
7905
+ * @summary Queries tags.
7906
+ *
7907
+ * @description When you call this operation, take note of the following items:
7908
+ * * 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.
7909
+ * * The logical relationship among the specified conditions is AND. Only tags that match all the specified conditions are returned.
7910
+ * * If the Tagkey parameter is set and the Tagvalue parameter is not set, all tags that contain the specified tag key are returned.
7911
+ * * If you set the Tagvalue parameter in a request, you must also set the Tagkey parameter in the request.
7912
+ * * If you set both the Tagkey and Tagvalue parameters, only tags that contain the specified keys and values are returned.
7913
+ *
7914
+ * @param request DescribeTagsRequest
7915
+ * @param runtime runtime options for this request RuntimeOptions
7916
+ * @return DescribeTagsResponse
7423
7917
  */
7424
7918
  describeTagsWithOptions(request: DescribeTagsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeTagsResponse>;
7425
7919
  /**
7426
- * When you call this operation, take note of the following items:
7427
- * * 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.
7428
- * * The logical relationship among the specified conditions is AND. Only tags that match all the specified conditions are returned.
7429
- * * If the Tagkey parameter is set and the Tagvalue parameter is not set, all tags that contain the specified tag key are returned.
7430
- * * If you set the Tagvalue parameter in a request, you must also set the Tagkey parameter in the request.
7431
- * * If you set both the Tagkey and Tagvalue parameters, only tags that contain the specified keys and values are returned.
7432
- *
7433
- * @param request DescribeTagsRequest
7434
- * @return DescribeTagsResponse
7920
+ * @summary Queries tags.
7921
+ *
7922
+ * @description When you call this operation, take note of the following items:
7923
+ * * 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.
7924
+ * * The logical relationship among the specified conditions is AND. Only tags that match all the specified conditions are returned.
7925
+ * * If the Tagkey parameter is set and the Tagvalue parameter is not set, all tags that contain the specified tag key are returned.
7926
+ * * If you set the Tagvalue parameter in a request, you must also set the Tagkey parameter in the request.
7927
+ * * If you set both the Tagkey and Tagvalue parameters, only tags that contain the specified keys and values are returned.
7928
+ *
7929
+ * @param request DescribeTagsRequest
7930
+ * @return DescribeTagsResponse
7435
7931
  */
7436
7932
  describeTags(request: DescribeTagsRequest): Promise<DescribeTagsResponse>;
7933
+ /**
7934
+ * @summary Queries detailed information about a vServer group.
7935
+ *
7936
+ * @param request DescribeVServerGroupAttributeRequest
7937
+ * @param runtime runtime options for this request RuntimeOptions
7938
+ * @return DescribeVServerGroupAttributeResponse
7939
+ */
7437
7940
  describeVServerGroupAttributeWithOptions(request: DescribeVServerGroupAttributeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeVServerGroupAttributeResponse>;
7941
+ /**
7942
+ * @summary Queries detailed information about a vServer group.
7943
+ *
7944
+ * @param request DescribeVServerGroupAttributeRequest
7945
+ * @return DescribeVServerGroupAttributeResponse
7946
+ */
7438
7947
  describeVServerGroupAttribute(request: DescribeVServerGroupAttributeRequest): Promise<DescribeVServerGroupAttributeResponse>;
7948
+ /**
7949
+ * @summary Queries server groups.
7950
+ *
7951
+ * @param request DescribeVServerGroupsRequest
7952
+ * @param runtime runtime options for this request RuntimeOptions
7953
+ * @return DescribeVServerGroupsResponse
7954
+ */
7439
7955
  describeVServerGroupsWithOptions(request: DescribeVServerGroupsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeVServerGroupsResponse>;
7956
+ /**
7957
+ * @summary Queries server groups.
7958
+ *
7959
+ * @param request DescribeVServerGroupsRequest
7960
+ * @return DescribeVServerGroupsResponse
7961
+ */
7440
7962
  describeVServerGroups(request: DescribeVServerGroupsRequest): Promise<DescribeVServerGroupsResponse>;
7963
+ /**
7964
+ * @summary Queries the zones in a region.
7965
+ *
7966
+ * @param request DescribeZonesRequest
7967
+ * @param runtime runtime options for this request RuntimeOptions
7968
+ * @return DescribeZonesResponse
7969
+ */
7441
7970
  describeZonesWithOptions(request: DescribeZonesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeZonesResponse>;
7971
+ /**
7972
+ * @summary Queries the zones in a region.
7973
+ *
7974
+ * @param request DescribeZonesRequest
7975
+ * @return DescribeZonesResponse
7976
+ */
7442
7977
  describeZones(request: DescribeZonesRequest): Promise<DescribeZonesResponse>;
7978
+ /**
7979
+ * @summary Enables fine-grained monitoring for the current region.
7980
+ *
7981
+ * @param request EnableHighDefinationMonitorRequest
7982
+ * @param runtime runtime options for this request RuntimeOptions
7983
+ * @return EnableHighDefinationMonitorResponse
7984
+ */
7443
7985
  enableHighDefinationMonitorWithOptions(request: EnableHighDefinationMonitorRequest, runtime: $Util.RuntimeOptions): Promise<EnableHighDefinationMonitorResponse>;
7986
+ /**
7987
+ * @summary Enables fine-grained monitoring for the current region.
7988
+ *
7989
+ * @param request EnableHighDefinationMonitorRequest
7990
+ * @return EnableHighDefinationMonitorResponse
7991
+ */
7444
7992
  enableHighDefinationMonitor(request: EnableHighDefinationMonitorRequest): Promise<EnableHighDefinationMonitorResponse>;
7993
+ /**
7994
+ * @summary Queries Transport Layer Security (TLS) policies.
7995
+ *
7996
+ * @param request ListTLSCipherPoliciesRequest
7997
+ * @param runtime runtime options for this request RuntimeOptions
7998
+ * @return ListTLSCipherPoliciesResponse
7999
+ */
7445
8000
  listTLSCipherPoliciesWithOptions(request: ListTLSCipherPoliciesRequest, runtime: $Util.RuntimeOptions): Promise<ListTLSCipherPoliciesResponse>;
8001
+ /**
8002
+ * @summary Queries Transport Layer Security (TLS) policies.
8003
+ *
8004
+ * @param request ListTLSCipherPoliciesRequest
8005
+ * @return ListTLSCipherPoliciesResponse
8006
+ */
7446
8007
  listTLSCipherPolicies(request: ListTLSCipherPoliciesRequest): Promise<ListTLSCipherPoliciesResponse>;
7447
8008
  /**
7448
- * * 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.
7449
- * * **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.
7450
- * * If you set **Tag.N** and **ResourceId.N** to filter tags, **ResourceId.N** must match all specified key-value pairs.
7451
- * * If you specify multiple key-value pairs, resources that contain these key-value pairs are returned.
7452
- *
7453
- * @param request ListTagResourcesRequest
7454
- * @param runtime runtime options for this request RuntimeOptions
7455
- * @return ListTagResourcesResponse
8009
+ * @summary Queries tags that are added to one or more instances.
8010
+ *
8011
+ * @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.
8012
+ * * **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.
8013
+ * * If you set **Tag.N** and **ResourceId.N** to filter tags, **ResourceId.N** must match all specified key-value pairs.
8014
+ * * If you specify multiple key-value pairs, resources that contain these key-value pairs are returned.
8015
+ *
8016
+ * @param request ListTagResourcesRequest
8017
+ * @param runtime runtime options for this request RuntimeOptions
8018
+ * @return ListTagResourcesResponse
7456
8019
  */
7457
8020
  listTagResourcesWithOptions(request: ListTagResourcesRequest, runtime: $Util.RuntimeOptions): Promise<ListTagResourcesResponse>;
7458
8021
  /**
7459
- * * 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.
7460
- * * **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.
7461
- * * If you set **Tag.N** and **ResourceId.N** to filter tags, **ResourceId.N** must match all specified key-value pairs.
7462
- * * If you specify multiple key-value pairs, resources that contain these key-value pairs are returned.
7463
- *
7464
- * @param request ListTagResourcesRequest
7465
- * @return ListTagResourcesResponse
8022
+ * @summary Queries tags that are added to one or more instances.
8023
+ *
8024
+ * @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.
8025
+ * * **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.
8026
+ * * If you set **Tag.N** and **ResourceId.N** to filter tags, **ResourceId.N** must match all specified key-value pairs.
8027
+ * * If you specify multiple key-value pairs, resources that contain these key-value pairs are returned.
8028
+ *
8029
+ * @param request ListTagResourcesRequest
8030
+ * @return ListTagResourcesResponse
7466
8031
  */
7467
8032
  listTagResources(request: ListTagResourcesRequest): Promise<ListTagResourcesResponse>;
8033
+ /**
8034
+ * @summary Modifies the configuration of fine-grained monitoring in a specified region.
8035
+ *
8036
+ * @param request ModifyHighDefinationMonitorRequest
8037
+ * @param runtime runtime options for this request RuntimeOptions
8038
+ * @return ModifyHighDefinationMonitorResponse
8039
+ */
7468
8040
  modifyHighDefinationMonitorWithOptions(request: ModifyHighDefinationMonitorRequest, runtime: $Util.RuntimeOptions): Promise<ModifyHighDefinationMonitorResponse>;
8041
+ /**
8042
+ * @summary Modifies the configuration of fine-grained monitoring in a specified region.
8043
+ *
8044
+ * @param request ModifyHighDefinationMonitorRequest
8045
+ * @return ModifyHighDefinationMonitorResponse
8046
+ */
7469
8047
  modifyHighDefinationMonitor(request: ModifyHighDefinationMonitorRequest): Promise<ModifyHighDefinationMonitorResponse>;
7470
8048
  /**
7471
- * > * 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.
7472
- * >* This operation can change the metering method of only one instance at a time.
7473
- *
7474
- * @param request ModifyLoadBalancerInstanceChargeTypeRequest
7475
- * @param runtime runtime options for this request RuntimeOptions
7476
- * @return ModifyLoadBalancerInstanceChargeTypeResponse
8049
+ * @summary Changes the metering method of a pay-as-you-go Classic Load Balancer (CLB) instance.
8050
+ *
8051
+ * @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.
8052
+ * >* This operation can change the metering method of only one instance at a time.
8053
+ *
8054
+ * @param request ModifyLoadBalancerInstanceChargeTypeRequest
8055
+ * @param runtime runtime options for this request RuntimeOptions
8056
+ * @return ModifyLoadBalancerInstanceChargeTypeResponse
7477
8057
  */
7478
8058
  modifyLoadBalancerInstanceChargeTypeWithOptions(request: ModifyLoadBalancerInstanceChargeTypeRequest, runtime: $Util.RuntimeOptions): Promise<ModifyLoadBalancerInstanceChargeTypeResponse>;
7479
8059
  /**
7480
- * > * 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.
7481
- * >* This operation can change the metering method of only one instance at a time.
7482
- *
7483
- * @param request ModifyLoadBalancerInstanceChargeTypeRequest
7484
- * @return ModifyLoadBalancerInstanceChargeTypeResponse
8060
+ * @summary Changes the metering method of a pay-as-you-go Classic Load Balancer (CLB) instance.
8061
+ *
8062
+ * @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.
8063
+ * >* This operation can change the metering method of only one instance at a time.
8064
+ *
8065
+ * @param request ModifyLoadBalancerInstanceChargeTypeRequest
8066
+ * @return ModifyLoadBalancerInstanceChargeTypeResponse
7485
8067
  */
7486
8068
  modifyLoadBalancerInstanceChargeType(request: ModifyLoadBalancerInstanceChargeTypeRequest): Promise<ModifyLoadBalancerInstanceChargeTypeResponse>;
8069
+ /**
8070
+ * @summary Modifies the specification of a Classic Load Balancer (CLB) instance.
8071
+ *
8072
+ * @param request ModifyLoadBalancerInstanceSpecRequest
8073
+ * @param runtime runtime options for this request RuntimeOptions
8074
+ * @return ModifyLoadBalancerInstanceSpecResponse
8075
+ */
7487
8076
  modifyLoadBalancerInstanceSpecWithOptions(request: ModifyLoadBalancerInstanceSpecRequest, runtime: $Util.RuntimeOptions): Promise<ModifyLoadBalancerInstanceSpecResponse>;
8077
+ /**
8078
+ * @summary Modifies the specification of a Classic Load Balancer (CLB) instance.
8079
+ *
8080
+ * @param request ModifyLoadBalancerInstanceSpecRequest
8081
+ * @return ModifyLoadBalancerInstanceSpecResponse
8082
+ */
7488
8083
  modifyLoadBalancerInstanceSpec(request: ModifyLoadBalancerInstanceSpecRequest): Promise<ModifyLoadBalancerInstanceSpecResponse>;
7489
8084
  /**
7490
- * ## Description
7491
- * * If you modify only the maximum bandwidth of a pay-by-bandwidth CLB instance, the new bandwidth immediately takes effect.
7492
- * * 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.
7493
- *
7494
- * @param request ModifyLoadBalancerInternetSpecRequest
7495
- * @param runtime runtime options for this request RuntimeOptions
7496
- * @return ModifyLoadBalancerInternetSpecResponse
8085
+ * @summary Modifies the metering method of an Internet-facing Classic Load Balancer (CLB) instance.
8086
+ *
8087
+ * @description ## Description
8088
+ * * If you modify only the maximum bandwidth of a pay-by-bandwidth CLB instance, the new bandwidth immediately takes effect.
8089
+ * * 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.
8090
+ *
8091
+ * @param request ModifyLoadBalancerInternetSpecRequest
8092
+ * @param runtime runtime options for this request RuntimeOptions
8093
+ * @return ModifyLoadBalancerInternetSpecResponse
7497
8094
  */
7498
8095
  modifyLoadBalancerInternetSpecWithOptions(request: ModifyLoadBalancerInternetSpecRequest, runtime: $Util.RuntimeOptions): Promise<ModifyLoadBalancerInternetSpecResponse>;
7499
8096
  /**
7500
- * ## Description
7501
- * * If you modify only the maximum bandwidth of a pay-by-bandwidth CLB instance, the new bandwidth immediately takes effect.
7502
- * * 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.
7503
- *
7504
- * @param request ModifyLoadBalancerInternetSpecRequest
7505
- * @return ModifyLoadBalancerInternetSpecResponse
8097
+ * @summary Modifies the metering method of an Internet-facing Classic Load Balancer (CLB) instance.
8098
+ *
8099
+ * @description ## Description
8100
+ * * If you modify only the maximum bandwidth of a pay-by-bandwidth CLB instance, the new bandwidth immediately takes effect.
8101
+ * * 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.
8102
+ *
8103
+ * @param request ModifyLoadBalancerInternetSpecRequest
8104
+ * @return ModifyLoadBalancerInternetSpecResponse
7506
8105
  */
7507
8106
  modifyLoadBalancerInternetSpec(request: ModifyLoadBalancerInternetSpecRequest): Promise<ModifyLoadBalancerInternetSpecResponse>;
8107
+ /**
8108
+ * @summary Changes the billing method of a Classic Load Balancer (CLB) instance from pay-as-you-go to subscription.
8109
+ *
8110
+ * @param request ModifyLoadBalancerPayTypeRequest
8111
+ * @param runtime runtime options for this request RuntimeOptions
8112
+ * @return ModifyLoadBalancerPayTypeResponse
8113
+ */
7508
8114
  modifyLoadBalancerPayTypeWithOptions(request: ModifyLoadBalancerPayTypeRequest, runtime: $Util.RuntimeOptions): Promise<ModifyLoadBalancerPayTypeResponse>;
8115
+ /**
8116
+ * @summary Changes the billing method of a Classic Load Balancer (CLB) instance from pay-as-you-go to subscription.
8117
+ *
8118
+ * @param request ModifyLoadBalancerPayTypeRequest
8119
+ * @return ModifyLoadBalancerPayTypeResponse
8120
+ */
7509
8121
  modifyLoadBalancerPayType(request: ModifyLoadBalancerPayTypeRequest): Promise<ModifyLoadBalancerPayTypeResponse>;
7510
8122
  /**
7511
- * 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.
7512
- *
7513
- * @param request ModifyVServerGroupBackendServersRequest
7514
- * @param runtime runtime options for this request RuntimeOptions
7515
- * @return ModifyVServerGroupBackendServersResponse
8123
+ * @summary Replaces backend servers in a specified vServer group.
8124
+ *
8125
+ * @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.
8126
+ *
8127
+ * @param request ModifyVServerGroupBackendServersRequest
8128
+ * @param runtime runtime options for this request RuntimeOptions
8129
+ * @return ModifyVServerGroupBackendServersResponse
7516
8130
  */
7517
8131
  modifyVServerGroupBackendServersWithOptions(request: ModifyVServerGroupBackendServersRequest, runtime: $Util.RuntimeOptions): Promise<ModifyVServerGroupBackendServersResponse>;
7518
8132
  /**
7519
- * 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.
7520
- *
7521
- * @param request ModifyVServerGroupBackendServersRequest
7522
- * @return ModifyVServerGroupBackendServersResponse
8133
+ * @summary Replaces backend servers in a specified vServer group.
8134
+ *
8135
+ * @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.
8136
+ *
8137
+ * @param request ModifyVServerGroupBackendServersRequest
8138
+ * @return ModifyVServerGroupBackendServersResponse
7523
8139
  */
7524
8140
  modifyVServerGroupBackendServers(request: ModifyVServerGroupBackendServersRequest): Promise<ModifyVServerGroupBackendServersResponse>;
8141
+ /**
8142
+ * @summary Moves a resource to another resource group.
8143
+ *
8144
+ * @param request MoveResourceGroupRequest
8145
+ * @param runtime runtime options for this request RuntimeOptions
8146
+ * @return MoveResourceGroupResponse
8147
+ */
7525
8148
  moveResourceGroupWithOptions(request: MoveResourceGroupRequest, runtime: $Util.RuntimeOptions): Promise<MoveResourceGroupResponse>;
8149
+ /**
8150
+ * @summary Moves a resource to another resource group.
8151
+ *
8152
+ * @param request MoveResourceGroupRequest
8153
+ * @return MoveResourceGroupResponse
8154
+ */
7526
8155
  moveResourceGroup(request: MoveResourceGroupRequest): Promise<MoveResourceGroupResponse>;
8156
+ /**
8157
+ * @summary Removes IP entries from the network access control list (ACL) of a Classic Load Balancer (CLB) instance.
8158
+ *
8159
+ * @param request RemoveAccessControlListEntryRequest
8160
+ * @param runtime runtime options for this request RuntimeOptions
8161
+ * @return RemoveAccessControlListEntryResponse
8162
+ */
7527
8163
  removeAccessControlListEntryWithOptions(request: RemoveAccessControlListEntryRequest, runtime: $Util.RuntimeOptions): Promise<RemoveAccessControlListEntryResponse>;
8164
+ /**
8165
+ * @summary Removes IP entries from the network access control list (ACL) of a Classic Load Balancer (CLB) instance.
8166
+ *
8167
+ * @param request RemoveAccessControlListEntryRequest
8168
+ * @return RemoveAccessControlListEntryResponse
8169
+ */
7528
8170
  removeAccessControlListEntry(request: RemoveAccessControlListEntryRequest): Promise<RemoveAccessControlListEntryResponse>;
7529
8171
  /**
7530
- * > 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.
7531
- *
7532
- * @param request RemoveBackendServersRequest
7533
- * @param runtime runtime options for this request RuntimeOptions
7534
- * @return RemoveBackendServersResponse
8172
+ * @summary Removes backend servers.
8173
+ *
8174
+ * @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.
8175
+ *
8176
+ * @param request RemoveBackendServersRequest
8177
+ * @param runtime runtime options for this request RuntimeOptions
8178
+ * @return RemoveBackendServersResponse
7535
8179
  */
7536
8180
  removeBackendServersWithOptions(request: RemoveBackendServersRequest, runtime: $Util.RuntimeOptions): Promise<RemoveBackendServersResponse>;
7537
8181
  /**
7538
- * > 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.
7539
- *
7540
- * @param request RemoveBackendServersRequest
7541
- * @return RemoveBackendServersResponse
8182
+ * @summary Removes backend servers.
8183
+ *
8184
+ * @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.
8185
+ *
8186
+ * @param request RemoveBackendServersRequest
8187
+ * @return RemoveBackendServersResponse
7542
8188
  */
7543
8189
  removeBackendServers(request: RemoveBackendServersRequest): Promise<RemoveBackendServersResponse>;
8190
+ /**
8191
+ * @summary Removes IP addresses or CIDR blocks from the whitelist of a listener.
8192
+ *
8193
+ * @param request RemoveListenerWhiteListItemRequest
8194
+ * @param runtime runtime options for this request RuntimeOptions
8195
+ * @return RemoveListenerWhiteListItemResponse
8196
+ */
7544
8197
  removeListenerWhiteListItemWithOptions(request: RemoveListenerWhiteListItemRequest, runtime: $Util.RuntimeOptions): Promise<RemoveListenerWhiteListItemResponse>;
8198
+ /**
8199
+ * @summary Removes IP addresses or CIDR blocks from the whitelist of a listener.
8200
+ *
8201
+ * @param request RemoveListenerWhiteListItemRequest
8202
+ * @return RemoveListenerWhiteListItemResponse
8203
+ */
7545
8204
  removeListenerWhiteListItem(request: RemoveListenerWhiteListItemRequest): Promise<RemoveListenerWhiteListItemResponse>;
8205
+ /**
8206
+ * @param request RemoveTagsRequest
8207
+ * @param runtime runtime options for this request RuntimeOptions
8208
+ * @return RemoveTagsResponse
8209
+ */
7546
8210
  removeTagsWithOptions(request: RemoveTagsRequest, runtime: $Util.RuntimeOptions): Promise<RemoveTagsResponse>;
8211
+ /**
8212
+ * @param request RemoveTagsRequest
8213
+ * @return RemoveTagsResponse
8214
+ */
7547
8215
  removeTags(request: RemoveTagsRequest): Promise<RemoveTagsResponse>;
7548
8216
  /**
7549
- * > 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.
7550
- *
7551
- * @param request RemoveVServerGroupBackendServersRequest
7552
- * @param runtime runtime options for this request RuntimeOptions
7553
- * @return RemoveVServerGroupBackendServersResponse
8217
+ * @summary Removes one or more backend servers from a specified vServer group.
8218
+ *
8219
+ * @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.
8220
+ *
8221
+ * @param request RemoveVServerGroupBackendServersRequest
8222
+ * @param runtime runtime options for this request RuntimeOptions
8223
+ * @return RemoveVServerGroupBackendServersResponse
7554
8224
  */
7555
8225
  removeVServerGroupBackendServersWithOptions(request: RemoveVServerGroupBackendServersRequest, runtime: $Util.RuntimeOptions): Promise<RemoveVServerGroupBackendServersResponse>;
7556
8226
  /**
7557
- * > 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.
7558
- *
7559
- * @param request RemoveVServerGroupBackendServersRequest
7560
- * @return RemoveVServerGroupBackendServersResponse
8227
+ * @summary Removes one or more backend servers from a specified vServer group.
8228
+ *
8229
+ * @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.
8230
+ *
8231
+ * @param request RemoveVServerGroupBackendServersRequest
8232
+ * @return RemoveVServerGroupBackendServersResponse
7561
8233
  */
7562
8234
  removeVServerGroupBackendServers(request: RemoveVServerGroupBackendServersRequest): Promise<RemoveVServerGroupBackendServersResponse>;
8235
+ /**
8236
+ * @summary Modifies the name of a network access control list (ACL).
8237
+ *
8238
+ * @param request SetAccessControlListAttributeRequest
8239
+ * @param runtime runtime options for this request RuntimeOptions
8240
+ * @return SetAccessControlListAttributeResponse
8241
+ */
7563
8242
  setAccessControlListAttributeWithOptions(request: SetAccessControlListAttributeRequest, runtime: $Util.RuntimeOptions): Promise<SetAccessControlListAttributeResponse>;
8243
+ /**
8244
+ * @summary Modifies the name of a network access control list (ACL).
8245
+ *
8246
+ * @param request SetAccessControlListAttributeRequest
8247
+ * @return SetAccessControlListAttributeResponse
8248
+ */
7564
8249
  setAccessControlListAttribute(request: SetAccessControlListAttributeRequest): Promise<SetAccessControlListAttributeResponse>;
8250
+ /**
8251
+ * @summary Adds an access log forwarding rule for a Classic Load Balancer (CLB) instance.
8252
+ *
8253
+ * @param request SetAccessLogsDownloadAttributeRequest
8254
+ * @param runtime runtime options for this request RuntimeOptions
8255
+ * @return SetAccessLogsDownloadAttributeResponse
8256
+ */
7565
8257
  setAccessLogsDownloadAttributeWithOptions(request: SetAccessLogsDownloadAttributeRequest, runtime: $Util.RuntimeOptions): Promise<SetAccessLogsDownloadAttributeResponse>;
8258
+ /**
8259
+ * @summary Adds an access log forwarding rule for a Classic Load Balancer (CLB) instance.
8260
+ *
8261
+ * @param request SetAccessLogsDownloadAttributeRequest
8262
+ * @return SetAccessLogsDownloadAttributeResponse
8263
+ */
7566
8264
  setAccessLogsDownloadAttribute(request: SetAccessLogsDownloadAttributeRequest): Promise<SetAccessLogsDownloadAttributeResponse>;
8265
+ /**
8266
+ * @summary Sets the weights of backend servers.
8267
+ *
8268
+ * @param request SetBackendServersRequest
8269
+ * @param runtime runtime options for this request RuntimeOptions
8270
+ * @return SetBackendServersResponse
8271
+ */
7567
8272
  setBackendServersWithOptions(request: SetBackendServersRequest, runtime: $Util.RuntimeOptions): Promise<SetBackendServersResponse>;
8273
+ /**
8274
+ * @summary Sets the weights of backend servers.
8275
+ *
8276
+ * @param request SetBackendServersRequest
8277
+ * @return SetBackendServersResponse
8278
+ */
7568
8279
  setBackendServers(request: SetBackendServersRequest): Promise<SetBackendServersResponse>;
8280
+ /**
8281
+ * @summary Sets the name of a CA Certificate.
8282
+ *
8283
+ * @param request SetCACertificateNameRequest
8284
+ * @param runtime runtime options for this request RuntimeOptions
8285
+ * @return SetCACertificateNameResponse
8286
+ */
7569
8287
  setCACertificateNameWithOptions(request: SetCACertificateNameRequest, runtime: $Util.RuntimeOptions): Promise<SetCACertificateNameResponse>;
8288
+ /**
8289
+ * @summary Sets the name of a CA Certificate.
8290
+ *
8291
+ * @param request SetCACertificateNameRequest
8292
+ * @return SetCACertificateNameResponse
8293
+ */
7570
8294
  setCACertificateName(request: SetCACertificateNameRequest): Promise<SetCACertificateNameResponse>;
7571
8295
  /**
7572
- * > You cannot replace an additional certificate for a listener that is added to a shared-resource Server Load Balancer (SLB) instance.
7573
- *
7574
- * @param request SetDomainExtensionAttributeRequest
7575
- * @param runtime runtime options for this request RuntimeOptions
7576
- * @return SetDomainExtensionAttributeResponse
8296
+ * @summary Replaces an additional certificate.
8297
+ *
8298
+ * @description > You cannot replace an additional certificate for a listener that is added to a shared-resource Server Load Balancer (SLB) instance.
8299
+ *
8300
+ * @param request SetDomainExtensionAttributeRequest
8301
+ * @param runtime runtime options for this request RuntimeOptions
8302
+ * @return SetDomainExtensionAttributeResponse
7577
8303
  */
7578
8304
  setDomainExtensionAttributeWithOptions(request: SetDomainExtensionAttributeRequest, runtime: $Util.RuntimeOptions): Promise<SetDomainExtensionAttributeResponse>;
7579
8305
  /**
7580
- * > You cannot replace an additional certificate for a listener that is added to a shared-resource Server Load Balancer (SLB) instance.
7581
- *
7582
- * @param request SetDomainExtensionAttributeRequest
7583
- * @return SetDomainExtensionAttributeResponse
8306
+ * @summary Replaces an additional certificate.
8307
+ *
8308
+ * @description > You cannot replace an additional certificate for a listener that is added to a shared-resource Server Load Balancer (SLB) instance.
8309
+ *
8310
+ * @param request SetDomainExtensionAttributeRequest
8311
+ * @return SetDomainExtensionAttributeResponse
7584
8312
  */
7585
8313
  setDomainExtensionAttribute(request: SetDomainExtensionAttributeRequest): Promise<SetDomainExtensionAttributeResponse>;
8314
+ /**
8315
+ * @summary Enables or disables the whitelist of a specified listener.
8316
+ *
8317
+ * @param request SetListenerAccessControlStatusRequest
8318
+ * @param runtime runtime options for this request RuntimeOptions
8319
+ * @return SetListenerAccessControlStatusResponse
8320
+ */
7586
8321
  setListenerAccessControlStatusWithOptions(request: SetListenerAccessControlStatusRequest, runtime: $Util.RuntimeOptions): Promise<SetListenerAccessControlStatusResponse>;
8322
+ /**
8323
+ * @summary Enables or disables the whitelist of a specified listener.
8324
+ *
8325
+ * @param request SetListenerAccessControlStatusRequest
8326
+ * @return SetListenerAccessControlStatusResponse
8327
+ */
7587
8328
  setListenerAccessControlStatus(request: SetListenerAccessControlStatusRequest): Promise<SetListenerAccessControlStatusResponse>;
8329
+ /**
8330
+ * @summary Enables or disables deletion protection for an SLB instance.
8331
+ *
8332
+ * @param request SetLoadBalancerDeleteProtectionRequest
8333
+ * @param runtime runtime options for this request RuntimeOptions
8334
+ * @return SetLoadBalancerDeleteProtectionResponse
8335
+ */
7588
8336
  setLoadBalancerDeleteProtectionWithOptions(request: SetLoadBalancerDeleteProtectionRequest, runtime: $Util.RuntimeOptions): Promise<SetLoadBalancerDeleteProtectionResponse>;
8337
+ /**
8338
+ * @summary Enables or disables deletion protection for an SLB instance.
8339
+ *
8340
+ * @param request SetLoadBalancerDeleteProtectionRequest
8341
+ * @return SetLoadBalancerDeleteProtectionResponse
8342
+ */
7589
8343
  setLoadBalancerDeleteProtection(request: SetLoadBalancerDeleteProtectionRequest): Promise<SetLoadBalancerDeleteProtectionResponse>;
7590
8344
  /**
7591
- * ### Prerequisites
7592
- * * A Classic Load Balancer (CLB) instance is created. For more information, see [CreateLoadBalancer](~~27577~~).
7593
- * * An HTTP listener is created. For more information about how to create an HTTP listener, see [CreateLoadBalancerHTTPListener](~~27592~~).
7594
- *
7595
- * @param request SetLoadBalancerHTTPListenerAttributeRequest
7596
- * @param runtime runtime options for this request RuntimeOptions
7597
- * @return SetLoadBalancerHTTPListenerAttributeResponse
8345
+ * @summary Modifies the configurations of an HTTP listener.
8346
+ *
8347
+ * @description ### Prerequisites
8348
+ * * A Classic Load Balancer (CLB) instance is created. For more information, see [CreateLoadBalancer](https://help.aliyun.com/document_detail/27577.html).
8349
+ * * 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).
8350
+ *
8351
+ * @param request SetLoadBalancerHTTPListenerAttributeRequest
8352
+ * @param runtime runtime options for this request RuntimeOptions
8353
+ * @return SetLoadBalancerHTTPListenerAttributeResponse
7598
8354
  */
7599
8355
  setLoadBalancerHTTPListenerAttributeWithOptions(request: SetLoadBalancerHTTPListenerAttributeRequest, runtime: $Util.RuntimeOptions): Promise<SetLoadBalancerHTTPListenerAttributeResponse>;
7600
8356
  /**
7601
- * ### Prerequisites
7602
- * * A Classic Load Balancer (CLB) instance is created. For more information, see [CreateLoadBalancer](~~27577~~).
7603
- * * An HTTP listener is created. For more information about how to create an HTTP listener, see [CreateLoadBalancerHTTPListener](~~27592~~).
7604
- *
7605
- * @param request SetLoadBalancerHTTPListenerAttributeRequest
7606
- * @return SetLoadBalancerHTTPListenerAttributeResponse
8357
+ * @summary Modifies the configurations of an HTTP listener.
8358
+ *
8359
+ * @description ### Prerequisites
8360
+ * * A Classic Load Balancer (CLB) instance is created. For more information, see [CreateLoadBalancer](https://help.aliyun.com/document_detail/27577.html).
8361
+ * * 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).
8362
+ *
8363
+ * @param request SetLoadBalancerHTTPListenerAttributeRequest
8364
+ * @return SetLoadBalancerHTTPListenerAttributeResponse
7607
8365
  */
7608
8366
  setLoadBalancerHTTPListenerAttribute(request: SetLoadBalancerHTTPListenerAttributeRequest): Promise<SetLoadBalancerHTTPListenerAttributeResponse>;
7609
8367
  /**
7610
- * * A Classic Load Balancer (CLB) instance is created. For more information, see [CreateLoadBalancer](~~27577~~).
7611
- * * An HTTPS listener is created. For more information about how to create an HTTPS listener, see [CreateLoadBalancerHTTPSListener](~~27593~~).
7612
- *
7613
- * @param request SetLoadBalancerHTTPSListenerAttributeRequest
7614
- * @param runtime runtime options for this request RuntimeOptions
7615
- * @return SetLoadBalancerHTTPSListenerAttributeResponse
8368
+ * @summary Modifies the configurations of an HTTPS listener.
8369
+ *
8370
+ * @description * A Classic Load Balancer (CLB) instance is created. For more information, see [CreateLoadBalancer](https://help.aliyun.com/document_detail/27577.html).
8371
+ * * 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).
8372
+ *
8373
+ * @param request SetLoadBalancerHTTPSListenerAttributeRequest
8374
+ * @param runtime runtime options for this request RuntimeOptions
8375
+ * @return SetLoadBalancerHTTPSListenerAttributeResponse
7616
8376
  */
7617
8377
  setLoadBalancerHTTPSListenerAttributeWithOptions(request: SetLoadBalancerHTTPSListenerAttributeRequest, runtime: $Util.RuntimeOptions): Promise<SetLoadBalancerHTTPSListenerAttributeResponse>;
7618
8378
  /**
7619
- * * A Classic Load Balancer (CLB) instance is created. For more information, see [CreateLoadBalancer](~~27577~~).
7620
- * * An HTTPS listener is created. For more information about how to create an HTTPS listener, see [CreateLoadBalancerHTTPSListener](~~27593~~).
7621
- *
7622
- * @param request SetLoadBalancerHTTPSListenerAttributeRequest
7623
- * @return SetLoadBalancerHTTPSListenerAttributeResponse
8379
+ * @summary Modifies the configurations of an HTTPS listener.
8380
+ *
8381
+ * @description * A Classic Load Balancer (CLB) instance is created. For more information, see [CreateLoadBalancer](https://help.aliyun.com/document_detail/27577.html).
8382
+ * * 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).
8383
+ *
8384
+ * @param request SetLoadBalancerHTTPSListenerAttributeRequest
8385
+ * @return SetLoadBalancerHTTPSListenerAttributeResponse
7624
8386
  */
7625
8387
  setLoadBalancerHTTPSListenerAttribute(request: SetLoadBalancerHTTPSListenerAttributeRequest): Promise<SetLoadBalancerHTTPSListenerAttributeResponse>;
8388
+ /**
8389
+ * @summary Modifies the configuration of the configuration read-only mode for a Classic Load Balancer (CLB) instance.
8390
+ *
8391
+ * @param request SetLoadBalancerModificationProtectionRequest
8392
+ * @param runtime runtime options for this request RuntimeOptions
8393
+ * @return SetLoadBalancerModificationProtectionResponse
8394
+ */
7626
8395
  setLoadBalancerModificationProtectionWithOptions(request: SetLoadBalancerModificationProtectionRequest, runtime: $Util.RuntimeOptions): Promise<SetLoadBalancerModificationProtectionResponse>;
8396
+ /**
8397
+ * @summary Modifies the configuration of the configuration read-only mode for a Classic Load Balancer (CLB) instance.
8398
+ *
8399
+ * @param request SetLoadBalancerModificationProtectionRequest
8400
+ * @return SetLoadBalancerModificationProtectionResponse
8401
+ */
7627
8402
  setLoadBalancerModificationProtection(request: SetLoadBalancerModificationProtectionRequest): Promise<SetLoadBalancerModificationProtectionResponse>;
8403
+ /**
8404
+ * @summary Modifies the name of a Classic Load Balancer (CLB) instance.
8405
+ *
8406
+ * @param request SetLoadBalancerNameRequest
8407
+ * @param runtime runtime options for this request RuntimeOptions
8408
+ * @return SetLoadBalancerNameResponse
8409
+ */
7628
8410
  setLoadBalancerNameWithOptions(request: SetLoadBalancerNameRequest, runtime: $Util.RuntimeOptions): Promise<SetLoadBalancerNameResponse>;
8411
+ /**
8412
+ * @summary Modifies the name of a Classic Load Balancer (CLB) instance.
8413
+ *
8414
+ * @param request SetLoadBalancerNameRequest
8415
+ * @return SetLoadBalancerNameResponse
8416
+ */
7629
8417
  setLoadBalancerName(request: SetLoadBalancerNameRequest): Promise<SetLoadBalancerNameResponse>;
8418
+ /**
8419
+ * @summary Modifies the state of a Classic Load Balancer (CLB) instance.
8420
+ *
8421
+ * @param request SetLoadBalancerStatusRequest
8422
+ * @param runtime runtime options for this request RuntimeOptions
8423
+ * @return SetLoadBalancerStatusResponse
8424
+ */
7630
8425
  setLoadBalancerStatusWithOptions(request: SetLoadBalancerStatusRequest, runtime: $Util.RuntimeOptions): Promise<SetLoadBalancerStatusResponse>;
8426
+ /**
8427
+ * @summary Modifies the state of a Classic Load Balancer (CLB) instance.
8428
+ *
8429
+ * @param request SetLoadBalancerStatusRequest
8430
+ * @return SetLoadBalancerStatusResponse
8431
+ */
7631
8432
  setLoadBalancerStatus(request: SetLoadBalancerStatusRequest): Promise<SetLoadBalancerStatusResponse>;
7632
8433
  /**
7633
- * * A CLB instance is created. For more information, see [CreateLoadBalancer](~~2401685~~).
7634
- * * A TCP listener is created. For more information, see [CreateLoadBalancerTCPListener](~~CreateLoadBalancerTCPListener~~).
7635
- *
7636
- * @param request SetLoadBalancerTCPListenerAttributeRequest
7637
- * @param runtime runtime options for this request RuntimeOptions
7638
- * @return SetLoadBalancerTCPListenerAttributeResponse
8434
+ * @summary Modifies the configurations of a TCP listener of Classic Load Balancer (CLB).
8435
+ *
8436
+ * @description * A CLB instance is created. For more information, see [CreateLoadBalancer](https://help.aliyun.com/document_detail/2401685.html).
8437
+ * * A TCP listener is created. For more information, see [CreateLoadBalancerTCPListener](~~CreateLoadBalancerTCPListener~~).
8438
+ *
8439
+ * @param request SetLoadBalancerTCPListenerAttributeRequest
8440
+ * @param runtime runtime options for this request RuntimeOptions
8441
+ * @return SetLoadBalancerTCPListenerAttributeResponse
7639
8442
  */
7640
8443
  setLoadBalancerTCPListenerAttributeWithOptions(request: SetLoadBalancerTCPListenerAttributeRequest, runtime: $Util.RuntimeOptions): Promise<SetLoadBalancerTCPListenerAttributeResponse>;
7641
8444
  /**
7642
- * * A CLB instance is created. For more information, see [CreateLoadBalancer](~~2401685~~).
7643
- * * A TCP listener is created. For more information, see [CreateLoadBalancerTCPListener](~~CreateLoadBalancerTCPListener~~).
7644
- *
7645
- * @param request SetLoadBalancerTCPListenerAttributeRequest
7646
- * @return SetLoadBalancerTCPListenerAttributeResponse
8445
+ * @summary Modifies the configurations of a TCP listener of Classic Load Balancer (CLB).
8446
+ *
8447
+ * @description * A CLB instance is created. For more information, see [CreateLoadBalancer](https://help.aliyun.com/document_detail/2401685.html).
8448
+ * * A TCP listener is created. For more information, see [CreateLoadBalancerTCPListener](~~CreateLoadBalancerTCPListener~~).
8449
+ *
8450
+ * @param request SetLoadBalancerTCPListenerAttributeRequest
8451
+ * @return SetLoadBalancerTCPListenerAttributeResponse
7647
8452
  */
7648
8453
  setLoadBalancerTCPListenerAttribute(request: SetLoadBalancerTCPListenerAttributeRequest): Promise<SetLoadBalancerTCPListenerAttributeResponse>;
7649
8454
  /**
7650
- * * A Classic Load Balancer (CLB) instance is created. For more information, see [CreateLoadBalancer](~~27577~~).
7651
- * * A UDP listener is created. For more information, see [CreateLoadBalancerUDPListener](~~27595~~).
7652
- *
7653
- * @param request SetLoadBalancerUDPListenerAttributeRequest
7654
- * @param runtime runtime options for this request RuntimeOptions
7655
- * @return SetLoadBalancerUDPListenerAttributeResponse
8455
+ * @summary Modifies the configurations of a UDP listener.
8456
+ *
8457
+ * @description * A Classic Load Balancer (CLB) instance is created. For more information, see [CreateLoadBalancer](https://help.aliyun.com/document_detail/27577.html).
8458
+ * * A UDP listener is created. For more information, see [CreateLoadBalancerUDPListener](https://help.aliyun.com/document_detail/27595.html).
8459
+ *
8460
+ * @param request SetLoadBalancerUDPListenerAttributeRequest
8461
+ * @param runtime runtime options for this request RuntimeOptions
8462
+ * @return SetLoadBalancerUDPListenerAttributeResponse
7656
8463
  */
7657
8464
  setLoadBalancerUDPListenerAttributeWithOptions(request: SetLoadBalancerUDPListenerAttributeRequest, runtime: $Util.RuntimeOptions): Promise<SetLoadBalancerUDPListenerAttributeResponse>;
7658
8465
  /**
7659
- * * A Classic Load Balancer (CLB) instance is created. For more information, see [CreateLoadBalancer](~~27577~~).
7660
- * * A UDP listener is created. For more information, see [CreateLoadBalancerUDPListener](~~27595~~).
7661
- *
7662
- * @param request SetLoadBalancerUDPListenerAttributeRequest
7663
- * @return SetLoadBalancerUDPListenerAttributeResponse
8466
+ * @summary Modifies the configurations of a UDP listener.
8467
+ *
8468
+ * @description * A Classic Load Balancer (CLB) instance is created. For more information, see [CreateLoadBalancer](https://help.aliyun.com/document_detail/27577.html).
8469
+ * * A UDP listener is created. For more information, see [CreateLoadBalancerUDPListener](https://help.aliyun.com/document_detail/27595.html).
8470
+ *
8471
+ * @param request SetLoadBalancerUDPListenerAttributeRequest
8472
+ * @return SetLoadBalancerUDPListenerAttributeResponse
7664
8473
  */
7665
8474
  setLoadBalancerUDPListenerAttribute(request: SetLoadBalancerUDPListenerAttributeRequest): Promise<SetLoadBalancerUDPListenerAttributeResponse>;
8475
+ /**
8476
+ * @summary Modifies a forwarding rule that is associated with a vServer group.
8477
+ *
8478
+ * @param request SetRuleRequest
8479
+ * @param runtime runtime options for this request RuntimeOptions
8480
+ * @return SetRuleResponse
8481
+ */
7666
8482
  setRuleWithOptions(request: SetRuleRequest, runtime: $Util.RuntimeOptions): Promise<SetRuleResponse>;
8483
+ /**
8484
+ * @summary Modifies a forwarding rule that is associated with a vServer group.
8485
+ *
8486
+ * @param request SetRuleRequest
8487
+ * @return SetRuleResponse
8488
+ */
7667
8489
  setRule(request: SetRuleRequest): Promise<SetRuleResponse>;
8490
+ /**
8491
+ * @summary Sets a name for a server certificate.
8492
+ *
8493
+ * @param request SetServerCertificateNameRequest
8494
+ * @param runtime runtime options for this request RuntimeOptions
8495
+ * @return SetServerCertificateNameResponse
8496
+ */
7668
8497
  setServerCertificateNameWithOptions(request: SetServerCertificateNameRequest, runtime: $Util.RuntimeOptions): Promise<SetServerCertificateNameResponse>;
8498
+ /**
8499
+ * @summary Sets a name for a server certificate.
8500
+ *
8501
+ * @param request SetServerCertificateNameRequest
8502
+ * @return SetServerCertificateNameResponse
8503
+ */
7669
8504
  setServerCertificateName(request: SetServerCertificateNameRequest): Promise<SetServerCertificateNameResponse>;
8505
+ /**
8506
+ * @summary Configures a Transport Layer Security (TLS) policy.
8507
+ *
8508
+ * @param request SetTLSCipherPolicyAttributeRequest
8509
+ * @param runtime runtime options for this request RuntimeOptions
8510
+ * @return SetTLSCipherPolicyAttributeResponse
8511
+ */
7670
8512
  setTLSCipherPolicyAttributeWithOptions(request: SetTLSCipherPolicyAttributeRequest, runtime: $Util.RuntimeOptions): Promise<SetTLSCipherPolicyAttributeResponse>;
8513
+ /**
8514
+ * @summary Configures a Transport Layer Security (TLS) policy.
8515
+ *
8516
+ * @param request SetTLSCipherPolicyAttributeRequest
8517
+ * @return SetTLSCipherPolicyAttributeResponse
8518
+ */
7671
8519
  setTLSCipherPolicyAttribute(request: SetTLSCipherPolicyAttributeRequest): Promise<SetTLSCipherPolicyAttributeResponse>;
7672
8520
  /**
7673
- * This operation allows you to modify only the name of a vServer group and the weights of the backend servers in the vServer group.
7674
- * * If you want to modify backend servers in a specified vServer group, call the [ModifyVServerGroupBackendServers](~~35220~~) operation.
7675
- * * If you want to add backend servers to a specified vServer group, call the [AddVServerGroupBackendServers](~~35218~~) operation.
7676
- *
7677
- * @param request SetVServerGroupAttributeRequest
7678
- * @param runtime runtime options for this request RuntimeOptions
7679
- * @return SetVServerGroupAttributeResponse
8521
+ * @summary Modifies the configurations of a vServer group.
8522
+ *
8523
+ * @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.
8524
+ * * If you want to modify backend servers in a specified vServer group, call the [ModifyVServerGroupBackendServers](https://help.aliyun.com/document_detail/35220.html) operation.
8525
+ * * If you want to add backend servers to a specified vServer group, call the [AddVServerGroupBackendServers](https://help.aliyun.com/document_detail/35218.html) operation.
8526
+ *
8527
+ * @param request SetVServerGroupAttributeRequest
8528
+ * @param runtime runtime options for this request RuntimeOptions
8529
+ * @return SetVServerGroupAttributeResponse
7680
8530
  */
7681
8531
  setVServerGroupAttributeWithOptions(request: SetVServerGroupAttributeRequest, runtime: $Util.RuntimeOptions): Promise<SetVServerGroupAttributeResponse>;
7682
8532
  /**
7683
- * This operation allows you to modify only the name of a vServer group and the weights of the backend servers in the vServer group.
7684
- * * If you want to modify backend servers in a specified vServer group, call the [ModifyVServerGroupBackendServers](~~35220~~) operation.
7685
- * * If you want to add backend servers to a specified vServer group, call the [AddVServerGroupBackendServers](~~35218~~) operation.
7686
- *
7687
- * @param request SetVServerGroupAttributeRequest
7688
- * @return SetVServerGroupAttributeResponse
8533
+ * @summary Modifies the configurations of a vServer group.
8534
+ *
8535
+ * @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.
8536
+ * * If you want to modify backend servers in a specified vServer group, call the [ModifyVServerGroupBackendServers](https://help.aliyun.com/document_detail/35220.html) operation.
8537
+ * * If you want to add backend servers to a specified vServer group, call the [AddVServerGroupBackendServers](https://help.aliyun.com/document_detail/35218.html) operation.
8538
+ *
8539
+ * @param request SetVServerGroupAttributeRequest
8540
+ * @return SetVServerGroupAttributeResponse
7689
8541
  */
7690
8542
  setVServerGroupAttribute(request: SetVServerGroupAttributeRequest): Promise<SetVServerGroupAttributeResponse>;
7691
8543
  /**
7692
- * When you call this operation, note the following items:
7693
- * * You can call the operation only when the listener is in the Stopped state.
7694
- * * After the operation is called, the status of the listener changes to Starting.
7695
- * * You cannot call this operation when the SLB instance to which the listener is bound is in the Locked state.
7696
- *
7697
- * @param request StartLoadBalancerListenerRequest
7698
- * @param runtime runtime options for this request RuntimeOptions
7699
- * @return StartLoadBalancerListenerResponse
8544
+ * @summary You can call this operation to start a listener.
8545
+ *
8546
+ * @description When you call this operation, note the following items:
8547
+ * * You can call the operation only when the listener is in the Stopped state.
8548
+ * * After the operation is called, the status of the listener changes to Starting.
8549
+ * * You cannot call this operation when the SLB instance to which the listener is bound is in the Locked state.
8550
+ *
8551
+ * @param request StartLoadBalancerListenerRequest
8552
+ * @param runtime runtime options for this request RuntimeOptions
8553
+ * @return StartLoadBalancerListenerResponse
7700
8554
  */
7701
8555
  startLoadBalancerListenerWithOptions(request: StartLoadBalancerListenerRequest, runtime: $Util.RuntimeOptions): Promise<StartLoadBalancerListenerResponse>;
7702
8556
  /**
7703
- * When you call this operation, note the following items:
7704
- * * You can call the operation only when the listener is in the Stopped state.
7705
- * * After the operation is called, the status of the listener changes to Starting.
7706
- * * You cannot call this operation when the SLB instance to which the listener is bound is in the Locked state.
7707
- *
7708
- * @param request StartLoadBalancerListenerRequest
7709
- * @return StartLoadBalancerListenerResponse
8557
+ * @summary You can call this operation to start a listener.
8558
+ *
8559
+ * @description When you call this operation, note the following items:
8560
+ * * You can call the operation only when the listener is in the Stopped state.
8561
+ * * After the operation is called, the status of the listener changes to Starting.
8562
+ * * You cannot call this operation when the SLB instance to which the listener is bound is in the Locked state.
8563
+ *
8564
+ * @param request StartLoadBalancerListenerRequest
8565
+ * @return StartLoadBalancerListenerResponse
7710
8566
  */
7711
8567
  startLoadBalancerListener(request: StartLoadBalancerListenerRequest): Promise<StartLoadBalancerListenerResponse>;
7712
8568
  /**
7713
- * Before you make this API call, note the following:
7714
- * * After the API call is successfully made, the listener enters the stopped state.
7715
- * * 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.
7716
- * > If you stop the listener, your services will be disrupted. Exercise caution when you perform this action.
7717
- *
7718
- * @param request StopLoadBalancerListenerRequest
7719
- * @param runtime runtime options for this request RuntimeOptions
7720
- * @return StopLoadBalancerListenerResponse
8569
+ * @summary Stops a listener.
8570
+ *
8571
+ * @description Before you make this API call, note the following:
8572
+ * * After the API call is successfully made, the listener enters the stopped state.
8573
+ * * 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.
8574
+ * > If you stop the listener, your services will be disrupted. Exercise caution when you perform this action.
8575
+ *
8576
+ * @param request StopLoadBalancerListenerRequest
8577
+ * @param runtime runtime options for this request RuntimeOptions
8578
+ * @return StopLoadBalancerListenerResponse
7721
8579
  */
7722
8580
  stopLoadBalancerListenerWithOptions(request: StopLoadBalancerListenerRequest, runtime: $Util.RuntimeOptions): Promise<StopLoadBalancerListenerResponse>;
7723
8581
  /**
7724
- * Before you make this API call, note the following:
7725
- * * After the API call is successfully made, the listener enters the stopped state.
7726
- * * 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.
7727
- * > If you stop the listener, your services will be disrupted. Exercise caution when you perform this action.
7728
- *
7729
- * @param request StopLoadBalancerListenerRequest
7730
- * @return StopLoadBalancerListenerResponse
8582
+ * @summary Stops a listener.
8583
+ *
8584
+ * @description Before you make this API call, note the following:
8585
+ * * After the API call is successfully made, the listener enters the stopped state.
8586
+ * * 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.
8587
+ * > If you stop the listener, your services will be disrupted. Exercise caution when you perform this action.
8588
+ *
8589
+ * @param request StopLoadBalancerListenerRequest
8590
+ * @return StopLoadBalancerListenerResponse
7731
8591
  */
7732
8592
  stopLoadBalancerListener(request: StopLoadBalancerListenerRequest): Promise<StopLoadBalancerListenerResponse>;
7733
8593
  /**
7734
- * > 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.
7735
- *
7736
- * @param request TagResourcesRequest
7737
- * @param runtime runtime options for this request RuntimeOptions
7738
- * @return TagResourcesResponse
8594
+ * @summary Creates tags and adds the tags to resources.
8595
+ *
8596
+ * @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.
8597
+ *
8598
+ * @param request TagResourcesRequest
8599
+ * @param runtime runtime options for this request RuntimeOptions
8600
+ * @return TagResourcesResponse
7739
8601
  */
7740
8602
  tagResourcesWithOptions(request: TagResourcesRequest, runtime: $Util.RuntimeOptions): Promise<TagResourcesResponse>;
7741
8603
  /**
7742
- * > 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.
7743
- *
7744
- * @param request TagResourcesRequest
7745
- * @return TagResourcesResponse
8604
+ * @summary Creates tags and adds the tags to resources.
8605
+ *
8606
+ * @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.
8607
+ *
8608
+ * @param request TagResourcesRequest
8609
+ * @return TagResourcesResponse
7746
8610
  */
7747
8611
  tagResources(request: TagResourcesRequest): Promise<TagResourcesResponse>;
8612
+ /**
8613
+ * @summary Removes tags from specified resources.
8614
+ *
8615
+ * @param request UntagResourcesRequest
8616
+ * @param runtime runtime options for this request RuntimeOptions
8617
+ * @return UntagResourcesResponse
8618
+ */
7748
8619
  untagResourcesWithOptions(request: UntagResourcesRequest, runtime: $Util.RuntimeOptions): Promise<UntagResourcesResponse>;
8620
+ /**
8621
+ * @summary Removes tags from specified resources.
8622
+ *
8623
+ * @param request UntagResourcesRequest
8624
+ * @return UntagResourcesResponse
8625
+ */
7749
8626
  untagResources(request: UntagResourcesRequest): Promise<UntagResourcesResponse>;
7750
8627
  /**
7751
- * You can upload only one CA certificate at a time. After a CA certificate is uploaded, the certificate ID, name, and fingerprint are returned.
7752
- *
7753
- * @param request UploadCACertificateRequest
7754
- * @param runtime runtime options for this request RuntimeOptions
7755
- * @return UploadCACertificateResponse
8628
+ * @summary Uploads a CA certificate.
8629
+ *
8630
+ * @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.
8631
+ *
8632
+ * @param request UploadCACertificateRequest
8633
+ * @param runtime runtime options for this request RuntimeOptions
8634
+ * @return UploadCACertificateResponse
7756
8635
  */
7757
8636
  uploadCACertificateWithOptions(request: UploadCACertificateRequest, runtime: $Util.RuntimeOptions): Promise<UploadCACertificateResponse>;
7758
8637
  /**
7759
- * You can upload only one CA certificate at a time. After a CA certificate is uploaded, the certificate ID, name, and fingerprint are returned.
7760
- *
7761
- * @param request UploadCACertificateRequest
7762
- * @return UploadCACertificateResponse
8638
+ * @summary Uploads a CA certificate.
8639
+ *
8640
+ * @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.
8641
+ *
8642
+ * @param request UploadCACertificateRequest
8643
+ * @return UploadCACertificateResponse
7763
8644
  */
7764
8645
  uploadCACertificate(request: UploadCACertificateRequest): Promise<UploadCACertificateResponse>;
7765
8646
  /**
7766
- * * You can upload only one server certificate and its private key in each call.
7767
- * * 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.
7768
- *
7769
- * @param request UploadServerCertificateRequest
7770
- * @param runtime runtime options for this request RuntimeOptions
7771
- * @return UploadServerCertificateResponse
8647
+ * @summary Uploads a server certificate.
8648
+ *
8649
+ * @description * You can upload only one server certificate and its private key in each call.
8650
+ * * 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.
8651
+ *
8652
+ * @param request UploadServerCertificateRequest
8653
+ * @param runtime runtime options for this request RuntimeOptions
8654
+ * @return UploadServerCertificateResponse
7772
8655
  */
7773
8656
  uploadServerCertificateWithOptions(request: UploadServerCertificateRequest, runtime: $Util.RuntimeOptions): Promise<UploadServerCertificateResponse>;
7774
8657
  /**
7775
- * * You can upload only one server certificate and its private key in each call.
7776
- * * 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.
7777
- *
7778
- * @param request UploadServerCertificateRequest
7779
- * @return UploadServerCertificateResponse
8658
+ * @summary Uploads a server certificate.
8659
+ *
8660
+ * @description * You can upload only one server certificate and its private key in each call.
8661
+ * * 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.
8662
+ *
8663
+ * @param request UploadServerCertificateRequest
8664
+ * @return UploadServerCertificateResponse
7780
8665
  */
7781
8666
  uploadServerCertificate(request: UploadServerCertificateRequest): Promise<UploadServerCertificateResponse>;
7782
8667
  }