@alicloud/ga20191120 2.1.4 → 2.1.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
@@ -34,11 +34,11 @@ export declare class AddEntriesToAclResponseBody extends $tea.Model {
34
34
  });
35
35
  }
36
36
  export declare class AddEntriesToAclResponse extends $tea.Model {
37
- headers: {
37
+ headers?: {
38
38
  [key: string]: string;
39
39
  };
40
- statusCode: number;
41
- body: AddEntriesToAclResponseBody;
40
+ statusCode?: number;
41
+ body?: AddEntriesToAclResponseBody;
42
42
  static names(): {
43
43
  [key: string]: string;
44
44
  };
@@ -81,11 +81,11 @@ export declare class AssociateAclsWithListenerResponseBody extends $tea.Model {
81
81
  });
82
82
  }
83
83
  export declare class AssociateAclsWithListenerResponse extends $tea.Model {
84
- headers: {
84
+ headers?: {
85
85
  [key: string]: string;
86
86
  };
87
- statusCode: number;
88
- body: AssociateAclsWithListenerResponseBody;
87
+ statusCode?: number;
88
+ body?: AssociateAclsWithListenerResponseBody;
89
89
  static names(): {
90
90
  [key: string]: string;
91
91
  };
@@ -126,11 +126,11 @@ export declare class AssociateAdditionalCertificatesWithListenerResponseBody ext
126
126
  });
127
127
  }
128
128
  export declare class AssociateAdditionalCertificatesWithListenerResponse extends $tea.Model {
129
- headers: {
129
+ headers?: {
130
130
  [key: string]: string;
131
131
  };
132
- statusCode: number;
133
- body: AssociateAdditionalCertificatesWithListenerResponseBody;
132
+ statusCode?: number;
133
+ body?: AssociateAdditionalCertificatesWithListenerResponseBody;
134
134
  static names(): {
135
135
  [key: string]: string;
136
136
  };
@@ -171,11 +171,11 @@ export declare class AttachDdosToAcceleratorResponseBody extends $tea.Model {
171
171
  });
172
172
  }
173
173
  export declare class AttachDdosToAcceleratorResponse extends $tea.Model {
174
- headers: {
174
+ headers?: {
175
175
  [key: string]: string;
176
176
  };
177
- statusCode: number;
178
- body: AttachDdosToAcceleratorResponseBody;
177
+ statusCode?: number;
178
+ body?: AttachDdosToAcceleratorResponseBody;
179
179
  static names(): {
180
180
  [key: string]: string;
181
181
  };
@@ -218,11 +218,11 @@ export declare class AttachLogStoreToEndpointGroupResponseBody extends $tea.Mode
218
218
  });
219
219
  }
220
220
  export declare class AttachLogStoreToEndpointGroupResponse extends $tea.Model {
221
- headers: {
221
+ headers?: {
222
222
  [key: string]: string;
223
223
  };
224
- statusCode: number;
225
- body: AttachLogStoreToEndpointGroupResponseBody;
224
+ statusCode?: number;
225
+ body?: AttachLogStoreToEndpointGroupResponseBody;
226
226
  static names(): {
227
227
  [key: string]: string;
228
228
  };
@@ -262,11 +262,11 @@ export declare class BandwidthPackageAddAcceleratorResponseBody extends $tea.Mod
262
262
  });
263
263
  }
264
264
  export declare class BandwidthPackageAddAcceleratorResponse extends $tea.Model {
265
- headers: {
265
+ headers?: {
266
266
  [key: string]: string;
267
267
  };
268
- statusCode: number;
269
- body: BandwidthPackageAddAcceleratorResponseBody;
268
+ statusCode?: number;
269
+ body?: BandwidthPackageAddAcceleratorResponseBody;
270
270
  static names(): {
271
271
  [key: string]: string;
272
272
  };
@@ -306,11 +306,11 @@ export declare class BandwidthPackageRemoveAcceleratorResponseBody extends $tea.
306
306
  });
307
307
  }
308
308
  export declare class BandwidthPackageRemoveAcceleratorResponse extends $tea.Model {
309
- headers: {
309
+ headers?: {
310
310
  [key: string]: string;
311
311
  };
312
- statusCode: number;
313
- body: BandwidthPackageRemoveAcceleratorResponseBody;
312
+ statusCode?: number;
313
+ body?: BandwidthPackageRemoveAcceleratorResponseBody;
314
314
  static names(): {
315
315
  [key: string]: string;
316
316
  };
@@ -350,11 +350,11 @@ export declare class ChangeResourceGroupResponseBody extends $tea.Model {
350
350
  });
351
351
  }
352
352
  export declare class ChangeResourceGroupResponse extends $tea.Model {
353
- headers: {
353
+ headers?: {
354
354
  [key: string]: string;
355
355
  };
356
- statusCode: number;
357
- body: ChangeResourceGroupResponseBody;
356
+ statusCode?: number;
357
+ body?: ChangeResourceGroupResponseBody;
358
358
  static names(): {
359
359
  [key: string]: string;
360
360
  };
@@ -397,11 +397,11 @@ export declare class ConfigEndpointProbeResponseBody extends $tea.Model {
397
397
  });
398
398
  }
399
399
  export declare class ConfigEndpointProbeResponse extends $tea.Model {
400
- headers: {
400
+ headers?: {
401
401
  [key: string]: string;
402
402
  };
403
- statusCode: number;
404
- body: ConfigEndpointProbeResponseBody;
403
+ statusCode?: number;
404
+ body?: ConfigEndpointProbeResponseBody;
405
405
  static names(): {
406
406
  [key: string]: string;
407
407
  };
@@ -455,11 +455,11 @@ export declare class CreateAcceleratorResponseBody extends $tea.Model {
455
455
  });
456
456
  }
457
457
  export declare class CreateAcceleratorResponse extends $tea.Model {
458
- headers: {
458
+ headers?: {
459
459
  [key: string]: string;
460
460
  };
461
- statusCode: number;
462
- body: CreateAcceleratorResponseBody;
461
+ statusCode?: number;
462
+ body?: CreateAcceleratorResponseBody;
463
463
  static names(): {
464
464
  [key: string]: string;
465
465
  };
@@ -503,11 +503,11 @@ export declare class CreateAclResponseBody extends $tea.Model {
503
503
  });
504
504
  }
505
505
  export declare class CreateAclResponse extends $tea.Model {
506
- headers: {
506
+ headers?: {
507
507
  [key: string]: string;
508
508
  };
509
- statusCode: number;
510
- body: CreateAclResponseBody;
509
+ statusCode?: number;
510
+ body?: CreateAclResponseBody;
511
511
  static names(): {
512
512
  [key: string]: string;
513
513
  };
@@ -554,11 +554,11 @@ export declare class CreateApplicationMonitorResponseBody extends $tea.Model {
554
554
  });
555
555
  }
556
556
  export declare class CreateApplicationMonitorResponse extends $tea.Model {
557
- headers: {
557
+ headers?: {
558
558
  [key: string]: string;
559
559
  };
560
- statusCode: number;
561
- body: CreateApplicationMonitorResponseBody;
560
+ statusCode?: number;
561
+ body?: CreateApplicationMonitorResponseBody;
562
562
  static names(): {
563
563
  [key: string]: string;
564
564
  };
@@ -614,11 +614,11 @@ export declare class CreateBandwidthPackageResponseBody extends $tea.Model {
614
614
  });
615
615
  }
616
616
  export declare class CreateBandwidthPackageResponse extends $tea.Model {
617
- headers: {
617
+ headers?: {
618
618
  [key: string]: string;
619
619
  };
620
- statusCode: number;
621
- body: CreateBandwidthPackageResponseBody;
620
+ statusCode?: number;
621
+ body?: CreateBandwidthPackageResponseBody;
622
622
  static names(): {
623
623
  [key: string]: string;
624
624
  };
@@ -662,11 +662,11 @@ export declare class CreateBasicAccelerateIpResponseBody extends $tea.Model {
662
662
  });
663
663
  }
664
664
  export declare class CreateBasicAccelerateIpResponse extends $tea.Model {
665
- headers: {
665
+ headers?: {
666
666
  [key: string]: string;
667
667
  };
668
- statusCode: number;
669
- body: CreateBasicAccelerateIpResponseBody;
668
+ statusCode?: number;
669
+ body?: CreateBasicAccelerateIpResponseBody;
670
670
  static names(): {
671
671
  [key: string]: string;
672
672
  };
@@ -710,11 +710,11 @@ export declare class CreateBasicAccelerateIpEndpointRelationResponseBody extends
710
710
  });
711
711
  }
712
712
  export declare class CreateBasicAccelerateIpEndpointRelationResponse extends $tea.Model {
713
- headers: {
713
+ headers?: {
714
714
  [key: string]: string;
715
715
  };
716
- statusCode: number;
717
- body: CreateBasicAccelerateIpEndpointRelationResponseBody;
716
+ statusCode?: number;
717
+ body?: CreateBasicAccelerateIpEndpointRelationResponseBody;
718
718
  static names(): {
719
719
  [key: string]: string;
720
720
  };
@@ -754,11 +754,11 @@ export declare class CreateBasicAccelerateIpEndpointRelationsResponseBody extend
754
754
  });
755
755
  }
756
756
  export declare class CreateBasicAccelerateIpEndpointRelationsResponse extends $tea.Model {
757
- headers: {
757
+ headers?: {
758
758
  [key: string]: string;
759
759
  };
760
- statusCode: number;
761
- body: CreateBasicAccelerateIpEndpointRelationsResponseBody;
760
+ statusCode?: number;
761
+ body?: CreateBasicAccelerateIpEndpointRelationsResponseBody;
762
762
  static names(): {
763
763
  [key: string]: string;
764
764
  };
@@ -809,11 +809,11 @@ export declare class CreateBasicAcceleratorResponseBody extends $tea.Model {
809
809
  });
810
810
  }
811
811
  export declare class CreateBasicAcceleratorResponse extends $tea.Model {
812
- headers: {
812
+ headers?: {
813
813
  [key: string]: string;
814
814
  };
815
- statusCode: number;
816
- body: CreateBasicAcceleratorResponseBody;
815
+ statusCode?: number;
816
+ body?: CreateBasicAcceleratorResponseBody;
817
817
  static names(): {
818
818
  [key: string]: string;
819
819
  };
@@ -860,11 +860,11 @@ export declare class CreateBasicEndpointResponseBody extends $tea.Model {
860
860
  });
861
861
  }
862
862
  export declare class CreateBasicEndpointResponse extends $tea.Model {
863
- headers: {
863
+ headers?: {
864
864
  [key: string]: string;
865
865
  };
866
- statusCode: number;
867
- body: CreateBasicEndpointResponseBody;
866
+ statusCode?: number;
867
+ body?: CreateBasicEndpointResponseBody;
868
868
  static names(): {
869
869
  [key: string]: string;
870
870
  };
@@ -909,11 +909,11 @@ export declare class CreateBasicEndpointGroupResponseBody extends $tea.Model {
909
909
  });
910
910
  }
911
911
  export declare class CreateBasicEndpointGroupResponse extends $tea.Model {
912
- headers: {
912
+ headers?: {
913
913
  [key: string]: string;
914
914
  };
915
- statusCode: number;
916
- body: CreateBasicEndpointGroupResponseBody;
915
+ statusCode?: number;
916
+ body?: CreateBasicEndpointGroupResponseBody;
917
917
  static names(): {
918
918
  [key: string]: string;
919
919
  };
@@ -955,11 +955,11 @@ export declare class CreateBasicEndpointsResponseBody extends $tea.Model {
955
955
  });
956
956
  }
957
957
  export declare class CreateBasicEndpointsResponse extends $tea.Model {
958
- headers: {
958
+ headers?: {
959
959
  [key: string]: string;
960
960
  };
961
- statusCode: number;
962
- body: CreateBasicEndpointsResponseBody;
961
+ statusCode?: number;
962
+ body?: CreateBasicEndpointsResponseBody;
963
963
  static names(): {
964
964
  [key: string]: string;
965
965
  };
@@ -1001,11 +1001,11 @@ export declare class CreateBasicIpSetResponseBody extends $tea.Model {
1001
1001
  });
1002
1002
  }
1003
1003
  export declare class CreateBasicIpSetResponse extends $tea.Model {
1004
- headers: {
1004
+ headers?: {
1005
1005
  [key: string]: string;
1006
1006
  };
1007
- statusCode: number;
1008
- body: CreateBasicIpSetResponseBody;
1007
+ statusCode?: number;
1008
+ body?: CreateBasicIpSetResponseBody;
1009
1009
  static names(): {
1010
1010
  [key: string]: string;
1011
1011
  };
@@ -1046,11 +1046,11 @@ export declare class CreateCustomRoutingEndpointGroupDestinationsResponseBody ex
1046
1046
  });
1047
1047
  }
1048
1048
  export declare class CreateCustomRoutingEndpointGroupDestinationsResponse extends $tea.Model {
1049
- headers: {
1049
+ headers?: {
1050
1050
  [key: string]: string;
1051
1051
  };
1052
- statusCode: number;
1053
- body: CreateCustomRoutingEndpointGroupDestinationsResponseBody;
1052
+ statusCode?: number;
1053
+ body?: CreateCustomRoutingEndpointGroupDestinationsResponseBody;
1054
1054
  static names(): {
1055
1055
  [key: string]: string;
1056
1056
  };
@@ -1092,11 +1092,11 @@ export declare class CreateCustomRoutingEndpointGroupsResponseBody extends $tea.
1092
1092
  });
1093
1093
  }
1094
1094
  export declare class CreateCustomRoutingEndpointGroupsResponse extends $tea.Model {
1095
- headers: {
1095
+ headers?: {
1096
1096
  [key: string]: string;
1097
1097
  };
1098
- statusCode: number;
1099
- body: CreateCustomRoutingEndpointGroupsResponseBody;
1098
+ statusCode?: number;
1099
+ body?: CreateCustomRoutingEndpointGroupsResponseBody;
1100
1100
  static names(): {
1101
1101
  [key: string]: string;
1102
1102
  };
@@ -1136,11 +1136,11 @@ export declare class CreateCustomRoutingEndpointTrafficPoliciesResponseBody exte
1136
1136
  });
1137
1137
  }
1138
1138
  export declare class CreateCustomRoutingEndpointTrafficPoliciesResponse extends $tea.Model {
1139
- headers: {
1139
+ headers?: {
1140
1140
  [key: string]: string;
1141
1141
  };
1142
- statusCode: number;
1143
- body: CreateCustomRoutingEndpointTrafficPoliciesResponseBody;
1142
+ statusCode?: number;
1143
+ body?: CreateCustomRoutingEndpointTrafficPoliciesResponseBody;
1144
1144
  static names(): {
1145
1145
  [key: string]: string;
1146
1146
  };
@@ -1180,11 +1180,11 @@ export declare class CreateCustomRoutingEndpointsResponseBody extends $tea.Model
1180
1180
  });
1181
1181
  }
1182
1182
  export declare class CreateCustomRoutingEndpointsResponse extends $tea.Model {
1183
- headers: {
1183
+ headers?: {
1184
1184
  [key: string]: string;
1185
1185
  };
1186
- statusCode: number;
1187
- body: CreateCustomRoutingEndpointsResponseBody;
1186
+ statusCode?: number;
1187
+ body?: CreateCustomRoutingEndpointsResponseBody;
1188
1188
  static names(): {
1189
1189
  [key: string]: string;
1190
1190
  };
@@ -1222,11 +1222,11 @@ export declare class CreateDomainResponseBody extends $tea.Model {
1222
1222
  });
1223
1223
  }
1224
1224
  export declare class CreateDomainResponse extends $tea.Model {
1225
- headers: {
1225
+ headers?: {
1226
1226
  [key: string]: string;
1227
1227
  };
1228
- statusCode: number;
1229
- body: CreateDomainResponseBody;
1228
+ statusCode?: number;
1229
+ body?: CreateDomainResponseBody;
1230
1230
  static names(): {
1231
1231
  [key: string]: string;
1232
1232
  };
@@ -1281,11 +1281,11 @@ export declare class CreateEndpointGroupResponseBody extends $tea.Model {
1281
1281
  });
1282
1282
  }
1283
1283
  export declare class CreateEndpointGroupResponse extends $tea.Model {
1284
- headers: {
1284
+ headers?: {
1285
1285
  [key: string]: string;
1286
1286
  };
1287
- statusCode: number;
1288
- body: CreateEndpointGroupResponseBody;
1287
+ statusCode?: number;
1288
+ body?: CreateEndpointGroupResponseBody;
1289
1289
  static names(): {
1290
1290
  [key: string]: string;
1291
1291
  };
@@ -1327,11 +1327,11 @@ export declare class CreateEndpointGroupsResponseBody extends $tea.Model {
1327
1327
  });
1328
1328
  }
1329
1329
  export declare class CreateEndpointGroupsResponse extends $tea.Model {
1330
- headers: {
1330
+ headers?: {
1331
1331
  [key: string]: string;
1332
1332
  };
1333
- statusCode: number;
1334
- body: CreateEndpointGroupsResponseBody;
1333
+ statusCode?: number;
1334
+ body?: CreateEndpointGroupsResponseBody;
1335
1335
  static names(): {
1336
1336
  [key: string]: string;
1337
1337
  };
@@ -1372,11 +1372,11 @@ export declare class CreateForwardingRulesResponseBody extends $tea.Model {
1372
1372
  });
1373
1373
  }
1374
1374
  export declare class CreateForwardingRulesResponse extends $tea.Model {
1375
- headers: {
1375
+ headers?: {
1376
1376
  [key: string]: string;
1377
1377
  };
1378
- statusCode: number;
1379
- body: CreateForwardingRulesResponseBody;
1378
+ statusCode?: number;
1379
+ body?: CreateForwardingRulesResponseBody;
1380
1380
  static names(): {
1381
1381
  [key: string]: string;
1382
1382
  };
@@ -1417,11 +1417,11 @@ export declare class CreateIpSetsResponseBody extends $tea.Model {
1417
1417
  });
1418
1418
  }
1419
1419
  export declare class CreateIpSetsResponse extends $tea.Model {
1420
- headers: {
1420
+ headers?: {
1421
1421
  [key: string]: string;
1422
1422
  };
1423
- statusCode: number;
1424
- body: CreateIpSetsResponseBody;
1423
+ statusCode?: number;
1424
+ body?: CreateIpSetsResponseBody;
1425
1425
  static names(): {
1426
1426
  [key: string]: string;
1427
1427
  };
@@ -1440,6 +1440,7 @@ export declare class CreateListenerRequest extends $tea.Model {
1440
1440
  customRoutingEndpointGroupConfigurations?: CreateListenerRequestCustomRoutingEndpointGroupConfigurations[];
1441
1441
  description?: string;
1442
1442
  endpointGroupConfigurations?: CreateListenerRequestEndpointGroupConfigurations[];
1443
+ httpVersion?: string;
1443
1444
  idleTimeout?: number;
1444
1445
  name?: string;
1445
1446
  portRanges?: CreateListenerRequestPortRanges[];
@@ -1474,11 +1475,11 @@ export declare class CreateListenerResponseBody extends $tea.Model {
1474
1475
  });
1475
1476
  }
1476
1477
  export declare class CreateListenerResponse extends $tea.Model {
1477
- headers: {
1478
+ headers?: {
1478
1479
  [key: string]: string;
1479
1480
  };
1480
- statusCode: number;
1481
- body: CreateListenerResponseBody;
1481
+ statusCode?: number;
1482
+ body?: CreateListenerResponseBody;
1482
1483
  static names(): {
1483
1484
  [key: string]: string;
1484
1485
  };
@@ -1518,11 +1519,11 @@ export declare class CreateSpareIpsResponseBody extends $tea.Model {
1518
1519
  });
1519
1520
  }
1520
1521
  export declare class CreateSpareIpsResponse extends $tea.Model {
1521
- headers: {
1522
+ headers?: {
1522
1523
  [key: string]: string;
1523
1524
  };
1524
- statusCode: number;
1525
- body: CreateSpareIpsResponseBody;
1525
+ statusCode?: number;
1526
+ body?: CreateSpareIpsResponseBody;
1526
1527
  static names(): {
1527
1528
  [key: string]: string;
1528
1529
  };
@@ -1560,11 +1561,11 @@ export declare class DeleteAcceleratorResponseBody extends $tea.Model {
1560
1561
  });
1561
1562
  }
1562
1563
  export declare class DeleteAcceleratorResponse extends $tea.Model {
1563
- headers: {
1564
+ headers?: {
1564
1565
  [key: string]: string;
1565
1566
  };
1566
- statusCode: number;
1567
- body: DeleteAcceleratorResponseBody;
1567
+ statusCode?: number;
1568
+ body?: DeleteAcceleratorResponseBody;
1568
1569
  static names(): {
1569
1570
  [key: string]: string;
1570
1571
  };
@@ -1604,11 +1605,11 @@ export declare class DeleteAclResponseBody extends $tea.Model {
1604
1605
  });
1605
1606
  }
1606
1607
  export declare class DeleteAclResponse extends $tea.Model {
1607
- headers: {
1608
+ headers?: {
1608
1609
  [key: string]: string;
1609
1610
  };
1610
- statusCode: number;
1611
- body: DeleteAclResponseBody;
1611
+ statusCode?: number;
1612
+ body?: DeleteAclResponseBody;
1612
1613
  static names(): {
1613
1614
  [key: string]: string;
1614
1615
  };
@@ -1646,11 +1647,11 @@ export declare class DeleteApplicationMonitorResponseBody extends $tea.Model {
1646
1647
  });
1647
1648
  }
1648
1649
  export declare class DeleteApplicationMonitorResponse extends $tea.Model {
1649
- headers: {
1650
+ headers?: {
1650
1651
  [key: string]: string;
1651
1652
  };
1652
- statusCode: number;
1653
- body: DeleteApplicationMonitorResponseBody;
1653
+ statusCode?: number;
1654
+ body?: DeleteApplicationMonitorResponseBody;
1654
1655
  static names(): {
1655
1656
  [key: string]: string;
1656
1657
  };
@@ -1689,11 +1690,11 @@ export declare class DeleteBandwidthPackageResponseBody extends $tea.Model {
1689
1690
  });
1690
1691
  }
1691
1692
  export declare class DeleteBandwidthPackageResponse extends $tea.Model {
1692
- headers: {
1693
+ headers?: {
1693
1694
  [key: string]: string;
1694
1695
  };
1695
- statusCode: number;
1696
- body: DeleteBandwidthPackageResponseBody;
1696
+ statusCode?: number;
1697
+ body?: DeleteBandwidthPackageResponseBody;
1697
1698
  static names(): {
1698
1699
  [key: string]: string;
1699
1700
  };
@@ -1732,11 +1733,11 @@ export declare class DeleteBasicAccelerateIpResponseBody extends $tea.Model {
1732
1733
  });
1733
1734
  }
1734
1735
  export declare class DeleteBasicAccelerateIpResponse extends $tea.Model {
1735
- headers: {
1736
+ headers?: {
1736
1737
  [key: string]: string;
1737
1738
  };
1738
- statusCode: number;
1739
- body: DeleteBasicAccelerateIpResponseBody;
1739
+ statusCode?: number;
1740
+ body?: DeleteBasicAccelerateIpResponseBody;
1740
1741
  static names(): {
1741
1742
  [key: string]: string;
1742
1743
  };
@@ -1780,11 +1781,11 @@ export declare class DeleteBasicAccelerateIpEndpointRelationResponseBody extends
1780
1781
  });
1781
1782
  }
