@alicloud/ga20191120 1.0.22 → 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.js CHANGED
@@ -3499,6 +3499,9 @@ class DescribeAcceleratorResponseBody extends $tea.Model {
3499
3499
  requestId: 'RequestId',
3500
3500
  resourceGroupId: 'ResourceGroupId',
3501
3501
  secondDnsName: 'SecondDnsName',
3502
+ serviceId: 'ServiceId',
3503
+ serviceManaged: 'ServiceManaged',
3504
+ serviceManagedInfos: 'ServiceManagedInfos',
3502
3505
  spec: 'Spec',
3503
3506
  state: 'State',
3504
3507
  tags: 'Tags',
@@ -3527,6 +3530,9 @@ class DescribeAcceleratorResponseBody extends $tea.Model {
3527
3530
  requestId: 'string',
3528
3531
  resourceGroupId: 'string',
3529
3532
  secondDnsName: 'string',
3533
+ serviceId: 'string',
3534
+ serviceManaged: 'boolean',
3535
+ serviceManagedInfos: { 'type': 'array', 'itemType': DescribeAcceleratorResponseBodyServiceManagedInfos },
3530
3536
  spec: 'string',
3531
3537
  state: 'string',
3532
3538
  tags: { 'type': 'array', 'itemType': DescribeAcceleratorResponseBodyTags },
@@ -4076,6 +4082,9 @@ class DescribeCustomRoutingEndPointTrafficPolicyResponseBody extends $tea.Model
4076
4082
  policyId: 'PolicyId',
4077
4083
  portRanges: 'PortRanges',
4078
4084
  requestId: 'RequestId',
4085
+ serviceId: 'ServiceId',
4086
+ serviceManaged: 'ServiceManaged',
4087
+ serviceManagedInfos: 'ServiceManagedInfos',
4079
4088
  state: 'State',
4080
4089
  };
4081
4090
  }
@@ -4090,6 +4099,9 @@ class DescribeCustomRoutingEndPointTrafficPolicyResponseBody extends $tea.Model
4090
4099
  policyId: 'string',
4091
4100
  portRanges: { 'type': 'array', 'itemType': DescribeCustomRoutingEndPointTrafficPolicyResponseBodyPortRanges },
4092
4101
  requestId: 'string',
4102
+ serviceId: 'string',
4103
+ serviceManaged: 'boolean',
4104
+ serviceManagedInfos: { 'type': 'array', 'itemType': DescribeCustomRoutingEndPointTrafficPolicyResponseBodyServiceManagedInfos },
4093
4105
  state: 'string',
4094
4106
  };
4095
4107
  }
