@alicloud/ga20191120 2.1.5 → 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
  };
@@ -5059,11 +5061,11 @@ export declare class ListCustomRoutingEndpointGroupsResponseBody extends $tea.Mo
5059
5061
  });
5060
5062
  }
5061
5063
  export declare class ListCustomRoutingEndpointGroupsResponse extends $tea.Model {
5062
- headers: {
5064
+ headers?: {
5063
5065
  [key: string]: string;
5064
5066
  };
5065
- statusCode: number;
5066
- body: ListCustomRoutingEndpointGroupsResponseBody;
5067
+ statusCode?: number;
5068
+ body?: ListCustomRoutingEndpointGroupsResponseBody;
5067
5069
  static names(): {
5068
5070
  [key: string]: string;
5069
5071
  };
@@ -5110,11 +5112,11 @@ export declare class ListCustomRoutingEndpointTrafficPoliciesResponseBody extend
5110
5112
  });
5111
5113
  }
5112
5114
  export declare class ListCustomRoutingEndpointTrafficPoliciesResponse extends $tea.Model {
5113
- headers: {
5115
+ headers?: {
5114
5116
  [key: string]: string;
5115
5117
  };
5116
- statusCode: number;
5117
- body: ListCustomRoutingEndpointTrafficPoliciesResponseBody;
5118
+ statusCode?: number;
5119
+ body?: ListCustomRoutingEndpointTrafficPoliciesResponseBody;
5118
5120
  static names(): {
5119
5121
  [key: string]: string;
5120
5122
  };
@@ -5159,11 +5161,11 @@ export declare class ListCustomRoutingEndpointsResponseBody extends $tea.Model {
5159
5161
  });
5160
5162
  }
5161
5163
  export declare class ListCustomRoutingEndpointsResponse extends $tea.Model {
5162
- headers: {
5164
+ headers?: {
5163
5165
  [key: string]: string;
5164
5166
  };
5165
- statusCode: number;
5166
- body: ListCustomRoutingEndpointsResponseBody;
5167
+ statusCode?: number;
5168
+ body?: ListCustomRoutingEndpointsResponseBody;
5167
5169
  static names(): {
5168
5170
  [key: string]: string;
5169
5171
  };
@@ -5208,11 +5210,11 @@ export declare class ListCustomRoutingPortMappingsResponseBody extends $tea.Mode
5208
5210
  });
5209
5211
  }
5210
5212
  export declare class ListCustomRoutingPortMappingsResponse extends $tea.Model {
5211
- headers: {
5213
+ headers?: {
5212
5214
  [key: string]: string;
5213
5215
  };
5214
- statusCode: number;
5215
- body: ListCustomRoutingPortMappingsResponseBody;
5216
+ statusCode?: number;
5217
+ body?: ListCustomRoutingPortMappingsResponseBody;
5216
5218
  static names(): {
5217
5219
  [key: string]: string;
5218
5220
  };
@@ -5256,11 +5258,11 @@ export declare class ListCustomRoutingPortMappingsByDestinationResponseBody exte
5256
5258
  });
5257
5259
  }
5258
5260
  export declare class ListCustomRoutingPortMappingsByDestinationResponse extends $tea.Model {
5259
- headers: {
5261
+ headers?: {
5260
5262
  [key: string]: string;
5261
5263
  };
5262
- statusCode: number;
5263
- body: ListCustomRoutingPortMappingsByDestinationResponseBody;
5264
+ statusCode?: number;
5265
+ body?: ListCustomRoutingPortMappingsByDestinationResponseBody;
5264
5266
  static names(): {
5265
5267
  [key: string]: string;
5266
5268
  };
@@ -5305,11 +5307,11 @@ export declare class ListDomainsResponseBody extends $tea.Model {
5305
5307
  });
5306
5308
  }
5307
5309
  export declare class ListDomainsResponse extends $tea.Model {
5308
- headers: {
5310
+ headers?: {
5309
5311
  [key: string]: string;
5310
5312
  };
5311
- statusCode: number;
5312
- body: ListDomainsResponseBody;
5313
+ statusCode?: number;
5314
+ body?: ListDomainsResponseBody;
5313
5315
  static names(): {
5314
5316
  [key: string]: string;
5315
5317
  };
@@ -5350,11 +5352,11 @@ export declare class ListEndpointGroupIpAddressCidrBlocksResponseBody extends $t
5350
5352
  });
5351
5353
  }
5352
5354
  export declare class ListEndpointGroupIpAddressCidrBlocksResponse extends $tea.Model {
5353
- headers: {
5355
+ headers?: {
5354
5356
  [key: string]: string;
5355
5357
  };
5356
- statusCode: number;
5357
- body: ListEndpointGroupIpAddressCidrBlocksResponseBody;
5358
+ statusCode?: number;
5359
+ body?: ListEndpointGroupIpAddressCidrBlocksResponseBody;
5358
5360
  static names(): {
5359
5361
  [key: string]: string;
5360
5362
  };
@@ -5402,11 +5404,11 @@ export declare class ListEndpointGroupsResponseBody extends $tea.Model {
5402
5404
  });
5403
5405
  }
5404
5406
  export declare class ListEndpointGroupsResponse extends $tea.Model {
5405
- headers: {
5407
+ headers?: {
5406
5408
  [key: string]: string;
5407
5409
  };
5408
- statusCode: number;
5409
- body: ListEndpointGroupsResponseBody;
5410
+ statusCode?: number;
5411
+ body?: ListEndpointGroupsResponseBody;
5410
5412
  static names(): {
5411
5413
  [key: string]: string;
5412
5414
  };
@@ -5452,11 +5454,11 @@ export declare class ListForwardingRulesResponseBody extends $tea.Model {
5452
5454
  });
5453
5455
  }
5454
5456
  export declare class ListForwardingRulesResponse extends $tea.Model {
5455
- headers: {
5457
+ headers?: {
5456
5458
  [key: string]: string;
5457
5459
  };
5458
- statusCode: number;
5459
- body: ListForwardingRulesResponseBody;
5460
+ statusCode?: number;
5461
+ body?: ListForwardingRulesResponseBody;
5460
5462
  static names(): {
5461
5463
  [key: string]: string;
5462
5464
  };
@@ -5499,11 +5501,11 @@ export declare class ListIpSetsResponseBody extends $tea.Model {
5499
5501
  });
5500
5502
  }
5501
5503
  export declare class ListIpSetsResponse extends $tea.Model {
5502
- headers: {
5504
+ headers?: {
5503
5505
  [key: string]: string;
5504
5506
  };
5505
- statusCode: number;
5506
- body: ListIpSetsResponseBody;
5507
+ statusCode?: number;
5508
+ body?: ListIpSetsResponseBody;
5507
5509
  static names(): {
5508
5510
  [key: string]: string;
5509
5511
  };
@@ -5542,11 +5544,11 @@ export declare class ListIspTypesResponseBody extends $tea.Model {
5542
5544
  });
5543
5545
  }
5544
5546
  export declare class ListIspTypesResponse extends $tea.Model {
5545
- headers: {
5547
+ headers?: {
5546
5548
  [key: string]: string;
5547
5549
  };
5548
- statusCode: number;
5549
- body: ListIspTypesResponseBody;
5550
+ statusCode?: number;
5551
+ body?: ListIspTypesResponseBody;
5550
5552
  static names(): {
5551
5553
  [key: string]: string;
5552
5554
  };
@@ -5591,11 +5593,11 @@ export declare class ListListenerCertificatesResponseBody extends $tea.Model {
5591
5593
  });
5592
5594
  }
5593
5595
  export declare class ListListenerCertificatesResponse extends $tea.Model {
5594
- headers: {
5596
+ headers?: {
5595
5597
  [key: string]: string;
5596
5598
  };
5597
- statusCode: number;
5598
- body: ListListenerCertificatesResponseBody;
5599
+ statusCode?: number;
5600
+ body?: ListListenerCertificatesResponseBody;
5599
5601
  static names(): {
5600
5602
  [key: string]: string;
5601
5603
  };
@@ -5638,11 +5640,11 @@ export declare class ListListenersResponseBody extends $tea.Model {
5638
5640
  });
5639
5641
  }
