@alicloud/ga20191120 2.1.5 → 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 +668 -632
- package/dist/client.js +226 -166
- package/dist/client.js.map +1 -1
- package/package.json +3 -3
- package/src/client.ts +686 -632
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',
|
|
@@ -9095,9 +9101,9 @@ export class ListCustomRoutingEndpointGroupsResponseBody extends $tea.Model {
|
|
|
9095
9101
|
}
|
|
9096
9102
|
|
|
9097
9103
|
export class ListCustomRoutingEndpointGroupsResponse extends $tea.Model {
|
|
9098
|
-
headers
|
|
9099
|
-
statusCode
|
|
9100
|
-
body
|
|
9104
|
+
headers?: { [key: string]: string };
|
|
9105
|
+
statusCode?: number;
|
|
9106
|
+
body?: ListCustomRoutingEndpointGroupsResponseBody;
|
|
9101
9107
|
static names(): { [key: string]: string } {
|
|
9102
9108
|
return {
|
|
9103
9109
|
headers: 'headers',
|
|
@@ -9191,9 +9197,9 @@ export class ListCustomRoutingEndpointTrafficPoliciesResponseBody extends $tea.M
|
|
|
9191
9197
|
}
|
|
9192
9198
|
|
|
9193
9199
|
export class ListCustomRoutingEndpointTrafficPoliciesResponse extends $tea.Model {
|
|
9194
|
-
headers
|
|
9195
|
-
statusCode
|
|
9196
|
-
body
|
|
9200
|
+
headers?: { [key: string]: string };
|
|
9201
|
+
statusCode?: number;
|
|
9202
|
+
body?: ListCustomRoutingEndpointTrafficPoliciesResponseBody;
|
|
9197
9203
|
static names(): { [key: string]: string } {
|
|
9198
9204
|
return {
|
|
9199
9205
|
headers: 'headers',
|
|
@@ -9281,9 +9287,9 @@ export class ListCustomRoutingEndpointsResponseBody extends $tea.Model {
|
|
|
9281
9287
|
}
|
|
9282
9288
|
|
|
9283
9289
|
export class ListCustomRoutingEndpointsResponse extends $tea.Model {
|
|
9284
|
-
headers
|
|
9285
|
-
statusCode
|
|
9286
|
-
body
|
|
9290
|
+
headers?: { [key: string]: string };
|
|
9291
|
+
statusCode?: number;
|
|
9292
|
+
body?: ListCustomRoutingEndpointsResponseBody;
|
|
9287
9293
|
static names(): { [key: string]: string } {
|
|
9288
9294
|
return {
|
|
9289
9295
|
headers: 'headers',
|
|
@@ -9371,9 +9377,9 @@ export class ListCustomRoutingPortMappingsResponseBody extends $tea.Model {
|
|
|
9371
9377
|
}
|
|
9372
9378
|
|
|
9373
9379
|
export class ListCustomRoutingPortMappingsResponse extends $tea.Model {
|
|
9374
|
-
headers
|
|
9375
|
-
statusCode
|
|
9376
|
-
body
|
|
9380
|
+
headers?: { [key: string]: string };
|
|
9381
|
+
statusCode?: number;
|
|
9382
|
+
body?: ListCustomRoutingPortMappingsResponseBody;
|
|
9377
9383
|
static names(): { [key: string]: string } {
|
|
9378
9384
|
return {
|
|
9379
9385
|
headers: 'headers',
|
|
@@ -9458,9 +9464,9 @@ export class ListCustomRoutingPortMappingsByDestinationResponseBody extends $tea
|
|
|
9458
9464
|
}
|
|
9459
9465
|
|
|
9460
9466
|
export class ListCustomRoutingPortMappingsByDestinationResponse extends $tea.Model {
|
|
9461
|
-
headers
|
|
9462
|
-
statusCode
|
|
9463
|
-
body
|
|
9467
|
+
headers?: { [key: string]: string };
|
|
9468
|
+
statusCode?: number;
|
|
9469
|
+
body?: ListCustomRoutingPortMappingsByDestinationResponseBody;
|
|
9464
9470
|
static names(): { [key: string]: string } {
|
|
9465
9471
|
return {
|
|
9466
9472
|
headers: 'headers',
|
|
@@ -9548,9 +9554,9 @@ export class ListDomainsResponseBody extends $tea.Model {
|
|
|
9548
9554
|
}
|
|
9549
9555
|
|
|
9550
9556
|
export class ListDomainsResponse extends $tea.Model {
|
|
9551
|
-
headers
|
|
9552
|
-
statusCode
|
|
9553
|
-
body
|
|
9557
|
+
headers?: { [key: string]: string };
|
|
9558
|
+
statusCode?: number;
|
|
9559
|
+
body?: ListDomainsResponseBody;
|
|
9554
9560
|
static names(): { [key: string]: string } {
|
|
9555
9561
|
return {
|
|
9556
9562
|
headers: 'headers',
|
|
@@ -9626,9 +9632,9 @@ export class ListEndpointGroupIpAddressCidrBlocksResponseBody extends $tea.Model
|
|
|
9626
9632
|
}
|
|
9627
9633
|
|
|
9628
9634
|
export class ListEndpointGroupIpAddressCidrBlocksResponse extends $tea.Model {
|
|
9629
|
-
headers
|
|
9630
|
-
statusCode
|
|
9631
|
-
body
|
|
9635
|
+
headers?: { [key: string]: string };
|
|
9636
|
+
statusCode?: number;
|
|
9637
|
+
body?: ListEndpointGroupIpAddressCidrBlocksResponseBody;
|
|
9632
9638
|
static names(): { [key: string]: string } {
|
|
9633
9639
|
return {
|
|
9634
9640
|
headers: 'headers',
|
|
@@ -9725,9 +9731,9 @@ export class ListEndpointGroupsResponseBody extends $tea.Model {
|
|
|
9725
9731
|
}
|
|
9726
9732
|
|
|
9727
9733
|
export class ListEndpointGroupsResponse extends $tea.Model {
|
|
9728
|
-
headers
|
|
9729
|
-
statusCode
|
|
9730
|
-
body
|
|
9734
|
+
headers?: { [key: string]: string };
|
|
9735
|
+
statusCode?: number;
|
|
9736
|
+
body?: ListEndpointGroupsResponseBody;
|
|
9731
9737
|
static names(): { [key: string]: string } {
|
|
9732
9738
|
return {
|
|
9733
9739
|
headers: 'headers',
|
|
@@ -9818,9 +9824,9 @@ export class ListForwardingRulesResponseBody extends $tea.Model {
|
|
|
9818
9824
|
}
|
|
9819
9825
|
|
|
9820
9826
|
export class ListForwardingRulesResponse extends $tea.Model {
|
|
9821
|
-
headers
|
|
9822
|
-
statusCode
|
|
9823
|
-
body
|
|
9827
|
+
headers?: { [key: string]: string };
|
|
9828
|
+
statusCode?: number;
|
|
9829
|
+
body?: ListForwardingRulesResponseBody;
|
|
9824
9830
|
static names(): { [key: string]: string } {
|
|
9825
9831
|
return {
|
|
9826
9832
|
headers: 'headers',
|
|
@@ -9902,9 +9908,9 @@ export class ListIpSetsResponseBody extends $tea.Model {
|
|
|
9902
9908
|
}
|
|
9903
9909
|
|
|
9904
9910
|
export class ListIpSetsResponse extends $tea.Model {
|
|
9905
|
-
headers
|
|
9906
|
-
statusCode
|
|
9907
|
-
body
|
|
9911
|
+
headers?: { [key: string]: string };
|
|
9912
|
+
statusCode?: number;
|
|
9913
|
+
body?: ListIpSetsResponseBody;
|
|
9908
9914
|
static names(): { [key: string]: string } {
|
|
9909
9915
|
return {
|
|
9910
9916
|
headers: 'headers',
|
|
@@ -9974,9 +9980,9 @@ export class ListIspTypesResponseBody extends $tea.Model {
|
|
|
9974
9980
|
}
|
|
9975
9981
|
|
|
9976
9982
|
export class ListIspTypesResponse extends $tea.Model {
|
|
9977
|
-
headers
|
|
9978
|
-
statusCode
|
|
9979
|
-
body
|
|
9983
|
+
headers?: { [key: string]: string };
|
|
9984
|
+
statusCode?: number;
|
|
9985
|
+
body?: ListIspTypesResponseBody;
|
|
9980
9986
|
static names(): { [key: string]: string } {
|
|
9981
9987
|
return {
|
|
9982
9988
|
headers: 'headers',
|
|
@@ -10064,9 +10070,9 @@ export class ListListenerCertificatesResponseBody extends $tea.Model {
|
|
|
10064
10070
|
}
|
|
10065
10071
|
|
|
10066
10072
|
export class ListListenerCertificatesResponse extends $tea.Model {
|
|
10067
|
-
headers
|
|
10068
|
-
statusCode
|
|
10069
|
-
body
|
|
10073
|
+
headers?: { [key: string]: string };
|
|
10074
|
+
statusCode?: number;
|
|
10075
|
+
body?: ListListenerCertificatesResponseBody;
|
|
10070
10076
|
static names(): { [key: string]: string } {
|
|
10071
10077
|
return {
|
|
10072
10078
|
headers: 'headers',
|
|
@@ -10148,9 +10154,9 @@ export class ListListenersResponseBody extends $tea.Model {
|
|
|
10148
10154
|
}
|
|
10149
10155
|
|
|
10150
10156
|
export class ListListenersResponse extends $tea.Model {
|
|
10151
|
-
headers
|
|
10152
|
-
statusCode
|
|
10153
|
-
body
|
|
10157
|
+
headers?: { [key: string]: string };
|
|
10158
|
+
statusCode?: number;
|
|
10159
|
+
body?: ListListenersResponseBody;
|
|
10154
10160
|
static names(): { [key: string]: string } {
|
|
10155
10161
|
return {
|
|
10156
10162
|
headers: 'headers',
|
|
@@ -10223,9 +10229,9 @@ export class ListSpareIpsResponseBody extends $tea.Model {
|
|
|
10223
10229
|
}
|
|
10224
10230
|
|
|
10225
10231
|
export class ListSpareIpsResponse extends $tea.Model {
|
|
10226
|
-
headers
|
|
10227
|
-
statusCode
|
|
10228
|
-
body
|
|
10232
|
+
headers?: { [key: string]: string };
|
|
10233
|
+
statusCode?: number;
|
|
10234
|
+
body?: ListSpareIpsResponseBody;
|
|
10229
10235
|
static names(): { [key: string]: string } {
|
|
10230
10236
|
return {
|
|
10231
10237
|
headers: 'headers',
|
|
@@ -10304,9 +10310,9 @@ export class ListSystemSecurityPoliciesResponseBody extends $tea.Model {
|
|
|
10304
10310
|
}
|
|
10305
10311
|
|
|
10306
10312
|
export class ListSystemSecurityPoliciesResponse extends $tea.Model {
|
|
10307
|
-
headers
|
|
10308
|
-
statusCode
|
|
10309
|
-
body
|
|
10313
|
+
headers?: { [key: string]: string };
|
|
10314
|
+
statusCode?: number;
|
|
10315
|
+
body?: ListSystemSecurityPoliciesResponseBody;
|
|
10310
10316
|
static names(): { [key: string]: string } {
|
|
10311
10317
|
return {
|
|
10312
10318
|
headers: 'headers',
|
|
@@ -10391,9 +10397,9 @@ export class ListTagResourcesResponseBody extends $tea.Model {
|
|
|
10391
10397
|
}
|
|
10392
10398
|
|
|
10393
10399
|
export class ListTagResourcesResponse extends $tea.Model {
|
|
10394
|
-
headers
|
|
10395
|
-
statusCode
|
|
10396
|
-
body
|
|
10400
|
+
headers?: { [key: string]: string };
|
|
10401
|
+
statusCode?: number;
|
|
10402
|
+
body?: ListTagResourcesResponseBody;
|
|
10397
10403
|
static names(): { [key: string]: string } {
|
|
10398
10404
|
return {
|
|
10399
10405
|
headers: 'headers',
|
|
@@ -10469,9 +10475,9 @@ export class OpenAcceleratorServiceResponseBody extends $tea.Model {
|
|
|
10469
10475
|
}
|
|
10470
10476
|
|
|
10471
10477
|
export class OpenAcceleratorServiceResponse extends $tea.Model {
|
|
10472
|
-
headers
|
|
10473
|
-
statusCode
|
|
10474
|
-
body
|
|
10478
|
+
headers?: { [key: string]: string };
|
|
10479
|
+
statusCode?: number;
|
|
10480
|
+
body?: OpenAcceleratorServiceResponseBody;
|
|
10475
10481
|
static names(): { [key: string]: string } {
|
|
10476
10482
|
return {
|
|
10477
10483
|
headers: 'headers',
|
|
@@ -10535,9 +10541,9 @@ export class QueryCrossBorderApprovalStatusResponseBody extends $tea.Model {
|
|
|
10535
10541
|
}
|
|
10536
10542
|
|
|
10537
10543
|
export class QueryCrossBorderApprovalStatusResponse extends $tea.Model {
|
|
10538
|
-
headers
|
|
10539
|
-
statusCode
|
|
10540
|
-
body
|
|
10544
|
+
headers?: { [key: string]: string };
|
|
10545
|
+
statusCode?: number;
|
|
10546
|
+
body?: QueryCrossBorderApprovalStatusResponseBody;
|
|
10541
10547
|
static names(): { [key: string]: string } {
|
|
10542
10548
|
return {
|
|
10543
10549
|
headers: 'headers',
|
|
@@ -10613,9 +10619,9 @@ export class RemoveEntriesFromAclResponseBody extends $tea.Model {
|
|
|
10613
10619
|
}
|
|
10614
10620
|
|
|
10615
10621
|
export class RemoveEntriesFromAclResponse extends $tea.Model {
|
|
10616
|
-
headers
|
|
10617
|
-
statusCode
|
|
10618
|
-
body
|
|
10622
|
+
headers?: { [key: string]: string };
|
|
10623
|
+
statusCode?: number;
|
|
10624
|
+
body?: RemoveEntriesFromAclResponseBody;
|
|
10619
10625
|
static names(): { [key: string]: string } {
|
|
10620
10626
|
return {
|
|
10621
10627
|
headers: 'headers',
|
|
@@ -10685,9 +10691,9 @@ export class ReplaceBandwidthPackageResponseBody extends $tea.Model {
|
|
|
10685
10691
|
}
|
|
10686
10692
|
|
|
10687
10693
|
export class ReplaceBandwidthPackageResponse extends $tea.Model {
|
|
10688
|
-
headers
|
|
10689
|
-
statusCode
|
|
10690
|
-
body
|
|
10694
|
+
headers?: { [key: string]: string };
|
|
10695
|
+
statusCode?: number;
|
|
10696
|
+
body?: ReplaceBandwidthPackageResponseBody;
|
|
10691
10697
|
static names(): { [key: string]: string } {
|
|
10692
10698
|
return {
|
|
10693
10699
|
headers: 'headers',
|
|
@@ -10760,9 +10766,9 @@ export class TagResourcesResponseBody extends $tea.Model {
|
|
|
10760
10766
|
}
|
|
10761
10767
|
|
|
10762
10768
|
export class TagResourcesResponse extends $tea.Model {
|
|
10763
|
-
headers
|
|
10764
|
-
statusCode
|
|
10765
|
-
body
|
|
10769
|
+
headers?: { [key: string]: string };
|
|
10770
|
+
statusCode?: number;
|
|
10771
|
+
body?: TagResourcesResponseBody;
|
|
10766
10772
|
static names(): { [key: string]: string } {
|
|
10767
10773
|
return {
|
|
10768
10774
|
headers: 'headers',
|
|
@@ -10838,9 +10844,9 @@ export class UntagResourcesResponseBody extends $tea.Model {
|
|
|
10838
10844
|
}
|
|
10839
10845
|
|
|
10840
10846
|
export class UntagResourcesResponse extends $tea.Model {
|
|
10841
|
-
headers
|
|
10842
|
-
statusCode
|
|
10843
|
-
body
|
|
10847
|
+
headers?: { [key: string]: string };
|
|
10848
|
+
statusCode?: number;
|
|
10849
|
+
body?: UntagResourcesResponseBody;
|
|
10844
10850
|
static names(): { [key: string]: string } {
|
|
10845
10851
|
return {
|
|
10846
10852
|
headers: 'headers',
|
|
@@ -10922,9 +10928,9 @@ export class UpdateAcceleratorResponseBody extends $tea.Model {
|
|
|
10922
10928
|
}
|
|
10923
10929
|
|
|
10924
10930
|
export class UpdateAcceleratorResponse extends $tea.Model {
|
|
10925
|
-
headers
|
|
10926
|
-
statusCode
|
|
10927
|
-
body
|
|
10931
|
+
headers?: { [key: string]: string };
|
|
10932
|
+
statusCode?: number;
|
|
10933
|
+
body?: UpdateAcceleratorResponseBody;
|
|
10928
10934
|
static names(): { [key: string]: string } {
|
|
10929
10935
|
return {
|
|
10930
10936
|
headers: 'headers',
|
|
@@ -11006,9 +11012,9 @@ export class UpdateAcceleratorAutoRenewAttributeResponseBody extends $tea.Model
|
|
|
11006
11012
|
}
|
|
11007
11013
|
|
|
11008
11014
|
export class UpdateAcceleratorAutoRenewAttributeResponse extends $tea.Model {
|
|
11009
|
-
headers
|
|
11010
|
-
statusCode
|
|
11011
|
-
body
|
|
11015
|
+
headers?: { [key: string]: string };
|
|
11016
|
+
statusCode?: number;
|
|
11017
|
+
body?: UpdateAcceleratorAutoRenewAttributeResponseBody;
|
|
11012
11018
|
static names(): { [key: string]: string } {
|
|
11013
11019
|
return {
|
|
11014
11020
|
headers: 'headers',
|
|
@@ -11072,9 +11078,9 @@ export class UpdateAcceleratorConfirmResponseBody extends $tea.Model {
|
|
|
11072
11078
|
}
|
|
11073
11079
|
|
|
11074
11080
|
export class UpdateAcceleratorConfirmResponse extends $tea.Model {
|
|
11075
|
-
headers
|
|
11076
|
-
statusCode
|
|
11077
|
-
body
|
|
11081
|
+
headers?: { [key: string]: string };
|
|
11082
|
+
statusCode?: number;
|
|
11083
|
+
body?: UpdateAcceleratorConfirmResponseBody;
|
|
11078
11084
|
static names(): { [key: string]: string } {
|
|
11079
11085
|
return {
|
|
11080
11086
|
headers: 'headers',
|
|
@@ -11144,9 +11150,9 @@ export class UpdateAcceleratorCrossBorderModeResponseBody extends $tea.Model {
|
|
|
11144
11150
|
}
|
|
11145
11151
|
|
|
11146
11152
|
export class UpdateAcceleratorCrossBorderModeResponse extends $tea.Model {
|
|
11147
|
-
headers
|
|
11148
|
-
statusCode
|
|
11149
|
-
body
|
|
11153
|
+
headers?: { [key: string]: string };
|
|
11154
|
+
statusCode?: number;
|
|
11155
|
+
body?: UpdateAcceleratorCrossBorderModeResponseBody;
|
|
11150
11156
|
static names(): { [key: string]: string } {
|
|
11151
11157
|
return {
|
|
11152
11158
|
headers: 'headers',
|
|
@@ -11216,9 +11222,9 @@ export class UpdateAcceleratorCrossBorderStatusResponseBody extends $tea.Model {
|
|
|
11216
11222
|
}
|
|
11217
11223
|
|
|
11218
11224
|
export class UpdateAcceleratorCrossBorderStatusResponse extends $tea.Model {
|
|
11219
|
-
headers
|
|
11220
|
-
statusCode
|
|
11221
|
-
body
|
|
11225
|
+
headers?: { [key: string]: string };
|
|
11226
|
+
statusCode?: number;
|
|
11227
|
+
body?: UpdateAcceleratorCrossBorderStatusResponseBody;
|
|
11222
11228
|
static names(): { [key: string]: string } {
|
|
11223
11229
|
return {
|
|
11224
11230
|
headers: 'headers',
|
|
@@ -11294,9 +11300,9 @@ export class UpdateAclAttributeResponseBody extends $tea.Model {
|
|
|
11294
11300
|
}
|
|
11295
11301
|
|
|
11296
11302
|
export class UpdateAclAttributeResponse extends $tea.Model {
|
|
11297
|
-
headers
|
|
11298
|
-
statusCode
|
|
11299
|
-
body
|
|
11303
|
+
headers?: { [key: string]: string };
|
|
11304
|
+
statusCode?: number;
|
|
11305
|
+
body?: UpdateAclAttributeResponseBody;
|
|
11300
11306
|
static names(): { [key: string]: string } {
|
|
11301
11307
|
return {
|
|
11302
11308
|
headers: 'headers',
|
|
@@ -11378,9 +11384,9 @@ export class UpdateAdditionalCertificateWithListenerResponseBody extends $tea.Mo
|
|
|
11378
11384
|
}
|
|
11379
11385
|
|
|
11380
11386
|
export class UpdateAdditionalCertificateWithListenerResponse extends $tea.Model {
|
|
11381
|
-
headers
|
|
11382
|
-
statusCode
|
|
11383
|
-
body
|
|
11387
|
+
headers?: { [key: string]: string };
|
|
11388
|
+
statusCode?: number;
|
|
11389
|
+
body?: UpdateAdditionalCertificateWithListenerResponseBody;
|
|
11384
11390
|
static names(): { [key: string]: string } {
|
|
11385
11391
|
return {
|
|
11386
11392
|
headers: 'headers',
|
|
@@ -11471,9 +11477,9 @@ export class UpdateApplicationMonitorResponseBody extends $tea.Model {
|
|
|
11471
11477
|
}
|
|
11472
11478
|
|
|
11473
11479
|
export class UpdateApplicationMonitorResponse extends $tea.Model {
|
|
11474
|
-
headers
|
|
11475
|
-
statusCode
|
|
11476
|
-
body
|
|
11480
|
+
headers?: { [key: string]: string };
|
|
11481
|
+
statusCode?: number;
|
|
11482
|
+
body?: UpdateApplicationMonitorResponseBody;
|
|
11477
11483
|
static names(): { [key: string]: string } {
|
|
11478
11484
|
return {
|
|
11479
11485
|
headers: 'headers',
|
|
@@ -11555,9 +11561,9 @@ export class UpdateBandwidthPackagaAutoRenewAttributeResponseBody extends $tea.M
|
|
|
11555
11561
|
}
|
|
11556
11562
|
|
|
11557
11563
|
export class UpdateBandwidthPackagaAutoRenewAttributeResponse extends $tea.Model {
|
|
11558
|
-
headers
|
|
11559
|
-
statusCode
|
|
11560
|
-
body
|
|
11564
|
+
headers?: { [key: string]: string };
|
|
11565
|
+
statusCode?: number;
|
|
11566
|
+
body?: UpdateBandwidthPackagaAutoRenewAttributeResponseBody;
|
|
11561
11567
|
static names(): { [key: string]: string } {
|
|
11562
11568
|
return {
|
|
11563
11569
|
headers: 'headers',
|
|
@@ -11648,9 +11654,9 @@ export class UpdateBandwidthPackageResponseBody extends $tea.Model {
|
|
|
11648
11654
|
}
|
|
11649
11655
|
|
|
11650
11656
|
export class UpdateBandwidthPackageResponse extends $tea.Model {
|
|
11651
|
-
headers
|
|
11652
|
-
statusCode
|
|
11653
|
-
body
|
|
11657
|
+
headers?: { [key: string]: string };
|
|
11658
|
+
statusCode?: number;
|
|
11659
|
+
body?: UpdateBandwidthPackageResponseBody;
|
|
11654
11660
|
static names(): { [key: string]: string } {
|
|
11655
11661
|
return {
|
|
11656
11662
|
headers: 'headers',
|
|
@@ -11723,9 +11729,9 @@ export class UpdateBasicAcceleratorResponseBody extends $tea.Model {
|
|
|
11723
11729
|
}
|
|
11724
11730
|
|
|
11725
11731
|
export class UpdateBasicAcceleratorResponse extends $tea.Model {
|
|
11726
|
-
headers
|
|
11727
|
-
statusCode
|
|
11728
|
-
body
|
|
11732
|
+
headers?: { [key: string]: string };
|
|
11733
|
+
statusCode?: number;
|
|
11734
|
+
body?: UpdateBasicAcceleratorResponseBody;
|
|
11729
11735
|
static names(): { [key: string]: string } {
|
|
11730
11736
|
return {
|
|
11731
11737
|
headers: 'headers',
|
|
@@ -11807,9 +11813,9 @@ export class UpdateBasicEndpointResponseBody extends $tea.Model {
|
|
|
11807
11813
|
}
|
|
11808
11814
|
|
|
11809
11815
|
export class UpdateBasicEndpointResponse extends $tea.Model {
|
|
11810
|
-
headers
|
|
11811
|
-
statusCode
|
|
11812
|
-
body
|
|
11816
|
+
headers?: { [key: string]: string };
|
|
11817
|
+
statusCode?: number;
|
|
11818
|
+
body?: UpdateBasicEndpointResponseBody;
|
|
11813
11819
|
static names(): { [key: string]: string } {
|
|
11814
11820
|
return {
|
|
11815
11821
|
headers: 'headers',
|
|
@@ -11891,9 +11897,9 @@ export class UpdateBasicEndpointGroupResponseBody extends $tea.Model {
|
|
|
11891
11897
|
}
|
|
11892
11898
|
|
|
11893
11899
|
export class UpdateBasicEndpointGroupResponse extends $tea.Model {
|
|
11894
|
-
headers
|
|
11895
|
-
statusCode
|
|
11896
|
-
body
|
|
11900
|
+
headers?: { [key: string]: string };
|
|
11901
|
+
statusCode?: number;
|
|
11902
|
+
body?: UpdateBasicEndpointGroupResponseBody;
|
|
11897
11903
|
static names(): { [key: string]: string } {
|
|
11898
11904
|
return {
|
|
11899
11905
|
headers: 'headers',
|
|
@@ -11963,9 +11969,9 @@ export class UpdateBasicIpSetResponseBody extends $tea.Model {
|
|
|
11963
11969
|
}
|
|
11964
11970
|
|
|
11965
11971
|
export class UpdateBasicIpSetResponse extends $tea.Model {
|
|
11966
|
-
headers
|
|
11967
|
-
statusCode
|
|
11968
|
-
body
|
|
11972
|
+
headers?: { [key: string]: string };
|
|
11973
|
+
statusCode?: number;
|
|
11974
|
+
body?: UpdateBasicIpSetResponseBody;
|
|
11969
11975
|
static names(): { [key: string]: string } {
|
|
11970
11976
|
return {
|
|
11971
11977
|
headers: 'headers',
|
|
@@ -12038,9 +12044,9 @@ export class UpdateCustomRoutingEndpointGroupAttributeResponseBody extends $tea.
|
|
|
12038
12044
|
}
|
|
12039
12045
|
|
|
12040
12046
|
export class UpdateCustomRoutingEndpointGroupAttributeResponse extends $tea.Model {
|
|
12041
|
-
headers
|
|
12042
|
-
statusCode
|
|
12043
|
-
body
|
|
12047
|
+
headers?: { [key: string]: string };
|
|
12048
|
+
statusCode?: number;
|
|
12049
|
+
body?: UpdateCustomRoutingEndpointGroupAttributeResponseBody;
|
|
12044
12050
|
static names(): { [key: string]: string } {
|
|
12045
12051
|
return {
|
|
12046
12052
|
headers: 'headers',
|
|
@@ -12113,9 +12119,9 @@ export class UpdateCustomRoutingEndpointGroupDestinationsResponseBody extends $t
|
|
|
12113
12119
|
}
|
|
12114
12120
|
|
|
12115
12121
|
export class UpdateCustomRoutingEndpointGroupDestinationsResponse extends $tea.Model {
|
|
12116
|
-
headers
|
|
12117
|
-
statusCode
|
|
12118
|
-
body
|
|
12122
|
+
headers?: { [key: string]: string };
|
|
12123
|
+
statusCode?: number;
|
|
12124
|
+
body?: UpdateCustomRoutingEndpointGroupDestinationsResponseBody;
|
|
12119
12125
|
static names(): { [key: string]: string } {
|
|
12120
12126
|
return {
|
|
12121
12127
|
headers: 'headers',
|
|
@@ -12188,9 +12194,9 @@ export class UpdateCustomRoutingEndpointTrafficPoliciesResponseBody extends $tea
|
|
|
12188
12194
|
}
|
|
12189
12195
|
|
|
12190
12196
|
export class UpdateCustomRoutingEndpointTrafficPoliciesResponse extends $tea.Model {
|
|
12191
|
-
headers
|
|
12192
|
-
statusCode
|
|
12193
|
-
body
|
|
12197
|
+
headers?: { [key: string]: string };
|
|
12198
|
+
statusCode?: number;
|
|
12199
|
+
body?: UpdateCustomRoutingEndpointTrafficPoliciesResponseBody;
|
|
12194
12200
|
static names(): { [key: string]: string } {
|
|
12195
12201
|
return {
|
|
12196
12202
|
headers: 'headers',
|
|
@@ -12263,9 +12269,9 @@ export class UpdateCustomRoutingEndpointsResponseBody extends $tea.Model {
|
|
|
12263
12269
|
}
|
|
12264
12270
|
|
|
12265
12271
|
export class UpdateCustomRoutingEndpointsResponse extends $tea.Model {
|
|
12266
|
-
headers
|
|
12267
|
-
statusCode
|
|
12268
|
-
body
|
|
12272
|
+
headers?: { [key: string]: string };
|
|
12273
|
+
statusCode?: number;
|
|
12274
|
+
body?: UpdateCustomRoutingEndpointsResponseBody;
|
|
12269
12275
|
static names(): { [key: string]: string } {
|
|
12270
12276
|
return {
|
|
12271
12277
|
headers: 'headers',
|
|
@@ -12332,9 +12338,9 @@ export class UpdateDomainResponseBody extends $tea.Model {
|
|
|
12332
12338
|
}
|
|
12333
12339
|
|
|
12334
12340
|
export class UpdateDomainResponse extends $tea.Model {
|
|
12335
|
-
headers
|
|
12336
|
-
statusCode
|
|
12337
|
-
body
|
|
12341
|
+
headers?: { [key: string]: string };
|
|
12342
|
+
statusCode?: number;
|
|
12343
|
+
body?: UpdateDomainResponseBody;
|
|
12338
12344
|
static names(): { [key: string]: string } {
|
|
12339
12345
|
return {
|
|
12340
12346
|
headers: 'headers',
|
|
@@ -12404,9 +12410,9 @@ export class UpdateDomainStateResponseBody extends $tea.Model {
|
|
|
12404
12410
|
}
|
|
12405
12411
|
|
|
12406
12412
|
export class UpdateDomainStateResponse extends $tea.Model {
|
|
12407
|
-
headers
|
|
12408
|
-
statusCode
|
|
12409
|
-
body
|
|
12413
|
+
headers?: { [key: string]: string };
|
|
12414
|
+
statusCode?: number;
|
|
12415
|
+
body?: UpdateDomainStateResponseBody;
|
|
12410
12416
|
static names(): { [key: string]: string } {
|
|
12411
12417
|
return {
|
|
12412
12418
|
headers: 'headers',
|
|
@@ -12512,9 +12518,9 @@ export class UpdateEndpointGroupResponseBody extends $tea.Model {
|
|
|
12512
12518
|
}
|
|
12513
12519
|
|
|
12514
12520
|
export class UpdateEndpointGroupResponse extends $tea.Model {
|
|
12515
|
-
headers
|
|
12516
|
-
statusCode
|
|
12517
|
-
body
|
|
12521
|
+
headers?: { [key: string]: string };
|
|
12522
|
+
statusCode?: number;
|
|
12523
|
+
body?: UpdateEndpointGroupResponseBody;
|
|
12518
12524
|
static names(): { [key: string]: string } {
|
|
12519
12525
|
return {
|
|
12520
12526
|
headers: 'headers',
|
|
@@ -12587,9 +12593,9 @@ export class UpdateEndpointGroupAttributeResponseBody extends $tea.Model {
|
|
|
12587
12593
|
}
|
|
12588
12594
|
|
|
12589
12595
|
export class UpdateEndpointGroupAttributeResponse extends $tea.Model {
|
|
12590
|
-
headers
|
|
12591
|
-
statusCode
|
|
12592
|
-
body
|
|
12596
|
+
headers?: { [key: string]: string };
|
|
12597
|
+
statusCode?: number;
|
|
12598
|
+
body?: UpdateEndpointGroupAttributeResponseBody;
|
|
12593
12599
|
static names(): { [key: string]: string } {
|
|
12594
12600
|
return {
|
|
12595
12601
|
headers: 'headers',
|
|
@@ -12665,9 +12671,9 @@ export class UpdateEndpointGroupsResponseBody extends $tea.Model {
|
|
|
12665
12671
|
}
|
|
12666
12672
|
|
|
12667
12673
|
export class UpdateEndpointGroupsResponse extends $tea.Model {
|
|
12668
|
-
headers
|
|
12669
|
-
statusCode
|
|
12670
|
-
body
|
|
12674
|
+
headers?: { [key: string]: string };
|
|
12675
|
+
statusCode?: number;
|
|
12676
|
+
body?: UpdateEndpointGroupsResponseBody;
|
|
12671
12677
|
static names(): { [key: string]: string } {
|
|
12672
12678
|
return {
|
|
12673
12679
|
headers: 'headers',
|
|
@@ -12743,9 +12749,9 @@ export class UpdateForwardingRulesResponseBody extends $tea.Model {
|
|
|
12743
12749
|
}
|
|
12744
12750
|
|
|
12745
12751
|
export class UpdateForwardingRulesResponse extends $tea.Model {
|
|
12746
|
-
headers
|
|
12747
|
-
statusCode
|
|
12748
|
-
body
|
|
12752
|
+
headers?: { [key: string]: string };
|
|
12753
|
+
statusCode?: number;
|
|
12754
|
+
body?: UpdateForwardingRulesResponseBody;
|
|
12749
12755
|
static names(): { [key: string]: string } {
|
|
12750
12756
|
return {
|
|
12751
12757
|
headers: 'headers',
|
|
@@ -12815,9 +12821,9 @@ export class UpdateIpSetResponseBody extends $tea.Model {
|
|
|
12815
12821
|
}
|
|
12816
12822
|
|
|
12817
12823
|
export class UpdateIpSetResponse extends $tea.Model {
|
|
12818
|
-
headers
|
|
12819
|
-
statusCode
|
|
12820
|
-
body
|
|
12824
|
+
headers?: { [key: string]: string };
|
|
12825
|
+
statusCode?: number;
|
|
12826
|
+
body?: UpdateIpSetResponseBody;
|
|
12821
12827
|
static names(): { [key: string]: string } {
|
|
12822
12828
|
return {
|
|
12823
12829
|
headers: 'headers',
|
|
@@ -12881,9 +12887,9 @@ export class UpdateIpSetsResponseBody extends $tea.Model {
|
|
|
12881
12887
|
}
|
|
12882
12888
|
|
|
12883
12889
|
export class UpdateIpSetsResponse extends $tea.Model {
|
|
12884
|
-
headers
|
|
12885
|
-
statusCode
|
|
12886
|
-
body
|
|
12890
|
+
headers?: { [key: string]: string };
|
|
12891
|
+
statusCode?: number;
|
|
12892
|
+
body?: UpdateIpSetsResponseBody;
|
|
12887
12893
|
static names(): { [key: string]: string } {
|
|
12888
12894
|
return {
|
|
12889
12895
|
headers: 'headers',
|
|
@@ -12911,6 +12917,7 @@ export class UpdateListenerRequest extends $tea.Model {
|
|
|
12911
12917
|
clientAffinity?: string;
|
|
12912
12918
|
clientToken?: string;
|
|
12913
12919
|
description?: string;
|
|
12920
|
+
httpVersion?: string;
|
|
12914
12921
|
idleTimeout?: number;
|
|
12915
12922
|
listenerId?: string;
|
|
12916
12923
|
name?: string;
|
|
@@ -12928,6 +12935,7 @@ export class UpdateListenerRequest extends $tea.Model {
|
|
|
12928
12935
|
clientAffinity: 'ClientAffinity',
|
|
12929
12936
|
clientToken: 'ClientToken',
|
|
12930
12937
|
description: 'Description',
|
|
12938
|
+
httpVersion: 'HttpVersion',
|
|
12931
12939
|
idleTimeout: 'IdleTimeout',
|
|
12932
12940
|
listenerId: 'ListenerId',
|
|
12933
12941
|
name: 'Name',
|
|
@@ -12948,6 +12956,7 @@ export class UpdateListenerRequest extends $tea.Model {
|
|
|
12948
12956
|
clientAffinity: 'string',
|
|
12949
12957
|
clientToken: 'string',
|
|
12950
12958
|
description: 'string',
|
|
12959
|
+
httpVersion: 'string',
|
|
12951
12960
|
idleTimeout: 'number',
|
|
12952
12961
|
listenerId: 'string',
|
|
12953
12962
|
name: 'string',
|
|
@@ -12986,9 +12995,9 @@ export class UpdateListenerResponseBody extends $tea.Model {
|
|
|
12986
12995
|
}
|
|
12987
12996
|
|
|
12988
12997
|
export class UpdateListenerResponse extends $tea.Model {
|
|
12989
|
-
headers
|
|
12990
|
-
statusCode
|
|
12991
|
-
body
|
|
12998
|
+
headers?: { [key: string]: string };
|
|
12999
|
+
statusCode?: number;
|
|
13000
|
+
body?: UpdateListenerResponseBody;
|
|
12992
13001
|
static names(): { [key: string]: string } {
|
|
12993
13002
|
return {
|
|
12994
13003
|
headers: 'headers',
|
|
@@ -13061,9 +13070,9 @@ export class UpdateServiceManagedControlResponseBody extends $tea.Model {
|
|
|
13061
13070
|
}
|
|
13062
13071
|
|
|
13063
13072
|
export class UpdateServiceManagedControlResponse extends $tea.Model {
|
|
13064
|
-
headers
|
|
13065
|
-
statusCode
|
|
13066
|
-
body
|
|
13073
|
+
headers?: { [key: string]: string };
|
|
13074
|
+
statusCode?: number;
|
|
13075
|
+
body?: UpdateServiceManagedControlResponseBody;
|
|
13067
13076
|
static names(): { [key: string]: string } {
|
|
13068
13077
|
return {
|
|
13069
13078
|
headers: 'headers',
|
|
@@ -15988,6 +15997,7 @@ export class ListAvailableAccelerateAreasResponseBodyAreasRegionList extends $te
|
|
|
15988
15997
|
chinaMainland?: boolean;
|
|
15989
15998
|
ispTypeList?: string[];
|
|
15990
15999
|
localName?: string;
|
|
16000
|
+
multiAz?: boolean;
|
|
15991
16001
|
regionId?: string;
|
|
15992
16002
|
supportIpv6?: boolean;
|
|
15993
16003
|
static names(): { [key: string]: string } {
|
|
@@ -15995,6 +16005,7 @@ export class ListAvailableAccelerateAreasResponseBodyAreasRegionList extends $te
|
|
|
15995
16005
|
chinaMainland: 'ChinaMainland',
|
|
15996
16006
|
ispTypeList: 'IspTypeList',
|
|
15997
16007
|
localName: 'LocalName',
|
|
16008
|
+
multiAz: 'MultiAz',
|
|
15998
16009
|
regionId: 'RegionId',
|
|
15999
16010
|
supportIpv6: 'SupportIpv6',
|
|
16000
16011
|
};
|
|
@@ -16005,6 +16016,7 @@ export class ListAvailableAccelerateAreasResponseBodyAreasRegionList extends $te
|
|
|
16005
16016
|
chinaMainland: 'boolean',
|
|
16006
16017
|
ispTypeList: { 'type': 'array', 'itemType': 'string' },
|
|
16007
16018
|
localName: 'string',
|
|
16019
|
+
multiAz: 'boolean',
|
|
16008
16020
|
regionId: 'string',
|
|
16009
16021
|
supportIpv6: 'boolean',
|
|
16010
16022
|
};
|
|
@@ -17794,6 +17806,7 @@ export class ListListenersResponseBodyListeners extends $tea.Model {
|
|
|
17794
17806
|
clientAffinity?: string;
|
|
17795
17807
|
createTime?: number;
|
|
17796
17808
|
description?: string;
|
|
17809
|
+
httpVersion?: string;
|
|
17797
17810
|
idleTimeout?: number;
|
|
17798
17811
|
listenerId?: string;
|
|
17799
17812
|
name?: string;
|
|
@@ -17816,6 +17829,7 @@ export class ListListenersResponseBodyListeners extends $tea.Model {
|
|
|
17816
17829
|
clientAffinity: 'ClientAffinity',
|
|
17817
17830
|
createTime: 'CreateTime',
|
|
17818
17831
|
description: 'Description',
|
|
17832
|
+
httpVersion: 'HttpVersion',
|
|
17819
17833
|
idleTimeout: 'IdleTimeout',
|
|
17820
17834
|
listenerId: 'ListenerId',
|
|
17821
17835
|
name: 'Name',
|
|
@@ -17841,6 +17855,7 @@ export class ListListenersResponseBodyListeners extends $tea.Model {
|
|
|
17841
17855
|
clientAffinity: 'string',
|
|
17842
17856
|
createTime: 'number',
|
|
17843
17857
|
description: 'string',
|
|
17858
|
+
httpVersion: 'string',
|
|
17844
17859
|
idleTimeout: 'number',
|
|
17845
17860
|
listenerId: 'string',
|
|
17846
17861
|
name: 'string',
|
|
@@ -18857,9 +18872,9 @@ export default class Client extends OpenApi {
|
|
|
18857
18872
|
|
|
18858
18873
|
/**
|
|
18859
18874
|
* When you call this operation, take note of the following items:
|
|
18860
|
-
* * **AttachDdosToAccelerator** is an asynchronous operation. After you
|
|
18861
|
-
* * If the GA instance is in the **configuring** state, the Anti-DDoS Pro
|
|
18862
|
-
* * 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.
|
|
18863
18878
|
* * You cannot repeatedly call the **AttachDdosToAccelerator** operation for the same GA instance within a specific period of time.
|
|
18864
18879
|
*
|
|
18865
18880
|
* @param request AttachDdosToAcceleratorRequest
|
|
@@ -18904,9 +18919,9 @@ export default class Client extends OpenApi {
|
|
|
18904
18919
|
|
|
18905
18920
|
/**
|
|
18906
18921
|
* When you call this operation, take note of the following items:
|
|
18907
|
-
* * **AttachDdosToAccelerator** is an asynchronous operation. After you
|
|
18908
|
-
* * If the GA instance is in the **configuring** state, the Anti-DDoS Pro
|
|
18909
|
-
* * 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.
|
|
18910
18925
|
* * You cannot repeatedly call the **AttachDdosToAccelerator** operation for the same GA instance within a specific period of time.
|
|
18911
18926
|
*
|
|
18912
18927
|
* @param request AttachDdosToAcceleratorRequest
|
|
@@ -19106,7 +19121,6 @@ export default class Client extends OpenApi {
|
|
|
19106
19121
|
}
|
|
19107
19122
|
|
|
19108
19123
|
/**
|
|
19109
|
-
* ### [](#)Description
|
|
19110
19124
|
* The **ChangeResourceGroup** operation cannot be repeatedly called for the same GA instance within a specific period of time.
|
|
19111
19125
|
*
|
|
19112
19126
|
* @param request ChangeResourceGroupRequest
|
|
@@ -19154,7 +19168,6 @@ export default class Client extends OpenApi {
|
|
|
19154
19168
|
}
|
|
19155
19169
|
|
|
19156
19170
|
/**
|
|
19157
|
-
* ### [](#)Description
|
|
19158
19171
|
* The **ChangeResourceGroup** operation cannot be repeatedly called for the same GA instance within a specific period of time.
|
|
19159
19172
|
*
|
|
19160
19173
|
* @param request ChangeResourceGroupRequest
|
|
@@ -19430,10 +19443,13 @@ export default class Client extends OpenApi {
|
|
|
19430
19443
|
/**
|
|
19431
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.
|
|
19432
19445
|
* Before you call this operation, take note of the following items:
|
|
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.
|
|
19433
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.
|
|
19434
|
-
* * If the origin probing task is in the **init** state, the task is being created. You can perform only query operations.
|
|
19435
|
-
* * If the origin probing task is in the **active** state, the task is created.
|
|
19436
|
-
* * The **CreateApplicationMonitor** operation cannot be called repeatedly for the same
|
|
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.
|
|
19451
|
+
* * If the origin probing task is in the **active** state, it indicates that the task is created.
|
|
19452
|
+
* * The **CreateApplicationMonitor** operation cannot be called repeatedly for the same GA instance within a specific period of time.
|
|
19437
19453
|
*
|
|
19438
19454
|
* @param request CreateApplicationMonitorRequest
|
|
19439
19455
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -19506,10 +19522,13 @@ export default class Client extends OpenApi {
|
|
|
19506
19522
|
/**
|
|
19507
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.
|
|
19508
19524
|
* Before you call this operation, take note of the following items:
|
|
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.
|
|
19509
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.
|
|
19510
|
-
* * If the origin probing task is in the **init** state, the task is being created. You can perform only query operations.
|
|
19511
|
-
* * If the origin probing task is in the **active** state, the task is created.
|
|
19512
|
-
* * The **CreateApplicationMonitor** operation cannot be called repeatedly for the same
|
|
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.
|
|
19530
|
+
* * If the origin probing task is in the **active** state, it indicates that the task is created.
|
|
19531
|
+
* * The **CreateApplicationMonitor** operation cannot be called repeatedly for the same GA instance within a specific period of time.
|
|
19513
19532
|
*
|
|
19514
19533
|
* @param request CreateApplicationMonitorRequest
|
|
19515
19534
|
* @return CreateApplicationMonitorResponse
|
|
@@ -19834,9 +19853,8 @@ export default class Client extends OpenApi {
|
|
|
19834
19853
|
}
|
|
19835
19854
|
|
|
19836
19855
|
/**
|
|
19837
|
-
*
|
|
19838
|
-
*
|
|
19839
|
-
* * 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.
|
|
19840
19858
|
* * If the basic GA instance is in the **active** state, it indicates that the basic GA instance is created.
|
|
19841
19859
|
*
|
|
19842
19860
|
* @param request CreateBasicAcceleratorRequest
|
|
@@ -19920,9 +19938,8 @@ export default class Client extends OpenApi {
|
|
|
19920
19938
|
}
|
|
19921
19939
|
|
|
19922
19940
|
/**
|
|
19923
|
-
*
|
|
19924
|
-
*
|
|
19925
|
-
* * 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.
|
|
19926
19943
|
* * If the basic GA instance is in the **active** state, it indicates that the basic GA instance is created.
|
|
19927
19944
|
*
|
|
19928
19945
|
* @param request CreateBasicAcceleratorRequest
|
|
@@ -20458,7 +20475,19 @@ export default class Client extends OpenApi {
|
|
|
20458
20475
|
}
|
|
20459
20476
|
|
|
20460
20477
|
/**
|
|
20461
|
-
*
|
|
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~~).
|
|
20462
20491
|
*
|
|
20463
20492
|
* @param request CreateCustomRoutingEndpointsRequest
|
|
20464
20493
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -20501,7 +20530,19 @@ export default class Client extends OpenApi {
|
|
|
20501
20530
|
}
|
|
20502
20531
|
|
|
20503
20532
|
/**
|
|
20504
|
-
*
|
|
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~~).
|
|
20505
20546
|
*
|
|
20506
20547
|
* @param request CreateCustomRoutingEndpointsRequest
|
|
20507
20548
|
* @return CreateCustomRoutingEndpointsResponse
|
|
@@ -20570,6 +20611,7 @@ export default class Client extends OpenApi {
|
|
|
20570
20611
|
}
|
|
20571
20612
|
|
|
20572
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.
|
|
20573
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.
|
|
20574
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.
|
|
20575
20617
|
* * If the endpoint group is in the **active** state, it indicates that the endpoint group is created.
|
|
@@ -20676,6 +20718,7 @@ export default class Client extends OpenApi {
|
|
|
20676
20718
|
}
|
|
20677
20719
|
|
|
20678
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.
|
|
20679
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.
|
|
20680
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.
|
|
20681
20724
|
* * If the endpoint group is in the **active** state, it indicates that the endpoint group is created.
|
|
@@ -20886,12 +20929,11 @@ export default class Client extends OpenApi {
|
|
|
20886
20929
|
}
|
|
20887
20930
|
|
|
20888
20931
|
/**
|
|
20889
|
-
*
|
|
20890
|
-
*
|
|
20891
|
-
*
|
|
20892
|
-
* * If
|
|
20893
|
-
*
|
|
20894
|
-
* * 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.
|
|
20895
20937
|
*
|
|
20896
20938
|
* @param request CreateListenerRequest
|
|
20897
20939
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -20928,6 +20970,10 @@ export default class Client extends OpenApi {
|
|
|
20928
20970
|
query["EndpointGroupConfigurations"] = request.endpointGroupConfigurations;
|
|
20929
20971
|
}
|
|
20930
20972
|
|
|
20973
|
+
if (!Util.isUnset(request.httpVersion)) {
|
|
20974
|
+
query["HttpVersion"] = request.httpVersion;
|
|
20975
|
+
}
|
|
20976
|
+
|
|
20931
20977
|
if (!Util.isUnset(request.idleTimeout)) {
|
|
20932
20978
|
query["IdleTimeout"] = request.idleTimeout;
|
|
20933
20979
|
}
|
|
@@ -20986,12 +21032,11 @@ export default class Client extends OpenApi {
|
|
|
20986
21032
|
}
|
|
20987
21033
|
|
|
20988
21034
|
/**
|
|
20989
|
-
*
|
|
20990
|
-
*
|
|
20991
|
-
*
|
|
20992
|
-
* * If
|
|
20993
|
-
*
|
|
20994
|
-
* * 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.
|
|
20995
21040
|
*
|
|
20996
21041
|
* @param request CreateListenerRequest
|
|
20997
21042
|
* @return CreateListenerResponse
|
|
@@ -21066,11 +21111,10 @@ export default class Client extends OpenApi {
|
|
|
21066
21111
|
}
|
|
21067
21112
|
|
|
21068
21113
|
/**
|
|
21069
|
-
* *
|
|
21070
|
-
* *
|
|
21071
|
-
* * **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.
|
|
21072
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.
|
|
21073
|
-
* * If the GA instance cannot be queried,
|
|
21117
|
+
* * If the GA instance cannot be queried, the GA instance is deleted.
|
|
21074
21118
|
*
|
|
21075
21119
|
* @param request DeleteAcceleratorRequest
|
|
21076
21120
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -21105,11 +21149,10 @@ export default class Client extends OpenApi {
|
|
|
21105
21149
|
}
|
|
21106
21150
|
|
|
21107
21151
|
/**
|
|
21108
|
-
* *
|
|
21109
|
-
* *
|
|
21110
|
-
* * **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.
|
|
21111
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.
|
|
21112
|
-
* * If the GA instance cannot be queried,
|
|
21155
|
+
* * If the GA instance cannot be queried, the GA instance is deleted.
|
|
21113
21156
|
*
|
|
21114
21157
|
* @param request DeleteAcceleratorRequest
|
|
21115
21158
|
* @return DeleteAcceleratorResponse
|
|
@@ -21180,7 +21223,6 @@ export default class Client extends OpenApi {
|
|
|
21180
21223
|
/**
|
|
21181
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.
|
|
21182
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.
|
|
21183
|
-
* <!---->
|
|
21184
21226
|
* * If the origin probing task cannot be queried, it indicates that the task is deleted.
|
|
21185
21227
|
* * The **DeleteApplicationMonitor** operation cannot be called repeatedly for the same Global Accelerator (GA) instance within a specific period of time.
|
|
21186
21228
|
*
|
|
@@ -21223,7 +21265,6 @@ export default class Client extends OpenApi {
|
|
|
21223
21265
|
/**
|
|
21224
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.
|
|
21225
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.
|
|
21226
|
-
* <!---->
|
|
21227
21268
|
* * If the origin probing task cannot be queried, it indicates that the task is deleted.
|
|
21228
21269
|
* * The **DeleteApplicationMonitor** operation cannot be called repeatedly for the same Global Accelerator (GA) instance within a specific period of time.
|
|
21229
21270
|
*
|
|
@@ -21236,12 +21277,12 @@ export default class Client extends OpenApi {
|
|
|
21236
21277
|
}
|
|
21237
21278
|
|
|
21238
21279
|
/**
|
|
21239
|
-
* * By default, subscription bandwidth plans cannot be deleted. If you want to
|
|
21240
|
-
* * 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~~).
|
|
21241
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.
|
|
21242
|
-
* * If the bandwidth plan is in the **deleting** state,
|
|
21243
|
-
* * If the bandwidth plan cannot be found,
|
|
21244
|
-
* * 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.
|
|
21245
21286
|
*
|
|
21246
21287
|
* @param request DeleteBandwidthPackageRequest
|
|
21247
21288
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -21280,12 +21321,12 @@ export default class Client extends OpenApi {
|
|
|
21280
21321
|
}
|
|
21281
21322
|
|
|
21282
21323
|
/**
|
|
21283
|
-
* * By default, subscription bandwidth plans cannot be deleted. If you want to
|
|
21284
|
-
* * 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~~).
|
|
21285
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.
|
|
21286
|
-
* * If the bandwidth plan is in the **deleting** state,
|
|
21287
|
-
* * If the bandwidth plan cannot be found,
|
|
21288
|
-
* * 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.
|
|
21289
21330
|
*
|
|
21290
21331
|
* @param request DeleteBandwidthPackageRequest
|
|
21291
21332
|
* @return DeleteBandwidthPackageResponse
|
|
@@ -21296,10 +21337,10 @@ export default class Client extends OpenApi {
|
|
|
21296
21337
|
}
|
|
21297
21338
|
|
|
21298
21339
|
/**
|
|
21299
|
-
* * **
|
|
21300
|
-
* * If
|
|
21301
|
-
* * If the system fails to return information about
|
|
21302
|
-
* *
|
|
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.
|
|
21303
21344
|
*
|
|
21304
21345
|
* @param request DeleteBasicAccelerateIpRequest
|
|
21305
21346
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -21338,10 +21379,10 @@ export default class Client extends OpenApi {
|
|
|
21338
21379
|
}
|
|
21339
21380
|
|
|
21340
21381
|
/**
|
|
21341
|
-
* * **
|
|
21342
|
-
* * If
|
|
21343
|
-
* * If the system fails to return information about
|
|
21344
|
-
* *
|
|
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.
|
|
21345
21386
|
*
|
|
21346
21387
|
* @param request DeleteBasicAccelerateIpRequest
|
|
21347
21388
|
* @return DeleteBasicAccelerateIpResponse
|
|
@@ -21416,9 +21457,16 @@ export default class Client extends OpenApi {
|
|
|
21416
21457
|
}
|
|
21417
21458
|
|
|
21418
21459
|
/**
|
|
21419
|
-
*
|
|
21420
|
-
*
|
|
21421
|
-
*
|
|
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.
|
|
21422
21470
|
*
|
|
21423
21471
|
* @param request DeleteBasicAcceleratorRequest
|
|
21424
21472
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -21453,9 +21501,16 @@ export default class Client extends OpenApi {
|
|
|
21453
21501
|
}
|
|
21454
21502
|
|
|
21455
21503
|
/**
|
|
21456
|
-
*
|
|
21457
|
-
*
|
|
21458
|
-
*
|
|
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.
|
|
21459
21514
|
*
|
|
21460
21515
|
* @param request DeleteBasicAcceleratorRequest
|
|
21461
21516
|
* @return DeleteBasicAcceleratorResponse
|
|
@@ -21526,9 +21581,12 @@ export default class Client extends OpenApi {
|
|
|
21526
21581
|
}
|
|
21527
21582
|
|
|
21528
21583
|
/**
|
|
21529
|
-
*
|
|
21530
|
-
*
|
|
21531
|
-
*
|
|
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.
|
|
21532
21590
|
* * The **DeleteBasicEndpointGroup** operation cannot be repeatedly called for the same GA instance within a specific period of time.
|
|
21533
21591
|
*
|
|
21534
21592
|
* @param request DeleteBasicEndpointGroupRequest
|
|
@@ -21564,9 +21622,12 @@ export default class Client extends OpenApi {
|
|
|
21564
21622
|
}
|
|
21565
21623
|
|
|
21566
21624
|
/**
|
|
21567
|
-
*
|
|
21568
|
-
*
|
|
21569
|
-
*
|
|
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.
|
|
21570
21631
|
* * The **DeleteBasicEndpointGroup** operation cannot be repeatedly called for the same GA instance within a specific period of time.
|
|
21571
21632
|
*
|
|
21572
21633
|
* @param request DeleteBasicEndpointGroupRequest
|
|
@@ -21578,10 +21639,11 @@ export default class Client extends OpenApi {
|
|
|
21578
21639
|
}
|
|
21579
21640
|
|
|
21580
21641
|
/**
|
|
21581
|
-
* *
|
|
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.
|
|
21582
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.
|
|
21583
|
-
* * If the
|
|
21584
|
-
* * 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.
|
|
21585
21647
|
*
|
|
21586
21648
|
* @param request DeleteBasicIpSetRequest
|
|
21587
21649
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -21620,10 +21682,11 @@ export default class Client extends OpenApi {
|
|
|
21620
21682
|
}
|
|
21621
21683
|
|
|
21622
21684
|
/**
|
|
21623
|
-
* *
|
|
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.
|
|
21624
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.
|
|
21625
|
-
* * If the
|
|
21626
|
-
* * 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.
|
|
21627
21690
|
*
|
|
21628
21691
|
* @param request DeleteBasicIpSetRequest
|
|
21629
21692
|
* @return DeleteBasicIpSetResponse
|
|
@@ -22172,10 +22235,10 @@ export default class Client extends OpenApi {
|
|
|
22172
22235
|
}
|
|
22173
22236
|
|
|
22174
22237
|
/**
|
|
22175
|
-
* * **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.
|
|
22176
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.
|
|
22177
|
-
* * If the acceleration region
|
|
22178
|
-
* *
|
|
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.
|
|
22179
22242
|
*
|
|
22180
22243
|
* @param request DeleteIpSetsRequest
|
|
22181
22244
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -22210,10 +22273,10 @@ export default class Client extends OpenApi {
|
|
|
22210
22273
|
}
|
|
22211
22274
|
|
|
22212
22275
|
/**
|
|
22213
|
-
* * **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.
|
|
22214
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.
|
|
22215
|
-
* * If the acceleration region
|
|
22216
|
-
* *
|
|
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.
|
|
22217
22280
|
*
|
|
22218
22281
|
* @param request DeleteIpSetsRequest
|
|
22219
22282
|
* @return DeleteIpSetsResponse
|
|
@@ -22224,10 +22287,14 @@ export default class Client extends OpenApi {
|
|
|
22224
22287
|
}
|
|
22225
22288
|
|
|
22226
22289
|
/**
|
|
22227
|
-
* * **DeleteListener**
|
|
22228
|
-
* *
|
|
22229
|
-
* *
|
|
22230
|
-
*
|
|
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.
|
|
22231
22298
|
*
|
|
22232
22299
|
* @param request DeleteListenerRequest
|
|
22233
22300
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -22266,10 +22333,14 @@ export default class Client extends OpenApi {
|
|
|
22266
22333
|
}
|
|
22267
22334
|
|
|
22268
22335
|
/**
|
|
22269
|
-
* * **DeleteListener**
|
|
22270
|
-
* *
|
|
22271
|
-
* *
|
|
22272
|
-
*
|
|
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.
|
|
22273
22344
|
*
|
|
22274
22345
|
* @param request DeleteListenerRequest
|
|
22275
22346
|
* @return DeleteListenerResponse
|
|
@@ -22578,6 +22649,13 @@ export default class Client extends OpenApi {
|
|
|
22578
22649
|
return await this.describeCommodityWithOptions(request, runtime);
|
|
22579
22650
|
}
|
|
22580
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
|
+
*/
|
|
22581
22659
|
async describeCommodityPriceWithOptions(request: DescribeCommodityPriceRequest, runtime: $Util.RuntimeOptions): Promise<DescribeCommodityPriceResponse> {
|
|
22582
22660
|
Util.validateModel(request);
|
|
22583
22661
|
let query = { };
|
|
@@ -22610,6 +22688,12 @@ export default class Client extends OpenApi {
|
|
|
22610
22688
|
return $tea.cast<DescribeCommodityPriceResponse>(await this.callApi(params, req, runtime), new DescribeCommodityPriceResponse({}));
|
|
22611
22689
|
}
|
|
22612
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
|
+
*/
|
|
22613
22697
|
async describeCommodityPrice(request: DescribeCommodityPriceRequest): Promise<DescribeCommodityPriceResponse> {
|
|
22614
22698
|
let runtime = new $Util.RuntimeOptions({ });
|
|
22615
22699
|
return await this.describeCommodityPriceWithOptions(request, runtime);
|
|
@@ -22792,14 +22876,6 @@ export default class Client extends OpenApi {
|
|
|
22792
22876
|
return await this.describeEndpointGroupWithOptions(request, runtime);
|
|
22793
22877
|
}
|
|
22794
22878
|
|
|
22795
|
-
/**
|
|
22796
|
-
* ## Debugging
|
|
22797
|
-
* [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)
|
|
22798
|
-
*
|
|
22799
|
-
* @param request DescribeIpSetRequest
|
|
22800
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
22801
|
-
* @return DescribeIpSetResponse
|
|
22802
|
-
*/
|
|
22803
22879
|
async describeIpSetWithOptions(request: DescribeIpSetRequest, runtime: $Util.RuntimeOptions): Promise<DescribeIpSetResponse> {
|
|
22804
22880
|
Util.validateModel(request);
|
|
22805
22881
|
let query = { };
|
|
@@ -22828,20 +22904,13 @@ export default class Client extends OpenApi {
|
|
|
22828
22904
|
return $tea.cast<DescribeIpSetResponse>(await this.callApi(params, req, runtime), new DescribeIpSetResponse({}));
|
|
22829
22905
|
}
|
|
22830
22906
|
|
|
22831
|
-
/**
|
|
22832
|
-
* ## Debugging
|
|
22833
|
-
* [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)
|
|
22834
|
-
*
|
|
22835
|
-
* @param request DescribeIpSetRequest
|
|
22836
|
-
* @return DescribeIpSetResponse
|
|
22837
|
-
*/
|
|
22838
22907
|
async describeIpSet(request: DescribeIpSetRequest): Promise<DescribeIpSetResponse> {
|
|
22839
22908
|
let runtime = new $Util.RuntimeOptions({ });
|
|
22840
22909
|
return await this.describeIpSetWithOptions(request, runtime);
|
|
22841
22910
|
}
|
|
22842
22911
|
|
|
22843
22912
|
/**
|
|
22844
|
-
* 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.
|
|
22845
22914
|
*
|
|
22846
22915
|
* @param request DescribeListenerRequest
|
|
22847
22916
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -22876,7 +22945,7 @@ export default class Client extends OpenApi {
|
|
|
22876
22945
|
}
|
|
22877
22946
|
|
|
22878
22947
|
/**
|
|
22879
|
-
* 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.
|
|
22880
22949
|
*
|
|
22881
22950
|
* @param request DescribeListenerRequest
|
|
22882
22951
|
* @return DescribeListenerResponse
|
|
@@ -24875,14 +24944,6 @@ export default class Client extends OpenApi {
|
|
|
24875
24944
|
return await this.listEndpointGroupIpAddressCidrBlocksWithOptions(request, runtime);
|
|
24876
24945
|
}
|
|
24877
24946
|
|
|
24878
|
-
/**
|
|
24879
|
-
* ## Debugging
|
|
24880
|
-
* [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)
|
|
24881
|
-
*
|
|
24882
|
-
* @param request ListEndpointGroupsRequest
|
|
24883
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
24884
|
-
* @return ListEndpointGroupsResponse
|
|
24885
|
-
*/
|
|
24886
24947
|
async listEndpointGroupsWithOptions(request: ListEndpointGroupsRequest, runtime: $Util.RuntimeOptions): Promise<ListEndpointGroupsResponse> {
|
|
24887
24948
|
Util.validateModel(request);
|
|
24888
24949
|
let query = { };
|
|
@@ -24939,13 +25000,6 @@ export default class Client extends OpenApi {
|
|
|
24939
25000
|
return $tea.cast<ListEndpointGroupsResponse>(await this.callApi(params, req, runtime), new ListEndpointGroupsResponse({}));
|
|
24940
25001
|
}
|
|
24941
25002
|
|
|
24942
|
-
/**
|
|
24943
|
-
* ## Debugging
|
|
24944
|
-
* [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)
|
|
24945
|
-
*
|
|
24946
|
-
* @param request ListEndpointGroupsRequest
|
|
24947
|
-
* @return ListEndpointGroupsResponse
|
|
24948
|
-
*/
|
|
24949
25003
|
async listEndpointGroups(request: ListEndpointGroupsRequest): Promise<ListEndpointGroupsResponse> {
|
|
24950
25004
|
let runtime = new $Util.RuntimeOptions({ });
|
|
24951
25005
|
return await this.listEndpointGroupsWithOptions(request, runtime);
|
|
@@ -25145,7 +25199,7 @@ export default class Client extends OpenApi {
|
|
|
25145
25199
|
}
|
|
25146
25200
|
|
|
25147
25201
|
/**
|
|
25148
|
-
* 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.
|
|
25149
25203
|
*
|
|
25150
25204
|
* @param request ListListenersRequest
|
|
25151
25205
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -25188,7 +25242,7 @@ export default class Client extends OpenApi {
|
|
|
25188
25242
|
}
|
|
25189
25243
|
|
|
25190
25244
|
/**
|
|
25191
|
-
* 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.
|
|
25192
25246
|
*
|
|
25193
25247
|
* @param request ListListenersRequest
|
|
25194
25248
|
* @return ListListenersResponse
|
|
@@ -25290,10 +25344,9 @@ export default class Client extends OpenApi {
|
|
|
25290
25344
|
}
|
|
25291
25345
|
|
|
25292
25346
|
/**
|
|
25293
|
-
*
|
|
25294
|
-
* *
|
|
25295
|
-
* *
|
|
25296
|
-
* * If you specify **Tag.N** and **ResourceId.N** to filter tags, **ResourceId.N** must match all specified key-value pairs.
|
|
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.
|
|
25297
25350
|
* * If you specify multiple key-value pairs, resources that contain the key-value pairs are returned.
|
|
25298
25351
|
*
|
|
25299
25352
|
* @param request ListTagResourcesRequest
|
|
@@ -25345,10 +25398,9 @@ export default class Client extends OpenApi {
|
|
|
25345
25398
|
}
|
|
25346
25399
|
|
|
25347
25400
|
/**
|
|
25348
|
-
*
|
|
25349
|
-
* *
|
|
25350
|
-
* *
|
|
25351
|
-
* * If you specify **Tag.N** and **ResourceId.N** to filter tags, **ResourceId.N** must match all specified key-value pairs.
|
|
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.
|
|
25352
25404
|
* * If you specify multiple key-value pairs, resources that contain the key-value pairs are returned.
|
|
25353
25405
|
*
|
|
25354
25406
|
* @param request ListTagResourcesRequest
|
|
@@ -25735,7 +25787,7 @@ export default class Client extends OpenApi {
|
|
|
25735
25787
|
}
|
|
25736
25788
|
|
|
25737
25789
|
/**
|
|
25738
|
-
*
|
|
25790
|
+
* You cannot repeatedly call the **UpdateAcceleratorAutoRenewAttribute** operation for the same GA instance within a specific period of time.
|
|
25739
25791
|
*
|
|
25740
25792
|
* @param request UpdateAcceleratorAutoRenewAttributeRequest
|
|
25741
25793
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -25790,7 +25842,7 @@ export default class Client extends OpenApi {
|
|
|
25790
25842
|
}
|
|
25791
25843
|
|
|
25792
25844
|
/**
|
|
25793
|
-
*
|
|
25845
|
+
* You cannot repeatedly call the **UpdateAcceleratorAutoRenewAttribute** operation for the same GA instance within a specific period of time.
|
|
25794
25846
|
*
|
|
25795
25847
|
* @param request UpdateAcceleratorAutoRenewAttributeRequest
|
|
25796
25848
|
* @return UpdateAcceleratorAutoRenewAttributeResponse
|
|
@@ -25855,10 +25907,9 @@ export default class Client extends OpenApi {
|
|
|
25855
25907
|
}
|
|
25856
25908
|
|
|
25857
25909
|
/**
|
|
25858
|
-
* ### Prerequisites
|
|
25859
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:
|
|
25860
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.
|
|
25861
|
-
* * 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~~).
|
|
25862
25913
|
*
|
|
25863
25914
|
* @param request UpdateAcceleratorCrossBorderModeRequest
|
|
25864
25915
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -25901,10 +25952,9 @@ export default class Client extends OpenApi {
|
|
|
25901
25952
|
}
|
|
25902
25953
|
|
|
25903
25954
|
/**
|
|
25904
|
-
* ### Prerequisites
|
|
25905
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:
|
|
25906
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.
|
|
25907
|
-
* * 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~~).
|
|
25908
25958
|
*
|
|
25909
25959
|
* @param request UpdateAcceleratorCrossBorderModeRequest
|
|
25910
25960
|
* @return UpdateAcceleratorCrossBorderModeResponse
|
|
@@ -26426,10 +26476,10 @@ export default class Client extends OpenApi {
|
|
|
26426
26476
|
}
|
|
26427
26477
|
|
|
26428
26478
|
/**
|
|
26429
|
-
* * **UpdateBasicEndpointGroup** is an asynchronous operation. After
|
|
26430
|
-
* * If the basic GA instance is in the **configuring** state,
|
|
26431
|
-
* * If the basic GA instance is in the **active** state,
|
|
26432
|
-
* * 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.
|
|
26433
26483
|
*
|
|
26434
26484
|
* @param request UpdateBasicEndpointGroupRequest
|
|
26435
26485
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -26488,10 +26538,10 @@ export default class Client extends OpenApi {
|
|
|
26488
26538
|
}
|
|
26489
26539
|
|
|
26490
26540
|
/**
|
|
26491
|
-
* * **UpdateBasicEndpointGroup** is an asynchronous operation. After
|
|
26492
|
-
* * If the basic GA instance is in the **configuring** state,
|
|
26493
|
-
* * If the basic GA instance is in the **active** state,
|
|
26494
|
-
* * 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.
|
|
26495
26545
|
*
|
|
26496
26546
|
* @param request UpdateBasicEndpointGroupRequest
|
|
26497
26547
|
* @return UpdateBasicEndpointGroupResponse
|
|
@@ -26503,11 +26553,11 @@ export default class Client extends OpenApi {
|
|
|
26503
26553
|
|
|
26504
26554
|
/**
|
|
26505
26555
|
* Before you call this operation, take note of the following limits:
|
|
26506
|
-
* * You can
|
|
26507
|
-
* *
|
|
26508
|
-
* * If
|
|
26509
|
-
* * If
|
|
26510
|
-
* * 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.
|
|
26511
26561
|
*
|
|
26512
26562
|
* @param request UpdateBasicIpSetRequest
|
|
26513
26563
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -26551,11 +26601,11 @@ export default class Client extends OpenApi {
|
|
|
26551
26601
|
|
|
26552
26602
|
/**
|
|
26553
26603
|
* Before you call this operation, take note of the following limits:
|
|
26554
|
-
* * You can
|
|
26555
|
-
* *
|
|
26556
|
-
* * If
|
|
26557
|
-
* * If
|
|
26558
|
-
* * 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.
|
|
26559
26609
|
*
|
|
26560
26610
|
* @param request UpdateBasicIpSetRequest
|
|
26561
26611
|
* @return UpdateBasicIpSetResponse
|
|
@@ -27240,10 +27290,10 @@ export default class Client extends OpenApi {
|
|
|
27240
27290
|
}
|
|
27241
27291
|
|
|
27242
27292
|
/**
|
|
27243
|
-
* * **
|
|
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.
|
|
27244
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.
|
|
27245
27295
|
* * If an acceleration region is in the **active** state, the acceleration region is modified.
|
|
27246
|
-
* * You cannot repeatedly call the **
|
|
27296
|
+
* * You cannot repeatedly call the **UpdateIpSets** operation for the same GA instance within a specific period of time.
|
|
27247
27297
|
*
|
|
27248
27298
|
* @param request UpdateIpSetsRequest
|
|
27249
27299
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -27278,10 +27328,10 @@ export default class Client extends OpenApi {
|
|
|
27278
27328
|
}
|
|
27279
27329
|
|
|
27280
27330
|
/**
|
|
27281
|
-
* * **
|
|
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.
|
|
27282
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.
|
|
27283
27333
|
* * If an acceleration region is in the **active** state, the acceleration region is modified.
|
|
27284
|
-
* * You cannot repeatedly call the **
|
|
27334
|
+
* * You cannot repeatedly call the **UpdateIpSets** operation for the same GA instance within a specific period of time.
|
|
27285
27335
|
*
|
|
27286
27336
|
* @param request UpdateIpSetsRequest
|
|
27287
27337
|
* @return UpdateIpSetsResponse
|
|
@@ -27326,6 +27376,10 @@ export default class Client extends OpenApi {
|
|
|
27326
27376
|
query["Description"] = request.description;
|
|
27327
27377
|
}
|
|
27328
27378
|
|
|
27379
|
+
if (!Util.isUnset(request.httpVersion)) {
|
|
27380
|
+
query["HttpVersion"] = request.httpVersion;
|
|
27381
|
+
}
|
|
27382
|
+
|
|
27329
27383
|
if (!Util.isUnset(request.idleTimeout)) {
|
|
27330
27384
|
query["IdleTimeout"] = request.idleTimeout;
|
|
27331
27385
|
}
|