@alicloud/ga20191120 1.0.19 → 1.0.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client.d.ts +368 -228
- package/dist/client.js +554 -228
- package/dist/client.js.map +1 -1
- package/package.json +2 -2
- package/src/client.ts +641 -228
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;
|
|
@@ -781,6 +783,7 @@ export declare class CreateBasicAcceleratorRequest extends $tea.Model {
|
|
|
781
783
|
promotionOptionNo?: string;
|
|
782
784
|
regionId?: string;
|
|
783
785
|
resourceGroupId?: string;
|
|
786
|
+
tag?: CreateBasicAcceleratorRequestTag[];
|
|
784
787
|
static names(): {
|
|
785
788
|
[key: string]: string;
|
|
786
789
|
};
|
|
@@ -2512,6 +2515,7 @@ export declare class DescribeAcceleratorResponseBody extends $tea.Model {
|
|
|
2512
2515
|
spec?: string;
|
|
2513
2516
|
state?: string;
|
|
2514
2517
|
tags?: DescribeAcceleratorResponseBodyTags[];
|
|
2518
|
+
upgradableStatus?: string;
|
|
2515
2519
|
static names(): {
|
|
2516
2520
|
[key: string]: string;
|
|
2517
2521
|
};
|
|
@@ -2583,6 +2587,50 @@ export declare class DescribeAcceleratorAutoRenewAttributeResponse extends $tea.
|
|
|
2583
2587
|
[key: string]: any;
|
|
2584
2588
|
});
|
|
2585
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
|
+
}
|
|
2586
2634
|
export declare class DescribeApplicationMonitorRequest extends $tea.Model {
|
|
2587
2635
|
clientToken?: string;
|
|
2588
2636
|
regionId?: string;
|
|
@@ -5192,6 +5240,51 @@ export declare class ListDomainsResponse extends $tea.Model {
|
|
|
5192
5240
|
[key: string]: any;
|
|
5193
5241
|
});
|
|
5194
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
|
+
}
|
|
5195
5288
|
export declare class ListEndpointGroupsRequest extends $tea.Model {
|
|
5196
5289
|
acceleratorId?: string;
|
|
5197
5290
|
accessLogSwitch?: string;
|
|
@@ -5618,6 +5711,92 @@ export declare class ListTagResourcesResponse extends $tea.Model {
|
|
|
5618
5711
|
[key: string]: any;
|
|
5619
5712
|
});
|
|
5620
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
|
+
}
|
|
5621
5800
|
export declare class RemoveEntriesFromAclRequest extends $tea.Model {
|
|
5622
5801
|
aclEntries?: RemoveEntriesFromAclRequestAclEntries[];
|
|
5623
5802
|
aclId?: string;
|
|
@@ -7082,6 +7261,19 @@ export declare class CreateBasicAccelerateIpEndpointRelationsRequestAccelerateIp
|
|
|
7082
7261
|
[key: string]: any;
|
|
7083
7262
|
});
|
|
7084
7263
|
}
|
|
7264
|
+
export declare class CreateBasicAcceleratorRequestTag extends $tea.Model {
|
|
7265
|
+
key?: string;
|
|
7266
|
+
value?: string;
|
|
7267
|
+
static names(): {
|
|
7268
|
+
[key: string]: string;
|
|
7269
|
+
};
|
|
7270
|
+
static types(): {
|
|
7271
|
+
[key: string]: any;
|
|
7272
|
+
};
|
|
7273
|
+
constructor(map?: {
|
|
7274
|
+
[key: string]: any;
|
|
7275
|
+
});
|
|
7276
|
+
}
|
|
7085
7277
|
export declare class CreateBasicEndpointsRequestEndpoints extends $tea.Model {
|
|
7086
7278
|
endpointAddress?: string;
|
|
7087
7279
|
endpointSubAddress?: string;
|
|
@@ -7268,6 +7460,7 @@ export declare class CreateCustomRoutingEndpointsRequestEndpointConfigurations e
|
|
|
7268
7460
|
}
|
|
7269
7461
|
export declare class CreateEndpointGroupRequestEndpointConfigurations extends $tea.Model {
|
|
7270
7462
|
enableClientIPPreservation?: boolean;
|
|
7463
|
+
enableProxyProtocol?: boolean;
|
|
7271
7464
|
endpoint?: string;
|
|
7272
7465
|
type?: string;
|
|
7273
7466
|
weight?: number;
|
|
@@ -8290,6 +8483,7 @@ export declare class ListAcceleratorsResponseBodyAccelerators extends $tea.Model
|
|
|
8290
8483
|
state?: string;
|
|
8291
8484
|
tags?: ListAcceleratorsResponseBodyAcceleratorsTags[];
|
|
8292
8485
|
type?: string;
|
|
8486
|
+
upgradableStatus?: string;
|
|
8293
8487
|
static names(): {
|
|
8294
8488
|
[key: string]: string;
|
|
8295
8489
|
};
|
|
@@ -9357,6 +9551,7 @@ export declare class UpdateCustomRoutingEndpointsRequestEndpointConfigurations e
|
|
|
9357
9551
|
}
|
|
9358
9552
|
export declare class UpdateEndpointGroupRequestEndpointConfigurations extends $tea.Model {
|
|
9359
9553
|
enableClientIPPreservation?: boolean;
|
|
9554
|
+
enableProxyProtocol?: boolean;
|
|
9360
9555
|
endpoint?: string;
|
|
9361
9556
|
type?: string;
|
|
9362
9557
|
weight?: number;
|
|
@@ -9682,10 +9877,6 @@ export default class Client extends OpenApi {
|
|
|
9682
9877
|
associateAdditionalCertificatesWithListener(request: AssociateAdditionalCertificatesWithListenerRequest): Promise<AssociateAdditionalCertificatesWithListenerResponse>;
|
|
9683
9878
|
/**
|
|
9684
9879
|
* When you call this operation, take note of the following items:
|
|
9685
|
-
* * 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:
|
|
9686
|
-
* * 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.
|
|
9687
|
-
* * If the GA instance assumes the service-linked role AliyunServiceRoleForGaAntiDdos, the system does not create the service-linked role again.
|
|
9688
|
-
* For more information, see [AliyunServiceRoleForGaAntiDdos](~~186805~~).
|
|
9689
9880
|
* * **AttachDdosToAccelerator** is an asynchronous operation. After you call the operation, the system returns a request ID and runs the task in the background. You can call the [DescribeAccelerator](~~153235~~) or [ListAccelerators](~~153236~~) operation to query the status of the GA instance.
|
|
9690
9881
|
* * If the GA instance is in the **configuring** state, the Anti-DDoS Pro/Premium instance is being associated with the GA instance. In this case, you can perform only query operations.
|
|
9691
9882
|
* * If the GA instance is in the **active** state, the Anti-DDoS Pro/Premium instance is associated with the GA instance.
|
|
@@ -9698,10 +9889,6 @@ export default class Client extends OpenApi {
|
|
|
9698
9889
|
attachDdosToAcceleratorWithOptions(request: AttachDdosToAcceleratorRequest, runtime: $Util.RuntimeOptions): Promise<AttachDdosToAcceleratorResponse>;
|
|
9699
9890
|
/**
|
|
9700
9891
|
* When you call this operation, take note of the following items:
|
|
9701
|
-
* * 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:
|
|
9702
|
-
* * 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.
|
|
9703
|
-
* * If the GA instance assumes the service-linked role AliyunServiceRoleForGaAntiDdos, the system does not create the service-linked role again.
|
|
9704
|
-
* For more information, see [AliyunServiceRoleForGaAntiDdos](~~186805~~).
|
|
9705
9892
|
* * **AttachDdosToAccelerator** is an asynchronous operation. After you call the operation, the system returns a request ID and runs the task in the background. You can call the [DescribeAccelerator](~~153235~~) or [ListAccelerators](~~153236~~) operation to query the status of the GA instance.
|
|
9706
9893
|
* * If the GA instance is in the **configuring** state, the Anti-DDoS Pro/Premium instance is being associated with the GA instance. In this case, you can perform only query operations.
|
|
9707
9894
|
* * If the GA instance is in the **active** state, the Anti-DDoS Pro/Premium instance is associated with the GA instance.
|
|
@@ -9754,7 +9941,7 @@ export default class Client extends OpenApi {
|
|
|
9754
9941
|
*/
|
|
9755
9942
|
bandwidthPackageAddAccelerator(request: BandwidthPackageAddAcceleratorRequest): Promise<BandwidthPackageAddAcceleratorResponse>;
|
|
9756
9943
|
/**
|
|
9757
|
-
* * **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
|
|
9944
|
+
* * **BandwidthPackageRemoveAccelerator** is an asynchronous operation. After you send a request, the system returns a request ID, but the operation is still being performed in the system background. You can call the [DescribeBandwidthPackage](~~153241~~) operation to query the status of the bandwidth plan that you attempt to disassociate.
|
|
9758
9945
|
* * If the bandwidth plan is in the **unbinding** state, it indicates that the bandwidth plan is being disassociated. In this case, you can perform only query operations.
|
|
9759
9946
|
* * If the bandwidth plan is in the **active** state, it indicates that the bandwidth plan is disassociated.
|
|
9760
9947
|
* * The **BandwidthPackageRemoveAccelerator** cannot be called repeatedly for the same GA instance.
|
|
@@ -9765,7 +9952,7 @@ export default class Client extends OpenApi {
|
|
|
9765
9952
|
*/
|
|
9766
9953
|
bandwidthPackageRemoveAcceleratorWithOptions(request: BandwidthPackageRemoveAcceleratorRequest, runtime: $Util.RuntimeOptions): Promise<BandwidthPackageRemoveAcceleratorResponse>;
|
|
9767
9954
|
/**
|
|
9768
|
-
* * **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
|
|
9955
|
+
* * **BandwidthPackageRemoveAccelerator** is an asynchronous operation. After you send a request, the system returns a request ID, but the operation is still being performed in the system background. You can call the [DescribeBandwidthPackage](~~153241~~) operation to query the status of the bandwidth plan that you attempt to disassociate.
|
|
9769
9956
|
* * If the bandwidth plan is in the **unbinding** state, it indicates that the bandwidth plan is being disassociated. In this case, you can perform only query operations.
|
|
9770
9957
|
* * If the bandwidth plan is in the **active** state, it indicates that the bandwidth plan is disassociated.
|
|
9771
9958
|
* * The **BandwidthPackageRemoveAccelerator** cannot be called repeatedly for the same GA instance.
|
|
@@ -9775,8 +9962,7 @@ export default class Client extends OpenApi {
|
|
|
9775
9962
|
*/
|
|
9776
9963
|
bandwidthPackageRemoveAccelerator(request: BandwidthPackageRemoveAcceleratorRequest): Promise<BandwidthPackageRemoveAcceleratorResponse>;
|
|
9777
9964
|
/**
|
|
9778
|
-
*
|
|
9779
|
-
* The **ChangeResourceGroup** operation cannot be repeatedly called for the same GA instance within a specific period of time.
|
|
9965
|
+
* You cannot call the **ChangeResourceGroup** operation again on the same GA instance before the previous operation is complete.
|
|
9780
9966
|
*
|
|
9781
9967
|
* @param request ChangeResourceGroupRequest
|
|
9782
9968
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -9784,8 +9970,7 @@ export default class Client extends OpenApi {
|
|
|
9784
9970
|
*/
|
|
9785
9971
|
changeResourceGroupWithOptions(request: ChangeResourceGroupRequest, runtime: $Util.RuntimeOptions): Promise<ChangeResourceGroupResponse>;
|
|
9786
9972
|
/**
|
|
9787
|
-
*
|
|
9788
|
-
* The **ChangeResourceGroup** operation cannot be repeatedly called for the same GA instance within a specific period of time.
|
|
9973
|
+
* You cannot call the **ChangeResourceGroup** operation again on the same GA instance before the previous operation is complete.
|
|
9789
9974
|
*
|
|
9790
9975
|
* @param request ChangeResourceGroupRequest
|
|
9791
9976
|
* @return ChangeResourceGroupResponse
|
|
@@ -9813,8 +9998,8 @@ export default class Client extends OpenApi {
|
|
|
9813
9998
|
*/
|
|
9814
9999
|
configEndpointProbe(request: ConfigEndpointProbeRequest): Promise<ConfigEndpointProbeResponse>;
|
|
9815
10000
|
/**
|
|
9816
|
-
* **CreateAccelerator** is an asynchronous operation. After you send a request, the system returns
|
|
9817
|
-
* * If the GA instance is in the **init** state, it indicates that the GA instance is being created. In this case, you can perform
|
|
10001
|
+
* **CreateAccelerator** 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.
|
|
10002
|
+
* * If the GA instance is in the **init** state, it indicates that the GA instance is being created. In this case, you can continue to perform query operations on the GA instance.
|
|
9818
10003
|
* * If the GA instance is in the **active** state, it indicates that the GA instance is created.
|
|
9819
10004
|
*
|
|
9820
10005
|
* @param request CreateAcceleratorRequest
|
|
@@ -9823,8 +10008,8 @@ export default class Client extends OpenApi {
|
|
|
9823
10008
|
*/
|
|
9824
10009
|
createAcceleratorWithOptions(request: CreateAcceleratorRequest, runtime: $Util.RuntimeOptions): Promise<CreateAcceleratorResponse>;
|
|
9825
10010
|
/**
|
|
9826
|
-
* **CreateAccelerator** is an asynchronous operation. After you send a request, the system returns
|
|
9827
|
-
* * If the GA instance is in the **init** state, it indicates that the GA instance is being created. In this case, you can perform
|
|
10011
|
+
* **CreateAccelerator** 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.
|
|
10012
|
+
* * If the GA instance is in the **init** state, it indicates that the GA instance is being created. In this case, you can continue to perform query operations on the GA instance.
|
|
9828
10013
|
* * If the GA instance is in the **active** state, it indicates that the GA instance is created.
|
|
9829
10014
|
*
|
|
9830
10015
|
* @param request CreateAcceleratorRequest
|
|
@@ -9876,13 +10061,12 @@ export default class Client extends OpenApi {
|
|
|
9876
10061
|
*/
|
|
9877
10062
|
createApplicationMonitor(request: CreateApplicationMonitorRequest): Promise<CreateApplicationMonitorResponse>;
|
|
9878
10063
|
/**
|
|
9879
|
-
* ##
|
|
9880
10064
|
* To use Global Accelerator (GA) for acceleration, you must purchase a basic bandwidth plan. A basic bandwidth plan supports the following bandwidth types:
|
|
9881
10065
|
* * **Basic**: Both the default acceleration region and the default service region are in the Chinese mainland. The accelerated service is deployed on Alibaba Cloud.
|
|
9882
10066
|
* * **Enhanced**: Both the default acceleration region and the default service region are in the Chinese mainland. The accelerated service can be deployed on and off Alibaba Cloud.
|
|
9883
|
-
* * **Premium**: Both the default acceleration region and the default service region are
|
|
10067
|
+
* * **Premium**: Both the default acceleration region and the default service region are outside the Chinese mainland. The accelerated service can be deployed on and off Alibaba Cloud. If you want to accelerate data transfer for clients in the Chinese mainland, you must select China (Hong Kong) as the acceleration region.
|
|
9884
10068
|
* When you call this operation, take note of the following items:
|
|
9885
|
-
* *
|
|
10069
|
+
* * **CreateBandwidthPackage** is an asynchronous operation. After you send a request, the system returns the ID of a bandwidth plan, but the bandwidth plan is still being created in the system background. You can call the [DescribeBandwidthPackage](~~153241~~) operation to query the status of the bandwidth plan.
|
|
9886
10070
|
* * If the bandwidth plan is in the **init** state, it indicates that the bandwidth plan is being created. In this case, you can perform only query operations.
|
|
9887
10071
|
* * If the bandwidth plan is in the **active** state, it indicates that the bandwidth plan is created.
|
|
9888
10072
|
* * The **CreateBandwidthPackage** operation cannot be repeatedly called for the same GA instance within a specific period of time.
|
|
@@ -9893,13 +10077,12 @@ export default class Client extends OpenApi {
|
|
|
9893
10077
|
*/
|
|
9894
10078
|
createBandwidthPackageWithOptions(request: CreateBandwidthPackageRequest, runtime: $Util.RuntimeOptions): Promise<CreateBandwidthPackageResponse>;
|
|
9895
10079
|
/**
|
|
9896
|
-
* ##
|
|
9897
10080
|
* To use Global Accelerator (GA) for acceleration, you must purchase a basic bandwidth plan. A basic bandwidth plan supports the following bandwidth types:
|
|
9898
10081
|
* * **Basic**: Both the default acceleration region and the default service region are in the Chinese mainland. The accelerated service is deployed on Alibaba Cloud.
|
|
9899
10082
|
* * **Enhanced**: Both the default acceleration region and the default service region are in the Chinese mainland. The accelerated service can be deployed on and off Alibaba Cloud.
|
|
9900
|
-
* * **Premium**: Both the default acceleration region and the default service region are
|
|
10083
|
+
* * **Premium**: Both the default acceleration region and the default service region are outside the Chinese mainland. The accelerated service can be deployed on and off Alibaba Cloud. If you want to accelerate data transfer for clients in the Chinese mainland, you must select China (Hong Kong) as the acceleration region.
|
|
9901
10084
|
* When you call this operation, take note of the following items:
|
|
9902
|
-
* *
|
|
10085
|
+
* * **CreateBandwidthPackage** is an asynchronous operation. After you send a request, the system returns the ID of a bandwidth plan, but the bandwidth plan is still being created in the system background. You can call the [DescribeBandwidthPackage](~~153241~~) operation to query the status of the bandwidth plan.
|
|
9903
10086
|
* * If the bandwidth plan is in the **init** state, it indicates that the bandwidth plan is being created. In this case, you can perform only query operations.
|
|
9904
10087
|
* * If the bandwidth plan is in the **active** state, it indicates that the bandwidth plan is created.
|
|
9905
10088
|
* * The **CreateBandwidthPackage** operation cannot be repeatedly called for the same GA instance within a specific period of time.
|
|
@@ -9972,10 +10155,9 @@ export default class Client extends OpenApi {
|
|
|
9972
10155
|
*/
|
|
9973
10156
|
createBasicAccelerateIpEndpointRelations(request: CreateBasicAccelerateIpEndpointRelationsRequest): Promise<CreateBasicAccelerateIpEndpointRelationsResponse>;
|
|
9974
10157
|
/**
|
|
9975
|
-
*
|
|
9976
|
-
* Basic GA instances use high-quality global network bandwidth and the transmission network of Alibaba Cloud to provide users with point-to-point acceleration services. You can use basic GA instances to accelerate content delivery at Layer 3 (IP protocols). For more information, see [Overview of GA instances](~~153127~~).
|
|
10158
|
+
* Basic GA instances leverage the immense bandwidth of Alibaba Cloud\\"s high-quality global network to provide end-to-end acceleration services. You can use basic GA instances to accelerate content delivery at Layer 3 (IP). For more information, see [Overview of GA instances](~~153127~~).
|
|
9977
10159
|
* **CreateBasicAccelerator** is an asynchronous operation. After you send a request, the system returns a request ID and runs the task in the background. You can call the [GetBasicAccelerator](~~353188~~) or [ListBasicAccelerators](~~353189~~) operation to query the status of a basic GA instance:
|
|
9978
|
-
* * 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
|
|
10160
|
+
* * If the basic GA instance is in the **init** state, it indicates that the basic GA instance is being created. In this case, you can continue to perform query operations on the GA instance.
|
|
9979
10161
|
* * If the basic GA instance is in the **active** state, it indicates that the basic GA instance is created.
|
|
9980
10162
|
*
|
|
9981
10163
|
* @param request CreateBasicAcceleratorRequest
|
|
@@ -9984,10 +10166,9 @@ export default class Client extends OpenApi {
|
|
|
9984
10166
|
*/
|
|
9985
10167
|
createBasicAcceleratorWithOptions(request: CreateBasicAcceleratorRequest, runtime: $Util.RuntimeOptions): Promise<CreateBasicAcceleratorResponse>;
|
|
9986
10168
|
/**
|
|
9987
|
-
*
|
|
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~~).
|
|
10169
|
+
* Basic GA instances leverage the immense bandwidth of Alibaba Cloud\\"s high-quality global network to provide end-to-end acceleration services. You can use basic GA instances to accelerate content delivery at Layer 3 (IP). For more information, see [Overview of GA instances](~~153127~~).
|
|
9989
10170
|
* **CreateBasicAccelerator** is an asynchronous operation. After you send a request, the system returns a request ID and runs the task in the background. You can call the [GetBasicAccelerator](~~353188~~) or [ListBasicAccelerators](~~353189~~) operation to query the status of a basic GA instance:
|
|
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
|
|
10171
|
+
* * If the basic GA instance is in the **init** state, it indicates that the basic GA instance is being created. In this case, you can continue to perform query operations on the GA instance.
|
|
9991
10172
|
* * If the basic GA instance is in the **active** state, it indicates that the basic GA instance is created.
|
|
9992
10173
|
*
|
|
9993
10174
|
* @param request CreateBasicAcceleratorRequest
|
|
@@ -10016,11 +10197,10 @@ export default class Client extends OpenApi {
|
|
|
10016
10197
|
*/
|
|
10017
10198
|
createBasicEndpoint(request: CreateBasicEndpointRequest): Promise<CreateBasicEndpointResponse>;
|
|
10018
10199
|
/**
|
|
10019
|
-
*
|
|
10020
|
-
* * The **CreateBasicEndpointGroup** operation is an asynchronous operation. After you send a request, the system returns a request ID and runs the task in the background. You can call the [GetBasicEndpointGroup](~~362984~~) operation to query the status of an endpoint group.
|
|
10200
|
+
* * **CreateBasicEndpointGroup** is an asynchronous operation. After a request is sent, the system returns an endpoint group ID and runs the task in the background. You can call the [GetBasicEndpointGroup](~~362984~~) operation to query the status of the task.
|
|
10021
10201
|
* * If the endpoint group is in the **init** state, the endpoint is being created. In this case, you can perform only query operations.
|
|
10022
10202
|
* * If the endpoint group is in the **active** state, the endpoint group is created.
|
|
10023
|
-
* *
|
|
10203
|
+
* * You cannot call the **CreateBasicEndpointGroup** operation again on the same GA instance before the previous request is completed.
|
|
10024
10204
|
*
|
|
10025
10205
|
* @param request CreateBasicEndpointGroupRequest
|
|
10026
10206
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -10028,20 +10208,18 @@ export default class Client extends OpenApi {
|
|
|
10028
10208
|
*/
|
|
10029
10209
|
createBasicEndpointGroupWithOptions(request: CreateBasicEndpointGroupRequest, runtime: $Util.RuntimeOptions): Promise<CreateBasicEndpointGroupResponse>;
|
|
10030
10210
|
/**
|
|
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.
|
|
10211
|
+
* * **CreateBasicEndpointGroup** is an asynchronous operation. After a request is sent, the system returns an endpoint group ID and runs the task in the background. You can call the [GetBasicEndpointGroup](~~362984~~) operation to query the status of the task.
|
|
10033
10212
|
* * If the endpoint group is in the **init** state, the endpoint is being created. In this case, you can perform only query operations.
|
|
10034
10213
|
* * If the endpoint group is in the **active** state, the endpoint group is created.
|
|
10035
|
-
* *
|
|
10214
|
+
* * You cannot call the **CreateBasicEndpointGroup** operation again on the same GA instance before the previous request is completed.
|
|
10036
10215
|
*
|
|
10037
10216
|
* @param request CreateBasicEndpointGroupRequest
|
|
10038
10217
|
* @return CreateBasicEndpointGroupResponse
|
|
10039
10218
|
*/
|
|
10040
10219
|
createBasicEndpointGroup(request: CreateBasicEndpointGroupRequest): Promise<CreateBasicEndpointGroupResponse>;
|
|
10041
10220
|
/**
|
|
10042
|
-
*
|
|
10043
|
-
* *
|
|
10044
|
-
* * The **CreateBasicEndpoints** operation cannot be repeatedly called for the same GA instance within a specific period of time.
|
|
10221
|
+
* * **CreateBasicEndpoints** is an asynchronous operation. After you call this operation, the system returns a request ID and runs the task in the background. You can call the [ListBasicEndpoints](~~466831~~) operation to query the status of endpoints. - If one or more endpoints are in the **init** state, it indicates that the endpoints are being created. In this case, you can continue to perform query operations on the endpoints. If all endpoints are in the **active** state, it indicates that the endpoints are created.
|
|
10222
|
+
* * You cannot call the **CreateBasicEndpoints** operation again on the same GA instance before the previous operation is complete.
|
|
10045
10223
|
*
|
|
10046
10224
|
* @param request CreateBasicEndpointsRequest
|
|
10047
10225
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -10049,21 +10227,20 @@ export default class Client extends OpenApi {
|
|
|
10049
10227
|
*/
|
|
10050
10228
|
createBasicEndpointsWithOptions(request: CreateBasicEndpointsRequest, runtime: $Util.RuntimeOptions): Promise<CreateBasicEndpointsResponse>;
|
|
10051
10229
|
/**
|
|
10052
|
-
*
|
|
10053
|
-
* *
|
|
10054
|
-
* * The **CreateBasicEndpoints** operation cannot be repeatedly called for the same GA instance within a specific period of time.
|
|
10230
|
+
* * **CreateBasicEndpoints** is an asynchronous operation. After you call this operation, the system returns a request ID and runs the task in the background. You can call the [ListBasicEndpoints](~~466831~~) operation to query the status of endpoints. - If one or more endpoints are in the **init** state, it indicates that the endpoints are being created. In this case, you can continue to perform query operations on the endpoints. If all endpoints are in the **active** state, it indicates that the endpoints are created.
|
|
10231
|
+
* * You cannot call the **CreateBasicEndpoints** operation again on the same GA instance before the previous operation is complete.
|
|
10055
10232
|
*
|
|
10056
10233
|
* @param request CreateBasicEndpointsRequest
|
|
10057
10234
|
* @return CreateBasicEndpointsResponse
|
|
10058
10235
|
*/
|
|
10059
10236
|
createBasicEndpoints(request: CreateBasicEndpointsRequest): Promise<CreateBasicEndpointsResponse>;
|
|
10060
10237
|
/**
|
|
10061
|
-
*
|
|
10062
|
-
* * You can
|
|
10063
|
-
* * **CreateBasicIpSet** is an asynchronous operation. After you send a request, the system returns
|
|
10238
|
+
* Take note of the following limits:
|
|
10239
|
+
* * You can specify only one acceleration region for each basic GA instance, and only IPv4 clients can connect to basic GA instances.
|
|
10240
|
+
* * **CreateBasicIpSet** is an asynchronous operation. After you send a request, the system returns an acceleration region ID and runs the task in the background. You can call the [GetBasicIpSet](~~362987~~) operation to query the status of the task.
|
|
10064
10241
|
* * If the acceleration region is in the **init** state, the acceleration region is being created. In this case, you can perform only query operations.
|
|
10065
10242
|
* * If the acceleration region is in the **active** state, the acceleration region is created.
|
|
10066
|
-
* *
|
|
10243
|
+
* * You cannot call the **CreateBasicIpSet** operation again on the same GA instance before the previous task is completed.
|
|
10067
10244
|
*
|
|
10068
10245
|
* @param request CreateBasicIpSetRequest
|
|
10069
10246
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -10071,31 +10248,19 @@ export default class Client extends OpenApi {
|
|
|
10071
10248
|
*/
|
|
10072
10249
|
createBasicIpSetWithOptions(request: CreateBasicIpSetRequest, runtime: $Util.RuntimeOptions): Promise<CreateBasicIpSetResponse>;
|
|
10073
10250
|
/**
|
|
10074
|
-
*
|
|
10075
|
-
* * You can
|
|
10076
|
-
* * **CreateBasicIpSet** is an asynchronous operation. After you send a request, the system returns
|
|
10251
|
+
* Take note of the following limits:
|
|
10252
|
+
* * You can specify only one acceleration region for each basic GA instance, and only IPv4 clients can connect to basic GA instances.
|
|
10253
|
+
* * **CreateBasicIpSet** is an asynchronous operation. After you send a request, the system returns an acceleration region ID and runs the task in the background. You can call the [GetBasicIpSet](~~362987~~) operation to query the status of the task.
|
|
10077
10254
|
* * If the acceleration region is in the **init** state, the acceleration region is being created. In this case, you can perform only query operations.
|
|
10078
10255
|
* * If the acceleration region is in the **active** state, the acceleration region is created.
|
|
10079
|
-
* *
|
|
10256
|
+
* * You cannot call the **CreateBasicIpSet** operation again on the same GA instance before the previous task is completed.
|
|
10080
10257
|
*
|
|
10081
10258
|
* @param request CreateBasicIpSetRequest
|
|
10082
10259
|
* @return CreateBasicIpSetResponse
|
|
10083
10260
|
*/
|
|
10084
10261
|
createBasicIpSet(request: CreateBasicIpSetRequest): Promise<CreateBasicIpSetResponse>;
|
|
10085
10262
|
/**
|
|
10086
|
-
*
|
|
10087
|
-
* 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:
|
|
10088
|
-
* * **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.
|
|
10089
|
-
* * 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.
|
|
10090
|
-
* * If the endpoint group is in the **active** state, it indicates that mapping configurations are created for the endpoint group.
|
|
10091
|
-
* * The **CreateCustomRoutingEndpointGroupDestinations** operation cannot be called repeatedly for the same GA instance within a specific period of time.
|
|
10092
|
-
* ### Prerequisites
|
|
10093
|
-
* Make sure that the following operations are performed before you call this operation:
|
|
10094
|
-
* * A standard GA instance is created. For more information, see [CreateAccelerator](~~206786~~).
|
|
10095
|
-
* * A bandwidth plan is associated with the standard GA instance. For more information, see [BandwidthPackageAddAccelerator](~~153239~~).
|
|
10096
|
-
* * An application is deployed to receive requests that are forwarded from GA. You can specify only vSwitches as endpoints for custom routing listeners.
|
|
10097
|
-
* * 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~~).
|
|
10098
|
-
* * An endpoint group is created for the custom routing listener. For more information, see [CreateCustomRoutingEndpointGroups](~~449363~~).
|
|
10263
|
+
* readAndWrite
|
|
10099
10264
|
*
|
|
10100
10265
|
* @param request CreateCustomRoutingEndpointGroupDestinationsRequest
|
|
10101
10266
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -10103,19 +10268,7 @@ export default class Client extends OpenApi {
|
|
|
10103
10268
|
*/
|
|
10104
10269
|
createCustomRoutingEndpointGroupDestinationsWithOptions(request: CreateCustomRoutingEndpointGroupDestinationsRequest, runtime: $Util.RuntimeOptions): Promise<CreateCustomRoutingEndpointGroupDestinationsResponse>;
|
|
10105
10270
|
/**
|
|
10106
|
-
*
|
|
10107
|
-
* 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:
|
|
10108
|
-
* * **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.
|
|
10109
|
-
* * 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.
|
|
10110
|
-
* * If the endpoint group is in the **active** state, it indicates that mapping configurations are created for the endpoint group.
|
|
10111
|
-
* * The **CreateCustomRoutingEndpointGroupDestinations** operation cannot be called repeatedly for the same GA instance within a specific period of time.
|
|
10112
|
-
* ### Prerequisites
|
|
10113
|
-
* Make sure that the following operations are performed before you call this operation:
|
|
10114
|
-
* * A standard GA instance is created. For more information, see [CreateAccelerator](~~206786~~).
|
|
10115
|
-
* * A bandwidth plan is associated with the standard GA instance. For more information, see [BandwidthPackageAddAccelerator](~~153239~~).
|
|
10116
|
-
* * An application is deployed to receive requests that are forwarded from GA. You can specify only vSwitches as endpoints for custom routing listeners.
|
|
10117
|
-
* * 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~~).
|
|
10118
|
-
* * An endpoint group is created for the custom routing listener. For more information, see [CreateCustomRoutingEndpointGroups](~~449363~~).
|
|
10271
|
+
* readAndWrite
|
|
10119
10272
|
*
|
|
10120
10273
|
* @param request CreateCustomRoutingEndpointGroupDestinationsRequest
|
|
10121
10274
|
* @return CreateCustomRoutingEndpointGroupDestinationsResponse
|
|
@@ -10206,19 +10359,7 @@ export default class Client extends OpenApi {
|
|
|
10206
10359
|
*/
|
|
10207
10360
|
createCustomRoutingEndpointTrafficPolicies(request: CreateCustomRoutingEndpointTrafficPoliciesRequest): Promise<CreateCustomRoutingEndpointTrafficPoliciesResponse>;
|
|
10208
10361
|
/**
|
|
10209
|
-
*
|
|
10210
|
-
* This operation is used to create endpoints for custom routing listeners. When you call this operation, take note of the following items:
|
|
10211
|
-
* * **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.
|
|
10212
|
-
* * 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.
|
|
10213
|
-
* * If the endpoint group is in the **active** state, it indicates that endpoints are created.
|
|
10214
|
-
* * The **CreateCustomRoutingEndpoints** operation cannot be called repeatedly for the same GA instance within a specific period of time.
|
|
10215
|
-
* ### Prerequisites
|
|
10216
|
-
* The following operations are complete before you call this operation:
|
|
10217
|
-
* * Create a standard GA instance. For more information, see [CreateAccelerator](~~206786~~).
|
|
10218
|
-
* * Associate a bandwidth plan with the standard GA instance. For more information, see [BandwidthPackageAddAccelerator](~~153239~~).
|
|
10219
|
-
* * 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.
|
|
10220
|
-
* * 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~~).
|
|
10221
|
-
* * Create an endpoint group for the custom routing listener. For more information, see [CreateCustomRoutingEndpointGroups](~~449363~~).
|
|
10362
|
+
* readAndWrite
|
|
10222
10363
|
*
|
|
10223
10364
|
* @param request CreateCustomRoutingEndpointsRequest
|
|
10224
10365
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -10226,19 +10367,7 @@ export default class Client extends OpenApi {
|
|
|
10226
10367
|
*/
|
|
10227
10368
|
createCustomRoutingEndpointsWithOptions(request: CreateCustomRoutingEndpointsRequest, runtime: $Util.RuntimeOptions): Promise<CreateCustomRoutingEndpointsResponse>;
|
|
10228
10369
|
/**
|
|
10229
|
-
*
|
|
10230
|
-
* This operation is used to create endpoints for custom routing listeners. When you call this operation, take note of the following items:
|
|
10231
|
-
* * **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.
|
|
10232
|
-
* * 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.
|
|
10233
|
-
* * If the endpoint group is in the **active** state, it indicates that endpoints are created.
|
|
10234
|
-
* * The **CreateCustomRoutingEndpoints** operation cannot be called repeatedly for the same GA instance within a specific period of time.
|
|
10235
|
-
* ### Prerequisites
|
|
10236
|
-
* The following operations are complete before you call this operation:
|
|
10237
|
-
* * Create a standard GA instance. For more information, see [CreateAccelerator](~~206786~~).
|
|
10238
|
-
* * Associate a bandwidth plan with the standard GA instance. For more information, see [BandwidthPackageAddAccelerator](~~153239~~).
|
|
10239
|
-
* * 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.
|
|
10240
|
-
* * 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~~).
|
|
10241
|
-
* * Create an endpoint group for the custom routing listener. For more information, see [CreateCustomRoutingEndpointGroups](~~449363~~).
|
|
10370
|
+
* readAndWrite
|
|
10242
10371
|
*
|
|
10243
10372
|
* @param request CreateCustomRoutingEndpointsRequest
|
|
10244
10373
|
* @return CreateCustomRoutingEndpointsResponse
|
|
@@ -10335,11 +10464,10 @@ export default class Client extends OpenApi {
|
|
|
10335
10464
|
*/
|
|
10336
10465
|
createForwardingRules(request: CreateForwardingRulesRequest): Promise<CreateForwardingRulesResponse>;
|
|
10337
10466
|
/**
|
|
10338
|
-
*
|
|
10339
|
-
* * **CreateIpSets** is an asynchronous operation. After you send a request, the system returns a request ID and runs the task in the background. You can call the [DescribeIpSet](~~153246~~) operation to query the status of acceleration regions.
|
|
10467
|
+
* * **CreateIpSets** is an asynchronous operation. After you send a request, the system returns a request ID and runs the task in the background. You can call the [DescribeIpSet](~~153246~~) operation to query the status of the task.
|
|
10340
10468
|
* * If acceleration regions are in the **init** state, it indicates that the acceleration regions are being created. In this case, you can perform only query operations.
|
|
10341
10469
|
* * If acceleration regions are in the **active** state, it indicates that the acceleration regions are created.
|
|
10342
|
-
* *
|
|
10470
|
+
* * You cannot call the **CreateIpSets** operation again on the same GA instance before the previous operation is completed.
|
|
10343
10471
|
*
|
|
10344
10472
|
* @param request CreateIpSetsRequest
|
|
10345
10473
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -10347,11 +10475,10 @@ export default class Client extends OpenApi {
|
|
|
10347
10475
|
*/
|
|
10348
10476
|
createIpSetsWithOptions(request: CreateIpSetsRequest, runtime: $Util.RuntimeOptions): Promise<CreateIpSetsResponse>;
|
|
10349
10477
|
/**
|
|
10350
|
-
*
|
|
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.
|
|
10478
|
+
* * **CreateIpSets** is an asynchronous operation. After you send a request, the system returns a request ID and runs the task in the background. You can call the [DescribeIpSet](~~153246~~) operation to query the status of the task.
|
|
10352
10479
|
* * If acceleration regions are in the **init** state, it indicates that the acceleration regions are being created. In this case, you can perform only query operations.
|
|
10353
10480
|
* * If acceleration regions are in the **active** state, it indicates that the acceleration regions are created.
|
|
10354
|
-
* *
|
|
10481
|
+
* * You cannot call the **CreateIpSets** operation again on the same GA instance before the previous operation is completed.
|
|
10355
10482
|
*
|
|
10356
10483
|
* @param request CreateIpSetsRequest
|
|
10357
10484
|
* @return CreateIpSetsResponse
|
|
@@ -10405,9 +10532,9 @@ export default class Client extends OpenApi {
|
|
|
10405
10532
|
createSpareIps(request: CreateSpareIpsRequest): Promise<CreateSpareIpsResponse>;
|
|
10406
10533
|
/**
|
|
10407
10534
|
* * Subscription GA instances cannot be deleted.
|
|
10408
|
-
* * 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~~).
|
|
10409
|
-
* * **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
|
|
10410
|
-
* * If the GA instance is in the **deleting** state,
|
|
10535
|
+
* * GA instances that have bandwidth plans associated cannot be deleted. To delete such GA instances, disassociate the bandwidth plans first. For information about how to disassociate a bandwidth plan from a GA instance, see [BandwidthPackageRemoveAccelerator](~~153240~~).
|
|
10536
|
+
* * **DeleteAccelerator** is an asynchronous operation. After you send a request, the system returns a request ID, but the operation is still being performed in the system background. You can use the [DescribeAccelerator](~~153235~~) operation to query the state of a GA instance.
|
|
10537
|
+
* * If the GA instance is in the **deleting** state, the GA instance is being deleted. In this case, you can perform only query operations.
|
|
10411
10538
|
* * If the GA instance cannot be queried, it indicates that the GA instance is deleted.
|
|
10412
10539
|
*
|
|
10413
10540
|
* @param request DeleteAcceleratorRequest
|
|
@@ -10417,9 +10544,9 @@ export default class Client extends OpenApi {
|
|
|
10417
10544
|
deleteAcceleratorWithOptions(request: DeleteAcceleratorRequest, runtime: $Util.RuntimeOptions): Promise<DeleteAcceleratorResponse>;
|
|
10418
10545
|
/**
|
|
10419
10546
|
* * 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
|
|
10422
|
-
* * If the GA instance is in the **deleting** state,
|
|
10547
|
+
* * GA instances that have bandwidth plans associated cannot be deleted. To delete such GA instances, disassociate the bandwidth plans first. For information about how to disassociate a bandwidth plan from a GA instance, see [BandwidthPackageRemoveAccelerator](~~153240~~).
|
|
10548
|
+
* * **DeleteAccelerator** is an asynchronous operation. After you send a request, the system returns a request ID, but the operation is still being performed in the system background. You can use the [DescribeAccelerator](~~153235~~) operation to query the state of a GA instance.
|
|
10549
|
+
* * If the GA instance is in the **deleting** state, the GA instance is being deleted. In this case, you can perform only query operations.
|
|
10423
10550
|
* * If the GA instance cannot be queried, it indicates that the GA instance is deleted.
|
|
10424
10551
|
*
|
|
10425
10552
|
* @param request DeleteAcceleratorRequest
|
|
@@ -10471,7 +10598,7 @@ export default class Client extends OpenApi {
|
|
|
10471
10598
|
/**
|
|
10472
10599
|
* * By default, subscription bandwidth plans cannot be deleted. If you want to delete subscription bandwidth plans, contact your account manager.
|
|
10473
10600
|
* * Bandwidth plans that are associated with Global Accelerator (GA) instances cannot be deleted. Before you can delete a bandwidth plan that is associated with a GA instance, you must disassociate the bandwidth plan from the GA instance. For information about how to disassociate a bandwidth plan from a GA instance, see [BandwidthPackageRemoveAccelerator](~~153240~~).
|
|
10474
|
-
* * **DeleteBandwidthPackage** is an asynchronous operation. After
|
|
10601
|
+
* * **DeleteBandwidthPackage** is an asynchronous operation. After a request is sent, the system returns a request ID and runs the task in the background. You can call the [DescribeBandwidthPackage](~~153241~~) operation to query the status of the task.
|
|
10475
10602
|
* * If the bandwidth plan is in the **deleting** state, it indicates that the bandwidth plan is being deleted. In this case, you can perform only query operations.
|
|
10476
10603
|
* * If the bandwidth plan cannot be found, it indicates that the bandwidth plan is deleted.
|
|
10477
10604
|
* * The **DeleteBandwidthPackage** operation cannot be called repeatedly for the same bandwidth plan within a specific period of time.
|
|
@@ -10484,7 +10611,7 @@ export default class Client extends OpenApi {
|
|
|
10484
10611
|
/**
|
|
10485
10612
|
* * By default, subscription bandwidth plans cannot be deleted. If you want to delete subscription bandwidth plans, contact your account manager.
|
|
10486
10613
|
* * Bandwidth plans that are associated with Global Accelerator (GA) instances cannot be deleted. Before you can delete a bandwidth plan that is associated with a GA instance, you must disassociate the bandwidth plan from the GA instance. For information about how to disassociate a bandwidth plan from a GA instance, see [BandwidthPackageRemoveAccelerator](~~153240~~).
|
|
10487
|
-
* * **DeleteBandwidthPackage** is an asynchronous operation. After
|
|
10614
|
+
* * **DeleteBandwidthPackage** is an asynchronous operation. After a request is sent, the system returns a request ID and runs the task in the background. You can call the [DescribeBandwidthPackage](~~153241~~) operation to query the status of the task.
|
|
10488
10615
|
* * If the bandwidth plan is in the **deleting** state, it indicates that the bandwidth plan is being deleted. In this case, you can perform only query operations.
|
|
10489
10616
|
* * If the bandwidth plan cannot be found, it indicates that the bandwidth plan is deleted.
|
|
10490
10617
|
* * The **DeleteBandwidthPackage** operation cannot be called repeatedly for the same bandwidth plan within a specific period of time.
|
|
@@ -10597,10 +10724,10 @@ export default class Client extends OpenApi {
|
|
|
10597
10724
|
*/
|
|
10598
10725
|
deleteBasicEndpointGroup(request: DeleteBasicEndpointGroupRequest): Promise<DeleteBasicEndpointGroupResponse>;
|
|
10599
10726
|
/**
|
|
10600
|
-
* *
|
|
10727
|
+
* * \\*\\*DeleteBasicIpSet\\*\\* is an asynchronous operation. After you send a request, the system returns a request ID and runs the task in the background. You can call the [GetBasicIpSet](~~362987~~) operation to query the status of an acceleration region:
|
|
10601
10728
|
* * If the acceleration region is in the **deleting** state, it indicates that the acceleration region is being deleted. In this case, you can perform only query operations.
|
|
10602
10729
|
* * If the information of the acceleration region is not displayed in the response, it indicates that the acceleration region is deleted.
|
|
10603
|
-
* * The
|
|
10730
|
+
* * The \\*\\*DeleteBasicIpSet\\*\\* operation cannot be called repeatedly for the same basic GA instance within a specific period of time.
|
|
10604
10731
|
*
|
|
10605
10732
|
* @param request DeleteBasicIpSetRequest
|
|
10606
10733
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -10608,21 +10735,20 @@ export default class Client extends OpenApi {
|
|
|
10608
10735
|
*/
|
|
10609
10736
|
deleteBasicIpSetWithOptions(request: DeleteBasicIpSetRequest, runtime: $Util.RuntimeOptions): Promise<DeleteBasicIpSetResponse>;
|
|
10610
10737
|
/**
|
|
10611
|
-
* *
|
|
10738
|
+
* * \\*\\*DeleteBasicIpSet\\*\\* is an asynchronous operation. After you send a request, the system returns a request ID and runs the task in the background. You can call the [GetBasicIpSet](~~362987~~) operation to query the status of an acceleration region:
|
|
10612
10739
|
* * If the acceleration region is in the **deleting** state, it indicates that the acceleration region is being deleted. In this case, you can perform only query operations.
|
|
10613
10740
|
* * If the information of the acceleration region is not displayed in the response, it indicates that the acceleration region is deleted.
|
|
10614
|
-
* * The
|
|
10741
|
+
* * The \\*\\*DeleteBasicIpSet\\*\\* operation cannot be called repeatedly for the same basic GA instance within a specific period of time.
|
|
10615
10742
|
*
|
|
10616
10743
|
* @param request DeleteBasicIpSetRequest
|
|
10617
10744
|
* @return DeleteBasicIpSetResponse
|
|
10618
10745
|
*/
|
|
10619
10746
|
deleteBasicIpSet(request: DeleteBasicIpSetRequest): Promise<DeleteBasicIpSetResponse>;
|
|
10620
10747
|
/**
|
|
10621
|
-
*
|
|
10622
|
-
* * **DeleteCustomRoutingEndpointGroupDestinations** is an asynchronous operation. After you send a request, the system returns a request ID and runs the task in the background. You can call the [DescribeCustomRoutingEndpointGroup](~~449373~~) to query the status of an endpoint group and verify whether mappings are deleted from the endpoint group.
|
|
10748
|
+
* * **DeleteCustomRoutingEndpointGroupDestinations** is an asynchronous operation. After a request is sent, the system returns a request ID and runs the task in the background. You can call the [DescribeCustomRoutingEndpointGroup](~~449373~~) to query the status of the task.
|
|
10623
10749
|
* * If the endpoint group is in the **updating** state, it indicates that mappings are being deleted from the endpoint group. In this case, you can perform only query operations.
|
|
10624
|
-
* * 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
|
|
10625
|
-
* *
|
|
10750
|
+
* * If the endpoint group is in the **active** state and no information about the mappings that you want to delete is found in the response when you call the [DescribeCustomRoutingEndpointGroupDestinations](~~449378~~) operation, it indicates the mappings are deleted from the endpoint group.
|
|
10751
|
+
* * You cannot call the **DeleteCustomRoutingEndpointGroupDestinations** operation again on the same Global Accelerator (GA) instance before the previous request is completed.
|
|
10626
10752
|
*
|
|
10627
10753
|
* @param request DeleteCustomRoutingEndpointGroupDestinationsRequest
|
|
10628
10754
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -10630,11 +10756,10 @@ export default class Client extends OpenApi {
|
|
|
10630
10756
|
*/
|
|
10631
10757
|
deleteCustomRoutingEndpointGroupDestinationsWithOptions(request: DeleteCustomRoutingEndpointGroupDestinationsRequest, runtime: $Util.RuntimeOptions): Promise<DeleteCustomRoutingEndpointGroupDestinationsResponse>;
|
|
10632
10758
|
/**
|
|
10633
|
-
*
|
|
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.
|
|
10759
|
+
* * **DeleteCustomRoutingEndpointGroupDestinations** is an asynchronous operation. After a request is sent, the system returns a request ID and runs the task in the background. You can call the [DescribeCustomRoutingEndpointGroup](~~449373~~) to query the status of the task.
|
|
10635
10760
|
* * If the endpoint group is in the **updating** state, it indicates that mappings are being deleted from the endpoint group. In this case, you can perform only query operations.
|
|
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
|
|
10637
|
-
* *
|
|
10761
|
+
* * If the endpoint group is in the **active** state and no information about the mappings that you want to delete is found in the response when you call the [DescribeCustomRoutingEndpointGroupDestinations](~~449378~~) operation, it indicates the mappings are deleted from the endpoint group.
|
|
10762
|
+
* * You cannot call the **DeleteCustomRoutingEndpointGroupDestinations** operation again on the same Global Accelerator (GA) instance before the previous request is completed.
|
|
10638
10763
|
*
|
|
10639
10764
|
* @param request DeleteCustomRoutingEndpointGroupDestinationsRequest
|
|
10640
10765
|
* @return DeleteCustomRoutingEndpointGroupDestinationsResponse
|
|
@@ -10683,11 +10808,10 @@ export default class Client extends OpenApi {
|
|
|
10683
10808
|
*/
|
|
10684
10809
|
deleteCustomRoutingEndpointTrafficPolicies(request: DeleteCustomRoutingEndpointTrafficPoliciesRequest): Promise<DeleteCustomRoutingEndpointTrafficPoliciesResponse>;
|
|
10685
10810
|
/**
|
|
10686
|
-
*
|
|
10687
|
-
*
|
|
10688
|
-
* * If an endpoint group is in the **
|
|
10689
|
-
*
|
|
10690
|
-
* * You cannot repeatedly call the **DeleteCustomRoutingEndpoints** operation for the same Global Accelerator (GA) instance within the specified period of time.
|
|
10811
|
+
* * **DeleteCustomRoutingEndpoints** is an asynchronous operation. After a request is sent, the system returns a request ID and runs the task in the background. You can call the [DescribeCustomRoutingEndpointGroup](~~449373~~) to query the status of the task.
|
|
10812
|
+
* * If an endpoint group is in the **updating** state, the endpoint is being deleted. In this case, you can perform only query operations.
|
|
10813
|
+
* * If an endpoint group is in the **active** state and the endpoint cannot be found after you call the [DescribeCustomRoutingEndpoint](~~449386~~) operation, the endpoint is deleted.
|
|
10814
|
+
* * You cannot call the **DeleteCustomRoutingEndpoints** operation again on the same Global Accelerator (GA) instance before the previous task is completed.
|
|
10691
10815
|
*
|
|
10692
10816
|
* @param request DeleteCustomRoutingEndpointsRequest
|
|
10693
10817
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -10695,11 +10819,10 @@ export default class Client extends OpenApi {
|
|
|
10695
10819
|
*/
|
|
10696
10820
|
deleteCustomRoutingEndpointsWithOptions(request: DeleteCustomRoutingEndpointsRequest, runtime: $Util.RuntimeOptions): Promise<DeleteCustomRoutingEndpointsResponse>;
|
|
10697
10821
|
/**
|
|
10698
|
-
*
|
|
10699
|
-
*
|
|
10700
|
-
* * If an endpoint group is in the **
|
|
10701
|
-
*
|
|
10702
|
-
* * You cannot repeatedly call the **DeleteCustomRoutingEndpoints** operation for the same Global Accelerator (GA) instance within the specified period of time.
|
|
10822
|
+
* * **DeleteCustomRoutingEndpoints** is an asynchronous operation. After a request is sent, the system returns a request ID and runs the task in the background. You can call the [DescribeCustomRoutingEndpointGroup](~~449373~~) to query the status of the task.
|
|
10823
|
+
* * If an endpoint group is in the **updating** state, the endpoint is being deleted. In this case, you can perform only query operations.
|
|
10824
|
+
* * If an endpoint group is in the **active** state and the endpoint cannot be found after you call the [DescribeCustomRoutingEndpoint](~~449386~~) operation, the endpoint is deleted.
|
|
10825
|
+
* * You cannot call the **DeleteCustomRoutingEndpoints** operation again on the same Global Accelerator (GA) instance before the previous task is completed.
|
|
10703
10826
|
*
|
|
10704
10827
|
* @param request DeleteCustomRoutingEndpointsRequest
|
|
10705
10828
|
* @return DeleteCustomRoutingEndpointsResponse
|
|
@@ -10742,9 +10865,9 @@ export default class Client extends OpenApi {
|
|
|
10742
10865
|
*/
|
|
10743
10866
|
deleteEndpointGroup(request: DeleteEndpointGroupRequest): Promise<DeleteEndpointGroupResponse>;
|
|
10744
10867
|
/**
|
|
10745
|
-
* * **DeleteEndpointGroups** is an asynchronous operation. After
|
|
10746
|
-
* * If
|
|
10747
|
-
* * If
|
|
10868
|
+
* * **DeleteEndpointGroups** is an asynchronous operation. After a request is sent, the system returns a request ID and runs the task in the background. You can call the [DescribeEndpointGroup](~~153260~~) operation to query the status of the task.
|
|
10869
|
+
* * If an endpoint group is in the **deleting** state, the endpoint group is being deleted. In this case, you can perform only query operations.
|
|
10870
|
+
* * If an endpoint group cannot be queried, the endpoint group is deleted.
|
|
10748
10871
|
* * The **DeleteEndpointGroups** operation cannot be repeatedly called for the same Global Accelerator (GA) instance within a specific period of time.
|
|
10749
10872
|
*
|
|
10750
10873
|
* @param request DeleteEndpointGroupsRequest
|
|
@@ -10753,9 +10876,9 @@ export default class Client extends OpenApi {
|
|
|
10753
10876
|
*/
|
|
10754
10877
|
deleteEndpointGroupsWithOptions(request: DeleteEndpointGroupsRequest, runtime: $Util.RuntimeOptions): Promise<DeleteEndpointGroupsResponse>;
|
|
10755
10878
|
/**
|
|
10756
|
-
* * **DeleteEndpointGroups** is an asynchronous operation. After
|
|
10757
|
-
* * If
|
|
10758
|
-
* * If
|
|
10879
|
+
* * **DeleteEndpointGroups** is an asynchronous operation. After a request is sent, the system returns a request ID and runs the task in the background. You can call the [DescribeEndpointGroup](~~153260~~) operation to query the status of the task.
|
|
10880
|
+
* * If an endpoint group is in the **deleting** state, the endpoint group is being deleted. In this case, you can perform only query operations.
|
|
10881
|
+
* * If an endpoint group cannot be queried, the endpoint group is deleted.
|
|
10759
10882
|
* * The **DeleteEndpointGroups** operation cannot be repeatedly called for the same Global Accelerator (GA) instance within a specific period of time.
|
|
10760
10883
|
*
|
|
10761
10884
|
* @param request DeleteEndpointGroupsRequest
|
|
@@ -10763,9 +10886,9 @@ export default class Client extends OpenApi {
|
|
|
10763
10886
|
*/
|
|
10764
10887
|
deleteEndpointGroups(request: DeleteEndpointGroupsRequest): Promise<DeleteEndpointGroupsResponse>;
|
|
10765
10888
|
/**
|
|
10766
|
-
* * **DeleteForwardingRules** is an asynchronous operation. After
|
|
10767
|
-
* * If
|
|
10768
|
-
* * If
|
|
10889
|
+
* * **DeleteForwardingRules** is an asynchronous operation. After a request is sent, the system returns a request ID and runs the task in the background. You can call the [ListForwardingRules](~~205817~~) operation to query the status of the task.
|
|
10890
|
+
* * If a forwarding rule is in the **deleting** state, the forwarding rule is being deleted. In this case, you can perform only query operations.
|
|
10891
|
+
* * If a forwarding rule cannot be queried, the forwarding rule is deleted.
|
|
10769
10892
|
* * The **DeleteForwardingRules** operation cannot be repeatedly called for the same Global Accelerator (GA) instance within a specific period of time.
|
|
10770
10893
|
*
|
|
10771
10894
|
* @param request DeleteForwardingRulesRequest
|
|
@@ -10774,9 +10897,9 @@ export default class Client extends OpenApi {
|
|
|
10774
10897
|
*/
|
|
10775
10898
|
deleteForwardingRulesWithOptions(request: DeleteForwardingRulesRequest, runtime: $Util.RuntimeOptions): Promise<DeleteForwardingRulesResponse>;
|
|
10776
10899
|
/**
|
|
10777
|
-
* * **DeleteForwardingRules** is an asynchronous operation. After
|
|
10778
|
-
* * If
|
|
10779
|
-
* * If
|
|
10900
|
+
* * **DeleteForwardingRules** is an asynchronous operation. After a request is sent, the system returns a request ID and runs the task in the background. You can call the [ListForwardingRules](~~205817~~) operation to query the status of the task.
|
|
10901
|
+
* * If a forwarding rule is in the **deleting** state, the forwarding rule is being deleted. In this case, you can perform only query operations.
|
|
10902
|
+
* * If a forwarding rule cannot be queried, the forwarding rule is deleted.
|
|
10780
10903
|
* * The **DeleteForwardingRules** operation cannot be repeatedly called for the same Global Accelerator (GA) instance within a specific period of time.
|
|
10781
10904
|
*
|
|
10782
10905
|
* @param request DeleteForwardingRulesRequest
|
|
@@ -10826,8 +10949,8 @@ export default class Client extends OpenApi {
|
|
|
10826
10949
|
*/
|
|
10827
10950
|
deleteIpSets(request: DeleteIpSetsRequest): Promise<DeleteIpSetsResponse>;
|
|
10828
10951
|
/**
|
|
10829
|
-
* * **DeleteListener** is an asynchronous operation. After you send a request, the system returns a request ID
|
|
10830
|
-
* * If the listener is in the **deleting** state, it indicates that the listener is being deleted. In this case, you can perform
|
|
10952
|
+
* * **DeleteListener** is an asynchronous operation. After you send a request, the system returns a request ID and runs the task in the background. You can call the [DescribeListener](~~153254~~) operation to query the state of the listener.
|
|
10953
|
+
* * If the listener is in the **deleting** state, it indicates that the listener is being deleted. In this case, you can continue to perform query operations on the listener.
|
|
10831
10954
|
* * If the listener cannot be queried, it indicates that the listener is deleted.
|
|
10832
10955
|
* * The **DeleteListener** operation cannot be repeatedly called to delete listeners for the same Global Accelerator (GA) instance within a specific period of time.
|
|
10833
10956
|
*
|
|
@@ -10837,8 +10960,8 @@ export default class Client extends OpenApi {
|
|
|
10837
10960
|
*/
|
|
10838
10961
|
deleteListenerWithOptions(request: DeleteListenerRequest, runtime: $Util.RuntimeOptions): Promise<DeleteListenerResponse>;
|
|
10839
10962
|
/**
|
|
10840
|
-
* * **DeleteListener** is an asynchronous operation. After you send a request, the system returns a request ID
|
|
10841
|
-
* * If the listener is in the **deleting** state, it indicates that the listener is being deleted. In this case, you can perform
|
|
10963
|
+
* * **DeleteListener** is an asynchronous operation. After you send a request, the system returns a request ID and runs the task in the background. You can call the [DescribeListener](~~153254~~) operation to query the state of the listener.
|
|
10964
|
+
* * If the listener is in the **deleting** state, it indicates that the listener is being deleted. In this case, you can continue to perform query operations on the listener.
|
|
10842
10965
|
* * If the listener cannot be queried, it indicates that the listener is deleted.
|
|
10843
10966
|
* * The **DeleteListener** operation cannot be repeatedly called to delete listeners for the same Global Accelerator (GA) instance within a specific period of time.
|
|
10844
10967
|
*
|
|
@@ -10871,6 +10994,8 @@ export default class Client extends OpenApi {
|
|
|
10871
10994
|
describeAccelerator(request: DescribeAcceleratorRequest): Promise<DescribeAcceleratorResponse>;
|
|
10872
10995
|
describeAcceleratorAutoRenewAttributeWithOptions(request: DescribeAcceleratorAutoRenewAttributeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAcceleratorAutoRenewAttributeResponse>;
|
|
10873
10996
|
describeAcceleratorAutoRenewAttribute(request: DescribeAcceleratorAutoRenewAttributeRequest): Promise<DescribeAcceleratorAutoRenewAttributeResponse>;
|
|
10997
|
+
describeAcceleratorServiceStatusWithOptions(request: DescribeAcceleratorServiceStatusRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAcceleratorServiceStatusResponse>;
|
|
10998
|
+
describeAcceleratorServiceStatus(request: DescribeAcceleratorServiceStatusRequest): Promise<DescribeAcceleratorServiceStatusResponse>;
|
|
10874
10999
|
describeApplicationMonitorWithOptions(request: DescribeApplicationMonitorRequest, runtime: $Util.RuntimeOptions): Promise<DescribeApplicationMonitorResponse>;
|
|
10875
11000
|
describeApplicationMonitor(request: DescribeApplicationMonitorRequest): Promise<DescribeApplicationMonitorResponse>;
|
|
10876
11001
|
describeBandwidthPackageWithOptions(request: DescribeBandwidthPackageRequest, runtime: $Util.RuntimeOptions): Promise<DescribeBandwidthPackageResponse>;
|
|
@@ -11096,6 +11221,8 @@ export default class Client extends OpenApi {
|
|
|
11096
11221
|
listCustomRoutingPortMappingsByDestination(request: ListCustomRoutingPortMappingsByDestinationRequest): Promise<ListCustomRoutingPortMappingsByDestinationResponse>;
|
|
11097
11222
|
listDomainsWithOptions(request: ListDomainsRequest, runtime: $Util.RuntimeOptions): Promise<ListDomainsResponse>;
|
|
11098
11223
|
listDomains(request: ListDomainsRequest): Promise<ListDomainsResponse>;
|
|
11224
|
+
listEndpointGroupIpAddressCidrBlocksWithOptions(request: ListEndpointGroupIpAddressCidrBlocksRequest, runtime: $Util.RuntimeOptions): Promise<ListEndpointGroupIpAddressCidrBlocksResponse>;
|
|
11225
|
+
listEndpointGroupIpAddressCidrBlocks(request: ListEndpointGroupIpAddressCidrBlocksRequest): Promise<ListEndpointGroupIpAddressCidrBlocksResponse>;
|
|
11099
11226
|
listEndpointGroupsWithOptions(request: ListEndpointGroupsRequest, runtime: $Util.RuntimeOptions): Promise<ListEndpointGroupsResponse>;
|
|
11100
11227
|
listEndpointGroups(request: ListEndpointGroupsRequest): Promise<ListEndpointGroupsResponse>;
|
|
11101
11228
|
/**
|
|
@@ -11172,11 +11299,12 @@ export default class Client extends OpenApi {
|
|
|
11172
11299
|
* @return ListTagResourcesResponse
|
|
11173
11300
|
*/
|
|
11174
11301
|
listTagResources(request: ListTagResourcesRequest): Promise<ListTagResourcesResponse>;
|
|
11302
|
+
openAcceleratorServiceWithOptions(request: OpenAcceleratorServiceRequest, runtime: $Util.RuntimeOptions): Promise<OpenAcceleratorServiceResponse>;
|
|
11303
|
+
openAcceleratorService(request: OpenAcceleratorServiceRequest): Promise<OpenAcceleratorServiceResponse>;
|
|
11304
|
+
queryCrossBorderApprovalStatusWithOptions(request: QueryCrossBorderApprovalStatusRequest, runtime: $Util.RuntimeOptions): Promise<QueryCrossBorderApprovalStatusResponse>;
|
|
11305
|
+
queryCrossBorderApprovalStatus(request: QueryCrossBorderApprovalStatusRequest): Promise<QueryCrossBorderApprovalStatusResponse>;
|
|
11175
11306
|
/**
|
|
11176
|
-
*
|
|
11177
|
-
* * If an ACL is in the **configuring** state, the IP entries are being deleted. In this case, you can perform only query operations.
|
|
11178
|
-
* * If an ACL is in the **active** state, the IP entries are deleted.
|
|
11179
|
-
* * You cannot repeatedly call the **RemoveEntriesFromAcl** operation for the same Global Accelerator (GA) instance within the specified period of time.
|
|
11307
|
+
* The operation that you want to perform. Set the value to **RemoveEntriesFromAcl**.
|
|
11180
11308
|
*
|
|
11181
11309
|
* @param request RemoveEntriesFromAclRequest
|
|
11182
11310
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -11184,10 +11312,7 @@ export default class Client extends OpenApi {
|
|
|
11184
11312
|
*/
|
|
11185
11313
|
removeEntriesFromAclWithOptions(request: RemoveEntriesFromAclRequest, runtime: $Util.RuntimeOptions): Promise<RemoveEntriesFromAclResponse>;
|
|
11186
11314
|
/**
|
|
11187
|
-
*
|
|
11188
|
-
* * If an ACL is in the **configuring** state, the IP entries are being deleted. In this case, you can perform only query operations.
|
|
11189
|
-
* * If an ACL is in the **active** state, the IP entries are deleted.
|
|
11190
|
-
* * You cannot repeatedly call the **RemoveEntriesFromAcl** operation for the same Global Accelerator (GA) instance within the specified period of time.
|
|
11315
|
+
* The operation that you want to perform. Set the value to **RemoveEntriesFromAcl**.
|
|
11191
11316
|
*
|
|
11192
11317
|
* @param request RemoveEntriesFromAclRequest
|
|
11193
11318
|
* @return RemoveEntriesFromAclResponse
|
|
@@ -11274,8 +11399,8 @@ export default class Client extends OpenApi {
|
|
|
11274
11399
|
*/
|
|
11275
11400
|
updateAcceleratorAutoRenewAttribute(request: UpdateAcceleratorAutoRenewAttributeRequest): Promise<UpdateAcceleratorAutoRenewAttributeResponse>;
|
|
11276
11401
|
/**
|
|
11277
|
-
* After you modify the specification of a GA instance, you must confirm the modification. The **UpdateAcceleratorConfirm** operation is used to confirm the specification
|
|
11278
|
-
* * **UpdateAcceleratorConfirm** is an asynchronous operation. After you send a request, the system returns a request ID
|
|
11402
|
+
* After you modify the specification of a GA instance, you must confirm the modification. The **UpdateAcceleratorConfirm** operation is used to confirm the specification of a GA instance that is modified. When you call this operation to confirm the specification of a GA instance, take note of the following items:
|
|
11403
|
+
* * **UpdateAcceleratorConfirm** is an asynchronous operation. After you send a request, the system returns a request ID and runs the task in the background. You can call the [DescribeAccelerator](~~153235~~) operation to query the status of a GA instance.
|
|
11279
11404
|
* * If the GA instance is in the **configuring** state, it indicates that the specification of the instance is being modified. In this case, you can perform only query operations.
|
|
11280
11405
|
* * If the GA instance is in the **active** state, it indicates that the specification of the instance is modified.
|
|
11281
11406
|
* * The **UpdateAcceleratorConfirm** operation cannot be called repeatedly for the same GA instance within a specific period of time.
|
|
@@ -11286,8 +11411,8 @@ export default class Client extends OpenApi {
|
|
|
11286
11411
|
*/
|
|
11287
11412
|
updateAcceleratorConfirmWithOptions(request: UpdateAcceleratorConfirmRequest, runtime: $Util.RuntimeOptions): Promise<UpdateAcceleratorConfirmResponse>;
|
|
11288
11413
|
/**
|
|
11289
|
-
* After you modify the specification of a GA instance, you must confirm the modification. The **UpdateAcceleratorConfirm** operation is used to confirm the specification
|
|
11290
|
-
* * **UpdateAcceleratorConfirm** is an asynchronous operation. After you send a request, the system returns a request ID
|
|
11414
|
+
* After you modify the specification of a GA instance, you must confirm the modification. The **UpdateAcceleratorConfirm** operation is used to confirm the specification of a GA instance that is modified. When you call this operation to confirm the specification of a GA instance, take note of the following items:
|
|
11415
|
+
* * **UpdateAcceleratorConfirm** is an asynchronous operation. After you send a request, the system returns a request ID and runs the task in the background. You can call the [DescribeAccelerator](~~153235~~) operation to query the status of a GA instance.
|
|
11291
11416
|
* * If the GA instance is in the **configuring** state, it indicates that the specification of the instance is being modified. In this case, you can perform only query operations.
|
|
11292
11417
|
* * If the GA instance is in the **active** state, it indicates that the specification of the instance is modified.
|
|
11293
11418
|
* * The **UpdateAcceleratorConfirm** operation cannot be called repeatedly for the same GA instance within a specific period of time.
|
|
@@ -11296,16 +11421,35 @@ export default class Client extends OpenApi {
|
|
|
11296
11421
|
* @return UpdateAcceleratorConfirmResponse
|
|
11297
11422
|
*/
|
|
11298
11423
|
updateAcceleratorConfirm(request: UpdateAcceleratorConfirmRequest): Promise<UpdateAcceleratorConfirmResponse>;
|
|
11424
|
+
/**
|
|
11425
|
+
* ### Prerequisites
|
|
11426
|
+
* You can call this operation to change the type of transmission network for a **standard** GA instance whose bandwidth metering method is **pay-by-data-transfer**. Before you call this operation, make sure that the following requirements are met:
|
|
11427
|
+
* * Cloud Data Transfer (CDT) is activated. When you call the [CreateAccelerator](~~206786~~) operation and set **BandwidthBillingType** to **CDT** to create a **standard** GA instance whose bandwidth metering method is **pay-by-data-transfer**, CDT is automatically activated. The data transfer fees are managed by CDT.
|
|
11428
|
+
* * If you want to set **CrossBorderMode** to **private**, which specifies cross-border Express Connect circuit as the type of transmission network, make sure that your enterprise account completed real-name verification. For more information, see [Real-name verification](~~52595~~).
|
|
11429
|
+
*
|
|
11430
|
+
* @param request UpdateAcceleratorCrossBorderModeRequest
|
|
11431
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
11432
|
+
* @return UpdateAcceleratorCrossBorderModeResponse
|
|
11433
|
+
*/
|
|
11299
11434
|
updateAcceleratorCrossBorderModeWithOptions(request: UpdateAcceleratorCrossBorderModeRequest, runtime: $Util.RuntimeOptions): Promise<UpdateAcceleratorCrossBorderModeResponse>;
|
|
11435
|
+
/**
|
|
11436
|
+
* ### Prerequisites
|
|
11437
|
+
* You can call this operation to change the type of transmission network for a **standard** GA instance whose bandwidth metering method is **pay-by-data-transfer**. Before you call this operation, make sure that the following requirements are met:
|
|
11438
|
+
* * Cloud Data Transfer (CDT) is activated. When you call the [CreateAccelerator](~~206786~~) operation and set **BandwidthBillingType** to **CDT** to create a **standard** GA instance whose bandwidth metering method is **pay-by-data-transfer**, CDT is automatically activated. The data transfer fees are managed by CDT.
|
|
11439
|
+
* * If you want to set **CrossBorderMode** to **private**, which specifies cross-border Express Connect circuit as the type of transmission network, make sure that your enterprise account completed real-name verification. For more information, see [Real-name verification](~~52595~~).
|
|
11440
|
+
*
|
|
11441
|
+
* @param request UpdateAcceleratorCrossBorderModeRequest
|
|
11442
|
+
* @return UpdateAcceleratorCrossBorderModeResponse
|
|
11443
|
+
*/
|
|
11300
11444
|
updateAcceleratorCrossBorderMode(request: UpdateAcceleratorCrossBorderModeRequest): Promise<UpdateAcceleratorCrossBorderModeResponse>;
|
|
11301
11445
|
updateAclAttributeWithOptions(request: UpdateAclAttributeRequest, runtime: $Util.RuntimeOptions): Promise<UpdateAclAttributeResponse>;
|
|
11302
11446
|
updateAclAttribute(request: UpdateAclAttributeRequest): Promise<UpdateAclAttributeResponse>;
|
|
11303
11447
|
/**
|
|
11304
|
-
* The UpdateAdditionalCertificateWithListener operation is used to replace an additional certificate. You can
|
|
11305
|
-
* * **UpdateAdditionalCertificateWithListener** 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
|
|
11306
|
-
* * If the certificate that you want to replace is in the **updating** state, it
|
|
11448
|
+
* The UpdateAdditionalCertificateWithListener operation is used to replace an additional certificate. You can use this operation when you want to replace an expired additional certificate with a new additional certificate without changing the associated domain name.
|
|
11449
|
+
* * **UpdateAdditionalCertificateWithListener** 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 [ListListenerCertificates](~~307743~~) operation to query the state of the additional certificate that is associated with an HTTP listener:
|
|
11450
|
+
* * If the certificate that you want to replace is in the **updating** state, it is being replaced for the HTTP listener. In this case, you can perform only query operations.
|
|
11307
11451
|
* * If the replacement certificate is in the **active** state, it indicates that the replacement operation is complete and the replacement certificate is associated with the HTTP listener.
|
|
11308
|
-
* *
|
|
11452
|
+
* * You cannot perform the **UpdateAdditionalCertificateWithListener** operation again on the same Global Accelerator (GA) instance before the previous operation is complete.
|
|
11309
11453
|
*
|
|
11310
11454
|
* @param request UpdateAdditionalCertificateWithListenerRequest
|
|
11311
11455
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -11313,11 +11457,11 @@ export default class Client extends OpenApi {
|
|
|
11313
11457
|
*/
|
|
11314
11458
|
updateAdditionalCertificateWithListenerWithOptions(request: UpdateAdditionalCertificateWithListenerRequest, runtime: $Util.RuntimeOptions): Promise<UpdateAdditionalCertificateWithListenerResponse>;
|
|
11315
11459
|
/**
|
|
11316
|
-
* The UpdateAdditionalCertificateWithListener operation is used to replace an additional certificate. You can
|
|
11317
|
-
* * **UpdateAdditionalCertificateWithListener** 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
|
|
11318
|
-
* * If the certificate that you want to replace is in the **updating** state, it
|
|
11460
|
+
* The UpdateAdditionalCertificateWithListener operation is used to replace an additional certificate. You can use this operation when you want to replace an expired additional certificate with a new additional certificate without changing the associated domain name.
|
|
11461
|
+
* * **UpdateAdditionalCertificateWithListener** 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 [ListListenerCertificates](~~307743~~) operation to query the state of the additional certificate that is associated with an HTTP listener:
|
|
11462
|
+
* * If the certificate that you want to replace is in the **updating** state, it is being replaced for the HTTP listener. In this case, you can perform only query operations.
|
|
11319
11463
|
* * If the replacement certificate is in the **active** state, it indicates that the replacement operation is complete and the replacement certificate is associated with the HTTP listener.
|
|
11320
|
-
* *
|
|
11464
|
+
* * You cannot perform the **UpdateAdditionalCertificateWithListener** operation again on the same Global Accelerator (GA) instance before the previous operation is complete.
|
|
11321
11465
|
*
|
|
11322
11466
|
* @param request UpdateAdditionalCertificateWithListenerRequest
|
|
11323
11467
|
* @return UpdateAdditionalCertificateWithListenerResponse
|
|
@@ -11358,15 +11502,15 @@ export default class Client extends OpenApi {
|
|
|
11358
11502
|
*/
|
|
11359
11503
|
updateBandwidthPackagaAutoRenewAttribute(request: UpdateBandwidthPackagaAutoRenewAttributeRequest): Promise<UpdateBandwidthPackagaAutoRenewAttributeResponse>;
|
|
11360
11504
|
/**
|
|
11361
|
-
*
|
|
11362
|
-
* * **UpdateBandwidthPackage** is a synchronous operation when
|
|
11363
|
-
* * **UpdateBandwidthPackage** is an asynchronous operation when
|
|
11364
|
-
* * If the parameter
|
|
11365
|
-
* * If the parameter
|
|
11366
|
-
* * **UpdateBandwidthPackage** is an asynchronous operation when
|
|
11367
|
-
* * If the GA instance is in the **configuring** state,
|
|
11368
|
-
* * If the GA instance is in the **active** state,
|
|
11369
|
-
* *
|
|
11505
|
+
* Take note of the following items:
|
|
11506
|
+
* * **UpdateBandwidthPackage** is a synchronous operation when you call the operation to modify the configuration excluding the bandwidth value of a bandwidth plan. The new configuration immediately takes effect after the operation is performed.
|
|
11507
|
+
* * **UpdateBandwidthPackage** is an asynchronous operation when you call the operation to modify the configuration including the bandwidth value of a bandwidth plan that is not associated with a Global Accelerator (GA) instance. After a request is sent, the system returns a request ID and runs the task in the background. You can call the [DescribeBandwidthPackage](~~153241~~) operation to query the status of the task.
|
|
11508
|
+
* * If the parameter values of the bandwidth plan remain unchanged, the bandwidth plan is being modified. In this case, you can perform only query operations.
|
|
11509
|
+
* * If the parameter values of the bandwidth plan are changed, the bandwidth plan is modified.
|
|
11510
|
+
* * **UpdateBandwidthPackage** is an asynchronous operation when you call the operation to modify the configuration including the bandwidth value of a bandwidth plan that is associated with a GA instance. After a request is sent, the system returns a request ID and runs the task in the background. You can call the [DescribeAccelerator](~~153235~~) operation to query the status of the task.
|
|
11511
|
+
* * If the GA instance is in the **configuring** state, the bandwidth plan is being modified. In this case, you can perform only query operations.
|
|
11512
|
+
* * If the GA instance is in the **active** state, the bandwidth plan is modified.
|
|
11513
|
+
* * You cannot repeatedly call the **UpdateBandwidthPackage** operation for the same bandwidth plan within a specific period of time.
|
|
11370
11514
|
*
|
|
11371
11515
|
* @param request UpdateBandwidthPackageRequest
|
|
11372
11516
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -11374,15 +11518,15 @@ export default class Client extends OpenApi {
|
|
|
11374
11518
|
*/
|
|
11375
11519
|
updateBandwidthPackageWithOptions(request: UpdateBandwidthPackageRequest, runtime: $Util.RuntimeOptions): Promise<UpdateBandwidthPackageResponse>;
|
|
11376
11520
|
/**
|
|
11377
|
-
*
|
|
11378
|
-
* * **UpdateBandwidthPackage** is a synchronous operation when
|
|
11379
|
-
* * **UpdateBandwidthPackage** is an asynchronous operation when
|
|
11380
|
-
* * If the parameter
|
|
11381
|
-
* * If the parameter
|
|
11382
|
-
* * **UpdateBandwidthPackage** is an asynchronous operation when
|
|
11383
|
-
* * If the GA instance is in the **configuring** state,
|
|
11384
|
-
* * If the GA instance is in the **active** state,
|
|
11385
|
-
* *
|
|
11521
|
+
* Take note of the following items:
|
|
11522
|
+
* * **UpdateBandwidthPackage** is a synchronous operation when you call the operation to modify the configuration excluding the bandwidth value of a bandwidth plan. The new configuration immediately takes effect after the operation is performed.
|
|
11523
|
+
* * **UpdateBandwidthPackage** is an asynchronous operation when you call the operation to modify the configuration including the bandwidth value of a bandwidth plan that is not associated with a Global Accelerator (GA) instance. After a request is sent, the system returns a request ID and runs the task in the background. You can call the [DescribeBandwidthPackage](~~153241~~) operation to query the status of the task.
|
|
11524
|
+
* * If the parameter values of the bandwidth plan remain unchanged, the bandwidth plan is being modified. In this case, you can perform only query operations.
|
|
11525
|
+
* * If the parameter values of the bandwidth plan are changed, the bandwidth plan is modified.
|
|
11526
|
+
* * **UpdateBandwidthPackage** is an asynchronous operation when you call the operation to modify the configuration including the bandwidth value of a bandwidth plan that is associated with a GA instance. After a request is sent, the system returns a request ID and runs the task in the background. You can call the [DescribeAccelerator](~~153235~~) operation to query the status of the task.
|
|
11527
|
+
* * If the GA instance is in the **configuring** state, the bandwidth plan is being modified. In this case, you can perform only query operations.
|
|
11528
|
+
* * If the GA instance is in the **active** state, the bandwidth plan is modified.
|
|
11529
|
+
* * You cannot repeatedly call the **UpdateBandwidthPackage** operation for the same bandwidth plan within a specific period of time.
|
|
11386
11530
|
*
|
|
11387
11531
|
* @param request UpdateBandwidthPackageRequest
|
|
11388
11532
|
* @return UpdateBandwidthPackageResponse
|
|
@@ -11462,9 +11606,9 @@ export default class Client extends OpenApi {
|
|
|
11462
11606
|
*/
|
|
11463
11607
|
updateCustomRoutingEndpointGroupDestinations(request: UpdateCustomRoutingEndpointGroupDestinationsRequest): Promise<UpdateCustomRoutingEndpointGroupDestinationsResponse>;
|
|
11464
11608
|
/**
|
|
11465
|
-
* * **UpdateCustomRoutingEndpointTrafficPolicies** is an asynchronous operation. After you send a request, the system returns a request ID
|
|
11466
|
-
* * If the endpoint group is in the **updating** state,
|
|
11467
|
-
* * If the endpoint group is in the **active** state,
|
|
11609
|
+
* * **UpdateCustomRoutingEndpointTrafficPolicies** is an asynchronous operation. After you send a request, the system returns a request ID and runs the task in the background. You can call the [DescribeCustomRoutingEndpointGroup](~~449373~~) operation to query the status of the task.
|
|
11610
|
+
* * If the endpoint group is in the **updating** state, traffic policies are being modified for endpoints in the endpoint group. In this case, you can perform only query operations.
|
|
11611
|
+
* * If the endpoint group is in the **active** state, traffic policies are modified for endpoints in the endpoint group.
|
|
11468
11612
|
* * The **UpdateCustomRoutingEndpointTrafficPolicies** operation cannot be repeatedly called for the same Global Accelerator (GA) instance within a specific period of time.
|
|
11469
11613
|
*
|
|
11470
11614
|
* @param request UpdateCustomRoutingEndpointTrafficPoliciesRequest
|
|
@@ -11473,9 +11617,9 @@ export default class Client extends OpenApi {
|
|
|
11473
11617
|
*/
|
|
11474
11618
|
updateCustomRoutingEndpointTrafficPoliciesWithOptions(request: UpdateCustomRoutingEndpointTrafficPoliciesRequest, runtime: $Util.RuntimeOptions): Promise<UpdateCustomRoutingEndpointTrafficPoliciesResponse>;
|
|
11475
11619
|
/**
|
|
11476
|
-
* * **UpdateCustomRoutingEndpointTrafficPolicies** is an asynchronous operation. After you send a request, the system returns a request ID
|
|
11477
|
-
* * If the endpoint group is in the **updating** state,
|
|
11478
|
-
* * If the endpoint group is in the **active** state,
|
|
11620
|
+
* * **UpdateCustomRoutingEndpointTrafficPolicies** is an asynchronous operation. After you send a request, the system returns a request ID and runs the task in the background. You can call the [DescribeCustomRoutingEndpointGroup](~~449373~~) operation to query the status of the task.
|
|
11621
|
+
* * If the endpoint group is in the **updating** state, traffic policies are being modified for endpoints in the endpoint group. In this case, you can perform only query operations.
|
|
11622
|
+
* * If the endpoint group is in the **active** state, traffic policies are modified for endpoints in the endpoint group.
|
|
11479
11623
|
* * The **UpdateCustomRoutingEndpointTrafficPolicies** operation cannot be repeatedly called for the same Global Accelerator (GA) instance within a specific period of time.
|
|
11480
11624
|
*
|
|
11481
11625
|
* @param request UpdateCustomRoutingEndpointTrafficPoliciesRequest
|
|
@@ -11504,9 +11648,8 @@ export default class Client extends OpenApi {
|
|
|
11504
11648
|
*/
|
|
11505
11649
|
updateCustomRoutingEndpoints(request: UpdateCustomRoutingEndpointsRequest): Promise<UpdateCustomRoutingEndpointsResponse>;
|
|
11506
11650
|
/**
|
|
11507
|
-
*
|
|
11508
|
-
* You
|
|
11509
|
-
* You cannot repeatedly call the \\*\\* UpdateDomain\\*\\* operation by using the same Alibaba Cloud account within a specific period of time.
|
|
11651
|
+
* You can call this operation to modify an accelerated domain name. If the new accelerated domain name is hosted in the Chinese mainland, you must obtain an Internet content provider (ICP) number for the domain name.
|
|
11652
|
+
* You cannot call the **UpdateDomain** operation again by using the same Alibaba Cloud account before the previous request is completed.
|
|
11510
11653
|
*
|
|
11511
11654
|
* @param request UpdateDomainRequest
|
|
11512
11655
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -11514,17 +11657,16 @@ export default class Client extends OpenApi {
|
|
|
11514
11657
|
*/
|
|
11515
11658
|
updateDomainWithOptions(request: UpdateDomainRequest, runtime: $Util.RuntimeOptions): Promise<UpdateDomainResponse>;
|
|
11516
11659
|
/**
|
|
11517
|
-
*
|
|
11518
|
-
* You
|
|
11519
|
-
* You cannot repeatedly call the \\*\\* UpdateDomain\\*\\* operation by using the same Alibaba Cloud account within a specific period of time.
|
|
11660
|
+
* You can call this operation to modify an accelerated domain name. If the new accelerated domain name is hosted in the Chinese mainland, you must obtain an Internet content provider (ICP) number for the domain name.
|
|
11661
|
+
* You cannot call the **UpdateDomain** operation again by using the same Alibaba Cloud account before the previous request is completed.
|
|
11520
11662
|
*
|
|
11521
11663
|
* @param request UpdateDomainRequest
|
|
11522
11664
|
* @return UpdateDomainResponse
|
|
11523
11665
|
*/
|
|
11524
11666
|
updateDomain(request: UpdateDomainRequest): Promise<UpdateDomainResponse>;
|
|
11525
11667
|
/**
|
|
11526
|
-
* You can call this operation to
|
|
11527
|
-
*
|
|
11668
|
+
* You can call this operation to query and update the ICP filing status of an accelerated domain name.
|
|
11669
|
+
* The **UpdateDomainState** operation holds an exclusive lock on the GA instance. While the operation is in progress, you cannot call the same operation with the same Alibaba Cloud account.
|
|
11528
11670
|
*
|
|
11529
11671
|
* @param request UpdateDomainStateRequest
|
|
11530
11672
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -11532,8 +11674,8 @@ export default class Client extends OpenApi {
|
|
|
11532
11674
|
*/
|
|
11533
11675
|
updateDomainStateWithOptions(request: UpdateDomainStateRequest, runtime: $Util.RuntimeOptions): Promise<UpdateDomainStateResponse>;
|
|
11534
11676
|
/**
|
|
11535
|
-
* You can call this operation to
|
|
11536
|
-
*
|
|
11677
|
+
* You can call this operation to query and update the ICP filing status of an accelerated domain name.
|
|
11678
|
+
* The **UpdateDomainState** operation holds an exclusive lock on the GA instance. While the operation is in progress, you cannot call the same operation with the same Alibaba Cloud account.
|
|
11537
11679
|
*
|
|
11538
11680
|
* @param request UpdateDomainStateRequest
|
|
11539
11681
|
* @return UpdateDomainStateResponse
|
|
@@ -11605,11 +11747,10 @@ export default class Client extends OpenApi {
|
|
|
11605
11747
|
*/
|
|
11606
11748
|
updateForwardingRules(request: UpdateForwardingRulesRequest): Promise<UpdateForwardingRulesResponse>;
|
|
11607
11749
|
/**
|
|
11608
|
-
* ## Usage notes
|
|
11609
11750
|
* * **UpdateIpSet** is an asynchronous operation. After you send a request, the system returns a request ID and runs the task in the background. You can call the [DescribeIpSet](~~153246~~) operation to query the status of an acceleration region.
|
|
11610
|
-
* * If the acceleration region is in the **updating** state, the acceleration region is being modified. In this case, you can perform
|
|
11611
|
-
* * If the acceleration region is in the **active** state, the acceleration region is modified.
|
|
11612
|
-
* *
|
|
11751
|
+
* * If the acceleration region is in the **updating** state, it indicates that the acceleration region is being modified. In this case, you can continue to perform query operations on the acceleration regions.
|
|
11752
|
+
* * If the acceleration region is in the **active** state, it indicates that the acceleration region is modified.
|
|
11753
|
+
* * You cannot call the **UpdateIpSet** operation again on the same GA instance before the previous operation is complete.
|
|
11613
11754
|
*
|
|
11614
11755
|
* @param request UpdateIpSetRequest
|
|
11615
11756
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -11617,21 +11758,20 @@ export default class Client extends OpenApi {
|
|
|
11617
11758
|
*/
|
|
11618
11759
|
updateIpSetWithOptions(request: UpdateIpSetRequest, runtime: $Util.RuntimeOptions): Promise<UpdateIpSetResponse>;
|
|
11619
11760
|
/**
|
|
11620
|
-
* ## Usage notes
|
|
11621
11761
|
* * **UpdateIpSet** is an asynchronous operation. After you send a request, the system returns a request ID and runs the task in the background. You can call the [DescribeIpSet](~~153246~~) operation to query the status of an acceleration region.
|
|
11622
|
-
* * If the acceleration region is in the **updating** state, the acceleration region is being modified. In this case, you can perform
|
|
11623
|
-
* * If the acceleration region is in the **active** state, the acceleration region is modified.
|
|
11624
|
-
* *
|
|
11762
|
+
* * If the acceleration region is in the **updating** state, it indicates that the acceleration region is being modified. In this case, you can continue to perform query operations on the acceleration regions.
|
|
11763
|
+
* * If the acceleration region is in the **active** state, it indicates that the acceleration region is modified.
|
|
11764
|
+
* * You cannot call the **UpdateIpSet** operation again on the same GA instance before the previous operation is complete.
|
|
11625
11765
|
*
|
|
11626
11766
|
* @param request UpdateIpSetRequest
|
|
11627
11767
|
* @return UpdateIpSetResponse
|
|
11628
11768
|
*/
|
|
11629
11769
|
updateIpSet(request: UpdateIpSetRequest): Promise<UpdateIpSetResponse>;
|
|
11630
11770
|
/**
|
|
11631
|
-
* * **UpdateIpSet** is an asynchronous operation. After
|
|
11632
|
-
* * If
|
|
11633
|
-
* * If
|
|
11634
|
-
* *
|
|
11771
|
+
* * **UpdateIpSet** is an asynchronous operation. After a request is sent, the system returns a request ID and runs the task in the background. You can call the [DescribeIpSet](~~153246~~) operation to query the status of the task.
|
|
11772
|
+
* * If an acceleration region is in the **updating** state, the acceleration region is being modified. In this case, you can perform only query operations.
|
|
11773
|
+
* * If an acceleration region is in the **active** state, the acceleration region is modified.
|
|
11774
|
+
* * You cannot repeatedly call the **UpdateIpSet** operation for the same GA instance within a specific period of time.
|
|
11635
11775
|
*
|
|
11636
11776
|
* @param request UpdateIpSetsRequest
|
|
11637
11777
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -11639,19 +11779,19 @@ export default class Client extends OpenApi {
|
|
|
11639
11779
|
*/
|
|
11640
11780
|
updateIpSetsWithOptions(request: UpdateIpSetsRequest, runtime: $Util.RuntimeOptions): Promise<UpdateIpSetsResponse>;
|
|
11641
11781
|
/**
|
|
11642
|
-
* * **UpdateIpSet** is an asynchronous operation. After
|
|
11643
|
-
* * If
|
|
11644
|
-
* * If
|
|
11645
|
-
* *
|
|
11782
|
+
* * **UpdateIpSet** is an asynchronous operation. After a request is sent, the system returns a request ID and runs the task in the background. You can call the [DescribeIpSet](~~153246~~) operation to query the status of the task.
|
|
11783
|
+
* * If an acceleration region is in the **updating** state, the acceleration region is being modified. In this case, you can perform only query operations.
|
|
11784
|
+
* * If an acceleration region is in the **active** state, the acceleration region is modified.
|
|
11785
|
+
* * You cannot repeatedly call the **UpdateIpSet** operation for the same GA instance within a specific period of time.
|
|
11646
11786
|
*
|
|
11647
11787
|
* @param request UpdateIpSetsRequest
|
|
11648
11788
|
* @return UpdateIpSetsResponse
|
|
11649
11789
|
*/
|
|
11650
11790
|
updateIpSets(request: UpdateIpSetsRequest): Promise<UpdateIpSetsResponse>;
|
|
11651
11791
|
/**
|
|
11652
|
-
* This operation can be called to modify the configurations such as protocol and ports of a listener to meet your business requirements.
|
|
11792
|
+
* This operation can be called to modify the configurations such as the protocol and ports of a listener to meet your business requirements.
|
|
11653
11793
|
* When you call this operation, take note of the following items:
|
|
11654
|
-
* * **UpdateListener** is an asynchronous operation. After you send a request, the system returns a request ID
|
|
11794
|
+
* * **UpdateListener** is an asynchronous operation. After you send a request, the system returns a request ID and runs the task in the background. You can call the [DescribeListener](~~153254~~) operation to query the status of a listener.
|
|
11655
11795
|
* * If the listener is in the **updating** state, it indicates that its configurations are being modified. In this case, you can perform only query operations.
|
|
11656
11796
|
* * If the listener is in the **active** state, it indicates that its configurations are modified.
|
|
11657
11797
|
* * The **UpdateListener** operation cannot be repeatedly called to modify listener configurations for the same GA instance within a specific period of time.
|
|
@@ -11662,9 +11802,9 @@ export default class Client extends OpenApi {
|
|
|
11662
11802
|
*/
|
|
11663
11803
|
updateListenerWithOptions(request: UpdateListenerRequest, runtime: $Util.RuntimeOptions): Promise<UpdateListenerResponse>;
|
|
11664
11804
|
/**
|
|
11665
|
-
* This operation can be called to modify the configurations such as protocol and ports of a listener to meet your business requirements.
|
|
11805
|
+
* This operation can be called to modify the configurations such as the protocol and ports of a listener to meet your business requirements.
|
|
11666
11806
|
* When you call this operation, take note of the following items:
|
|
11667
|
-
* * **UpdateListener** is an asynchronous operation. After you send a request, the system returns a request ID
|
|
11807
|
+
* * **UpdateListener** is an asynchronous operation. After you send a request, the system returns a request ID and runs the task in the background. You can call the [DescribeListener](~~153254~~) operation to query the status of a listener.
|
|
11668
11808
|
* * If the listener is in the **updating** state, it indicates that its configurations are being modified. In this case, you can perform only query operations.
|
|
11669
11809
|
* * If the listener is in the **active** state, it indicates that its configurations are modified.
|
|
11670
11810
|
* * The **UpdateListener** operation cannot be repeatedly called to modify listener configurations for the same GA instance within a specific period of time.
|