@alicloud/slb20140515 2.0.5 → 2.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/client.d.ts CHANGED
@@ -35,11 +35,11 @@ export declare class AddAccessControlListEntryResponseBody extends $tea.Model {
35
35
  });
36
36
  }
37
37
  export declare class AddAccessControlListEntryResponse extends $tea.Model {
38
- headers: {
38
+ headers?: {
39
39
  [key: string]: string;
40
40
  };
41
- statusCode: number;
42
- body: AddAccessControlListEntryResponseBody;
41
+ statusCode?: number;
42
+ body?: AddAccessControlListEntryResponseBody;
43
43
  static names(): {
44
44
  [key: string]: string;
45
45
  };
@@ -83,11 +83,11 @@ export declare class AddBackendServersResponseBody extends $tea.Model {
83
83
  });
84
84
  }
85
85
  export declare class AddBackendServersResponse extends $tea.Model {
86
- headers: {
86
+ headers?: {
87
87
  [key: string]: string;
88
88
  };
89
- statusCode: number;
90
- body: AddBackendServersResponseBody;
89
+ statusCode?: number;
90
+ body?: AddBackendServersResponseBody;
91
91
  static names(): {
92
92
  [key: string]: string;
93
93
  };
@@ -131,11 +131,11 @@ export declare class AddListenerWhiteListItemResponseBody extends $tea.Model {
131
131
  });
132
132
  }
133
133
  export declare class AddListenerWhiteListItemResponse extends $tea.Model {
134
- headers: {
134
+ headers?: {
135
135
  [key: string]: string;
136
136
  };
137
- statusCode: number;
138
- body: AddListenerWhiteListItemResponseBody;
137
+ statusCode?: number;
138
+ body?: AddListenerWhiteListItemResponseBody;
139
139
  static names(): {
140
140
  [key: string]: string;
141
141
  };
@@ -177,11 +177,11 @@ export declare class AddTagsResponseBody extends $tea.Model {
177
177
  });
178
178
  }
179
179
  export declare class AddTagsResponse extends $tea.Model {
180
- headers: {
180
+ headers?: {
181
181
  [key: string]: string;
182
182
  };
183
- statusCode: number;
184
- body: AddTagsResponseBody;
183
+ statusCode?: number;
184
+ body?: AddTagsResponseBody;
185
185
  static names(): {
186
186
  [key: string]: string;
187
187
  };
@@ -225,11 +225,11 @@ export declare class AddVServerGroupBackendServersResponseBody extends $tea.Mode
225
225
  });
226
226
  }
227
227
  export declare class AddVServerGroupBackendServersResponse extends $tea.Model {
228
- headers: {
228
+ headers?: {
229
229
  [key: string]: string;
230
230
  };
231
- statusCode: number;
232
- body: AddVServerGroupBackendServersResponseBody;
231
+ statusCode?: number;
232
+ body?: AddVServerGroupBackendServersResponseBody;
233
233
  static names(): {
234
234
  [key: string]: string;
235
235
  };
@@ -274,11 +274,11 @@ export declare class CreateAccessControlListResponseBody extends $tea.Model {
274
274
  });
275
275
  }
276
276
  export declare class CreateAccessControlListResponse extends $tea.Model {
277
- headers: {
277
+ headers?: {
278
278
  [key: string]: string;
279
279
  };
280
- statusCode: number;
281
- body: CreateAccessControlListResponseBody;
280
+ statusCode?: number;
281
+ body?: CreateAccessControlListResponseBody;
282
282
  static names(): {
283
283
  [key: string]: string;
284
284
  };
@@ -324,11 +324,11 @@ export declare class CreateDomainExtensionResponseBody extends $tea.Model {
324
324
  });
325
325
  }
326
326
  export declare class CreateDomainExtensionResponse extends $tea.Model {
327
- headers: {
327
+ headers?: {
328
328
  [key: string]: string;
329
329
  };
330
- statusCode: number;
331
- body: CreateDomainExtensionResponseBody;
330
+ statusCode?: number;
331
+ body?: CreateDomainExtensionResponseBody;
332
332
  static names(): {
333
333
  [key: string]: string;
334
334
  };
@@ -399,11 +399,11 @@ export declare class CreateLoadBalancerResponseBody extends $tea.Model {
399
399
  });
400
400
  }
401
401
  export declare class CreateLoadBalancerResponse extends $tea.Model {
402
- headers: {
402
+ headers?: {
403
403
  [key: string]: string;
404
404
  };
405
- statusCode: number;
406
- body: CreateLoadBalancerResponseBody;
405
+ statusCode?: number;
406
+ body?: CreateLoadBalancerResponseBody;
407
407
  static names(): {
408
408
  [key: string]: string;
409
409
  };
@@ -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
  };
@@ -2061,11 +2061,11 @@ export declare class DescribeLoadBalancerHTTPListenerAttributeResponseBody exten
2061
2061
  });
2062
2062
  }
2063
2063
  export declare class DescribeLoadBalancerHTTPListenerAttributeResponse extends $tea.Model {
2064
- headers: {
2064
+ headers?: {
2065
2065
  [key: string]: string;
2066
2066
  };
2067
- statusCode: number;
2068
- body: DescribeLoadBalancerHTTPListenerAttributeResponseBody;
2067
+ statusCode?: number;
2068
+ body?: DescribeLoadBalancerHTTPListenerAttributeResponseBody;
2069
2069
  static names(): {
2070
2070
  [key: string]: string;
2071
2071
  };
@@ -2153,11 +2153,11 @@ export declare class DescribeLoadBalancerHTTPSListenerAttributeResponseBody exte
2153
2153
  });
2154
2154
  }
2155
2155
  export declare class DescribeLoadBalancerHTTPSListenerAttributeResponse extends $tea.Model {
2156
- headers: {
2156
+ headers?: {
2157
2157
  [key: string]: string;
2158
2158
  };
2159
- statusCode: number;
2160
- body: DescribeLoadBalancerHTTPSListenerAttributeResponseBody;
2159
+ statusCode?: number;
2160
+ body?: DescribeLoadBalancerHTTPSListenerAttributeResponseBody;
2161
2161
  static names(): {
2162
2162
  [key: string]: string;
2163
2163
  };
@@ -2208,11 +2208,11 @@ export declare class DescribeLoadBalancerListenersResponseBody extends $tea.Mode
2208
2208
  });
2209
2209
  }
2210
2210
  export declare class DescribeLoadBalancerListenersResponse extends $tea.Model {
2211
- headers: {
2211
+ headers?: {
2212
2212
  [key: string]: string;
2213
2213
  };
2214
- statusCode: number;
2215
- body: DescribeLoadBalancerListenersResponseBody;
2214
+ statusCode?: number;
2215
+ body?: DescribeLoadBalancerListenersResponseBody;
2216
2216
  static names(): {
2217
2217
  [key: string]: string;
2218
2218
  };
@@ -2284,11 +2284,11 @@ export declare class DescribeLoadBalancerTCPListenerAttributeResponseBody extend
2284
2284
  });
2285
2285
  }
2286
2286
  export declare class DescribeLoadBalancerTCPListenerAttributeResponse extends $tea.Model {
2287
- headers: {
2287
+ headers?: {
2288
2288
  [key: string]: string;
2289
2289
  };
2290
- statusCode: number;
2291
- body: DescribeLoadBalancerTCPListenerAttributeResponseBody;
2290
+ statusCode?: number;
2291
+ body?: DescribeLoadBalancerTCPListenerAttributeResponseBody;
2292
2292
  static names(): {
2293
2293
  [key: string]: string;
2294
2294
  };
@@ -2352,11 +2352,11 @@ export declare class DescribeLoadBalancerUDPListenerAttributeResponseBody extend
2352
2352
  });
2353
2353
  }
2354
2354
  export declare class DescribeLoadBalancerUDPListenerAttributeResponse extends $tea.Model {
2355
- headers: {
2355
+ headers?: {
2356
2356
  [key: string]: string;
2357
2357
  };
2358
- statusCode: number;
2359
- body: DescribeLoadBalancerUDPListenerAttributeResponseBody;
2358
+ statusCode?: number;
2359
+ body?: DescribeLoadBalancerUDPListenerAttributeResponseBody;
2360
2360
  static names(): {
2361
2361
  [key: string]: string;
2362
2362
  };
@@ -2420,11 +2420,11 @@ export declare class DescribeLoadBalancersResponseBody extends $tea.Model {
2420
2420
  });
2421
2421
  }
2422
2422
  export declare class DescribeLoadBalancersResponse extends $tea.Model {
2423
- headers: {
2423
+ headers?: {
2424
2424
  [key: string]: string;
2425
2425
  };
2426
- statusCode: number;
2427
- body: DescribeLoadBalancersResponseBody;
2426
+ statusCode?: number;
2427
+ body?: DescribeLoadBalancersResponseBody;
2428
2428
  static names(): {
2429
2429
  [key: string]: string;
2430
2430
  };
@@ -2471,11 +2471,11 @@ export declare class DescribeMasterSlaveServerGroupAttributeResponseBody extends
2471
2471
  });
2472
2472
  }
2473
2473
  export declare class DescribeMasterSlaveServerGroupAttributeResponse extends $tea.Model {
2474
- headers: {
2474
+ headers?: {
2475
2475
  [key: string]: string;
2476
2476
  };
2477
- statusCode: number;
2478
- body: DescribeMasterSlaveServerGroupAttributeResponseBody;
2477
+ statusCode?: number;
2478
+ body?: DescribeMasterSlaveServerGroupAttributeResponseBody;
2479
2479
  static names(): {
2480
2480
  [key: string]: string;
2481
2481
  };
@@ -2520,11 +2520,11 @@ export declare class DescribeMasterSlaveServerGroupsResponseBody extends $tea.Mo
2520
2520
  });
2521
2521
  }
2522
2522
  export declare class DescribeMasterSlaveServerGroupsResponse extends $tea.Model {
2523
- headers: {
2523
+ headers?: {
2524
2524
  [key: string]: string;
2525
2525
  };
2526
- statusCode: number;
2527
- body: DescribeMasterSlaveServerGroupsResponseBody;
2526
+ statusCode?: number;
2527
+ body?: DescribeMasterSlaveServerGroupsResponseBody;
2528
2528
  static names(): {
2529
2529
  [key: string]: string;
2530
2530
  };
@@ -2566,11 +2566,11 @@ export declare class DescribeRegionsResponseBody extends $tea.Model {
2566
2566
  });
2567
2567
  }
2568
2568
  export declare class DescribeRegionsResponse extends $tea.Model {
2569
- headers: {
2569
+ headers?: {
2570
2570
  [key: string]: string;
2571
2571
  };
2572
- statusCode: number;
2573
- body: DescribeRegionsResponseBody;
2572
+ statusCode?: number;
2573
+ body?: DescribeRegionsResponseBody;
2574
2574
  static names(): {
2575
2575
  [key: string]: string;
2576
2576
  };
@@ -2633,11 +2633,11 @@ export declare class DescribeRuleAttributeResponseBody extends $tea.Model {
2633
2633
  });
2634
2634
  }
2635
2635
  export declare class DescribeRuleAttributeResponse extends $tea.Model {
2636
- headers: {
2636
+ headers?: {
2637
2637
  [key: string]: string;
2638
2638
  };
2639
- statusCode: number;
2640
- body: DescribeRuleAttributeResponseBody;
2639
+ statusCode?: number;
2640
+ body?: DescribeRuleAttributeResponseBody;
2641
2641
  static names(): {
2642
2642
  [key: string]: string;
2643
2643
  };
@@ -2681,11 +2681,11 @@ export declare class DescribeRulesResponseBody extends $tea.Model {
2681
2681
  });
2682
2682
  }
2683
2683
  export declare class DescribeRulesResponse extends $tea.Model {
2684
- headers: {
2684
+ headers?: {
2685
2685
  [key: string]: string;
2686
2686
  };
2687
- statusCode: number;
2688
- body: DescribeRulesResponseBody;
2687
+ statusCode?: number;
2688
+ body?: DescribeRulesResponseBody;
2689
2689
  static names(): {
2690
2690
  [key: string]: string;
2691
2691
  };
@@ -2729,11 +2729,11 @@ export declare class DescribeServerCertificatesResponseBody extends $tea.Model {
2729
2729
  });
2730
2730
  }
2731
2731
  export declare class DescribeServerCertificatesResponse extends $tea.Model {
2732
- headers: {
2732
+ headers?: {
2733
2733
  [key: string]: string;
2734
2734
  };
2735
- statusCode: number;
2736
- body: DescribeServerCertificatesResponseBody;
2735
+ statusCode?: number;
2736
+ body?: DescribeServerCertificatesResponseBody;
2737
2737
  static names(): {
2738
2738
  [key: string]: string;
2739
2739
  };
@@ -2782,11 +2782,11 @@ export declare class DescribeTagsResponseBody extends $tea.Model {
2782
2782
  });
2783
2783
  }
2784
2784
  export declare class DescribeTagsResponse extends $tea.Model {
2785
- headers: {
2785
+ headers?: {
2786
2786
  [key: string]: string;
2787
2787
  };
2788
- statusCode: number;
2789
- body: DescribeTagsResponseBody;
2788
+ statusCode?: number;
2789
+ body?: DescribeTagsResponseBody;
2790
2790
  static names(): {
2791
2791
  [key: string]: string;
2792
2792
  };
@@ -2833,11 +2833,11 @@ export declare class DescribeVServerGroupAttributeResponseBody extends $tea.Mode
2833
2833
  });
2834
2834
  }
2835
2835
  export declare class DescribeVServerGroupAttributeResponse extends $tea.Model {
2836
- headers: {
2836
+ headers?: {
2837
2837
  [key: string]: string;
2838
2838
  };
2839
- statusCode: number;
2840
- body: DescribeVServerGroupAttributeResponseBody;
2839
+ statusCode?: number;
2840
+ body?: DescribeVServerGroupAttributeResponseBody;
2841
2841
  static names(): {
2842
2842
  [key: string]: string;
2843
2843
  };
@@ -2883,11 +2883,11 @@ export declare class DescribeVServerGroupsResponseBody extends $tea.Model {
2883
2883
  });
2884
2884
  }
2885
2885
  export declare class DescribeVServerGroupsResponse extends $tea.Model {
2886
- headers: {
2886
+ headers?: {
2887
2887
  [key: string]: string;
2888
2888
  };
2889
- statusCode: number;
2890
- body: DescribeVServerGroupsResponseBody;
2889
+ statusCode?: number;
2890
+ body?: DescribeVServerGroupsResponseBody;
2891
2891
  static names(): {
2892
2892
  [key: string]: string;
2893
2893
  };
@@ -2928,11 +2928,11 @@ export declare class DescribeZonesResponseBody extends $tea.Model {
2928
2928
  });
2929
2929
  }
2930
2930
  export declare class DescribeZonesResponse extends $tea.Model {
2931
- headers: {
2931
+ headers?: {
2932
2932
  [key: string]: string;
2933
2933
  };
2934
- statusCode: number;
2935
- body: DescribeZonesResponseBody;
2934
+ statusCode?: number;
2935
+ body?: DescribeZonesResponseBody;
2936
2936
  static names(): {
2937
2937
  [key: string]: string;
2938
2938
  };
@@ -2976,11 +2976,11 @@ export declare class EnableHighDefinationMonitorResponseBody extends $tea.Model
2976
2976
  });
2977
2977
  }
2978
2978
  export declare class EnableHighDefinationMonitorResponse extends $tea.Model {
2979
- headers: {
2979
+ headers?: {
2980
2980
  [key: string]: string;
2981
2981
  };
2982
- statusCode: number;
2983
- body: EnableHighDefinationMonitorResponseBody;
2982
+ statusCode?: number;
2983
+ body?: EnableHighDefinationMonitorResponseBody;
2984
2984
  static names(): {
2985
2985
  [key: string]: string;
2986
2986
  };
@@ -3029,11 +3029,11 @@ export declare class ListTLSCipherPoliciesResponseBody extends $tea.Model {
3029
3029
  });
3030
3030
  }
3031
3031
  export declare class ListTLSCipherPoliciesResponse extends $tea.Model {
3032
- headers: {
3032
+ headers?: {
3033
3033
  [key: string]: string;
3034
3034
  };
3035
- statusCode: number;
3036
- body: ListTLSCipherPoliciesResponseBody;
3035
+ statusCode?: number;
3036
+ body?: ListTLSCipherPoliciesResponseBody;
3037
3037
  static names(): {
3038
3038
  [key: string]: string;
3039
3039
  };
@@ -3079,11 +3079,11 @@ export declare class ListTagResourcesResponseBody extends $tea.Model {
3079
3079
  });
3080
3080
  }
3081
3081
  export declare class ListTagResourcesResponse extends $tea.Model {
3082
- headers: {
3082
+ headers?: {
3083
3083
  [key: string]: string;
3084
3084
  };
3085
- statusCode: number;
3086
- body: ListTagResourcesResponseBody;
3085
+ statusCode?: number;
3086
+ body?: ListTagResourcesResponseBody;
3087
3087
  static names(): {
3088
3088
  [key: string]: string;
3089
3089
  };
@@ -3126,11 +3126,11 @@ export declare class ModifyHighDefinationMonitorResponseBody extends $tea.Model
3126
3126
  });
3127
3127
  }
3128
3128
  export declare class ModifyHighDefinationMonitorResponse extends $tea.Model {
3129
- headers: {
3129
+ headers?: {
3130
3130
  [key: string]: string;
3131
3131
  };
3132
- statusCode: number;
3133
- body: ModifyHighDefinationMonitorResponseBody;
3132
+ statusCode?: number;
3133
+ body?: ModifyHighDefinationMonitorResponseBody;
3134
3134
  static names(): {
3135
3135
  [key: string]: string;
3136
3136
  };
@@ -3175,11 +3175,11 @@ export declare class ModifyLoadBalancerInstanceChargeTypeResponseBody extends $t
3175
3175
  });
3176
3176
  }
3177
3177
  export declare class ModifyLoadBalancerInstanceChargeTypeResponse extends $tea.Model {
3178
- headers: {
3178
+ headers?: {
3179
3179
  [key: string]: string;
3180
3180
  };
3181
- statusCode: number;
3182
- body: ModifyLoadBalancerInstanceChargeTypeResponseBody;
3181
+ statusCode?: number;
3182
+ body?: ModifyLoadBalancerInstanceChargeTypeResponseBody;
3183
3183
  static names(): {
3184
3184
  [key: string]: string;
3185
3185
  };
@@ -3223,11 +3223,11 @@ export declare class ModifyLoadBalancerInstanceSpecResponseBody extends $tea.Mod
3223
3223
  });
3224
3224
  }
