@alicloud/ga20191120 2.0.0 → 2.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/client.d.ts CHANGED
@@ -2660,6 +2660,7 @@ export declare class DescribeApplicationMonitorResponseBody extends $tea.Model {
2660
2660
  regionId?: string;
2661
2661
  requestId?: string;
2662
2662
  silenceTime?: number;
2663
+ state?: string;
2663
2664
  taskId?: string;
2664
2665
  taskName?: string;
2665
2666
  static names(): {
@@ -3288,6 +3289,56 @@ export declare class DescribeListenerResponse extends $tea.Model {
3288
3289
  [key: string]: any;
3289
3290
  });
3290
3291
  }
3292
+ export declare class DescribeLogStoreOfEndpointGroupRequest extends $tea.Model {
3293
+ acceleratorId?: string;
3294
+ endpointGroupId?: string;
3295
+ listenerId?: string;
3296
+ regionId?: string;
3297
+ static names(): {
3298
+ [key: string]: string;
3299
+ };
3300
+ static types(): {
3301
+ [key: string]: any;
3302
+ };
3303
+ constructor(map?: {
3304
+ [key: string]: any;
3305
+ });
3306
+ }
3307
+ export declare class DescribeLogStoreOfEndpointGroupResponseBody extends $tea.Model {
3308
+ acceleratorId?: string;
3309
+ endpointGroupId?: string;
3310
+ listenerId?: string;
3311
+ requestId?: string;
3312
+ slsLogStoreName?: string;
3313
+ slsProjectName?: string;
3314
+ slsRegionId?: string;
3315
+ status?: string;
3316
+ static names(): {
3317
+ [key: string]: string;
3318
+ };
3319
+ static types(): {
3320
+ [key: string]: any;
3321
+ };
3322
+ constructor(map?: {
3323
+ [key: string]: any;
3324
+ });
3325
+ }
3326
+ export declare class DescribeLogStoreOfEndpointGroupResponse extends $tea.Model {
3327
+ headers: {
3328
+ [key: string]: string;
3329
+ };
3330
+ statusCode: number;
3331
+ body: DescribeLogStoreOfEndpointGroupResponseBody;
3332
+ static names(): {
3333
+ [key: string]: string;
3334
+ };
3335
+ static types(): {
3336
+ [key: string]: any;
3337
+ };
3338
+ constructor(map?: {
3339
+ [key: string]: any;
3340
+ });
3341
+ }
3291
3342
  export declare class DescribeRegionsRequest extends $tea.Model {
3292
3343
  regionId?: string;
3293
3344
  static names(): {
@@ -7573,6 +7624,7 @@ export declare class CreateEndpointGroupRequestEndpointConfigurations extends $t
7573
7624
  enableClientIPPreservation?: boolean;
7574
7625
  enableProxyProtocol?: boolean;
7575
7626
  endpoint?: string;
7627
+ subAddress?: string;
7576
7628
  type?: string;
7577
7629
  weight?: number;
7578
7630
  static names(): {
@@ -7613,6 +7665,7 @@ export declare class CreateEndpointGroupRequestTag extends $tea.Model {
7613
7665
  }
7614
7666
  export declare class CreateEndpointGroupsRequestEndpointGroupConfigurationsEndpointConfigurations extends $tea.Model {
7615
7667
  endpoint?: string;
7668
+ subAddress?: string;
7616
7669
  type?: string;
7617
7670
  weight?: number;
7618
7671
  static names(): {
@@ -8316,6 +8369,7 @@ export declare class DescribeEndpointGroupResponseBodyEndpointConfigurations ext
8316
8369
  endpoint?: string;
8317
8370
  probePort?: number;
8318
8371
  probeProtocol?: string;
8372
+ subAddress?: string;
8319
8373
  type?: string;
8320
8374
  weight?: number;
8321
8375
  static names(): {
@@ -9422,6 +9476,7 @@ export declare class ListEndpointGroupsResponseBodyEndpointGroupsEndpointConfigu
9422
9476
  endpointId?: string;
9423
9477
  probePort?: number;
9424
9478
  probeProtocol?: string;
9479
+ subAddress?: string;
9425
9480
  type?: string;
9426
9481
  weight?: number;
9427
9482
  static names(): {
@@ -9950,6 +10005,7 @@ export declare class UpdateEndpointGroupRequestEndpointConfigurations extends $t
9950
10005
  enableClientIPPreservation?: boolean;
9951
10006
  enableProxyProtocol?: boolean;
9952
10007
  endpoint?: string;
10008
+ subAddress?: string;
9953
10009
  type?: string;
9954
10010
  weight?: number;
9955
10011
  static names(): {
@@ -9977,6 +10033,7 @@ export declare class UpdateEndpointGroupRequestPortOverrides extends $tea.Model
9977
10033
  }
9978
10034
  export declare class UpdateEndpointGroupsRequestEndpointGroupConfigurationsEndpointConfigurations extends $tea.Model {
9979
10035
  endpoint?: string;
10036
+ subAddress?: string;
9980
10037
  type?: string;
9981
10038
  weight?: number;
9982
10039
  static names(): {
@@ -11417,7 +11474,22 @@ export default class Client extends OpenApi {
11417
11474
  describeCustomRoutingEndpointGroupDestinations(request: DescribeCustomRoutingEndpointGroupDestinationsRequest): Promise<DescribeCustomRoutingEndpointGroupDestinationsResponse>;
11418
11475
  describeEndpointGroupWithOptions(request: DescribeEndpointGroupRequest, runtime: $Util.RuntimeOptions): Promise<DescribeEndpointGroupResponse>;
11419
11476
  describeEndpointGroup(request: DescribeEndpointGroupRequest): Promise<DescribeEndpointGroupResponse>;
11477
+ /**
11478
+ * ## Debugging
11479
+ * [OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer. OpenAPI Explorer dynamically generates the sample code of the operation for different SDKs.](https://api.aliyun.com/#product=Ga\\&api=DescribeIpSet\\&type=RPC\\&version=2019-11-20)
11480
+ *
11481
+ * @param request DescribeIpSetRequest
11482
+ * @param runtime runtime options for this request RuntimeOptions
11483
+ * @return DescribeIpSetResponse
11484
+ */
11420
11485
  describeIpSetWithOptions(request: DescribeIpSetRequest, runtime: $Util.RuntimeOptions): Promise<DescribeIpSetResponse>;
11486
+ /**
11487
+ * ## Debugging
11488
+ * [OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer. OpenAPI Explorer dynamically generates the sample code of the operation for different SDKs.](https://api.aliyun.com/#product=Ga\\&api=DescribeIpSet\\&type=RPC\\&version=2019-11-20)
11489
+ *
11490
+ * @param request DescribeIpSetRequest
11491
+ * @return DescribeIpSetResponse
11492
+ */
11421
11493
  describeIpSet(request: DescribeIpSetRequest): Promise<DescribeIpSetResponse>;
11422
11494
  /**
11423
11495
  * This operation is used to query configuration information about a specified listener of a GA instance. The information includes the routing type of the listener, the state of the listener, the timestamp that indicates when the listener was created, and the listener ports.
@@ -11434,6 +11506,8 @@ export default class Client extends OpenApi {
11434
11506
  * @return DescribeListenerResponse
11435
11507
  */
11436
11508
  describeListener(request: DescribeListenerRequest): Promise<DescribeListenerResponse>;
11509
+ describeLogStoreOfEndpointGroupWithOptions(request: DescribeLogStoreOfEndpointGroupRequest, runtime: $Util.RuntimeOptions): Promise<DescribeLogStoreOfEndpointGroupResponse>;
11510
+ describeLogStoreOfEndpointGroup(request: DescribeLogStoreOfEndpointGroupRequest): Promise<DescribeLogStoreOfEndpointGroupResponse>;
11437
11511
  describeRegionsWithOptions(request: DescribeRegionsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeRegionsResponse>;
11438
11512
  describeRegions(request: DescribeRegionsRequest): Promise<DescribeRegionsResponse>;
11439
11513
  /**
@@ -11458,6 +11532,7 @@ export default class Client extends OpenApi {
11458
11532
  */
11459
11533
  detachDdosFromAccelerator(request: DetachDdosFromAcceleratorRequest): Promise<DetachDdosFromAcceleratorResponse>;
11460
11534
  /**
11535
+ * ## Description
11461
11536
  * * **DetachLogStoreFromEndpointGroup** is an asynchronous operation. After you send a request, the system returns a request ID, but the operation is still being performed in the system background. You can call the [DescribeEndpointGroup](~~153260~~) operation to query the state of an endpoint group.
11462
11537
  * * If the endpoint group is in the **updating** state, the Log Service Logstore is being disassociated from the endpoint group. In this case, you can perform only query operations.
11463
11538
  * <!---->
@@ -11470,6 +11545,7 @@ export default class Client extends OpenApi {
11470
11545
  */
11471
11546
  detachLogStoreFromEndpointGroupWithOptions(request: DetachLogStoreFromEndpointGroupRequest, runtime: $Util.RuntimeOptions): Promise<DetachLogStoreFromEndpointGroupResponse>;
11472
11547
  /**
11548
+ * ## Description
11473
11549
  * * **DetachLogStoreFromEndpointGroup** is an asynchronous operation. After you send a request, the system returns a request ID, but the operation is still being performed in the system background. You can call the [DescribeEndpointGroup](~~153260~~) operation to query the state of an endpoint group.
11474
11550
  * * If the endpoint group is in the **updating** state, the Log Service Logstore is being disassociated from the endpoint group. In this case, you can perform only query operations.
11475
11551
  * <!---->
@@ -11485,6 +11561,7 @@ export default class Client extends OpenApi {
11485
11561
  disableApplicationMonitorWithOptions(request: DisableApplicationMonitorRequest, runtime: $Util.RuntimeOptions): Promise<DisableApplicationMonitorResponse>;
11486
11562
  disableApplicationMonitor(request: DisableApplicationMonitorRequest): Promise<DisableApplicationMonitorResponse>;
11487
11563
  /**
11564
+ * ## Description
11488
11565
  * * **DissociateAclsFromListener** is an asynchronous operation. After you send a request, the system returns a request ID, but the operation is still being performed in the system background. You can call the [DescribeListener](~~153254~~) operation to query the state of a listener:
11489
11566
  * * If the listener is in the **updating** state, ACLs are being disassociated from the listener. In this case, you can perform only query operations.
11490
11567
  * * If the listener is in the **active** state, ACLs are disassociated from the listener.
@@ -11496,6 +11573,7 @@ export default class Client extends OpenApi {
11496
11573
  */
11497
11574
  dissociateAclsFromListenerWithOptions(request: DissociateAclsFromListenerRequest, runtime: $Util.RuntimeOptions): Promise<DissociateAclsFromListenerResponse>;
11498
11575
  /**
11576
+ * ## Description
11499
11577
  * * **DissociateAclsFromListener** is an asynchronous operation. After you send a request, the system returns a request ID, but the operation is still being performed in the system background. You can call the [DescribeListener](~~153254~~) operation to query the state of a listener:
11500
11578
  * * If the listener is in the **updating** state, ACLs are being disassociated from the listener. In this case, you can perform only query operations.
11501
11579
  * * If the listener is in the **active** state, ACLs are disassociated from the listener.
@@ -11506,6 +11584,7 @@ export default class Client extends OpenApi {
11506
11584
  */
11507
11585
  dissociateAclsFromListener(request: DissociateAclsFromListenerRequest): Promise<DissociateAclsFromListenerResponse>;
11508
11586
  /**
11587
+ * ## Description
11509
11588
  * * **DissociateAdditionalCertificatesFromListener** is an asynchronous operation. After you send a request, the system returns a request ID, but this operation is still being performed in the system background. You can call the [DescribeListener](~~153254~~) operation to query the state of an HTTPS listener.
11510
11589
  * * If the listener is in the **updating** state, it indicates that the additional certificate is being dissociated from the listener. In this case, you can perform only query operations.
11511
11590
  * * If the listener is in the **active** state, it indicates that the additional certificate is dissociated from the listener.
@@ -11517,6 +11596,7 @@ export default class Client extends OpenApi {
11517
11596
  */
11518
11597
  dissociateAdditionalCertificatesFromListenerWithOptions(request: DissociateAdditionalCertificatesFromListenerRequest, runtime: $Util.RuntimeOptions): Promise<DissociateAdditionalCertificatesFromListenerResponse>;
11519
11598
  /**
11599
+ * ## Description
11520
11600
  * * **DissociateAdditionalCertificatesFromListener** is an asynchronous operation. After you send a request, the system returns a request ID, but this operation is still being performed in the system background. You can call the [DescribeListener](~~153254~~) operation to query the state of an HTTPS listener.
11521
11601
  * * If the listener is in the **updating** state, it indicates that the additional certificate is being dissociated from the listener. In this case, you can perform only query operations.
11522
11602
  * * If the listener is in the **active** state, it indicates that the additional certificate is dissociated from the listener.
@@ -11597,7 +11677,22 @@ export default class Client extends OpenApi {
11597
11677
  listCommonAreas(request: ListCommonAreasRequest): Promise<ListCommonAreasResponse>;
11598
11678
  listCustomRoutingEndpointGroupDestinationsWithOptions(request: ListCustomRoutingEndpointGroupDestinationsRequest, runtime: $Util.RuntimeOptions): Promise<ListCustomRoutingEndpointGroupDestinationsResponse>;
11599
11679
  listCustomRoutingEndpointGroupDestinations(request: ListCustomRoutingEndpointGroupDestinationsRequest): Promise<ListCustomRoutingEndpointGroupDestinationsResponse>;
11680
+ /**
11681
+ * ## Debugging
11682
+ * [OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer. OpenAPI Explorer dynamically generates the sample code for different SDKs.](https://api.aliyun.com/#product=Ga\\&api=ListCustomRoutingEndpointGroups\\&type=RPC\\&version=2019-11-20)
11683
+ *
11684
+ * @param request ListCustomRoutingEndpointGroupsRequest
11685
+ * @param runtime runtime options for this request RuntimeOptions
11686
+ * @return ListCustomRoutingEndpointGroupsResponse
11687
+ */
11600
11688
  listCustomRoutingEndpointGroupsWithOptions(request: ListCustomRoutingEndpointGroupsRequest, runtime: $Util.RuntimeOptions): Promise<ListCustomRoutingEndpointGroupsResponse>;
11689
+ /**
11690
+ * ## Debugging
11691
+ * [OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer. OpenAPI Explorer dynamically generates the sample code for different SDKs.](https://api.aliyun.com/#product=Ga\\&api=ListCustomRoutingEndpointGroups\\&type=RPC\\&version=2019-11-20)
11692
+ *
11693
+ * @param request ListCustomRoutingEndpointGroupsRequest
11694
+ * @return ListCustomRoutingEndpointGroupsResponse
11695
+ */
11601
11696
  listCustomRoutingEndpointGroups(request: ListCustomRoutingEndpointGroupsRequest): Promise<ListCustomRoutingEndpointGroupsResponse>;
11602
11697
  listCustomRoutingEndpointTrafficPoliciesWithOptions(request: ListCustomRoutingEndpointTrafficPoliciesRequest, runtime: $Util.RuntimeOptions): Promise<ListCustomRoutingEndpointTrafficPoliciesResponse>;
11603
11698
  listCustomRoutingEndpointTrafficPolicies(request: ListCustomRoutingEndpointTrafficPoliciesRequest): Promise<ListCustomRoutingEndpointTrafficPoliciesResponse>;
@@ -11624,10 +11719,25 @@ export default class Client extends OpenApi {
11624
11719
  listDomains(request: ListDomainsRequest): Promise<ListDomainsResponse>;
11625
11720
  listEndpointGroupIpAddressCidrBlocksWithOptions(request: ListEndpointGroupIpAddressCidrBlocksRequest, runtime: $Util.RuntimeOptions): Promise<ListEndpointGroupIpAddressCidrBlocksResponse>;
11626
11721
  listEndpointGroupIpAddressCidrBlocks(request: ListEndpointGroupIpAddressCidrBlocksRequest): Promise<ListEndpointGroupIpAddressCidrBlocksResponse>;
11722
+ /**
11723
+ * ## Debugging
11724
+ * [OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer. OpenAPI Explorer dynamically generates the sample code of the operation for different SDKs.](https://api.aliyun.com/#product=Ga\\&api=ListEndpointGroups\\&type=RPC\\&version=2019-11-20)
11725
+ *
11726
+ * @param request ListEndpointGroupsRequest
11727
+ * @param runtime runtime options for this request RuntimeOptions
11728
+ * @return ListEndpointGroupsResponse
11729
+ */
11627
11730
  listEndpointGroupsWithOptions(request: ListEndpointGroupsRequest, runtime: $Util.RuntimeOptions): Promise<ListEndpointGroupsResponse>;
11731
+ /**
11732
+ * ## Debugging
11733
+ * [OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer. OpenAPI Explorer dynamically generates the sample code of the operation for different SDKs.](https://api.aliyun.com/#product=Ga\\&api=ListEndpointGroups\\&type=RPC\\&version=2019-11-20)
11734
+ *
11735
+ * @param request ListEndpointGroupsRequest
11736
+ * @return ListEndpointGroupsResponse
11737
+ */
11628
11738
  listEndpointGroups(request: ListEndpointGroupsRequest): Promise<ListEndpointGroupsResponse>;
11629
11739
  /**
11630
- * > You can call this operation to query only custom forwarding rules. You cannot call this operation to query the default forwarding rule.
11740
+ * > This operation is used to query only custom forwarding rules, not the default forwarding rule.
11631
11741
  *
11632
11742
  * @param request ListForwardingRulesRequest
11633
11743
  * @param runtime runtime options for this request RuntimeOptions
@@ -11635,7 +11745,7 @@ export default class Client extends OpenApi {
11635
11745
  */
11636
11746
  listForwardingRulesWithOptions(request: ListForwardingRulesRequest, runtime: $Util.RuntimeOptions): Promise<ListForwardingRulesResponse>;
11637
11747
  /**
11638
- * > You can call this operation to query only custom forwarding rules. You cannot call this operation to query the default forwarding rule.
11748
+ * > This operation is used to query only custom forwarding rules, not the default forwarding rule.
11639
11749
  *
11640
11750
  * @param request ListForwardingRulesRequest
11641
11751
  * @return ListForwardingRulesResponse
@@ -11849,7 +11959,30 @@ export default class Client extends OpenApi {
11849
11959
  * @return UpdateAcceleratorCrossBorderModeResponse
11850
11960
  */
11851
11961
  updateAcceleratorCrossBorderMode(request: UpdateAcceleratorCrossBorderModeRequest): Promise<UpdateAcceleratorCrossBorderModeResponse>;
11962
+ /**
11963
+ * You can use this operation to enable or disable the cross-border data transmission feature for a GA instance. Before you enable the cross-border data transmission feature, make sure that the following requirements are met:
11964
+ * - **Basic GA instances**:
11965
+ * Cloud Data Transfer (CDT) is activated. When you call the CreateBasicAccelerator operation to create a basic GA instance, set BandwidthBillingType to CDT. Then, the system automatically activates CDT. The data transfer fees are managed by CDT.
11966
+ * If you want to enable the cross-border data transmission feature, make sure that the current account has completed enterprise real-name registration. For more information, see Real-name registration FAQs.
11967
+ * - **Standard GA instances**:
11968
+ * CDT is activated. When you call the CreateAccelerator operation to create a standard GA instance, set BandwidthBillingType to CDT. Then, the system automatically activates CDT. The data transfer fees are managed by CDT.
11969
+ *
11970
+ * @param request UpdateAcceleratorCrossBorderStatusRequest
11971
+ * @param runtime runtime options for this request RuntimeOptions
11972
+ * @return UpdateAcceleratorCrossBorderStatusResponse
11973
+ */
11852
11974
  updateAcceleratorCrossBorderStatusWithOptions(request: UpdateAcceleratorCrossBorderStatusRequest, runtime: $Util.RuntimeOptions): Promise<UpdateAcceleratorCrossBorderStatusResponse>;
11975
+ /**
11976
+ * You can use this operation to enable or disable the cross-border data transmission feature for a GA instance. Before you enable the cross-border data transmission feature, make sure that the following requirements are met:
11977
+ * - **Basic GA instances**:
11978
+ * Cloud Data Transfer (CDT) is activated. When you call the CreateBasicAccelerator operation to create a basic GA instance, set BandwidthBillingType to CDT. Then, the system automatically activates CDT. The data transfer fees are managed by CDT.
11979
+ * If you want to enable the cross-border data transmission feature, make sure that the current account has completed enterprise real-name registration. For more information, see Real-name registration FAQs.
11980
+ * - **Standard GA instances**:
11981
+ * CDT is activated. When you call the CreateAccelerator operation to create a standard GA instance, set BandwidthBillingType to CDT. Then, the system automatically activates CDT. The data transfer fees are managed by CDT.
11982
+ *
11983
+ * @param request UpdateAcceleratorCrossBorderStatusRequest
11984
+ * @return UpdateAcceleratorCrossBorderStatusResponse
11985
+ */
11853
11986
  updateAcceleratorCrossBorderStatus(request: UpdateAcceleratorCrossBorderStatusRequest): Promise<UpdateAcceleratorCrossBorderStatusResponse>;
11854
11987
  updateAclAttributeWithOptions(request: UpdateAclAttributeRequest, runtime: $Util.RuntimeOptions): Promise<UpdateAclAttributeResponse>;
11855
11988
  updateAclAttribute(request: UpdateAclAttributeRequest): Promise<UpdateAclAttributeResponse>;
@@ -12036,6 +12169,7 @@ export default class Client extends OpenApi {
12036
12169
  */
12037
12170
  updateCustomRoutingEndpointTrafficPolicies(request: UpdateCustomRoutingEndpointTrafficPoliciesRequest): Promise<UpdateCustomRoutingEndpointTrafficPoliciesResponse>;
12038
12171
  /**
12172
+ * ## Description
12039
12173
  * * **UpdateCustomRoutingEndpoints** is an asynchronous operation. After you send a request, the system returns a request ID, but the operation is still being performed in the system background. You can call the [DescribeCustomRoutingEndpointGroup](~~449373~~) operation to query the state of the endpoint groups associated with a custom routing listener to check whether the endpoints in the endpoint groups are modified.
12040
12174
  * * If an endpoint group is in the **updating** state, the endpoints in the endpoint group are being modified. In this case, you can perform only query operations.
12041
12175
  * * If an endpoint group is in the **active** state, the endpoints in the endpoint group are modified.
@@ -12047,6 +12181,7 @@ export default class Client extends OpenApi {
12047
12181
  */
12048
12182
  updateCustomRoutingEndpointsWithOptions(request: UpdateCustomRoutingEndpointsRequest, runtime: $Util.RuntimeOptions): Promise<UpdateCustomRoutingEndpointsResponse>;
12049
12183
  /**
12184
+ * ## Description
12050
12185
  * * **UpdateCustomRoutingEndpoints** is an asynchronous operation. After you send a request, the system returns a request ID, but the operation is still being performed in the system background. You can call the [DescribeCustomRoutingEndpointGroup](~~449373~~) operation to query the state of the endpoint groups associated with a custom routing listener to check whether the endpoints in the endpoint groups are modified.
12051
12186
  * * If an endpoint group is in the **updating** state, the endpoints in the endpoint group are being modified. In this case, you can perform only query operations.
12052
12187
  * * If an endpoint group is in the **active** state, the endpoints in the endpoint group are modified.
@@ -12092,9 +12227,9 @@ export default class Client extends OpenApi {
12092
12227
  updateDomainState(request: UpdateDomainStateRequest): Promise<UpdateDomainStateResponse>;
12093
12228
  /**
12094
12229
  * * **UpdateEndpointGroup** is an asynchronous operation. After you send a request, the system returns a request ID, but the operation is still being performed in the system background. You can call the [DescribeEndpointGroup](~~153260~~) operation to query the state of an endpoint group.
12095
- * * If the endpoint group is in the **updating** state, the configurations of the endpoint group are being modified. In this case, you can perform only query operations.
12096
- * * If the endpoint group is in the **active** state, the configurations of the endpoint group are modified.
12097
- * * The **UpdateEndpointGroup** operation cannot be repeatedly called for the same GA instance within a specific period of time.
12230
+ * * If the endpoint group is in the **updating** state, it indicates that the configurations of the endpoint group are being modified. In this case, you can perform only query operations.
12231
+ * * If the endpoint group is in the **active** state, it indicates that the configurations of the endpoint group are modified.
12232
+ * * The **UpdateEndpointGroup** operation cannot be repeatedly called for the same Global Accelerator (GA) instance within a specific period of time.
12098
12233
  *
12099
12234
  * @param request UpdateEndpointGroupRequest
12100
12235
  * @param runtime runtime options for this request RuntimeOptions
@@ -12103,9 +12238,9 @@ export default class Client extends OpenApi {
12103
12238
  updateEndpointGroupWithOptions(request: UpdateEndpointGroupRequest, runtime: $Util.RuntimeOptions): Promise<UpdateEndpointGroupResponse>;
12104
12239
  /**
12105
12240
  * * **UpdateEndpointGroup** is an asynchronous operation. After you send a request, the system returns a request ID, but the operation is still being performed in the system background. You can call the [DescribeEndpointGroup](~~153260~~) operation to query the state of an endpoint group.
12106
- * * If the endpoint group is in the **updating** state, the configurations of the endpoint group are being modified. In this case, you can perform only query operations.
12107
- * * If the endpoint group is in the **active** state, the configurations of the endpoint group are modified.
12108
- * * The **UpdateEndpointGroup** operation cannot be repeatedly called for the same GA instance within a specific period of time.
12241
+ * * If the endpoint group is in the **updating** state, it indicates that the configurations of the endpoint group are being modified. In this case, you can perform only query operations.
12242
+ * * If the endpoint group is in the **active** state, it indicates that the configurations of the endpoint group are modified.
12243
+ * * The **UpdateEndpointGroup** operation cannot be repeatedly called for the same Global Accelerator (GA) instance within a specific period of time.
12109
12244
  *
12110
12245
  * @param request UpdateEndpointGroupRequest
12111
12246
  * @return UpdateEndpointGroupResponse
@@ -12114,10 +12249,11 @@ export default class Client extends OpenApi {
12114
12249
  updateEndpointGroupAttributeWithOptions(request: UpdateEndpointGroupAttributeRequest, runtime: $Util.RuntimeOptions): Promise<UpdateEndpointGroupAttributeResponse>;
12115
12250
  updateEndpointGroupAttribute(request: UpdateEndpointGroupAttributeRequest): Promise<UpdateEndpointGroupAttributeResponse>;
12116
12251
  /**
12117
- * * **UpdateEndpointGroups** is an asynchronous operation. After you send a request, the system returns a request ID, but the operation is still being performed in the system background. You can call the [DescribeEndpointGroup](~~153260~~) or [ListEndpointGroups](~~153261~~) operation to query the state of an endpoint group.
12118
- * * If the endpoint group is in the **updating** state, the configuration of the endpoint group is being modified. In this case, you can perform only query operations.
12119
- * * If the endpoint group is in the **active**, the configuration of the endpoint group is modified.
12120
- * * The **UpdateEndpointGroups** operation cannot be repeatedly called for the same Global Accelerator (GA) instance within a specific period of time.
12252
+ * ### Description
12253
+ * * **UpdateEndpointGroups** 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~~) or [ListEndpointGroups](~~153261~~) operation to query the status of an endpoint group.
12254
+ * * If the endpoint group is in the **updating** state, it indicates that the configuration of the endpoint group is being modified. In this case, you can perform only query operations.
12255
+ * * If the endpoint group is in the **active** state, it indicates that the configuration of the endpoint group is modified.
12256
+ * * The **UpdateEndpointGroups** operation holds an exclusive lock on the Global Accelerator (GA) instance. While the operation is in progress, you cannot call the same operation in the same Alibaba Cloud account.
12121
12257
  *
12122
12258
  * @param request UpdateEndpointGroupsRequest
12123
12259
  * @param runtime runtime options for this request RuntimeOptions
@@ -12125,20 +12261,21 @@ export default class Client extends OpenApi {
12125
12261
  */
12126
12262
  updateEndpointGroupsWithOptions(request: UpdateEndpointGroupsRequest, runtime: $Util.RuntimeOptions): Promise<UpdateEndpointGroupsResponse>;
12127
12263
  /**
12128
- * * **UpdateEndpointGroups** is an asynchronous operation. After you send a request, the system returns a request ID, but the operation is still being performed in the system background. You can call the [DescribeEndpointGroup](~~153260~~) or [ListEndpointGroups](~~153261~~) operation to query the state of an endpoint group.
12129
- * * If the endpoint group is in the **updating** state, the configuration of the endpoint group is being modified. In this case, you can perform only query operations.
12130
- * * If the endpoint group is in the **active**, the configuration of the endpoint group is modified.
12131
- * * The **UpdateEndpointGroups** operation cannot be repeatedly called for the same Global Accelerator (GA) instance within a specific period of time.
12264
+ * ### Description
12265
+ * * **UpdateEndpointGroups** 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~~) or [ListEndpointGroups](~~153261~~) operation to query the status of an endpoint group.
12266
+ * * If the endpoint group is in the **updating** state, it indicates that the configuration of the endpoint group is being modified. In this case, you can perform only query operations.
12267
+ * * If the endpoint group is in the **active** state, it indicates that the configuration of the endpoint group is modified.
12268
+ * * The **UpdateEndpointGroups** operation holds an exclusive lock on the Global Accelerator (GA) instance. While the operation is in progress, you cannot call the same operation in the same Alibaba Cloud account.
12132
12269
  *
12133
12270
  * @param request UpdateEndpointGroupsRequest
12134
12271
  * @return UpdateEndpointGroupsResponse
12135
12272
  */
12136
12273
  updateEndpointGroups(request: UpdateEndpointGroupsRequest): Promise<UpdateEndpointGroupsResponse>;
12137
12274
  /**
12138
- * * **UpdateForwardingRules** is an asynchronous operation. After you send a request, the system returns a request ID, but the operation is still being performed in the system background. You can call the [ListForwardingRules](~~205817~~) operation to query the state of a forwarding rule.
12275
+ * * **UpdateForwardingRules** 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 a forwarding rule.
12139
12276
  * * If the forwarding rule is in the **configuring** state, it indicates that the forwarding rule is being modified. In this case, you can perform only query operations.
12140
12277
  * * If the forwarding rule is in the **active** state, it indicates that the forwarding rule is modified.
12141
- * * The **UpdateForwardingRules** operation cannot be repeatedly called to modify forwarding rules for the same Global Accelerator (GA) instance within a specific period of time.
12278
+ * * The **UpdateForwardingRules** operation holds an exclusive lock on the Global Accelerator (GA) instance. While the operation is in progress, you cannot call the same operation in the same Alibaba Cloud account.
12142
12279
  *
12143
12280
  * @param request UpdateForwardingRulesRequest
12144
12281
  * @param runtime runtime options for this request RuntimeOptions
@@ -12146,10 +12283,10 @@ export default class Client extends OpenApi {
12146
12283
  */
12147
12284
  updateForwardingRulesWithOptions(request: UpdateForwardingRulesRequest, runtime: $Util.RuntimeOptions): Promise<UpdateForwardingRulesResponse>;
12148
12285
  /**
12149
- * * **UpdateForwardingRules** is an asynchronous operation. After you send a request, the system returns a request ID, but the operation is still being performed in the system background. You can call the [ListForwardingRules](~~205817~~) operation to query the state of a forwarding rule.
12286
+ * * **UpdateForwardingRules** 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 a forwarding rule.
12150
12287
  * * If the forwarding rule is in the **configuring** state, it indicates that the forwarding rule is being modified. In this case, you can perform only query operations.
12151
12288
  * * If the forwarding rule is in the **active** state, it indicates that the forwarding rule is modified.
12152
- * * The **UpdateForwardingRules** operation cannot be repeatedly called to modify forwarding rules for the same Global Accelerator (GA) instance within a specific period of time.
12289
+ * * The **UpdateForwardingRules** operation holds an exclusive lock on the Global Accelerator (GA) instance. While the operation is in progress, you cannot call the same operation in the same Alibaba Cloud account.
12153
12290
  *
12154
12291
  * @param request UpdateForwardingRulesRequest
12155
12292
  * @return UpdateForwardingRulesResponse
@@ -12222,6 +12359,27 @@ export default class Client extends OpenApi {
12222
12359
  * @return UpdateListenerResponse
12223
12360
  */
12224
12361
  updateListener(request: UpdateListenerRequest): Promise<UpdateListenerResponse>;
12362
+ /**
12363
+ * * This operation is applicable only to **managed** Global Accelerator (GA) instances.
12364
+ * * After you change the control mode of a GA instance from managed mode to unmanaged mode, you cannot change the mode of the instance to managed mode.
12365
+ * * After you change the control mode of a GA instance from managed mode to unmanaged mode, you can obtain all operation permissions on the instance.
12366
+ * **
12367
+ * **Warning** If you change or delete a configuration of a GA instance whose control mode is changed from managed mode to unmanaged mode, the cloud services that depend on the instance may not work as expected. Proceed with caution.
12368
+ *
12369
+ * @param request UpdateServiceManagedControlRequest
12370
+ * @param runtime runtime options for this request RuntimeOptions
12371
+ * @return UpdateServiceManagedControlResponse
12372
+ */
12225
12373
  updateServiceManagedControlWithOptions(request: UpdateServiceManagedControlRequest, runtime: $Util.RuntimeOptions): Promise<UpdateServiceManagedControlResponse>;
12374
+ /**
12375
+ * * This operation is applicable only to **managed** Global Accelerator (GA) instances.
12376
+ * * After you change the control mode of a GA instance from managed mode to unmanaged mode, you cannot change the mode of the instance to managed mode.
12377
+ * * After you change the control mode of a GA instance from managed mode to unmanaged mode, you can obtain all operation permissions on the instance.
12378
+ * **
12379
+ * **Warning** If you change or delete a configuration of a GA instance whose control mode is changed from managed mode to unmanaged mode, the cloud services that depend on the instance may not work as expected. Proceed with caution.
12380
+ *
12381
+ * @param request UpdateServiceManagedControlRequest
12382
+ * @return UpdateServiceManagedControlResponse
12383
+ */
12226
12384
  updateServiceManagedControl(request: UpdateServiceManagedControlRequest): Promise<UpdateServiceManagedControlResponse>;
12227
12385
  }