@@ -4147,6 +4159,9 @@ class DescribeCustomRoutingEndpointResponseBody extends $tea.Model {
4147
4159
  endpointId: 'EndpointId',
4148
4160
  listenerId: 'ListenerId',
4149
4161
  requestId: 'RequestId',
4162
+ serviceId: 'ServiceId',
4163
+ serviceManaged: 'ServiceManaged',
4164
+ serviceManagedInfos: 'ServiceManagedInfos',
4150
4165
  state: 'State',
4151
4166
  trafficToEndpointPolicy: 'TrafficToEndpointPolicy',
4152
4167
  type: 'Type',
@@ -4160,6 +4175,9 @@ class DescribeCustomRoutingEndpointResponseBody extends $tea.Model {
4160
4175
  endpointId: 'string',
4161
4176
  listenerId: 'string',
4162
4177
  requestId: 'string',
4178
+ serviceId: 'string',
4179
+ serviceManaged: 'boolean',
4180
+ serviceManagedInfos: { 'type': 'array', 'itemType': DescribeCustomRoutingEndpointResponseBodyServiceManagedInfos },
4163
4181
  state: 'string',
4164
4182
  trafficToEndpointPolicy: 'string',
4165
4183
  type: 'string',
@@ -4222,6 +4240,9 @@ class DescribeCustomRoutingEndpointGroupResponseBody extends $tea.Model {
4222
4240
  listenerId: 'ListenerId',
4223
4241
  name: 'Name',
4224
4242
  requestId: 'RequestId',
4243
+ serviceId: 'ServiceId',
4244
+ serviceManaged: 'ServiceManaged',
4245
+ serviceManagedInfos: 'ServiceManagedInfos',
4225
4246
  slsLogStoreName: 'SlsLogStoreName',
4226
4247
  slsProjectName: 'SlsProjectName',
4227
4248
  slsRegion: 'SlsRegion',
@@ -4241,6 +4262,9 @@ class DescribeCustomRoutingEndpointGroupResponseBody extends $tea.Model {
4241
4262
  listenerId: 'string',
4242
4263
  name: 'string',
4243
4264
  requestId: 'string',
4265
+ serviceId: 'string',
4266
+ serviceManaged: 'boolean',
4267
+ serviceManagedInfos: { 'type': 'array', 'itemType': DescribeCustomRoutingEndpointGroupResponseBodyServiceManagedInfos },
4244
4268
  slsLogStoreName: 'string',
4245
4269
  slsProjectName: 'string',
4246
4270
  slsRegion: 'string',
@@ -4302,6 +4326,9 @@ class DescribeCustomRoutingEndpointGroupDestinationsResponseBody extends $tea.Mo
4302
4326
  listenerId: 'ListenerId',
4303
4327
  protocols: 'Protocols',
4304
4328
  requestId: 'RequestId',
4329
+ serviceId: 'ServiceId',
4330
+ serviceManaged: 'ServiceManaged',
4331
+ serviceManagedInfos: 'ServiceManagedInfos',
4305
4332
  state: 'State',
4306
4333
  toPort: 'ToPort',
4307
4334
  };
@@ -4315,6 +4342,9 @@ class DescribeCustomRoutingEndpointGroupDestinationsResponseBody extends $tea.Mo
4315
4342
  listenerId: 'string',
4316
4343
  protocols: { 'type': 'array', 'itemType': 'string' },
4317
4344
  requestId: 'string',
4345
+ serviceId: 'string',
4346
+ serviceManaged: 'boolean',
4347
+ serviceManagedInfos: { 'type': 'array', 'itemType': DescribeCustomRoutingEndpointGroupDestinationsResponseBodyServiceManagedInfos },
4318
4348
  state: 'string',
4319
4349
  toPort: 'number',
4320
4350
  };
@@ -4386,6 +4416,9 @@ class DescribeEndpointGroupResponseBody extends $tea.Model {
4386
4416
  name: 'Name',
4387
4417
  portOverrides: 'PortOverrides',
4388
4418
  requestId: 'RequestId',
4419
+ serviceId: 'ServiceId',
4420
+ serviceManaged: 'ServiceManaged',
4421
+ serviceManagedInfos: 'ServiceManagedInfos',
4389
4422
  slsLogStoreName: 'SlsLogStoreName',
4390
4423
  slsProjectName: 'SlsProjectName',
4391
4424
  slsRegion: 'SlsRegion',
@@ -4418,6 +4451,9 @@ class DescribeEndpointGroupResponseBody extends $tea.Model {
4418
4451
  name: 'string',
4419
4452
  portOverrides: { 'type': 'array', 'itemType': DescribeEndpointGroupResponseBodyPortOverrides },
4420
4453
  requestId: 'string',
4454
+ serviceId: 'string',
4455
+ serviceManaged: 'boolean',
4456
+ serviceManagedInfos: { 'type': 'array', 'itemType': DescribeEndpointGroupResponseBodyServiceManagedInfos },
4421
4457
  slsLogStoreName: 'string',
4422
4458
  slsProjectName: 'string',
4423
4459
  slsRegion: 'string',
@@ -4481,6 +4517,9 @@ class DescribeIpSetResponseBody extends $tea.Model {
4481
4517
  ipVersion: 'IpVersion',
4482
4518
  ispType: 'IspType',
4483
4519
  requestId: 'RequestId',
4520
+ serviceId: 'ServiceId',
4521
+ serviceManaged: 'ServiceManaged',
4522
+ serviceManagedInfos: 'ServiceManagedInfos',
4484
4523
  state: 'State',
4485
4524
  };
4486
4525
  }
@@ -4494,6 +4533,9 @@ class DescribeIpSetResponseBody extends $tea.Model {
4494
4533
  ipVersion: 'string',
4495
4534
  ispType: 'string',
4496
4535
  requestId: 'string',
4536
+ serviceId: 'string',
4537
+ serviceManaged: 'boolean',
4538
+ serviceManagedInfos: { 'type': 'array', 'itemType': DescribeIpSetResponseBodyServiceManagedInfos },
4497
4539
  state: 'string',
4498
4540
  };
4499
4541
  }
@@ -4558,6 +4600,9 @@ class DescribeListenerResponseBody extends $tea.Model {
4558
4600
  relatedAcls: 'RelatedAcls',
4559
4601
  requestId: 'RequestId',
4560
4602
  securityPolicyId: 'SecurityPolicyId',
4603
+ serviceId: 'ServiceId',
4604
+ serviceManaged: 'ServiceManaged',
4605
+ serviceManagedInfos: 'ServiceManagedInfos',
4561
4606
  state: 'State',
4562
4607
  type: 'Type',
4563
4608
  XForwardedForConfig: 'XForwardedForConfig',
@@ -4580,6 +4625,9 @@ class DescribeListenerResponseBody extends $tea.Model {
4580
4625
  relatedAcls: { 'type': 'array', 'itemType': DescribeListenerResponseBodyRelatedAcls },
4581
4626
  requestId: 'string',
4582
4627
  securityPolicyId: 'string',
4628
+ serviceId: 'string',
4629
+ serviceManaged: 'boolean',
4630
+ serviceManagedInfos: { 'type': 'array', 'itemType': DescribeListenerResponseBodyServiceManagedInfos },
4583
4631
  state: 'string',
4584
4632
  type: 'string',
4585
4633
  XForwardedForConfig: DescribeListenerResponseBodyXForwardedForConfig,
@@ -4607,6 +4655,78 @@ class DescribeListenerResponse extends $tea.Model {
4607
4655
  }
4608
4656
  }
4609
4657
  exports.DescribeListenerResponse = DescribeListenerResponse;
4658
+ class DescribeLogStoreOfEndpointGroupRequest extends $tea.Model {
4659
+ constructor(map) {
4660
+ super(map);
4661
+ }
4662
+ static names() {
4663
+ return {
4664
+ acceleratorId: 'AcceleratorId',
4665
+ endpointGroupId: 'EndpointGroupId',
4666
+ listenerId: 'ListenerId',
4667
+ regionId: 'RegionId',
4668
+ };
4669
+ }
4670
+ static types() {
4671
+ return {
4672
+ acceleratorId: 'string',
4673
+ endpointGroupId: 'string',
4674
+ listenerId: 'string',
4675
+ regionId: 'string',
4676
+ };
4677
+ }
4678
+ }
4679
+ exports.DescribeLogStoreOfEndpointGroupRequest = DescribeLogStoreOfEndpointGroupRequest;
4680
+ class DescribeLogStoreOfEndpointGroupResponseBody extends $tea.Model {
4681
+ constructor(map) {
4682
+ super(map);
4683
+ }
4684
+ static names() {
4685
+ return {
4686
+ acceleratorId: 'AcceleratorId',
4687
+ endpointGroupId: 'EndpointGroupId',
4688
+ listenerId: 'ListenerId',
4689
+ requestId: 'RequestId',
4690
+ slsLogStoreName: 'SlsLogStoreName',
4691
+ slsProjectName: 'SlsProjectName',
4692
+ slsRegionId: 'SlsRegionId',
4693
+ status: 'Status',
4694
+ };
4695
+ }
4696
+ static types() {
4697
+ return {
4698
+ acceleratorId: 'string',
4699
+ endpointGroupId: 'string',
4700
+ listenerId: 'string',
4701
+ requestId: 'string',
4702
+ slsLogStoreName: 'string',
4703
+ slsProjectName: 'string',
4704
+ slsRegionId: 'string',
4705
+ status: 'string',
4706
+ };
4707
+ }
4708
+ }
4709
+ exports.DescribeLogStoreOfEndpointGroupResponseBody = DescribeLogStoreOfEndpointGroupResponseBody;
4710
+ class DescribeLogStoreOfEndpointGroupResponse extends $tea.Model {
4711
+ constructor(map) {
4712
+ super(map);
4713
+ }
4714
+ static names() {
4715
+ return {
4716
+ headers: 'headers',
4717
+ statusCode: 'statusCode',
4718
+ body: 'body',
4719
+ };
4720
+ }
4721
+ static types() {
4722
+ return {
4723
+ headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
4724
+ statusCode: 'number',
4725
+ body: DescribeLogStoreOfEndpointGroupResponseBody,
4726
+ };
4727
+ }
4728
+ }
4729
+ exports.DescribeLogStoreOfEndpointGroupResponse = DescribeLogStoreOfEndpointGroupResponse;
4610
4730
  class DescribeRegionsRequest extends $tea.Model {
4611
4731
  constructor(map) {
4612
4732
  super(map);
@@ -6908,8 +7028,8 @@ class ListCustomRoutingEndpointGroupDestinationsRequest extends $tea.Model {
6908
7028
  endpointGroupId: 'string',
6909
7029
  fromPort: 'number',
6910
7030
  listenerId: 'string',
6911
- pageNumber: 'string',
6912
- pageSize: 'string',
7031
+ pageNumber: 'number',
7032
+ pageSize: 'number',
6913
7033
  protocols: { 'type': 'array', 'itemType': 'string' },
6914
7034
  regionId: 'string',
6915
7035
  toPort: 'number',
@@ -6980,8 +7100,8 @@ class ListCustomRoutingEndpointGroupsRequest extends $tea.Model {
6980
7100
  acceleratorId: 'string',
6981
7101
  endpointGroupId: 'string',
6982
7102
  listenerId: 'string',
6983
- pageNumber: 'string',
6984
- pageSize: 'string',
7103
+ pageNumber: 'number',
7104
+ pageSize: 'number',
6985
7105
  regionId: 'string',
6986
7106
  };
6987
7107
  }
@@ -7054,8 +7174,8 @@ class ListCustomRoutingEndpointTrafficPoliciesRequest extends $tea.Model {
7054
7174
  endpointGroupId: 'string',
7055
7175
  endpointId: 'string',
7056
7176
  listenerId: 'string',
7057
- pageNumber: 'string',
7058
- pageSize: 'string',
7177
+ pageNumber: 'number',
7178
+ pageSize: 'number',
7059
7179
  regionId: 'string',
7060
7180
  };
7061
7181
  }
@@ -7124,8 +7244,8 @@ class ListCustomRoutingEndpointsRequest extends $tea.Model {
7124
7244
  acceleratorId: 'string',
7125
7245
  endpointGroupId: 'string',
7126
7246
  listenerId: 'string',
7127
- pageNumber: 'string',
7128
- pageSize: 'string',
7247
+ pageNumber: 'number',
7248
+ pageSize: 'number',
7129
7249
  regionId: 'string',
7130
7250
  };
7131
7251
  }
@@ -7194,8 +7314,8 @@ class ListCustomRoutingPortMappingsRequest extends $tea.Model {
7194
7314
  acceleratorId: 'string',
7195
7315
  endpointGroupId: 'string',
7196
7316
  listenerId: 'string',
7197
- pageNumber: 'string',
7198
- pageSize: 'string',
7317
+ pageNumber: 'number',
7318
+ pageSize: 'number',
7199
7319
  regionId: 'string',
7200
7320
  };
7201
7321
  }
@@ -7262,8 +7382,8 @@ class ListCustomRoutingPortMappingsByDestinationRequest extends $tea.Model {
7262
7382
  return {
7263
7383
  destinationAddress: 'string',
7264
7384
  endpointId: 'string',
7265
- pageNumber: 'string',
7266
- pageSize: 'string',
7385
+ pageNumber: 'number',
7386
+ pageSize: 'number',
7267
7387
  regionId: 'string',
7268
7388
  };
7269
7389
  }
@@ -8647,6 +8767,64 @@ class UpdateAcceleratorCrossBorderModeResponse extends $tea.Model {
8647
8767
  }
8648
8768
  }
8649
8769
  exports.UpdateAcceleratorCrossBorderModeResponse = UpdateAcceleratorCrossBorderModeResponse;
8770
+ class UpdateAcceleratorCrossBorderStatusRequest extends $tea.Model {
8771
+ constructor(map) {
8772
+ super(map);
8773
+ }
8774
+ static names() {
8775
+ return {
8776
+ acceleratorId: 'AcceleratorId',
8777
+ clientToken: 'ClientToken',
8778
+ crossBorderStatus: 'CrossBorderStatus',
8779
+ regionId: 'RegionId',
8780
+ };
8781
+ }
8782
+ static types() {
8783
+ return {
8784
+ acceleratorId: 'string',
8785
+ clientToken: 'string',
8786
+ crossBorderStatus: 'boolean',
8787
+ regionId: 'string',
8788
+ };
8789
+ }
8790
+ }
8791
+ exports.UpdateAcceleratorCrossBorderStatusRequest = UpdateAcceleratorCrossBorderStatusRequest;
8792
+ class UpdateAcceleratorCrossBorderStatusResponseBody extends $tea.Model {
8793
+ constructor(map) {
8794
+ super(map);
8795
+ }
8796
+ static names() {
8797
+ return {
8798
+ requestId: 'RequestId',
8799
+ };
8800
+ }
8801
+ static types() {
8802
+ return {
8803
+ requestId: 'string',
8804
+ };
8805
+ }
8806
+ }
8807
+ exports.UpdateAcceleratorCrossBorderStatusResponseBody = UpdateAcceleratorCrossBorderStatusResponseBody;
8808
+ class UpdateAcceleratorCrossBorderStatusResponse extends $tea.Model {
8809
+ constructor(map) {
8810
+ super(map);
8811
+ }
8812
+ static names() {
8813
+ return {
8814
+ headers: 'headers',
8815
+ statusCode: 'statusCode',
8816
+ body: 'body',
8817
+ };
8818
+ }
8819
+ static types() {
8820
+ return {
8821
+ headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
8822
+ statusCode: 'number',
8823
+ body: UpdateAcceleratorCrossBorderStatusResponseBody,
8824
+ };
8825
+ }
8826
+ }
8827
+ exports.UpdateAcceleratorCrossBorderStatusResponse = UpdateAcceleratorCrossBorderStatusResponse;
8650
8828
  class UpdateAclAttributeRequest extends $tea.Model {
8651
8829
  constructor(map) {
8652
8830
  super(map);
@@ -10043,6 +10221,66 @@ class UpdateListenerResponse extends $tea.Model {
10043
10221
  }
10044
10222
  }
10045
10223
  exports.UpdateListenerResponse = UpdateListenerResponse;
10224
+ class UpdateServiceManagedControlRequest extends $tea.Model {
10225
+ constructor(map) {
10226
+ super(map);
10227
+ }
10228
+ static names() {
10229
+ return {
10230
+ clientToken: 'ClientToken',
10231
+ regionId: 'RegionId',
10232
+ resourceId: 'ResourceId',
10233
+ resourceType: 'ResourceType',
10234
+ serviceManaged: 'ServiceManaged',
10235
+ };
10236
+ }
10237
+ static types() {
10238
+ return {
10239
+ clientToken: 'string',
10240
+ regionId: 'string',
10241
+ resourceId: 'string',
10242
+ resourceType: 'string',
10243
+ serviceManaged: 'boolean',
10244
+ };
10245
+ }
10246
+ }
10247
+ exports.UpdateServiceManagedControlRequest = UpdateServiceManagedControlRequest;
10248
+ class UpdateServiceManagedControlResponseBody extends $tea.Model {
10249
+ constructor(map) {
10250
+ super(map);
10251
+ }
10252
+ static names() {
10253
+ return {
10254
+ requestId: 'RequestId',
10255
+ };
10256
+ }
10257
+ static types() {
10258
+ return {
10259
+ requestId: 'string',
10260
+ };
10261
+ }
10262
+ }
10263
+ exports.UpdateServiceManagedControlResponseBody = UpdateServiceManagedControlResponseBody;
10264
+ class UpdateServiceManagedControlResponse extends $tea.Model {
10265
+ constructor(map) {
10266
+ super(map);
10267
+ }
10268
+ static names() {
10269
+ return {
10270
+ headers: 'headers',
10271
+ statusCode: 'statusCode',
10272
+ body: 'body',
10273
+ };
10274
+ }
10275
+ static types() {
10276
+ return {
10277
+ headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
10278
+ statusCode: 'number',
10279
+ body: UpdateServiceManagedControlResponseBody,
10280
+ };
10281
+ }
10282
+ }
10283
+ exports.UpdateServiceManagedControlResponse = UpdateServiceManagedControlResponse;
10046
10284
  class AddEntriesToAclRequestAclEntries extends $tea.Model {
10047
10285
  constructor(map) {
10048
10286
  super(map);
@@ -10476,6 +10714,7 @@ class CreateEndpointGroupRequestEndpointConfigurations extends $tea.Model {
10476
10714
  enableClientIPPreservation: 'EnableClientIPPreservation',
10477
10715
  enableProxyProtocol: 'EnableProxyProtocol',
10478
10716
  endpoint: 'Endpoint',
10717
+ subAddress: 'SubAddress',
10479
10718
  type: 'Type',
10480
10719
  weight: 'Weight',
10481
10720
  };
@@ -10485,6 +10724,7 @@ class CreateEndpointGroupRequestEndpointConfigurations extends $tea.Model {
10485
10724
  enableClientIPPreservation: 'boolean',
10486
10725
  enableProxyProtocol: 'boolean',
10487
10726
  endpoint: 'string',
10727
+ subAddress: 'string',
10488
10728
  type: 'string',
10489
10729
  weight: 'number',
10490
10730
  };
@@ -10534,6 +10774,7 @@ class CreateEndpointGroupsRequestEndpointGroupConfigurationsEndpointConfiguratio
10534
10774
  static names() {
10535
10775
  return {
10536
10776
  endpoint: 'Endpoint',
10777
+ subAddress: 'SubAddress',
10537
10778
  type: 'Type',
10538
10779
  weight: 'Weight',
10539
10780
  };
@@ -10541,6 +10782,7 @@ class CreateEndpointGroupsRequestEndpointGroupConfigurationsEndpointConfiguratio
10541
10782
  static types() {
10542
10783
  return {
10543
10784
  endpoint: 'string',
10785
+ subAddress: 'string',
10544
10786
  type: 'string',
10545
10787
  weight: 'number',
10546
10788
  };
@@ -11117,6 +11359,26 @@ class DescribeAcceleratorResponseBodyIpSetConfig extends $tea.Model {
11117
11359
  }
11118
11360
  }
11119
11361
  exports.DescribeAcceleratorResponseBodyIpSetConfig = DescribeAcceleratorResponseBodyIpSetConfig;
11362
+ class DescribeAcceleratorResponseBodyServiceManagedInfos extends $tea.Model {
11363
+ constructor(map) {
11364
+ super(map);
11365
+ }
11366
+ static names() {
11367
+ return {
11368
+ action: 'Action',
11369
+ childType: 'ChildType',
11370
+ isManaged: 'IsManaged',
11371
+ };
11372
+ }
11373
+ static types() {
11374
+ return {
11375
+ action: 'string',
11376
+ childType: 'string',
11377
+ isManaged: 'boolean',
11378
+ };
11379
+ }
11380
+ }
11381
+ exports.DescribeAcceleratorResponseBodyServiceManagedInfos = DescribeAcceleratorResponseBodyServiceManagedInfos;
11120
11382
  class DescribeAcceleratorResponseBodyTags extends $tea.Model {
11121
11383
  constructor(map) {
11122
11384
  super(map);
@@ -11441,6 +11703,86 @@ class DescribeCustomRoutingEndPointTrafficPolicyResponseBodyPortRanges extends $
11441
11703
  }
11442
11704
  }
11443
11705
  exports.DescribeCustomRoutingEndPointTrafficPolicyResponseBodyPortRanges = DescribeCustomRoutingEndPointTrafficPolicyResponseBodyPortRanges;
11706
+ class DescribeCustomRoutingEndPointTrafficPolicyResponseBodyServiceManagedInfos extends $tea.Model {
11707
+ constructor(map) {
11708
+ super(map);
11709
+ }
11710
+ static names() {
11711
+ return {
11712
+ action: 'Action',
11713
+ childType: 'ChildType',
11714
+ isManaged: 'IsManaged',
11715
+ };
11716
+ }
11717
+ static types() {
11718
+ return {
11719
+ action: 'string',
11720
+ childType: 'string',
11721
+ isManaged: 'boolean',
11722
+ };
11723
+ }
11724
+ }
11725
+ exports.DescribeCustomRoutingEndPointTrafficPolicyResponseBodyServiceManagedInfos = DescribeCustomRoutingEndPointTrafficPolicyResponseBodyServiceManagedInfos;
11726
+ class DescribeCustomRoutingEndpointResponseBodyServiceManagedInfos extends $tea.Model {
11727
+ constructor(map) {
11728
+ super(map);
11729
+ }
11730
+ static names() {
11731
+ return {
11732
+ action: 'Action',
11733
+ childType: 'ChildType',
11734
+ isManaged: 'IsManaged',
11735
+ };
11736
+ }
11737
+ static types() {
11738
+ return {
11739
+ action: 'string',
11740
+ childType: 'string',
11741
+ isManaged: 'boolean',
11742
+ };
11743
+ }
11744
+ }
11745
+ exports.DescribeCustomRoutingEndpointResponseBodyServiceManagedInfos = DescribeCustomRoutingEndpointResponseBodyServiceManagedInfos;
11746
+ class DescribeCustomRoutingEndpointGroupResponseBodyServiceManagedInfos extends $tea.Model {
11747
+ constructor(map) {
11748
+ super(map);
11749
+ }
11750
+ static names() {
11751
+ return {
11752
+ action: 'Action',
11753
+ childType: 'ChildType',
11754
+ isManaged: 'IsManaged',
11755
+ };
11756
+ }
11757
+ static types() {
11758
+ return {
11759
+ action: 'string',
11760
+ childType: 'string',
11761
+ isManaged: 'boolean',
11762
+ };
11763
+ }
11764
+ }
11765
+ exports.DescribeCustomRoutingEndpointGroupResponseBodyServiceManagedInfos = DescribeCustomRoutingEndpointGroupResponseBodyServiceManagedInfos;
11766
+ class DescribeCustomRoutingEndpointGroupDestinationsResponseBodyServiceManagedInfos extends $tea.Model {
11767
+ constructor(map) {
11768
+ super(map);
11769
+ }
11770
+ static names() {
11771
+ return {
11772
+ action: 'Action',
11773
+ childType: 'ChildType',
11774
+ isManaged: 'IsManaged',
11775
+ };
11776
+ }
11777
+ static types() {
11778
+ return {
11779
+ action: 'string',
11780
+ childType: 'string',
11781
+ isManaged: 'boolean',
11782
+ };
11783
+ }
11784
+ }
11785
+ exports.DescribeCustomRoutingEndpointGroupDestinationsResponseBodyServiceManagedInfos = DescribeCustomRoutingEndpointGroupDestinationsResponseBodyServiceManagedInfos;
11444
11786
  class DescribeEndpointGroupResponseBodyEndpointConfigurations extends $tea.Model {
11445
11787
  constructor(map) {
11446
11788
  super(map);
@@ -11452,6 +11794,7 @@ class DescribeEndpointGroupResponseBodyEndpointConfigurations extends $tea.Model
11452
11794
  endpoint: 'Endpoint',
11453
11795
  probePort: 'ProbePort',
11454
11796
  probeProtocol: 'ProbeProtocol',
11797
+ subAddress: 'SubAddress',
11455
11798
  type: 'Type',
11456
11799
  weight: 'Weight',
11457
11800
  };
@@ -11463,6 +11806,7 @@ class DescribeEndpointGroupResponseBodyEndpointConfigurations extends $tea.Model
11463
11806
  endpoint: 'string',
11464
11807
  probePort: 'number',
11465
11808
  probeProtocol: 'string',
11809
+ subAddress: 'string',
11466
11810
  type: 'string',
11467
11811
  weight: 'number',
11468
11812
  };
@@ -11487,6 +11831,26 @@ class DescribeEndpointGroupResponseBodyPortOverrides extends $tea.Model {
11487
11831
  }
11488
11832
  }
11489
11833
  exports.DescribeEndpointGroupResponseBodyPortOverrides = DescribeEndpointGroupResponseBodyPortOverrides;
11834
+ class DescribeEndpointGroupResponseBodyServiceManagedInfos extends $tea.Model {
11835
+ constructor(map) {
11836
+ super(map);
11837
+ }
11838
+ static names() {
11839
+ return {
11840
+ action: 'Action',
11841
+ childType: 'ChildType',
11842
+ isManaged: 'IsManaged',
11843
+ };
11844
+ }
11845
+ static types() {
11846
+ return {
11847
+ action: 'string',
11848
+ childType: 'string',
11849
+ isManaged: 'boolean',
11850
+ };
11851
+ }
11852
+ }
11853
+ exports.DescribeEndpointGroupResponseBodyServiceManagedInfos = DescribeEndpointGroupResponseBodyServiceManagedInfos;
11490
11854
  class DescribeEndpointGroupResponseBodyTags extends $tea.Model {
11491
11855
  constructor(map) {
11492
11856
  super(map);
@@ -11505,6 +11869,26 @@ class DescribeEndpointGroupResponseBodyTags extends $tea.Model {
11505
11869
  }
11506
11870
  }
11507
11871
  exports.DescribeEndpointGroupResponseBodyTags = DescribeEndpointGroupResponseBodyTags;
11872
+ class DescribeIpSetResponseBodyServiceManagedInfos extends $tea.Model {
11873
+ constructor(map) {
11874
+ super(map);
11875
+ }
11876
+ static names() {
11877
+ return {
11878
+ action: 'Action',
11879
+ childType: 'ChildType',
11880
+ isManaged: 'IsManaged',
11881
+ };
11882
+ }
11883
+ static types() {
11884
+ return {
11885
+ action: 'string',
11886
+ childType: 'string',
11887
+ isManaged: 'boolean',
11888
+ };
11889
+ }
11890
+ }
11891
+ exports.DescribeIpSetResponseBodyServiceManagedInfos = DescribeIpSetResponseBodyServiceManagedInfos;
11508
11892
  class DescribeListenerResponseBodyBackendPorts extends $tea.Model {
11509
11893
  constructor(map) {
11510
11894
  super(map);
@@ -11576,7 +11960,27 @@ class DescribeListenerResponseBodyRelatedAcls extends $tea.Model {
11576
11960
  };
11577
11961
  }
11578
11962
  }
11579
- exports.DescribeListenerResponseBodyRelatedAcls = DescribeListenerResponseBodyRelatedAcls;
11963
+ exports.DescribeListenerResponseBodyRelatedAcls = DescribeListenerResponseBodyRelatedAcls;
11964
+ class DescribeListenerResponseBodyServiceManagedInfos extends $tea.Model {
11965
+ constructor(map) {
11966
+ super(map);
11967
+ }
11968
+ static names() {
11969
+ return {
11970
+ action: 'Action',
11971
+ childType: 'ChildType',
11972
+ isManaged: 'IsManaged',
11973
+ };
11974
+ }
11975
+ static types() {
11976
+ return {
11977
+ action: 'string',
11978
+ childType: 'string',
11979
+ isManaged: 'boolean',
11980
+ };
11981
+ }
11982
+ }
11983
+ exports.DescribeListenerResponseBodyServiceManagedInfos = DescribeListenerResponseBodyServiceManagedInfos;
11580
11984
  class DescribeListenerResponseBodyXForwardedForConfig extends $tea.Model {
11581
11985
  constructor(map) {
11582
11986
  super(map);
@@ -11891,6 +12295,26 @@ class ListAcceleratorsResponseBodyAcceleratorsIpSetConfig extends $tea.Model {
11891
12295
  }
11892
12296
  }
11893
12297
  exports.ListAcceleratorsResponseBodyAcceleratorsIpSetConfig = ListAcceleratorsResponseBodyAcceleratorsIpSetConfig;
12298
+ class ListAcceleratorsResponseBodyAcceleratorsServiceManagedInfos extends $tea.Model {
12299
+ constructor(map) {
12300
+ super(map);
12301
+ }
12302
+ static names() {
12303
+ return {
12304
+ action: 'Action',
12305
+ childType: 'ChildType',
12306
+ isManaged: 'IsManaged',
12307
+ };
12308
+ }
12309
+ static types() {
12310
+ return {
12311
+ action: 'string',
12312
+ childType: 'string',
12313
+ isManaged: 'boolean',
12314
+ };
12315
+ }
12316
+ }
12317
+ exports.ListAcceleratorsResponseBodyAcceleratorsServiceManagedInfos = ListAcceleratorsResponseBodyAcceleratorsServiceManagedInfos;
11894
12318
  class ListAcceleratorsResponseBodyAcceleratorsTags extends $tea.Model {
11895
12319
  constructor(map) {
11896
12320
  super(map);
@@ -11934,6 +12358,9 @@ class ListAcceleratorsResponseBodyAccelerators extends $tea.Model {
11934
12358
  regionId: 'RegionId',
11935
12359
  resourceGroupId: 'ResourceGroupId',
11936
12360
  secondDnsName: 'SecondDnsName',
12361
+ serviceId: 'ServiceId',
12362
+ serviceManaged: 'ServiceManaged',
12363
+ serviceManagedInfos: 'ServiceManagedInfos',
11937
12364
  spec: 'Spec',
11938
12365
  state: 'State',
11939
12366
  tags: 'Tags',
@@ -11962,6 +12389,9 @@ class ListAcceleratorsResponseBodyAccelerators extends $tea.Model {
11962
12389
  regionId: 'string',
11963
12390
  resourceGroupId: 'string',
11964
12391
  secondDnsName: 'string',
12392
+ serviceId: 'string',
12393
+ serviceManaged: 'boolean',
12394
+ serviceManagedInfos: { 'type': 'array', 'itemType': ListAcceleratorsResponseBodyAcceleratorsServiceManagedInfos },
11965
12395
  spec: 'string',
11966
12396
  state: 'string',
11967
12397
  tags: { 'type': 'array', 'itemType': ListAcceleratorsResponseBodyAcceleratorsTags },
@@ -12583,6 +13013,26 @@ class ListCommonAreasResponseBodyAreas extends $tea.Model {
12583
13013
  }
12584
13014
  }
12585
13015
  exports.ListCommonAreasResponseBodyAreas = ListCommonAreasResponseBodyAreas;
13016
+ class ListCustomRoutingEndpointGroupDestinationsResponseBodyDestinationsServiceManagedInfos extends $tea.Model {
13017
+ constructor(map) {
13018
+ super(map);
13019
+ }
13020
+ static names() {
13021
+ return {
13022
+ action: 'Action',
13023
+ childType: 'ChildType',
13024
+ isManaged: 'IsManaged',
13025
+ };
13026
+ }
13027
+ static types() {
13028
+ return {
13029
+ action: 'string',
13030
+ childType: 'string',
13031
+ isManaged: 'boolean',
13032
+ };
13033
+ }
13034
+ }
13035
+ exports.ListCustomRoutingEndpointGroupDestinationsResponseBodyDestinationsServiceManagedInfos = ListCustomRoutingEndpointGroupDestinationsResponseBodyDestinationsServiceManagedInfos;
12586
13036
  class ListCustomRoutingEndpointGroupDestinationsResponseBodyDestinations extends $tea.Model {
12587
13037
  constructor(map) {
12588
13038
  super(map);
@@ -12595,6 +13045,9 @@ class ListCustomRoutingEndpointGroupDestinationsResponseBodyDestinations extends
12595
13045
  fromPort: 'FromPort',
12596
13046
  listenerId: 'ListenerId',
12597
13047
  protocols: 'Protocols',
13048
+ serviceId: 'ServiceId',
13049
+ serviceManaged: 'ServiceManaged',
13050
+ serviceManagedInfos: 'ServiceManagedInfos',
12598
13051
  toPort: 'ToPort',
12599
13052
  };
12600
13053
  }
@@ -12606,11 +13059,34 @@ class ListCustomRoutingEndpointGroupDestinationsResponseBodyDestinations extends
12606
13059
  fromPort: 'number',
12607
13060
  listenerId: 'string',
12608
13061
  protocols: { 'type': 'array', 'itemType': 'string' },
13062
+ serviceId: 'string',
13063
+ serviceManaged: 'boolean',
13064
+ serviceManagedInfos: { 'type': 'array', 'itemType': ListCustomRoutingEndpointGroupDestinationsResponseBodyDestinationsServiceManagedInfos },
12609
13065
  toPort: 'number',
12610
13066
  };
12611
13067
  }
12612
13068
  }
12613
13069
  exports.ListCustomRoutingEndpointGroupDestinationsResponseBodyDestinations = ListCustomRoutingEndpointGroupDestinationsResponseBodyDestinations;
13070
+ class ListCustomRoutingEndpointGroupsResponseBodyEndpointGroupsServiceManagedInfos extends $tea.Model {
13071
+ constructor(map) {
13072
+ super(map);
13073
+ }
13074
+ static names() {
13075
+ return {
13076
+ action: 'Action',
13077
+ childType: 'ChildType',
13078
+ isManaged: 'IsManaged',
13079
+ };
13080
+ }
13081
+ static types() {
13082
+ return {
13083
+ action: 'string',
13084
+ childType: 'string',
13085
+ isManaged: 'boolean',
13086
+ };
13087
+ }
13088
+ }
13089
+ exports.ListCustomRoutingEndpointGroupsResponseBodyEndpointGroupsServiceManagedInfos = ListCustomRoutingEndpointGroupsResponseBodyEndpointGroupsServiceManagedInfos;
12614
13090
  class ListCustomRoutingEndpointGroupsResponseBodyEndpointGroups extends $tea.Model {
12615
13091
  constructor(map) {
12616
13092
  super(map);
@@ -12625,6 +13101,9 @@ class ListCustomRoutingEndpointGroupsResponseBodyEndpointGroups extends $tea.Mod
12625
13101
  endpointGroupUnconfirmedIpList: 'EndpointGroupUnconfirmedIpList',
12626
13102
  listenerId: 'ListenerId',
12627
13103
  name: 'Name',
13104
+ serviceId: 'ServiceId',
13105
+ serviceManaged: 'ServiceManaged',
13106
+ serviceManagedInfos: 'ServiceManagedInfos',
12628
13107
  state: 'State',
12629
13108
  };
12630
13109
  }
@@ -12638,6 +13117,9 @@ class ListCustomRoutingEndpointGroupsResponseBodyEndpointGroups extends $tea.Mod
12638
13117
  endpointGroupUnconfirmedIpList: { 'type': 'array', 'itemType': 'string' },
12639
13118
  listenerId: 'string',
12640
13119
  name: 'string',
13120
+ serviceId: 'string',
13121
+ serviceManaged: 'boolean',
13122
+ serviceManagedInfos: { 'type': 'array', 'itemType': ListCustomRoutingEndpointGroupsResponseBodyEndpointGroupsServiceManagedInfos },
12641
13123
  state: 'string',
12642
13124
  };
12643
13125
  }
@@ -12661,6 +13143,26 @@ class ListCustomRoutingEndpointTrafficPoliciesResponseBodyPoliciesPortRanges ext
12661
13143
  }
12662
13144
  }
12663
13145
  exports.ListCustomRoutingEndpointTrafficPoliciesResponseBodyPoliciesPortRanges = ListCustomRoutingEndpointTrafficPoliciesResponseBodyPoliciesPortRanges;
13146
+ class ListCustomRoutingEndpointTrafficPoliciesResponseBodyPoliciesServiceManagedInfos extends $tea.Model {
13147
+ constructor(map) {
13148
+ super(map);
13149
+ }
13150
+ static names() {
13151
+ return {
13152
+ action: 'Action',
13153
+ childType: 'ChildType',
13154
+ isManaged: 'IsManaged',
13155
+ };
13156
+ }
13157
+ static types() {
13158
+ return {
13159
+ action: 'string',
13160
+ childType: 'string',
13161
+ isManaged: 'boolean',
13162
+ };
13163
+ }
13164
+ }
13165
+ exports.ListCustomRoutingEndpointTrafficPoliciesResponseBodyPoliciesServiceManagedInfos = ListCustomRoutingEndpointTrafficPoliciesResponseBodyPoliciesServiceManagedInfos;
12664
13166
  class ListCustomRoutingEndpointTrafficPoliciesResponseBodyPolicies extends $tea.Model {
12665
13167
  constructor(map) {
12666
13168
  super(map);
@@ -12674,6 +13176,9 @@ class ListCustomRoutingEndpointTrafficPoliciesResponseBodyPolicies extends $tea.
12674
13176
  listenerId: 'ListenerId',
12675
13177
  policyId: 'PolicyId',
12676
13178
  portRanges: 'PortRanges',
13179
+ serviceId: 'ServiceId',
13180
+ serviceManaged: 'ServiceManaged',
13181
+ serviceManagedInfos: 'ServiceManagedInfos',
12677
13182
  };
12678
13183
  }
12679
13184
  static types() {
@@ -12685,10 +13190,33 @@ class ListCustomRoutingEndpointTrafficPoliciesResponseBodyPolicies extends $tea.
12685
13190
  listenerId: 'string',
12686
13191
  policyId: 'string',
12687
13192
  portRanges: { 'type': 'array', 'itemType': ListCustomRoutingEndpointTrafficPoliciesResponseBodyPoliciesPortRanges },
13193
+ serviceId: 'string',
13194
+ serviceManaged: 'boolean',
13195
+ serviceManagedInfos: { 'type': 'array', 'itemType': ListCustomRoutingEndpointTrafficPoliciesResponseBodyPoliciesServiceManagedInfos },
12688
13196
  };
12689
13197
  }
12690
13198
  }