3225
3225
  export declare class ModifyLoadBalancerInstanceSpecResponse extends $tea.Model {
3226
- headers: {
3226
+ headers?: {
3227
3227
  [key: string]: string;
3228
3228
  };
3229
- statusCode: number;
3230
- body: ModifyLoadBalancerInstanceSpecResponseBody;
3229
+ statusCode?: number;
3230
+ body?: ModifyLoadBalancerInstanceSpecResponseBody;
3231
3231
  static names(): {
3232
3232
  [key: string]: string;
3233
3233
  };
@@ -3272,11 +3272,11 @@ export declare class ModifyLoadBalancerInternetSpecResponseBody extends $tea.Mod
3272
3272
  });
3273
3273
  }
3274
3274
  export declare class ModifyLoadBalancerInternetSpecResponse extends $tea.Model {
3275
- headers: {
3275
+ headers?: {
3276
3276
  [key: string]: string;
3277
3277
  };
3278
- statusCode: number;
3279
- body: ModifyLoadBalancerInternetSpecResponseBody;
3278
+ statusCode?: number;
3279
+ body?: ModifyLoadBalancerInternetSpecResponseBody;
3280
3280
  static names(): {
3281
3281
  [key: string]: string;
3282
3282
  };
@@ -3322,11 +3322,11 @@ export declare class ModifyLoadBalancerPayTypeResponseBody extends $tea.Model {
3322
3322
  });
3323
3323
  }
3324
3324
  export declare class ModifyLoadBalancerPayTypeResponse extends $tea.Model {
3325
- headers: {
3325
+ headers?: {
3326
3326
  [key: string]: string;
3327
3327
  };
3328
- statusCode: number;
3329
- body: ModifyLoadBalancerPayTypeResponseBody;
3328
+ statusCode?: number;
3329
+ body?: ModifyLoadBalancerPayTypeResponseBody;
3330
3330
  static names(): {
3331
3331
  [key: string]: string;
3332
3332
  };
@@ -3371,11 +3371,11 @@ export declare class ModifyVServerGroupBackendServersResponseBody extends $tea.M
3371
3371
  });
3372
3372
  }
3373
3373
  export declare class ModifyVServerGroupBackendServersResponse extends $tea.Model {
3374
- headers: {
3374
+ headers?: {
3375
3375
  [key: string]: string;
3376
3376
  };
3377
- statusCode: number;
3378
- body: ModifyVServerGroupBackendServersResponseBody;
3377
+ statusCode?: number;
3378
+ body?: ModifyVServerGroupBackendServersResponseBody;
3379
3379
  static names(): {
3380
3380
  [key: string]: string;
3381
3381
  };
@@ -3420,11 +3420,11 @@ export declare class MoveResourceGroupResponseBody extends $tea.Model {
3420
3420
  });
3421
3421
  }
3422
3422
  export declare class MoveResourceGroupResponse extends $tea.Model {
3423
- headers: {
3423
+ headers?: {
3424
3424
  [key: string]: string;
3425
3425
  };
3426
- statusCode: number;
3427
- body: MoveResourceGroupResponseBody;
3426
+ statusCode?: number;
3427
+ body?: MoveResourceGroupResponseBody;
3428
3428
  static names(): {
3429
3429
  [key: string]: string;
3430
3430
  };
@@ -3466,11 +3466,11 @@ export declare class RemoveAccessControlListEntryResponseBody extends $tea.Model
3466
3466
  });
3467
3467
  }
3468
3468
  export declare class RemoveAccessControlListEntryResponse extends $tea.Model {
3469
- headers: {
3469
+ headers?: {
3470
3470
  [key: string]: string;
3471
3471
  };
3472
- statusCode: number;
3473
- body: RemoveAccessControlListEntryResponseBody;
3472
+ statusCode?: number;
3473
+ body?: RemoveAccessControlListEntryResponseBody;
3474
3474
  static names(): {
3475
3475
  [key: string]: string;
3476
3476
  };
@@ -3514,11 +3514,11 @@ export declare class RemoveBackendServersResponseBody extends $tea.Model {
3514
3514
  });
3515
3515
  }
3516
3516
  export declare class RemoveBackendServersResponse extends $tea.Model {
3517
- headers: {
3517
+ headers?: {
3518
3518
  [key: string]: string;
3519
3519
  };
3520
- statusCode: number;
3521
- body: RemoveBackendServersResponseBody;
3520
+ statusCode?: number;
3521
+ body?: RemoveBackendServersResponseBody;
3522
3522
  static names(): {
3523
3523
  [key: string]: string;
3524
3524
  };
@@ -3562,11 +3562,11 @@ export declare class RemoveListenerWhiteListItemResponseBody extends $tea.Model
3562
3562
  });
3563
3563
  }
3564
3564
  export declare class RemoveListenerWhiteListItemResponse extends $tea.Model {
3565
- headers: {
3565
+ headers?: {
3566
3566
  [key: string]: string;
3567
3567
  };
3568
- statusCode: number;
3569
- body: RemoveListenerWhiteListItemResponseBody;
3568
+ statusCode?: number;
3569
+ body?: RemoveListenerWhiteListItemResponseBody;
3570
3570
  static names(): {
3571
3571
  [key: string]: string;
3572
3572
  };
@@ -3608,11 +3608,11 @@ export declare class RemoveTagsResponseBody extends $tea.Model {
3608
3608
  });
3609
3609
  }
3610
3610
  export declare class RemoveTagsResponse extends $tea.Model {
3611
- headers: {
3611
+ headers?: {
3612
3612
  [key: string]: string;
3613
3613
  };
3614
- statusCode: number;
3615
- body: RemoveTagsResponseBody;
3614
+ statusCode?: number;
3615
+ body?: RemoveTagsResponseBody;
3616
3616
  static names(): {
3617
3617
  [key: string]: string;
3618
3618
  };
@@ -3656,11 +3656,11 @@ export declare class RemoveVServerGroupBackendServersResponseBody extends $tea.M
3656
3656
  });
3657
3657
  }
3658
3658
  export declare class RemoveVServerGroupBackendServersResponse extends $tea.Model {
3659
- headers: {
3659
+ headers?: {
3660
3660
  [key: string]: string;
3661
3661
  };
3662
- statusCode: number;
3663
- body: RemoveVServerGroupBackendServersResponseBody;
3662
+ statusCode?: number;
3663
+ body?: RemoveVServerGroupBackendServersResponseBody;
3664
3664
  static names(): {
3665
3665
  [key: string]: string;
3666
3666
  };
@@ -3702,11 +3702,11 @@ export declare class SetAccessControlListAttributeResponseBody extends $tea.Mode
3702
3702
  });
3703
3703
  }
3704
3704
  export declare class SetAccessControlListAttributeResponse extends $tea.Model {
3705
- headers: {
3705
+ headers?: {
3706
3706
  [key: string]: string;
3707
3707
  };
3708
- statusCode: number;
3709
- body: SetAccessControlListAttributeResponseBody;
3708
+ statusCode?: number;
3709
+ body?: SetAccessControlListAttributeResponseBody;
3710
3710
  static names(): {
3711
3711
  [key: string]: string;
3712
3712
  };
@@ -3749,11 +3749,11 @@ export declare class SetAccessLogsDownloadAttributeResponseBody extends $tea.Mod
3749
3749
  });
3750
3750
  }
3751
3751
  export declare class SetAccessLogsDownloadAttributeResponse extends $tea.Model {
3752
- headers: {
3752
+ headers?: {
3753
3753
  [key: string]: string;
3754
3754
  };
3755
- statusCode: number;
3756
- body: SetAccessLogsDownloadAttributeResponseBody;
3755
+ statusCode?: number;
3756
+ body?: SetAccessLogsDownloadAttributeResponseBody;
3757
3757
  static names(): {
3758
3758
  [key: string]: string;
3759
3759
  };
@@ -3797,11 +3797,11 @@ export declare class SetBackendServersResponseBody extends $tea.Model {
3797
3797
  });
3798
3798
  }
3799
3799
  export declare class SetBackendServersResponse extends $tea.Model {
3800
- headers: {
3800
+ headers?: {
3801
3801
  [key: string]: string;
3802
3802
  };
3803
- statusCode: number;
3804
- body: SetBackendServersResponseBody;
3803
+ statusCode?: number;
3804
+ body?: SetBackendServersResponseBody;
3805
3805
  static names(): {
3806
3806
  [key: string]: string;
3807
3807
  };
@@ -3843,11 +3843,11 @@ export declare class SetCACertificateNameResponseBody extends $tea.Model {
3843
3843
  });
3844
3844
  }
3845
3845
  export declare class SetCACertificateNameResponse extends $tea.Model {
3846
- headers: {
3846
+ headers?: {
3847
3847
  [key: string]: string;
3848
3848
  };
3849
- statusCode: number;
3850
- body: SetCACertificateNameResponseBody;
3849
+ statusCode?: number;
3850
+ body?: SetCACertificateNameResponseBody;
3851
3851
  static names(): {
3852
3852
  [key: string]: string;
3853
3853
  };
@@ -3889,11 +3889,11 @@ export declare class SetDomainExtensionAttributeResponseBody extends $tea.Model
3889
3889
  });
3890
3890
  }
3891
3891
  export declare class SetDomainExtensionAttributeResponse extends $tea.Model {
3892
- headers: {
3892
+ headers?: {
3893
3893
  [key: string]: string;
3894
3894
  };
3895
- statusCode: number;
3896
- body: SetDomainExtensionAttributeResponseBody;
3895
+ statusCode?: number;
3896
+ body?: SetDomainExtensionAttributeResponseBody;
3897
3897
  static names(): {
3898
3898
  [key: string]: string;
3899
3899
  };
@@ -3937,11 +3937,11 @@ export declare class SetListenerAccessControlStatusResponseBody extends $tea.Mod
3937
3937
  });
3938
3938
  }
3939
3939
  export declare class SetListenerAccessControlStatusResponse extends $tea.Model {
3940
- headers: {
3940
+ headers?: {
3941
3941
  [key: string]: string;
3942
3942
  };
3943
- statusCode: number;
3944
- body: SetListenerAccessControlStatusResponseBody;
3943
+ statusCode?: number;
3944
+ body?: SetListenerAccessControlStatusResponseBody;
3945
3945
  static names(): {
3946
3946
  [key: string]: string;
3947
3947
  };
@@ -3983,11 +3983,11 @@ export declare class SetLoadBalancerDeleteProtectionResponseBody extends $tea.Mo
3983
3983
  });
3984
3984
  }
3985
3985
  export declare class SetLoadBalancerDeleteProtectionResponse extends $tea.Model {
3986
- headers: {
3986
+ headers?: {
3987
3987
  [key: string]: string;
3988
3988
  };
3989
- statusCode: number;
3990
- body: SetLoadBalancerDeleteProtectionResponseBody;
3989
+ statusCode?: number;
3990
+ body?: SetLoadBalancerDeleteProtectionResponseBody;
3991
3991
  static names(): {
3992
3992
  [key: string]: string;
3993
3993
  };
@@ -4060,11 +4060,11 @@ export declare class SetLoadBalancerHTTPListenerAttributeResponseBody extends $t
4060
4060
  });
4061
4061
  }
4062
4062
  export declare class SetLoadBalancerHTTPListenerAttributeResponse extends $tea.Model {
4063
- headers: {
4063
+ headers?: {
4064
4064
  [key: string]: string;
4065
4065
  };
4066
- statusCode: number;
4067
- body: SetLoadBalancerHTTPListenerAttributeResponseBody;
4066
+ statusCode?: number;
4067
+ body?: SetLoadBalancerHTTPListenerAttributeResponseBody;
4068
4068
  static names(): {
4069
4069
  [key: string]: string;
4070
4070
  };
@@ -4141,11 +4141,11 @@ export declare class SetLoadBalancerHTTPSListenerAttributeResponseBody extends $
4141
4141
  });
4142
4142
  }
4143
4143
  export declare class SetLoadBalancerHTTPSListenerAttributeResponse extends $tea.Model {
4144
- headers: {
4144
+ headers?: {
4145
4145
  [key: string]: string;
4146
4146
  };
4147
- statusCode: number;
4148
- body: SetLoadBalancerHTTPSListenerAttributeResponseBody;
4147
+ statusCode?: number;
4148
+ body?: SetLoadBalancerHTTPSListenerAttributeResponseBody;
4149
4149
  static names(): {
4150
4150
  [key: string]: string;
4151
4151
  };
@@ -4188,11 +4188,11 @@ export declare class SetLoadBalancerModificationProtectionResponseBody extends $
4188
4188
  });
4189
4189
  }
4190
4190
  export declare class SetLoadBalancerModificationProtectionResponse extends $tea.Model {
4191
- headers: {
4191
+ headers?: {
4192
4192
  [key: string]: string;
4193
4193
  };
4194
- statusCode: number;
4195
- body: SetLoadBalancerModificationProtectionResponseBody;
4194
+ statusCode?: number;
4195
+ body?: SetLoadBalancerModificationProtectionResponseBody;
4196
4196
  static names(): {
4197
4197
  [key: string]: string;
4198
4198
  };
@@ -4234,11 +4234,11 @@ export declare class SetLoadBalancerNameResponseBody extends $tea.Model {
4234
4234
  });
4235
4235
  }
4236
4236
  export declare class SetLoadBalancerNameResponse extends $tea.Model {
4237
- headers: {
4237
+ headers?: {
4238
4238
  [key: string]: string;
4239
4239
  };
4240
- statusCode: number;
4241
- body: SetLoadBalancerNameResponseBody;
4240
+ statusCode?: number;
4241
+ body?: SetLoadBalancerNameResponseBody;
4242
4242
  static names(): {
4243
4243
  [key: string]: string;
4244
4244
  };
@@ -4280,11 +4280,11 @@ export declare class SetLoadBalancerStatusResponseBody extends $tea.Model {
4280
4280
  });
4281
4281
  }
4282
4282
  export declare class SetLoadBalancerStatusResponse extends $tea.Model {
4283
- headers: {
4283
+ headers?: {
4284
4284
  [key: string]: string;
4285
4285
  };
4286
- statusCode: number;
4287
- body: SetLoadBalancerStatusResponseBody;
4286
+ statusCode?: number;
4287
+ body?: SetLoadBalancerStatusResponseBody;
4288
4288
  static names(): {
4289
4289
  [key: string]: string;
4290
4290
  };
@@ -4352,11 +4352,11 @@ export declare class SetLoadBalancerTCPListenerAttributeResponseBody extends $te
4352
4352
  });
4353
4353
  }
4354
4354
  export declare class SetLoadBalancerTCPListenerAttributeResponse extends $tea.Model {
4355
- headers: {
4355
+ headers?: {
4356
4356
  [key: string]: string;
4357
4357
  };
4358
- statusCode: number;
4359
- body: SetLoadBalancerTCPListenerAttributeResponseBody;
4358
+ statusCode?: number;
4359
+ body?: SetLoadBalancerTCPListenerAttributeResponseBody;
4360
4360
  static names(): {
4361
4361
  [key: string]: string;
4362
4362
  };
@@ -4417,11 +4417,11 @@ export declare class SetLoadBalancerUDPListenerAttributeResponseBody extends $te
4417
4417
  });
4418
4418
  }
4419
4419
  export declare class SetLoadBalancerUDPListenerAttributeResponse extends $tea.Model {
4420
- headers: {
4420
+ headers?: {
4421
4421
  [key: string]: string;
4422
4422
  };
4423
- statusCode: number;
4424
- body: SetLoadBalancerUDPListenerAttributeResponseBody;
4423
+ statusCode?: number;
4424
+ body?: SetLoadBalancerUDPListenerAttributeResponseBody;
4425
4425
  static names(): {
4426
4426
  [key: string]: string;
4427
4427
  };
@@ -4479,11 +4479,11 @@ export declare class SetRuleResponseBody extends $tea.Model {
4479
4479
  });
4480
4480
  }
4481
4481
  export declare class SetRuleResponse extends $tea.Model {
4482
- headers: {
4482
+ headers?: {
4483
4483
  [key: string]: string;
4484
4484
  };
4485
- statusCode: number;
4486
- body: SetRuleResponseBody;
4485
+ statusCode?: number;
4486
+ body?: SetRuleResponseBody;
4487
4487
  static names(): {
4488
4488
  [key: string]: string;
4489
4489
  };
@@ -4525,11 +4525,11 @@ export declare class SetServerCertificateNameResponseBody extends $tea.Model {
4525
4525
  });
4526
4526
  }
4527
4527
  export declare class SetServerCertificateNameResponse extends $tea.Model {
4528
- headers: {
4528
+ headers?: {
4529
4529
  [key: string]: string;
4530
4530
  };
4531
- statusCode: number;
4532
- body: SetServerCertificateNameResponseBody;
4531
+ statusCode?: number;
4532
+ body?: SetServerCertificateNameResponseBody;
4533
4533
  static names(): {
4534
4534
  [key: string]: string;
4535
4535
  };
@@ -4574,11 +4574,11 @@ export declare class SetTLSCipherPolicyAttributeResponseBody extends $tea.Model
4574
4574
  });
4575
4575
  }
4576
4576
  export declare class SetTLSCipherPolicyAttributeResponse extends $tea.Model {
4577
- headers: {
4577
+ headers?: {
4578
4578
  [key: string]: string;
4579
4579
  };
4580
- statusCode: number;
4581
- body: SetTLSCipherPolicyAttributeResponseBody;
4580
+ statusCode?: number;
4581
+ body?: SetTLSCipherPolicyAttributeResponseBody;
4582
4582
  static names(): {
4583
4583
  [key: string]: string;
4584
4584
  };
@@ -4624,11 +4624,11 @@ export declare class SetVServerGroupAttributeResponseBody extends $tea.Model {
4624
4624
  });
4625
4625
  }
4626
4626
  export declare class SetVServerGroupAttributeResponse extends $tea.Model {
4627
- headers: {
4627
+ headers?: {
4628
4628
  [key: string]: string;
4629
4629
  };
4630
- statusCode: number;
4631
- body: SetVServerGroupAttributeResponseBody;
4630
+ statusCode?: number;
4631
+ body?: SetVServerGroupAttributeResponseBody;
4632
4632
  static names(): {
4633
4633
  [key: string]: string;
4634
4634
  };
@@ -4671,11 +4671,11 @@ export declare class StartLoadBalancerListenerResponseBody extends $tea.Model {
4671
4671
  });
4672
4672
  }
4673
4673
  export declare class StartLoadBalancerListenerResponse extends $tea.Model {
4674
- headers: {
4674
+ headers?: {
4675
4675
  [key: string]: string;
4676
4676
  };
4677
- statusCode: number;
4678
- body: StartLoadBalancerListenerResponseBody;
4677
+ statusCode?: number;
4678
+ body?: StartLoadBalancerListenerResponseBody;
4679
4679
  static names(): {
4680
4680
  [key: string]: string;
4681
4681
  };
@@ -4718,11 +4718,11 @@ export declare class StopLoadBalancerListenerResponseBody extends $tea.Model {
4718
4718
  });
4719
4719
  }