5640
5642
  export declare class ListListenersResponse extends $tea.Model {
5641
- headers: {
5643
+ headers?: {
5642
5644
  [key: string]: string;
5643
5645
  };
5644
- statusCode: number;
5645
- body: ListListenersResponseBody;
5646
+ statusCode?: number;
5647
+ body?: ListListenersResponseBody;
5646
5648
  static names(): {
5647
5649
  [key: string]: string;
5648
5650
  };
@@ -5682,11 +5684,11 @@ export declare class ListSpareIpsResponseBody extends $tea.Model {
5682
5684
  });
5683
5685
  }
5684
5686
  export declare class ListSpareIpsResponse extends $tea.Model {
5685
- headers: {
5687
+ headers?: {
5686
5688
  [key: string]: string;
5687
5689
  };
5688
- statusCode: number;
5689
- body: ListSpareIpsResponseBody;
5690
+ statusCode?: number;
5691
+ body?: ListSpareIpsResponseBody;
5690
5692
  static names(): {
5691
5693
  [key: string]: string;
5692
5694
  };
@@ -5728,11 +5730,11 @@ export declare class ListSystemSecurityPoliciesResponseBody extends $tea.Model {
5728
5730
  });
5729
5731
  }
5730
5732
  export declare class ListSystemSecurityPoliciesResponse extends $tea.Model {
5731
- headers: {
5733
+ headers?: {
5732
5734
  [key: string]: string;
5733
5735
  };
5734
- statusCode: number;
5735
- body: ListSystemSecurityPoliciesResponseBody;
5736
+ statusCode?: number;
5737
+ body?: ListSystemSecurityPoliciesResponseBody;
5736
5738
  static names(): {
5737
5739
  [key: string]: string;
5738
5740
  };
@@ -5776,11 +5778,11 @@ export declare class ListTagResourcesResponseBody extends $tea.Model {
5776
5778
  });
5777
5779
  }
5778
5780
  export declare class ListTagResourcesResponse extends $tea.Model {
5779
- headers: {
5781
+ headers?: {
5780
5782
  [key: string]: string;
5781
5783
  };
5782
- statusCode: number;
5783
- body: ListTagResourcesResponseBody;
5784
+ statusCode?: number;
5785
+ body?: ListTagResourcesResponseBody;
5784
5786
  static names(): {
5785
5787
  [key: string]: string;
5786
5788
  };
@@ -5821,11 +5823,11 @@ export declare class OpenAcceleratorServiceResponseBody extends $tea.Model {
5821
5823
  });
5822
5824
  }
5823
5825
  export declare class OpenAcceleratorServiceResponse extends $tea.Model {
5824
- headers: {
5826
+ headers?: {
5825
5827
  [key: string]: string;
5826
5828
  };
5827
- statusCode: number;
5828
- body: OpenAcceleratorServiceResponseBody;
5829
+ statusCode?: number;
5830
+ body?: OpenAcceleratorServiceResponseBody;
5829
5831
  static names(): {
5830
5832
  [key: string]: string;
5831
5833
  };
@@ -5862,11 +5864,11 @@ export declare class QueryCrossBorderApprovalStatusResponseBody extends $tea.Mod
5862
5864
  });
5863
5865
  }
5864
5866
  export declare class QueryCrossBorderApprovalStatusResponse extends $tea.Model {
5865
- headers: {
5867
+ headers?: {
5866
5868
  [key: string]: string;
5867
5869
  };
5868
- statusCode: number;
5869
- body: QueryCrossBorderApprovalStatusResponseBody;
5870
+ statusCode?: number;
5871
+ body?: QueryCrossBorderApprovalStatusResponseBody;
5870
5872
  static names(): {
5871
5873
  [key: string]: string;
5872
5874
  };
@@ -5907,11 +5909,11 @@ export declare class RemoveEntriesFromAclResponseBody extends $tea.Model {
5907
5909
  });
5908
5910
  }
5909
5911
  export declare class RemoveEntriesFromAclResponse extends $tea.Model {
5910
- headers: {
5912
+ headers?: {
5911
5913
  [key: string]: string;
5912
5914
  };
5913
- statusCode: number;
5914
- body: RemoveEntriesFromAclResponseBody;
5915
+ statusCode?: number;
5916
+ body?: RemoveEntriesFromAclResponseBody;
5915
5917
  static names(): {
5916
5918
  [key: string]: string;
5917
5919
  };
@@ -5950,11 +5952,11 @@ export declare class ReplaceBandwidthPackageResponseBody extends $tea.Model {
5950
5952
  });
5951
5953
  }
5952
5954
  export declare class ReplaceBandwidthPackageResponse extends $tea.Model {
5953
- headers: {
5955
+ headers?: {
5954
5956
  [key: string]: string;
5955
5957
  };
5956
- statusCode: number;
5957
- body: ReplaceBandwidthPackageResponseBody;
5958
+ statusCode?: number;
5959
+ body?: ReplaceBandwidthPackageResponseBody;
5958
5960
  static names(): {
5959
5961
  [key: string]: string;
5960
5962
  };
@@ -5994,11 +5996,11 @@ export declare class TagResourcesResponseBody extends $tea.Model {
5994
5996
  });
5995
5997
  }
5996
5998
  export declare class TagResourcesResponse extends $tea.Model {
5997
- headers: {
5999
+ headers?: {
5998
6000
  [key: string]: string;
5999
6001
  };
6000
- statusCode: number;
6001
- body: TagResourcesResponseBody;
6002
+ statusCode?: number;
6003
+ body?: TagResourcesResponseBody;
6002
6004
  static names(): {
6003
6005
  [key: string]: string;
6004
6006
  };
@@ -6039,11 +6041,11 @@ export declare class UntagResourcesResponseBody extends $tea.Model {
6039
6041
  });
6040
6042
  }
6041
6043
  export declare class UntagResourcesResponse extends $tea.Model {
6042
- headers: {
6044
+ headers?: {
6043
6045
  [key: string]: string;
6044
6046
  };
6045
- statusCode: number;
6046
- body: UntagResourcesResponseBody;
6047
+ statusCode?: number;
6048
+ body?: UntagResourcesResponseBody;
6047
6049
  static names(): {
6048
6050
  [key: string]: string;
6049
6051
  };
@@ -6086,11 +6088,11 @@ export declare class UpdateAcceleratorResponseBody extends $tea.Model {
6086
6088
  });
6087
6089
  }
6088
6090
  export declare class UpdateAcceleratorResponse extends $tea.Model {
6089
- headers: {
6091
+ headers?: {
6090
6092
  [key: string]: string;
6091
6093
  };
6092
- statusCode: number;
6093
- body: UpdateAcceleratorResponseBody;
6094
+ statusCode?: number;
6095
+ body?: UpdateAcceleratorResponseBody;
6094
6096
  static names(): {
6095
6097
  [key: string]: string;
6096
6098
  };
@@ -6133,11 +6135,11 @@ export declare class UpdateAcceleratorAutoRenewAttributeResponseBody extends $te
6133
6135
  });
6134
6136
  }
6135
6137
  export declare class UpdateAcceleratorAutoRenewAttributeResponse extends $tea.Model {
6136
- headers: {
6138
+ headers?: {
6137
6139
  [key: string]: string;
6138
6140
  };
6139
- statusCode: number;
6140
- body: UpdateAcceleratorAutoRenewAttributeResponseBody;
6141
+ statusCode?: number;
6142
+ body?: UpdateAcceleratorAutoRenewAttributeResponseBody;
6141
6143
  static names(): {
6142
6144
  [key: string]: string;
6143
6145
  };
@@ -6174,11 +6176,11 @@ export declare class UpdateAcceleratorConfirmResponseBody extends $tea.Model {
6174
6176
  });
6175
6177
  }
6176
6178
  export declare class UpdateAcceleratorConfirmResponse extends $tea.Model {
6177
- headers: {
6179
+ headers?: {
6178
6180
  [key: string]: string;
6179
6181
  };
6180
- statusCode: number;
6181
- body: UpdateAcceleratorConfirmResponseBody;
6182
+ statusCode?: number;
6183
+ body?: UpdateAcceleratorConfirmResponseBody;
6182
6184
  static names(): {
6183
6185
  [key: string]: string;
6184
6186
  };
@@ -6217,11 +6219,11 @@ export declare class UpdateAcceleratorCrossBorderModeResponseBody extends $tea.M
6217
6219
  });
6218
6220
  }