12691
13199
  exports.ListCustomRoutingEndpointTrafficPoliciesResponseBodyPolicies = ListCustomRoutingEndpointTrafficPoliciesResponseBodyPolicies;
13200
+ class ListCustomRoutingEndpointsResponseBodyEndpointsServiceManagedInfos extends $tea.Model {
13201
+ constructor(map) {
13202
+ super(map);
13203
+ }
13204
+ static names() {
13205
+ return {
13206
+ action: 'Action',
13207
+ childType: 'ChildType',
13208
+ isManaged: 'IsManaged',
13209
+ };
13210
+ }
13211
+ static types() {
13212
+ return {
13213
+ action: 'string',
13214
+ childType: 'string',
13215
+ isManaged: 'boolean',
13216
+ };
13217
+ }
13218
+ }
13219
+ exports.ListCustomRoutingEndpointsResponseBodyEndpointsServiceManagedInfos = ListCustomRoutingEndpointsResponseBodyEndpointsServiceManagedInfos;
12692
13220
  class ListCustomRoutingEndpointsResponseBodyEndpoints extends $tea.Model {
12693
13221
  constructor(map) {
12694
13222
  super(map);
@@ -12700,6 +13228,9 @@ class ListCustomRoutingEndpointsResponseBodyEndpoints extends $tea.Model {
12700
13228
  endpointGroupId: 'EndpointGroupId',
12701
13229
  endpointId: 'EndpointId',
12702
13230
  listenerId: 'ListenerId',
13231
+ serviceId: 'ServiceId',
13232
+ serviceManaged: 'ServiceManaged',
13233
+ serviceManagedInfos: 'ServiceManagedInfos',
12703
13234
  trafficToEndpointPolicy: 'TrafficToEndpointPolicy',
12704
13235
  type: 'Type',
12705
13236
  };
@@ -12711,6 +13242,9 @@ class ListCustomRoutingEndpointsResponseBodyEndpoints extends $tea.Model {
12711
13242
  endpointGroupId: 'string',
12712
13243
  endpointId: 'string',
12713
13244
  listenerId: 'string',
13245
+ serviceId: 'string',
13246
+ serviceManaged: 'boolean',
13247
+ serviceManagedInfos: { 'type': 'array', 'itemType': ListCustomRoutingEndpointsResponseBodyEndpointsServiceManagedInfos },
12714
13248
  trafficToEndpointPolicy: 'string',
12715
13249
  type: 'string',
12716
13250
  };
@@ -12821,6 +13355,26 @@ class ListCustomRoutingPortMappingsByDestinationResponseBodyPortMappings extends
12821
13355
  }
12822
13356
  }