4720
4720
  export declare class StopLoadBalancerListenerResponse extends $tea.Model {
4721
- headers: {
4721
+ headers?: {
4722
4722
  [key: string]: string;
4723
4723
  };
4724
- statusCode: number;
4725
- body: StopLoadBalancerListenerResponseBody;
4724
+ statusCode?: number;
4725
+ body?: StopLoadBalancerListenerResponseBody;
4726
4726
  static names(): {
4727
4727
  [key: string]: string;
4728
4728
  };
@@ -4765,11 +4765,11 @@ export declare class TagResourcesResponseBody extends $tea.Model {
4765
4765
  });
4766
4766
  }
4767
4767
  export declare class TagResourcesResponse extends $tea.Model {
4768
- headers: {
4768
+ headers?: {
4769
4769
  [key: string]: string;
4770
4770
  };
4771
- statusCode: number;
4772
- body: TagResourcesResponseBody;
4771
+ statusCode?: number;
4772
+ body?: TagResourcesResponseBody;
4773
4773
  static names(): {
4774
4774
  [key: string]: string;
4775
4775
  };
@@ -4813,11 +4813,11 @@ export declare class UntagResourcesResponseBody extends $tea.Model {
4813
4813
  });
4814
4814
  }
4815
4815
  export declare class UntagResourcesResponse extends $tea.Model {
4816
- headers: {
4816
+ headers?: {
4817
4817
  [key: string]: string;
4818
4818
  };
4819
- statusCode: number;
4820
- body: UntagResourcesResponseBody;
4819
+ statusCode?: number;
4820
+ body?: UntagResourcesResponseBody;
4821
4821
  static names(): {
4822
4822
  [key: string]: string;
4823
4823
  };
@@ -4870,11 +4870,11 @@ export declare class UploadCACertificateResponseBody extends $tea.Model {
4870
4870
  });
4871
4871
  }
4872
4872
  export declare class UploadCACertificateResponse extends $tea.Model {
4873
- headers: {
4873
+ headers?: {
4874
4874
  [key: string]: string;
4875
4875
  };
4876
- statusCode: number;
4877
- body: UploadCACertificateResponseBody;
4876
+ statusCode?: number;
4877
+ body?: UploadCACertificateResponseBody;
4878
4878
  static names(): {
4879
4879
  [key: string]: string;
4880
4880
  };
@@ -4936,11 +4936,11 @@ export declare class UploadServerCertificateResponseBody extends $tea.Model {
4936
4936
  });
4937
4937
  }
