@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.d.ts +652 -88
- package/dist/client.js +976 -89
- package/dist/client.js.map +1 -1
- package/package.json +2 -2
- package/src/client.ts +1213 -107
package/src/client.ts
CHANGED
|
@@ -4395,6 +4395,9 @@ export class DescribeAcceleratorResponseBody extends $tea.Model {
|
|
|
4395
4395
|
requestId?: string;
|
|
4396
4396
|
resourceGroupId?: string;
|
|
4397
4397
|
secondDnsName?: string;
|
|
4398
|
+
serviceId?: string;
|
|
4399
|
+
serviceManaged?: boolean;
|
|
4400
|
+
serviceManagedInfos?: DescribeAcceleratorResponseBodyServiceManagedInfos[];
|
|
4398
4401
|
spec?: string;
|
|
4399
4402
|
state?: string;
|
|
4400
4403
|
tags?: DescribeAcceleratorResponseBodyTags[];
|
|
@@ -4421,6 +4424,9 @@ export class DescribeAcceleratorResponseBody extends $tea.Model {
|
|
|
4421
4424
|
requestId: 'RequestId',
|
|
4422
4425
|
resourceGroupId: 'ResourceGroupId',
|
|
4423
4426
|
secondDnsName: 'SecondDnsName',
|
|
4427
|
+
serviceId: 'ServiceId',
|
|
4428
|
+
serviceManaged: 'ServiceManaged',
|
|
4429
|
+
serviceManagedInfos: 'ServiceManagedInfos',
|
|
4424
4430
|
spec: 'Spec',
|
|
4425
4431
|
state: 'State',
|
|
4426
4432
|
tags: 'Tags',
|
|
@@ -4450,6 +4456,9 @@ export class DescribeAcceleratorResponseBody extends $tea.Model {
|
|
|
4450
4456
|
requestId: 'string',
|
|
4451
4457
|
resourceGroupId: 'string',
|
|
4452
4458
|
secondDnsName: 'string',
|
|
4459
|
+
serviceId: 'string',
|
|
4460
|
+
serviceManaged: 'boolean',
|
|
4461
|
+
serviceManagedInfos: { 'type': 'array', 'itemType': DescribeAcceleratorResponseBodyServiceManagedInfos },
|
|
4453
4462
|
spec: 'string',
|
|
4454
4463
|
state: 'string',
|
|
4455
4464
|
tags: { 'type': 'array', 'itemType': DescribeAcceleratorResponseBodyTags },
|
|
@@ -5146,6 +5155,9 @@ export class DescribeCustomRoutingEndPointTrafficPolicyResponseBody extends $tea
|
|
|
5146
5155
|
policyId?: string;
|
|
5147
5156
|
portRanges?: DescribeCustomRoutingEndPointTrafficPolicyResponseBodyPortRanges[];
|
|
5148
5157
|
requestId?: string;
|
|
5158
|
+
serviceId?: string;
|
|
5159
|
+
serviceManaged?: boolean;
|
|
5160
|
+
serviceManagedInfos?: DescribeCustomRoutingEndPointTrafficPolicyResponseBodyServiceManagedInfos[];
|
|
5149
5161
|
state?: string;
|
|
5150
5162
|
static names(): { [key: string]: string } {
|
|
5151
5163
|
return {
|
|
@@ -5158,6 +5170,9 @@ export class DescribeCustomRoutingEndPointTrafficPolicyResponseBody extends $tea
|
|
|
5158
5170
|
policyId: 'PolicyId',
|
|
5159
5171
|
portRanges: 'PortRanges',
|
|
5160
5172
|
requestId: 'RequestId',
|
|
5173
|
+
serviceId: 'ServiceId',
|
|
5174
|
+
serviceManaged: 'ServiceManaged',
|
|
5175
|
+
serviceManagedInfos: 'ServiceManagedInfos',
|
|
5161
5176
|
state: 'State',
|
|
5162
5177
|
};
|
|
5163
5178
|
}
|
|
@@ -5173,6 +5188,9 @@ export class DescribeCustomRoutingEndPointTrafficPolicyResponseBody extends $tea
|
|
|
5173
5188
|
policyId: 'string',
|
|
5174
5189
|
portRanges: { 'type': 'array', 'itemType': DescribeCustomRoutingEndPointTrafficPolicyResponseBodyPortRanges },
|
|
5175
5190
|
requestId: 'string',
|
|
5191
|
+
serviceId: 'string',
|
|
5192
|
+
serviceManaged: 'boolean',
|
|
5193
|
+
serviceManagedInfos: { 'type': 'array', 'itemType': DescribeCustomRoutingEndPointTrafficPolicyResponseBodyServiceManagedInfos },
|
|
5176
5194
|
state: 'string',
|
|
5177
5195
|
};
|
|
5178
5196
|
}
|
|
@@ -5239,6 +5257,9 @@ export class DescribeCustomRoutingEndpointResponseBody extends $tea.Model {
|
|
|
5239
5257
|
endpointId?: string;
|
|
5240
5258
|
listenerId?: string;
|
|
5241
5259
|
requestId?: string;
|
|
5260
|
+
serviceId?: string;
|
|
5261
|
+
serviceManaged?: boolean;
|
|
5262
|
+
serviceManagedInfos?: DescribeCustomRoutingEndpointResponseBodyServiceManagedInfos[];
|
|
5242
5263
|
state?: string;
|
|
5243
5264
|
trafficToEndpointPolicy?: string;
|
|
5244
5265
|
type?: string;
|
|
@@ -5250,6 +5271,9 @@ export class DescribeCustomRoutingEndpointResponseBody extends $tea.Model {
|
|
|
5250
5271
|
endpointId: 'EndpointId',
|
|
5251
5272
|
listenerId: 'ListenerId',
|
|
5252
5273
|
requestId: 'RequestId',
|
|
5274
|
+
serviceId: 'ServiceId',
|
|
5275
|
+
serviceManaged: 'ServiceManaged',
|
|
5276
|
+
serviceManagedInfos: 'ServiceManagedInfos',
|
|
5253
5277
|
state: 'State',
|
|
5254
5278
|
trafficToEndpointPolicy: 'TrafficToEndpointPolicy',
|
|
5255
5279
|
type: 'Type',
|
|
@@ -5264,6 +5288,9 @@ export class DescribeCustomRoutingEndpointResponseBody extends $tea.Model {
|
|
|
5264
5288
|
endpointId: 'string',
|
|
5265
5289
|
listenerId: 'string',
|
|
5266
5290
|
requestId: 'string',
|
|
5291
|
+
serviceId: 'string',
|
|
5292
|
+
serviceManaged: 'boolean',
|
|
5293
|
+
serviceManagedInfos: { 'type': 'array', 'itemType': DescribeCustomRoutingEndpointResponseBodyServiceManagedInfos },
|
|
5267
5294
|
state: 'string',
|
|
5268
5295
|
trafficToEndpointPolicy: 'string',
|
|
5269
5296
|
type: 'string',
|
|
@@ -5334,6 +5361,9 @@ export class DescribeCustomRoutingEndpointGroupResponseBody extends $tea.Model {
|
|
|
5334
5361
|
listenerId?: string;
|
|
5335
5362
|
name?: string;
|
|
5336
5363
|
requestId?: string;
|
|
5364
|
+
serviceId?: string;
|
|
5365
|
+
serviceManaged?: boolean;
|
|
5366
|
+
serviceManagedInfos?: DescribeCustomRoutingEndpointGroupResponseBodyServiceManagedInfos[];
|
|
5337
5367
|
slsLogStoreName?: string;
|
|
5338
5368
|
slsProjectName?: string;
|
|
5339
5369
|
slsRegion?: string;
|
|
@@ -5351,6 +5381,9 @@ export class DescribeCustomRoutingEndpointGroupResponseBody extends $tea.Model {
|
|
|
5351
5381
|
listenerId: 'ListenerId',
|
|
5352
5382
|
name: 'Name',
|
|
5353
5383
|
requestId: 'RequestId',
|
|
5384
|
+
serviceId: 'ServiceId',
|
|
5385
|
+
serviceManaged: 'ServiceManaged',
|
|
5386
|
+
serviceManagedInfos: 'ServiceManagedInfos',
|
|
5354
5387
|
slsLogStoreName: 'SlsLogStoreName',
|
|
5355
5388
|
slsProjectName: 'SlsProjectName',
|
|
5356
5389
|
slsRegion: 'SlsRegion',
|
|
@@ -5371,6 +5404,9 @@ export class DescribeCustomRoutingEndpointGroupResponseBody extends $tea.Model {
|
|
|
5371
5404
|
listenerId: 'string',
|
|
5372
5405
|
name: 'string',
|
|
5373
5406
|
requestId: 'string',
|
|
5407
|
+
serviceId: 'string',
|
|
5408
|
+
serviceManaged: 'boolean',
|
|
5409
|
+
serviceManagedInfos: { 'type': 'array', 'itemType': DescribeCustomRoutingEndpointGroupResponseBodyServiceManagedInfos },
|
|
5374
5410
|
slsLogStoreName: 'string',
|
|
5375
5411
|
slsProjectName: 'string',
|
|
5376
5412
|
slsRegion: 'string',
|
|
@@ -5441,6 +5477,9 @@ export class DescribeCustomRoutingEndpointGroupDestinationsResponseBody extends
|
|
|
5441
5477
|
listenerId?: string;
|
|
5442
5478
|
protocols?: string[];
|
|
5443
5479
|
requestId?: string;
|
|
5480
|
+
serviceId?: string;
|
|
5481
|
+
serviceManaged?: boolean;
|
|
5482
|
+
serviceManagedInfos?: DescribeCustomRoutingEndpointGroupDestinationsResponseBodyServiceManagedInfos[];
|
|
5444
5483
|
state?: string;
|
|
5445
5484
|
toPort?: number;
|
|
5446
5485
|
static names(): { [key: string]: string } {
|
|
@@ -5452,6 +5491,9 @@ export class DescribeCustomRoutingEndpointGroupDestinationsResponseBody extends
|
|
|
5452
5491
|
listenerId: 'ListenerId',
|
|
5453
5492
|
protocols: 'Protocols',
|
|
5454
5493
|
requestId: 'RequestId',
|
|
5494
|
+
serviceId: 'ServiceId',
|
|
5495
|
+
serviceManaged: 'ServiceManaged',
|
|
5496
|
+
serviceManagedInfos: 'ServiceManagedInfos',
|
|
5455
5497
|
state: 'State',
|
|
5456
5498
|
toPort: 'ToPort',
|
|
5457
5499
|
};
|
|
@@ -5466,6 +5508,9 @@ export class DescribeCustomRoutingEndpointGroupDestinationsResponseBody extends
|
|
|
5466
5508
|
listenerId: 'string',
|
|
5467
5509
|
protocols: { 'type': 'array', 'itemType': 'string' },
|
|
5468
5510
|
requestId: 'string',
|
|
5511
|
+
serviceId: 'string',
|
|
5512
|
+
serviceManaged: 'boolean',
|
|
5513
|
+
serviceManagedInfos: { 'type': 'array', 'itemType': DescribeCustomRoutingEndpointGroupDestinationsResponseBodyServiceManagedInfos },
|
|
5469
5514
|
state: 'string',
|
|
5470
5515
|
toPort: 'number',
|
|
5471
5516
|
};
|
|
@@ -5545,6 +5590,9 @@ export class DescribeEndpointGroupResponseBody extends $tea.Model {
|
|
|
5545
5590
|
name?: string;
|
|
5546
5591
|
portOverrides?: DescribeEndpointGroupResponseBodyPortOverrides[];
|
|
5547
5592
|
requestId?: string;
|
|
5593
|
+
serviceId?: string;
|
|
5594
|
+
serviceManaged?: boolean;
|
|
5595
|
+
serviceManagedInfos?: DescribeEndpointGroupResponseBodyServiceManagedInfos[];
|
|
5548
5596
|
slsLogStoreName?: string;
|
|
5549
5597
|
slsProjectName?: string;
|
|
5550
5598
|
slsRegion?: string;
|
|
@@ -5575,6 +5623,9 @@ export class DescribeEndpointGroupResponseBody extends $tea.Model {
|
|
|
5575
5623
|
name: 'Name',
|
|
5576
5624
|
portOverrides: 'PortOverrides',
|
|
5577
5625
|
requestId: 'RequestId',
|
|
5626
|
+
serviceId: 'ServiceId',
|
|
5627
|
+
serviceManaged: 'ServiceManaged',
|
|
5628
|
+
serviceManagedInfos: 'ServiceManagedInfos',
|
|
5578
5629
|
slsLogStoreName: 'SlsLogStoreName',
|
|
5579
5630
|
slsProjectName: 'SlsProjectName',
|
|
5580
5631
|
slsRegion: 'SlsRegion',
|
|
@@ -5608,6 +5659,9 @@ export class DescribeEndpointGroupResponseBody extends $tea.Model {
|
|
|
5608
5659
|
name: 'string',
|
|
5609
5660
|
portOverrides: { 'type': 'array', 'itemType': DescribeEndpointGroupResponseBodyPortOverrides },
|
|
5610
5661
|
requestId: 'string',
|
|
5662
|
+
serviceId: 'string',
|
|
5663
|
+
serviceManaged: 'boolean',
|
|
5664
|
+
serviceManagedInfos: { 'type': 'array', 'itemType': DescribeEndpointGroupResponseBodyServiceManagedInfos },
|
|
5611
5665
|
slsLogStoreName: 'string',
|
|
5612
5666
|
slsProjectName: 'string',
|
|
5613
5667
|
slsRegion: 'string',
|
|
@@ -5679,6 +5733,9 @@ export class DescribeIpSetResponseBody extends $tea.Model {
|
|
|
5679
5733
|
ipVersion?: string;
|
|
5680
5734
|
ispType?: string;
|
|
5681
5735
|
requestId?: string;
|
|
5736
|
+
serviceId?: string;
|
|
5737
|
+
serviceManaged?: boolean;
|
|
5738
|
+
serviceManagedInfos?: DescribeIpSetResponseBodyServiceManagedInfos[];
|
|
5682
5739
|
state?: string;
|
|
5683
5740
|
static names(): { [key: string]: string } {
|
|
5684
5741
|
return {
|
|
@@ -5690,6 +5747,9 @@ export class DescribeIpSetResponseBody extends $tea.Model {
|
|
|
5690
5747
|
ipVersion: 'IpVersion',
|
|
5691
5748
|
ispType: 'IspType',
|
|
5692
5749
|
requestId: 'RequestId',
|
|
5750
|
+
serviceId: 'ServiceId',
|
|
5751
|
+
serviceManaged: 'ServiceManaged',
|
|
5752
|
+
serviceManagedInfos: 'ServiceManagedInfos',
|
|
5693
5753
|
state: 'State',
|
|
5694
5754
|
};
|
|
5695
5755
|
}
|
|
@@ -5704,6 +5764,9 @@ export class DescribeIpSetResponseBody extends $tea.Model {
|
|
|
5704
5764
|
ipVersion: 'string',
|
|
5705
5765
|
ispType: 'string',
|
|
5706
5766
|
requestId: 'string',
|
|
5767
|
+
serviceId: 'string',
|
|
5768
|
+
serviceManaged: 'boolean',
|
|
5769
|
+
serviceManagedInfos: { 'type': 'array', 'itemType': DescribeIpSetResponseBodyServiceManagedInfos },
|
|
5707
5770
|
state: 'string',
|
|
5708
5771
|
};
|
|
5709
5772
|
}
|
|
@@ -5776,6 +5839,9 @@ export class DescribeListenerResponseBody extends $tea.Model {
|
|
|
5776
5839
|
relatedAcls?: DescribeListenerResponseBodyRelatedAcls[];
|
|
5777
5840
|
requestId?: string;
|
|
5778
5841
|
securityPolicyId?: string;
|
|
5842
|
+
serviceId?: string;
|
|
5843
|
+
serviceManaged?: boolean;
|
|
5844
|
+
serviceManagedInfos?: DescribeListenerResponseBodyServiceManagedInfos[];
|
|
5779
5845
|
state?: string;
|
|
5780
5846
|
type?: string;
|
|
5781
5847
|
XForwardedForConfig?: DescribeListenerResponseBodyXForwardedForConfig;
|
|
@@ -5796,6 +5862,9 @@ export class DescribeListenerResponseBody extends $tea.Model {
|
|
|
5796
5862
|
relatedAcls: 'RelatedAcls',
|
|
5797
5863
|
requestId: 'RequestId',
|
|
5798
5864
|
securityPolicyId: 'SecurityPolicyId',
|
|
5865
|
+
serviceId: 'ServiceId',
|
|
5866
|
+
serviceManaged: 'ServiceManaged',
|
|
5867
|
+
serviceManagedInfos: 'ServiceManagedInfos',
|
|
5799
5868
|
state: 'State',
|
|
5800
5869
|
type: 'Type',
|
|
5801
5870
|
XForwardedForConfig: 'XForwardedForConfig',
|
|
@@ -5819,6 +5888,9 @@ export class DescribeListenerResponseBody extends $tea.Model {
|
|
|
5819
5888
|
relatedAcls: { 'type': 'array', 'itemType': DescribeListenerResponseBodyRelatedAcls },
|
|
5820
5889
|
requestId: 'string',
|
|
5821
5890
|
securityPolicyId: 'string',
|
|
5891
|
+
serviceId: 'string',
|
|
5892
|
+
serviceManaged: 'boolean',
|
|
5893
|
+
serviceManagedInfos: { 'type': 'array', 'itemType': DescribeListenerResponseBodyServiceManagedInfos },
|
|
5822
5894
|
state: 'string',
|
|
5823
5895
|
type: 'string',
|
|
5824
5896
|
XForwardedForConfig: DescribeListenerResponseBodyXForwardedForConfig,
|
|
@@ -5855,6 +5927,99 @@ export class DescribeListenerResponse extends $tea.Model {
|
|
|
5855
5927
|
}
|
|
5856
5928
|
}
|
|
5857
5929
|
|
|
5930
|
+
export class DescribeLogStoreOfEndpointGroupRequest extends $tea.Model {
|
|
5931
|
+
acceleratorId?: string;
|
|
5932
|
+
endpointGroupId?: string;
|
|
5933
|
+
listenerId?: string;
|
|
5934
|
+
regionId?: string;
|
|
5935
|
+
static names(): { [key: string]: string } {
|
|
5936
|
+
return {
|
|
5937
|
+
acceleratorId: 'AcceleratorId',
|
|
5938
|
+
endpointGroupId: 'EndpointGroupId',
|
|
5939
|
+
listenerId: 'ListenerId',
|
|
5940
|
+
regionId: 'RegionId',
|
|
5941
|
+
};
|
|
5942
|
+
}
|
|
5943
|
+
|
|
5944
|
+
static types(): { [key: string]: any } {
|
|
5945
|
+
return {
|
|
5946
|
+
acceleratorId: 'string',
|
|
5947
|
+
endpointGroupId: 'string',
|
|
5948
|
+
listenerId: 'string',
|
|
5949
|
+
regionId: 'string',
|
|
5950
|
+
};
|
|
5951
|
+
}
|
|
5952
|
+
|
|
5953
|
+
constructor(map?: { [key: string]: any }) {
|
|
5954
|
+
super(map);
|
|
5955
|
+
}
|
|
5956
|
+
}
|
|
5957
|
+
|
|
5958
|
+
export class DescribeLogStoreOfEndpointGroupResponseBody extends $tea.Model {
|
|
5959
|
+
acceleratorId?: string;
|
|
5960
|
+
endpointGroupId?: string;
|
|
5961
|
+
listenerId?: string;
|
|
5962
|
+
requestId?: string;
|
|
5963
|
+
slsLogStoreName?: string;
|
|
5964
|
+
slsProjectName?: string;
|
|
5965
|
+
slsRegionId?: string;
|
|
5966
|
+
status?: string;
|
|
5967
|
+
static names(): { [key: string]: string } {
|
|
5968
|
+
return {
|
|
5969
|
+
acceleratorId: 'AcceleratorId',
|
|
5970
|
+
endpointGroupId: 'EndpointGroupId',
|
|
5971
|
+
listenerId: 'ListenerId',
|
|
5972
|
+
requestId: 'RequestId',
|
|
5973
|
+
slsLogStoreName: 'SlsLogStoreName',
|
|
5974
|
+
slsProjectName: 'SlsProjectName',
|
|
5975
|
+
slsRegionId: 'SlsRegionId',
|
|
5976
|
+
status: 'Status',
|
|
5977
|
+
};
|
|
5978
|
+
}
|
|
5979
|
+
|
|
5980
|
+
static types(): { [key: string]: any } {
|
|
5981
|
+
return {
|
|
5982
|
+
acceleratorId: 'string',
|
|
5983
|
+
endpointGroupId: 'string',
|
|
5984
|
+
listenerId: 'string',
|
|
5985
|
+
requestId: 'string',
|
|
5986
|
+
slsLogStoreName: 'string',
|
|
5987
|
+
slsProjectName: 'string',
|
|
5988
|
+
slsRegionId: 'string',
|
|
5989
|
+
status: 'string',
|
|
5990
|
+
};
|
|
5991
|
+
}
|
|
5992
|
+
|
|
5993
|
+
constructor(map?: { [key: string]: any }) {
|
|
5994
|
+
super(map);
|
|
5995
|
+
}
|
|
5996
|
+
}
|
|
5997
|
+
|
|
5998
|
+
export class DescribeLogStoreOfEndpointGroupResponse extends $tea.Model {
|
|
5999
|
+
headers: { [key: string]: string };
|
|
6000
|
+
statusCode: number;
|
|
6001
|
+
body: DescribeLogStoreOfEndpointGroupResponseBody;
|
|
6002
|
+
static names(): { [key: string]: string } {
|
|
6003
|
+
return {
|
|
6004
|
+
headers: 'headers',
|
|
6005
|
+
statusCode: 'statusCode',
|
|
6006
|
+
body: 'body',
|
|
6007
|
+
};
|
|
6008
|
+
}
|
|
6009
|
+
|
|
6010
|
+
static types(): { [key: string]: any } {
|
|
6011
|
+
return {
|
|
6012
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
6013
|
+
statusCode: 'number',
|
|
6014
|
+
body: DescribeLogStoreOfEndpointGroupResponseBody,
|
|
6015
|
+
};
|
|
6016
|
+
}
|
|
6017
|
+
|
|
6018
|
+
constructor(map?: { [key: string]: any }) {
|
|
6019
|
+
super(map);
|
|
6020
|
+
}
|
|
6021
|
+
}
|
|
6022
|
+
|
|
5858
6023
|
export class DescribeRegionsRequest extends $tea.Model {
|
|
5859
6024
|
regionId?: string;
|
|
5860
6025
|
static names(): { [key: string]: string } {
|
|
@@ -8752,8 +8917,8 @@ export class ListCustomRoutingEndpointGroupDestinationsRequest extends $tea.Mode
|
|
|
8752
8917
|
endpointGroupId?: string;
|
|
8753
8918
|
fromPort?: number;
|
|
8754
8919
|
listenerId?: string;
|
|
8755
|
-
pageNumber?:
|
|
8756
|
-
pageSize?:
|
|
8920
|
+
pageNumber?: number;
|
|
8921
|
+
pageSize?: number;
|
|
8757
8922
|
protocols?: string[];
|
|
8758
8923
|
regionId?: string;
|
|
8759
8924
|
toPort?: number;
|
|
@@ -8777,8 +8942,8 @@ export class ListCustomRoutingEndpointGroupDestinationsRequest extends $tea.Mode
|
|
|
8777
8942
|
endpointGroupId: 'string',
|
|
8778
8943
|
fromPort: 'number',
|
|
8779
8944
|
listenerId: 'string',
|
|
8780
|
-
pageNumber: '
|
|
8781
|
-
pageSize: '
|
|
8945
|
+
pageNumber: 'number',
|
|
8946
|
+
pageSize: 'number',
|
|
8782
8947
|
protocols: { 'type': 'array', 'itemType': 'string' },
|
|
8783
8948
|
regionId: 'string',
|
|
8784
8949
|
toPort: 'number',
|
|
@@ -8850,8 +9015,8 @@ export class ListCustomRoutingEndpointGroupsRequest extends $tea.Model {
|
|
|
8850
9015
|
acceleratorId?: string;
|
|
8851
9016
|
endpointGroupId?: string;
|
|
8852
9017
|
listenerId?: string;
|
|
8853
|
-
pageNumber?:
|
|
8854
|
-
pageSize?:
|
|
9018
|
+
pageNumber?: number;
|
|
9019
|
+
pageSize?: number;
|
|
8855
9020
|
regionId?: string;
|
|
8856
9021
|
static names(): { [key: string]: string } {
|
|
8857
9022
|
return {
|
|
@@ -8869,8 +9034,8 @@ export class ListCustomRoutingEndpointGroupsRequest extends $tea.Model {
|
|
|
8869
9034
|
acceleratorId: 'string',
|
|
8870
9035
|
endpointGroupId: 'string',
|
|
8871
9036
|
listenerId: 'string',
|
|
8872
|
-
pageNumber: '
|
|
8873
|
-
pageSize: '
|
|
9037
|
+
pageNumber: 'number',
|
|
9038
|
+
pageSize: 'number',
|
|
8874
9039
|
regionId: 'string',
|
|
8875
9040
|
};
|
|
8876
9041
|
}
|
|
@@ -8942,8 +9107,8 @@ export class ListCustomRoutingEndpointTrafficPoliciesRequest extends $tea.Model
|
|
|
8942
9107
|
endpointGroupId?: string;
|
|
8943
9108
|
endpointId?: string;
|
|
8944
9109
|
listenerId?: string;
|
|
8945
|
-
pageNumber?:
|
|
8946
|
-
pageSize?:
|
|
9110
|
+
pageNumber?: number;
|
|
9111
|
+
pageSize?: number;
|
|
8947
9112
|
regionId?: string;
|
|
8948
9113
|
static names(): { [key: string]: string } {
|
|
8949
9114
|
return {
|
|
@@ -8965,8 +9130,8 @@ export class ListCustomRoutingEndpointTrafficPoliciesRequest extends $tea.Model
|
|
|
8965
9130
|
endpointGroupId: 'string',
|
|
8966
9131
|
endpointId: 'string',
|
|
8967
9132
|
listenerId: 'string',
|
|
8968
|
-
pageNumber: '
|
|
8969
|
-
pageSize: '
|
|
9133
|
+
pageNumber: 'number',
|
|
9134
|
+
pageSize: 'number',
|
|
8970
9135
|
regionId: 'string',
|
|
8971
9136
|
};
|
|
8972
9137
|
}
|
|
@@ -9036,8 +9201,8 @@ export class ListCustomRoutingEndpointsRequest extends $tea.Model {
|
|
|
9036
9201
|
acceleratorId?: string;
|
|
9037
9202
|
endpointGroupId?: string;
|
|
9038
9203
|
listenerId?: string;
|
|
9039
|
-
pageNumber?:
|
|
9040
|
-
pageSize?:
|
|
9204
|
+
pageNumber?: number;
|
|
9205
|
+
pageSize?: number;
|
|
9041
9206
|
regionId?: string;
|
|
9042
9207
|
static names(): { [key: string]: string } {
|
|
9043
9208
|
return {
|
|
@@ -9055,8 +9220,8 @@ export class ListCustomRoutingEndpointsRequest extends $tea.Model {
|
|
|
9055
9220
|
acceleratorId: 'string',
|
|
9056
9221
|
endpointGroupId: 'string',
|
|
9057
9222
|
listenerId: 'string',
|
|
9058
|
-
pageNumber: '
|
|
9059
|
-
pageSize: '
|
|
9223
|
+
pageNumber: 'number',
|
|
9224
|
+
pageSize: 'number',
|
|
9060
9225
|
regionId: 'string',
|
|
9061
9226
|
};
|
|
9062
9227
|
}
|
|
@@ -9126,8 +9291,8 @@ export class ListCustomRoutingPortMappingsRequest extends $tea.Model {
|
|
|
9126
9291
|
acceleratorId?: string;
|
|
9127
9292
|
endpointGroupId?: string;
|
|
9128
9293
|
listenerId?: string;
|
|
9129
|
-
pageNumber?:
|
|
9130
|
-
pageSize?:
|
|
9294
|
+
pageNumber?: number;
|
|
9295
|
+
pageSize?: number;
|
|
9131
9296
|
regionId?: string;
|
|
9132
9297
|
static names(): { [key: string]: string } {
|
|
9133
9298
|
return {
|
|
@@ -9145,8 +9310,8 @@ export class ListCustomRoutingPortMappingsRequest extends $tea.Model {
|
|
|
9145
9310
|
acceleratorId: 'string',
|
|
9146
9311
|
endpointGroupId: 'string',
|
|
9147
9312
|
listenerId: 'string',
|
|
9148
|
-
pageNumber: '
|
|
9149
|
-
pageSize: '
|
|
9313
|
+
pageNumber: 'number',
|
|
9314
|
+
pageSize: 'number',
|
|
9150
9315
|
regionId: 'string',
|
|
9151
9316
|
};
|
|
9152
9317
|
}
|
|
@@ -9215,8 +9380,8 @@ export class ListCustomRoutingPortMappingsResponse extends $tea.Model {
|
|
|
9215
9380
|
export class ListCustomRoutingPortMappingsByDestinationRequest extends $tea.Model {
|
|
9216
9381
|
destinationAddress?: string;
|
|
9217
9382
|
endpointId?: string;
|
|
9218
|
-
pageNumber?:
|
|
9219
|
-
pageSize?:
|
|
9383
|
+
pageNumber?: number;
|
|
9384
|
+
pageSize?: number;
|
|
9220
9385
|
regionId?: string;
|
|
9221
9386
|
static names(): { [key: string]: string } {
|
|
9222
9387
|
return {
|
|
@@ -9232,8 +9397,8 @@ export class ListCustomRoutingPortMappingsByDestinationRequest extends $tea.Mode
|
|
|
9232
9397
|
return {
|
|
9233
9398
|
destinationAddress: 'string',
|
|
9234
9399
|
endpointId: 'string',
|
|
9235
|
-
pageNumber: '
|
|
9236
|
-
pageSize: '
|
|
9400
|
+
pageNumber: 'number',
|
|
9401
|
+
pageSize: 'number',
|
|
9237
9402
|
regionId: 'string',
|
|
9238
9403
|
};
|
|
9239
9404
|
}
|
|
@@ -10985,6 +11150,78 @@ export class UpdateAcceleratorCrossBorderModeResponse extends $tea.Model {
|
|
|
10985
11150
|
}
|
|
10986
11151
|
}
|
|
10987
11152
|
|
|
11153
|
+
export class UpdateAcceleratorCrossBorderStatusRequest extends $tea.Model {
|
|
11154
|
+
acceleratorId?: string;
|
|
11155
|
+
clientToken?: string;
|
|
11156
|
+
crossBorderStatus?: boolean;
|
|
11157
|
+
regionId?: string;
|
|
11158
|
+
static names(): { [key: string]: string } {
|
|
11159
|
+
return {
|
|
11160
|
+
acceleratorId: 'AcceleratorId',
|
|
11161
|
+
clientToken: 'ClientToken',
|
|
11162
|
+
crossBorderStatus: 'CrossBorderStatus',
|
|
11163
|
+
regionId: 'RegionId',
|
|
11164
|
+
};
|
|
11165
|
+
}
|
|
11166
|
+
|
|
11167
|
+
static types(): { [key: string]: any } {
|
|
11168
|
+
return {
|
|
11169
|
+
acceleratorId: 'string',
|
|
11170
|
+
clientToken: 'string',
|
|
11171
|
+
crossBorderStatus: 'boolean',
|
|
11172
|
+
regionId: 'string',
|
|
11173
|
+
};
|
|
11174
|
+
}
|
|
11175
|
+
|
|
11176
|
+
constructor(map?: { [key: string]: any }) {
|
|
11177
|
+
super(map);
|
|
11178
|
+
}
|
|
11179
|
+
}
|
|
11180
|
+
|
|
11181
|
+
export class UpdateAcceleratorCrossBorderStatusResponseBody extends $tea.Model {
|
|
11182
|
+
requestId?: string;
|
|
11183
|
+
static names(): { [key: string]: string } {
|
|
11184
|
+
return {
|
|
11185
|
+
requestId: 'RequestId',
|
|
11186
|
+
};
|
|
11187
|
+
}
|
|
11188
|
+
|
|
11189
|
+
static types(): { [key: string]: any } {
|
|
11190
|
+
return {
|
|
11191
|
+
requestId: 'string',
|
|
11192
|
+
};
|
|
11193
|
+
}
|
|
11194
|
+
|
|
11195
|
+
constructor(map?: { [key: string]: any }) {
|
|
11196
|
+
super(map);
|
|
11197
|
+
}
|
|
11198
|
+
}
|
|
11199
|
+
|
|
11200
|
+
export class UpdateAcceleratorCrossBorderStatusResponse extends $tea.Model {
|
|
11201
|
+
headers: { [key: string]: string };
|
|
11202
|
+
statusCode: number;
|
|
11203
|
+
body: UpdateAcceleratorCrossBorderStatusResponseBody;
|
|
11204
|
+
static names(): { [key: string]: string } {
|
|
11205
|
+
return {
|
|
11206
|
+
headers: 'headers',
|
|
11207
|
+
statusCode: 'statusCode',
|
|
11208
|
+
body: 'body',
|
|
11209
|
+
};
|
|
11210
|
+
}
|
|
11211
|
+
|
|
11212
|
+
static types(): { [key: string]: any } {
|
|
11213
|
+
return {
|
|
11214
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
11215
|
+
statusCode: 'number',
|
|
11216
|
+
body: UpdateAcceleratorCrossBorderStatusResponseBody,
|
|
11217
|
+
};
|
|
11218
|
+
}
|
|
11219
|
+
|
|
11220
|
+
constructor(map?: { [key: string]: any }) {
|
|
11221
|
+
super(map);
|
|
11222
|
+
}
|
|
11223
|
+
}
|
|
11224
|
+
|
|
10988
11225
|
export class UpdateAclAttributeRequest extends $tea.Model {
|
|
10989
11226
|
aclId?: string;
|
|
10990
11227
|
aclName?: string;
|
|
@@ -12749,6 +12986,81 @@ export class UpdateListenerResponse extends $tea.Model {
|
|
|
12749
12986
|
}
|
|
12750
12987
|
}
|
|
12751
12988
|
|
|
12989
|
+
export class UpdateServiceManagedControlRequest extends $tea.Model {
|
|
12990
|
+
clientToken?: string;
|
|
12991
|
+
regionId?: string;
|
|
12992
|
+
resourceId?: string;
|
|
12993
|
+
resourceType?: string;
|
|
12994
|
+
serviceManaged?: boolean;
|
|
12995
|
+
static names(): { [key: string]: string } {
|
|
12996
|
+
return {
|
|
12997
|
+
clientToken: 'ClientToken',
|
|
12998
|
+
regionId: 'RegionId',
|
|
12999
|
+
resourceId: 'ResourceId',
|
|
13000
|
+
resourceType: 'ResourceType',
|
|
13001
|
+
serviceManaged: 'ServiceManaged',
|
|
13002
|
+
};
|
|
13003
|
+
}
|
|
13004
|
+
|
|
13005
|
+
static types(): { [key: string]: any } {
|
|
13006
|
+
return {
|
|
13007
|
+
clientToken: 'string',
|
|
13008
|
+
regionId: 'string',
|
|
13009
|
+
resourceId: 'string',
|
|
13010
|
+
resourceType: 'string',
|
|
13011
|
+
serviceManaged: 'boolean',
|
|
13012
|
+
};
|
|
13013
|
+
}
|
|
13014
|
+
|
|
13015
|
+
constructor(map?: { [key: string]: any }) {
|
|
13016
|
+
super(map);
|
|
13017
|
+
}
|
|
13018
|
+
}
|
|
13019
|
+
|
|
13020
|
+
export class UpdateServiceManagedControlResponseBody extends $tea.Model {
|
|
13021
|
+
requestId?: string;
|
|
13022
|
+
static names(): { [key: string]: string } {
|
|
13023
|
+
return {
|
|
13024
|
+
requestId: 'RequestId',
|
|
13025
|
+
};
|
|
13026
|
+
}
|
|
13027
|
+
|
|
13028
|
+
static types(): { [key: string]: any } {
|
|
13029
|
+
return {
|
|
13030
|
+
requestId: 'string',
|
|
13031
|
+
};
|
|
13032
|
+
}
|
|
13033
|
+
|
|
13034
|
+
constructor(map?: { [key: string]: any }) {
|
|
13035
|
+
super(map);
|
|
13036
|
+
}
|
|
13037
|
+
}
|
|
13038
|
+
|
|
13039
|
+
export class UpdateServiceManagedControlResponse extends $tea.Model {
|
|
13040
|
+
headers: { [key: string]: string };
|
|
13041
|
+
statusCode: number;
|
|
13042
|
+
body: UpdateServiceManagedControlResponseBody;
|
|
13043
|
+
static names(): { [key: string]: string } {
|
|
13044
|
+
return {
|
|
13045
|
+
headers: 'headers',
|
|
13046
|
+
statusCode: 'statusCode',
|
|
13047
|
+
body: 'body',
|
|
13048
|
+
};
|
|
13049
|
+
}
|
|
13050
|
+
|
|
13051
|
+
static types(): { [key: string]: any } {
|
|
13052
|
+
return {
|
|
13053
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
13054
|
+
statusCode: 'number',
|
|
13055
|
+
body: UpdateServiceManagedControlResponseBody,
|
|
13056
|
+
};
|
|
13057
|
+
}
|
|
13058
|
+
|
|
13059
|
+
constructor(map?: { [key: string]: any }) {
|
|
13060
|
+
super(map);
|
|
13061
|
+
}
|
|
13062
|
+
}
|
|
13063
|
+
|
|
12752
13064
|
export class AddEntriesToAclRequestAclEntries extends $tea.Model {
|
|
12753
13065
|
entry?: string;
|
|
12754
13066
|
entryDescription?: string;
|
|
@@ -13279,6 +13591,7 @@ export class CreateEndpointGroupRequestEndpointConfigurations extends $tea.Model
|
|
|
13279
13591
|
enableClientIPPreservation?: boolean;
|
|
13280
13592
|
enableProxyProtocol?: boolean;
|
|
13281
13593
|
endpoint?: string;
|
|
13594
|
+
subAddress?: string;
|
|
13282
13595
|
type?: string;
|
|
13283
13596
|
weight?: number;
|
|
13284
13597
|
static names(): { [key: string]: string } {
|
|
@@ -13286,6 +13599,7 @@ export class CreateEndpointGroupRequestEndpointConfigurations extends $tea.Model
|
|
|
13286
13599
|
enableClientIPPreservation: 'EnableClientIPPreservation',
|
|
13287
13600
|
enableProxyProtocol: 'EnableProxyProtocol',
|
|
13288
13601
|
endpoint: 'Endpoint',
|
|
13602
|
+
subAddress: 'SubAddress',
|
|
13289
13603
|
type: 'Type',
|
|
13290
13604
|
weight: 'Weight',
|
|
13291
13605
|
};
|
|
@@ -13296,6 +13610,7 @@ export class CreateEndpointGroupRequestEndpointConfigurations extends $tea.Model
|
|
|
13296
13610
|
enableClientIPPreservation: 'boolean',
|
|
13297
13611
|
enableProxyProtocol: 'boolean',
|
|
13298
13612
|
endpoint: 'string',
|
|
13613
|
+
subAddress: 'string',
|
|
13299
13614
|
type: 'string',
|
|
13300
13615
|
weight: 'number',
|
|
13301
13616
|
};
|
|
@@ -13352,11 +13667,13 @@ export class CreateEndpointGroupRequestTag extends $tea.Model {
|
|
|
13352
13667
|
|
|
13353
13668
|
export class CreateEndpointGroupsRequestEndpointGroupConfigurationsEndpointConfigurations extends $tea.Model {
|
|
13354
13669
|
endpoint?: string;
|
|
13670
|
+
subAddress?: string;
|
|
13355
13671
|
type?: string;
|
|
13356
13672
|
weight?: number;
|
|
13357
13673
|
static names(): { [key: string]: string } {
|
|
13358
13674
|
return {
|
|
13359
13675
|
endpoint: 'Endpoint',
|
|
13676
|
+
subAddress: 'SubAddress',
|
|
13360
13677
|
type: 'Type',
|
|
13361
13678
|
weight: 'Weight',
|
|
13362
13679
|
};
|
|
@@ -13365,6 +13682,7 @@ export class CreateEndpointGroupsRequestEndpointGroupConfigurationsEndpointConfi
|
|
|
13365
13682
|
static types(): { [key: string]: any } {
|
|
13366
13683
|
return {
|
|
13367
13684
|
endpoint: 'string',
|
|
13685
|
+
subAddress: 'string',
|
|
13368
13686
|
type: 'string',
|
|
13369
13687
|
weight: 'number',
|
|
13370
13688
|
};
|
|
@@ -14095,6 +14413,31 @@ export class DescribeAcceleratorResponseBodyIpSetConfig extends $tea.Model {
|
|
|
14095
14413
|
}
|
|
14096
14414
|
}
|
|
14097
14415
|
|
|
14416
|
+
export class DescribeAcceleratorResponseBodyServiceManagedInfos extends $tea.Model {
|
|
14417
|
+
action?: string;
|
|
14418
|
+
childType?: string;
|
|
14419
|
+
isManaged?: boolean;
|
|
14420
|
+
static names(): { [key: string]: string } {
|
|
14421
|
+
return {
|
|
14422
|
+
action: 'Action',
|
|
14423
|
+
childType: 'ChildType',
|
|
14424
|
+
isManaged: 'IsManaged',
|
|
14425
|
+
};
|
|
14426
|
+
}
|
|
14427
|
+
|
|
14428
|
+
static types(): { [key: string]: any } {
|
|
14429
|
+
return {
|
|
14430
|
+
action: 'string',
|
|
14431
|
+
childType: 'string',
|
|
14432
|
+
isManaged: 'boolean',
|
|
14433
|
+
};
|
|
14434
|
+
}
|
|
14435
|
+
|
|
14436
|
+
constructor(map?: { [key: string]: any }) {
|
|
14437
|
+
super(map);
|
|
14438
|
+
}
|
|
14439
|
+
}
|
|
14440
|
+
|
|
14098
14441
|
export class DescribeAcceleratorResponseBodyTags extends $tea.Model {
|
|
14099
14442
|
key?: string;
|
|
14100
14443
|
value?: string;
|
|
@@ -14506,12 +14849,113 @@ export class DescribeCustomRoutingEndPointTrafficPolicyResponseBodyPortRanges ex
|
|
|
14506
14849
|
}
|
|
14507
14850
|
}
|
|
14508
14851
|
|
|
14852
|
+
export class DescribeCustomRoutingEndPointTrafficPolicyResponseBodyServiceManagedInfos extends $tea.Model {
|
|
14853
|
+
action?: string;
|
|
14854
|
+
childType?: string;
|
|
14855
|
+
isManaged?: boolean;
|
|
14856
|
+
static names(): { [key: string]: string } {
|
|
14857
|
+
return {
|
|
14858
|
+
action: 'Action',
|
|
14859
|
+
childType: 'ChildType',
|
|
14860
|
+
isManaged: 'IsManaged',
|
|
14861
|
+
};
|
|
14862
|
+
}
|
|
14863
|
+
|
|
14864
|
+
static types(): { [key: string]: any } {
|
|
14865
|
+
return {
|
|
14866
|
+
action: 'string',
|
|
14867
|
+
childType: 'string',
|
|
14868
|
+
isManaged: 'boolean',
|
|
14869
|
+
};
|
|
14870
|
+
}
|
|
14871
|
+
|
|
14872
|
+
constructor(map?: { [key: string]: any }) {
|
|
14873
|
+
super(map);
|
|
14874
|
+
}
|
|
14875
|
+
}
|
|
14876
|
+
|
|
14877
|
+
export class DescribeCustomRoutingEndpointResponseBodyServiceManagedInfos extends $tea.Model {
|
|
14878
|
+
action?: string;
|
|
14879
|
+
childType?: string;
|
|
14880
|
+
isManaged?: boolean;
|
|
14881
|
+
static names(): { [key: string]: string } {
|
|
14882
|
+
return {
|
|
14883
|
+
action: 'Action',
|
|
14884
|
+
childType: 'ChildType',
|
|
14885
|
+
isManaged: 'IsManaged',
|
|
14886
|
+
};
|
|
14887
|
+
}
|
|
14888
|
+
|
|
14889
|
+
static types(): { [key: string]: any } {
|
|
14890
|
+
return {
|
|
14891
|
+
action: 'string',
|
|
14892
|
+
childType: 'string',
|
|
14893
|
+
isManaged: 'boolean',
|
|
14894
|
+
};
|
|
14895
|
+
}
|
|
14896
|
+
|
|
14897
|
+
constructor(map?: { [key: string]: any }) {
|
|
14898
|
+
super(map);
|
|
14899
|
+
}
|
|
14900
|
+
}
|
|
14901
|
+
|
|
14902
|
+
export class DescribeCustomRoutingEndpointGroupResponseBodyServiceManagedInfos extends $tea.Model {
|
|
14903
|
+
action?: string;
|
|
14904
|
+
childType?: string;
|
|
14905
|
+
isManaged?: boolean;
|
|
14906
|
+
static names(): { [key: string]: string } {
|
|
14907
|
+
return {
|
|
14908
|
+
action: 'Action',
|
|
14909
|
+
childType: 'ChildType',
|
|
14910
|
+
isManaged: 'IsManaged',
|
|
14911
|
+
};
|
|
14912
|
+
}
|
|
14913
|
+
|
|
14914
|
+
static types(): { [key: string]: any } {
|
|
14915
|
+
return {
|
|
14916
|
+
action: 'string',
|
|
14917
|
+
childType: 'string',
|
|
14918
|
+
isManaged: 'boolean',
|
|
14919
|
+
};
|
|
14920
|
+
}
|
|
14921
|
+
|
|
14922
|
+
constructor(map?: { [key: string]: any }) {
|
|
14923
|
+
super(map);
|
|
14924
|
+
}
|
|
14925
|
+
}
|
|
14926
|
+
|
|
14927
|
+
export class DescribeCustomRoutingEndpointGroupDestinationsResponseBodyServiceManagedInfos extends $tea.Model {
|
|
14928
|
+
action?: string;
|
|
14929
|
+
childType?: string;
|
|
14930
|
+
isManaged?: boolean;
|
|
14931
|
+
static names(): { [key: string]: string } {
|
|
14932
|
+
return {
|
|
14933
|
+
action: 'Action',
|
|
14934
|
+
childType: 'ChildType',
|
|
14935
|
+
isManaged: 'IsManaged',
|
|
14936
|
+
};
|
|
14937
|
+
}
|
|
14938
|
+
|
|
14939
|
+
static types(): { [key: string]: any } {
|
|
14940
|
+
return {
|
|
14941
|
+
action: 'string',
|
|
14942
|
+
childType: 'string',
|
|
14943
|
+
isManaged: 'boolean',
|
|
14944
|
+
};
|
|
14945
|
+
}
|
|
14946
|
+
|
|
14947
|
+
constructor(map?: { [key: string]: any }) {
|
|
14948
|
+
super(map);
|
|
14949
|
+
}
|
|
14950
|
+
}
|
|
14951
|
+
|
|
14509
14952
|
export class DescribeEndpointGroupResponseBodyEndpointConfigurations extends $tea.Model {
|
|
14510
14953
|
enableClientIPPreservation?: boolean;
|
|
14511
14954
|
enableProxyProtocol?: boolean;
|
|
14512
14955
|
endpoint?: string;
|
|
14513
14956
|
probePort?: number;
|
|
14514
14957
|
probeProtocol?: string;
|
|
14958
|
+
subAddress?: string;
|
|
14515
14959
|
type?: string;
|
|
14516
14960
|
weight?: number;
|
|
14517
14961
|
static names(): { [key: string]: string } {
|
|
@@ -14521,6 +14965,7 @@ export class DescribeEndpointGroupResponseBodyEndpointConfigurations extends $te
|
|
|
14521
14965
|
endpoint: 'Endpoint',
|
|
14522
14966
|
probePort: 'ProbePort',
|
|
14523
14967
|
probeProtocol: 'ProbeProtocol',
|
|
14968
|
+
subAddress: 'SubAddress',
|
|
14524
14969
|
type: 'Type',
|
|
14525
14970
|
weight: 'Weight',
|
|
14526
14971
|
};
|
|
@@ -14533,6 +14978,7 @@ export class DescribeEndpointGroupResponseBodyEndpointConfigurations extends $te
|
|
|
14533
14978
|
endpoint: 'string',
|
|
14534
14979
|
probePort: 'number',
|
|
14535
14980
|
probeProtocol: 'string',
|
|
14981
|
+
subAddress: 'string',
|
|
14536
14982
|
type: 'string',
|
|
14537
14983
|
weight: 'number',
|
|
14538
14984
|
};
|
|
@@ -14565,6 +15011,31 @@ export class DescribeEndpointGroupResponseBodyPortOverrides extends $tea.Model {
|
|
|
14565
15011
|
}
|
|
14566
15012
|
}
|
|
14567
15013
|
|
|
15014
|
+
export class DescribeEndpointGroupResponseBodyServiceManagedInfos extends $tea.Model {
|
|
15015
|
+
action?: string;
|
|
15016
|
+
childType?: string;
|
|
15017
|
+
isManaged?: boolean;
|
|
15018
|
+
static names(): { [key: string]: string } {
|
|
15019
|
+
return {
|
|
15020
|
+
action: 'Action',
|
|
15021
|
+
childType: 'ChildType',
|
|
15022
|
+
isManaged: 'IsManaged',
|
|
15023
|
+
};
|
|
15024
|
+
}
|
|
15025
|
+
|
|
15026
|
+
static types(): { [key: string]: any } {
|
|
15027
|
+
return {
|
|
15028
|
+
action: 'string',
|
|
15029
|
+
childType: 'string',
|
|
15030
|
+
isManaged: 'boolean',
|
|
15031
|
+
};
|
|
15032
|
+
}
|
|
15033
|
+
|
|
15034
|
+
constructor(map?: { [key: string]: any }) {
|
|
15035
|
+
super(map);
|
|
15036
|
+
}
|
|
15037
|
+
}
|
|
15038
|
+
|
|
14568
15039
|
export class DescribeEndpointGroupResponseBodyTags extends $tea.Model {
|
|
14569
15040
|
key?: string;
|
|
14570
15041
|
value?: string;
|
|
@@ -14587,6 +15058,31 @@ export class DescribeEndpointGroupResponseBodyTags extends $tea.Model {
|
|
|
14587
15058
|
}
|
|
14588
15059
|
}
|
|
14589
15060
|
|
|
15061
|
+
export class DescribeIpSetResponseBodyServiceManagedInfos extends $tea.Model {
|
|
15062
|
+
action?: string;
|
|
15063
|
+
childType?: string;
|
|
15064
|
+
isManaged?: boolean;
|
|
15065
|
+
static names(): { [key: string]: string } {
|
|
15066
|
+
return {
|
|
15067
|
+
action: 'Action',
|
|
15068
|
+
childType: 'ChildType',
|
|
15069
|
+
isManaged: 'IsManaged',
|
|
15070
|
+
};
|
|
15071
|
+
}
|
|
15072
|
+
|
|
15073
|
+
static types(): { [key: string]: any } {
|
|
15074
|
+
return {
|
|
15075
|
+
action: 'string',
|
|
15076
|
+
childType: 'string',
|
|
15077
|
+
isManaged: 'boolean',
|
|
15078
|
+
};
|
|
15079
|
+
}
|
|
15080
|
+
|
|
15081
|
+
constructor(map?: { [key: string]: any }) {
|
|
15082
|
+
super(map);
|
|
15083
|
+
}
|
|
15084
|
+
}
|
|
15085
|
+
|
|
14590
15086
|
export class DescribeListenerResponseBodyBackendPorts extends $tea.Model {
|
|
14591
15087
|
fromPort?: string;
|
|
14592
15088
|
toPort?: string;
|
|
@@ -14675,6 +15171,31 @@ export class DescribeListenerResponseBodyRelatedAcls extends $tea.Model {
|
|
|
14675
15171
|
}
|
|
14676
15172
|
}
|
|
14677
15173
|
|
|
15174
|
+
export class DescribeListenerResponseBodyServiceManagedInfos extends $tea.Model {
|
|
15175
|
+
action?: string;
|
|
15176
|
+
childType?: string;
|
|
15177
|
+
isManaged?: boolean;
|
|
15178
|
+
static names(): { [key: string]: string } {
|
|
15179
|
+
return {
|
|
15180
|
+
action: 'Action',
|
|
15181
|
+
childType: 'ChildType',
|
|
15182
|
+
isManaged: 'IsManaged',
|
|
15183
|
+
};
|
|
15184
|
+
}
|
|
15185
|
+
|
|
15186
|
+
static types(): { [key: string]: any } {
|
|
15187
|
+
return {
|
|
15188
|
+
action: 'string',
|
|
15189
|
+
childType: 'string',
|
|
15190
|
+
isManaged: 'boolean',
|
|
15191
|
+
};
|
|
15192
|
+
}
|
|
15193
|
+
|
|
15194
|
+
constructor(map?: { [key: string]: any }) {
|
|
15195
|
+
super(map);
|
|
15196
|
+
}
|
|
15197
|
+
}
|
|
15198
|
+
|
|
14678
15199
|
export class DescribeListenerResponseBodyXForwardedForConfig extends $tea.Model {
|
|
14679
15200
|
XForwardedForGaApEnabled?: boolean;
|
|
14680
15201
|
XForwardedForGaIdEnabled?: boolean;
|
|
@@ -15066,6 +15587,31 @@ export class ListAcceleratorsResponseBodyAcceleratorsIpSetConfig extends $tea.Mo
|
|
|
15066
15587
|
}
|
|
15067
15588
|
}
|
|
15068
15589
|
|
|
15590
|
+
export class ListAcceleratorsResponseBodyAcceleratorsServiceManagedInfos extends $tea.Model {
|
|
15591
|
+
action?: string;
|
|
15592
|
+
childType?: string;
|
|
15593
|
+
isManaged?: boolean;
|
|
15594
|
+
static names(): { [key: string]: string } {
|
|
15595
|
+
return {
|
|
15596
|
+
action: 'Action',
|
|
15597
|
+
childType: 'ChildType',
|
|
15598
|
+
isManaged: 'IsManaged',
|
|
15599
|
+
};
|
|
15600
|
+
}
|
|
15601
|
+
|
|
15602
|
+
static types(): { [key: string]: any } {
|
|
15603
|
+
return {
|
|
15604
|
+
action: 'string',
|
|
15605
|
+
childType: 'string',
|
|
15606
|
+
isManaged: 'boolean',
|
|
15607
|
+
};
|
|
15608
|
+
}
|
|
15609
|
+
|
|
15610
|
+
constructor(map?: { [key: string]: any }) {
|
|
15611
|
+
super(map);
|
|
15612
|
+
}
|
|
15613
|
+
}
|
|
15614
|
+
|
|
15069
15615
|
export class ListAcceleratorsResponseBodyAcceleratorsTags extends $tea.Model {
|
|
15070
15616
|
key?: string;
|
|
15071
15617
|
value?: string;
|
|
@@ -15108,6 +15654,9 @@ export class ListAcceleratorsResponseBodyAccelerators extends $tea.Model {
|
|
|
15108
15654
|
regionId?: string;
|
|
15109
15655
|
resourceGroupId?: string;
|
|
15110
15656
|
secondDnsName?: string;
|
|
15657
|
+
serviceId?: string;
|
|
15658
|
+
serviceManaged?: boolean;
|
|
15659
|
+
serviceManagedInfos?: ListAcceleratorsResponseBodyAcceleratorsServiceManagedInfos[];
|
|
15111
15660
|
spec?: string;
|
|
15112
15661
|
state?: string;
|
|
15113
15662
|
tags?: ListAcceleratorsResponseBodyAcceleratorsTags[];
|
|
@@ -15134,6 +15683,9 @@ export class ListAcceleratorsResponseBodyAccelerators extends $tea.Model {
|
|
|
15134
15683
|
regionId: 'RegionId',
|
|
15135
15684
|
resourceGroupId: 'ResourceGroupId',
|
|
15136
15685
|
secondDnsName: 'SecondDnsName',
|
|
15686
|
+
serviceId: 'ServiceId',
|
|
15687
|
+
serviceManaged: 'ServiceManaged',
|
|
15688
|
+
serviceManagedInfos: 'ServiceManagedInfos',
|
|
15137
15689
|
spec: 'Spec',
|
|
15138
15690
|
state: 'State',
|
|
15139
15691
|
tags: 'Tags',
|
|
@@ -15163,6 +15715,9 @@ export class ListAcceleratorsResponseBodyAccelerators extends $tea.Model {
|
|
|
15163
15715
|
regionId: 'string',
|
|
15164
15716
|
resourceGroupId: 'string',
|
|
15165
15717
|
secondDnsName: 'string',
|
|
15718
|
+
serviceId: 'string',
|
|
15719
|
+
serviceManaged: 'boolean',
|
|
15720
|
+
serviceManagedInfos: { 'type': 'array', 'itemType': ListAcceleratorsResponseBodyAcceleratorsServiceManagedInfos },
|
|
15166
15721
|
spec: 'string',
|
|
15167
15722
|
state: 'string',
|
|
15168
15723
|
tags: { 'type': 'array', 'itemType': ListAcceleratorsResponseBodyAcceleratorsTags },
|
|
@@ -15974,6 +16529,31 @@ export class ListCommonAreasResponseBodyAreas extends $tea.Model {
|
|
|
15974
16529
|
}
|
|
15975
16530
|
}
|
|
15976
16531
|
|
|
16532
|
+
export class ListCustomRoutingEndpointGroupDestinationsResponseBodyDestinationsServiceManagedInfos extends $tea.Model {
|
|
16533
|
+
action?: string;
|
|
16534
|
+
childType?: string;
|
|
16535
|
+
isManaged?: boolean;
|
|
16536
|
+
static names(): { [key: string]: string } {
|
|
16537
|
+
return {
|
|
16538
|
+
action: 'Action',
|
|
16539
|
+
childType: 'ChildType',
|
|
16540
|
+
isManaged: 'IsManaged',
|
|
16541
|
+
};
|
|
16542
|
+
}
|
|
16543
|
+
|
|
16544
|
+
static types(): { [key: string]: any } {
|
|
16545
|
+
return {
|
|
16546
|
+
action: 'string',
|
|
16547
|
+
childType: 'string',
|
|
16548
|
+
isManaged: 'boolean',
|
|
16549
|
+
};
|
|
16550
|
+
}
|
|
16551
|
+
|
|
16552
|
+
constructor(map?: { [key: string]: any }) {
|
|
16553
|
+
super(map);
|
|
16554
|
+
}
|
|
16555
|
+
}
|
|
16556
|
+
|
|
15977
16557
|
export class ListCustomRoutingEndpointGroupDestinationsResponseBodyDestinations extends $tea.Model {
|
|
15978
16558
|
acceleratorId?: string;
|
|
15979
16559
|
destinationId?: string;
|
|
@@ -15981,6 +16561,9 @@ export class ListCustomRoutingEndpointGroupDestinationsResponseBodyDestinations
|
|
|
15981
16561
|
fromPort?: number;
|
|
15982
16562
|
listenerId?: string;
|
|
15983
16563
|
protocols?: string[];
|
|
16564
|
+
serviceId?: string;
|
|
16565
|
+
serviceManaged?: boolean;
|
|
16566
|
+
serviceManagedInfos?: ListCustomRoutingEndpointGroupDestinationsResponseBodyDestinationsServiceManagedInfos[];
|
|
15984
16567
|
toPort?: number;
|
|
15985
16568
|
static names(): { [key: string]: string } {
|
|
15986
16569
|
return {
|
|
@@ -15990,6 +16573,9 @@ export class ListCustomRoutingEndpointGroupDestinationsResponseBodyDestinations
|
|
|
15990
16573
|
fromPort: 'FromPort',
|
|
15991
16574
|
listenerId: 'ListenerId',
|
|
15992
16575
|
protocols: 'Protocols',
|
|
16576
|
+
serviceId: 'ServiceId',
|
|
16577
|
+
serviceManaged: 'ServiceManaged',
|
|
16578
|
+
serviceManagedInfos: 'ServiceManagedInfos',
|
|
15993
16579
|
toPort: 'ToPort',
|
|
15994
16580
|
};
|
|
15995
16581
|
}
|
|
@@ -16002,6 +16588,9 @@ export class ListCustomRoutingEndpointGroupDestinationsResponseBodyDestinations
|
|
|
16002
16588
|
fromPort: 'number',
|
|
16003
16589
|
listenerId: 'string',
|
|
16004
16590
|
protocols: { 'type': 'array', 'itemType': 'string' },
|
|
16591
|
+
serviceId: 'string',
|
|
16592
|
+
serviceManaged: 'boolean',
|
|
16593
|
+
serviceManagedInfos: { 'type': 'array', 'itemType': ListCustomRoutingEndpointGroupDestinationsResponseBodyDestinationsServiceManagedInfos },
|
|
16005
16594
|
toPort: 'number',
|
|
16006
16595
|
};
|
|
16007
16596
|
}
|
|
@@ -16011,6 +16600,31 @@ export class ListCustomRoutingEndpointGroupDestinationsResponseBodyDestinations
|
|
|
16011
16600
|
}
|
|
16012
16601
|
}
|
|
16013
16602
|
|
|
16603
|
+
export class ListCustomRoutingEndpointGroupsResponseBodyEndpointGroupsServiceManagedInfos extends $tea.Model {
|
|
16604
|
+
action?: string;
|
|
16605
|
+
childType?: string;
|
|
16606
|
+
isManaged?: boolean;
|
|
16607
|
+
static names(): { [key: string]: string } {
|
|
16608
|
+
return {
|
|
16609
|
+
action: 'Action',
|
|
16610
|
+
childType: 'ChildType',
|
|
16611
|
+
isManaged: 'IsManaged',
|
|
16612
|
+
};
|
|
16613
|
+
}
|
|
16614
|
+
|
|
16615
|
+
static types(): { [key: string]: any } {
|
|
16616
|
+
return {
|
|
16617
|
+
action: 'string',
|
|
16618
|
+
childType: 'string',
|
|
16619
|
+
isManaged: 'boolean',
|
|
16620
|
+
};
|
|
16621
|
+
}
|
|
16622
|
+
|
|
16623
|
+
constructor(map?: { [key: string]: any }) {
|
|
16624
|
+
super(map);
|
|
16625
|
+
}
|
|
16626
|
+
}
|
|
16627
|
+
|
|
16014
16628
|
export class ListCustomRoutingEndpointGroupsResponseBodyEndpointGroups extends $tea.Model {
|
|
16015
16629
|
acceleratorId?: string;
|
|
16016
16630
|
description?: string;
|
|
@@ -16020,6 +16634,9 @@ export class ListCustomRoutingEndpointGroupsResponseBodyEndpointGroups extends $
|
|
|
16020
16634
|
endpointGroupUnconfirmedIpList?: string[];
|
|
16021
16635
|
listenerId?: string;
|
|
16022
16636
|
name?: string;
|
|
16637
|
+
serviceId?: string;
|
|
16638
|
+
serviceManaged?: boolean;
|
|
16639
|
+
serviceManagedInfos?: ListCustomRoutingEndpointGroupsResponseBodyEndpointGroupsServiceManagedInfos[];
|
|
16023
16640
|
state?: string;
|
|
16024
16641
|
static names(): { [key: string]: string } {
|
|
16025
16642
|
return {
|
|
@@ -16031,6 +16648,9 @@ export class ListCustomRoutingEndpointGroupsResponseBodyEndpointGroups extends $
|
|
|
16031
16648
|
endpointGroupUnconfirmedIpList: 'EndpointGroupUnconfirmedIpList',
|
|
16032
16649
|
listenerId: 'ListenerId',
|
|
16033
16650
|
name: 'Name',
|
|
16651
|
+
serviceId: 'ServiceId',
|
|
16652
|
+
serviceManaged: 'ServiceManaged',
|
|
16653
|
+
serviceManagedInfos: 'ServiceManagedInfos',
|
|
16034
16654
|
state: 'State',
|
|
16035
16655
|
};
|
|
16036
16656
|
}
|
|
@@ -16045,6 +16665,9 @@ export class ListCustomRoutingEndpointGroupsResponseBodyEndpointGroups extends $
|
|
|
16045
16665
|
endpointGroupUnconfirmedIpList: { 'type': 'array', 'itemType': 'string' },
|
|
16046
16666
|
listenerId: 'string',
|
|
16047
16667
|
name: 'string',
|
|
16668
|
+
serviceId: 'string',
|
|
16669
|
+
serviceManaged: 'boolean',
|
|
16670
|
+
serviceManagedInfos: { 'type': 'array', 'itemType': ListCustomRoutingEndpointGroupsResponseBodyEndpointGroupsServiceManagedInfos },
|
|
16048
16671
|
state: 'string',
|
|
16049
16672
|
};
|
|
16050
16673
|
}
|
|
@@ -16054,20 +16677,45 @@ export class ListCustomRoutingEndpointGroupsResponseBodyEndpointGroups extends $
|
|
|
16054
16677
|
}
|
|
16055
16678
|
}
|
|
16056
16679
|
|
|
16057
|
-
export class ListCustomRoutingEndpointTrafficPoliciesResponseBodyPoliciesPortRanges extends $tea.Model {
|
|
16058
|
-
fromPort?: number;
|
|
16059
|
-
toPort?: number;
|
|
16680
|
+
export class ListCustomRoutingEndpointTrafficPoliciesResponseBodyPoliciesPortRanges extends $tea.Model {
|
|
16681
|
+
fromPort?: number;
|
|
16682
|
+
toPort?: number;
|
|
16683
|
+
static names(): { [key: string]: string } {
|
|
16684
|
+
return {
|
|
16685
|
+
fromPort: 'FromPort',
|
|
16686
|
+
toPort: 'ToPort',
|
|
16687
|
+
};
|
|
16688
|
+
}
|
|
16689
|
+
|
|
16690
|
+
static types(): { [key: string]: any } {
|
|
16691
|
+
return {
|
|
16692
|
+
fromPort: 'number',
|
|
16693
|
+
toPort: 'number',
|
|
16694
|
+
};
|
|
16695
|
+
}
|
|
16696
|
+
|
|
16697
|
+
constructor(map?: { [key: string]: any }) {
|
|
16698
|
+
super(map);
|
|
16699
|
+
}
|
|
16700
|
+
}
|
|
16701
|
+
|
|
16702
|
+
export class ListCustomRoutingEndpointTrafficPoliciesResponseBodyPoliciesServiceManagedInfos extends $tea.Model {
|
|
16703
|
+
action?: string;
|
|
16704
|
+
childType?: string;
|
|
16705
|
+
isManaged?: boolean;
|
|
16060
16706
|
static names(): { [key: string]: string } {
|
|
16061
16707
|
return {
|
|
16062
|
-
|
|
16063
|
-
|
|
16708
|
+
action: 'Action',
|
|
16709
|
+
childType: 'ChildType',
|
|
16710
|
+
isManaged: 'IsManaged',
|
|
16064
16711
|
};
|
|
16065
16712
|
}
|
|
16066
16713
|
|
|
16067
16714
|
static types(): { [key: string]: any } {
|
|
16068
16715
|
return {
|
|
16069
|
-
|
|
16070
|
-
|
|
16716
|
+
action: 'string',
|
|
16717
|
+
childType: 'string',
|
|
16718
|
+
isManaged: 'boolean',
|
|
16071
16719
|
};
|
|
16072
16720
|
}
|
|
16073
16721
|
|
|
@@ -16084,6 +16732,9 @@ export class ListCustomRoutingEndpointTrafficPoliciesResponseBodyPolicies extend
|
|
|
16084
16732
|
listenerId?: string;
|
|
16085
16733
|
policyId?: string;
|
|
16086
16734
|
portRanges?: ListCustomRoutingEndpointTrafficPoliciesResponseBodyPoliciesPortRanges[];
|
|
16735
|
+
serviceId?: string;
|
|
16736
|
+
serviceManaged?: boolean;
|
|
16737
|
+
serviceManagedInfos?: ListCustomRoutingEndpointTrafficPoliciesResponseBodyPoliciesServiceManagedInfos[];
|
|
16087
16738
|
static names(): { [key: string]: string } {
|
|
16088
16739
|
return {
|
|
16089
16740
|
acceleratorId: 'AcceleratorId',
|
|
@@ -16093,6 +16744,9 @@ export class ListCustomRoutingEndpointTrafficPoliciesResponseBodyPolicies extend
|
|
|
16093
16744
|
listenerId: 'ListenerId',
|
|
16094
16745
|
policyId: 'PolicyId',
|
|
16095
16746
|
portRanges: 'PortRanges',
|
|
16747
|
+
serviceId: 'ServiceId',
|
|
16748
|
+
serviceManaged: 'ServiceManaged',
|
|
16749
|
+
serviceManagedInfos: 'ServiceManagedInfos',
|
|
16096
16750
|
};
|
|
16097
16751
|
}
|
|
16098
16752
|
|
|
@@ -16105,6 +16759,34 @@ export class ListCustomRoutingEndpointTrafficPoliciesResponseBodyPolicies extend
|
|
|
16105
16759
|
listenerId: 'string',
|
|
16106
16760
|
policyId: 'string',
|
|
16107
16761
|
portRanges: { 'type': 'array', 'itemType': ListCustomRoutingEndpointTrafficPoliciesResponseBodyPoliciesPortRanges },
|
|
16762
|
+
serviceId: 'string',
|
|
16763
|
+
serviceManaged: 'boolean',
|
|
16764
|
+
serviceManagedInfos: { 'type': 'array', 'itemType': ListCustomRoutingEndpointTrafficPoliciesResponseBodyPoliciesServiceManagedInfos },
|
|
16765
|
+
};
|
|
16766
|
+
}
|
|
16767
|
+
|
|
16768
|
+
constructor(map?: { [key: string]: any }) {
|
|
16769
|
+
super(map);
|
|
16770
|
+
}
|
|
16771
|
+
}
|
|
16772
|
+
|
|
16773
|
+
export class ListCustomRoutingEndpointsResponseBodyEndpointsServiceManagedInfos extends $tea.Model {
|
|
16774
|
+
action?: string;
|
|
16775
|
+
childType?: string;
|
|
16776
|
+
isManaged?: boolean;
|
|
16777
|
+
static names(): { [key: string]: string } {
|
|
16778
|
+
return {
|
|
16779
|
+
action: 'Action',
|
|
16780
|
+
childType: 'ChildType',
|
|
16781
|
+
isManaged: 'IsManaged',
|
|
16782
|
+
};
|
|
16783
|
+
}
|
|
16784
|
+
|
|
16785
|
+
static types(): { [key: string]: any } {
|
|
16786
|
+
return {
|
|
16787
|
+
action: 'string',
|
|
16788
|
+
childType: 'string',
|
|
16789
|
+
isManaged: 'boolean',
|
|
16108
16790
|
};
|
|
16109
16791
|
}
|
|
16110
16792
|
|
|
@@ -16119,6 +16801,9 @@ export class ListCustomRoutingEndpointsResponseBodyEndpoints extends $tea.Model
|
|
|
16119
16801
|
endpointGroupId?: string;
|
|
16120
16802
|
endpointId?: string;
|
|
16121
16803
|
listenerId?: string;
|
|
16804
|
+
serviceId?: string;
|
|
16805
|
+
serviceManaged?: boolean;
|
|
16806
|
+
serviceManagedInfos?: ListCustomRoutingEndpointsResponseBodyEndpointsServiceManagedInfos[];
|
|
16122
16807
|
trafficToEndpointPolicy?: string;
|
|
16123
16808
|
type?: string;
|
|
16124
16809
|
static names(): { [key: string]: string } {
|
|
@@ -16128,6 +16813,9 @@ export class ListCustomRoutingEndpointsResponseBodyEndpoints extends $tea.Model
|
|
|
16128
16813
|
endpointGroupId: 'EndpointGroupId',
|
|
16129
16814
|
endpointId: 'EndpointId',
|
|
16130
16815
|
listenerId: 'ListenerId',
|
|
16816
|
+
serviceId: 'ServiceId',
|
|
16817
|
+
serviceManaged: 'ServiceManaged',
|
|
16818
|
+
serviceManagedInfos: 'ServiceManagedInfos',
|
|
16131
16819
|
trafficToEndpointPolicy: 'TrafficToEndpointPolicy',
|
|
16132
16820
|
type: 'Type',
|
|
16133
16821
|
};
|
|
@@ -16140,6 +16828,9 @@ export class ListCustomRoutingEndpointsResponseBodyEndpoints extends $tea.Model
|
|
|
16140
16828
|
endpointGroupId: 'string',
|
|
16141
16829
|
endpointId: 'string',
|
|
16142
16830
|
listenerId: 'string',
|
|
16831
|
+
serviceId: 'string',
|
|
16832
|
+
serviceManaged: 'boolean',
|
|
16833
|
+
serviceManagedInfos: { 'type': 'array', 'itemType': ListCustomRoutingEndpointsResponseBodyEndpointsServiceManagedInfos },
|
|
16143
16834
|
trafficToEndpointPolicy: 'string',
|
|
16144
16835
|
type: 'string',
|
|
16145
16836
|
};
|
|
@@ -16286,13 +16977,44 @@ export class ListCustomRoutingPortMappingsByDestinationResponseBodyPortMappings
|
|
|
16286
16977
|
}
|
|
16287
16978
|
}
|
|
16288
16979
|
|
|
16980
|
+
export class ListDomainsResponseBodyDomainsAcceleratorsServiceManagedInfos extends $tea.Model {
|
|
16981
|
+
action?: string;
|
|
16982
|
+
childType?: string;
|
|
16983
|
+
isManaged?: boolean;
|
|
16984
|
+
static names(): { [key: string]: string } {
|
|
16985
|
+
return {
|
|
16986
|
+
action: 'Action',
|
|
16987
|
+
childType: 'ChildType',
|
|
16988
|
+
isManaged: 'IsManaged',
|
|
16989
|
+
};
|
|
16990
|
+
}
|
|
16991
|
+
|
|
16992
|
+
static types(): { [key: string]: any } {
|
|
16993
|
+
return {
|
|
16994
|
+
action: 'string',
|
|
16995
|
+
childType: 'string',
|
|
16996
|
+
isManaged: 'boolean',
|
|
16997
|
+
};
|
|
16998
|
+
}
|
|
16999
|
+
|
|
17000
|
+
constructor(map?: { [key: string]: any }) {
|
|
17001
|
+
super(map);
|
|
17002
|
+
}
|
|
17003
|
+
}
|
|
17004
|
+
|
|
16289
17005
|
export class ListDomainsResponseBodyDomainsAccelerators extends $tea.Model {
|
|
16290
17006
|
acceleratorId?: string;
|
|
16291
17007
|
name?: string;
|
|
17008
|
+
serviceId?: string;
|
|
17009
|
+
serviceManaged?: boolean;
|
|
17010
|
+
serviceManagedInfos?: ListDomainsResponseBodyDomainsAcceleratorsServiceManagedInfos[];
|
|
16292
17011
|
static names(): { [key: string]: string } {
|
|
16293
17012
|
return {
|
|
16294
17013
|
acceleratorId: 'AcceleratorId',
|
|
16295
17014
|
name: 'Name',
|
|
17015
|
+
serviceId: 'ServiceId',
|
|
17016
|
+
serviceManaged: 'ServiceManaged',
|
|
17017
|
+
serviceManagedInfos: 'ServiceManagedInfos',
|
|
16296
17018
|
};
|
|
16297
17019
|
}
|
|
16298
17020
|
|
|
@@ -16300,6 +17022,9 @@ export class ListDomainsResponseBodyDomainsAccelerators extends $tea.Model {
|
|
|
16300
17022
|
return {
|
|
16301
17023
|
acceleratorId: 'string',
|
|
16302
17024
|
name: 'string',
|
|
17025
|
+
serviceId: 'string',
|
|
17026
|
+
serviceManaged: 'boolean',
|
|
17027
|
+
serviceManagedInfos: { 'type': 'array', 'itemType': ListDomainsResponseBodyDomainsAcceleratorsServiceManagedInfos },
|
|
16303
17028
|
};
|
|
16304
17029
|
}
|
|
16305
17030
|
|
|
@@ -16361,6 +17086,7 @@ export class ListEndpointGroupsResponseBodyEndpointGroupsEndpointConfigurations
|
|
|
16361
17086
|
endpointId?: string;
|
|
16362
17087
|
probePort?: number;
|
|
16363
17088
|
probeProtocol?: string;
|
|
17089
|
+
subAddress?: string;
|
|
16364
17090
|
type?: string;
|
|
16365
17091
|
weight?: number;
|
|
16366
17092
|
static names(): { [key: string]: string } {
|
|
@@ -16370,6 +17096,7 @@ export class ListEndpointGroupsResponseBodyEndpointGroupsEndpointConfigurations
|
|
|
16370
17096
|
endpointId: 'EndpointId',
|
|
16371
17097
|
probePort: 'ProbePort',
|
|
16372
17098
|
probeProtocol: 'ProbeProtocol',
|
|
17099
|
+
subAddress: 'SubAddress',
|
|
16373
17100
|
type: 'Type',
|
|
16374
17101
|
weight: 'Weight',
|
|
16375
17102
|
};
|
|
@@ -16382,6 +17109,7 @@ export class ListEndpointGroupsResponseBodyEndpointGroupsEndpointConfigurations
|
|
|
16382
17109
|
endpointId: 'string',
|
|
16383
17110
|
probePort: 'number',
|
|
16384
17111
|
probeProtocol: 'string',
|
|
17112
|
+
subAddress: 'string',
|
|
16385
17113
|
type: 'string',
|
|
16386
17114
|
weight: 'number',
|
|
16387
17115
|
};
|
|
@@ -16414,6 +17142,31 @@ export class ListEndpointGroupsResponseBodyEndpointGroupsPortOverrides extends $
|
|
|
16414
17142
|
}
|
|
16415
17143
|
}
|
|
16416
17144
|
|
|
17145
|
+
export class ListEndpointGroupsResponseBodyEndpointGroupsServiceManagedInfos extends $tea.Model {
|
|
17146
|
+
action?: string;
|
|
17147
|
+
childType?: string;
|
|
17148
|
+
isManaged?: boolean;
|
|
17149
|
+
static names(): { [key: string]: string } {
|
|
17150
|
+
return {
|
|
17151
|
+
action: 'Action',
|
|
17152
|
+
childType: 'ChildType',
|
|
17153
|
+
isManaged: 'IsManaged',
|
|
17154
|
+
};
|
|
17155
|
+
}
|
|
17156
|
+
|
|
17157
|
+
static types(): { [key: string]: any } {
|
|
17158
|
+
return {
|
|
17159
|
+
action: 'string',
|
|
17160
|
+
childType: 'string',
|
|
17161
|
+
isManaged: 'boolean',
|
|
17162
|
+
};
|
|
17163
|
+
}
|
|
17164
|
+
|
|
17165
|
+
constructor(map?: { [key: string]: any }) {
|
|
17166
|
+
super(map);
|
|
17167
|
+
}
|
|
17168
|
+
}
|
|
17169
|
+
|
|
16417
17170
|
export class ListEndpointGroupsResponseBodyEndpointGroupsTags extends $tea.Model {
|
|
16418
17171
|
key?: string;
|
|
16419
17172
|
value?: string;
|
|
@@ -16455,6 +17208,9 @@ export class ListEndpointGroupsResponseBodyEndpointGroups extends $tea.Model {
|
|
|
16455
17208
|
listenerId?: string;
|
|
16456
17209
|
name?: string;
|
|
16457
17210
|
portOverrides?: ListEndpointGroupsResponseBodyEndpointGroupsPortOverrides[];
|
|
17211
|
+
serviceId?: string;
|
|
17212
|
+
serviceManaged?: boolean;
|
|
17213
|
+
serviceManagedInfos?: ListEndpointGroupsResponseBodyEndpointGroupsServiceManagedInfos[];
|
|
16458
17214
|
state?: string;
|
|
16459
17215
|
tags?: ListEndpointGroupsResponseBodyEndpointGroupsTags[];
|
|
16460
17216
|
thresholdCount?: number;
|
|
@@ -16479,6 +17235,9 @@ export class ListEndpointGroupsResponseBodyEndpointGroups extends $tea.Model {
|
|
|
16479
17235
|
listenerId: 'ListenerId',
|
|
16480
17236
|
name: 'Name',
|
|
16481
17237
|
portOverrides: 'PortOverrides',
|
|
17238
|
+
serviceId: 'ServiceId',
|
|
17239
|
+
serviceManaged: 'ServiceManaged',
|
|
17240
|
+
serviceManagedInfos: 'ServiceManagedInfos',
|
|
16482
17241
|
state: 'State',
|
|
16483
17242
|
tags: 'Tags',
|
|
16484
17243
|
thresholdCount: 'ThresholdCount',
|
|
@@ -16506,6 +17265,9 @@ export class ListEndpointGroupsResponseBodyEndpointGroups extends $tea.Model {
|
|
|
16506
17265
|
listenerId: 'string',
|
|
16507
17266
|
name: 'string',
|
|
16508
17267
|
portOverrides: { 'type': 'array', 'itemType': ListEndpointGroupsResponseBodyEndpointGroupsPortOverrides },
|
|
17268
|
+
serviceId: 'string',
|
|
17269
|
+
serviceManaged: 'boolean',
|
|
17270
|
+
serviceManagedInfos: { 'type': 'array', 'itemType': ListEndpointGroupsResponseBodyEndpointGroupsServiceManagedInfos },
|
|
16509
17271
|
state: 'string',
|
|
16510
17272
|
tags: { 'type': 'array', 'itemType': ListEndpointGroupsResponseBodyEndpointGroupsTags },
|
|
16511
17273
|
thresholdCount: 'number',
|
|
@@ -16650,6 +17412,31 @@ export class ListForwardingRulesResponseBodyForwardingRulesRuleConditions extend
|
|
|
16650
17412
|
}
|
|
16651
17413
|
}
|
|
16652
17414
|
|
|
17415
|
+
export class ListForwardingRulesResponseBodyForwardingRulesServiceManagedInfos extends $tea.Model {
|
|
17416
|
+
action?: string;
|
|
17417
|
+
childType?: string;
|
|
17418
|
+
isManaged?: boolean;
|
|
17419
|
+
static names(): { [key: string]: string } {
|
|
17420
|
+
return {
|
|
17421
|
+
action: 'Action',
|
|
17422
|
+
childType: 'ChildType',
|
|
17423
|
+
isManaged: 'IsManaged',
|
|
17424
|
+
};
|
|
17425
|
+
}
|
|
17426
|
+
|
|
17427
|
+
static types(): { [key: string]: any } {
|
|
17428
|
+
return {
|
|
17429
|
+
action: 'string',
|
|
17430
|
+
childType: 'string',
|
|
17431
|
+
isManaged: 'boolean',
|
|
17432
|
+
};
|
|
17433
|
+
}
|
|
17434
|
+
|
|
17435
|
+
constructor(map?: { [key: string]: any }) {
|
|
17436
|
+
super(map);
|
|
17437
|
+
}
|
|
17438
|
+
}
|
|
17439
|
+
|
|
16653
17440
|
export class ListForwardingRulesResponseBodyForwardingRules extends $tea.Model {
|
|
16654
17441
|
forwardingRuleDirection?: string;
|
|
16655
17442
|
forwardingRuleId?: string;
|
|
@@ -16659,6 +17446,9 @@ export class ListForwardingRulesResponseBodyForwardingRules extends $tea.Model {
|
|
|
16659
17446
|
priority?: number;
|
|
16660
17447
|
ruleActions?: ListForwardingRulesResponseBodyForwardingRulesRuleActions[];
|
|
16661
17448
|
ruleConditions?: ListForwardingRulesResponseBodyForwardingRulesRuleConditions[];
|
|
17449
|
+
serviceId?: string;
|
|
17450
|
+
serviceManaged?: boolean;
|
|
17451
|
+
serviceManagedInfos?: ListForwardingRulesResponseBodyForwardingRulesServiceManagedInfos[];
|
|
16662
17452
|
static names(): { [key: string]: string } {
|
|
16663
17453
|
return {
|
|
16664
17454
|
forwardingRuleDirection: 'ForwardingRuleDirection',
|
|
@@ -16669,6 +17459,9 @@ export class ListForwardingRulesResponseBodyForwardingRules extends $tea.Model {
|
|
|
16669
17459
|
priority: 'Priority',
|
|
16670
17460
|
ruleActions: 'RuleActions',
|
|
16671
17461
|
ruleConditions: 'RuleConditions',
|
|
17462
|
+
serviceId: 'ServiceId',
|
|
17463
|
+
serviceManaged: 'ServiceManaged',
|
|
17464
|
+
serviceManagedInfos: 'ServiceManagedInfos',
|
|
16672
17465
|
};
|
|
16673
17466
|
}
|
|
16674
17467
|
|
|
@@ -16682,6 +17475,34 @@ export class ListForwardingRulesResponseBodyForwardingRules extends $tea.Model {
|
|
|
16682
17475
|
priority: 'number',
|
|
16683
17476
|
ruleActions: { 'type': 'array', 'itemType': ListForwardingRulesResponseBodyForwardingRulesRuleActions },
|
|
16684
17477
|
ruleConditions: { 'type': 'array', 'itemType': ListForwardingRulesResponseBodyForwardingRulesRuleConditions },
|
|
17478
|
+
serviceId: 'string',
|
|
17479
|
+
serviceManaged: 'boolean',
|
|
17480
|
+
serviceManagedInfos: { 'type': 'array', 'itemType': ListForwardingRulesResponseBodyForwardingRulesServiceManagedInfos },
|
|
17481
|
+
};
|
|
17482
|
+
}
|
|
17483
|
+
|
|
17484
|
+
constructor(map?: { [key: string]: any }) {
|
|
17485
|
+
super(map);
|
|
17486
|
+
}
|
|
17487
|
+
}
|
|
17488
|
+
|
|
17489
|
+
export class ListIpSetsResponseBodyIpSetsServiceManagedInfos extends $tea.Model {
|
|
17490
|
+
action?: string;
|
|
17491
|
+
childType?: string;
|
|
17492
|
+
isManaged?: boolean;
|
|
17493
|
+
static names(): { [key: string]: string } {
|
|
17494
|
+
return {
|
|
17495
|
+
action: 'Action',
|
|
17496
|
+
childType: 'ChildType',
|
|
17497
|
+
isManaged: 'IsManaged',
|
|
17498
|
+
};
|
|
17499
|
+
}
|
|
17500
|
+
|
|
17501
|
+
static types(): { [key: string]: any } {
|
|
17502
|
+
return {
|
|
17503
|
+
action: 'string',
|
|
17504
|
+
childType: 'string',
|
|
17505
|
+
isManaged: 'boolean',
|
|
16685
17506
|
};
|
|
16686
17507
|
}
|
|
16687
17508
|
|
|
@@ -16697,6 +17518,9 @@ export class ListIpSetsResponseBodyIpSets extends $tea.Model {
|
|
|
16697
17518
|
ipSetId?: string;
|
|
16698
17519
|
ipVersion?: string;
|
|
16699
17520
|
ispType?: string;
|
|
17521
|
+
serviceId?: string;
|
|
17522
|
+
serviceManaged?: boolean;
|
|
17523
|
+
serviceManagedInfos?: ListIpSetsResponseBodyIpSetsServiceManagedInfos[];
|
|
16700
17524
|
state?: string;
|
|
16701
17525
|
static names(): { [key: string]: string } {
|
|
16702
17526
|
return {
|
|
@@ -16706,6 +17530,9 @@ export class ListIpSetsResponseBodyIpSets extends $tea.Model {
|
|
|
16706
17530
|
ipSetId: 'IpSetId',
|
|
16707
17531
|
ipVersion: 'IpVersion',
|
|
16708
17532
|
ispType: 'IspType',
|
|
17533
|
+
serviceId: 'ServiceId',
|
|
17534
|
+
serviceManaged: 'ServiceManaged',
|
|
17535
|
+
serviceManagedInfos: 'ServiceManagedInfos',
|
|
16709
17536
|
state: 'State',
|
|
16710
17537
|
};
|
|
16711
17538
|
}
|
|
@@ -16718,6 +17545,9 @@ export class ListIpSetsResponseBodyIpSets extends $tea.Model {
|
|
|
16718
17545
|
ipSetId: 'string',
|
|
16719
17546
|
ipVersion: 'string',
|
|
16720
17547
|
ispType: 'string',
|
|
17548
|
+
serviceId: 'string',
|
|
17549
|
+
serviceManaged: 'boolean',
|
|
17550
|
+
serviceManagedInfos: { 'type': 'array', 'itemType': ListIpSetsResponseBodyIpSetsServiceManagedInfos },
|
|
16721
17551
|
state: 'string',
|
|
16722
17552
|
};
|
|
16723
17553
|
}
|
|
@@ -16821,6 +17651,31 @@ export class ListListenersResponseBodyListenersPortRanges extends $tea.Model {
|
|
|
16821
17651
|
}
|
|
16822
17652
|
}
|
|
16823
17653
|
|
|
17654
|
+
export class ListListenersResponseBodyListenersServiceManagedInfos extends $tea.Model {
|
|
17655
|
+
action?: string;
|
|
17656
|
+
childType?: string;
|
|
17657
|
+
isManaged?: boolean;
|
|
17658
|
+
static names(): { [key: string]: string } {
|
|
17659
|
+
return {
|
|
17660
|
+
action: 'Action',
|
|
17661
|
+
childType: 'ChildType',
|
|
17662
|
+
isManaged: 'IsManaged',
|
|
17663
|
+
};
|
|
17664
|
+
}
|
|
17665
|
+
|
|
17666
|
+
static types(): { [key: string]: any } {
|
|
17667
|
+
return {
|
|
17668
|
+
action: 'string',
|
|
17669
|
+
childType: 'string',
|
|
17670
|
+
isManaged: 'boolean',
|
|
17671
|
+
};
|
|
17672
|
+
}
|
|
17673
|
+
|
|
17674
|
+
constructor(map?: { [key: string]: any }) {
|
|
17675
|
+
super(map);
|
|
17676
|
+
}
|
|
17677
|
+
}
|
|
17678
|
+
|
|
16824
17679
|
export class ListListenersResponseBodyListenersXForwardedForConfig extends $tea.Model {
|
|
16825
17680
|
XForwardedForGaApEnabled?: boolean;
|
|
16826
17681
|
XForwardedForGaIdEnabled?: boolean;
|
|
@@ -16865,6 +17720,9 @@ export class ListListenersResponseBodyListeners extends $tea.Model {
|
|
|
16865
17720
|
protocol?: string;
|
|
16866
17721
|
proxyProtocol?: boolean;
|
|
16867
17722
|
securityPolicyId?: string;
|
|
17723
|
+
serviceId?: string;
|
|
17724
|
+
serviceManaged?: boolean;
|
|
17725
|
+
serviceManagedInfos?: ListListenersResponseBodyListenersServiceManagedInfos[];
|
|
16868
17726
|
state?: string;
|
|
16869
17727
|
type?: string;
|
|
16870
17728
|
XForwardedForConfig?: ListListenersResponseBodyListenersXForwardedForConfig;
|
|
@@ -16882,6 +17740,9 @@ export class ListListenersResponseBodyListeners extends $tea.Model {
|
|
|
16882
17740
|
protocol: 'Protocol',
|
|
16883
17741
|
proxyProtocol: 'ProxyProtocol',
|
|
16884
17742
|
securityPolicyId: 'SecurityPolicyId',
|
|
17743
|
+
serviceId: 'ServiceId',
|
|
17744
|
+
serviceManaged: 'ServiceManaged',
|
|
17745
|
+
serviceManagedInfos: 'ServiceManagedInfos',
|
|
16885
17746
|
state: 'State',
|
|
16886
17747
|
type: 'Type',
|
|
16887
17748
|
XForwardedForConfig: 'XForwardedForConfig',
|
|
@@ -16902,6 +17763,9 @@ export class ListListenersResponseBodyListeners extends $tea.Model {
|
|
|
16902
17763
|
protocol: 'string',
|
|
16903
17764
|
proxyProtocol: 'boolean',
|
|
16904
17765
|
securityPolicyId: 'string',
|
|
17766
|
+
serviceId: 'string',
|
|
17767
|
+
serviceManaged: 'boolean',
|
|
17768
|
+
serviceManagedInfos: { 'type': 'array', 'itemType': ListListenersResponseBodyListenersServiceManagedInfos },
|
|
16905
17769
|
state: 'string',
|
|
16906
17770
|
type: 'string',
|
|
16907
17771
|
XForwardedForConfig: ListListenersResponseBodyListenersXForwardedForConfig,
|
|
@@ -17218,6 +18082,7 @@ export class UpdateEndpointGroupRequestEndpointConfigurations extends $tea.Model
|
|
|
17218
18082
|
enableClientIPPreservation?: boolean;
|
|
17219
18083
|
enableProxyProtocol?: boolean;
|
|
17220
18084
|
endpoint?: string;
|
|
18085
|
+
subAddress?: string;
|
|
17221
18086
|
type?: string;
|
|
17222
18087
|
weight?: number;
|
|
17223
18088
|
static names(): { [key: string]: string } {
|
|
@@ -17225,6 +18090,7 @@ export class UpdateEndpointGroupRequestEndpointConfigurations extends $tea.Model
|
|
|
17225
18090
|
enableClientIPPreservation: 'EnableClientIPPreservation',
|
|
17226
18091
|
enableProxyProtocol: 'EnableProxyProtocol',
|
|
17227
18092
|
endpoint: 'Endpoint',
|
|
18093
|
+
subAddress: 'SubAddress',
|
|
17228
18094
|
type: 'Type',
|
|
17229
18095
|
weight: 'Weight',
|
|
17230
18096
|
};
|
|
@@ -17235,6 +18101,7 @@ export class UpdateEndpointGroupRequestEndpointConfigurations extends $tea.Model
|
|
|
17235
18101
|
enableClientIPPreservation: 'boolean',
|
|
17236
18102
|
enableProxyProtocol: 'boolean',
|
|
17237
18103
|
endpoint: 'string',
|
|
18104
|
+
subAddress: 'string',
|
|
17238
18105
|
type: 'string',
|
|
17239
18106
|
weight: 'number',
|
|
17240
18107
|
};
|
|
@@ -17269,11 +18136,13 @@ export class UpdateEndpointGroupRequestPortOverrides extends $tea.Model {
|
|
|
17269
18136
|
|
|
17270
18137
|
export class UpdateEndpointGroupsRequestEndpointGroupConfigurationsEndpointConfigurations extends $tea.Model {
|
|
17271
18138
|
endpoint?: string;
|
|
18139
|
+
subAddress?: string;
|
|
17272
18140
|
type?: string;
|
|
17273
18141
|
weight?: number;
|
|
17274
18142
|
static names(): { [key: string]: string } {
|
|
17275
18143
|
return {
|
|
17276
18144
|
endpoint: 'Endpoint',
|
|
18145
|
+
subAddress: 'SubAddress',
|
|
17277
18146
|
type: 'Type',
|
|
17278
18147
|
weight: 'Weight',
|
|
17279
18148
|
};
|
|
@@ -17282,6 +18151,7 @@ export class UpdateEndpointGroupsRequestEndpointGroupConfigurationsEndpointConfi
|
|
|
17282
18151
|
static types(): { [key: string]: any } {
|
|
17283
18152
|
return {
|
|
17284
18153
|
endpoint: 'string',
|
|
18154
|
+
subAddress: 'string',
|
|
17285
18155
|
type: 'string',
|
|
17286
18156
|
weight: 'number',
|
|
17287
18157
|
};
|
|
@@ -17700,10 +18570,10 @@ export default class Client extends OpenApi {
|
|
|
17700
18570
|
}
|
|
17701
18571
|
|
|
17702
18572
|
/**
|
|
17703
|
-
* *
|
|
17704
|
-
* * If
|
|
17705
|
-
* * If
|
|
17706
|
-
* *
|
|
18573
|
+
* * **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.
|
|
18574
|
+
* * 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.
|
|
18575
|
+
* * If the ACL is in the **active** state, it indicates that IP entries are added to the ACL.
|
|
18576
|
+
* * 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.
|
|
17707
18577
|
*
|
|
17708
18578
|
* @param request AddEntriesToAclRequest
|
|
17709
18579
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -17750,10 +18620,10 @@ export default class Client extends OpenApi {
|
|
|
17750
18620
|
}
|
|
17751
18621
|
|
|
17752
18622
|
/**
|
|
17753
|
-
* *
|
|
17754
|
-
* * If
|
|
17755
|
-
* * If
|
|
17756
|
-
* *
|
|
18623
|
+
* * **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.
|
|
18624
|
+
* * 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.
|
|
18625
|
+
* * If the ACL is in the **active** state, it indicates that IP entries are added to the ACL.
|
|
18626
|
+
* * 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.
|
|
17757
18627
|
*
|
|
17758
18628
|
* @param request AddEntriesToAclRequest
|
|
17759
18629
|
* @return AddEntriesToAclResponse
|
|
@@ -17764,6 +18634,7 @@ export default class Client extends OpenApi {
|
|
|
17764
18634
|
}
|
|
17765
18635
|
|
|
17766
18636
|
/**
|
|
18637
|
+
* ## Description
|
|
17767
18638
|
* * **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.
|
|
17768
18639
|
* * 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.
|
|
17769
18640
|
* * If the listener is in the **active** state, it indicates that the ACL is associated.
|
|
@@ -17818,6 +18689,7 @@ export default class Client extends OpenApi {
|
|
|
17818
18689
|
}
|
|
17819
18690
|
|
|
17820
18691
|
/**
|
|
18692
|
+
* ## Description
|
|
17821
18693
|
* * **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.
|
|
17822
18694
|
* * 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.
|
|
17823
18695
|
* * If the listener is in the **active** state, it indicates that the ACL is associated.
|
|
@@ -17832,11 +18704,11 @@ export default class Client extends OpenApi {
|
|
|
17832
18704
|
}
|
|
17833
18705
|
|
|
17834
18706
|
/**
|
|
17835
|
-
* *
|
|
17836
|
-
* * **AssociateAdditionalCertificatesWithListener** is an asynchronous operation. After
|
|
18707
|
+
* * Only HTTPS listeners can be associated with additional certificates.
|
|
18708
|
+
* * **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.
|
|
17837
18709
|
* * 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.
|
|
17838
18710
|
* * If the listener is in the **active** state, it indicates that the additional certificate is associated.
|
|
17839
|
-
* * The **AssociateAdditionalCertificatesWithListener** operation
|
|
18711
|
+
* * 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.
|
|
17840
18712
|
*
|
|
17841
18713
|
* @param request AssociateAdditionalCertificatesWithListenerRequest
|
|
17842
18714
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -17883,11 +18755,11 @@ export default class Client extends OpenApi {
|
|
|
17883
18755
|
}
|
|
17884
18756
|
|
|
17885
18757
|
/**
|
|
17886
|
-
* *
|
|
17887
|
-
* * **AssociateAdditionalCertificatesWithListener** is an asynchronous operation. After
|
|
18758
|
+
* * Only HTTPS listeners can be associated with additional certificates.
|
|
18759
|
+
* * **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.
|
|
17888
18760
|
* * 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.
|
|
17889
18761
|
* * If the listener is in the **active** state, it indicates that the additional certificate is associated.
|
|
17890
|
-
* * The **AssociateAdditionalCertificatesWithListener** operation
|
|
18762
|
+
* * 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.
|
|
17891
18763
|
*
|
|
17892
18764
|
* @param request AssociateAdditionalCertificatesWithListenerRequest
|
|
17893
18765
|
* @return AssociateAdditionalCertificatesWithListenerResponse
|
|
@@ -18036,10 +18908,10 @@ export default class Client extends OpenApi {
|
|
|
18036
18908
|
}
|
|
18037
18909
|
|
|
18038
18910
|
/**
|
|
18039
|
-
* * **BandwidthPackageAddAccelerator** is an asynchronous operation. After
|
|
18911
|
+
* * **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.
|
|
18040
18912
|
* * 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.
|
|
18041
18913
|
* * If the bandwidth plan is in the **active** state, it indicates that the bandwidth plan is associated.
|
|
18042
|
-
* * The **BandwidthPackageAddAccelerator** operation cannot
|
|
18914
|
+
* * 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.
|
|
18043
18915
|
*
|
|
18044
18916
|
* @param request BandwidthPackageAddAcceleratorRequest
|
|
18045
18917
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -18078,10 +18950,10 @@ export default class Client extends OpenApi {
|
|
|
18078
18950
|
}
|
|
18079
18951
|
|
|
18080
18952
|
/**
|
|
18081
|
-
* * **BandwidthPackageAddAccelerator** is an asynchronous operation. After
|
|
18953
|
+
* * **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.
|
|
18082
18954
|
* * 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.
|
|
18083
18955
|
* * If the bandwidth plan is in the **active** state, it indicates that the bandwidth plan is associated.
|
|
18084
|
-
* * The **BandwidthPackageAddAccelerator** operation cannot
|
|
18956
|
+
* * 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.
|
|
18085
18957
|
*
|
|
18086
18958
|
* @param request BandwidthPackageAddAcceleratorRequest
|
|
18087
18959
|
* @return BandwidthPackageAddAcceleratorResponse
|
|
@@ -18206,10 +19078,10 @@ export default class Client extends OpenApi {
|
|
|
18206
19078
|
}
|
|
18207
19079
|
|
|
18208
19080
|
/**
|
|
18209
|
-
* * **ConfigEndpointProbe** is an asynchronous operation. After
|
|
19081
|
+
* * **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.
|
|
18210
19082
|
* * 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.
|
|
18211
19083
|
* * If the endpoint group is in the **active** state, it indicates that latency monitoring is configured for the endpoint.
|
|
18212
|
-
* * The **ConfigEndpointProbe** operation
|
|
19084
|
+
* * 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.
|
|
18213
19085
|
*
|
|
18214
19086
|
* @param request ConfigEndpointProbeRequest
|
|
18215
19087
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -18268,10 +19140,10 @@ export default class Client extends OpenApi {
|
|
|
18268
19140
|
}
|
|
18269
19141
|
|
|
18270
19142
|
/**
|
|
18271
|
-
* * **ConfigEndpointProbe** is an asynchronous operation. After
|
|
19143
|
+
* * **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.
|
|
18272
19144
|
* * 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.
|
|
18273
19145
|
* * If the endpoint group is in the **active** state, it indicates that latency monitoring is configured for the endpoint.
|
|
18274
|
-
* * The **ConfigEndpointProbe** operation
|
|
19146
|
+
* * 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.
|
|
18275
19147
|
*
|
|
18276
19148
|
* @param request ConfigEndpointProbeRequest
|
|
18277
19149
|
* @return ConfigEndpointProbeResponse
|
|
@@ -18282,8 +19154,9 @@ export default class Client extends OpenApi {
|
|
|
18282
19154
|
}
|
|
18283
19155
|
|
|
18284
19156
|
/**
|
|
18285
|
-
*
|
|
18286
|
-
*
|
|
19157
|
+
* ## Description
|
|
19158
|
+
* **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.
|
|
19159
|
+
* * 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.
|
|
18287
19160
|
* * If the GA instance is in the **active** state, it indicates that the GA instance is created.
|
|
18288
19161
|
*
|
|
18289
19162
|
* @param request CreateAcceleratorRequest
|
|
@@ -18379,8 +19252,9 @@ export default class Client extends OpenApi {
|
|
|
18379
19252
|
}
|
|
18380
19253
|
|
|
18381
19254
|
/**
|
|
18382
|
-
*
|
|
18383
|
-
*
|
|
19255
|
+
* ## Description
|
|
19256
|
+
* **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.
|
|
19257
|
+
* * 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.
|
|
18384
19258
|
* * If the GA instance is in the **active** state, it indicates that the GA instance is created.
|
|
18385
19259
|
*
|
|
18386
19260
|
* @param request CreateAcceleratorRequest
|
|
@@ -20032,10 +20906,10 @@ export default class Client extends OpenApi {
|
|
|
20032
20906
|
}
|
|
20033
20907
|
|
|
20034
20908
|
/**
|
|
20035
|
-
* * **CreateSpareIps** is an asynchronous operation. After
|
|
20036
|
-
* * If the GA instance is in the **configuring** state, it indicates that
|
|
20037
|
-
* * If the GA instance is in the **active** state, it indicates that
|
|
20038
|
-
* * The **CreateSpareIps** operation
|
|
20909
|
+
* * **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.
|
|
20910
|
+
* * 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.
|
|
20911
|
+
* * 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.
|
|
20912
|
+
* * 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.
|
|
20039
20913
|
*
|
|
20040
20914
|
* @param request CreateSpareIpsRequest
|
|
20041
20915
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -20082,10 +20956,10 @@ export default class Client extends OpenApi {
|
|
|
20082
20956
|
}
|
|
20083
20957
|
|
|
20084
20958
|
/**
|
|
20085
|
-
* * **CreateSpareIps** is an asynchronous operation. After
|
|
20086
|
-
* * If the GA instance is in the **configuring** state, it indicates that
|
|
20087
|
-
* * If the GA instance is in the **active** state, it indicates that
|
|
20088
|
-
* * The **CreateSpareIps** operation
|
|
20959
|
+
* * **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.
|
|
20960
|
+
* * 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.
|
|
20961
|
+
* * 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.
|
|
20962
|
+
* * 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.
|
|
20089
20963
|
*
|
|
20090
20964
|
* @param request CreateSpareIpsRequest
|
|
20091
20965
|
* @return CreateSpareIpsResponse
|
|
@@ -20962,10 +21836,10 @@ export default class Client extends OpenApi {
|
|
|
20962
21836
|
}
|
|
20963
21837
|
|
|
20964
21838
|
/**
|
|
20965
|
-
* * **DeleteEndpointGroup** is an asynchronous operation. After
|
|
21839
|
+
* * **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.
|
|
20966
21840
|
* * 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.
|
|
20967
21841
|
* * If the endpoint group cannot be queried, it indicates that the endpoint group is deleted.
|
|
20968
|
-
* * The **DeleteEndpointGroup** operation
|
|
21842
|
+
* * 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.
|
|
20969
21843
|
*
|
|
20970
21844
|
* @param request DeleteEndpointGroupRequest
|
|
20971
21845
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -21004,10 +21878,10 @@ export default class Client extends OpenApi {
|
|
|
21004
21878
|
}
|
|
21005
21879
|
|
|
21006
21880
|
/**
|
|
21007
|
-
* * **DeleteEndpointGroup** is an asynchronous operation. After
|
|
21881
|
+
* * **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.
|
|
21008
21882
|
* * 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.
|
|
21009
21883
|
* * If the endpoint group cannot be queried, it indicates that the endpoint group is deleted.
|
|
21010
|
-
* * The **DeleteEndpointGroup** operation
|
|
21884
|
+
* * 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.
|
|
21011
21885
|
*
|
|
21012
21886
|
* @param request DeleteEndpointGroupRequest
|
|
21013
21887
|
* @return DeleteEndpointGroupResponse
|
|
@@ -21142,10 +22016,10 @@ export default class Client extends OpenApi {
|
|
|
21142
22016
|
}
|
|
21143
22017
|
|
|
21144
22018
|
/**
|
|
21145
|
-
* * **DeleteIpSet** is an asynchronous operation. After
|
|
21146
|
-
* * If the acceleration region is in the **deleting** state, the acceleration region is being deleted. In this case, you can perform only query operations.
|
|
21147
|
-
* * If the acceleration region cannot be queried, the acceleration region is deleted.
|
|
21148
|
-
* * The **DeleteIpSet** operation
|
|
22019
|
+
* * **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.
|
|
22020
|
+
* * 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.
|
|
22021
|
+
* * If the acceleration region cannot be queried, it indicates that the acceleration region is deleted.
|
|
22022
|
+
* * 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.
|
|
21149
22023
|
*
|
|
21150
22024
|
* @param request DeleteIpSetRequest
|
|
21151
22025
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -21188,10 +22062,10 @@ export default class Client extends OpenApi {
|
|
|
21188
22062
|
}
|
|
21189
22063
|
|
|
21190
22064
|
/**
|
|
21191
|
-
* * **DeleteIpSet** is an asynchronous operation. After
|
|
21192
|
-
* * If the acceleration region is in the **deleting** state, the acceleration region is being deleted. In this case, you can perform only query operations.
|
|
21193
|
-
* * If the acceleration region cannot be queried, the acceleration region is deleted.
|
|
21194
|
-
* * The **DeleteIpSet** operation
|
|
22065
|
+
* * **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.
|
|
22066
|
+
* * 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.
|
|
22067
|
+
* * If the acceleration region cannot be queried, it indicates that the acceleration region is deleted.
|
|
22068
|
+
* * 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.
|
|
21195
22069
|
*
|
|
21196
22070
|
* @param request DeleteIpSetRequest
|
|
21197
22071
|
* @return DeleteIpSetResponse
|
|
@@ -21310,10 +22184,10 @@ export default class Client extends OpenApi {
|
|
|
21310
22184
|
}
|
|
21311
22185
|
|
|
21312
22186
|
/**
|
|
21313
|
-
* * **DeleteSpareIps** is an asynchronous operation. After
|
|
22187
|
+
* * **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.
|
|
21314
22188
|
* * 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.
|
|
21315
22189
|
* * 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.
|
|
21316
|
-
* * The **DeleteSpareIps** operation
|
|
22190
|
+
* * 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.
|
|
21317
22191
|
*
|
|
21318
22192
|
* @param request DeleteSpareIpsRequest
|
|
21319
22193
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -21360,10 +22234,10 @@ export default class Client extends OpenApi {
|
|
|
21360
22234
|
}
|
|
21361
22235
|
|
|
21362
22236
|
/**
|
|
21363
|
-
* * **DeleteSpareIps** is an asynchronous operation. After
|
|
22237
|
+
* * **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.
|
|
21364
22238
|
* * 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.
|
|
21365
22239
|
* * 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.
|
|
21366
|
-
* * The **DeleteSpareIps** operation
|
|
22240
|
+
* * 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.
|
|
21367
22241
|
*
|
|
21368
22242
|
* @param request DeleteSpareIpsRequest
|
|
21369
22243
|
* @return DeleteSpareIpsResponse
|
|
@@ -21822,6 +22696,14 @@ export default class Client extends OpenApi {
|
|
|
21822
22696
|
return await this.describeEndpointGroupWithOptions(request, runtime);
|
|
21823
22697
|
}
|
|
21824
22698
|
|
|
22699
|
+
/**
|
|
22700
|
+
* ## Debugging
|
|
22701
|
+
* [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)
|
|
22702
|
+
*
|
|
22703
|
+
* @param request DescribeIpSetRequest
|
|
22704
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
22705
|
+
* @return DescribeIpSetResponse
|
|
22706
|
+
*/
|
|
21825
22707
|
async describeIpSetWithOptions(request: DescribeIpSetRequest, runtime: $Util.RuntimeOptions): Promise<DescribeIpSetResponse> {
|
|
21826
22708
|
Util.validateModel(request);
|
|
21827
22709
|
let query = { };
|
|
@@ -21850,6 +22732,13 @@ export default class Client extends OpenApi {
|
|
|
21850
22732
|
return $tea.cast<DescribeIpSetResponse>(await this.callApi(params, req, runtime), new DescribeIpSetResponse({}));
|
|
21851
22733
|
}
|
|
21852
22734
|
|
|
22735
|
+
/**
|
|
22736
|
+
* ## Debugging
|
|
22737
|
+
* [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)
|
|
22738
|
+
*
|
|
22739
|
+
* @param request DescribeIpSetRequest
|
|
22740
|
+
* @return DescribeIpSetResponse
|
|
22741
|
+
*/
|
|
21853
22742
|
async describeIpSet(request: DescribeIpSetRequest): Promise<DescribeIpSetResponse> {
|
|
21854
22743
|
let runtime = new $Util.RuntimeOptions({ });
|
|
21855
22744
|
return await this.describeIpSetWithOptions(request, runtime);
|
|
@@ -21901,6 +22790,47 @@ export default class Client extends OpenApi {
|
|
|
21901
22790
|
return await this.describeListenerWithOptions(request, runtime);
|
|
21902
22791
|
}
|
|
21903
22792
|
|
|
22793
|
+
async describeLogStoreOfEndpointGroupWithOptions(request: DescribeLogStoreOfEndpointGroupRequest, runtime: $Util.RuntimeOptions): Promise<DescribeLogStoreOfEndpointGroupResponse> {
|
|
22794
|
+
Util.validateModel(request);
|
|
22795
|
+
let query = { };
|
|
22796
|
+
if (!Util.isUnset(request.acceleratorId)) {
|
|
22797
|
+
query["AcceleratorId"] = request.acceleratorId;
|
|
22798
|
+
}
|
|
22799
|
+
|
|
22800
|
+
if (!Util.isUnset(request.endpointGroupId)) {
|
|
22801
|
+
query["EndpointGroupId"] = request.endpointGroupId;
|
|
22802
|
+
}
|
|
22803
|
+
|
|
22804
|
+
if (!Util.isUnset(request.listenerId)) {
|
|
22805
|
+
query["ListenerId"] = request.listenerId;
|
|
22806
|
+
}
|
|
22807
|
+
|
|
22808
|
+
if (!Util.isUnset(request.regionId)) {
|
|
22809
|
+
query["RegionId"] = request.regionId;
|
|
22810
|
+
}
|
|
22811
|
+
|
|
22812
|
+
let req = new $OpenApi.OpenApiRequest({
|
|
22813
|
+
query: OpenApiUtil.query(query),
|
|
22814
|
+
});
|
|
22815
|
+
let params = new $OpenApi.Params({
|
|
22816
|
+
action: "DescribeLogStoreOfEndpointGroup",
|
|
22817
|
+
version: "2019-11-20",
|
|
22818
|
+
protocol: "HTTPS",
|
|
22819
|
+
pathname: "/",
|
|
22820
|
+
method: "POST",
|
|
22821
|
+
authType: "AK",
|
|
22822
|
+
style: "RPC",
|
|
22823
|
+
reqBodyType: "formData",
|
|
22824
|
+
bodyType: "json",
|
|
22825
|
+
});
|
|
22826
|
+
return $tea.cast<DescribeLogStoreOfEndpointGroupResponse>(await this.callApi(params, req, runtime), new DescribeLogStoreOfEndpointGroupResponse({}));
|
|
22827
|
+
}
|
|
22828
|
+
|
|
22829
|
+
async describeLogStoreOfEndpointGroup(request: DescribeLogStoreOfEndpointGroupRequest): Promise<DescribeLogStoreOfEndpointGroupResponse> {
|
|
22830
|
+
let runtime = new $Util.RuntimeOptions({ });
|
|
22831
|
+
return await this.describeLogStoreOfEndpointGroupWithOptions(request, runtime);
|
|
22832
|
+
}
|
|
22833
|
+
|
|
21904
22834
|
async describeRegionsWithOptions(request: DescribeRegionsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeRegionsResponse> {
|
|
21905
22835
|
Util.validateModel(request);
|
|
21906
22836
|
let query = { };
|
|
@@ -21983,6 +22913,7 @@ export default class Client extends OpenApi {
|
|
|
21983
22913
|
}
|
|
21984
22914
|
|
|
21985
22915
|
/**
|
|
22916
|
+
* ## Description
|
|
21986
22917
|
* * **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.
|
|
21987
22918
|
* * 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.
|
|
21988
22919
|
* <!---->
|
|
@@ -22034,6 +22965,7 @@ export default class Client extends OpenApi {
|
|
|
22034
22965
|
}
|
|
22035
22966
|
|
|
22036
22967
|
/**
|
|
22968
|
+
* ## Description
|
|
22037
22969
|
* * **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.
|
|
22038
22970
|
* * 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.
|
|
22039
22971
|
* <!---->
|
|
@@ -22123,6 +23055,7 @@ export default class Client extends OpenApi {
|
|
|
22123
23055
|
}
|
|
22124
23056
|
|
|
22125
23057
|
/**
|
|
23058
|
+
* ## Description
|
|
22126
23059
|
* * **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:
|
|
22127
23060
|
* * If the listener is in the **updating** state, ACLs are being disassociated from the listener. In this case, you can perform only query operations.
|
|
22128
23061
|
* * If the listener is in the **active** state, ACLs are disassociated from the listener.
|
|
@@ -22173,6 +23106,7 @@ export default class Client extends OpenApi {
|
|
|
22173
23106
|
}
|
|
22174
23107
|
|
|
22175
23108
|
/**
|
|
23109
|
+
* ## Description
|
|
22176
23110
|
* * **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:
|
|
22177
23111
|
* * If the listener is in the **updating** state, ACLs are being disassociated from the listener. In this case, you can perform only query operations.
|
|
22178
23112
|
* * If the listener is in the **active** state, ACLs are disassociated from the listener.
|
|
@@ -22187,6 +23121,7 @@ export default class Client extends OpenApi {
|
|
|
22187
23121
|
}
|
|
22188
23122
|
|
|
22189
23123
|
/**
|
|
23124
|
+
* ## Description
|
|
22190
23125
|
* * **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.
|
|
22191
23126
|
* * 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.
|
|
22192
23127
|
* * If the listener is in the **active** state, it indicates that the additional certificate is dissociated from the listener.
|
|
@@ -22237,6 +23172,7 @@ export default class Client extends OpenApi {
|
|
|
22237
23172
|
}
|
|
22238
23173
|
|
|
22239
23174
|
/**
|
|
23175
|
+
* ## Description
|
|
22240
23176
|
* * **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.
|
|
22241
23177
|
* * 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.
|
|
22242
23178
|
* * If the listener is in the **active** state, it indicates that the additional certificate is dissociated from the listener.
|
|
@@ -23480,6 +24416,14 @@ export default class Client extends OpenApi {
|
|
|
23480
24416
|
return await this.listCustomRoutingEndpointGroupDestinationsWithOptions(request, runtime);
|
|
23481
24417
|
}
|
|
23482
24418
|
|
|
24419
|
+
/**
|
|
24420
|
+
* ## Debugging
|
|
24421
|
+
* [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)
|
|
24422
|
+
*
|
|
24423
|
+
* @param request ListCustomRoutingEndpointGroupsRequest
|
|
24424
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
24425
|
+
* @return ListCustomRoutingEndpointGroupsResponse
|
|
24426
|
+
*/
|
|
23483
24427
|
async listCustomRoutingEndpointGroupsWithOptions(request: ListCustomRoutingEndpointGroupsRequest, runtime: $Util.RuntimeOptions): Promise<ListCustomRoutingEndpointGroupsResponse> {
|
|
23484
24428
|
Util.validateModel(request);
|
|
23485
24429
|
let query = { };
|
|
@@ -23524,6 +24468,13 @@ export default class Client extends OpenApi {
|
|
|
23524
24468
|
return $tea.cast<ListCustomRoutingEndpointGroupsResponse>(await this.callApi(params, req, runtime), new ListCustomRoutingEndpointGroupsResponse({}));
|
|
23525
24469
|
}
|
|
23526
24470
|
|
|
24471
|
+
/**
|
|
24472
|
+
* ## Debugging
|
|
24473
|
+
* [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)
|
|
24474
|
+
*
|
|
24475
|
+
* @param request ListCustomRoutingEndpointGroupsRequest
|
|
24476
|
+
* @return ListCustomRoutingEndpointGroupsResponse
|
|
24477
|
+
*/
|
|
23527
24478
|
async listCustomRoutingEndpointGroups(request: ListCustomRoutingEndpointGroupsRequest): Promise<ListCustomRoutingEndpointGroupsResponse> {
|
|
23528
24479
|
let runtime = new $Util.RuntimeOptions({ });
|
|
23529
24480
|
return await this.listCustomRoutingEndpointGroupsWithOptions(request, runtime);
|
|
@@ -23824,6 +24775,14 @@ export default class Client extends OpenApi {
|
|
|
23824
24775
|
return await this.listEndpointGroupIpAddressCidrBlocksWithOptions(request, runtime);
|
|
23825
24776
|
}
|
|
23826
24777
|
|
|
24778
|
+
/**
|
|
24779
|
+
* ## Debugging
|
|
24780
|
+
* [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)
|
|
24781
|
+
*
|
|
24782
|
+
* @param request ListEndpointGroupsRequest
|
|
24783
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
24784
|
+
* @return ListEndpointGroupsResponse
|
|
24785
|
+
*/
|
|
23827
24786
|
async listEndpointGroupsWithOptions(request: ListEndpointGroupsRequest, runtime: $Util.RuntimeOptions): Promise<ListEndpointGroupsResponse> {
|
|
23828
24787
|
Util.validateModel(request);
|
|
23829
24788
|
let query = { };
|
|
@@ -23880,13 +24839,20 @@ export default class Client extends OpenApi {
|
|
|
23880
24839
|
return $tea.cast<ListEndpointGroupsResponse>(await this.callApi(params, req, runtime), new ListEndpointGroupsResponse({}));
|
|
23881
24840
|
}
|
|
23882
24841
|
|
|
24842
|
+
/**
|
|
24843
|
+
* ## Debugging
|
|
24844
|
+
* [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)
|
|
24845
|
+
*
|
|
24846
|
+
* @param request ListEndpointGroupsRequest
|
|
24847
|
+
* @return ListEndpointGroupsResponse
|
|
24848
|
+
*/
|
|
23883
24849
|
async listEndpointGroups(request: ListEndpointGroupsRequest): Promise<ListEndpointGroupsResponse> {
|
|
23884
24850
|
let runtime = new $Util.RuntimeOptions({ });
|
|
23885
24851
|
return await this.listEndpointGroupsWithOptions(request, runtime);
|
|
23886
24852
|
}
|
|
23887
24853
|
|
|
23888
24854
|
/**
|
|
23889
|
-
* >
|
|
24855
|
+
* > This operation is used to query only custom forwarding rules, not the default forwarding rule.
|
|
23890
24856
|
*
|
|
23891
24857
|
* @param request ListForwardingRulesRequest
|
|
23892
24858
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -23941,7 +24907,7 @@ export default class Client extends OpenApi {
|
|
|
23941
24907
|
}
|
|
23942
24908
|
|
|
23943
24909
|
/**
|
|
23944
|
-
* >
|
|
24910
|
+
* > This operation is used to query only custom forwarding rules, not the default forwarding rule.
|
|
23945
24911
|
*
|
|
23946
24912
|
* @param request ListForwardingRulesRequest
|
|
23947
24913
|
* @return ListForwardingRulesResponse
|
|
@@ -24174,7 +25140,7 @@ export default class Client extends OpenApi {
|
|
|
24174
25140
|
}
|
|
24175
25141
|
|
|
24176
25142
|
/**
|
|
24177
|
-
* You can select a TLS security policy when you create
|
|
25143
|
+
* 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.
|
|
24178
25144
|
*
|
|
24179
25145
|
* @param request ListSystemSecurityPoliciesRequest
|
|
24180
25146
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -24213,7 +25179,7 @@ export default class Client extends OpenApi {
|
|
|
24213
25179
|
}
|
|
24214
25180
|
|
|
24215
25181
|
/**
|
|
24216
|
-
* You can select a TLS security policy when you create
|
|
25182
|
+
* 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.
|
|
24217
25183
|
*
|
|
24218
25184
|
* @param request ListSystemSecurityPoliciesRequest
|
|
24219
25185
|
* @return ListSystemSecurityPoliciesResponse
|
|
@@ -24354,7 +25320,10 @@ export default class Client extends OpenApi {
|
|
|
24354
25320
|
}
|
|
24355
25321
|
|
|
24356
25322
|
/**
|
|
24357
|
-
*
|
|
25323
|
+
* * **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.
|
|
25324
|
+
* * 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.
|
|
25325
|
+
* * If the ACL is in the **active** state, it indicates that the IP entries are deleted.
|
|
25326
|
+
* * 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.
|
|
24358
25327
|
*
|
|
24359
25328
|
* @param request RemoveEntriesFromAclRequest
|
|
24360
25329
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -24401,7 +25370,10 @@ export default class Client extends OpenApi {
|
|
|
24401
25370
|
}
|
|
24402
25371
|
|
|
24403
25372
|
/**
|
|
24404
|
-
*
|
|
25373
|
+
* * **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.
|
|
25374
|
+
* * 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.
|
|
25375
|
+
* * If the ACL is in the **active** state, it indicates that the IP entries are deleted.
|
|
25376
|
+
* * 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.
|
|
24405
25377
|
*
|
|
24406
25378
|
* @param request RemoveEntriesFromAclRequest
|
|
24407
25379
|
* @return RemoveEntriesFromAclResponse
|
|
@@ -24412,12 +25384,12 @@ export default class Client extends OpenApi {
|
|
|
24412
25384
|
}
|
|
24413
25385
|
|
|
24414
25386
|
/**
|
|
24415
|
-
* When you call this operation
|
|
25387
|
+
* When you call this operation, take note of the following items:
|
|
24416
25388
|
* * The GA instance continues to forward network traffic.
|
|
24417
|
-
* * **ReplaceBandwidthPackage** is an asynchronous operation. After
|
|
25389
|
+
* * **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.
|
|
24418
25390
|
* * 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.
|
|
24419
25391
|
* * If the GA instance is in the **active** state, it indicates that the associated bandwidth plan is replaced.
|
|
24420
|
-
* * The **ReplaceBandwidthPackage** operation
|
|
25392
|
+
* * 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.
|
|
24421
25393
|
*
|
|
24422
25394
|
* @param request ReplaceBandwidthPackageRequest
|
|
24423
25395
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -24460,12 +25432,12 @@ export default class Client extends OpenApi {
|
|
|
24460
25432
|
}
|
|
24461
25433
|
|
|
24462
25434
|
/**
|
|
24463
|
-
* When you call this operation
|
|
25435
|
+
* When you call this operation, take note of the following items:
|
|
24464
25436
|
* * The GA instance continues to forward network traffic.
|
|
24465
|
-
* * **ReplaceBandwidthPackage** is an asynchronous operation. After
|
|
25437
|
+
* * **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.
|
|
24466
25438
|
* * 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.
|
|
24467
25439
|
* * If the GA instance is in the **active** state, it indicates that the associated bandwidth plan is replaced.
|
|
24468
|
-
* * The **ReplaceBandwidthPackage** operation
|
|
25440
|
+
* * 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.
|
|
24469
25441
|
*
|
|
24470
25442
|
* @param request ReplaceBandwidthPackageRequest
|
|
24471
25443
|
* @return ReplaceBandwidthPackageResponse
|
|
@@ -24840,6 +25812,70 @@ export default class Client extends OpenApi {
|
|
|
24840
25812
|
return await this.updateAcceleratorCrossBorderModeWithOptions(request, runtime);
|
|
24841
25813
|
}
|
|
24842
25814
|
|
|
25815
|
+
/**
|
|
25816
|
+
* 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:
|
|
25817
|
+
* - **Basic GA instances**:
|
|
25818
|
+
* 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.
|
|
25819
|
+
* 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.
|
|
25820
|
+
* - **Standard GA instances**:
|
|
25821
|
+
* 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.
|
|
25822
|
+
*
|
|
25823
|
+
* @param request UpdateAcceleratorCrossBorderStatusRequest
|
|
25824
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
25825
|
+
* @return UpdateAcceleratorCrossBorderStatusResponse
|
|
25826
|
+
*/
|
|
25827
|
+
async updateAcceleratorCrossBorderStatusWithOptions(request: UpdateAcceleratorCrossBorderStatusRequest, runtime: $Util.RuntimeOptions): Promise<UpdateAcceleratorCrossBorderStatusResponse> {
|
|
25828
|
+
Util.validateModel(request);
|
|
25829
|
+
let query = { };
|
|
25830
|
+
if (!Util.isUnset(request.acceleratorId)) {
|
|
25831
|
+
query["AcceleratorId"] = request.acceleratorId;
|
|
25832
|
+
}
|
|
25833
|
+
|
|
25834
|
+
if (!Util.isUnset(request.clientToken)) {
|
|
25835
|
+
query["ClientToken"] = request.clientToken;
|
|
25836
|
+
}
|
|
25837
|
+
|
|
25838
|
+
if (!Util.isUnset(request.crossBorderStatus)) {
|
|
25839
|
+
query["CrossBorderStatus"] = request.crossBorderStatus;
|
|
25840
|
+
}
|
|
25841
|
+
|
|
25842
|
+
if (!Util.isUnset(request.regionId)) {
|
|
25843
|
+
query["RegionId"] = request.regionId;
|
|
25844
|
+
}
|
|
25845
|
+
|
|
25846
|
+
let req = new $OpenApi.OpenApiRequest({
|
|
25847
|
+
query: OpenApiUtil.query(query),
|
|
25848
|
+
});
|
|
25849
|
+
let params = new $OpenApi.Params({
|
|
25850
|
+
action: "UpdateAcceleratorCrossBorderStatus",
|
|
25851
|
+
version: "2019-11-20",
|
|
25852
|
+
protocol: "HTTPS",
|
|
25853
|
+
pathname: "/",
|
|
25854
|
+
method: "POST",
|
|
25855
|
+
authType: "AK",
|
|
25856
|
+
style: "RPC",
|
|
25857
|
+
reqBodyType: "formData",
|
|
25858
|
+
bodyType: "json",
|
|
25859
|
+
});
|
|
25860
|
+
return $tea.cast<UpdateAcceleratorCrossBorderStatusResponse>(await this.callApi(params, req, runtime), new UpdateAcceleratorCrossBorderStatusResponse({}));
|
|
25861
|
+
}
|
|
25862
|
+
|
|
25863
|
+
/**
|
|
25864
|
+
* 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:
|
|
25865
|
+
* - **Basic GA instances**:
|
|
25866
|
+
* 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.
|
|
25867
|
+
* 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.
|
|
25868
|
+
* - **Standard GA instances**:
|
|
25869
|
+
* 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.
|
|
25870
|
+
*
|
|
25871
|
+
* @param request UpdateAcceleratorCrossBorderStatusRequest
|
|
25872
|
+
* @return UpdateAcceleratorCrossBorderStatusResponse
|
|
25873
|
+
*/
|
|
25874
|
+
async updateAcceleratorCrossBorderStatus(request: UpdateAcceleratorCrossBorderStatusRequest): Promise<UpdateAcceleratorCrossBorderStatusResponse> {
|
|
25875
|
+
let runtime = new $Util.RuntimeOptions({ });
|
|
25876
|
+
return await this.updateAcceleratorCrossBorderStatusWithOptions(request, runtime);
|
|
25877
|
+
}
|
|
25878
|
+
|
|
24843
25879
|
async updateAclAttributeWithOptions(request: UpdateAclAttributeRequest, runtime: $Util.RuntimeOptions): Promise<UpdateAclAttributeResponse> {
|
|
24844
25880
|
Util.validateModel(request);
|
|
24845
25881
|
let query = { };
|
|
@@ -25597,6 +26633,7 @@ export default class Client extends OpenApi {
|
|
|
25597
26633
|
}
|
|
25598
26634
|
|
|
25599
26635
|
/**
|
|
26636
|
+
* ## Description
|
|
25600
26637
|
* * **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.
|
|
25601
26638
|
* * 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.
|
|
25602
26639
|
* * If an endpoint group is in the **active** state, the endpoints in the endpoint group are modified.
|
|
@@ -25643,6 +26680,7 @@ export default class Client extends OpenApi {
|
|
|
25643
26680
|
}
|
|
25644
26681
|
|
|
25645
26682
|
/**
|
|
26683
|
+
* ## Description
|
|
25646
26684
|
* * **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.
|
|
25647
26685
|
* * 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.
|
|
25648
26686
|
* * If an endpoint group is in the **active** state, the endpoints in the endpoint group are modified.
|
|
@@ -25758,9 +26796,9 @@ export default class Client extends OpenApi {
|
|
|
25758
26796
|
|
|
25759
26797
|
/**
|
|
25760
26798
|
* * **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.
|
|
25761
|
-
* * 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.
|
|
25762
|
-
* * If the endpoint group is in the **active** state, the configurations of the endpoint group are modified.
|
|
25763
|
-
* * The **UpdateEndpointGroup** operation cannot be repeatedly called for the same GA instance within a specific period of time.
|
|
26799
|
+
* * 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.
|
|
26800
|
+
* * If the endpoint group is in the **active** state, it indicates that the configurations of the endpoint group are modified.
|
|
26801
|
+
* * The **UpdateEndpointGroup** operation cannot be repeatedly called for the same Global Accelerator (GA) instance within a specific period of time.
|
|
25764
26802
|
*
|
|
25765
26803
|
* @param request UpdateEndpointGroupRequest
|
|
25766
26804
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -25852,9 +26890,9 @@ export default class Client extends OpenApi {
|
|
|
25852
26890
|
|
|
25853
26891
|
/**
|
|
25854
26892
|
* * **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.
|
|
25855
|
-
* * 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.
|
|
25856
|
-
* * If the endpoint group is in the **active** state, the configurations of the endpoint group are modified.
|
|
25857
|
-
* * The **UpdateEndpointGroup** operation cannot be repeatedly called for the same GA instance within a specific period of time.
|
|
26893
|
+
* * 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.
|
|
26894
|
+
* * If the endpoint group is in the **active** state, it indicates that the configurations of the endpoint group are modified.
|
|
26895
|
+
* * The **UpdateEndpointGroup** operation cannot be repeatedly called for the same Global Accelerator (GA) instance within a specific period of time.
|
|
25858
26896
|
*
|
|
25859
26897
|
* @param request UpdateEndpointGroupRequest
|
|
25860
26898
|
* @return UpdateEndpointGroupResponse
|
|
@@ -25910,10 +26948,11 @@ export default class Client extends OpenApi {
|
|
|
25910
26948
|
}
|
|
25911
26949
|
|
|
25912
26950
|
/**
|
|
25913
|
-
*
|
|
25914
|
-
*
|
|
25915
|
-
* * If the endpoint group is in the **
|
|
25916
|
-
*
|
|
26951
|
+
* ### Description
|
|
26952
|
+
* * **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.
|
|
26953
|
+
* * 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.
|
|
26954
|
+
* * If the endpoint group is in the **active** state, it indicates that the configuration of the endpoint group is modified.
|
|
26955
|
+
* * 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.
|
|
25917
26956
|
*
|
|
25918
26957
|
* @param request UpdateEndpointGroupsRequest
|
|
25919
26958
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -25960,10 +26999,11 @@ export default class Client extends OpenApi {
|
|
|
25960
26999
|
}
|
|
25961
27000
|
|
|
25962
27001
|
/**
|
|
25963
|
-
*
|
|
25964
|
-
*
|
|
25965
|
-
* * If the endpoint group is in the **
|
|
25966
|
-
*
|
|
27002
|
+
* ### Description
|
|
27003
|
+
* * **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.
|
|
27004
|
+
* * 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.
|
|
27005
|
+
* * If the endpoint group is in the **active** state, it indicates that the configuration of the endpoint group is modified.
|
|
27006
|
+
* * 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.
|
|
25967
27007
|
*
|
|
25968
27008
|
* @param request UpdateEndpointGroupsRequest
|
|
25969
27009
|
* @return UpdateEndpointGroupsResponse
|
|
@@ -26249,4 +27289,70 @@ export default class Client extends OpenApi {
|
|
|
26249
27289
|
return await this.updateListenerWithOptions(request, runtime);
|
|
26250
27290
|
}
|
|
26251
27291
|
|
|
27292
|
+
/**
|
|
27293
|
+
* * This operation is applicable only to **managed** Global Accelerator (GA) instances.
|
|
27294
|
+
* * 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.
|
|
27295
|
+
* * 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.
|
|
27296
|
+
* **
|
|
27297
|
+
* **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.
|
|
27298
|
+
*
|
|
27299
|
+
* @param request UpdateServiceManagedControlRequest
|
|
27300
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
27301
|
+
* @return UpdateServiceManagedControlResponse
|
|
27302
|
+
*/
|
|
27303
|
+
async updateServiceManagedControlWithOptions(request: UpdateServiceManagedControlRequest, runtime: $Util.RuntimeOptions): Promise<UpdateServiceManagedControlResponse> {
|
|
27304
|
+
Util.validateModel(request);
|
|
27305
|
+
let query = { };
|
|
27306
|
+
if (!Util.isUnset(request.clientToken)) {
|
|
27307
|
+
query["ClientToken"] = request.clientToken;
|
|
27308
|
+
}
|
|
27309
|
+
|
|
27310
|
+
if (!Util.isUnset(request.regionId)) {
|
|
27311
|
+
query["RegionId"] = request.regionId;
|
|
27312
|
+
}
|
|
27313
|
+
|
|
27314
|
+
if (!Util.isUnset(request.resourceId)) {
|
|
27315
|
+
query["ResourceId"] = request.resourceId;
|
|
27316
|
+
}
|
|
27317
|
+
|
|
27318
|
+
if (!Util.isUnset(request.resourceType)) {
|
|
27319
|
+
query["ResourceType"] = request.resourceType;
|
|
27320
|
+
}
|
|
27321
|
+
|
|
27322
|
+
if (!Util.isUnset(request.serviceManaged)) {
|
|
27323
|
+
query["ServiceManaged"] = request.serviceManaged;
|
|
27324
|
+
}
|
|
27325
|
+
|
|
27326
|
+
let req = new $OpenApi.OpenApiRequest({
|
|
27327
|
+
query: OpenApiUtil.query(query),
|
|
27328
|
+
});
|
|
27329
|
+
let params = new $OpenApi.Params({
|
|
27330
|
+
action: "UpdateServiceManagedControl",
|
|
27331
|
+
version: "2019-11-20",
|
|
27332
|
+
protocol: "HTTPS",
|
|
27333
|
+
pathname: "/",
|
|
27334
|
+
method: "POST",
|
|
27335
|
+
authType: "AK",
|
|
27336
|
+
style: "RPC",
|
|
27337
|
+
reqBodyType: "formData",
|
|
27338
|
+
bodyType: "json",
|
|
27339
|
+
});
|
|
27340
|
+
return $tea.cast<UpdateServiceManagedControlResponse>(await this.callApi(params, req, runtime), new UpdateServiceManagedControlResponse({}));
|
|
27341
|
+
}
|
|
27342
|
+
|
|
27343
|
+
/**
|
|
27344
|
+
* * This operation is applicable only to **managed** Global Accelerator (GA) instances.
|
|
27345
|
+
* * 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.
|
|
27346
|
+
* * 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.
|
|
27347
|
+
* **
|
|
27348
|
+
* **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.
|
|
27349
|
+
*
|
|
27350
|
+
* @param request UpdateServiceManagedControlRequest
|
|
27351
|
+
* @return UpdateServiceManagedControlResponse
|
|
27352
|
+
*/
|
|
27353
|
+
async updateServiceManagedControl(request: UpdateServiceManagedControlRequest): Promise<UpdateServiceManagedControlResponse> {
|
|
27354
|
+
let runtime = new $Util.RuntimeOptions({ });
|
|
27355
|
+
return await this.updateServiceManagedControlWithOptions(request, runtime);
|
|
27356
|
+
}
|
|
27357
|
+
|
|
26252
27358
|
}
|