@alicloud/ga20191120 1.0.20 → 1.0.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/client.d.ts CHANGED
@@ -419,7 +419,9 @@ export declare class CreateAcceleratorRequest extends $tea.Model {
419
419
  autoUseCoupon?: string;
420
420
  bandwidthBillingType?: string;
421
421
  clientToken?: string;
422
+ dryRun?: boolean;
422
423
  duration?: number;
424
+ instanceChargeType?: string;
423
425
  ipSetConfig?: CreateAcceleratorRequestIpSetConfig;
424
426
  name?: string;
425
427
  pricingCycle?: string;
@@ -2513,6 +2515,7 @@ export declare class DescribeAcceleratorResponseBody extends $tea.Model {
2513
2515
  spec?: string;
2514
2516
  state?: string;
2515
2517
  tags?: DescribeAcceleratorResponseBodyTags[];
2518
+ upgradableStatus?: string;
2516
2519
  static names(): {
2517
2520
  [key: string]: string;
2518
2521
  };
@@ -2584,6 +2587,50 @@ export declare class DescribeAcceleratorAutoRenewAttributeResponse extends $tea.
2584
2587
  [key: string]: any;
2585
2588
  });
2586
2589
  }
2590
+ export declare class DescribeAcceleratorServiceStatusRequest extends $tea.Model {
2591
+ regionId?: string;
2592
+ static names(): {
2593
+ [key: string]: string;
2594
+ };
2595
+ static types(): {
2596
+ [key: string]: any;
2597
+ };
2598
+ constructor(map?: {
2599
+ [key: string]: any;
2600
+ });
2601
+ }
2602
+ export declare class DescribeAcceleratorServiceStatusResponseBody extends $tea.Model {
2603
+ code?: string;
2604
+ message?: string;
2605
+ requestId?: string;
2606
+ status?: string;
2607
+ success?: string;
2608
+ static names(): {
2609
+ [key: string]: string;
2610
+ };
2611
+ static types(): {
2612
+ [key: string]: any;
2613
+ };
2614
+ constructor(map?: {
2615
+ [key: string]: any;
2616
+ });
2617
+ }
2618
+ export declare class DescribeAcceleratorServiceStatusResponse extends $tea.Model {
2619
+ headers: {
2620
+ [key: string]: string;
2621
+ };
2622
+ statusCode: number;
2623
+ body: DescribeAcceleratorServiceStatusResponseBody;
2624
+ static names(): {
2625
+ [key: string]: string;
2626
+ };
2627
+ static types(): {
2628
+ [key: string]: any;
2629
+ };
2630
+ constructor(map?: {
2631
+ [key: string]: any;
2632
+ });
2633
+ }
2587
2634
  export declare class DescribeApplicationMonitorRequest extends $tea.Model {
2588
2635
  clientToken?: string;
2589
2636
  regionId?: string;
@@ -5193,6 +5240,51 @@ export declare class ListDomainsResponse extends $tea.Model {
5193
5240
  [key: string]: any;
5194
5241
  });
5195
5242
  }
5243
+ export declare class ListEndpointGroupIpAddressCidrBlocksRequest extends $tea.Model {
5244
+ endpointGroupRegion?: string;
5245
+ regionId?: string;
5246
+ static names(): {
5247
+ [key: string]: string;
5248
+ };
5249
+ static types(): {
5250
+ [key: string]: any;
5251
+ };
5252
+ constructor(map?: {
5253
+ [key: string]: any;
5254
+ });
5255
+ }
5256
+ export declare class ListEndpointGroupIpAddressCidrBlocksResponseBody extends $tea.Model {
5257
+ endpointGroupRegion?: string;
5258
+ ipAddressCidrBlocks?: string[];
5259
+ requestId?: string;
5260
+ resourceGroupId?: string;
5261
+ state?: string;
5262
+ static names(): {
5263
+ [key: string]: string;
5264
+ };
5265
+ static types(): {
5266
+ [key: string]: any;
5267
+ };
5268
+ constructor(map?: {
5269
+ [key: string]: any;
5270
+ });
5271
+ }
5272
+ export declare class ListEndpointGroupIpAddressCidrBlocksResponse extends $tea.Model {
5273
+ headers: {
5274
+ [key: string]: string;
5275
+ };
5276
+ statusCode: number;
5277
+ body: ListEndpointGroupIpAddressCidrBlocksResponseBody;
5278
+ static names(): {
5279
+ [key: string]: string;
5280
+ };
5281
+ static types(): {
5282
+ [key: string]: any;
5283
+ };
5284
+ constructor(map?: {
5285
+ [key: string]: any;
5286
+ });
5287
+ }
5196
5288
  export declare class ListEndpointGroupsRequest extends $tea.Model {
5197
5289
  acceleratorId?: string;
5198
5290
  accessLogSwitch?: string;
@@ -5619,6 +5711,92 @@ export declare class ListTagResourcesResponse extends $tea.Model {
5619
5711
  [key: string]: any;
5620
5712
  });
5621
5713
  }
5714
+ export declare class OpenAcceleratorServiceRequest extends $tea.Model {
5715
+ clientToken?: string;
5716
+ regionId?: string;
5717
+ static names(): {
5718
+ [key: string]: string;
5719
+ };
5720
+ static types(): {
5721
+ [key: string]: any;
5722
+ };
5723
+ constructor(map?: {
5724
+ [key: string]: any;
5725
+ });
5726
+ }
5727
+ export declare class OpenAcceleratorServiceResponseBody extends $tea.Model {
5728
+ code?: string;
5729
+ message?: string;
5730
+ orderId?: number;
5731
+ requestId?: string;
5732
+ success?: string;
5733
+ static names(): {
5734
+ [key: string]: string;
5735
+ };
5736
+ static types(): {
5737
+ [key: string]: any;
5738
+ };
5739
+ constructor(map?: {
5740
+ [key: string]: any;
5741
+ });
5742
+ }
5743
+ export declare class OpenAcceleratorServiceResponse extends $tea.Model {
5744
+ headers: {
5745
+ [key: string]: string;
5746
+ };
5747
+ statusCode: number;
5748
+ body: OpenAcceleratorServiceResponseBody;
5749
+ static names(): {
5750
+ [key: string]: string;
5751
+ };
5752
+ static types(): {
5753
+ [key: string]: any;
5754
+ };
5755
+ constructor(map?: {
5756
+ [key: string]: any;
5757
+ });
5758
+ }
5759
+ export declare class QueryCrossBorderApprovalStatusRequest extends $tea.Model {
5760
+ regionId?: string;
5761
+ static names(): {
5762
+ [key: string]: string;
5763
+ };
5764
+ static types(): {
5765
+ [key: string]: any;
5766
+ };
5767
+ constructor(map?: {
5768
+ [key: string]: any;
5769
+ });
5770
+ }
5771
+ export declare class QueryCrossBorderApprovalStatusResponseBody extends $tea.Model {
5772
+ approvalStatus?: string;
5773
+ requestId?: string;
5774
+ static names(): {
5775
+ [key: string]: string;
5776
+ };
5777
+ static types(): {
5778
+ [key: string]: any;
5779
+ };
5780
+ constructor(map?: {
5781
+ [key: string]: any;
5782
+ });
5783
+ }
5784
+ export declare class QueryCrossBorderApprovalStatusResponse extends $tea.Model {
5785
+ headers: {
5786
+ [key: string]: string;
5787
+ };
5788
+ statusCode: number;
5789
+ body: QueryCrossBorderApprovalStatusResponseBody;
5790
+ static names(): {
5791
+ [key: string]: string;
5792
+ };
5793
+ static types(): {
5794
+ [key: string]: any;
5795
+ };
5796
+ constructor(map?: {
5797
+ [key: string]: any;
5798
+ });
5799
+ }
5622
5800
  export declare class RemoveEntriesFromAclRequest extends $tea.Model {
5623
5801
  aclEntries?: RemoveEntriesFromAclRequestAclEntries[];
5624
5802
  aclId?: string;
@@ -7282,6 +7460,7 @@ export declare class CreateCustomRoutingEndpointsRequestEndpointConfigurations e
7282
7460
  }
7283
7461
  export declare class CreateEndpointGroupRequestEndpointConfigurations extends $tea.Model {
7284
7462
  enableClientIPPreservation?: boolean;
7463
+ enableProxyProtocol?: boolean;
7285
7464
  endpoint?: string;
7286
7465
  type?: string;
7287
7466
  weight?: number;
@@ -8304,6 +8483,7 @@ export declare class ListAcceleratorsResponseBodyAccelerators extends $tea.Model
8304
8483
  state?: string;
8305
8484
  tags?: ListAcceleratorsResponseBodyAcceleratorsTags[];
8306
8485
  type?: string;
8486
+ upgradableStatus?: string;
8307
8487
  static names(): {
8308
8488
  [key: string]: string;
8309
8489
  };
@@ -9371,6 +9551,7 @@ export declare class UpdateCustomRoutingEndpointsRequestEndpointConfigurations e
9371
9551
  }