4938
4938
  export declare class UploadServerCertificateResponse extends $tea.Model {
4939
- headers: {
4939
+ headers?: {
4940
4940
  [key: string]: string;
4941
4941
  };
4942
- statusCode: number;
4943
- body: UploadServerCertificateResponseBody;
4942
+ statusCode?: number;
4943
+ body?: UploadServerCertificateResponseBody;
4944
4944
  static names(): {
4945
4945
  [key: string]: string;
4946
4946
  };
@@ -6959,824 +6959,1656 @@ export default class Client extends OpenApi {
6959
6959
  [key: string]: string;
6960
6960
  }, endpoint: string): string;
6961
6961
  /**
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
6962
+ * @summary Adds IP entries to a network access control list (ACL).
6963
+ *
6964
+ * @description Each network ACL can contain one or more IP addresses or CIDR blocks. Take note of the following limits on network ACLs:
6965
+ * * The number of IP entries that can be added to a network ACL with each Alibaba Cloud account at a time: 50
6966
+ * * The maximum number of IP entries that each network ACL can contain: 300
6967
+ *
6968
+ * @param request AddAccessControlListEntryRequest
6969
+ * @param runtime runtime options for this request RuntimeOptions
6970
+ * @return AddAccessControlListEntryResponse
6969
6971
  */
6970
6972
  addAccessControlListEntryWithOptions(request: AddAccessControlListEntryRequest, runtime: $Util.RuntimeOptions): Promise<AddAccessControlListEntryResponse>;
6971
6973
  /**
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
6974
+ * @summary Adds IP entries to a network access control list (ACL).
6975
+ *
6976
+ * @description Each network ACL can contain one or more IP addresses or CIDR blocks. Take note of the following limits on network ACLs:
6977
+ * * The number of IP entries that can be added to a network ACL with each Alibaba Cloud account at a time: 50
6978
+ * * The maximum number of IP entries that each network ACL can contain: 300
6979
+ *
6980
+ * @param request AddAccessControlListEntryRequest
6981
+ * @return AddAccessControlListEntryResponse
6978
6982
  */
6979
6983
  addAccessControlListEntry(request: AddAccessControlListEntryRequest): Promise<AddAccessControlListEntryResponse>;
6980
6984
  /**
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
6985
+ * @summary Adds backend servers.
6986
+ *
6987
+ * @description > If multiple identical Elastic Compute Service (ECS) instances are specified in a request, only the first ECS instance is added. The other ECS instances are ignored. If the backend server that you add is the same as one of the existing backend servers that are already associated with the listener, an error message is returned.
6988
+ *
6989
+ * @param request AddBackendServersRequest
6990
+ * @param runtime runtime options for this request RuntimeOptions
6991
+ * @return AddBackendServersResponse
6986
6992
  */
6987
6993
  addBackendServersWithOptions(request: AddBackendServersRequest, runtime: $Util.RuntimeOptions): Promise<AddBackendServersResponse>;
6988
6994
  /**
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
6995
+ * @summary Adds backend servers.
6996
+ *
6997
+ * @description > If multiple identical Elastic Compute Service (ECS) instances are specified in a request, only the first ECS instance is added. The other ECS instances are ignored. If the backend server that you add is the same as one of the existing backend servers that are already associated with the listener, an error message is returned.
6998
+ *
6999
+ * @param request AddBackendServersRequest
7000
+ * @return AddBackendServersResponse
6993
7001
  */
6994
7002
  addBackendServers(request: AddBackendServersRequest): Promise<AddBackendServersResponse>;
7003
+ /**
7004
+ * @summary Adds IP addresses to the whitelist of a listener.
7005
+ *
7006
+ * @param request AddListenerWhiteListItemRequest
7007
+ * @param runtime runtime options for this request RuntimeOptions
7008
+ * @return AddListenerWhiteListItemResponse
7009
+ */
6995
7010
  addListenerWhiteListItemWithOptions(request: AddListenerWhiteListItemRequest, runtime: $Util.RuntimeOptions): Promise<AddListenerWhiteListItemResponse>;
7011
+ /**
7012
+ * @summary Adds IP addresses to the whitelist of a listener.
7013
+ *
7014
+ * @param request AddListenerWhiteListItemRequest
7015
+ * @return AddListenerWhiteListItemResponse
7016
+ */
6996
7017
  addListenerWhiteListItem(request: AddListenerWhiteListItemRequest): Promise<AddListenerWhiteListItemResponse>;
6997
7018
  /**
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
7019
+ * @description # Limits
7020
+ * Before you call this API, note the following limits:
7021
+ * * You can add up to 10 tags to each SLB instance.
7022
+ * * You can add up to five pairs of tags at a time.
7023
+ * * All the tags and keys added to an SLB instance must be unique.
7024
+ * * If you add a tag of which the key is the same as that of an existing tag, but the value is different, the new tag overwrites the existing one.
7025
+ *
7026
+ * @param request AddTagsRequest
7027
+ * @param runtime runtime options for this request RuntimeOptions
7028
+ * @return AddTagsResponse
7008
7029
  */
7009
7030
  addTagsWithOptions(request: AddTagsRequest, runtime: $Util.RuntimeOptions): Promise<AddTagsResponse>;
7010
7031
  /**
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
7032
+ * @description # Limits
7033
+ * Before you call this API, note the following limits:
7034
+ * * You can add up to 10 tags to each SLB instance.
7035
+ * * You can add up to five pairs of tags at a time.
7036
+ * * All the tags and keys added to an SLB instance must be unique.
7037
+ * * If you add a tag of which the key is the same as that of an existing tag, but the value is different, the new tag overwrites the existing one.
7038
+ *
7039
+ * @param request AddTagsRequest
7040
+ * @return AddTagsResponse
7020
7041
  */
7021
7042
  addTags(request: AddTagsRequest): Promise<AddTagsResponse>;
7043
+ /**
7044
+ * @summary Adds backend servers to a specified server group.
7045
+ *
7046
+ * @param request AddVServerGroupBackendServersRequest
7047
+ * @param runtime runtime options for this request RuntimeOptions
7048
+ * @return AddVServerGroupBackendServersResponse
7049
+ */
7022
7050
  addVServerGroupBackendServersWithOptions(request: AddVServerGroupBackendServersRequest, runtime: $Util.RuntimeOptions): Promise<AddVServerGroupBackendServersResponse>;
7051
+ /**
7052
+ * @summary Adds backend servers to a specified server group.
7053
+ *
7054
+ * @param request AddVServerGroupBackendServersRequest
7055
+ * @return AddVServerGroupBackendServersResponse
7056
+ */
7023
7057
  addVServerGroupBackendServers(request: AddVServerGroupBackendServersRequest): Promise<AddVServerGroupBackendServersResponse>;
7024
7058
  /**
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
7059
+ * @summary Creates an access control list (ACL).
7060
+ *
7061
+ * @description You can create multiple ACLs. Each ACL can contain one or more IP addresses or CIDR blocks. Before you create an ACL, take note of the following limits:
7062
+ * * An account can have a maximum of 50 ACLs in each region.
7063
+ * * You can add a maximum of 50 IP addresses or CIDR blocks at a time within an account.
7064
+ * * Each ACL can contain a maximum of 300 IP addresses or CIDR blocks.
7065
+ *
7066
+ * @param request CreateAccessControlListRequest
7067
+ * @param runtime runtime options for this request RuntimeOptions
7068
+ * @return CreateAccessControlListResponse
7033
7069
  */
7034
7070
  createAccessControlListWithOptions(request: CreateAccessControlListRequest, runtime: $Util.RuntimeOptions): Promise<CreateAccessControlListResponse>;
7035
7071
  /**
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
7072
+ * @summary Creates an access control list (ACL).
7073
+ *
7074
+ * @description You can create multiple ACLs. Each ACL can contain one or more IP addresses or CIDR blocks. Before you create an ACL, take note of the following limits:
7075
+ * * An account can have a maximum of 50 ACLs in each region.
7076
+ * * You can add a maximum of 50 IP addresses or CIDR blocks at a time within an account.
7077
+ * * Each ACL can contain a maximum of 300 IP addresses or CIDR blocks.
7078
+ *
7079
+ * @param request CreateAccessControlListRequest
7080
+ * @return CreateAccessControlListResponse
7043
7081
  */
7044
7082
  createAccessControlList(request: CreateAccessControlListRequest): Promise<CreateAccessControlListResponse>;
7083
+ /**
7084
+ * @summary Creates a domain name extension.
7085
+ *
7086
+ * @param request CreateDomainExtensionRequest
7087
+ * @param runtime runtime options for this request RuntimeOptions
7088
+ * @return CreateDomainExtensionResponse
7089
+ */
7045
7090
  createDomainExtensionWithOptions(request: CreateDomainExtensionRequest, runtime: $Util.RuntimeOptions): Promise<CreateDomainExtensionResponse>;
7091
+ /**
7092
+ * @summary Creates a domain name extension.
7093
+ *
7094
+ * @param request CreateDomainExtensionRequest
7095
+ * @return CreateDomainExtensionResponse
7096
+ */
7046
7097
  createDomainExtension(request: CreateDomainExtensionRequest): Promise<CreateDomainExtensionResponse>;
7047
7098
  /**
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
7099
+ * @summary Creates a Classic Load Balancer (CLB) instance.
7100
+ *
7101
+ * @description * Before you create a CLB instance, call the [DescribeAvailableResource](~~DescribeAvailableResource~~) operation to query the resources available for purchase in the region where you want to create the CLB instance.
7102
+ * * After a CLB instance is created, you are charged for using the CLB instance.
7103
+ * * The pay-as-you-go billing method supports the pay-by-specification and pay-by-LCU metering methods.
7104
+ *
7105
+ * @param request CreateLoadBalancerRequest
7106
+ * @param runtime runtime options for this request RuntimeOptions
7107
+ * @return CreateLoadBalancerResponse
7055
7108
  */
7056
7109
  createLoadBalancerWithOptions(request: CreateLoadBalancerRequest, runtime: $Util.RuntimeOptions): Promise<CreateLoadBalancerResponse>;
7057
7110
  /**
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
7111
+ * @summary Creates a Classic Load Balancer (CLB) instance.
7112
+ *
7113
+ * @description * Before you create a CLB instance, call the [DescribeAvailableResource](~~DescribeAvailableResource~~) operation to query the resources available for purchase in the region where you want to create the CLB instance.
7114
+ * * After a CLB instance is created, you are charged for using the CLB instance.
7115
+ * * The pay-as-you-go billing method supports the pay-by-specification and pay-by-LCU metering methods.
7116
+ *
7117
+ * @param request CreateLoadBalancerRequest
7118
+ * @return CreateLoadBalancerResponse
7064
7119
  */
7065
7120
  createLoadBalancer(request: CreateLoadBalancerRequest): Promise<CreateLoadBalancerResponse>;
7066
7121
  /**
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
7122
+ * @summary Creates an HTTP listener for a Classic Load Balancer (CLB) instance.
7123
+ *
7124
+ * @description A newly created listener is in the **stopped** state. After a listener is created, you can call the [StartLoadBalancerListener](~~StartLoadBalancerListener~~) operation to start the listener. After the listener is started, the listener can forward traffic to backend servers.
7125
+ * ## Prerequisites
7126
+ * A Classic Load Balancer (CLB) instance is created. For more information, see [CreateLoadBalancer](~~StartLoadBalancerListener~~).
7127
+ *
7128
+ * @param request CreateLoadBalancerHTTPListenerRequest
7129
+ * @param runtime runtime options for this request RuntimeOptions
7130
+ * @return CreateLoadBalancerHTTPListenerResponse
7074
7131
  */
7075
7132
  createLoadBalancerHTTPListenerWithOptions(request: CreateLoadBalancerHTTPListenerRequest, runtime: $Util.RuntimeOptions): Promise<CreateLoadBalancerHTTPListenerResponse>;
7076
7133
  /**
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
7134
+ * @summary Creates an HTTP listener for a Classic Load Balancer (CLB) instance.
7135
+ *
7136
+ * @description A newly created listener is in the **stopped** state. After a listener is created, you can call the [StartLoadBalancerListener](~~StartLoadBalancerListener~~) operation to start the listener. After the listener is started, the listener can forward traffic to backend servers.
7137
+ * ## Prerequisites
7138
+ * A Classic Load Balancer (CLB) instance is created. For more information, see [CreateLoadBalancer](~~StartLoadBalancerListener~~).
7139
+ *
7140
+ * @param request CreateLoadBalancerHTTPListenerRequest
7141
+ * @return CreateLoadBalancerHTTPListenerResponse
7083
7142
  */
7084
7143
  createLoadBalancerHTTPListener(request: CreateLoadBalancerHTTPListenerRequest): Promise<CreateLoadBalancerHTTPListenerResponse>;
7085
7144
  /**
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
7145
+ * @summary Creates an HTTPS listener.
7146
+ *
7147
+ * @description A newly created listener is in the **stopped** state. After a listener is created, you can call the [StartLoadBalancerListener](https://help.aliyun.com/document_detail/27597.html) operation to start the listener. After the listener is started, the listener can forward traffic to backend servers.
7148
+ * ## Prerequisites
7149
+ * A Classic Load Balancer (CLB) instance is created. For more information, see [CreateLoadBalancer](https://www.alibabacloud.com/help/en/server-load-balancer/latest/createloadbalancer-2).
7150
+ *
7151
+ * @param request CreateLoadBalancerHTTPSListenerRequest
7152
+ * @param runtime runtime options for this request RuntimeOptions
7153
+ * @return CreateLoadBalancerHTTPSListenerResponse
7093
7154
  */
7094
7155
  createLoadBalancerHTTPSListenerWithOptions(request: CreateLoadBalancerHTTPSListenerRequest, runtime: $Util.RuntimeOptions): Promise<CreateLoadBalancerHTTPSListenerResponse>;
7095
7156
  /**
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
7157
+ * @summary Creates an HTTPS listener.
7158
+ *
7159
+ * @description A newly created listener is in the **stopped** state. After a listener is created, you can call the [StartLoadBalancerListener](https://help.aliyun.com/document_detail/27597.html) operation to start the listener. After the listener is started, the listener can forward traffic to backend servers.
7160
+ * ## Prerequisites
7161
+ * A Classic Load Balancer (CLB) instance is created. For more information, see [CreateLoadBalancer](https://www.alibabacloud.com/help/en/server-load-balancer/latest/createloadbalancer-2).
7162
+ *
7163
+ * @param request CreateLoadBalancerHTTPSListenerRequest
7164
+ * @return CreateLoadBalancerHTTPSListenerResponse
7102
7165
  */
7103
7166
  createLoadBalancerHTTPSListener(request: CreateLoadBalancerHTTPSListenerRequest): Promise<CreateLoadBalancerHTTPSListenerResponse>;
7104
7167
  /**
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
7168
+ * @summary Creates a TCP listener.
7169
+ *
7170
+ * @description > A newly created listener is in the **stopped** state. After a listener is created, you can call the [StartLoadBalancerListener](https://help.aliyun.com/document_detail/27597.html) operation to enable the listener to forward traffic to backend servers.
7171
+ *
7172
+ * @param request CreateLoadBalancerTCPListenerRequest
7173
+ * @param runtime runtime options for this request RuntimeOptions
7174
+ * @return CreateLoadBalancerTCPListenerResponse
7110
7175
  */
7111
7176
  createLoadBalancerTCPListenerWithOptions(request: CreateLoadBalancerTCPListenerRequest, runtime: $Util.RuntimeOptions): Promise<CreateLoadBalancerTCPListenerResponse>;
7112
7177
  /**
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
7178
+ * @summary Creates a TCP listener.
7179
+ *
7180
+ * @description > A newly created listener is in the **stopped** state. After a listener is created, you can call the [StartLoadBalancerListener](https://help.aliyun.com/document_detail/27597.html) operation to enable the listener to forward traffic to backend servers.
7181
+ *
7182
+ * @param request CreateLoadBalancerTCPListenerRequest
7183
+ * @return CreateLoadBalancerTCPListenerResponse
7117
7184
  */
7118
7185
  createLoadBalancerTCPListener(request: CreateLoadBalancerTCPListenerRequest): Promise<CreateLoadBalancerTCPListenerResponse>;
7119
7186
  /**
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
7187
+ * @summary Creates a UDP listener.
7188
+ *
7189
+ * @description UDP listeners of Classic Load Balancer (CLB) instances in a classic network cannot pass client IP addresses to backend servers.
7190
+ * > A newly created listener is in the **stopped** state. After a listener is created, you can call the [StartLoadBalancerListener](https://help.aliyun.com/document_detail/27597.html) operation to enable the listener to forward traffic to backend servers.
7191
+ *
7192
+ * @param request CreateLoadBalancerUDPListenerRequest
7193
+ * @param runtime runtime options for this request RuntimeOptions
7194
+ * @return CreateLoadBalancerUDPListenerResponse
7126
7195
  */
7127
7196
  createLoadBalancerUDPListenerWithOptions(request: CreateLoadBalancerUDPListenerRequest, runtime: $Util.RuntimeOptions): Promise<CreateLoadBalancerUDPListenerResponse>;
7128
7197
  /**
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
7198
+ * @summary Creates a UDP listener.
7199
+ *
7200
+ * @description UDP listeners of Classic Load Balancer (CLB) instances in a classic network cannot pass client IP addresses to backend servers.
7201
+ * > A newly created listener is in the **stopped** state. After a listener is created, you can call the [StartLoadBalancerListener](https://help.aliyun.com/document_detail/27597.html) operation to enable the listener to forward traffic to backend servers.
7202
+ *
7203
+ * @param request CreateLoadBalancerUDPListenerRequest
7204
+ * @return CreateLoadBalancerUDPListenerResponse
7134
7205
  */
7135
7206
  createLoadBalancerUDPListener(request: CreateLoadBalancerUDPListenerRequest): Promise<CreateLoadBalancerUDPListenerResponse>;
7207
+ /**
7208
+ * @summary Creates a primary/secondary server group. A primary/secondary server group can contain only two Elastic Compute Service (ECS) instances. One of the ECS instances functions as the primary server and the other functions as the secondary server.
7209
+ *
7210
+ * @param request CreateMasterSlaveServerGroupRequest
7211
+ * @param runtime runtime options for this request RuntimeOptions
7212
+ * @return CreateMasterSlaveServerGroupResponse
7213
+ */
7136
7214
  createMasterSlaveServerGroupWithOptions(request: CreateMasterSlaveServerGroupRequest, runtime: $Util.RuntimeOptions): Promise<CreateMasterSlaveServerGroupResponse>;
7215
+ /**
7216
+ * @summary Creates a primary/secondary server group. A primary/secondary server group can contain only two Elastic Compute Service (ECS) instances. One of the ECS instances functions as the primary server and the other functions as the secondary server.
7217
+ *
7218
+ * @param request CreateMasterSlaveServerGroupRequest
7219
+ * @return CreateMasterSlaveServerGroupResponse
7220
+ */
7137
7221
  createMasterSlaveServerGroup(request: CreateMasterSlaveServerGroupRequest): Promise<CreateMasterSlaveServerGroupResponse>;
7222
+ /**
7223
+ * @summary Creates forwarding rules for an HTTP or HTTPS listener.
7224
+ *
7225
+ * @param request CreateRulesRequest
7226
+ * @param runtime runtime options for this request RuntimeOptions
7227
+ * @return CreateRulesResponse
7228
+ */
7138
7229
  createRulesWithOptions(request: CreateRulesRequest, runtime: $Util.RuntimeOptions): Promise<CreateRulesResponse>;
7230
+ /**
7231
+ * @summary Creates forwarding rules for an HTTP or HTTPS listener.
7232
+ *
7233
+ * @param request CreateRulesRequest
7234
+ * @return CreateRulesResponse
7235
+ */
7139
7236
  createRules(request: CreateRulesRequest): Promise<CreateRulesResponse>;
7237
+ /**
7238
+ * @summary Creates a Transport Layer Security (TLS) policy.
7239
+ *
7240
+ * @param request CreateTLSCipherPolicyRequest
7241
+ * @param runtime runtime options for this request RuntimeOptions
7242
+ * @return CreateTLSCipherPolicyResponse
7243
+ */
7140
7244
  createTLSCipherPolicyWithOptions(request: CreateTLSCipherPolicyRequest, runtime: $Util.RuntimeOptions): Promise<CreateTLSCipherPolicyResponse>;
7245
+ /**
7246
+ * @summary Creates a Transport Layer Security (TLS) policy.
7247
+ *
7248
+ * @param request CreateTLSCipherPolicyRequest
7249
+ * @return CreateTLSCipherPolicyResponse
7250
+ */
7141
7251
  createTLSCipherPolicy(request: CreateTLSCipherPolicyRequest): Promise<CreateTLSCipherPolicyResponse>;
7252
+ /**
7253
+ * @summary Creates a vServer group and adds backend servers to the vServer group.
7254
+ *
7255
+ * @param request CreateVServerGroupRequest
7256
+ * @param runtime runtime options for this request RuntimeOptions
7257
+ * @return CreateVServerGroupResponse
7258
+ */
7142
7259
  createVServerGroupWithOptions(request: CreateVServerGroupRequest, runtime: $Util.RuntimeOptions): Promise<CreateVServerGroupResponse>;
7260
+ /**
7261
+ * @summary Creates a vServer group and adds backend servers to the vServer group.
7262
+ *
7263
+ * @param request CreateVServerGroupRequest
7264
+ * @return CreateVServerGroupResponse
7265
+ */
7143
7266
  createVServerGroup(request: CreateVServerGroupRequest): Promise<CreateVServerGroupResponse>;
7144
7267
  /**
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
7268
+ * @summary Deletes an access control list (ACL).
7269
+ *
7270
+ * @description You can delete an ACL only if it is not associated with a listener.
7271
+ *
7272
+ * @param request DeleteAccessControlListRequest
7273
+ * @param runtime runtime options for this request RuntimeOptions
7274
+ * @return DeleteAccessControlListResponse
7150
7275
  */
7151
7276
  deleteAccessControlListWithOptions(request: DeleteAccessControlListRequest, runtime: $Util.RuntimeOptions): Promise<DeleteAccessControlListResponse>;
7152
7277
  /**
7153
- * You can delete an ACL only if it is not associated with a listener.
7154
- *
7155
- * @param request DeleteAccessControlListRequest
7156
- * @return DeleteAccessControlListResponse
7278
+ * @summary Deletes an access control list (ACL).
7279
+ *
7280
+ * @description You can delete an ACL only if it is not associated with a listener.
7281
+ *
7282
+ * @param request DeleteAccessControlListRequest
7283
+ * @return DeleteAccessControlListResponse
7157
7284
  */
7158
7285
  deleteAccessControlList(request: DeleteAccessControlListRequest): Promise<DeleteAccessControlListResponse>;
7286
+ /**
7287
+ * @summary Deletes the access log of a Classic Load Balancer (CLB) instance.
7288
+ *
7289
+ * @param request DeleteAccessLogsDownloadAttributeRequest
7290
+ * @param runtime runtime options for this request RuntimeOptions
7291
+ * @return DeleteAccessLogsDownloadAttributeResponse
7292
+ */
7159
7293
  deleteAccessLogsDownloadAttributeWithOptions(request: DeleteAccessLogsDownloadAttributeRequest, runtime: $Util.RuntimeOptions): Promise<DeleteAccessLogsDownloadAttributeResponse>;
7294
+ /**
7295
+ * @summary Deletes the access log of a Classic Load Balancer (CLB) instance.
7296
+ *
7297
+ * @param request DeleteAccessLogsDownloadAttributeRequest
7298
+ * @return DeleteAccessLogsDownloadAttributeResponse
7299
+ */
7160
7300
  deleteAccessLogsDownloadAttribute(request: DeleteAccessLogsDownloadAttributeRequest): Promise<DeleteAccessLogsDownloadAttributeResponse>;
7161
7301
  /**
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
7302
+ * @summary Deletes a certificate authority (CA) certificate.
7303
+ *
7304
+ * @description You cannot delete a CA certificate that is in use.
7305
+ *
7306
+ * @param request DeleteCACertificateRequest
7307
+ * @param runtime runtime options for this request RuntimeOptions
7308
+ * @return DeleteCACertificateResponse
7167
7309
  */
7168
7310
  deleteCACertificateWithOptions(request: DeleteCACertificateRequest, runtime: $Util.RuntimeOptions): Promise<DeleteCACertificateResponse>;
7169
7311
  /**
7170
- * You cannot delete a CA certificate that is in use.
7171
- *
7172
- * @param request DeleteCACertificateRequest
7173
- * @return DeleteCACertificateResponse
7312
+ * @summary Deletes a certificate authority (CA) certificate.
7313
+ *
7314
+ * @description You cannot delete a CA certificate that is in use.
7315
+ *
7316
+ * @param request DeleteCACertificateRequest
7317
+ * @return DeleteCACertificateResponse
7174
7318
  */
7175
7319
  deleteCACertificate(request: DeleteCACertificateRequest): Promise<DeleteCACertificateResponse>;
7320
+ /**
7321
+ * @summary Deletes an additional domain name.
7322
+ *
7323
+ * @param request DeleteDomainExtensionRequest
7324
+ * @param runtime runtime options for this request RuntimeOptions
7325
+ * @return DeleteDomainExtensionResponse
7326
+ */
7176
7327
  deleteDomainExtensionWithOptions(request: DeleteDomainExtensionRequest, runtime: $Util.RuntimeOptions): Promise<DeleteDomainExtensionResponse>;
7328
+ /**
7329
+ * @summary Deletes an additional domain name.
7330
+ *
7331
+ * @param request DeleteDomainExtensionRequest
7332
+ * @return DeleteDomainExtensionResponse
7333
+ */
7177
7334
  deleteDomainExtension(request: DeleteDomainExtensionRequest): Promise<DeleteDomainExtensionResponse>;
7178
7335
  /**
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
7336
+ * @summary Deletes a pay-as-you-go Server Load Balancer (SLB) instance.
7337
+ *
7338
+ * @description > The listeners and tags of the SLB instance are deleted along with the SLB instance.
7339
+ *
7340
+ * @param request DeleteLoadBalancerRequest
7341
+ * @param runtime runtime options for this request RuntimeOptions
7342
+ * @return DeleteLoadBalancerResponse
7184
7343
  */
7185
7344
  deleteLoadBalancerWithOptions(request: DeleteLoadBalancerRequest, runtime: $Util.RuntimeOptions): Promise<DeleteLoadBalancerResponse>;
7186
7345
  /**
7187
- * > The listeners and tags of the SLB instance are deleted along with the SLB instance.
7188
- *
7189
- * @param request DeleteLoadBalancerRequest
7190
- * @return DeleteLoadBalancerResponse
7346
+ * @summary Deletes a pay-as-you-go Server Load Balancer (SLB) instance.
7347
+ *
7348
+ * @description > The listeners and tags of the SLB instance are deleted along with the SLB instance.
7349
+ *
7350
+ * @param request DeleteLoadBalancerRequest
7351
+ * @return DeleteLoadBalancerResponse
7191
7352
  */
7192
7353
  deleteLoadBalancer(request: DeleteLoadBalancerRequest): Promise<DeleteLoadBalancerResponse>;
7193
7354
  /**
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
7355
+ * @summary Deletes a listener.
7356
+ *
7357
+ * @description > You can delete only listeners that are in the **stopped** or **running** state.
7358
+ *
7359
+ * @param request DeleteLoadBalancerListenerRequest
7360
+ * @param runtime runtime options for this request RuntimeOptions
7361
+ * @return DeleteLoadBalancerListenerResponse
7199
7362
  */
7200
7363
  deleteLoadBalancerListenerWithOptions(request: DeleteLoadBalancerListenerRequest, runtime: $Util.RuntimeOptions): Promise<DeleteLoadBalancerListenerResponse>;
7201
7364
  /**
7202
- * > You can delete only listeners that are in the **stopped** or **running** state.
7203
- *
7204
- * @param request DeleteLoadBalancerListenerRequest
7205
- * @return DeleteLoadBalancerListenerResponse
7365
+ * @summary Deletes a listener.
7366
+ *
7367
+ * @description > You can delete only listeners that are in the **stopped** or **running** state.
7368
+ *
7369
+ * @param request DeleteLoadBalancerListenerRequest
7370
+ * @return DeleteLoadBalancerListenerResponse
7206
7371
  */
7207
7372
  deleteLoadBalancerListener(request: DeleteLoadBalancerListenerRequest): Promise<DeleteLoadBalancerListenerResponse>;
7373
+ /**
7374
+ * @summary Deletes an active/standby server group.
7375
+ *
7376
+ * @param request DeleteMasterSlaveServerGroupRequest
7377
+ * @param runtime runtime options for this request RuntimeOptions
7378
+ * @return DeleteMasterSlaveServerGroupResponse
7379
+ */
7208
7380
  deleteMasterSlaveServerGroupWithOptions(request: DeleteMasterSlaveServerGroupRequest, runtime: $Util.RuntimeOptions): Promise<DeleteMasterSlaveServerGroupResponse>;
7381
+ /**
7382
+ * @summary Deletes an active/standby server group.
7383
+ *
7384
+ * @param request DeleteMasterSlaveServerGroupRequest
7385
+ * @return DeleteMasterSlaveServerGroupResponse
7386
+ */
7209
7387
  deleteMasterSlaveServerGroup(request: DeleteMasterSlaveServerGroupRequest): Promise<DeleteMasterSlaveServerGroupResponse>;
7210
7388
  /**
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
7389
+ * @summary Deletes forwarding rules.
7390
+ *
7391
+ * @description ## Limits
7392
+ * The RuleIds parameter is required. You can specify up to 10 forwarding rules in each request.
7393
+ *
7394
+ * @param request DeleteRulesRequest
7395
+ * @param runtime runtime options for this request RuntimeOptions
7396
+ * @return DeleteRulesResponse
7217
7397
  */
7218
7398
  deleteRulesWithOptions(request: DeleteRulesRequest, runtime: $Util.RuntimeOptions): Promise<DeleteRulesResponse>;
7219
7399
  /**
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
7400
+ * @summary Deletes forwarding rules.
7401
+ *
7402
+ * @description ## Limits
7403
+ * The RuleIds parameter is required. You can specify up to 10 forwarding rules in each request.
7404
+ *
7405
+ * @param request DeleteRulesRequest
7406
+ * @return DeleteRulesResponse
7225
7407
  */
7226
7408
  deleteRules(request: DeleteRulesRequest): Promise<DeleteRulesResponse>;
7227
7409
  /**
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
7410
+ * @summary Deletes a server certificate.
7411
+ *
7412
+ * @description > You cannot delete server certificates that are in use.
7413
+ *
7414
+ * @param request DeleteServerCertificateRequest
7415
+ * @param runtime runtime options for this request RuntimeOptions
7416
+ * @return DeleteServerCertificateResponse
7233
7417
  */
7234
7418
  deleteServerCertificateWithOptions(request: DeleteServerCertificateRequest, runtime: $Util.RuntimeOptions): Promise<DeleteServerCertificateResponse>;
7235
7419
  /**
7236
- * > You cannot delete server certificates that are in use.
7237
- *
7238
- * @param request DeleteServerCertificateRequest
7239
- * @return DeleteServerCertificateResponse
7420
+ * @summary Deletes a server certificate.
7421
+ *
7422
+ * @description > You cannot delete server certificates that are in use.
7423
+ *
7424
+ * @param request DeleteServerCertificateRequest
7425
+ * @return DeleteServerCertificateResponse
7240
7426
  */
7241
7427
  deleteServerCertificate(request: DeleteServerCertificateRequest): Promise<DeleteServerCertificateResponse>;
7242
7428
  /**
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
7429
+ * @summary Deletes a TLS policy.
7430
+ *
7431
+ * @description ## Debugging
7432
+ * [OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer. OpenAPI Explorer dynamically generates the sample code of the operation for different SDKs.](https://api.aliyun.com/#product=Slb\\&api=DeleteTLSCipherPolicy\\&type=RPC\\&version=2014-05-15)
7433
+ *
7434
+ * @param request DeleteTLSCipherPolicyRequest
7435
+ * @param runtime runtime options for this request RuntimeOptions
7436
+ * @return DeleteTLSCipherPolicyResponse
7249
7437
  */
7250
7438
  deleteTLSCipherPolicyWithOptions(request: DeleteTLSCipherPolicyRequest, runtime: $Util.RuntimeOptions): Promise<DeleteTLSCipherPolicyResponse>;
7251
7439
  /**
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
7440
+ * @summary Deletes a TLS policy.
7441
+ *
7442
+ * @description ## Debugging
7443
+ * [OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer. OpenAPI Explorer dynamically generates the sample code of the operation for different SDKs.](https://api.aliyun.com/#product=Slb\\&api=DeleteTLSCipherPolicy\\&type=RPC\\&version=2014-05-15)
7444
+ *
7445
+ * @param request DeleteTLSCipherPolicyRequest
7446
+ * @return DeleteTLSCipherPolicyResponse
7257
7447
  */
7258
7448
  deleteTLSCipherPolicy(request: DeleteTLSCipherPolicyRequest): Promise<DeleteTLSCipherPolicyResponse>;
7449
+ /**
7450
+ * @summary Deletes a VServer group.
7451
+ *
7452
+ * @param request DeleteVServerGroupRequest
7453
+ * @param runtime runtime options for this request RuntimeOptions
7454
+ * @return DeleteVServerGroupResponse
7455
+ */
7259
7456
  deleteVServerGroupWithOptions(request: DeleteVServerGroupRequest, runtime: $Util.RuntimeOptions): Promise<DeleteVServerGroupResponse>;
7457
+ /**
7458
+ * @summary Deletes a VServer group.
7459
+ *
7460
+ * @param request DeleteVServerGroupRequest
7461
+ * @return DeleteVServerGroupResponse
7462
+ */
7260
7463
  deleteVServerGroup(request: DeleteVServerGroupRequest): Promise<DeleteVServerGroupResponse>;
7464
+ /**
7465
+ * @summary Queries the configuration of an access control list (ACL).
7466
+ *
7467
+ * @param request DescribeAccessControlListAttributeRequest
7468
+ * @param runtime runtime options for this request RuntimeOptions
7469
+ * @return DescribeAccessControlListAttributeResponse
7470
+ */
7261
7471
  describeAccessControlListAttributeWithOptions(request: DescribeAccessControlListAttributeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAccessControlListAttributeResponse>;
7472
+ /**
7473
+ * @summary Queries the configuration of an access control list (ACL).
7474
+ *
7475
+ * @param request DescribeAccessControlListAttributeRequest
7476
+ * @return DescribeAccessControlListAttributeResponse
7477
+ */
7262
7478
  describeAccessControlListAttribute(request: DescribeAccessControlListAttributeRequest): Promise<DescribeAccessControlListAttributeResponse>;
7479
+ /**
7480
+ * @summary Queries access control lists (ACLs).
7481
+ *
7482
+ * @param request DescribeAccessControlListsRequest
7483
+ * @param runtime runtime options for this request RuntimeOptions
7484
+ * @return DescribeAccessControlListsResponse
7485
+ */
7263
7486
  describeAccessControlListsWithOptions(request: DescribeAccessControlListsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAccessControlListsResponse>;
7487
+ /**
7488
+ * @summary Queries access control lists (ACLs).
7489
+ *
7490
+ * @param request DescribeAccessControlListsRequest
7491
+ * @return DescribeAccessControlListsResponse
7492
+ */
7264
7493
  describeAccessControlLists(request: DescribeAccessControlListsRequest): Promise<DescribeAccessControlListsResponse>;
7494
+ /**
7495
+ * @summary Queries the access log of a Classic Load Balancer (CLB) instance.
7496
+ *
7497
+ * @param request DescribeAccessLogsDownloadAttributeRequest
7498
+ * @param runtime runtime options for this request RuntimeOptions
7499
+ * @return DescribeAccessLogsDownloadAttributeResponse
7500
+ */
7265
7501
  describeAccessLogsDownloadAttributeWithOptions(request: DescribeAccessLogsDownloadAttributeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAccessLogsDownloadAttributeResponse>;
7502
+ /**
7503
+ * @summary Queries the access log of a Classic Load Balancer (CLB) instance.
7504
+ *
7505
+ * @param request DescribeAccessLogsDownloadAttributeRequest
7506
+ * @return DescribeAccessLogsDownloadAttributeResponse
7507
+ */
7266
7508
  describeAccessLogsDownloadAttribute(request: DescribeAccessLogsDownloadAttributeRequest): Promise<DescribeAccessLogsDownloadAttributeResponse>;
7267
7509
  /**
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
7510
+ * @summary Queries the available resources and resources that are available for purchase in the zones of a region.
7511
+ *
7512
+ * @description > Only the available resources and zones are returned.
7513
+ *
7514
+ * @param request DescribeAvailableResourceRequest
7515
+ * @param runtime runtime options for this request RuntimeOptions
7516
+ * @return DescribeAvailableResourceResponse
7273
7517
  */
7274
7518
  describeAvailableResourceWithOptions(request: DescribeAvailableResourceRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAvailableResourceResponse>;
7275
7519
  /**
7276
- * > Only the available resources and zones are returned.
7277
- *
7278
- * @param request DescribeAvailableResourceRequest
7279
- * @return DescribeAvailableResourceResponse
7520
+ * @summary Queries the available resources and resources that are available for purchase in the zones of a region.
7521
+ *
7522
+ * @description > Only the available resources and zones are returned.
7523
+ *
7524
+ * @param request DescribeAvailableResourceRequest
7525
+ * @return DescribeAvailableResourceResponse
7280
7526
  */
7281
7527
  describeAvailableResource(request: DescribeAvailableResourceRequest): Promise<DescribeAvailableResourceResponse>;
7282
7528
  /**
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
7529
+ * @summary Queries certificate authority (CA) certificates.
7530
+ *
7531
+ * @description > To ensure data confidentiality, only the certificate fingerprint and name are returned. The certificate content is not returned.
7532
+ *
7533
+ * @param request DescribeCACertificatesRequest
7534
+ * @param runtime runtime options for this request RuntimeOptions
7535
+ * @return DescribeCACertificatesResponse
7288
7536
  */
7289
7537
  describeCACertificatesWithOptions(request: DescribeCACertificatesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeCACertificatesResponse>;
7290
7538
  /**
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
7539
+ * @summary Queries certificate authority (CA) certificates.
7540
+ *
7541
+ * @description > To ensure data confidentiality, only the certificate fingerprint and name are returned. The certificate content is not returned.
7542
+ *
7543
+ * @param request DescribeCACertificatesRequest
7544
+ * @return DescribeCACertificatesResponse
7295
7545
  */
7296
7546
  describeCACertificates(request: DescribeCACertificatesRequest): Promise<DescribeCACertificatesResponse>;
7547
+ /**
7548
+ * @summary Queries the attributes of an additional certificate.
7549
+ *
7550
+ * @param request DescribeDomainExtensionAttributeRequest
7551
+ * @param runtime runtime options for this request RuntimeOptions
7552
+ * @return DescribeDomainExtensionAttributeResponse
7553
+ */
7297
7554
  describeDomainExtensionAttributeWithOptions(request: DescribeDomainExtensionAttributeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDomainExtensionAttributeResponse>;
7555
+ /**
7556
+ * @summary Queries the attributes of an additional certificate.
7557
+ *
7558
+ * @param request DescribeDomainExtensionAttributeRequest
7559
+ * @return DescribeDomainExtensionAttributeResponse
7560
+ */
7298
7561
  describeDomainExtensionAttribute(request: DescribeDomainExtensionAttributeRequest): Promise<DescribeDomainExtensionAttributeResponse>;
7562
+ /**
7563
+ * @summary Queries additional certificates.
7564
+ *
7565
+ * @param request DescribeDomainExtensionsRequest
7566
+ * @param runtime runtime options for this request RuntimeOptions
7567
+ * @return DescribeDomainExtensionsResponse
7568
+ */
7299
7569
  describeDomainExtensionsWithOptions(request: DescribeDomainExtensionsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDomainExtensionsResponse>;
7570
+ /**
7571
+ * @summary Queries additional certificates.
7572
+ *
7573
+ * @param request DescribeDomainExtensionsRequest
7574
+ * @return DescribeDomainExtensionsResponse
7575
+ */
7300
7576
  describeDomainExtensions(request: DescribeDomainExtensionsRequest): Promise<DescribeDomainExtensionsResponse>;
7577
+ /**
7578
+ * @summary Queries the health status of backend servers.
7579
+ *
7580
+ * @param request DescribeHealthStatusRequest
7581
+ * @param runtime runtime options for this request RuntimeOptions
7582
+ * @return DescribeHealthStatusResponse
7583
+ */
7301
7584
  describeHealthStatusWithOptions(request: DescribeHealthStatusRequest, runtime: $Util.RuntimeOptions): Promise<DescribeHealthStatusResponse>;
7585
+ /**
7586
+ * @summary Queries the health status of backend servers.
7587
+ *
7588
+ * @param request DescribeHealthStatusRequest
7589
+ * @return DescribeHealthStatusResponse
7590
+ */
7302
7591
  describeHealthStatus(request: DescribeHealthStatusRequest): Promise<DescribeHealthStatusResponse>;
7592
+ /**
7593
+ * @summary Queries the configurations of fine-grained monitoring in a region.
7594
+ *
7595
+ * @param request DescribeHighDefinationMonitorRequest
7596
+ * @param runtime runtime options for this request RuntimeOptions
7597
+ * @return DescribeHighDefinationMonitorResponse
7598
+ */
7303
7599
  describeHighDefinationMonitorWithOptions(request: DescribeHighDefinationMonitorRequest, runtime: $Util.RuntimeOptions): Promise<DescribeHighDefinationMonitorResponse>;
7600
+ /**
7601
+ * @summary Queries the configurations of fine-grained monitoring in a region.
7602
+ *
7603
+ * @param request DescribeHighDefinationMonitorRequest
7604
+ * @return DescribeHighDefinationMonitorResponse
7605
+ */
7304
7606
  describeHighDefinationMonitor(request: DescribeHighDefinationMonitorRequest): Promise<DescribeHighDefinationMonitorResponse>;
7607
+ /**
7608
+ * @summary Queries the whitelist configurations of a listener.
7609
+ *
7610
+ * @param request DescribeListenerAccessControlAttributeRequest
7611
+ * @param runtime runtime options for this request RuntimeOptions
7612
+ * @return DescribeListenerAccessControlAttributeResponse
7613
+ */
7305
7614
  describeListenerAccessControlAttributeWithOptions(request: DescribeListenerAccessControlAttributeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeListenerAccessControlAttributeResponse>;
7615
+ /**
7616
+ * @summary Queries the whitelist configurations of a listener.
7617
+ *
7618
+ * @param request DescribeListenerAccessControlAttributeRequest
7619
+ * @return DescribeListenerAccessControlAttributeResponse
7620
+ */
7306
7621
  describeListenerAccessControlAttribute(request: DescribeListenerAccessControlAttributeRequest): Promise<DescribeListenerAccessControlAttributeResponse>;
7307
7622
  /**
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
7623
+ * @summary Queries the detail of a Classic Load Balancer (CLB) instance.
7624
+ *
7625
+ * @description > If backend servers are deployed in a vServer group, you can call the [DescribeVServerGroupAttribute](https://help.aliyun.com/document_detail/35224.html) operation to query the backend servers.
7626
+ *
7627
+ * @param request DescribeLoadBalancerAttributeRequest
7628
+ * @param runtime runtime options for this request RuntimeOptions
7629
+ * @return DescribeLoadBalancerAttributeResponse
7313
7630
  */
7314
7631
  describeLoadBalancerAttributeWithOptions(request: DescribeLoadBalancerAttributeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeLoadBalancerAttributeResponse>;
7315
7632
  /**
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
7633
+ * @summary Queries the detail of a Classic Load Balancer (CLB) instance.
7634
+ *
7635
+ * @description > If backend servers are deployed in a vServer group, you can call the [DescribeVServerGroupAttribute](https://help.aliyun.com/document_detail/35224.html) operation to query the backend servers.
7636
+ *
7637
+ * @param request DescribeLoadBalancerAttributeRequest
7638
+ * @return DescribeLoadBalancerAttributeResponse
7320
7639
  */
7321
7640
  describeLoadBalancerAttribute(request: DescribeLoadBalancerAttributeRequest): Promise<DescribeLoadBalancerAttributeResponse>;
7322
7641
  /**
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
7642
+ * @summary Queries the configurations of an HTTP listener.
7643
+ *
7644
+ * @description * A Classic Load Balancer (CLB) instance is created. For more information, see [CreateLoadBalancer](https://help.aliyun.com/document_detail/27577.html).
7645
+ * * An HTTP listener is created. For more information about how to create an HTTP listener, see [CreateLoadBalancerHTTPListener](https://help.aliyun.com/document_detail/27592.html).
7646
+ *
7647
+ * @param request DescribeLoadBalancerHTTPListenerAttributeRequest
7648
+ * @param runtime runtime options for this request RuntimeOptions
7649
+ * @return DescribeLoadBalancerHTTPListenerAttributeResponse
7329
7650
  */
7330
7651
  describeLoadBalancerHTTPListenerAttributeWithOptions(request: DescribeLoadBalancerHTTPListenerAttributeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeLoadBalancerHTTPListenerAttributeResponse>;
7331
7652
  /**
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
7653
+ * @summary Queries the configurations of an HTTP listener.
7654
+ *
7655
+ * @description * A Classic Load Balancer (CLB) instance is created. For more information, see [CreateLoadBalancer](https://help.aliyun.com/document_detail/27577.html).
7656
+ * * An HTTP listener is created. For more information about how to create an HTTP listener, see [CreateLoadBalancerHTTPListener](https://help.aliyun.com/document_detail/27592.html).
7657
+ *
7658
+ * @param request DescribeLoadBalancerHTTPListenerAttributeRequest
7659
+ * @return DescribeLoadBalancerHTTPListenerAttributeResponse
7337
7660
  */
7338
7661
  describeLoadBalancerHTTPListenerAttribute(request: DescribeLoadBalancerHTTPListenerAttributeRequest): Promise<DescribeLoadBalancerHTTPListenerAttributeResponse>;
7339
7662
  /**
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
7663
+ * @summary Queries the configurations of an HTTPS listener.
7664
+ *
7665
+ * @description * A Classic Load Balancer (CLB) instance is created. For more information, see [CreateLoadBalancer](https://help.aliyun.com/document_detail/27577.html).
7666
+ * * An HTTPS listener is created. For more information about how to create an HTTPS listener, see [CreateLoadBalancerHTTPSListener](https://help.aliyun.com/document_detail/27593.html).
7667
+ *
7668
+ * @param request DescribeLoadBalancerHTTPSListenerAttributeRequest
7669
+ * @param runtime runtime options for this request RuntimeOptions
7670
+ * @return DescribeLoadBalancerHTTPSListenerAttributeResponse
7346
7671
  */
7347
7672
  describeLoadBalancerHTTPSListenerAttributeWithOptions(request: DescribeLoadBalancerHTTPSListenerAttributeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeLoadBalancerHTTPSListenerAttributeResponse>;
7348
7673
  /**
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
7674
+ * @summary Queries the configurations of an HTTPS listener.
7675
+ *
7676
+ * @description * A Classic Load Balancer (CLB) instance is created. For more information, see [CreateLoadBalancer](https://help.aliyun.com/document_detail/27577.html).
7677
+ * * An HTTPS listener is created. For more information about how to create an HTTPS listener, see [CreateLoadBalancerHTTPSListener](https://help.aliyun.com/document_detail/27593.html).
7678
+ *
7679
+ * @param request DescribeLoadBalancerHTTPSListenerAttributeRequest
7680
+ * @return DescribeLoadBalancerHTTPSListenerAttributeResponse
7354
7681
  */
7355
7682
  describeLoadBalancerHTTPSListenerAttribute(request: DescribeLoadBalancerHTTPSListenerAttributeRequest): Promise<DescribeLoadBalancerHTTPSListenerAttributeResponse>;
7356
7683
  /**
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
7684
+ * @summary Queries the listeners of a Classic Load Balancer (CLB) instance.
7685
+ *
7686
+ * @description * A CLB instance is created. For more information, see [CreateLoadBalancer](https://help.aliyun.com/document_detail/2401685.html).
7687
+ * * One or more listeners are added to the CLB instance. For more information, see the following topics:
7688
+ * * [CreateLoadBalancerUDPListener](~~CreateLoadBalancerUDPListener~~)
7689
+ * * [CreateLoadBalancerTCPListener](~~CreateLoadBalancerTCPListener~~)
7690
+ * * [CreateLoadBalancerHTTPListener](~~CreateLoadBalancerHTTPListener~~)
7691
+ * * [CreateLoadBalancerHTTPSListener](~~CreateLoadBalancerHTTPSListener~~)
7692
+ *
7693
+ * @param request DescribeLoadBalancerListenersRequest
7694
+ * @param runtime runtime options for this request RuntimeOptions
7695
+ * @return DescribeLoadBalancerListenersResponse
7367
7696
  */
7368
7697
  describeLoadBalancerListenersWithOptions(request: DescribeLoadBalancerListenersRequest, runtime: $Util.RuntimeOptions): Promise<DescribeLoadBalancerListenersResponse>;
7369
7698
  /**
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
7699
+ * @summary Queries the listeners of a Classic Load Balancer (CLB) instance.
7700
+ *
7701
+ * @description * A CLB instance is created. For more information, see [CreateLoadBalancer](https://help.aliyun.com/document_detail/2401685.html).
7702
+ * * One or more listeners are added to the CLB instance. For more information, see the following topics:
7703
+ * * [CreateLoadBalancerUDPListener](~~CreateLoadBalancerUDPListener~~)
7704
+ * * [CreateLoadBalancerTCPListener](~~CreateLoadBalancerTCPListener~~)
7705
+ * * [CreateLoadBalancerHTTPListener](~~CreateLoadBalancerHTTPListener~~)
7706
+ * * [CreateLoadBalancerHTTPSListener](~~CreateLoadBalancerHTTPSListener~~)
7707
+ *
7708
+ * @param request DescribeLoadBalancerListenersRequest
7709
+ * @return DescribeLoadBalancerListenersResponse
7379
7710
  */
7380
7711
  describeLoadBalancerListeners(request: DescribeLoadBalancerListenersRequest): Promise<DescribeLoadBalancerListenersResponse>;
7712
+ /**
7713
+ * @summary Queries the configurations of a TCP listener of Classic Load Balancer (CLB).
7714
+ *
7715
+ * @param request DescribeLoadBalancerTCPListenerAttributeRequest
7716
+ * @param runtime runtime options for this request RuntimeOptions
7717
+ * @return DescribeLoadBalancerTCPListenerAttributeResponse
7718
+ */
7381
7719
  describeLoadBalancerTCPListenerAttributeWithOptions(request: DescribeLoadBalancerTCPListenerAttributeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeLoadBalancerTCPListenerAttributeResponse>;
7720
+ /**
7721
+ * @summary Queries the configurations of a TCP listener of Classic Load Balancer (CLB).
7722
+ *
7723
+ * @param request DescribeLoadBalancerTCPListenerAttributeRequest
7724
+ * @return DescribeLoadBalancerTCPListenerAttributeResponse
7725
+ */
7382
7726
  describeLoadBalancerTCPListenerAttribute(request: DescribeLoadBalancerTCPListenerAttributeRequest): Promise<DescribeLoadBalancerTCPListenerAttributeResponse>;
7727
+ /**
7728
+ * @summary Queries the configurations of a UDP listener.
7729
+ *
7730
+ * @param request DescribeLoadBalancerUDPListenerAttributeRequest
7731
+ * @param runtime runtime options for this request RuntimeOptions
7732
+ * @return DescribeLoadBalancerUDPListenerAttributeResponse
7733
+ */
7383
7734
  describeLoadBalancerUDPListenerAttributeWithOptions(request: DescribeLoadBalancerUDPListenerAttributeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeLoadBalancerUDPListenerAttributeResponse>;
7735
+ /**
7736
+ * @summary Queries the configurations of a UDP listener.
7737
+ *
7738
+ * @param request DescribeLoadBalancerUDPListenerAttributeRequest
7739
+ * @return DescribeLoadBalancerUDPListenerAttributeResponse
7740
+ */
7384
7741
  describeLoadBalancerUDPListenerAttribute(request: DescribeLoadBalancerUDPListenerAttributeRequest): Promise<DescribeLoadBalancerUDPListenerAttributeResponse>;
7742
+ /**
7743
+ * @summary Queries Classic Load Balancer (CLB) instances.
7744
+ *
7745
+ * @param request DescribeLoadBalancersRequest
7746
+ * @param runtime runtime options for this request RuntimeOptions
7747
+ * @return DescribeLoadBalancersResponse
7748
+ */
7385
7749
  describeLoadBalancersWithOptions(request: DescribeLoadBalancersRequest, runtime: $Util.RuntimeOptions): Promise<DescribeLoadBalancersResponse>;
7750
+ /**
7751
+ * @summary Queries Classic Load Balancer (CLB) instances.
7752
+ *
7753
+ * @param request DescribeLoadBalancersRequest
7754
+ * @return DescribeLoadBalancersResponse
7755
+ */
7386
7756
  describeLoadBalancers(request: DescribeLoadBalancersRequest): Promise<DescribeLoadBalancersResponse>;
7757
+ /**
7758
+ * @summary Queries the detailed information about a primary/secondary server group.
7759
+ *
7760
+ * @param request DescribeMasterSlaveServerGroupAttributeRequest
7761
+ * @param runtime runtime options for this request RuntimeOptions
7762
+ * @return DescribeMasterSlaveServerGroupAttributeResponse
7763
+ */
7387
7764
  describeMasterSlaveServerGroupAttributeWithOptions(request: DescribeMasterSlaveServerGroupAttributeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeMasterSlaveServerGroupAttributeResponse>;
7765
+ /**
7766
+ * @summary Queries the detailed information about a primary/secondary server group.
7767
+ *
7768
+ * @param request DescribeMasterSlaveServerGroupAttributeRequest
7769
+ * @return DescribeMasterSlaveServerGroupAttributeResponse
7770
+ */
7388
7771
  describeMasterSlaveServerGroupAttribute(request: DescribeMasterSlaveServerGroupAttributeRequest): Promise<DescribeMasterSlaveServerGroupAttributeResponse>;
7772
+ /**
7773
+ * @summary Queries primary/secondary server groups.
7774
+ *
7775
+ * @param request DescribeMasterSlaveServerGroupsRequest
7776
+ * @param runtime runtime options for this request RuntimeOptions
7777
+ * @return DescribeMasterSlaveServerGroupsResponse
7778
+ */
7389
7779
  describeMasterSlaveServerGroupsWithOptions(request: DescribeMasterSlaveServerGroupsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeMasterSlaveServerGroupsResponse>;
7780
+ /**
7781
+ * @summary Queries primary/secondary server groups.
7782
+ *
7783
+ * @param request DescribeMasterSlaveServerGroupsRequest
7784
+ * @return DescribeMasterSlaveServerGroupsResponse
7785
+ */
7390
7786
  describeMasterSlaveServerGroups(request: DescribeMasterSlaveServerGroupsRequest): Promise<DescribeMasterSlaveServerGroupsResponse>;
7787
+ /**
7788
+ * @summary Queries regions.
7789
+ *
7790
+ * @param request DescribeRegionsRequest
7791
+ * @param runtime runtime options for this request RuntimeOptions
7792
+ * @return DescribeRegionsResponse
7793
+ */
7391
7794
  describeRegionsWithOptions(request: DescribeRegionsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeRegionsResponse>;
7795
+ /**
7796
+ * @summary Queries regions.
7797
+ *
7798
+ * @param request DescribeRegionsRequest
7799
+ * @return DescribeRegionsResponse
7800
+ */
7392
7801
  describeRegions(request: DescribeRegionsRequest): Promise<DescribeRegionsResponse>;
7802
+ /**
7803
+ * @summary Queries the configurations of a specified forwarding rule.
7804
+ *
7805
+ * @param request DescribeRuleAttributeRequest
7806
+ * @param runtime runtime options for this request RuntimeOptions
7807
+ * @return DescribeRuleAttributeResponse
7808
+ */
7393
7809
  describeRuleAttributeWithOptions(request: DescribeRuleAttributeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeRuleAttributeResponse>;
7810
+ /**
7811
+ * @summary Queries the configurations of a specified forwarding rule.
7812
+ *
7813
+ * @param request DescribeRuleAttributeRequest
7814
+ * @return DescribeRuleAttributeResponse
7815
+ */
7394
7816
  describeRuleAttribute(request: DescribeRuleAttributeRequest): Promise<DescribeRuleAttributeResponse>;
7817
+ /**
7818
+ * @summary Queries the forwarding rules that are configured for a specified listener.
7819
+ *
7820
+ * @param request DescribeRulesRequest
7821
+ * @param runtime runtime options for this request RuntimeOptions
7822
+ * @return DescribeRulesResponse
7823
+ */
7395
7824
  describeRulesWithOptions(request: DescribeRulesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeRulesResponse>;
7825
+ /**
7826
+ * @summary Queries the forwarding rules that are configured for a specified listener.
7827
+ *
7828
+ * @param request DescribeRulesRequest
7829
+ * @return DescribeRulesResponse
7830
+ */
7396
7831
  describeRules(request: DescribeRulesRequest): Promise<DescribeRulesResponse>;
7397
7832
  /**
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
7833
+ * @summary Queries server certificates of Classic Load Balancer (CLB) instances in a specified region.
7834
+ *
7835
+ * @description > For security reasons, only fingerprints and names of the server certificates are returned. The content of the server certificates and private keys is not returned.
7836
+ *
7837
+ * @param request DescribeServerCertificatesRequest
7838
+ * @param runtime runtime options for this request RuntimeOptions
7839
+ * @return DescribeServerCertificatesResponse
7403
7840
  */
7404
7841
  describeServerCertificatesWithOptions(request: DescribeServerCertificatesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeServerCertificatesResponse>;
7405
7842
  /**
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
7843
+ * @summary Queries server certificates of Classic Load Balancer (CLB) instances in a specified region.
7844
+ *
7845
+ * @description > For security reasons, only fingerprints and names of the server certificates are returned. The content of the server certificates and private keys is not returned.
7846
+ *
7847
+ * @param request DescribeServerCertificatesRequest
7848
+ * @return DescribeServerCertificatesResponse
7410
7849
  */
7411
7850
  describeServerCertificates(request: DescribeServerCertificatesRequest): Promise<DescribeServerCertificatesResponse>;
7412
7851
  /**
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
7852
+ * @summary Queries tags.
7853
+ *
7854
+ * @description When you call this operation, take note of the following items:
7855
+ * * You can query tags by instance ID, tag key, and tag value. If the operation is successful, the system returns all tags that match the specified conditions.
7856
+ * * The logical relationship among the specified conditions is AND. Only tags that match all the specified conditions are returned.
7857
+ * * If the Tagkey parameter is set and the Tagvalue parameter is not set, all tags that contain the specified tag key are returned.
7858
+ * * If you set the Tagvalue parameter in a request, you must also set the Tagkey parameter in the request.
7859
+ * * If you set both the Tagkey and Tagvalue parameters, only tags that contain the specified keys and values are returned.
7860
+ *
7861
+ * @param request DescribeTagsRequest
7862
+ * @param runtime runtime options for this request RuntimeOptions
7863
+ * @return DescribeTagsResponse
7423
7864
  */
7424
7865
  describeTagsWithOptions(request: DescribeTagsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeTagsResponse>;
7425
7866
  /**
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
7867
+ * @summary Queries tags.
7868
+ *
7869
+ * @description When you call this operation, take note of the following items:
7870
+ * * You can query tags by instance ID, tag key, and tag value. If the operation is successful, the system returns all tags that match the specified conditions.
7871
+ * * The logical relationship among the specified conditions is AND. Only tags that match all the specified conditions are returned.
7872
+ * * If the Tagkey parameter is set and the Tagvalue parameter is not set, all tags that contain the specified tag key are returned.
7873
+ * * If you set the Tagvalue parameter in a request, you must also set the Tagkey parameter in the request.
7874
+ * * If you set both the Tagkey and Tagvalue parameters, only tags that contain the specified keys and values are returned.
7875
+ *
7876
+ * @param request DescribeTagsRequest
7877
+ * @return DescribeTagsResponse
7435
7878
  */
7436
7879
  describeTags(request: DescribeTagsRequest): Promise<DescribeTagsResponse>;
7880
+ /**
7881
+ * @summary Queries detailed information about a vServer group.
7882
+ *
7883
+ * @param request DescribeVServerGroupAttributeRequest
7884
+ * @param runtime runtime options for this request RuntimeOptions
7885
+ * @return DescribeVServerGroupAttributeResponse
7886
+ */
7437
7887
  describeVServerGroupAttributeWithOptions(request: DescribeVServerGroupAttributeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeVServerGroupAttributeResponse>;
7888
+ /**
7889
+ * @summary Queries detailed information about a vServer group.
7890
+ *
7891
+ * @param request DescribeVServerGroupAttributeRequest
7892
+ * @return DescribeVServerGroupAttributeResponse
7893
+ */
7438
7894
  describeVServerGroupAttribute(request: DescribeVServerGroupAttributeRequest): Promise<DescribeVServerGroupAttributeResponse>;
7895
+ /**
7896
+ * @summary Queries server groups.
7897
+ *
7898
+ * @param request DescribeVServerGroupsRequest
7899
+ * @param runtime runtime options for this request RuntimeOptions
7900
+ * @return DescribeVServerGroupsResponse
7901
+ */
7439
7902
  describeVServerGroupsWithOptions(request: DescribeVServerGroupsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeVServerGroupsResponse>;
7903
+ /**
7904
+ * @summary Queries server groups.
7905
+ *
7906
+ * @param request DescribeVServerGroupsRequest
7907
+ * @return DescribeVServerGroupsResponse
7908
+ */
7440
7909
  describeVServerGroups(request: DescribeVServerGroupsRequest): Promise<DescribeVServerGroupsResponse>;
7910
+ /**
7911
+ * @summary Queries the zones in a region.
7912
+ *
7913
+ * @param request DescribeZonesRequest
7914
+ * @param runtime runtime options for this request RuntimeOptions
7915
+ * @return DescribeZonesResponse
7916
+ */
7441
7917
  describeZonesWithOptions(request: DescribeZonesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeZonesResponse>;
7918
+ /**
7919
+ * @summary Queries the zones in a region.
7920
+ *
7921
+ * @param request DescribeZonesRequest
7922
+ * @return DescribeZonesResponse
7923
+ */
7442
7924
  describeZones(request: DescribeZonesRequest): Promise<DescribeZonesResponse>;
7925
+ /**
7926
+ * @summary Enables fine-grained monitoring for the current region.
7927
+ *
7928
+ * @param request EnableHighDefinationMonitorRequest
7929
+ * @param runtime runtime options for this request RuntimeOptions
7930
+ * @return EnableHighDefinationMonitorResponse
7931
+ */
7443
7932
  enableHighDefinationMonitorWithOptions(request: EnableHighDefinationMonitorRequest, runtime: $Util.RuntimeOptions): Promise<EnableHighDefinationMonitorResponse>;
7933
+ /**
7934
+ * @summary Enables fine-grained monitoring for the current region.
7935
+ *
7936
+ * @param request EnableHighDefinationMonitorRequest
7937
+ * @return EnableHighDefinationMonitorResponse
7938
+ */
7444
7939
  enableHighDefinationMonitor(request: EnableHighDefinationMonitorRequest): Promise<EnableHighDefinationMonitorResponse>;
7940
+ /**
7941
+ * @summary Queries Transport Layer Security (TLS) policies.
7942
+ *
7943
+ * @param request ListTLSCipherPoliciesRequest
7944
+ * @param runtime runtime options for this request RuntimeOptions
7945
+ * @return ListTLSCipherPoliciesResponse
7946
+ */
7445
7947
  listTLSCipherPoliciesWithOptions(request: ListTLSCipherPoliciesRequest, runtime: $Util.RuntimeOptions): Promise<ListTLSCipherPoliciesResponse>;
7948
+ /**
7949
+ * @summary Queries Transport Layer Security (TLS) policies.
7950
+ *
7951
+ * @param request ListTLSCipherPoliciesRequest
7952
+ * @return ListTLSCipherPoliciesResponse
7953
+ */
7446
7954
  listTLSCipherPolicies(request: ListTLSCipherPoliciesRequest): Promise<ListTLSCipherPoliciesResponse>;
7447
7955
  /**
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
7956
+ * @summary Queries tags that are added to one or more instances.
7957
+ *
7958
+ * @description * Set **ResourceId.N** or **Tag.N** that consists of **Tag.N.Key** and **Tag.N.Value** in the request to specify the object to be queried.
7959
+ * * **Tag.N** is a resource tag that consists of a key-value pair. If you set only **Tag.N.Key**, all tag values that are associated with the specified tag key are returned. If you set only **Tag.N.Value**, an error message is returned.
7960
+ * * If you set **Tag.N** and **ResourceId.N** to filter tags, **ResourceId.N** must match all specified key-value pairs.
7961
+ * * If you specify multiple key-value pairs, resources that contain these key-value pairs are returned.
7962
+ *
7963
+ * @param request ListTagResourcesRequest
7964
+ * @param runtime runtime options for this request RuntimeOptions
7965
+ * @return ListTagResourcesResponse
7456
7966
  */
7457
7967
  listTagResourcesWithOptions(request: ListTagResourcesRequest, runtime: $Util.RuntimeOptions): Promise<ListTagResourcesResponse>;
7458
7968
  /**
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
7969
+ * @summary Queries tags that are added to one or more instances.
7970
+ *
7971
+ * @description * Set **ResourceId.N** or **Tag.N** that consists of **Tag.N.Key** and **Tag.N.Value** in the request to specify the object to be queried.
7972
+ * * **Tag.N** is a resource tag that consists of a key-value pair. If you set only **Tag.N.Key**, all tag values that are associated with the specified tag key are returned. If you set only **Tag.N.Value**, an error message is returned.
7973
+ * * If you set **Tag.N** and **ResourceId.N** to filter tags, **ResourceId.N** must match all specified key-value pairs.
7974
+ * * If you specify multiple key-value pairs, resources that contain these key-value pairs are returned.
7975
+ *
7976
+ * @param request ListTagResourcesRequest
7977
+ * @return ListTagResourcesResponse
7466
7978
  */
7467
7979
  listTagResources(request: ListTagResourcesRequest): Promise<ListTagResourcesResponse>;
7980
+ /**
7981
+ * @summary Modifies the configuration of fine-grained monitoring in a specified region.
7982
+ *
7983
+ * @param request ModifyHighDefinationMonitorRequest
7984
+ * @param runtime runtime options for this request RuntimeOptions
7985
+ * @return ModifyHighDefinationMonitorResponse
7986
+ */
7468
7987
  modifyHighDefinationMonitorWithOptions(request: ModifyHighDefinationMonitorRequest, runtime: $Util.RuntimeOptions): Promise<ModifyHighDefinationMonitorResponse>;
7988
+ /**
7989
+ * @summary Modifies the configuration of fine-grained monitoring in a specified region.
7990
+ *
7991
+ * @param request ModifyHighDefinationMonitorRequest
7992
+ * @return ModifyHighDefinationMonitorResponse
7993
+ */
7469
7994
  modifyHighDefinationMonitor(request: ModifyHighDefinationMonitorRequest): Promise<ModifyHighDefinationMonitorResponse>;
7470
7995
  /**
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
7996
+ * @summary Changes the metering method of a pay-as-you-go Classic Load Balancer (CLB) instance.
7997
+ *
7998
+ * @description > * For pay-as-you-go CLB instances, you can only change the metering method from pay-by-specification to pay-by-LCU. You cannot change the metering method from pay-by-LCU to pay-by-specification.
7999
+ * >* This operation can change the metering method of only one instance at a time.
8000
+ *
8001
+ * @param request ModifyLoadBalancerInstanceChargeTypeRequest
8002
+ * @param runtime runtime options for this request RuntimeOptions
8003
+ * @return ModifyLoadBalancerInstanceChargeTypeResponse
7477
8004
  */
7478
8005
  modifyLoadBalancerInstanceChargeTypeWithOptions(request: ModifyLoadBalancerInstanceChargeTypeRequest, runtime: $Util.RuntimeOptions): Promise<ModifyLoadBalancerInstanceChargeTypeResponse>;
7479
8006
  /**
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
8007
+ * @summary Changes the metering method of a pay-as-you-go Classic Load Balancer (CLB) instance.
8008
+ *
8009
+ * @description > * For pay-as-you-go CLB instances, you can only change the metering method from pay-by-specification to pay-by-LCU. You cannot change the metering method from pay-by-LCU to pay-by-specification.
8010
+ * >* This operation can change the metering method of only one instance at a time.
8011
+ *
8012
+ * @param request ModifyLoadBalancerInstanceChargeTypeRequest
8013
+ * @return ModifyLoadBalancerInstanceChargeTypeResponse
7485
8014
  */
7486
8015
  modifyLoadBalancerInstanceChargeType(request: ModifyLoadBalancerInstanceChargeTypeRequest): Promise<ModifyLoadBalancerInstanceChargeTypeResponse>;
8016
+ /**
8017
+ * @summary Modifies the specification of a Classic Load Balancer (CLB) instance.
8018
+ *
8019
+ * @param request ModifyLoadBalancerInstanceSpecRequest
8020
+ * @param runtime runtime options for this request RuntimeOptions
8021
+ * @return ModifyLoadBalancerInstanceSpecResponse
8022
+ */
7487
8023
  modifyLoadBalancerInstanceSpecWithOptions(request: ModifyLoadBalancerInstanceSpecRequest, runtime: $Util.RuntimeOptions): Promise<ModifyLoadBalancerInstanceSpecResponse>;
8024
+ /**
8025
+ * @summary Modifies the specification of a Classic Load Balancer (CLB) instance.
8026
+ *
8027
+ * @param request ModifyLoadBalancerInstanceSpecRequest
8028
+ * @return ModifyLoadBalancerInstanceSpecResponse
8029
+ */
7488
8030
  modifyLoadBalancerInstanceSpec(request: ModifyLoadBalancerInstanceSpecRequest): Promise<ModifyLoadBalancerInstanceSpecResponse>;
7489
8031
  /**
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
8032
+ * @summary Modifies the metering method of an Internet-facing Classic Load Balancer (CLB) instance.
8033
+ *
8034
+ * @description ## Description
8035
+ * * If you modify only the maximum bandwidth of a pay-by-bandwidth CLB instance, the new bandwidth immediately takes effect.
8036
+ * * If you modify the metering method (for example, switch from pay-by-bandwidth to pay-by-data-transfer), the new metering method and the other changes specified in the operation take effect at 00:00:00 the next day.
8037
+ *
8038
+ * @param request ModifyLoadBalancerInternetSpecRequest
8039
+ * @param runtime runtime options for this request RuntimeOptions
8040
+ * @return ModifyLoadBalancerInternetSpecResponse
7497
8041
  */
7498
8042
  modifyLoadBalancerInternetSpecWithOptions(request: ModifyLoadBalancerInternetSpecRequest, runtime: $Util.RuntimeOptions): Promise<ModifyLoadBalancerInternetSpecResponse>;
7499
8043
  /**
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
8044
+ * @summary Modifies the metering method of an Internet-facing Classic Load Balancer (CLB) instance.
8045
+ *
8046
+ * @description ## Description
8047
+ * * If you modify only the maximum bandwidth of a pay-by-bandwidth CLB instance, the new bandwidth immediately takes effect.
8048
+ * * If you modify the metering method (for example, switch from pay-by-bandwidth to pay-by-data-transfer), the new metering method and the other changes specified in the operation take effect at 00:00:00 the next day.
8049
+ *
8050
+ * @param request ModifyLoadBalancerInternetSpecRequest
8051
+ * @return ModifyLoadBalancerInternetSpecResponse
7506
8052
  */
7507
8053
  modifyLoadBalancerInternetSpec(request: ModifyLoadBalancerInternetSpecRequest): Promise<ModifyLoadBalancerInternetSpecResponse>;
8054
+ /**
8055
+ * @summary Changes the billing method of a Classic Load Balancer (CLB) instance from pay-as-you-go to subscription.
8056
+ *
8057
+ * @param request ModifyLoadBalancerPayTypeRequest
8058
+ * @param runtime runtime options for this request RuntimeOptions
8059
+ * @return ModifyLoadBalancerPayTypeResponse
8060
+ */
7508
8061
  modifyLoadBalancerPayTypeWithOptions(request: ModifyLoadBalancerPayTypeRequest, runtime: $Util.RuntimeOptions): Promise<ModifyLoadBalancerPayTypeResponse>;
8062
+ /**
8063
+ * @summary Changes the billing method of a Classic Load Balancer (CLB) instance from pay-as-you-go to subscription.
8064
+ *
8065
+ * @param request ModifyLoadBalancerPayTypeRequest
8066
+ * @return ModifyLoadBalancerPayTypeResponse
8067
+ */
7509
8068
  modifyLoadBalancerPayType(request: ModifyLoadBalancerPayTypeRequest): Promise<ModifyLoadBalancerPayTypeResponse>;
7510
8069
  /**
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
8070
+ * @summary Replaces backend servers in a specified vServer group.
8071
+ *
8072
+ * @description You can call this operation to replace the backend servers in a specified vServer group. To modify the configurations of the backend servers, such as their weights, you can call the [SetVServerGroupAttribute](https://help.aliyun.com/document_detail/35217.html) operation.
8073
+ *
8074
+ * @param request ModifyVServerGroupBackendServersRequest
8075
+ * @param runtime runtime options for this request RuntimeOptions
8076
+ * @return ModifyVServerGroupBackendServersResponse
7516
8077
  */
7517
8078
  modifyVServerGroupBackendServersWithOptions(request: ModifyVServerGroupBackendServersRequest, runtime: $Util.RuntimeOptions): Promise<ModifyVServerGroupBackendServersResponse>;
7518
8079
  /**
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
8080
+ * @summary Replaces backend servers in a specified vServer group.
8081
+ *
8082
+ * @description You can call this operation to replace the backend servers in a specified vServer group. To modify the configurations of the backend servers, such as their weights, you can call the [SetVServerGroupAttribute](https://help.aliyun.com/document_detail/35217.html) operation.
8083
+ *
8084
+ * @param request ModifyVServerGroupBackendServersRequest
8085
+ * @return ModifyVServerGroupBackendServersResponse
7523
8086
  */
7524
8087
  modifyVServerGroupBackendServers(request: ModifyVServerGroupBackendServersRequest): Promise<ModifyVServerGroupBackendServersResponse>;
8088
+ /**
8089
+ * @summary Moves a resource to another resource group.
8090
+ *
8091
+ * @param request MoveResourceGroupRequest
8092
+ * @param runtime runtime options for this request RuntimeOptions
8093
+ * @return MoveResourceGroupResponse
8094
+ */
7525
8095
  moveResourceGroupWithOptions(request: MoveResourceGroupRequest, runtime: $Util.RuntimeOptions): Promise<MoveResourceGroupResponse>;
8096
+ /**
8097
+ * @summary Moves a resource to another resource group.
8098
+ *
8099
+ * @param request MoveResourceGroupRequest
8100
+ * @return MoveResourceGroupResponse
8101
+ */
7526
8102
  moveResourceGroup(request: MoveResourceGroupRequest): Promise<MoveResourceGroupResponse>;
8103
+ /**
8104
+ * @summary Removes IP entries from the network access control list (ACL) of a Classic Load Balancer (CLB) instance.
8105
+ *
8106
+ * @param request RemoveAccessControlListEntryRequest
8107
+ * @param runtime runtime options for this request RuntimeOptions
8108
+ * @return RemoveAccessControlListEntryResponse
8109
+ */
7527
8110
  removeAccessControlListEntryWithOptions(request: RemoveAccessControlListEntryRequest, runtime: $Util.RuntimeOptions): Promise<RemoveAccessControlListEntryResponse>;
8111
+ /**
8112
+ * @summary Removes IP entries from the network access control list (ACL) of a Classic Load Balancer (CLB) instance.
8113
+ *
8114
+ * @param request RemoveAccessControlListEntryRequest
8115
+ * @return RemoveAccessControlListEntryResponse
8116
+ */
7528
8117
  removeAccessControlListEntry(request: RemoveAccessControlListEntryRequest): Promise<RemoveAccessControlListEntryResponse>;
7529
8118
  /**
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
8119
+ * @summary Removes backend servers.
8120
+ *
8121
+ * @description > If the backend servers that you want to remove are not in the server list of the Classic Load Balancer (CLB) instance, the request fails. However, the system does not report an error.
8122
+ *
8123
+ * @param request RemoveBackendServersRequest
8124
+ * @param runtime runtime options for this request RuntimeOptions
8125
+ * @return RemoveBackendServersResponse
7535
8126
  */
7536
8127
  removeBackendServersWithOptions(request: RemoveBackendServersRequest, runtime: $Util.RuntimeOptions): Promise<RemoveBackendServersResponse>;
7537
8128
  /**
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
8129
+ * @summary Removes backend servers.
8130
+ *
8131
+ * @description > If the backend servers that you want to remove are not in the server list of the Classic Load Balancer (CLB) instance, the request fails. However, the system does not report an error.
8132
+ *
8133
+ * @param request RemoveBackendServersRequest
8134
+ * @return RemoveBackendServersResponse
7542
8135
  */
7543
8136
  removeBackendServers(request: RemoveBackendServersRequest): Promise<RemoveBackendServersResponse>;
8137
+ /**
8138
+ * @summary Removes IP addresses or CIDR blocks from the whitelist of a listener.
8139
+ *
8140
+ * @param request RemoveListenerWhiteListItemRequest
8141
+ * @param runtime runtime options for this request RuntimeOptions
8142
+ * @return RemoveListenerWhiteListItemResponse
8143
+ */
7544
8144
  removeListenerWhiteListItemWithOptions(request: RemoveListenerWhiteListItemRequest, runtime: $Util.RuntimeOptions): Promise<RemoveListenerWhiteListItemResponse>;
8145
+ /**
8146
+ * @summary Removes IP addresses or CIDR blocks from the whitelist of a listener.
8147
+ *
8148
+ * @param request RemoveListenerWhiteListItemRequest
8149
+ * @return RemoveListenerWhiteListItemResponse
8150
+ */
7545
8151
  removeListenerWhiteListItem(request: RemoveListenerWhiteListItemRequest): Promise<RemoveListenerWhiteListItemResponse>;
8152
+ /**
8153
+ * @param request RemoveTagsRequest
8154
+ * @param runtime runtime options for this request RuntimeOptions
8155
+ * @return RemoveTagsResponse
8156
+ */
7546
8157
  removeTagsWithOptions(request: RemoveTagsRequest, runtime: $Util.RuntimeOptions): Promise<RemoveTagsResponse>;
8158
+ /**
8159
+ * @param request RemoveTagsRequest
8160
+ * @return RemoveTagsResponse
8161
+ */
7547
8162
  removeTags(request: RemoveTagsRequest): Promise<RemoveTagsResponse>;
7548
8163
  /**
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
8164
+ * @summary Removes one or more backend servers from a specified vServer group.
8165
+ *
8166
+ * @description > If one or more backend servers specified by the **BackendServers** parameter do not exist in the specified vServer group, these backend servers are ignored and no error message is returned.
8167
+ *
8168
+ * @param request RemoveVServerGroupBackendServersRequest
8169
+ * @param runtime runtime options for this request RuntimeOptions
8170
+ * @return RemoveVServerGroupBackendServersResponse
7554
8171
  */
7555
8172
  removeVServerGroupBackendServersWithOptions(request: RemoveVServerGroupBackendServersRequest, runtime: $Util.RuntimeOptions): Promise<RemoveVServerGroupBackendServersResponse>;
7556
8173
  /**
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
8174
+ * @summary Removes one or more backend servers from a specified vServer group.
8175
+ *
8176
+ * @description > If one or more backend servers specified by the **BackendServers** parameter do not exist in the specified vServer group, these backend servers are ignored and no error message is returned.
8177
+ *
8178
+ * @param request RemoveVServerGroupBackendServersRequest
8179
+ * @return RemoveVServerGroupBackendServersResponse
7561
8180
  */
7562
8181
  removeVServerGroupBackendServers(request: RemoveVServerGroupBackendServersRequest): Promise<RemoveVServerGroupBackendServersResponse>;
8182
+ /**
8183
+ * @summary Modifies the name of a network access control list (ACL).
8184
+ *
8185
+ * @param request SetAccessControlListAttributeRequest
8186
+ * @param runtime runtime options for this request RuntimeOptions
8187
+ * @return SetAccessControlListAttributeResponse
8188
+ */
7563
8189
  setAccessControlListAttributeWithOptions(request: SetAccessControlListAttributeRequest, runtime: $Util.RuntimeOptions): Promise<SetAccessControlListAttributeResponse>;
8190
+ /**
8191
+ * @summary Modifies the name of a network access control list (ACL).
8192
+ *
8193
+ * @param request SetAccessControlListAttributeRequest
8194
+ * @return SetAccessControlListAttributeResponse
8195
+ */
7564
8196
  setAccessControlListAttribute(request: SetAccessControlListAttributeRequest): Promise<SetAccessControlListAttributeResponse>;
8197
+ /**
8198
+ * @summary Adds an access log forwarding rule for a Classic Load Balancer (CLB) instance.
8199
+ *
8200
+ * @param request SetAccessLogsDownloadAttributeRequest
8201
+ * @param runtime runtime options for this request RuntimeOptions
8202
+ * @return SetAccessLogsDownloadAttributeResponse
8203
+ */
7565
8204
  setAccessLogsDownloadAttributeWithOptions(request: SetAccessLogsDownloadAttributeRequest, runtime: $Util.RuntimeOptions): Promise<SetAccessLogsDownloadAttributeResponse>;
8205
+ /**
8206
+ * @summary Adds an access log forwarding rule for a Classic Load Balancer (CLB) instance.
8207
+ *
8208
+ * @param request SetAccessLogsDownloadAttributeRequest
8209
+ * @return SetAccessLogsDownloadAttributeResponse
8210
+ */
7566
8211
  setAccessLogsDownloadAttribute(request: SetAccessLogsDownloadAttributeRequest): Promise<SetAccessLogsDownloadAttributeResponse>;
8212
+ /**
8213
+ * @summary Sets the weights of backend servers.
8214
+ *
8215
+ * @param request SetBackendServersRequest
8216
+ * @param runtime runtime options for this request RuntimeOptions
8217
+ * @return SetBackendServersResponse
8218
+ */
7567
8219
  setBackendServersWithOptions(request: SetBackendServersRequest, runtime: $Util.RuntimeOptions): Promise<SetBackendServersResponse>;
8220
+ /**
8221
+ * @summary Sets the weights of backend servers.
8222
+ *
8223
+ * @param request SetBackendServersRequest
8224
+ * @return SetBackendServersResponse
8225
+ */
7568
8226
  setBackendServers(request: SetBackendServersRequest): Promise<SetBackendServersResponse>;
8227
+ /**
8228
+ * @summary Sets the name of a CA Certificate.
8229
+ *
8230
+ * @param request SetCACertificateNameRequest
8231
+ * @param runtime runtime options for this request RuntimeOptions
8232
+ * @return SetCACertificateNameResponse
8233
+ */
7569
8234
  setCACertificateNameWithOptions(request: SetCACertificateNameRequest, runtime: $Util.RuntimeOptions): Promise<SetCACertificateNameResponse>;
8235
+ /**
8236
+ * @summary Sets the name of a CA Certificate.
8237
+ *
8238
+ * @param request SetCACertificateNameRequest
8239
+ * @return SetCACertificateNameResponse
8240
+ */
7570
8241
  setCACertificateName(request: SetCACertificateNameRequest): Promise<SetCACertificateNameResponse>;
7571
8242
  /**
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
8243
+ * @summary Replaces an additional certificate.
8244
+ *
8245
+ * @description > You cannot replace an additional certificate for a listener that is added to a shared-resource Server Load Balancer (SLB) instance.
8246
+ *
8247
+ * @param request SetDomainExtensionAttributeRequest
8248
+ * @param runtime runtime options for this request RuntimeOptions
8249
+ * @return SetDomainExtensionAttributeResponse
7577
8250
  */
7578
8251
  setDomainExtensionAttributeWithOptions(request: SetDomainExtensionAttributeRequest, runtime: $Util.RuntimeOptions): Promise<SetDomainExtensionAttributeResponse>;
7579
8252
  /**
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
8253
+ * @summary Replaces an additional certificate.
8254
+ *
8255
+ * @description > You cannot replace an additional certificate for a listener that is added to a shared-resource Server Load Balancer (SLB) instance.
8256
+ *
8257
+ * @param request SetDomainExtensionAttributeRequest
8258
+ * @return SetDomainExtensionAttributeResponse
7584
8259
  */
7585
8260
  setDomainExtensionAttribute(request: SetDomainExtensionAttributeRequest): Promise<SetDomainExtensionAttributeResponse>;
8261
+ /**
8262
+ * @summary Enables or disables the whitelist of a specified listener.
8263
+ *
8264
+ * @param request SetListenerAccessControlStatusRequest
8265
+ * @param runtime runtime options for this request RuntimeOptions
8266
+ * @return SetListenerAccessControlStatusResponse
8267
+ */
7586
8268
  setListenerAccessControlStatusWithOptions(request: SetListenerAccessControlStatusRequest, runtime: $Util.RuntimeOptions): Promise<SetListenerAccessControlStatusResponse>;
8269
+ /**
8270
+ * @summary Enables or disables the whitelist of a specified listener.
8271
+ *
8272
+ * @param request SetListenerAccessControlStatusRequest
8273
+ * @return SetListenerAccessControlStatusResponse
8274
+ */
7587
8275
  setListenerAccessControlStatus(request: SetListenerAccessControlStatusRequest): Promise<SetListenerAccessControlStatusResponse>;
8276
+ /**
8277
+ * @summary Enables or disables deletion protection for an SLB instance.
8278
+ *
8279
+ * @param request SetLoadBalancerDeleteProtectionRequest
8280
+ * @param runtime runtime options for this request RuntimeOptions
8281
+ * @return SetLoadBalancerDeleteProtectionResponse
8282
+ */
7588
8283
  setLoadBalancerDeleteProtectionWithOptions(request: SetLoadBalancerDeleteProtectionRequest, runtime: $Util.RuntimeOptions): Promise<SetLoadBalancerDeleteProtectionResponse>;
8284
+ /**
8285
+ * @summary Enables or disables deletion protection for an SLB instance.
8286
+ *
8287
+ * @param request SetLoadBalancerDeleteProtectionRequest
8288
+ * @return SetLoadBalancerDeleteProtectionResponse
8289
+ */
7589
8290
  setLoadBalancerDeleteProtection(request: SetLoadBalancerDeleteProtectionRequest): Promise<SetLoadBalancerDeleteProtectionResponse>;
7590
8291
  /**
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
8292
+ * @summary Modifies the configurations of an HTTP listener.
8293
+ *
8294
+ * @description ### Prerequisites
8295
+ * * A Classic Load Balancer (CLB) instance is created. For more information, see [CreateLoadBalancer](https://help.aliyun.com/document_detail/27577.html).
8296
+ * * An HTTP listener is created. For more information about how to create an HTTP listener, see [CreateLoadBalancerHTTPListener](https://help.aliyun.com/document_detail/27592.html).
8297
+ *
8298
+ * @param request SetLoadBalancerHTTPListenerAttributeRequest
8299
+ * @param runtime runtime options for this request RuntimeOptions
8300
+ * @return SetLoadBalancerHTTPListenerAttributeResponse
7598
8301
  */
7599
8302
  setLoadBalancerHTTPListenerAttributeWithOptions(request: SetLoadBalancerHTTPListenerAttributeRequest, runtime: $Util.RuntimeOptions): Promise<SetLoadBalancerHTTPListenerAttributeResponse>;
7600
8303
  /**
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
8304
+ * @summary Modifies the configurations of an HTTP listener.
8305
+ *
8306
+ * @description ### Prerequisites
8307
+ * * A Classic Load Balancer (CLB) instance is created. For more information, see [CreateLoadBalancer](https://help.aliyun.com/document_detail/27577.html).
8308
+ * * An HTTP listener is created. For more information about how to create an HTTP listener, see [CreateLoadBalancerHTTPListener](https://help.aliyun.com/document_detail/27592.html).
8309
+ *
8310
+ * @param request SetLoadBalancerHTTPListenerAttributeRequest
8311
+ * @return SetLoadBalancerHTTPListenerAttributeResponse
7607
8312
  */
7608
8313
  setLoadBalancerHTTPListenerAttribute(request: SetLoadBalancerHTTPListenerAttributeRequest): Promise<SetLoadBalancerHTTPListenerAttributeResponse>;
7609
8314
  /**
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
8315
+ * @summary Modifies the configurations of an HTTPS listener.
8316
+ *
8317
+ * @description * A Classic Load Balancer (CLB) instance is created. For more information, see [CreateLoadBalancer](https://help.aliyun.com/document_detail/27577.html).
8318
+ * * An HTTPS listener is created. For more information about how to create an HTTPS listener, see [CreateLoadBalancerHTTPSListener](https://help.aliyun.com/document_detail/27593.html).
8319
+ *
8320
+ * @param request SetLoadBalancerHTTPSListenerAttributeRequest
8321
+ * @param runtime runtime options for this request RuntimeOptions
8322
+ * @return SetLoadBalancerHTTPSListenerAttributeResponse
7616
8323
  */
7617
8324
  setLoadBalancerHTTPSListenerAttributeWithOptions(request: SetLoadBalancerHTTPSListenerAttributeRequest, runtime: $Util.RuntimeOptions): Promise<SetLoadBalancerHTTPSListenerAttributeResponse>;
7618
8325
  /**
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
8326
+ * @summary Modifies the configurations of an HTTPS listener.
8327
+ *
8328
+ * @description * A Classic Load Balancer (CLB) instance is created. For more information, see [CreateLoadBalancer](https://help.aliyun.com/document_detail/27577.html).
8329
+ * * An HTTPS listener is created. For more information about how to create an HTTPS listener, see [CreateLoadBalancerHTTPSListener](https://help.aliyun.com/document_detail/27593.html).
8330
+ *
8331
+ * @param request SetLoadBalancerHTTPSListenerAttributeRequest
8332
+ * @return SetLoadBalancerHTTPSListenerAttributeResponse
7624
8333
  */
7625
8334
  setLoadBalancerHTTPSListenerAttribute(request: SetLoadBalancerHTTPSListenerAttributeRequest): Promise<SetLoadBalancerHTTPSListenerAttributeResponse>;
8335
+ /**
8336
+ * @summary Modifies the configuration of the configuration read-only mode for a Classic Load Balancer (CLB) instance.
8337
+ *
8338
+ * @param request SetLoadBalancerModificationProtectionRequest
8339
+ * @param runtime runtime options for this request RuntimeOptions
8340
+ * @return SetLoadBalancerModificationProtectionResponse
8341
+ */
7626
8342
  setLoadBalancerModificationProtectionWithOptions(request: SetLoadBalancerModificationProtectionRequest, runtime: $Util.RuntimeOptions): Promise<SetLoadBalancerModificationProtectionResponse>;
8343
+ /**
8344
+ * @summary Modifies the configuration of the configuration read-only mode for a Classic Load Balancer (CLB) instance.
8345
+ *
8346
+ * @param request SetLoadBalancerModificationProtectionRequest
8347
+ * @return SetLoadBalancerModificationProtectionResponse
8348
+ */
7627
8349
  setLoadBalancerModificationProtection(request: SetLoadBalancerModificationProtectionRequest): Promise<SetLoadBalancerModificationProtectionResponse>;
8350
+ /**
8351
+ * @summary Modifies the name of a Classic Load Balancer (CLB) instance.
8352
+ *
8353
+ * @param request SetLoadBalancerNameRequest
8354
+ * @param runtime runtime options for this request RuntimeOptions
8355
+ * @return SetLoadBalancerNameResponse
8356
+ */
7628
8357
  setLoadBalancerNameWithOptions(request: SetLoadBalancerNameRequest, runtime: $Util.RuntimeOptions): Promise<SetLoadBalancerNameResponse>;
8358
+ /**
8359
+ * @summary Modifies the name of a Classic Load Balancer (CLB) instance.
8360
+ *
8361
+ * @param request SetLoadBalancerNameRequest
8362
+ * @return SetLoadBalancerNameResponse
8363
+ */
7629
8364
  setLoadBalancerName(request: SetLoadBalancerNameRequest): Promise<SetLoadBalancerNameResponse>;
8365
+ /**
8366
+ * @summary Modifies the state of a Classic Load Balancer (CLB) instance.
8367
+ *
8368
+ * @param request SetLoadBalancerStatusRequest
8369
+ * @param runtime runtime options for this request RuntimeOptions
8370
+ * @return SetLoadBalancerStatusResponse
8371
+ */
7630
8372
  setLoadBalancerStatusWithOptions(request: SetLoadBalancerStatusRequest, runtime: $Util.RuntimeOptions): Promise<SetLoadBalancerStatusResponse>;
8373
+ /**
8374
+ * @summary Modifies the state of a Classic Load Balancer (CLB) instance.
8375
+ *
8376
+ * @param request SetLoadBalancerStatusRequest
8377
+ * @return SetLoadBalancerStatusResponse
8378
+ */
7631
8379
  setLoadBalancerStatus(request: SetLoadBalancerStatusRequest): Promise<SetLoadBalancerStatusResponse>;
7632
8380
  /**
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
8381
+ * @summary Modifies the configurations of a TCP listener of Classic Load Balancer (CLB).
8382
+ *
8383
+ * @description * A CLB instance is created. For more information, see [CreateLoadBalancer](https://help.aliyun.com/document_detail/2401685.html).
8384
+ * * A TCP listener is created. For more information, see [CreateLoadBalancerTCPListener](~~CreateLoadBalancerTCPListener~~).
8385
+ *
8386
+ * @param request SetLoadBalancerTCPListenerAttributeRequest
8387
+ * @param runtime runtime options for this request RuntimeOptions
8388
+ * @return SetLoadBalancerTCPListenerAttributeResponse
7639
8389
  */
7640
8390
  setLoadBalancerTCPListenerAttributeWithOptions(request: SetLoadBalancerTCPListenerAttributeRequest, runtime: $Util.RuntimeOptions): Promise<SetLoadBalancerTCPListenerAttributeResponse>;
7641
8391
  /**
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
8392
+ * @summary Modifies the configurations of a TCP listener of Classic Load Balancer (CLB).
8393
+ *
8394
+ * @description * A CLB instance is created. For more information, see [CreateLoadBalancer](https://help.aliyun.com/document_detail/2401685.html).
8395
+ * * A TCP listener is created. For more information, see [CreateLoadBalancerTCPListener](~~CreateLoadBalancerTCPListener~~).
8396
+ *
8397
+ * @param request SetLoadBalancerTCPListenerAttributeRequest
8398
+ * @return SetLoadBalancerTCPListenerAttributeResponse
7647
8399
  */
7648
8400
  setLoadBalancerTCPListenerAttribute(request: SetLoadBalancerTCPListenerAttributeRequest): Promise<SetLoadBalancerTCPListenerAttributeResponse>;
7649
8401
  /**
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
8402
+ * @summary Modifies the configurations of a UDP listener.
8403
+ *
8404
+ * @description * A Classic Load Balancer (CLB) instance is created. For more information, see [CreateLoadBalancer](https://help.aliyun.com/document_detail/27577.html).
8405
+ * * A UDP listener is created. For more information, see [CreateLoadBalancerUDPListener](https://help.aliyun.com/document_detail/27595.html).
8406
+ *
8407
+ * @param request SetLoadBalancerUDPListenerAttributeRequest
8408
+ * @param runtime runtime options for this request RuntimeOptions
8409
+ * @return SetLoadBalancerUDPListenerAttributeResponse
7656
8410
  */
7657
8411
  setLoadBalancerUDPListenerAttributeWithOptions(request: SetLoadBalancerUDPListenerAttributeRequest, runtime: $Util.RuntimeOptions): Promise<SetLoadBalancerUDPListenerAttributeResponse>;
7658
8412
  /**
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
8413
+ * @summary Modifies the configurations of a UDP listener.
8414
+ *
8415
+ * @description * A Classic Load Balancer (CLB) instance is created. For more information, see [CreateLoadBalancer](https://help.aliyun.com/document_detail/27577.html).
8416
+ * * A UDP listener is created. For more information, see [CreateLoadBalancerUDPListener](https://help.aliyun.com/document_detail/27595.html).
8417
+ *
8418
+ * @param request SetLoadBalancerUDPListenerAttributeRequest
8419
+ * @return SetLoadBalancerUDPListenerAttributeResponse
7664
8420
  */
7665
8421
  setLoadBalancerUDPListenerAttribute(request: SetLoadBalancerUDPListenerAttributeRequest): Promise<SetLoadBalancerUDPListenerAttributeResponse>;
8422
+ /**
8423
+ * @summary Modifies a forwarding rule that is associated with a vServer group.
8424
+ *
8425
+ * @param request SetRuleRequest
8426
+ * @param runtime runtime options for this request RuntimeOptions
8427
+ * @return SetRuleResponse
8428
+ */
7666
8429
  setRuleWithOptions(request: SetRuleRequest, runtime: $Util.RuntimeOptions): Promise<SetRuleResponse>;
8430
+ /**
8431
+ * @summary Modifies a forwarding rule that is associated with a vServer group.
8432
+ *
8433
+ * @param request SetRuleRequest
8434
+ * @return SetRuleResponse
8435
+ */
7667
8436
  setRule(request: SetRuleRequest): Promise<SetRuleResponse>;
8437
+ /**
8438
+ * @summary Sets a name for a server certificate.
8439
+ *
8440
+ * @param request SetServerCertificateNameRequest
8441
+ * @param runtime runtime options for this request RuntimeOptions
8442
+ * @return SetServerCertificateNameResponse
8443
+ */
7668
8444
  setServerCertificateNameWithOptions(request: SetServerCertificateNameRequest, runtime: $Util.RuntimeOptions): Promise<SetServerCertificateNameResponse>;
8445
+ /**
8446
+ * @summary Sets a name for a server certificate.
8447
+ *
8448
+ * @param request SetServerCertificateNameRequest
8449
+ * @return SetServerCertificateNameResponse
8450
+ */
7669
8451
  setServerCertificateName(request: SetServerCertificateNameRequest): Promise<SetServerCertificateNameResponse>;
8452
+ /**
8453
+ * @summary Configures a Transport Layer Security (TLS) policy.
8454
+ *
8455
+ * @param request SetTLSCipherPolicyAttributeRequest
8456
+ * @param runtime runtime options for this request RuntimeOptions
8457
+ * @return SetTLSCipherPolicyAttributeResponse
8458
+ */
7670
8459
  setTLSCipherPolicyAttributeWithOptions(request: SetTLSCipherPolicyAttributeRequest, runtime: $Util.RuntimeOptions): Promise<SetTLSCipherPolicyAttributeResponse>;
8460
+ /**
8461
+ * @summary Configures a Transport Layer Security (TLS) policy.
8462
+ *
8463
+ * @param request SetTLSCipherPolicyAttributeRequest
8464
+ * @return SetTLSCipherPolicyAttributeResponse
8465
+ */
7671
8466
  setTLSCipherPolicyAttribute(request: SetTLSCipherPolicyAttributeRequest): Promise<SetTLSCipherPolicyAttributeResponse>;
7672
8467
  /**
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
8468
+ * @summary Modifies the configurations of a vServer group.
8469
+ *
8470
+ * @description This operation allows you to modify only the name of a vServer group and the weights of the backend servers in the vServer group.
8471
+ * * If you want to modify backend servers in a specified vServer group, call the [ModifyVServerGroupBackendServers](https://help.aliyun.com/document_detail/35220.html) operation.
8472
+ * * If you want to add backend servers to a specified vServer group, call the [AddVServerGroupBackendServers](https://help.aliyun.com/document_detail/35218.html) operation.
8473
+ *
8474
+ * @param request SetVServerGroupAttributeRequest
8475
+ * @param runtime runtime options for this request RuntimeOptions
8476
+ * @return SetVServerGroupAttributeResponse
7680
8477
  */
7681
8478
  setVServerGroupAttributeWithOptions(request: SetVServerGroupAttributeRequest, runtime: $Util.RuntimeOptions): Promise<SetVServerGroupAttributeResponse>;
7682
8479
  /**
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
8480
+ * @summary Modifies the configurations of a vServer group.
8481
+ *
8482
+ * @description This operation allows you to modify only the name of a vServer group and the weights of the backend servers in the vServer group.
8483
+ * * If you want to modify backend servers in a specified vServer group, call the [ModifyVServerGroupBackendServers](https://help.aliyun.com/document_detail/35220.html) operation.
8484
+ * * If you want to add backend servers to a specified vServer group, call the [AddVServerGroupBackendServers](https://help.aliyun.com/document_detail/35218.html) operation.
8485
+ *
8486
+ * @param request SetVServerGroupAttributeRequest
8487
+ * @return SetVServerGroupAttributeResponse
7689
8488
  */
7690
8489
  setVServerGroupAttribute(request: SetVServerGroupAttributeRequest): Promise<SetVServerGroupAttributeResponse>;
7691
8490
  /**
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
8491
+ * @summary You can call this operation to start a listener.
8492
+ *
8493
+ * @description When you call this operation, note the following items:
8494
+ * * You can call the operation only when the listener is in the Stopped state.
8495
+ * * After the operation is called, the status of the listener changes to Starting.
8496
+ * * You cannot call this operation when the SLB instance to which the listener is bound is in the Locked state.
8497
+ *
8498
+ * @param request StartLoadBalancerListenerRequest
8499
+ * @param runtime runtime options for this request RuntimeOptions
8500
+ * @return StartLoadBalancerListenerResponse
7700
8501
  */
7701
8502
  startLoadBalancerListenerWithOptions(request: StartLoadBalancerListenerRequest, runtime: $Util.RuntimeOptions): Promise<StartLoadBalancerListenerResponse>;
7702
8503
  /**
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
8504
+ * @summary You can call this operation to start a listener.
8505
+ *
8506
+ * @description When you call this operation, note the following items:
8507
+ * * You can call the operation only when the listener is in the Stopped state.
8508
+ * * After the operation is called, the status of the listener changes to Starting.
8509
+ * * You cannot call this operation when the SLB instance to which the listener is bound is in the Locked state.
8510
+ *
8511
+ * @param request StartLoadBalancerListenerRequest
8512
+ * @return StartLoadBalancerListenerResponse
7710
8513
  */
7711
8514
  startLoadBalancerListener(request: StartLoadBalancerListenerRequest): Promise<StartLoadBalancerListenerResponse>;
7712
8515
  /**
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
8516
+ * @summary Stops a listener.
8517
+ *
8518
+ * @description Before you make this API call, note the following:
8519
+ * * After the API call is successfully made, the listener enters the stopped state.
8520
+ * * If the Server Load Balancer (SLB) instance to which the listener to be stopped belongs is in the locked state, this API call cannot be made.
8521
+ * > If you stop the listener, your services will be disrupted. Exercise caution when you perform this action.
8522
+ *
8523
+ * @param request StopLoadBalancerListenerRequest
8524
+ * @param runtime runtime options for this request RuntimeOptions
8525
+ * @return StopLoadBalancerListenerResponse
7721
8526
  */
7722
8527
  stopLoadBalancerListenerWithOptions(request: StopLoadBalancerListenerRequest, runtime: $Util.RuntimeOptions): Promise<StopLoadBalancerListenerResponse>;
7723
8528
  /**
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
8529
+ * @summary Stops a listener.
8530
+ *
8531
+ * @description Before you make this API call, note the following:
8532
+ * * After the API call is successfully made, the listener enters the stopped state.
8533
+ * * If the Server Load Balancer (SLB) instance to which the listener to be stopped belongs is in the locked state, this API call cannot be made.
8534
+ * > If you stop the listener, your services will be disrupted. Exercise caution when you perform this action.
8535
+ *
8536
+ * @param request StopLoadBalancerListenerRequest
8537
+ * @return StopLoadBalancerListenerResponse
7731
8538
  */
7732
8539
  stopLoadBalancerListener(request: StopLoadBalancerListenerRequest): Promise<StopLoadBalancerListenerResponse>;
7733
8540
  /**
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
8541
+ * @summary Creates tags and adds the tags to resources.
8542
+ *
8543
+ * @description > You can add at most 20 tags to each instance. Before you add tags to a resource, Alibaba Cloud checks the number of existing tags of the resource. If the maximum number is reached, an error message is returned.
8544
+ *
8545
+ * @param request TagResourcesRequest
8546
+ * @param runtime runtime options for this request RuntimeOptions
8547
+ * @return TagResourcesResponse
7739
8548
  */
7740
8549
  tagResourcesWithOptions(request: TagResourcesRequest, runtime: $Util.RuntimeOptions): Promise<TagResourcesResponse>;
7741
8550
  /**
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
8551
+ * @summary Creates tags and adds the tags to resources.
8552
+ *
8553
+ * @description > You can add at most 20 tags to each instance. Before you add tags to a resource, Alibaba Cloud checks the number of existing tags of the resource. If the maximum number is reached, an error message is returned.
8554
+ *
8555
+ * @param request TagResourcesRequest
8556
+ * @return TagResourcesResponse
7746
8557
  */
7747
8558
  tagResources(request: TagResourcesRequest): Promise<TagResourcesResponse>;
8559
+ /**
8560
+ * @summary Removes tags from specified resources.
8561
+ *
8562
+ * @param request UntagResourcesRequest
8563
+ * @param runtime runtime options for this request RuntimeOptions
8564
+ * @return UntagResourcesResponse
8565
+ */
7748
8566
  untagResourcesWithOptions(request: UntagResourcesRequest, runtime: $Util.RuntimeOptions): Promise<UntagResourcesResponse>;
8567
+ /**
8568
+ * @summary Removes tags from specified resources.
8569
+ *
8570
+ * @param request UntagResourcesRequest
8571
+ * @return UntagResourcesResponse
8572
+ */
7749
8573
  untagResources(request: UntagResourcesRequest): Promise<UntagResourcesResponse>;
7750
8574
  /**
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
8575
+ * @summary Uploads a CA certificate.
8576
+ *
8577
+ * @description You can upload only one CA certificate at a time. After a CA certificate is uploaded, the certificate ID, name, and fingerprint are returned.
8578
+ *
8579
+ * @param request UploadCACertificateRequest
8580
+ * @param runtime runtime options for this request RuntimeOptions
8581
+ * @return UploadCACertificateResponse
7756
8582
  */
7757
8583
  uploadCACertificateWithOptions(request: UploadCACertificateRequest, runtime: $Util.RuntimeOptions): Promise<UploadCACertificateResponse>;
7758
8584
  /**
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
8585
+ * @summary Uploads a CA certificate.
8586
+ *
8587
+ * @description You can upload only one CA certificate at a time. After a CA certificate is uploaded, the certificate ID, name, and fingerprint are returned.
8588
+ *
8589
+ * @param request UploadCACertificateRequest
8590
+ * @return UploadCACertificateResponse
7763
8591
  */
7764
8592
  uploadCACertificate(request: UploadCACertificateRequest): Promise<UploadCACertificateResponse>;
7765
8593
  /**
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
8594
+ * @summary Uploads a server certificate.
8595
+ *
8596
+ * @description * You can upload only one server certificate and its private key in each call.
8597
+ * * After a server certificate and its private key are uploaded, the fingerprints of all server certificates that belong to your Alibaba Cloud account are returned.
8598
+ *
8599
+ * @param request UploadServerCertificateRequest
8600
+ * @param runtime runtime options for this request RuntimeOptions
8601
+ * @return UploadServerCertificateResponse
7772
8602
  */
7773
8603
  uploadServerCertificateWithOptions(request: UploadServerCertificateRequest, runtime: $Util.RuntimeOptions): Promise<UploadServerCertificateResponse>;
7774
8604
  /**
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
8605
+ * @summary Uploads a server certificate.
8606
+ *
8607
+ * @description * You can upload only one server certificate and its private key in each call.
8608
+ * * After a server certificate and its private key are uploaded, the fingerprints of all server certificates that belong to your Alibaba Cloud account are returned.
8609
+ *
8610
+ * @param request UploadServerCertificateRequest
8611
+ * @return UploadServerCertificateResponse
7780
8612
  */
7781
8613
  uploadServerCertificate(request: UploadServerCertificateRequest): Promise<UploadServerCertificateResponse>;
7782
8614
  }