@alicloud/ga20191120 1.0.18 → 1.0.19

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/src/client.ts CHANGED
@@ -734,6 +734,7 @@ export class CreateAcceleratorRequest extends $tea.Model {
734
734
  regionId?: string;
735
735
  resourceGroupId?: string;
736
736
  spec?: string;
737
+ tag?: CreateAcceleratorRequestTag[];
737
738
  static names(): { [key: string]: string } {
738
739
  return {
739
740
  autoPay: 'AutoPay',
@@ -750,6 +751,7 @@ export class CreateAcceleratorRequest extends $tea.Model {
750
751
  regionId: 'RegionId',
751
752
  resourceGroupId: 'ResourceGroupId',
752
753
  spec: 'Spec',
754
+ tag: 'Tag',
753
755
  };
754
756
  }
755
757
 
@@ -769,6 +771,7 @@ export class CreateAcceleratorRequest extends $tea.Model {
769
771
  regionId: 'string',
770
772
  resourceGroupId: 'string',
771
773
  spec: 'string',
774
+ tag: { 'type': 'array', 'itemType': CreateAcceleratorRequestTag },
772
775
  };
773
776
  }
774
777
 
@@ -835,6 +838,7 @@ export class CreateAclRequest extends $tea.Model {
835
838
  dryRun?: boolean;
836
839
  regionId?: string;
837
840
  resourceGroupId?: string;
841
+ tag?: CreateAclRequestTag[];
838
842
  static names(): { [key: string]: string } {
839
843
  return {
840
844
  aclEntries: 'AclEntries',
@@ -844,6 +848,7 @@ export class CreateAclRequest extends $tea.Model {
844
848
  dryRun: 'DryRun',
845
849
  regionId: 'RegionId',
846
850
  resourceGroupId: 'ResourceGroupId',
851
+ tag: 'Tag',
847
852
  };
848
853
  }
849
854
 
@@ -856,6 +861,7 @@ export class CreateAclRequest extends $tea.Model {
856
861
  dryRun: 'boolean',
857
862
  regionId: 'string',
858
863
  resourceGroupId: 'string',
864
+ tag: { 'type': 'array', 'itemType': CreateAclRequestTag },
859
865
  };
860
866
  }
861
867
 
@@ -1025,6 +1031,7 @@ export class CreateBandwidthPackageRequest extends $tea.Model {
1025
1031
  ratio?: number;
1026
1032
  regionId?: string;
1027
1033
  resourceGroupId?: string;
1034
+ tag?: CreateBandwidthPackageRequestTag[];
1028
1035
  type?: string;
1029
1036
  static names(): { [key: string]: string } {
1030
1037
  return {
@@ -1045,6 +1052,7 @@ export class CreateBandwidthPackageRequest extends $tea.Model {
1045
1052
  ratio: 'Ratio',
1046
1053
  regionId: 'RegionId',
1047
1054
  resourceGroupId: 'ResourceGroupId',
1055
+ tag: 'Tag',
1048
1056
  type: 'Type',
1049
1057
  };
1050
1058
  }
@@ -1068,6 +1076,7 @@ export class CreateBandwidthPackageRequest extends $tea.Model {
1068
1076
  ratio: 'number',
1069
1077
  regionId: 'string',
1070
1078
  resourceGroupId: 'string',
1079
+ tag: { 'type': 'array', 'itemType': CreateBandwidthPackageRequestTag },
1071
1080
  type: 'string',
1072
1081
  };
1073
1082
  }
@@ -2224,6 +2233,7 @@ export class CreateEndpointGroupRequest extends $tea.Model {
2224
2233
  name?: string;
2225
2234
  portOverrides?: CreateEndpointGroupRequestPortOverrides[];
2226
2235
  regionId?: string;
2236
+ tag?: CreateEndpointGroupRequestTag[];
2227
2237
  thresholdCount?: number;
2228
2238
  trafficPercentage?: number;
2229
2239
  static names(): { [key: string]: string } {
@@ -2244,6 +2254,7 @@ export class CreateEndpointGroupRequest extends $tea.Model {
2244
2254
  name: 'Name',
2245
2255
  portOverrides: 'PortOverrides',
2246
2256
  regionId: 'RegionId',
2257
+ tag: 'Tag',
2247
2258
  thresholdCount: 'ThresholdCount',
2248
2259
  trafficPercentage: 'TrafficPercentage',
2249
2260
  };
@@ -2267,6 +2278,7 @@ export class CreateEndpointGroupRequest extends $tea.Model {
2267
2278
  name: 'string',
2268
2279
  portOverrides: { 'type': 'array', 'itemType': CreateEndpointGroupRequestPortOverrides },
2269
2280
  regionId: 'string',
2281
+ tag: { 'type': 'array', 'itemType': CreateEndpointGroupRequestTag },
2270
2282
  thresholdCount: 'number',
2271
2283
  trafficPercentage: 'number',
2272
2284
  };
@@ -4360,6 +4372,7 @@ export class DescribeAcceleratorResponseBody extends $tea.Model {
4360
4372
  cenId?: string;
4361
4373
  createTime?: number;
4362
4374
  crossBorderMode?: string;
4375
+ crossBorderStatus?: boolean;
4363
4376
  crossDomainBandwidthPackage?: DescribeAcceleratorResponseBodyCrossDomainBandwidthPackage;
4364
4377
  crossPrivateState?: string;
4365
4378
  ddosId?: string;
@@ -4384,6 +4397,7 @@ export class DescribeAcceleratorResponseBody extends $tea.Model {
4384
4397
  cenId: 'CenId',
4385
4398
  createTime: 'CreateTime',
4386
4399
  crossBorderMode: 'CrossBorderMode',
4400
+ crossBorderStatus: 'CrossBorderStatus',
4387
4401
  crossDomainBandwidthPackage: 'CrossDomainBandwidthPackage',
4388
4402
  crossPrivateState: 'CrossPrivateState',
4389
4403
  ddosId: 'DdosId',
@@ -4411,6 +4425,7 @@ export class DescribeAcceleratorResponseBody extends $tea.Model {
4411
4425
  cenId: 'string',
4412
4426
  createTime: 'number',
4413
4427
  crossBorderMode: 'string',
4428
+ crossBorderStatus: 'boolean',
4414
4429
  crossDomainBandwidthPackage: DescribeAcceleratorResponseBodyCrossDomainBandwidthPackage,
4415
4430
  crossPrivateState: 'string',
4416
4431
  ddosId: 'string',
@@ -5449,7 +5464,6 @@ export class DescribeEndpointGroupResponseBody extends $tea.Model {
5449
5464
  state?: string;
5450
5465
  tags?: DescribeEndpointGroupResponseBodyTags[];
5451
5466
  thresholdCount?: number;
5452
- totalCount?: number;
5453
5467
  trafficPercentage?: number;
5454
5468
  static names(): { [key: string]: string } {
5455
5469
  return {
@@ -5480,7 +5494,6 @@ export class DescribeEndpointGroupResponseBody extends $tea.Model {
5480
5494
  state: 'State',
5481
5495
  tags: 'Tags',
5482
5496
  thresholdCount: 'ThresholdCount',
5483
- totalCount: 'TotalCount',
5484
5497
  trafficPercentage: 'TrafficPercentage',
5485
5498
  };
5486
5499
  }
@@ -5514,7 +5527,6 @@ export class DescribeEndpointGroupResponseBody extends $tea.Model {
5514
5527
  state: 'string',
5515
5528
  tags: { 'type': 'array', 'itemType': DescribeEndpointGroupResponseBodyTags },
5516
5529
  thresholdCount: 'number',
5517
- totalCount: 'number',
5518
5530
  trafficPercentage: 'number',
5519
5531
  };
5520
5532
  }
@@ -6713,6 +6725,7 @@ export class GetBasicAcceleratorResponseBody extends $tea.Model {
6713
6725
  basicIpSetId?: string;
6714
6726
  cenId?: string;
6715
6727
  createTime?: number;
6728
+ crossBorderStatus?: boolean;
6716
6729
  crossDomainBandwidthPackage?: GetBasicAcceleratorResponseBodyCrossDomainBandwidthPackage;
6717
6730
  crossPrivateState?: string;
6718
6731
  description?: string;
@@ -6733,6 +6746,7 @@ export class GetBasicAcceleratorResponseBody extends $tea.Model {
6733
6746
  basicIpSetId: 'BasicIpSetId',
6734
6747
  cenId: 'CenId',
6735
6748
  createTime: 'CreateTime',
6749
+ crossBorderStatus: 'CrossBorderStatus',
6736
6750
  crossDomainBandwidthPackage: 'CrossDomainBandwidthPackage',
6737
6751
  crossPrivateState: 'CrossPrivateState',
6738
6752
  description: 'Description',
@@ -6756,6 +6770,7 @@ export class GetBasicAcceleratorResponseBody extends $tea.Model {
6756
6770
  basicIpSetId: 'string',
6757
6771
  cenId: 'string',
6758
6772
  createTime: 'number',
6773
+ crossBorderStatus: 'boolean',
6759
6774
  crossDomainBandwidthPackage: GetBasicAcceleratorResponseBodyCrossDomainBandwidthPackage,
6760
6775
  crossPrivateState: 'string',
6761
6776
  description: 'string',
@@ -9564,10 +9579,12 @@ export class ListIpSetsResponse extends $tea.Model {
9564
9579
  }
9565
9580
 
9566
9581
  export class ListIspTypesRequest extends $tea.Model {
9582
+ acceleratorId?: string;
9567
9583
  acceleratorType?: string;
9568
9584
  businessRegionId?: string;
9569
9585
  static names(): { [key: string]: string } {
9570
9586
  return {
9587
+ acceleratorId: 'AcceleratorId',
9571
9588
  acceleratorType: 'AcceleratorType',
9572
9589
  businessRegionId: 'BusinessRegionId',
9573
9590
  };
@@ -9575,6 +9592,7 @@ export class ListIspTypesRequest extends $tea.Model {
9575
9592
 
9576
9593
  static types(): { [key: string]: any } {
9577
9594
  return {
9595
+ acceleratorId: 'string',
9578
9596
  acceleratorType: 'string',
9579
9597
  businessRegionId: 'string',
9580
9598
  };
@@ -10049,72 +10067,6 @@ export class ListTagResourcesResponse extends $tea.Model {
10049
10067
  }
10050
10068
  }
10051
10069
 
10052
- export class QueryCrossPrivatePermissionRequest extends $tea.Model {
10053
- regionId?: string;
10054
- static names(): { [key: string]: string } {
10055
- return {
10056
- regionId: 'RegionId',
10057
- };
10058
- }
10059
-
10060
- static types(): { [key: string]: any } {
10061
- return {
10062
- regionId: 'string',
10063
- };
10064
- }
10065
-
10066
- constructor(map?: { [key: string]: any }) {
10067
- super(map);
10068
- }
10069
- }
10070
-
10071
- export class QueryCrossPrivatePermissionResponseBody extends $tea.Model {
10072
- crossPrivatePermission?: boolean;
10073
- requestId?: string;
10074
- static names(): { [key: string]: string } {
10075
- return {
10076
- crossPrivatePermission: 'CrossPrivatePermission',
10077
- requestId: 'RequestId',
10078
- };
10079
- }
10080
-
10081
- static types(): { [key: string]: any } {
10082
- return {
10083
- crossPrivatePermission: 'boolean',
10084
- requestId: 'string',
10085
- };
10086
- }
10087
-
10088
- constructor(map?: { [key: string]: any }) {
10089
- super(map);
10090
- }
10091
- }
10092
-
10093
- export class QueryCrossPrivatePermissionResponse extends $tea.Model {
10094
- headers: { [key: string]: string };
10095
- statusCode: number;
10096
- body: QueryCrossPrivatePermissionResponseBody;
10097
- static names(): { [key: string]: string } {
10098
- return {
10099
- headers: 'headers',
10100
- statusCode: 'statusCode',
10101
- body: 'body',
10102
- };
10103
- }
10104
-
10105
- static types(): { [key: string]: any } {
10106
- return {
10107
- headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
10108
- statusCode: 'number',
10109
- body: QueryCrossPrivatePermissionResponseBody,
10110
- };
10111
- }
10112
-
10113
- constructor(map?: { [key: string]: any }) {
10114
- super(map);
10115
- }
10116
- }
10117
-
10118
10070
  export class RemoveEntriesFromAclRequest extends $tea.Model {
10119
10071
  aclEntries?: RemoveEntriesFromAclRequestAclEntries[];
10120
10072
  aclId?: string;
@@ -10652,6 +10604,78 @@ export class UpdateAcceleratorConfirmResponse extends $tea.Model {
10652
10604
  }
10653
10605
  }
10654
10606
 
10607
+ export class UpdateAcceleratorCrossBorderModeRequest extends $tea.Model {
10608
+ acceleratorId?: string;
10609
+ clientToken?: string;
10610
+ crossBorderMode?: string;
10611
+ regionId?: string;
10612
+ static names(): { [key: string]: string } {
10613
+ return {
10614
+ acceleratorId: 'AcceleratorId',
10615
+ clientToken: 'ClientToken',
10616
+ crossBorderMode: 'CrossBorderMode',
10617
+ regionId: 'RegionId',
10618
+ };
10619
+ }
10620
+
10621
+ static types(): { [key: string]: any } {
10622
+ return {
10623
+ acceleratorId: 'string',
10624
+ clientToken: 'string',
10625
+ crossBorderMode: 'string',
10626
+ regionId: 'string',
10627
+ };
10628
+ }
10629
+
10630
+ constructor(map?: { [key: string]: any }) {
10631
+ super(map);
10632
+ }
10633
+ }
10634
+
10635
+ export class UpdateAcceleratorCrossBorderModeResponseBody extends $tea.Model {
10636
+ requestId?: string;
10637
+ static names(): { [key: string]: string } {
10638
+ return {
10639
+ requestId: 'RequestId',
10640
+ };
10641
+ }
10642
+
10643
+ static types(): { [key: string]: any } {
10644
+ return {
10645
+ requestId: 'string',
10646
+ };
10647
+ }
10648
+
10649
+ constructor(map?: { [key: string]: any }) {
10650
+ super(map);
10651
+ }
10652
+ }
10653
+
10654
+ export class UpdateAcceleratorCrossBorderModeResponse extends $tea.Model {
10655
+ headers: { [key: string]: string };
10656
+ statusCode: number;
10657
+ body: UpdateAcceleratorCrossBorderModeResponseBody;
10658
+ static names(): { [key: string]: string } {
10659
+ return {
10660
+ headers: 'headers',
10661
+ statusCode: 'statusCode',
10662
+ body: 'body',
10663
+ };
10664
+ }
10665
+
10666
+ static types(): { [key: string]: any } {
10667
+ return {
10668
+ headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
10669
+ statusCode: 'number',
10670
+ body: UpdateAcceleratorCrossBorderModeResponseBody,
10671
+ };
10672
+ }
10673
+
10674
+ constructor(map?: { [key: string]: any }) {
10675
+ super(map);
10676
+ }
10677
+ }
10678
+
10655
10679
  export class UpdateAclAttributeRequest extends $tea.Model {
10656
10680
  aclId?: string;
10657
10681
  aclName?: string;
@@ -11399,78 +11423,6 @@ export class UpdateBasicIpSetResponse extends $tea.Model {
11399
11423
  }
11400
11424
  }
11401
11425
 
11402
- export class UpdateCrossPrivateStateRequest extends $tea.Model {
11403
- acceleratorId?: string;
11404
- crossPrivateState?: boolean;
11405
- regionId?: string;
11406
- static names(): { [key: string]: string } {
11407
- return {
11408
- acceleratorId: 'AcceleratorId',
11409
- crossPrivateState: 'CrossPrivateState',
11410
- regionId: 'RegionId',
11411
- };
11412
- }
11413
-
11414
- static types(): { [key: string]: any } {
11415
- return {
11416
- acceleratorId: 'string',
11417
- crossPrivateState: 'boolean',
11418
- regionId: 'string',
11419
- };
11420
- }
11421
-
11422
- constructor(map?: { [key: string]: any }) {
11423
- super(map);
11424
- }
11425
- }
11426
-
11427
- export class UpdateCrossPrivateStateResponseBody extends $tea.Model {
11428
- crossPrivateState?: boolean;
11429
- requestId?: string;
11430
- static names(): { [key: string]: string } {
11431
- return {
11432
- crossPrivateState: 'CrossPrivateState',
11433
- requestId: 'RequestId',
11434
- };
11435
- }
11436
-
11437
- static types(): { [key: string]: any } {
11438
- return {
11439
- crossPrivateState: 'boolean',
11440
- requestId: 'string',
11441
- };
11442
- }
11443
-
11444
- constructor(map?: { [key: string]: any }) {
11445
- super(map);
11446
- }
11447
- }
11448
-
11449
- export class UpdateCrossPrivateStateResponse extends $tea.Model {
11450
- headers: { [key: string]: string };
11451
- statusCode: number;
11452
- body: UpdateCrossPrivateStateResponseBody;
11453
- static names(): { [key: string]: string } {
11454
- return {
11455
- headers: 'headers',
11456
- statusCode: 'statusCode',
11457
- body: 'body',
11458
- };
11459
- }
11460
-
11461
- static types(): { [key: string]: any } {
11462
- return {
11463
- headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
11464
- statusCode: 'number',
11465
- body: UpdateCrossPrivateStateResponseBody,
11466
- };
11467
- }
11468
-
11469
- constructor(map?: { [key: string]: any }) {
11470
- super(map);
11471
- }
11472
- }
11473
-
11474
11426
  export class UpdateCustomRoutingEndpointGroupAttributeRequest extends $tea.Model {
11475
11427
  clientToken?: string;
11476
11428
  description?: string;
@@ -12551,6 +12503,28 @@ export class CreateAcceleratorRequestIpSetConfig extends $tea.Model {
12551
12503
  }
12552
12504
  }
12553
12505
 
12506
+ export class CreateAcceleratorRequestTag extends $tea.Model {
12507
+ key?: string;
12508
+ value?: string;
12509
+ static names(): { [key: string]: string } {
12510
+ return {
12511
+ key: 'Key',
12512
+ value: 'Value',
12513
+ };
12514
+ }
12515
+
12516
+ static types(): { [key: string]: any } {
12517
+ return {
12518
+ key: 'string',
12519
+ value: 'string',
12520
+ };
12521
+ }
12522
+
12523
+ constructor(map?: { [key: string]: any }) {
12524
+ super(map);
12525
+ }
12526
+ }
12527
+
12554
12528
  export class CreateAclRequestAclEntries extends $tea.Model {
12555
12529
  entry?: string;
12556
12530
  entryDescription?: string;
@@ -12573,6 +12547,50 @@ export class CreateAclRequestAclEntries extends $tea.Model {
12573
12547
  }
12574
12548
  }
12575
12549
 
12550
+ export class CreateAclRequestTag extends $tea.Model {
12551
+ key?: string;
12552
+ value?: string;
12553
+ static names(): { [key: string]: string } {
12554
+ return {
12555
+ key: 'Key',
12556
+ value: 'Value',
12557
+ };
12558
+ }
12559
+
12560
+ static types(): { [key: string]: any } {
12561
+ return {
12562
+ key: 'string',
12563
+ value: 'string',
12564
+ };
12565
+ }
12566
+
12567
+ constructor(map?: { [key: string]: any }) {
12568
+ super(map);
12569
+ }
12570
+ }
12571
+
12572
+ export class CreateBandwidthPackageRequestTag extends $tea.Model {
12573
+ key?: string;
12574
+ value?: string;
12575
+ static names(): { [key: string]: string } {
12576
+ return {
12577
+ key: 'Key',
12578
+ value: 'Value',
12579
+ };
12580
+ }
12581
+
12582
+ static types(): { [key: string]: any } {
12583
+ return {
12584
+ key: 'string',
12585
+ value: 'string',
12586
+ };
12587
+ }
12588
+
12589
+ constructor(map?: { [key: string]: any }) {
12590
+ super(map);
12591
+ }
12592
+ }
12593
+
12576
12594
  export class CreateBasicAccelerateIpEndpointRelationsRequestAccelerateIpEndpointRelations extends $tea.Model {
12577
12595
  accelerateIpId?: string;
12578
12596
  endpointId?: string;
@@ -12976,6 +12994,28 @@ export class CreateEndpointGroupRequestPortOverrides extends $tea.Model {
12976
12994
  }
12977
12995
  }
12978
12996
 
12997
+ export class CreateEndpointGroupRequestTag extends $tea.Model {
12998
+ key?: string;
12999
+ value?: string;
13000
+ static names(): { [key: string]: string } {
13001
+ return {
13002
+ key: 'Key',
13003
+ value: 'Value',
13004
+ };
13005
+ }
13006
+
13007
+ static types(): { [key: string]: any } {
13008
+ return {
13009
+ key: 'string',
13010
+ value: 'string',
13011
+ };
13012
+ }
13013
+
13014
+ constructor(map?: { [key: string]: any }) {
13015
+ super(map);
13016
+ }
13017
+ }
13018
+
12979
13019
  export class CreateEndpointGroupsRequestEndpointGroupConfigurationsEndpointConfigurations extends $tea.Model {
12980
13020
  endpoint?: string;
12981
13021
  type?: string;
@@ -14134,6 +14174,7 @@ export class DescribeCustomRoutingEndPointTrafficPolicyResponseBodyPortRanges ex
14134
14174
 
14135
14175
  export class DescribeEndpointGroupResponseBodyEndpointConfigurations extends $tea.Model {
14136
14176
  enableClientIPPreservation?: boolean;
14177
+ enableProxyProtocol?: boolean;
14137
14178
  endpoint?: string;
14138
14179
  probePort?: number;
14139
14180
  probeProtocol?: string;
@@ -14142,6 +14183,7 @@ export class DescribeEndpointGroupResponseBodyEndpointConfigurations extends $te
14142
14183
  static names(): { [key: string]: string } {
14143
14184
  return {
14144
14185
  enableClientIPPreservation: 'EnableClientIPPreservation',
14186
+ enableProxyProtocol: 'EnableProxyProtocol',
14145
14187
  endpoint: 'Endpoint',
14146
14188
  probePort: 'ProbePort',
14147
14189
  probeProtocol: 'ProbeProtocol',
@@ -14153,6 +14195,7 @@ export class DescribeEndpointGroupResponseBodyEndpointConfigurations extends $te
14153
14195
  static types(): { [key: string]: any } {
14154
14196
  return {
14155
14197
  enableClientIPPreservation: 'boolean',
14198
+ enableProxyProtocol: 'boolean',
14156
14199
  endpoint: 'string',
14157
14200
  probePort: 'number',
14158
14201
  probeProtocol: 'string',
@@ -14719,6 +14762,7 @@ export class ListAcceleratorsResponseBodyAccelerators extends $tea.Model {
14719
14762
  cenId?: string;
14720
14763
  createTime?: number;
14721
14764
  crossBorderMode?: string;
14765
+ crossBorderStatus?: boolean;
14722
14766
  crossDomainBandwidthPackage?: ListAcceleratorsResponseBodyAcceleratorsCrossDomainBandwidthPackage;
14723
14767
  ddosId?: string;
14724
14768
  description?: string;
@@ -14743,6 +14787,7 @@ export class ListAcceleratorsResponseBodyAccelerators extends $tea.Model {
14743
14787
  cenId: 'CenId',
14744
14788
  createTime: 'CreateTime',
14745
14789
  crossBorderMode: 'CrossBorderMode',
14790
+ crossBorderStatus: 'CrossBorderStatus',
14746
14791
  crossDomainBandwidthPackage: 'CrossDomainBandwidthPackage',
14747
14792
  ddosId: 'DdosId',
14748
14793
  description: 'Description',
@@ -14770,6 +14815,7 @@ export class ListAcceleratorsResponseBodyAccelerators extends $tea.Model {
14770
14815
  cenId: 'string',
14771
14816
  createTime: 'number',
14772
14817
  crossBorderMode: 'string',
14818
+ crossBorderStatus: 'boolean',
14773
14819
  crossDomainBandwidthPackage: ListAcceleratorsResponseBodyAcceleratorsCrossDomainBandwidthPackage,
14774
14820
  ddosId: 'string',
14775
14821
  description: 'string',
@@ -15404,6 +15450,7 @@ export class ListBasicAcceleratorsResponseBodyAccelerators extends $tea.Model {
15404
15450
  basicEndpointGroupId?: string;
15405
15451
  basicIpSetId?: string;
15406
15452
  createTime?: number;
15453
+ crossBorderStatus?: boolean;
15407
15454
  crossDomainBandwidthPackage?: ListBasicAcceleratorsResponseBodyAcceleratorsCrossDomainBandwidthPackage;
15408
15455
  description?: string;
15409
15456
  expiredTime?: number;
@@ -15422,6 +15469,7 @@ export class ListBasicAcceleratorsResponseBodyAccelerators extends $tea.Model {
15422
15469
  basicEndpointGroupId: 'BasicEndpointGroupId',
15423
15470
  basicIpSetId: 'BasicIpSetId',
15424
15471
  createTime: 'CreateTime',
15472
+ crossBorderStatus: 'CrossBorderStatus',
15425
15473
  crossDomainBandwidthPackage: 'CrossDomainBandwidthPackage',
15426
15474
  description: 'Description',
15427
15475
  expiredTime: 'ExpiredTime',
@@ -15443,6 +15491,7 @@ export class ListBasicAcceleratorsResponseBodyAccelerators extends $tea.Model {
15443
15491
  basicEndpointGroupId: 'string',
15444
15492
  basicIpSetId: 'string',
15445
15493
  createTime: 'number',
15494
+ crossBorderStatus: 'boolean',
15446
15495
  crossDomainBandwidthPackage: ListBasicAcceleratorsResponseBodyAcceleratorsCrossDomainBandwidthPackage,
15447
15496
  description: 'string',
15448
15497
  expiredTime: 'number',
@@ -17755,6 +17804,7 @@ export default class Client extends OpenApi {
17755
17804
  }
17756
17805
 
17757
17806
  /**
17807
+ * ## Usage notes
17758
17808
  * The **ChangeResourceGroup** operation cannot be repeatedly called for the same GA instance within a specific period of time.
17759
17809
  *
17760
17810
  * @param request ChangeResourceGroupRequest
@@ -17802,6 +17852,7 @@ export default class Client extends OpenApi {
17802
17852
  }
17803
17853
 
17804
17854
  /**
17855
+ * ## Usage notes
17805
17856
  * The **ChangeResourceGroup** operation cannot be repeatedly called for the same GA instance within a specific period of time.
17806
17857
  *
17807
17858
  * @param request ChangeResourceGroupRequest
@@ -17889,7 +17940,7 @@ export default class Client extends OpenApi {
17889
17940
  }
17890
17941
 
17891
17942
  /**
17892
- * **CreateAccelerator** is an asynchronous operation. After you send a request, the system returns the ID of a GA instance, but the operation is still being performed in the system background. You can call the [DescribeAccelerator](~~153235~~) operation to query the state of a GA instance.
17943
+ * **CreateAccelerator** is an asynchronous operation. After you send a request, the system returns the ID of a GA instance, but the operation is still being performed in the system background. You can call the [DescribeAccelerator](~~153235~~) operation to query the status of a GA instance.
17893
17944
  * * If the GA instance is in the **init** state, it indicates that the GA instance is being created. In this case, you can perform only query operations.
17894
17945
  * * If the GA instance is in the **active** state, it indicates that the GA instance is created.
17895
17946
  *
@@ -17956,6 +18007,10 @@ export default class Client extends OpenApi {
17956
18007
  query["Spec"] = request.spec;
17957
18008
  }
17958
18009
 
18010
+ if (!Util.isUnset(request.tag)) {
18011
+ query["Tag"] = request.tag;
18012
+ }
18013
+
17959
18014
  let req = new $OpenApi.OpenApiRequest({
17960
18015
  query: OpenApiUtil.query(query),
17961
18016
  });
@@ -17974,7 +18029,7 @@ export default class Client extends OpenApi {
17974
18029
  }
17975
18030
 
17976
18031
  /**
17977
- * **CreateAccelerator** is an asynchronous operation. After you send a request, the system returns the ID of a GA instance, but the operation is still being performed in the system background. You can call the [DescribeAccelerator](~~153235~~) operation to query the state of a GA instance.
18032
+ * **CreateAccelerator** is an asynchronous operation. After you send a request, the system returns the ID of a GA instance, but the operation is still being performed in the system background. You can call the [DescribeAccelerator](~~153235~~) operation to query the status of a GA instance.
17978
18033
  * * If the GA instance is in the **init** state, it indicates that the GA instance is being created. In this case, you can perform only query operations.
17979
18034
  * * If the GA instance is in the **active** state, it indicates that the GA instance is created.
17980
18035
  *
@@ -18026,6 +18081,10 @@ export default class Client extends OpenApi {
18026
18081
  query["ResourceGroupId"] = request.resourceGroupId;
18027
18082
  }
18028
18083
 
18084
+ if (!Util.isUnset(request.tag)) {
18085
+ query["Tag"] = request.tag;
18086
+ }
18087
+
18029
18088
  let req = new $OpenApi.OpenApiRequest({
18030
18089
  query: OpenApiUtil.query(query),
18031
18090
  });
@@ -18149,12 +18208,13 @@ export default class Client extends OpenApi {
18149
18208
  }
18150
18209
 
18151
18210
  /**
18211
+ * ##
18152
18212
  * To use Global Accelerator (GA) for acceleration, you must purchase a basic bandwidth plan. A basic bandwidth plan supports the following bandwidth types:
18153
18213
  * * **Basic**: Both the default acceleration region and the default service region are in the Chinese mainland. The accelerated service is deployed on Alibaba Cloud.
18154
18214
  * * **Enhanced**: Both the default acceleration region and the default service region are in the Chinese mainland. The accelerated service can be deployed on and off Alibaba Cloud.
18155
18215
  * * **Premium**: Both the default acceleration region and the default service region are in the Chinese mainland. The accelerated service can be deployed on and off Alibaba Cloud. If you want to accelerate data transfer for clients in the Chinese mainland, you must select China (Hong Kong) as the acceleration region.
18156
18216
  * When you call this operation, take note of the following items:
18157
- * * **CreateBandwidthPackage** is an asynchronous operation. After you send a request, the system returns the ID of a bandwidth plan, but the bandwidth plan is still being created in the system background. You can call the [DescribeBandwidthPackage](~~153241~~) operation to query the state of the bandwidth plan.
18217
+ * * The **CreateBandwidthPackage** operation 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 [DescribeBandwidthPackage](~~153241~~) operation to query the status of the bandwidth plan.
18158
18218
  * * If the bandwidth plan is in the **init** state, it indicates that the bandwidth plan is being created. In this case, you can perform only query operations.
18159
18219
  * * If the bandwidth plan is in the **active** state, it indicates that the bandwidth plan is created.
18160
18220
  * * The **CreateBandwidthPackage** operation cannot be repeatedly called for the same GA instance within a specific period of time.
@@ -18234,6 +18294,10 @@ export default class Client extends OpenApi {
18234
18294
  query["ResourceGroupId"] = request.resourceGroupId;
18235
18295
  }
18236
18296
 
18297
+ if (!Util.isUnset(request.tag)) {
18298
+ query["Tag"] = request.tag;
18299
+ }
18300
+
18237
18301
  if (!Util.isUnset(request.type)) {
18238
18302
  query["Type"] = request.type;
18239
18303
  }
@@ -18256,12 +18320,13 @@ export default class Client extends OpenApi {
18256
18320
  }
18257
18321
 
18258
18322
  /**
18323
+ * ##
18259
18324
  * To use Global Accelerator (GA) for acceleration, you must purchase a basic bandwidth plan. A basic bandwidth plan supports the following bandwidth types:
18260
18325
  * * **Basic**: Both the default acceleration region and the default service region are in the Chinese mainland. The accelerated service is deployed on Alibaba Cloud.
18261
18326
  * * **Enhanced**: Both the default acceleration region and the default service region are in the Chinese mainland. The accelerated service can be deployed on and off Alibaba Cloud.
18262
18327
  * * **Premium**: Both the default acceleration region and the default service region are in the Chinese mainland. The accelerated service can be deployed on and off Alibaba Cloud. If you want to accelerate data transfer for clients in the Chinese mainland, you must select China (Hong Kong) as the acceleration region.
18263
18328
  * When you call this operation, take note of the following items:
18264
- * * **CreateBandwidthPackage** is an asynchronous operation. After you send a request, the system returns the ID of a bandwidth plan, but the bandwidth plan is still being created in the system background. You can call the [DescribeBandwidthPackage](~~153241~~) operation to query the state of the bandwidth plan.
18329
+ * * The **CreateBandwidthPackage** operation 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 [DescribeBandwidthPackage](~~153241~~) operation to query the status of the bandwidth plan.
18265
18330
  * * If the bandwidth plan is in the **init** state, it indicates that the bandwidth plan is being created. In this case, you can perform only query operations.
18266
18331
  * * If the bandwidth plan is in the **active** state, it indicates that the bandwidth plan is created.
18267
18332
  * * The **CreateBandwidthPackage** operation cannot be repeatedly called for the same GA instance within a specific period of time.
@@ -18459,10 +18524,11 @@ export default class Client extends OpenApi {
18459
18524
  }
18460
18525
 
18461
18526
  /**
18527
+ * ## Usage notes
18462
18528
  * Basic GA instances use high-quality global network bandwidth and the transmission network of Alibaba Cloud to provide users with point-to-point acceleration services. You can use basic GA instances to accelerate content delivery at Layer 3 (IP protocols). For more information, see [Overview of GA instances](~~153127~~).
18463
- * The **CreateBasicAccelerator** operation is asynchronous. After you send a request, the system returns the ID of a basic GA instance, but the operation is still being performed in the background. You can call the [GetBasicAccelerator](~~353188~~) or [ListBasicAccelerators](~~353189~~) operation to query the status of a basic GA instance:
18464
- * * If a basic GA instance is in the **init** state, the basic GA instance is being created. In this case, you can perform only query operations.
18465
- * * If a basic GA instance is in the **active** state, the basic GA instance is created.
18529
+ * **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:
18530
+ * * If the basic GA instance is in the **init** state, it indicates the basic GA instance is being created. In this case, you can perform only query operations.
18531
+ * * If the basic GA instance is in the **active** state, it indicates that the basic GA instance is created.
18466
18532
  *
18467
18533
  * @param request CreateBasicAcceleratorRequest
18468
18534
  * @param runtime runtime options for this request RuntimeOptions
@@ -18541,10 +18607,11 @@ export default class Client extends OpenApi {
18541
18607
  }
18542
18608
 
18543
18609
  /**
18610
+ * ## Usage notes
18544
18611
  * Basic GA instances use high-quality global network bandwidth and the transmission network of Alibaba Cloud to provide users with point-to-point acceleration services. You can use basic GA instances to accelerate content delivery at Layer 3 (IP protocols). For more information, see [Overview of GA instances](~~153127~~).
18545
- * The **CreateBasicAccelerator** operation is asynchronous. After you send a request, the system returns the ID of a basic GA instance, but the operation is still being performed in the background. You can call the [GetBasicAccelerator](~~353188~~) or [ListBasicAccelerators](~~353189~~) operation to query the status of a basic GA instance:
18546
- * * If a basic GA instance is in the **init** state, the basic GA instance is being created. In this case, you can perform only query operations.
18547
- * * If a basic GA instance is in the **active** state, the basic GA instance is created.
18612
+ * **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:
18613
+ * * If the basic GA instance is in the **init** state, it indicates the basic GA instance is being created. In this case, you can perform only query operations.
18614
+ * * If the basic GA instance is in the **active** state, it indicates that the basic GA instance is created.
18548
18615
  *
18549
18616
  * @param request CreateBasicAcceleratorRequest
18550
18617
  * @return CreateBasicAcceleratorResponse
@@ -18639,13 +18706,11 @@ export default class Client extends OpenApi {
18639
18706
  }
18640
18707
 
18641
18708
  /**
18642
- * Before you call this operation, take note of the following items:
18643
- * * You can add only one endpoint group and one endpoint for each basic GA instance. The endpoint must be a Classic Load Balancer (CLB) instance of the Virtual Private Cloud (VPC) type or a secondary elastic network interface (ENI).
18644
- * * You cannot add a secondary ENI or CLB instance as an endpoint for a basic GA instance if the secondary ENI or CLB instance is associated with an elastic IP address (EIP).
18645
- * * **CreateBasicEndpointGroup** 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.
18709
+ * ##
18710
+ * * The **CreateBasicEndpointGroup** operation 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 [GetBasicEndpointGroup](~~362984~~) operation to query the status of an endpoint group.
18646
18711
  * * If the endpoint group is in the **init** state, the endpoint is being created. In this case, you can perform only query operations.
18647
18712
  * * If the endpoint group is in the **active** state, the endpoint group is created.
18648
- * * The **CreateBasicEndpointGroup** operation cannot be repeatedly called for the same GA instance within a specific period of time.
18713
+ * * The **CreateBasicEndpointGroup** operation cannot be repeatedly called for the same basic GA instance within a specific period of time.
18649
18714
  *
18650
18715
  * @param request CreateBasicEndpointGroupRequest
18651
18716
  * @param runtime runtime options for this request RuntimeOptions
@@ -18708,13 +18773,11 @@ export default class Client extends OpenApi {
18708
18773
  }
18709
18774
 
18710
18775
  /**
18711
- * Before you call this operation, take note of the following items:
18712
- * * You can add only one endpoint group and one endpoint for each basic GA instance. The endpoint must be a Classic Load Balancer (CLB) instance of the Virtual Private Cloud (VPC) type or a secondary elastic network interface (ENI).
18713
- * * You cannot add a secondary ENI or CLB instance as an endpoint for a basic GA instance if the secondary ENI or CLB instance is associated with an elastic IP address (EIP).
18714
- * * **CreateBasicEndpointGroup** 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.
18776
+ * ##
18777
+ * * The **CreateBasicEndpointGroup** operation 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 [GetBasicEndpointGroup](~~362984~~) operation to query the status of an endpoint group.
18715
18778
  * * If the endpoint group is in the **init** state, the endpoint is being created. In this case, you can perform only query operations.
18716
18779
  * * If the endpoint group is in the **active** state, the endpoint group is created.
18717
- * * The **CreateBasicEndpointGroup** operation cannot be repeatedly called for the same GA instance within a specific period of time.
18780
+ * * The **CreateBasicEndpointGroup** operation cannot be repeatedly called for the same basic GA instance within a specific period of time.
18718
18781
  *
18719
18782
  * @param request CreateBasicEndpointGroupRequest
18720
18783
  * @return CreateBasicEndpointGroupResponse
@@ -18725,10 +18788,9 @@ export default class Client extends OpenApi {
18725
18788
  }
18726
18789
 
18727
18790
  /**
18728
- * * **CreateEndpointGroups** 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 [ListBasicEndpoints](~~466831~~) API operation to query the status of endpoints.
18729
- * * If the endpoints are in the **init** state, the endpoints are being created. In this case, you can perform only query operations.
18730
- * * If all endpoints are in the **active** state, the endpoints are created.
18731
- * * The **CreateBasicEndpointGroup** API operation cannot be repeatedly called for the same basic GA instance within a period of time.
18791
+ * ### Usage notes
18792
+ * * **CreateBasicEndpoints** is an asynchronous operation. After you call this operation, the system returns a request ID and runs the task in the background. You can call the [ListBasicEndpoints](~~466831~~) operation to query the status of endpoints. - If one or more endpoints are in the **init** state, the endpoints are being created. In this case, you can perform only query operations. - If all endpoints are in the **active** state, the endpoints are created.
18793
+ * * The **CreateBasicEndpoints** operation cannot be repeatedly called for the same GA instance within a specific period of time.
18732
18794
  *
18733
18795
  * @param request CreateBasicEndpointsRequest
18734
18796
  * @param runtime runtime options for this request RuntimeOptions
@@ -18775,10 +18837,9 @@ export default class Client extends OpenApi {
18775
18837
  }
18776
18838
 
18777
18839
  /**
18778
- * * **CreateEndpointGroups** 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 [ListBasicEndpoints](~~466831~~) API operation to query the status of endpoints.
18779
- * * If the endpoints are in the **init** state, the endpoints are being created. In this case, you can perform only query operations.
18780
- * * If all endpoints are in the **active** state, the endpoints are created.
18781
- * * The **CreateBasicEndpointGroup** API operation cannot be repeatedly called for the same basic GA instance within a period of time.
18840
+ * ### Usage notes
18841
+ * * **CreateBasicEndpoints** is an asynchronous operation. After you call this operation, the system returns a request ID and runs the task in the background. You can call the [ListBasicEndpoints](~~466831~~) operation to query the status of endpoints. - If one or more endpoints are in the **init** state, the endpoints are being created. In this case, you can perform only query operations. - If all endpoints are in the **active** state, the endpoints are created.
18842
+ * * The **CreateBasicEndpoints** operation cannot be repeatedly called for the same GA instance within a specific period of time.
18782
18843
  *
18783
18844
  * @param request CreateBasicEndpointsRequest
18784
18845
  * @return CreateBasicEndpointsResponse
@@ -18789,9 +18850,9 @@ export default class Client extends OpenApi {
18789
18850
  }
18790
18851
 
18791
18852
  /**
18792
- * Before you call this operation, take note of the following items:
18853
+ * Before you call this operation, take note of the following limits:
18793
18854
  * * You can add only one acceleration region for each basic GA instance, and only IPv4 clients can connect to basic GA instances.
18794
- * * **CreateBasicIpSet** 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 [GetBasicIpSet](~~362987~~) operation to query the state of an acceleration region.
18855
+ * * **CreateBasicIpSet** 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.
18795
18856
  * * If the acceleration region is in the **init** state, the acceleration region is being created. In this case, you can perform only query operations.
18796
18857
  * * If the acceleration region is in the **active** state, the acceleration region is created.
18797
18858
  * * The **CreateBasicIpSet** operation cannot be repeatedly called for the same GA instance within a specific period of time.
@@ -18845,9 +18906,9 @@ export default class Client extends OpenApi {
18845
18906
  }
18846
18907
 
18847
18908
  /**
18848
- * Before you call this operation, take note of the following items:
18909
+ * Before you call this operation, take note of the following limits:
18849
18910
  * * You can add only one acceleration region for each basic GA instance, and only IPv4 clients can connect to basic GA instances.
18850
- * * **CreateBasicIpSet** 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 [GetBasicIpSet](~~362987~~) operation to query the state of an acceleration region.
18911
+ * * **CreateBasicIpSet** 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.
18851
18912
  * * If the acceleration region is in the **init** state, the acceleration region is being created. In this case, you can perform only query operations.
18852
18913
  * * If the acceleration region is in the **active** state, the acceleration region is created.
18853
18914
  * * The **CreateBasicIpSet** operation cannot be repeatedly called for the same GA instance within a specific period of time.
@@ -18861,20 +18922,19 @@ export default class Client extends OpenApi {
18861
18922
  }
18862
18923
 
18863
18924
  /**
18864
- * 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, mapping information (protocols and port ranges) of the associated endpoint groups, and IP addresses of endpoints (vSwitches) and forwards client requests to specified IP addresses and ports in the vSwitches.
18865
- * This operation is used to create endpoint group mappings for custom routing listeners. When you call this operation, take note of the following items:
18866
- * - **CreateCustomRoutingEndpointGroupDestinations** 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 [DescribeCustomRoutingEndpointGroup](https://www.alibabacloud.com/help/en/global-accelerator/latest/describecustomroutingendpointgroup) operation to query the state of a specified endpoint group and determine whether mappings are created in the endpoint group.
18867
- *
18868
- * - If the endpoint group is in the **updating** state, it indicates that mappings are being created in the endpoint group. In this case, you can perform only query operations.
18869
- * - If the endpoint group is in the **active** state, it indicates that mappings are created in the endpoint group.
18870
- * - The **CreateCustomRoutingEndpointGroupDestinations** operation cannot be called repeatedly for the same GA instance within a specific period of time.
18871
- * ## Prerequisites
18872
- * The following operations are complete before you call this operation:
18873
- * - Create a standard GA instance. For more information, see [CreateAccelerator](https://www.alibabacloud.com/help/en/global-accelerator/latest/createaccelerator).
18874
- * - Associate a bandwidth plan with the standard GA instance. For more information, see [BandwidthPackageAddAccelerator](https://www.alibabacloud.com/help/en/global-accelerator/latest/bandwidthpackageaddaccelerator).
18875
- * - Deploy an application that serves as the endpoint of the standard 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.
18876
- * - Apply for permissions to use custom routing listeners, and create a custom routing listener for the GA instance. The custom routing listener feature is in invitational preview. To use the feature, [submit a ticket](https://workorder-intl.console.aliyun.com/?spm=5176.11182188.console-base-top.dworkorder.18ae4882n3v6ZW#/ticket/createIndex). For information about how to create a custom routing listener, see [CreateListener](https://www.alibabacloud.com/help/en/global-accelerator/latest/createlistener).
18877
- * - Create an endpoint group for the custom routing listener. For more information, see [CreateCustomRoutingEndpointGroups](https://www.alibabacloud.com/help/en/global-accelerator/latest/createcustomroutingendpointgroups).
18925
+ * After you configure a custom routing listener for a Global Accelerator (GA) instance, the GA instance generates a port mapping table based on the listener port range, mapping information (protocols and port ranges) of the associated endpoint groups, and IP addresses of endpoints (vSwitches), and forwards client requests to the specified IP addresses and ports in the vSwitches.
18926
+ * You can call this operation to create mapping configurations for an endpoint group of a custom routing listener. When you call this operation, take note of the following items:
18927
+ * * **CreateCustomRoutingEndpointGroupDestinations** 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 mapping configurations are created for the endpoint group.
18928
+ * * If the endpoint group is in the **updating** state, it indicates that mapping configurations are being created for the endpoint group. In this case, you can perform only query operations.
18929
+ * * If the endpoint group is in the **active** state, it indicates that mapping configurations are created for the endpoint group.
18930
+ * * The **CreateCustomRoutingEndpointGroupDestinations** operation cannot be called repeatedly for the same GA instance within a specific period of time.
18931
+ * ### Prerequisites
18932
+ * Make sure that the following operations are performed before you call this operation:
18933
+ * * A standard GA instance is created. For more information, see [CreateAccelerator](~~206786~~).
18934
+ * * A bandwidth plan is associated with the standard GA instance. For more information, see [BandwidthPackageAddAccelerator](~~153239~~).
18935
+ * * An application is deployed to receive requests that are forwarded from GA. You can specify only vSwitches as endpoints for custom routing listeners.
18936
+ * * The permissions to use custom routing listeners are acquired and a custom routing listener is created for the 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~~).
18937
+ * * An endpoint group is created for the custom routing listener. For more information, see [CreateCustomRoutingEndpointGroups](~~449363~~).
18878
18938
  *
18879
18939
  * @param request CreateCustomRoutingEndpointGroupDestinationsRequest
18880
18940
  * @param runtime runtime options for this request RuntimeOptions
@@ -18921,20 +18981,19 @@ export default class Client extends OpenApi {
18921
18981
  }
18922
18982
 
18923
18983
  /**
18924
- * 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, mapping information (protocols and port ranges) of the associated endpoint groups, and IP addresses of endpoints (vSwitches) and forwards client requests to specified IP addresses and ports in the vSwitches.
18925
- * This operation is used to create endpoint group mappings for custom routing listeners. When you call this operation, take note of the following items:
18926
- * - **CreateCustomRoutingEndpointGroupDestinations** 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 [DescribeCustomRoutingEndpointGroup](https://www.alibabacloud.com/help/en/global-accelerator/latest/describecustomroutingendpointgroup) operation to query the state of a specified endpoint group and determine whether mappings are created in the endpoint group.
18927
- *
18928
- * - If the endpoint group is in the **updating** state, it indicates that mappings are being created in the endpoint group. In this case, you can perform only query operations.
18929
- * - If the endpoint group is in the **active** state, it indicates that mappings are created in the endpoint group.
18930
- * - The **CreateCustomRoutingEndpointGroupDestinations** operation cannot be called repeatedly for the same GA instance within a specific period of time.
18931
- * ## Prerequisites
18932
- * The following operations are complete before you call this operation:
18933
- * - Create a standard GA instance. For more information, see [CreateAccelerator](https://www.alibabacloud.com/help/en/global-accelerator/latest/createaccelerator).
18934
- * - Associate a bandwidth plan with the standard GA instance. For more information, see [BandwidthPackageAddAccelerator](https://www.alibabacloud.com/help/en/global-accelerator/latest/bandwidthpackageaddaccelerator).
18935
- * - Deploy an application that serves as the endpoint of the standard 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.
18936
- * - Apply for permissions to use custom routing listeners, and create a custom routing listener for the GA instance. The custom routing listener feature is in invitational preview. To use the feature, [submit a ticket](https://workorder-intl.console.aliyun.com/?spm=5176.11182188.console-base-top.dworkorder.18ae4882n3v6ZW#/ticket/createIndex). For information about how to create a custom routing listener, see [CreateListener](https://www.alibabacloud.com/help/en/global-accelerator/latest/createlistener).
18937
- * - Create an endpoint group for the custom routing listener. For more information, see [CreateCustomRoutingEndpointGroups](https://www.alibabacloud.com/help/en/global-accelerator/latest/createcustomroutingendpointgroups).
18984
+ * After you configure a custom routing listener for a Global Accelerator (GA) instance, the GA instance generates a port mapping table based on the listener port range, mapping information (protocols and port ranges) of the associated endpoint groups, and IP addresses of endpoints (vSwitches), and forwards client requests to the specified IP addresses and ports in the vSwitches.
18985
+ * You can call this operation to create mapping configurations for an endpoint group of a custom routing listener. When you call this operation, take note of the following items:
18986
+ * * **CreateCustomRoutingEndpointGroupDestinations** 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 mapping configurations are created for the endpoint group.
18987
+ * * If the endpoint group is in the **updating** state, it indicates that mapping configurations are being created for the endpoint group. In this case, you can perform only query operations.
18988
+ * * If the endpoint group is in the **active** state, it indicates that mapping configurations are created for the endpoint group.
18989
+ * * The **CreateCustomRoutingEndpointGroupDestinations** operation cannot be called repeatedly for the same GA instance within a specific period of time.
18990
+ * ### Prerequisites
18991
+ * Make sure that the following operations are performed before you call this operation:
18992
+ * * A standard GA instance is created. For more information, see [CreateAccelerator](~~206786~~).
18993
+ * * A bandwidth plan is associated with the standard GA instance. For more information, see [BandwidthPackageAddAccelerator](~~153239~~).
18994
+ * * An application is deployed to receive requests that are forwarded from GA. You can specify only vSwitches as endpoints for custom routing listeners.
18995
+ * * The permissions to use custom routing listeners are acquired and a custom routing listener is created for the 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~~).
18996
+ * * An endpoint group is created for the custom routing listener. For more information, see [CreateCustomRoutingEndpointGroups](~~449363~~).
18938
18997
  *
18939
18998
  * @param request CreateCustomRoutingEndpointGroupDestinationsRequest
18940
18999
  * @return CreateCustomRoutingEndpointGroupDestinationsResponse
@@ -18945,22 +19004,21 @@ export default class Client extends OpenApi {
18945
19004
  }
18946
19005
 
18947
19006
  /**
18948
- * GA forwards client requests to endpoints in an endpoint group based on the routing type of the listener that is associated with the endpoint group.
18949
- * - After you configure an intelligent routing listener for a GA instance, the GA instance selects a nearby and healthy endpoint group and forwards client requests to a healthy endpoint in the endpoint group.
18950
- * - After you configure a custom routing listener for a GA instance, the instance generates a port mapping table based on the listener port range, backend service protocols and port ranges of the associated endpoint groups, and IP addresses of endpoints (vSwitches) and forwards client requests to specified IP addresses and ports in the vSwitches.
18951
- * This operation is used to create endpoint groups for custom routing listeners. For information about how to create endpoint groups for intelligent routing listeners, see [CreateEndpointGroup](https://www.alibabacloud.com/help/en/global-accelerator/latest/createendpointgroup).
19007
+ * Global Accelerator (GA) forwards client requests to endpoints in an endpoint group based on the routing type of the listener that is associated with the endpoint group.
19008
+ * * After you configure an intelligent routing listener for a GA instance, the GA instance selects a nearby and healthy endpoint group and forwards client requests to a healthy endpoint in the endpoint group.
19009
+ * * After you configure a custom routing listener for a GA instance, the instance generates a port mapping table based on the listener port range, protocols and port ranges of the associated endpoint groups, and IP addresses of endpoints (vSwitches), and forwards client requests to specified IP addresses and ports in the vSwitches.
19010
+ * You can call this operation to create endpoint groups for custom routing listeners. For information about how to create endpoint groups for intelligent routing listeners, see [CreateEndpointGroup](~~153259~~).
18952
19011
  * When you call this operation, take note of the following items:
18953
- * - **CreateCustomRoutingEndpointGroups** 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 [DescribeCustomRoutingEndpointGroup](https://www.alibabacloud.com/help/en/global-accelerator/latest/describecustomroutingendpointgroup) or [ListCustomRoutingEndpointGroups](https://www.alibabacloud.com/help/en/global-accelerator/latest/listcustomroutingendpointgroups) operation to query the status of the endpoint groups that are associated with custom routing listeners.
18954
- *
18955
- * - If one or more endpoints groups are in the **init** state, it indicates that the endpoint groups are being created. In this case, you can perform only query operations.
18956
- * - If all endpoint groups are in the **active** state, it indicates that the endpoint groups are created.
18957
- * - The **CreateCustomRoutingEndpointGroups** operation cannot be called repeatedly for the same GA instance within a specific period of time.
18958
- * ## Prerequisites
18959
- * The following operations are complete before you call this operation:
18960
- * - Create a standard GA instance. For more information, see [CreateAccelerator](https://www.alibabacloud.com/help/en/global-accelerator/latest/createaccelerator).
18961
- * - Associate a bandwidth plan with the standard GA instance. For more information, see [BandwidthPackageAddAccelerator](https://www.alibabacloud.com/help/en/global-accelerator/latest/bandwidthpackageaddaccelerator).
18962
- * - Deploy an application that serves as the endpoint of the standard 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.
18963
- * - Apply for permissions to use custom routing listeners, and create a custom routing listener for the GA instance. The custom routing listener feature is in invitational preview. To use the feature, [submit a ticket](https://workorder-intl.console.aliyun.com/?spm=5176.11182188.console-base-top.dworkorder.18ae4882n3v6ZW#/ticket/createIndex). For information about how to create a custom routing listener, see [CreateListener](https://www.alibabacloud.com/help/en/global-accelerator/latest/createlistener).
19012
+ * * **CreateCustomRoutingEndpointGroups** 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~~) or [ListCustomRoutingEndpointGroups](~~449374~~) operation to query the status of the endpoint groups that are associated with custom routing listeners.
19013
+ * * If one or more endpoint groups are in the **init** state, it indicates that the endpoint groups are being created. In this case, you can perform only query operations.
19014
+ * * If all endpoint groups are in the **active** state, it indicates that the endpoint groups are created.
19015
+ * * The **CreateCustomRoutingEndpointGroups** operation cannot be called repeatedly for the same GA instance within a specific period of time.
19016
+ * ### Prerequisites
19017
+ * Make sure that the following requirements are met before you call this operation:
19018
+ * * A standard GA instance is created. For more information, see [CreateAccelerator](~~206786~~).
19019
+ * * A bandwidth plan is associated with the standard GA instance. For more information, see [BandwidthPackageAddAccelerator](~~153239~~).
19020
+ * * An application is deployed to receive requests that are forwarded from GA. You can specify only vSwitches as endpoints for custom routing listeners.
19021
+ * * The permissions to use custom routing listeners are acquired and a custom routing listener is created for the 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~~).
18964
19022
  *
18965
19023
  * @param request CreateCustomRoutingEndpointGroupsRequest
18966
19024
  * @param runtime runtime options for this request RuntimeOptions
@@ -19011,22 +19069,21 @@ export default class Client extends OpenApi {
19011
19069
  }
19012
19070
 
19013
19071
  /**
19014
- * GA forwards client requests to endpoints in an endpoint group based on the routing type of the listener that is associated with the endpoint group.
19015
- * - After you configure an intelligent routing listener for a GA instance, the GA instance selects a nearby and healthy endpoint group and forwards client requests to a healthy endpoint in the endpoint group.
19016
- * - After you configure a custom routing listener for a GA instance, the instance generates a port mapping table based on the listener port range, backend service protocols and port ranges of the associated endpoint groups, and IP addresses of endpoints (vSwitches) and forwards client requests to specified IP addresses and ports in the vSwitches.
19017
- * This operation is used to create endpoint groups for custom routing listeners. For information about how to create endpoint groups for intelligent routing listeners, see [CreateEndpointGroup](https://www.alibabacloud.com/help/en/global-accelerator/latest/createendpointgroup).
19072
+ * Global Accelerator (GA) forwards client requests to endpoints in an endpoint group based on the routing type of the listener that is associated with the endpoint group.
19073
+ * * After you configure an intelligent routing listener for a GA instance, the GA instance selects a nearby and healthy endpoint group and forwards client requests to a healthy endpoint in the endpoint group.
19074
+ * * After you configure a custom routing listener for a GA instance, the instance generates a port mapping table based on the listener port range, protocols and port ranges of the associated endpoint groups, and IP addresses of endpoints (vSwitches), and forwards client requests to specified IP addresses and ports in the vSwitches.
19075
+ * You can call this operation to create endpoint groups for custom routing listeners. For information about how to create endpoint groups for intelligent routing listeners, see [CreateEndpointGroup](~~153259~~).
19018
19076
  * When you call this operation, take note of the following items:
19019
- * - **CreateCustomRoutingEndpointGroups** 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 [DescribeCustomRoutingEndpointGroup](https://www.alibabacloud.com/help/en/global-accelerator/latest/describecustomroutingendpointgroup) or [ListCustomRoutingEndpointGroups](https://www.alibabacloud.com/help/en/global-accelerator/latest/listcustomroutingendpointgroups) operation to query the status of the endpoint groups that are associated with custom routing listeners.
19020
- *
19021
- * - If one or more endpoints groups are in the **init** state, it indicates that the endpoint groups are being created. In this case, you can perform only query operations.
19022
- * - If all endpoint groups are in the **active** state, it indicates that the endpoint groups are created.
19023
- * - The **CreateCustomRoutingEndpointGroups** operation cannot be called repeatedly for the same GA instance within a specific period of time.
19024
- * ## Prerequisites
19025
- * The following operations are complete before you call this operation:
19026
- * - Create a standard GA instance. For more information, see [CreateAccelerator](https://www.alibabacloud.com/help/en/global-accelerator/latest/createaccelerator).
19027
- * - Associate a bandwidth plan with the standard GA instance. For more information, see [BandwidthPackageAddAccelerator](https://www.alibabacloud.com/help/en/global-accelerator/latest/bandwidthpackageaddaccelerator).
19028
- * - Deploy an application that serves as the endpoint of the standard 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.
19029
- * - Apply for permissions to use custom routing listeners, and create a custom routing listener for the GA instance. The custom routing listener feature is in invitational preview. To use the feature, [submit a ticket](https://workorder-intl.console.aliyun.com/?spm=5176.11182188.console-base-top.dworkorder.18ae4882n3v6ZW#/ticket/createIndex). For information about how to create a custom routing listener, see [CreateListener](https://www.alibabacloud.com/help/en/global-accelerator/latest/createlistener).
19077
+ * * **CreateCustomRoutingEndpointGroups** 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~~) or [ListCustomRoutingEndpointGroups](~~449374~~) operation to query the status of the endpoint groups that are associated with custom routing listeners.
19078
+ * * If one or more endpoint groups are in the **init** state, it indicates that the endpoint groups are being created. In this case, you can perform only query operations.
19079
+ * * If all endpoint groups are in the **active** state, it indicates that the endpoint groups are created.
19080
+ * * The **CreateCustomRoutingEndpointGroups** operation cannot be called repeatedly for the same GA instance within a specific period of time.
19081
+ * ### Prerequisites
19082
+ * Make sure that the following requirements are met before you call this operation:
19083
+ * * A standard GA instance is created. For more information, see [CreateAccelerator](~~206786~~).
19084
+ * * A bandwidth plan is associated with the standard GA instance. For more information, see [BandwidthPackageAddAccelerator](~~153239~~).
19085
+ * * An application is deployed to receive requests that are forwarded from GA. You can specify only vSwitches as endpoints for custom routing listeners.
19086
+ * * The permissions to use custom routing listeners are acquired and a custom routing listener is created for the 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~~).
19030
19087
  *
19031
19088
  * @param request CreateCustomRoutingEndpointGroupsRequest
19032
19089
  * @return CreateCustomRoutingEndpointGroupsResponse
@@ -19037,21 +19094,20 @@ export default class Client extends OpenApi {
19037
19094
  }
19038
19095
 
19039
19096
  /**
19040
- * This operation takes effect only when traffic is allowed to specified destinations. You can call the [DescribeCustomRoutingEndpoint](https://www.alibabacloud.com/help/en/global-accelerator/latest/describecustomroutingendpoint) operation to query the access policy of traffic for the specified endpoint. This operation takes effect only when **TrafficToEndpointPolicy** is set to **AllowCustom**.
19097
+ * This operation takes effect only when the traffic access policy of an endpoint allows traffic to specified destinations. You can call the [DescribeCustomRoutingEndpoint](~~449386~~) operation to query the traffic access policy of an endpoint. The CreateCustomRoutingEndpointTrafficPolicies operation takes effect only when **TrafficToEndpointPolicy** of an endpoint is set to **AllowCustom**.
19041
19098
  * When you call this operation, take note of the following items:
19042
- * - **CreateCustomRoutingEndpointTrafficPolicies** 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 [DescribeCustomRoutingEndpointGroup](https://www.alibabacloud.com/help/en/global-accelerator/latest/describecustomroutingendpointgroup) operation to query the state of an endpoint group to check whether access policies of traffic are created for endpoints in the endpoint group.
19043
- *
19044
- * - If the endpoint group is in the **updating** state, access policies of traffic are being created for endpoints in the endpoint group. In this case, you can perform only query operations.
19045
- * - If the endpoint group is in the **active** state, access policies of traffic are created for endpoints in the endpoint group.
19046
- * - The **CreateCustomRoutingEndpointTrafficPolicies** operation cannot be repeatedly called for the same Global Accelerator (GA) instance within a specific period of time.
19047
- * ## Prerequisites
19048
- * The following operations are complete before you call this operation:
19049
- * - Create a standard GA instance. For more information, see [CreateAccelerator](https://www.alibabacloud.com/help/en/global-accelerator/latest/createaccelerator).
19050
- * - Associate a bandwidth plan with the standard GA instance. For more information, see [BandwidthPackageAddAccelerator](https://www.alibabacloud.com/help/en/global-accelerator/latest/bandwidthpackageaddaccelerator).
19051
- * - 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.
19052
- * - Apply for permissions to use custom routing listeners and create custom routing listeners for the GA instance. The custom routing listener feature is in invitational preview. To use the feature, [submit a ticket](https://workorder-intl.console.aliyun.com/?spm=5176.11182188.console-base-top.dworkorder.18ae4882n3v6ZW#/ticket/createIndex). For information about how to create a custom routing listener, see [CreateListener](https://www.alibabacloud.com/help/en/global-accelerator/latest/createlistener).
19053
- * - Create endpoint groups for the custom routing listeners. For more information, see [CreateCustomRoutingEndpointGroups](https://www.alibabacloud.com/help/en/global-accelerator/latest/createcustomroutingendpointgroups).
19054
- * - Create endpoints for the custom routing listeners. For more information, see [CreateCustomRoutingEndpoints](https://www.alibabacloud.com/help/en/global-accelerator/latest/createcustomroutingendpoints).
19099
+ * * **CreateCustomRoutingEndpointTrafficPolicies** 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 to check whether traffic destinations are created for an endpoint in the endpoint group.
19100
+ * * If the endpoint group is in the **updating** state, traffic destinations are being created. In this case, you can perform only query operations.
19101
+ * * If the endpoint group is in the **active** state, traffic destinations are created.
19102
+ * * You cannot repeatedly call the **CreateCustomRoutingEndpointTrafficPolicies** operation for the same Global Accelerator (GA) instance within a specific period of time.
19103
+ * ### Prerequisites
19104
+ * Before you call this operation, make sure that the following requirements are met:
19105
+ * * A standard GA instance is created. For more information, see [CreateAccelerator](~~206786~~).
19106
+ * * A bandwidth plan is associated with the standard GA instance. For more information, see [BandwidthPackageAddAccelerator](~~153239~~).
19107
+ * * An application is deployed to receive requests that are forwarded from GA. You can specify only vSwitches as endpoints for custom routing listeners.
19108
+ * * The permissions to use custom routing listeners are acquired and a custom routing listener is created for the 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~~).
19109
+ * * An endpoint group is created for the custom routing listener. For more information, see [CreateCustomRoutingEndpointGroups](~~449363~~).
19110
+ * * An endpoint is created for the custom routing listener. For more information, see [CreateCustomRoutingEndpoints](~~449382~~).
19055
19111
  *
19056
19112
  * @param request CreateCustomRoutingEndpointTrafficPoliciesRequest
19057
19113
  * @param runtime runtime options for this request RuntimeOptions
@@ -19094,21 +19150,20 @@ export default class Client extends OpenApi {
19094
19150
  }
19095
19151
 
19096
19152
  /**
19097
- * This operation takes effect only when traffic is allowed to specified destinations. You can call the [DescribeCustomRoutingEndpoint](https://www.alibabacloud.com/help/en/global-accelerator/latest/describecustomroutingendpoint) operation to query the access policy of traffic for the specified endpoint. This operation takes effect only when **TrafficToEndpointPolicy** is set to **AllowCustom**.
19153
+ * This operation takes effect only when the traffic access policy of an endpoint allows traffic to specified destinations. You can call the [DescribeCustomRoutingEndpoint](~~449386~~) operation to query the traffic access policy of an endpoint. The CreateCustomRoutingEndpointTrafficPolicies operation takes effect only when **TrafficToEndpointPolicy** of an endpoint is set to **AllowCustom**.
19098
19154
  * When you call this operation, take note of the following items:
19099
- * - **CreateCustomRoutingEndpointTrafficPolicies** 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 [DescribeCustomRoutingEndpointGroup](https://www.alibabacloud.com/help/en/global-accelerator/latest/describecustomroutingendpointgroup) operation to query the state of an endpoint group to check whether access policies of traffic are created for endpoints in the endpoint group.
19100
- *
19101
- * - If the endpoint group is in the **updating** state, access policies of traffic are being created for endpoints in the endpoint group. In this case, you can perform only query operations.
19102
- * - If the endpoint group is in the **active** state, access policies of traffic are created for endpoints in the endpoint group.
19103
- * - The **CreateCustomRoutingEndpointTrafficPolicies** operation cannot be repeatedly called for the same Global Accelerator (GA) instance within a specific period of time.
19104
- * ## Prerequisites
19105
- * The following operations are complete before you call this operation:
19106
- * - Create a standard GA instance. For more information, see [CreateAccelerator](https://www.alibabacloud.com/help/en/global-accelerator/latest/createaccelerator).
19107
- * - Associate a bandwidth plan with the standard GA instance. For more information, see [BandwidthPackageAddAccelerator](https://www.alibabacloud.com/help/en/global-accelerator/latest/bandwidthpackageaddaccelerator).
19108
- * - 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.
19109
- * - Apply for permissions to use custom routing listeners and create custom routing listeners for the GA instance. The custom routing listener feature is in invitational preview. To use the feature, [submit a ticket](https://workorder-intl.console.aliyun.com/?spm=5176.11182188.console-base-top.dworkorder.18ae4882n3v6ZW#/ticket/createIndex). For information about how to create a custom routing listener, see [CreateListener](https://www.alibabacloud.com/help/en/global-accelerator/latest/createlistener).
19110
- * - Create endpoint groups for the custom routing listeners. For more information, see [CreateCustomRoutingEndpointGroups](https://www.alibabacloud.com/help/en/global-accelerator/latest/createcustomroutingendpointgroups).
19111
- * - Create endpoints for the custom routing listeners. For more information, see [CreateCustomRoutingEndpoints](https://www.alibabacloud.com/help/en/global-accelerator/latest/createcustomroutingendpoints).
19155
+ * * **CreateCustomRoutingEndpointTrafficPolicies** 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 to check whether traffic destinations are created for an endpoint in the endpoint group.
19156
+ * * If the endpoint group is in the **updating** state, traffic destinations are being created. In this case, you can perform only query operations.
19157
+ * * If the endpoint group is in the **active** state, traffic destinations are created.
19158
+ * * You cannot repeatedly call the **CreateCustomRoutingEndpointTrafficPolicies** operation for the same Global Accelerator (GA) instance within a specific period of time.
19159
+ * ### Prerequisites
19160
+ * Before you call this operation, make sure that the following requirements are met:
19161
+ * * A standard GA instance is created. For more information, see [CreateAccelerator](~~206786~~).
19162
+ * * A bandwidth plan is associated with the standard GA instance. For more information, see [BandwidthPackageAddAccelerator](~~153239~~).
19163
+ * * An application is deployed to receive requests that are forwarded from GA. You can specify only vSwitches as endpoints for custom routing listeners.
19164
+ * * The permissions to use custom routing listeners are acquired and a custom routing listener is created for the 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~~).
19165
+ * * An endpoint group is created for the custom routing listener. For more information, see [CreateCustomRoutingEndpointGroups](~~449363~~).
19166
+ * * An endpoint is created for the custom routing listener. For more information, see [CreateCustomRoutingEndpoints](~~449382~~).
19112
19167
  *
19113
19168
  * @param request CreateCustomRoutingEndpointTrafficPoliciesRequest
19114
19169
  * @return CreateCustomRoutingEndpointTrafficPoliciesResponse
@@ -19119,20 +19174,19 @@ export default class Client extends OpenApi {
19119
19174
  }
19120
19175
 
19121
19176
  /**
19122
- * After you configure a custom routing listener for a GA instance, the instance generates a port mapping table based on the listener port range, backend service protocols and port ranges of the associated endpoint groups, and IP addresses of endpoints (vSwitches), and forwards client requests to specified IP addresses and ports in the vSwitches.
19123
- * This operation is used to create endpoints for custom routing listeners. When you call this operation to create endpoints in an endpoint group, take note of the following items:
19124
- * - **CreateCustomRoutingEndpoints** 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 [DescribeCustomRoutingEndpointGroup](https://www.alibabacloud.com/help/en/global-accelerator/latest/describecustomroutingendpointgroup) operation to query the state of the endpoint group and determine whether endpoints are created in the endpoint group.
19125
- *
19126
- * - 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.
19127
- * - If the endpoint group is in the **active** state, it indicates that endpoints are created.
19128
- * - The **CreateCustomRoutingEndpoints** operation cannot be called repeatedly for the same GA instance within a specific period of time.
19129
- * ## Prerequisites
19177
+ * 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.
19178
+ * This operation is used to create endpoints for custom routing listeners. When you call this operation, take note of the following items:
19179
+ * * **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.
19180
+ * * 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.
19181
+ * * If the endpoint group is in the **active** state, it indicates that endpoints are created.
19182
+ * * The **CreateCustomRoutingEndpoints** operation cannot be called repeatedly for the same GA instance within a specific period of time.
19183
+ * ### Prerequisites
19130
19184
  * The following operations are complete before you call this operation:
19131
- * - Create a standard GA instance. For more information, see [CreateAccelerator](https://www.alibabacloud.com/help/en/global-accelerator/latest/createaccelerator).
19132
- * - Associate a bandwidth plan with the standard GA instance. For more information, see [BandwidthPackageAddAccelerator](https://www.alibabacloud.com/help/en/global-accelerator/latest/bandwidthpackageaddaccelerator).
19133
- * - 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.
19134
- * - Apply for permissions to use custom routing listeners, and create a custom routing listener for the standard GA instance. The custom routing listener feature is in invitational preview. To use the feature, [submit a ticket](https://workorder-intl.console.aliyun.com/?spm=5176.11182188.console-base-top.dworkorder.18ae4882n3v6ZW#/ticket/createIndex). For information about how to create a custom routing listener, see [CreateListener](https://www.alibabacloud.com/help/en/global-accelerator/latest/createlistener).
19135
- * - Create an endpoint group for the custom routing listener. For more information, see [CreateCustomRoutingEndpointGroups](https://www.alibabacloud.com/help/en/global-accelerator/latest/createcustomroutingendpointgroups).
19185
+ * * Create a standard GA instance. For more information, see [CreateAccelerator](~~206786~~).
19186
+ * * Associate a bandwidth plan with the standard GA instance. For more information, see [BandwidthPackageAddAccelerator](~~153239~~).
19187
+ * * 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.
19188
+ * * 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~~).
19189
+ * * Create an endpoint group for the custom routing listener. For more information, see [CreateCustomRoutingEndpointGroups](~~449363~~).
19136
19190
  *
19137
19191
  * @param request CreateCustomRoutingEndpointsRequest
19138
19192
  * @param runtime runtime options for this request RuntimeOptions
@@ -19175,20 +19229,19 @@ export default class Client extends OpenApi {
19175
19229
  }
19176
19230
 
19177
19231
  /**
19178
- * After you configure a custom routing listener for a GA instance, the instance generates a port mapping table based on the listener port range, backend service protocols and port ranges of the associated endpoint groups, and IP addresses of endpoints (vSwitches), and forwards client requests to specified IP addresses and ports in the vSwitches.
19179
- * This operation is used to create endpoints for custom routing listeners. When you call this operation to create endpoints in an endpoint group, take note of the following items:
19180
- * - **CreateCustomRoutingEndpoints** 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 [DescribeCustomRoutingEndpointGroup](https://www.alibabacloud.com/help/en/global-accelerator/latest/describecustomroutingendpointgroup) operation to query the state of the endpoint group and determine whether endpoints are created in the endpoint group.
19181
- *
19182
- * - 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.
19183
- * - If the endpoint group is in the **active** state, it indicates that endpoints are created.
19184
- * - The **CreateCustomRoutingEndpoints** operation cannot be called repeatedly for the same GA instance within a specific period of time.
19185
- * ## Prerequisites
19232
+ * 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.
19233
+ * This operation is used to create endpoints for custom routing listeners. When you call this operation, take note of the following items:
19234
+ * * **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.
19235
+ * * 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.
19236
+ * * If the endpoint group is in the **active** state, it indicates that endpoints are created.
19237
+ * * The **CreateCustomRoutingEndpoints** operation cannot be called repeatedly for the same GA instance within a specific period of time.
19238
+ * ### Prerequisites
19186
19239
  * The following operations are complete before you call this operation:
19187
- * - Create a standard GA instance. For more information, see [CreateAccelerator](https://www.alibabacloud.com/help/en/global-accelerator/latest/createaccelerator).
19188
- * - Associate a bandwidth plan with the standard GA instance. For more information, see [BandwidthPackageAddAccelerator](https://www.alibabacloud.com/help/en/global-accelerator/latest/bandwidthpackageaddaccelerator).
19189
- * - 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.
19190
- * - Apply for permissions to use custom routing listeners, and create a custom routing listener for the standard GA instance. The custom routing listener feature is in invitational preview. To use the feature, [submit a ticket](https://workorder-intl.console.aliyun.com/?spm=5176.11182188.console-base-top.dworkorder.18ae4882n3v6ZW#/ticket/createIndex). For information about how to create a custom routing listener, see [CreateListener](https://www.alibabacloud.com/help/en/global-accelerator/latest/createlistener).
19191
- * - Create an endpoint group for the custom routing listener. For more information, see [CreateCustomRoutingEndpointGroups](https://www.alibabacloud.com/help/en/global-accelerator/latest/createcustomroutingendpointgroups).
19240
+ * * Create a standard GA instance. For more information, see [CreateAccelerator](~~206786~~).
19241
+ * * Associate a bandwidth plan with the standard GA instance. For more information, see [BandwidthPackageAddAccelerator](~~153239~~).
19242
+ * * 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.
19243
+ * * 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~~).
19244
+ * * Create an endpoint group for the custom routing listener. For more information, see [CreateCustomRoutingEndpointGroups](~~449363~~).
19192
19245
  *
19193
19246
  * @param request CreateCustomRoutingEndpointsRequest
19194
19247
  * @return CreateCustomRoutingEndpointsResponse
@@ -19199,7 +19252,7 @@ export default class Client extends OpenApi {
19199
19252
  }
19200
19253
 
19201
19254
  /**
19202
- * After you associate an accelerated domain name for which an ICP number is obtained with a GA instance, you do not need to complete filing for the accelerated domain name or its subdomains on Alibaba Cloud.
19255
+ * After you associate an accelerated domain name that has obtained an ICP number with a Global Accelerator (GA) instance, you do not need to complete filing for the accelerated domain name or its subdomains on Alibaba Cloud.
19203
19256
  * You can call this operation to add an accelerated domain name and associate the accelerated domain name with GA instances. When you call this operation, take note of the following items:
19204
19257
  * * If your accelerated domain name is hosted in the Chinese mainland, you must obtain an ICP number for the domain name.
19205
19258
  * * The same accelerated domain name cannot be repeatedly associated with the same GA instance.
@@ -19242,7 +19295,7 @@ export default class Client extends OpenApi {
19242
19295
  }
19243
19296
 
19244
19297
  /**
19245
- * After you associate an accelerated domain name for which an ICP number is obtained with a GA instance, you do not need to complete filing for the accelerated domain name or its subdomains on Alibaba Cloud.
19298
+ * After you associate an accelerated domain name that has obtained an ICP number with a Global Accelerator (GA) instance, you do not need to complete filing for the accelerated domain name or its subdomains on Alibaba Cloud.
19246
19299
  * You can call this operation to add an accelerated domain name and associate the accelerated domain name with GA instances. When you call this operation, take note of the following items:
19247
19300
  * * If your accelerated domain name is hosted in the Chinese mainland, you must obtain an ICP number for the domain name.
19248
19301
  * * The same accelerated domain name cannot be repeatedly associated with the same GA instance.
@@ -19333,6 +19386,10 @@ export default class Client extends OpenApi {
19333
19386
  query["RegionId"] = request.regionId;
19334
19387
  }
19335
19388
 
19389
+ if (!Util.isUnset(request.tag)) {
19390
+ query["Tag"] = request.tag;
19391
+ }
19392
+
19336
19393
  if (!Util.isUnset(request.thresholdCount)) {
19337
19394
  query["ThresholdCount"] = request.thresholdCount;
19338
19395
  }
@@ -19509,7 +19566,8 @@ export default class Client extends OpenApi {
19509
19566
  }
19510
19567
 
19511
19568
  /**
19512
- * * **CreateIpSets** 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 status of acceleration regions.
19569
+ * ## Usage notes
19570
+ * * **CreateIpSets** 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 [DescribeIpSet](~~153246~~) operation to query the status of acceleration regions.
19513
19571
  * * If acceleration regions are in the **init** state, it indicates that the acceleration regions are being created. In this case, you can perform only query operations.
19514
19572
  * * If acceleration regions are in the **active** state, it indicates that the acceleration regions are created.
19515
19573
  * * The **CreateIpSets** operation cannot be called repeatedly for the same Global Accelerator (GA) instance within a specific period of time.
@@ -19555,7 +19613,8 @@ export default class Client extends OpenApi {
19555
19613
  }
19556
19614
 
19557
19615
  /**
19558
- * * **CreateIpSets** 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 status of acceleration regions.
19616
+ * ## Usage notes
19617
+ * * **CreateIpSets** 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 [DescribeIpSet](~~153246~~) operation to query the status of acceleration regions.
19559
19618
  * * If acceleration regions are in the **init** state, it indicates that the acceleration regions are being created. In this case, you can perform only query operations.
19560
19619
  * * If acceleration regions are in the **active** state, it indicates that the acceleration regions are created.
19561
19620
  * * The **CreateIpSets** operation cannot be called repeatedly for the same Global Accelerator (GA) instance within a specific period of time.
@@ -19571,10 +19630,10 @@ export default class Client extends OpenApi {
19571
19630
  /**
19572
19631
  * 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.
19573
19632
  * Before you call this operation, take note of the following limits:
19574
- * * The **CreateListener** operation is asynchronous. 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 [DescribeListener](~~153254~~) operation to query the status of a listener:
19633
+ * * **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:
19575
19634
  * * If a listener is in the **init** state, the listener is being created. In this case, you can perform only query operations.
19576
19635
  * * If a listener is in the **active** state, the listener is created.
19577
- * * You cannot repeatedly call the **CreateListener** operation for the same GA instance within the specified period of time.
19636
+ * * The **CreateListener** operation cannot be repeatedly called to create listeners for the same GA instance in a specific period of time.
19578
19637
  *
19579
19638
  * @param request CreateListenerRequest
19580
19639
  * @param runtime runtime options for this request RuntimeOptions
@@ -19663,10 +19722,10 @@ export default class Client extends OpenApi {
19663
19722
  /**
19664
19723
  * 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.
19665
19724
  * Before you call this operation, take note of the following limits:
19666
- * * The **CreateListener** operation is asynchronous. 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 [DescribeListener](~~153254~~) operation to query the status of a listener:
19725
+ * * **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:
19667
19726
  * * If a listener is in the **init** state, the listener is being created. In this case, you can perform only query operations.
19668
19727
  * * If a listener is in the **active** state, the listener is created.
19669
- * * You cannot repeatedly call the **CreateListener** operation for the same GA instance within the specified period of time.
19728
+ * * The **CreateListener** operation cannot be repeatedly called to create listeners for the same GA instance in a specific period of time.
19670
19729
  *
19671
19730
  * @param request CreateListenerRequest
19672
19731
  * @return CreateListenerResponse
@@ -19911,9 +19970,9 @@ export default class Client extends OpenApi {
19911
19970
  }
19912
19971
 
19913
19972
  /**
19914
- * * By default, subscription bandwidth plans cannot be deleted. To delete a subscription bandwidth plan by calling this operation, [submit a ticket](https://workorder-intl.console.aliyun.com/#/ticket/createIndex).
19973
+ * * By default, subscription bandwidth plans cannot be deleted. If you want to delete subscription bandwidth plans, contact your account manager.
19915
19974
  * * 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~~).
19916
- * * **DeleteBandwidthPackage** 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 [DescribeBandwidthPackage](~~153241~~) operation to query the state of the bandwidth plan that you attempt to delete.
19975
+ * * **DeleteBandwidthPackage** 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 [DescribeBandwidthPackage](~~153241~~) operation to query the status of the bandwidth plan that you want to delete.
19917
19976
  * * 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.
19918
19977
  * * If the bandwidth plan cannot be found, it indicates that the bandwidth plan is deleted.
19919
19978
  * * The **DeleteBandwidthPackage** operation cannot be called repeatedly for the same bandwidth plan within a specific period of time.
@@ -19955,9 +20014,9 @@ export default class Client extends OpenApi {
19955
20014
  }
19956
20015
 
19957
20016
  /**
19958
- * * By default, subscription bandwidth plans cannot be deleted. To delete a subscription bandwidth plan by calling this operation, [submit a ticket](https://workorder-intl.console.aliyun.com/#/ticket/createIndex).
20017
+ * * By default, subscription bandwidth plans cannot be deleted. If you want to delete subscription bandwidth plans, contact your account manager.
19959
20018
  * * 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~~).
19960
- * * **DeleteBandwidthPackage** 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 [DescribeBandwidthPackage](~~153241~~) operation to query the state of the bandwidth plan that you attempt to delete.
20019
+ * * **DeleteBandwidthPackage** 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 [DescribeBandwidthPackage](~~153241~~) operation to query the status of the bandwidth plan that you want to delete.
19961
20020
  * * 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.
19962
20021
  * * If the bandwidth plan cannot be found, it indicates that the bandwidth plan is deleted.
19963
20022
  * * The **DeleteBandwidthPackage** operation cannot be called repeatedly for the same bandwidth plan within a specific period of time.
@@ -20309,9 +20368,10 @@ export default class Client extends OpenApi {
20309
20368
  }
20310
20369
 
20311
20370
  /**
20312
- * * **DeleteCustomRoutingEndpointGroupDestinations** 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 [DescribeCustomRoutingEndpointGroup](~~449373~~) to query the state of an endpoint group and determine whether mappings are deleted from the endpoint group.
20371
+ * ### Usage notes
20372
+ * * **DeleteCustomRoutingEndpointGroupDestinations** 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~~) to query the status of an endpoint group and verify whether mappings are deleted from the endpoint group.
20313
20373
  * * If the endpoint group is in the **updating** state, it indicates that mappings are being deleted from the endpoint group. In this case, you can perform only query operations.
20314
- * * If the endpoint group is in the **active** state and no information about the mappings that you attempt to delete is found in the response when you call the [DescribeCustomRoutingEndpointGroupDestinations](~~449378~~) operation, it indicates the mappings are deleted from the endpoint group.
20374
+ * * If the endpoint group is in the **active** state and no information about the mappings that you want to delete is found in the response of the [DescribeCustomRoutingEndpointGroupDestinations](~~449378~~) operation, the mappings are deleted from the endpoint group.
20315
20375
  * * The **DeleteCustomRoutingEndpointGroupDestinations** operation cannot be called repeatedly for the same Global Accelerator (GA) instance within a specific period of time.
20316
20376
  *
20317
20377
  * @param request DeleteCustomRoutingEndpointGroupDestinationsRequest
@@ -20359,9 +20419,10 @@ export default class Client extends OpenApi {
20359
20419
  }
20360
20420
 
20361
20421
  /**
20362
- * * **DeleteCustomRoutingEndpointGroupDestinations** 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 [DescribeCustomRoutingEndpointGroup](~~449373~~) to query the state of an endpoint group and determine whether mappings are deleted from the endpoint group.
20422
+ * ### Usage notes
20423
+ * * **DeleteCustomRoutingEndpointGroupDestinations** 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~~) to query the status of an endpoint group and verify whether mappings are deleted from the endpoint group.
20363
20424
  * * If the endpoint group is in the **updating** state, it indicates that mappings are being deleted from the endpoint group. In this case, you can perform only query operations.
20364
- * * If the endpoint group is in the **active** state and no information about the mappings that you attempt to delete is found in the response when you call the [DescribeCustomRoutingEndpointGroupDestinations](~~449378~~) operation, it indicates the mappings are deleted from the endpoint group.
20425
+ * * If the endpoint group is in the **active** state and no information about the mappings that you want to delete is found in the response of the [DescribeCustomRoutingEndpointGroupDestinations](~~449378~~) operation, the mappings are deleted from the endpoint group.
20365
20426
  * * The **DeleteCustomRoutingEndpointGroupDestinations** operation cannot be called repeatedly for the same Global Accelerator (GA) instance within a specific period of time.
20366
20427
  *
20367
20428
  * @param request DeleteCustomRoutingEndpointGroupDestinationsRequest
@@ -20376,7 +20437,7 @@ export default class Client extends OpenApi {
20376
20437
  * * **DeleteCustomRoutingEndpointGroups** 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 [DescribeCustomRoutingEndpointGroup](~~449373~~) operation to query the state of the endpoint groups associated with a custom routing listener that you attempt to delete.
20377
20438
  * * If the endpoint groups are in the **deleting** state, the endpoint groups are being deleted. In this case, you can perform only query operations.
20378
20439
  * * If the endpoint groups cannot be queried, the endpoint groups are deleted.
20379
- * * The **DeleteCustomRoutingEndpointGroups** operation cannot be repeatedly called for the same Global Accelerator (GA) instance within a specific period of time.
20440
+ * * You cannot use the **DeleteCustomRoutingEndpointGroups** operation on the same Global Accelerator (GA) instance before the previous operation is complete.
20380
20441
  *
20381
20442
  * @param request DeleteCustomRoutingEndpointGroupsRequest
20382
20443
  * @param runtime runtime options for this request RuntimeOptions
@@ -20426,7 +20487,7 @@ export default class Client extends OpenApi {
20426
20487
  * * **DeleteCustomRoutingEndpointGroups** 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 [DescribeCustomRoutingEndpointGroup](~~449373~~) operation to query the state of the endpoint groups associated with a custom routing listener that you attempt to delete.
20427
20488
  * * If the endpoint groups are in the **deleting** state, the endpoint groups are being deleted. In this case, you can perform only query operations.
20428
20489
  * * If the endpoint groups cannot be queried, the endpoint groups are deleted.
20429
- * * The **DeleteCustomRoutingEndpointGroups** operation cannot be repeatedly called for the same Global Accelerator (GA) instance within a specific period of time.
20490
+ * * You cannot use the **DeleteCustomRoutingEndpointGroups** operation on the same Global Accelerator (GA) instance before the previous operation is complete.
20430
20491
  *
20431
20492
  * @param request DeleteCustomRoutingEndpointGroupsRequest
20432
20493
  * @return DeleteCustomRoutingEndpointGroupsResponse
@@ -20437,9 +20498,9 @@ export default class Client extends OpenApi {
20437
20498
  }
20438
20499
 
20439
20500
  /**
20440
- * * **DeleteCustomRoutingEndpointTrafficPolicies** 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 [DescribeCustomRoutingEndpointGroup](~~449373~~) operation to query the state of an endpoint group to check whether access policies of traffic for endpoints in the endpoint group are deleted.
20441
- * * If the endpoint group is in the **updating** state, access policies of traffic for endpoints in the endpoint group are being deleted. In this case, you can perform only query operations.
20442
- * * If the endpoint group is in the **active** state and access policies of traffic that you want to delete cannot be queried by calling the [DescribeCustomRoutingEndPointTrafficPolicy](~~449392~~) operation, the access policies of traffic for endpoints in the endpoint group are deleted.
20501
+ * * **DeleteCustomRoutingEndpointTrafficPolicies** 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 to check whether the traffic destinations are deleted.
20502
+ * * If the endpoint group is in the **updating** state, the traffic destinations are being deleted. In this case, you can perform only query operations.
20503
+ * * If the endpoint group is in the **active** state and the traffic destinations that you want to delete cannot be queried by calling the [DescribeCustomRoutingEndPointTrafficPolicy](~~449392~~) operation, the traffic destinations are deleted.
20443
20504
  * * The **DeleteCustomRoutingEndpointTrafficPolicies** operation cannot be repeatedly called for the same Global Accelerator (GA) instance within a specific period of time.
20444
20505
  *
20445
20506
  * @param request DeleteCustomRoutingEndpointTrafficPoliciesRequest
@@ -20483,9 +20544,9 @@ export default class Client extends OpenApi {
20483
20544
  }
20484
20545
 
20485
20546
  /**
20486
- * * **DeleteCustomRoutingEndpointTrafficPolicies** 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 [DescribeCustomRoutingEndpointGroup](~~449373~~) operation to query the state of an endpoint group to check whether access policies of traffic for endpoints in the endpoint group are deleted.
20487
- * * If the endpoint group is in the **updating** state, access policies of traffic for endpoints in the endpoint group are being deleted. In this case, you can perform only query operations.
20488
- * * If the endpoint group is in the **active** state and access policies of traffic that you want to delete cannot be queried by calling the [DescribeCustomRoutingEndPointTrafficPolicy](~~449392~~) operation, the access policies of traffic for endpoints in the endpoint group are deleted.
20547
+ * * **DeleteCustomRoutingEndpointTrafficPolicies** 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 to check whether the traffic destinations are deleted.
20548
+ * * If the endpoint group is in the **updating** state, the traffic destinations are being deleted. In this case, you can perform only query operations.
20549
+ * * If the endpoint group is in the **active** state and the traffic destinations that you want to delete cannot be queried by calling the [DescribeCustomRoutingEndPointTrafficPolicy](~~449392~~) operation, the traffic destinations are deleted.
20489
20550
  * * The **DeleteCustomRoutingEndpointTrafficPolicies** operation cannot be repeatedly called for the same Global Accelerator (GA) instance within a specific period of time.
20490
20551
  *
20491
20552
  * @param request DeleteCustomRoutingEndpointTrafficPoliciesRequest
@@ -20497,9 +20558,10 @@ export default class Client extends OpenApi {
20497
20558
  }
20498
20559
 
20499
20560
  /**
20500
- * * The **DeleteCustomRoutingEndpoints** 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 [DescribeCustomRoutingEndpointGroup](~~449373~~) to query the status of an endpoint group and check whether an endpoint is deleted.
20501
- * * If an endpoint group is in the **updating** state, the endpoint is being deleted. In this case, you can perform only query operations.
20502
- * * If an endpoint group is in the **active** state and the endpoint cannot be found after you call the [DescribeCustomRoutingEndpoint](~~449386~~) operation, the endpoint is deleted.
20561
+ * ### Usage notes
20562
+ * * **DeleteCustomRoutingEndpoints** 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 check whether endpoints are deleted.
20563
+ * * If an endpoint group is in the **updating** state, the endpoints are being deleted. In this case, you can perform only query operations.
20564
+ * * If an endpoint group is in the **active** state and the endpoints cannot be found after you call the [DescribeCustomRoutingEndpoint](~~449386~~) operation, the endpoints are deleted.
20503
20565
  * * You cannot repeatedly call the **DeleteCustomRoutingEndpoints** operation for the same Global Accelerator (GA) instance within the specified period of time.
20504
20566
  *
20505
20567
  * @param request DeleteCustomRoutingEndpointsRequest
@@ -20543,9 +20605,10 @@ export default class Client extends OpenApi {
20543
20605
  }
20544
20606
 
20545
20607
  /**
20546
- * * The **DeleteCustomRoutingEndpoints** 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 [DescribeCustomRoutingEndpointGroup](~~449373~~) to query the status of an endpoint group and check whether an endpoint is deleted.
20547
- * * If an endpoint group is in the **updating** state, the endpoint is being deleted. In this case, you can perform only query operations.
20548
- * * If an endpoint group is in the **active** state and the endpoint cannot be found after you call the [DescribeCustomRoutingEndpoint](~~449386~~) operation, the endpoint is deleted.
20608
+ * ### Usage notes
20609
+ * * **DeleteCustomRoutingEndpoints** 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 check whether endpoints are deleted.
20610
+ * * If an endpoint group is in the **updating** state, the endpoints are being deleted. In this case, you can perform only query operations.
20611
+ * * If an endpoint group is in the **active** state and the endpoints cannot be found after you call the [DescribeCustomRoutingEndpoint](~~449386~~) operation, the endpoints are deleted.
20549
20612
  * * You cannot repeatedly call the **DeleteCustomRoutingEndpoints** operation for the same Global Accelerator (GA) instance within the specified period of time.
20550
20613
  *
20551
20614
  * @param request DeleteCustomRoutingEndpointsRequest
@@ -20557,7 +20620,7 @@ export default class Client extends OpenApi {
20557
20620
  }
20558
20621
 
20559
20622
  /**
20560
- * You cannot repeatedly call the **DeleteDomainAcceleratorRelation** operation by using the same Alibaba Cloud account within a specific period of time.
20623
+ * You cannot call the **DeleteDomainAcceleratorRelation** operation again by using the same Alibaba Cloud account before the previous operation is complete.
20561
20624
  *
20562
20625
  * @param request DeleteDomainAcceleratorRelationRequest
20563
20626
  * @param runtime runtime options for this request RuntimeOptions
@@ -20596,7 +20659,7 @@ export default class Client extends OpenApi {
20596
20659
  }
20597
20660
 
20598
20661
  /**
20599
- * You cannot repeatedly call the **DeleteDomainAcceleratorRelation** operation by using the same Alibaba Cloud account within a specific period of time.
20662
+ * You cannot call the **DeleteDomainAcceleratorRelation** operation again by using the same Alibaba Cloud account before the previous operation is complete.
20600
20663
  *
20601
20664
  * @param request DeleteDomainAcceleratorRelationRequest
20602
20665
  * @return DeleteDomainAcceleratorRelationResponse
@@ -22985,6 +23048,13 @@ export default class Client extends OpenApi {
22985
23048
  return await this.listBusiRegionsWithOptions(request, runtime);
22986
23049
  }
22987
23050
 
23051
+ /**
23052
+ * You can call this operation to query the acceleration areas and regions that you can specify on the wizard page of Global Accelerator (GA) and for free-trial GA instances. You can filter acceleration areas and regions based on specified conditions.
23053
+ *
23054
+ * @param request ListCommonAreasRequest
23055
+ * @param runtime runtime options for this request RuntimeOptions
23056
+ * @return ListCommonAreasResponse
23057
+ */
22988
23058
  async listCommonAreasWithOptions(request: ListCommonAreasRequest, runtime: $Util.RuntimeOptions): Promise<ListCommonAreasResponse> {
22989
23059
  Util.validateModel(request);
22990
23060
  let query = { };
@@ -23017,6 +23087,12 @@ export default class Client extends OpenApi {
23017
23087
  return $tea.cast<ListCommonAreasResponse>(await this.callApi(params, req, runtime), new ListCommonAreasResponse({}));
23018
23088
  }
23019
23089
 
23090
+ /**
23091
+ * You can call this operation to query the acceleration areas and regions that you can specify on the wizard page of Global Accelerator (GA) and for free-trial GA instances. You can filter acceleration areas and regions based on specified conditions.
23092
+ *
23093
+ * @param request ListCommonAreasRequest
23094
+ * @return ListCommonAreasResponse
23095
+ */
23020
23096
  async listCommonAreas(request: ListCommonAreasRequest): Promise<ListCommonAreasResponse> {
23021
23097
  let runtime = new $Util.RuntimeOptions({ });
23022
23098
  return await this.listCommonAreasWithOptions(request, runtime);
@@ -23456,7 +23532,7 @@ export default class Client extends OpenApi {
23456
23532
  }
23457
23533
 
23458
23534
  /**
23459
- * > This operation is used to query only custom forwarding rules, not the default forwarding rule.
23535
+ * > You can call this operation to query only custom forwarding rules. You cannot call this operation to query the default forwarding rule.
23460
23536
  *
23461
23537
  * @param request ListForwardingRulesRequest
23462
23538
  * @param runtime runtime options for this request RuntimeOptions
@@ -23511,7 +23587,7 @@ export default class Client extends OpenApi {
23511
23587
  }
23512
23588
 
23513
23589
  /**
23514
- * > This operation is used to query only custom forwarding rules, not the default forwarding rule.
23590
+ * > You can call this operation to query only custom forwarding rules. You cannot call this operation to query the default forwarding rule.
23515
23591
  *
23516
23592
  * @param request ListForwardingRulesRequest
23517
23593
  * @return ListForwardingRulesResponse
@@ -23565,6 +23641,10 @@ export default class Client extends OpenApi {
23565
23641
  async listIspTypesWithOptions(request: ListIspTypesRequest, runtime: $Util.RuntimeOptions): Promise<ListIspTypesResponse> {
23566
23642
  Util.validateModel(request);
23567
23643
  let query = { };
23644
+ if (!Util.isUnset(request.acceleratorId)) {
23645
+ query["AcceleratorId"] = request.acceleratorId;
23646
+ }
23647
+
23568
23648
  if (!Util.isUnset(request.acceleratorType)) {
23569
23649
  query["AcceleratorType"] = request.acceleratorType;
23570
23650
  }
@@ -23789,6 +23869,16 @@ export default class Client extends OpenApi {
23789
23869
  return await this.listSystemSecurityPoliciesWithOptions(request, runtime);
23790
23870
  }
23791
23871
 
23872
+ /**
23873
+ * * You must specify **ResourceId.N** or **Tag.N** in the request to specify the object that you want to query.********
23874
+ * * **Tag.N** is a resource tag that consists of a key-value pair (Tag.N.Key and Tag.N.Value). If you specify only **Tag.N.Key**, all tag values that are associated with the specified tag key are returned. If you specify only **Tag.N.Value**, an error message is returned.
23875
+ * * If you specify **Tag.N** and **ResourceId.N** to filter tags, **ResourceId.N** must match all specified key-value pairs.
23876
+ * * If you specify multiple key-value pairs, resources that contain these key-value pairs are returned.
23877
+ *
23878
+ * @param request ListTagResourcesRequest
23879
+ * @param runtime runtime options for this request RuntimeOptions
23880
+ * @return ListTagResourcesResponse
23881
+ */
23792
23882
  async listTagResourcesWithOptions(request: ListTagResourcesRequest, runtime: $Util.RuntimeOptions): Promise<ListTagResourcesResponse> {
23793
23883
  Util.validateModel(request);
23794
23884
  let query = { };
@@ -23833,40 +23923,20 @@ export default class Client extends OpenApi {
23833
23923
  return $tea.cast<ListTagResourcesResponse>(await this.callApi(params, req, runtime), new ListTagResourcesResponse({}));
23834
23924
  }
23835
23925
 
23926
+ /**
23927
+ * * You must specify **ResourceId.N** or **Tag.N** in the request to specify the object that you want to query.********
23928
+ * * **Tag.N** is a resource tag that consists of a key-value pair (Tag.N.Key and Tag.N.Value). If you specify only **Tag.N.Key**, all tag values that are associated with the specified tag key are returned. If you specify only **Tag.N.Value**, an error message is returned.
23929
+ * * If you specify **Tag.N** and **ResourceId.N** to filter tags, **ResourceId.N** must match all specified key-value pairs.
23930
+ * * If you specify multiple key-value pairs, resources that contain these key-value pairs are returned.
23931
+ *
23932
+ * @param request ListTagResourcesRequest
23933
+ * @return ListTagResourcesResponse
23934
+ */
23836
23935
  async listTagResources(request: ListTagResourcesRequest): Promise<ListTagResourcesResponse> {
23837
23936
  let runtime = new $Util.RuntimeOptions({ });
23838
23937
  return await this.listTagResourcesWithOptions(request, runtime);
23839
23938
  }
23840
23939
 
23841
- async queryCrossPrivatePermissionWithOptions(request: QueryCrossPrivatePermissionRequest, runtime: $Util.RuntimeOptions): Promise<QueryCrossPrivatePermissionResponse> {
23842
- Util.validateModel(request);
23843
- let query = { };
23844
- if (!Util.isUnset(request.regionId)) {
23845
- query["RegionId"] = request.regionId;
23846
- }
23847
-
23848
- let req = new $OpenApi.OpenApiRequest({
23849
- query: OpenApiUtil.query(query),
23850
- });
23851
- let params = new $OpenApi.Params({
23852
- action: "QueryCrossPrivatePermission",
23853
- version: "2019-11-20",
23854
- protocol: "HTTPS",
23855
- pathname: "/",
23856
- method: "POST",
23857
- authType: "AK",
23858
- style: "RPC",
23859
- reqBodyType: "formData",
23860
- bodyType: "json",
23861
- });
23862
- return $tea.cast<QueryCrossPrivatePermissionResponse>(await this.callApi(params, req, runtime), new QueryCrossPrivatePermissionResponse({}));
23863
- }
23864
-
23865
- async queryCrossPrivatePermission(request: QueryCrossPrivatePermissionRequest): Promise<QueryCrossPrivatePermissionResponse> {
23866
- let runtime = new $Util.RuntimeOptions({ });
23867
- return await this.queryCrossPrivatePermissionWithOptions(request, runtime);
23868
- }
23869
-
23870
23940
  /**
23871
23941
  * * The **RemoveEntriesFromAcl** operation is asynchronous. After you send a request, the system returns the request ID, but the operation is still being performed in the system background. You can call the [GetAcl](~~258292~~) or [ListAcls](~~258291~~) operation to query the status of an ACL:
23872
23942
  * * If an ACL is in the **configuring** state, the IP entries are being deleted. In this case, you can perform only query operations.
@@ -23996,7 +24066,8 @@ export default class Client extends OpenApi {
23996
24066
  }
23997
24067
 
23998
24068
  /**
23999
- * You can add up to 20 tags to a single Global Accelerator (GA) resource. Before you add tags to a resource, Alibaba Cloud checks the number of existing tags attached to the resource. If the quota is reached, an error message is returned.
24069
+ * ### Description
24070
+ * You can add up to 20 tags to each GA resource. When you call this operation, Alibaba Cloud first checks the number of existing tags attached to the resource. If the quota is reached, an error message is returned.
24000
24071
  *
24001
24072
  * @param request TagResourcesRequest
24002
24073
  * @param runtime runtime options for this request RuntimeOptions
@@ -24043,7 +24114,8 @@ export default class Client extends OpenApi {
24043
24114
  }
24044
24115
 
24045
24116
  /**
24046
- * You can add up to 20 tags to a single Global Accelerator (GA) resource. Before you add tags to a resource, Alibaba Cloud checks the number of existing tags attached to the resource. If the quota is reached, an error message is returned.
24117
+ * ### Description
24118
+ * You can add up to 20 tags to each GA resource. When you call this operation, Alibaba Cloud first checks the number of existing tags attached to the resource. If the quota is reached, an error message is returned.
24047
24119
  *
24048
24120
  * @param request TagResourcesRequest
24049
24121
  * @return TagResourcesResponse
@@ -24103,7 +24175,7 @@ export default class Client extends OpenApi {
24103
24175
  }
24104
24176
 
24105
24177
  /**
24106
- * * **UpdateAccelerator** 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 [DescribeAccelerator](~~153235~~) operation to query the state of a GA instance.
24178
+ * * **UpdateAccelerator** 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~~) operation to query the status of a GA instance.
24107
24179
  * * If the GA instance is in the **configuring** state, the GA instance is being modified. In this case, you can perform only query operations.
24108
24180
  * * If the GA instance is in the **active** state, the GA instance is modified.
24109
24181
  * * The **UpdateAccelerator** operation cannot be repeatedly called for the same GA instance within a specific period of time.
@@ -24165,7 +24237,7 @@ export default class Client extends OpenApi {
24165
24237
  }
24166
24238
 
24167
24239
  /**
24168
- * * **UpdateAccelerator** 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 [DescribeAccelerator](~~153235~~) operation to query the state of a GA instance.
24240
+ * * **UpdateAccelerator** 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~~) operation to query the status of a GA instance.
24169
24241
  * * If the GA instance is in the **configuring** state, the GA instance is being modified. In this case, you can perform only query operations.
24170
24242
  * * If the GA instance is in the **active** state, the GA instance is modified.
24171
24243
  * * The **UpdateAccelerator** operation cannot be repeatedly called for the same GA instance within a specific period of time.
@@ -24298,6 +24370,47 @@ export default class Client extends OpenApi {
24298
24370
  return await this.updateAcceleratorConfirmWithOptions(request, runtime);
24299
24371
  }
24300
24372
 
24373
+ async updateAcceleratorCrossBorderModeWithOptions(request: UpdateAcceleratorCrossBorderModeRequest, runtime: $Util.RuntimeOptions): Promise<UpdateAcceleratorCrossBorderModeResponse> {
24374
+ Util.validateModel(request);
24375
+ let query = { };
24376
+ if (!Util.isUnset(request.acceleratorId)) {
24377
+ query["AcceleratorId"] = request.acceleratorId;
24378
+ }
24379
+
24380
+ if (!Util.isUnset(request.clientToken)) {
24381
+ query["ClientToken"] = request.clientToken;
24382
+ }
24383
+
24384
+ if (!Util.isUnset(request.crossBorderMode)) {
24385
+ query["CrossBorderMode"] = request.crossBorderMode;
24386
+ }
24387
+
24388
+ if (!Util.isUnset(request.regionId)) {
24389
+ query["RegionId"] = request.regionId;
24390
+ }
24391
+
24392
+ let req = new $OpenApi.OpenApiRequest({
24393
+ query: OpenApiUtil.query(query),
24394
+ });
24395
+ let params = new $OpenApi.Params({
24396
+ action: "UpdateAcceleratorCrossBorderMode",
24397
+ version: "2019-11-20",
24398
+ protocol: "HTTPS",
24399
+ pathname: "/",
24400
+ method: "POST",
24401
+ authType: "AK",
24402
+ style: "RPC",
24403
+ reqBodyType: "formData",
24404
+ bodyType: "json",
24405
+ });
24406
+ return $tea.cast<UpdateAcceleratorCrossBorderModeResponse>(await this.callApi(params, req, runtime), new UpdateAcceleratorCrossBorderModeResponse({}));
24407
+ }
24408
+
24409
+ async updateAcceleratorCrossBorderMode(request: UpdateAcceleratorCrossBorderModeRequest): Promise<UpdateAcceleratorCrossBorderModeResponse> {
24410
+ let runtime = new $Util.RuntimeOptions({ });
24411
+ return await this.updateAcceleratorCrossBorderModeWithOptions(request, runtime);
24412
+ }
24413
+
24301
24414
  async updateAclAttributeWithOptions(request: UpdateAclAttributeRequest, runtime: $Util.RuntimeOptions): Promise<UpdateAclAttributeResponse> {
24302
24415
  Util.validateModel(request);
24303
24416
  let query = { };
@@ -24885,43 +24998,6 @@ export default class Client extends OpenApi {
24885
24998
  return await this.updateBasicIpSetWithOptions(request, runtime);
24886
24999
  }
24887
25000
 
24888
- async updateCrossPrivateStateWithOptions(request: UpdateCrossPrivateStateRequest, runtime: $Util.RuntimeOptions): Promise<UpdateCrossPrivateStateResponse> {
24889
- Util.validateModel(request);
24890
- let query = { };
24891
- if (!Util.isUnset(request.acceleratorId)) {
24892
- query["AcceleratorId"] = request.acceleratorId;
24893
- }
24894
-
24895
- if (!Util.isUnset(request.crossPrivateState)) {
24896
- query["CrossPrivateState"] = request.crossPrivateState;
24897
- }
24898
-
24899
- if (!Util.isUnset(request.regionId)) {
24900
- query["RegionId"] = request.regionId;
24901
- }
24902
-
24903
- let req = new $OpenApi.OpenApiRequest({
24904
- query: OpenApiUtil.query(query),
24905
- });
24906
- let params = new $OpenApi.Params({
24907
- action: "UpdateCrossPrivateState",
24908
- version: "2019-11-20",
24909
- protocol: "HTTPS",
24910
- pathname: "/",
24911
- method: "POST",
24912
- authType: "AK",
24913
- style: "RPC",
24914
- reqBodyType: "formData",
24915
- bodyType: "json",
24916
- });
24917
- return $tea.cast<UpdateCrossPrivateStateResponse>(await this.callApi(params, req, runtime), new UpdateCrossPrivateStateResponse({}));
24918
- }
24919
-
24920
- async updateCrossPrivateState(request: UpdateCrossPrivateStateRequest): Promise<UpdateCrossPrivateStateResponse> {
24921
- let runtime = new $Util.RuntimeOptions({ });
24922
- return await this.updateCrossPrivateStateWithOptions(request, runtime);
24923
- }
24924
-
24925
25001
  async updateCustomRoutingEndpointGroupAttributeWithOptions(request: UpdateCustomRoutingEndpointGroupAttributeRequest, runtime: $Util.RuntimeOptions): Promise<UpdateCustomRoutingEndpointGroupAttributeResponse> {
24926
25002
  Util.validateModel(request);
24927
25003
  let query = { };
@@ -24968,9 +25044,9 @@ export default class Client extends OpenApi {
24968
25044
  }
24969
25045
 
24970
25046
  /**
24971
- * * **UpdateCustomRoutingEndpointGroupDestinations** 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 [DescribeCustomRoutingEndpointGroup](~~449373~~) operation to query the state of an endpoint group associated with a custom route listener to check whether the mappings of the endpoint group is modified.
24972
- * * If the endpoint group is in the **updating** state, the mappings of the endpoint group are being modified. In this case, you can perform only query operations.
24973
- * * If the endpoint group is in the **active** state, the mappings of the endpoint group are modified.
25047
+ * * **UpdateCustomRoutingEndpointGroupDestinations** 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 [DescribeCustomRoutingEndpointGroup](~~449373~~) operation to query the status of an endpoint group associated with a custom routing listener to check whether the mapping configurations of the endpoint group are modified.
25048
+ * * If the endpoint group is in the **updating** state, the mapping configurations of the endpoint group are being modified. In this case, you can perform only query operations.
25049
+ * * If the endpoint group is in the **active** state, the mapping configurations of the endpoint group are modified.
24974
25050
  * * The **UpdateCustomRoutingEndpointGroupDestinations** operation cannot be repeatedly called for the same Global Accelerator (GA) instance within a specific period of time.
24975
25051
  *
24976
25052
  * @param request UpdateCustomRoutingEndpointGroupDestinationsRequest
@@ -25018,9 +25094,9 @@ export default class Client extends OpenApi {
25018
25094
  }
25019
25095
 
25020
25096
  /**
25021
- * * **UpdateCustomRoutingEndpointGroupDestinations** 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 [DescribeCustomRoutingEndpointGroup](~~449373~~) operation to query the state of an endpoint group associated with a custom route listener to check whether the mappings of the endpoint group is modified.
25022
- * * If the endpoint group is in the **updating** state, the mappings of the endpoint group are being modified. In this case, you can perform only query operations.
25023
- * * If the endpoint group is in the **active** state, the mappings of the endpoint group are modified.
25097
+ * * **UpdateCustomRoutingEndpointGroupDestinations** 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 [DescribeCustomRoutingEndpointGroup](~~449373~~) operation to query the status of an endpoint group associated with a custom routing listener to check whether the mapping configurations of the endpoint group are modified.
25098
+ * * If the endpoint group is in the **updating** state, the mapping configurations of the endpoint group are being modified. In this case, you can perform only query operations.
25099
+ * * If the endpoint group is in the **active** state, the mapping configurations of the endpoint group are modified.
25024
25100
  * * The **UpdateCustomRoutingEndpointGroupDestinations** operation cannot be repeatedly called for the same Global Accelerator (GA) instance within a specific period of time.
25025
25101
  *
25026
25102
  * @param request UpdateCustomRoutingEndpointGroupDestinationsRequest
@@ -25151,6 +25227,15 @@ export default class Client extends OpenApi {
25151
25227
  return await this.updateCustomRoutingEndpointsWithOptions(request, runtime);
25152
25228
  }
25153
25229
 
25230
+ /**
25231
+ * ### Usage notes
25232
+ * You can call this operation to modify an accelerated domain name. If the new accelerated domain name is hosted in the Chinese mainland, you must obtain an ICP number for the domain name.
25233
+ * You cannot repeatedly call the \\*\\* UpdateDomain\\*\\* operation by using the same Alibaba Cloud account within a specific period of time.
25234
+ *
25235
+ * @param request UpdateDomainRequest
25236
+ * @param runtime runtime options for this request RuntimeOptions
25237
+ * @return UpdateDomainResponse
25238
+ */
25154
25239
  async updateDomainWithOptions(request: UpdateDomainRequest, runtime: $Util.RuntimeOptions): Promise<UpdateDomainResponse> {
25155
25240
  Util.validateModel(request);
25156
25241
  let query = { };
@@ -25183,11 +25268,27 @@ export default class Client extends OpenApi {
25183
25268
  return $tea.cast<UpdateDomainResponse>(await this.callApi(params, req, runtime), new UpdateDomainResponse({}));
25184
25269
  }
25185
25270
 
25271
+ /**
25272
+ * ### Usage notes
25273
+ * You can call this operation to modify an accelerated domain name. If the new accelerated domain name is hosted in the Chinese mainland, you must obtain an ICP number for the domain name.
25274
+ * You cannot repeatedly call the \\*\\* UpdateDomain\\*\\* operation by using the same Alibaba Cloud account within a specific period of time.
25275
+ *
25276
+ * @param request UpdateDomainRequest
25277
+ * @return UpdateDomainResponse
25278
+ */
25186
25279
  async updateDomain(request: UpdateDomainRequest): Promise<UpdateDomainResponse> {
25187
25280
  let runtime = new $Util.RuntimeOptions({ });
25188
25281
  return await this.updateDomainWithOptions(request, runtime);
25189
25282
  }
25190
25283
 
25284
+ /**
25285
+ * You can call this operation to obtain and update the ICP filing status of an accelerated domain name.
25286
+ * You cannot repeatedly call the **UpdateDomainState** operation by using the same Alibaba Cloud account within a specific period of time.
25287
+ *
25288
+ * @param request UpdateDomainStateRequest
25289
+ * @param runtime runtime options for this request RuntimeOptions
25290
+ * @return UpdateDomainStateResponse
25291
+ */
25191
25292
  async updateDomainStateWithOptions(request: UpdateDomainStateRequest, runtime: $Util.RuntimeOptions): Promise<UpdateDomainStateResponse> {
25192
25293
  Util.validateModel(request);
25193
25294
  let query = { };
@@ -25216,6 +25317,13 @@ export default class Client extends OpenApi {
25216
25317
  return $tea.cast<UpdateDomainStateResponse>(await this.callApi(params, req, runtime), new UpdateDomainStateResponse({}));
25217
25318
  }
25218
25319
 
25320
+ /**
25321
+ * You can call this operation to obtain and update the ICP filing status of an accelerated domain name.
25322
+ * You cannot repeatedly call the **UpdateDomainState** operation by using the same Alibaba Cloud account within a specific period of time.
25323
+ *
25324
+ * @param request UpdateDomainStateRequest
25325
+ * @return UpdateDomainStateResponse
25326
+ */
25219
25327
  async updateDomainState(request: UpdateDomainStateRequest): Promise<UpdateDomainStateResponse> {
25220
25328
  let runtime = new $Util.RuntimeOptions({ });
25221
25329
  return await this.updateDomainStateWithOptions(request, runtime);
@@ -25223,9 +25331,9 @@ export default class Client extends OpenApi {
25223
25331
 
25224
25332
  /**
25225
25333
  * * **UpdateEndpointGroup** is an asynchronous operation. After you send a request, the system returns a request ID, but the operation is still being performed in the system background. You can call the [DescribeEndpointGroup](~~153260~~) operation to query the state of an endpoint group.
25226
- * * If the endpoint group is in the **updating** state, it indicates that the configurations of the endpoint group are being modified. In this case, you can perform only query operations.
25227
- * * If the endpoint group is in the **active** state, it indicates that the configurations of the endpoint group are modified.
25228
- * * The **UpdateEndpointGroup** operation cannot be repeatedly called for the same Global Accelerator (GA) instance within a specific period of time.
25334
+ * * If the endpoint group is in the **updating** state, the configurations of the endpoint group are being modified. In this case, you can perform only query operations.
25335
+ * * If the endpoint group is in the **active** state, the configurations of the endpoint group are modified.
25336
+ * * The **UpdateEndpointGroup** operation cannot be repeatedly called for the same GA instance within a specific period of time.
25229
25337
  *
25230
25338
  * @param request UpdateEndpointGroupRequest
25231
25339
  * @param runtime runtime options for this request RuntimeOptions
@@ -25317,9 +25425,9 @@ export default class Client extends OpenApi {
25317
25425
 
25318
25426
  /**
25319
25427
  * * **UpdateEndpointGroup** is an asynchronous operation. After you send a request, the system returns a request ID, but the operation is still being performed in the system background. You can call the [DescribeEndpointGroup](~~153260~~) operation to query the state of an endpoint group.
25320
- * * If the endpoint group is in the **updating** state, it indicates that the configurations of the endpoint group are being modified. In this case, you can perform only query operations.
25321
- * * If the endpoint group is in the **active** state, it indicates that the configurations of the endpoint group are modified.
25322
- * * The **UpdateEndpointGroup** operation cannot be repeatedly called for the same Global Accelerator (GA) instance within a specific period of time.
25428
+ * * If the endpoint group is in the **updating** state, the configurations of the endpoint group are being modified. In this case, you can perform only query operations.
25429
+ * * If the endpoint group is in the **active** state, the configurations of the endpoint group are modified.
25430
+ * * The **UpdateEndpointGroup** operation cannot be repeatedly called for the same GA instance within a specific period of time.
25323
25431
  *
25324
25432
  * @param request UpdateEndpointGroupRequest
25325
25433
  * @return UpdateEndpointGroupResponse
@@ -25503,7 +25611,8 @@ export default class Client extends OpenApi {
25503
25611
  }
25504
25612
 
25505
25613
  /**
25506
- * * **UpdateIpSet** 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.
25614
+ * ## Usage notes
25615
+ * * **UpdateIpSet** 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 [DescribeIpSet](~~153246~~) operation to query the status of an acceleration region.
25507
25616
  * * If the acceleration region is in the **updating** state, the acceleration region is being modified. In this case, you can perform only query operations.
25508
25617
  * * If the acceleration region is in the **active** state, the acceleration region is modified.
25509
25618
  * * The **UpdateIpSet** operation cannot be repeatedly called for the same GA instance within a specific period of time.
@@ -25549,7 +25658,8 @@ export default class Client extends OpenApi {
25549
25658
  }
25550
25659
 
25551
25660
  /**
25552
- * * **UpdateIpSet** 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.
25661
+ * ## Usage notes
25662
+ * * **UpdateIpSet** 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 [DescribeIpSet](~~153246~~) operation to query the status of an acceleration region.
25553
25663
  * * If the acceleration region is in the **updating** state, the acceleration region is being modified. In this case, you can perform only query operations.
25554
25664
  * * If the acceleration region is in the **active** state, the acceleration region is modified.
25555
25665
  * * The **UpdateIpSet** operation cannot be repeatedly called for the same GA instance within a specific period of time.