6219
6221
  export declare class UpdateAcceleratorCrossBorderModeResponse extends $tea.Model {
6220
- headers: {
6222
+ headers?: {
6221
6223
  [key: string]: string;
6222
6224
  };
6223
- statusCode: number;
6224
- body: UpdateAcceleratorCrossBorderModeResponseBody;
6225
+ statusCode?: number;
6226
+ body?: UpdateAcceleratorCrossBorderModeResponseBody;
6225
6227
  static names(): {
6226
6228
  [key: string]: string;
6227
6229
  };
@@ -6260,11 +6262,11 @@ export declare class UpdateAcceleratorCrossBorderStatusResponseBody extends $tea
6260
6262
  });
6261
6263
  }
6262
6264
  export declare class UpdateAcceleratorCrossBorderStatusResponse extends $tea.Model {
6263
- headers: {
6265
+ headers?: {
6264
6266
  [key: string]: string;
6265
6267
  };
6266
- statusCode: number;
6267
- body: UpdateAcceleratorCrossBorderStatusResponseBody;
6268
+ statusCode?: number;
6269
+ body?: UpdateAcceleratorCrossBorderStatusResponseBody;
6268
6270
  static names(): {
6269
6271
  [key: string]: string;
6270
6272
  };
@@ -6305,11 +6307,11 @@ export declare class UpdateAclAttributeResponseBody extends $tea.Model {
6305
6307
  });
6306
6308
  }
6307
6309
  export declare class UpdateAclAttributeResponse extends $tea.Model {
6308
- headers: {
6310
+ headers?: {
6309
6311
  [key: string]: string;
6310
6312
  };
6311
- statusCode: number;
6312
- body: UpdateAclAttributeResponseBody;
6313
+ statusCode?: number;
6314
+ body?: UpdateAclAttributeResponseBody;
6313
6315
  static names(): {
6314
6316
  [key: string]: string;
6315
6317
  };
@@ -6352,11 +6354,11 @@ export declare class UpdateAdditionalCertificateWithListenerResponseBody extends
6352
6354
  });
6353
6355
  }
6354
6356
  export declare class UpdateAdditionalCertificateWithListenerResponse extends $tea.Model {
6355
- headers: {
6357
+ headers?: {
6356
6358
  [key: string]: string;
6357
6359
  };
6358
- statusCode: number;
6359
- body: UpdateAdditionalCertificateWithListenerResponseBody;
6360
+ statusCode?: number;
6361
+ body?: UpdateAdditionalCertificateWithListenerResponseBody;
6360
6362
  static names(): {
6361
6363
  [key: string]: string;
6362
6364
  };
@@ -6402,11 +6404,11 @@ export declare class UpdateApplicationMonitorResponseBody extends $tea.Model {
6402
6404
  });
6403
6405
  }
6404
6406
  export declare class UpdateApplicationMonitorResponse extends $tea.Model {
6405
- headers: {
6407
+ headers?: {
6406
6408
  [key: string]: string;
6407
6409
  };
6408
- statusCode: number;
6409
- body: UpdateApplicationMonitorResponseBody;
6410
+ statusCode?: number;
6411
+ body?: UpdateApplicationMonitorResponseBody;
6410
6412
  static names(): {
6411
6413
  [key: string]: string;
6412
6414
  };
@@ -6449,11 +6451,11 @@ export declare class UpdateBandwidthPackagaAutoRenewAttributeResponseBody extend
6449
6451
  });
6450
6452
  }
6451
6453
  export declare class UpdateBandwidthPackagaAutoRenewAttributeResponse extends $tea.Model {
6452
- headers: {
6454
+ headers?: {
6453
6455
  [key: string]: string;
6454
6456
  };
6455
- statusCode: number;
6456
- body: UpdateBandwidthPackagaAutoRenewAttributeResponseBody;
6457
+ statusCode?: number;
6458
+ body?: UpdateBandwidthPackagaAutoRenewAttributeResponseBody;
6457
6459
  static names(): {
6458
6460
  [key: string]: string;
6459
6461
  };
@@ -6499,11 +6501,11 @@ export declare class UpdateBandwidthPackageResponseBody extends $tea.Model {
6499
6501
  });
6500
6502
  }
6501
6503
  export declare class UpdateBandwidthPackageResponse extends $tea.Model {
6502
- headers: {
6504
+ headers?: {
6503
6505
  [key: string]: string;
6504
6506
  };
6505
- statusCode: number;
6506
- body: UpdateBandwidthPackageResponseBody;
6507
+ statusCode?: number;
6508
+ body?: UpdateBandwidthPackageResponseBody;
6507
6509
  static names(): {
6508
6510
  [key: string]: string;
6509
6511
  };
@@ -6543,11 +6545,11 @@ export declare class UpdateBasicAcceleratorResponseBody extends $tea.Model {
6543
6545
  });
6544
6546
  }
6545
6547
  export declare class UpdateBasicAcceleratorResponse extends $tea.Model {
6546
- headers: {
6548
+ headers?: {
6547
6549
  [key: string]: string;
6548
6550
  };
6549
- statusCode: number;
6550
- body: UpdateBasicAcceleratorResponseBody;
6551
+ statusCode?: number;
6552
+ body?: UpdateBasicAcceleratorResponseBody;
6551
6553
  static names(): {
6552
6554
  [key: string]: string;
6553
6555
  };
@@ -6590,11 +6592,11 @@ export declare class UpdateBasicEndpointResponseBody extends $tea.Model {
6590
6592
  });
6591
6593
  }
6592
6594
  export declare class UpdateBasicEndpointResponse extends $tea.Model {
6593
- headers: {
6595
+ headers?: {
6594
6596
  [key: string]: string;
6595
6597
  };
6596
- statusCode: number;
6597
- body: UpdateBasicEndpointResponseBody;
6598
+ statusCode?: number;
6599
+ body?: UpdateBasicEndpointResponseBody;
6598
6600
  static names(): {
6599
6601
  [key: string]: string;
6600
6602
  };
@@ -6637,11 +6639,11 @@ export declare class UpdateBasicEndpointGroupResponseBody extends $tea.Model {
6637
6639
  });
6638
6640
  }
6639
6641
  export declare class UpdateBasicEndpointGroupResponse extends $tea.Model {
6640
- headers: {
6642
+ headers?: {
6641
6643
  [key: string]: string;
6642
6644
  };
6643
- statusCode: number;
6644
- body: UpdateBasicEndpointGroupResponseBody;
6645
+ statusCode?: number;
6646
+ body?: UpdateBasicEndpointGroupResponseBody;
6645
6647
  static names(): {
6646
6648
  [key: string]: string;
6647
6649
  };
@@ -6680,11 +6682,11 @@ export declare class UpdateBasicIpSetResponseBody extends $tea.Model {
6680
6682
  });
6681
6683
  }
6682
6684
  export declare class UpdateBasicIpSetResponse extends $tea.Model {
6683
- headers: {
6685
+ headers?: {
6684
6686
  [key: string]: string;
6685
6687
  };
6686
- statusCode: number;
6687
- body: UpdateBasicIpSetResponseBody;
6688
+ statusCode?: number;
6689
+ body?: UpdateBasicIpSetResponseBody;
6688
6690
  static names(): {
6689
6691
  [key: string]: string;
6690
6692
  };
@@ -6724,11 +6726,11 @@ export declare class UpdateCustomRoutingEndpointGroupAttributeResponseBody exten
6724
6726
  });
6725
6727
  }
6726
6728
  export declare class UpdateCustomRoutingEndpointGroupAttributeResponse extends $tea.Model {
6727
- headers: {
6729
+ headers?: {
6728
6730
  [key: string]: string;
6729
6731
  };
6730
- statusCode: number;
6731
- body: UpdateCustomRoutingEndpointGroupAttributeResponseBody;
6732
+ statusCode?: number;
6733
+ body?: UpdateCustomRoutingEndpointGroupAttributeResponseBody;
6732
6734
  static names(): {
6733
6735
  [key: string]: string;
6734
6736
  };
@@ -6768,11 +6770,11 @@ export declare class UpdateCustomRoutingEndpointGroupDestinationsResponseBody ex
6768
6770
  });
6769
6771
  }
6770
6772
  export declare class UpdateCustomRoutingEndpointGroupDestinationsResponse extends $tea.Model {
6771
- headers: {
6773
+ headers?: {
6772
6774
  [key: string]: string;
6773
6775
  };
6774
- statusCode: number;
6775
- body: UpdateCustomRoutingEndpointGroupDestinationsResponseBody;
6776
+ statusCode?: number;
6777
+ body?: UpdateCustomRoutingEndpointGroupDestinationsResponseBody;
6776
6778
  static names(): {
6777
6779
  [key: string]: string;
6778
6780
  };
@@ -6812,11 +6814,11 @@ export declare class UpdateCustomRoutingEndpointTrafficPoliciesResponseBody exte
6812
6814
  });