1782
1783
  export declare class DeleteBasicAccelerateIpEndpointRelationResponse extends $tea.Model {
1783
- headers: {
1784
+ headers?: {
1784
1785
  [key: string]: string;
1785
1786
  };
1786
- statusCode: number;
1787
- body: DeleteBasicAccelerateIpEndpointRelationResponseBody;
1787
+ statusCode?: number;
1788
+ body?: DeleteBasicAccelerateIpEndpointRelationResponseBody;
1788
1789
  static names(): {
1789
1790
  [key: string]: string;
1790
1791
  };
@@ -1822,11 +1823,11 @@ export declare class DeleteBasicAcceleratorResponseBody extends $tea.Model {
1822
1823
  });
1823
1824
  }
1824
1825
  export declare class DeleteBasicAcceleratorResponse extends $tea.Model {
1825
- headers: {
1826
+ headers?: {
1826
1827
  [key: string]: string;
1827
1828
  };
1828
- statusCode: number;
1829
- body: DeleteBasicAcceleratorResponseBody;
1829
+ statusCode?: number;
1830
+ body?: DeleteBasicAcceleratorResponseBody;
1830
1831
  static names(): {
1831
1832
  [key: string]: string;
1832
1833
  };
@@ -1866,11 +1867,11 @@ export declare class DeleteBasicEndpointResponseBody extends $tea.Model {
1866
1867
  });
1867
1868
  }
1868
1869
  export declare class DeleteBasicEndpointResponse extends $tea.Model {
1869
- headers: {
1870
+ headers?: {
1870
1871
  [key: string]: string;
1871
1872
  };
1872
- statusCode: number;
1873
- body: DeleteBasicEndpointResponseBody;
1873
+ statusCode?: number;
1874
+ body?: DeleteBasicEndpointResponseBody;
1874
1875
  static names(): {
1875
1876
  [key: string]: string;
1876
1877
  };
@@ -1907,11 +1908,11 @@ export declare class DeleteBasicEndpointGroupResponseBody extends $tea.Model {
1907
1908
  });
1908
1909
  }
1909
1910
  export declare class DeleteBasicEndpointGroupResponse extends $tea.Model {
1910
- headers: {
1911
+ headers?: {
1911
1912
  [key: string]: string;
1912
1913
  };
1913
- statusCode: number;
1914
- body: DeleteBasicEndpointGroupResponseBody;
1914
+ statusCode?: number;
1915
+ body?: DeleteBasicEndpointGroupResponseBody;
1915
1916
  static names(): {
1916
1917
  [key: string]: string;
1917
1918
  };
@@ -1949,11 +1950,11 @@ export declare class DeleteBasicIpSetResponseBody extends $tea.Model {
1949
1950
  });
1950
1951
  }
1951
1952
  export declare class DeleteBasicIpSetResponse extends $tea.Model {
1952
- headers: {
1953
+ headers?: {
1953
1954
  [key: string]: string;
1954
1955
  };
1955
- statusCode: number;
1956
- body: DeleteBasicIpSetResponseBody;
1956
+ statusCode?: number;
1957
+ body?: DeleteBasicIpSetResponseBody;
1957
1958
  static names(): {
1958
1959
  [key: string]: string;
1959
1960
  };
@@ -1993,11 +1994,11 @@ export declare class DeleteCustomRoutingEndpointGroupDestinationsResponseBody ex
1993
1994
  });
1994
1995
  }
1995
1996
  export declare class DeleteCustomRoutingEndpointGroupDestinationsResponse extends $tea.Model {
1996
- headers: {
1997
+ headers?: {
1997
1998
  [key: string]: string;
1998
1999
  };
1999
- statusCode: number;
2000
- body: DeleteCustomRoutingEndpointGroupDestinationsResponseBody;
2000
+ statusCode?: number;
2001
+ body?: DeleteCustomRoutingEndpointGroupDestinationsResponseBody;
2001
2002
  static names(): {
2002
2003
  [key: string]: string;
2003
2004
  };
@@ -2037,11 +2038,11 @@ export declare class DeleteCustomRoutingEndpointGroupsResponseBody extends $tea.
2037
2038
  });
2038
2039
  }
2039
2040
  export declare class DeleteCustomRoutingEndpointGroupsResponse extends $tea.Model {
2040
- headers: {
2041
+ headers?: {
2041
2042
  [key: string]: string;
2042
2043
  };
2043
- statusCode: number;
2044
- body: DeleteCustomRoutingEndpointGroupsResponseBody;
2044
+ statusCode?: number;
2045
+ body?: DeleteCustomRoutingEndpointGroupsResponseBody;
2045
2046
  static names(): {
2046
2047
  [key: string]: string;
2047
2048
  };
@@ -2080,11 +2081,11 @@ export declare class DeleteCustomRoutingEndpointTrafficPoliciesResponseBody exte
2080
2081
  });
2081
2082
  }
2082
2083
  export declare class DeleteCustomRoutingEndpointTrafficPoliciesResponse extends $tea.Model {
2083
- headers: {
2084
+ headers?: {
2084
2085
  [key: string]: string;
2085
2086
  };
2086
- statusCode: number;
2087
- body: DeleteCustomRoutingEndpointTrafficPoliciesResponseBody;
2087
+ statusCode?: number;
2088
+ body?: DeleteCustomRoutingEndpointTrafficPoliciesResponseBody;
2088
2089
  static names(): {
2089
2090
  [key: string]: string;
2090
2091
  };
@@ -2123,11 +2124,11 @@ export declare class DeleteCustomRoutingEndpointsResponseBody extends $tea.Model
2123
2124
  });
2124
2125
  }
2125
2126
  export declare class DeleteCustomRoutingEndpointsResponse extends $tea.Model {
2126
- headers: {
2127
+ headers?: {
2127
2128
  [key: string]: string;
2128
2129
  };
2129
- statusCode: number;
2130
- body: DeleteCustomRoutingEndpointsResponseBody;
2130
+ statusCode?: number;
2131
+ body?: DeleteCustomRoutingEndpointsResponseBody;
2131
2132
  static names(): {
2132
2133
  [key: string]: string;
2133
2134
  };
@@ -2165,11 +2166,11 @@ export declare class DeleteDomainAcceleratorRelationResponseBody extends $tea.Mo
2165
2166
  });
2166
2167
  }
2167
2168
  export declare class DeleteDomainAcceleratorRelationResponse extends $tea.Model {
2168
- headers: {
2169
+ headers?: {
2169
2170
  [key: string]: string;
2170
2171
  };
2171
- statusCode: number;
2172
- body: DeleteDomainAcceleratorRelationResponseBody;
2172
+ statusCode?: number;
2173
+ body?: DeleteDomainAcceleratorRelationResponseBody;
2173
2174
  static names(): {
2174
2175
  [key: string]: string;
2175
2176
  };
@@ -2207,11 +2208,11 @@ export declare class DeleteEndpointGroupResponseBody extends $tea.Model {
2207
2208
  });
2208
2209
  }
2209
2210
  export declare class DeleteEndpointGroupResponse extends $tea.Model {
2210
- headers: {
2211
+ headers?: {
2211
2212
  [key: string]: string;
2212
2213
  };
2213
- statusCode: number;
2214
- body: DeleteEndpointGroupResponseBody;
2214
+ statusCode?: number;
2215
+ body?: DeleteEndpointGroupResponseBody;
2215
2216
  static names(): {
2216
2217
  [key: string]: string;
2217
2218
  };
@@ -2250,11 +2251,11 @@ export declare class DeleteEndpointGroupsResponseBody extends $tea.Model {
2250
2251
  });
2251
2252
  }
2252
2253
  export declare class DeleteEndpointGroupsResponse extends $tea.Model {
2253
- headers: {
2254
+ headers?: {
2254
2255
  [key: string]: string;
2255
2256
  };
2256
- statusCode: number;
2257
- body: DeleteEndpointGroupsResponseBody;
2257
+ statusCode?: number;
2258
+ body?: DeleteEndpointGroupsResponseBody;
2258
2259
  static names(): {
2259
2260
  [key: string]: string;
2260
2261
  };
@@ -2295,11 +2296,11 @@ export declare class DeleteForwardingRulesResponseBody extends $tea.Model {
2295
2296
  });
2296
2297
  }
2297
2298
  export declare class DeleteForwardingRulesResponse extends $tea.Model {
2298
- headers: {
2299
+ headers?: {
2299
2300
  [key: string]: string;
2300
2301
  };
2301
- statusCode: number;
2302
- body: DeleteForwardingRulesResponseBody;
2302
+ statusCode?: number;
2303
+ body?: DeleteForwardingRulesResponseBody;
2303
2304
  static names(): {
2304
2305
  [key: string]: string;
2305
2306
  };
@@ -2338,11 +2339,11 @@ export declare class DeleteIpSetResponseBody extends $tea.Model {
2338
2339
  });
2339
2340
  }
2340
2341
  export declare class DeleteIpSetResponse extends $tea.Model {
2341
- headers: {
2342
+ headers?: {
2342
2343
  [key: string]: string;
2343
2344
  };
2344
- statusCode: number;
2345
- body: DeleteIpSetResponseBody;
2345
+ statusCode?: number;
2346
+ body?: DeleteIpSetResponseBody;
2346
2347
  static names(): {
2347
2348
  [key: string]: string;
2348
2349
  };
@@ -2379,11 +2380,11 @@ export declare class DeleteIpSetsResponseBody extends $tea.Model {
2379
2380
  });
2380
2381
  }
2381
2382
  export declare class DeleteIpSetsResponse extends $tea.Model {
2382
- headers: {
2383
+ headers?: {
2383
2384
  [key: string]: string;
2384
2385
  };
2385
- statusCode: number;
2386
- body: DeleteIpSetsResponseBody;
2386
+ statusCode?: number;
2387
+ body?: DeleteIpSetsResponseBody;
2387
2388
  static names(): {
2388
2389
  [key: string]: string;
2389
2390
  };
@@ -2421,11 +2422,11 @@ export declare class DeleteListenerResponseBody extends $tea.Model {
2421
2422
  });
2422
2423
  }
2423
2424
  export declare class DeleteListenerResponse extends $tea.Model {
2424
- headers: {
2425
+ headers?: {
2425
2426
  [key: string]: string;
2426
2427
  };
2427
- statusCode: number;
2428
- body: DeleteListenerResponseBody;
2428
+ statusCode?: number;
2429
+ body?: DeleteListenerResponseBody;
2429
2430
  static names(): {
2430
2431
  [key: string]: string;
2431
2432
  };
@@ -2465,11 +2466,11 @@ export declare class DeleteSpareIpsResponseBody extends $tea.Model {
2465
2466
  });
2466
2467
  }
2467
2468
  export declare class DeleteSpareIpsResponse extends $tea.Model {
2468
- headers: {
2469
+ headers?: {
2469
2470
  [key: string]: string;
2470
2471
  };
2471
- statusCode: number;
2472
- body: DeleteSpareIpsResponseBody;
2472
+ statusCode?: number;
2473
+ body?: DeleteSpareIpsResponseBody;
2473
2474
  static names(): {
2474
2475
  [key: string]: string;
2475
2476
  };
@@ -2532,11 +2533,11 @@ export declare class DescribeAcceleratorResponseBody extends $tea.Model {
2532
2533
  });
2533
2534
  }
2534
2535
  export declare class DescribeAcceleratorResponse extends $tea.Model {
2535
- headers: {
2536
+ headers?: {
2536
2537
  [key: string]: string;
2537
2538
  };
2538
- statusCode: number;
2539
- body: DescribeAcceleratorResponseBody;
2539
+ statusCode?: number;
2540
+ body?: DescribeAcceleratorResponseBody;
2540
2541
  static names(): {
2541
2542
  [key: string]: string;
2542
2543
  };
@@ -2577,11 +2578,11 @@ export declare class DescribeAcceleratorAutoRenewAttributeResponseBody extends $
2577
2578
  });
2578
2579
  }
2579
2580
  export declare class DescribeAcceleratorAutoRenewAttributeResponse extends $tea.Model {
2580
- headers: {
2581
+ headers?: {
2581
2582
  [key: string]: string;
2582
2583
  };
2583
- statusCode: number;
2584
- body: DescribeAcceleratorAutoRenewAttributeResponseBody;
2584
+ statusCode?: number;
2585
+ body?: DescribeAcceleratorAutoRenewAttributeResponseBody;
2585
2586
  static names(): {
2586
2587
  [key: string]: string;
2587
2588
  };
@@ -2621,11 +2622,11 @@ export declare class DescribeAcceleratorServiceStatusResponseBody extends $tea.M
2621
2622
  });
2622
2623
  }
2623
2624
  export declare class DescribeAcceleratorServiceStatusResponse extends $tea.Model {
2624
- headers: {
2625
+ headers?: {
2625
2626
  [key: string]: string;
2626
2627
  };
2627
- statusCode: number;
2628
- body: DescribeAcceleratorServiceStatusResponseBody;
2628
+ statusCode?: number;
2629
+ body?: DescribeAcceleratorServiceStatusResponseBody;
2629
2630
  static names(): {
2630
2631
  [key: string]: string;
2631
2632
  };
@@ -2676,11 +2677,11 @@ export declare class DescribeApplicationMonitorResponseBody extends $tea.Model {
2676
2677
  });
2677
2678
  }
2678
2679
  export declare class DescribeApplicationMonitorResponse extends $tea.Model {
2679
- headers: {
2680
+ headers?: {
2680
2681
  [key: string]: string;
2681
2682
  };
2682
- statusCode: number;
2683
- body: DescribeApplicationMonitorResponseBody;
2683
+ statusCode?: number;
2684
+ body?: DescribeApplicationMonitorResponseBody;
2684
2685
  static names(): {
2685
2686
  [key: string]: string;
2686
2687
  };
@@ -2735,11 +2736,11 @@ export declare class DescribeBandwidthPackageResponseBody extends $tea.Model {
2735
2736
  });
2736
2737
  }
2737
2738
  export declare class DescribeBandwidthPackageResponse extends $tea.Model {
2738
- headers: {
2739
+ headers?: {
2739
2740
  [key: string]: string;
2740
2741
  };
2741
- statusCode: number;
2742
- body: DescribeBandwidthPackageResponseBody;
2742
+ statusCode?: number;
2743
+ body?: DescribeBandwidthPackageResponseBody;
2743
2744
  static names(): {
2744
2745
  [key: string]: string;
2745
2746
  };
@@ -2780,11 +2781,11 @@ export declare class DescribeBandwidthPackageAutoRenewAttributeResponseBody exte
2780
2781
  });
2781
2782
  }
2782
2783
  export declare class DescribeBandwidthPackageAutoRenewAttributeResponse extends $tea.Model {
2783
- headers: {
2784
+ headers?: {
2784
2785
  [key: string]: string;
2785
2786
  };
2786
- statusCode: number;
2787
- body: DescribeBandwidthPackageAutoRenewAttributeResponseBody;
2787
+ statusCode?: number;
2788
+ body?: DescribeBandwidthPackageAutoRenewAttributeResponseBody;
2788
2789
  static names(): {
2789
2790
  [key: string]: string;
2790
2791
  };
@@ -2825,11 +2826,11 @@ export declare class DescribeCommodityResponseBody extends $tea.Model {
2825
2826
  });
2826
2827
  }
2827
2828
  export declare class DescribeCommodityResponse extends $tea.Model {
2828
- headers: {
2829
+ headers?: {
2829
2830
  [key: string]: string;
2830
2831
  };
2831
- statusCode: number;
2832
- body: DescribeCommodityResponseBody;
2832
+ statusCode?: number;
2833
+ body?: DescribeCommodityResponseBody;
2833
2834
  static names(): {
2834
2835
  [key: string]: string;
2835
2836
  };
@@ -2874,11 +2875,11 @@ export declare class DescribeCommodityPriceResponseBody extends $tea.Model {
2874
2875
  });
2875
2876
  }
2876
2877
  export declare class DescribeCommodityPriceResponse extends $tea.Model {
2877
- headers: {
2878
+ headers?: {
2878
2879
  [key: string]: string;
2879
2880
  };
2880
- statusCode: number;
2881
- body: DescribeCommodityPriceResponseBody;
2881
+ statusCode?: number;
2882
+ body?: DescribeCommodityPriceResponseBody;
2882
2883
  static names(): {
2883
2884
  [key: string]: string;
2884
2885
  };
@@ -2928,11 +2929,11 @@ export declare class DescribeCustomRoutingEndPointTrafficPolicyResponseBody exte
2928
2929
  });
2929
2930
  }
2930
2931
  export declare class DescribeCustomRoutingEndPointTrafficPolicyResponse extends $tea.Model {
2931
- headers: {
2932
+ headers?: {
2932
2933
  [key: string]: string;
2933
2934
  };
2934
- statusCode: number;
2935
- body: DescribeCustomRoutingEndPointTrafficPolicyResponseBody;
2935
+ statusCode?: number;
2936
+ body?: DescribeCustomRoutingEndPointTrafficPolicyResponseBody;
2936
2937
  static names(): {
2937
2938
  [key: string]: string;
2938
2939
  };
@@ -2981,11 +2982,11 @@ export declare class DescribeCustomRoutingEndpointResponseBody extends $tea.Mode
2981
2982
  });
2982
2983
  }
2983
2984
  export declare class DescribeCustomRoutingEndpointResponse extends $tea.Model {
2984
- headers: {
2985
+ headers?: {
2985
2986
  [key: string]: string;
2986
2987
  };
2987
- statusCode: number;
2988
- body: DescribeCustomRoutingEndpointResponseBody;
2988
+ statusCode?: number;
2989
+ body?: DescribeCustomRoutingEndpointResponseBody;
2989
2990
  static names(): {
2990
2991
  [key: string]: string;
2991
2992
  };
@@ -3039,11 +3040,11 @@ export declare class DescribeCustomRoutingEndpointGroupResponseBody extends $tea
3039
3040
  });
3040
3041
  }
3041
3042
  export declare class DescribeCustomRoutingEndpointGroupResponse extends $tea.Model {
3042
- headers: {
3043
+ headers?: {
3043
3044
  [key: string]: string;
3044
3045
  };
3045
- statusCode: number;
3046
- body: DescribeCustomRoutingEndpointGroupResponseBody;
3046
+ statusCode?: number;
3047
+ body?: DescribeCustomRoutingEndpointGroupResponseBody;
3047
3048
  static names(): {
3048
3049
  [key: string]: string;
3049
3050
  };
@@ -3092,11 +3093,11 @@ export declare class DescribeCustomRoutingEndpointGroupDestinationsResponseBody
3092
3093
  });
3093
3094
  }
3094
3095
  export declare class DescribeCustomRoutingEndpointGroupDestinationsResponse extends $tea.Model {
3095
- headers: {
3096
+ headers?: {
3096
3097
  [key: string]: string;
3097
3098
  };
3098
- statusCode: number;
3099
- body: DescribeCustomRoutingEndpointGroupDestinationsResponseBody;
3099
+ statusCode?: number;
3100
+ body?: DescribeCustomRoutingEndpointGroupDestinationsResponseBody;
3100
3101
  static names(): {
3101
3102
  [key: string]: string;
3102
3103
  };
@@ -3163,11 +3164,11 @@ export declare class DescribeEndpointGroupResponseBody extends $tea.Model {
3163
3164
  });
3164
3165
  }
3165
3166
  export declare class DescribeEndpointGroupResponse extends $tea.Model {
3166
- headers: {
3167
+ headers?: {
3167
3168
  [key: string]: string;
3168
3169
  };
3169
- statusCode: number;
3170
- body: DescribeEndpointGroupResponseBody;
3170
+ statusCode?: number;
3171
+ body?: DescribeEndpointGroupResponseBody;
3171
3172
  static names(): {
3172
3173
  [key: string]: string;
3173
3174
  };
@@ -3215,11 +3216,11 @@ export declare class DescribeIpSetResponseBody extends $tea.Model {
3215
3216
  });
3216
3217
  }
3217
3218
  export declare class DescribeIpSetResponse extends $tea.Model {
3218
- headers: {
3219
+ headers?: {
3219
3220
  [key: string]: string;
3220
3221
  };
3221
- statusCode: number;
3222
- body: DescribeIpSetResponseBody;
3222
+ statusCode?: number;
3223
+ body?: DescribeIpSetResponseBody;
3223
3224
  static names(): {
3224
3225
  [key: string]: string;
3225
3226
  };
@@ -3251,6 +3252,7 @@ export declare class DescribeListenerResponseBody extends $tea.Model {
3251
3252
  clientAffinity?: string;
3252
3253
  createTime?: string;
3253
3254
  description?: string;
3255
+ httpVersion?: string;
3254
3256
  idleTimeout?: number;
3255
3257
  listenerId?: string;
3256
3258
  name?: string;
@@ -3278,11 +3280,11 @@ export declare class DescribeListenerResponseBody extends $tea.Model {
3278
3280
  });
3279
3281
  }
3280
3282
  export declare class DescribeListenerResponse extends $tea.Model {
3281
- headers: {
3283
+ headers?: {
3282
3284
  [key: string]: string;
3283
3285
  };
3284
- statusCode: number;
3285
- body: DescribeListenerResponseBody;
3286
+ statusCode?: number;
3287
+ body?: DescribeListenerResponseBody;
3286
3288
  static names(): {
3287
3289
  [key: string]: string;
3288
3290
  };
@@ -3328,11 +3330,11 @@ export declare class DescribeLogStoreOfEndpointGroupResponseBody extends $tea.Mo
3328
3330
  });
3329
3331
  }
3330
3332
  export declare class DescribeLogStoreOfEndpointGroupResponse extends $tea.Model {
3331
- headers: {
3333
+ headers?: {
3332
3334
  [key: string]: string;
3333
3335
  };
3334
- statusCode: number;
3335
- body: DescribeLogStoreOfEndpointGroupResponseBody;
3336
+ statusCode?: number;
3337
+ body?: DescribeLogStoreOfEndpointGroupResponseBody;
3336
3338
  static names(): {
3337
3339
  [key: string]: string;
3338
3340
  };
@@ -3369,11 +3371,11 @@ export declare class DescribeRegionsResponseBody extends $tea.Model {
3369
3371
  });
3370
3372
  }
3371
3373
  export declare class DescribeRegionsResponse extends $tea.Model {
3372
- headers: {
3374
+ headers?: {
3373
3375
  [key: string]: string;
3374
3376
  };
3375
- statusCode: number;
3376
- body: DescribeRegionsResponseBody;
3377
+ statusCode?: number;
3378
+ body?: DescribeRegionsResponseBody;
3377
3379
  static names(): {
3378
3380
  [key: string]: string;
3379
3381
  };
@@ -3411,11 +3413,11 @@ export declare class DetachDdosFromAcceleratorResponseBody extends $tea.Model {
3411
3413
  });
3412
3414
  }
