@alicloud/ga20191120 2.0.0 → 2.1.0

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
@@ -3288,6 +3288,56 @@ export declare class DescribeListenerResponse extends $tea.Model {
3288
3288
  [key: string]: any;
3289
3289
  });
3290
3290
  }
3291
+ export declare class DescribeLogStoreOfEndpointGroupRequest extends $tea.Model {
3292
+ acceleratorId?: string;
3293
+ endpointGroupId?: string;
3294
+ listenerId?: string;
3295
+ regionId?: string;
3296
+ static names(): {
3297
+ [key: string]: string;
3298
+ };
3299
+ static types(): {
3300
+ [key: string]: any;
3301
+ };
3302
+ constructor(map?: {
3303
+ [key: string]: any;
3304
+ });
3305
+ }
3306
+ export declare class DescribeLogStoreOfEndpointGroupResponseBody extends $tea.Model {
3307
+ acceleratorId?: string;
3308
+ endpointGroupId?: string;
3309
+ listenerId?: string;
3310
+ requestId?: string;
3311
+ slsLogStoreName?: string;
3312
+ slsProjectName?: string;
3313
+ slsRegionId?: string;
3314
+ status?: string;
3315
+ static names(): {
3316
+ [key: string]: string;
3317
+ };
3318
+ static types(): {
3319
+ [key: string]: any;
3320
+ };
3321
+ constructor(map?: {
3322
+ [key: string]: any;
3323
+ });
3324
+ }
3325
+ export declare class DescribeLogStoreOfEndpointGroupResponse extends $tea.Model {
3326
+ headers: {
3327
+ [key: string]: string;
3328
+ };
3329
+ statusCode: number;
3330
+ body: DescribeLogStoreOfEndpointGroupResponseBody;
3331
+ static names(): {
3332
+ [key: string]: string;
3333
+ };
3334
+ static types(): {
3335
+ [key: string]: any;
3336
+ };
3337
+ constructor(map?: {
3338
+ [key: string]: any;
3339
+ });
3340
+ }
3291
3341
  export declare class DescribeRegionsRequest extends $tea.Model {
3292
3342
  regionId?: string;
3293
3343
  static names(): {
@@ -7573,6 +7623,7 @@ export declare class CreateEndpointGroupRequestEndpointConfigurations extends $t
7573
7623
  enableClientIPPreservation?: boolean;
7574
7624
  enableProxyProtocol?: boolean;
7575
7625
  endpoint?: string;
7626
+ subAddress?: string;
7576
7627
  type?: string;
7577
7628
  weight?: number;
7578
7629
  static names(): {
@@ -7613,6 +7664,7 @@ export declare class CreateEndpointGroupRequestTag extends $tea.Model {
7613
7664
  }
7614
7665
  export declare class CreateEndpointGroupsRequestEndpointGroupConfigurationsEndpointConfigurations extends $tea.Model {
7615
7666
  endpoint?: string;
7667
+ subAddress?: string;
7616
7668
  type?: string;
7617
7669
  weight?: number;
7618
7670
  static names(): {
@@ -8316,6 +8368,7 @@ export declare class DescribeEndpointGroupResponseBodyEndpointConfigurations ext
8316
8368
  endpoint?: string;
8317
8369
  probePort?: number;
8318
8370
  probeProtocol?: string;
8371
+ subAddress?: string;
8319
8372
  type?: string;
8320
8373
  weight?: number;
8321
8374
  static names(): {
@@ -9422,6 +9475,7 @@ export declare class ListEndpointGroupsResponseBodyEndpointGroupsEndpointConfigu
9422
9475
  endpointId?: string;
9423
9476
  probePort?: number;
9424
9477
  probeProtocol?: string;
9478
+ subAddress?: string;
9425
9479
  type?: string;
9426
9480
  weight?: number;
9427
9481
  static names(): {
@@ -9950,6 +10004,7 @@ export declare class UpdateEndpointGroupRequestEndpointConfigurations extends $t
9950
10004
  enableClientIPPreservation?: boolean;
9951
10005
  enableProxyProtocol?: boolean;
9952
10006
  endpoint?: string;
10007
+ subAddress?: string;
9953
10008
  type?: string;
9954
10009
  weight?: number;
9955
10010
  static names(): {
@@ -9977,6 +10032,7 @@ export declare class UpdateEndpointGroupRequestPortOverrides extends $tea.Model
9977
10032
  }
9978
10033
  export declare class UpdateEndpointGroupsRequestEndpointGroupConfigurationsEndpointConfigurations extends $tea.Model {
9979
10034
  endpoint?: string;
10035
+ subAddress?: string;
9980
10036
  type?: string;
9981
10037
  weight?: number;
9982
10038
  static names(): {
@@ -11417,7 +11473,22 @@ export default class Client extends OpenApi {
11417
11473
  describeCustomRoutingEndpointGroupDestinations(request: DescribeCustomRoutingEndpointGroupDestinationsRequest): Promise<DescribeCustomRoutingEndpointGroupDestinationsResponse>;
11418
11474
  describeEndpointGroupWithOptions(request: DescribeEndpointGroupRequest, runtime: $Util.RuntimeOptions): Promise<DescribeEndpointGroupResponse>;
11419
11475
  describeEndpointGroup(request: DescribeEndpointGroupRequest): Promise<DescribeEndpointGroupResponse>;
11476
+ /**
11477
+ * ## Debugging
11478
+ * [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)
11479
+ *
11480
+ * @param request DescribeIpSetRequest
11481
+ * @param runtime runtime options for this request RuntimeOptions
11482
+ * @return DescribeIpSetResponse
11483
+ */
11420
11484
  describeIpSetWithOptions(request: DescribeIpSetRequest, runtime: $Util.RuntimeOptions): Promise<DescribeIpSetResponse>;
11485
+ /**
11486
+ * ## Debugging
11487
+ * [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)
11488
+ *
11489
+ * @param request DescribeIpSetRequest
11490
+ * @return DescribeIpSetResponse
11491
+ */
11421
11492
  describeIpSet(request: DescribeIpSetRequest): Promise<DescribeIpSetResponse>;
11422
11493
  /**
11423
11494
  * 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 +11505,8 @@ export default class Client extends OpenApi {
11434
11505
  * @return DescribeListenerResponse
11435
11506
  */
11436
11507
  describeListener(request: DescribeListenerRequest): Promise<DescribeListenerResponse>;
11508
+ describeLogStoreOfEndpointGroupWithOptions(request: DescribeLogStoreOfEndpointGroupRequest, runtime: $Util.RuntimeOptions): Promise<DescribeLogStoreOfEndpointGroupResponse>;
11509
+ describeLogStoreOfEndpointGroup(request: DescribeLogStoreOfEndpointGroupRequest): Promise<DescribeLogStoreOfEndpointGroupResponse>;
11437
11510
  describeRegionsWithOptions(request: DescribeRegionsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeRegionsResponse>;
11438
11511
  describeRegions(request: DescribeRegionsRequest): Promise<DescribeRegionsResponse>;
11439
11512
  /**
@@ -11458,6 +11531,7 @@ export default class Client extends OpenApi {
11458
11531
  */
11459
11532
  detachDdosFromAccelerator(request: DetachDdosFromAcceleratorRequest): Promise<DetachDdosFromAcceleratorResponse>;
11460
11533
  /**
11534
+ * ## Description
11461
11535
  * * **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
11536
  * * 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
11537
  * <!---->
@@ -11470,6 +11544,7 @@ export default class Client extends OpenApi {
11470
11544
  */
11471
11545
  detachLogStoreFromEndpointGroupWithOptions(request: DetachLogStoreFromEndpointGroupRequest, runtime: $Util.RuntimeOptions): Promise<DetachLogStoreFromEndpointGroupResponse>;
11472
11546
  /**
11547
+ * ## Description
11473
11548
  * * **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
11549
  * * 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
11550
  * <!---->
@@ -11485,6 +11560,7 @@ export default class Client extends OpenApi {
11485
11560
  disableApplicationMonitorWithOptions(request: DisableApplicationMonitorRequest, runtime: $Util.RuntimeOptions): Promise<DisableApplicationMonitorResponse>;
11486
11561
  disableApplicationMonitor(request: DisableApplicationMonitorRequest): Promise<DisableApplicationMonitorResponse>;
11487
11562
  /**
11563
+ * ## Description
11488
11564
  * * **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
11565
  * * 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
11566
  * * If the listener is in the **active** state, ACLs are disassociated from the listener.
@@ -11496,6 +11572,7 @@ export default class Client extends OpenApi {
11496
11572
  */
11497
11573
  dissociateAclsFromListenerWithOptions(request: DissociateAclsFromListenerRequest, runtime: $Util.RuntimeOptions): Promise<DissociateAclsFromListenerResponse>;
11498
11574
  /**
11575
+ * ## Description
11499
11576
  * * **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
11577
  * * 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
11578
  * * If the listener is in the **active** state, ACLs are disassociated from the listener.
@@ -11506,6 +11583,7 @@ export default class Client extends OpenApi {
11506
11583
  */
11507
11584
  dissociateAclsFromListener(request: DissociateAclsFromListenerRequest): Promise<DissociateAclsFromListenerResponse>;
11508
11585
  /**
11586
+ * ## Description
11509
11587
  * * **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
11588
  * * 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
11589
  * * If the listener is in the **active** state, it indicates that the additional certificate is dissociated from the listener.
@@ -11517,6 +11595,7 @@ export default class Client extends OpenApi {
11517
11595
  */
11518
11596
  dissociateAdditionalCertificatesFromListenerWithOptions(request: DissociateAdditionalCertificatesFromListenerRequest, runtime: $Util.RuntimeOptions): Promise<DissociateAdditionalCertificatesFromListenerResponse>;
11519
11597
  /**
11598
+ * ## Description
11520
11599
  * * **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
11600
  * * 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
11601
  * * If the listener is in the **active** state, it indicates that the additional certificate is dissociated from the listener.
@@ -11597,7 +11676,22 @@ export default class Client extends OpenApi {
11597
11676
  listCommonAreas(request: ListCommonAreasRequest): Promise<ListCommonAreasResponse>;
11598
11677
  listCustomRoutingEndpointGroupDestinationsWithOptions(request: ListCustomRoutingEndpointGroupDestinationsRequest, runtime: $Util.RuntimeOptions): Promise<ListCustomRoutingEndpointGroupDestinationsResponse>;
11599
11678
  listCustomRoutingEndpointGroupDestinations(request: ListCustomRoutingEndpointGroupDestinationsRequest): Promise<ListCustomRoutingEndpointGroupDestinationsResponse>;
11679
+ /**
11680
+ * ## Debugging
11681
+ * [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)
11682
+ *
11683
+ * @param request ListCustomRoutingEndpointGroupsRequest
11684
+ * @param runtime runtime options for this request RuntimeOptions
11685
+ * @return ListCustomRoutingEndpointGroupsResponse
11686
+ */
11600
11687
  listCustomRoutingEndpointGroupsWithOptions(request: ListCustomRoutingEndpointGroupsRequest, runtime: $Util.RuntimeOptions): Promise<ListCustomRoutingEndpointGroupsResponse>;
11688
+ /**
11689
+ * ## Debugging
11690
+ * [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)
11691
+ *
11692
+ * @param request ListCustomRoutingEndpointGroupsRequest
11693
+ * @return ListCustomRoutingEndpointGroupsResponse
11694
+ */
11601
11695
  listCustomRoutingEndpointGroups(request: ListCustomRoutingEndpointGroupsRequest): Promise<ListCustomRoutingEndpointGroupsResponse>;
11602
11696
  listCustomRoutingEndpointTrafficPoliciesWithOptions(request: ListCustomRoutingEndpointTrafficPoliciesRequest, runtime: $Util.RuntimeOptions): Promise<ListCustomRoutingEndpointTrafficPoliciesResponse>;
11603
11697
  listCustomRoutingEndpointTrafficPolicies(request: ListCustomRoutingEndpointTrafficPoliciesRequest): Promise<ListCustomRoutingEndpointTrafficPoliciesResponse>;
@@ -11624,10 +11718,25 @@ export default class Client extends OpenApi {
11624
11718
  listDomains(request: ListDomainsRequest): Promise<ListDomainsResponse>;
11625
11719
  listEndpointGroupIpAddressCidrBlocksWithOptions(request: ListEndpointGroupIpAddressCidrBlocksRequest, runtime: $Util.RuntimeOptions): Promise<ListEndpointGroupIpAddressCidrBlocksResponse>;
11626
11720
  listEndpointGroupIpAddressCidrBlocks(request: ListEndpointGroupIpAddressCidrBlocksRequest): Promise<ListEndpointGroupIpAddressCidrBlocksResponse>;
11721
+ /**
11722
+ * ## Debugging
11723
+ * [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)
11724
+ *
11725
+ * @param request ListEndpointGroupsRequest
11726
+ * @param runtime runtime options for this request RuntimeOptions
11727
+ * @return ListEndpointGroupsResponse
11728
+ */
11627
11729
  listEndpointGroupsWithOptions(request: ListEndpointGroupsRequest, runtime: $Util.RuntimeOptions): Promise<ListEndpointGroupsResponse>;
11730
+ /**
11731
+ * ## Debugging
11732
+ * [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)
11733
+ *
11734
+ * @param request ListEndpointGroupsRequest
11735
+ * @return ListEndpointGroupsResponse
11736
+ */
11628
11737
  listEndpointGroups(request: ListEndpointGroupsRequest): Promise<ListEndpointGroupsResponse>;
11629
11738
  /**
11630
- * > You can call this operation to query only custom forwarding rules. You cannot call this operation to query the default forwarding rule.
11739
+ * > This operation is used to query only custom forwarding rules, not the default forwarding rule.
11631
11740
  *
11632
11741
  * @param request ListForwardingRulesRequest
11633
11742
  * @param runtime runtime options for this request RuntimeOptions
@@ -11635,7 +11744,7 @@ export default class Client extends OpenApi {
11635
11744
  */
11636
11745
  listForwardingRulesWithOptions(request: ListForwardingRulesRequest, runtime: $Util.RuntimeOptions): Promise<ListForwardingRulesResponse>;
11637
11746
  /**
11638
- * > You can call this operation to query only custom forwarding rules. You cannot call this operation to query the default forwarding rule.
11747
+ * > This operation is used to query only custom forwarding rules, not the default forwarding rule.
11639
11748
  *
11640
11749
  * @param request ListForwardingRulesRequest
11641
11750
  * @return ListForwardingRulesResponse
@@ -11849,7 +11958,30 @@ export default class Client extends OpenApi {
11849
11958
  * @return UpdateAcceleratorCrossBorderModeResponse
11850
11959
  */
11851
11960
  updateAcceleratorCrossBorderMode(request: UpdateAcceleratorCrossBorderModeRequest): Promise<UpdateAcceleratorCrossBorderModeResponse>;
11961
+ /**
11962
+ * 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:
11963
+ * - **Basic GA instances**:
11964
+ * 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.
11965
+ * 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.
11966
+ * - **Standard GA instances**:
11967
+ * 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.
11968
+ *
11969
+ * @param request UpdateAcceleratorCrossBorderStatusRequest
11970
+ * @param runtime runtime options for this request RuntimeOptions
11971
+ * @return UpdateAcceleratorCrossBorderStatusResponse
11972
+ */
11852
11973
  updateAcceleratorCrossBorderStatusWithOptions(request: UpdateAcceleratorCrossBorderStatusRequest, runtime: $Util.RuntimeOptions): Promise<UpdateAcceleratorCrossBorderStatusResponse>;
11974
+ /**
11975
+ * 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:
11976
+ * - **Basic GA instances**:
11977
+ * 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.
11978
+ * 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.
11979
+ * - **Standard GA instances**:
11980
+ * 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.
11981
+ *
11982
+ * @param request UpdateAcceleratorCrossBorderStatusRequest
11983
+ * @return UpdateAcceleratorCrossBorderStatusResponse
11984
+ */
11853
11985
  updateAcceleratorCrossBorderStatus(request: UpdateAcceleratorCrossBorderStatusRequest): Promise<UpdateAcceleratorCrossBorderStatusResponse>;
11854
11986
  updateAclAttributeWithOptions(request: UpdateAclAttributeRequest, runtime: $Util.RuntimeOptions): Promise<UpdateAclAttributeResponse>;
11855
11987
  updateAclAttribute(request: UpdateAclAttributeRequest): Promise<UpdateAclAttributeResponse>;
@@ -12036,6 +12168,7 @@ export default class Client extends OpenApi {
12036
12168
  */
12037
12169
  updateCustomRoutingEndpointTrafficPolicies(request: UpdateCustomRoutingEndpointTrafficPoliciesRequest): Promise<UpdateCustomRoutingEndpointTrafficPoliciesResponse>;
12038
12170
  /**
12171
+ * ## Description
12039
12172
  * * **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
12173
  * * 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
12174
  * * If an endpoint group is in the **active** state, the endpoints in the endpoint group are modified.
@@ -12047,6 +12180,7 @@ export default class Client extends OpenApi {
12047
12180
  */
12048
12181
  updateCustomRoutingEndpointsWithOptions(request: UpdateCustomRoutingEndpointsRequest, runtime: $Util.RuntimeOptions): Promise<UpdateCustomRoutingEndpointsResponse>;
12049
12182
  /**
12183
+ * ## Description
12050
12184
  * * **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
12185
  * * 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
12186
  * * If an endpoint group is in the **active** state, the endpoints in the endpoint group are modified.
@@ -12092,9 +12226,9 @@ export default class Client extends OpenApi {
12092
12226
  updateDomainState(request: UpdateDomainStateRequest): Promise<UpdateDomainStateResponse>;
12093
12227
  /**
12094
12228
  * * **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.
12229
+ * * 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.
12230
+ * * If the endpoint group is in the **active** state, it indicates that the configurations of the endpoint group are modified.
12231
+ * * The **UpdateEndpointGroup** operation cannot be repeatedly called for the same Global Accelerator (GA) instance within a specific period of time.
12098
12232
  *
12099
12233
  * @param request UpdateEndpointGroupRequest
12100
12234
  * @param runtime runtime options for this request RuntimeOptions
@@ -12103,9 +12237,9 @@ export default class Client extends OpenApi {
12103
12237
  updateEndpointGroupWithOptions(request: UpdateEndpointGroupRequest, runtime: $Util.RuntimeOptions): Promise<UpdateEndpointGroupResponse>;
12104
12238
  /**
12105
12239
  * * **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.
12240
+ * * 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.
12241
+ * * If the endpoint group is in the **active** state, it indicates that the configurations of the endpoint group are modified.
12242
+ * * The **UpdateEndpointGroup** operation cannot be repeatedly called for the same Global Accelerator (GA) instance within a specific period of time.
12109
12243
  *
12110
12244
  * @param request UpdateEndpointGroupRequest
12111
12245
  * @return UpdateEndpointGroupResponse
@@ -12114,10 +12248,11 @@ export default class Client extends OpenApi {
12114
12248
  updateEndpointGroupAttributeWithOptions(request: UpdateEndpointGroupAttributeRequest, runtime: $Util.RuntimeOptions): Promise<UpdateEndpointGroupAttributeResponse>;
12115
12249
  updateEndpointGroupAttribute(request: UpdateEndpointGroupAttributeRequest): Promise<UpdateEndpointGroupAttributeResponse>;
12116
12250
  /**
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.
12251
+ * ### Description
12252
+ * * **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.
12253
+ * * 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.
12254
+ * * If the endpoint group is in the **active** state, it indicates that the configuration of the endpoint group is modified.
12255
+ * * 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
12256
  *
12122
12257
  * @param request UpdateEndpointGroupsRequest
12123
12258
  * @param runtime runtime options for this request RuntimeOptions
@@ -12125,10 +12260,11 @@ export default class Client extends OpenApi {
12125
12260
  */
12126
12261
  updateEndpointGroupsWithOptions(request: UpdateEndpointGroupsRequest, runtime: $Util.RuntimeOptions): Promise<UpdateEndpointGroupsResponse>;
12127
12262
  /**
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.
12263
+ * ### Description
12264
+ * * **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.
12265
+ * * 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.
12266
+ * * If the endpoint group is in the **active** state, it indicates that the configuration of the endpoint group is modified.
12267
+ * * 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
12268
  *
12133
12269
  * @param request UpdateEndpointGroupsRequest
12134
12270
  * @return UpdateEndpointGroupsResponse
@@ -12222,6 +12358,27 @@ export default class Client extends OpenApi {
12222
12358
  * @return UpdateListenerResponse
12223
12359
  */
12224
12360
  updateListener(request: UpdateListenerRequest): Promise<UpdateListenerResponse>;
12361
+ /**
12362
+ * * This operation is applicable only to **managed** Global Accelerator (GA) instances.
12363
+ * * 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.
12364
+ * * 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.
12365
+ * **
12366
+ * **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.
12367
+ *
12368
+ * @param request UpdateServiceManagedControlRequest
12369
+ * @param runtime runtime options for this request RuntimeOptions
12370
+ * @return UpdateServiceManagedControlResponse
12371
+ */
12225
12372
  updateServiceManagedControlWithOptions(request: UpdateServiceManagedControlRequest, runtime: $Util.RuntimeOptions): Promise<UpdateServiceManagedControlResponse>;
12373
+ /**
12374
+ * * This operation is applicable only to **managed** Global Accelerator (GA) instances.
12375
+ * * 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.
12376
+ * * 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.
12377
+ * **
12378
+ * **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.
12379
+ *
12380
+ * @param request UpdateServiceManagedControlRequest
12381
+ * @return UpdateServiceManagedControlResponse
12382
+ */
12226
12383
  updateServiceManagedControl(request: UpdateServiceManagedControlRequest): Promise<UpdateServiceManagedControlResponse>;
12227
12384
  }