6813
6815
  }
6814
6816
  export declare class UpdateCustomRoutingEndpointTrafficPoliciesResponse extends $tea.Model {
6815
- headers: {
6817
+ headers?: {
6816
6818
  [key: string]: string;
6817
6819
  };
6818
- statusCode: number;
6819
- body: UpdateCustomRoutingEndpointTrafficPoliciesResponseBody;
6820
+ statusCode?: number;
6821
+ body?: UpdateCustomRoutingEndpointTrafficPoliciesResponseBody;
6820
6822
  static names(): {
6821
6823
  [key: string]: string;
6822
6824
  };
@@ -6856,11 +6858,11 @@ export declare class UpdateCustomRoutingEndpointsResponseBody extends $tea.Model
6856
6858
  });
6857
6859
  }
6858
6860
  export declare class UpdateCustomRoutingEndpointsResponse extends $tea.Model {
6859
- headers: {
6861
+ headers?: {
6860
6862
  [key: string]: string;
6861
6863
  };
6862
- statusCode: number;
6863
- body: UpdateCustomRoutingEndpointsResponseBody;
6864
+ statusCode?: number;
6865
+ body?: UpdateCustomRoutingEndpointsResponseBody;
6864
6866
  static names(): {
6865
6867
  [key: string]: string;
6866
6868
  };
@@ -6898,11 +6900,11 @@ export declare class UpdateDomainResponseBody extends $tea.Model {
6898
6900
  });
6899
6901
  }
6900
6902
  export declare class UpdateDomainResponse extends $tea.Model {
6901
- headers: {
6903
+ headers?: {
6902
6904
  [key: string]: string;
6903
6905
  };
6904
- statusCode: number;
6905
- body: UpdateDomainResponseBody;
6906
+ statusCode?: number;
6907
+ body?: UpdateDomainResponseBody;
6906
6908
  static names(): {
6907
6909
  [key: string]: string;
6908
6910
  };
@@ -6941,11 +6943,11 @@ export declare class UpdateDomainStateResponseBody extends $tea.Model {
6941
6943
  });
6942
6944
  }
6943
6945
  export declare class UpdateDomainStateResponse extends $tea.Model {
6944
- headers: {
6946
+ headers?: {
6945
6947
  [key: string]: string;
6946
6948
  };
6947
- statusCode: number;
6948
- body: UpdateDomainStateResponseBody;
6949
+ statusCode?: number;
6950
+ body?: UpdateDomainStateResponseBody;
6949
6951
  static names(): {
6950
6952
  [key: string]: string;
6951
6953
  };
@@ -6996,11 +6998,11 @@ export declare class UpdateEndpointGroupResponseBody extends $tea.Model {
6996
6998
  });
6997
6999
  }
6998
7000
  export declare class UpdateEndpointGroupResponse extends $tea.Model {
6999
- headers: {
7001
+ headers?: {
7000
7002
  [key: string]: string;
7001
7003
  };
7002
- statusCode: number;
7003
- body: UpdateEndpointGroupResponseBody;
7004
+ statusCode?: number;
7005
+ body?: UpdateEndpointGroupResponseBody;
7004
7006
  static names(): {
7005
7007
  [key: string]: string;
7006
7008
  };
@@ -7040,11 +7042,11 @@ export declare class UpdateEndpointGroupAttributeResponseBody extends $tea.Model
7040
7042
  });
7041
7043
  }
7042
7044
  export declare class UpdateEndpointGroupAttributeResponse extends $tea.Model {
7043
- headers: {
7045
+ headers?: {
7044
7046
  [key: string]: string;
7045
7047
  };
7046
- statusCode: number;
7047
- body: UpdateEndpointGroupAttributeResponseBody;
7048
+ statusCode?: number;
7049
+ body?: UpdateEndpointGroupAttributeResponseBody;
7048
7050
  static names(): {
7049
7051
  [key: string]: string;
7050
7052
  };
@@ -7085,11 +7087,11 @@ export declare class UpdateEndpointGroupsResponseBody extends $tea.Model {
7085
7087
  });
7086
7088
  }
7087
7089
  export declare class UpdateEndpointGroupsResponse extends $tea.Model {
7088
- headers: {
7090
+ headers?: {
7089
7091
  [key: string]: string;
7090
7092
  };
7091
- statusCode: number;
7092
- body: UpdateEndpointGroupsResponseBody;
7093
+ statusCode?: number;
7094
+ body?: UpdateEndpointGroupsResponseBody;
7093
7095
  static names(): {
7094
7096
  [key: string]: string;
7095
7097
  };
@@ -7130,11 +7132,11 @@ export declare class UpdateForwardingRulesResponseBody extends $tea.Model {
7130
7132
  });
7131
7133
  }
7132
7134
  export declare class UpdateForwardingRulesResponse extends $tea.Model {
7133
- headers: {
7135
+ headers?: {
7134
7136
  [key: string]: string;
7135
7137
  };
7136
- statusCode: number;
7137
- body: UpdateForwardingRulesResponseBody;
7138
+ statusCode?: number;
7139
+ body?: UpdateForwardingRulesResponseBody;
7138
7140
  static names(): {
7139
7141
  [key: string]: string;
7140
7142
  };
@@ -7173,11 +7175,11 @@ export declare class UpdateIpSetResponseBody extends $tea.Model {
7173
7175
  });
7174
7176
  }
7175
7177
  export declare class UpdateIpSetResponse extends $tea.Model {
7176
- headers: {
7178
+ headers?: {
7177
7179
  [key: string]: string;
7178
7180
  };
7179
- statusCode: number;
7180
- body: UpdateIpSetResponseBody;
7181
+ statusCode?: number;
7182
+ body?: UpdateIpSetResponseBody;
7181
7183
  static names(): {
7182
7184
  [key: string]: string;
7183
7185
  };
@@ -7214,11 +7216,11 @@ export declare class UpdateIpSetsResponseBody extends $tea.Model {
7214
7216
  });
7215
7217
  }
7216
7218
  export declare class UpdateIpSetsResponse extends $tea.Model {
7217
- headers: {
7219
+ headers?: {
7218
7220
  [key: string]: string;
7219
7221
  };
7220
- statusCode: number;
7221
- body: UpdateIpSetsResponseBody;
7222
+ statusCode?: number;
7223
+ body?: UpdateIpSetsResponseBody;
7222
7224
  static names(): {
7223
7225
  [key: string]: string;
7224
7226
  };
@@ -7235,6 +7237,7 @@ export declare class UpdateListenerRequest extends $tea.Model {
7235
7237
  clientAffinity?: string;
7236
7238
  clientToken?: string;
7237
7239
  description?: string;
7240
+ httpVersion?: string;
7238
7241
  idleTimeout?: number;
7239
7242
  listenerId?: string;
7240
7243
  name?: string;
@@ -7268,11 +7271,11 @@ export declare class UpdateListenerResponseBody extends $tea.Model {
7268
7271
  });
7269
7272
  }
7270
7273
  export declare class UpdateListenerResponse extends $tea.Model {
7271
- headers: {
7274
+ headers?: {
7272
7275
  [key: string]: string;
7273
7276
  };
7274
- statusCode: number;
7275
- body: UpdateListenerResponseBody;
7277
+ statusCode?: number;
7278
+ body?: UpdateListenerResponseBody;
7276
7279
  static names(): {
7277
7280
  [key: string]: string;
7278
7281
  };
@@ -7312,11 +7315,11 @@ export declare class UpdateServiceManagedControlResponseBody extends $tea.Model
7312
7315
  });
7313
7316
  }