3413
3415
  export declare class DetachDdosFromAcceleratorResponse extends $tea.Model {
3414
- headers: {
3416
+ headers?: {
3415
3417
  [key: string]: string;
3416
3418
  };
3417
- statusCode: number;
3418
- body: DetachDdosFromAcceleratorResponseBody;
3419
+ statusCode?: number;
3420
+ body?: DetachDdosFromAcceleratorResponseBody;
3419
3421
  static names(): {
3420
3422
  [key: string]: string;
3421
3423
  };
@@ -3455,11 +3457,11 @@ export declare class DetachLogStoreFromEndpointGroupResponseBody extends $tea.Mo
3455
3457
  });
3456
3458
  }
3457
3459
  export declare class DetachLogStoreFromEndpointGroupResponse extends $tea.Model {
3458
- headers: {
3460
+ headers?: {
3459
3461
  [key: string]: string;
3460
3462
  };
3461
- statusCode: number;
3462
- body: DetachLogStoreFromEndpointGroupResponseBody;
3463
+ statusCode?: number;
3464
+ body?: DetachLogStoreFromEndpointGroupResponseBody;
3463
3465
  static names(): {
3464
3466
  [key: string]: string;
3465
3467
  };
@@ -3497,11 +3499,11 @@ export declare class DetectApplicationMonitorResponseBody extends $tea.Model {
3497
3499
  });
3498
3500
  }
3499
3501
  export declare class DetectApplicationMonitorResponse extends $tea.Model {
3500
- headers: {
3502
+ headers?: {
3501
3503
  [key: string]: string;
3502
3504
  };
3503
- statusCode: number;
3504
- body: DetectApplicationMonitorResponseBody;
3505
+ statusCode?: number;
3506
+ body?: DetectApplicationMonitorResponseBody;
3505
3507
  static names(): {
3506
3508
  [key: string]: string;
3507
3509
  };
@@ -3539,11 +3541,11 @@ export declare class DisableApplicationMonitorResponseBody extends $tea.Model {
3539
3541
  });
3540
3542
  }
3541
3543
  export declare class DisableApplicationMonitorResponse extends $tea.Model {
3542
- headers: {
3544
+ headers?: {
3543
3545
  [key: string]: string;
3544
3546
  };
3545
- statusCode: number;
3546
- body: DisableApplicationMonitorResponseBody;
3547
+ statusCode?: number;
3548
+ body?: DisableApplicationMonitorResponseBody;
3547
3549
  static names(): {
3548
3550
  [key: string]: string;
3549
3551
  };
@@ -3585,11 +3587,11 @@ export declare class DissociateAclsFromListenerResponseBody extends $tea.Model {
3585
3587
  });
3586
3588
  }
3587
3589
  export declare class DissociateAclsFromListenerResponse extends $tea.Model {
3588
- headers: {
3590
+ headers?: {
3589
3591
  [key: string]: string;
3590
3592
  };
3591
- statusCode: number;
3592
- body: DissociateAclsFromListenerResponseBody;
3593
+ statusCode?: number;
3594
+ body?: DissociateAclsFromListenerResponseBody;
3593
3595
  static names(): {
3594
3596
  [key: string]: string;
3595
3597
  };
@@ -3629,11 +3631,11 @@ export declare class DissociateAdditionalCertificatesFromListenerResponseBody ex
3629
3631
  });
3630
3632
  }
3631
3633
  export declare class DissociateAdditionalCertificatesFromListenerResponse extends $tea.Model {
3632
- headers: {
3634
+ headers?: {
3633
3635
  [key: string]: string;
3634
3636
  };
3635
- statusCode: number;
3636
- body: DissociateAdditionalCertificatesFromListenerResponseBody;
3637
+ statusCode?: number;
3638
+ body?: DissociateAdditionalCertificatesFromListenerResponseBody;
3637
3639
  static names(): {
3638
3640
  [key: string]: string;
3639
3641
  };
@@ -3671,11 +3673,11 @@ export declare class EnableApplicationMonitorResponseBody extends $tea.Model {
3671
3673
  });
3672
3674
  }
3673
3675
  export declare class EnableApplicationMonitorResponse extends $tea.Model {
3674
- headers: {
3676
+ headers?: {
3675
3677
  [key: string]: string;
3676
3678
  };
3677
- statusCode: number;
3678
- body: EnableApplicationMonitorResponseBody;
3679
+ statusCode?: number;
3680
+ body?: EnableApplicationMonitorResponseBody;
3679
3681
  static names(): {
3680
3682
  [key: string]: string;
3681
3683
  };
@@ -3720,11 +3722,11 @@ export declare class GetAclResponseBody extends $tea.Model {
3720
3722
  });
3721
3723
  }
3722
3724
  export declare class GetAclResponse extends $tea.Model {
3723
- headers: {
3725
+ headers?: {
3724
3726
  [key: string]: string;
3725
3727
  };
3726
- statusCode: number;
3727
- body: GetAclResponseBody;
3728
+ statusCode?: number;
3729
+ body?: GetAclResponseBody;
3728
3730
  static names(): {
3729
3731
  [key: string]: string;
3730
3732
  };
@@ -3767,11 +3769,11 @@ export declare class GetBasicAccelerateIpResponseBody extends $tea.Model {
3767
3769
  });
3768
3770
  }
3769
3771
  export declare class GetBasicAccelerateIpResponse extends $tea.Model {
3770
- headers: {
3772
+ headers?: {
3771
3773
  [key: string]: string;
3772
3774
  };
3773
- statusCode: number;
3774
- body: GetBasicAccelerateIpResponseBody;
3775
+ statusCode?: number;
3776
+ body?: GetBasicAccelerateIpResponseBody;
3775
3777
  static names(): {
3776
3778
  [key: string]: string;
3777
3779
  };
@@ -3822,11 +3824,11 @@ export declare class GetBasicAccelerateIpEndpointRelationResponseBody extends $t
3822
3824
  });
3823
3825
  }
3824
3826
  export declare class GetBasicAccelerateIpEndpointRelationResponse extends $tea.Model {
3825
- headers: {
3827
+ headers?: {
3826
3828
  [key: string]: string;
3827
3829
  };
3828
- statusCode: number;
3829
- body: GetBasicAccelerateIpEndpointRelationResponseBody;
3830
+ statusCode?: number;
3831
+ body?: GetBasicAccelerateIpEndpointRelationResponseBody;
3830
3832
  static names(): {
3831
3833
  [key: string]: string;
3832
3834
  };
@@ -3865,11 +3867,11 @@ export declare class GetBasicAccelerateIpIdleCountResponseBody extends $tea.Mode
3865
3867
  });
3866
3868
  }
3867
3869
  export declare class GetBasicAccelerateIpIdleCountResponse extends $tea.Model {
3868
- headers: {
3870
+ headers?: {
3869
3871
  [key: string]: string;
3870
3872
  };
3871
- statusCode: number;
3872
- body: GetBasicAccelerateIpIdleCountResponseBody;
3873
+ statusCode?: number;
3874
+ body?: GetBasicAccelerateIpIdleCountResponseBody;
3873
3875
  static names(): {
3874
3876
  [key: string]: string;
3875
3877
  };
@@ -3924,11 +3926,11 @@ export declare class GetBasicAcceleratorResponseBody extends $tea.Model {
3924
3926
  });
3925
3927
  }
3926
3928
  export declare class GetBasicAcceleratorResponse extends $tea.Model {
3927
- headers: {
3929
+ headers?: {
3928
3930
  [key: string]: string;
3929
3931
  };
3930
- statusCode: number;
3931
- body: GetBasicAcceleratorResponseBody;
3932
+ statusCode?: number;
3933
+ body?: GetBasicAcceleratorResponseBody;
3932
3934
  static names(): {
3933
3935
  [key: string]: string;
3934
3936
  };
@@ -3976,11 +3978,11 @@ export declare class GetBasicEndpointResponseBody extends $tea.Model {
3976
3978
  });
3977
3979
  }
3978
3980
  export declare class GetBasicEndpointResponse extends $tea.Model {
3979
- headers: {
3981
+ headers?: {
3980
3982
  [key: string]: string;
3981
3983
  };
3982
- statusCode: number;
3983
- body: GetBasicEndpointResponseBody;
3984
+ statusCode?: number;
3985
+ body?: GetBasicEndpointResponseBody;
3984
3986
  static names(): {
3985
3987
  [key: string]: string;
3986
3988
  };
@@ -4027,11 +4029,11 @@ export declare class GetBasicEndpointGroupResponseBody extends $tea.Model {
4027
4029
  });
4028
4030
  }
4029
4031
  export declare class GetBasicEndpointGroupResponse extends $tea.Model {
4030
- headers: {
4032
+ headers?: {
4031
4033
  [key: string]: string;
4032
4034
  };
4033
- statusCode: number;
4034
- body: GetBasicEndpointGroupResponseBody;
4035
+ statusCode?: number;
4036
+ body?: GetBasicEndpointGroupResponseBody;
4035
4037
  static names(): {
4036
4038
  [key: string]: string;
4037
4039
  };
@@ -4077,11 +4079,11 @@ export declare class GetBasicIpSetResponseBody extends $tea.Model {
4077
4079
  });
4078
4080
  }
4079
4081
  export declare class GetBasicIpSetResponse extends $tea.Model {
4080
- headers: {
4082
+ headers?: {
4081
4083
  [key: string]: string;
4082
4084
  };
4083
- statusCode: number;
4084
- body: GetBasicIpSetResponseBody;
4085
+ statusCode?: number;
4086
+ body?: GetBasicIpSetResponseBody;
4085
4087
  static names(): {
4086
4088
  [key: string]: string;
4087
4089
  };
@@ -4124,11 +4126,11 @@ export declare class GetHealthStatusResponseBody extends $tea.Model {
4124
4126
  });
4125
4127
  }
4126
4128
  export declare class GetHealthStatusResponse extends $tea.Model {
4127
- headers: {
4129
+ headers?: {
4128
4130
  [key: string]: string;
4129
4131
  };
4130
- statusCode: number;
4131
- body: GetHealthStatusResponseBody;
4132
+ statusCode?: number;
4133
+ body?: GetHealthStatusResponseBody;
4132
4134
  static names(): {
4133
4135
  [key: string]: string;
4134
4136
  };
@@ -4165,11 +4167,11 @@ export declare class GetInvalidDomainCountResponseBody extends $tea.Model {
4165
4167
  });
4166
4168
  }
4167
4169
  export declare class GetInvalidDomainCountResponse extends $tea.Model {
4168
- headers: {
4170
+ headers?: {
4169
4171
  [key: string]: string;
4170
4172
  };
4171
- statusCode: number;
4172
- body: GetInvalidDomainCountResponseBody;
4173
+ statusCode?: number;
4174
+ body?: GetInvalidDomainCountResponseBody;
4173
4175
  static names(): {
4174
4176
  [key: string]: string;
4175
4177
  };
@@ -4208,11 +4210,11 @@ export declare class GetIpsetsBandwidthLimitResponseBody extends $tea.Model {
4208
4210
  });
4209
4211
  }
4210
4212
  export declare class GetIpsetsBandwidthLimitResponse extends $tea.Model {
4211
- headers: {
4213
+ headers?: {
4212
4214
  [key: string]: string;
4213
4215
  };
4214
- statusCode: number;
4215
- body: GetIpsetsBandwidthLimitResponseBody;
4216
+ statusCode?: number;
4217
+ body?: GetIpsetsBandwidthLimitResponseBody;
4216
4218
  static names(): {
4217
4219
  [key: string]: string;
4218
4220
  };
@@ -4253,11 +4255,11 @@ export declare class GetSpareIpResponseBody extends $tea.Model {
4253
4255
  });
4254
4256
  }
4255
4257
  export declare class GetSpareIpResponse extends $tea.Model {
4256
- headers: {
4258
+ headers?: {
4257
4259
  [key: string]: string;
4258
4260
  };
4259
- statusCode: number;
4260
- body: GetSpareIpResponseBody;
4261
+ statusCode?: number;
4262
+ body?: GetSpareIpResponseBody;
4261
4263
  static names(): {
4262
4264
  [key: string]: string;
4263
4265
  };
@@ -4294,11 +4296,11 @@ export declare class ListAccelerateAreasResponseBody extends $tea.Model {
4294
4296
  });
4295
4297
  }
4296
4298
  export declare class ListAccelerateAreasResponse extends $tea.Model {
4297
- headers: {
4299
+ headers?: {
4298
4300
  [key: string]: string;
4299
4301
  };
4300
- statusCode: number;
4301
- body: ListAccelerateAreasResponseBody;
4302
+ statusCode?: number;
4303
+ body?: ListAccelerateAreasResponseBody;
4302
4304
  static names(): {
4303
4305
  [key: string]: string;
4304
4306
  };
@@ -4344,11 +4346,11 @@ export declare class ListAcceleratorsResponseBody extends $tea.Model {
4344
4346
  });
4345
4347
  }
4346
4348
  export declare class ListAcceleratorsResponse extends $tea.Model {
4347
- headers: {
4349
+ headers?: {
4348
4350
  [key: string]: string;
4349
4351
  };
4350
- statusCode: number;
4351
- body: ListAcceleratorsResponseBody;
4352
+ statusCode?: number;
4353
+ body?: ListAcceleratorsResponseBody;
4352
4354
  static names(): {
4353
4355
  [key: string]: string;
4354
4356
  };
@@ -4395,11 +4397,11 @@ export declare class ListAclsResponseBody extends $tea.Model {
4395
4397
  });
4396
4398
  }
4397
4399
  export declare class ListAclsResponse extends $tea.Model {
4398
- headers: {
4400
+ headers?: {
4399
4401
  [key: string]: string;
4400
4402
  };
4401
- statusCode: number;
4402
- body: ListAclsResponseBody;
4403
+ statusCode?: number;
4404
+ body?: ListAclsResponseBody;
4403
4405
  static names(): {
4404
4406
  [key: string]: string;
4405
4407
  };
@@ -4442,11 +4444,11 @@ export declare class ListApplicationMonitorResponseBody extends $tea.Model {
4442
4444
  });
4443
4445
  }
4444
4446
  export declare class ListApplicationMonitorResponse extends $tea.Model {
4445
- headers: {
4447
+ headers?: {
4446
4448
  [key: string]: string;
4447
4449
  };
4448
- statusCode: number;
4449
- body: ListApplicationMonitorResponseBody;
4450
+ statusCode?: number;
4451
+ body?: ListApplicationMonitorResponseBody;
4450
4452
  static names(): {
4451
4453
  [key: string]: string;
4452
4454
  };
@@ -4491,11 +4493,11 @@ export declare class ListApplicationMonitorDetectResultResponseBody extends $tea
4491
4493
  });
4492
4494
  }
4493
4495
  export declare class ListApplicationMonitorDetectResultResponse extends $tea.Model {
4494
- headers: {
4496
+ headers?: {
4495
4497
  [key: string]: string;
4496
4498
  };
4497
- statusCode: number;
4498
- body: ListApplicationMonitorDetectResultResponseBody;
4499
+ statusCode?: number;
4500
+ body?: ListApplicationMonitorDetectResultResponseBody;
4499
4501
  static names(): {
4500
4502
  [key: string]: string;
4501
4503
  };
@@ -4533,11 +4535,11 @@ export declare class ListAvailableAccelerateAreasResponseBody extends $tea.Model
4533
4535
  });
4534
4536
  }
4535
4537
  export declare class ListAvailableAccelerateAreasResponse extends $tea.Model {
4536
- headers: {
4538
+ headers?: {
4537
4539
  [key: string]: string;
4538
4540
  };
4539
- statusCode: number;
4540
- body: ListAvailableAccelerateAreasResponseBody;
4541
+ statusCode?: number;
4542
+ body?: ListAvailableAccelerateAreasResponseBody;
4541
4543
  static names(): {
4542
4544
  [key: string]: string;
4543
4545
  };
@@ -4575,11 +4577,11 @@ export declare class ListAvailableBusiRegionsResponseBody extends $tea.Model {
4575
4577
  });
4576
4578
  }
4577
4579
  export declare class ListAvailableBusiRegionsResponse extends $tea.Model {
4578
- headers: {
4580
+ headers?: {
4579
4581
  [key: string]: string;
4580
4582
  };
4581
- statusCode: number;
4582
- body: ListAvailableBusiRegionsResponseBody;
4583
+ statusCode?: number;
4584
+ body?: ListAvailableBusiRegionsResponseBody;
4583
4585
  static names(): {
4584
4586
  [key: string]: string;
4585
4587
  };
@@ -4626,11 +4628,11 @@ export declare class ListBandwidthPackagesResponseBody extends $tea.Model {
4626
4628
  });
4627
4629
  }
4628
4630
  export declare class ListBandwidthPackagesResponse extends $tea.Model {
4629
- headers: {
4631
+ headers?: {
4630
4632
  [key: string]: string;
4631
4633
  };
4632
- statusCode: number;
4633
- body: ListBandwidthPackagesResponseBody;
4634
+ statusCode?: number;
4635
+ body?: ListBandwidthPackagesResponseBody;
4634
4636
  static names(): {
4635
4637
  [key: string]: string;
4636
4638
  };
@@ -4672,11 +4674,11 @@ export declare class ListBandwidthackagesResponseBody extends $tea.Model {
4672
4674
  });
4673
4675
  }
4674
4676
  export declare class ListBandwidthackagesResponse extends $tea.Model {
4675
- headers: {
4677
+ headers?: {
4676
4678
  [key: string]: string;
4677
4679
  };
4678
- statusCode: number;
4679
- body: ListBandwidthackagesResponseBody;
4680
+ statusCode?: number;
4681
+ body?: ListBandwidthackagesResponseBody;
4680
4682
  static names(): {
4681
4683
  [key: string]: string;
4682
4684
  };
@@ -4722,11 +4724,11 @@ export declare class ListBasicAccelerateIpEndpointRelationsResponseBody extends
4722
4724
  });
4723
4725
  }
4724
4726
  export declare class ListBasicAccelerateIpEndpointRelationsResponse extends $tea.Model {
4725
- headers: {
4727
+ headers?: {
4726
4728
  [key: string]: string;
4727
4729
  };
4728
- statusCode: number;
4729
- body: ListBasicAccelerateIpEndpointRelationsResponseBody;
4730
+ statusCode?: number;
4731
+ body?: ListBasicAccelerateIpEndpointRelationsResponseBody;
4730
4732
  static names(): {
4731
4733
  [key: string]: string;
4732
4734
  };
@@ -4772,11 +4774,11 @@ export declare class ListBasicAccelerateIpsResponseBody extends $tea.Model {
4772
4774
  });
4773
4775
  }
4774
4776
  export declare class ListBasicAccelerateIpsResponse extends $tea.Model {
4775
- headers: {
4777
+ headers?: {
4776
4778
  [key: string]: string;
4777
4779
  };
4778
- statusCode: number;
4779
- body: ListBasicAccelerateIpsResponseBody;
4780
+ statusCode?: number;
4781
+ body?: ListBasicAccelerateIpsResponseBody;
4780
4782
  static names(): {
4781
4783
  [key: string]: string;
4782
4784
  };
@@ -4822,11 +4824,11 @@ export declare class ListBasicAcceleratorsResponseBody extends $tea.Model {
4822
4824
  });
4823
4825
  }
4824
4826
  export declare class ListBasicAcceleratorsResponse extends $tea.Model {
4825
- headers: {
4827
+ headers?: {
4826
4828
  [key: string]: string;
4827
4829
  };
4828
- statusCode: number;
4829
- body: ListBasicAcceleratorsResponseBody;
4830
+ statusCode?: number;
4831
+ body?: ListBasicAcceleratorsResponseBody;
4830
4832
  static names(): {
4831
4833
  [key: string]: string;
4832
4834
  };
@@ -4873,11 +4875,11 @@ export declare class ListBasicEndpointsResponseBody extends $tea.Model {
4873
4875
  });
4874
4876
  }
4875
4877
  export declare class ListBasicEndpointsResponse extends $tea.Model {
4876
- headers: {
4878
+ headers?: {
4877
4879
  [key: string]: string;
4878
4880
  };
4879
- statusCode: number;
4880
- body: ListBasicEndpointsResponseBody;
4881
+ statusCode?: number;
4882
+ body?: ListBasicEndpointsResponseBody;
4881
4883
  static names(): {
4882
4884
  [key: string]: string;
4883
4885
  };
@@ -4914,11 +4916,11 @@ export declare class ListBusiRegionsResponseBody extends $tea.Model {
4914
4916
  });
4915
4917
  }
4916
4918
  export declare class ListBusiRegionsResponse extends $tea.Model {
4917
- headers: {
4919
+ headers?: {
4918
4920
  [key: string]: string;
4919
4921
  };
4920
- statusCode: number;
4921
- body: ListBusiRegionsResponseBody;
4922
+ statusCode?: number;
4923
+ body?: ListBusiRegionsResponseBody;
4922
4924
  static names(): {
4923
4925
  [key: string]: string;
4924
4926
  };
@@ -4957,11 +4959,11 @@ export declare class ListCommonAreasResponseBody extends $tea.Model {
4957
4959
  });
4958
4960
  }
4959
4961
  export declare class ListCommonAreasResponse extends $tea.Model {
4960
- headers: {
4962
+ headers?: {
4961
4963
  [key: string]: string;
4962
4964
  };
4963
- statusCode: number;
4964
- body: ListCommonAreasResponseBody;
4965
+ statusCode?: number;
4966
+ body?: ListCommonAreasResponseBody;
4965
4967
  static names(): {
4966
4968
  [key: string]: string;
4967
4969
  };
@@ -5009,11 +5011,11 @@ export declare class ListCustomRoutingEndpointGroupDestinationsResponseBody exte
5009
5011
  });
5010
5012
  }
5011
5013
  export declare class ListCustomRoutingEndpointGroupDestinationsResponse extends $tea.Model {
5012
- headers: {
5014
+ headers?: {
5013
5015
  [key: string]: string;
5014
5016
  };
5015
- statusCode: number;
5016
- body: ListCustomRoutingEndpointGroupDestinationsResponseBody;
5017
+ statusCode?: number;
5018
+ body?: ListCustomRoutingEndpointGroupDestinationsResponseBody;
5017
5019
  static names(): {
5018
5020
  [key: string]: string;
5019
5021
  };
@@ -5026,6 +5028,7 @@ export declare class ListCustomRoutingEndpointGroupDestinationsResponse extends
5026
5028
  }
5027
5029
  export declare class ListCustomRoutingEndpointGroupsRequest extends $tea.Model {
5028
5030
  acceleratorId?: string;
5031
+ accessLogSwitch?: string;
5029
5032
  endpointGroupId?: string;
5030
5033
  listenerId?: string;
5031
5034
  pageNumber?: number;
@@ -5058,11 +5061,11 @@ export declare class ListCustomRoutingEndpointGroupsResponseBody extends $tea.Mo
5058
5061
  });
5059
5062
  }
5060
5063
  export declare class ListCustomRoutingEndpointGroupsResponse extends $tea.Model {
5061
- headers: {
5064
+ headers?: {
5062
5065
  [key: string]: string;
5063
5066
  };
5064
- statusCode: number;
5065
- body: ListCustomRoutingEndpointGroupsResponseBody;
5067
+ statusCode?: number;
5068
+ body?: ListCustomRoutingEndpointGroupsResponseBody;
5066
5069
  static names(): {
5067
5070
  [key: string]: string;
5068
5071
  };
@@ -5109,11 +5112,11 @@ export declare class ListCustomRoutingEndpointTrafficPoliciesResponseBody extend
5109
5112
  });
