@alicloud/ga20191120 1.0.20 → 1.0.22

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
  };
@@ -8401,8 +8581,11 @@ export declare class ListApplicationMonitorDetectResultResponseBodyApplicationMo
8401
8581
  });
8402
8582
  }
8403
8583
  export declare class ListAvailableAccelerateAreasResponseBodyAreasRegionList extends $tea.Model {
8584
+ chinaMainland?: boolean;
8585
+ ispTypeList?: string[];
8404
8586
  localName?: string;
8405
8587
  regionId?: string;
8588
+ supportIpv6?: boolean;
8406
8589
  static names(): {
8407
8590
  [key: string]: string;
8408
8591
  };
@@ -8428,6 +8611,7 @@ export declare class ListAvailableAccelerateAreasResponseBodyAreas extends $tea.
8428
8611
  });
8429
8612
  }
8430
8613
  export declare class ListAvailableBusiRegionsResponseBodyRegions extends $tea.Model {
8614
+ chinaMainland?: boolean;
8431
8615
  localName?: string;
8432
8616
  pop?: boolean;
8433
8617
  regionId?: string;
@@ -9371,6 +9555,7 @@ export declare class UpdateCustomRoutingEndpointsRequestEndpointConfigurations e
9371
9555
  }
9372
9556
  export declare class UpdateEndpointGroupRequestEndpointConfigurations extends $tea.Model {
9373
9557
  enableClientIPPreservation?: boolean;
9558
+ enableProxyProtocol?: boolean;
9374
9559
  endpoint?: string;
9375
9560
  type?: string;
9376
9561
  weight?: number;
@@ -9696,10 +9881,6 @@ export default class Client extends OpenApi {
9696
9881
  associateAdditionalCertificatesWithListener(request: AssociateAdditionalCertificatesWithListenerRequest): Promise<AssociateAdditionalCertificatesWithListenerResponse>;
9697
9882
  /**
9698
9883
  * 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
9884
  * * **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
9885
  * * 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
9886
  * * If the GA instance is in the **active** state, the Anti-DDoS Pro/Premium instance is associated with the GA instance.
@@ -9712,10 +9893,6 @@ export default class Client extends OpenApi {
9712
9893
  attachDdosToAcceleratorWithOptions(request: AttachDdosToAcceleratorRequest, runtime: $Util.RuntimeOptions): Promise<AttachDdosToAcceleratorResponse>;
9713
9894
  /**
9714
9895
  * 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
9896
  * * **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
9897
  * * 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
9898
  * * If the GA instance is in the **active** state, the Anti-DDoS Pro/Premium instance is associated with the GA instance.
@@ -9768,7 +9945,7 @@ export default class Client extends OpenApi {
9768
9945
  */
9769
9946
  bandwidthPackageAddAccelerator(request: BandwidthPackageAddAcceleratorRequest): Promise<BandwidthPackageAddAcceleratorResponse>;
9770
9947
  /**
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.
9948
+ * * **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
9949
  * * 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
9950
  * * If the bandwidth plan is in the **active** state, it indicates that the bandwidth plan is disassociated.
9774
9951
  * * The **BandwidthPackageRemoveAccelerator** cannot be called repeatedly for the same GA instance.
@@ -9779,7 +9956,7 @@ export default class Client extends OpenApi {
9779
9956
  */
9780
9957
  bandwidthPackageRemoveAcceleratorWithOptions(request: BandwidthPackageRemoveAcceleratorRequest, runtime: $Util.RuntimeOptions): Promise<BandwidthPackageRemoveAcceleratorResponse>;
9781
9958
  /**
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.
9959
+ * * **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
9960
  * * 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
9961
  * * If the bandwidth plan is in the **active** state, it indicates that the bandwidth plan is disassociated.
9785
9962
  * * The **BandwidthPackageRemoveAccelerator** cannot be called repeatedly for the same GA instance.
@@ -9888,13 +10065,12 @@ export default class Client extends OpenApi {
9888
10065
  */
9889
10066
  createApplicationMonitor(request: CreateApplicationMonitorRequest): Promise<CreateApplicationMonitorResponse>;
9890
10067
  /**
9891
- * ##
9892
10068
  * To use Global Accelerator (GA) for acceleration, you must purchase a basic bandwidth plan. A basic bandwidth plan supports the following bandwidth types:
9893
10069
  * * **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
10070
  * * **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.
10071
+ * * **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
10072
  * 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.
10073
+ * * **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
10074
  * * 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
10075
  * * If the bandwidth plan is in the **active** state, it indicates that the bandwidth plan is created.
9900
10076
  * * The **CreateBandwidthPackage** operation cannot be repeatedly called for the same GA instance within a specific period of time.
@@ -9905,13 +10081,12 @@ export default class Client extends OpenApi {
9905
10081
  */
9906
10082
  createBandwidthPackageWithOptions(request: CreateBandwidthPackageRequest, runtime: $Util.RuntimeOptions): Promise<CreateBandwidthPackageResponse>;
9907
10083
  /**
9908
- * ##
9909
10084
  * To use Global Accelerator (GA) for acceleration, you must purchase a basic bandwidth plan. A basic bandwidth plan supports the following bandwidth types:
9910
10085
  * * **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
10086
  * * **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.
10087
+ * * **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
10088
  * 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.
10089
+ * * **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
10090
  * * 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
10091
  * * If the bandwidth plan is in the **active** state, it indicates that the bandwidth plan is created.
9917
10092
  * * The **CreateBandwidthPackage** operation cannot be repeatedly called for the same GA instance within a specific period of time.
@@ -9984,10 +10159,9 @@ export default class Client extends OpenApi {
9984
10159
  */
9985
10160
  createBasicAccelerateIpEndpointRelations(request: CreateBasicAccelerateIpEndpointRelationsRequest): Promise<CreateBasicAccelerateIpEndpointRelationsResponse>;
9986
10161
  /**
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~~).
10162
+ * 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
10163
  * **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.
10164
+ * * 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
10165
  * * If the basic GA instance is in the **active** state, it indicates that the basic GA instance is created.
9992
10166
  *
9993
10167
  * @param request CreateBasicAcceleratorRequest
@@ -9996,10 +10170,9 @@ export default class Client extends OpenApi {
9996
10170
  */
9997
10171
  createBasicAcceleratorWithOptions(request: CreateBasicAcceleratorRequest, runtime: $Util.RuntimeOptions): Promise<CreateBasicAcceleratorResponse>;
9998
10172
  /**
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~~).
10173
+ * 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
10174
  * **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.
10175
+ * * 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
10176
  * * If the basic GA instance is in the **active** state, it indicates that the basic GA instance is created.
10004
10177
  *
10005
10178
  * @param request CreateBasicAcceleratorRequest
@@ -10028,11 +10201,10 @@ export default class Client extends OpenApi {
10028
10201
  */
10029
10202
  createBasicEndpoint(request: CreateBasicEndpointRequest): Promise<CreateBasicEndpointResponse>;
10030
10203
  /**
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.
10204
+ * * **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
10205
  * * If the endpoint group is in the **init** state, the endpoint is being created. In this case, you can perform only query operations.
10034
10206
  * * 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.
10207
+ * * You cannot call the **CreateBasicEndpointGroup** operation again on the same GA instance before the previous request is completed.
10036
10208
  *
10037
10209
  * @param request CreateBasicEndpointGroupRequest
10038
10210
  * @param runtime runtime options for this request RuntimeOptions
@@ -10040,20 +10212,18 @@ export default class Client extends OpenApi {
10040
10212
  */
10041
10213
  createBasicEndpointGroupWithOptions(request: CreateBasicEndpointGroupRequest, runtime: $Util.RuntimeOptions): Promise<CreateBasicEndpointGroupResponse>;
10042
10214
  /**
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.
10215
+ * * **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
10216
  * * If the endpoint group is in the **init** state, the endpoint is being created. In this case, you can perform only query operations.
10046
10217
  * * 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.
10218
+ * * You cannot call the **CreateBasicEndpointGroup** operation again on the same GA instance before the previous request is completed.
10048
10219
  *
10049
10220
  * @param request CreateBasicEndpointGroupRequest
10050
10221
  * @return CreateBasicEndpointGroupResponse
10051
10222
  */
10052
10223
  createBasicEndpointGroup(request: CreateBasicEndpointGroupRequest): Promise<CreateBasicEndpointGroupResponse>;
10053
10224
  /**
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.
10225
+ * * **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.
10226
+ * * You cannot call the **CreateBasicEndpoints** operation again on the same GA instance before the previous operation is complete.
10057
10227
  *
10058
10228
  * @param request CreateBasicEndpointsRequest
10059
10229
  * @param runtime runtime options for this request RuntimeOptions
@@ -10061,21 +10231,20 @@ export default class Client extends OpenApi {
10061
10231
  */
10062
10232
  createBasicEndpointsWithOptions(request: CreateBasicEndpointsRequest, runtime: $Util.RuntimeOptions): Promise<CreateBasicEndpointsResponse>;
10063
10233
  /**
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.
10234
+ * * **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.
10235
+ * * You cannot call the **CreateBasicEndpoints** operation again on the same GA instance before the previous operation is complete.
10067
10236
  *
10068
10237
  * @param request CreateBasicEndpointsRequest
10069
10238
  * @return CreateBasicEndpointsResponse
10070
10239
  */
10071
10240
  createBasicEndpoints(request: CreateBasicEndpointsRequest): Promise<CreateBasicEndpointsResponse>;
10072
10241
  /**
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.
10242
+ * Take note of the following limits:
10243
+ * * You can specify only one acceleration region for each basic GA instance, and only IPv4 clients can connect to basic GA instances.
10244
+ * * **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
10245
  * * 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
10246
  * * 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.
10247
+ * * You cannot call the **CreateBasicIpSet** operation again on the same GA instance before the previous task is completed.
10079
10248
  *
10080
10249
  * @param request CreateBasicIpSetRequest
10081
10250
  * @param runtime runtime options for this request RuntimeOptions
@@ -10083,31 +10252,19 @@ export default class Client extends OpenApi {
10083
10252
  */
10084
10253
  createBasicIpSetWithOptions(request: CreateBasicIpSetRequest, runtime: $Util.RuntimeOptions): Promise<CreateBasicIpSetResponse>;
10085
10254
  /**
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.
10255
+ * Take note of the following limits:
10256
+ * * You can specify only one acceleration region for each basic GA instance, and only IPv4 clients can connect to basic GA instances.
10257
+ * * **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
10258
  * * 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
10259
  * * 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.
10260
+ * * You cannot call the **CreateBasicIpSet** operation again on the same GA instance before the previous task is completed.
10092
10261
  *
10093
10262
  * @param request CreateBasicIpSetRequest
10094
10263
  * @return CreateBasicIpSetResponse
10095
10264
  */
10096
10265
  createBasicIpSet(request: CreateBasicIpSetRequest): Promise<CreateBasicIpSetResponse>;
10097
10266
  /**
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~~).
10267
+ * readAndWrite
10111
10268
  *
10112
10269
  * @param request CreateCustomRoutingEndpointGroupDestinationsRequest
10113
10270
  * @param runtime runtime options for this request RuntimeOptions
@@ -10115,19 +10272,7 @@ export default class Client extends OpenApi {
10115
10272
  */
10116
10273
  createCustomRoutingEndpointGroupDestinationsWithOptions(request: CreateCustomRoutingEndpointGroupDestinationsRequest, runtime: $Util.RuntimeOptions): Promise<CreateCustomRoutingEndpointGroupDestinationsResponse>;
10117
10274
  /**
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~~).
10275
+ * readAndWrite
10131
10276
  *
10132
10277
  * @param request CreateCustomRoutingEndpointGroupDestinationsRequest
10133
10278
  * @return CreateCustomRoutingEndpointGroupDestinationsResponse
@@ -10218,19 +10363,7 @@ export default class Client extends OpenApi {
10218
10363
  */
10219
10364
  createCustomRoutingEndpointTrafficPolicies(request: CreateCustomRoutingEndpointTrafficPoliciesRequest): Promise<CreateCustomRoutingEndpointTrafficPoliciesResponse>;
10220
10365
  /**
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~~).
10366
+ * readAndWrite
10234
10367
  *
10235
10368
  * @param request CreateCustomRoutingEndpointsRequest
10236
10369
  * @param runtime runtime options for this request RuntimeOptions
@@ -10238,19 +10371,7 @@ export default class Client extends OpenApi {
10238
10371
  */
10239
10372
  createCustomRoutingEndpointsWithOptions(request: CreateCustomRoutingEndpointsRequest, runtime: $Util.RuntimeOptions): Promise<CreateCustomRoutingEndpointsResponse>;
10240
10373
  /**
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~~).
10374
+ * readAndWrite
10254
10375
  *
10255
10376
  * @param request CreateCustomRoutingEndpointsRequest
10256
10377
  * @return CreateCustomRoutingEndpointsResponse
@@ -10347,11 +10468,10 @@ export default class Client extends OpenApi {
10347
10468
  */
10348
10469
  createForwardingRules(request: CreateForwardingRulesRequest): Promise<CreateForwardingRulesResponse>;
10349
10470
  /**
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.
10471
+ * * **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
10472
  * * 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
10473
  * * 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.
10474
+ * * You cannot call the **CreateIpSets** operation again on the same GA instance before the previous operation is completed.
10355
10475
  *
10356
10476
  * @param request CreateIpSetsRequest
10357
10477
  * @param runtime runtime options for this request RuntimeOptions
@@ -10359,11 +10479,10 @@ export default class Client extends OpenApi {
10359
10479
  */
10360
10480
  createIpSetsWithOptions(request: CreateIpSetsRequest, runtime: $Util.RuntimeOptions): Promise<CreateIpSetsResponse>;
10361
10481
  /**
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.
10482
+ * * **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
10483
  * * 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
10484
  * * 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.
10485
+ * * You cannot call the **CreateIpSets** operation again on the same GA instance before the previous operation is completed.
10367
10486
  *
10368
10487
  * @param request CreateIpSetsRequest
10369
10488
  * @return CreateIpSetsResponse
@@ -10417,9 +10536,9 @@ export default class Client extends OpenApi {
10417
10536
  createSpareIps(request: CreateSpareIpsRequest): Promise<CreateSpareIpsResponse>;
10418
10537
  /**
10419
10538
  * * 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.
10539
+ * * 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~~).
10540
+ * * **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.
10541
+ * * 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
10542
  * * If the GA instance cannot be queried, it indicates that the GA instance is deleted.
10424
10543
  *
10425
10544
  * @param request DeleteAcceleratorRequest
@@ -10429,9 +10548,9 @@ export default class Client extends OpenApi {
10429
10548
  deleteAcceleratorWithOptions(request: DeleteAcceleratorRequest, runtime: $Util.RuntimeOptions): Promise<DeleteAcceleratorResponse>;
10430
10549
  /**
10431
10550
  * * 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.
10551
+ * * 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~~).
10552
+ * * **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.
10553
+ * * 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
10554
  * * If the GA instance cannot be queried, it indicates that the GA instance is deleted.
10436
10555
  *
10437
10556
  * @param request DeleteAcceleratorRequest
@@ -10483,7 +10602,7 @@ export default class Client extends OpenApi {
10483
10602
  /**
10484
10603
  * * By default, subscription bandwidth plans cannot be deleted. If you want to delete subscription bandwidth plans, contact your account manager.
10485
10604
  * * 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.
10605
+ * * **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
10606
  * * 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
10607
  * * If the bandwidth plan cannot be found, it indicates that the bandwidth plan is deleted.
10489
10608
  * * The **DeleteBandwidthPackage** operation cannot be called repeatedly for the same bandwidth plan within a specific period of time.
@@ -10496,7 +10615,7 @@ export default class Client extends OpenApi {
10496
10615
  /**
10497
10616
  * * By default, subscription bandwidth plans cannot be deleted. If you want to delete subscription bandwidth plans, contact your account manager.
10498
10617
  * * 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.
10618
+ * * **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
10619
  * * 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
10620
  * * If the bandwidth plan cannot be found, it indicates that the bandwidth plan is deleted.
10502
10621
  * * The **DeleteBandwidthPackage** operation cannot be called repeatedly for the same bandwidth plan within a specific period of time.
@@ -10609,10 +10728,10 @@ export default class Client extends OpenApi {
10609
10728
  */
10610
10729
  deleteBasicEndpointGroup(request: DeleteBasicEndpointGroupRequest): Promise<DeleteBasicEndpointGroupResponse>;
10611
10730
  /**
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.
10731
+ * * \\*\\*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
10732
  * * 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
10733
  * * 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.
10734
+ * * The \\*\\*DeleteBasicIpSet\\*\\* operation cannot be called repeatedly for the same basic GA instance within a specific period of time.
10616
10735
  *
10617
10736
  * @param request DeleteBasicIpSetRequest
10618
10737
  * @param runtime runtime options for this request RuntimeOptions
@@ -10620,21 +10739,20 @@ export default class Client extends OpenApi {
10620
10739
  */
10621
10740
  deleteBasicIpSetWithOptions(request: DeleteBasicIpSetRequest, runtime: $Util.RuntimeOptions): Promise<DeleteBasicIpSetResponse>;
10622
10741
  /**
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.
10742
+ * * \\*\\*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
10743
  * * 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
10744
  * * 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.
10745
+ * * The \\*\\*DeleteBasicIpSet\\*\\* operation cannot be called repeatedly for the same basic GA instance within a specific period of time.
10627
10746
  *
10628
10747
  * @param request DeleteBasicIpSetRequest
10629
10748
  * @return DeleteBasicIpSetResponse
10630
10749
  */
10631
10750
  deleteBasicIpSet(request: DeleteBasicIpSetRequest): Promise<DeleteBasicIpSetResponse>;
10632
10751
  /**
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.
10752
+ * * **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
10753
  * * 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.
10754
+ * * 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.
10755
+ * * You cannot call the **DeleteCustomRoutingEndpointGroupDestinations** operation again on the same Global Accelerator (GA) instance before the previous request is completed.
10638
10756
  *
10639
10757
  * @param request DeleteCustomRoutingEndpointGroupDestinationsRequest
10640
10758
  * @param runtime runtime options for this request RuntimeOptions
@@ -10642,11 +10760,10 @@ export default class Client extends OpenApi {
10642
10760
  */
10643
10761
  deleteCustomRoutingEndpointGroupDestinationsWithOptions(request: DeleteCustomRoutingEndpointGroupDestinationsRequest, runtime: $Util.RuntimeOptions): Promise<DeleteCustomRoutingEndpointGroupDestinationsResponse>;
10644
10762
  /**
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.
10763
+ * * **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
10764
  * * 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.
10765
+ * * 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.
10766
+ * * You cannot call the **DeleteCustomRoutingEndpointGroupDestinations** operation again on the same Global Accelerator (GA) instance before the previous request is completed.
10650
10767
  *
10651
10768
  * @param request DeleteCustomRoutingEndpointGroupDestinationsRequest
10652
10769
  * @return DeleteCustomRoutingEndpointGroupDestinationsResponse
@@ -10695,11 +10812,10 @@ export default class Client extends OpenApi {
10695
10812
  */
10696
10813
  deleteCustomRoutingEndpointTrafficPolicies(request: DeleteCustomRoutingEndpointTrafficPoliciesRequest): Promise<DeleteCustomRoutingEndpointTrafficPoliciesResponse>;
10697
10814
  /**
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.
10815
+ * * **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.
10816
+ * * If an endpoint group is in the **updating** state, the endpoint is being deleted. In this case, you can perform only query operations.
10817
+ * * 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.
10818
+ * * You cannot call the **DeleteCustomRoutingEndpoints** operation again on the same Global Accelerator (GA) instance before the previous task is completed.
10703
10819
  *
10704
10820
  * @param request DeleteCustomRoutingEndpointsRequest
10705
10821
  * @param runtime runtime options for this request RuntimeOptions
@@ -10707,11 +10823,10 @@ export default class Client extends OpenApi {
10707
10823
  */
10708
10824
  deleteCustomRoutingEndpointsWithOptions(request: DeleteCustomRoutingEndpointsRequest, runtime: $Util.RuntimeOptions): Promise<DeleteCustomRoutingEndpointsResponse>;
10709
10825
  /**
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.
10826
+ * * **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.
10827
+ * * If an endpoint group is in the **updating** state, the endpoint is being deleted. In this case, you can perform only query operations.
10828
+ * * 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.
10829
+ * * You cannot call the **DeleteCustomRoutingEndpoints** operation again on the same Global Accelerator (GA) instance before the previous task is completed.
10715
10830
  *
10716
10831
  * @param request DeleteCustomRoutingEndpointsRequest
10717
10832
  * @return DeleteCustomRoutingEndpointsResponse
@@ -10754,9 +10869,9 @@ export default class Client extends OpenApi {
10754
10869
  */
10755
10870
  deleteEndpointGroup(request: DeleteEndpointGroupRequest): Promise<DeleteEndpointGroupResponse>;
10756
10871
  /**
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.
10872
+ * * **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.
10873
+ * * If an endpoint group is in the **deleting** state, the endpoint group is being deleted. In this case, you can perform only query operations.
10874
+ * * If an endpoint group cannot be queried, the endpoint group is deleted.
10760
10875
  * * The **DeleteEndpointGroups** operation cannot be repeatedly called for the same Global Accelerator (GA) instance within a specific period of time.
10761
10876
  *
10762
10877
  * @param request DeleteEndpointGroupsRequest
@@ -10765,9 +10880,9 @@ export default class Client extends OpenApi {
10765
10880
  */
10766
10881
  deleteEndpointGroupsWithOptions(request: DeleteEndpointGroupsRequest, runtime: $Util.RuntimeOptions): Promise<DeleteEndpointGroupsResponse>;
10767
10882
  /**
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.
10883
+ * * **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.
10884
+ * * If an endpoint group is in the **deleting** state, the endpoint group is being deleted. In this case, you can perform only query operations.
10885
+ * * If an endpoint group cannot be queried, the endpoint group is deleted.
10771
10886
  * * The **DeleteEndpointGroups** operation cannot be repeatedly called for the same Global Accelerator (GA) instance within a specific period of time.
10772
10887
  *
10773
10888
  * @param request DeleteEndpointGroupsRequest
@@ -10775,9 +10890,9 @@ export default class Client extends OpenApi {
10775
10890
  */
10776
10891
  deleteEndpointGroups(request: DeleteEndpointGroupsRequest): Promise<DeleteEndpointGroupsResponse>;
10777
10892
  /**
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.
10893
+ * * **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.
10894
+ * * If a forwarding rule is in the **deleting** state, the forwarding rule is being deleted. In this case, you can perform only query operations.
10895
+ * * If a forwarding rule cannot be queried, the forwarding rule is deleted.
10781
10896
  * * The **DeleteForwardingRules** operation cannot be repeatedly called for the same Global Accelerator (GA) instance within a specific period of time.
10782
10897
  *
10783
10898
  * @param request DeleteForwardingRulesRequest
@@ -10786,9 +10901,9 @@ export default class Client extends OpenApi {
10786
10901
  */
10787
10902
  deleteForwardingRulesWithOptions(request: DeleteForwardingRulesRequest, runtime: $Util.RuntimeOptions): Promise<DeleteForwardingRulesResponse>;
10788
10903
  /**
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.
10904
+ * * **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.
10905
+ * * If a forwarding rule is in the **deleting** state, the forwarding rule is being deleted. In this case, you can perform only query operations.
10906
+ * * If a forwarding rule cannot be queried, the forwarding rule is deleted.
10792
10907
  * * The **DeleteForwardingRules** operation cannot be repeatedly called for the same Global Accelerator (GA) instance within a specific period of time.
10793
10908
  *
10794
10909
  * @param request DeleteForwardingRulesRequest
@@ -10838,8 +10953,8 @@ export default class Client extends OpenApi {
10838
10953
  */
10839
10954
  deleteIpSets(request: DeleteIpSetsRequest): Promise<DeleteIpSetsResponse>;
10840
10955
  /**
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.
10956
+ * * **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.
10957
+ * * 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
10958
  * * If the listener cannot be queried, it indicates that the listener is deleted.
10844
10959
  * * The **DeleteListener** operation cannot be repeatedly called to delete listeners for the same Global Accelerator (GA) instance within a specific period of time.
10845
10960
  *
@@ -10849,8 +10964,8 @@ export default class Client extends OpenApi {
10849
10964
  */
10850
10965
  deleteListenerWithOptions(request: DeleteListenerRequest, runtime: $Util.RuntimeOptions): Promise<DeleteListenerResponse>;
10851
10966
  /**
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.
10967
+ * * **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.
10968
+ * * 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
10969
  * * If the listener cannot be queried, it indicates that the listener is deleted.
10855
10970
  * * The **DeleteListener** operation cannot be repeatedly called to delete listeners for the same Global Accelerator (GA) instance within a specific period of time.
10856
10971
  *
@@ -10883,6 +10998,8 @@ export default class Client extends OpenApi {
10883
10998
  describeAccelerator(request: DescribeAcceleratorRequest): Promise<DescribeAcceleratorResponse>;
10884
10999
  describeAcceleratorAutoRenewAttributeWithOptions(request: DescribeAcceleratorAutoRenewAttributeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAcceleratorAutoRenewAttributeResponse>;
10885
11000
  describeAcceleratorAutoRenewAttribute(request: DescribeAcceleratorAutoRenewAttributeRequest): Promise<DescribeAcceleratorAutoRenewAttributeResponse>;
11001
+ describeAcceleratorServiceStatusWithOptions(request: DescribeAcceleratorServiceStatusRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAcceleratorServiceStatusResponse>;
11002
+ describeAcceleratorServiceStatus(request: DescribeAcceleratorServiceStatusRequest): Promise<DescribeAcceleratorServiceStatusResponse>;
10886
11003
  describeApplicationMonitorWithOptions(request: DescribeApplicationMonitorRequest, runtime: $Util.RuntimeOptions): Promise<DescribeApplicationMonitorResponse>;
10887
11004
  describeApplicationMonitor(request: DescribeApplicationMonitorRequest): Promise<DescribeApplicationMonitorResponse>;
10888
11005
  describeBandwidthPackageWithOptions(request: DescribeBandwidthPackageRequest, runtime: $Util.RuntimeOptions): Promise<DescribeBandwidthPackageResponse>;
@@ -11108,6 +11225,8 @@ export default class Client extends OpenApi {
11108
11225
  listCustomRoutingPortMappingsByDestination(request: ListCustomRoutingPortMappingsByDestinationRequest): Promise<ListCustomRoutingPortMappingsByDestinationResponse>;
11109
11226
  listDomainsWithOptions(request: ListDomainsRequest, runtime: $Util.RuntimeOptions): Promise<ListDomainsResponse>;
11110
11227
  listDomains(request: ListDomainsRequest): Promise<ListDomainsResponse>;
11228
+ listEndpointGroupIpAddressCidrBlocksWithOptions(request: ListEndpointGroupIpAddressCidrBlocksRequest, runtime: $Util.RuntimeOptions): Promise<ListEndpointGroupIpAddressCidrBlocksResponse>;
11229
+ listEndpointGroupIpAddressCidrBlocks(request: ListEndpointGroupIpAddressCidrBlocksRequest): Promise<ListEndpointGroupIpAddressCidrBlocksResponse>;
11111
11230
  listEndpointGroupsWithOptions(request: ListEndpointGroupsRequest, runtime: $Util.RuntimeOptions): Promise<ListEndpointGroupsResponse>;
11112
11231
  listEndpointGroups(request: ListEndpointGroupsRequest): Promise<ListEndpointGroupsResponse>;
11113
11232
  /**
@@ -11184,11 +11303,12 @@ export default class Client extends OpenApi {
11184
11303
  * @return ListTagResourcesResponse
11185
11304
  */
11186
11305
  listTagResources(request: ListTagResourcesRequest): Promise<ListTagResourcesResponse>;
11306
+ openAcceleratorServiceWithOptions(request: OpenAcceleratorServiceRequest, runtime: $Util.RuntimeOptions): Promise<OpenAcceleratorServiceResponse>;
11307
+ openAcceleratorService(request: OpenAcceleratorServiceRequest): Promise<OpenAcceleratorServiceResponse>;
11308
+ queryCrossBorderApprovalStatusWithOptions(request: QueryCrossBorderApprovalStatusRequest, runtime: $Util.RuntimeOptions): Promise<QueryCrossBorderApprovalStatusResponse>;
11309
+ queryCrossBorderApprovalStatus(request: QueryCrossBorderApprovalStatusRequest): Promise<QueryCrossBorderApprovalStatusResponse>;
11187
11310
  /**
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.
11311
+ * The operation that you want to perform. Set the value to **RemoveEntriesFromAcl**.
11192
11312
  *
11193
11313
  * @param request RemoveEntriesFromAclRequest
11194
11314
  * @param runtime runtime options for this request RuntimeOptions
@@ -11196,10 +11316,7 @@ export default class Client extends OpenApi {
11196
11316
  */
11197
11317
  removeEntriesFromAclWithOptions(request: RemoveEntriesFromAclRequest, runtime: $Util.RuntimeOptions): Promise<RemoveEntriesFromAclResponse>;
11198
11318
  /**
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.
11319
+ * The operation that you want to perform. Set the value to **RemoveEntriesFromAcl**.
11203
11320
  *
11204
11321
  * @param request RemoveEntriesFromAclRequest
11205
11322
  * @return RemoveEntriesFromAclResponse
@@ -11286,8 +11403,8 @@ export default class Client extends OpenApi {
11286
11403
  */
11287
11404
  updateAcceleratorAutoRenewAttribute(request: UpdateAcceleratorAutoRenewAttributeRequest): Promise<UpdateAcceleratorAutoRenewAttributeResponse>;
11288
11405
  /**
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.
11406
+ * 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:
11407
+ * * **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
11408
  * * 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
11409
  * * If the GA instance is in the **active** state, it indicates that the specification of the instance is modified.
11293
11410
  * * The **UpdateAcceleratorConfirm** operation cannot be called repeatedly for the same GA instance within a specific period of time.
@@ -11298,8 +11415,8 @@ export default class Client extends OpenApi {
11298
11415
  */
11299
11416
  updateAcceleratorConfirmWithOptions(request: UpdateAcceleratorConfirmRequest, runtime: $Util.RuntimeOptions): Promise<UpdateAcceleratorConfirmResponse>;
11300
11417
  /**
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.
11418
+ * 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:
11419
+ * * **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
11420
  * * 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
11421
  * * If the GA instance is in the **active** state, it indicates that the specification of the instance is modified.
11305
11422
  * * The **UpdateAcceleratorConfirm** operation cannot be called repeatedly for the same GA instance within a specific period of time.
@@ -11308,7 +11425,26 @@ export default class Client extends OpenApi {
11308
11425
  * @return UpdateAcceleratorConfirmResponse
11309
11426
  */
11310
11427
  updateAcceleratorConfirm(request: UpdateAcceleratorConfirmRequest): Promise<UpdateAcceleratorConfirmResponse>;
11428
+ /**
11429
+ * ### Prerequisites
11430
+ * 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:
11431
+ * * 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.
11432
+ * * 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~~).
11433
+ *
11434
+ * @param request UpdateAcceleratorCrossBorderModeRequest
11435
+ * @param runtime runtime options for this request RuntimeOptions
11436
+ * @return UpdateAcceleratorCrossBorderModeResponse
11437
+ */
11311
11438
  updateAcceleratorCrossBorderModeWithOptions(request: UpdateAcceleratorCrossBorderModeRequest, runtime: $Util.RuntimeOptions): Promise<UpdateAcceleratorCrossBorderModeResponse>;
11439
+ /**
11440
+ * ### Prerequisites
11441
+ * 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:
11442
+ * * 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.
11443
+ * * 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~~).
11444
+ *
11445
+ * @param request UpdateAcceleratorCrossBorderModeRequest
11446
+ * @return UpdateAcceleratorCrossBorderModeResponse
11447
+ */
11312
11448
  updateAcceleratorCrossBorderMode(request: UpdateAcceleratorCrossBorderModeRequest): Promise<UpdateAcceleratorCrossBorderModeResponse>;
11313
11449
  updateAclAttributeWithOptions(request: UpdateAclAttributeRequest, runtime: $Util.RuntimeOptions): Promise<UpdateAclAttributeResponse>;
11314
11450
  updateAclAttribute(request: UpdateAclAttributeRequest): Promise<UpdateAclAttributeResponse>;
@@ -11370,15 +11506,15 @@ export default class Client extends OpenApi {
11370
11506
  */
11371
11507
  updateBandwidthPackagaAutoRenewAttribute(request: UpdateBandwidthPackagaAutoRenewAttributeRequest): Promise<UpdateBandwidthPackagaAutoRenewAttributeResponse>;
11372
11508
  /**
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.
11509
+ * Take note of the following items:
11510
+ * * **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.
11511
+ * * **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.
11512
+ * * 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.
11513
+ * * If the parameter values of the bandwidth plan are changed, the bandwidth plan is modified.
11514
+ * * **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.
11515
+ * * If the GA instance is in the **configuring** state, the bandwidth plan is being modified. In this case, you can perform only query operations.
11516
+ * * If the GA instance is in the **active** state, the bandwidth plan is modified.
11517
+ * * You cannot repeatedly call the **UpdateBandwidthPackage** operation for the same bandwidth plan within a specific period of time.
11382
11518
  *
11383
11519
  * @param request UpdateBandwidthPackageRequest
11384
11520
  * @param runtime runtime options for this request RuntimeOptions
@@ -11386,15 +11522,15 @@ export default class Client extends OpenApi {
11386
11522
  */
11387
11523
  updateBandwidthPackageWithOptions(request: UpdateBandwidthPackageRequest, runtime: $Util.RuntimeOptions): Promise<UpdateBandwidthPackageResponse>;
11388
11524
  /**
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.
11525
+ * Take note of the following items:
11526
+ * * **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.
11527
+ * * **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.
11528
+ * * 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.
11529
+ * * If the parameter values of the bandwidth plan are changed, the bandwidth plan is modified.
11530
+ * * **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.
11531
+ * * If the GA instance is in the **configuring** state, the bandwidth plan is being modified. In this case, you can perform only query operations.
11532
+ * * If the GA instance is in the **active** state, the bandwidth plan is modified.
11533
+ * * You cannot repeatedly call the **UpdateBandwidthPackage** operation for the same bandwidth plan within a specific period of time.
11398
11534
  *
11399
11535
  * @param request UpdateBandwidthPackageRequest
11400
11536
  * @return UpdateBandwidthPackageResponse
@@ -11474,9 +11610,9 @@ export default class Client extends OpenApi {
11474
11610
  */
11475
11611
  updateCustomRoutingEndpointGroupDestinations(request: UpdateCustomRoutingEndpointGroupDestinationsRequest): Promise<UpdateCustomRoutingEndpointGroupDestinationsResponse>;
11476
11612
  /**
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.
11613
+ * * **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.
11614
+ * * 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.
11615
+ * * If the endpoint group is in the **active** state, traffic policies are modified for endpoints in the endpoint group.
11480
11616
  * * The **UpdateCustomRoutingEndpointTrafficPolicies** operation cannot be repeatedly called for the same Global Accelerator (GA) instance within a specific period of time.
11481
11617
  *
11482
11618
  * @param request UpdateCustomRoutingEndpointTrafficPoliciesRequest
@@ -11485,9 +11621,9 @@ export default class Client extends OpenApi {
11485
11621
  */
11486
11622
  updateCustomRoutingEndpointTrafficPoliciesWithOptions(request: UpdateCustomRoutingEndpointTrafficPoliciesRequest, runtime: $Util.RuntimeOptions): Promise<UpdateCustomRoutingEndpointTrafficPoliciesResponse>;
11487
11623
  /**
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.
11624
+ * * **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.
11625
+ * * 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.
11626
+ * * If the endpoint group is in the **active** state, traffic policies are modified for endpoints in the endpoint group.
11491
11627
  * * The **UpdateCustomRoutingEndpointTrafficPolicies** operation cannot be repeatedly called for the same Global Accelerator (GA) instance within a specific period of time.
11492
11628
  *
11493
11629
  * @param request UpdateCustomRoutingEndpointTrafficPoliciesRequest
@@ -11516,9 +11652,8 @@ export default class Client extends OpenApi {
11516
11652
  */
11517
11653
  updateCustomRoutingEndpoints(request: UpdateCustomRoutingEndpointsRequest): Promise<UpdateCustomRoutingEndpointsResponse>;
11518
11654
  /**
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.
11655
+ * 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.
11656
+ * You cannot call the **UpdateDomain** operation again by using the same Alibaba Cloud account before the previous request is completed.
11522
11657
  *
11523
11658
  * @param request UpdateDomainRequest
11524
11659
  * @param runtime runtime options for this request RuntimeOptions
@@ -11526,17 +11661,16 @@ export default class Client extends OpenApi {
11526
11661
  */
11527
11662
  updateDomainWithOptions(request: UpdateDomainRequest, runtime: $Util.RuntimeOptions): Promise<UpdateDomainResponse>;
11528
11663
  /**
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.
11664
+ * 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.
11665
+ * You cannot call the **UpdateDomain** operation again by using the same Alibaba Cloud account before the previous request is completed.
11532
11666
  *
11533
11667
  * @param request UpdateDomainRequest
11534
11668
  * @return UpdateDomainResponse
11535
11669
  */
11536
11670
  updateDomain(request: UpdateDomainRequest): Promise<UpdateDomainResponse>;
11537
11671
  /**
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.
11672
+ * You can call this operation to query and update the ICP filing status of an accelerated domain name.
11673
+ * 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
11674
  *
11541
11675
  * @param request UpdateDomainStateRequest
11542
11676
  * @param runtime runtime options for this request RuntimeOptions
@@ -11544,8 +11678,8 @@ export default class Client extends OpenApi {
11544
11678
  */
11545
11679
  updateDomainStateWithOptions(request: UpdateDomainStateRequest, runtime: $Util.RuntimeOptions): Promise<UpdateDomainStateResponse>;
11546
11680
  /**
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.
11681
+ * You can call this operation to query and update the ICP filing status of an accelerated domain name.
11682
+ * 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
11683
  *
11550
11684
  * @param request UpdateDomainStateRequest
11551
11685
  * @return UpdateDomainStateResponse
@@ -11617,11 +11751,10 @@ export default class Client extends OpenApi {
11617
11751
  */
11618
11752
  updateForwardingRules(request: UpdateForwardingRulesRequest): Promise<UpdateForwardingRulesResponse>;
11619
11753
  /**
11620
- * ## Usage notes
11621
11754
  * * **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.
11755
+ * * 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.
11756
+ * * If the acceleration region is in the **active** state, it indicates that the acceleration region is modified.
11757
+ * * You cannot call the **UpdateIpSet** operation again on the same GA instance before the previous operation is complete.
11625
11758
  *
11626
11759
  * @param request UpdateIpSetRequest
11627
11760
  * @param runtime runtime options for this request RuntimeOptions
@@ -11629,21 +11762,20 @@ export default class Client extends OpenApi {
11629
11762
  */
11630
11763
  updateIpSetWithOptions(request: UpdateIpSetRequest, runtime: $Util.RuntimeOptions): Promise<UpdateIpSetResponse>;
11631
11764
  /**
11632
- * ## Usage notes
11633
11765
  * * **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.
11766
+ * * 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.
11767
+ * * If the acceleration region is in the **active** state, it indicates that the acceleration region is modified.
11768
+ * * You cannot call the **UpdateIpSet** operation again on the same GA instance before the previous operation is complete.
11637
11769
  *
11638
11770
  * @param request UpdateIpSetRequest
11639
11771
  * @return UpdateIpSetResponse
11640
11772
  */
11641
11773
  updateIpSet(request: UpdateIpSetRequest): Promise<UpdateIpSetResponse>;
11642
11774
  /**
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.
11775
+ * * **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.
11776
+ * * If an acceleration region is in the **updating** state, the acceleration region is being modified. In this case, you can perform only query operations.
11777
+ * * If an acceleration region is in the **active** state, the acceleration region is modified.
11778
+ * * You cannot repeatedly call the **UpdateIpSet** operation for the same GA instance within a specific period of time.
11647
11779
  *
11648
11780
  * @param request UpdateIpSetsRequest
11649
11781
  * @param runtime runtime options for this request RuntimeOptions
@@ -11651,19 +11783,19 @@ export default class Client extends OpenApi {
11651
11783
  */
11652
11784
  updateIpSetsWithOptions(request: UpdateIpSetsRequest, runtime: $Util.RuntimeOptions): Promise<UpdateIpSetsResponse>;
11653
11785
  /**
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.
11786
+ * * **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.
11787
+ * * If an acceleration region is in the **updating** state, the acceleration region is being modified. In this case, you can perform only query operations.
11788
+ * * If an acceleration region is in the **active** state, the acceleration region is modified.
11789
+ * * You cannot repeatedly call the **UpdateIpSet** operation for the same GA instance within a specific period of time.
11658
11790
  *
11659
11791
  * @param request UpdateIpSetsRequest
11660
11792
  * @return UpdateIpSetsResponse
11661
11793
  */
11662
11794
  updateIpSets(request: UpdateIpSetsRequest): Promise<UpdateIpSetsResponse>;
11663
11795
  /**
11664
- * This operation can be called to modify the configurations such as protocol and ports of a listener to meet your business requirements.
11796
+ * This operation can be called to modify the configurations such as the protocol and ports of a listener to meet your business requirements.
11665
11797
  * 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.
11798
+ * * **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
11799
  * * 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
11800
  * * If the listener is in the **active** state, it indicates that its configurations are modified.
11669
11801
  * * The **UpdateListener** operation cannot be repeatedly called to modify listener configurations for the same GA instance within a specific period of time.
@@ -11674,9 +11806,9 @@ export default class Client extends OpenApi {
11674
11806
  */
11675
11807
  updateListenerWithOptions(request: UpdateListenerRequest, runtime: $Util.RuntimeOptions): Promise<UpdateListenerResponse>;
11676
11808
  /**
11677
- * This operation can be called to modify the configurations such as protocol and ports of a listener to meet your business requirements.
11809
+ * This operation can be called to modify the configurations such as the protocol and ports of a listener to meet your business requirements.
11678
11810
  * 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.
11811
+ * * **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
11812
  * * 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
11813
  * * If the listener is in the **active** state, it indicates that its configurations are modified.
11682
11814
  * * The **UpdateListener** operation cannot be repeatedly called to modify listener configurations for the same GA instance within a specific period of time.