12823
13357
  exports.ListCustomRoutingPortMappingsByDestinationResponseBodyPortMappings = ListCustomRoutingPortMappingsByDestinationResponseBodyPortMappings;
13358
+ class ListDomainsResponseBodyDomainsAcceleratorsServiceManagedInfos extends $tea.Model {
13359
+ constructor(map) {
13360
+ super(map);
13361
+ }
13362
+ static names() {
13363
+ return {
13364
+ action: 'Action',
13365
+ childType: 'ChildType',
13366
+ isManaged: 'IsManaged',
13367
+ };
13368
+ }
13369
+ static types() {
13370
+ return {
13371
+ action: 'string',
13372
+ childType: 'string',
13373
+ isManaged: 'boolean',
13374
+ };
13375
+ }
13376
+ }
13377
+ exports.ListDomainsResponseBodyDomainsAcceleratorsServiceManagedInfos = ListDomainsResponseBodyDomainsAcceleratorsServiceManagedInfos;
12824
13378
  class ListDomainsResponseBodyDomainsAccelerators extends $tea.Model {
12825
13379
  constructor(map) {
12826
13380
  super(map);
@@ -12829,12 +13383,18 @@ class ListDomainsResponseBodyDomainsAccelerators extends $tea.Model {
12829
13383
  return {
12830
13384
  acceleratorId: 'AcceleratorId',
12831
13385
  name: 'Name',
13386
+ serviceId: 'ServiceId',
13387
+ serviceManaged: 'ServiceManaged',
13388
+ serviceManagedInfos: 'ServiceManagedInfos',
12832
13389
  };
12833
13390
  }
12834
13391
  static types() {
12835
13392
  return {
12836
13393
  acceleratorId: 'string',
12837
13394
  name: 'string',
13395
+ serviceId: 'string',
13396
+ serviceManaged: 'boolean',
13397
+ serviceManagedInfos: { 'type': 'array', 'itemType': ListDomainsResponseBodyDomainsAcceleratorsServiceManagedInfos },
12838
13398
  };
12839
13399
  }
12840
13400
  }
@@ -12888,6 +13448,7 @@ class ListEndpointGroupsResponseBodyEndpointGroupsEndpointConfigurations extends
12888
13448
  endpointId: 'EndpointId',
12889
13449
  probePort: 'ProbePort',
12890
13450
  probeProtocol: 'ProbeProtocol',
13451
+ subAddress: 'SubAddress',
12891
13452
  type: 'Type',
12892
13453
  weight: 'Weight',
12893
13454
  };
@@ -12899,6 +13460,7 @@ class ListEndpointGroupsResponseBodyEndpointGroupsEndpointConfigurations extends
12899
13460
  endpointId: 'string',
12900
13461
  probePort: 'number',
12901
13462
  probeProtocol: 'string',
13463
+ subAddress: 'string',
12902
13464
  type: 'string',
12903
13465
  weight: 'number',
12904
13466
  };
@@ -12923,6 +13485,26 @@ class ListEndpointGroupsResponseBodyEndpointGroupsPortOverrides extends $tea.Mod
12923
13485
  }
12924
13486
  }
12925
13487
  exports.ListEndpointGroupsResponseBodyEndpointGroupsPortOverrides = ListEndpointGroupsResponseBodyEndpointGroupsPortOverrides;