5110
5113
  }
5111
5114
  export declare class ListCustomRoutingEndpointTrafficPoliciesResponse extends $tea.Model {
5112
- headers: {
5115
+ headers?: {
5113
5116
  [key: string]: string;
5114
5117
  };
5115
- statusCode: number;
5116
- body: ListCustomRoutingEndpointTrafficPoliciesResponseBody;
5118
+ statusCode?: number;
5119
+ body?: ListCustomRoutingEndpointTrafficPoliciesResponseBody;
5117
5120
  static names(): {
5118
5121
  [key: string]: string;
5119
5122
  };
@@ -5158,11 +5161,11 @@ export declare class ListCustomRoutingEndpointsResponseBody extends $tea.Model {
5158
5161
  });
5159
5162
  }
5160
5163
  export declare class ListCustomRoutingEndpointsResponse extends $tea.Model {
5161
- headers: {
5164
+ headers?: {
5162
5165
  [key: string]: string;
5163
5166
  };
5164
- statusCode: number;
5165
- body: ListCustomRoutingEndpointsResponseBody;
5167
+ statusCode?: number;
5168
+ body?: ListCustomRoutingEndpointsResponseBody;
5166
5169
  static names(): {
5167
5170
  [key: string]: string;
5168
5171
  };
@@ -5207,11 +5210,11 @@ export declare class ListCustomRoutingPortMappingsResponseBody extends $tea.Mode
5207
5210
  });
5208
5211
  }
5209
5212
  export declare class ListCustomRoutingPortMappingsResponse extends $tea.Model {
5210
- headers: {
5213
+ headers?: {
5211
5214
  [key: string]: string;
5212
5215
  };
5213
- statusCode: number;
5214
- body: ListCustomRoutingPortMappingsResponseBody;
5216
+ statusCode?: number;
5217
+ body?: ListCustomRoutingPortMappingsResponseBody;
5215
5218
  static names(): {
5216
5219
  [key: string]: string;
5217
5220
  };
@@ -5255,11 +5258,11 @@ export declare class ListCustomRoutingPortMappingsByDestinationResponseBody exte
5255
5258
  });
5256
5259
  }
5257
5260
  export declare class ListCustomRoutingPortMappingsByDestinationResponse extends $tea.Model {
5258
- headers: {
5261
+ headers?: {
5259
5262
  [key: string]: string;
5260
5263
  };
5261
- statusCode: number;
5262
- body: ListCustomRoutingPortMappingsByDestinationResponseBody;
5264
+ statusCode?: number;
5265
+ body?: ListCustomRoutingPortMappingsByDestinationResponseBody;
5263
5266
  static names(): {
5264
5267
  [key: string]: string;
5265
5268
  };
@@ -5304,11 +5307,11 @@ export declare class ListDomainsResponseBody extends $tea.Model {
5304
5307
  });
5305
5308
  }
5306
5309
  export declare class ListDomainsResponse extends $tea.Model {
5307
- headers: {
5310
+ headers?: {
5308
5311
  [key: string]: string;
5309
5312
  };
5310
- statusCode: number;
5311
- body: ListDomainsResponseBody;
5313
+ statusCode?: number;
5314
+ body?: ListDomainsResponseBody;
5312
5315
  static names(): {
5313
5316
  [key: string]: string;
5314
5317
  };
@@ -5349,11 +5352,11 @@ export declare class ListEndpointGroupIpAddressCidrBlocksResponseBody extends $t
5349
5352
  });
5350
5353
  }
5351
5354
  export declare class ListEndpointGroupIpAddressCidrBlocksResponse extends $tea.Model {
5352
- headers: {
5355
+ headers?: {
5353
5356
  [key: string]: string;
5354
5357
  };
5355
- statusCode: number;
5356
- body: ListEndpointGroupIpAddressCidrBlocksResponseBody;
5358
+ statusCode?: number;
5359
+ body?: ListEndpointGroupIpAddressCidrBlocksResponseBody;
5357
5360
  static names(): {
5358
5361
  [key: string]: string;
5359
5362
  };
@@ -5401,11 +5404,11 @@ export declare class ListEndpointGroupsResponseBody extends $tea.Model {
5401
5404
  });
5402
5405
  }
5403
5406
  export declare class ListEndpointGroupsResponse extends $tea.Model {
5404
- headers: {
5407
+ headers?: {
5405
5408
  [key: string]: string;
5406
5409
  };
5407
- statusCode: number;
5408
- body: ListEndpointGroupsResponseBody;
5410
+ statusCode?: number;
5411
+ body?: ListEndpointGroupsResponseBody;
5409
5412
  static names(): {
5410
5413
  [key: string]: string;
5411
5414
  };
@@ -5451,11 +5454,11 @@ export declare class ListForwardingRulesResponseBody extends $tea.Model {
5451
5454
  });
5452
5455
  }
5453
5456
  export declare class ListForwardingRulesResponse extends $tea.Model {
5454
- headers: {
5457
+ headers?: {
5455
5458
  [key: string]: string;
5456
5459
  };
5457
- statusCode: number;
5458
- body: ListForwardingRulesResponseBody;
5460
+ statusCode?: number;
5461
+ body?: ListForwardingRulesResponseBody;
5459
5462
  static names(): {
5460
5463
  [key: string]: string;
5461
5464
  };
@@ -5498,11 +5501,11 @@ export declare class ListIpSetsResponseBody extends $tea.Model {
5498
5501
  });
5499
5502
  }
5500
5503
  export declare class ListIpSetsResponse extends $tea.Model {
5501
- headers: {
5504
+ headers?: {
5502
5505
  [key: string]: string;
5503
5506
  };
5504
- statusCode: number;
5505
- body: ListIpSetsResponseBody;
5507
+ statusCode?: number;
5508
+ body?: ListIpSetsResponseBody;
5506
5509
  static names(): {
5507
5510
  [key: string]: string;
5508
5511
  };
@@ -5541,11 +5544,11 @@ export declare class ListIspTypesResponseBody extends $tea.Model {
5541
5544
  });
5542
5545
  }
5543
5546
  export declare class ListIspTypesResponse extends $tea.Model {
5544
- headers: {
5547
+ headers?: {
5545
5548
  [key: string]: string;
5546
5549
  };
5547
- statusCode: number;
5548
- body: ListIspTypesResponseBody;
5550
+ statusCode?: number;
5551
+ body?: ListIspTypesResponseBody;
5549
5552
  static names(): {
5550
5553
  [key: string]: string;
5551
5554
  };
@@ -5590,11 +5593,11 @@ export declare class ListListenerCertificatesResponseBody extends $tea.Model {
5590
5593
  });
5591
5594
  }
5592
5595
  export declare class ListListenerCertificatesResponse extends $tea.Model {
5593
- headers: {
5596
+ headers?: {
5594
5597
  [key: string]: string;
5595
5598
  };
5596
- statusCode: number;
5597
- body: ListListenerCertificatesResponseBody;
5599
+ statusCode?: number;
5600
+ body?: ListListenerCertificatesResponseBody;
5598
5601
  static names(): {
5599
5602
  [key: string]: string;
5600
5603
  };
@@ -5637,11 +5640,11 @@ export declare class ListListenersResponseBody extends $tea.Model {
5637
5640
  });
5638
5641
  }
5639
5642
  export declare class ListListenersResponse extends $tea.Model {
5640
- headers: {
5643
+ headers?: {
5641
5644
  [key: string]: string;
5642
5645
  };
5643
- statusCode: number;
5644
- body: ListListenersResponseBody;
5646
+ statusCode?: number;
5647
+ body?: ListListenersResponseBody;
5645
5648
  static names(): {
5646
5649
  [key: string]: string;
5647
5650
  };
@@ -5681,11 +5684,11 @@ export declare class ListSpareIpsResponseBody extends $tea.Model {
5681
5684
  });
5682
5685
  }
5683
5686
  export declare class ListSpareIpsResponse extends $tea.Model {
5684
- headers: {
5687
+ headers?: {
5685
5688
  [key: string]: string;
5686
5689
  };
5687
- statusCode: number;
5688
- body: ListSpareIpsResponseBody;
5690
+ statusCode?: number;
5691
+ body?: ListSpareIpsResponseBody;
5689
5692
  static names(): {
5690
5693
  [key: string]: string;
5691
5694
  };
@@ -5727,11 +5730,11 @@ export declare class ListSystemSecurityPoliciesResponseBody extends $tea.Model {
5727
5730
  });
5728
5731
  }
5729
5732
  export declare class ListSystemSecurityPoliciesResponse extends $tea.Model {
5730
- headers: {
5733
+ headers?: {
5731
5734
  [key: string]: string;
5732
5735
  };
5733
- statusCode: number;
5734
- body: ListSystemSecurityPoliciesResponseBody;
5736
+ statusCode?: number;
5737
+ body?: ListSystemSecurityPoliciesResponseBody;
5735
5738
  static names(): {
5736
5739
  [key: string]: string;
5737
5740
  };
@@ -5775,11 +5778,11 @@ export declare class ListTagResourcesResponseBody extends $tea.Model {
5775
5778
  });
5776
5779
  }
5777
5780
  export declare class ListTagResourcesResponse extends $tea.Model {
5778
- headers: {
5781
+ headers?: {
5779
5782
  [key: string]: string;
5780
5783
  };
5781
- statusCode: number;
5782
- body: ListTagResourcesResponseBody;
5784
+ statusCode?: number;
5785
+ body?: ListTagResourcesResponseBody;
5783
5786
  static names(): {
5784
5787
  [key: string]: string;
5785
5788
  };
@@ -5820,11 +5823,11 @@ export declare class OpenAcceleratorServiceResponseBody extends $tea.Model {
5820
5823
  });
5821
5824
  }
5822
5825
  export declare class OpenAcceleratorServiceResponse extends $tea.Model {
5823
- headers: {
5826
+ headers?: {
5824
5827
  [key: string]: string;
5825
5828
  };
5826
- statusCode: number;
5827
- body: OpenAcceleratorServiceResponseBody;
5829
+ statusCode?: number;
5830
+ body?: OpenAcceleratorServiceResponseBody;
5828
5831
  static names(): {
5829
5832
  [key: string]: string;
5830
5833
  };
@@ -5861,11 +5864,11 @@ export declare class QueryCrossBorderApprovalStatusResponseBody extends $tea.Mod
5861
5864
  });
5862
5865
  }
5863
5866
  export declare class QueryCrossBorderApprovalStatusResponse extends $tea.Model {
5864
- headers: {
5867
+ headers?: {
5865
5868
  [key: string]: string;
5866
5869
  };
5867
- statusCode: number;
5868
- body: QueryCrossBorderApprovalStatusResponseBody;
5870
+ statusCode?: number;
5871
+ body?: QueryCrossBorderApprovalStatusResponseBody;
5869
5872
  static names(): {
5870
5873
  [key: string]: string;
5871
5874
  };
@@ -5906,11 +5909,11 @@ export declare class RemoveEntriesFromAclResponseBody extends $tea.Model {
5906
5909
  });
5907
5910
  }
5908
5911
  export declare class RemoveEntriesFromAclResponse extends $tea.Model {
5909
- headers: {
5912
+ headers?: {
5910
5913
  [key: string]: string;
5911
5914
  };
5912
- statusCode: number;
5913
- body: RemoveEntriesFromAclResponseBody;
5915
+ statusCode?: number;
5916
+ body?: RemoveEntriesFromAclResponseBody;
5914
5917
  static names(): {
5915
5918
  [key: string]: string;
5916
5919
  };
@@ -5949,11 +5952,11 @@ export declare class ReplaceBandwidthPackageResponseBody extends $tea.Model {
5949
5952
  });
5950
5953
  }
5951
5954
  export declare class ReplaceBandwidthPackageResponse extends $tea.Model {
5952
- headers: {
5955
+ headers?: {
5953
5956
  [key: string]: string;
5954
5957
  };
5955
- statusCode: number;
5956
- body: ReplaceBandwidthPackageResponseBody;
5958
+ statusCode?: number;
5959
+ body?: ReplaceBandwidthPackageResponseBody;
5957
5960
  static names(): {
5958
5961
  [key: string]: string;
5959
5962
  };
@@ -5993,11 +5996,11 @@ export declare class TagResourcesResponseBody extends $tea.Model {
5993
5996
  });
5994
5997
  }
5995
5998
  export declare class TagResourcesResponse extends $tea.Model {
5996
- headers: {
5999
+ headers?: {
5997
6000
  [key: string]: string;
5998
6001
  };
5999
- statusCode: number;
6000
- body: TagResourcesResponseBody;
6002
+ statusCode?: number;
6003
+ body?: TagResourcesResponseBody;
6001
6004
  static names(): {
6002
6005
  [key: string]: string;
6003
6006
  };
@@ -6038,11 +6041,11 @@ export declare class UntagResourcesResponseBody extends $tea.Model {
6038
6041
  });
6039
6042
  }
6040
6043
  export declare class UntagResourcesResponse extends $tea.Model {
6041
- headers: {
6044
+ headers?: {
6042
6045
  [key: string]: string;
6043
6046
  };
6044
- statusCode: number;
6045
- body: UntagResourcesResponseBody;
6047
+ statusCode?: number;
6048
+ body?: UntagResourcesResponseBody;
6046
6049
  static names(): {
6047
6050
  [key: string]: string;
6048
6051
  };
@@ -6085,11 +6088,11 @@ export declare class UpdateAcceleratorResponseBody extends $tea.Model {
6085
6088
  });
6086
6089
  }
6087
6090
  export declare class UpdateAcceleratorResponse extends $tea.Model {
6088
- headers: {
6091
+ headers?: {
6089
6092
  [key: string]: string;
6090
6093
  };
6091
- statusCode: number;
6092
- body: UpdateAcceleratorResponseBody;
6094
+ statusCode?: number;
6095
+ body?: UpdateAcceleratorResponseBody;
6093
6096
  static names(): {
6094
6097
  [key: string]: string;
6095
6098
  };
@@ -6132,11 +6135,11 @@ export declare class UpdateAcceleratorAutoRenewAttributeResponseBody extends $te
6132
6135
  });
6133
6136
  }
6134
6137
  export declare class UpdateAcceleratorAutoRenewAttributeResponse extends $tea.Model {
6135
- headers: {
6138
+ headers?: {
6136
6139
  [key: string]: string;
6137
6140
  };
6138
- statusCode: number;
6139
- body: UpdateAcceleratorAutoRenewAttributeResponseBody;
6141
+ statusCode?: number;
6142
+ body?: UpdateAcceleratorAutoRenewAttributeResponseBody;
6140
6143
  static names(): {
6141
6144
  [key: string]: string;
6142
6145
  };
@@ -6173,11 +6176,11 @@ export declare class UpdateAcceleratorConfirmResponseBody extends $tea.Model {
6173
6176
  });
6174
6177
  }
6175
6178
  export declare class UpdateAcceleratorConfirmResponse extends $tea.Model {
6176
- headers: {
6179
+ headers?: {
6177
6180
  [key: string]: string;
6178
6181
  };
6179
- statusCode: number;
6180
- body: UpdateAcceleratorConfirmResponseBody;
6182
+ statusCode?: number;
6183
+ body?: UpdateAcceleratorConfirmResponseBody;
6181
6184
  static names(): {
6182
6185
  [key: string]: string;
6183
6186
  };
@@ -6216,11 +6219,11 @@ export declare class UpdateAcceleratorCrossBorderModeResponseBody extends $tea.M
6216
6219
  });
6217
6220
  }
6218
6221
  export declare class UpdateAcceleratorCrossBorderModeResponse extends $tea.Model {
6219
- headers: {
6222
+ headers?: {
6220
6223
  [key: string]: string;
6221
6224
  };
6222
- statusCode: number;
6223
- body: UpdateAcceleratorCrossBorderModeResponseBody;
6225
+ statusCode?: number;
6226
+ body?: UpdateAcceleratorCrossBorderModeResponseBody;
6224
6227
  static names(): {
6225
6228
  [key: string]: string;
6226
6229
  };
@@ -6259,11 +6262,11 @@ export declare class UpdateAcceleratorCrossBorderStatusResponseBody extends $tea
6259
6262
  });
6260
6263
  }
6261
6264
  export declare class UpdateAcceleratorCrossBorderStatusResponse extends $tea.Model {
6262
- headers: {
6265
+ headers?: {
6263
6266
  [key: string]: string;
6264
6267
  };
6265
- statusCode: number;
6266
- body: UpdateAcceleratorCrossBorderStatusResponseBody;
6268
+ statusCode?: number;
6269
+ body?: UpdateAcceleratorCrossBorderStatusResponseBody;
6267
6270
  static names(): {
6268
6271
  [key: string]: string;
6269
6272
  };
@@ -6304,11 +6307,11 @@ export declare class UpdateAclAttributeResponseBody extends $tea.Model {
6304
6307
  });
6305
6308
  }
6306
6309
  export declare class UpdateAclAttributeResponse extends $tea.Model {
6307
- headers: {
6310
+ headers?: {
6308
6311
  [key: string]: string;
6309
6312
  };
6310
- statusCode: number;
6311
- body: UpdateAclAttributeResponseBody;
6313
+ statusCode?: number;
6314
+ body?: UpdateAclAttributeResponseBody;
6312
6315
  static names(): {
6313
6316
  [key: string]: string;
6314
6317
  };
@@ -6351,11 +6354,11 @@ export declare class UpdateAdditionalCertificateWithListenerResponseBody extends
6351
6354
  });
6352
6355
  }
6353
6356
  export declare class UpdateAdditionalCertificateWithListenerResponse extends $tea.Model {
6354
- headers: {
6357
+ headers?: {
6355
6358
  [key: string]: string;
6356
6359
  };
6357
- statusCode: number;
6358
- body: UpdateAdditionalCertificateWithListenerResponseBody;
6360
+ statusCode?: number;
6361
+ body?: UpdateAdditionalCertificateWithListenerResponseBody;
6359
6362
  static names(): {
6360
6363
  [key: string]: string;
6361
6364
  };
@@ -6401,11 +6404,11 @@ export declare class UpdateApplicationMonitorResponseBody extends $tea.Model {
6401
6404
  });
6402
6405
  }
6403
6406
  export declare class UpdateApplicationMonitorResponse extends $tea.Model {
6404
- headers: {
6407
+ headers?: {
6405
6408
  [key: string]: string;
6406
6409
  };
6407
- statusCode: number;
6408
- body: UpdateApplicationMonitorResponseBody;
6410
+ statusCode?: number;
6411
+ body?: UpdateApplicationMonitorResponseBody;
6409
6412
  static names(): {
6410
6413
  [key: string]: string;
6411
6414
  };
@@ -6448,11 +6451,11 @@ export declare class UpdateBandwidthPackagaAutoRenewAttributeResponseBody extend
6448
6451
  });
6449
6452
  }
6450
6453
  export declare class UpdateBandwidthPackagaAutoRenewAttributeResponse extends $tea.Model {
6451
- headers: {
6454
+ headers?: {
6452
6455
  [key: string]: string;
6453
6456
  };
6454
- statusCode: number;
6455
- body: UpdateBandwidthPackagaAutoRenewAttributeResponseBody;
6457
+ statusCode?: number;
6458
+ body?: UpdateBandwidthPackagaAutoRenewAttributeResponseBody;
6456
6459
  static names(): {
6457
6460
  [key: string]: string;
6458
6461
  };
@@ -6498,11 +6501,11 @@ export declare class UpdateBandwidthPackageResponseBody extends $tea.Model {
6498
6501
  });
6499
6502
  }
6500
6503
  export declare class UpdateBandwidthPackageResponse extends $tea.Model {
6501
- headers: {
6504
+ headers?: {
6502
6505
  [key: string]: string;
6503
6506
  };
6504
- statusCode: number;
6505
- body: UpdateBandwidthPackageResponseBody;
6507
+ statusCode?: number;
6508
+ body?: UpdateBandwidthPackageResponseBody;
6506
6509
  static names(): {
6507
6510
  [key: string]: string;
6508
6511
  };
@@ -6542,11 +6545,11 @@ export declare class UpdateBasicAcceleratorResponseBody extends $tea.Model {
6542
6545
  });
6543
6546
  }
6544
6547
  export declare class UpdateBasicAcceleratorResponse extends $tea.Model {
6545
- headers: {
6548
+ headers?: {
6546
6549
  [key: string]: string;
6547
6550
  };
6548
- statusCode: number;
6549
- body: UpdateBasicAcceleratorResponseBody;
6551
+ statusCode?: number;
6552
+ body?: UpdateBasicAcceleratorResponseBody;
6550
6553
  static names(): {
6551
6554
  [key: string]: string;
6552
6555
  };
@@ -6589,11 +6592,11 @@ export declare class UpdateBasicEndpointResponseBody extends $tea.Model {
6589
6592
  });
6590
6593
  }
6591
6594
  export declare class UpdateBasicEndpointResponse extends $tea.Model {
6592
- headers: {
6595
+ headers?: {
6593
6596
  [key: string]: string;
6594
6597
  };
6595
- statusCode: number;
6596
- body: UpdateBasicEndpointResponseBody;
6598
+ statusCode?: number;
6599
+ body?: UpdateBasicEndpointResponseBody;
6597
6600
  static names(): {
6598
6601
  [key: string]: string;
6599
6602
  };
@@ -6636,11 +6639,11 @@ export declare class UpdateBasicEndpointGroupResponseBody extends $tea.Model {
6636
6639
  });
6637
6640
  }
6638
6641
  export declare class UpdateBasicEndpointGroupResponse extends $tea.Model {
6639
- headers: {
6642
+ headers?: {
6640
6643
  [key: string]: string;
6641
6644
  };
6642
- statusCode: number;
6643
- body: UpdateBasicEndpointGroupResponseBody;
6645
+ statusCode?: number;
6646
+ body?: UpdateBasicEndpointGroupResponseBody;
6644
6647
  static names(): {
6645
6648
  [key: string]: string;
6646
6649
  };
@@ -6679,11 +6682,11 @@ export declare class UpdateBasicIpSetResponseBody extends $tea.Model {
6679
6682
  });
6680
6683
  }
6681
6684
  export declare class UpdateBasicIpSetResponse extends $tea.Model {
6682
- headers: {
6685
+ headers?: {
6683
6686
  [key: string]: string;
6684
6687
  };
6685
- statusCode: number;
6686
- body: UpdateBasicIpSetResponseBody;
6688
+ statusCode?: number;
6689
+ body?: UpdateBasicIpSetResponseBody;
6687
6690
  static names(): {
6688
6691
  [key: string]: string;
6689
6692
  };
@@ -6723,11 +6726,11 @@ export declare class UpdateCustomRoutingEndpointGroupAttributeResponseBody exten
6723
6726
  });
6724
6727
  }
6725
6728
  export declare class UpdateCustomRoutingEndpointGroupAttributeResponse extends $tea.Model {
6726
- headers: {
6729
+ headers?: {
6727
6730
  [key: string]: string;
6728
6731
  };
6729
- statusCode: number;
6730
- body: UpdateCustomRoutingEndpointGroupAttributeResponseBody;
6732
+ statusCode?: number;
6733
+ body?: UpdateCustomRoutingEndpointGroupAttributeResponseBody;
6731
6734
  static names(): {
6732
6735
  [key: string]: string;
6733
6736
  };
@@ -6767,11 +6770,11 @@ export declare class UpdateCustomRoutingEndpointGroupDestinationsResponseBody ex
6767
6770
  });