7314
7317
  export declare class UpdateServiceManagedControlResponse extends $tea.Model {
7315
- headers: {
7318
+ headers?: {
7316
7319
  [key: string]: string;
7317
7320
  };
7318
- statusCode: number;
7319
- body: UpdateServiceManagedControlResponseBody;
7321
+ statusCode?: number;
7322
+ body?: UpdateServiceManagedControlResponseBody;
7320
7323
  static names(): {
7321
7324
  [key: string]: string;
7322
7325
  };
@@ -8915,6 +8918,7 @@ export declare class ListAvailableAccelerateAreasResponseBodyAreasRegionList ext
8915
8918
  chinaMainland?: boolean;
8916
8919
  ispTypeList?: string[];
8917
8920
  localName?: string;
8921
+ multiAz?: boolean;
8918
8922
  regionId?: string;
8919
8923
  supportIpv6?: boolean;
8920
8924
  static names(): {
@@ -9842,6 +9846,7 @@ export declare class ListListenersResponseBodyListeners extends $tea.Model {
9842
9846
  clientAffinity?: string;
9843
9847
  createTime?: number;
9844
9848
  description?: string;
9849
+ httpVersion?: string;
9845
9850
  idleTimeout?: number;
9846
9851
  listenerId?: string;
9847
9852
  name?: string;
@@ -10372,9 +10377,9 @@ export default class Client extends OpenApi {
10372
10377
  associateAdditionalCertificatesWithListener(request: AssociateAdditionalCertificatesWithListenerRequest): Promise<AssociateAdditionalCertificatesWithListenerResponse>;
10373
10378
  /**
10374
10379
  * When you call this operation, take note of the following items:
10375
- * * **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.
10376
- * * 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.
10377
- * * 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.
10378
10383
  * * You cannot repeatedly call the **AttachDdosToAccelerator** operation for the same GA instance within a specific period of time.
10379
10384
  *
10380
10385
  * @param request AttachDdosToAcceleratorRequest
@@ -10384,9 +10389,9 @@ export default class Client extends OpenApi {
10384
10389
  attachDdosToAcceleratorWithOptions(request: AttachDdosToAcceleratorRequest, runtime: $Util.RuntimeOptions): Promise<AttachDdosToAcceleratorResponse>;
10385
10390
  /**
10386
10391
  * When you call this operation, take note of the following items:
10387
- * * **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.
10388
- * * 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.
10389
- * * 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.
10390
10395
  * * You cannot repeatedly call the **AttachDdosToAccelerator** operation for the same GA instance within a specific period of time.
10391
10396
  *
10392
10397
  * @param request AttachDdosToAcceleratorRequest
@@ -10457,7 +10462,6 @@ export default class Client extends OpenApi {
10457
10462
  */
10458
10463
  bandwidthPackageRemoveAccelerator(request: BandwidthPackageRemoveAcceleratorRequest): Promise<BandwidthPackageRemoveAcceleratorResponse>;
10459
10464
  /**
10460
- * ### [](#)Description
10461
10465
  * The **ChangeResourceGroup** operation cannot be repeatedly called for the same GA instance within a specific period of time.
10462
10466
  *
10463
10467
  * @param request ChangeResourceGroupRequest
@@ -10466,7 +10470,6 @@ export default class Client extends OpenApi {
10466
10470
  */
10467
10471
  changeResourceGroupWithOptions(request: ChangeResourceGroupRequest, runtime: $Util.RuntimeOptions): Promise<ChangeResourceGroupResponse>;
10468
10472
  /**
10469
- * ### [](#)Description
10470
10473
  * The **ChangeResourceGroup** operation cannot be repeatedly called for the same GA instance within a specific period of time.
10471
10474
  *
10472
10475
  * @param request ChangeResourceGroupRequest
@@ -10537,10 +10540,13 @@ export default class Client extends OpenApi {
10537
10540
  /**
10538
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.
10539
10542
  * Before you call this operation, take note of the following items:
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.
10540
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.
10541
- * * If the origin probing task is in the **init** state, the task is being created. You can perform only query operations.
10542
- * * If the origin probing task is in the **active** state, the task is created.
10543
- * * The **CreateApplicationMonitor** operation cannot be called repeatedly for the same Global Accelerator (GA) instance within a specific period of time.
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.
10548
+ * * If the origin probing task is in the **active** state, it indicates that the task is created.
10549
+ * * The **CreateApplicationMonitor** operation cannot be called repeatedly for the same GA instance within a specific period of time.
10544
10550
  *
10545
10551
  * @param request CreateApplicationMonitorRequest
10546
10552
  * @param runtime runtime options for this request RuntimeOptions
@@ -10550,10 +10556,13 @@ export default class Client extends OpenApi {
10550
10556
  /**
10551
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.
10552
10558
  * Before you call this operation, take note of the following items:
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.
10553
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.
10554
- * * If the origin probing task is in the **init** state, the task is being created. You can perform only query operations.
10555
- * * If the origin probing task is in the **active** state, the task is created.
10556
- * * The **CreateApplicationMonitor** operation cannot be called repeatedly for the same Global Accelerator (GA) instance within a specific period of time.
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.
10564
+ * * If the origin probing task is in the **active** state, it indicates that the task is created.
10565
+ * * The **CreateApplicationMonitor** operation cannot be called repeatedly for the same GA instance within a specific period of time.
10557
10566
  *
10558
10567
  * @param request CreateApplicationMonitorRequest
10559
10568
  * @return CreateApplicationMonitorResponse
@@ -10654,9 +10663,8 @@ export default class Client extends OpenApi {
10654
10663
  */
10655
10664
  createBasicAccelerateIpEndpointRelations(request: CreateBasicAccelerateIpEndpointRelationsRequest): Promise<CreateBasicAccelerateIpEndpointRelationsResponse>;
10656
10665
  /**
10657
- * 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~~).
10658
- * **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:
10659
- * * 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.
10660
10668
  * * If the basic GA instance is in the **active** state, it indicates that the basic GA instance is created.
10661
10669
  *
10662
10670
  * @param request CreateBasicAcceleratorRequest
@@ -10665,9 +10673,8 @@ export default class Client extends OpenApi {
10665
10673
  */
10666
10674
  createBasicAcceleratorWithOptions(request: CreateBasicAcceleratorRequest, runtime: $Util.RuntimeOptions): Promise<CreateBasicAcceleratorResponse>;
10667
10675
  /**
10668
- * 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~~).
10669
- * **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:
10670
- * * 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.
10671
10678
  * * If the basic GA instance is in the **active** state, it indicates that the basic GA instance is created.
10672
10679
  *
10673
10680
  * @param request CreateBasicAcceleratorRequest
@@ -10858,7 +10865,19 @@ export default class Client extends OpenApi {
10858
10865
  */
10859
10866
  createCustomRoutingEndpointTrafficPolicies(request: CreateCustomRoutingEndpointTrafficPoliciesRequest): Promise<CreateCustomRoutingEndpointTrafficPoliciesResponse>;
10860
10867
  /**
10861
- * 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~~).
10862
10881
  *
10863
10882
  * @param request CreateCustomRoutingEndpointsRequest
10864
10883
  * @param runtime runtime options for this request RuntimeOptions
@@ -10866,7 +10885,19 @@ export default class Client extends OpenApi {
10866
10885
  */
10867
10886
  createCustomRoutingEndpointsWithOptions(request: CreateCustomRoutingEndpointsRequest, runtime: $Util.RuntimeOptions): Promise<CreateCustomRoutingEndpointsResponse>;
10868
10887
  /**
10869
- * 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~~).
10870
10901
  *
10871
10902
  * @param request CreateCustomRoutingEndpointsRequest
10872
10903
  * @return CreateCustomRoutingEndpointsResponse
@@ -10896,6 +10927,7 @@ export default class Client extends OpenApi {
10896
10927
  */
10897
10928
  createDomain(request: CreateDomainRequest): Promise<CreateDomainResponse>;
10898
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.
10899
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.
10900
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.
10901
10933
  * * If the endpoint group is in the **active** state, it indicates that the endpoint group is created.
@@ -10907,6 +10939,7 @@ export default class Client extends OpenApi {
10907
10939
  */
10908
10940
  createEndpointGroupWithOptions(request: CreateEndpointGroupRequest, runtime: $Util.RuntimeOptions): Promise<CreateEndpointGroupResponse>;
10909
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.
10910
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.
10911
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.
10912
10945
  * * If the endpoint group is in the **active** state, it indicates that the endpoint group is created.
@@ -10984,12 +11017,11 @@ export default class Client extends OpenApi {
10984
11017
  */
10985
11018
  createIpSets(request: CreateIpSetsRequest): Promise<CreateIpSetsResponse>;
10986
11019
  /**
10987
- * 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.
10988
- * Before you call this operation, take note of the following limits:
10989
- * * **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:
10990
- * * If a listener is in the **init** state, the listener is being created. In this case, you can perform only query operations.
10991
- * * If a listener is in the **active** state, the listener is created.
10992
- * * 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.
10993
11025
  *
10994
11026
  * @param request CreateListenerRequest
10995
11027
  * @param runtime runtime options for this request RuntimeOptions
@@ -10997,12 +11029,11 @@ export default class Client extends OpenApi {
10997
11029
  */
10998
11030
  createListenerWithOptions(request: CreateListenerRequest, runtime: $Util.RuntimeOptions): Promise<CreateListenerResponse>;
10999
11031
  /**
11000
- * 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.
11001
- * Before you call this operation, take note of the following limits:
11002
- * * **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:
11003
- * * If a listener is in the **init** state, the listener is being created. In this case, you can perform only query operations.
11004
- * * If a listener is in the **active** state, the listener is created.
11005
- * * 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.
11006
11037
  *
11007
11038
  * @param request CreateListenerRequest
11008
11039
  * @return CreateListenerResponse
@@ -11030,11 +11061,10 @@ export default class Client extends OpenApi {
11030
11061
  */
11031
11062
  createSpareIps(request: CreateSpareIpsRequest): Promise<CreateSpareIpsResponse>;
11032
11063
  /**
11033
- * * Subscription GA instances cannot be deleted.
11034
- * * 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~~).
11035
- * * **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.
11036
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.
11037
- * * 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.
11038
11068
  *
11039
11069
  * @param request DeleteAcceleratorRequest
11040
11070
  * @param runtime runtime options for this request RuntimeOptions
@@ -11042,11 +11072,10 @@ export default class Client extends OpenApi {
11042
11072
  */
11043
11073
  deleteAcceleratorWithOptions(request: DeleteAcceleratorRequest, runtime: $Util.RuntimeOptions): Promise<DeleteAcceleratorResponse>;
11044
11074
  /**
11045
- * * Subscription GA instances cannot be deleted.
11046
- * * 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~~).
11047
- * * **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.
11048
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.
11049
- * * 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.
11050
11079
  *
11051
11080
  * @param request DeleteAcceleratorRequest
11052
11081
  * @return DeleteAcceleratorResponse
@@ -11074,7 +11103,6 @@ export default class Client extends OpenApi {
11074
11103
  /**
11075
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.
11076
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.
11077
- * <!---->
11078
11106
  * * If the origin probing task cannot be queried, it indicates that the task is deleted.
11079
11107
  * * The **DeleteApplicationMonitor** operation cannot be called repeatedly for the same Global Accelerator (GA) instance within a specific period of time.
11080
11108
  *
@@ -11086,7 +11114,6 @@ export default class Client extends OpenApi {
11086
11114
  /**
11087
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.
11088
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.
11089
- * <!---->
11090
11117
  * * If the origin probing task cannot be queried, it indicates that the task is deleted.
11091
11118
  * * The **DeleteApplicationMonitor** operation cannot be called repeatedly for the same Global Accelerator (GA) instance within a specific period of time.
11092
11119
  *
@@ -11095,12 +11122,12 @@ export default class Client extends OpenApi {
11095
11122
  */
11096
11123
  deleteApplicationMonitor(request: DeleteApplicationMonitorRequest): Promise<DeleteApplicationMonitorResponse>;
11097
11124
  /**
11098
- * * By default, subscription bandwidth plans cannot be deleted. If you want to delete subscription bandwidth plans, contact your account manager.
11099
- * * 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~~).
11100
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.
11101
- * * 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.
11102
- * * If the bandwidth plan cannot be found, it indicates that the bandwidth plan is deleted.
11103
- * * 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.
11104
11131
  *
11105
11132
  * @param request DeleteBandwidthPackageRequest
11106
11133
  * @param runtime runtime options for this request RuntimeOptions
@@ -11108,22 +11135,22 @@ export default class Client extends OpenApi {
11108
11135
  */
11109
11136
  deleteBandwidthPackageWithOptions(request: DeleteBandwidthPackageRequest, runtime: $Util.RuntimeOptions): Promise<DeleteBandwidthPackageResponse>;
11110
11137
  /**
11111
- * * By default, subscription bandwidth plans cannot be deleted. If you want to delete subscription bandwidth plans, contact your account manager.
11112
- * * 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~~).
11113
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.
11114
- * * 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.
11115
- * * If the bandwidth plan cannot be found, it indicates that the bandwidth plan is deleted.
11116
- * * 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.
11117
11144
  *
11118
11145
  * @param request DeleteBandwidthPackageRequest
11119
11146
  * @return DeleteBandwidthPackageResponse
11120
11147
  */
11121
11148
  deleteBandwidthPackage(request: DeleteBandwidthPackageRequest): Promise<DeleteBandwidthPackageResponse>;
11122
11149
  /**
11123
- * * **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:
11124
- * * 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.
11125
- * * If the system fails to return information about the accelerated IP address, the accelerated IP address is deleted.
11126
- * * 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.
11127
11154
  *
11128
11155
  * @param request DeleteBasicAccelerateIpRequest
11129
11156
  * @param runtime runtime options for this request RuntimeOptions
@@ -11131,10 +11158,10 @@ export default class Client extends OpenApi {
11131
11158
  */
11132
11159
  deleteBasicAccelerateIpWithOptions(request: DeleteBasicAccelerateIpRequest, runtime: $Util.RuntimeOptions): Promise<DeleteBasicAccelerateIpResponse>;
11133
11160
  /**
11134
- * * **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:
11135
- * * 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.
11136
- * * If the system fails to return information about the accelerated IP address, the accelerated IP address is deleted.
11137
- * * 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.
11138
11165
  *
11139
11166
  * @param request DeleteBasicAccelerateIpRequest
11140
11167
  * @return DeleteBasicAccelerateIpResponse
@@ -11162,9 +11189,16 @@ export default class Client extends OpenApi {
11162
11189
  */
11163
11190
  deleteBasicAccelerateIpEndpointRelation(request: DeleteBasicAccelerateIpEndpointRelationRequest): Promise<DeleteBasicAccelerateIpEndpointRelationResponse>;
11164
11191
  /**
11165
- * **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.
11166
- * * 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.
11167
- * * 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.
11168
11202
  *
11169
11203
  * @param request DeleteBasicAcceleratorRequest
11170
11204
  * @param runtime runtime options for this request RuntimeOptions
@@ -11172,9 +11206,16 @@ export default class Client extends OpenApi {
11172
11206
  */
11173
11207
  deleteBasicAcceleratorWithOptions(request: DeleteBasicAcceleratorRequest, runtime: $Util.RuntimeOptions): Promise<DeleteBasicAcceleratorResponse>;
11174
11208
  /**
11175
- * **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.
11176
- * * 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.
11177
- * * 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.
11178
11219
  *
11179
11220
  * @param request DeleteBasicAcceleratorRequest
11180
11221
  * @return DeleteBasicAcceleratorResponse
@@ -11202,9 +11243,12 @@ export default class Client extends OpenApi {
11202
11243
  */
11203
11244
  deleteBasicEndpoint(request: DeleteBasicEndpointRequest): Promise<DeleteBasicEndpointResponse>;
11204
11245
  /**
11205
- * * **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.
11206
- * * 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.
11207
- * * 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.
11208
11252
  * * The **DeleteBasicEndpointGroup** operation cannot be repeatedly called for the same GA instance within a specific period of time.
11209
11253
  *
11210
11254
  * @param request DeleteBasicEndpointGroupRequest
@@ -11213,9 +11257,12 @@ export default class Client extends OpenApi {
11213
11257
  */
11214
11258
  deleteBasicEndpointGroupWithOptions(request: DeleteBasicEndpointGroupRequest, runtime: $Util.RuntimeOptions): Promise<DeleteBasicEndpointGroupResponse>;
11215
11259
  /**
11216
- * * **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.
11217
- * * 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.
11218
- * * 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.
11219
11266
  * * The **DeleteBasicEndpointGroup** operation cannot be repeatedly called for the same GA instance within a specific period of time.
11220
11267
  *
11221
11268
  * @param request DeleteBasicEndpointGroupRequest
@@ -11223,10 +11270,11 @@ export default class Client extends OpenApi {
11223
11270
  */
11224
11271
  deleteBasicEndpointGroup(request: DeleteBasicEndpointGroupRequest): Promise<DeleteBasicEndpointGroupResponse>;
11225
11272
  /**
11226
- * * \\*\\*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.
11227
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.
11228
- * * If the information of the acceleration region is not displayed in the response, it indicates that the acceleration region is deleted.
11229
- * * 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.
11230
11278
  *
11231
11279
  * @param request DeleteBasicIpSetRequest
11232
11280
  * @param runtime runtime options for this request RuntimeOptions
@@ -11234,10 +11282,11 @@ export default class Client extends OpenApi {
11234
11282
  */
11235
11283
  deleteBasicIpSetWithOptions(request: DeleteBasicIpSetRequest, runtime: $Util.RuntimeOptions): Promise<DeleteBasicIpSetResponse>;
11236
11284
  /**
11237
- * * \\*\\*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.
11238
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.
11239
- * * If the information of the acceleration region is not displayed in the response, it indicates that the acceleration region is deleted.
11240
- * * 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.
11241
11290
  *
11242
11291
  * @param request DeleteBasicIpSetRequest
11243
11292
  * @return DeleteBasicIpSetResponse
@@ -11427,10 +11476,10 @@ export default class Client extends OpenApi {
11427
11476
  */
11428
11477
  deleteIpSet(request: DeleteIpSetRequest): Promise<DeleteIpSetResponse>;
11429
11478
  /**
11430
- * * **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.
11431
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.
11432
- * * If the acceleration region cannot be queried, the acceleration region is deleted.
11433
- * * 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.
11434
11483
  *
11435
11484
  * @param request DeleteIpSetsRequest
11436
11485
  * @param runtime runtime options for this request RuntimeOptions
@@ -11438,20 +11487,24 @@ export default class Client extends OpenApi {
11438
11487
  */
11439
11488
  deleteIpSetsWithOptions(request: DeleteIpSetsRequest, runtime: $Util.RuntimeOptions): Promise<DeleteIpSetsResponse>;
11440
11489
  /**
11441
- * * **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.
11442
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.
11443
- * * If the acceleration region cannot be queried, the acceleration region is deleted.
11444
- * * 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.
11445
11494
  *
11446
11495
  * @param request DeleteIpSetsRequest
11447
11496
  * @return DeleteIpSetsResponse
11448
11497
  */
11449
11498
  deleteIpSets(request: DeleteIpSetsRequest): Promise<DeleteIpSetsResponse>;
11450
11499
  /**
11451
- * * **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.
11452
- * * 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.
11453
- * * If the listener cannot be queried, it indicates that the listener is deleted.
11454
- * * 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.
11455
11508
  *
11456
11509
  * @param request DeleteListenerRequest
11457
11510
  * @param runtime runtime options for this request RuntimeOptions
@@ -11459,10 +11512,14 @@ export default class Client extends OpenApi {
11459
11512
  */
11460
11513
  deleteListenerWithOptions(request: DeleteListenerRequest, runtime: $Util.RuntimeOptions): Promise<DeleteListenerResponse>;
11461
11514
  /**
11462
- * * **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.
11463
- * * 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.
11464
- * * If the listener cannot be queried, it indicates that the listener is deleted.
11465
- * * 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.
11466
11523
  *
11467
11524
  * @param request DeleteListenerRequest
11468
11525
  * @return DeleteListenerResponse
@@ -11503,7 +11560,20 @@ export default class Client extends OpenApi {
11503
11560
  describeBandwidthPackageAutoRenewAttribute(request: DescribeBandwidthPackageAutoRenewAttributeRequest): Promise<DescribeBandwidthPackageAutoRenewAttributeResponse>;
11504
11561
  describeCommodityWithOptions(request: DescribeCommodityRequest, runtime: $Util.RuntimeOptions): Promise<DescribeCommodityResponse>;
11505
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
+ */
11506
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
+ */
11507
11577
  describeCommodityPrice(request: DescribeCommodityPriceRequest): Promise<DescribeCommodityPriceResponse>;
11508
11578
  describeCustomRoutingEndPointTrafficPolicyWithOptions(request: DescribeCustomRoutingEndPointTrafficPolicyRequest, runtime: $Util.RuntimeOptions): Promise<DescribeCustomRoutingEndPointTrafficPolicyResponse>;
11509
11579
  describeCustomRoutingEndPointTrafficPolicy(request: DescribeCustomRoutingEndPointTrafficPolicyRequest): Promise<DescribeCustomRoutingEndPointTrafficPolicyResponse>;
@@ -11515,25 +11585,10 @@ export default class Client extends OpenApi {
11515
11585
  describeCustomRoutingEndpointGroupDestinations(request: DescribeCustomRoutingEndpointGroupDestinationsRequest): Promise<DescribeCustomRoutingEndpointGroupDestinationsResponse>;
11516
11586
  describeEndpointGroupWithOptions(request: DescribeEndpointGroupRequest, runtime: $Util.RuntimeOptions): Promise<DescribeEndpointGroupResponse>;
11517
11587
  describeEndpointGroup(request: DescribeEndpointGroupRequest): Promise<DescribeEndpointGroupResponse>;
11518
- /**
11519
- * ## Debugging
11520
- * [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)
11521
- *
11522
- * @param request DescribeIpSetRequest
11523
- * @param runtime runtime options for this request RuntimeOptions
11524
- * @return DescribeIpSetResponse
11525
- */
11526
11588
  describeIpSetWithOptions(request: DescribeIpSetRequest, runtime: $Util.RuntimeOptions): Promise<DescribeIpSetResponse>;
11527
- /**
11528
- * ## Debugging
11529
- * [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)
11530
- *
11531
- * @param request DescribeIpSetRequest
11532
- * @return DescribeIpSetResponse
11533
- */
11534
11589
  describeIpSet(request: DescribeIpSetRequest): Promise<DescribeIpSetResponse>;
11535
11590
  /**
11536
- * 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.
11537
11592
  *
11538
11593
  * @param request DescribeListenerRequest
11539
11594
  * @param runtime runtime options for this request RuntimeOptions
@@ -11541,7 +11596,7 @@ export default class Client extends OpenApi {
11541
11596
  */
11542
11597
  describeListenerWithOptions(request: DescribeListenerRequest, runtime: $Util.RuntimeOptions): Promise<DescribeListenerResponse>;
11543
11598
  /**
11544
- * 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.
11545
11600
  *
11546
11601
  * @param request DescribeListenerRequest
11547
11602
  * @return DescribeListenerResponse
@@ -11760,22 +11815,7 @@ export default class Client extends OpenApi {
11760
11815
  listDomains(request: ListDomainsRequest): Promise<ListDomainsResponse>;
11761
11816
  listEndpointGroupIpAddressCidrBlocksWithOptions(request: ListEndpointGroupIpAddressCidrBlocksRequest, runtime: $Util.RuntimeOptions): Promise<ListEndpointGroupIpAddressCidrBlocksResponse>;
11762
11817
  listEndpointGroupIpAddressCidrBlocks(request: ListEndpointGroupIpAddressCidrBlocksRequest): Promise<ListEndpointGroupIpAddressCidrBlocksResponse>;
11763
- /**
11764
- * ## Debugging
11765
- * [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)
11766
- *
11767
- * @param request ListEndpointGroupsRequest
11768
- * @param runtime runtime options for this request RuntimeOptions
11769
- * @return ListEndpointGroupsResponse
11770
- */
11771
11818
  listEndpointGroupsWithOptions(request: ListEndpointGroupsRequest, runtime: $Util.RuntimeOptions): Promise<ListEndpointGroupsResponse>;
11772
- /**
11773
- * ## Debugging
11774
- * [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)
11775
- *
11776
- * @param request ListEndpointGroupsRequest
11777
- * @return ListEndpointGroupsResponse
11778
- */
11779
11819
  listEndpointGroups(request: ListEndpointGroupsRequest): Promise<ListEndpointGroupsResponse>;
11780
11820
  /**
11781
11821
  * > This operation is used to query only custom forwarding rules, not the default forwarding rule.
@@ -11799,7 +11839,7 @@ export default class Client extends OpenApi {
11799
11839
  listListenerCertificatesWithOptions(request: ListListenerCertificatesRequest, runtime: $Util.RuntimeOptions): Promise<ListListenerCertificatesResponse>;
11800
11840
  listListenerCertificates(request: ListListenerCertificatesRequest): Promise<ListListenerCertificatesResponse>;
11801
11841
  /**
11802
- * 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.
11803
11843
  *
11804
11844
  * @param request ListListenersRequest
11805
11845
  * @param runtime runtime options for this request RuntimeOptions
@@ -11807,7 +11847,7 @@ export default class Client extends OpenApi {
11807
11847
  */
11808
11848
  listListenersWithOptions(request: ListListenersRequest, runtime: $Util.RuntimeOptions): Promise<ListListenersResponse>;
11809
11849
  /**
11810
- * 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.
11811
11851
  *
11812
11852
  * @param request ListListenersRequest
11813
11853
  * @return ListListenersResponse
@@ -11831,10 +11871,9 @@ export default class Client extends OpenApi {
11831
11871
  */
11832
11872
  listSystemSecurityPolicies(request: ListSystemSecurityPoliciesRequest): Promise<ListSystemSecurityPoliciesResponse>;
11833
11873
  /**
11834
- * ### [](#)Description
11835
- * * Specify **ResourceId.N** or **Tag.N** that consists of **Tag.N.Key** and **Tag.N.Value** in the request to specify the object to be queried.
11836
- * * **Tag.N** is a resource tag that consists of a key-value pair. If you specify only **Tag.N.Key**, all tag values that are associated with the specified key are returned. If you specify only **Tag.N.Value**, an error message is returned.
11837
- * * If you specify **Tag.N** and **ResourceId.N** to filter tags, **ResourceId.N** must match all specified key-value pairs.
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.
11838
11877
  * * If you specify multiple key-value pairs, resources that contain the key-value pairs are returned.
11839
11878
  *
11840
11879
  * @param request ListTagResourcesRequest
@@ -11843,10 +11882,9 @@ export default class Client extends OpenApi {
11843
11882
  */
11844
11883
  listTagResourcesWithOptions(request: ListTagResourcesRequest, runtime: $Util.RuntimeOptions): Promise<ListTagResourcesResponse>;
11845
11884
  /**
11846
- * ### [](#)Description
11847
- * * Specify **ResourceId.N** or **Tag.N** that consists of **Tag.N.Key** and **Tag.N.Value** in the request to specify the object to be queried.
11848
- * * **Tag.N** is a resource tag that consists of a key-value pair. If you specify only **Tag.N.Key**, all tag values that are associated with the specified key are returned. If you specify only **Tag.N.Value**, an error message is returned.
11849
- * * If you specify **Tag.N** and **ResourceId.N** to filter tags, **ResourceId.N** must match all specified key-value pairs.
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.
11850
11888
  * * If you specify multiple key-value pairs, resources that contain the key-value pairs are returned.
11851
11889
  *
11852
11890
  * @param request ListTagResourcesRequest
@@ -11944,7 +11982,7 @@ export default class Client extends OpenApi {
11944
11982
  */
11945
11983
  updateAccelerator(request: UpdateAcceleratorRequest): Promise<UpdateAcceleratorResponse>;
11946
11984
  /**
11947
- * 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.
11948
11986
  *
11949
11987
  * @param request UpdateAcceleratorAutoRenewAttributeRequest
11950
11988
  * @param runtime runtime options for this request RuntimeOptions
@@ -11952,7 +11990,7 @@ export default class Client extends OpenApi {
11952
11990
  */
11953
11991
  updateAcceleratorAutoRenewAttributeWithOptions(request: UpdateAcceleratorAutoRenewAttributeRequest, runtime: $Util.RuntimeOptions): Promise<UpdateAcceleratorAutoRenewAttributeResponse>;
11954
11992
  /**
11955
- * 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.
11956
11994
  *
11957
11995
  * @param request UpdateAcceleratorAutoRenewAttributeRequest
11958
11996
  * @return UpdateAcceleratorAutoRenewAttributeResponse
@@ -11982,10 +12020,9 @@ export default class Client extends OpenApi {
11982
12020
  */
11983
12021
  updateAcceleratorConfirm(request: UpdateAcceleratorConfirmRequest): Promise<UpdateAcceleratorConfirmResponse>;
11984
12022
  /**
11985
- * ### Prerequisites
11986
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:
11987
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.
11988
- * * 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~~).
11989
12026
  *
11990
12027
  * @param request UpdateAcceleratorCrossBorderModeRequest
11991
12028
  * @param runtime runtime options for this request RuntimeOptions
@@ -11993,10 +12030,9 @@ export default class Client extends OpenApi {
11993
12030
  */
11994
12031
  updateAcceleratorCrossBorderModeWithOptions(request: UpdateAcceleratorCrossBorderModeRequest, runtime: $Util.RuntimeOptions): Promise<UpdateAcceleratorCrossBorderModeResponse>;
11995
12032
  /**
11996
- * ### Prerequisites
11997
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:
11998
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.
11999
- * * 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~~).
12000
12036
  *
12001
12037
  * @param request UpdateAcceleratorCrossBorderModeRequest
12002
12038
  * @return UpdateAcceleratorCrossBorderModeResponse
@@ -12122,10 +12158,10 @@ export default class Client extends OpenApi {
12122
12158
  updateBasicEndpointWithOptions(request: UpdateBasicEndpointRequest, runtime: $Util.RuntimeOptions): Promise<UpdateBasicEndpointResponse>;
12123
12159
  updateBasicEndpoint(request: UpdateBasicEndpointRequest): Promise<UpdateBasicEndpointResponse>;
12124
12160
  /**
12125
- * * **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.
12126
- * * 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.
12127
- * * If the basic GA instance is in the **active** state, it indicates that the configurations of the endpoint group are modified.
12128
- * * 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.
12129
12165
  *
12130
12166
  * @param request UpdateBasicEndpointGroupRequest
12131
12167
  * @param runtime runtime options for this request RuntimeOptions
@@ -12133,10 +12169,10 @@ export default class Client extends OpenApi {
12133
12169
  */
12134
12170
  updateBasicEndpointGroupWithOptions(request: UpdateBasicEndpointGroupRequest, runtime: $Util.RuntimeOptions): Promise<UpdateBasicEndpointGroupResponse>;
12135
12171
  /**
12136
- * * **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.
12137
- * * 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.
12138
- * * If the basic GA instance is in the **active** state, it indicates that the configurations of the endpoint group are modified.
12139
- * * 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.
12140
12176
  *
12141
12177
  * @param request UpdateBasicEndpointGroupRequest
12142
12178
  * @return UpdateBasicEndpointGroupResponse
@@ -12144,11 +12180,11 @@ export default class Client extends OpenApi {
12144
12180
  updateBasicEndpointGroup(request: UpdateBasicEndpointGroupRequest): Promise<UpdateBasicEndpointGroupResponse>;
12145
12181
  /**
12146
12182
  * Before you call this operation, take note of the following limits:
12147
- * * You can call this operation for only basic GA instances whose bandwidth is billed by Cloud Data Transfer (CDT).
12148
- * * 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:
12149
- * * 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.
12150
- * * If an acceleration region is in the **active** state, the bandwidth of the acceleration region is modified.
12151
- * * 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.
12152
12188
  *
12153
12189
  * @param request UpdateBasicIpSetRequest
12154
12190
  * @param runtime runtime options for this request RuntimeOptions
@@ -12157,11 +12193,11 @@ export default class Client extends OpenApi {
12157
12193
  updateBasicIpSetWithOptions(request: UpdateBasicIpSetRequest, runtime: $Util.RuntimeOptions): Promise<UpdateBasicIpSetResponse>;
12158
12194
  /**
12159
12195
  * Before you call this operation, take note of the following limits:
12160
- * * You can call this operation for only basic GA instances whose bandwidth is billed by Cloud Data Transfer (CDT).
12161
- * * 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:
12162
- * * 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.
12163
- * * If an acceleration region is in the **active** state, the bandwidth of the acceleration region is modified.
12164
- * * 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.
12165
12201
  *
12166
12202
  * @param request UpdateBasicIpSetRequest
12167
12203
  * @return UpdateBasicIpSetResponse
@@ -12357,10 +12393,10 @@ export default class Client extends OpenApi {
12357
12393
  */
12358
12394
  updateIpSet(request: UpdateIpSetRequest): Promise<UpdateIpSetResponse>;
12359
12395
  /**
12360
- * * **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.
12361
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.
12362
12398
  * * If an acceleration region is in the **active** state, the acceleration region is modified.
12363
- * * 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.
12364
12400
  *
12365
12401
  * @param request UpdateIpSetsRequest
12366
12402
  * @param runtime runtime options for this request RuntimeOptions
@@ -12368,10 +12404,10 @@ export default class Client extends OpenApi {
12368
12404
  */
12369
12405
  updateIpSetsWithOptions(request: UpdateIpSetsRequest, runtime: $Util.RuntimeOptions): Promise<UpdateIpSetsResponse>;
12370
12406
  /**
12371
- * * **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.
12372
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.
12373
12409
  * * If an acceleration region is in the **active** state, the acceleration region is modified.
12374
- * * 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.
12375
12411
  *
12376
12412
  * @param request UpdateIpSetsRequest
12377
12413
  * @return UpdateIpSetsResponse