13488
+ class ListEndpointGroupsResponseBodyEndpointGroupsServiceManagedInfos extends $tea.Model {
13489
+ constructor(map) {
13490
+ super(map);
13491
+ }
13492
+ static names() {
13493
+ return {
13494
+ action: 'Action',
13495
+ childType: 'ChildType',
13496
+ isManaged: 'IsManaged',
13497
+ };
13498
+ }
13499
+ static types() {
13500
+ return {
13501
+ action: 'string',
13502
+ childType: 'string',
13503
+ isManaged: 'boolean',
13504
+ };
13505
+ }
13506
+ }
13507
+ exports.ListEndpointGroupsResponseBodyEndpointGroupsServiceManagedInfos = ListEndpointGroupsResponseBodyEndpointGroupsServiceManagedInfos;
12926
13508
  class ListEndpointGroupsResponseBodyEndpointGroupsTags extends $tea.Model {
12927
13509
  constructor(map) {
12928
13510
  super(map);
@@ -12965,6 +13547,9 @@ class ListEndpointGroupsResponseBodyEndpointGroups extends $tea.Model {
12965
13547
  listenerId: 'ListenerId',
12966
13548
  name: 'Name',
12967
13549
  portOverrides: 'PortOverrides',
13550
+ serviceId: 'ServiceId',
13551
+ serviceManaged: 'ServiceManaged',
13552
+ serviceManagedInfos: 'ServiceManagedInfos',
12968
13553
  state: 'State',
12969
13554
  tags: 'Tags',
12970
13555
  thresholdCount: 'ThresholdCount',
@@ -12991,6 +13576,9 @@ class ListEndpointGroupsResponseBodyEndpointGroups extends $tea.Model {
12991
13576
  listenerId: 'string',
12992
13577
  name: 'string',
12993
13578
  portOverrides: { 'type': 'array', 'itemType': ListEndpointGroupsResponseBodyEndpointGroupsPortOverrides },
13579
+ serviceId: 'string',
13580
+ serviceManaged: 'boolean',
13581
+ serviceManagedInfos: { 'type': 'array', 'itemType': ListEndpointGroupsResponseBodyEndpointGroupsServiceManagedInfos },
12994
13582
  state: 'string',
12995
13583
  tags: { 'type': 'array', 'itemType': ListEndpointGroupsResponseBodyEndpointGroupsTags },
12996
13584
  thresholdCount: 'number',
@@ -13107,6 +13695,26 @@ class ListForwardingRulesResponseBodyForwardingRulesRuleConditions extends $tea.
13107
13695
  }
13108
13696
  }
13109
13697
  exports.ListForwardingRulesResponseBodyForwardingRulesRuleConditions = ListForwardingRulesResponseBodyForwardingRulesRuleConditions;
13698
+ class ListForwardingRulesResponseBodyForwardingRulesServiceManagedInfos extends $tea.Model {
13699
+ constructor(map) {
13700
+ super(map);
13701
+ }
13702
+ static names() {
13703
+ return {
13704
+ action: 'Action',
13705
+ childType: 'ChildType',
13706
+ isManaged: 'IsManaged',
13707
+ };
13708
+ }
13709
+ static types() {
13710
+ return {
13711
+ action: 'string',
13712
+ childType: 'string',
13713
+ isManaged: 'boolean',
13714
+ };
13715
+ }
13716
+ }
13717
+ exports.ListForwardingRulesResponseBodyForwardingRulesServiceManagedInfos = ListForwardingRulesResponseBodyForwardingRulesServiceManagedInfos;
13110
13718
  class ListForwardingRulesResponseBodyForwardingRules extends $tea.Model {
13111
13719
  constructor(map) {
13112
13720
  super(map);
@@ -13121,6 +13729,9 @@ class ListForwardingRulesResponseBodyForwardingRules extends $tea.Model {
13121
13729
  priority: 'Priority',
13122
13730
  ruleActions: 'RuleActions',
13123
13731
  ruleConditions: 'RuleConditions',
13732
+ serviceId: 'ServiceId',
13733
+ serviceManaged: 'ServiceManaged',
13734
+ serviceManagedInfos: 'ServiceManagedInfos',
13124
13735
  };
13125
13736
  }
13126
13737
  static types() {
@@ -13133,10 +13744,33 @@ class ListForwardingRulesResponseBodyForwardingRules extends $tea.Model {
13133
13744
  priority: 'number',
13134
13745
  ruleActions: { 'type': 'array', 'itemType': ListForwardingRulesResponseBodyForwardingRulesRuleActions },
13135
13746
  ruleConditions: { 'type': 'array', 'itemType': ListForwardingRulesResponseBodyForwardingRulesRuleConditions },
13747
+ serviceId: 'string',
13748
+ serviceManaged: 'boolean',
13749
+ serviceManagedInfos: { 'type': 'array', 'itemType': ListForwardingRulesResponseBodyForwardingRulesServiceManagedInfos },
13136
13750
  };
13137
13751
  }
13138
13752
  }
13139
13753
  exports.ListForwardingRulesResponseBodyForwardingRules = ListForwardingRulesResponseBodyForwardingRules;
13754
+ class ListIpSetsResponseBodyIpSetsServiceManagedInfos extends $tea.Model {
13755
+ constructor(map) {
13756
+ super(map);
13757
+ }
13758
+ static names() {
13759
+ return {
13760
+ action: 'Action',
13761
+ childType: 'ChildType',
13762
+ isManaged: 'IsManaged',
13763
+ };
13764
+ }
13765
+ static types() {
13766
+ return {
13767
+ action: 'string',
13768
+ childType: 'string',
13769
+ isManaged: 'boolean',
13770
+ };
13771
+ }
13772
+ }
13773
+ exports.ListIpSetsResponseBodyIpSetsServiceManagedInfos = ListIpSetsResponseBodyIpSetsServiceManagedInfos;
13140
13774
  class ListIpSetsResponseBodyIpSets extends $tea.Model {
13141
13775
  constructor(map) {
13142
13776
  super(map);
@@ -13149,6 +13783,9 @@ class ListIpSetsResponseBodyIpSets extends $tea.Model {
13149
13783
  ipSetId: 'IpSetId',
13150
13784
  ipVersion: 'IpVersion',
13151
13785
  ispType: 'IspType',
13786
+ serviceId: 'ServiceId',
13787
+ serviceManaged: 'ServiceManaged',
13788
+ serviceManagedInfos: 'ServiceManagedInfos',
13152
13789
  state: 'State',
13153
13790
  };
13154
13791
  }
@@ -13160,6 +13797,9 @@ class ListIpSetsResponseBodyIpSets extends $tea.Model {
13160
13797
  ipSetId: 'string',
13161
13798
  ipVersion: 'string',
13162
13799
  ispType: 'string',
13800
+ serviceId: 'string',
13801
+ serviceManaged: 'boolean',
13802
+ serviceManagedInfos: { 'type': 'array', 'itemType': ListIpSetsResponseBodyIpSetsServiceManagedInfos },
13163
13803
  state: 'string',
13164
13804
  };
13165
13805
  }
@@ -13241,6 +13881,26 @@ class ListListenersResponseBodyListenersPortRanges extends $tea.Model {
13241
13881
  }
13242
13882
  }
13243
13883
  exports.ListListenersResponseBodyListenersPortRanges = ListListenersResponseBodyListenersPortRanges;
13884
+ class ListListenersResponseBodyListenersServiceManagedInfos extends $tea.Model {
13885
+ constructor(map) {
13886
+ super(map);
13887
+ }
13888
+ static names() {
13889
+ return {
13890
+ action: 'Action',
13891
+ childType: 'ChildType',
13892
+ isManaged: 'IsManaged',
13893
+ };
13894
+ }
13895
+ static types() {
13896
+ return {
13897
+ action: 'string',
13898
+ childType: 'string',
13899
+ isManaged: 'boolean',
13900
+ };
13901
+ }
13902
+ }
13903
+ exports.ListListenersResponseBodyListenersServiceManagedInfos = ListListenersResponseBodyListenersServiceManagedInfos;
13244
13904
  class ListListenersResponseBodyListenersXForwardedForConfig extends $tea.Model {
13245
13905
  constructor(map) {
13246
13906
  super(map);
@@ -13283,6 +13943,9 @@ class ListListenersResponseBodyListeners extends $tea.Model {
13283
13943
  protocol: 'Protocol',
13284
13944
  proxyProtocol: 'ProxyProtocol',
13285
13945
  securityPolicyId: 'SecurityPolicyId',
13946
+ serviceId: 'ServiceId',
13947
+ serviceManaged: 'ServiceManaged',
13948
+ serviceManagedInfos: 'ServiceManagedInfos',
13286
13949
  state: 'State',
13287
13950
  type: 'Type',
13288
13951
  XForwardedForConfig: 'XForwardedForConfig',
@@ -13302,6 +13965,9 @@ class ListListenersResponseBodyListeners extends $tea.Model {
13302
13965
  protocol: 'string',
13303
13966
  proxyProtocol: 'boolean',
13304
13967
  securityPolicyId: 'string',
13968
+ serviceId: 'string',
13969
+ serviceManaged: 'boolean',
13970
+ serviceManagedInfos: { 'type': 'array', 'itemType': ListListenersResponseBodyListenersServiceManagedInfos },
13305
13971
  state: 'string',
13306
13972
  type: 'string',
13307
13973
  XForwardedForConfig: ListListenersResponseBodyListenersXForwardedForConfig,
@@ -13562,6 +14228,7 @@ class UpdateEndpointGroupRequestEndpointConfigurations extends $tea.Model {
13562
14228
  enableClientIPPreservation: 'EnableClientIPPreservation',
13563
14229
  enableProxyProtocol: 'EnableProxyProtocol',
13564
14230
  endpoint: 'Endpoint',
14231
+ subAddress: 'SubAddress',
13565
14232
  type: 'Type',
13566
14233
  weight: 'Weight',
13567
14234
  };
@@ -13571,6 +14238,7 @@ class UpdateEndpointGroupRequestEndpointConfigurations extends $tea.Model {
13571
14238
  enableClientIPPreservation: 'boolean',
13572
14239
  enableProxyProtocol: 'boolean',
13573
14240
  endpoint: 'string',
14241
+ subAddress: 'string',
13574
14242
  type: 'string',
13575
14243
  weight: 'number',
13576
14244
  };
@@ -13602,6 +14270,7 @@ class UpdateEndpointGroupsRequestEndpointGroupConfigurationsEndpointConfiguratio
13602
14270
  static names() {
13603
14271
  return {
13604
14272
  endpoint: 'Endpoint',
14273
+ subAddress: 'SubAddress',
13605
14274
  type: 'Type',
13606
14275
  weight: 'Weight',
13607
14276
  };
@@ -13609,6 +14278,7 @@ class UpdateEndpointGroupsRequestEndpointGroupConfigurationsEndpointConfiguratio
13609
14278
  static types() {
13610
14279
  return {
13611
14280
  endpoint: 'string',
14281
+ subAddress: 'string',
13612
14282
  type: 'string',
13613
14283
  weight: 'number',
13614
14284
  };
@@ -13938,10 +14608,10 @@ class Client extends openapi_client_1.default {
13938
14608
  return endpoint_util_1.default.getEndpointRules(productId, regionId, endpointRule, network, suffix);
13939
14609
  }
13940
14610
  /**
13941
- * * The **AddEntriesToAcl** operation is asynchronous. After you send a request, the system returns a request ID, but the operation is still being performed in the background. You can call the [GetAcl](~~258292~~) or [ListAcls](~~258291~~) operation to query the status of an ACL:
13942
- * * If an ACL is in the **configuring** state, the IP entries are being added. In this case, you can perform only query operations.
13943
- * * If an ACL is in the **active** state, the IP entries are added.
13944
- * * You cannot repeatedly call the **AddEntriesToAcl** operation for the same Global Accelerator (GA) instance within the specified period of time.
14611
+ * * **AddEntriesToAcl** 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 [GetAcl](~~258292~~) or [ListAcls](~~258291~~) operation to query the status of the ACL to which you want to add IP entries.
14612
+ * * If the ACL is in the **configuring** state, it indicates that IP entries are added to the ACL. In this case, you can perform only query operations.
14613
+ * * If the ACL is in the **active** state, it indicates that IP entries are added to the ACL.
14614
+ * * The **AddEntriesToAcl** 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.
13945
14615
  *
13946
14616
  * @param request AddEntriesToAclRequest
13947
14617
  * @param runtime runtime options for this request RuntimeOptions
@@ -13982,10 +14652,10 @@ class Client extends openapi_client_1.default {
13982
14652
  return $tea.cast(await this.callApi(params, req, runtime), new AddEntriesToAclResponse({}));
13983
14653
  }
13984
14654
  /**
13985
- * * The **AddEntriesToAcl** operation is asynchronous. After you send a request, the system returns a request ID, but the operation is still being performed in the background. You can call the [GetAcl](~~258292~~) or [ListAcls](~~258291~~) operation to query the status of an ACL:
13986
- * * If an ACL is in the **configuring** state, the IP entries are being added. In this case, you can perform only query operations.
13987
- * * If an ACL is in the **active** state, the IP entries are added.
13988
- * * You cannot repeatedly call the **AddEntriesToAcl** operation for the same Global Accelerator (GA) instance within the specified period of time.
14655
+ * * **AddEntriesToAcl** 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 [GetAcl](~~258292~~) or [ListAcls](~~258291~~) operation to query the status of the ACL to which you want to add IP entries.
14656
+ * * If the ACL is in the **configuring** state, it indicates that IP entries are added to the ACL. In this case, you can perform only query operations.
14657
+ * * If the ACL is in the **active** state, it indicates that IP entries are added to the ACL.
14658
+ * * The **AddEntriesToAcl** 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.
13989
14659
  *
13990
14660
  * @param request AddEntriesToAclRequest
13991
14661
  * @return AddEntriesToAclResponse
@@ -13995,6 +14665,7 @@ class Client extends openapi_client_1.default {
13995
14665
  return await this.addEntriesToAclWithOptions(request, runtime);
13996
14666
  }
13997
14667
  /**
14668
+ * ## Description
13998
14669
  * * **AssociateAclsWithListener** 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 the listener with which you attempt to associate an ACL.
13999
14670
  * * If the listener is in the **updating** state, it indicates that the ACL is being associated. In this case, you can perform only query operations.
14000
14671
  * * If the listener is in the **active** state, it indicates that the ACL is associated.
@@ -14042,6 +14713,7 @@ class Client extends openapi_client_1.default {
14042
14713
  return $tea.cast(await this.callApi(params, req, runtime), new AssociateAclsWithListenerResponse({}));
14043
14714
  }
14044
14715
  /**
14716
+ * ## Description
14045
14717
  * * **AssociateAclsWithListener** 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 the listener with which you attempt to associate an ACL.
14046
14718
  * * If the listener is in the **updating** state, it indicates that the ACL is being associated. In this case, you can perform only query operations.
14047
14719
  * * If the listener is in the **active** state, it indicates that the ACL is associated.
@@ -14055,11 +14727,11 @@ class Client extends openapi_client_1.default {
14055
14727
  return await this.associateAclsWithListenerWithOptions(request, runtime);
14056
14728
  }
14057
14729
  /**
14058
- * * You can associate additional certificates with only HTTPS listeners.
14059
- * * **AssociateAdditionalCertificatesWithListener** 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 the listener with which you attempt to associate an additional certificate.
14730
+ * * Only HTTPS listeners can be associated with additional certificates.
14731
+ * * **AssociateAdditionalCertificatesWithListener** 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 [DescribeListener](~~153254~~) operation to query the status of the listener with which you want to associate an additional certificate.
14060
14732
  * * If the listener is in the **updating** state, it indicates that the additional certificate is being associated. In this case, you can perform only query operations.
14061
14733
  * * If the listener is in the **active** state, it indicates that the additional certificate is associated.
14062
- * * The **AssociateAdditionalCertificatesWithListener** operation cannot be called repeatedly for the same Global Accelerator (GA) instance within a specific period of time.
14734
+ * * The **AssociateAdditionalCertificatesWithListener** 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.
14063
14735
  *
14064
14736
  * @param request AssociateAdditionalCertificatesWithListenerRequest
14065
14737
  * @param runtime runtime options for this request RuntimeOptions
@@ -14100,11 +14772,11 @@ class Client extends openapi_client_1.default {
14100
14772
  return $tea.cast(await this.callApi(params, req, runtime), new AssociateAdditionalCertificatesWithListenerResponse({}));
14101
14773
  }
14102
14774
  /**
14103
- * * You can associate additional certificates with only HTTPS listeners.
14104
- * * **AssociateAdditionalCertificatesWithListener** 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 the listener with which you attempt to associate an additional certificate.
14775
+ * * Only HTTPS listeners can be associated with additional certificates.
14776
+ * * **AssociateAdditionalCertificatesWithListener** 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 [DescribeListener](~~153254~~) operation to query the status of the listener with which you want to associate an additional certificate.
14105
14777
  * * If the listener is in the **updating** state, it indicates that the additional certificate is being associated. In this case, you can perform only query operations.
14106
14778
  * * If the listener is in the **active** state, it indicates that the additional certificate is associated.
14107
- * * The **AssociateAdditionalCertificatesWithListener** operation cannot be called repeatedly for the same Global Accelerator (GA) instance within a specific period of time.
14779
+ * * The **AssociateAdditionalCertificatesWithListener** 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.
14108
14780
  *
14109
14781
  * @param request AssociateAdditionalCertificatesWithListenerRequest
14110
14782
  * @return AssociateAdditionalCertificatesWithListenerResponse
@@ -14236,10 +14908,10 @@ class Client extends openapi_client_1.default {
14236
14908
  return await this.attachLogStoreToEndpointGroupWithOptions(request, runtime);
14237
14909
  }
14238
14910
  /**
14239
- * * **BandwidthPackageAddAccelerator** is an asynchronous operation. After you send a request, the system returns a request ID, but the operation is still being performed in the system background. You can call the [DescribeBandwidthPackage](~~153241~~) operation to query the state of the bandwidth plan that you attempt to associate.
14911
+ * * **BandwidthPackageAddAccelerator** 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 bandwidth plan that you want to associate.
14240
14912
  * * If the bandwidth plan is in the **binding** state, it indicates that the bandwidth plan is being associated. In this case, you can perform only query operations.
14241
14913
  * * If the bandwidth plan is in the **active** state, it indicates that the bandwidth plan is associated.
14242
- * * The **BandwidthPackageAddAccelerator** operation cannot be called repeatedly for the same GA instance.
14914
+ * * The **BandwidthPackageAddAccelerator** operation holds an exclusive lock on the GA instance. While the operation is in progress, you cannot call the same operation in the same Alibaba Cloud account.
14243
14915
  *
14244
14916
  * @param request BandwidthPackageAddAcceleratorRequest
14245
14917
  * @param runtime runtime options for this request RuntimeOptions
@@ -14274,10 +14946,10 @@ class Client extends openapi_client_1.default {
14274
14946
  return $tea.cast(await this.callApi(params, req, runtime), new BandwidthPackageAddAcceleratorResponse({}));
14275
14947
  }
14276
14948
  /**
14277
- * * **BandwidthPackageAddAccelerator** is an asynchronous operation. After you send a request, the system returns a request ID, but the operation is still being performed in the system background. You can call the [DescribeBandwidthPackage](~~153241~~) operation to query the state of the bandwidth plan that you attempt to associate.
14949
+ * * **BandwidthPackageAddAccelerator** 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 bandwidth plan that you want to associate.
14278
14950
  * * If the bandwidth plan is in the **binding** state, it indicates that the bandwidth plan is being associated. In this case, you can perform only query operations.
14279
14951
  * * If the bandwidth plan is in the **active** state, it indicates that the bandwidth plan is associated.
14280
- * * The **BandwidthPackageAddAccelerator** operation cannot be called repeatedly for the same GA instance.
14952
+ * * The **BandwidthPackageAddAccelerator** operation holds an exclusive lock on the GA instance. While the operation is in progress, you cannot call the same operation in the same Alibaba Cloud account.
14281
14953
  *
14282
14954
  * @param request BandwidthPackageAddAcceleratorRequest
14283
14955
  * @return BandwidthPackageAddAcceleratorResponse
@@ -14389,10 +15061,10 @@ class Client extends openapi_client_1.default {
14389
15061
  return await this.changeResourceGroupWithOptions(request, runtime);
14390
15062
  }
14391
15063
  /**
14392
- * * **ConfigEndpointProbe** 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 the endpoint group to which an endpoint belongs and determine whether latency monitoring is configured for the endpoint.
15064
+ * * **ConfigEndpointProbe** 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 endpoint group to which an endpoint belongs and determine whether latency monitoring is configured for the endpoint.
14393
15065
  * * If the endpoint group is in the **updating** state, it indicates that latency monitoring is being configured for the endpoint. In this case, you can perform only query operations.
14394
15066
  * * If the endpoint group is in the **active** state, it indicates that latency monitoring is configured for the endpoint.
14395
- * * The **ConfigEndpointProbe** operation cannot be called repeatedly for the same Global Accelerator (GA) instance within a specific period of time.
15067
+ * * The **ConfigEndpointProbe** 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.
14396
15068
  *
14397
15069
  * @param request ConfigEndpointProbeRequest
14398
15070
  * @param runtime runtime options for this request RuntimeOptions
@@ -14442,10 +15114,10 @@ class Client extends openapi_client_1.default {
14442
15114
  return $tea.cast(await this.callApi(params, req, runtime), new ConfigEndpointProbeResponse({}));
14443
15115
  }
14444
15116
  /**
14445
- * * **ConfigEndpointProbe** 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 the endpoint group to which an endpoint belongs and determine whether latency monitoring is configured for the endpoint.
15117
+ * * **ConfigEndpointProbe** 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 endpoint group to which an endpoint belongs and determine whether latency monitoring is configured for the endpoint.
14446
15118
  * * If the endpoint group is in the **updating** state, it indicates that latency monitoring is being configured for the endpoint. In this case, you can perform only query operations.
14447
15119
  * * If the endpoint group is in the **active** state, it indicates that latency monitoring is configured for the endpoint.
14448
- * * The **ConfigEndpointProbe** operation cannot be called repeatedly for the same Global Accelerator (GA) instance within a specific period of time.
15120
+ * * The **ConfigEndpointProbe** 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.
14449
15121
  *
14450
15122
  * @param request ConfigEndpointProbeRequest
14451
15123
  * @return ConfigEndpointProbeResponse
@@ -14455,8 +15127,9 @@ class Client extends openapi_client_1.default {
14455
15127
  return await this.configEndpointProbeWithOptions(request, runtime);
14456
15128
  }
14457
15129
  /**
14458
- * **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.
14459
- * * 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.
15130
+ * ## Description
15131
+ * **CreateAccelerator** is an asynchronous operation. After you send a request, the system returns the ID of a GA instance, but the operation is still being performed in the system background. You can call the [DescribeAccelerator](~~153235~~) operation to query the state of a GA instance.
15132
+ * * If the GA instance is in the **init** state, it indicates that the GA instance is being created. In this case, you can perform only query operations.
14460
15133
  * * If the GA instance is in the **active** state, it indicates that the GA instance is created.
14461
15134
  *
14462
15135
  * @param request CreateAcceleratorRequest
@@ -14534,8 +15207,9 @@ class Client extends openapi_client_1.default {
14534
15207
  return $tea.cast(await this.callApi(params, req, runtime), new CreateAcceleratorResponse({}));
14535
15208
  }
14536
15209
  /**
14537
- * **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.
14538
- * * 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.
15210
+ * ## Description
15211
+ * **CreateAccelerator** is an asynchronous operation. After you send a request, the system returns the ID of a GA instance, but the operation is still being performed in the system background. You can call the [DescribeAccelerator](~~153235~~) operation to query the state of a GA instance.
15212
+ * * If the GA instance is in the **init** state, it indicates that the GA instance is being created. In this case, you can perform only query operations.
14539
15213
  * * If the GA instance is in the **active** state, it indicates that the GA instance is created.
14540
15214
  *
14541
15215
  * @param request CreateAcceleratorRequest
@@ -15978,10 +16652,10 @@ class Client extends openapi_client_1.default {
15978
16652
  return await this.createListenerWithOptions(request, runtime);
15979
16653
  }
15980
16654
  /**
15981
- * * **CreateSpareIps** 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 [DescribeAccelerator](~~153235~~) operation to query the state of a GA instance.
15982
- * * If the GA instance is in the **configuring** state, it indicates that spare IP addresses are being created for the CNAME that is assigned to the GA instance. In this case, you can only perform query operations.
15983
- * * If the GA instance is in the **active** state, it indicates that spare IP addresses are created for the CNAME that is assigned to the GA instance.
15984
- * * The **CreateSpareIps** operation cannot be called repeatedly for the same GA instance within a specific period of time.
16655
+ * * **CreateSpareIps** 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 [DescribeAccelerator](~~153235~~) operation to query the status of a GA instance.
16656
+ * * If the GA instance is in the **configuring** state, it indicates that secondary IP addresses are being created for the CNAME that is assigned to the GA instance. In this case, you can only perform query operations.
16657
+ * * If the GA instance is in the **active** state, it indicates that secondary IP addresses are created for the CNAME that is assigned to the GA instance.
16658
+ * * The **CreateSpareIps** operation holds an exclusive lock on the GA instance. While the operation is in progress, you cannot call the same operation in the same Alibaba Cloud account.
15985
16659
  *
15986
16660
  * @param request CreateSpareIpsRequest
15987
16661
  * @param runtime runtime options for this request RuntimeOptions
@@ -16022,10 +16696,10 @@ class Client extends openapi_client_1.default {
16022
16696
  return $tea.cast(await this.callApi(params, req, runtime), new CreateSpareIpsResponse({}));
16023
16697
  }
16024
16698
  /**
16025
- * * **CreateSpareIps** 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 [DescribeAccelerator](~~153235~~) operation to query the state of a GA instance.
16026
- * * If the GA instance is in the **configuring** state, it indicates that spare IP addresses are being created for the CNAME that is assigned to the GA instance. In this case, you can only perform query operations.
16027
- * * If the GA instance is in the **active** state, it indicates that spare IP addresses are created for the CNAME that is assigned to the GA instance.
16028
- * * The **CreateSpareIps** operation cannot be called repeatedly for the same GA instance within a specific period of time.
16699
+ * * **CreateSpareIps** 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 [DescribeAccelerator](~~153235~~) operation to query the status of a GA instance.
16700
+ * * If the GA instance is in the **configuring** state, it indicates that secondary IP addresses are being created for the CNAME that is assigned to the GA instance. In this case, you can only perform query operations.
16701
+ * * If the GA instance is in the **active** state, it indicates that secondary IP addresses are created for the CNAME that is assigned to the GA instance.
16702
+ * * The **CreateSpareIps** operation holds an exclusive lock on the GA instance. While the operation is in progress, you cannot call the same operation in the same Alibaba Cloud account.
16029
16703
  *
16030
16704
  * @param request CreateSpareIpsRequest
16031
16705
  * @return CreateSpareIpsResponse
@@ -16819,10 +17493,10 @@ class Client extends openapi_client_1.default {
16819
17493
  return await this.deleteDomainAcceleratorRelationWithOptions(request, runtime);
16820
17494
  }
16821
17495
  /**
16822
- * * **DeleteEndpointGroup** 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.
17496
+ * * **DeleteEndpointGroup** 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 endpoint group.
16823
17497
  * * If the endpoint group is in the **deleting** state, it indicates that the endpoint group is being deleted. In this case, you can perform only query operations.
16824
17498
  * * If the endpoint group cannot be queried, it indicates that the endpoint group is deleted.
16825
- * * The **DeleteEndpointGroup** operation cannot be repeatedly called for the same Global Accelerator (GA) instance within a specific period of time.
17499
+ * * The **DeleteEndpointGroup** 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.
16826
17500
  *
16827
17501
  * @param request DeleteEndpointGroupRequest
16828
17502
  * @param runtime runtime options for this request RuntimeOptions
@@ -16857,10 +17531,10 @@ class Client extends openapi_client_1.default {
16857
17531
  return $tea.cast(await this.callApi(params, req, runtime), new DeleteEndpointGroupResponse({}));
16858
17532
  }
16859
17533
  /**
16860
- * * **DeleteEndpointGroup** 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.
17534
+ * * **DeleteEndpointGroup** 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 endpoint group.
16861
17535
  * * If the endpoint group is in the **deleting** state, it indicates that the endpoint group is being deleted. In this case, you can perform only query operations.
16862
17536
  * * If the endpoint group cannot be queried, it indicates that the endpoint group is deleted.
16863
- * * The **DeleteEndpointGroup** operation cannot be repeatedly called for the same Global Accelerator (GA) instance within a specific period of time.
17537
+ * * The **DeleteEndpointGroup** 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.
16864
17538
  *
16865
17539
  * @param request DeleteEndpointGroupRequest
16866
17540
  * @return DeleteEndpointGroupResponse
@@ -16981,10 +17655,10 @@ class Client extends openapi_client_1.default {
16981
17655
  return await this.deleteForwardingRulesWithOptions(request, runtime);
16982
17656
  }
16983
17657
  /**
16984
- * * **DeleteIpSet** is an asynchronous operation. After you send a request, the system returns a request ID, but the operation is still being performed in the system background. You can call the [DescribeIpSet](~~153246~~) operation to query the state of an acceleration region.
16985
- * * If the acceleration region is in the **deleting** state, the acceleration region is being deleted. In this case, you can perform only query operations.
16986
- * * If the acceleration region cannot be queried, the acceleration region is deleted.
16987
- * * The **DeleteIpSet** operation cannot be repeatedly called for the same Global Accelerator (GA) instance within a specific period of time.
17658
+ * * **DeleteIpSet** 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 an acceleration region.
17659
+ * * 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.
17660
+ * * If the acceleration region cannot be queried, it indicates that the acceleration region is deleted.
17661
+ * * The **DeleteIpSet** 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.
16988
17662
  *
16989
17663
  * @param request DeleteIpSetRequest
16990
17664
  * @param runtime runtime options for this request RuntimeOptions
@@ -17022,10 +17696,10 @@ class Client extends openapi_client_1.default {
17022
17696
  return $tea.cast(await this.callApi(params, req, runtime), new DeleteIpSetResponse({}));
17023
17697
  }
17024
17698
  /**
17025
- * * **DeleteIpSet** is an asynchronous operation. After you send a request, the system returns a request ID, but the operation is still being performed in the system background. You can call the [DescribeIpSet](~~153246~~) operation to query the state of an acceleration region.
17026
- * * If the acceleration region is in the **deleting** state, the acceleration region is being deleted. In this case, you can perform only query operations.
17027
- * * If the acceleration region cannot be queried, the acceleration region is deleted.
17028
- * * The **DeleteIpSet** operation cannot be repeatedly called for the same Global Accelerator (GA) instance within a specific period of time.
17699
+ * * **DeleteIpSet** 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 an acceleration region.
17700
+ * * 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.
17701
+ * * If the acceleration region cannot be queried, it indicates that the acceleration region is deleted.
17702
+ * * The **DeleteIpSet** 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.
17029
17703
  *
17030
17704
  * @param request DeleteIpSetRequest
17031
17705
  * @return DeleteIpSetResponse
@@ -17134,10 +17808,10 @@ class Client extends openapi_client_1.default {
17134
17808
  return await this.deleteListenerWithOptions(request, runtime);
17135
17809
  }
17136
17810
  /**
17137
- * * **DeleteSpareIps** is an asynchronous operation. After you send a request, the system returns a request ID, but the operation is still being performed in the system background. You can call the [DescribeAccelerator](~~153235~~) operation to query the state of a GA instance.
17811
+ * * **DeleteSpareIps** 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 [DescribeAccelerator](~~153235~~) operation to query the status of a GA instance.
17138
17812
  * * If the GA instance is in the **configuring** state, it indicates that the secondary IP addresses for the CNAME are being deleted. In this case, you can perform only query operations.
17139
17813
  * * If the GA instance is in the **active** state and the secondary IP addresses for the CNAME cannot be queried by calling the [ListSpareIps](~~262121~~) operation, it indicates that the IP addresses are deleted.
17140
- * * The **DeleteSpareIps** operation cannot be repeatedly called for the same GA instance within a specific period of time.
17814
+ * * The **DeleteSpareIps** operation holds an exclusive lock on the GA instance. While the operation is in progress, you cannot call the same operation in the same Alibaba Cloud account.
17141
17815
  *
17142
17816
  * @param request DeleteSpareIpsRequest
17143
17817
  * @param runtime runtime options for this request RuntimeOptions
@@ -17178,10 +17852,10 @@ class Client extends openapi_client_1.default {
17178
17852
  return $tea.cast(await this.callApi(params, req, runtime), new DeleteSpareIpsResponse({}));
17179
17853
  }
17180
17854
  /**
17181
- * * **DeleteSpareIps** is an asynchronous operation. After you send a request, the system returns a request ID, but the operation is still being performed in the system background. You can call the [DescribeAccelerator](~~153235~~) operation to query the state of a GA instance.
17855
+ * * **DeleteSpareIps** 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 [DescribeAccelerator](~~153235~~) operation to query the status of a GA instance.
17182
17856
  * * If the GA instance is in the **configuring** state, it indicates that the secondary IP addresses for the CNAME are being deleted. In this case, you can perform only query operations.
17183
17857
  * * If the GA instance is in the **active** state and the secondary IP addresses for the CNAME cannot be queried by calling the [ListSpareIps](~~262121~~) operation, it indicates that the IP addresses are deleted.
17184
- * * The **DeleteSpareIps** operation cannot be repeatedly called for the same GA instance within a specific period of time.
17858
+ * * The **DeleteSpareIps** operation holds an exclusive lock on the GA instance. While the operation is in progress, you cannot call the same operation in the same Alibaba Cloud account.
17185
17859
  *
17186
17860
  * @param request DeleteSpareIpsRequest
17187
17861
  * @return DeleteSpareIpsResponse
@@ -17582,6 +18256,14 @@ class Client extends openapi_client_1.default {
17582
18256
  let runtime = new $Util.RuntimeOptions({});
17583
18257
  return await this.describeEndpointGroupWithOptions(request, runtime);
17584
18258
  }
18259
+ /**
18260
+ * ## Debugging
18261
+ * [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)
18262
+ *
18263
+ * @param request DescribeIpSetRequest
18264
+ * @param runtime runtime options for this request RuntimeOptions
18265
+ * @return DescribeIpSetResponse
18266
+ */
17585
18267
  async describeIpSetWithOptions(request, runtime) {
17586
18268
  tea_util_1.default.validateModel(request);
17587
18269
  let query = {};
@@ -17607,6 +18289,13 @@ class Client extends openapi_client_1.default {
17607
18289
  });
17608
18290
  return $tea.cast(await this.callApi(params, req, runtime), new DescribeIpSetResponse({}));
17609
18291
  }
18292
+ /**
18293
+ * ## Debugging
18294
+ * [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)
18295
+ *
18296
+ * @param request DescribeIpSetRequest
18297
+ * @return DescribeIpSetResponse
18298
+ */
17610
18299
  async describeIpSet(request) {
17611
18300
  let runtime = new $Util.RuntimeOptions({});
17612
18301
  return await this.describeIpSetWithOptions(request, runtime);
@@ -17653,6 +18342,41 @@ class Client extends openapi_client_1.default {
17653
18342
  let runtime = new $Util.RuntimeOptions({});
17654
18343
  return await this.describeListenerWithOptions(request, runtime);
17655
18344
  }
18345
+ async describeLogStoreOfEndpointGroupWithOptions(request, runtime) {
18346
+ tea_util_1.default.validateModel(request);
18347
+ let query = {};
18348
+ if (!tea_util_1.default.isUnset(request.acceleratorId)) {
18349
+ query["AcceleratorId"] = request.acceleratorId;
18350
+ }
18351
+ if (!tea_util_1.default.isUnset(request.endpointGroupId)) {
18352
+ query["EndpointGroupId"] = request.endpointGroupId;
18353
+ }
18354
+ if (!tea_util_1.default.isUnset(request.listenerId)) {
18355
+ query["ListenerId"] = request.listenerId;
18356
+ }
18357
+ if (!tea_util_1.default.isUnset(request.regionId)) {
18358
+ query["RegionId"] = request.regionId;
18359
+ }
18360
+ let req = new $OpenApi.OpenApiRequest({
18361
+ query: openapi_util_1.default.query(query),
18362
+ });
18363
+ let params = new $OpenApi.Params({
18364
+ action: "DescribeLogStoreOfEndpointGroup",
18365
+ version: "2019-11-20",
18366
+ protocol: "HTTPS",
18367
+ pathname: "/",
18368
+ method: "POST",
18369
+ authType: "AK",
18370
+ style: "RPC",
18371
+ reqBodyType: "formData",
18372
+ bodyType: "json",
18373
+ });
18374
+ return $tea.cast(await this.callApi(params, req, runtime), new DescribeLogStoreOfEndpointGroupResponse({}));
18375
+ }
18376
+ async describeLogStoreOfEndpointGroup(request) {
18377
+ let runtime = new $Util.RuntimeOptions({});
18378
+ return await this.describeLogStoreOfEndpointGroupWithOptions(request, runtime);
18379
+ }
17656
18380
  async describeRegionsWithOptions(request, runtime) {
17657
18381
  tea_util_1.default.validateModel(request);
17658
18382
  let query = {};
@@ -17728,6 +18452,7 @@ class Client extends openapi_client_1.default {
17728
18452
  return await this.detachDdosFromAcceleratorWithOptions(request, runtime);
17729
18453
  }
17730
18454
  /**
18455
+ * ## Description
17731
18456
  * * **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.
17732
18457
  * * 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.
17733
18458
  * <!---->
@@ -17773,6 +18498,7 @@ class Client extends openapi_client_1.default {
17773
18498
  return $tea.cast(await this.callApi(params, req, runtime), new DetachLogStoreFromEndpointGroupResponse({}));
17774
18499
  }
17775
18500
  /**
18501
+ * ## Description
17776
18502
  * * **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.
17777
18503
  * * 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.
17778
18504
  * <!---->
@@ -17851,6 +18577,7 @@ class Client extends openapi_client_1.default {
17851
18577
  return await this.disableApplicationMonitorWithOptions(request, runtime);
17852
18578
  }
17853
18579
  /**
18580
+ * ## Description
17854
18581
  * * **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:
17855
18582
  * * If the listener is in the **updating** state, ACLs are being disassociated from the listener. In this case, you can perform only query operations.
17856
18583
  * * If the listener is in the **active** state, ACLs are disassociated from the listener.
@@ -17895,6 +18622,7 @@ class Client extends openapi_client_1.default {
17895
18622
  return $tea.cast(await this.callApi(params, req, runtime), new DissociateAclsFromListenerResponse({}));
17896
18623
  }
17897
18624
  /**
18625
+ * ## Description
17898
18626
  * * **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:
17899
18627
  * * If the listener is in the **updating** state, ACLs are being disassociated from the listener. In this case, you can perform only query operations.
17900
18628
  * * If the listener is in the **active** state, ACLs are disassociated from the listener.
@@ -17908,6 +18636,7 @@ class Client extends openapi_client_1.default {
17908
18636
  return await this.dissociateAclsFromListenerWithOptions(request, runtime);
17909
18637
  }
17910
18638
  /**
18639
+ * ## Description
17911
18640
  * * **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.
17912
18641
  * * 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.
17913
18642
  * * If the listener is in the **active** state, it indicates that the additional certificate is dissociated from the listener.
@@ -17952,6 +18681,7 @@ class Client extends openapi_client_1.default {
17952
18681
  return $tea.cast(await this.callApi(params, req, runtime), new DissociateAdditionalCertificatesFromListenerResponse({}));
17953
18682
  }
17954
18683
  /**
18684
+ * ## Description
17955
18685
  * * **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.
17956
18686
  * * 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.
17957
18687
  * * If the listener is in the **active** state, it indicates that the additional certificate is dissociated from the listener.
@@ -19013,6 +19743,14 @@ class Client extends openapi_client_1.default {
19013
19743
  let runtime = new $Util.RuntimeOptions({});
19014
19744
  return await this.listCustomRoutingEndpointGroupDestinationsWithOptions(request, runtime);
19015
19745
  }
19746
+ /**
19747
+ * ## Debugging
19748
+ * [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)
19749
+ *
19750
+ * @param request ListCustomRoutingEndpointGroupsRequest
19751
+ * @param runtime runtime options for this request RuntimeOptions
19752
+ * @return ListCustomRoutingEndpointGroupsResponse
19753
+ */
19016
19754
  async listCustomRoutingEndpointGroupsWithOptions(request, runtime) {
19017
19755
  tea_util_1.default.validateModel(request);
19018
19756
  let query = {};
@@ -19050,6 +19788,13 @@ class Client extends openapi_client_1.default {
19050
19788
  });
19051
19789
  return $tea.cast(await this.callApi(params, req, runtime), new ListCustomRoutingEndpointGroupsResponse({}));
19052
19790
  }
19791
+ /**
19792
+ * ## Debugging
19793
+ * [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)
19794
+ *
19795
+ * @param request ListCustomRoutingEndpointGroupsRequest
19796
+ * @return ListCustomRoutingEndpointGroupsResponse
19797
+ */
19053
19798
  async listCustomRoutingEndpointGroups(request) {
19054
19799
  let runtime = new $Util.RuntimeOptions({});
19055
19800
  return await this.listCustomRoutingEndpointGroupsWithOptions(request, runtime);
@@ -19304,6 +20049,14 @@ class Client extends openapi_client_1.default {
19304
20049
  let runtime = new $Util.RuntimeOptions({});
19305
20050
  return await this.listEndpointGroupIpAddressCidrBlocksWithOptions(request, runtime);
19306
20051
  }
20052
+ /**
20053
+ * ## Debugging
20054
+ * [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)
20055
+ *
20056
+ * @param request ListEndpointGroupsRequest
20057
+ * @param runtime runtime options for this request RuntimeOptions
20058
+ * @return ListEndpointGroupsResponse
20059
+ */
19307
20060
  async listEndpointGroupsWithOptions(request, runtime) {
19308
20061
  tea_util_1.default.validateModel(request);
19309
20062
  let query = {};
@@ -19350,12 +20103,19 @@ class Client extends openapi_client_1.default {
19350
20103
  });
19351
20104
  return $tea.cast(await this.callApi(params, req, runtime), new ListEndpointGroupsResponse({}));
19352
20105
  }
20106
+ /**
20107
+ * ## Debugging
20108
+ * [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)
20109
+ *
20110
+ * @param request ListEndpointGroupsRequest
20111
+ * @return ListEndpointGroupsResponse
20112
+ */
19353
20113
  async listEndpointGroups(request) {
19354
20114
  let runtime = new $Util.RuntimeOptions({});
19355
20115
  return await this.listEndpointGroupsWithOptions(request, runtime);
19356
20116
  }
19357
20117
  /**
19358
- * > You can call this operation to query only custom forwarding rules. You cannot call this operation to query the default forwarding rule.
20118
+ * > This operation is used to query only custom forwarding rules, not the default forwarding rule.
19359
20119
  *
19360
20120
  * @param request ListForwardingRulesRequest
19361
20121
  * @param runtime runtime options for this request RuntimeOptions
@@ -19402,7 +20162,7 @@ class Client extends openapi_client_1.default {
19402
20162
  return $tea.cast(await this.callApi(params, req, runtime), new ListForwardingRulesResponse({}));
19403
20163
  }
19404
20164
  /**
19405
- * > You can call this operation to query only custom forwarding rules. You cannot call this operation to query the default forwarding rule.
20165
+ * > This operation is used to query only custom forwarding rules, not the default forwarding rule.
19406
20166
  *
19407
20167
  * @param request ListForwardingRulesRequest
19408
20168
  * @return ListForwardingRulesResponse
@@ -19603,7 +20363,7 @@ class Client extends openapi_client_1.default {
19603
20363
  return await this.listSpareIpsWithOptions(request, runtime);
19604
20364
  }
19605
20365
  /**
19606
- * You can select a TLS security policy when you create and modify an HTTPS listener. This API operation is used to query the TLS security policies that are supported by HTTPS listeners.
20366
+ * You can select a TLS security policy when you create an HTTPS listener. This API operation is used to query the TLS security policies that are supported by HTTPS listeners.
19607
20367
  *
19608
20368
  * @param request ListSystemSecurityPoliciesRequest
19609
20369
  * @param runtime runtime options for this request RuntimeOptions
@@ -19638,7 +20398,7 @@ class Client extends openapi_client_1.default {
19638
20398
  return $tea.cast(await this.callApi(params, req, runtime), new ListSystemSecurityPoliciesResponse({}));
19639
20399
  }
19640
20400
  /**
19641
- * You can select a TLS security policy when you create and modify an HTTPS listener. This API operation is used to query the TLS security policies that are supported by HTTPS listeners.
20401
+ * You can select a TLS security policy when you create an HTTPS listener. This API operation is used to query the TLS security policies that are supported by HTTPS listeners.
19642
20402
  *
19643
20403
  * @param request ListSystemSecurityPoliciesRequest
19644
20404
  * @return ListSystemSecurityPoliciesResponse
@@ -19763,7 +20523,10 @@ class Client extends openapi_client_1.default {
19763
20523
  return await this.queryCrossBorderApprovalStatusWithOptions(request, runtime);
19764
20524
  }
19765
20525
  /**
19766
- * The operation that you want to perform. Set the value to **RemoveEntriesFromAcl**.
20526
+ * * **RemoveEntriesFromAcl** 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 [GetAcl](~~258292~~) or [ListAcls](~~258291~~) operation to query the status of the ACL from which you want to delete IP entries.
20527
+ * * If the ACL is in the **configuring** state, it indicates that the IP entries are being deleted. In this case, you can perform only query operations.
20528
+ * * If the ACL is in the **active** state, it indicates that the IP entries are deleted.
20529
+ * * The **RemoveEntriesFromAcl** 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.
19767
20530
  *
19768
20531
  * @param request RemoveEntriesFromAclRequest
19769
20532
  * @param runtime runtime options for this request RuntimeOptions
@@ -19804,7 +20567,10 @@ class Client extends openapi_client_1.default {
19804
20567
  return $tea.cast(await this.callApi(params, req, runtime), new RemoveEntriesFromAclResponse({}));
19805
20568
  }
19806
20569
  /**
19807
- * The operation that you want to perform. Set the value to **RemoveEntriesFromAcl**.
20570
+ * * **RemoveEntriesFromAcl** 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 [GetAcl](~~258292~~) or [ListAcls](~~258291~~) operation to query the status of the ACL from which you want to delete IP entries.
20571
+ * * If the ACL is in the **configuring** state, it indicates that the IP entries are being deleted. In this case, you can perform only query operations.
20572
+ * * If the ACL is in the **active** state, it indicates that the IP entries are deleted.
20573
+ * * The **RemoveEntriesFromAcl** 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.
19808
20574
  *
19809
20575
  * @param request RemoveEntriesFromAclRequest
19810
20576
  * @return RemoveEntriesFromAclResponse
@@ -19814,12 +20580,12 @@ class Client extends openapi_client_1.default {
19814
20580
  return await this.removeEntriesFromAclWithOptions(request, runtime);
19815
20581
  }
19816
20582
  /**
19817
- * When you call this operation to replace the bandwidth plan that is associated with a GA instance, take note of the following items:
20583
+ * When you call this operation, take note of the following items:
19818
20584
  * * The GA instance continues to forward network traffic.
19819
- * * **ReplaceBandwidthPackage** is an asynchronous operation. After you send a request, the system returns a request ID, but the operation is still being performed in the system background. You can call the [DescribeAccelerator](~~153235~~) or [ListAccelerators](~~153236~~) operation to query the state of the GA instance.
20585
+ * * **ReplaceBandwidthPackage** 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 [DescribeAccelerator](~~153235~~) or [ListAccelerators](~~153236~~) operation to query the status of the GA instance.
19820
20586
  * * If the GA instance is in the **configuring** state, it indicates that the associated bandwidth plan is being replaced. In this case, you can perform only query operations.
19821
20587
  * * If the GA instance is in the **active** state, it indicates that the associated bandwidth plan is replaced.
19822
- * * The **ReplaceBandwidthPackage** operation cannot be called repeatedly for the same GA instance within a specific period of time.
20588
+ * * The **ReplaceBandwidthPackage** operation holds an exclusive lock on the GA instance. While the operation is in progress, you cannot call the same operation in the same Alibaba Cloud account.
19823
20589
  *
19824
20590
  * @param request ReplaceBandwidthPackageRequest
19825
20591
  * @param runtime runtime options for this request RuntimeOptions
@@ -19857,12 +20623,12 @@ class Client extends openapi_client_1.default {
19857
20623
  return $tea.cast(await this.callApi(params, req, runtime), new ReplaceBandwidthPackageResponse({}));
19858
20624
  }
19859
20625
  /**
19860
- * When you call this operation to replace the bandwidth plan that is associated with a GA instance, take note of the following items:
20626
+ * When you call this operation, take note of the following items:
19861
20627
  * * The GA instance continues to forward network traffic.
19862
- * * **ReplaceBandwidthPackage** is an asynchronous operation. After you send a request, the system returns a request ID, but the operation is still being performed in the system background. You can call the [DescribeAccelerator](~~153235~~) or [ListAccelerators](~~153236~~) operation to query the state of the GA instance.
20628
+ * * **ReplaceBandwidthPackage** 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 [DescribeAccelerator](~~153235~~) or [ListAccelerators](~~153236~~) operation to query the status of the GA instance.
19863
20629
  * * If the GA instance is in the **configuring** state, it indicates that the associated bandwidth plan is being replaced. In this case, you can perform only query operations.
19864
20630
  * * If the GA instance is in the **active** state, it indicates that the associated bandwidth plan is replaced.
19865
- * * The **ReplaceBandwidthPackage** operation cannot be called repeatedly for the same GA instance within a specific period of time.
20631
+ * * The **ReplaceBandwidthPackage** operation holds an exclusive lock on the GA instance. While the operation is in progress, you cannot call the same operation in the same Alibaba Cloud account.
19866
20632
  *
19867
20633
  * @param request ReplaceBandwidthPackageRequest
19868
20634
  * @return ReplaceBandwidthPackageResponse
@@ -20192,6 +20958,64 @@ class Client extends openapi_client_1.default {
20192
20958
  let runtime = new $Util.RuntimeOptions({});
20193
20959
  return await this.updateAcceleratorCrossBorderModeWithOptions(request, runtime);
20194
20960
  }
20961
+ /**
20962
+ * 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:
20963
+ * - **Basic GA instances**:
20964
+ * 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.
20965
+ * 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.
20966
+ * - **Standard GA instances**:
20967
+ * 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.
20968
+ *
20969
+ * @param request UpdateAcceleratorCrossBorderStatusRequest
20970
+ * @param runtime runtime options for this request RuntimeOptions
20971
+ * @return UpdateAcceleratorCrossBorderStatusResponse
20972
+ */
20973
+ async updateAcceleratorCrossBorderStatusWithOptions(request, runtime) {
20974
+ tea_util_1.default.validateModel(request);
20975
+ let query = {};
20976
+ if (!tea_util_1.default.isUnset(request.acceleratorId)) {
20977
+ query["AcceleratorId"] = request.acceleratorId;
20978
+ }
20979
+ if (!tea_util_1.default.isUnset(request.clientToken)) {
20980
+ query["ClientToken"] = request.clientToken;
20981
+ }
20982
+ if (!tea_util_1.default.isUnset(request.crossBorderStatus)) {
20983
+ query["CrossBorderStatus"] = request.crossBorderStatus;
20984
+ }
20985
+ if (!tea_util_1.default.isUnset(request.regionId)) {
20986
+ query["RegionId"] = request.regionId;
20987
+ }
20988
+ let req = new $OpenApi.OpenApiRequest({
20989
+ query: openapi_util_1.default.query(query),
20990
+ });
20991
+ let params = new $OpenApi.Params({
20992
+ action: "UpdateAcceleratorCrossBorderStatus",
20993
+ version: "2019-11-20",
20994
+ protocol: "HTTPS",
20995
+ pathname: "/",
20996
+ method: "POST",
20997
+ authType: "AK",
20998
+ style: "RPC",
20999
+ reqBodyType: "formData",
21000
+ bodyType: "json",
21001
+ });
21002
+ return $tea.cast(await this.callApi(params, req, runtime), new UpdateAcceleratorCrossBorderStatusResponse({}));
21003
+ }
21004
+ /**
21005
+ * 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:
21006
+ * - **Basic GA instances**:
21007
+ * 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.
21008
+ * 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.
21009
+ * - **Standard GA instances**:
21010
+ * 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.
21011
+ *
21012
+ * @param request UpdateAcceleratorCrossBorderStatusRequest
21013
+ * @return UpdateAcceleratorCrossBorderStatusResponse
21014
+ */
21015
+ async updateAcceleratorCrossBorderStatus(request) {
21016
+ let runtime = new $Util.RuntimeOptions({});
21017
+ return await this.updateAcceleratorCrossBorderStatusWithOptions(request, runtime);
21018
+ }
20195
21019
  async updateAclAttributeWithOptions(request, runtime) {
20196
21020
  tea_util_1.default.validateModel(request);
20197
21021
  let query = {};
@@ -20851,6 +21675,7 @@ class Client extends openapi_client_1.default {
20851
21675
  return await this.updateCustomRoutingEndpointTrafficPoliciesWithOptions(request, runtime);
20852
21676
  }
20853
21677
  /**
21678
+ * ## Description
20854
21679
  * * **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.
20855
21680
  * * 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.
20856
21681
  * * If an endpoint group is in the **active** state, the endpoints in the endpoint group are modified.
@@ -20892,6 +21717,7 @@ class Client extends openapi_client_1.default {
20892
21717
  return $tea.cast(await this.callApi(params, req, runtime), new UpdateCustomRoutingEndpointsResponse({}));
20893
21718
  }
20894
21719
  /**
21720
+ * ## Description
20895
21721
  * * **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.
20896
21722
  * * 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.
20897
21723
  * * If an endpoint group is in the **active** state, the endpoints in the endpoint group are modified.
@@ -20997,9 +21823,9 @@ class Client extends openapi_client_1.default {
20997
21823
  }
20998
21824
  /**
20999
21825
  * * **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.
21000
- * * 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.
21001
- * * If the endpoint group is in the **active** state, the configurations of the endpoint group are modified.
21002
- * * The **UpdateEndpointGroup** operation cannot be repeatedly called for the same GA instance within a specific period of time.
21826
+ * * 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.
21827
+ * * If the endpoint group is in the **active** state, it indicates that the configurations of the endpoint group are modified.
21828
+ * * The **UpdateEndpointGroup** operation cannot be repeatedly called for the same Global Accelerator (GA) instance within a specific period of time.
21003
21829
  *
21004
21830
  * @param request UpdateEndpointGroupRequest
21005
21831
  * @param runtime runtime options for this request RuntimeOptions
@@ -21074,9 +21900,9 @@ class Client extends openapi_client_1.default {
21074
21900
  }
21075
21901
  /**
21076
21902
  * * **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.
21077
- * * 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.
21078
- * * If the endpoint group is in the **active** state, the configurations of the endpoint group are modified.
21079
- * * The **UpdateEndpointGroup** operation cannot be repeatedly called for the same GA instance within a specific period of time.
21903
+ * * 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.
21904
+ * * If the endpoint group is in the **active** state, it indicates that the configurations of the endpoint group are modified.
21905
+ * * The **UpdateEndpointGroup** operation cannot be repeatedly called for the same Global Accelerator (GA) instance within a specific period of time.
21080
21906
  *
21081
21907
  * @param request UpdateEndpointGroupRequest
21082
21908
  * @return UpdateEndpointGroupResponse
@@ -21124,10 +21950,11 @@ class Client extends openapi_client_1.default {
21124
21950
  return await this.updateEndpointGroupAttributeWithOptions(request, runtime);
21125
21951
  }
21126
21952
  /**
21127
- * * **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.
21128
- * * 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.
21129
- * * If the endpoint group is in the **active**, the configuration of the endpoint group is modified.
21130
- * * The **UpdateEndpointGroups** operation cannot be repeatedly called for the same Global Accelerator (GA) instance within a specific period of time.
21953
+ * ### Description
21954
+ * * **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.
21955
+ * * 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.
21956
+ * * If the endpoint group is in the **active** state, it indicates that the configuration of the endpoint group is modified.
21957
+ * * 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.
21131
21958
  *
21132
21959
  * @param request UpdateEndpointGroupsRequest
21133
21960
  * @param runtime runtime options for this request RuntimeOptions
@@ -21168,10 +21995,11 @@ class Client extends openapi_client_1.default {
21168
21995
  return $tea.cast(await this.callApi(params, req, runtime), new UpdateEndpointGroupsResponse({}));
21169
21996
  }
21170
21997
  /**
21171
- * * **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.
21172
- * * 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.
21173
- * * If the endpoint group is in the **active**, the configuration of the endpoint group is modified.
21174
- * * The **UpdateEndpointGroups** operation cannot be repeatedly called for the same Global Accelerator (GA) instance within a specific period of time.
21998
+ * ### Description
21999
+ * * **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.
22000
+ * * 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.
22001
+ * * If the endpoint group is in the **active** state, it indicates that the configuration of the endpoint group is modified.
22002
+ * * 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.
21175
22003
  *
21176
22004
  * @param request UpdateEndpointGroupsRequest
21177
22005
  * @return UpdateEndpointGroupsResponse
@@ -21424,6 +22252,65 @@ class Client extends openapi_client_1.default {
21424
22252
  let runtime = new $Util.RuntimeOptions({});
21425
22253
  return await this.updateListenerWithOptions(request, runtime);
21426
22254
  }
22255
+ /**
22256
+ * * This operation is applicable only to **managed** Global Accelerator (GA) instances.
22257
+ * * 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.
22258
+ * * 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.
22259
+ * **
22260
+ * **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.
22261
+ *
22262
+ * @param request UpdateServiceManagedControlRequest
22263
+ * @param runtime runtime options for this request RuntimeOptions
22264
+ * @return UpdateServiceManagedControlResponse
22265
+ */
22266
+ async updateServiceManagedControlWithOptions(request, runtime) {
22267
+ tea_util_1.default.validateModel(request);
22268
+ let query = {};
22269
+ if (!tea_util_1.default.isUnset(request.clientToken)) {
22270
+ query["ClientToken"] = request.clientToken;
22271
+ }
22272
+ if (!tea_util_1.default.isUnset(request.regionId)) {
22273
+ query["RegionId"] = request.regionId;
22274
+ }
22275
+ if (!tea_util_1.default.isUnset(request.resourceId)) {
22276
+ query["ResourceId"] = request.resourceId;
22277
+ }
22278
+ if (!tea_util_1.default.isUnset(request.resourceType)) {
22279
+ query["ResourceType"] = request.resourceType;
22280
+ }
22281
+ if (!tea_util_1.default.isUnset(request.serviceManaged)) {
22282
+ query["ServiceManaged"] = request.serviceManaged;
22283
+ }
22284
+ let req = new $OpenApi.OpenApiRequest({
22285
+ query: openapi_util_1.default.query(query),
22286
+ });
22287
+ let params = new $OpenApi.Params({
22288
+ action: "UpdateServiceManagedControl",
22289
+ version: "2019-11-20",
22290
+ protocol: "HTTPS",
22291
+ pathname: "/",
22292
+ method: "POST",
22293
+ authType: "AK",
22294
+ style: "RPC",
22295
+ reqBodyType: "formData",
22296
+ bodyType: "json",
22297
+ });
22298
+ return $tea.cast(await this.callApi(params, req, runtime), new UpdateServiceManagedControlResponse({}));
22299
+ }
22300
+ /**
22301
+ * * This operation is applicable only to **managed** Global Accelerator (GA) instances.
22302
+ * * 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.
22303
+ * * 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.
22304
+ * **
22305
+ * **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.
22306
+ *
22307
+ * @param request UpdateServiceManagedControlRequest
22308
+ * @return UpdateServiceManagedControlResponse
22309
+ */
22310
+ async updateServiceManagedControl(request) {
22311
+ let runtime = new $Util.RuntimeOptions({});
22312
+ return await this.updateServiceManagedControlWithOptions(request, runtime);
22313
+ }
21427
22314
  }
21428
22315
  exports.default = Client;
21429
22316
  //# sourceMappingURL=client.js.map