6768
6771
  }
6769
6772
  export declare class UpdateCustomRoutingEndpointGroupDestinationsResponse extends $tea.Model {
6770
- headers: {
6773
+ headers?: {
6771
6774
  [key: string]: string;
6772
6775
  };
6773
- statusCode: number;
6774
- body: UpdateCustomRoutingEndpointGroupDestinationsResponseBody;
6776
+ statusCode?: number;
6777
+ body?: UpdateCustomRoutingEndpointGroupDestinationsResponseBody;
6775
6778
  static names(): {
6776
6779
  [key: string]: string;
6777
6780
  };
@@ -6811,11 +6814,11 @@ export declare class UpdateCustomRoutingEndpointTrafficPoliciesResponseBody exte
6811
6814
  });
6812
6815
  }
6813
6816
  export declare class UpdateCustomRoutingEndpointTrafficPoliciesResponse extends $tea.Model {
6814
- headers: {
6817
+ headers?: {
6815
6818
  [key: string]: string;
6816
6819
  };
6817
- statusCode: number;
6818
- body: UpdateCustomRoutingEndpointTrafficPoliciesResponseBody;
6820
+ statusCode?: number;
6821
+ body?: UpdateCustomRoutingEndpointTrafficPoliciesResponseBody;
6819
6822
  static names(): {
6820
6823
  [key: string]: string;
6821
6824
  };
@@ -6855,11 +6858,11 @@ export declare class UpdateCustomRoutingEndpointsResponseBody extends $tea.Model
6855
6858
  });
6856
6859
  }
6857
6860
  export declare class UpdateCustomRoutingEndpointsResponse extends $tea.Model {
6858
- headers: {
6861
+ headers?: {
6859
6862
  [key: string]: string;
6860
6863
  };
6861
- statusCode: number;
6862
- body: UpdateCustomRoutingEndpointsResponseBody;
6864
+ statusCode?: number;
6865
+ body?: UpdateCustomRoutingEndpointsResponseBody;
6863
6866
  static names(): {
6864
6867
  [key: string]: string;
6865
6868
  };
@@ -6897,11 +6900,11 @@ export declare class UpdateDomainResponseBody extends $tea.Model {
6897
6900
  });
6898
6901
  }
6899
6902
  export declare class UpdateDomainResponse extends $tea.Model {
6900
- headers: {
6903
+ headers?: {
6901
6904
  [key: string]: string;
6902
6905
  };
6903
- statusCode: number;
6904
- body: UpdateDomainResponseBody;
6906
+ statusCode?: number;
6907
+ body?: UpdateDomainResponseBody;
6905
6908
  static names(): {
6906
6909
  [key: string]: string;
6907
6910
  };
@@ -6940,11 +6943,11 @@ export declare class UpdateDomainStateResponseBody extends $tea.Model {
6940
6943
  });
6941
6944
  }
6942
6945
  export declare class UpdateDomainStateResponse extends $tea.Model {
6943
- headers: {
6946
+ headers?: {
6944
6947
  [key: string]: string;
6945
6948
  };
6946
- statusCode: number;
6947
- body: UpdateDomainStateResponseBody;
6949
+ statusCode?: number;
6950
+ body?: UpdateDomainStateResponseBody;
6948
6951
  static names(): {
6949
6952
  [key: string]: string;
6950
6953
  };
@@ -6995,11 +6998,11 @@ export declare class UpdateEndpointGroupResponseBody extends $tea.Model {
6995
6998
  });
6996
6999
  }
6997
7000
  export declare class UpdateEndpointGroupResponse extends $tea.Model {
6998
- headers: {
7001
+ headers?: {
6999
7002
  [key: string]: string;
7000
7003
  };
7001
- statusCode: number;
7002
- body: UpdateEndpointGroupResponseBody;
7004
+ statusCode?: number;
7005
+ body?: UpdateEndpointGroupResponseBody;
7003
7006
  static names(): {
7004
7007
  [key: string]: string;
7005
7008
  };
@@ -7039,11 +7042,11 @@ export declare class UpdateEndpointGroupAttributeResponseBody extends $tea.Model
7039
7042
  });
7040
7043
  }
7041
7044
  export declare class UpdateEndpointGroupAttributeResponse extends $tea.Model {
7042
- headers: {
7045
+ headers?: {
7043
7046
  [key: string]: string;
7044
7047
  };
7045
- statusCode: number;
7046
- body: UpdateEndpointGroupAttributeResponseBody;
7048
+ statusCode?: number;
7049
+ body?: UpdateEndpointGroupAttributeResponseBody;
7047
7050
  static names(): {
7048
7051
  [key: string]: string;
7049
7052
  };
@@ -7084,11 +7087,11 @@ export declare class UpdateEndpointGroupsResponseBody extends $tea.Model {
7084
7087
  });
7085
7088
  }
7086
7089
  export declare class UpdateEndpointGroupsResponse extends $tea.Model {
7087
- headers: {
7090
+ headers?: {
7088
7091
  [key: string]: string;
7089
7092
  };
7090
- statusCode: number;
7091
- body: UpdateEndpointGroupsResponseBody;
7093
+ statusCode?: number;
7094
+ body?: UpdateEndpointGroupsResponseBody;
7092
7095
  static names(): {
7093
7096
  [key: string]: string;
7094
7097
  };
@@ -7129,11 +7132,11 @@ export declare class UpdateForwardingRulesResponseBody extends $tea.Model {
7129
7132
  });
7130
7133
  }
7131
7134
  export declare class UpdateForwardingRulesResponse extends $tea.Model {
7132
- headers: {
7135
+ headers?: {
7133
7136
  [key: string]: string;
7134
7137
  };
7135
- statusCode: number;
7136
- body: UpdateForwardingRulesResponseBody;
7138
+ statusCode?: number;
7139
+ body?: UpdateForwardingRulesResponseBody;
7137
7140
  static names(): {
7138
7141
  [key: string]: string;
7139
7142
  };
@@ -7172,11 +7175,11 @@ export declare class UpdateIpSetResponseBody extends $tea.Model {
7172
7175
  });
7173
7176
  }
7174
7177
  export declare class UpdateIpSetResponse extends $tea.Model {
7175
- headers: {
7178
+ headers?: {
7176
7179
  [key: string]: string;
7177
7180
  };
7178
- statusCode: number;
7179
- body: UpdateIpSetResponseBody;
7181
+ statusCode?: number;
7182
+ body?: UpdateIpSetResponseBody;
7180
7183
  static names(): {
7181
7184
  [key: string]: string;
7182
7185
  };
@@ -7213,11 +7216,11 @@ export declare class UpdateIpSetsResponseBody extends $tea.Model {
7213
7216
  });
7214
7217
  }
7215
7218
  export declare class UpdateIpSetsResponse extends $tea.Model {
7216
- headers: {
7219
+ headers?: {
7217
7220
  [key: string]: string;
7218
7221
  };
7219
- statusCode: number;
7220
- body: UpdateIpSetsResponseBody;
7222
+ statusCode?: number;
7223
+ body?: UpdateIpSetsResponseBody;
7221
7224
  static names(): {
7222
7225
  [key: string]: string;
7223
7226
  };
@@ -7234,6 +7237,7 @@ export declare class UpdateListenerRequest extends $tea.Model {
7234
7237
  clientAffinity?: string;
7235
7238
  clientToken?: string;
7236
7239
  description?: string;
7240
+ httpVersion?: string;
7237
7241
  idleTimeout?: number;
7238
7242
  listenerId?: string;
7239
7243
  name?: string;
@@ -7267,11 +7271,11 @@ export declare class UpdateListenerResponseBody extends $tea.Model {
7267
7271
  });
7268
7272
  }
7269
7273
  export declare class UpdateListenerResponse extends $tea.Model {
7270
- headers: {
7274
+ headers?: {
7271
7275
  [key: string]: string;
7272
7276
  };
7273
- statusCode: number;
7274
- body: UpdateListenerResponseBody;
7277
+ statusCode?: number;
7278
+ body?: UpdateListenerResponseBody;
7275
7279
  static names(): {
7276
7280
  [key: string]: string;
7277
7281
  };
@@ -7311,11 +7315,11 @@ export declare class UpdateServiceManagedControlResponseBody extends $tea.Model
7311
7315
  });
7312
7316
  }
