@alicloud/ga20191120 2.1.4 → 2.1.6
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 +681 -640
- package/dist/client.js +243 -174
- package/dist/client.js.map +1 -1
- package/package.json +3 -3
- package/src/client.ts +705 -640
package/src/client.ts
CHANGED
|
@@ -62,9 +62,9 @@ export class AddEntriesToAclResponseBody extends $tea.Model {
|
|
|
62
62
|
}
|
|
63
63
|
|
|
64
64
|
export class AddEntriesToAclResponse extends $tea.Model {
|
|
65
|
-
headers
|
|
66
|
-
statusCode
|
|
67
|
-
body
|
|
65
|
+
headers?: { [key: string]: string };
|
|
66
|
+
statusCode?: number;
|
|
67
|
+
body?: AddEntriesToAclResponseBody;
|
|
68
68
|
static names(): { [key: string]: string } {
|
|
69
69
|
return {
|
|
70
70
|
headers: 'headers',
|
|
@@ -146,9 +146,9 @@ export class AssociateAclsWithListenerResponseBody extends $tea.Model {
|
|
|
146
146
|
}
|
|
147
147
|
|
|
148
148
|
export class AssociateAclsWithListenerResponse extends $tea.Model {
|
|
149
|
-
headers
|
|
150
|
-
statusCode
|
|
151
|
-
body
|
|
149
|
+
headers?: { [key: string]: string };
|
|
150
|
+
statusCode?: number;
|
|
151
|
+
body?: AssociateAclsWithListenerResponseBody;
|
|
152
152
|
static names(): { [key: string]: string } {
|
|
153
153
|
return {
|
|
154
154
|
headers: 'headers',
|
|
@@ -224,9 +224,9 @@ export class AssociateAdditionalCertificatesWithListenerResponseBody extends $te
|
|
|
224
224
|
}
|
|
225
225
|
|
|
226
226
|
export class AssociateAdditionalCertificatesWithListenerResponse extends $tea.Model {
|
|
227
|
-
headers
|
|
228
|
-
statusCode
|
|
229
|
-
body
|
|
227
|
+
headers?: { [key: string]: string };
|
|
228
|
+
statusCode?: number;
|
|
229
|
+
body?: AssociateAdditionalCertificatesWithListenerResponseBody;
|
|
230
230
|
static names(): { [key: string]: string } {
|
|
231
231
|
return {
|
|
232
232
|
headers: 'headers',
|
|
@@ -302,9 +302,9 @@ export class AttachDdosToAcceleratorResponseBody extends $tea.Model {
|
|
|
302
302
|
}
|
|
303
303
|
|
|
304
304
|
export class AttachDdosToAcceleratorResponse extends $tea.Model {
|
|
305
|
-
headers
|
|
306
|
-
statusCode
|
|
307
|
-
body
|
|
305
|
+
headers?: { [key: string]: string };
|
|
306
|
+
statusCode?: number;
|
|
307
|
+
body?: AttachDdosToAcceleratorResponseBody;
|
|
308
308
|
static names(): { [key: string]: string } {
|
|
309
309
|
return {
|
|
310
310
|
headers: 'headers',
|
|
@@ -386,9 +386,9 @@ export class AttachLogStoreToEndpointGroupResponseBody extends $tea.Model {
|
|
|
386
386
|
}
|
|
387
387
|
|
|
388
388
|
export class AttachLogStoreToEndpointGroupResponse extends $tea.Model {
|
|
389
|
-
headers
|
|
390
|
-
statusCode
|
|
391
|
-
body
|
|
389
|
+
headers?: { [key: string]: string };
|
|
390
|
+
statusCode?: number;
|
|
391
|
+
body?: AttachLogStoreToEndpointGroupResponseBody;
|
|
392
392
|
static names(): { [key: string]: string } {
|
|
393
393
|
return {
|
|
394
394
|
headers: 'headers',
|
|
@@ -461,9 +461,9 @@ export class BandwidthPackageAddAcceleratorResponseBody extends $tea.Model {
|
|
|
461
461
|
}
|
|
462
462
|
|
|
463
463
|
export class BandwidthPackageAddAcceleratorResponse extends $tea.Model {
|
|
464
|
-
headers
|
|
465
|
-
statusCode
|
|
466
|
-
body
|
|
464
|
+
headers?: { [key: string]: string };
|
|
465
|
+
statusCode?: number;
|
|
466
|
+
body?: BandwidthPackageAddAcceleratorResponseBody;
|
|
467
467
|
static names(): { [key: string]: string } {
|
|
468
468
|
return {
|
|
469
469
|
headers: 'headers',
|
|
@@ -536,9 +536,9 @@ export class BandwidthPackageRemoveAcceleratorResponseBody extends $tea.Model {
|
|
|
536
536
|
}
|
|
537
537
|
|
|
538
538
|
export class BandwidthPackageRemoveAcceleratorResponse extends $tea.Model {
|
|
539
|
-
headers
|
|
540
|
-
statusCode
|
|
541
|
-
body
|
|
539
|
+
headers?: { [key: string]: string };
|
|
540
|
+
statusCode?: number;
|
|
541
|
+
body?: BandwidthPackageRemoveAcceleratorResponseBody;
|
|
542
542
|
static names(): { [key: string]: string } {
|
|
543
543
|
return {
|
|
544
544
|
headers: 'headers',
|
|
@@ -611,9 +611,9 @@ export class ChangeResourceGroupResponseBody extends $tea.Model {
|
|
|
611
611
|
}
|
|
612
612
|
|
|
613
613
|
export class ChangeResourceGroupResponse extends $tea.Model {
|
|
614
|
-
headers
|
|
615
|
-
statusCode
|
|
616
|
-
body
|
|
614
|
+
headers?: { [key: string]: string };
|
|
615
|
+
statusCode?: number;
|
|
616
|
+
body?: ChangeResourceGroupResponseBody;
|
|
617
617
|
static names(): { [key: string]: string } {
|
|
618
618
|
return {
|
|
619
619
|
headers: 'headers',
|
|
@@ -695,9 +695,9 @@ export class ConfigEndpointProbeResponseBody extends $tea.Model {
|
|
|
695
695
|
}
|
|
696
696
|
|
|
697
697
|
export class ConfigEndpointProbeResponse extends $tea.Model {
|
|
698
|
-
headers
|
|
699
|
-
statusCode
|
|
700
|
-
body
|
|
698
|
+
headers?: { [key: string]: string };
|
|
699
|
+
statusCode?: number;
|
|
700
|
+
body?: ConfigEndpointProbeResponseBody;
|
|
701
701
|
static names(): { [key: string]: string } {
|
|
702
702
|
return {
|
|
703
703
|
headers: 'headers',
|
|
@@ -812,9 +812,9 @@ export class CreateAcceleratorResponseBody extends $tea.Model {
|
|
|
812
812
|
}
|
|
813
813
|
|
|
814
814
|
export class CreateAcceleratorResponse extends $tea.Model {
|
|
815
|
-
headers
|
|
816
|
-
statusCode
|
|
817
|
-
body
|
|
815
|
+
headers?: { [key: string]: string };
|
|
816
|
+
statusCode?: number;
|
|
817
|
+
body?: CreateAcceleratorResponseBody;
|
|
818
818
|
static names(): { [key: string]: string } {
|
|
819
819
|
return {
|
|
820
820
|
headers: 'headers',
|
|
@@ -899,9 +899,9 @@ export class CreateAclResponseBody extends $tea.Model {
|
|
|
899
899
|
}
|
|
900
900
|
|
|
901
901
|
export class CreateAclResponse extends $tea.Model {
|
|
902
|
-
headers
|
|
903
|
-
statusCode
|
|
904
|
-
body
|
|
902
|
+
headers?: { [key: string]: string };
|
|
903
|
+
statusCode?: number;
|
|
904
|
+
body?: CreateAclResponseBody;
|
|
905
905
|
static names(): { [key: string]: string } {
|
|
906
906
|
return {
|
|
907
907
|
headers: 'headers',
|
|
@@ -995,9 +995,9 @@ export class CreateApplicationMonitorResponseBody extends $tea.Model {
|
|
|
995
995
|
}
|
|
996
996
|
|
|
997
997
|
export class CreateApplicationMonitorResponse extends $tea.Model {
|
|
998
|
-
headers
|
|
999
|
-
statusCode
|
|
1000
|
-
body
|
|
998
|
+
headers?: { [key: string]: string };
|
|
999
|
+
statusCode?: number;
|
|
1000
|
+
body?: CreateApplicationMonitorResponseBody;
|
|
1001
1001
|
static names(): { [key: string]: string } {
|
|
1002
1002
|
return {
|
|
1003
1003
|
headers: 'headers',
|
|
@@ -1118,9 +1118,9 @@ export class CreateBandwidthPackageResponseBody extends $tea.Model {
|
|
|
1118
1118
|
}
|
|
1119
1119
|
|
|
1120
1120
|
export class CreateBandwidthPackageResponse extends $tea.Model {
|
|
1121
|
-
headers
|
|
1122
|
-
statusCode
|
|
1123
|
-
body
|
|
1121
|
+
headers?: { [key: string]: string };
|
|
1122
|
+
statusCode?: number;
|
|
1123
|
+
body?: CreateBandwidthPackageResponseBody;
|
|
1124
1124
|
static names(): { [key: string]: string } {
|
|
1125
1125
|
return {
|
|
1126
1126
|
headers: 'headers',
|
|
@@ -1205,9 +1205,9 @@ export class CreateBasicAccelerateIpResponseBody extends $tea.Model {
|
|
|
1205
1205
|
}
|
|
1206
1206
|
|
|
1207
1207
|
export class CreateBasicAccelerateIpResponse extends $tea.Model {
|
|
1208
|
-
headers
|
|
1209
|
-
statusCode
|
|
1210
|
-
body
|
|
1208
|
+
headers?: { [key: string]: string };
|
|
1209
|
+
statusCode?: number;
|
|
1210
|
+
body?: CreateBasicAccelerateIpResponseBody;
|
|
1211
1211
|
static names(): { [key: string]: string } {
|
|
1212
1212
|
return {
|
|
1213
1213
|
headers: 'headers',
|
|
@@ -1292,9 +1292,9 @@ export class CreateBasicAccelerateIpEndpointRelationResponseBody extends $tea.Mo
|
|
|
1292
1292
|
}
|
|
1293
1293
|
|
|
1294
1294
|
export class CreateBasicAccelerateIpEndpointRelationResponse extends $tea.Model {
|
|
1295
|
-
headers
|
|
1296
|
-
statusCode
|
|
1297
|
-
body
|
|
1295
|
+
headers?: { [key: string]: string };
|
|
1296
|
+
statusCode?: number;
|
|
1297
|
+
body?: CreateBasicAccelerateIpEndpointRelationResponseBody;
|
|
1298
1298
|
static names(): { [key: string]: string } {
|
|
1299
1299
|
return {
|
|
1300
1300
|
headers: 'headers',
|
|
@@ -1367,9 +1367,9 @@ export class CreateBasicAccelerateIpEndpointRelationsResponseBody extends $tea.M
|
|
|
1367
1367
|
}
|
|
1368
1368
|
|
|
1369
1369
|
export class CreateBasicAccelerateIpEndpointRelationsResponse extends $tea.Model {
|
|
1370
|
-
headers
|
|
1371
|
-
statusCode
|
|
1372
|
-
body
|
|
1370
|
+
headers?: { [key: string]: string };
|
|
1371
|
+
statusCode?: number;
|
|
1372
|
+
body?: CreateBasicAccelerateIpEndpointRelationsResponseBody;
|
|
1373
1373
|
static names(): { [key: string]: string } {
|
|
1374
1374
|
return {
|
|
1375
1375
|
headers: 'headers',
|
|
@@ -1475,9 +1475,9 @@ export class CreateBasicAcceleratorResponseBody extends $tea.Model {
|
|
|
1475
1475
|
}
|
|
1476
1476
|
|
|
1477
1477
|
export class CreateBasicAcceleratorResponse extends $tea.Model {
|
|
1478
|
-
headers
|
|
1479
|
-
statusCode
|
|
1480
|
-
body
|
|
1478
|
+
headers?: { [key: string]: string };
|
|
1479
|
+
statusCode?: number;
|
|
1480
|
+
body?: CreateBasicAcceleratorResponseBody;
|
|
1481
1481
|
static names(): { [key: string]: string } {
|
|
1482
1482
|
return {
|
|
1483
1483
|
headers: 'headers',
|
|
@@ -1571,9 +1571,9 @@ export class CreateBasicEndpointResponseBody extends $tea.Model {
|
|
|
1571
1571
|
}
|
|
1572
1572
|
|
|
1573
1573
|
export class CreateBasicEndpointResponse extends $tea.Model {
|
|
1574
|
-
headers
|
|
1575
|
-
statusCode
|
|
1576
|
-
body
|
|
1574
|
+
headers?: { [key: string]: string };
|
|
1575
|
+
statusCode?: number;
|
|
1576
|
+
body?: CreateBasicEndpointResponseBody;
|
|
1577
1577
|
static names(): { [key: string]: string } {
|
|
1578
1578
|
return {
|
|
1579
1579
|
headers: 'headers',
|
|
@@ -1661,9 +1661,9 @@ export class CreateBasicEndpointGroupResponseBody extends $tea.Model {
|
|
|
1661
1661
|
}
|
|
1662
1662
|
|
|
1663
1663
|
export class CreateBasicEndpointGroupResponse extends $tea.Model {
|
|
1664
|
-
headers
|
|
1665
|
-
statusCode
|
|
1666
|
-
body
|
|
1664
|
+
headers?: { [key: string]: string };
|
|
1665
|
+
statusCode?: number;
|
|
1666
|
+
body?: CreateBasicEndpointGroupResponseBody;
|
|
1667
1667
|
static names(): { [key: string]: string } {
|
|
1668
1668
|
return {
|
|
1669
1669
|
headers: 'headers',
|
|
@@ -1742,9 +1742,9 @@ export class CreateBasicEndpointsResponseBody extends $tea.Model {
|
|
|
1742
1742
|
}
|
|
1743
1743
|
|
|
1744
1744
|
export class CreateBasicEndpointsResponse extends $tea.Model {
|
|
1745
|
-
headers
|
|
1746
|
-
statusCode
|
|
1747
|
-
body
|
|
1745
|
+
headers?: { [key: string]: string };
|
|
1746
|
+
statusCode?: number;
|
|
1747
|
+
body?: CreateBasicEndpointsResponseBody;
|
|
1748
1748
|
static names(): { [key: string]: string } {
|
|
1749
1749
|
return {
|
|
1750
1750
|
headers: 'headers',
|
|
@@ -1823,9 +1823,9 @@ export class CreateBasicIpSetResponseBody extends $tea.Model {
|
|
|
1823
1823
|
}
|
|
1824
1824
|
|
|
1825
1825
|
export class CreateBasicIpSetResponse extends $tea.Model {
|
|
1826
|
-
headers
|
|
1827
|
-
statusCode
|
|
1828
|
-
body
|
|
1826
|
+
headers?: { [key: string]: string };
|
|
1827
|
+
statusCode?: number;
|
|
1828
|
+
body?: CreateBasicIpSetResponseBody;
|
|
1829
1829
|
static names(): { [key: string]: string } {
|
|
1830
1830
|
return {
|
|
1831
1831
|
headers: 'headers',
|
|
@@ -1901,9 +1901,9 @@ export class CreateCustomRoutingEndpointGroupDestinationsResponseBody extends $t
|
|
|
1901
1901
|
}
|
|
1902
1902
|
|
|
1903
1903
|
export class CreateCustomRoutingEndpointGroupDestinationsResponse extends $tea.Model {
|
|
1904
|
-
headers
|
|
1905
|
-
statusCode
|
|
1906
|
-
body
|
|
1904
|
+
headers?: { [key: string]: string };
|
|
1905
|
+
statusCode?: number;
|
|
1906
|
+
body?: CreateCustomRoutingEndpointGroupDestinationsResponseBody;
|
|
1907
1907
|
static names(): { [key: string]: string } {
|
|
1908
1908
|
return {
|
|
1909
1909
|
headers: 'headers',
|
|
@@ -1982,9 +1982,9 @@ export class CreateCustomRoutingEndpointGroupsResponseBody extends $tea.Model {
|
|
|
1982
1982
|
}
|
|
1983
1983
|
|
|
1984
1984
|
export class CreateCustomRoutingEndpointGroupsResponse extends $tea.Model {
|
|
1985
|
-
headers
|
|
1986
|
-
statusCode
|
|
1987
|
-
body
|
|
1985
|
+
headers?: { [key: string]: string };
|
|
1986
|
+
statusCode?: number;
|
|
1987
|
+
body?: CreateCustomRoutingEndpointGroupsResponseBody;
|
|
1988
1988
|
static names(): { [key: string]: string } {
|
|
1989
1989
|
return {
|
|
1990
1990
|
headers: 'headers',
|
|
@@ -2057,9 +2057,9 @@ export class CreateCustomRoutingEndpointTrafficPoliciesResponseBody extends $tea
|
|
|
2057
2057
|
}
|
|
2058
2058
|
|
|
2059
2059
|
export class CreateCustomRoutingEndpointTrafficPoliciesResponse extends $tea.Model {
|
|
2060
|
-
headers
|
|
2061
|
-
statusCode
|
|
2062
|
-
body
|
|
2060
|
+
headers?: { [key: string]: string };
|
|
2061
|
+
statusCode?: number;
|
|
2062
|
+
body?: CreateCustomRoutingEndpointTrafficPoliciesResponseBody;
|
|
2063
2063
|
static names(): { [key: string]: string } {
|
|
2064
2064
|
return {
|
|
2065
2065
|
headers: 'headers',
|
|
@@ -2132,9 +2132,9 @@ export class CreateCustomRoutingEndpointsResponseBody extends $tea.Model {
|
|
|
2132
2132
|
}
|
|
2133
2133
|
|
|
2134
2134
|
export class CreateCustomRoutingEndpointsResponse extends $tea.Model {
|
|
2135
|
-
headers
|
|
2136
|
-
statusCode
|
|
2137
|
-
body
|
|
2135
|
+
headers?: { [key: string]: string };
|
|
2136
|
+
statusCode?: number;
|
|
2137
|
+
body?: CreateCustomRoutingEndpointsResponseBody;
|
|
2138
2138
|
static names(): { [key: string]: string } {
|
|
2139
2139
|
return {
|
|
2140
2140
|
headers: 'headers',
|
|
@@ -2201,9 +2201,9 @@ export class CreateDomainResponseBody extends $tea.Model {
|
|
|
2201
2201
|
}
|
|
2202
2202
|
|
|
2203
2203
|
export class CreateDomainResponse extends $tea.Model {
|
|
2204
|
-
headers
|
|
2205
|
-
statusCode
|
|
2206
|
-
body
|
|
2204
|
+
headers?: { [key: string]: string };
|
|
2205
|
+
statusCode?: number;
|
|
2206
|
+
body?: CreateDomainResponseBody;
|
|
2207
2207
|
static names(): { [key: string]: string } {
|
|
2208
2208
|
return {
|
|
2209
2209
|
headers: 'headers',
|
|
@@ -2321,9 +2321,9 @@ export class CreateEndpointGroupResponseBody extends $tea.Model {
|
|
|
2321
2321
|
}
|
|
2322
2322
|
|
|
2323
2323
|
export class CreateEndpointGroupResponse extends $tea.Model {
|
|
2324
|
-
headers
|
|
2325
|
-
statusCode
|
|
2326
|
-
body
|
|
2324
|
+
headers?: { [key: string]: string };
|
|
2325
|
+
statusCode?: number;
|
|
2326
|
+
body?: CreateEndpointGroupResponseBody;
|
|
2327
2327
|
static names(): { [key: string]: string } {
|
|
2328
2328
|
return {
|
|
2329
2329
|
headers: 'headers',
|
|
@@ -2402,9 +2402,9 @@ export class CreateEndpointGroupsResponseBody extends $tea.Model {
|
|
|
2402
2402
|
}
|
|
2403
2403
|
|
|
2404
2404
|
export class CreateEndpointGroupsResponse extends $tea.Model {
|
|
2405
|
-
headers
|
|
2406
|
-
statusCode
|
|
2407
|
-
body
|
|
2405
|
+
headers?: { [key: string]: string };
|
|
2406
|
+
statusCode?: number;
|
|
2407
|
+
body?: CreateEndpointGroupsResponseBody;
|
|
2408
2408
|
static names(): { [key: string]: string } {
|
|
2409
2409
|
return {
|
|
2410
2410
|
headers: 'headers',
|
|
@@ -2480,9 +2480,9 @@ export class CreateForwardingRulesResponseBody extends $tea.Model {
|
|
|
2480
2480
|
}
|
|
2481
2481
|
|
|
2482
2482
|
export class CreateForwardingRulesResponse extends $tea.Model {
|
|
2483
|
-
headers
|
|
2484
|
-
statusCode
|
|
2485
|
-
body
|
|
2483
|
+
headers?: { [key: string]: string };
|
|
2484
|
+
statusCode?: number;
|
|
2485
|
+
body?: CreateForwardingRulesResponseBody;
|
|
2486
2486
|
static names(): { [key: string]: string } {
|
|
2487
2487
|
return {
|
|
2488
2488
|
headers: 'headers',
|
|
@@ -2558,9 +2558,9 @@ export class CreateIpSetsResponseBody extends $tea.Model {
|
|
|
2558
2558
|
}
|
|
2559
2559
|
|
|
2560
2560
|
export class CreateIpSetsResponse extends $tea.Model {
|
|
2561
|
-
headers
|
|
2562
|
-
statusCode
|
|
2563
|
-
body
|
|
2561
|
+
headers?: { [key: string]: string };
|
|
2562
|
+
statusCode?: number;
|
|
2563
|
+
body?: CreateIpSetsResponseBody;
|
|
2564
2564
|
static names(): { [key: string]: string } {
|
|
2565
2565
|
return {
|
|
2566
2566
|
headers: 'headers',
|
|
@@ -2590,6 +2590,7 @@ export class CreateListenerRequest extends $tea.Model {
|
|
|
2590
2590
|
customRoutingEndpointGroupConfigurations?: CreateListenerRequestCustomRoutingEndpointGroupConfigurations[];
|
|
2591
2591
|
description?: string;
|
|
2592
2592
|
endpointGroupConfigurations?: CreateListenerRequestEndpointGroupConfigurations[];
|
|
2593
|
+
httpVersion?: string;
|
|
2593
2594
|
idleTimeout?: number;
|
|
2594
2595
|
name?: string;
|
|
2595
2596
|
portRanges?: CreateListenerRequestPortRanges[];
|
|
@@ -2609,6 +2610,7 @@ export class CreateListenerRequest extends $tea.Model {
|
|
|
2609
2610
|
customRoutingEndpointGroupConfigurations: 'CustomRoutingEndpointGroupConfigurations',
|
|
2610
2611
|
description: 'Description',
|
|
2611
2612
|
endpointGroupConfigurations: 'EndpointGroupConfigurations',
|
|
2613
|
+
httpVersion: 'HttpVersion',
|
|
2612
2614
|
idleTimeout: 'IdleTimeout',
|
|
2613
2615
|
name: 'Name',
|
|
2614
2616
|
portRanges: 'PortRanges',
|
|
@@ -2631,6 +2633,7 @@ export class CreateListenerRequest extends $tea.Model {
|
|
|
2631
2633
|
customRoutingEndpointGroupConfigurations: { 'type': 'array', 'itemType': CreateListenerRequestCustomRoutingEndpointGroupConfigurations },
|
|
2632
2634
|
description: 'string',
|
|
2633
2635
|
endpointGroupConfigurations: { 'type': 'array', 'itemType': CreateListenerRequestEndpointGroupConfigurations },
|
|
2636
|
+
httpVersion: 'string',
|
|
2634
2637
|
idleTimeout: 'number',
|
|
2635
2638
|
name: 'string',
|
|
2636
2639
|
portRanges: { 'type': 'array', 'itemType': CreateListenerRequestPortRanges },
|
|
@@ -2672,9 +2675,9 @@ export class CreateListenerResponseBody extends $tea.Model {
|
|
|
2672
2675
|
}
|
|
2673
2676
|
|
|
2674
2677
|
export class CreateListenerResponse extends $tea.Model {
|
|
2675
|
-
headers
|
|
2676
|
-
statusCode
|
|
2677
|
-
body
|
|
2678
|
+
headers?: { [key: string]: string };
|
|
2679
|
+
statusCode?: number;
|
|
2680
|
+
body?: CreateListenerResponseBody;
|
|
2678
2681
|
static names(): { [key: string]: string } {
|
|
2679
2682
|
return {
|
|
2680
2683
|
headers: 'headers',
|
|
@@ -2747,9 +2750,9 @@ export class CreateSpareIpsResponseBody extends $tea.Model {
|
|
|
2747
2750
|
}
|
|
2748
2751
|
|
|
2749
2752
|
export class CreateSpareIpsResponse extends $tea.Model {
|
|
2750
|
-
headers
|
|
2751
|
-
statusCode
|
|
2752
|
-
body
|
|
2753
|
+
headers?: { [key: string]: string };
|
|
2754
|
+
statusCode?: number;
|
|
2755
|
+
body?: CreateSpareIpsResponseBody;
|
|
2753
2756
|
static names(): { [key: string]: string } {
|
|
2754
2757
|
return {
|
|
2755
2758
|
headers: 'headers',
|
|
@@ -2816,9 +2819,9 @@ export class DeleteAcceleratorResponseBody extends $tea.Model {
|
|
|
2816
2819
|
}
|
|
2817
2820
|
|
|
2818
2821
|
export class DeleteAcceleratorResponse extends $tea.Model {
|
|
2819
|
-
headers
|
|
2820
|
-
statusCode
|
|
2821
|
-
body
|
|
2822
|
+
headers?: { [key: string]: string };
|
|
2823
|
+
statusCode?: number;
|
|
2824
|
+
body?: DeleteAcceleratorResponseBody;
|
|
2822
2825
|
static names(): { [key: string]: string } {
|
|
2823
2826
|
return {
|
|
2824
2827
|
headers: 'headers',
|
|
@@ -2891,9 +2894,9 @@ export class DeleteAclResponseBody extends $tea.Model {
|
|
|
2891
2894
|
}
|
|
2892
2895
|
|
|
2893
2896
|
export class DeleteAclResponse extends $tea.Model {
|
|
2894
|
-
headers
|
|
2895
|
-
statusCode
|
|
2896
|
-
body
|
|
2897
|
+
headers?: { [key: string]: string };
|
|
2898
|
+
statusCode?: number;
|
|
2899
|
+
body?: DeleteAclResponseBody;
|
|
2897
2900
|
static names(): { [key: string]: string } {
|
|
2898
2901
|
return {
|
|
2899
2902
|
headers: 'headers',
|
|
@@ -2960,9 +2963,9 @@ export class DeleteApplicationMonitorResponseBody extends $tea.Model {
|
|
|
2960
2963
|
}
|
|
2961
2964
|
|
|
2962
2965
|
export class DeleteApplicationMonitorResponse extends $tea.Model {
|
|
2963
|
-
headers
|
|
2964
|
-
statusCode
|
|
2965
|
-
body
|
|
2966
|
+
headers?: { [key: string]: string };
|
|
2967
|
+
statusCode?: number;
|
|
2968
|
+
body?: DeleteApplicationMonitorResponseBody;
|
|
2966
2969
|
static names(): { [key: string]: string } {
|
|
2967
2970
|
return {
|
|
2968
2971
|
headers: 'headers',
|
|
@@ -3032,9 +3035,9 @@ export class DeleteBandwidthPackageResponseBody extends $tea.Model {
|
|
|
3032
3035
|
}
|
|
3033
3036
|
|
|
3034
3037
|
export class DeleteBandwidthPackageResponse extends $tea.Model {
|
|
3035
|
-
headers
|
|
3036
|
-
statusCode
|
|
3037
|
-
body
|
|
3038
|
+
headers?: { [key: string]: string };
|
|
3039
|
+
statusCode?: number;
|
|
3040
|
+
body?: DeleteBandwidthPackageResponseBody;
|
|
3038
3041
|
static names(): { [key: string]: string } {
|
|
3039
3042
|
return {
|
|
3040
3043
|
headers: 'headers',
|
|
@@ -3104,9 +3107,9 @@ export class DeleteBasicAccelerateIpResponseBody extends $tea.Model {
|
|
|
3104
3107
|
}
|
|
3105
3108
|
|
|
3106
3109
|
export class DeleteBasicAccelerateIpResponse extends $tea.Model {
|
|
3107
|
-
headers
|
|
3108
|
-
statusCode
|
|
3109
|
-
body
|
|
3110
|
+
headers?: { [key: string]: string };
|
|
3111
|
+
statusCode?: number;
|
|
3112
|
+
body?: DeleteBasicAccelerateIpResponseBody;
|
|
3110
3113
|
static names(): { [key: string]: string } {
|
|
3111
3114
|
return {
|
|
3112
3115
|
headers: 'headers',
|
|
@@ -3191,9 +3194,9 @@ export class DeleteBasicAccelerateIpEndpointRelationResponseBody extends $tea.Mo
|
|
|
3191
3194
|
}
|
|
3192
3195
|
|
|
3193
3196
|
export class DeleteBasicAccelerateIpEndpointRelationResponse extends $tea.Model {
|
|
3194
|
-
headers
|
|
3195
|
-
statusCode
|
|
3196
|
-
body
|
|
3197
|
+
headers?: { [key: string]: string };
|
|
3198
|
+
statusCode?: number;
|
|
3199
|
+
body?: DeleteBasicAccelerateIpEndpointRelationResponseBody;
|
|
3197
3200
|
static names(): { [key: string]: string } {
|
|
3198
3201
|
return {
|
|
3199
3202
|
headers: 'headers',
|
|
@@ -3260,9 +3263,9 @@ export class DeleteBasicAcceleratorResponseBody extends $tea.Model {
|
|
|
3260
3263
|
}
|
|
3261
3264
|
|
|
3262
3265
|
export class DeleteBasicAcceleratorResponse extends $tea.Model {
|
|
3263
|
-
headers
|
|
3264
|
-
statusCode
|
|
3265
|
-
body
|
|
3266
|
+
headers?: { [key: string]: string };
|
|
3267
|
+
statusCode?: number;
|
|
3268
|
+
body?: DeleteBasicAcceleratorResponseBody;
|
|
3266
3269
|
static names(): { [key: string]: string } {
|
|
3267
3270
|
return {
|
|
3268
3271
|
headers: 'headers',
|
|
@@ -3335,9 +3338,9 @@ export class DeleteBasicEndpointResponseBody extends $tea.Model {
|
|
|
3335
3338
|
}
|
|
3336
3339
|
|
|
3337
3340
|
export class DeleteBasicEndpointResponse extends $tea.Model {
|
|
3338
|
-
headers
|
|
3339
|
-
statusCode
|
|
3340
|
-
body
|
|
3341
|
+
headers?: { [key: string]: string };
|
|
3342
|
+
statusCode?: number;
|
|
3343
|
+
body?: DeleteBasicEndpointResponseBody;
|
|
3341
3344
|
static names(): { [key: string]: string } {
|
|
3342
3345
|
return {
|
|
3343
3346
|
headers: 'headers',
|
|
@@ -3401,9 +3404,9 @@ export class DeleteBasicEndpointGroupResponseBody extends $tea.Model {
|
|
|
3401
3404
|
}
|
|
3402
3405
|
|
|
3403
3406
|
export class DeleteBasicEndpointGroupResponse extends $tea.Model {
|
|
3404
|
-
headers
|
|
3405
|
-
statusCode
|
|
3406
|
-
body
|
|
3407
|
+
headers?: { [key: string]: string };
|
|
3408
|
+
statusCode?: number;
|
|
3409
|
+
body?: DeleteBasicEndpointGroupResponseBody;
|
|
3407
3410
|
static names(): { [key: string]: string } {
|
|
3408
3411
|
return {
|
|
3409
3412
|
headers: 'headers',
|
|
@@ -3470,9 +3473,9 @@ export class DeleteBasicIpSetResponseBody extends $tea.Model {
|
|
|
3470
3473
|
}
|
|
3471
3474
|
|
|
3472
3475
|
export class DeleteBasicIpSetResponse extends $tea.Model {
|
|
3473
|
-
headers
|
|
3474
|
-
statusCode
|
|
3475
|
-
body
|
|
3476
|
+
headers?: { [key: string]: string };
|
|
3477
|
+
statusCode?: number;
|
|
3478
|
+
body?: DeleteBasicIpSetResponseBody;
|
|
3476
3479
|
static names(): { [key: string]: string } {
|
|
3477
3480
|
return {
|
|
3478
3481
|
headers: 'headers',
|
|
@@ -3545,9 +3548,9 @@ export class DeleteCustomRoutingEndpointGroupDestinationsResponseBody extends $t
|
|
|
3545
3548
|
}
|
|
3546
3549
|
|
|
3547
3550
|
export class DeleteCustomRoutingEndpointGroupDestinationsResponse extends $tea.Model {
|
|
3548
|
-
headers
|
|
3549
|
-
statusCode
|
|
3550
|
-
body
|
|
3551
|
+
headers?: { [key: string]: string };
|
|
3552
|
+
statusCode?: number;
|
|
3553
|
+
body?: DeleteCustomRoutingEndpointGroupDestinationsResponseBody;
|
|
3551
3554
|
static names(): { [key: string]: string } {
|
|
3552
3555
|
return {
|
|
3553
3556
|
headers: 'headers',
|
|
@@ -3620,9 +3623,9 @@ export class DeleteCustomRoutingEndpointGroupsResponseBody extends $tea.Model {
|
|
|
3620
3623
|
}
|
|
3621
3624
|
|
|
3622
3625
|
export class DeleteCustomRoutingEndpointGroupsResponse extends $tea.Model {
|
|
3623
|
-
headers
|
|
3624
|
-
statusCode
|
|
3625
|
-
body
|
|
3626
|
+
headers?: { [key: string]: string };
|
|
3627
|
+
statusCode?: number;
|
|
3628
|
+
body?: DeleteCustomRoutingEndpointGroupsResponseBody;
|
|
3626
3629
|
static names(): { [key: string]: string } {
|
|
3627
3630
|
return {
|
|
3628
3631
|
headers: 'headers',
|
|
@@ -3692,9 +3695,9 @@ export class DeleteCustomRoutingEndpointTrafficPoliciesResponseBody extends $tea
|
|
|
3692
3695
|
}
|
|
3693
3696
|
|
|
3694
3697
|
export class DeleteCustomRoutingEndpointTrafficPoliciesResponse extends $tea.Model {
|
|
3695
|
-
headers
|
|
3696
|
-
statusCode
|
|
3697
|
-
body
|
|
3698
|
+
headers?: { [key: string]: string };
|
|
3699
|
+
statusCode?: number;
|
|
3700
|
+
body?: DeleteCustomRoutingEndpointTrafficPoliciesResponseBody;
|
|
3698
3701
|
static names(): { [key: string]: string } {
|
|
3699
3702
|
return {
|
|
3700
3703
|
headers: 'headers',
|
|
@@ -3764,9 +3767,9 @@ export class DeleteCustomRoutingEndpointsResponseBody extends $tea.Model {
|
|
|
3764
3767
|
}
|
|
3765
3768
|
|
|
3766
3769
|
export class DeleteCustomRoutingEndpointsResponse extends $tea.Model {
|
|
3767
|
-
headers
|
|
3768
|
-
statusCode
|
|
3769
|
-
body
|
|
3770
|
+
headers?: { [key: string]: string };
|
|
3771
|
+
statusCode?: number;
|
|
3772
|
+
body?: DeleteCustomRoutingEndpointsResponseBody;
|
|
3770
3773
|
static names(): { [key: string]: string } {
|
|
3771
3774
|
return {
|
|
3772
3775
|
headers: 'headers',
|
|
@@ -3833,9 +3836,9 @@ export class DeleteDomainAcceleratorRelationResponseBody extends $tea.Model {
|
|
|
3833
3836
|
}
|
|
3834
3837
|
|
|
3835
3838
|
export class DeleteDomainAcceleratorRelationResponse extends $tea.Model {
|
|
3836
|
-
headers
|
|
3837
|
-
statusCode
|
|
3838
|
-
body
|
|
3839
|
+
headers?: { [key: string]: string };
|
|
3840
|
+
statusCode?: number;
|
|
3841
|
+
body?: DeleteDomainAcceleratorRelationResponseBody;
|
|
3839
3842
|
static names(): { [key: string]: string } {
|
|
3840
3843
|
return {
|
|
3841
3844
|
headers: 'headers',
|
|
@@ -3902,9 +3905,9 @@ export class DeleteEndpointGroupResponseBody extends $tea.Model {
|
|
|
3902
3905
|
}
|
|
3903
3906
|
|
|
3904
3907
|
export class DeleteEndpointGroupResponse extends $tea.Model {
|
|
3905
|
-
headers
|
|
3906
|
-
statusCode
|
|
3907
|
-
body
|
|
3908
|
+
headers?: { [key: string]: string };
|
|
3909
|
+
statusCode?: number;
|
|
3910
|
+
body?: DeleteEndpointGroupResponseBody;
|
|
3908
3911
|
static names(): { [key: string]: string } {
|
|
3909
3912
|
return {
|
|
3910
3913
|
headers: 'headers',
|
|
@@ -3974,9 +3977,9 @@ export class DeleteEndpointGroupsResponseBody extends $tea.Model {
|
|
|
3974
3977
|
}
|
|
3975
3978
|
|
|
3976
3979
|
export class DeleteEndpointGroupsResponse extends $tea.Model {
|
|
3977
|
-
headers
|
|
3978
|
-
statusCode
|
|
3979
|
-
body
|
|
3980
|
+
headers?: { [key: string]: string };
|
|
3981
|
+
statusCode?: number;
|
|
3982
|
+
body?: DeleteEndpointGroupsResponseBody;
|
|
3980
3983
|
static names(): { [key: string]: string } {
|
|
3981
3984
|
return {
|
|
3982
3985
|
headers: 'headers',
|
|
@@ -4052,9 +4055,9 @@ export class DeleteForwardingRulesResponseBody extends $tea.Model {
|
|
|
4052
4055
|
}
|
|
4053
4056
|
|
|
4054
4057
|
export class DeleteForwardingRulesResponse extends $tea.Model {
|
|
4055
|
-
headers
|
|
4056
|
-
statusCode
|
|
4057
|
-
body
|
|
4058
|
+
headers?: { [key: string]: string };
|
|
4059
|
+
statusCode?: number;
|
|
4060
|
+
body?: DeleteForwardingRulesResponseBody;
|
|
4058
4061
|
static names(): { [key: string]: string } {
|
|
4059
4062
|
return {
|
|
4060
4063
|
headers: 'headers',
|
|
@@ -4124,9 +4127,9 @@ export class DeleteIpSetResponseBody extends $tea.Model {
|
|
|
4124
4127
|
}
|
|
4125
4128
|
|
|
4126
4129
|
export class DeleteIpSetResponse extends $tea.Model {
|
|
4127
|
-
headers
|
|
4128
|
-
statusCode
|
|
4129
|
-
body
|
|
4130
|
+
headers?: { [key: string]: string };
|
|
4131
|
+
statusCode?: number;
|
|
4132
|
+
body?: DeleteIpSetResponseBody;
|
|
4130
4133
|
static names(): { [key: string]: string } {
|
|
4131
4134
|
return {
|
|
4132
4135
|
headers: 'headers',
|
|
@@ -4190,9 +4193,9 @@ export class DeleteIpSetsResponseBody extends $tea.Model {
|
|
|
4190
4193
|
}
|
|
4191
4194
|
|
|
4192
4195
|
export class DeleteIpSetsResponse extends $tea.Model {
|
|
4193
|
-
headers
|
|
4194
|
-
statusCode
|
|
4195
|
-
body
|
|
4196
|
+
headers?: { [key: string]: string };
|
|
4197
|
+
statusCode?: number;
|
|
4198
|
+
body?: DeleteIpSetsResponseBody;
|
|
4196
4199
|
static names(): { [key: string]: string } {
|
|
4197
4200
|
return {
|
|
4198
4201
|
headers: 'headers',
|
|
@@ -4259,9 +4262,9 @@ export class DeleteListenerResponseBody extends $tea.Model {
|
|
|
4259
4262
|
}
|
|
4260
4263
|
|
|
4261
4264
|
export class DeleteListenerResponse extends $tea.Model {
|
|
4262
|
-
headers
|
|
4263
|
-
statusCode
|
|
4264
|
-
body
|
|
4265
|
+
headers?: { [key: string]: string };
|
|
4266
|
+
statusCode?: number;
|
|
4267
|
+
body?: DeleteListenerResponseBody;
|
|
4265
4268
|
static names(): { [key: string]: string } {
|
|
4266
4269
|
return {
|
|
4267
4270
|
headers: 'headers',
|
|
@@ -4334,9 +4337,9 @@ export class DeleteSpareIpsResponseBody extends $tea.Model {
|
|
|
4334
4337
|
}
|
|
4335
4338
|
|
|
4336
4339
|
export class DeleteSpareIpsResponse extends $tea.Model {
|
|
4337
|
-
headers
|
|
4338
|
-
statusCode
|
|
4339
|
-
body
|
|
4340
|
+
headers?: { [key: string]: string };
|
|
4341
|
+
statusCode?: number;
|
|
4342
|
+
body?: DeleteSpareIpsResponseBody;
|
|
4340
4343
|
static names(): { [key: string]: string } {
|
|
4341
4344
|
return {
|
|
4342
4345
|
headers: 'headers',
|
|
@@ -4478,9 +4481,9 @@ export class DescribeAcceleratorResponseBody extends $tea.Model {
|
|
|
4478
4481
|
}
|
|
4479
4482
|
|
|
4480
4483
|
export class DescribeAcceleratorResponse extends $tea.Model {
|
|
4481
|
-
headers
|
|
4482
|
-
statusCode
|
|
4483
|
-
body
|
|
4484
|
+
headers?: { [key: string]: string };
|
|
4485
|
+
statusCode?: number;
|
|
4486
|
+
body?: DescribeAcceleratorResponseBody;
|
|
4484
4487
|
static names(): { [key: string]: string } {
|
|
4485
4488
|
return {
|
|
4486
4489
|
headers: 'headers',
|
|
@@ -4556,9 +4559,9 @@ export class DescribeAcceleratorAutoRenewAttributeResponseBody extends $tea.Mode
|
|
|
4556
4559
|
}
|
|
4557
4560
|
|
|
4558
4561
|
export class DescribeAcceleratorAutoRenewAttributeResponse extends $tea.Model {
|
|
4559
|
-
headers
|
|
4560
|
-
statusCode
|
|
4561
|
-
body
|
|
4562
|
+
headers?: { [key: string]: string };
|
|
4563
|
+
statusCode?: number;
|
|
4564
|
+
body?: DescribeAcceleratorAutoRenewAttributeResponseBody;
|
|
4562
4565
|
static names(): { [key: string]: string } {
|
|
4563
4566
|
return {
|
|
4564
4567
|
headers: 'headers',
|
|
@@ -4631,9 +4634,9 @@ export class DescribeAcceleratorServiceStatusResponseBody extends $tea.Model {
|
|
|
4631
4634
|
}
|
|
4632
4635
|
|
|
4633
4636
|
export class DescribeAcceleratorServiceStatusResponse extends $tea.Model {
|
|
4634
|
-
headers
|
|
4635
|
-
statusCode
|
|
4636
|
-
body
|
|
4637
|
+
headers?: { [key: string]: string };
|
|
4638
|
+
statusCode?: number;
|
|
4639
|
+
body?: DescribeAcceleratorServiceStatusResponseBody;
|
|
4637
4640
|
static names(): { [key: string]: string } {
|
|
4638
4641
|
return {
|
|
4639
4642
|
headers: 'headers',
|
|
@@ -4739,9 +4742,9 @@ export class DescribeApplicationMonitorResponseBody extends $tea.Model {
|
|
|
4739
4742
|
}
|
|
4740
4743
|
|
|
4741
4744
|
export class DescribeApplicationMonitorResponse extends $tea.Model {
|
|
4742
|
-
headers
|
|
4743
|
-
statusCode
|
|
4744
|
-
body
|
|
4745
|
+
headers?: { [key: string]: string };
|
|
4746
|
+
statusCode?: number;
|
|
4747
|
+
body?: DescribeApplicationMonitorResponseBody;
|
|
4745
4748
|
static names(): { [key: string]: string } {
|
|
4746
4749
|
return {
|
|
4747
4750
|
headers: 'headers',
|
|
@@ -4859,9 +4862,9 @@ export class DescribeBandwidthPackageResponseBody extends $tea.Model {
|
|
|
4859
4862
|
}
|
|
4860
4863
|
|
|
4861
4864
|
export class DescribeBandwidthPackageResponse extends $tea.Model {
|
|
4862
|
-
headers
|
|
4863
|
-
statusCode
|
|
4864
|
-
body
|
|
4865
|
+
headers?: { [key: string]: string };
|
|
4866
|
+
statusCode?: number;
|
|
4867
|
+
body?: DescribeBandwidthPackageResponseBody;
|
|
4865
4868
|
static names(): { [key: string]: string } {
|
|
4866
4869
|
return {
|
|
4867
4870
|
headers: 'headers',
|
|
@@ -4937,9 +4940,9 @@ export class DescribeBandwidthPackageAutoRenewAttributeResponseBody extends $tea
|
|
|
4937
4940
|
}
|
|
4938
4941
|
|
|
4939
4942
|
export class DescribeBandwidthPackageAutoRenewAttributeResponse extends $tea.Model {
|
|
4940
|
-
headers
|
|
4941
|
-
statusCode
|
|
4942
|
-
body
|
|
4943
|
+
headers?: { [key: string]: string };
|
|
4944
|
+
statusCode?: number;
|
|
4945
|
+
body?: DescribeBandwidthPackageAutoRenewAttributeResponseBody;
|
|
4943
4946
|
static names(): { [key: string]: string } {
|
|
4944
4947
|
return {
|
|
4945
4948
|
headers: 'headers',
|
|
@@ -5015,9 +5018,9 @@ export class DescribeCommodityResponseBody extends $tea.Model {
|
|
|
5015
5018
|
}
|
|
5016
5019
|
|
|
5017
5020
|
export class DescribeCommodityResponse extends $tea.Model {
|
|
5018
|
-
headers
|
|
5019
|
-
statusCode
|
|
5020
|
-
body
|
|
5021
|
+
headers?: { [key: string]: string };
|
|
5022
|
+
statusCode?: number;
|
|
5023
|
+
body?: DescribeCommodityResponseBody;
|
|
5021
5024
|
static names(): { [key: string]: string } {
|
|
5022
5025
|
return {
|
|
5023
5026
|
headers: 'headers',
|
|
@@ -5105,9 +5108,9 @@ export class DescribeCommodityPriceResponseBody extends $tea.Model {
|
|
|
5105
5108
|
}
|
|
5106
5109
|
|
|
5107
5110
|
export class DescribeCommodityPriceResponse extends $tea.Model {
|
|
5108
|
-
headers
|
|
5109
|
-
statusCode
|
|
5110
|
-
body
|
|
5111
|
+
headers?: { [key: string]: string };
|
|
5112
|
+
statusCode?: number;
|
|
5113
|
+
body?: DescribeCommodityPriceResponseBody;
|
|
5111
5114
|
static names(): { [key: string]: string } {
|
|
5112
5115
|
return {
|
|
5113
5116
|
headers: 'headers',
|
|
@@ -5210,9 +5213,9 @@ export class DescribeCustomRoutingEndPointTrafficPolicyResponseBody extends $tea
|
|
|
5210
5213
|
}
|
|
5211
5214
|
|
|
5212
5215
|
export class DescribeCustomRoutingEndPointTrafficPolicyResponse extends $tea.Model {
|
|
5213
|
-
headers
|
|
5214
|
-
statusCode
|
|
5215
|
-
body
|
|
5216
|
+
headers?: { [key: string]: string };
|
|
5217
|
+
statusCode?: number;
|
|
5218
|
+
body?: DescribeCustomRoutingEndPointTrafficPolicyResponseBody;
|
|
5216
5219
|
static names(): { [key: string]: string } {
|
|
5217
5220
|
return {
|
|
5218
5221
|
headers: 'headers',
|
|
@@ -5312,9 +5315,9 @@ export class DescribeCustomRoutingEndpointResponseBody extends $tea.Model {
|
|
|
5312
5315
|
}
|
|
5313
5316
|
|
|
5314
5317
|
export class DescribeCustomRoutingEndpointResponse extends $tea.Model {
|
|
5315
|
-
headers
|
|
5316
|
-
statusCode
|
|
5317
|
-
body
|
|
5318
|
+
headers?: { [key: string]: string };
|
|
5319
|
+
statusCode?: number;
|
|
5320
|
+
body?: DescribeCustomRoutingEndpointResponseBody;
|
|
5318
5321
|
static names(): { [key: string]: string } {
|
|
5319
5322
|
return {
|
|
5320
5323
|
headers: 'headers',
|
|
@@ -5429,9 +5432,9 @@ export class DescribeCustomRoutingEndpointGroupResponseBody extends $tea.Model {
|
|
|
5429
5432
|
}
|
|
5430
5433
|
|
|
5431
5434
|
export class DescribeCustomRoutingEndpointGroupResponse extends $tea.Model {
|
|
5432
|
-
headers
|
|
5433
|
-
statusCode
|
|
5434
|
-
body
|
|
5435
|
+
headers?: { [key: string]: string };
|
|
5436
|
+
statusCode?: number;
|
|
5437
|
+
body?: DescribeCustomRoutingEndpointGroupResponseBody;
|
|
5435
5438
|
static names(): { [key: string]: string } {
|
|
5436
5439
|
return {
|
|
5437
5440
|
headers: 'headers',
|
|
@@ -5531,9 +5534,9 @@ export class DescribeCustomRoutingEndpointGroupDestinationsResponseBody extends
|
|
|
5531
5534
|
}
|
|
5532
5535
|
|
|
5533
5536
|
export class DescribeCustomRoutingEndpointGroupDestinationsResponse extends $tea.Model {
|
|
5534
|
-
headers
|
|
5535
|
-
statusCode
|
|
5536
|
-
body
|
|
5537
|
+
headers?: { [key: string]: string };
|
|
5538
|
+
statusCode?: number;
|
|
5539
|
+
body?: DescribeCustomRoutingEndpointGroupDestinationsResponseBody;
|
|
5537
5540
|
static names(): { [key: string]: string } {
|
|
5538
5541
|
return {
|
|
5539
5542
|
headers: 'headers',
|
|
@@ -5687,9 +5690,9 @@ export class DescribeEndpointGroupResponseBody extends $tea.Model {
|
|
|
5687
5690
|
}
|
|
5688
5691
|
|
|
5689
5692
|
export class DescribeEndpointGroupResponse extends $tea.Model {
|
|
5690
|
-
headers
|
|
5691
|
-
statusCode
|
|
5692
|
-
body
|
|
5693
|
+
headers?: { [key: string]: string };
|
|
5694
|
+
statusCode?: number;
|
|
5695
|
+
body?: DescribeEndpointGroupResponseBody;
|
|
5693
5696
|
static names(): { [key: string]: string } {
|
|
5694
5697
|
return {
|
|
5695
5698
|
headers: 'headers',
|
|
@@ -5786,9 +5789,9 @@ export class DescribeIpSetResponseBody extends $tea.Model {
|
|
|
5786
5789
|
}
|
|
5787
5790
|
|
|
5788
5791
|
export class DescribeIpSetResponse extends $tea.Model {
|
|
5789
|
-
headers
|
|
5790
|
-
statusCode
|
|
5791
|
-
body
|
|
5792
|
+
headers?: { [key: string]: string };
|
|
5793
|
+
statusCode?: number;
|
|
5794
|
+
body?: DescribeIpSetResponseBody;
|
|
5792
5795
|
static names(): { [key: string]: string } {
|
|
5793
5796
|
return {
|
|
5794
5797
|
headers: 'headers',
|
|
@@ -5840,6 +5843,7 @@ export class DescribeListenerResponseBody extends $tea.Model {
|
|
|
5840
5843
|
clientAffinity?: string;
|
|
5841
5844
|
createTime?: string;
|
|
5842
5845
|
description?: string;
|
|
5846
|
+
httpVersion?: string;
|
|
5843
5847
|
idleTimeout?: number;
|
|
5844
5848
|
listenerId?: string;
|
|
5845
5849
|
name?: string;
|
|
@@ -5865,6 +5869,7 @@ export class DescribeListenerResponseBody extends $tea.Model {
|
|
|
5865
5869
|
clientAffinity: 'ClientAffinity',
|
|
5866
5870
|
createTime: 'CreateTime',
|
|
5867
5871
|
description: 'Description',
|
|
5872
|
+
httpVersion: 'HttpVersion',
|
|
5868
5873
|
idleTimeout: 'IdleTimeout',
|
|
5869
5874
|
listenerId: 'ListenerId',
|
|
5870
5875
|
name: 'Name',
|
|
@@ -5893,6 +5898,7 @@ export class DescribeListenerResponseBody extends $tea.Model {
|
|
|
5893
5898
|
clientAffinity: 'string',
|
|
5894
5899
|
createTime: 'string',
|
|
5895
5900
|
description: 'string',
|
|
5901
|
+
httpVersion: 'string',
|
|
5896
5902
|
idleTimeout: 'number',
|
|
5897
5903
|
listenerId: 'string',
|
|
5898
5904
|
name: 'string',
|
|
@@ -5918,9 +5924,9 @@ export class DescribeListenerResponseBody extends $tea.Model {
|
|
|
5918
5924
|
}
|
|
5919
5925
|
|
|
5920
5926
|
export class DescribeListenerResponse extends $tea.Model {
|
|
5921
|
-
headers
|
|
5922
|
-
statusCode
|
|
5923
|
-
body
|
|
5927
|
+
headers?: { [key: string]: string };
|
|
5928
|
+
statusCode?: number;
|
|
5929
|
+
body?: DescribeListenerResponseBody;
|
|
5924
5930
|
static names(): { [key: string]: string } {
|
|
5925
5931
|
return {
|
|
5926
5932
|
headers: 'headers',
|
|
@@ -6011,9 +6017,9 @@ export class DescribeLogStoreOfEndpointGroupResponseBody extends $tea.Model {
|
|
|
6011
6017
|
}
|
|
6012
6018
|
|
|
6013
6019
|
export class DescribeLogStoreOfEndpointGroupResponse extends $tea.Model {
|
|
6014
|
-
headers
|
|
6015
|
-
statusCode
|
|
6016
|
-
body
|
|
6020
|
+
headers?: { [key: string]: string };
|
|
6021
|
+
statusCode?: number;
|
|
6022
|
+
body?: DescribeLogStoreOfEndpointGroupResponseBody;
|
|
6017
6023
|
static names(): { [key: string]: string } {
|
|
6018
6024
|
return {
|
|
6019
6025
|
headers: 'headers',
|
|
@@ -6077,9 +6083,9 @@ export class DescribeRegionsResponseBody extends $tea.Model {
|
|
|
6077
6083
|
}
|
|
6078
6084
|
|
|
6079
6085
|
export class DescribeRegionsResponse extends $tea.Model {
|
|
6080
|
-
headers
|
|
6081
|
-
statusCode
|
|
6082
|
-
body
|
|
6086
|
+
headers?: { [key: string]: string };
|
|
6087
|
+
statusCode?: number;
|
|
6088
|
+
body?: DescribeRegionsResponseBody;
|
|
6083
6089
|
static names(): { [key: string]: string } {
|
|
6084
6090
|
return {
|
|
6085
6091
|
headers: 'headers',
|
|
@@ -6146,9 +6152,9 @@ export class DetachDdosFromAcceleratorResponseBody extends $tea.Model {
|
|
|
6146
6152
|
}
|
|
6147
6153
|
|
|
6148
6154
|
export class DetachDdosFromAcceleratorResponse extends $tea.Model {
|
|
6149
|
-
headers
|
|
6150
|
-
statusCode
|
|
6151
|
-
body
|
|
6155
|
+
headers?: { [key: string]: string };
|
|
6156
|
+
statusCode?: number;
|
|
6157
|
+
body?: DetachDdosFromAcceleratorResponseBody;
|
|
6152
6158
|
static names(): { [key: string]: string } {
|
|
6153
6159
|
return {
|
|
6154
6160
|
headers: 'headers',
|
|
@@ -6221,9 +6227,9 @@ export class DetachLogStoreFromEndpointGroupResponseBody extends $tea.Model {
|
|
|
6221
6227
|
}
|
|
6222
6228
|
|
|
6223
6229
|
export class DetachLogStoreFromEndpointGroupResponse extends $tea.Model {
|
|
6224
|
-
headers
|
|
6225
|
-
statusCode
|
|
6226
|
-
body
|
|
6230
|
+
headers?: { [key: string]: string };
|
|
6231
|
+
statusCode?: number;
|
|
6232
|
+
body?: DetachLogStoreFromEndpointGroupResponseBody;
|
|
6227
6233
|
static names(): { [key: string]: string } {
|
|
6228
6234
|
return {
|
|
6229
6235
|
headers: 'headers',
|
|
@@ -6290,9 +6296,9 @@ export class DetectApplicationMonitorResponseBody extends $tea.Model {
|
|
|
6290
6296
|
}
|
|
6291
6297
|
|
|
6292
6298
|
export class DetectApplicationMonitorResponse extends $tea.Model {
|
|
6293
|
-
headers
|
|
6294
|
-
statusCode
|
|
6295
|
-
body
|
|
6299
|
+
headers?: { [key: string]: string };
|
|
6300
|
+
statusCode?: number;
|
|
6301
|
+
body?: DetectApplicationMonitorResponseBody;
|
|
6296
6302
|
static names(): { [key: string]: string } {
|
|
6297
6303
|
return {
|
|
6298
6304
|
headers: 'headers',
|
|
@@ -6359,9 +6365,9 @@ export class DisableApplicationMonitorResponseBody extends $tea.Model {
|
|
|
6359
6365
|
}
|
|
6360
6366
|
|
|
6361
6367
|
export class DisableApplicationMonitorResponse extends $tea.Model {
|
|
6362
|
-
headers
|
|
6363
|
-
statusCode
|
|
6364
|
-
body
|
|
6368
|
+
headers?: { [key: string]: string };
|
|
6369
|
+
statusCode?: number;
|
|
6370
|
+
body?: DisableApplicationMonitorResponseBody;
|
|
6365
6371
|
static names(): { [key: string]: string } {
|
|
6366
6372
|
return {
|
|
6367
6373
|
headers: 'headers',
|
|
@@ -6440,9 +6446,9 @@ export class DissociateAclsFromListenerResponseBody extends $tea.Model {
|
|
|
6440
6446
|
}
|
|
6441
6447
|
|
|
6442
6448
|
export class DissociateAclsFromListenerResponse extends $tea.Model {
|
|
6443
|
-
headers
|
|
6444
|
-
statusCode
|
|
6445
|
-
body
|
|
6449
|
+
headers?: { [key: string]: string };
|
|
6450
|
+
statusCode?: number;
|
|
6451
|
+
body?: DissociateAclsFromListenerResponseBody;
|
|
6446
6452
|
static names(): { [key: string]: string } {
|
|
6447
6453
|
return {
|
|
6448
6454
|
headers: 'headers',
|
|
@@ -6515,9 +6521,9 @@ export class DissociateAdditionalCertificatesFromListenerResponseBody extends $t
|
|
|
6515
6521
|
}
|
|
6516
6522
|
|
|
6517
6523
|
export class DissociateAdditionalCertificatesFromListenerResponse extends $tea.Model {
|
|
6518
|
-
headers
|
|
6519
|
-
statusCode
|
|
6520
|
-
body
|
|
6524
|
+
headers?: { [key: string]: string };
|
|
6525
|
+
statusCode?: number;
|
|
6526
|
+
body?: DissociateAdditionalCertificatesFromListenerResponseBody;
|
|
6521
6527
|
static names(): { [key: string]: string } {
|
|
6522
6528
|
return {
|
|
6523
6529
|
headers: 'headers',
|
|
@@ -6584,9 +6590,9 @@ export class EnableApplicationMonitorResponseBody extends $tea.Model {
|
|
|
6584
6590
|
}
|
|
6585
6591
|
|
|
6586
6592
|
export class EnableApplicationMonitorResponse extends $tea.Model {
|
|
6587
|
-
headers
|
|
6588
|
-
statusCode
|
|
6589
|
-
body
|
|
6593
|
+
headers?: { [key: string]: string };
|
|
6594
|
+
statusCode?: number;
|
|
6595
|
+
body?: EnableApplicationMonitorResponseBody;
|
|
6590
6596
|
static names(): { [key: string]: string } {
|
|
6591
6597
|
return {
|
|
6592
6598
|
headers: 'headers',
|
|
@@ -6674,9 +6680,9 @@ export class GetAclResponseBody extends $tea.Model {
|
|
|
6674
6680
|
}
|
|
6675
6681
|
|
|
6676
6682
|
export class GetAclResponse extends $tea.Model {
|
|
6677
|
-
headers
|
|
6678
|
-
statusCode
|
|
6679
|
-
body
|
|
6683
|
+
headers?: { [key: string]: string };
|
|
6684
|
+
statusCode?: number;
|
|
6685
|
+
body?: GetAclResponseBody;
|
|
6680
6686
|
static names(): { [key: string]: string } {
|
|
6681
6687
|
return {
|
|
6682
6688
|
headers: 'headers',
|
|
@@ -6758,9 +6764,9 @@ export class GetBasicAccelerateIpResponseBody extends $tea.Model {
|
|
|
6758
6764
|
}
|
|
6759
6765
|
|
|
6760
6766
|
export class GetBasicAccelerateIpResponse extends $tea.Model {
|
|
6761
|
-
headers
|
|
6762
|
-
statusCode
|
|
6763
|
-
body
|
|
6767
|
+
headers?: { [key: string]: string };
|
|
6768
|
+
statusCode?: number;
|
|
6769
|
+
body?: GetBasicAccelerateIpResponseBody;
|
|
6764
6770
|
static names(): { [key: string]: string } {
|
|
6765
6771
|
return {
|
|
6766
6772
|
headers: 'headers',
|
|
@@ -6866,9 +6872,9 @@ export class GetBasicAccelerateIpEndpointRelationResponseBody extends $tea.Model
|
|
|
6866
6872
|
}
|
|
6867
6873
|
|
|
6868
6874
|
export class GetBasicAccelerateIpEndpointRelationResponse extends $tea.Model {
|
|
6869
|
-
headers
|
|
6870
|
-
statusCode
|
|
6871
|
-
body
|
|
6875
|
+
headers?: { [key: string]: string };
|
|
6876
|
+
statusCode?: number;
|
|
6877
|
+
body?: GetBasicAccelerateIpEndpointRelationResponseBody;
|
|
6872
6878
|
static names(): { [key: string]: string } {
|
|
6873
6879
|
return {
|
|
6874
6880
|
headers: 'headers',
|
|
@@ -6938,9 +6944,9 @@ export class GetBasicAccelerateIpIdleCountResponseBody extends $tea.Model {
|
|
|
6938
6944
|
}
|
|
6939
6945
|
|
|
6940
6946
|
export class GetBasicAccelerateIpIdleCountResponse extends $tea.Model {
|
|
6941
|
-
headers
|
|
6942
|
-
statusCode
|
|
6943
|
-
body
|
|
6947
|
+
headers?: { [key: string]: string };
|
|
6948
|
+
statusCode?: number;
|
|
6949
|
+
body?: GetBasicAccelerateIpIdleCountResponseBody;
|
|
6944
6950
|
static names(): { [key: string]: string } {
|
|
6945
6951
|
return {
|
|
6946
6952
|
headers: 'headers',
|
|
@@ -7058,9 +7064,9 @@ export class GetBasicAcceleratorResponseBody extends $tea.Model {
|
|
|
7058
7064
|
}
|
|
7059
7065
|
|
|
7060
7066
|
export class GetBasicAcceleratorResponse extends $tea.Model {
|
|
7061
|
-
headers
|
|
7062
|
-
statusCode
|
|
7063
|
-
body
|
|
7067
|
+
headers?: { [key: string]: string };
|
|
7068
|
+
statusCode?: number;
|
|
7069
|
+
body?: GetBasicAcceleratorResponseBody;
|
|
7064
7070
|
static names(): { [key: string]: string } {
|
|
7065
7071
|
return {
|
|
7066
7072
|
headers: 'headers',
|
|
@@ -7157,9 +7163,9 @@ export class GetBasicEndpointResponseBody extends $tea.Model {
|
|
|
7157
7163
|
}
|
|
7158
7164
|
|
|
7159
7165
|
export class GetBasicEndpointResponse extends $tea.Model {
|
|
7160
|
-
headers
|
|
7161
|
-
statusCode
|
|
7162
|
-
body
|
|
7166
|
+
headers?: { [key: string]: string };
|
|
7167
|
+
statusCode?: number;
|
|
7168
|
+
body?: GetBasicEndpointResponseBody;
|
|
7163
7169
|
static names(): { [key: string]: string } {
|
|
7164
7170
|
return {
|
|
7165
7171
|
headers: 'headers',
|
|
@@ -7253,9 +7259,9 @@ export class GetBasicEndpointGroupResponseBody extends $tea.Model {
|
|
|
7253
7259
|
}
|
|
7254
7260
|
|
|
7255
7261
|
export class GetBasicEndpointGroupResponse extends $tea.Model {
|
|
7256
|
-
headers
|
|
7257
|
-
statusCode
|
|
7258
|
-
body
|
|
7262
|
+
headers?: { [key: string]: string };
|
|
7263
|
+
statusCode?: number;
|
|
7264
|
+
body?: GetBasicEndpointGroupResponseBody;
|
|
7259
7265
|
static names(): { [key: string]: string } {
|
|
7260
7266
|
return {
|
|
7261
7267
|
headers: 'headers',
|
|
@@ -7346,9 +7352,9 @@ export class GetBasicIpSetResponseBody extends $tea.Model {
|
|
|
7346
7352
|
}
|
|
7347
7353
|
|
|
7348
7354
|
export class GetBasicIpSetResponse extends $tea.Model {
|
|
7349
|
-
headers
|
|
7350
|
-
statusCode
|
|
7351
|
-
body
|
|
7355
|
+
headers?: { [key: string]: string };
|
|
7356
|
+
statusCode?: number;
|
|
7357
|
+
body?: GetBasicIpSetResponseBody;
|
|
7352
7358
|
static names(): { [key: string]: string } {
|
|
7353
7359
|
return {
|
|
7354
7360
|
headers: 'headers',
|
|
@@ -7430,9 +7436,9 @@ export class GetHealthStatusResponseBody extends $tea.Model {
|
|
|
7430
7436
|
}
|
|
7431
7437
|
|
|
7432
7438
|
export class GetHealthStatusResponse extends $tea.Model {
|
|
7433
|
-
headers
|
|
7434
|
-
statusCode
|
|
7435
|
-
body
|
|
7439
|
+
headers?: { [key: string]: string };
|
|
7440
|
+
statusCode?: number;
|
|
7441
|
+
body?: GetHealthStatusResponseBody;
|
|
7436
7442
|
static names(): { [key: string]: string } {
|
|
7437
7443
|
return {
|
|
7438
7444
|
headers: 'headers',
|
|
@@ -7496,9 +7502,9 @@ export class GetInvalidDomainCountResponseBody extends $tea.Model {
|
|
|
7496
7502
|
}
|
|
7497
7503
|
|
|
7498
7504
|
export class GetInvalidDomainCountResponse extends $tea.Model {
|
|
7499
|
-
headers
|
|
7500
|
-
statusCode
|
|
7501
|
-
body
|
|
7505
|
+
headers?: { [key: string]: string };
|
|
7506
|
+
statusCode?: number;
|
|
7507
|
+
body?: GetInvalidDomainCountResponseBody;
|
|
7502
7508
|
static names(): { [key: string]: string } {
|
|
7503
7509
|
return {
|
|
7504
7510
|
headers: 'headers',
|
|
@@ -7568,9 +7574,9 @@ export class GetIpsetsBandwidthLimitResponseBody extends $tea.Model {
|
|
|
7568
7574
|
}
|
|
7569
7575
|
|
|
7570
7576
|
export class GetIpsetsBandwidthLimitResponse extends $tea.Model {
|
|
7571
|
-
headers
|
|
7572
|
-
statusCode
|
|
7573
|
-
body
|
|
7577
|
+
headers?: { [key: string]: string };
|
|
7578
|
+
statusCode?: number;
|
|
7579
|
+
body?: GetIpsetsBandwidthLimitResponseBody;
|
|
7574
7580
|
static names(): { [key: string]: string } {
|
|
7575
7581
|
return {
|
|
7576
7582
|
headers: 'headers',
|
|
@@ -7646,9 +7652,9 @@ export class GetSpareIpResponseBody extends $tea.Model {
|
|
|
7646
7652
|
}
|
|
7647
7653
|
|
|
7648
7654
|
export class GetSpareIpResponse extends $tea.Model {
|
|
7649
|
-
headers
|
|
7650
|
-
statusCode
|
|
7651
|
-
body
|
|
7655
|
+
headers?: { [key: string]: string };
|
|
7656
|
+
statusCode?: number;
|
|
7657
|
+
body?: GetSpareIpResponseBody;
|
|
7652
7658
|
static names(): { [key: string]: string } {
|
|
7653
7659
|
return {
|
|
7654
7660
|
headers: 'headers',
|
|
@@ -7712,9 +7718,9 @@ export class ListAccelerateAreasResponseBody extends $tea.Model {
|
|
|
7712
7718
|
}
|
|
7713
7719
|
|
|
7714
7720
|
export class ListAccelerateAreasResponse extends $tea.Model {
|
|
7715
|
-
headers
|
|
7716
|
-
statusCode
|
|
7717
|
-
body
|
|
7721
|
+
headers?: { [key: string]: string };
|
|
7722
|
+
statusCode?: number;
|
|
7723
|
+
body?: ListAccelerateAreasResponseBody;
|
|
7718
7724
|
static names(): { [key: string]: string } {
|
|
7719
7725
|
return {
|
|
7720
7726
|
headers: 'headers',
|
|
@@ -7805,9 +7811,9 @@ export class ListAcceleratorsResponseBody extends $tea.Model {
|
|
|
7805
7811
|
}
|
|
7806
7812
|
|
|
7807
7813
|
export class ListAcceleratorsResponse extends $tea.Model {
|
|
7808
|
-
headers
|
|
7809
|
-
statusCode
|
|
7810
|
-
body
|
|
7814
|
+
headers?: { [key: string]: string };
|
|
7815
|
+
statusCode?: number;
|
|
7816
|
+
body?: ListAcceleratorsResponseBody;
|
|
7811
7817
|
static names(): { [key: string]: string } {
|
|
7812
7818
|
return {
|
|
7813
7819
|
headers: 'headers',
|
|
@@ -7901,9 +7907,9 @@ export class ListAclsResponseBody extends $tea.Model {
|
|
|
7901
7907
|
}
|
|
7902
7908
|
|
|
7903
7909
|
export class ListAclsResponse extends $tea.Model {
|
|
7904
|
-
headers
|
|
7905
|
-
statusCode
|
|
7906
|
-
body
|
|
7910
|
+
headers?: { [key: string]: string };
|
|
7911
|
+
statusCode?: number;
|
|
7912
|
+
body?: ListAclsResponseBody;
|
|
7907
7913
|
static names(): { [key: string]: string } {
|
|
7908
7914
|
return {
|
|
7909
7915
|
headers: 'headers',
|
|
@@ -7985,9 +7991,9 @@ export class ListApplicationMonitorResponseBody extends $tea.Model {
|
|
|
7985
7991
|
}
|
|
7986
7992
|
|
|
7987
7993
|
export class ListApplicationMonitorResponse extends $tea.Model {
|
|
7988
|
-
headers
|
|
7989
|
-
statusCode
|
|
7990
|
-
body
|
|
7994
|
+
headers?: { [key: string]: string };
|
|
7995
|
+
statusCode?: number;
|
|
7996
|
+
body?: ListApplicationMonitorResponseBody;
|
|
7991
7997
|
static names(): { [key: string]: string } {
|
|
7992
7998
|
return {
|
|
7993
7999
|
headers: 'headers',
|
|
@@ -8075,9 +8081,9 @@ export class ListApplicationMonitorDetectResultResponseBody extends $tea.Model {
|
|
|
8075
8081
|
}
|
|
8076
8082
|
|
|
8077
8083
|
export class ListApplicationMonitorDetectResultResponse extends $tea.Model {
|
|
8078
|
-
headers
|
|
8079
|
-
statusCode
|
|
8080
|
-
body
|
|
8084
|
+
headers?: { [key: string]: string };
|
|
8085
|
+
statusCode?: number;
|
|
8086
|
+
body?: ListApplicationMonitorDetectResultResponseBody;
|
|
8081
8087
|
static names(): { [key: string]: string } {
|
|
8082
8088
|
return {
|
|
8083
8089
|
headers: 'headers',
|
|
@@ -8144,9 +8150,9 @@ export class ListAvailableAccelerateAreasResponseBody extends $tea.Model {
|
|
|
8144
8150
|
}
|
|
8145
8151
|
|
|
8146
8152
|
export class ListAvailableAccelerateAreasResponse extends $tea.Model {
|
|
8147
|
-
headers
|
|
8148
|
-
statusCode
|
|
8149
|
-
body
|
|
8153
|
+
headers?: { [key: string]: string };
|
|
8154
|
+
statusCode?: number;
|
|
8155
|
+
body?: ListAvailableAccelerateAreasResponseBody;
|
|
8150
8156
|
static names(): { [key: string]: string } {
|
|
8151
8157
|
return {
|
|
8152
8158
|
headers: 'headers',
|
|
@@ -8213,9 +8219,9 @@ export class ListAvailableBusiRegionsResponseBody extends $tea.Model {
|
|
|
8213
8219
|
}
|
|
8214
8220
|
|
|
8215
8221
|
export class ListAvailableBusiRegionsResponse extends $tea.Model {
|
|
8216
|
-
headers
|
|
8217
|
-
statusCode
|
|
8218
|
-
body
|
|
8222
|
+
headers?: { [key: string]: string };
|
|
8223
|
+
statusCode?: number;
|
|
8224
|
+
body?: ListAvailableBusiRegionsResponseBody;
|
|
8219
8225
|
static names(): { [key: string]: string } {
|
|
8220
8226
|
return {
|
|
8221
8227
|
headers: 'headers',
|
|
@@ -8309,9 +8315,9 @@ export class ListBandwidthPackagesResponseBody extends $tea.Model {
|
|
|
8309
8315
|
}
|
|
8310
8316
|
|
|
8311
8317
|
export class ListBandwidthPackagesResponse extends $tea.Model {
|
|
8312
|
-
headers
|
|
8313
|
-
statusCode
|
|
8314
|
-
body
|
|
8318
|
+
headers?: { [key: string]: string };
|
|
8319
|
+
statusCode?: number;
|
|
8320
|
+
body?: ListBandwidthPackagesResponseBody;
|
|
8315
8321
|
static names(): { [key: string]: string } {
|
|
8316
8322
|
return {
|
|
8317
8323
|
headers: 'headers',
|
|
@@ -8390,9 +8396,9 @@ export class ListBandwidthackagesResponseBody extends $tea.Model {
|
|
|
8390
8396
|
}
|
|
8391
8397
|
|
|
8392
8398
|
export class ListBandwidthackagesResponse extends $tea.Model {
|
|
8393
|
-
headers
|
|
8394
|
-
statusCode
|
|
8395
|
-
body
|
|
8399
|
+
headers?: { [key: string]: string };
|
|
8400
|
+
statusCode?: number;
|
|
8401
|
+
body?: ListBandwidthackagesResponseBody;
|
|
8396
8402
|
static names(): { [key: string]: string } {
|
|
8397
8403
|
return {
|
|
8398
8404
|
headers: 'headers',
|
|
@@ -8483,9 +8489,9 @@ export class ListBasicAccelerateIpEndpointRelationsResponseBody extends $tea.Mod
|
|
|
8483
8489
|
}
|
|
8484
8490
|
|
|
8485
8491
|
export class ListBasicAccelerateIpEndpointRelationsResponse extends $tea.Model {
|
|
8486
|
-
headers
|
|
8487
|
-
statusCode
|
|
8488
|
-
body
|
|
8492
|
+
headers?: { [key: string]: string };
|
|
8493
|
+
statusCode?: number;
|
|
8494
|
+
body?: ListBasicAccelerateIpEndpointRelationsResponseBody;
|
|
8489
8495
|
static names(): { [key: string]: string } {
|
|
8490
8496
|
return {
|
|
8491
8497
|
headers: 'headers',
|
|
@@ -8576,9 +8582,9 @@ export class ListBasicAccelerateIpsResponseBody extends $tea.Model {
|
|
|
8576
8582
|
}
|
|
8577
8583
|
|
|
8578
8584
|
export class ListBasicAccelerateIpsResponse extends $tea.Model {
|
|
8579
|
-
headers
|
|
8580
|
-
statusCode
|
|
8581
|
-
body
|
|
8585
|
+
headers?: { [key: string]: string };
|
|
8586
|
+
statusCode?: number;
|
|
8587
|
+
body?: ListBasicAccelerateIpsResponseBody;
|
|
8582
8588
|
static names(): { [key: string]: string } {
|
|
8583
8589
|
return {
|
|
8584
8590
|
headers: 'headers',
|
|
@@ -8669,9 +8675,9 @@ export class ListBasicAcceleratorsResponseBody extends $tea.Model {
|
|
|
8669
8675
|
}
|
|
8670
8676
|
|
|
8671
8677
|
export class ListBasicAcceleratorsResponse extends $tea.Model {
|
|
8672
|
-
headers
|
|
8673
|
-
statusCode
|
|
8674
|
-
body
|
|
8678
|
+
headers?: { [key: string]: string };
|
|
8679
|
+
statusCode?: number;
|
|
8680
|
+
body?: ListBasicAcceleratorsResponseBody;
|
|
8675
8681
|
static names(): { [key: string]: string } {
|
|
8676
8682
|
return {
|
|
8677
8683
|
headers: 'headers',
|
|
@@ -8765,9 +8771,9 @@ export class ListBasicEndpointsResponseBody extends $tea.Model {
|
|
|
8765
8771
|
}
|
|
8766
8772
|
|
|
8767
8773
|
export class ListBasicEndpointsResponse extends $tea.Model {
|
|
8768
|
-
headers
|
|
8769
|
-
statusCode
|
|
8770
|
-
body
|
|
8774
|
+
headers?: { [key: string]: string };
|
|
8775
|
+
statusCode?: number;
|
|
8776
|
+
body?: ListBasicEndpointsResponseBody;
|
|
8771
8777
|
static names(): { [key: string]: string } {
|
|
8772
8778
|
return {
|
|
8773
8779
|
headers: 'headers',
|
|
@@ -8831,9 +8837,9 @@ export class ListBusiRegionsResponseBody extends $tea.Model {
|
|
|
8831
8837
|
}
|
|
8832
8838
|
|
|
8833
8839
|
export class ListBusiRegionsResponse extends $tea.Model {
|
|
8834
|
-
headers
|
|
8835
|
-
statusCode
|
|
8836
|
-
body
|
|
8840
|
+
headers?: { [key: string]: string };
|
|
8841
|
+
statusCode?: number;
|
|
8842
|
+
body?: ListBusiRegionsResponseBody;
|
|
8837
8843
|
static names(): { [key: string]: string } {
|
|
8838
8844
|
return {
|
|
8839
8845
|
headers: 'headers',
|
|
@@ -8903,9 +8909,9 @@ export class ListCommonAreasResponseBody extends $tea.Model {
|
|
|
8903
8909
|
}
|
|
8904
8910
|
|
|
8905
8911
|
export class ListCommonAreasResponse extends $tea.Model {
|
|
8906
|
-
headers
|
|
8907
|
-
statusCode
|
|
8908
|
-
body
|
|
8912
|
+
headers?: { [key: string]: string };
|
|
8913
|
+
statusCode?: number;
|
|
8914
|
+
body?: ListCommonAreasResponseBody;
|
|
8909
8915
|
static names(): { [key: string]: string } {
|
|
8910
8916
|
return {
|
|
8911
8917
|
headers: 'headers',
|
|
@@ -9002,9 +9008,9 @@ export class ListCustomRoutingEndpointGroupDestinationsResponseBody extends $tea
|
|
|
9002
9008
|
}
|
|
9003
9009
|
|
|
9004
9010
|
export class ListCustomRoutingEndpointGroupDestinationsResponse extends $tea.Model {
|
|
9005
|
-
headers
|
|
9006
|
-
statusCode
|
|
9007
|
-
body
|
|
9011
|
+
headers?: { [key: string]: string };
|
|
9012
|
+
statusCode?: number;
|
|
9013
|
+
body?: ListCustomRoutingEndpointGroupDestinationsResponseBody;
|
|
9008
9014
|
static names(): { [key: string]: string } {
|
|
9009
9015
|
return {
|
|
9010
9016
|
headers: 'headers',
|
|
@@ -9028,6 +9034,7 @@ export class ListCustomRoutingEndpointGroupDestinationsResponse extends $tea.Mod
|
|
|
9028
9034
|
|
|
9029
9035
|
export class ListCustomRoutingEndpointGroupsRequest extends $tea.Model {
|
|
9030
9036
|
acceleratorId?: string;
|
|
9037
|
+
accessLogSwitch?: string;
|
|
9031
9038
|
endpointGroupId?: string;
|
|
9032
9039
|
listenerId?: string;
|
|
9033
9040
|
pageNumber?: number;
|
|
@@ -9036,6 +9043,7 @@ export class ListCustomRoutingEndpointGroupsRequest extends $tea.Model {
|
|
|
9036
9043
|
static names(): { [key: string]: string } {
|
|
9037
9044
|
return {
|
|
9038
9045
|
acceleratorId: 'AcceleratorId',
|
|
9046
|
+
accessLogSwitch: 'AccessLogSwitch',
|
|
9039
9047
|
endpointGroupId: 'EndpointGroupId',
|
|
9040
9048
|
listenerId: 'ListenerId',
|
|
9041
9049
|
pageNumber: 'PageNumber',
|
|
@@ -9047,6 +9055,7 @@ export class ListCustomRoutingEndpointGroupsRequest extends $tea.Model {
|
|
|
9047
9055
|
static types(): { [key: string]: any } {
|
|
9048
9056
|
return {
|
|
9049
9057
|
acceleratorId: 'string',
|
|
9058
|
+
accessLogSwitch: 'string',
|
|
9050
9059
|
endpointGroupId: 'string',
|
|
9051
9060
|
listenerId: 'string',
|
|
9052
9061
|
pageNumber: 'number',
|
|
@@ -9092,9 +9101,9 @@ export class ListCustomRoutingEndpointGroupsResponseBody extends $tea.Model {
|
|
|
9092
9101
|
}
|
|
9093
9102
|
|
|
9094
9103
|
export class ListCustomRoutingEndpointGroupsResponse extends $tea.Model {
|
|
9095
|
-
headers
|
|
9096
|
-
statusCode
|
|
9097
|
-
body
|
|
9104
|
+
headers?: { [key: string]: string };
|
|
9105
|
+
statusCode?: number;
|
|
9106
|
+
body?: ListCustomRoutingEndpointGroupsResponseBody;
|
|
9098
9107
|
static names(): { [key: string]: string } {
|
|
9099
9108
|
return {
|
|
9100
9109
|
headers: 'headers',
|
|
@@ -9188,9 +9197,9 @@ export class ListCustomRoutingEndpointTrafficPoliciesResponseBody extends $tea.M
|
|
|
9188
9197
|
}
|
|
9189
9198
|
|
|
9190
9199
|
export class ListCustomRoutingEndpointTrafficPoliciesResponse extends $tea.Model {
|
|
9191
|
-
headers
|
|
9192
|
-
statusCode
|
|
9193
|
-
body
|
|
9200
|
+
headers?: { [key: string]: string };
|
|
9201
|
+
statusCode?: number;
|
|
9202
|
+
body?: ListCustomRoutingEndpointTrafficPoliciesResponseBody;
|
|
9194
9203
|
static names(): { [key: string]: string } {
|
|
9195
9204
|
return {
|
|
9196
9205
|
headers: 'headers',
|
|
@@ -9278,9 +9287,9 @@ export class ListCustomRoutingEndpointsResponseBody extends $tea.Model {
|
|
|
9278
9287
|
}
|
|
9279
9288
|
|
|
9280
9289
|
export class ListCustomRoutingEndpointsResponse extends $tea.Model {
|
|
9281
|
-
headers
|
|
9282
|
-
statusCode
|
|
9283
|
-
body
|
|
9290
|
+
headers?: { [key: string]: string };
|
|
9291
|
+
statusCode?: number;
|
|
9292
|
+
body?: ListCustomRoutingEndpointsResponseBody;
|
|
9284
9293
|
static names(): { [key: string]: string } {
|
|
9285
9294
|
return {
|
|
9286
9295
|
headers: 'headers',
|
|
@@ -9368,9 +9377,9 @@ export class ListCustomRoutingPortMappingsResponseBody extends $tea.Model {
|
|
|
9368
9377
|
}
|
|
9369
9378
|
|
|
9370
9379
|
export class ListCustomRoutingPortMappingsResponse extends $tea.Model {
|
|
9371
|
-
headers
|
|
9372
|
-
statusCode
|
|
9373
|
-
body
|
|
9380
|
+
headers?: { [key: string]: string };
|
|
9381
|
+
statusCode?: number;
|
|
9382
|
+
body?: ListCustomRoutingPortMappingsResponseBody;
|
|
9374
9383
|
static names(): { [key: string]: string } {
|
|
9375
9384
|
return {
|
|
9376
9385
|
headers: 'headers',
|
|
@@ -9455,9 +9464,9 @@ export class ListCustomRoutingPortMappingsByDestinationResponseBody extends $tea
|
|
|
9455
9464
|
}
|
|
9456
9465
|
|
|
9457
9466
|
export class ListCustomRoutingPortMappingsByDestinationResponse extends $tea.Model {
|
|
9458
|
-
headers
|
|
9459
|
-
statusCode
|
|
9460
|
-
body
|
|
9467
|
+
headers?: { [key: string]: string };
|
|
9468
|
+
statusCode?: number;
|
|
9469
|
+
body?: ListCustomRoutingPortMappingsByDestinationResponseBody;
|
|
9461
9470
|
static names(): { [key: string]: string } {
|
|
9462
9471
|
return {
|
|
9463
9472
|
headers: 'headers',
|
|
@@ -9545,9 +9554,9 @@ export class ListDomainsResponseBody extends $tea.Model {
|
|
|
9545
9554
|
}
|
|
9546
9555
|
|
|
9547
9556
|
export class ListDomainsResponse extends $tea.Model {
|
|
9548
|
-
headers
|
|
9549
|
-
statusCode
|
|
9550
|
-
body
|
|
9557
|
+
headers?: { [key: string]: string };
|
|
9558
|
+
statusCode?: number;
|
|
9559
|
+
body?: ListDomainsResponseBody;
|
|
9551
9560
|
static names(): { [key: string]: string } {
|
|
9552
9561
|
return {
|
|
9553
9562
|
headers: 'headers',
|
|
@@ -9623,9 +9632,9 @@ export class ListEndpointGroupIpAddressCidrBlocksResponseBody extends $tea.Model
|
|
|
9623
9632
|
}
|
|
9624
9633
|
|
|
9625
9634
|
export class ListEndpointGroupIpAddressCidrBlocksResponse extends $tea.Model {
|
|
9626
|
-
headers
|
|
9627
|
-
statusCode
|
|
9628
|
-
body
|
|
9635
|
+
headers?: { [key: string]: string };
|
|
9636
|
+
statusCode?: number;
|
|
9637
|
+
body?: ListEndpointGroupIpAddressCidrBlocksResponseBody;
|
|
9629
9638
|
static names(): { [key: string]: string } {
|
|
9630
9639
|
return {
|
|
9631
9640
|
headers: 'headers',
|
|
@@ -9722,9 +9731,9 @@ export class ListEndpointGroupsResponseBody extends $tea.Model {
|
|
|
9722
9731
|
}
|
|
9723
9732
|
|
|
9724
9733
|
export class ListEndpointGroupsResponse extends $tea.Model {
|
|
9725
|
-
headers
|
|
9726
|
-
statusCode
|
|
9727
|
-
body
|
|
9734
|
+
headers?: { [key: string]: string };
|
|
9735
|
+
statusCode?: number;
|
|
9736
|
+
body?: ListEndpointGroupsResponseBody;
|
|
9728
9737
|
static names(): { [key: string]: string } {
|
|
9729
9738
|
return {
|
|
9730
9739
|
headers: 'headers',
|
|
@@ -9815,9 +9824,9 @@ export class ListForwardingRulesResponseBody extends $tea.Model {
|
|
|
9815
9824
|
}
|
|
9816
9825
|
|
|
9817
9826
|
export class ListForwardingRulesResponse extends $tea.Model {
|
|
9818
|
-
headers
|
|
9819
|
-
statusCode
|
|
9820
|
-
body
|
|
9827
|
+
headers?: { [key: string]: string };
|
|
9828
|
+
statusCode?: number;
|
|
9829
|
+
body?: ListForwardingRulesResponseBody;
|
|
9821
9830
|
static names(): { [key: string]: string } {
|
|
9822
9831
|
return {
|
|
9823
9832
|
headers: 'headers',
|
|
@@ -9899,9 +9908,9 @@ export class ListIpSetsResponseBody extends $tea.Model {
|
|
|
9899
9908
|
}
|
|
9900
9909
|
|
|
9901
9910
|
export class ListIpSetsResponse extends $tea.Model {
|
|
9902
|
-
headers
|
|
9903
|
-
statusCode
|
|
9904
|
-
body
|
|
9911
|
+
headers?: { [key: string]: string };
|
|
9912
|
+
statusCode?: number;
|
|
9913
|
+
body?: ListIpSetsResponseBody;
|
|
9905
9914
|
static names(): { [key: string]: string } {
|
|
9906
9915
|
return {
|
|
9907
9916
|
headers: 'headers',
|
|
@@ -9971,9 +9980,9 @@ export class ListIspTypesResponseBody extends $tea.Model {
|
|
|
9971
9980
|
}
|
|
9972
9981
|
|
|
9973
9982
|
export class ListIspTypesResponse extends $tea.Model {
|
|
9974
|
-
headers
|
|
9975
|
-
statusCode
|
|
9976
|
-
body
|
|
9983
|
+
headers?: { [key: string]: string };
|
|
9984
|
+
statusCode?: number;
|
|
9985
|
+
body?: ListIspTypesResponseBody;
|
|
9977
9986
|
static names(): { [key: string]: string } {
|
|
9978
9987
|
return {
|
|
9979
9988
|
headers: 'headers',
|
|
@@ -10061,9 +10070,9 @@ export class ListListenerCertificatesResponseBody extends $tea.Model {
|
|
|
10061
10070
|
}
|
|
10062
10071
|
|
|
10063
10072
|
export class ListListenerCertificatesResponse extends $tea.Model {
|
|
10064
|
-
headers
|
|
10065
|
-
statusCode
|
|
10066
|
-
body
|
|
10073
|
+
headers?: { [key: string]: string };
|
|
10074
|
+
statusCode?: number;
|
|
10075
|
+
body?: ListListenerCertificatesResponseBody;
|
|
10067
10076
|
static names(): { [key: string]: string } {
|
|
10068
10077
|
return {
|
|
10069
10078
|
headers: 'headers',
|
|
@@ -10145,9 +10154,9 @@ export class ListListenersResponseBody extends $tea.Model {
|
|
|
10145
10154
|
}
|
|
10146
10155
|
|
|
10147
10156
|
export class ListListenersResponse extends $tea.Model {
|
|
10148
|
-
headers
|
|
10149
|
-
statusCode
|
|
10150
|
-
body
|
|
10157
|
+
headers?: { [key: string]: string };
|
|
10158
|
+
statusCode?: number;
|
|
10159
|
+
body?: ListListenersResponseBody;
|
|
10151
10160
|
static names(): { [key: string]: string } {
|
|
10152
10161
|
return {
|
|
10153
10162
|
headers: 'headers',
|
|
@@ -10220,9 +10229,9 @@ export class ListSpareIpsResponseBody extends $tea.Model {
|
|
|
10220
10229
|
}
|
|
10221
10230
|
|
|
10222
10231
|
export class ListSpareIpsResponse extends $tea.Model {
|
|
10223
|
-
headers
|
|
10224
|
-
statusCode
|
|
10225
|
-
body
|
|
10232
|
+
headers?: { [key: string]: string };
|
|
10233
|
+
statusCode?: number;
|
|
10234
|
+
body?: ListSpareIpsResponseBody;
|
|
10226
10235
|
static names(): { [key: string]: string } {
|
|
10227
10236
|
return {
|
|
10228
10237
|
headers: 'headers',
|
|
@@ -10301,9 +10310,9 @@ export class ListSystemSecurityPoliciesResponseBody extends $tea.Model {
|
|
|
10301
10310
|
}
|
|
10302
10311
|
|
|
10303
10312
|
export class ListSystemSecurityPoliciesResponse extends $tea.Model {
|
|
10304
|
-
headers
|
|
10305
|
-
statusCode
|
|
10306
|
-
body
|
|
10313
|
+
headers?: { [key: string]: string };
|
|
10314
|
+
statusCode?: number;
|
|
10315
|
+
body?: ListSystemSecurityPoliciesResponseBody;
|
|
10307
10316
|
static names(): { [key: string]: string } {
|
|
10308
10317
|
return {
|
|
10309
10318
|
headers: 'headers',
|
|
@@ -10388,9 +10397,9 @@ export class ListTagResourcesResponseBody extends $tea.Model {
|
|
|
10388
10397
|
}
|
|
10389
10398
|
|
|
10390
10399
|
export class ListTagResourcesResponse extends $tea.Model {
|
|
10391
|
-
headers
|
|
10392
|
-
statusCode
|
|
10393
|
-
body
|
|
10400
|
+
headers?: { [key: string]: string };
|
|
10401
|
+
statusCode?: number;
|
|
10402
|
+
body?: ListTagResourcesResponseBody;
|
|
10394
10403
|
static names(): { [key: string]: string } {
|
|
10395
10404
|
return {
|
|
10396
10405
|
headers: 'headers',
|
|
@@ -10466,9 +10475,9 @@ export class OpenAcceleratorServiceResponseBody extends $tea.Model {
|
|
|
10466
10475
|
}
|
|
10467
10476
|
|
|
10468
10477
|
export class OpenAcceleratorServiceResponse extends $tea.Model {
|
|
10469
|
-
headers
|
|
10470
|
-
statusCode
|
|
10471
|
-
body
|
|
10478
|
+
headers?: { [key: string]: string };
|
|
10479
|
+
statusCode?: number;
|
|
10480
|
+
body?: OpenAcceleratorServiceResponseBody;
|
|
10472
10481
|
static names(): { [key: string]: string } {
|
|
10473
10482
|
return {
|
|
10474
10483
|
headers: 'headers',
|
|
@@ -10532,9 +10541,9 @@ export class QueryCrossBorderApprovalStatusResponseBody extends $tea.Model {
|
|
|
10532
10541
|
}
|
|
10533
10542
|
|
|
10534
10543
|
export class QueryCrossBorderApprovalStatusResponse extends $tea.Model {
|
|
10535
|
-
headers
|
|
10536
|
-
statusCode
|
|
10537
|
-
body
|
|
10544
|
+
headers?: { [key: string]: string };
|
|
10545
|
+
statusCode?: number;
|
|
10546
|
+
body?: QueryCrossBorderApprovalStatusResponseBody;
|
|
10538
10547
|
static names(): { [key: string]: string } {
|
|
10539
10548
|
return {
|
|
10540
10549
|
headers: 'headers',
|
|
@@ -10610,9 +10619,9 @@ export class RemoveEntriesFromAclResponseBody extends $tea.Model {
|
|
|
10610
10619
|
}
|
|
10611
10620
|
|
|
10612
10621
|
export class RemoveEntriesFromAclResponse extends $tea.Model {
|
|
10613
|
-
headers
|
|
10614
|
-
statusCode
|
|
10615
|
-
body
|
|
10622
|
+
headers?: { [key: string]: string };
|
|
10623
|
+
statusCode?: number;
|
|
10624
|
+
body?: RemoveEntriesFromAclResponseBody;
|
|
10616
10625
|
static names(): { [key: string]: string } {
|
|
10617
10626
|
return {
|
|
10618
10627
|
headers: 'headers',
|
|
@@ -10682,9 +10691,9 @@ export class ReplaceBandwidthPackageResponseBody extends $tea.Model {
|
|
|
10682
10691
|
}
|
|
10683
10692
|
|
|
10684
10693
|
export class ReplaceBandwidthPackageResponse extends $tea.Model {
|
|
10685
|
-
headers
|
|
10686
|
-
statusCode
|
|
10687
|
-
body
|
|
10694
|
+
headers?: { [key: string]: string };
|
|
10695
|
+
statusCode?: number;
|
|
10696
|
+
body?: ReplaceBandwidthPackageResponseBody;
|
|
10688
10697
|
static names(): { [key: string]: string } {
|
|
10689
10698
|
return {
|
|
10690
10699
|
headers: 'headers',
|
|
@@ -10757,9 +10766,9 @@ export class TagResourcesResponseBody extends $tea.Model {
|
|
|
10757
10766
|
}
|
|
10758
10767
|
|
|
10759
10768
|
export class TagResourcesResponse extends $tea.Model {
|
|
10760
|
-
headers
|
|
10761
|
-
statusCode
|
|
10762
|
-
body
|
|
10769
|
+
headers?: { [key: string]: string };
|
|
10770
|
+
statusCode?: number;
|
|
10771
|
+
body?: TagResourcesResponseBody;
|
|
10763
10772
|
static names(): { [key: string]: string } {
|
|
10764
10773
|
return {
|
|
10765
10774
|
headers: 'headers',
|
|
@@ -10835,9 +10844,9 @@ export class UntagResourcesResponseBody extends $tea.Model {
|
|
|
10835
10844
|
}
|
|
10836
10845
|
|
|
10837
10846
|
export class UntagResourcesResponse extends $tea.Model {
|
|
10838
|
-
headers
|
|
10839
|
-
statusCode
|
|
10840
|
-
body
|
|
10847
|
+
headers?: { [key: string]: string };
|
|
10848
|
+
statusCode?: number;
|
|
10849
|
+
body?: UntagResourcesResponseBody;
|
|
10841
10850
|
static names(): { [key: string]: string } {
|
|
10842
10851
|
return {
|
|
10843
10852
|
headers: 'headers',
|
|
@@ -10919,9 +10928,9 @@ export class UpdateAcceleratorResponseBody extends $tea.Model {
|
|
|
10919
10928
|
}
|
|
10920
10929
|
|
|
10921
10930
|
export class UpdateAcceleratorResponse extends $tea.Model {
|
|
10922
|
-
headers
|
|
10923
|
-
statusCode
|
|
10924
|
-
body
|
|
10931
|
+
headers?: { [key: string]: string };
|
|
10932
|
+
statusCode?: number;
|
|
10933
|
+
body?: UpdateAcceleratorResponseBody;
|
|
10925
10934
|
static names(): { [key: string]: string } {
|
|
10926
10935
|
return {
|
|
10927
10936
|
headers: 'headers',
|
|
@@ -11003,9 +11012,9 @@ export class UpdateAcceleratorAutoRenewAttributeResponseBody extends $tea.Model
|
|
|
11003
11012
|
}
|
|
11004
11013
|
|
|
11005
11014
|
export class UpdateAcceleratorAutoRenewAttributeResponse extends $tea.Model {
|
|
11006
|
-
headers
|
|
11007
|
-
statusCode
|
|
11008
|
-
body
|
|
11015
|
+
headers?: { [key: string]: string };
|
|
11016
|
+
statusCode?: number;
|
|
11017
|
+
body?: UpdateAcceleratorAutoRenewAttributeResponseBody;
|
|
11009
11018
|
static names(): { [key: string]: string } {
|
|
11010
11019
|
return {
|
|
11011
11020
|
headers: 'headers',
|
|
@@ -11069,9 +11078,9 @@ export class UpdateAcceleratorConfirmResponseBody extends $tea.Model {
|
|
|
11069
11078
|
}
|
|
11070
11079
|
|
|
11071
11080
|
export class UpdateAcceleratorConfirmResponse extends $tea.Model {
|
|
11072
|
-
headers
|
|
11073
|
-
statusCode
|
|
11074
|
-
body
|
|
11081
|
+
headers?: { [key: string]: string };
|
|
11082
|
+
statusCode?: number;
|
|
11083
|
+
body?: UpdateAcceleratorConfirmResponseBody;
|
|
11075
11084
|
static names(): { [key: string]: string } {
|
|
11076
11085
|
return {
|
|
11077
11086
|
headers: 'headers',
|
|
@@ -11141,9 +11150,9 @@ export class UpdateAcceleratorCrossBorderModeResponseBody extends $tea.Model {
|
|
|
11141
11150
|
}
|
|
11142
11151
|
|
|
11143
11152
|
export class UpdateAcceleratorCrossBorderModeResponse extends $tea.Model {
|
|
11144
|
-
headers
|
|
11145
|
-
statusCode
|
|
11146
|
-
body
|
|
11153
|
+
headers?: { [key: string]: string };
|
|
11154
|
+
statusCode?: number;
|
|
11155
|
+
body?: UpdateAcceleratorCrossBorderModeResponseBody;
|
|
11147
11156
|
static names(): { [key: string]: string } {
|
|
11148
11157
|
return {
|
|
11149
11158
|
headers: 'headers',
|
|
@@ -11213,9 +11222,9 @@ export class UpdateAcceleratorCrossBorderStatusResponseBody extends $tea.Model {
|
|
|
11213
11222
|
}
|
|
11214
11223
|
|
|
11215
11224
|
export class UpdateAcceleratorCrossBorderStatusResponse extends $tea.Model {
|
|
11216
|
-
headers
|
|
11217
|
-
statusCode
|
|
11218
|
-
body
|
|
11225
|
+
headers?: { [key: string]: string };
|
|
11226
|
+
statusCode?: number;
|
|
11227
|
+
body?: UpdateAcceleratorCrossBorderStatusResponseBody;
|
|
11219
11228
|
static names(): { [key: string]: string } {
|
|
11220
11229
|
return {
|
|
11221
11230
|
headers: 'headers',
|
|
@@ -11291,9 +11300,9 @@ export class UpdateAclAttributeResponseBody extends $tea.Model {
|
|
|
11291
11300
|
}
|
|
11292
11301
|
|
|
11293
11302
|
export class UpdateAclAttributeResponse extends $tea.Model {
|
|
11294
|
-
headers
|
|
11295
|
-
statusCode
|
|
11296
|
-
body
|
|
11303
|
+
headers?: { [key: string]: string };
|
|
11304
|
+
statusCode?: number;
|
|
11305
|
+
body?: UpdateAclAttributeResponseBody;
|
|
11297
11306
|
static names(): { [key: string]: string } {
|
|
11298
11307
|
return {
|
|
11299
11308
|
headers: 'headers',
|
|
@@ -11375,9 +11384,9 @@ export class UpdateAdditionalCertificateWithListenerResponseBody extends $tea.Mo
|
|
|
11375
11384
|
}
|
|
11376
11385
|
|
|
11377
11386
|
export class UpdateAdditionalCertificateWithListenerResponse extends $tea.Model {
|
|
11378
|
-
headers
|
|
11379
|
-
statusCode
|
|
11380
|
-
body
|
|
11387
|
+
headers?: { [key: string]: string };
|
|
11388
|
+
statusCode?: number;
|
|
11389
|
+
body?: UpdateAdditionalCertificateWithListenerResponseBody;
|
|
11381
11390
|
static names(): { [key: string]: string } {
|
|
11382
11391
|
return {
|
|
11383
11392
|
headers: 'headers',
|
|
@@ -11468,9 +11477,9 @@ export class UpdateApplicationMonitorResponseBody extends $tea.Model {
|
|
|
11468
11477
|
}
|
|
11469
11478
|
|
|
11470
11479
|
export class UpdateApplicationMonitorResponse extends $tea.Model {
|
|
11471
|
-
headers
|
|
11472
|
-
statusCode
|
|
11473
|
-
body
|
|
11480
|
+
headers?: { [key: string]: string };
|
|
11481
|
+
statusCode?: number;
|
|
11482
|
+
body?: UpdateApplicationMonitorResponseBody;
|
|
11474
11483
|
static names(): { [key: string]: string } {
|
|
11475
11484
|
return {
|
|
11476
11485
|
headers: 'headers',
|
|
@@ -11552,9 +11561,9 @@ export class UpdateBandwidthPackagaAutoRenewAttributeResponseBody extends $tea.M
|
|
|
11552
11561
|
}
|
|
11553
11562
|
|
|
11554
11563
|
export class UpdateBandwidthPackagaAutoRenewAttributeResponse extends $tea.Model {
|
|
11555
|
-
headers
|
|
11556
|
-
statusCode
|
|
11557
|
-
body
|
|
11564
|
+
headers?: { [key: string]: string };
|
|
11565
|
+
statusCode?: number;
|
|
11566
|
+
body?: UpdateBandwidthPackagaAutoRenewAttributeResponseBody;
|
|
11558
11567
|
static names(): { [key: string]: string } {
|
|
11559
11568
|
return {
|
|
11560
11569
|
headers: 'headers',
|
|
@@ -11645,9 +11654,9 @@ export class UpdateBandwidthPackageResponseBody extends $tea.Model {
|
|
|
11645
11654
|
}
|
|
11646
11655
|
|
|
11647
11656
|
export class UpdateBandwidthPackageResponse extends $tea.Model {
|
|
11648
|
-
headers
|
|
11649
|
-
statusCode
|
|
11650
|
-
body
|
|
11657
|
+
headers?: { [key: string]: string };
|
|
11658
|
+
statusCode?: number;
|
|
11659
|
+
body?: UpdateBandwidthPackageResponseBody;
|
|
11651
11660
|
static names(): { [key: string]: string } {
|
|
11652
11661
|
return {
|
|
11653
11662
|
headers: 'headers',
|
|
@@ -11720,9 +11729,9 @@ export class UpdateBasicAcceleratorResponseBody extends $tea.Model {
|
|
|
11720
11729
|
}
|
|
11721
11730
|
|
|
11722
11731
|
export class UpdateBasicAcceleratorResponse extends $tea.Model {
|
|
11723
|
-
headers
|
|
11724
|
-
statusCode
|
|
11725
|
-
body
|
|
11732
|
+
headers?: { [key: string]: string };
|
|
11733
|
+
statusCode?: number;
|
|
11734
|
+
body?: UpdateBasicAcceleratorResponseBody;
|
|
11726
11735
|
static names(): { [key: string]: string } {
|
|
11727
11736
|
return {
|
|
11728
11737
|
headers: 'headers',
|
|
@@ -11804,9 +11813,9 @@ export class UpdateBasicEndpointResponseBody extends $tea.Model {
|
|
|
11804
11813
|
}
|
|
11805
11814
|
|
|
11806
11815
|
export class UpdateBasicEndpointResponse extends $tea.Model {
|
|
11807
|
-
headers
|
|
11808
|
-
statusCode
|
|
11809
|
-
body
|
|
11816
|
+
headers?: { [key: string]: string };
|
|
11817
|
+
statusCode?: number;
|
|
11818
|
+
body?: UpdateBasicEndpointResponseBody;
|
|
11810
11819
|
static names(): { [key: string]: string } {
|
|
11811
11820
|
return {
|
|
11812
11821
|
headers: 'headers',
|
|
@@ -11888,9 +11897,9 @@ export class UpdateBasicEndpointGroupResponseBody extends $tea.Model {
|
|
|
11888
11897
|
}
|
|
11889
11898
|
|
|
11890
11899
|
export class UpdateBasicEndpointGroupResponse extends $tea.Model {
|
|
11891
|
-
headers
|
|
11892
|
-
statusCode
|
|
11893
|
-
body
|
|
11900
|
+
headers?: { [key: string]: string };
|
|
11901
|
+
statusCode?: number;
|
|
11902
|
+
body?: UpdateBasicEndpointGroupResponseBody;
|
|
11894
11903
|
static names(): { [key: string]: string } {
|
|
11895
11904
|
return {
|
|
11896
11905
|
headers: 'headers',
|
|
@@ -11960,9 +11969,9 @@ export class UpdateBasicIpSetResponseBody extends $tea.Model {
|
|
|
11960
11969
|
}
|
|
11961
11970
|
|
|
11962
11971
|
export class UpdateBasicIpSetResponse extends $tea.Model {
|
|
11963
|
-
headers
|
|
11964
|
-
statusCode
|
|
11965
|
-
body
|
|
11972
|
+
headers?: { [key: string]: string };
|
|
11973
|
+
statusCode?: number;
|
|
11974
|
+
body?: UpdateBasicIpSetResponseBody;
|
|
11966
11975
|
static names(): { [key: string]: string } {
|
|
11967
11976
|
return {
|
|
11968
11977
|
headers: 'headers',
|
|
@@ -12035,9 +12044,9 @@ export class UpdateCustomRoutingEndpointGroupAttributeResponseBody extends $tea.
|
|
|
12035
12044
|
}
|
|
12036
12045
|
|
|
12037
12046
|
export class UpdateCustomRoutingEndpointGroupAttributeResponse extends $tea.Model {
|
|
12038
|
-
headers
|
|
12039
|
-
statusCode
|
|
12040
|
-
body
|
|
12047
|
+
headers?: { [key: string]: string };
|
|
12048
|
+
statusCode?: number;
|
|
12049
|
+
body?: UpdateCustomRoutingEndpointGroupAttributeResponseBody;
|
|
12041
12050
|
static names(): { [key: string]: string } {
|
|
12042
12051
|
return {
|
|
12043
12052
|
headers: 'headers',
|
|
@@ -12110,9 +12119,9 @@ export class UpdateCustomRoutingEndpointGroupDestinationsResponseBody extends $t
|
|
|
12110
12119
|
}
|
|
12111
12120
|
|
|
12112
12121
|
export class UpdateCustomRoutingEndpointGroupDestinationsResponse extends $tea.Model {
|
|
12113
|
-
headers
|
|
12114
|
-
statusCode
|
|
12115
|
-
body
|
|
12122
|
+
headers?: { [key: string]: string };
|
|
12123
|
+
statusCode?: number;
|
|
12124
|
+
body?: UpdateCustomRoutingEndpointGroupDestinationsResponseBody;
|
|
12116
12125
|
static names(): { [key: string]: string } {
|
|
12117
12126
|
return {
|
|
12118
12127
|
headers: 'headers',
|
|
@@ -12185,9 +12194,9 @@ export class UpdateCustomRoutingEndpointTrafficPoliciesResponseBody extends $tea
|
|
|
12185
12194
|
}
|
|
12186
12195
|
|
|
12187
12196
|
export class UpdateCustomRoutingEndpointTrafficPoliciesResponse extends $tea.Model {
|
|
12188
|
-
headers
|
|
12189
|
-
statusCode
|
|
12190
|
-
body
|
|
12197
|
+
headers?: { [key: string]: string };
|
|
12198
|
+
statusCode?: number;
|
|
12199
|
+
body?: UpdateCustomRoutingEndpointTrafficPoliciesResponseBody;
|
|
12191
12200
|
static names(): { [key: string]: string } {
|
|
12192
12201
|
return {
|
|
12193
12202
|
headers: 'headers',
|
|
@@ -12260,9 +12269,9 @@ export class UpdateCustomRoutingEndpointsResponseBody extends $tea.Model {
|
|
|
12260
12269
|
}
|
|
12261
12270
|
|
|
12262
12271
|
export class UpdateCustomRoutingEndpointsResponse extends $tea.Model {
|
|
12263
|
-
headers
|
|
12264
|
-
statusCode
|
|
12265
|
-
body
|
|
12272
|
+
headers?: { [key: string]: string };
|
|
12273
|
+
statusCode?: number;
|
|
12274
|
+
body?: UpdateCustomRoutingEndpointsResponseBody;
|
|
12266
12275
|
static names(): { [key: string]: string } {
|
|
12267
12276
|
return {
|
|
12268
12277
|
headers: 'headers',
|
|
@@ -12329,9 +12338,9 @@ export class UpdateDomainResponseBody extends $tea.Model {
|
|
|
12329
12338
|
}
|
|
12330
12339
|
|
|
12331
12340
|
export class UpdateDomainResponse extends $tea.Model {
|
|
12332
|
-
headers
|
|
12333
|
-
statusCode
|
|
12334
|
-
body
|
|
12341
|
+
headers?: { [key: string]: string };
|
|
12342
|
+
statusCode?: number;
|
|
12343
|
+
body?: UpdateDomainResponseBody;
|
|
12335
12344
|
static names(): { [key: string]: string } {
|
|
12336
12345
|
return {
|
|
12337
12346
|
headers: 'headers',
|
|
@@ -12401,9 +12410,9 @@ export class UpdateDomainStateResponseBody extends $tea.Model {
|
|
|
12401
12410
|
}
|
|
12402
12411
|
|
|
12403
12412
|
export class UpdateDomainStateResponse extends $tea.Model {
|
|
12404
|
-
headers
|
|
12405
|
-
statusCode
|
|
12406
|
-
body
|
|
12413
|
+
headers?: { [key: string]: string };
|
|
12414
|
+
statusCode?: number;
|
|
12415
|
+
body?: UpdateDomainStateResponseBody;
|
|
12407
12416
|
static names(): { [key: string]: string } {
|
|
12408
12417
|
return {
|
|
12409
12418
|
headers: 'headers',
|
|
@@ -12509,9 +12518,9 @@ export class UpdateEndpointGroupResponseBody extends $tea.Model {
|
|
|
12509
12518
|
}
|
|
12510
12519
|
|
|
12511
12520
|
export class UpdateEndpointGroupResponse extends $tea.Model {
|
|
12512
|
-
headers
|
|
12513
|
-
statusCode
|
|
12514
|
-
body
|
|
12521
|
+
headers?: { [key: string]: string };
|
|
12522
|
+
statusCode?: number;
|
|
12523
|
+
body?: UpdateEndpointGroupResponseBody;
|
|
12515
12524
|
static names(): { [key: string]: string } {
|
|
12516
12525
|
return {
|
|
12517
12526
|
headers: 'headers',
|
|
@@ -12584,9 +12593,9 @@ export class UpdateEndpointGroupAttributeResponseBody extends $tea.Model {
|
|
|
12584
12593
|
}
|
|
12585
12594
|
|
|
12586
12595
|
export class UpdateEndpointGroupAttributeResponse extends $tea.Model {
|
|
12587
|
-
headers
|
|
12588
|
-
statusCode
|
|
12589
|
-
body
|
|
12596
|
+
headers?: { [key: string]: string };
|
|
12597
|
+
statusCode?: number;
|
|
12598
|
+
body?: UpdateEndpointGroupAttributeResponseBody;
|
|
12590
12599
|
static names(): { [key: string]: string } {
|
|
12591
12600
|
return {
|
|
12592
12601
|
headers: 'headers',
|
|
@@ -12662,9 +12671,9 @@ export class UpdateEndpointGroupsResponseBody extends $tea.Model {
|
|
|
12662
12671
|
}
|
|
12663
12672
|
|
|
12664
12673
|
export class UpdateEndpointGroupsResponse extends $tea.Model {
|
|
12665
|
-
headers
|
|
12666
|
-
statusCode
|
|
12667
|
-
body
|
|
12674
|
+
headers?: { [key: string]: string };
|
|
12675
|
+
statusCode?: number;
|
|
12676
|
+
body?: UpdateEndpointGroupsResponseBody;
|
|
12668
12677
|
static names(): { [key: string]: string } {
|
|
12669
12678
|
return {
|
|
12670
12679
|
headers: 'headers',
|
|
@@ -12740,9 +12749,9 @@ export class UpdateForwardingRulesResponseBody extends $tea.Model {
|
|
|
12740
12749
|
}
|
|
12741
12750
|
|
|
12742
12751
|
export class UpdateForwardingRulesResponse extends $tea.Model {
|
|
12743
|
-
headers
|
|
12744
|
-
statusCode
|
|
12745
|
-
body
|
|
12752
|
+
headers?: { [key: string]: string };
|
|
12753
|
+
statusCode?: number;
|
|
12754
|
+
body?: UpdateForwardingRulesResponseBody;
|
|
12746
12755
|
static names(): { [key: string]: string } {
|
|
12747
12756
|
return {
|
|
12748
12757
|
headers: 'headers',
|
|
@@ -12812,9 +12821,9 @@ export class UpdateIpSetResponseBody extends $tea.Model {
|
|
|
12812
12821
|
}
|
|
12813
12822
|
|
|
12814
12823
|
export class UpdateIpSetResponse extends $tea.Model {
|
|
12815
|
-
headers
|
|
12816
|
-
statusCode
|
|
12817
|
-
body
|
|
12824
|
+
headers?: { [key: string]: string };
|
|
12825
|
+
statusCode?: number;
|
|
12826
|
+
body?: UpdateIpSetResponseBody;
|
|
12818
12827
|
static names(): { [key: string]: string } {
|
|
12819
12828
|
return {
|
|
12820
12829
|
headers: 'headers',
|
|
@@ -12878,9 +12887,9 @@ export class UpdateIpSetsResponseBody extends $tea.Model {
|
|
|
12878
12887
|
}
|
|
12879
12888
|
|
|
12880
12889
|
export class UpdateIpSetsResponse extends $tea.Model {
|
|
12881
|
-
headers
|
|
12882
|
-
statusCode
|
|
12883
|
-
body
|
|
12890
|
+
headers?: { [key: string]: string };
|
|
12891
|
+
statusCode?: number;
|
|
12892
|
+
body?: UpdateIpSetsResponseBody;
|
|
12884
12893
|
static names(): { [key: string]: string } {
|
|
12885
12894
|
return {
|
|
12886
12895
|
headers: 'headers',
|
|
@@ -12908,6 +12917,7 @@ export class UpdateListenerRequest extends $tea.Model {
|
|
|
12908
12917
|
clientAffinity?: string;
|
|
12909
12918
|
clientToken?: string;
|
|
12910
12919
|
description?: string;
|
|
12920
|
+
httpVersion?: string;
|
|
12911
12921
|
idleTimeout?: number;
|
|
12912
12922
|
listenerId?: string;
|
|
12913
12923
|
name?: string;
|
|
@@ -12925,6 +12935,7 @@ export class UpdateListenerRequest extends $tea.Model {
|
|
|
12925
12935
|
clientAffinity: 'ClientAffinity',
|
|
12926
12936
|
clientToken: 'ClientToken',
|
|
12927
12937
|
description: 'Description',
|
|
12938
|
+
httpVersion: 'HttpVersion',
|
|
12928
12939
|
idleTimeout: 'IdleTimeout',
|
|
12929
12940
|
listenerId: 'ListenerId',
|
|
12930
12941
|
name: 'Name',
|
|
@@ -12945,6 +12956,7 @@ export class UpdateListenerRequest extends $tea.Model {
|
|
|
12945
12956
|
clientAffinity: 'string',
|
|
12946
12957
|
clientToken: 'string',
|
|
12947
12958
|
description: 'string',
|
|
12959
|
+
httpVersion: 'string',
|
|
12948
12960
|
idleTimeout: 'number',
|
|
12949
12961
|
listenerId: 'string',
|
|
12950
12962
|
name: 'string',
|
|
@@ -12983,9 +12995,9 @@ export class UpdateListenerResponseBody extends $tea.Model {
|
|
|
12983
12995
|
}
|
|
12984
12996
|
|
|
12985
12997
|
export class UpdateListenerResponse extends $tea.Model {
|
|
12986
|
-
headers
|
|
12987
|
-
statusCode
|
|
12988
|
-
body
|
|
12998
|
+
headers?: { [key: string]: string };
|
|
12999
|
+
statusCode?: number;
|
|
13000
|
+
body?: UpdateListenerResponseBody;
|
|
12989
13001
|
static names(): { [key: string]: string } {
|
|
12990
13002
|
return {
|
|
12991
13003
|
headers: 'headers',
|
|
@@ -13058,9 +13070,9 @@ export class UpdateServiceManagedControlResponseBody extends $tea.Model {
|
|
|
13058
13070
|
}
|
|
13059
13071
|
|
|
13060
13072
|
export class UpdateServiceManagedControlResponse extends $tea.Model {
|
|
13061
|
-
headers
|
|
13062
|
-
statusCode
|
|
13063
|
-
body
|
|
13073
|
+
headers?: { [key: string]: string };
|
|
13074
|
+
statusCode?: number;
|
|
13075
|
+
body?: UpdateServiceManagedControlResponseBody;
|
|
13064
13076
|
static names(): { [key: string]: string } {
|
|
13065
13077
|
return {
|
|
13066
13078
|
headers: 'headers',
|
|
@@ -15985,6 +15997,7 @@ export class ListAvailableAccelerateAreasResponseBodyAreasRegionList extends $te
|
|
|
15985
15997
|
chinaMainland?: boolean;
|
|
15986
15998
|
ispTypeList?: string[];
|
|
15987
15999
|
localName?: string;
|
|
16000
|
+
multiAz?: boolean;
|
|
15988
16001
|
regionId?: string;
|
|
15989
16002
|
supportIpv6?: boolean;
|
|
15990
16003
|
static names(): { [key: string]: string } {
|
|
@@ -15992,6 +16005,7 @@ export class ListAvailableAccelerateAreasResponseBodyAreasRegionList extends $te
|
|
|
15992
16005
|
chinaMainland: 'ChinaMainland',
|
|
15993
16006
|
ispTypeList: 'IspTypeList',
|
|
15994
16007
|
localName: 'LocalName',
|
|
16008
|
+
multiAz: 'MultiAz',
|
|
15995
16009
|
regionId: 'RegionId',
|
|
15996
16010
|
supportIpv6: 'SupportIpv6',
|
|
15997
16011
|
};
|
|
@@ -16002,6 +16016,7 @@ export class ListAvailableAccelerateAreasResponseBodyAreasRegionList extends $te
|
|
|
16002
16016
|
chinaMainland: 'boolean',
|
|
16003
16017
|
ispTypeList: { 'type': 'array', 'itemType': 'string' },
|
|
16004
16018
|
localName: 'string',
|
|
16019
|
+
multiAz: 'boolean',
|
|
16005
16020
|
regionId: 'string',
|
|
16006
16021
|
supportIpv6: 'boolean',
|
|
16007
16022
|
};
|
|
@@ -17791,6 +17806,7 @@ export class ListListenersResponseBodyListeners extends $tea.Model {
|
|
|
17791
17806
|
clientAffinity?: string;
|
|
17792
17807
|
createTime?: number;
|
|
17793
17808
|
description?: string;
|
|
17809
|
+
httpVersion?: string;
|
|
17794
17810
|
idleTimeout?: number;
|
|
17795
17811
|
listenerId?: string;
|
|
17796
17812
|
name?: string;
|
|
@@ -17813,6 +17829,7 @@ export class ListListenersResponseBodyListeners extends $tea.Model {
|
|
|
17813
17829
|
clientAffinity: 'ClientAffinity',
|
|
17814
17830
|
createTime: 'CreateTime',
|
|
17815
17831
|
description: 'Description',
|
|
17832
|
+
httpVersion: 'HttpVersion',
|
|
17816
17833
|
idleTimeout: 'IdleTimeout',
|
|
17817
17834
|
listenerId: 'ListenerId',
|
|
17818
17835
|
name: 'Name',
|
|
@@ -17838,6 +17855,7 @@ export class ListListenersResponseBodyListeners extends $tea.Model {
|
|
|
17838
17855
|
clientAffinity: 'string',
|
|
17839
17856
|
createTime: 'number',
|
|
17840
17857
|
description: 'string',
|
|
17858
|
+
httpVersion: 'string',
|
|
17841
17859
|
idleTimeout: 'number',
|
|
17842
17860
|
listenerId: 'string',
|
|
17843
17861
|
name: 'string',
|
|
@@ -18854,9 +18872,9 @@ export default class Client extends OpenApi {
|
|
|
18854
18872
|
|
|
18855
18873
|
/**
|
|
18856
18874
|
* When you call this operation, take note of the following items:
|
|
18857
|
-
* * **AttachDdosToAccelerator** is an asynchronous operation. After you
|
|
18858
|
-
* * If the GA instance is in the **configuring** state, the Anti-DDoS Pro
|
|
18859
|
-
* * If the GA instance is in the **active** state, the Anti-DDoS Pro
|
|
18875
|
+
* * **AttachDdosToAccelerator** is an asynchronous operation. After you send a request, the system returns a request ID and runs the task in the background. You can call the [DescribeAccelerator](~~153235~~) or [ListAccelerators](~~153236~~) operation to query the status of the GA instance.
|
|
18876
|
+
* * If the GA instance is in the **configuring** state, the Anti-DDoS Pro or Anti-DDoS Premium instance is being associated with the GA instance. In this case, you can perform only query operations.
|
|
18877
|
+
* * If the GA instance is in the **active** state, the Anti-DDoS Pro or Anti-DDoS Premium instance is associated with the GA instance.
|
|
18860
18878
|
* * You cannot repeatedly call the **AttachDdosToAccelerator** operation for the same GA instance within a specific period of time.
|
|
18861
18879
|
*
|
|
18862
18880
|
* @param request AttachDdosToAcceleratorRequest
|
|
@@ -18901,9 +18919,9 @@ export default class Client extends OpenApi {
|
|
|
18901
18919
|
|
|
18902
18920
|
/**
|
|
18903
18921
|
* When you call this operation, take note of the following items:
|
|
18904
|
-
* * **AttachDdosToAccelerator** is an asynchronous operation. After you
|
|
18905
|
-
* * If the GA instance is in the **configuring** state, the Anti-DDoS Pro
|
|
18906
|
-
* * If the GA instance is in the **active** state, the Anti-DDoS Pro
|
|
18922
|
+
* * **AttachDdosToAccelerator** is an asynchronous operation. After you send a request, the system returns a request ID and runs the task in the background. You can call the [DescribeAccelerator](~~153235~~) or [ListAccelerators](~~153236~~) operation to query the status of the GA instance.
|
|
18923
|
+
* * If the GA instance is in the **configuring** state, the Anti-DDoS Pro or Anti-DDoS Premium instance is being associated with the GA instance. In this case, you can perform only query operations.
|
|
18924
|
+
* * If the GA instance is in the **active** state, the Anti-DDoS Pro or Anti-DDoS Premium instance is associated with the GA instance.
|
|
18907
18925
|
* * You cannot repeatedly call the **AttachDdosToAccelerator** operation for the same GA instance within a specific period of time.
|
|
18908
18926
|
*
|
|
18909
18927
|
* @param request AttachDdosToAcceleratorRequest
|
|
@@ -19103,7 +19121,7 @@ export default class Client extends OpenApi {
|
|
|
19103
19121
|
}
|
|
19104
19122
|
|
|
19105
19123
|
/**
|
|
19106
|
-
*
|
|
19124
|
+
* The **ChangeResourceGroup** operation cannot be repeatedly called for the same GA instance within a specific period of time.
|
|
19107
19125
|
*
|
|
19108
19126
|
* @param request ChangeResourceGroupRequest
|
|
19109
19127
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -19150,7 +19168,7 @@ export default class Client extends OpenApi {
|
|
|
19150
19168
|
}
|
|
19151
19169
|
|
|
19152
19170
|
/**
|
|
19153
|
-
*
|
|
19171
|
+
* The **ChangeResourceGroup** operation cannot be repeatedly called for the same GA instance within a specific period of time.
|
|
19154
19172
|
*
|
|
19155
19173
|
* @param request ChangeResourceGroupRequest
|
|
19156
19174
|
* @return ChangeResourceGroupResponse
|
|
@@ -19423,12 +19441,15 @@ export default class Client extends OpenApi {
|
|
|
19423
19441
|
}
|
|
19424
19442
|
|
|
19425
19443
|
/**
|
|
19426
|
-
* You can call the **CreateApplicationMonitor** operation to create an origin probing task. An origin probing task monitors the network quality between
|
|
19444
|
+
* You can call the **CreateApplicationMonitor** operation to create an origin probing task. An origin probing task monitors the network quality between a client and an origin server and checks the availability of the origin server.
|
|
19427
19445
|
* Before you call this operation, take note of the following items:
|
|
19428
|
-
* *
|
|
19429
|
-
*
|
|
19446
|
+
* * You can create origin detection tasks only for subscription Standard Global Accelerator (GA) instances whose specification is Medium Ⅰ.
|
|
19447
|
+
* * You cannot create an origin probe task for a UDP listener.
|
|
19448
|
+
* * The service port of the URL or IP address that is probed must be within the listening port range.
|
|
19449
|
+
* * **CreateApplicationMonitor** 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 [DescribeApplicationMonitor](~~408463~~) or [ListApplicationMonitor](~~408462~~) operation to query the status of the origin probing task.
|
|
19450
|
+
* * If the origin probing task is in the **init** state, it indicates that the task is being created. You can perform only query operations.
|
|
19430
19451
|
* * If the origin probing task is in the **active** state, it indicates that the task is created.
|
|
19431
|
-
* * The **CreateApplicationMonitor** operation cannot be called repeatedly for the same
|
|
19452
|
+
* * The **CreateApplicationMonitor** operation cannot be called repeatedly for the same GA instance within a specific period of time.
|
|
19432
19453
|
*
|
|
19433
19454
|
* @param request CreateApplicationMonitorRequest
|
|
19434
19455
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -19499,12 +19520,15 @@ export default class Client extends OpenApi {
|
|
|
19499
19520
|
}
|
|
19500
19521
|
|
|
19501
19522
|
/**
|
|
19502
|
-
* You can call the **CreateApplicationMonitor** operation to create an origin probing task. An origin probing task monitors the network quality between
|
|
19523
|
+
* You can call the **CreateApplicationMonitor** operation to create an origin probing task. An origin probing task monitors the network quality between a client and an origin server and checks the availability of the origin server.
|
|
19503
19524
|
* Before you call this operation, take note of the following items:
|
|
19504
|
-
* *
|
|
19505
|
-
*
|
|
19525
|
+
* * You can create origin detection tasks only for subscription Standard Global Accelerator (GA) instances whose specification is Medium Ⅰ.
|
|
19526
|
+
* * You cannot create an origin probe task for a UDP listener.
|
|
19527
|
+
* * The service port of the URL or IP address that is probed must be within the listening port range.
|
|
19528
|
+
* * **CreateApplicationMonitor** 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 [DescribeApplicationMonitor](~~408463~~) or [ListApplicationMonitor](~~408462~~) operation to query the status of the origin probing task.
|
|
19529
|
+
* * If the origin probing task is in the **init** state, it indicates that the task is being created. You can perform only query operations.
|
|
19506
19530
|
* * If the origin probing task is in the **active** state, it indicates that the task is created.
|
|
19507
|
-
* * The **CreateApplicationMonitor** operation cannot be called repeatedly for the same
|
|
19531
|
+
* * The **CreateApplicationMonitor** operation cannot be called repeatedly for the same GA instance within a specific period of time.
|
|
19508
19532
|
*
|
|
19509
19533
|
* @param request CreateApplicationMonitorRequest
|
|
19510
19534
|
* @return CreateApplicationMonitorResponse
|
|
@@ -19829,9 +19853,8 @@ export default class Client extends OpenApi {
|
|
|
19829
19853
|
}
|
|
19830
19854
|
|
|
19831
19855
|
/**
|
|
19832
|
-
*
|
|
19833
|
-
*
|
|
19834
|
-
* * If the basic GA instance is in the **init** state, it indicates that the basic GA instance is being created. In this case, you can continue to perform query operations on the GA instance.
|
|
19856
|
+
* **CreateBasicAccelerator** 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 [GetBasicAccelerator](~~353188~~) or [ListBasicAccelerators](~~353189~~) operation to query the status of the task.
|
|
19857
|
+
* * If the basic GA instance is in the **init** state, it indicates that the basic GA instance is being created. In this case, you can perform only query operations.
|
|
19835
19858
|
* * If the basic GA instance is in the **active** state, it indicates that the basic GA instance is created.
|
|
19836
19859
|
*
|
|
19837
19860
|
* @param request CreateBasicAcceleratorRequest
|
|
@@ -19915,9 +19938,8 @@ export default class Client extends OpenApi {
|
|
|
19915
19938
|
}
|
|
19916
19939
|
|
|
19917
19940
|
/**
|
|
19918
|
-
*
|
|
19919
|
-
*
|
|
19920
|
-
* * If the basic GA instance is in the **init** state, it indicates that the basic GA instance is being created. In this case, you can continue to perform query operations on the GA instance.
|
|
19941
|
+
* **CreateBasicAccelerator** 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 [GetBasicAccelerator](~~353188~~) or [ListBasicAccelerators](~~353189~~) operation to query the status of the task.
|
|
19942
|
+
* * If the basic GA instance is in the **init** state, it indicates that the basic GA instance is being created. In this case, you can perform only query operations.
|
|
19921
19943
|
* * If the basic GA instance is in the **active** state, it indicates that the basic GA instance is created.
|
|
19922
19944
|
*
|
|
19923
19945
|
* @param request CreateBasicAcceleratorRequest
|
|
@@ -20453,7 +20475,19 @@ export default class Client extends OpenApi {
|
|
|
20453
20475
|
}
|
|
20454
20476
|
|
|
20455
20477
|
/**
|
|
20456
|
-
*
|
|
20478
|
+
* After you configure a custom routing listener for a Global Accelerator (GA) instance, the instance generates a port mapping table based on the listener port range, the protocols and port ranges of the associated endpoint groups, and the IP addresses of endpoints (vSwitches), and forwards client requests to specified IP addresses and ports in the vSwitches.
|
|
20479
|
+
* This operation is used to create endpoints for custom routing listeners. When you call this operation, take note of the following items:
|
|
20480
|
+
* * **CreateCustomRoutingEndpoints** is an asynchronous operation. After you send a request, the system returns a request ID and runs the task in the background. You can call the [DescribeCustomRoutingEndpointGroup](~~449373~~) operation to query the status of an endpoint group and determine whether endpoints are created in the endpoint group.
|
|
20481
|
+
* * If the endpoint group is in the **updating** state, it indicates that endpoints are being created. In this case, you can perform only query operations.
|
|
20482
|
+
* * If the endpoint group is in the **active** state, it indicates that endpoints are created.
|
|
20483
|
+
* * The **CreateCustomRoutingEndpoints** operation cannot be called repeatedly for the same GA instance within a specific period of time.
|
|
20484
|
+
* ### Prerequisites
|
|
20485
|
+
* The following operations are complete before you call this operation:
|
|
20486
|
+
* * Create a standard GA instance. For more information, see [CreateAccelerator](~~206786~~).
|
|
20487
|
+
* * Associate a bandwidth plan with the standard GA instance. For more information, see [BandwidthPackageAddAccelerator](~~153239~~).
|
|
20488
|
+
* * Deploy an application that serves as the endpoint of the GA instance. The application is used to receive requests that are forwarded from GA. You can specify only vSwitches as endpoints for custom routing listeners.
|
|
20489
|
+
* * Apply for permissions to use custom routing listeners and create a custom routing listener for the standard GA instance. Custom routing listeners are in invitational preview. To use custom routing listeners, contact your account manager. For more information about how to create a custom routing listener, see [CreateListener](~~153253~~).
|
|
20490
|
+
* * Create an endpoint group for the custom routing listener. For more information, see [CreateCustomRoutingEndpointGroups](~~449363~~).
|
|
20457
20491
|
*
|
|
20458
20492
|
* @param request CreateCustomRoutingEndpointsRequest
|
|
20459
20493
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -20496,7 +20530,19 @@ export default class Client extends OpenApi {
|
|
|
20496
20530
|
}
|
|
20497
20531
|
|
|
20498
20532
|
/**
|
|
20499
|
-
*
|
|
20533
|
+
* After you configure a custom routing listener for a Global Accelerator (GA) instance, the instance generates a port mapping table based on the listener port range, the protocols and port ranges of the associated endpoint groups, and the IP addresses of endpoints (vSwitches), and forwards client requests to specified IP addresses and ports in the vSwitches.
|
|
20534
|
+
* This operation is used to create endpoints for custom routing listeners. When you call this operation, take note of the following items:
|
|
20535
|
+
* * **CreateCustomRoutingEndpoints** is an asynchronous operation. After you send a request, the system returns a request ID and runs the task in the background. You can call the [DescribeCustomRoutingEndpointGroup](~~449373~~) operation to query the status of an endpoint group and determine whether endpoints are created in the endpoint group.
|
|
20536
|
+
* * If the endpoint group is in the **updating** state, it indicates that endpoints are being created. In this case, you can perform only query operations.
|
|
20537
|
+
* * If the endpoint group is in the **active** state, it indicates that endpoints are created.
|
|
20538
|
+
* * The **CreateCustomRoutingEndpoints** operation cannot be called repeatedly for the same GA instance within a specific period of time.
|
|
20539
|
+
* ### Prerequisites
|
|
20540
|
+
* The following operations are complete before you call this operation:
|
|
20541
|
+
* * Create a standard GA instance. For more information, see [CreateAccelerator](~~206786~~).
|
|
20542
|
+
* * Associate a bandwidth plan with the standard GA instance. For more information, see [BandwidthPackageAddAccelerator](~~153239~~).
|
|
20543
|
+
* * Deploy an application that serves as the endpoint of the GA instance. The application is used to receive requests that are forwarded from GA. You can specify only vSwitches as endpoints for custom routing listeners.
|
|
20544
|
+
* * Apply for permissions to use custom routing listeners and create a custom routing listener for the standard GA instance. Custom routing listeners are in invitational preview. To use custom routing listeners, contact your account manager. For more information about how to create a custom routing listener, see [CreateListener](~~153253~~).
|
|
20545
|
+
* * Create an endpoint group for the custom routing listener. For more information, see [CreateCustomRoutingEndpointGroups](~~449363~~).
|
|
20500
20546
|
*
|
|
20501
20547
|
* @param request CreateCustomRoutingEndpointsRequest
|
|
20502
20548
|
* @return CreateCustomRoutingEndpointsResponse
|
|
@@ -20565,6 +20611,7 @@ export default class Client extends OpenApi {
|
|
|
20565
20611
|
}
|
|
20566
20612
|
|
|
20567
20613
|
/**
|
|
20614
|
+
* * When you call this operation to create a virtual endpoint group for a Layer 4 listener, make sure that a default endpoint group is created.
|
|
20568
20615
|
* * **CreateEndpointGroup** is an asynchronous operation. After you send a request, the system returns the ID of an endpoint group, but the endpoint group is still being created in the system background. You can call the [DescribeEndpointGroup](~~153260~~) operation to query the state of the endpoint group.
|
|
20569
20616
|
* * If the endpoint group is in the **init** state, it indicates that the endpoint group is being created. In this case, you can perform only query operations.
|
|
20570
20617
|
* * If the endpoint group is in the **active** state, it indicates that the endpoint group is created.
|
|
@@ -20671,6 +20718,7 @@ export default class Client extends OpenApi {
|
|
|
20671
20718
|
}
|
|
20672
20719
|
|
|
20673
20720
|
/**
|
|
20721
|
+
* * When you call this operation to create a virtual endpoint group for a Layer 4 listener, make sure that a default endpoint group is created.
|
|
20674
20722
|
* * **CreateEndpointGroup** is an asynchronous operation. After you send a request, the system returns the ID of an endpoint group, but the endpoint group is still being created in the system background. You can call the [DescribeEndpointGroup](~~153260~~) operation to query the state of the endpoint group.
|
|
20675
20723
|
* * If the endpoint group is in the **init** state, it indicates that the endpoint group is being created. In this case, you can perform only query operations.
|
|
20676
20724
|
* * If the endpoint group is in the **active** state, it indicates that the endpoint group is created.
|
|
@@ -20685,9 +20733,9 @@ export default class Client extends OpenApi {
|
|
|
20685
20733
|
}
|
|
20686
20734
|
|
|
20687
20735
|
/**
|
|
20688
|
-
* * **CreateEndpointGroups** is an asynchronous operation. After
|
|
20689
|
-
* * If
|
|
20690
|
-
* * If all endpoint groups are in the **active
|
|
20736
|
+
* * **CreateEndpointGroups** 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 the task:
|
|
20737
|
+
* * If the endpoint groups are in the **init** state, the endpoint groups are being created. In this case, you can perform only query operations.
|
|
20738
|
+
* * If all endpoint groups are in the **active** state, the endpoint groups are created.
|
|
20691
20739
|
* * The **CreateEndpointGroups** operation cannot be repeatedly called for the same Global Accelerator (GA) instance within a specific period of time.
|
|
20692
20740
|
*
|
|
20693
20741
|
* @param request CreateEndpointGroupsRequest
|
|
@@ -20739,9 +20787,9 @@ export default class Client extends OpenApi {
|
|
|
20739
20787
|
}
|
|
20740
20788
|
|
|
20741
20789
|
/**
|
|
20742
|
-
* * **CreateEndpointGroups** is an asynchronous operation. After
|
|
20743
|
-
* * If
|
|
20744
|
-
* * If all endpoint groups are in the **active
|
|
20790
|
+
* * **CreateEndpointGroups** 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 the task:
|
|
20791
|
+
* * If the endpoint groups are in the **init** state, the endpoint groups are being created. In this case, you can perform only query operations.
|
|
20792
|
+
* * If all endpoint groups are in the **active** state, the endpoint groups are created.
|
|
20745
20793
|
* * The **CreateEndpointGroups** operation cannot be repeatedly called for the same Global Accelerator (GA) instance within a specific period of time.
|
|
20746
20794
|
*
|
|
20747
20795
|
* @param request CreateEndpointGroupsRequest
|
|
@@ -20881,12 +20929,11 @@ export default class Client extends OpenApi {
|
|
|
20881
20929
|
}
|
|
20882
20930
|
|
|
20883
20931
|
/**
|
|
20884
|
-
*
|
|
20885
|
-
*
|
|
20886
|
-
*
|
|
20887
|
-
* * If
|
|
20888
|
-
*
|
|
20889
|
-
* * The **CreateListener** operation cannot be repeatedly called to create listeners for the same GA instance in a specific period of time.
|
|
20932
|
+
* When you call this operation, take note of the following items:
|
|
20933
|
+
* * **CreateListener** 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 task.
|
|
20934
|
+
* * If the listener is in the **init** state, the listener is being created. In this state, you can perform only query operations.
|
|
20935
|
+
* * If the listener is in the **active** state, the listener is created.
|
|
20936
|
+
* * You cannot repeatedly call the **CreateListener** operation for the same GA instance within the specified period of time.
|
|
20890
20937
|
*
|
|
20891
20938
|
* @param request CreateListenerRequest
|
|
20892
20939
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -20923,6 +20970,10 @@ export default class Client extends OpenApi {
|
|
|
20923
20970
|
query["EndpointGroupConfigurations"] = request.endpointGroupConfigurations;
|
|
20924
20971
|
}
|
|
20925
20972
|
|
|
20973
|
+
if (!Util.isUnset(request.httpVersion)) {
|
|
20974
|
+
query["HttpVersion"] = request.httpVersion;
|
|
20975
|
+
}
|
|
20976
|
+
|
|
20926
20977
|
if (!Util.isUnset(request.idleTimeout)) {
|
|
20927
20978
|
query["IdleTimeout"] = request.idleTimeout;
|
|
20928
20979
|
}
|
|
@@ -20981,12 +21032,11 @@ export default class Client extends OpenApi {
|
|
|
20981
21032
|
}
|
|
20982
21033
|
|
|
20983
21034
|
/**
|
|
20984
|
-
*
|
|
20985
|
-
*
|
|
20986
|
-
*
|
|
20987
|
-
* * If
|
|
20988
|
-
*
|
|
20989
|
-
* * The **CreateListener** operation cannot be repeatedly called to create listeners for the same GA instance in a specific period of time.
|
|
21035
|
+
* When you call this operation, take note of the following items:
|
|
21036
|
+
* * **CreateListener** 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 task.
|
|
21037
|
+
* * If the listener is in the **init** state, the listener is being created. In this state, you can perform only query operations.
|
|
21038
|
+
* * If the listener is in the **active** state, the listener is created.
|
|
21039
|
+
* * You cannot repeatedly call the **CreateListener** operation for the same GA instance within the specified period of time.
|
|
20990
21040
|
*
|
|
20991
21041
|
* @param request CreateListenerRequest
|
|
20992
21042
|
* @return CreateListenerResponse
|
|
@@ -21061,11 +21111,10 @@ export default class Client extends OpenApi {
|
|
|
21061
21111
|
}
|
|
21062
21112
|
|
|
21063
21113
|
/**
|
|
21064
|
-
* *
|
|
21065
|
-
* *
|
|
21066
|
-
* * **DeleteAccelerator** is an asynchronous operation. After you send a request, the system returns a request ID, but the operation is still being performed in the system background. You can use the [DescribeAccelerator](~~153235~~) operation to query the state of a GA instance.
|
|
21114
|
+
* * You cannot delete subscription GA instances.
|
|
21115
|
+
* * **DeleteAccelerator** 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 the task.
|
|
21067
21116
|
* * If the GA instance is in the **deleting** state, the GA instance is being deleted. In this case, you can perform only query operations.
|
|
21068
|
-
* * If the GA instance cannot be queried,
|
|
21117
|
+
* * If the GA instance cannot be queried, the GA instance is deleted.
|
|
21069
21118
|
*
|
|
21070
21119
|
* @param request DeleteAcceleratorRequest
|
|
21071
21120
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -21100,11 +21149,10 @@ export default class Client extends OpenApi {
|
|
|
21100
21149
|
}
|
|
21101
21150
|
|
|
21102
21151
|
/**
|
|
21103
|
-
* *
|
|
21104
|
-
* *
|
|
21105
|
-
* * **DeleteAccelerator** is an asynchronous operation. After you send a request, the system returns a request ID, but the operation is still being performed in the system background. You can use the [DescribeAccelerator](~~153235~~) operation to query the state of a GA instance.
|
|
21152
|
+
* * You cannot delete subscription GA instances.
|
|
21153
|
+
* * **DeleteAccelerator** 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 the task.
|
|
21106
21154
|
* * If the GA instance is in the **deleting** state, the GA instance is being deleted. In this case, you can perform only query operations.
|
|
21107
|
-
* * If the GA instance cannot be queried,
|
|
21155
|
+
* * If the GA instance cannot be queried, the GA instance is deleted.
|
|
21108
21156
|
*
|
|
21109
21157
|
* @param request DeleteAcceleratorRequest
|
|
21110
21158
|
* @return DeleteAcceleratorResponse
|
|
@@ -21175,7 +21223,6 @@ export default class Client extends OpenApi {
|
|
|
21175
21223
|
/**
|
|
21176
21224
|
* * **DeleteApplicationMonitor** is an asynchronous operation. After you call this operation, the system returns a request ID, but the operation is still being performed in the system background. You can call the [ListApplicationMonitor](~~408462~~) operation to query the state of an origin probing task.
|
|
21177
21225
|
* * If the origin probing task is in the **deleting** state, it indicates that the task is being deleted. In this case, you can perform only query operations.
|
|
21178
|
-
* <!---->
|
|
21179
21226
|
* * If the origin probing task cannot be queried, it indicates that the task is deleted.
|
|
21180
21227
|
* * The **DeleteApplicationMonitor** operation cannot be called repeatedly for the same Global Accelerator (GA) instance within a specific period of time.
|
|
21181
21228
|
*
|
|
@@ -21218,7 +21265,6 @@ export default class Client extends OpenApi {
|
|
|
21218
21265
|
/**
|
|
21219
21266
|
* * **DeleteApplicationMonitor** is an asynchronous operation. After you call this operation, the system returns a request ID, but the operation is still being performed in the system background. You can call the [ListApplicationMonitor](~~408462~~) operation to query the state of an origin probing task.
|
|
21220
21267
|
* * If the origin probing task is in the **deleting** state, it indicates that the task is being deleted. In this case, you can perform only query operations.
|
|
21221
|
-
* <!---->
|
|
21222
21268
|
* * If the origin probing task cannot be queried, it indicates that the task is deleted.
|
|
21223
21269
|
* * The **DeleteApplicationMonitor** operation cannot be called repeatedly for the same Global Accelerator (GA) instance within a specific period of time.
|
|
21224
21270
|
*
|
|
@@ -21231,12 +21277,12 @@ export default class Client extends OpenApi {
|
|
|
21231
21277
|
}
|
|
21232
21278
|
|
|
21233
21279
|
/**
|
|
21234
|
-
* * By default, subscription bandwidth plans cannot be deleted. If you want to
|
|
21235
|
-
* * Bandwidth plans that are associated with
|
|
21280
|
+
* * By default, subscription bandwidth plans cannot be deleted. If you want to unsubscribe from subscription bandwidth plans, go to the [Unsubscribe](https://usercenter2-intl.aliyun.com/refund/refund) page. Before you can unsubscribe from a subscription bandwidth plan that is associated with a Global Accelerator (GA) instance, you must disassociate the bandwidth plan from the GA instance. For information about how to disassociate a bandwidth plan from a GA instance, see [BandwidthPackageRemoveAccelerator](~~153240~~).
|
|
21281
|
+
* * Bandwidth plans that are associated with GA instances cannot be deleted. Before you can delete a bandwidth plan that is associated with a GA instance, you must disassociate the bandwidth plan from the GA instance. For information about how to disassociate a bandwidth plan from a GA instance, see [BandwidthPackageRemoveAccelerator](~~153240~~).
|
|
21236
21282
|
* * **DeleteBandwidthPackage** is an asynchronous operation. After a request is sent, the system returns a request ID and runs the task in the background. You can call the [DescribeBandwidthPackage](~~153241~~) operation to query the status of the task.
|
|
21237
|
-
* * If the bandwidth plan is in the **deleting** state,
|
|
21238
|
-
* * If the bandwidth plan cannot be found,
|
|
21239
|
-
* * The **DeleteBandwidthPackage** operation cannot be called
|
|
21283
|
+
* * If the bandwidth plan is in the **deleting** state, the bandwidth plan is being deleted. In this case, you can perform only query operations.
|
|
21284
|
+
* * If the bandwidth plan cannot be found, the bandwidth plan is deleted.
|
|
21285
|
+
* * The **DeleteBandwidthPackage** operation cannot be repeatedly called for the same bandwidth plan within a specific period of time.
|
|
21240
21286
|
*
|
|
21241
21287
|
* @param request DeleteBandwidthPackageRequest
|
|
21242
21288
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -21275,12 +21321,12 @@ export default class Client extends OpenApi {
|
|
|
21275
21321
|
}
|
|
21276
21322
|
|
|
21277
21323
|
/**
|
|
21278
|
-
* * By default, subscription bandwidth plans cannot be deleted. If you want to
|
|
21279
|
-
* * Bandwidth plans that are associated with
|
|
21324
|
+
* * By default, subscription bandwidth plans cannot be deleted. If you want to unsubscribe from subscription bandwidth plans, go to the [Unsubscribe](https://usercenter2-intl.aliyun.com/refund/refund) page. Before you can unsubscribe from a subscription bandwidth plan that is associated with a Global Accelerator (GA) instance, you must disassociate the bandwidth plan from the GA instance. For information about how to disassociate a bandwidth plan from a GA instance, see [BandwidthPackageRemoveAccelerator](~~153240~~).
|
|
21325
|
+
* * Bandwidth plans that are associated with GA instances cannot be deleted. Before you can delete a bandwidth plan that is associated with a GA instance, you must disassociate the bandwidth plan from the GA instance. For information about how to disassociate a bandwidth plan from a GA instance, see [BandwidthPackageRemoveAccelerator](~~153240~~).
|
|
21280
21326
|
* * **DeleteBandwidthPackage** is an asynchronous operation. After a request is sent, the system returns a request ID and runs the task in the background. You can call the [DescribeBandwidthPackage](~~153241~~) operation to query the status of the task.
|
|
21281
|
-
* * If the bandwidth plan is in the **deleting** state,
|
|
21282
|
-
* * If the bandwidth plan cannot be found,
|
|
21283
|
-
* * The **DeleteBandwidthPackage** operation cannot be called
|
|
21327
|
+
* * If the bandwidth plan is in the **deleting** state, the bandwidth plan is being deleted. In this case, you can perform only query operations.
|
|
21328
|
+
* * If the bandwidth plan cannot be found, the bandwidth plan is deleted.
|
|
21329
|
+
* * The **DeleteBandwidthPackage** operation cannot be repeatedly called for the same bandwidth plan within a specific period of time.
|
|
21284
21330
|
*
|
|
21285
21331
|
* @param request DeleteBandwidthPackageRequest
|
|
21286
21332
|
* @return DeleteBandwidthPackageResponse
|
|
@@ -21291,10 +21337,10 @@ export default class Client extends OpenApi {
|
|
|
21291
21337
|
}
|
|
21292
21338
|
|
|
21293
21339
|
/**
|
|
21294
|
-
* * **
|
|
21295
|
-
* * If
|
|
21296
|
-
* * If the system fails to return information about
|
|
21297
|
-
* *
|
|
21340
|
+
* * **DeleteBasicAccelerateIp** 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 [GetBasicAccelerateIp](~~466794~~) operation to query the status of an accelerated IP address.
|
|
21341
|
+
* * If an accelerated IP address is in the **deleting** state, the accelerated IP address is being deleted. In this case, you can perform only query operations.
|
|
21342
|
+
* * If the system fails to return information about an accelerated IP address, the accelerated IP address is deleted.
|
|
21343
|
+
* * You cannot repeatedly call the **DeleteBasicAccelerateIp** operation for the same basic GA instance within a specific period of time.
|
|
21298
21344
|
*
|
|
21299
21345
|
* @param request DeleteBasicAccelerateIpRequest
|
|
21300
21346
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -21333,10 +21379,10 @@ export default class Client extends OpenApi {
|
|
|
21333
21379
|
}
|
|
21334
21380
|
|
|
21335
21381
|
/**
|
|
21336
|
-
* * **
|
|
21337
|
-
* * If
|
|
21338
|
-
* * If the system fails to return information about
|
|
21339
|
-
* *
|
|
21382
|
+
* * **DeleteBasicAccelerateIp** 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 [GetBasicAccelerateIp](~~466794~~) operation to query the status of an accelerated IP address.
|
|
21383
|
+
* * If an accelerated IP address is in the **deleting** state, the accelerated IP address is being deleted. In this case, you can perform only query operations.
|
|
21384
|
+
* * If the system fails to return information about an accelerated IP address, the accelerated IP address is deleted.
|
|
21385
|
+
* * You cannot repeatedly call the **DeleteBasicAccelerateIp** operation for the same basic GA instance within a specific period of time.
|
|
21340
21386
|
*
|
|
21341
21387
|
* @param request DeleteBasicAccelerateIpRequest
|
|
21342
21388
|
* @return DeleteBasicAccelerateIpResponse
|
|
@@ -21411,9 +21457,16 @@ export default class Client extends OpenApi {
|
|
|
21411
21457
|
}
|
|
21412
21458
|
|
|
21413
21459
|
/**
|
|
21414
|
-
*
|
|
21415
|
-
*
|
|
21416
|
-
*
|
|
21460
|
+
* * You cannot delete subscription basic GA instances. You can unsubscribe from a basic GA instance on the [Unsubscribe](https://usercenter2-intl.aliyun.com/refund/refund) page. Before you unsubscribe from a basic GA instance, make sure that the acceleration areas and endpoint groups of the GA instance are deleted and no bandwidth plans are associated with the GA instance.
|
|
21461
|
+
* * For information about how to delete an acceleration area, see [DeleteBasicIpSet](~~2253388~~).
|
|
21462
|
+
* * For information about how to delete an endpoint group, see [DeleteBasicEndpointGroup](~~2253399~~).
|
|
21463
|
+
* * For information about how to disassociate a bandwidth plan from a basic GA instance, see [BandwidthPackageRemoveAccelerator](~~153240~~).
|
|
21464
|
+
* * Before you call this operation to delete a pay-as-you-go basic GA instance, make sure that all data is migrated and the acceleration areas and endpoint groups of the instance are deleted.
|
|
21465
|
+
* * For information about how to delete an acceleration area, see [DeleteBasicIpSet](~~2253388~~).
|
|
21466
|
+
* * For information about how to delete an endpoint group, see [DeleteBasicEndpointGroup](~~2253399~~).
|
|
21467
|
+
* * **DeleteBasicAccelerator** 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 [GetBasicAccelerator](~~353188~~) operation to query the status of the task.
|
|
21468
|
+
* * If the basic GA instance is in the **deleting** state, it indicates that the instance is being deleted. In this case, you can perform only query operations.
|
|
21469
|
+
* * If the information about the basic GA instance is not displayed in the response, it indicates that the instance is deleted.
|
|
21417
21470
|
*
|
|
21418
21471
|
* @param request DeleteBasicAcceleratorRequest
|
|
21419
21472
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -21448,9 +21501,16 @@ export default class Client extends OpenApi {
|
|
|
21448
21501
|
}
|
|
21449
21502
|
|
|
21450
21503
|
/**
|
|
21451
|
-
*
|
|
21452
|
-
*
|
|
21453
|
-
*
|
|
21504
|
+
* * You cannot delete subscription basic GA instances. You can unsubscribe from a basic GA instance on the [Unsubscribe](https://usercenter2-intl.aliyun.com/refund/refund) page. Before you unsubscribe from a basic GA instance, make sure that the acceleration areas and endpoint groups of the GA instance are deleted and no bandwidth plans are associated with the GA instance.
|
|
21505
|
+
* * For information about how to delete an acceleration area, see [DeleteBasicIpSet](~~2253388~~).
|
|
21506
|
+
* * For information about how to delete an endpoint group, see [DeleteBasicEndpointGroup](~~2253399~~).
|
|
21507
|
+
* * For information about how to disassociate a bandwidth plan from a basic GA instance, see [BandwidthPackageRemoveAccelerator](~~153240~~).
|
|
21508
|
+
* * Before you call this operation to delete a pay-as-you-go basic GA instance, make sure that all data is migrated and the acceleration areas and endpoint groups of the instance are deleted.
|
|
21509
|
+
* * For information about how to delete an acceleration area, see [DeleteBasicIpSet](~~2253388~~).
|
|
21510
|
+
* * For information about how to delete an endpoint group, see [DeleteBasicEndpointGroup](~~2253399~~).
|
|
21511
|
+
* * **DeleteBasicAccelerator** 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 [GetBasicAccelerator](~~353188~~) operation to query the status of the task.
|
|
21512
|
+
* * If the basic GA instance is in the **deleting** state, it indicates that the instance is being deleted. In this case, you can perform only query operations.
|
|
21513
|
+
* * If the information about the basic GA instance is not displayed in the response, it indicates that the instance is deleted.
|
|
21454
21514
|
*
|
|
21455
21515
|
* @param request DeleteBasicAcceleratorRequest
|
|
21456
21516
|
* @return DeleteBasicAcceleratorResponse
|
|
@@ -21521,9 +21581,12 @@ export default class Client extends OpenApi {
|
|
|
21521
21581
|
}
|
|
21522
21582
|
|
|
21523
21583
|
/**
|
|
21524
|
-
*
|
|
21525
|
-
*
|
|
21526
|
-
*
|
|
21584
|
+
* Before you delete an endpoint group, take note of the following items:
|
|
21585
|
+
* * If an endpoint in the endpoint group is associated with an accelerated IP address, you cannot delete the endpoint group. You can call the [DeleteBasicAccelerateIpEndpointRelation](~~2253413~~) operation to disassociate the endpoint from the accelerated IP address.
|
|
21586
|
+
* * If no endpoint in the endpoint group is associated with an accelerated IP address, you can delete the endpoint group. When you delete an endpoint group, all endpoints in the endpoint group are deleted.
|
|
21587
|
+
* * **DeleteBasicEndpointGroup** 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 [GetBasicEndpointGroup](~~362984~~) operation to query the status of the task.
|
|
21588
|
+
* * If the endpoint group is in the **deleting** state, the endpoint group is being deleted. In this case, you can perform only query operations.
|
|
21589
|
+
* * If the endpoint group cannot be queried, the endpoint group is deleted.
|
|
21527
21590
|
* * The **DeleteBasicEndpointGroup** operation cannot be repeatedly called for the same GA instance within a specific period of time.
|
|
21528
21591
|
*
|
|
21529
21592
|
* @param request DeleteBasicEndpointGroupRequest
|
|
@@ -21559,9 +21622,12 @@ export default class Client extends OpenApi {
|
|
|
21559
21622
|
}
|
|
21560
21623
|
|
|
21561
21624
|
/**
|
|
21562
|
-
*
|
|
21563
|
-
*
|
|
21564
|
-
*
|
|
21625
|
+
* Before you delete an endpoint group, take note of the following items:
|
|
21626
|
+
* * If an endpoint in the endpoint group is associated with an accelerated IP address, you cannot delete the endpoint group. You can call the [DeleteBasicAccelerateIpEndpointRelation](~~2253413~~) operation to disassociate the endpoint from the accelerated IP address.
|
|
21627
|
+
* * If no endpoint in the endpoint group is associated with an accelerated IP address, you can delete the endpoint group. When you delete an endpoint group, all endpoints in the endpoint group are deleted.
|
|
21628
|
+
* * **DeleteBasicEndpointGroup** 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 [GetBasicEndpointGroup](~~362984~~) operation to query the status of the task.
|
|
21629
|
+
* * If the endpoint group is in the **deleting** state, the endpoint group is being deleted. In this case, you can perform only query operations.
|
|
21630
|
+
* * If the endpoint group cannot be queried, the endpoint group is deleted.
|
|
21565
21631
|
* * The **DeleteBasicEndpointGroup** operation cannot be repeatedly called for the same GA instance within a specific period of time.
|
|
21566
21632
|
*
|
|
21567
21633
|
* @param request DeleteBasicEndpointGroupRequest
|
|
@@ -21573,10 +21639,11 @@ export default class Client extends OpenApi {
|
|
|
21573
21639
|
}
|
|
21574
21640
|
|
|
21575
21641
|
/**
|
|
21576
|
-
* *
|
|
21642
|
+
* * If an accelerated IP address is associated with an endpoint, you cannot delete the acceleration region. You can call the [DeleteBasicAccelerateIpEndpointRelation](~~2253413~~) operation to disassociate the accelerated IP address from the endpoint.
|
|
21643
|
+
* * \\*\\*DeleteBasicIpSet\\*\\* 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 [GetBasicIpSet](~~362987~~) operation to query the status of the task.
|
|
21577
21644
|
* * 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.
|
|
21578
|
-
* * If the
|
|
21579
|
-
* * The \\*\\*DeleteBasicIpSet\\*\\* operation cannot be called
|
|
21645
|
+
* * If the acceleration region cannot be queried, it indicates that the acceleration region is deleted.
|
|
21646
|
+
* * The \\*\\*DeleteBasicIpSet\\*\\* operation cannot be repeatedly called for the same basic GA instance within a specific period of time.
|
|
21580
21647
|
*
|
|
21581
21648
|
* @param request DeleteBasicIpSetRequest
|
|
21582
21649
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -21615,10 +21682,11 @@ export default class Client extends OpenApi {
|
|
|
21615
21682
|
}
|
|
21616
21683
|
|
|
21617
21684
|
/**
|
|
21618
|
-
* *
|
|
21685
|
+
* * If an accelerated IP address is associated with an endpoint, you cannot delete the acceleration region. You can call the [DeleteBasicAccelerateIpEndpointRelation](~~2253413~~) operation to disassociate the accelerated IP address from the endpoint.
|
|
21686
|
+
* * \\*\\*DeleteBasicIpSet\\*\\* 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 [GetBasicIpSet](~~362987~~) operation to query the status of the task.
|
|
21619
21687
|
* * 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.
|
|
21620
|
-
* * If the
|
|
21621
|
-
* * The \\*\\*DeleteBasicIpSet\\*\\* operation cannot be called
|
|
21688
|
+
* * If the acceleration region cannot be queried, it indicates that the acceleration region is deleted.
|
|
21689
|
+
* * The \\*\\*DeleteBasicIpSet\\*\\* operation cannot be repeatedly called for the same basic GA instance within a specific period of time.
|
|
21622
21690
|
*
|
|
21623
21691
|
* @param request DeleteBasicIpSetRequest
|
|
21624
21692
|
* @return DeleteBasicIpSetResponse
|
|
@@ -22167,10 +22235,10 @@ export default class Client extends OpenApi {
|
|
|
22167
22235
|
}
|
|
22168
22236
|
|
|
22169
22237
|
/**
|
|
22170
|
-
* * **DeleteIpSets** is an asynchronous operation. After
|
|
22238
|
+
* * **DeleteIpSets** is an asynchronous operation. After a request is sent, the system returns a request ID and runs the task in the background. You can call the [DescribeIpSet](~~153246~~) operation to query the status of the task.
|
|
22171
22239
|
* * If the acceleration region is in the **deleting** state, the acceleration region is being deleted. In this case, you can perform only query operations.
|
|
22172
|
-
* * If the acceleration region
|
|
22173
|
-
* *
|
|
22240
|
+
* * If you cannot query the acceleration region, the acceleration region is deleted.
|
|
22241
|
+
* * You cannot repeatedly call the **DeleteIpSets** operation for the same Global Accelerator (GA) instance within a specific period of time.
|
|
22174
22242
|
*
|
|
22175
22243
|
* @param request DeleteIpSetsRequest
|
|
22176
22244
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -22205,10 +22273,10 @@ export default class Client extends OpenApi {
|
|
|
22205
22273
|
}
|
|
22206
22274
|
|
|
22207
22275
|
/**
|
|
22208
|
-
* * **DeleteIpSets** is an asynchronous operation. After
|
|
22276
|
+
* * **DeleteIpSets** is an asynchronous operation. After a request is sent, the system returns a request ID and runs the task in the background. You can call the [DescribeIpSet](~~153246~~) operation to query the status of the task.
|
|
22209
22277
|
* * If the acceleration region is in the **deleting** state, the acceleration region is being deleted. In this case, you can perform only query operations.
|
|
22210
|
-
* * If the acceleration region
|
|
22211
|
-
* *
|
|
22278
|
+
* * If you cannot query the acceleration region, the acceleration region is deleted.
|
|
22279
|
+
* * You cannot repeatedly call the **DeleteIpSets** operation for the same Global Accelerator (GA) instance within a specific period of time.
|
|
22212
22280
|
*
|
|
22213
22281
|
* @param request DeleteIpSetsRequest
|
|
22214
22282
|
* @return DeleteIpSetsResponse
|
|
@@ -22219,10 +22287,14 @@ export default class Client extends OpenApi {
|
|
|
22219
22287
|
}
|
|
22220
22288
|
|
|
22221
22289
|
/**
|
|
22222
|
-
* * **DeleteListener**
|
|
22223
|
-
* *
|
|
22224
|
-
* *
|
|
22225
|
-
*
|
|
22290
|
+
* * Before you call the **DeleteListener** operation, make sure that no endpoint groups are associated with the listener that you want to delete. For information about how to delete an endpoint group, see the following topics:
|
|
22291
|
+
* * [DeleteEndpointGroup](~~2253305~~): deletes an endpoint group that is associated with an intelligent routing listener.
|
|
22292
|
+
* * [DeleteEndpointGroups](~~2253311~~): deletes multiple endpoint groups that are associated with intelligent routing listeners at the same time.
|
|
22293
|
+
* * [DeleteCustomRoutingEndpointGroups](~~2303183~~): deletes multiple endpoint groups that are associated with custom routing listeners at the same time.
|
|
22294
|
+
* * **DeleteListener** is an asynchronous operation. After you send a request, the system returns a request ID and runs the task in the background. You can call the [DescribeListener](~~153254~~) operation to query the status of the listener.
|
|
22295
|
+
* * If the listener is in the **deleting** state, the listener is being deleted. In this case, you can perform only query operations.
|
|
22296
|
+
* * If the listener cannot be queried, the listener is deleted.
|
|
22297
|
+
* * You cannot repeatedly call the **DeleteListener** operation to delete the listeners of the same Global Accelerator (GA) instance within a specific period of time.
|
|
22226
22298
|
*
|
|
22227
22299
|
* @param request DeleteListenerRequest
|
|
22228
22300
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -22261,10 +22333,14 @@ export default class Client extends OpenApi {
|
|
|
22261
22333
|
}
|
|
22262
22334
|
|
|
22263
22335
|
/**
|
|
22264
|
-
* * **DeleteListener**
|
|
22265
|
-
* *
|
|
22266
|
-
* *
|
|
22267
|
-
*
|
|
22336
|
+
* * Before you call the **DeleteListener** operation, make sure that no endpoint groups are associated with the listener that you want to delete. For information about how to delete an endpoint group, see the following topics:
|
|
22337
|
+
* * [DeleteEndpointGroup](~~2253305~~): deletes an endpoint group that is associated with an intelligent routing listener.
|
|
22338
|
+
* * [DeleteEndpointGroups](~~2253311~~): deletes multiple endpoint groups that are associated with intelligent routing listeners at the same time.
|
|
22339
|
+
* * [DeleteCustomRoutingEndpointGroups](~~2303183~~): deletes multiple endpoint groups that are associated with custom routing listeners at the same time.
|
|
22340
|
+
* * **DeleteListener** is an asynchronous operation. After you send a request, the system returns a request ID and runs the task in the background. You can call the [DescribeListener](~~153254~~) operation to query the status of the listener.
|
|
22341
|
+
* * If the listener is in the **deleting** state, the listener is being deleted. In this case, you can perform only query operations.
|
|
22342
|
+
* * If the listener cannot be queried, the listener is deleted.
|
|
22343
|
+
* * You cannot repeatedly call the **DeleteListener** operation to delete the listeners of the same Global Accelerator (GA) instance within a specific period of time.
|
|
22268
22344
|
*
|
|
22269
22345
|
* @param request DeleteListenerRequest
|
|
22270
22346
|
* @return DeleteListenerResponse
|
|
@@ -22573,6 +22649,13 @@ export default class Client extends OpenApi {
|
|
|
22573
22649
|
return await this.describeCommodityWithOptions(request, runtime);
|
|
22574
22650
|
}
|
|
22575
22651
|
|
|
22652
|
+
/**
|
|
22653
|
+
* You can call the [DescribeCommodity](~~2253233~~) operation to query information about the commodity modules.
|
|
22654
|
+
*
|
|
22655
|
+
* @param request DescribeCommodityPriceRequest
|
|
22656
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
22657
|
+
* @return DescribeCommodityPriceResponse
|
|
22658
|
+
*/
|
|
22576
22659
|
async describeCommodityPriceWithOptions(request: DescribeCommodityPriceRequest, runtime: $Util.RuntimeOptions): Promise<DescribeCommodityPriceResponse> {
|
|
22577
22660
|
Util.validateModel(request);
|
|
22578
22661
|
let query = { };
|
|
@@ -22605,6 +22688,12 @@ export default class Client extends OpenApi {
|
|
|
22605
22688
|
return $tea.cast<DescribeCommodityPriceResponse>(await this.callApi(params, req, runtime), new DescribeCommodityPriceResponse({}));
|
|
22606
22689
|
}
|
|
22607
22690
|
|
|
22691
|
+
/**
|
|
22692
|
+
* You can call the [DescribeCommodity](~~2253233~~) operation to query information about the commodity modules.
|
|
22693
|
+
*
|
|
22694
|
+
* @param request DescribeCommodityPriceRequest
|
|
22695
|
+
* @return DescribeCommodityPriceResponse
|
|
22696
|
+
*/
|
|
22608
22697
|
async describeCommodityPrice(request: DescribeCommodityPriceRequest): Promise<DescribeCommodityPriceResponse> {
|
|
22609
22698
|
let runtime = new $Util.RuntimeOptions({ });
|
|
22610
22699
|
return await this.describeCommodityPriceWithOptions(request, runtime);
|
|
@@ -22787,14 +22876,6 @@ export default class Client extends OpenApi {
|
|
|
22787
22876
|
return await this.describeEndpointGroupWithOptions(request, runtime);
|
|
22788
22877
|
}
|
|
22789
22878
|
|
|
22790
|
-
/**
|
|
22791
|
-
* ## Debugging
|
|
22792
|
-
* [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)
|
|
22793
|
-
*
|
|
22794
|
-
* @param request DescribeIpSetRequest
|
|
22795
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
22796
|
-
* @return DescribeIpSetResponse
|
|
22797
|
-
*/
|
|
22798
22879
|
async describeIpSetWithOptions(request: DescribeIpSetRequest, runtime: $Util.RuntimeOptions): Promise<DescribeIpSetResponse> {
|
|
22799
22880
|
Util.validateModel(request);
|
|
22800
22881
|
let query = { };
|
|
@@ -22823,20 +22904,13 @@ export default class Client extends OpenApi {
|
|
|
22823
22904
|
return $tea.cast<DescribeIpSetResponse>(await this.callApi(params, req, runtime), new DescribeIpSetResponse({}));
|
|
22824
22905
|
}
|
|
22825
22906
|
|
|
22826
|
-
/**
|
|
22827
|
-
* ## Debugging
|
|
22828
|
-
* [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)
|
|
22829
|
-
*
|
|
22830
|
-
* @param request DescribeIpSetRequest
|
|
22831
|
-
* @return DescribeIpSetResponse
|
|
22832
|
-
*/
|
|
22833
22907
|
async describeIpSet(request: DescribeIpSetRequest): Promise<DescribeIpSetResponse> {
|
|
22834
22908
|
let runtime = new $Util.RuntimeOptions({ });
|
|
22835
22909
|
return await this.describeIpSetWithOptions(request, runtime);
|
|
22836
22910
|
}
|
|
22837
22911
|
|
|
22838
22912
|
/**
|
|
22839
|
-
* This operation is used to query configuration information about a
|
|
22913
|
+
* This operation is used to query configuration information about a listener of a GA instance. The information includes the routing type of the listener, the status of the listener, the timestamp that indicates when the listener was created, and the listener ports.
|
|
22840
22914
|
*
|
|
22841
22915
|
* @param request DescribeListenerRequest
|
|
22842
22916
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -22871,7 +22945,7 @@ export default class Client extends OpenApi {
|
|
|
22871
22945
|
}
|
|
22872
22946
|
|
|
22873
22947
|
/**
|
|
22874
|
-
* This operation is used to query configuration information about a
|
|
22948
|
+
* This operation is used to query configuration information about a listener of a GA instance. The information includes the routing type of the listener, the status of the listener, the timestamp that indicates when the listener was created, and the listener ports.
|
|
22875
22949
|
*
|
|
22876
22950
|
* @param request DescribeListenerRequest
|
|
22877
22951
|
* @return DescribeListenerResponse
|
|
@@ -24522,6 +24596,10 @@ export default class Client extends OpenApi {
|
|
|
24522
24596
|
query["AcceleratorId"] = request.acceleratorId;
|
|
24523
24597
|
}
|
|
24524
24598
|
|
|
24599
|
+
if (!Util.isUnset(request.accessLogSwitch)) {
|
|
24600
|
+
query["AccessLogSwitch"] = request.accessLogSwitch;
|
|
24601
|
+
}
|
|
24602
|
+
|
|
24525
24603
|
if (!Util.isUnset(request.endpointGroupId)) {
|
|
24526
24604
|
query["EndpointGroupId"] = request.endpointGroupId;
|
|
24527
24605
|
}
|
|
@@ -24866,14 +24944,6 @@ export default class Client extends OpenApi {
|
|
|
24866
24944
|
return await this.listEndpointGroupIpAddressCidrBlocksWithOptions(request, runtime);
|
|
24867
24945
|
}
|
|
24868
24946
|
|
|
24869
|
-
/**
|
|
24870
|
-
* ## Debugging
|
|
24871
|
-
* [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)
|
|
24872
|
-
*
|
|
24873
|
-
* @param request ListEndpointGroupsRequest
|
|
24874
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
24875
|
-
* @return ListEndpointGroupsResponse
|
|
24876
|
-
*/
|
|
24877
24947
|
async listEndpointGroupsWithOptions(request: ListEndpointGroupsRequest, runtime: $Util.RuntimeOptions): Promise<ListEndpointGroupsResponse> {
|
|
24878
24948
|
Util.validateModel(request);
|
|
24879
24949
|
let query = { };
|
|
@@ -24930,13 +25000,6 @@ export default class Client extends OpenApi {
|
|
|
24930
25000
|
return $tea.cast<ListEndpointGroupsResponse>(await this.callApi(params, req, runtime), new ListEndpointGroupsResponse({}));
|
|
24931
25001
|
}
|
|
24932
25002
|
|
|
24933
|
-
/**
|
|
24934
|
-
* ## Debugging
|
|
24935
|
-
* [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)
|
|
24936
|
-
*
|
|
24937
|
-
* @param request ListEndpointGroupsRequest
|
|
24938
|
-
* @return ListEndpointGroupsResponse
|
|
24939
|
-
*/
|
|
24940
25003
|
async listEndpointGroups(request: ListEndpointGroupsRequest): Promise<ListEndpointGroupsResponse> {
|
|
24941
25004
|
let runtime = new $Util.RuntimeOptions({ });
|
|
24942
25005
|
return await this.listEndpointGroupsWithOptions(request, runtime);
|
|
@@ -25136,7 +25199,7 @@ export default class Client extends OpenApi {
|
|
|
25136
25199
|
}
|
|
25137
25200
|
|
|
25138
25201
|
/**
|
|
25139
|
-
* This operation is used to query information about the listeners of a GA instance, including the
|
|
25202
|
+
* This operation is used to query information about the listeners of a GA instance, including the status of each listener, the timestamp that indicates when each listener was created, and the listener ports.
|
|
25140
25203
|
*
|
|
25141
25204
|
* @param request ListListenersRequest
|
|
25142
25205
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -25179,7 +25242,7 @@ export default class Client extends OpenApi {
|
|
|
25179
25242
|
}
|
|
25180
25243
|
|
|
25181
25244
|
/**
|
|
25182
|
-
* This operation is used to query information about the listeners of a GA instance, including the
|
|
25245
|
+
* This operation is used to query information about the listeners of a GA instance, including the status of each listener, the timestamp that indicates when each listener was created, and the listener ports.
|
|
25183
25246
|
*
|
|
25184
25247
|
* @param request ListListenersRequest
|
|
25185
25248
|
* @return ListListenersResponse
|
|
@@ -25281,10 +25344,10 @@ export default class Client extends OpenApi {
|
|
|
25281
25344
|
}
|
|
25282
25345
|
|
|
25283
25346
|
/**
|
|
25284
|
-
* * You must specify **ResourceId
|
|
25285
|
-
* * **Tag
|
|
25286
|
-
* * If you specify **Tag
|
|
25287
|
-
* * If you specify multiple key-value pairs, resources that contain
|
|
25347
|
+
* * You must specify **ResourceId** or **Tag** in the request to specify the object that you want to query.********
|
|
25348
|
+
* * **Tag** is a resource tag that consists of a key-value pair (Key and Value). If you specify only **Key**, all tag values that are associated with the specified tag key are returned. If you specify only **Value**, an error message is returned.
|
|
25349
|
+
* * If you specify **Tag** and **ResourceId** to filter tags, **ResourceId** must match all specified key-value pairs.
|
|
25350
|
+
* * If you specify multiple key-value pairs, resources that contain the key-value pairs are returned.
|
|
25288
25351
|
*
|
|
25289
25352
|
* @param request ListTagResourcesRequest
|
|
25290
25353
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -25335,10 +25398,10 @@ export default class Client extends OpenApi {
|
|
|
25335
25398
|
}
|
|
25336
25399
|
|
|
25337
25400
|
/**
|
|
25338
|
-
* * You must specify **ResourceId
|
|
25339
|
-
* * **Tag
|
|
25340
|
-
* * If you specify **Tag
|
|
25341
|
-
* * If you specify multiple key-value pairs, resources that contain
|
|
25401
|
+
* * You must specify **ResourceId** or **Tag** in the request to specify the object that you want to query.********
|
|
25402
|
+
* * **Tag** is a resource tag that consists of a key-value pair (Key and Value). If you specify only **Key**, all tag values that are associated with the specified tag key are returned. If you specify only **Value**, an error message is returned.
|
|
25403
|
+
* * If you specify **Tag** and **ResourceId** to filter tags, **ResourceId** must match all specified key-value pairs.
|
|
25404
|
+
* * If you specify multiple key-value pairs, resources that contain the key-value pairs are returned.
|
|
25342
25405
|
*
|
|
25343
25406
|
* @param request ListTagResourcesRequest
|
|
25344
25407
|
* @return ListTagResourcesResponse
|
|
@@ -25724,7 +25787,7 @@ export default class Client extends OpenApi {
|
|
|
25724
25787
|
}
|
|
25725
25788
|
|
|
25726
25789
|
/**
|
|
25727
|
-
*
|
|
25790
|
+
* You cannot repeatedly call the **UpdateAcceleratorAutoRenewAttribute** operation for the same GA instance within a specific period of time.
|
|
25728
25791
|
*
|
|
25729
25792
|
* @param request UpdateAcceleratorAutoRenewAttributeRequest
|
|
25730
25793
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -25779,7 +25842,7 @@ export default class Client extends OpenApi {
|
|
|
25779
25842
|
}
|
|
25780
25843
|
|
|
25781
25844
|
/**
|
|
25782
|
-
*
|
|
25845
|
+
* You cannot repeatedly call the **UpdateAcceleratorAutoRenewAttribute** operation for the same GA instance within a specific period of time.
|
|
25783
25846
|
*
|
|
25784
25847
|
* @param request UpdateAcceleratorAutoRenewAttributeRequest
|
|
25785
25848
|
* @return UpdateAcceleratorAutoRenewAttributeResponse
|
|
@@ -25844,10 +25907,9 @@ export default class Client extends OpenApi {
|
|
|
25844
25907
|
}
|
|
25845
25908
|
|
|
25846
25909
|
/**
|
|
25847
|
-
* ### Prerequisites
|
|
25848
25910
|
* You can call this operation to change the type of transmission network for a **standard** GA instance whose bandwidth metering method is **pay-by-data-transfer**. Before you call this operation, make sure that the following requirements are met:
|
|
25849
25911
|
* * Cloud Data Transfer (CDT) is activated. When you call the [CreateAccelerator](~~206786~~) operation and set **BandwidthBillingType** to **CDT** to create a **standard** GA instance whose bandwidth metering method is **pay-by-data-transfer**, CDT is automatically activated. The data transfer fees are managed by CDT.
|
|
25850
|
-
* * If you want to set **CrossBorderMode** to **private**, which specifies cross-border Express Connect circuit as the type of transmission network, make sure that your enterprise account
|
|
25912
|
+
* * If you want to set **CrossBorderMode** to **private**, which specifies cross-border Express Connect circuit as the type of transmission network, make sure that real-name verification is complete for your enterprise account. For more information, see [Real-name verification](~~52595~~).
|
|
25851
25913
|
*
|
|
25852
25914
|
* @param request UpdateAcceleratorCrossBorderModeRequest
|
|
25853
25915
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -25890,10 +25952,9 @@ export default class Client extends OpenApi {
|
|
|
25890
25952
|
}
|
|
25891
25953
|
|
|
25892
25954
|
/**
|
|
25893
|
-
* ### Prerequisites
|
|
25894
25955
|
* You can call this operation to change the type of transmission network for a **standard** GA instance whose bandwidth metering method is **pay-by-data-transfer**. Before you call this operation, make sure that the following requirements are met:
|
|
25895
25956
|
* * Cloud Data Transfer (CDT) is activated. When you call the [CreateAccelerator](~~206786~~) operation and set **BandwidthBillingType** to **CDT** to create a **standard** GA instance whose bandwidth metering method is **pay-by-data-transfer**, CDT is automatically activated. The data transfer fees are managed by CDT.
|
|
25896
|
-
* * If you want to set **CrossBorderMode** to **private**, which specifies cross-border Express Connect circuit as the type of transmission network, make sure that your enterprise account
|
|
25957
|
+
* * If you want to set **CrossBorderMode** to **private**, which specifies cross-border Express Connect circuit as the type of transmission network, make sure that real-name verification is complete for your enterprise account. For more information, see [Real-name verification](~~52595~~).
|
|
25897
25958
|
*
|
|
25898
25959
|
* @param request UpdateAcceleratorCrossBorderModeRequest
|
|
25899
25960
|
* @return UpdateAcceleratorCrossBorderModeResponse
|
|
@@ -26415,10 +26476,10 @@ export default class Client extends OpenApi {
|
|
|
26415
26476
|
}
|
|
26416
26477
|
|
|
26417
26478
|
/**
|
|
26418
|
-
* * **UpdateBasicEndpointGroup** is an asynchronous operation. After
|
|
26419
|
-
* * If the basic GA instance is in the **configuring** state,
|
|
26420
|
-
* * If the basic GA instance is in the **active** state,
|
|
26421
|
-
* * The **UpdateBasicEndpointGroup** operation cannot be called
|
|
26479
|
+
* * **UpdateBasicEndpointGroup** is an asynchronous operation. After a request is sent, the system returns a request ID and runs the task in the background. The system modifies the configurations of an endpoint group that is associated with a basic GA instance by deleting the endpoint group and creating a new endpoint group. You can call the [GetBasicAccelerator](~~353188~~) operation to query the status of the task.
|
|
26480
|
+
* * If the basic GA instance is in the **configuring** state, the configurations of the endpoint group are being modified. In this case, you can perform only query operations.
|
|
26481
|
+
* * If the basic GA instance is in the **active** state, the configurations of the endpoint group are modified.
|
|
26482
|
+
* * The **UpdateBasicEndpointGroup** operation cannot be repeatedly called for the same basic GA instance within a specific period of time.
|
|
26422
26483
|
*
|
|
26423
26484
|
* @param request UpdateBasicEndpointGroupRequest
|
|
26424
26485
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -26477,10 +26538,10 @@ export default class Client extends OpenApi {
|
|
|
26477
26538
|
}
|
|
26478
26539
|
|
|
26479
26540
|
/**
|
|
26480
|
-
* * **UpdateBasicEndpointGroup** is an asynchronous operation. After
|
|
26481
|
-
* * If the basic GA instance is in the **configuring** state,
|
|
26482
|
-
* * If the basic GA instance is in the **active** state,
|
|
26483
|
-
* * The **UpdateBasicEndpointGroup** operation cannot be called
|
|
26541
|
+
* * **UpdateBasicEndpointGroup** is an asynchronous operation. After a request is sent, the system returns a request ID and runs the task in the background. The system modifies the configurations of an endpoint group that is associated with a basic GA instance by deleting the endpoint group and creating a new endpoint group. You can call the [GetBasicAccelerator](~~353188~~) operation to query the status of the task.
|
|
26542
|
+
* * If the basic GA instance is in the **configuring** state, the configurations of the endpoint group are being modified. In this case, you can perform only query operations.
|
|
26543
|
+
* * If the basic GA instance is in the **active** state, the configurations of the endpoint group are modified.
|
|
26544
|
+
* * The **UpdateBasicEndpointGroup** operation cannot be repeatedly called for the same basic GA instance within a specific period of time.
|
|
26484
26545
|
*
|
|
26485
26546
|
* @param request UpdateBasicEndpointGroupRequest
|
|
26486
26547
|
* @return UpdateBasicEndpointGroupResponse
|
|
@@ -26492,11 +26553,11 @@ export default class Client extends OpenApi {
|
|
|
26492
26553
|
|
|
26493
26554
|
/**
|
|
26494
26555
|
* Before you call this operation, take note of the following limits:
|
|
26495
|
-
* * You can
|
|
26496
|
-
* *
|
|
26497
|
-
* * If
|
|
26498
|
-
* * If
|
|
26499
|
-
* * You cannot repeatedly call the **UpdateBasicIpSet** operation for the same basic GA instance within
|
|
26556
|
+
* * You can modify the bandwidth of an acceleration region of a basic GA instance only if the bandwidth metering method of the basic GA instance is **pay-by-data-transfer**.
|
|
26557
|
+
* * **UpdateBasicIpSet** 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 [GetBasicIpSet](~~362987~~) operation to query the status of the task.
|
|
26558
|
+
* * If the acceleration region is in the **updating** state, it indicates that the bandwidth of the acceleration region is being modified. In this case, you can perform only query operations.
|
|
26559
|
+
* * If the acceleration region is in the **active** state, it indicates that the bandwidth of the acceleration region is modified.
|
|
26560
|
+
* * You cannot repeatedly call the **UpdateBasicIpSet** operation for the same basic GA instance within a specific period of time.
|
|
26500
26561
|
*
|
|
26501
26562
|
* @param request UpdateBasicIpSetRequest
|
|
26502
26563
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -26540,11 +26601,11 @@ export default class Client extends OpenApi {
|
|
|
26540
26601
|
|
|
26541
26602
|
/**
|
|
26542
26603
|
* Before you call this operation, take note of the following limits:
|
|
26543
|
-
* * You can
|
|
26544
|
-
* *
|
|
26545
|
-
* * If
|
|
26546
|
-
* * If
|
|
26547
|
-
* * You cannot repeatedly call the **UpdateBasicIpSet** operation for the same basic GA instance within
|
|
26604
|
+
* * You can modify the bandwidth of an acceleration region of a basic GA instance only if the bandwidth metering method of the basic GA instance is **pay-by-data-transfer**.
|
|
26605
|
+
* * **UpdateBasicIpSet** 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 [GetBasicIpSet](~~362987~~) operation to query the status of the task.
|
|
26606
|
+
* * If the acceleration region is in the **updating** state, it indicates that the bandwidth of the acceleration region is being modified. In this case, you can perform only query operations.
|
|
26607
|
+
* * If the acceleration region is in the **active** state, it indicates that the bandwidth of the acceleration region is modified.
|
|
26608
|
+
* * You cannot repeatedly call the **UpdateBasicIpSet** operation for the same basic GA instance within a specific period of time.
|
|
26548
26609
|
*
|
|
26549
26610
|
* @param request UpdateBasicIpSetRequest
|
|
26550
26611
|
* @return UpdateBasicIpSetResponse
|
|
@@ -27229,10 +27290,10 @@ export default class Client extends OpenApi {
|
|
|
27229
27290
|
}
|
|
27230
27291
|
|
|
27231
27292
|
/**
|
|
27232
|
-
* * **
|
|
27293
|
+
* * **UpdateIpSets** is an asynchronous operation. After a request is sent, the system returns a request ID and runs the task in the background. You can call the [DescribeIpSet](~~153246~~) operation to query the status of the task.
|
|
27233
27294
|
* * If an acceleration region is in the **updating** state, the acceleration region is being modified. In this case, you can perform only query operations.
|
|
27234
27295
|
* * If an acceleration region is in the **active** state, the acceleration region is modified.
|
|
27235
|
-
* * You cannot repeatedly call the **
|
|
27296
|
+
* * You cannot repeatedly call the **UpdateIpSets** operation for the same GA instance within a specific period of time.
|
|
27236
27297
|
*
|
|
27237
27298
|
* @param request UpdateIpSetsRequest
|
|
27238
27299
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -27267,10 +27328,10 @@ export default class Client extends OpenApi {
|
|
|
27267
27328
|
}
|
|
27268
27329
|
|
|
27269
27330
|
/**
|
|
27270
|
-
* * **
|
|
27331
|
+
* * **UpdateIpSets** is an asynchronous operation. After a request is sent, the system returns a request ID and runs the task in the background. You can call the [DescribeIpSet](~~153246~~) operation to query the status of the task.
|
|
27271
27332
|
* * If an acceleration region is in the **updating** state, the acceleration region is being modified. In this case, you can perform only query operations.
|
|
27272
27333
|
* * If an acceleration region is in the **active** state, the acceleration region is modified.
|
|
27273
|
-
* * You cannot repeatedly call the **
|
|
27334
|
+
* * You cannot repeatedly call the **UpdateIpSets** operation for the same GA instance within a specific period of time.
|
|
27274
27335
|
*
|
|
27275
27336
|
* @param request UpdateIpSetsRequest
|
|
27276
27337
|
* @return UpdateIpSetsResponse
|
|
@@ -27315,6 +27376,10 @@ export default class Client extends OpenApi {
|
|
|
27315
27376
|
query["Description"] = request.description;
|
|
27316
27377
|
}
|
|
27317
27378
|
|
|
27379
|
+
if (!Util.isUnset(request.httpVersion)) {
|
|
27380
|
+
query["HttpVersion"] = request.httpVersion;
|
|
27381
|
+
}
|
|
27382
|
+
|
|
27318
27383
|
if (!Util.isUnset(request.idleTimeout)) {
|
|
27319
27384
|
query["IdleTimeout"] = request.idleTimeout;
|
|
27320
27385
|
}
|