9372
9552
  export declare class UpdateEndpointGroupRequestEndpointConfigurations extends $tea.Model {
9373
9553
  enableClientIPPreservation?: boolean;
9554
+ enableProxyProtocol?: boolean;
9374
9555
  endpoint?: string;
9375
9556
  type?: string;
9376
9557
  weight?: number;
@@ -9696,10 +9877,6 @@ export default class Client extends OpenApi {
9696
9877
  associateAdditionalCertificatesWithListener(request: AssociateAdditionalCertificatesWithListenerRequest): Promise<AssociateAdditionalCertificatesWithListenerResponse>;
9697
9878
  /**
9698
9879
  * When you call this operation, take note of the following items:
9699
- * * When you call this operation, the system checks whether the GA instance assumes the service-linked role AliyunServiceRoleForGaAntiDdos. In this case, the following rules apply to the GA instance:
9700
- * * If the GA instance does not assume the service-linked role AliyunServiceRoleForGaAntiDdos, the system automatically creates the service-linked role and attaches the policy AliyunServiceRolePolicyForGaAntiDdos to the service-linked role. This allows GA to access the Anti-DDoS Pro/Premium instance.
9701
- * * If the GA instance assumes the service-linked role AliyunServiceRoleForGaAntiDdos, the system does not create the service-linked role again.
9702
- * For more information, see [AliyunServiceRoleForGaAntiDdos](~~186805~~).
9703
9880
  * * **AttachDdosToAccelerator** is an asynchronous operation. After you call the operation, the system returns a request ID and runs the task in the background. You can call the [DescribeAccelerator](~~153235~~) or [ListAccelerators](~~153236~~) operation to query the status of the GA instance.
9704
9881
  * * If the GA instance is in the **configuring** state, the Anti-DDoS Pro/Premium instance is being associated with the GA instance. In this case, you can perform only query operations.
9705
9882
  * * If the GA instance is in the **active** state, the Anti-DDoS Pro/Premium instance is associated with the GA instance.
@@ -9712,10 +9889,6 @@ export default class Client extends OpenApi {
9712
9889
  attachDdosToAcceleratorWithOptions(request: AttachDdosToAcceleratorRequest, runtime: $Util.RuntimeOptions): Promise<AttachDdosToAcceleratorResponse>;
9713
9890
  /**
9714
9891
  * When you call this operation, take note of the following items:
9715
- * * When you call this operation, the system checks whether the GA instance assumes the service-linked role AliyunServiceRoleForGaAntiDdos. In this case, the following rules apply to the GA instance:
9716
- * * If the GA instance does not assume the service-linked role AliyunServiceRoleForGaAntiDdos, the system automatically creates the service-linked role and attaches the policy AliyunServiceRolePolicyForGaAntiDdos to the service-linked role. This allows GA to access the Anti-DDoS Pro/Premium instance.
9717
- * * If the GA instance assumes the service-linked role AliyunServiceRoleForGaAntiDdos, the system does not create the service-linked role again.
9718
- * For more information, see [AliyunServiceRoleForGaAntiDdos](~~186805~~).
9719
9892
  * * **AttachDdosToAccelerator** is an asynchronous operation. After you call the operation, the system returns a request ID and runs the task in the background. You can call the [DescribeAccelerator](~~153235~~) or [ListAccelerators](~~153236~~) operation to query the status of the GA instance.
9720
9893
  * * If the GA instance is in the **configuring** state, the Anti-DDoS Pro/Premium instance is being associated with the GA instance. In this case, you can perform only query operations.
9721
9894
  * * If the GA instance is in the **active** state, the Anti-DDoS Pro/Premium instance is associated with the GA instance.
@@ -9768,7 +9941,7 @@ export default class Client extends OpenApi {
9768
9941
  */
9769
9942
  bandwidthPackageAddAccelerator(request: BandwidthPackageAddAcceleratorRequest): Promise<BandwidthPackageAddAcceleratorResponse>;
9770
9943
  /**
9771
- * * **BandwidthPackageRemoveAccelerator** 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 disassociate.
9944
+ * * **BandwidthPackageRemoveAccelerator** 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 status of the bandwidth plan that you attempt to disassociate.
9772
9945
  * * If the bandwidth plan is in the **unbinding** state, it indicates that the bandwidth plan is being disassociated. In this case, you can perform only query operations.
9773
9946
  * * If the bandwidth plan is in the **active** state, it indicates that the bandwidth plan is disassociated.
9774
9947
  * * The **BandwidthPackageRemoveAccelerator** cannot be called repeatedly for the same GA instance.
@@ -9779,7 +9952,7 @@ export default class Client extends OpenApi {
9779
9952
  */
9780
9953
  bandwidthPackageRemoveAcceleratorWithOptions(request: BandwidthPackageRemoveAcceleratorRequest, runtime: $Util.RuntimeOptions): Promise<BandwidthPackageRemoveAcceleratorResponse>;
9781
9954
  /**
9782
- * * **BandwidthPackageRemoveAccelerator** 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 disassociate.
9955
+ * * **BandwidthPackageRemoveAccelerator** 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 status of the bandwidth plan that you attempt to disassociate.
9783
9956
  * * If the bandwidth plan is in the **unbinding** state, it indicates that the bandwidth plan is being disassociated. In this case, you can perform only query operations.
9784
9957
  * * If the bandwidth plan is in the **active** state, it indicates that the bandwidth plan is disassociated.
9785
9958
  * * The **BandwidthPackageRemoveAccelerator** cannot be called repeatedly for the same GA instance.
@@ -9888,13 +10061,12 @@ export default class Client extends OpenApi {
9888
10061
  */
9889
10062
  createApplicationMonitor(request: CreateApplicationMonitorRequest): Promise<CreateApplicationMonitorResponse>;
9890
10063
  /**
9891
- * ##
9892
10064
  * To use Global Accelerator (GA) for acceleration, you must purchase a basic bandwidth plan. A basic bandwidth plan supports the following bandwidth types:
9893
10065
  * * **Basic**: Both the default acceleration region and the default service region are in the Chinese mainland. The accelerated service is deployed on Alibaba Cloud.
9894
10066
  * * **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.
9895
- * * **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.
10067
+ * * **Premium**: Both the default acceleration region and the default service region are outside 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.
9896
10068
  * When you call this operation, take note of the following items:
9897
- * * 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.
10069
+ * * **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 status of the bandwidth plan.
9898
10070
  * * 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.
9899
10071
  * * If the bandwidth plan is in the **active** state, it indicates that the bandwidth plan is created.
9900
10072
  * * The **CreateBandwidthPackage** operation cannot be repeatedly called for the same GA instance within a specific period of time.
@@ -9905,13 +10077,12 @@ export default class Client extends OpenApi {
9905
10077
  */
9906
10078
  createBandwidthPackageWithOptions(request: CreateBandwidthPackageRequest, runtime: $Util.RuntimeOptions): Promise<CreateBandwidthPackageResponse>;
9907
10079
  /**
9908
- * ##
9909
10080
  * To use Global Accelerator (GA) for acceleration, you must purchase a basic bandwidth plan. A basic bandwidth plan supports the following bandwidth types:
9910
10081
  * * **Basic**: Both the default acceleration region and the default service region are in the Chinese mainland. The accelerated service is deployed on Alibaba Cloud.
9911
10082
  * * **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.
9912
- * * **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.
10083
+ * * **Premium**: Both the default acceleration region and the default service region are outside 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.
9913
10084
  * When you call this operation, take note of the following items:
9914
- * * 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.
10085
+ * * **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 status of the bandwidth plan.
9915
10086
  * * 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.
9916
10087
  * * If the bandwidth plan is in the **active** state, it indicates that the bandwidth plan is created.
9917
10088
  * * The **CreateBandwidthPackage** operation cannot be repeatedly called for the same GA instance within a specific period of time.
@@ -9984,10 +10155,9 @@ export default class Client extends OpenApi {
9984
10155
  */
9985
10156
  createBasicAccelerateIpEndpointRelations(request: CreateBasicAccelerateIpEndpointRelationsRequest): Promise<CreateBasicAccelerateIpEndpointRelationsResponse>;
9986
10157
  /**
9987
- * ## Usage notes
9988
- * 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~~).
10158
+ * Basic GA instances leverage the immense bandwidth of Alibaba Cloud\\"s high-quality global network to provide end-to-end acceleration services. You can use basic GA instances to accelerate content delivery at Layer 3 (IP). For more information, see [Overview of GA instances](~~153127~~).
9989
10159
  * **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:
9990
- * * 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.
10160
+ * * If the basic GA instance is in the **init** state, it indicates that the basic GA instance is being created. In this case, you can continue to perform query operations on the GA instance.
9991
10161
  * * If the basic GA instance is in the **active** state, it indicates that the basic GA instance is created.
9992
10162
  *
9993
10163
  * @param request CreateBasicAcceleratorRequest
@@ -9996,10 +10166,9 @@ export default class Client extends OpenApi {
9996
10166
  */
9997
10167
  createBasicAcceleratorWithOptions(request: CreateBasicAcceleratorRequest, runtime: $Util.RuntimeOptions): Promise<CreateBasicAcceleratorResponse>;
9998
10168
  /**
9999
- * ## Usage notes
10000
- * 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~~).
10169
+ * Basic GA instances leverage the immense bandwidth of Alibaba Cloud\\"s high-quality global network to provide end-to-end acceleration services. You can use basic GA instances to accelerate content delivery at Layer 3 (IP). For more information, see [Overview of GA instances](~~153127~~).
10001
10170
  * **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:
10002
- * * 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.
10171
+ * * If the basic GA instance is in the **init** state, it indicates that the basic GA instance is being created. In this case, you can continue to perform query operations on the GA instance.
10003
10172
  * * If the basic GA instance is in the **active** state, it indicates that the basic GA instance is created.
10004
10173
  *
10005
10174
  * @param request CreateBasicAcceleratorRequest
@@ -10028,11 +10197,10 @@ export default class Client extends OpenApi {
10028
10197
  */
10029
10198
  createBasicEndpoint(request: CreateBasicEndpointRequest): Promise<CreateBasicEndpointResponse>;
10030
10199
  /**
10031
- * ##
10032
- * * 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.
10200
+ * * **CreateBasicEndpointGroup** is an asynchronous operation. After a request is sent, the system returns an endpoint group ID and runs the task in the background. You can call the [GetBasicEndpointGroup](~~362984~~) operation to query the status of the task.
10033
10201
  * * If the endpoint group is in the **init** state, the endpoint is being created. In this case, you can perform only query operations.
10034
10202
  * * If the endpoint group is in the **active** state, the endpoint group is created.
10035
- * * The **CreateBasicEndpointGroup** operation cannot be repeatedly called for the same basic GA instance within a specific period of time.
10203
+ * * You cannot call the **CreateBasicEndpointGroup** operation again on the same GA instance before the previous request is completed.
10036
10204
  *
10037
10205
  * @param request CreateBasicEndpointGroupRequest
10038
10206
  * @param runtime runtime options for this request RuntimeOptions
@@ -10040,20 +10208,18 @@ export default class Client extends OpenApi {
10040
10208
  */
10041
10209
  createBasicEndpointGroupWithOptions(request: CreateBasicEndpointGroupRequest, runtime: $Util.RuntimeOptions): Promise<CreateBasicEndpointGroupResponse>;
10042
10210
  /**
10043
- * ##
10044
- * * 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.
10211
+ * * **CreateBasicEndpointGroup** is an asynchronous operation. After a request is sent, the system returns an endpoint group ID and runs the task in the background. You can call the [GetBasicEndpointGroup](~~362984~~) operation to query the status of the task.
10045
10212
  * * If the endpoint group is in the **init** state, the endpoint is being created. In this case, you can perform only query operations.
10046
10213
  * * If the endpoint group is in the **active** state, the endpoint group is created.
10047
- * * The **CreateBasicEndpointGroup** operation cannot be repeatedly called for the same basic GA instance within a specific period of time.
10214
+ * * You cannot call the **CreateBasicEndpointGroup** operation again on the same GA instance before the previous request is completed.
10048
10215
  *
10049
10216
  * @param request CreateBasicEndpointGroupRequest
10050
10217
  * @return CreateBasicEndpointGroupResponse
10051
10218
  */
10052
10219
  createBasicEndpointGroup(request: CreateBasicEndpointGroupRequest): Promise<CreateBasicEndpointGroupResponse>;
10053
10220
  /**
10054
- * ### Usage notes
10055
- * * **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.
10056
- * * The **CreateBasicEndpoints** operation cannot be repeatedly called for the same GA instance within a specific period of time.
10221
+ * * **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, it indicates that the endpoints are being created. In this case, you can continue to perform query operations on the endpoints. If all endpoints are in the **active** state, it indicates that the endpoints are created.
10222
+ * * You cannot call the **CreateBasicEndpoints** operation again on the same GA instance before the previous operation is complete.
10057
10223
  *
10058
10224
  * @param request CreateBasicEndpointsRequest
10059
10225
  * @param runtime runtime options for this request RuntimeOptions
@@ -10061,21 +10227,20 @@ export default class Client extends OpenApi {
10061
10227
  */
10062
10228
  createBasicEndpointsWithOptions(request: CreateBasicEndpointsRequest, runtime: $Util.RuntimeOptions): Promise<CreateBasicEndpointsResponse>;
10063
10229
  /**
10064
- * ### Usage notes
10065
- * * **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.
10066
- * * The **CreateBasicEndpoints** operation cannot be repeatedly called for the same GA instance within a specific period of time.
10230
+ * * **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, it indicates that the endpoints are being created. In this case, you can continue to perform query operations on the endpoints. If all endpoints are in the **active** state, it indicates that the endpoints are created.
10231
+ * * You cannot call the **CreateBasicEndpoints** operation again on the same GA instance before the previous operation is complete.
10067
10232
  *
10068
10233
  * @param request CreateBasicEndpointsRequest
10069
10234
  * @return CreateBasicEndpointsResponse
10070
10235
  */
10071
10236
  createBasicEndpoints(request: CreateBasicEndpointsRequest): Promise<CreateBasicEndpointsResponse>;
10072
10237
  /**
10073
- * Before you call this operation, take note of the following limits:
10074
- * * You can add only one acceleration region for each basic GA instance, and only IPv4 clients can connect to basic GA instances.
10075
- * * **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.
10238
+ * Take note of the following limits:
10239
+ * * You can specify only one acceleration region for each basic GA instance, and only IPv4 clients can connect to basic GA instances.
10240
+ * * **CreateBasicIpSet** is an asynchronous operation. After you send a request, the system returns an acceleration region ID and runs the task in the background. You can call the [GetBasicIpSet](~~362987~~) operation to query the status of the task.
10076
10241
  * * If the acceleration region is in the **init** state, the acceleration region is being created. In this case, you can perform only query operations.
10077
10242
  * * If the acceleration region is in the **active** state, the acceleration region is created.
10078
- * * The **CreateBasicIpSet** operation cannot be repeatedly called for the same GA instance within a specific period of time.
10243
+ * * You cannot call the **CreateBasicIpSet** operation again on the same GA instance before the previous task is completed.
10079
10244
  *
10080
10245
  * @param request CreateBasicIpSetRequest
10081
10246
  * @param runtime runtime options for this request RuntimeOptions
@@ -10083,31 +10248,19 @@ export default class Client extends OpenApi {
10083
10248
  */
10084
10249
  createBasicIpSetWithOptions(request: CreateBasicIpSetRequest, runtime: $Util.RuntimeOptions): Promise<CreateBasicIpSetResponse>;
10085
10250
  /**
10086
- * Before you call this operation, take note of the following limits:
10087
- * * You can add only one acceleration region for each basic GA instance, and only IPv4 clients can connect to basic GA instances.
10088
- * * **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.
10251
+ * Take note of the following limits:
10252
+ * * You can specify only one acceleration region for each basic GA instance, and only IPv4 clients can connect to basic GA instances.
10253
+ * * **CreateBasicIpSet** is an asynchronous operation. After you send a request, the system returns an acceleration region ID and runs the task in the background. You can call the [GetBasicIpSet](~~362987~~) operation to query the status of the task.
10089
10254
  * * If the acceleration region is in the **init** state, the acceleration region is being created. In this case, you can perform only query operations.
10090
10255
  * * If the acceleration region is in the **active** state, the acceleration region is created.
10091
- * * The **CreateBasicIpSet** operation cannot be repeatedly called for the same GA instance within a specific period of time.
10256
+ * * You cannot call the **CreateBasicIpSet** operation again on the same GA instance before the previous task is completed.
10092
10257
  *
10093
10258
  * @param request CreateBasicIpSetRequest
10094
10259
  * @return CreateBasicIpSetResponse
10095
10260
  */
10096
10261
  createBasicIpSet(request: CreateBasicIpSetRequest): Promise<CreateBasicIpSetResponse>;
10097
10262
  /**
10098
- * 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.
10099
- * 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:
10100
- * * **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.
10101
- * * 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.
10102
- * * If the endpoint group is in the **active** state, it indicates that mapping configurations are created for the endpoint group.
10103
- * * The **CreateCustomRoutingEndpointGroupDestinations** operation cannot be called repeatedly for the same GA instance within a specific period of time.
10104
- * ### Prerequisites
10105
- * Make sure that the following operations are performed before you call this operation:
10106
- * * A standard GA instance is created. For more information, see [CreateAccelerator](~~206786~~).
10107
- * * A bandwidth plan is associated with the standard GA instance. For more information, see [BandwidthPackageAddAccelerator](~~153239~~).
10108
- * * An application is deployed to receive requests that are forwarded from GA. You can specify only vSwitches as endpoints for custom routing listeners.
10109
- * * 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~~).
10110
- * * An endpoint group is created for the custom routing listener. For more information, see [CreateCustomRoutingEndpointGroups](~~449363~~).
10263
+ * readAndWrite
10111
10264
  *
10112
10265
  * @param request CreateCustomRoutingEndpointGroupDestinationsRequest
10113
10266
  * @param runtime runtime options for this request RuntimeOptions
@@ -10115,19 +10268,7 @@ export default class Client extends OpenApi {
10115
10268
  */
10116
10269
  createCustomRoutingEndpointGroupDestinationsWithOptions(request: CreateCustomRoutingEndpointGroupDestinationsRequest, runtime: $Util.RuntimeOptions): Promise<CreateCustomRoutingEndpointGroupDestinationsResponse>;
10117
10270
  /**
10118
- * 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.
10119
- * 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:
10120
- * * **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.
10121
- * * 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.
10122
- * * If the endpoint group is in the **active** state, it indicates that mapping configurations are created for the endpoint group.
10123
- * * The **CreateCustomRoutingEndpointGroupDestinations** operation cannot be called repeatedly for the same GA instance within a specific period of time.
10124
- * ### Prerequisites
10125
- * Make sure that the following operations are performed before you call this operation:
10126
- * * A standard GA instance is created. For more information, see [CreateAccelerator](~~206786~~).
10127
- * * A bandwidth plan is associated with the standard GA instance. For more information, see [BandwidthPackageAddAccelerator](~~153239~~).
10128
- * * An application is deployed to receive requests that are forwarded from GA. You can specify only vSwitches as endpoints for custom routing listeners.
10129
- * * 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~~).
10130
- * * An endpoint group is created for the custom routing listener. For more information, see [CreateCustomRoutingEndpointGroups](~~449363~~).
10271
+ * readAndWrite
10131
10272
  *
10132
10273
  * @param request CreateCustomRoutingEndpointGroupDestinationsRequest
10133
10274
  * @return CreateCustomRoutingEndpointGroupDestinationsResponse
@@ -10218,19 +10359,7 @@ export default class Client extends OpenApi {
10218
10359
  */
10219
10360
  createCustomRoutingEndpointTrafficPolicies(request: CreateCustomRoutingEndpointTrafficPoliciesRequest): Promise<CreateCustomRoutingEndpointTrafficPoliciesResponse>;
10220
10361
  /**
10221
- * 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.
10222
- * This operation is used to create endpoints for custom routing listeners. When you call this operation, take note of the following items:
10223
- * * **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.
10224
- * * 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.
10225
- * * If the endpoint group is in the **active** state, it indicates that endpoints are created.
10226
- * * The **CreateCustomRoutingEndpoints** operation cannot be called repeatedly for the same GA instance within a specific period of time.
10227
- * ### Prerequisites
10228
- * The following operations are complete before you call this operation:
10229
- * * Create a standard GA instance. For more information, see [CreateAccelerator](~~206786~~).
10230
- * * Associate a bandwidth plan with the standard GA instance. For more information, see [BandwidthPackageAddAccelerator](~~153239~~).
10231
- * * 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.
10232
- * * 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~~).
10233
- * * Create an endpoint group for the custom routing listener. For more information, see [CreateCustomRoutingEndpointGroups](~~449363~~).
10362
+ * readAndWrite
10234
10363
  *
10235
10364
  * @param request CreateCustomRoutingEndpointsRequest
10236
10365
  * @param runtime runtime options for this request RuntimeOptions
@@ -10238,19 +10367,7 @@ export default class Client extends OpenApi {
10238
10367
  */
10239
10368
  createCustomRoutingEndpointsWithOptions(request: CreateCustomRoutingEndpointsRequest, runtime: $Util.RuntimeOptions): Promise<CreateCustomRoutingEndpointsResponse>;
10240
10369
  /**
10241
- * 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.
10242
- * This operation is used to create endpoints for custom routing listeners. When you call this operation, take note of the following items:
10243
- * * **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.
10244
- * * 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.
10245
- * * If the endpoint group is in the **active** state, it indicates that endpoints are created.
10246
- * * The **CreateCustomRoutingEndpoints** operation cannot be called repeatedly for the same GA instance within a specific period of time.
10247
- * ### Prerequisites
10248
- * The following operations are complete before you call this operation:
10249
- * * Create a standard GA instance. For more information, see [CreateAccelerator](~~206786~~).
10250
- * * Associate a bandwidth plan with the standard GA instance. For more information, see [BandwidthPackageAddAccelerator](~~153239~~).
10251
- * * 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.
10252
- * * 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~~).
10253
- * * Create an endpoint group for the custom routing listener. For more information, see [CreateCustomRoutingEndpointGroups](~~449363~~).
10370
+ * readAndWrite
10254
10371
  *
10255
10372
  * @param request CreateCustomRoutingEndpointsRequest
10256
10373
  * @return CreateCustomRoutingEndpointsResponse
@@ -10347,11 +10464,10 @@ export default class Client extends OpenApi {
10347
10464
  */
10348
10465
  createForwardingRules(request: CreateForwardingRulesRequest): Promise<CreateForwardingRulesResponse>;
10349
10466
  /**
10350
- * ## Usage notes
10351
- * * **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.
10467
+ * * **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 the task.
10352
10468
  * * 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.
10353
10469
  * * If acceleration regions are in the **active** state, it indicates that the acceleration regions are created.
10354
- * * The **CreateIpSets** operation cannot be called repeatedly for the same Global Accelerator (GA) instance within a specific period of time.
10470
+ * * You cannot call the **CreateIpSets** operation again on the same GA instance before the previous operation is completed.
10355
10471
  *
10356
10472
  * @param request CreateIpSetsRequest
10357
10473
  * @param runtime runtime options for this request RuntimeOptions
@@ -10359,11 +10475,10 @@ export default class Client extends OpenApi {
10359
10475
  */
10360
10476
  createIpSetsWithOptions(request: CreateIpSetsRequest, runtime: $Util.RuntimeOptions): Promise<CreateIpSetsResponse>;
10361
10477
  /**
10362
- * ## Usage notes
10363
- * * **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.
10478
+ * * **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 the task.
10364
10479
  * * 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.
10365
10480
  * * If acceleration regions are in the **active** state, it indicates that the acceleration regions are created.
10366
- * * The **CreateIpSets** operation cannot be called repeatedly for the same Global Accelerator (GA) instance within a specific period of time.
10481
+ * * You cannot call the **CreateIpSets** operation again on the same GA instance before the previous operation is completed.
10367
10482
  *
10368
10483
  * @param request CreateIpSetsRequest
10369
10484
  * @return CreateIpSetsResponse
@@ -10417,9 +10532,9 @@ export default class Client extends OpenApi {
10417
10532
  createSpareIps(request: CreateSpareIpsRequest): Promise<CreateSpareIpsResponse>;
10418
10533
  /**
10419
10534
  * * Subscription GA instances cannot be deleted.
10420
- * * GA instances that have bandwidth plans associated cannot be deleted. To delete such GA instances, disassociate the bandwidth plans. For information about how to disassociate a bandwidth plan from a GA instance, see [BandwidthPackageRemoveAccelerator](~~153240~~).
10421
- * * **DeleteAccelerator** is an asynchronous operation. After you send a request, the system returns a request ID, but the operation is still being performed in the system background. You can call the [DescribeAccelerator](~~153235~~) operation to query the state of a GA instance.
10422
- * * If the GA instance is in the **deleting** state, it indicates that the GA instance is being deleted. In this case, you can perform only query operations.
10535
+ * * GA instances that have bandwidth plans associated cannot be deleted. To delete such GA instances, disassociate the bandwidth plans first. For information about how to disassociate a bandwidth plan from a GA instance, see [BandwidthPackageRemoveAccelerator](~~153240~~).
10536
+ * * **DeleteAccelerator** is an asynchronous operation. After you send a request, the system returns a request ID, but the operation is still being performed in the system background. You can use the [DescribeAccelerator](~~153235~~) operation to query the state of a GA instance.
10537
+ * * If the GA instance is in the **deleting** state, the GA instance is being deleted. In this case, you can perform only query operations.
10423
10538
  * * If the GA instance cannot be queried, it indicates that the GA instance is deleted.
10424
10539
  *
10425
10540
  * @param request DeleteAcceleratorRequest
@@ -10429,9 +10544,9 @@ export default class Client extends OpenApi {
10429
10544
  deleteAcceleratorWithOptions(request: DeleteAcceleratorRequest, runtime: $Util.RuntimeOptions): Promise<DeleteAcceleratorResponse>;
10430
10545
  /**
10431
10546
  * * Subscription GA instances cannot be deleted.
10432
- * * GA instances that have bandwidth plans associated cannot be deleted. To delete such GA instances, disassociate the bandwidth plans. For information about how to disassociate a bandwidth plan from a GA instance, see [BandwidthPackageRemoveAccelerator](~~153240~~).
10433
- * * **DeleteAccelerator** is an asynchronous operation. After you send a request, the system returns a request ID, but the operation is still being performed in the system background. You can call the [DescribeAccelerator](~~153235~~) operation to query the state of a GA instance.
10434
- * * If the GA instance is in the **deleting** state, it indicates that the GA instance is being deleted. In this case, you can perform only query operations.
10547
+ * * GA instances that have bandwidth plans associated cannot be deleted. To delete such GA instances, disassociate the bandwidth plans first. For information about how to disassociate a bandwidth plan from a GA instance, see [BandwidthPackageRemoveAccelerator](~~153240~~).
10548
+ * * **DeleteAccelerator** is an asynchronous operation. After you send a request, the system returns a request ID, but the operation is still being performed in the system background. You can use the [DescribeAccelerator](~~153235~~) operation to query the state of a GA instance.
10549
+ * * If the GA instance is in the **deleting** state, the GA instance is being deleted. In this case, you can perform only query operations.
10435
10550
  * * If the GA instance cannot be queried, it indicates that the GA instance is deleted.
10436
10551
  *
10437
10552
  * @param request DeleteAcceleratorRequest
@@ -10483,7 +10598,7 @@ export default class Client extends OpenApi {
10483
10598
  /**
10484
10599
  * * By default, subscription bandwidth plans cannot be deleted. If you want to delete subscription bandwidth plans, contact your account manager.
10485
10600
  * * 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~~).
10486
- * * **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.
10601
+ * * **DeleteBandwidthPackage** is an asynchronous operation. After a request is sent, the system returns a request ID and runs the task in the background. You can call the [DescribeBandwidthPackage](~~153241~~) operation to query the status of the task.
10487
10602
  * * 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.
10488
10603
  * * If the bandwidth plan cannot be found, it indicates that the bandwidth plan is deleted.
10489
10604
  * * The **DeleteBandwidthPackage** operation cannot be called repeatedly for the same bandwidth plan within a specific period of time.
@@ -10496,7 +10611,7 @@ export default class Client extends OpenApi {
10496
10611
  /**
10497
10612
  * * By default, subscription bandwidth plans cannot be deleted. If you want to delete subscription bandwidth plans, contact your account manager.
10498
10613
  * * 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~~).
10499
- * * **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.
10614
+ * * **DeleteBandwidthPackage** is an asynchronous operation. After a request is sent, the system returns a request ID and runs the task in the background. You can call the [DescribeBandwidthPackage](~~153241~~) operation to query the status of the task.
10500
10615
  * * 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.
10501
10616
  * * If the bandwidth plan cannot be found, it indicates that the bandwidth plan is deleted.
10502
10617
  * * The **DeleteBandwidthPackage** operation cannot be called repeatedly for the same bandwidth plan within a specific period of time.
@@ -10609,10 +10724,10 @@ export default class Client extends OpenApi {
10609
10724
  */
10610
10725
  deleteBasicEndpointGroup(request: DeleteBasicEndpointGroupRequest): Promise<DeleteBasicEndpointGroupResponse>;
10611
10726
  /**
10612
- * * **DeleteBasicIpSet** 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.
10727
+ * * \\*\\*DeleteBasicIpSet\\*\\* is an asynchronous operation. After you send a request, the system returns a request ID and runs the task in the background. You can call the [GetBasicIpSet](~~362987~~) operation to query the status of an acceleration region:
10613
10728
  * * If the acceleration region is in the **deleting** state, it indicates that the acceleration region is being deleted. In this case, you can perform only query operations.
10614
10729
  * * If the information of the acceleration region is not displayed in the response, it indicates that the acceleration region is deleted.
10615
- * * The **DeleteBasicIpSet** cannot be called repeatedly for the same basic GA instance within a specific period of time.
10730
+ * * The \\*\\*DeleteBasicIpSet\\*\\* operation cannot be called repeatedly for the same basic GA instance within a specific period of time.
10616
10731
  *
10617
10732
  * @param request DeleteBasicIpSetRequest
10618
10733
  * @param runtime runtime options for this request RuntimeOptions
@@ -10620,21 +10735,20 @@ export default class Client extends OpenApi {
10620
10735
  */
10621
10736
  deleteBasicIpSetWithOptions(request: DeleteBasicIpSetRequest, runtime: $Util.RuntimeOptions): Promise<DeleteBasicIpSetResponse>;
10622
10737
  /**
10623
- * * **DeleteBasicIpSet** 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.
10738
+ * * \\*\\*DeleteBasicIpSet\\*\\* is an asynchronous operation. After you send a request, the system returns a request ID and runs the task in the background. You can call the [GetBasicIpSet](~~362987~~) operation to query the status of an acceleration region:
10624
10739
  * * If the acceleration region is in the **deleting** state, it indicates that the acceleration region is being deleted. In this case, you can perform only query operations.
10625
10740
  * * If the information of the acceleration region is not displayed in the response, it indicates that the acceleration region is deleted.
10626
- * * The **DeleteBasicIpSet** cannot be called repeatedly for the same basic GA instance within a specific period of time.
10741
+ * * The \\*\\*DeleteBasicIpSet\\*\\* operation cannot be called repeatedly for the same basic GA instance within a specific period of time.
10627
10742
  *
10628
10743
  * @param request DeleteBasicIpSetRequest
10629
10744
  * @return DeleteBasicIpSetResponse
10630
10745
  */
10631
10746
  deleteBasicIpSet(request: DeleteBasicIpSetRequest): Promise<DeleteBasicIpSetResponse>;
10632
10747
  /**
10633
- * ### Usage notes
10634
- * * **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.
10748
+ * * **DeleteCustomRoutingEndpointGroupDestinations** is an asynchronous operation. After a request is sent, the system returns a request ID and runs the task in the background. You can call the [DescribeCustomRoutingEndpointGroup](~~449373~~) to query the status of the task.
10635
10749
  * * 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.
10636
- * * 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.
10637
- * * The **DeleteCustomRoutingEndpointGroupDestinations** operation cannot be called repeatedly for the same Global Accelerator (GA) instance within a specific period of time.
10750
+ * * 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 when you call the [DescribeCustomRoutingEndpointGroupDestinations](~~449378~~) operation, it indicates the mappings are deleted from the endpoint group.
10751
+ * * You cannot call the **DeleteCustomRoutingEndpointGroupDestinations** operation again on the same Global Accelerator (GA) instance before the previous request is completed.
10638
10752
  *
10639
10753
  * @param request DeleteCustomRoutingEndpointGroupDestinationsRequest
10640
10754
  * @param runtime runtime options for this request RuntimeOptions
@@ -10642,11 +10756,10 @@ export default class Client extends OpenApi {
10642
10756
  */
10643
10757
  deleteCustomRoutingEndpointGroupDestinationsWithOptions(request: DeleteCustomRoutingEndpointGroupDestinationsRequest, runtime: $Util.RuntimeOptions): Promise<DeleteCustomRoutingEndpointGroupDestinationsResponse>;
10644
10758
  /**
10645
- * ### Usage notes
10646
- * * **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.
10759
+ * * **DeleteCustomRoutingEndpointGroupDestinations** is an asynchronous operation. After a request is sent, the system returns a request ID and runs the task in the background. You can call the [DescribeCustomRoutingEndpointGroup](~~449373~~) to query the status of the task.
10647
10760
  * * 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.
10648
- * * 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.
10649
- * * The **DeleteCustomRoutingEndpointGroupDestinations** operation cannot be called repeatedly for the same Global Accelerator (GA) instance within a specific period of time.
10761
+ * * 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 when you call the [DescribeCustomRoutingEndpointGroupDestinations](~~449378~~) operation, it indicates the mappings are deleted from the endpoint group.
10762
+ * * You cannot call the **DeleteCustomRoutingEndpointGroupDestinations** operation again on the same Global Accelerator (GA) instance before the previous request is completed.
10650
10763
  *
10651
10764
  * @param request DeleteCustomRoutingEndpointGroupDestinationsRequest
10652
10765
  * @return DeleteCustomRoutingEndpointGroupDestinationsResponse
@@ -10695,11 +10808,10 @@ export default class Client extends OpenApi {
10695
10808
  */
10696
10809
  deleteCustomRoutingEndpointTrafficPolicies(request: DeleteCustomRoutingEndpointTrafficPoliciesRequest): Promise<DeleteCustomRoutingEndpointTrafficPoliciesResponse>;
10697
10810
  /**
10698
- * ### Usage notes
10699
- * * **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.
10700
- * * If an endpoint group is in the **updating** state, the endpoints are being deleted. In this case, you can perform only query operations.
10701
- * * 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.
10702
- * * You cannot repeatedly call the **DeleteCustomRoutingEndpoints** operation for the same Global Accelerator (GA) instance within the specified period of time.
10811
+ * * **DeleteCustomRoutingEndpoints** is an asynchronous operation. After a request is sent, the system returns a request ID and runs the task in the background. You can call the [DescribeCustomRoutingEndpointGroup](~~449373~~) to query the status of the task.
10812
+ * * If an endpoint group is in the **updating** state, the endpoint is being deleted. In this case, you can perform only query operations.
10813
+ * * 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.
10814
+ * * You cannot call the **DeleteCustomRoutingEndpoints** operation again on the same Global Accelerator (GA) instance before the previous task is completed.
10703
10815
  *
10704
10816
  * @param request DeleteCustomRoutingEndpointsRequest
10705
10817
  * @param runtime runtime options for this request RuntimeOptions
@@ -10707,11 +10819,10 @@ export default class Client extends OpenApi {
10707
10819
  */
10708
10820
  deleteCustomRoutingEndpointsWithOptions(request: DeleteCustomRoutingEndpointsRequest, runtime: $Util.RuntimeOptions): Promise<DeleteCustomRoutingEndpointsResponse>;
10709
10821
  /**
10710
- * ### Usage notes
10711
- * * **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.
10712
- * * If an endpoint group is in the **updating** state, the endpoints are being deleted. In this case, you can perform only query operations.
10713
- * * 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.
10714
- * * You cannot repeatedly call the **DeleteCustomRoutingEndpoints** operation for the same Global Accelerator (GA) instance within the specified period of time.
10822
+ * * **DeleteCustomRoutingEndpoints** is an asynchronous operation. After a request is sent, the system returns a request ID and runs the task in the background. You can call the [DescribeCustomRoutingEndpointGroup](~~449373~~) to query the status of the task.
10823
+ * * If an endpoint group is in the **updating** state, the endpoint is being deleted. In this case, you can perform only query operations.
10824
+ * * 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.
10825
+ * * You cannot call the **DeleteCustomRoutingEndpoints** operation again on the same Global Accelerator (GA) instance before the previous task is completed.
10715
10826
  *
10716
10827
  * @param request DeleteCustomRoutingEndpointsRequest
10717
10828
  * @return DeleteCustomRoutingEndpointsResponse
@@ -10754,9 +10865,9 @@ export default class Client extends OpenApi {
10754
10865
  */
10755
10866
  deleteEndpointGroup(request: DeleteEndpointGroupRequest): Promise<DeleteEndpointGroupResponse>;
10756
10867
  /**
10757
- * * **DeleteEndpointGroups** 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.
10758
- * * If the endpoint group is in the **deleting** state, it indicates that the endpoint group is being deleted. In this case, you can perform only query operations.
10759
- * * If the endpoint group cannot be queried, it indicates that the endpoint group is deleted.
10868
+ * * **DeleteEndpointGroups** is an asynchronous operation. After a request is sent, the system returns a request ID and runs the task in the background. You can call the [DescribeEndpointGroup](~~153260~~) operation to query the status of the task.
10869
+ * * If an endpoint group is in the **deleting** state, the endpoint group is being deleted. In this case, you can perform only query operations.
10870
+ * * If an endpoint group cannot be queried, the endpoint group is deleted.
10760
10871
  * * The **DeleteEndpointGroups** operation cannot be repeatedly called for the same Global Accelerator (GA) instance within a specific period of time.
10761
10872
  *
10762
10873
  * @param request DeleteEndpointGroupsRequest
@@ -10765,9 +10876,9 @@ export default class Client extends OpenApi {
10765
10876
  */
10766
10877
  deleteEndpointGroupsWithOptions(request: DeleteEndpointGroupsRequest, runtime: $Util.RuntimeOptions): Promise<DeleteEndpointGroupsResponse>;
10767
10878
  /**
10768
- * * **DeleteEndpointGroups** 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.
10769
- * * If the endpoint group is in the **deleting** state, it indicates that the endpoint group is being deleted. In this case, you can perform only query operations.
10770
- * * If the endpoint group cannot be queried, it indicates that the endpoint group is deleted.
10879
+ * * **DeleteEndpointGroups** is an asynchronous operation. After a request is sent, the system returns a request ID and runs the task in the background. You can call the [DescribeEndpointGroup](~~153260~~) operation to query the status of the task.
10880
+ * * If an endpoint group is in the **deleting** state, the endpoint group is being deleted. In this case, you can perform only query operations.
10881
+ * * If an endpoint group cannot be queried, the endpoint group is deleted.
10771
10882
  * * The **DeleteEndpointGroups** operation cannot be repeatedly called for the same Global Accelerator (GA) instance within a specific period of time.
10772
10883
  *
10773
10884
  * @param request DeleteEndpointGroupsRequest
@@ -10775,9 +10886,9 @@ export default class Client extends OpenApi {
10775
10886
  */
10776
10887
  deleteEndpointGroups(request: DeleteEndpointGroupsRequest): Promise<DeleteEndpointGroupsResponse>;
10777
10888
  /**
10778
- * * **DeleteForwardingRules** 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 [ListForwardingRules](~~205817~~) operation to query the state of a forwarding rule.
10779
- * * If the forwarding rule is in the **deleting** state, the forwarding rule is being deleted. In this case, you can perform only query operations.
10780
- * * If the forwarding rule cannot be queried, the forwarding rule is deleted.
10889
+ * * **DeleteForwardingRules** is an asynchronous operation. After a request is sent, the system returns a request ID and runs the task in the background. You can call the [ListForwardingRules](~~205817~~) operation to query the status of the task.
10890
+ * * If a forwarding rule is in the **deleting** state, the forwarding rule is being deleted. In this case, you can perform only query operations.
10891
+ * * If a forwarding rule cannot be queried, the forwarding rule is deleted.
10781
10892
  * * The **DeleteForwardingRules** operation cannot be repeatedly called for the same Global Accelerator (GA) instance within a specific period of time.
10782
10893
  *
10783
10894
  * @param request DeleteForwardingRulesRequest
@@ -10786,9 +10897,9 @@ export default class Client extends OpenApi {
10786
10897
  */
10787
10898
  deleteForwardingRulesWithOptions(request: DeleteForwardingRulesRequest, runtime: $Util.RuntimeOptions): Promise<DeleteForwardingRulesResponse>;
10788
10899
  /**
10789
- * * **DeleteForwardingRules** 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 [ListForwardingRules](~~205817~~) operation to query the state of a forwarding rule.
10790
- * * If the forwarding rule is in the **deleting** state, the forwarding rule is being deleted. In this case, you can perform only query operations.
10791
- * * If the forwarding rule cannot be queried, the forwarding rule is deleted.
10900
+ * * **DeleteForwardingRules** is an asynchronous operation. After a request is sent, the system returns a request ID and runs the task in the background. You can call the [ListForwardingRules](~~205817~~) operation to query the status of the task.
10901
+ * * If a forwarding rule is in the **deleting** state, the forwarding rule is being deleted. In this case, you can perform only query operations.
10902
+ * * If a forwarding rule cannot be queried, the forwarding rule is deleted.
10792
10903
  * * The **DeleteForwardingRules** operation cannot be repeatedly called for the same Global Accelerator (GA) instance within a specific period of time.
10793
10904
  *
10794
10905
  * @param request DeleteForwardingRulesRequest
@@ -10838,8 +10949,8 @@ export default class Client extends OpenApi {
10838
10949
  */
10839
10950
  deleteIpSets(request: DeleteIpSetsRequest): Promise<DeleteIpSetsResponse>;
10840
10951
  /**
10841
- * * **DeleteListener** 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 [DescribeListener](~~153254~~) operation to query the state of a listener.
10842
- * * If the listener is in the **deleting** state, it indicates that the listener is being deleted. In this case, you can perform only query operations.
10952
+ * * **DeleteListener** is an asynchronous operation. After you send a request, the system returns a request ID and runs the task in the background. You can call the [DescribeListener](~~153254~~) operation to query the state of the listener.
10953
+ * * If the listener is in the **deleting** state, it indicates that the listener is being deleted. In this case, you can continue to perform query operations on the listener.
10843
10954
  * * If the listener cannot be queried, it indicates that the listener is deleted.
10844
10955
  * * The **DeleteListener** operation cannot be repeatedly called to delete listeners for the same Global Accelerator (GA) instance within a specific period of time.
10845
10956
  *
@@ -10849,8 +10960,8 @@ export default class Client extends OpenApi {
10849
10960
  */
10850
10961
  deleteListenerWithOptions(request: DeleteListenerRequest, runtime: $Util.RuntimeOptions): Promise<DeleteListenerResponse>;
10851
10962
  /**
10852
- * * **DeleteListener** 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 [DescribeListener](~~153254~~) operation to query the state of a listener.
10853
- * * If the listener is in the **deleting** state, it indicates that the listener is being deleted. In this case, you can perform only query operations.
10963
+ * * **DeleteListener** is an asynchronous operation. After you send a request, the system returns a request ID and runs the task in the background. You can call the [DescribeListener](~~153254~~) operation to query the state of the listener.
10964
+ * * If the listener is in the **deleting** state, it indicates that the listener is being deleted. In this case, you can continue to perform query operations on the listener.
10854
10965
  * * If the listener cannot be queried, it indicates that the listener is deleted.
10855
10966
  * * The **DeleteListener** operation cannot be repeatedly called to delete listeners for the same Global Accelerator (GA) instance within a specific period of time.
10856
10967
  *
@@ -10883,6 +10994,8 @@ export default class Client extends OpenApi {
10883
10994
  describeAccelerator(request: DescribeAcceleratorRequest): Promise<DescribeAcceleratorResponse>;
10884
10995
  describeAcceleratorAutoRenewAttributeWithOptions(request: DescribeAcceleratorAutoRenewAttributeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAcceleratorAutoRenewAttributeResponse>;
10885
10996
  describeAcceleratorAutoRenewAttribute(request: DescribeAcceleratorAutoRenewAttributeRequest): Promise<DescribeAcceleratorAutoRenewAttributeResponse>;
10997
+ describeAcceleratorServiceStatusWithOptions(request: DescribeAcceleratorServiceStatusRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAcceleratorServiceStatusResponse>;
10998
+ describeAcceleratorServiceStatus(request: DescribeAcceleratorServiceStatusRequest): Promise<DescribeAcceleratorServiceStatusResponse>;
10886
10999
  describeApplicationMonitorWithOptions(request: DescribeApplicationMonitorRequest, runtime: $Util.RuntimeOptions): Promise<DescribeApplicationMonitorResponse>;
10887
11000
  describeApplicationMonitor(request: DescribeApplicationMonitorRequest): Promise<DescribeApplicationMonitorResponse>;
10888
11001
  describeBandwidthPackageWithOptions(request: DescribeBandwidthPackageRequest, runtime: $Util.RuntimeOptions): Promise<DescribeBandwidthPackageResponse>;
@@ -11108,6 +11221,8 @@ export default class Client extends OpenApi {
11108
11221
  listCustomRoutingPortMappingsByDestination(request: ListCustomRoutingPortMappingsByDestinationRequest): Promise<ListCustomRoutingPortMappingsByDestinationResponse>;
11109
11222
  listDomainsWithOptions(request: ListDomainsRequest, runtime: $Util.RuntimeOptions): Promise<ListDomainsResponse>;
11110
11223
  listDomains(request: ListDomainsRequest): Promise<ListDomainsResponse>;
11224
+ listEndpointGroupIpAddressCidrBlocksWithOptions(request: ListEndpointGroupIpAddressCidrBlocksRequest, runtime: $Util.RuntimeOptions): Promise<ListEndpointGroupIpAddressCidrBlocksResponse>;
11225
+ listEndpointGroupIpAddressCidrBlocks(request: ListEndpointGroupIpAddressCidrBlocksRequest): Promise<ListEndpointGroupIpAddressCidrBlocksResponse>;
11111
11226
  listEndpointGroupsWithOptions(request: ListEndpointGroupsRequest, runtime: $Util.RuntimeOptions): Promise<ListEndpointGroupsResponse>;
11112
11227
  listEndpointGroups(request: ListEndpointGroupsRequest): Promise<ListEndpointGroupsResponse>;
11113
11228
  /**
@@ -11184,11 +11299,12 @@ export default class Client extends OpenApi {
11184
11299
  * @return ListTagResourcesResponse
11185
11300
  */
11186
11301
  listTagResources(request: ListTagResourcesRequest): Promise<ListTagResourcesResponse>;
11302
+ openAcceleratorServiceWithOptions(request: OpenAcceleratorServiceRequest, runtime: $Util.RuntimeOptions): Promise<OpenAcceleratorServiceResponse>;
11303
+ openAcceleratorService(request: OpenAcceleratorServiceRequest): Promise<OpenAcceleratorServiceResponse>;
11304
+ queryCrossBorderApprovalStatusWithOptions(request: QueryCrossBorderApprovalStatusRequest, runtime: $Util.RuntimeOptions): Promise<QueryCrossBorderApprovalStatusResponse>;
11305
+ queryCrossBorderApprovalStatus(request: QueryCrossBorderApprovalStatusRequest): Promise<QueryCrossBorderApprovalStatusResponse>;
11187
11306
  /**
11188
- * * 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:
11189
- * * If an ACL is in the **configuring** state, the IP entries are being deleted. In this case, you can perform only query operations.
11190
- * * If an ACL is in the **active** state, the IP entries are deleted.
11191
- * * You cannot repeatedly call the **RemoveEntriesFromAcl** operation for the same Global Accelerator (GA) instance within the specified period of time.
11307
+ * The operation that you want to perform. Set the value to **RemoveEntriesFromAcl**.
11192
11308
  *
11193
11309
  * @param request RemoveEntriesFromAclRequest
11194
11310
  * @param runtime runtime options for this request RuntimeOptions
@@ -11196,10 +11312,7 @@ export default class Client extends OpenApi {
11196
11312
  */
11197
11313
  removeEntriesFromAclWithOptions(request: RemoveEntriesFromAclRequest, runtime: $Util.RuntimeOptions): Promise<RemoveEntriesFromAclResponse>;
11198
11314
  /**
11199
- * * 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:
11200
- * * If an ACL is in the **configuring** state, the IP entries are being deleted. In this case, you can perform only query operations.
11201
- * * If an ACL is in the **active** state, the IP entries are deleted.
11202
- * * You cannot repeatedly call the **RemoveEntriesFromAcl** operation for the same Global Accelerator (GA) instance within the specified period of time.
11315
+ * The operation that you want to perform. Set the value to **RemoveEntriesFromAcl**.
11203
11316
  *
11204
11317
  * @param request RemoveEntriesFromAclRequest
11205
11318
  * @return RemoveEntriesFromAclResponse
@@ -11286,8 +11399,8 @@ export default class Client extends OpenApi {
11286
11399
  */
11287
11400
  updateAcceleratorAutoRenewAttribute(request: UpdateAcceleratorAutoRenewAttributeRequest): Promise<UpdateAcceleratorAutoRenewAttributeResponse>;
11288
11401
  /**
11289
- * After you modify the specification of a GA instance, you must confirm the modification. The **UpdateAcceleratorConfirm** operation is used to confirm the specification modification to a GA instance. When you call this operation to confirm the specification modification to a GA instance, take note of the following items:
11290
- * * **UpdateAcceleratorConfirm** 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 the GA instance.
11402
+ * After you modify the specification of a GA instance, you must confirm the modification. The **UpdateAcceleratorConfirm** operation is used to confirm the specification of a GA instance that is modified. When you call this operation to confirm the specification of a GA instance, take note of the following items:
11403
+ * * **UpdateAcceleratorConfirm** 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.
11291
11404
  * * If the GA instance is in the **configuring** state, it indicates that the specification of the instance is being modified. In this case, you can perform only query operations.
11292
11405
  * * If the GA instance is in the **active** state, it indicates that the specification of the instance is modified.
11293
11406
  * * The **UpdateAcceleratorConfirm** operation cannot be called repeatedly for the same GA instance within a specific period of time.
@@ -11298,8 +11411,8 @@ export default class Client extends OpenApi {
11298
11411
  */
11299
11412
  updateAcceleratorConfirmWithOptions(request: UpdateAcceleratorConfirmRequest, runtime: $Util.RuntimeOptions): Promise<UpdateAcceleratorConfirmResponse>;
11300
11413
  /**
11301
- * After you modify the specification of a GA instance, you must confirm the modification. The **UpdateAcceleratorConfirm** operation is used to confirm the specification modification to a GA instance. When you call this operation to confirm the specification modification to a GA instance, take note of the following items:
11302
- * * **UpdateAcceleratorConfirm** 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 the GA instance.
11414
+ * After you modify the specification of a GA instance, you must confirm the modification. The **UpdateAcceleratorConfirm** operation is used to confirm the specification of a GA instance that is modified. When you call this operation to confirm the specification of a GA instance, take note of the following items:
11415
+ * * **UpdateAcceleratorConfirm** 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.
11303
11416
  * * If the GA instance is in the **configuring** state, it indicates that the specification of the instance is being modified. In this case, you can perform only query operations.
11304
11417
  * * If the GA instance is in the **active** state, it indicates that the specification of the instance is modified.
11305
11418
  * * The **UpdateAcceleratorConfirm** operation cannot be called repeatedly for the same GA instance within a specific period of time.
@@ -11308,7 +11421,26 @@ export default class Client extends OpenApi {
11308
11421
  * @return UpdateAcceleratorConfirmResponse
11309
11422
  */
11310
11423
  updateAcceleratorConfirm(request: UpdateAcceleratorConfirmRequest): Promise<UpdateAcceleratorConfirmResponse>;
11424
+ /**
11425
+ * ### Prerequisites
11426
+ * You can call this operation to change the type of transmission network for a **standard** GA instance whose bandwidth metering method is **pay-by-data-transfer**. Before you call this operation, make sure that the following requirements are met:
11427
+ * * Cloud Data Transfer (CDT) is activated. When you call the [CreateAccelerator](~~206786~~) operation and set **BandwidthBillingType** to **CDT** to create a **standard** GA instance whose bandwidth metering method is **pay-by-data-transfer**, CDT is automatically activated. The data transfer fees are managed by CDT.
11428
+ * * If you want to set **CrossBorderMode** to **private**, which specifies cross-border Express Connect circuit as the type of transmission network, make sure that your enterprise account completed real-name verification. For more information, see [Real-name verification](~~52595~~).
11429
+ *
11430
+ * @param request UpdateAcceleratorCrossBorderModeRequest
11431
+ * @param runtime runtime options for this request RuntimeOptions
11432
+ * @return UpdateAcceleratorCrossBorderModeResponse
11433
+ */
11311
11434
  updateAcceleratorCrossBorderModeWithOptions(request: UpdateAcceleratorCrossBorderModeRequest, runtime: $Util.RuntimeOptions): Promise<UpdateAcceleratorCrossBorderModeResponse>;
11435
+ /**
11436
+ * ### Prerequisites
11437
+ * You can call this operation to change the type of transmission network for a **standard** GA instance whose bandwidth metering method is **pay-by-data-transfer**. Before you call this operation, make sure that the following requirements are met:
11438
+ * * Cloud Data Transfer (CDT) is activated. When you call the [CreateAccelerator](~~206786~~) operation and set **BandwidthBillingType** to **CDT** to create a **standard** GA instance whose bandwidth metering method is **pay-by-data-transfer**, CDT is automatically activated. The data transfer fees are managed by CDT.
11439
+ * * If you want to set **CrossBorderMode** to **private**, which specifies cross-border Express Connect circuit as the type of transmission network, make sure that your enterprise account completed real-name verification. For more information, see [Real-name verification](~~52595~~).
11440
+ *
11441
+ * @param request UpdateAcceleratorCrossBorderModeRequest
11442
+ * @return UpdateAcceleratorCrossBorderModeResponse
11443
+ */
11312
11444
  updateAcceleratorCrossBorderMode(request: UpdateAcceleratorCrossBorderModeRequest): Promise<UpdateAcceleratorCrossBorderModeResponse>;
11313
11445
  updateAclAttributeWithOptions(request: UpdateAclAttributeRequest, runtime: $Util.RuntimeOptions): Promise<UpdateAclAttributeResponse>;
11314
11446
  updateAclAttribute(request: UpdateAclAttributeRequest): Promise<UpdateAclAttributeResponse>;
@@ -11370,15 +11502,15 @@ export default class Client extends OpenApi {
11370
11502
  */
11371
11503
  updateBandwidthPackagaAutoRenewAttribute(request: UpdateBandwidthPackagaAutoRenewAttributeRequest): Promise<UpdateBandwidthPackagaAutoRenewAttributeResponse>;
11372
11504
  /**
11373
- * When you call this operation, take note of the following items:
11374
- * * **UpdateBandwidthPackage** is a synchronous operation when it is called to modify the configurations excluding the bandwidth value of a bandwidth plan. The new configurations take effect immediately after the operation is performed.
11375
- * * **UpdateBandwidthPackage** is an asynchronous operation when it is called to modify the configurations including the bandwidth value of a bandwidth plan that is not associated with a Global Accelerator (GA) instance. 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 whether the bandwidth plan is modified.
11376
- * * If the parameter settings of the bandwidth plan remain unchanged, it indicates that the bandwidth plan is being modified. In this case, you can perform only query operations.
11377
- * * If the parameter settings of the bandwidth plan change, it indicates that the bandwidth plan is modified.
11378
- * * **UpdateBandwidthPackage** is an asynchronous operation when it is called to modify the configurations including the bandwidth value of a bandwidth plan that is associated with a GA instance. 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 the GA instance and determine whether its associated bandwidth plan is modified.
11379
- * * If the GA instance is in the **configuring** state, it indicates that the bandwidth plan is being modified. In this case, you can perform only query operations.
11380
- * * If the GA instance is in the **active** state, it indicates that the bandwidth plan is modified.
11381
- * * The **UpdateBandwidthPackage** operation cannot be called repeatedly for the same bandwidth plan within a specific period of time.
11505
+ * Take note of the following items:
11506
+ * * **UpdateBandwidthPackage** is a synchronous operation when you call the operation to modify the configuration excluding the bandwidth value of a bandwidth plan. The new configuration immediately takes effect after the operation is performed.
11507
+ * * **UpdateBandwidthPackage** is an asynchronous operation when you call the operation to modify the configuration including the bandwidth value of a bandwidth plan that is not associated with a Global Accelerator (GA) instance. After a request is sent, the system returns a request ID and runs the task in the background. You can call the [DescribeBandwidthPackage](~~153241~~) operation to query the status of the task.
11508
+ * * If the parameter values of the bandwidth plan remain unchanged, the bandwidth plan is being modified. In this case, you can perform only query operations.
11509
+ * * If the parameter values of the bandwidth plan are changed, the bandwidth plan is modified.
11510
+ * * **UpdateBandwidthPackage** is an asynchronous operation when you call the operation to modify the configuration including the bandwidth value of a bandwidth plan that is associated with a GA instance. After a request is sent, the system returns a request ID and runs the task in the background. You can call the [DescribeAccelerator](~~153235~~) operation to query the status of the task.
11511
+ * * If the GA instance is in the **configuring** state, the bandwidth plan is being modified. In this case, you can perform only query operations.
11512
+ * * If the GA instance is in the **active** state, the bandwidth plan is modified.
11513
+ * * You cannot repeatedly call the **UpdateBandwidthPackage** operation for the same bandwidth plan within a specific period of time.
11382
11514
  *
11383
11515
  * @param request UpdateBandwidthPackageRequest
11384
11516
  * @param runtime runtime options for this request RuntimeOptions
@@ -11386,15 +11518,15 @@ export default class Client extends OpenApi {
11386
11518
  */
11387
11519
  updateBandwidthPackageWithOptions(request: UpdateBandwidthPackageRequest, runtime: $Util.RuntimeOptions): Promise<UpdateBandwidthPackageResponse>;
11388
11520
  /**
11389
- * When you call this operation, take note of the following items:
11390
- * * **UpdateBandwidthPackage** is a synchronous operation when it is called to modify the configurations excluding the bandwidth value of a bandwidth plan. The new configurations take effect immediately after the operation is performed.
11391
- * * **UpdateBandwidthPackage** is an asynchronous operation when it is called to modify the configurations including the bandwidth value of a bandwidth plan that is not associated with a Global Accelerator (GA) instance. 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 whether the bandwidth plan is modified.
11392
- * * If the parameter settings of the bandwidth plan remain unchanged, it indicates that the bandwidth plan is being modified. In this case, you can perform only query operations.
11393
- * * If the parameter settings of the bandwidth plan change, it indicates that the bandwidth plan is modified.
11394
- * * **UpdateBandwidthPackage** is an asynchronous operation when it is called to modify the configurations including the bandwidth value of a bandwidth plan that is associated with a GA instance. 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 the GA instance and determine whether its associated bandwidth plan is modified.
11395
- * * If the GA instance is in the **configuring** state, it indicates that the bandwidth plan is being modified. In this case, you can perform only query operations.
11396
- * * If the GA instance is in the **active** state, it indicates that the bandwidth plan is modified.
11397
- * * The **UpdateBandwidthPackage** operation cannot be called repeatedly for the same bandwidth plan within a specific period of time.
11521
+ * Take note of the following items:
11522
+ * * **UpdateBandwidthPackage** is a synchronous operation when you call the operation to modify the configuration excluding the bandwidth value of a bandwidth plan. The new configuration immediately takes effect after the operation is performed.
11523
+ * * **UpdateBandwidthPackage** is an asynchronous operation when you call the operation to modify the configuration including the bandwidth value of a bandwidth plan that is not associated with a Global Accelerator (GA) instance. After a request is sent, the system returns a request ID and runs the task in the background. You can call the [DescribeBandwidthPackage](~~153241~~) operation to query the status of the task.
11524
+ * * If the parameter values of the bandwidth plan remain unchanged, the bandwidth plan is being modified. In this case, you can perform only query operations.
11525
+ * * If the parameter values of the bandwidth plan are changed, the bandwidth plan is modified.
11526
+ * * **UpdateBandwidthPackage** is an asynchronous operation when you call the operation to modify the configuration including the bandwidth value of a bandwidth plan that is associated with a GA instance. After a request is sent, the system returns a request ID and runs the task in the background. You can call the [DescribeAccelerator](~~153235~~) operation to query the status of the task.
11527
+ * * If the GA instance is in the **configuring** state, the bandwidth plan is being modified. In this case, you can perform only query operations.
11528
+ * * If the GA instance is in the **active** state, the bandwidth plan is modified.
11529
+ * * You cannot repeatedly call the **UpdateBandwidthPackage** operation for the same bandwidth plan within a specific period of time.
11398
11530
  *
11399
11531
  * @param request UpdateBandwidthPackageRequest
11400
11532
  * @return UpdateBandwidthPackageResponse
@@ -11474,9 +11606,9 @@ export default class Client extends OpenApi {
11474
11606
  */
11475
11607
  updateCustomRoutingEndpointGroupDestinations(request: UpdateCustomRoutingEndpointGroupDestinationsRequest): Promise<UpdateCustomRoutingEndpointGroupDestinationsResponse>;
11476
11608
  /**
11477
- * * **UpdateCustomRoutingEndpointTrafficPolicies** 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 routing listener to check whether access policies of traffic are modified for endpoints in the endpoint group.
11478
- * * If the endpoint group is in the **updating** state, access policies of traffic are being modified for endpoints in the endpoint group. In this case, you can perform only query operations.
11479
- * * If the endpoint group is in the **active** state, access policies of traffic are modified for endpoints in the endpoint group.
11609
+ * * **UpdateCustomRoutingEndpointTrafficPolicies** 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 the task.
11610
+ * * If the endpoint group is in the **updating** state, traffic policies are being modified for endpoints in the endpoint group. In this case, you can perform only query operations.
11611
+ * * If the endpoint group is in the **active** state, traffic policies are modified for endpoints in the endpoint group.
11480
11612
  * * The **UpdateCustomRoutingEndpointTrafficPolicies** operation cannot be repeatedly called for the same Global Accelerator (GA) instance within a specific period of time.
11481
11613
  *
11482
11614
  * @param request UpdateCustomRoutingEndpointTrafficPoliciesRequest
@@ -11485,9 +11617,9 @@ export default class Client extends OpenApi {
11485
11617
  */
11486
11618
  updateCustomRoutingEndpointTrafficPoliciesWithOptions(request: UpdateCustomRoutingEndpointTrafficPoliciesRequest, runtime: $Util.RuntimeOptions): Promise<UpdateCustomRoutingEndpointTrafficPoliciesResponse>;
11487
11619
  /**
11488
- * * **UpdateCustomRoutingEndpointTrafficPolicies** 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 routing listener to check whether access policies of traffic are modified for endpoints in the endpoint group.
11489
- * * If the endpoint group is in the **updating** state, access policies of traffic are being modified for endpoints in the endpoint group. In this case, you can perform only query operations.
11490
- * * If the endpoint group is in the **active** state, access policies of traffic are modified for endpoints in the endpoint group.
11620
+ * * **UpdateCustomRoutingEndpointTrafficPolicies** 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 the task.
11621
+ * * If the endpoint group is in the **updating** state, traffic policies are being modified for endpoints in the endpoint group. In this case, you can perform only query operations.
11622
+ * * If the endpoint group is in the **active** state, traffic policies are modified for endpoints in the endpoint group.
11491
11623
  * * The **UpdateCustomRoutingEndpointTrafficPolicies** operation cannot be repeatedly called for the same Global Accelerator (GA) instance within a specific period of time.
11492
11624
  *
11493
11625
  * @param request UpdateCustomRoutingEndpointTrafficPoliciesRequest
@@ -11516,9 +11648,8 @@ export default class Client extends OpenApi {
11516
11648
  */
11517
11649
  updateCustomRoutingEndpoints(request: UpdateCustomRoutingEndpointsRequest): Promise<UpdateCustomRoutingEndpointsResponse>;
11518
11650
  /**
11519
- * ### Usage notes
11520
- * 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.
11521
- * You cannot repeatedly call the \\*\\* UpdateDomain\\*\\* operation by using the same Alibaba Cloud account within a specific period of time.
11651
+ * 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 Internet content provider (ICP) number for the domain name.
11652
+ * You cannot call the **UpdateDomain** operation again by using the same Alibaba Cloud account before the previous request is completed.
11522
11653
  *
11523
11654
  * @param request UpdateDomainRequest
11524
11655
  * @param runtime runtime options for this request RuntimeOptions
@@ -11526,17 +11657,16 @@ export default class Client extends OpenApi {
11526
11657
  */
11527
11658
  updateDomainWithOptions(request: UpdateDomainRequest, runtime: $Util.RuntimeOptions): Promise<UpdateDomainResponse>;
11528
11659
  /**
11529
- * ### Usage notes
11530
- * 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.
11531
- * You cannot repeatedly call the \\*\\* UpdateDomain\\*\\* operation by using the same Alibaba Cloud account within a specific period of time.
11660
+ * 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 Internet content provider (ICP) number for the domain name.
11661
+ * You cannot call the **UpdateDomain** operation again by using the same Alibaba Cloud account before the previous request is completed.
11532
11662
  *
11533
11663
  * @param request UpdateDomainRequest
11534
11664
  * @return UpdateDomainResponse
11535
11665
  */
11536
11666
  updateDomain(request: UpdateDomainRequest): Promise<UpdateDomainResponse>;
11537
11667
  /**
11538
- * You can call this operation to obtain and update the ICP filing status of an accelerated domain name.
11539
- * You cannot repeatedly call the **UpdateDomainState** operation by using the same Alibaba Cloud account within a specific period of time.
11668
+ * You can call this operation to query and update the ICP filing status of an accelerated domain name.
11669
+ * The **UpdateDomainState** operation holds an exclusive lock on the GA instance. While the operation is in progress, you cannot call the same operation with the same Alibaba Cloud account.
11540
11670
  *
11541
11671
  * @param request UpdateDomainStateRequest
11542
11672
  * @param runtime runtime options for this request RuntimeOptions
@@ -11544,8 +11674,8 @@ export default class Client extends OpenApi {
11544
11674
  */
11545
11675
  updateDomainStateWithOptions(request: UpdateDomainStateRequest, runtime: $Util.RuntimeOptions): Promise<UpdateDomainStateResponse>;
11546
11676
  /**
11547
- * You can call this operation to obtain and update the ICP filing status of an accelerated domain name.
11548
- * You cannot repeatedly call the **UpdateDomainState** operation by using the same Alibaba Cloud account within a specific period of time.
11677
+ * You can call this operation to query and update the ICP filing status of an accelerated domain name.
11678
+ * The **UpdateDomainState** operation holds an exclusive lock on the GA instance. While the operation is in progress, you cannot call the same operation with the same Alibaba Cloud account.
11549
11679
  *
11550
11680
  * @param request UpdateDomainStateRequest
11551
11681
  * @return UpdateDomainStateResponse
@@ -11617,11 +11747,10 @@ export default class Client extends OpenApi {
11617
11747
  */
11618
11748
  updateForwardingRules(request: UpdateForwardingRulesRequest): Promise<UpdateForwardingRulesResponse>;
11619
11749
  /**
11620
- * ## Usage notes
11621
11750
  * * **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.
11622
- * * If the acceleration region is in the **updating** state, the acceleration region is being modified. In this case, you can perform only query operations.
11623
- * * If the acceleration region is in the **active** state, the acceleration region is modified.
11624
- * * The **UpdateIpSet** operation cannot be repeatedly called for the same GA instance within a specific period of time.
11751
+ * * If the acceleration region is in the **updating** state, it indicates that the acceleration region is being modified. In this case, you can continue to perform query operations on the acceleration regions.
11752
+ * * If the acceleration region is in the **active** state, it indicates that the acceleration region is modified.
11753
+ * * You cannot call the **UpdateIpSet** operation again on the same GA instance before the previous operation is complete.
11625
11754
  *
11626
11755
  * @param request UpdateIpSetRequest
11627
11756
  * @param runtime runtime options for this request RuntimeOptions
@@ -11629,21 +11758,20 @@ export default class Client extends OpenApi {
11629
11758
  */
11630
11759
  updateIpSetWithOptions(request: UpdateIpSetRequest, runtime: $Util.RuntimeOptions): Promise<UpdateIpSetResponse>;
11631
11760
  /**
11632
- * ## Usage notes
11633
11761
  * * **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.
11634
- * * If the acceleration region is in the **updating** state, the acceleration region is being modified. In this case, you can perform only query operations.
11635
- * * If the acceleration region is in the **active** state, the acceleration region is modified.
11636
- * * The **UpdateIpSet** operation cannot be repeatedly called for the same GA instance within a specific period of time.
11762
+ * * If the acceleration region is in the **updating** state, it indicates that the acceleration region is being modified. In this case, you can continue to perform query operations on the acceleration regions.
11763
+ * * If the acceleration region is in the **active** state, it indicates that the acceleration region is modified.
11764
+ * * You cannot call the **UpdateIpSet** operation again on the same GA instance before the previous operation is complete.
11637
11765
  *
11638
11766
  * @param request UpdateIpSetRequest
11639
11767
  * @return UpdateIpSetResponse
11640
11768
  */
11641
11769
  updateIpSet(request: UpdateIpSetRequest): Promise<UpdateIpSetResponse>;
11642
11770
  /**
11643
- * * **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.
11644
- * * If the acceleration region is in the **updating** state, the acceleration region is being modified. In this case, you can perform only query operations.
11645
- * * If the acceleration region is in the **active** state, the acceleration region is modified.
11646
- * * The **UpdateIpSet** operation cannot be repeatedly called for the same GA instance within a specific period of time.
11771
+ * * **UpdateIpSet** is an asynchronous operation. After a request is sent, the system returns a request ID and runs the task in the background. You can call the [DescribeIpSet](~~153246~~) operation to query the status of the task.
11772
+ * * If an acceleration region is in the **updating** state, the acceleration region is being modified. In this case, you can perform only query operations.
11773
+ * * If an acceleration region is in the **active** state, the acceleration region is modified.
11774
+ * * You cannot repeatedly call the **UpdateIpSet** operation for the same GA instance within a specific period of time.
11647
11775
  *
11648
11776
  * @param request UpdateIpSetsRequest
11649
11777
  * @param runtime runtime options for this request RuntimeOptions
@@ -11651,19 +11779,19 @@ export default class Client extends OpenApi {
11651
11779
  */
11652
11780
  updateIpSetsWithOptions(request: UpdateIpSetsRequest, runtime: $Util.RuntimeOptions): Promise<UpdateIpSetsResponse>;
11653
11781
  /**
11654
- * * **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.
11655
- * * If the acceleration region is in the **updating** state, the acceleration region is being modified. In this case, you can perform only query operations.
11656
- * * If the acceleration region is in the **active** state, the acceleration region is modified.
11657
- * * The **UpdateIpSet** operation cannot be repeatedly called for the same GA instance within a specific period of time.
11782
+ * * **UpdateIpSet** is an asynchronous operation. After a request is sent, the system returns a request ID and runs the task in the background. You can call the [DescribeIpSet](~~153246~~) operation to query the status of the task.
11783
+ * * If an acceleration region is in the **updating** state, the acceleration region is being modified. In this case, you can perform only query operations.
11784
+ * * If an acceleration region is in the **active** state, the acceleration region is modified.
11785
+ * * You cannot repeatedly call the **UpdateIpSet** operation for the same GA instance within a specific period of time.
11658
11786
  *
11659
11787
  * @param request UpdateIpSetsRequest
11660
11788
  * @return UpdateIpSetsResponse
11661
11789
  */
11662
11790
  updateIpSets(request: UpdateIpSetsRequest): Promise<UpdateIpSetsResponse>;
11663
11791
  /**
11664
- * This operation can be called to modify the configurations such as protocol and ports of a listener to meet your business requirements.
11792
+ * This operation can be called to modify the configurations such as the protocol and ports of a listener to meet your business requirements.
11665
11793
  * When you call this operation, take note of the following items:
11666
- * * **UpdateListener** 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 [DescribeListener](~~153254~~) operation to query the state of a listener.
11794
+ * * **UpdateListener** is an asynchronous operation. After you send a request, the system returns a request ID and runs the task in the background. You can call the [DescribeListener](~~153254~~) operation to query the status of a listener.
11667
11795
  * * If the listener is in the **updating** state, it indicates that its configurations are being modified. In this case, you can perform only query operations.
11668
11796
  * * If the listener is in the **active** state, it indicates that its configurations are modified.
11669
11797
  * * The **UpdateListener** operation cannot be repeatedly called to modify listener configurations for the same GA instance within a specific period of time.
@@ -11674,9 +11802,9 @@ export default class Client extends OpenApi {
11674
11802
  */
11675
11803
  updateListenerWithOptions(request: UpdateListenerRequest, runtime: $Util.RuntimeOptions): Promise<UpdateListenerResponse>;
11676
11804
  /**
11677
- * This operation can be called to modify the configurations such as protocol and ports of a listener to meet your business requirements.
11805
+ * This operation can be called to modify the configurations such as the protocol and ports of a listener to meet your business requirements.
11678
11806
  * When you call this operation, take note of the following items:
11679
- * * **UpdateListener** 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 [DescribeListener](~~153254~~) operation to query the state of a listener.
11807
+ * * **UpdateListener** is an asynchronous operation. After you send a request, the system returns a request ID and runs the task in the background. You can call the [DescribeListener](~~153254~~) operation to query the status of a listener.
11680
11808
  * * If the listener is in the **updating** state, it indicates that its configurations are being modified. In this case, you can perform only query operations.
11681
11809
  * * If the listener is in the **active** state, it indicates that its configurations are modified.
11682
11810
  * * The **UpdateListener** operation cannot be repeatedly called to modify listener configurations for the same GA instance within a specific period of time.