7313
7317
  export declare class UpdateServiceManagedControlResponse extends $tea.Model {
7314
- headers: {
7318
+ headers?: {
7315
7319
  [key: string]: string;
7316
7320
  };
7317
- statusCode: number;
7318
- body: UpdateServiceManagedControlResponseBody;
7321
+ statusCode?: number;
7322
+ body?: UpdateServiceManagedControlResponseBody;
7319
7323
  static names(): {
7320
7324
  [key: string]: string;
7321
7325
  };
@@ -8914,6 +8918,7 @@ export declare class ListAvailableAccelerateAreasResponseBodyAreasRegionList ext
8914
8918
  chinaMainland?: boolean;
8915
8919
  ispTypeList?: string[];
8916
8920
  localName?: string;
8921
+ multiAz?: boolean;
8917
8922
  regionId?: string;
8918
8923
  supportIpv6?: boolean;
8919
8924
  static names(): {
@@ -9841,6 +9846,7 @@ export declare class ListListenersResponseBodyListeners extends $tea.Model {
9841
9846
  clientAffinity?: string;
9842
9847
  createTime?: number;
9843
9848
  description?: string;
9849
+ httpVersion?: string;
9844
9850
  idleTimeout?: number;
9845
9851
  listenerId?: string;
9846
9852
  name?: string;
@@ -10371,9 +10377,9 @@ export default class Client extends OpenApi {
10371
10377
  associateAdditionalCertificatesWithListener(request: AssociateAdditionalCertificatesWithListenerRequest): Promise<AssociateAdditionalCertificatesWithListenerResponse>;
10372
10378
  /**
10373
10379
  * When you call this operation, take note of the following items:
10374
- * * **AttachDdosToAccelerator** is an asynchronous operation. After you call the operation, the system returns a request ID and runs the task in the background. You can call the [DescribeAccelerator](~~153235~~) or [ListAccelerators](~~153236~~) operation to query the status of the GA instance.
10375
- * * If the GA instance is in the **configuring** state, the Anti-DDoS Pro/Premium instance is being associated with the GA instance. In this case, you can perform only query operations.
10376
- * * If the GA instance is in the **active** state, the Anti-DDoS Pro/Premium instance is associated with the GA instance.
10380
+ * * **AttachDdosToAccelerator** is an asynchronous operation. After you send a request, the system returns a request ID and runs the task in the background. You can call the [DescribeAccelerator](~~153235~~) or [ListAccelerators](~~153236~~) operation to query the status of the GA instance.
10381
+ * * If the GA instance is in the **configuring** state, the Anti-DDoS Pro or Anti-DDoS Premium instance is being associated with the GA instance. In this case, you can perform only query operations.
10382
+ * * If the GA instance is in the **active** state, the Anti-DDoS Pro or Anti-DDoS Premium instance is associated with the GA instance.
10377
10383
  * * You cannot repeatedly call the **AttachDdosToAccelerator** operation for the same GA instance within a specific period of time.
10378
10384
  *
10379
10385
  * @param request AttachDdosToAcceleratorRequest
@@ -10383,9 +10389,9 @@ export default class Client extends OpenApi {
10383
10389
  attachDdosToAcceleratorWithOptions(request: AttachDdosToAcceleratorRequest, runtime: $Util.RuntimeOptions): Promise<AttachDdosToAcceleratorResponse>;
10384
10390
  /**
10385
10391
  * When you call this operation, take note of the following items:
10386
- * * **AttachDdosToAccelerator** is an asynchronous operation. After you call the operation, the system returns a request ID and runs the task in the background. You can call the [DescribeAccelerator](~~153235~~) or [ListAccelerators](~~153236~~) operation to query the status of the GA instance.
10387
- * * If the GA instance is in the **configuring** state, the Anti-DDoS Pro/Premium instance is being associated with the GA instance. In this case, you can perform only query operations.
10388
- * * If the GA instance is in the **active** state, the Anti-DDoS Pro/Premium instance is associated with the GA instance.
10392
+ * * **AttachDdosToAccelerator** is an asynchronous operation. After you send a request, the system returns a request ID and runs the task in the background. You can call the [DescribeAccelerator](~~153235~~) or [ListAccelerators](~~153236~~) operation to query the status of the GA instance.
10393
+ * * If the GA instance is in the **configuring** state, the Anti-DDoS Pro or Anti-DDoS Premium instance is being associated with the GA instance. In this case, you can perform only query operations.
10394
+ * * If the GA instance is in the **active** state, the Anti-DDoS Pro or Anti-DDoS Premium instance is associated with the GA instance.
10389
10395
  * * You cannot repeatedly call the **AttachDdosToAccelerator** operation for the same GA instance within a specific period of time.
10390
10396
  *
10391
10397
  * @param request AttachDdosToAcceleratorRequest
@@ -10456,7 +10462,7 @@ export default class Client extends OpenApi {
10456
10462
  */
10457
10463
  bandwidthPackageRemoveAccelerator(request: BandwidthPackageRemoveAcceleratorRequest): Promise<BandwidthPackageRemoveAcceleratorResponse>;
10458
10464
  /**
10459
- * You cannot call the **ChangeResourceGroup** operation again on the same GA instance before the previous operation is complete.
10465
+ * The **ChangeResourceGroup** operation cannot be repeatedly called for the same GA instance within a specific period of time.
10460
10466
  *
10461
10467
  * @param request ChangeResourceGroupRequest
10462
10468
  * @param runtime runtime options for this request RuntimeOptions
@@ -10464,7 +10470,7 @@ export default class Client extends OpenApi {
10464
10470
  */
10465
10471
  changeResourceGroupWithOptions(request: ChangeResourceGroupRequest, runtime: $Util.RuntimeOptions): Promise<ChangeResourceGroupResponse>;
10466
10472
  /**
10467
- * You cannot call the **ChangeResourceGroup** operation again on the same GA instance before the previous operation is complete.
10473
+ * The **ChangeResourceGroup** operation cannot be repeatedly called for the same GA instance within a specific period of time.
10468
10474
  *
10469
10475
  * @param request ChangeResourceGroupRequest
10470
10476
  * @return ChangeResourceGroupResponse
@@ -10532,12 +10538,15 @@ export default class Client extends OpenApi {
10532
10538
  */
10533
10539
  createAcl(request: CreateAclRequest): Promise<CreateAclResponse>;
10534
10540
  /**
10535
- * You can call the **CreateApplicationMonitor** operation to create an origin probing task. An origin probing task monitors the network quality between the client and origin server and checks the availability of the origin.
10541
+ * You can call the **CreateApplicationMonitor** operation to create an origin probing task. An origin probing task monitors the network quality between a client and an origin server and checks the availability of the origin server.
10536
10542
  * Before you call this operation, take note of the following items:
10537
- * * **CreateApplicationMonitor** is an asynchronous operation. After you send a request, the system returns the ID of an origin probing task, but the origin probing task is still being created in the system background. You can call the [DescribeApplicationMonitor](~~408463~~) or [ListApplicationMonitor](~~408462~~) operation to query the state of the origin probing task.
10538
- * * If the origin probing task is in the **init** state, it indicates that the task is being created. In this case, you can only perform query operations.
10543
+ * * You can create origin detection tasks only for subscription Standard Global Accelerator (GA) instances whose specification is Medium Ⅰ.
10544
+ * * You cannot create an origin probe task for a UDP listener.
10545
+ * * The service port of the URL or IP address that is probed must be within the listening port range.
10546
+ * * **CreateApplicationMonitor** is an asynchronous operation. After a request is sent, the system returns a request ID and runs the task in the background. You can call the [DescribeApplicationMonitor](~~408463~~) or [ListApplicationMonitor](~~408462~~) operation to query the status of the origin probing task.
10547
+ * * If the origin probing task is in the **init** state, it indicates that the task is being created. You can perform only query operations.
10539
10548
  * * If the origin probing task is in the **active** state, it indicates that the task is created.
10540
- * * The **CreateApplicationMonitor** operation cannot be called repeatedly for the same Global Accelerator (GA) instance within a specific period of time.
10549
+ * * The **CreateApplicationMonitor** operation cannot be called repeatedly for the same GA instance within a specific period of time.
10541
10550
  *
10542
10551
  * @param request CreateApplicationMonitorRequest
10543
10552
  * @param runtime runtime options for this request RuntimeOptions
@@ -10545,12 +10554,15 @@ export default class Client extends OpenApi {
10545
10554
  */
10546
10555
  createApplicationMonitorWithOptions(request: CreateApplicationMonitorRequest, runtime: $Util.RuntimeOptions): Promise<CreateApplicationMonitorResponse>;
10547
10556
  /**
10548
- * You can call the **CreateApplicationMonitor** operation to create an origin probing task. An origin probing task monitors the network quality between the client and origin server and checks the availability of the origin.
10557
+ * You can call the **CreateApplicationMonitor** operation to create an origin probing task. An origin probing task monitors the network quality between a client and an origin server and checks the availability of the origin server.
10549
10558
  * Before you call this operation, take note of the following items:
10550
- * * **CreateApplicationMonitor** is an asynchronous operation. After you send a request, the system returns the ID of an origin probing task, but the origin probing task is still being created in the system background. You can call the [DescribeApplicationMonitor](~~408463~~) or [ListApplicationMonitor](~~408462~~) operation to query the state of the origin probing task.
10551
- * * If the origin probing task is in the **init** state, it indicates that the task is being created. In this case, you can only perform query operations.
10559
+ * * You can create origin detection tasks only for subscription Standard Global Accelerator (GA) instances whose specification is Medium Ⅰ.
10560
+ * * You cannot create an origin probe task for a UDP listener.
10561
+ * * The service port of the URL or IP address that is probed must be within the listening port range.
10562
+ * * **CreateApplicationMonitor** is an asynchronous operation. After a request is sent, the system returns a request ID and runs the task in the background. You can call the [DescribeApplicationMonitor](~~408463~~) or [ListApplicationMonitor](~~408462~~) operation to query the status of the origin probing task.
10563
+ * * If the origin probing task is in the **init** state, it indicates that the task is being created. You can perform only query operations.
10552
10564
  * * If the origin probing task is in the **active** state, it indicates that the task is created.
10553
- * * The **CreateApplicationMonitor** operation cannot be called repeatedly for the same Global Accelerator (GA) instance within a specific period of time.
10565
+ * * The **CreateApplicationMonitor** operation cannot be called repeatedly for the same GA instance within a specific period of time.
10554
10566
  *
10555
10567
  * @param request CreateApplicationMonitorRequest
10556
10568
  * @return CreateApplicationMonitorResponse
@@ -10651,9 +10663,8 @@ export default class Client extends OpenApi {
10651
10663
  */
10652
10664
  createBasicAccelerateIpEndpointRelations(request: CreateBasicAccelerateIpEndpointRelationsRequest): Promise<CreateBasicAccelerateIpEndpointRelationsResponse>;
10653
10665
  /**
10654
- * Basic GA instances leverage the immense bandwidth of Alibaba Cloud\\"s high-quality global network to provide end-to-end acceleration services. You can use basic GA instances to accelerate content delivery at Layer 3 (IP). For more information, see [Overview of GA instances](~~153127~~).
10655
- * **CreateBasicAccelerator** is an asynchronous operation. After you send a request, the system returns a request ID and runs the task in the background. You can call the [GetBasicAccelerator](~~353188~~) or [ListBasicAccelerators](~~353189~~) operation to query the status of a basic GA instance:
10656
- * * If the basic GA instance is in the **init** state, it indicates that the basic GA instance is being created. In this case, you can continue to perform query operations on the GA instance.
10666
+ * **CreateBasicAccelerator** is an asynchronous operation. After a request is sent, the system returns a request ID and runs the task in the background. You can call the [GetBasicAccelerator](~~353188~~) or [ListBasicAccelerators](~~353189~~) operation to query the status of the task.
10667
+ * * If the basic GA instance is in the **init** state, it indicates that the basic GA instance is being created. In this case, you can perform only query operations.
10657
10668
  * * If the basic GA instance is in the **active** state, it indicates that the basic GA instance is created.
10658
10669
  *
10659
10670
  * @param request CreateBasicAcceleratorRequest
@@ -10662,9 +10673,8 @@ export default class Client extends OpenApi {
10662
10673
  */
10663
10674
  createBasicAcceleratorWithOptions(request: CreateBasicAcceleratorRequest, runtime: $Util.RuntimeOptions): Promise<CreateBasicAcceleratorResponse>;
10664
10675
  /**
10665
- * Basic GA instances leverage the immense bandwidth of Alibaba Cloud\\"s high-quality global network to provide end-to-end acceleration services. You can use basic GA instances to accelerate content delivery at Layer 3 (IP). For more information, see [Overview of GA instances](~~153127~~).
10666
- * **CreateBasicAccelerator** is an asynchronous operation. After you send a request, the system returns a request ID and runs the task in the background. You can call the [GetBasicAccelerator](~~353188~~) or [ListBasicAccelerators](~~353189~~) operation to query the status of a basic GA instance:
10667
- * * If the basic GA instance is in the **init** state, it indicates that the basic GA instance is being created. In this case, you can continue to perform query operations on the GA instance.
10676
+ * **CreateBasicAccelerator** is an asynchronous operation. After a request is sent, the system returns a request ID and runs the task in the background. You can call the [GetBasicAccelerator](~~353188~~) or [ListBasicAccelerators](~~353189~~) operation to query the status of the task.
10677
+ * * If the basic GA instance is in the **init** state, it indicates that the basic GA instance is being created. In this case, you can perform only query operations.
10668
10678
  * * If the basic GA instance is in the **active** state, it indicates that the basic GA instance is created.
10669
10679
  *
10670
10680
  * @param request CreateBasicAcceleratorRequest
@@ -10855,7 +10865,19 @@ export default class Client extends OpenApi {
10855
10865
  */
10856
10866
  createCustomRoutingEndpointTrafficPolicies(request: CreateCustomRoutingEndpointTrafficPoliciesRequest): Promise<CreateCustomRoutingEndpointTrafficPoliciesResponse>;
10857
10867
  /**
10858
- * readAndWrite
10868
+ * After you configure a custom routing listener for a Global Accelerator (GA) instance, the instance generates a port mapping table based on the listener port range, the protocols and port ranges of the associated endpoint groups, and the IP addresses of endpoints (vSwitches), and forwards client requests to specified IP addresses and ports in the vSwitches.
10869
+ * This operation is used to create endpoints for custom routing listeners. When you call this operation, take note of the following items:
10870
+ * * **CreateCustomRoutingEndpoints** is an asynchronous operation. After you send a request, the system returns a request ID and runs the task in the background. You can call the [DescribeCustomRoutingEndpointGroup](~~449373~~) operation to query the status of an endpoint group and determine whether endpoints are created in the endpoint group.
10871
+ * * If the endpoint group is in the **updating** state, it indicates that endpoints are being created. In this case, you can perform only query operations.
10872
+ * * If the endpoint group is in the **active** state, it indicates that endpoints are created.
10873
+ * * The **CreateCustomRoutingEndpoints** operation cannot be called repeatedly for the same GA instance within a specific period of time.
10874
+ * ### Prerequisites
10875
+ * The following operations are complete before you call this operation:
10876
+ * * Create a standard GA instance. For more information, see [CreateAccelerator](~~206786~~).
10877
+ * * Associate a bandwidth plan with the standard GA instance. For more information, see [BandwidthPackageAddAccelerator](~~153239~~).
10878
+ * * Deploy an application that serves as the endpoint of the GA instance. The application is used to receive requests that are forwarded from GA. You can specify only vSwitches as endpoints for custom routing listeners.
10879
+ * * Apply for permissions to use custom routing listeners and create a custom routing listener for the standard GA instance. Custom routing listeners are in invitational preview. To use custom routing listeners, contact your account manager. For more information about how to create a custom routing listener, see [CreateListener](~~153253~~).
10880
+ * * Create an endpoint group for the custom routing listener. For more information, see [CreateCustomRoutingEndpointGroups](~~449363~~).
10859
10881
  *
10860
10882
  * @param request CreateCustomRoutingEndpointsRequest
10861
10883
  * @param runtime runtime options for this request RuntimeOptions
@@ -10863,7 +10885,19 @@ export default class Client extends OpenApi {
10863
10885
  */
10864
10886
  createCustomRoutingEndpointsWithOptions(request: CreateCustomRoutingEndpointsRequest, runtime: $Util.RuntimeOptions): Promise<CreateCustomRoutingEndpointsResponse>;
10865
10887
  /**
10866
- * readAndWrite
10888
+ * After you configure a custom routing listener for a Global Accelerator (GA) instance, the instance generates a port mapping table based on the listener port range, the protocols and port ranges of the associated endpoint groups, and the IP addresses of endpoints (vSwitches), and forwards client requests to specified IP addresses and ports in the vSwitches.
10889
+ * This operation is used to create endpoints for custom routing listeners. When you call this operation, take note of the following items:
10890
+ * * **CreateCustomRoutingEndpoints** is an asynchronous operation. After you send a request, the system returns a request ID and runs the task in the background. You can call the [DescribeCustomRoutingEndpointGroup](~~449373~~) operation to query the status of an endpoint group and determine whether endpoints are created in the endpoint group.
10891
+ * * If the endpoint group is in the **updating** state, it indicates that endpoints are being created. In this case, you can perform only query operations.
10892
+ * * If the endpoint group is in the **active** state, it indicates that endpoints are created.
10893
+ * * The **CreateCustomRoutingEndpoints** operation cannot be called repeatedly for the same GA instance within a specific period of time.
10894
+ * ### Prerequisites
10895
+ * The following operations are complete before you call this operation:
10896
+ * * Create a standard GA instance. For more information, see [CreateAccelerator](~~206786~~).
10897
+ * * Associate a bandwidth plan with the standard GA instance. For more information, see [BandwidthPackageAddAccelerator](~~153239~~).
10898
+ * * Deploy an application that serves as the endpoint of the GA instance. The application is used to receive requests that are forwarded from GA. You can specify only vSwitches as endpoints for custom routing listeners.
10899
+ * * Apply for permissions to use custom routing listeners and create a custom routing listener for the standard GA instance. Custom routing listeners are in invitational preview. To use custom routing listeners, contact your account manager. For more information about how to create a custom routing listener, see [CreateListener](~~153253~~).
10900
+ * * Create an endpoint group for the custom routing listener. For more information, see [CreateCustomRoutingEndpointGroups](~~449363~~).
10867
10901
  *
10868
10902
  * @param request CreateCustomRoutingEndpointsRequest
10869
10903
  * @return CreateCustomRoutingEndpointsResponse
@@ -10893,6 +10927,7 @@ export default class Client extends OpenApi {
10893
10927
  */
10894
10928
  createDomain(request: CreateDomainRequest): Promise<CreateDomainResponse>;
10895
10929
  /**
10930
+ * * When you call this operation to create a virtual endpoint group for a Layer 4 listener, make sure that a default endpoint group is created.
10896
10931
  * * **CreateEndpointGroup** is an asynchronous operation. After you send a request, the system returns the ID of an endpoint group, but the endpoint group is still being created in the system background. You can call the [DescribeEndpointGroup](~~153260~~) operation to query the state of the endpoint group.
10897
10932
  * * If the endpoint group is in the **init** state, it indicates that the endpoint group is being created. In this case, you can perform only query operations.
10898
10933
  * * If the endpoint group is in the **active** state, it indicates that the endpoint group is created.
@@ -10904,6 +10939,7 @@ export default class Client extends OpenApi {
10904
10939
  */
10905
10940
  createEndpointGroupWithOptions(request: CreateEndpointGroupRequest, runtime: $Util.RuntimeOptions): Promise<CreateEndpointGroupResponse>;
10906
10941
  /**
10942
+ * * When you call this operation to create a virtual endpoint group for a Layer 4 listener, make sure that a default endpoint group is created.
10907
10943
  * * **CreateEndpointGroup** is an asynchronous operation. After you send a request, the system returns the ID of an endpoint group, but the endpoint group is still being created in the system background. You can call the [DescribeEndpointGroup](~~153260~~) operation to query the state of the endpoint group.
10908
10944
  * * If the endpoint group is in the **init** state, it indicates that the endpoint group is being created. In this case, you can perform only query operations.
10909
10945
  * * If the endpoint group is in the **active** state, it indicates that the endpoint group is created.
@@ -10914,9 +10950,9 @@ export default class Client extends OpenApi {
10914
10950
  */
10915
10951
  createEndpointGroup(request: CreateEndpointGroupRequest): Promise<CreateEndpointGroupResponse>;
10916
10952
  /**
10917
- * * **CreateEndpointGroups** is an asynchronous operation. After you send a request, the system returns a request ID, but the operation is still being performed in the system background. You can call the [DescribeEndpointGroup](~~153260~~) or [ListEndpointGroups](~~153261~~) to query the state of an endpoint group.
10918
- * * If an endpoint group is in the **init** state, the endpoint group is being created. In this case, you can perform only query operations.
10919
- * * If all endpoint groups are in the **active**, endpoint groups are created.
10953
+ * * **CreateEndpointGroups** is an asynchronous operation. After a request is sent, the system returns a request ID and runs the task in the background. You can call the [DescribeEndpointGroup](~~153260~~) or [ListEndpointGroups](~~153261~~) operation to query the status of the task:
10954
+ * * If the endpoint groups are in the **init** state, the endpoint groups are being created. In this case, you can perform only query operations.
10955
+ * * If all endpoint groups are in the **active** state, the endpoint groups are created.
10920
10956
  * * The **CreateEndpointGroups** operation cannot be repeatedly called for the same Global Accelerator (GA) instance within a specific period of time.
10921
10957
  *
10922
10958
  * @param request CreateEndpointGroupsRequest
@@ -10925,9 +10961,9 @@ export default class Client extends OpenApi {
10925
10961
  */
10926
10962
  createEndpointGroupsWithOptions(request: CreateEndpointGroupsRequest, runtime: $Util.RuntimeOptions): Promise<CreateEndpointGroupsResponse>;
10927
10963
  /**
10928
- * * **CreateEndpointGroups** is an asynchronous operation. After you send a request, the system returns a request ID, but the operation is still being performed in the system background. You can call the [DescribeEndpointGroup](~~153260~~) or [ListEndpointGroups](~~153261~~) to query the state of an endpoint group.
10929
- * * If an endpoint group is in the **init** state, the endpoint group is being created. In this case, you can perform only query operations.
10930
- * * If all endpoint groups are in the **active**, endpoint groups are created.
10964
+ * * **CreateEndpointGroups** is an asynchronous operation. After a request is sent, the system returns a request ID and runs the task in the background. You can call the [DescribeEndpointGroup](~~153260~~) or [ListEndpointGroups](~~153261~~) operation to query the status of the task:
10965
+ * * If the endpoint groups are in the **init** state, the endpoint groups are being created. In this case, you can perform only query operations.
10966
+ * * If all endpoint groups are in the **active** state, the endpoint groups are created.
10931
10967
  * * The **CreateEndpointGroups** operation cannot be repeatedly called for the same Global Accelerator (GA) instance within a specific period of time.
10932
10968
  *
10933
10969
  * @param request CreateEndpointGroupsRequest
@@ -10981,12 +11017,11 @@ export default class Client extends OpenApi {
10981
11017
  */
10982
11018
  createIpSets(request: CreateIpSetsRequest): Promise<CreateIpSetsResponse>;
10983
11019
  /**
10984
- * A listener listens for connection requests and then distributes the requests to endpoints based on the forwarding rules that are defined by a specified scheduling algorithm. You can call this operation to create a listener for a standard GA instance.
10985
- * Before you call this operation, take note of the following limits:
10986
- * * **CreateListener** is an asynchronous operation. After you send a request, the system returns a listener ID and runs the task in the background. You can call the [DescribeListener](~~153254~~) operation to query the status of a listener:
10987
- * * If a listener is in the **init** state, the listener is being created. In this case, you can perform only query operations.
10988
- * * If a listener is in the **active** state, the listener is created.
10989
- * * The **CreateListener** operation cannot be repeatedly called to create listeners for the same GA instance in a specific period of time.
11020
+ * When you call this operation, take note of the following items:
11021
+ * * **CreateListener** is an asynchronous operation. After a request is sent, the system returns a request ID and runs the task in the background. You can call the [DescribeListener](~~153254~~) operation to query the status of the task.
11022
+ * * If the listener is in the **init** state, the listener is being created. In this state, you can perform only query operations.
11023
+ * * If the listener is in the **active** state, the listener is created.
11024
+ * * You cannot repeatedly call the **CreateListener** operation for the same GA instance within the specified period of time.
10990
11025
  *
10991
11026
  * @param request CreateListenerRequest
10992
11027
  * @param runtime runtime options for this request RuntimeOptions
@@ -10994,12 +11029,11 @@ export default class Client extends OpenApi {
10994
11029
  */
10995
11030
  createListenerWithOptions(request: CreateListenerRequest, runtime: $Util.RuntimeOptions): Promise<CreateListenerResponse>;
10996
11031
  /**
10997
- * A listener listens for connection requests and then distributes the requests to endpoints based on the forwarding rules that are defined by a specified scheduling algorithm. You can call this operation to create a listener for a standard GA instance.
10998
- * Before you call this operation, take note of the following limits:
10999
- * * **CreateListener** is an asynchronous operation. After you send a request, the system returns a listener ID and runs the task in the background. You can call the [DescribeListener](~~153254~~) operation to query the status of a listener:
11000
- * * If a listener is in the **init** state, the listener is being created. In this case, you can perform only query operations.
11001
- * * If a listener is in the **active** state, the listener is created.
11002
- * * The **CreateListener** operation cannot be repeatedly called to create listeners for the same GA instance in a specific period of time.
11032
+ * When you call this operation, take note of the following items:
11033
+ * * **CreateListener** is an asynchronous operation. After a request is sent, the system returns a request ID and runs the task in the background. You can call the [DescribeListener](~~153254~~) operation to query the status of the task.
11034
+ * * If the listener is in the **init** state, the listener is being created. In this state, you can perform only query operations.
11035
+ * * If the listener is in the **active** state, the listener is created.
11036
+ * * You cannot repeatedly call the **CreateListener** operation for the same GA instance within the specified period of time.
11003
11037
  *
11004
11038
  * @param request CreateListenerRequest
11005
11039
  * @return CreateListenerResponse
@@ -11027,11 +11061,10 @@ export default class Client extends OpenApi {
11027
11061
  */
11028
11062
  createSpareIps(request: CreateSpareIpsRequest): Promise<CreateSpareIpsResponse>;
11029
11063
  /**
11030
- * * Subscription GA instances cannot be deleted.
11031
- * * GA instances that have bandwidth plans associated cannot be deleted. To delete such GA instances, disassociate the bandwidth plans first. For information about how to disassociate a bandwidth plan from a GA instance, see [BandwidthPackageRemoveAccelerator](~~153240~~).
11032
- * * **DeleteAccelerator** is an asynchronous operation. After you send a request, the system returns a request ID, but the operation is still being performed in the system background. You can use the [DescribeAccelerator](~~153235~~) operation to query the state of a GA instance.
11064
+ * * You cannot delete subscription GA instances.
11065
+ * * **DeleteAccelerator** is an asynchronous operation. After a request is sent, the system returns a request ID and runs the task in the background. You can call the [DescribeAccelerator](~~153235~~) operation to query the status of the task.
11033
11066
  * * If the GA instance is in the **deleting** state, the GA instance is being deleted. In this case, you can perform only query operations.
11034
- * * If the GA instance cannot be queried, it indicates that the GA instance is deleted.
11067
+ * * If the GA instance cannot be queried, the GA instance is deleted.
11035
11068
  *
11036
11069
  * @param request DeleteAcceleratorRequest
11037
11070
  * @param runtime runtime options for this request RuntimeOptions
@@ -11039,11 +11072,10 @@ export default class Client extends OpenApi {
11039
11072
  */
11040
11073
  deleteAcceleratorWithOptions(request: DeleteAcceleratorRequest, runtime: $Util.RuntimeOptions): Promise<DeleteAcceleratorResponse>;
11041
11074
  /**
11042
- * * Subscription GA instances cannot be deleted.
11043
- * * GA instances that have bandwidth plans associated cannot be deleted. To delete such GA instances, disassociate the bandwidth plans first. For information about how to disassociate a bandwidth plan from a GA instance, see [BandwidthPackageRemoveAccelerator](~~153240~~).
11044
- * * **DeleteAccelerator** is an asynchronous operation. After you send a request, the system returns a request ID, but the operation is still being performed in the system background. You can use the [DescribeAccelerator](~~153235~~) operation to query the state of a GA instance.
11075
+ * * You cannot delete subscription GA instances.
11076
+ * * **DeleteAccelerator** is an asynchronous operation. After a request is sent, the system returns a request ID and runs the task in the background. You can call the [DescribeAccelerator](~~153235~~) operation to query the status of the task.
11045
11077
  * * If the GA instance is in the **deleting** state, the GA instance is being deleted. In this case, you can perform only query operations.
11046
- * * If the GA instance cannot be queried, it indicates that the GA instance is deleted.
11078
+ * * If the GA instance cannot be queried, the GA instance is deleted.
11047
11079
  *
11048
11080
  * @param request DeleteAcceleratorRequest
11049
11081
  * @return DeleteAcceleratorResponse
@@ -11071,7 +11103,6 @@ export default class Client extends OpenApi {
11071
11103
  /**
11072
11104
  * * **DeleteApplicationMonitor** is an asynchronous operation. After you call this operation, the system returns a request ID, but the operation is still being performed in the system background. You can call the [ListApplicationMonitor](~~408462~~) operation to query the state of an origin probing task.
11073
11105
  * * If the origin probing task is in the **deleting** state, it indicates that the task is being deleted. In this case, you can perform only query operations.
11074
- * <!---->
11075
11106
  * * If the origin probing task cannot be queried, it indicates that the task is deleted.
11076
11107
  * * The **DeleteApplicationMonitor** operation cannot be called repeatedly for the same Global Accelerator (GA) instance within a specific period of time.
11077
11108
  *
@@ -11083,7 +11114,6 @@ export default class Client extends OpenApi {
11083
11114
  /**
11084
11115
  * * **DeleteApplicationMonitor** is an asynchronous operation. After you call this operation, the system returns a request ID, but the operation is still being performed in the system background. You can call the [ListApplicationMonitor](~~408462~~) operation to query the state of an origin probing task.
11085
11116
  * * If the origin probing task is in the **deleting** state, it indicates that the task is being deleted. In this case, you can perform only query operations.
11086
- * <!---->
11087
11117
  * * If the origin probing task cannot be queried, it indicates that the task is deleted.
11088
11118
  * * The **DeleteApplicationMonitor** operation cannot be called repeatedly for the same Global Accelerator (GA) instance within a specific period of time.
11089
11119
  *
@@ -11092,12 +11122,12 @@ export default class Client extends OpenApi {
11092
11122
  */
11093
11123
  deleteApplicationMonitor(request: DeleteApplicationMonitorRequest): Promise<DeleteApplicationMonitorResponse>;
11094
11124
  /**
11095
- * * By default, subscription bandwidth plans cannot be deleted. If you want to delete subscription bandwidth plans, contact your account manager.
11096
- * * Bandwidth plans that are associated with Global Accelerator (GA) instances cannot be deleted. Before you can delete a bandwidth plan that is associated with a GA instance, you must disassociate the bandwidth plan from the GA instance. For information about how to disassociate a bandwidth plan from a GA instance, see [BandwidthPackageRemoveAccelerator](~~153240~~).
11125
+ * * By default, subscription bandwidth plans cannot be deleted. If you want to unsubscribe from subscription bandwidth plans, go to the [Unsubscribe](https://usercenter2-intl.aliyun.com/refund/refund) page. Before you can unsubscribe from a subscription bandwidth plan that is associated with a Global Accelerator (GA) instance, you must disassociate the bandwidth plan from the GA instance. For information about how to disassociate a bandwidth plan from a GA instance, see [BandwidthPackageRemoveAccelerator](~~153240~~).
11126
+ * * Bandwidth plans that are associated with GA instances cannot be deleted. Before you can delete a bandwidth plan that is associated with a GA instance, you must disassociate the bandwidth plan from the GA instance. For information about how to disassociate a bandwidth plan from a GA instance, see [BandwidthPackageRemoveAccelerator](~~153240~~).
11097
11127
  * * **DeleteBandwidthPackage** is an asynchronous operation. After a request is sent, the system returns a request ID and runs the task in the background. You can call the [DescribeBandwidthPackage](~~153241~~) operation to query the status of the task.
11098
- * * If the bandwidth plan is in the **deleting** state, it indicates that the bandwidth plan is being deleted. In this case, you can perform only query operations.
11099
- * * If the bandwidth plan cannot be found, it indicates that the bandwidth plan is deleted.
11100
- * * The **DeleteBandwidthPackage** operation cannot be called repeatedly for the same bandwidth plan within a specific period of time.
11128
+ * * If the bandwidth plan is in the **deleting** state, the bandwidth plan is being deleted. In this case, you can perform only query operations.
11129
+ * * If the bandwidth plan cannot be found, the bandwidth plan is deleted.
11130
+ * * The **DeleteBandwidthPackage** operation cannot be repeatedly called for the same bandwidth plan within a specific period of time.
11101
11131
  *
11102
11132
  * @param request DeleteBandwidthPackageRequest
11103
11133
  * @param runtime runtime options for this request RuntimeOptions
@@ -11105,22 +11135,22 @@ export default class Client extends OpenApi {
11105
11135
  */
11106
11136
  deleteBandwidthPackageWithOptions(request: DeleteBandwidthPackageRequest, runtime: $Util.RuntimeOptions): Promise<DeleteBandwidthPackageResponse>;
11107
11137
  /**
11108
- * * By default, subscription bandwidth plans cannot be deleted. If you want to delete subscription bandwidth plans, contact your account manager.
11109
- * * Bandwidth plans that are associated with Global Accelerator (GA) instances cannot be deleted. Before you can delete a bandwidth plan that is associated with a GA instance, you must disassociate the bandwidth plan from the GA instance. For information about how to disassociate a bandwidth plan from a GA instance, see [BandwidthPackageRemoveAccelerator](~~153240~~).
11138
+ * * By default, subscription bandwidth plans cannot be deleted. If you want to unsubscribe from subscription bandwidth plans, go to the [Unsubscribe](https://usercenter2-intl.aliyun.com/refund/refund) page. Before you can unsubscribe from a subscription bandwidth plan that is associated with a Global Accelerator (GA) instance, you must disassociate the bandwidth plan from the GA instance. For information about how to disassociate a bandwidth plan from a GA instance, see [BandwidthPackageRemoveAccelerator](~~153240~~).
11139
+ * * Bandwidth plans that are associated with GA instances cannot be deleted. Before you can delete a bandwidth plan that is associated with a GA instance, you must disassociate the bandwidth plan from the GA instance. For information about how to disassociate a bandwidth plan from a GA instance, see [BandwidthPackageRemoveAccelerator](~~153240~~).
11110
11140
  * * **DeleteBandwidthPackage** is an asynchronous operation. After a request is sent, the system returns a request ID and runs the task in the background. You can call the [DescribeBandwidthPackage](~~153241~~) operation to query the status of the task.
11111
- * * If the bandwidth plan is in the **deleting** state, it indicates that the bandwidth plan is being deleted. In this case, you can perform only query operations.
11112
- * * If the bandwidth plan cannot be found, it indicates that the bandwidth plan is deleted.
11113
- * * The **DeleteBandwidthPackage** operation cannot be called repeatedly for the same bandwidth plan within a specific period of time.
11141
+ * * If the bandwidth plan is in the **deleting** state, the bandwidth plan is being deleted. In this case, you can perform only query operations.
11142
+ * * If the bandwidth plan cannot be found, the bandwidth plan is deleted.
11143
+ * * The **DeleteBandwidthPackage** operation cannot be repeatedly called for the same bandwidth plan within a specific period of time.
11114
11144
  *
11115
11145
  * @param request DeleteBandwidthPackageRequest
11116
11146
  * @return DeleteBandwidthPackageResponse
11117
11147
  */
11118
11148
  deleteBandwidthPackage(request: DeleteBandwidthPackageRequest): Promise<DeleteBandwidthPackageResponse>;
11119
11149
  /**
11120
- * * **DeleteBasicAccelerator** is an asynchronous operation. After you send a request, the system returns a request ID and runs the task in the background. You can call the [GetBasicAccelerateIp](~~466794~~) API operation to query the status of an accelerated IP address:
11121
- * * If the accelerated IP address is in the **deleting** state, the accelerated IP address is being deleted. In this case, you can perform only query operations.
11122
- * * If the system fails to return information about the accelerated IP address, the accelerated IP address is deleted.
11123
- * * The **DeleteBasicAccelerateIp** API operation cannot be repeatedly called for the same basic GA instance within a period of time.
11150
+ * * **DeleteBasicAccelerateIp** is an asynchronous operation. After a request is sent, the system returns a request ID and runs the task in the background. You can call the [GetBasicAccelerateIp](~~466794~~) operation to query the status of an accelerated IP address.
11151
+ * * If an accelerated IP address is in the **deleting** state, the accelerated IP address is being deleted. In this case, you can perform only query operations.
11152
+ * * If the system fails to return information about an accelerated IP address, the accelerated IP address is deleted.
11153
+ * * You cannot repeatedly call the **DeleteBasicAccelerateIp** operation for the same basic GA instance within a specific period of time.
11124
11154
  *
11125
11155
  * @param request DeleteBasicAccelerateIpRequest
11126
11156
  * @param runtime runtime options for this request RuntimeOptions
@@ -11128,10 +11158,10 @@ export default class Client extends OpenApi {
11128
11158
  */
11129
11159
  deleteBasicAccelerateIpWithOptions(request: DeleteBasicAccelerateIpRequest, runtime: $Util.RuntimeOptions): Promise<DeleteBasicAccelerateIpResponse>;
11130
11160
  /**
11131
- * * **DeleteBasicAccelerator** is an asynchronous operation. After you send a request, the system returns a request ID and runs the task in the background. You can call the [GetBasicAccelerateIp](~~466794~~) API operation to query the status of an accelerated IP address:
11132
- * * If the accelerated IP address is in the **deleting** state, the accelerated IP address is being deleted. In this case, you can perform only query operations.
11133
- * * If the system fails to return information about the accelerated IP address, the accelerated IP address is deleted.
11134
- * * The **DeleteBasicAccelerateIp** API operation cannot be repeatedly called for the same basic GA instance within a period of time.
11161
+ * * **DeleteBasicAccelerateIp** is an asynchronous operation. After a request is sent, the system returns a request ID and runs the task in the background. You can call the [GetBasicAccelerateIp](~~466794~~) operation to query the status of an accelerated IP address.
11162
+ * * If an accelerated IP address is in the **deleting** state, the accelerated IP address is being deleted. In this case, you can perform only query operations.
11163
+ * * If the system fails to return information about an accelerated IP address, the accelerated IP address is deleted.
11164
+ * * You cannot repeatedly call the **DeleteBasicAccelerateIp** operation for the same basic GA instance within a specific period of time.
11135
11165
  *
11136
11166
  * @param request DeleteBasicAccelerateIpRequest
11137
11167
  * @return DeleteBasicAccelerateIpResponse
@@ -11159,9 +11189,16 @@ export default class Client extends OpenApi {
11159
11189
  */
11160
11190
  deleteBasicAccelerateIpEndpointRelation(request: DeleteBasicAccelerateIpEndpointRelationRequest): Promise<DeleteBasicAccelerateIpEndpointRelationResponse>;
11161
11191
  /**
11162
- * **DeleteBasicAccelerator** is an asynchronous operation. After you send a request, the system returns a request ID, but the operation is still being performed in the system background. You can call the [GetBasicAccelerator](~~353188~~) operation to query the state of a basic GA instance.
11163
- * * If the basic GA instance is in the **deleting** state, it indicates that the instance is being deleted. In this case, you can perform only query operations.
11164
- * * If the information of the basic GA instance is not displayed in the response, it indicates that the instance is deleted.
11192
+ * * You cannot delete subscription basic GA instances. You can unsubscribe from a basic GA instance on the [Unsubscribe](https://usercenter2-intl.aliyun.com/refund/refund) page. Before you unsubscribe from a basic GA instance, make sure that the acceleration areas and endpoint groups of the GA instance are deleted and no bandwidth plans are associated with the GA instance.
11193
+ * * For information about how to delete an acceleration area, see [DeleteBasicIpSet](~~2253388~~).
11194
+ * * For information about how to delete an endpoint group, see [DeleteBasicEndpointGroup](~~2253399~~).
11195
+ * * For information about how to disassociate a bandwidth plan from a basic GA instance, see [BandwidthPackageRemoveAccelerator](~~153240~~).
11196
+ * * Before you call this operation to delete a pay-as-you-go basic GA instance, make sure that all data is migrated and the acceleration areas and endpoint groups of the instance are deleted.
11197
+ * * For information about how to delete an acceleration area, see [DeleteBasicIpSet](~~2253388~~).
11198
+ * * For information about how to delete an endpoint group, see [DeleteBasicEndpointGroup](~~2253399~~).
11199
+ * * **DeleteBasicAccelerator** is an asynchronous operation. After a request is sent, the system returns a request ID and runs the task in the background. You can call the [GetBasicAccelerator](~~353188~~) operation to query the status of the task.
11200
+ * * If the basic GA instance is in the **deleting** state, it indicates that the instance is being deleted. In this case, you can perform only query operations.
11201
+ * * If the information about the basic GA instance is not displayed in the response, it indicates that the instance is deleted.
11165
11202
  *
11166
11203
  * @param request DeleteBasicAcceleratorRequest
11167
11204
  * @param runtime runtime options for this request RuntimeOptions
@@ -11169,9 +11206,16 @@ export default class Client extends OpenApi {
11169
11206
  */
11170
11207
  deleteBasicAcceleratorWithOptions(request: DeleteBasicAcceleratorRequest, runtime: $Util.RuntimeOptions): Promise<DeleteBasicAcceleratorResponse>;
11171
11208
  /**
11172
- * **DeleteBasicAccelerator** is an asynchronous operation. After you send a request, the system returns a request ID, but the operation is still being performed in the system background. You can call the [GetBasicAccelerator](~~353188~~) operation to query the state of a basic GA instance.
11173
- * * If the basic GA instance is in the **deleting** state, it indicates that the instance is being deleted. In this case, you can perform only query operations.
11174
- * * If the information of the basic GA instance is not displayed in the response, it indicates that the instance is deleted.
11209
+ * * You cannot delete subscription basic GA instances. You can unsubscribe from a basic GA instance on the [Unsubscribe](https://usercenter2-intl.aliyun.com/refund/refund) page. Before you unsubscribe from a basic GA instance, make sure that the acceleration areas and endpoint groups of the GA instance are deleted and no bandwidth plans are associated with the GA instance.
11210
+ * * For information about how to delete an acceleration area, see [DeleteBasicIpSet](~~2253388~~).
11211
+ * * For information about how to delete an endpoint group, see [DeleteBasicEndpointGroup](~~2253399~~).
11212
+ * * For information about how to disassociate a bandwidth plan from a basic GA instance, see [BandwidthPackageRemoveAccelerator](~~153240~~).
11213
+ * * Before you call this operation to delete a pay-as-you-go basic GA instance, make sure that all data is migrated and the acceleration areas and endpoint groups of the instance are deleted.
11214
+ * * For information about how to delete an acceleration area, see [DeleteBasicIpSet](~~2253388~~).
11215
+ * * For information about how to delete an endpoint group, see [DeleteBasicEndpointGroup](~~2253399~~).
11216
+ * * **DeleteBasicAccelerator** is an asynchronous operation. After a request is sent, the system returns a request ID and runs the task in the background. You can call the [GetBasicAccelerator](~~353188~~) operation to query the status of the task.
11217
+ * * If the basic GA instance is in the **deleting** state, it indicates that the instance is being deleted. In this case, you can perform only query operations.
11218
+ * * If the information about the basic GA instance is not displayed in the response, it indicates that the instance is deleted.
11175
11219
  *
11176
11220
  * @param request DeleteBasicAcceleratorRequest
11177
11221
  * @return DeleteBasicAcceleratorResponse
@@ -11199,9 +11243,12 @@ export default class Client extends OpenApi {
11199
11243
  */
11200
11244
  deleteBasicEndpoint(request: DeleteBasicEndpointRequest): Promise<DeleteBasicEndpointResponse>;
11201
11245
  /**
11202
- * * **DeleteBasicEndpointGroup** is an asynchronous operation. After you send a request, the system returns a request ID, but the operation is still being performed in the system background. You can call the [GetBasicEndpointGroup](~~362984~~) operation to query the state of an endpoint group.
11203
- * * If the endpoint group is in the **deleting** state, it indicates that the endpoint group is being deleted. In this case, you can perform only query operations.
11204
- * * If the endpoint group cannot be queried, it indicates that the endpoint group is deleted.
11246
+ * Before you delete an endpoint group, take note of the following items:
11247
+ * * If an endpoint in the endpoint group is associated with an accelerated IP address, you cannot delete the endpoint group. You can call the [DeleteBasicAccelerateIpEndpointRelation](~~2253413~~) operation to disassociate the endpoint from the accelerated IP address.
11248
+ * * If no endpoint in the endpoint group is associated with an accelerated IP address, you can delete the endpoint group. When you delete an endpoint group, all endpoints in the endpoint group are deleted.
11249
+ * * **DeleteBasicEndpointGroup** is an asynchronous operation. After a request is sent, the system returns a request ID and runs the task in the background. You can call the [GetBasicEndpointGroup](~~362984~~) operation to query the status of the task.
11250
+ * * If the endpoint group is in the **deleting** state, the endpoint group is being deleted. In this case, you can perform only query operations.
11251
+ * * If the endpoint group cannot be queried, the endpoint group is deleted.
11205
11252
  * * The **DeleteBasicEndpointGroup** operation cannot be repeatedly called for the same GA instance within a specific period of time.
11206
11253
  *
11207
11254
  * @param request DeleteBasicEndpointGroupRequest
@@ -11210,9 +11257,12 @@ export default class Client extends OpenApi {
11210
11257
  */
11211
11258
  deleteBasicEndpointGroupWithOptions(request: DeleteBasicEndpointGroupRequest, runtime: $Util.RuntimeOptions): Promise<DeleteBasicEndpointGroupResponse>;
11212
11259
  /**
11213
- * * **DeleteBasicEndpointGroup** is an asynchronous operation. After you send a request, the system returns a request ID, but the operation is still being performed in the system background. You can call the [GetBasicEndpointGroup](~~362984~~) operation to query the state of an endpoint group.
11214
- * * If the endpoint group is in the **deleting** state, it indicates that the endpoint group is being deleted. In this case, you can perform only query operations.
11215
- * * If the endpoint group cannot be queried, it indicates that the endpoint group is deleted.
11260
+ * Before you delete an endpoint group, take note of the following items:
11261
+ * * If an endpoint in the endpoint group is associated with an accelerated IP address, you cannot delete the endpoint group. You can call the [DeleteBasicAccelerateIpEndpointRelation](~~2253413~~) operation to disassociate the endpoint from the accelerated IP address.
11262
+ * * If no endpoint in the endpoint group is associated with an accelerated IP address, you can delete the endpoint group. When you delete an endpoint group, all endpoints in the endpoint group are deleted.
11263
+ * * **DeleteBasicEndpointGroup** is an asynchronous operation. After a request is sent, the system returns a request ID and runs the task in the background. You can call the [GetBasicEndpointGroup](~~362984~~) operation to query the status of the task.
11264
+ * * If the endpoint group is in the **deleting** state, the endpoint group is being deleted. In this case, you can perform only query operations.
11265
+ * * If the endpoint group cannot be queried, the endpoint group is deleted.
11216
11266
  * * The **DeleteBasicEndpointGroup** operation cannot be repeatedly called for the same GA instance within a specific period of time.
11217
11267
  *
11218
11268
  * @param request DeleteBasicEndpointGroupRequest
@@ -11220,10 +11270,11 @@ export default class Client extends OpenApi {
11220
11270
  */
11221
11271
  deleteBasicEndpointGroup(request: DeleteBasicEndpointGroupRequest): Promise<DeleteBasicEndpointGroupResponse>;
11222
11272
  /**
11223
- * * \\*\\*DeleteBasicIpSet\\*\\* is an asynchronous operation. After you send a request, the system returns a request ID and runs the task in the background. You can call the [GetBasicIpSet](~~362987~~) operation to query the status of an acceleration region:
11273
+ * * If an accelerated IP address is associated with an endpoint, you cannot delete the acceleration region. You can call the [DeleteBasicAccelerateIpEndpointRelation](~~2253413~~) operation to disassociate the accelerated IP address from the endpoint.
11274
+ * * \\*\\*DeleteBasicIpSet\\*\\* is an asynchronous operation. After a request is sent, the system returns a request ID and runs the task in the background. You can call the [GetBasicIpSet](~~362987~~) operation to query the status of the task.
11224
11275
  * * If the acceleration region is in the **deleting** state, it indicates that the acceleration region is being deleted. In this case, you can perform only query operations.
11225
- * * If the information of the acceleration region is not displayed in the response, it indicates that the acceleration region is deleted.
11226
- * * The \\*\\*DeleteBasicIpSet\\*\\* operation cannot be called repeatedly for the same basic GA instance within a specific period of time.
11276
+ * * If the acceleration region cannot be queried, it indicates that the acceleration region is deleted.
11277
+ * * The \\*\\*DeleteBasicIpSet\\*\\* operation cannot be repeatedly called for the same basic GA instance within a specific period of time.
11227
11278
  *
11228
11279
  * @param request DeleteBasicIpSetRequest
11229
11280
  * @param runtime runtime options for this request RuntimeOptions
@@ -11231,10 +11282,11 @@ export default class Client extends OpenApi {
11231
11282
  */
11232
11283
  deleteBasicIpSetWithOptions(request: DeleteBasicIpSetRequest, runtime: $Util.RuntimeOptions): Promise<DeleteBasicIpSetResponse>;
11233
11284
  /**
11234
- * * \\*\\*DeleteBasicIpSet\\*\\* is an asynchronous operation. After you send a request, the system returns a request ID and runs the task in the background. You can call the [GetBasicIpSet](~~362987~~) operation to query the status of an acceleration region:
11285
+ * * If an accelerated IP address is associated with an endpoint, you cannot delete the acceleration region. You can call the [DeleteBasicAccelerateIpEndpointRelation](~~2253413~~) operation to disassociate the accelerated IP address from the endpoint.
11286
+ * * \\*\\*DeleteBasicIpSet\\*\\* is an asynchronous operation. After a request is sent, the system returns a request ID and runs the task in the background. You can call the [GetBasicIpSet](~~362987~~) operation to query the status of the task.
11235
11287
  * * If the acceleration region is in the **deleting** state, it indicates that the acceleration region is being deleted. In this case, you can perform only query operations.
11236
- * * If the information of the acceleration region is not displayed in the response, it indicates that the acceleration region is deleted.
11237
- * * The \\*\\*DeleteBasicIpSet\\*\\* operation cannot be called repeatedly for the same basic GA instance within a specific period of time.
11288
+ * * If the acceleration region cannot be queried, it indicates that the acceleration region is deleted.
11289
+ * * The \\*\\*DeleteBasicIpSet\\*\\* operation cannot be repeatedly called for the same basic GA instance within a specific period of time.
11238
11290
  *
11239
11291
  * @param request DeleteBasicIpSetRequest
11240
11292
  * @return DeleteBasicIpSetResponse
@@ -11424,10 +11476,10 @@ export default class Client extends OpenApi {
11424
11476
  */
11425
11477
  deleteIpSet(request: DeleteIpSetRequest): Promise<DeleteIpSetResponse>;
11426
11478
  /**
11427
- * * **DeleteIpSets** is an asynchronous operation. After you send a request, the system returns a request ID, but the operation is still being performed in the system background. You can call the [DescribeIpSet](~~153246~~) operation to query the state of an acceleration region.
11479
+ * * **DeleteIpSets** is an asynchronous operation. After a request is sent, the system returns a request ID and runs the task in the background. You can call the [DescribeIpSet](~~153246~~) operation to query the status of the task.
11428
11480
  * * If the acceleration region is in the **deleting** state, the acceleration region is being deleted. In this case, you can perform only query operations.
11429
- * * If the acceleration region cannot be queried, the acceleration region is deleted.
11430
- * * The **DeleteIpSets** operation cannot be repeatedly called for the same Global Accelerator (GA) instance within a specific period of time.
11481
+ * * If you cannot query the acceleration region, the acceleration region is deleted.
11482
+ * * You cannot repeatedly call the **DeleteIpSets** operation for the same Global Accelerator (GA) instance within a specific period of time.
11431
11483
  *
11432
11484
  * @param request DeleteIpSetsRequest
11433
11485
  * @param runtime runtime options for this request RuntimeOptions
@@ -11435,20 +11487,24 @@ export default class Client extends OpenApi {
11435
11487
  */
11436
11488
  deleteIpSetsWithOptions(request: DeleteIpSetsRequest, runtime: $Util.RuntimeOptions): Promise<DeleteIpSetsResponse>;
11437
11489
  /**
11438
- * * **DeleteIpSets** is an asynchronous operation. After you send a request, the system returns a request ID, but the operation is still being performed in the system background. You can call the [DescribeIpSet](~~153246~~) operation to query the state of an acceleration region.
11490
+ * * **DeleteIpSets** is an asynchronous operation. After a request is sent, the system returns a request ID and runs the task in the background. You can call the [DescribeIpSet](~~153246~~) operation to query the status of the task.
11439
11491
  * * If the acceleration region is in the **deleting** state, the acceleration region is being deleted. In this case, you can perform only query operations.
11440
- * * If the acceleration region cannot be queried, the acceleration region is deleted.
11441
- * * The **DeleteIpSets** operation cannot be repeatedly called for the same Global Accelerator (GA) instance within a specific period of time.
11492
+ * * If you cannot query the acceleration region, the acceleration region is deleted.
11493
+ * * You cannot repeatedly call the **DeleteIpSets** operation for the same Global Accelerator (GA) instance within a specific period of time.
11442
11494
  *
11443
11495
  * @param request DeleteIpSetsRequest
11444
11496
  * @return DeleteIpSetsResponse
11445
11497
  */
11446
11498
  deleteIpSets(request: DeleteIpSetsRequest): Promise<DeleteIpSetsResponse>;
11447
11499
  /**
11448
- * * **DeleteListener** is an asynchronous operation. After you send a request, the system returns a request ID and runs the task in the background. You can call the [DescribeListener](~~153254~~) operation to query the state of the listener.
11449
- * * If the listener is in the **deleting** state, it indicates that the listener is being deleted. In this case, you can continue to perform query operations on the listener.
11450
- * * If the listener cannot be queried, it indicates that the listener is deleted.
11451
- * * The **DeleteListener** operation cannot be repeatedly called to delete listeners for the same Global Accelerator (GA) instance within a specific period of time.
11500
+ * * Before you call the **DeleteListener** operation, make sure that no endpoint groups are associated with the listener that you want to delete. For information about how to delete an endpoint group, see the following topics:
11501
+ * * [DeleteEndpointGroup](~~2253305~~): deletes an endpoint group that is associated with an intelligent routing listener.
11502
+ * * [DeleteEndpointGroups](~~2253311~~): deletes multiple endpoint groups that are associated with intelligent routing listeners at the same time.
11503
+ * * [DeleteCustomRoutingEndpointGroups](~~2303183~~): deletes multiple endpoint groups that are associated with custom routing listeners at the same time.
11504
+ * * **DeleteListener** is an asynchronous operation. After you send a request, the system returns a request ID and runs the task in the background. You can call the [DescribeListener](~~153254~~) operation to query the status of the listener.
11505
+ * * If the listener is in the **deleting** state, the listener is being deleted. In this case, you can perform only query operations.
11506
+ * * If the listener cannot be queried, the listener is deleted.
11507
+ * * You cannot repeatedly call the **DeleteListener** operation to delete the listeners of the same Global Accelerator (GA) instance within a specific period of time.
11452
11508
  *
11453
11509
  * @param request DeleteListenerRequest
11454
11510
  * @param runtime runtime options for this request RuntimeOptions
@@ -11456,10 +11512,14 @@ export default class Client extends OpenApi {
11456
11512
  */
11457
11513
  deleteListenerWithOptions(request: DeleteListenerRequest, runtime: $Util.RuntimeOptions): Promise<DeleteListenerResponse>;
11458
11514
  /**
11459
- * * **DeleteListener** is an asynchronous operation. After you send a request, the system returns a request ID and runs the task in the background. You can call the [DescribeListener](~~153254~~) operation to query the state of the listener.
11460
- * * If the listener is in the **deleting** state, it indicates that the listener is being deleted. In this case, you can continue to perform query operations on the listener.
11461
- * * If the listener cannot be queried, it indicates that the listener is deleted.
11462
- * * The **DeleteListener** operation cannot be repeatedly called to delete listeners for the same Global Accelerator (GA) instance within a specific period of time.
11515
+ * * Before you call the **DeleteListener** operation, make sure that no endpoint groups are associated with the listener that you want to delete. For information about how to delete an endpoint group, see the following topics:
11516
+ * * [DeleteEndpointGroup](~~2253305~~): deletes an endpoint group that is associated with an intelligent routing listener.
11517
+ * * [DeleteEndpointGroups](~~2253311~~): deletes multiple endpoint groups that are associated with intelligent routing listeners at the same time.
11518
+ * * [DeleteCustomRoutingEndpointGroups](~~2303183~~): deletes multiple endpoint groups that are associated with custom routing listeners at the same time.
11519
+ * * **DeleteListener** is an asynchronous operation. After you send a request, the system returns a request ID and runs the task in the background. You can call the [DescribeListener](~~153254~~) operation to query the status of the listener.
11520
+ * * If the listener is in the **deleting** state, the listener is being deleted. In this case, you can perform only query operations.
11521
+ * * If the listener cannot be queried, the listener is deleted.
11522
+ * * You cannot repeatedly call the **DeleteListener** operation to delete the listeners of the same Global Accelerator (GA) instance within a specific period of time.
11463
11523
  *
11464
11524
  * @param request DeleteListenerRequest
11465
11525
  * @return DeleteListenerResponse
@@ -11500,7 +11560,20 @@ export default class Client extends OpenApi {
11500
11560
  describeBandwidthPackageAutoRenewAttribute(request: DescribeBandwidthPackageAutoRenewAttributeRequest): Promise<DescribeBandwidthPackageAutoRenewAttributeResponse>;
11501
11561
  describeCommodityWithOptions(request: DescribeCommodityRequest, runtime: $Util.RuntimeOptions): Promise<DescribeCommodityResponse>;
11502
11562
  describeCommodity(request: DescribeCommodityRequest): Promise<DescribeCommodityResponse>;
11563
+ /**
11564
+ * You can call the [DescribeCommodity](~~2253233~~) operation to query information about the commodity modules.
11565
+ *
11566
+ * @param request DescribeCommodityPriceRequest
11567
+ * @param runtime runtime options for this request RuntimeOptions
11568
+ * @return DescribeCommodityPriceResponse
11569
+ */
11503
11570
  describeCommodityPriceWithOptions(request: DescribeCommodityPriceRequest, runtime: $Util.RuntimeOptions): Promise<DescribeCommodityPriceResponse>;
11571
+ /**
11572
+ * You can call the [DescribeCommodity](~~2253233~~) operation to query information about the commodity modules.
11573
+ *
11574
+ * @param request DescribeCommodityPriceRequest
11575
+ * @return DescribeCommodityPriceResponse
11576
+ */
11504
11577
  describeCommodityPrice(request: DescribeCommodityPriceRequest): Promise<DescribeCommodityPriceResponse>;
11505
11578
  describeCustomRoutingEndPointTrafficPolicyWithOptions(request: DescribeCustomRoutingEndPointTrafficPolicyRequest, runtime: $Util.RuntimeOptions): Promise<DescribeCustomRoutingEndPointTrafficPolicyResponse>;
11506
11579
  describeCustomRoutingEndPointTrafficPolicy(request: DescribeCustomRoutingEndPointTrafficPolicyRequest): Promise<DescribeCustomRoutingEndPointTrafficPolicyResponse>;
@@ -11512,25 +11585,10 @@ export default class Client extends OpenApi {
11512
11585
  describeCustomRoutingEndpointGroupDestinations(request: DescribeCustomRoutingEndpointGroupDestinationsRequest): Promise<DescribeCustomRoutingEndpointGroupDestinationsResponse>;
11513
11586
  describeEndpointGroupWithOptions(request: DescribeEndpointGroupRequest, runtime: $Util.RuntimeOptions): Promise<DescribeEndpointGroupResponse>;
11514
11587
  describeEndpointGroup(request: DescribeEndpointGroupRequest): Promise<DescribeEndpointGroupResponse>;
11515
- /**
11516
- * ## Debugging
11517
- * [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=Ga\\&api=DescribeIpSet\\&type=RPC\\&version=2019-11-20)
11518
- *
11519
- * @param request DescribeIpSetRequest
11520
- * @param runtime runtime options for this request RuntimeOptions
11521
- * @return DescribeIpSetResponse
11522
- */
11523
11588
  describeIpSetWithOptions(request: DescribeIpSetRequest, runtime: $Util.RuntimeOptions): Promise<DescribeIpSetResponse>;
11524
- /**
11525
- * ## Debugging
11526
- * [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=Ga\\&api=DescribeIpSet\\&type=RPC\\&version=2019-11-20)
11527
- *
11528
- * @param request DescribeIpSetRequest
11529
- * @return DescribeIpSetResponse
11530
- */
11531
11589
  describeIpSet(request: DescribeIpSetRequest): Promise<DescribeIpSetResponse>;
11532
11590
  /**
11533
- * This operation is used to query configuration information about a specified listener of a GA instance. The information includes the routing type of the listener, the state of the listener, the timestamp that indicates when the listener was created, and the listener ports.
11591
+ * This operation is used to query configuration information about a listener of a GA instance. The information includes the routing type of the listener, the status of the listener, the timestamp that indicates when the listener was created, and the listener ports.
11534
11592
  *
11535
11593
  * @param request DescribeListenerRequest
11536
11594
  * @param runtime runtime options for this request RuntimeOptions
@@ -11538,7 +11596,7 @@ export default class Client extends OpenApi {
11538
11596
  */
11539
11597
  describeListenerWithOptions(request: DescribeListenerRequest, runtime: $Util.RuntimeOptions): Promise<DescribeListenerResponse>;
11540
11598
  /**
11541
- * This operation is used to query configuration information about a specified listener of a GA instance. The information includes the routing type of the listener, the state of the listener, the timestamp that indicates when the listener was created, and the listener ports.
11599
+ * This operation is used to query configuration information about a listener of a GA instance. The information includes the routing type of the listener, the status of the listener, the timestamp that indicates when the listener was created, and the listener ports.
11542
11600
  *
11543
11601
  * @param request DescribeListenerRequest
11544
11602
  * @return DescribeListenerResponse
@@ -11757,22 +11815,7 @@ export default class Client extends OpenApi {
11757
11815
  listDomains(request: ListDomainsRequest): Promise<ListDomainsResponse>;
11758
11816
  listEndpointGroupIpAddressCidrBlocksWithOptions(request: ListEndpointGroupIpAddressCidrBlocksRequest, runtime: $Util.RuntimeOptions): Promise<ListEndpointGroupIpAddressCidrBlocksResponse>;
11759
11817
  listEndpointGroupIpAddressCidrBlocks(request: ListEndpointGroupIpAddressCidrBlocksRequest): Promise<ListEndpointGroupIpAddressCidrBlocksResponse>;
11760
- /**
11761
- * ## Debugging
11762
- * [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=Ga\\&api=ListEndpointGroups\\&type=RPC\\&version=2019-11-20)
11763
- *
11764
- * @param request ListEndpointGroupsRequest
11765
- * @param runtime runtime options for this request RuntimeOptions
11766
- * @return ListEndpointGroupsResponse
11767
- */
11768
11818
  listEndpointGroupsWithOptions(request: ListEndpointGroupsRequest, runtime: $Util.RuntimeOptions): Promise<ListEndpointGroupsResponse>;
11769
- /**
11770
- * ## Debugging
11771
- * [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=Ga\\&api=ListEndpointGroups\\&type=RPC\\&version=2019-11-20)
11772
- *
11773
- * @param request ListEndpointGroupsRequest
11774
- * @return ListEndpointGroupsResponse
11775
- */
11776
11819
  listEndpointGroups(request: ListEndpointGroupsRequest): Promise<ListEndpointGroupsResponse>;
11777
11820
  /**
11778
11821
  * > This operation is used to query only custom forwarding rules, not the default forwarding rule.
@@ -11796,7 +11839,7 @@ export default class Client extends OpenApi {
11796
11839
  listListenerCertificatesWithOptions(request: ListListenerCertificatesRequest, runtime: $Util.RuntimeOptions): Promise<ListListenerCertificatesResponse>;
11797
11840
  listListenerCertificates(request: ListListenerCertificatesRequest): Promise<ListListenerCertificatesResponse>;
11798
11841
  /**
11799
- * This operation is used to query information about the listeners of a GA instance, including the state of each listener, the timestamp that indicates when each listener was created, and the listener ports.
11842
+ * This operation is used to query information about the listeners of a GA instance, including the status of each listener, the timestamp that indicates when each listener was created, and the listener ports.
11800
11843
  *
11801
11844
  * @param request ListListenersRequest
11802
11845
  * @param runtime runtime options for this request RuntimeOptions
@@ -11804,7 +11847,7 @@ export default class Client extends OpenApi {
11804
11847
  */
11805
11848
  listListenersWithOptions(request: ListListenersRequest, runtime: $Util.RuntimeOptions): Promise<ListListenersResponse>;
11806
11849
  /**
11807
- * This operation is used to query information about the listeners of a GA instance, including the state of each listener, the timestamp that indicates when each listener was created, and the listener ports.
11850
+ * This operation is used to query information about the listeners of a GA instance, including the status of each listener, the timestamp that indicates when each listener was created, and the listener ports.
11808
11851
  *
11809
11852
  * @param request ListListenersRequest
11810
11853
  * @return ListListenersResponse
@@ -11828,10 +11871,10 @@ export default class Client extends OpenApi {
11828
11871
  */
11829
11872
  listSystemSecurityPolicies(request: ListSystemSecurityPoliciesRequest): Promise<ListSystemSecurityPoliciesResponse>;
11830
11873
  /**
11831
- * * You must specify **ResourceId.N** or **Tag.N** in the request to specify the object that you want to query.********
11832
- * * **Tag.N** is a resource tag that consists of a key-value pair (Tag.N.Key and Tag.N.Value). If you specify only **Tag.N.Key**, all tag values that are associated with the specified tag key are returned. If you specify only **Tag.N.Value**, an error message is returned.
11833
- * * If you specify **Tag.N** and **ResourceId.N** to filter tags, **ResourceId.N** must match all specified key-value pairs.
11834
- * * If you specify multiple key-value pairs, resources that contain these key-value pairs are returned.
11874
+ * * You must specify **ResourceId** or **Tag** in the request to specify the object that you want to query.********
11875
+ * * **Tag** is a resource tag that consists of a key-value pair (Key and Value). If you specify only **Key**, all tag values that are associated with the specified tag key are returned. If you specify only **Value**, an error message is returned.
11876
+ * * If you specify **Tag** and **ResourceId** to filter tags, **ResourceId** must match all specified key-value pairs.
11877
+ * * If you specify multiple key-value pairs, resources that contain the key-value pairs are returned.
11835
11878
  *
11836
11879
  * @param request ListTagResourcesRequest
11837
11880
  * @param runtime runtime options for this request RuntimeOptions
@@ -11839,10 +11882,10 @@ export default class Client extends OpenApi {
11839
11882
  */
11840
11883
  listTagResourcesWithOptions(request: ListTagResourcesRequest, runtime: $Util.RuntimeOptions): Promise<ListTagResourcesResponse>;
11841
11884
  /**
11842
- * * You must specify **ResourceId.N** or **Tag.N** in the request to specify the object that you want to query.********
11843
- * * **Tag.N** is a resource tag that consists of a key-value pair (Tag.N.Key and Tag.N.Value). If you specify only **Tag.N.Key**, all tag values that are associated with the specified tag key are returned. If you specify only **Tag.N.Value**, an error message is returned.
11844
- * * If you specify **Tag.N** and **ResourceId.N** to filter tags, **ResourceId.N** must match all specified key-value pairs.
11845
- * * If you specify multiple key-value pairs, resources that contain these key-value pairs are returned.
11885
+ * * You must specify **ResourceId** or **Tag** in the request to specify the object that you want to query.********
11886
+ * * **Tag** is a resource tag that consists of a key-value pair (Key and Value). If you specify only **Key**, all tag values that are associated with the specified tag key are returned. If you specify only **Value**, an error message is returned.
11887
+ * * If you specify **Tag** and **ResourceId** to filter tags, **ResourceId** must match all specified key-value pairs.
11888
+ * * If you specify multiple key-value pairs, resources that contain the key-value pairs are returned.
11846
11889
  *
11847
11890
  * @param request ListTagResourcesRequest
11848
11891
  * @return ListTagResourcesResponse
@@ -11939,7 +11982,7 @@ export default class Client extends OpenApi {
11939
11982
  */
11940
11983
  updateAccelerator(request: UpdateAcceleratorRequest): Promise<UpdateAcceleratorResponse>;
11941
11984
  /**
11942
- * The **UpdateAcceleratorAutoRenewAttribute** operation cannot be repeatedly called for the same GA instance within a specific period of time.
11985
+ * You cannot repeatedly call the **UpdateAcceleratorAutoRenewAttribute** operation for the same GA instance within a specific period of time.
11943
11986
  *
11944
11987
  * @param request UpdateAcceleratorAutoRenewAttributeRequest
11945
11988
  * @param runtime runtime options for this request RuntimeOptions
@@ -11947,7 +11990,7 @@ export default class Client extends OpenApi {
11947
11990
  */
11948
11991
  updateAcceleratorAutoRenewAttributeWithOptions(request: UpdateAcceleratorAutoRenewAttributeRequest, runtime: $Util.RuntimeOptions): Promise<UpdateAcceleratorAutoRenewAttributeResponse>;
11949
11992
  /**
11950
- * The **UpdateAcceleratorAutoRenewAttribute** operation cannot be repeatedly called for the same GA instance within a specific period of time.
11993
+ * You cannot repeatedly call the **UpdateAcceleratorAutoRenewAttribute** operation for the same GA instance within a specific period of time.
11951
11994
  *
11952
11995
  * @param request UpdateAcceleratorAutoRenewAttributeRequest
11953
11996
  * @return UpdateAcceleratorAutoRenewAttributeResponse
@@ -11977,10 +12020,9 @@ export default class Client extends OpenApi {
11977
12020
  */
11978
12021
  updateAcceleratorConfirm(request: UpdateAcceleratorConfirmRequest): Promise<UpdateAcceleratorConfirmResponse>;
11979
12022
  /**
11980
- * ### Prerequisites
11981
12023
  * You can call this operation to change the type of transmission network for a **standard** GA instance whose bandwidth metering method is **pay-by-data-transfer**. Before you call this operation, make sure that the following requirements are met:
11982
12024
  * * Cloud Data Transfer (CDT) is activated. When you call the [CreateAccelerator](~~206786~~) operation and set **BandwidthBillingType** to **CDT** to create a **standard** GA instance whose bandwidth metering method is **pay-by-data-transfer**, CDT is automatically activated. The data transfer fees are managed by CDT.
11983
- * * If you want to set **CrossBorderMode** to **private**, which specifies cross-border Express Connect circuit as the type of transmission network, make sure that your enterprise account completed real-name verification. For more information, see [Real-name verification](~~52595~~).
12025
+ * * If you want to set **CrossBorderMode** to **private**, which specifies cross-border Express Connect circuit as the type of transmission network, make sure that real-name verification is complete for your enterprise account. For more information, see [Real-name verification](~~52595~~).
11984
12026
  *
11985
12027
  * @param request UpdateAcceleratorCrossBorderModeRequest
11986
12028
  * @param runtime runtime options for this request RuntimeOptions
@@ -11988,10 +12030,9 @@ export default class Client extends OpenApi {
11988
12030
  */
11989
12031
  updateAcceleratorCrossBorderModeWithOptions(request: UpdateAcceleratorCrossBorderModeRequest, runtime: $Util.RuntimeOptions): Promise<UpdateAcceleratorCrossBorderModeResponse>;
11990
12032
  /**
11991
- * ### Prerequisites
11992
12033
  * You can call this operation to change the type of transmission network for a **standard** GA instance whose bandwidth metering method is **pay-by-data-transfer**. Before you call this operation, make sure that the following requirements are met:
11993
12034
  * * Cloud Data Transfer (CDT) is activated. When you call the [CreateAccelerator](~~206786~~) operation and set **BandwidthBillingType** to **CDT** to create a **standard** GA instance whose bandwidth metering method is **pay-by-data-transfer**, CDT is automatically activated. The data transfer fees are managed by CDT.
11994
- * * If you want to set **CrossBorderMode** to **private**, which specifies cross-border Express Connect circuit as the type of transmission network, make sure that your enterprise account completed real-name verification. For more information, see [Real-name verification](~~52595~~).
12035
+ * * If you want to set **CrossBorderMode** to **private**, which specifies cross-border Express Connect circuit as the type of transmission network, make sure that real-name verification is complete for your enterprise account. For more information, see [Real-name verification](~~52595~~).
11995
12036
  *
11996
12037
  * @param request UpdateAcceleratorCrossBorderModeRequest
11997
12038
  * @return UpdateAcceleratorCrossBorderModeResponse
@@ -12117,10 +12158,10 @@ export default class Client extends OpenApi {
12117
12158
  updateBasicEndpointWithOptions(request: UpdateBasicEndpointRequest, runtime: $Util.RuntimeOptions): Promise<UpdateBasicEndpointResponse>;
12118
12159
  updateBasicEndpoint(request: UpdateBasicEndpointRequest): Promise<UpdateBasicEndpointResponse>;
12119
12160
  /**
12120
- * * **UpdateBasicEndpointGroup** is an asynchronous operation. After you send a request, the system returns a request ID, but the operation is still being performed in the system background. After you call this operation to modify an endpoint group that is associated with a basic GA instance, the system deletes the endpoint group and creates another endpoint group in the background for the basic GA instance. You can call the [GetBasicAccelerator](~~353188~~) operation to query the state of the basic GA instance.
12121
- * * If the basic GA instance is in the **configuring** state, it indicates that the configurations of the endpoint group are being modified. In this case, you can perform only query operations.
12122
- * * If the basic GA instance is in the **active** state, it indicates that the configurations of the endpoint group are modified.
12123
- * * The **UpdateBasicEndpointGroup** operation cannot be called repeatedly for the same basic GA instance within a specific period of time.
12161
+ * * **UpdateBasicEndpointGroup** is an asynchronous operation. After a request is sent, the system returns a request ID and runs the task in the background. The system modifies the configurations of an endpoint group that is associated with a basic GA instance by deleting the endpoint group and creating a new endpoint group. You can call the [GetBasicAccelerator](~~353188~~) operation to query the status of the task.
12162
+ * * If the basic GA instance is in the **configuring** state, the configurations of the endpoint group are being modified. In this case, you can perform only query operations.
12163
+ * * If the basic GA instance is in the **active** state, the configurations of the endpoint group are modified.
12164
+ * * The **UpdateBasicEndpointGroup** operation cannot be repeatedly called for the same basic GA instance within a specific period of time.
12124
12165
  *
12125
12166
  * @param request UpdateBasicEndpointGroupRequest
12126
12167
  * @param runtime runtime options for this request RuntimeOptions
@@ -12128,10 +12169,10 @@ export default class Client extends OpenApi {
12128
12169
  */
12129
12170
  updateBasicEndpointGroupWithOptions(request: UpdateBasicEndpointGroupRequest, runtime: $Util.RuntimeOptions): Promise<UpdateBasicEndpointGroupResponse>;
12130
12171
  /**
12131
- * * **UpdateBasicEndpointGroup** is an asynchronous operation. After you send a request, the system returns a request ID, but the operation is still being performed in the system background. After you call this operation to modify an endpoint group that is associated with a basic GA instance, the system deletes the endpoint group and creates another endpoint group in the background for the basic GA instance. You can call the [GetBasicAccelerator](~~353188~~) operation to query the state of the basic GA instance.
12132
- * * If the basic GA instance is in the **configuring** state, it indicates that the configurations of the endpoint group are being modified. In this case, you can perform only query operations.
12133
- * * If the basic GA instance is in the **active** state, it indicates that the configurations of the endpoint group are modified.
12134
- * * The **UpdateBasicEndpointGroup** operation cannot be called repeatedly for the same basic GA instance within a specific period of time.
12172
+ * * **UpdateBasicEndpointGroup** is an asynchronous operation. After a request is sent, the system returns a request ID and runs the task in the background. The system modifies the configurations of an endpoint group that is associated with a basic GA instance by deleting the endpoint group and creating a new endpoint group. You can call the [GetBasicAccelerator](~~353188~~) operation to query the status of the task.
12173
+ * * If the basic GA instance is in the **configuring** state, the configurations of the endpoint group are being modified. In this case, you can perform only query operations.
12174
+ * * If the basic GA instance is in the **active** state, the configurations of the endpoint group are modified.
12175
+ * * The **UpdateBasicEndpointGroup** operation cannot be repeatedly called for the same basic GA instance within a specific period of time.
12135
12176
  *
12136
12177
  * @param request UpdateBasicEndpointGroupRequest
12137
12178
  * @return UpdateBasicEndpointGroupResponse
@@ -12139,11 +12180,11 @@ export default class Client extends OpenApi {
12139
12180
  updateBasicEndpointGroup(request: UpdateBasicEndpointGroupRequest): Promise<UpdateBasicEndpointGroupResponse>;
12140
12181
  /**
12141
12182
  * Before you call this operation, take note of the following limits:
12142
- * * You can call this operation for only basic GA instances whose bandwidth is billed by Cloud Data Transfer (CDT).
12143
- * * The **UpdateBasicIpSet** operation is asynchronous. After you send a request, the system returns a request ID, but the operation is still being performed in the background. You can call the [GetBasicIpSet](~~362987~~) operation to query the status of an acceleration region:
12144
- * * If an acceleration region is in the **updating** state, the bandwidth of the acceleration region is being modified. In this state, you can perform only query operations.
12145
- * * If an acceleration region is in the **active** state, the bandwidth of the acceleration region is modified.
12146
- * * You cannot repeatedly call the **UpdateBasicIpSet** operation for the same basic GA instance within the specified period of time.
12183
+ * * You can modify the bandwidth of an acceleration region of a basic GA instance only if the bandwidth metering method of the basic GA instance is **pay-by-data-transfer**.
12184
+ * * **UpdateBasicIpSet** is an asynchronous operation. After a request is sent, the system returns a request ID and runs the task in the background. You can call the [GetBasicIpSet](~~362987~~) operation to query the status of the task.
12185
+ * * If the acceleration region is in the **updating** state, it indicates that the bandwidth of the acceleration region is being modified. In this case, you can perform only query operations.
12186
+ * * If the acceleration region is in the **active** state, it indicates that the bandwidth of the acceleration region is modified.
12187
+ * * You cannot repeatedly call the **UpdateBasicIpSet** operation for the same basic GA instance within a specific period of time.
12147
12188
  *
12148
12189
  * @param request UpdateBasicIpSetRequest
12149
12190
  * @param runtime runtime options for this request RuntimeOptions
@@ -12152,11 +12193,11 @@ export default class Client extends OpenApi {
12152
12193
  updateBasicIpSetWithOptions(request: UpdateBasicIpSetRequest, runtime: $Util.RuntimeOptions): Promise<UpdateBasicIpSetResponse>;
12153
12194
  /**
12154
12195
  * Before you call this operation, take note of the following limits:
12155
- * * You can call this operation for only basic GA instances whose bandwidth is billed by Cloud Data Transfer (CDT).
12156
- * * The **UpdateBasicIpSet** operation is asynchronous. After you send a request, the system returns a request ID, but the operation is still being performed in the background. You can call the [GetBasicIpSet](~~362987~~) operation to query the status of an acceleration region:
12157
- * * If an acceleration region is in the **updating** state, the bandwidth of the acceleration region is being modified. In this state, you can perform only query operations.
12158
- * * If an acceleration region is in the **active** state, the bandwidth of the acceleration region is modified.
12159
- * * You cannot repeatedly call the **UpdateBasicIpSet** operation for the same basic GA instance within the specified period of time.
12196
+ * * You can modify the bandwidth of an acceleration region of a basic GA instance only if the bandwidth metering method of the basic GA instance is **pay-by-data-transfer**.
12197
+ * * **UpdateBasicIpSet** is an asynchronous operation. After a request is sent, the system returns a request ID and runs the task in the background. You can call the [GetBasicIpSet](~~362987~~) operation to query the status of the task.
12198
+ * * If the acceleration region is in the **updating** state, it indicates that the bandwidth of the acceleration region is being modified. In this case, you can perform only query operations.
12199
+ * * If the acceleration region is in the **active** state, it indicates that the bandwidth of the acceleration region is modified.
12200
+ * * You cannot repeatedly call the **UpdateBasicIpSet** operation for the same basic GA instance within a specific period of time.
12160
12201
  *
12161
12202
  * @param request UpdateBasicIpSetRequest
12162
12203
  * @return UpdateBasicIpSetResponse
@@ -12352,10 +12393,10 @@ export default class Client extends OpenApi {
12352
12393
  */
12353
12394
  updateIpSet(request: UpdateIpSetRequest): Promise<UpdateIpSetResponse>;
12354
12395
  /**
12355
- * * **UpdateIpSet** is an asynchronous operation. After a request is sent, the system returns a request ID and runs the task in the background. You can call the [DescribeIpSet](~~153246~~) operation to query the status of the task.
12396
+ * * **UpdateIpSets** is an asynchronous operation. After a request is sent, the system returns a request ID and runs the task in the background. You can call the [DescribeIpSet](~~153246~~) operation to query the status of the task.
12356
12397
  * * If an acceleration region is in the **updating** state, the acceleration region is being modified. In this case, you can perform only query operations.
12357
12398
  * * If an acceleration region is in the **active** state, the acceleration region is modified.
12358
- * * You cannot repeatedly call the **UpdateIpSet** operation for the same GA instance within a specific period of time.
12399
+ * * You cannot repeatedly call the **UpdateIpSets** operation for the same GA instance within a specific period of time.
12359
12400
  *
12360
12401
  * @param request UpdateIpSetsRequest
12361
12402
  * @param runtime runtime options for this request RuntimeOptions
@@ -12363,10 +12404,10 @@ export default class Client extends OpenApi {
12363
12404
  */
12364
12405
  updateIpSetsWithOptions(request: UpdateIpSetsRequest, runtime: $Util.RuntimeOptions): Promise<UpdateIpSetsResponse>;
12365
12406
  /**
12366
- * * **UpdateIpSet** is an asynchronous operation. After a request is sent, the system returns a request ID and runs the task in the background. You can call the [DescribeIpSet](~~153246~~) operation to query the status of the task.
12407
+ * * **UpdateIpSets** is an asynchronous operation. After a request is sent, the system returns a request ID and runs the task in the background. You can call the [DescribeIpSet](~~153246~~) operation to query the status of the task.
12367
12408
  * * If an acceleration region is in the **updating** state, the acceleration region is being modified. In this case, you can perform only query operations.
12368
12409
  * * If an acceleration region is in the **active** state, the acceleration region is modified.
12369
- * * You cannot repeatedly call the **UpdateIpSet** operation for the same GA instance within a specific period of time.
12410
+ * * You cannot repeatedly call the **UpdateIpSets** operation for the same GA instance within a specific period of time.
12370
12411
  *
12371
12412
  * @param request UpdateIpSetsRequest
12372
12413
  * @return UpdateIpSetsResponse