@alicloud/ga20191120 1.0.6 → 1.0.9
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/LICENSE +13 -0
- package/README.md +25 -0
- package/dist/client.d.ts +519 -0
- package/dist/client.js +2399 -644
- package/dist/client.js.map +1 -1
- package/package.json +3 -3
- package/src/client.ts +3062 -660
package/dist/client.d.ts
CHANGED
|
@@ -367,6 +367,7 @@ export declare class CreateAcceleratorRequest extends $tea.Model {
|
|
|
367
367
|
autoUseCoupon?: string;
|
|
368
368
|
clientToken?: string;
|
|
369
369
|
duration?: number;
|
|
370
|
+
ipSetConfig?: CreateAcceleratorRequestIpSetConfig;
|
|
370
371
|
name?: string;
|
|
371
372
|
pricingCycle?: string;
|
|
372
373
|
regionId?: string;
|
|
@@ -455,6 +456,53 @@ export declare class CreateAclResponse extends $tea.Model {
|
|
|
455
456
|
[key: string]: any;
|
|
456
457
|
});
|
|
457
458
|
}
|
|
459
|
+
export declare class CreateApplicationMonitorRequest extends $tea.Model {
|
|
460
|
+
acceleratorId?: string;
|
|
461
|
+
address?: string;
|
|
462
|
+
clientToken?: string;
|
|
463
|
+
detectThreshold?: number;
|
|
464
|
+
listenerId?: string;
|
|
465
|
+
optionsJson?: string;
|
|
466
|
+
regionId?: string;
|
|
467
|
+
taskName?: string;
|
|
468
|
+
static names(): {
|
|
469
|
+
[key: string]: string;
|
|
470
|
+
};
|
|
471
|
+
static types(): {
|
|
472
|
+
[key: string]: any;
|
|
473
|
+
};
|
|
474
|
+
constructor(map?: {
|
|
475
|
+
[key: string]: any;
|
|
476
|
+
});
|
|
477
|
+
}
|
|
478
|
+
export declare class CreateApplicationMonitorResponseBody extends $tea.Model {
|
|
479
|
+
requestId?: string;
|
|
480
|
+
taskId?: string;
|
|
481
|
+
static names(): {
|
|
482
|
+
[key: string]: string;
|
|
483
|
+
};
|
|
484
|
+
static types(): {
|
|
485
|
+
[key: string]: any;
|
|
486
|
+
};
|
|
487
|
+
constructor(map?: {
|
|
488
|
+
[key: string]: any;
|
|
489
|
+
});
|
|
490
|
+
}
|
|
491
|
+
export declare class CreateApplicationMonitorResponse extends $tea.Model {
|
|
492
|
+
headers: {
|
|
493
|
+
[key: string]: string;
|
|
494
|
+
};
|
|
495
|
+
body: CreateApplicationMonitorResponseBody;
|
|
496
|
+
static names(): {
|
|
497
|
+
[key: string]: string;
|
|
498
|
+
};
|
|
499
|
+
static types(): {
|
|
500
|
+
[key: string]: any;
|
|
501
|
+
};
|
|
502
|
+
constructor(map?: {
|
|
503
|
+
[key: string]: any;
|
|
504
|
+
});
|
|
505
|
+
}
|
|
458
506
|
export declare class CreateBandwidthPackageRequest extends $tea.Model {
|
|
459
507
|
autoPay?: boolean;
|
|
460
508
|
autoUseCoupon?: string;
|
|
@@ -1015,6 +1063,47 @@ export declare class DeleteAclResponse extends $tea.Model {
|
|
|
1015
1063
|
[key: string]: any;
|
|
1016
1064
|
});
|
|
1017
1065
|
}
|
|
1066
|
+
export declare class DeleteApplicationMonitorRequest extends $tea.Model {
|
|
1067
|
+
clientToken?: string;
|
|
1068
|
+
regionId?: string;
|
|
1069
|
+
taskId?: string;
|
|
1070
|
+
static names(): {
|
|
1071
|
+
[key: string]: string;
|
|
1072
|
+
};
|
|
1073
|
+
static types(): {
|
|
1074
|
+
[key: string]: any;
|
|
1075
|
+
};
|
|
1076
|
+
constructor(map?: {
|
|
1077
|
+
[key: string]: any;
|
|
1078
|
+
});
|
|
1079
|
+
}
|
|
1080
|
+
export declare class DeleteApplicationMonitorResponseBody extends $tea.Model {
|
|
1081
|
+
requestId?: string;
|
|
1082
|
+
static names(): {
|
|
1083
|
+
[key: string]: string;
|
|
1084
|
+
};
|
|
1085
|
+
static types(): {
|
|
1086
|
+
[key: string]: any;
|
|
1087
|
+
};
|
|
1088
|
+
constructor(map?: {
|
|
1089
|
+
[key: string]: any;
|
|
1090
|
+
});
|
|
1091
|
+
}
|
|
1092
|
+
export declare class DeleteApplicationMonitorResponse extends $tea.Model {
|
|
1093
|
+
headers: {
|
|
1094
|
+
[key: string]: string;
|
|
1095
|
+
};
|
|
1096
|
+
body: DeleteApplicationMonitorResponseBody;
|
|
1097
|
+
static names(): {
|
|
1098
|
+
[key: string]: string;
|
|
1099
|
+
};
|
|
1100
|
+
static types(): {
|
|
1101
|
+
[key: string]: any;
|
|
1102
|
+
};
|
|
1103
|
+
constructor(map?: {
|
|
1104
|
+
[key: string]: any;
|
|
1105
|
+
});
|
|
1106
|
+
}
|
|
1018
1107
|
export declare class DeleteBandwidthPackageRequest extends $tea.Model {
|
|
1019
1108
|
bandwidthPackageId?: string;
|
|
1020
1109
|
clientToken?: string;
|
|
@@ -1496,6 +1585,7 @@ export declare class DescribeAcceleratorResponseBody extends $tea.Model {
|
|
|
1496
1585
|
dnsName?: string;
|
|
1497
1586
|
expiredTime?: number;
|
|
1498
1587
|
instanceChargeType?: string;
|
|
1588
|
+
ipSetConfig?: DescribeAcceleratorResponseBodyIpSetConfig;
|
|
1499
1589
|
name?: string;
|
|
1500
1590
|
regionId?: string;
|
|
1501
1591
|
requestId?: string;
|
|
@@ -1571,6 +1661,56 @@ export declare class DescribeAcceleratorAutoRenewAttributeResponse extends $tea.
|
|
|
1571
1661
|
[key: string]: any;
|
|
1572
1662
|
});
|
|
1573
1663
|
}
|
|
1664
|
+
export declare class DescribeApplicationMonitorRequest extends $tea.Model {
|
|
1665
|
+
clientToken?: string;
|
|
1666
|
+
regionId?: string;
|
|
1667
|
+
taskId?: string;
|
|
1668
|
+
static names(): {
|
|
1669
|
+
[key: string]: string;
|
|
1670
|
+
};
|
|
1671
|
+
static types(): {
|
|
1672
|
+
[key: string]: any;
|
|
1673
|
+
};
|
|
1674
|
+
constructor(map?: {
|
|
1675
|
+
[key: string]: any;
|
|
1676
|
+
});
|
|
1677
|
+
}
|
|
1678
|
+
export declare class DescribeApplicationMonitorResponseBody extends $tea.Model {
|
|
1679
|
+
acceleratorId?: string;
|
|
1680
|
+
address?: string;
|
|
1681
|
+
detectThreshold?: string;
|
|
1682
|
+
ispCityList?: DescribeApplicationMonitorResponseBodyIspCityList[];
|
|
1683
|
+
listenerId?: string;
|
|
1684
|
+
optionsJson?: string;
|
|
1685
|
+
regionId?: string;
|
|
1686
|
+
requestId?: string;
|
|
1687
|
+
taskId?: string;
|
|
1688
|
+
taskName?: string;
|
|
1689
|
+
static names(): {
|
|
1690
|
+
[key: string]: string;
|
|
1691
|
+
};
|
|
1692
|
+
static types(): {
|
|
1693
|
+
[key: string]: any;
|
|
1694
|
+
};
|
|
1695
|
+
constructor(map?: {
|
|
1696
|
+
[key: string]: any;
|
|
1697
|
+
});
|
|
1698
|
+
}
|
|
1699
|
+
export declare class DescribeApplicationMonitorResponse extends $tea.Model {
|
|
1700
|
+
headers: {
|
|
1701
|
+
[key: string]: string;
|
|
1702
|
+
};
|
|
1703
|
+
body: DescribeApplicationMonitorResponseBody;
|
|
1704
|
+
static names(): {
|
|
1705
|
+
[key: string]: string;
|
|
1706
|
+
};
|
|
1707
|
+
static types(): {
|
|
1708
|
+
[key: string]: any;
|
|
1709
|
+
};
|
|
1710
|
+
constructor(map?: {
|
|
1711
|
+
[key: string]: any;
|
|
1712
|
+
});
|
|
1713
|
+
}
|
|
1574
1714
|
export declare class DescribeBandwidthPackageRequest extends $tea.Model {
|
|
1575
1715
|
bandwidthPackageId?: string;
|
|
1576
1716
|
regionId?: string;
|
|
@@ -1921,6 +2061,88 @@ export declare class DetachLogStoreFromEndpointGroupResponse extends $tea.Model
|
|
|
1921
2061
|
[key: string]: any;
|
|
1922
2062
|
});
|
|
1923
2063
|
}
|
|
2064
|
+
export declare class DetectApplicationMonitorRequest extends $tea.Model {
|
|
2065
|
+
clientToken?: string;
|
|
2066
|
+
regionId?: string;
|
|
2067
|
+
taskId?: string;
|
|
2068
|
+
static names(): {
|
|
2069
|
+
[key: string]: string;
|
|
2070
|
+
};
|
|
2071
|
+
static types(): {
|
|
2072
|
+
[key: string]: any;
|
|
2073
|
+
};
|
|
2074
|
+
constructor(map?: {
|
|
2075
|
+
[key: string]: any;
|
|
2076
|
+
});
|
|
2077
|
+
}
|
|
2078
|
+
export declare class DetectApplicationMonitorResponseBody extends $tea.Model {
|
|
2079
|
+
requestId?: string;
|
|
2080
|
+
static names(): {
|
|
2081
|
+
[key: string]: string;
|
|
2082
|
+
};
|
|
2083
|
+
static types(): {
|
|
2084
|
+
[key: string]: any;
|
|
2085
|
+
};
|
|
2086
|
+
constructor(map?: {
|
|
2087
|
+
[key: string]: any;
|
|
2088
|
+
});
|
|
2089
|
+
}
|
|
2090
|
+
export declare class DetectApplicationMonitorResponse extends $tea.Model {
|
|
2091
|
+
headers: {
|
|
2092
|
+
[key: string]: string;
|
|
2093
|
+
};
|
|
2094
|
+
body: DetectApplicationMonitorResponseBody;
|
|
2095
|
+
static names(): {
|
|
2096
|
+
[key: string]: string;
|
|
2097
|
+
};
|
|
2098
|
+
static types(): {
|
|
2099
|
+
[key: string]: any;
|
|
2100
|
+
};
|
|
2101
|
+
constructor(map?: {
|
|
2102
|
+
[key: string]: any;
|
|
2103
|
+
});
|
|
2104
|
+
}
|
|
2105
|
+
export declare class DisableApplicationMonitorRequest extends $tea.Model {
|
|
2106
|
+
clientToken?: string;
|
|
2107
|
+
regionId?: string;
|
|
2108
|
+
taskId?: string;
|
|
2109
|
+
static names(): {
|
|
2110
|
+
[key: string]: string;
|
|
2111
|
+
};
|
|
2112
|
+
static types(): {
|
|
2113
|
+
[key: string]: any;
|
|
2114
|
+
};
|
|
2115
|
+
constructor(map?: {
|
|
2116
|
+
[key: string]: any;
|
|
2117
|
+
});
|
|
2118
|
+
}
|
|
2119
|
+
export declare class DisableApplicationMonitorResponseBody extends $tea.Model {
|
|
2120
|
+
requestId?: string;
|
|
2121
|
+
static names(): {
|
|
2122
|
+
[key: string]: string;
|
|
2123
|
+
};
|
|
2124
|
+
static types(): {
|
|
2125
|
+
[key: string]: any;
|
|
2126
|
+
};
|
|
2127
|
+
constructor(map?: {
|
|
2128
|
+
[key: string]: any;
|
|
2129
|
+
});
|
|
2130
|
+
}
|
|
2131
|
+
export declare class DisableApplicationMonitorResponse extends $tea.Model {
|
|
2132
|
+
headers: {
|
|
2133
|
+
[key: string]: string;
|
|
2134
|
+
};
|
|
2135
|
+
body: DisableApplicationMonitorResponseBody;
|
|
2136
|
+
static names(): {
|
|
2137
|
+
[key: string]: string;
|
|
2138
|
+
};
|
|
2139
|
+
static types(): {
|
|
2140
|
+
[key: string]: any;
|
|
2141
|
+
};
|
|
2142
|
+
constructor(map?: {
|
|
2143
|
+
[key: string]: any;
|
|
2144
|
+
});
|
|
2145
|
+
}
|
|
1924
2146
|
export declare class DissociateAclsFromListenerRequest extends $tea.Model {
|
|
1925
2147
|
aclIds?: string[];
|
|
1926
2148
|
clientToken?: string;
|
|
@@ -2009,6 +2231,47 @@ export declare class DissociateAdditionalCertificatesFromListenerResponse extend
|
|
|
2009
2231
|
[key: string]: any;
|
|
2010
2232
|
});
|
|
2011
2233
|
}
|
|
2234
|
+
export declare class EnableApplicationMonitorRequest extends $tea.Model {
|
|
2235
|
+
clientToken?: string;
|
|
2236
|
+
regionId?: string;
|
|
2237
|
+
taskId?: string;
|
|
2238
|
+
static names(): {
|
|
2239
|
+
[key: string]: string;
|
|
2240
|
+
};
|
|
2241
|
+
static types(): {
|
|
2242
|
+
[key: string]: any;
|
|
2243
|
+
};
|
|
2244
|
+
constructor(map?: {
|
|
2245
|
+
[key: string]: any;
|
|
2246
|
+
});
|
|
2247
|
+
}
|
|
2248
|
+
export declare class EnableApplicationMonitorResponseBody extends $tea.Model {
|
|
2249
|
+
requestId?: string;
|
|
2250
|
+
static names(): {
|
|
2251
|
+
[key: string]: string;
|
|
2252
|
+
};
|
|
2253
|
+
static types(): {
|
|
2254
|
+
[key: string]: any;
|
|
2255
|
+
};
|
|
2256
|
+
constructor(map?: {
|
|
2257
|
+
[key: string]: any;
|
|
2258
|
+
});
|
|
2259
|
+
}
|
|
2260
|
+
export declare class EnableApplicationMonitorResponse extends $tea.Model {
|
|
2261
|
+
headers: {
|
|
2262
|
+
[key: string]: string;
|
|
2263
|
+
};
|
|
2264
|
+
body: EnableApplicationMonitorResponseBody;
|
|
2265
|
+
static names(): {
|
|
2266
|
+
[key: string]: string;
|
|
2267
|
+
};
|
|
2268
|
+
static types(): {
|
|
2269
|
+
[key: string]: any;
|
|
2270
|
+
};
|
|
2271
|
+
constructor(map?: {
|
|
2272
|
+
[key: string]: any;
|
|
2273
|
+
});
|
|
2274
|
+
}
|
|
2012
2275
|
export declare class GetAclRequest extends $tea.Model {
|
|
2013
2276
|
aclId?: string;
|
|
2014
2277
|
regionId?: string;
|
|
@@ -2430,6 +2693,100 @@ export declare class ListAclsResponse extends $tea.Model {
|
|
|
2430
2693
|
[key: string]: any;
|
|
2431
2694
|
});
|
|
2432
2695
|
}
|
|
2696
|
+
export declare class ListApplicationMonitorRequest extends $tea.Model {
|
|
2697
|
+
pageNumber?: number;
|
|
2698
|
+
pageSize?: number;
|
|
2699
|
+
regionId?: string;
|
|
2700
|
+
searchValue?: string;
|
|
2701
|
+
static names(): {
|
|
2702
|
+
[key: string]: string;
|
|
2703
|
+
};
|
|
2704
|
+
static types(): {
|
|
2705
|
+
[key: string]: any;
|
|
2706
|
+
};
|
|
2707
|
+
constructor(map?: {
|
|
2708
|
+
[key: string]: any;
|
|
2709
|
+
});
|
|
2710
|
+
}
|
|
2711
|
+
export declare class ListApplicationMonitorResponseBody extends $tea.Model {
|
|
2712
|
+
applicationMonitors?: ListApplicationMonitorResponseBodyApplicationMonitors[];
|
|
2713
|
+
pageNumber?: number;
|
|
2714
|
+
pageSize?: number;
|
|
2715
|
+
requestId?: string;
|
|
2716
|
+
totalCount?: number;
|
|
2717
|
+
static names(): {
|
|
2718
|
+
[key: string]: string;
|
|
2719
|
+
};
|
|
2720
|
+
static types(): {
|
|
2721
|
+
[key: string]: any;
|
|
2722
|
+
};
|
|
2723
|
+
constructor(map?: {
|
|
2724
|
+
[key: string]: any;
|
|
2725
|
+
});
|
|
2726
|
+
}
|
|
2727
|
+
export declare class ListApplicationMonitorResponse extends $tea.Model {
|
|
2728
|
+
headers: {
|
|
2729
|
+
[key: string]: string;
|
|
2730
|
+
};
|
|
2731
|
+
body: ListApplicationMonitorResponseBody;
|
|
2732
|
+
static names(): {
|
|
2733
|
+
[key: string]: string;
|
|
2734
|
+
};
|
|
2735
|
+
static types(): {
|
|
2736
|
+
[key: string]: any;
|
|
2737
|
+
};
|
|
2738
|
+
constructor(map?: {
|
|
2739
|
+
[key: string]: any;
|
|
2740
|
+
});
|
|
2741
|
+
}
|
|
2742
|
+
export declare class ListApplicationMonitorDetectResultRequest extends $tea.Model {
|
|
2743
|
+
beginTime?: number;
|
|
2744
|
+
endTime?: number;
|
|
2745
|
+
pageNumber?: number;
|
|
2746
|
+
pageSize?: number;
|
|
2747
|
+
regionId?: string;
|
|
2748
|
+
taskId?: string;
|
|
2749
|
+
static names(): {
|
|
2750
|
+
[key: string]: string;
|
|
2751
|
+
};
|
|
2752
|
+
static types(): {
|
|
2753
|
+
[key: string]: any;
|
|
2754
|
+
};
|
|
2755
|
+
constructor(map?: {
|
|
2756
|
+
[key: string]: any;
|
|
2757
|
+
});
|
|
2758
|
+
}
|
|
2759
|
+
export declare class ListApplicationMonitorDetectResultResponseBody extends $tea.Model {
|
|
2760
|
+
applicationMonitorDetectResultList?: ListApplicationMonitorDetectResultResponseBodyApplicationMonitorDetectResultList[];
|
|
2761
|
+
pageNumber?: number;
|
|
2762
|
+
pageSize?: number;
|
|
2763
|
+
requestId?: string;
|
|
2764
|
+
totalCount?: number;
|
|
2765
|
+
static names(): {
|
|
2766
|
+
[key: string]: string;
|
|
2767
|
+
};
|
|
2768
|
+
static types(): {
|
|
2769
|
+
[key: string]: any;
|
|
2770
|
+
};
|
|
2771
|
+
constructor(map?: {
|
|
2772
|
+
[key: string]: any;
|
|
2773
|
+
});
|
|
2774
|
+
}
|
|
2775
|
+
export declare class ListApplicationMonitorDetectResultResponse extends $tea.Model {
|
|
2776
|
+
headers: {
|
|
2777
|
+
[key: string]: string;
|
|
2778
|
+
};
|
|
2779
|
+
body: ListApplicationMonitorDetectResultResponseBody;
|
|
2780
|
+
static names(): {
|
|
2781
|
+
[key: string]: string;
|
|
2782
|
+
};
|
|
2783
|
+
static types(): {
|
|
2784
|
+
[key: string]: any;
|
|
2785
|
+
};
|
|
2786
|
+
constructor(map?: {
|
|
2787
|
+
[key: string]: any;
|
|
2788
|
+
});
|
|
2789
|
+
}
|
|
2433
2790
|
export declare class ListAvailableAccelerateAreasRequest extends $tea.Model {
|
|
2434
2791
|
acceleratorId?: string;
|
|
2435
2792
|
regionId?: string;
|
|
@@ -3280,6 +3637,52 @@ export declare class UpdateAclAttributeResponse extends $tea.Model {
|
|
|
3280
3637
|
[key: string]: any;
|
|
3281
3638
|
});
|
|
3282
3639
|
}
|
|
3640
|
+
export declare class UpdateApplicationMonitorRequest extends $tea.Model {
|
|
3641
|
+
address?: string;
|
|
3642
|
+
clientToken?: string;
|
|
3643
|
+
detectThreshold?: number;
|
|
3644
|
+
listenerId?: string;
|
|
3645
|
+
optionsJson?: string;
|
|
3646
|
+
regionId?: string;
|
|
3647
|
+
taskId?: string;
|
|
3648
|
+
taskName?: string;
|
|
3649
|
+
static names(): {
|
|
3650
|
+
[key: string]: string;
|
|
3651
|
+
};
|
|
3652
|
+
static types(): {
|
|
3653
|
+
[key: string]: any;
|
|
3654
|
+
};
|
|
3655
|
+
constructor(map?: {
|
|
3656
|
+
[key: string]: any;
|
|
3657
|
+
});
|
|
3658
|
+
}
|
|
3659
|
+
export declare class UpdateApplicationMonitorResponseBody extends $tea.Model {
|
|
3660
|
+
requestId?: string;
|
|
3661
|
+
static names(): {
|
|
3662
|
+
[key: string]: string;
|
|
3663
|
+
};
|
|
3664
|
+
static types(): {
|
|
3665
|
+
[key: string]: any;
|
|
3666
|
+
};
|
|
3667
|
+
constructor(map?: {
|
|
3668
|
+
[key: string]: any;
|
|
3669
|
+
});
|
|
3670
|
+
}
|
|
3671
|
+
export declare class UpdateApplicationMonitorResponse extends $tea.Model {
|
|
3672
|
+
headers: {
|
|
3673
|
+
[key: string]: string;
|
|
3674
|
+
};
|
|
3675
|
+
body: UpdateApplicationMonitorResponseBody;
|
|
3676
|
+
static names(): {
|
|
3677
|
+
[key: string]: string;
|
|
3678
|
+
};
|
|
3679
|
+
static types(): {
|
|
3680
|
+
[key: string]: any;
|
|
3681
|
+
};
|
|
3682
|
+
constructor(map?: {
|
|
3683
|
+
[key: string]: any;
|
|
3684
|
+
});
|
|
3685
|
+
}
|
|
3283
3686
|
export declare class UpdateBandwidthPackageRequest extends $tea.Model {
|
|
3284
3687
|
autoPay?: boolean;
|
|
3285
3688
|
autoUseCoupon?: boolean;
|
|
@@ -3761,6 +4164,18 @@ export declare class AssociateAdditionalCertificatesWithListenerRequestCertifica
|
|
|
3761
4164
|
[key: string]: any;
|
|
3762
4165
|
});
|
|
3763
4166
|
}
|
|
4167
|
+
export declare class CreateAcceleratorRequestIpSetConfig extends $tea.Model {
|
|
4168
|
+
accessMode?: string;
|
|
4169
|
+
static names(): {
|
|
4170
|
+
[key: string]: string;
|
|
4171
|
+
};
|
|
4172
|
+
static types(): {
|
|
4173
|
+
[key: string]: any;
|
|
4174
|
+
};
|
|
4175
|
+
constructor(map?: {
|
|
4176
|
+
[key: string]: any;
|
|
4177
|
+
});
|
|
4178
|
+
}
|
|
3764
4179
|
export declare class CreateAclRequestAclEntries extends $tea.Model {
|
|
3765
4180
|
entry?: string;
|
|
3766
4181
|
entryDescription?: string;
|
|
@@ -3884,6 +4299,7 @@ export declare class CreateForwardingRulesRequestForwardingRulesRuleActions exte
|
|
|
3884
4299
|
forwardGroupConfig?: CreateForwardingRulesRequestForwardingRulesRuleActionsForwardGroupConfig;
|
|
3885
4300
|
order?: number;
|
|
3886
4301
|
ruleActionType?: string;
|
|
4302
|
+
ruleActionValue?: string;
|
|
3887
4303
|
static names(): {
|
|
3888
4304
|
[key: string]: string;
|
|
3889
4305
|
};
|
|
@@ -3922,6 +4338,7 @@ export declare class CreateForwardingRulesRequestForwardingRulesRuleConditions e
|
|
|
3922
4338
|
hostConfig?: CreateForwardingRulesRequestForwardingRulesRuleConditionsHostConfig;
|
|
3923
4339
|
pathConfig?: CreateForwardingRulesRequestForwardingRulesRuleConditionsPathConfig;
|
|
3924
4340
|
ruleConditionType?: string;
|
|
4341
|
+
ruleConditionValue?: string;
|
|
3925
4342
|
static names(): {
|
|
3926
4343
|
[key: string]: string;
|
|
3927
4344
|
};
|
|
@@ -3937,6 +4354,7 @@ export declare class CreateForwardingRulesRequestForwardingRules extends $tea.Mo
|
|
|
3937
4354
|
priority?: number;
|
|
3938
4355
|
ruleActions?: CreateForwardingRulesRequestForwardingRulesRuleActions[];
|
|
3939
4356
|
ruleConditions?: CreateForwardingRulesRequestForwardingRulesRuleConditions[];
|
|
4357
|
+
ruleDirection?: string;
|
|
3940
4358
|
static names(): {
|
|
3941
4359
|
[key: string]: string;
|
|
3942
4360
|
};
|
|
@@ -4067,6 +4485,33 @@ export declare class DescribeAcceleratorResponseBodyCrossDomainBandwidthPackage
|
|
|
4067
4485
|
[key: string]: any;
|
|
4068
4486
|
});
|
|
4069
4487
|
}
|
|
4488
|
+
export declare class DescribeAcceleratorResponseBodyIpSetConfig extends $tea.Model {
|
|
4489
|
+
accessMode?: string;
|
|
4490
|
+
static names(): {
|
|
4491
|
+
[key: string]: string;
|
|
4492
|
+
};
|
|
4493
|
+
static types(): {
|
|
4494
|
+
[key: string]: any;
|
|
4495
|
+
};
|
|
4496
|
+
constructor(map?: {
|
|
4497
|
+
[key: string]: any;
|
|
4498
|
+
});
|
|
4499
|
+
}
|
|
4500
|
+
export declare class DescribeApplicationMonitorResponseBodyIspCityList extends $tea.Model {
|
|
4501
|
+
city?: string;
|
|
4502
|
+
cityName?: string;
|
|
4503
|
+
isp?: string;
|
|
4504
|
+
ispName?: string;
|
|
4505
|
+
static names(): {
|
|
4506
|
+
[key: string]: string;
|
|
4507
|
+
};
|
|
4508
|
+
static types(): {
|
|
4509
|
+
[key: string]: any;
|
|
4510
|
+
};
|
|
4511
|
+
constructor(map?: {
|
|
4512
|
+
[key: string]: any;
|
|
4513
|
+
});
|
|
4514
|
+
}
|
|
4070
4515
|
export declare class DescribeEndpointGroupResponseBodyEndpointConfigurations extends $tea.Model {
|
|
4071
4516
|
enableClientIPPreservation?: boolean;
|
|
4072
4517
|
endpoint?: string;
|
|
@@ -4319,6 +4764,18 @@ export declare class ListAcceleratorsResponseBodyAcceleratorsCrossDomainBandwidt
|
|
|
4319
4764
|
[key: string]: any;
|
|
4320
4765
|
});
|
|
4321
4766
|
}
|
|
4767
|
+
export declare class ListAcceleratorsResponseBodyAcceleratorsIpSetConfig extends $tea.Model {
|
|
4768
|
+
accessMode?: string;
|
|
4769
|
+
static names(): {
|
|
4770
|
+
[key: string]: string;
|
|
4771
|
+
};
|
|
4772
|
+
static types(): {
|
|
4773
|
+
[key: string]: any;
|
|
4774
|
+
};
|
|
4775
|
+
constructor(map?: {
|
|
4776
|
+
[key: string]: any;
|
|
4777
|
+
});
|
|
4778
|
+
}
|
|
4322
4779
|
export declare class ListAcceleratorsResponseBodyAccelerators extends $tea.Model {
|
|
4323
4780
|
acceleratorId?: string;
|
|
4324
4781
|
bandwidth?: number;
|
|
@@ -4331,6 +4788,7 @@ export declare class ListAcceleratorsResponseBodyAccelerators extends $tea.Model
|
|
|
4331
4788
|
dnsName?: string;
|
|
4332
4789
|
expiredTime?: number;
|
|
4333
4790
|
instanceChargeType?: string;
|
|
4791
|
+
ipSetConfig?: ListAcceleratorsResponseBodyAcceleratorsIpSetConfig;
|
|
4334
4792
|
name?: string;
|
|
4335
4793
|
regionId?: string;
|
|
4336
4794
|
secondDnsName?: string;
|
|
@@ -4362,6 +4820,43 @@ export declare class ListAclsResponseBodyAcls extends $tea.Model {
|
|
|
4362
4820
|
[key: string]: any;
|
|
4363
4821
|
});
|
|
4364
4822
|
}
|
|
4823
|
+
export declare class ListApplicationMonitorResponseBodyApplicationMonitors extends $tea.Model {
|
|
4824
|
+
acceleratorId?: string;
|
|
4825
|
+
address?: string;
|
|
4826
|
+
detectThreshold?: number;
|
|
4827
|
+
listenerId?: string;
|
|
4828
|
+
optionsJson?: string;
|
|
4829
|
+
state?: string;
|
|
4830
|
+
taskId?: string;
|
|
4831
|
+
taskName?: string;
|
|
4832
|
+
static names(): {
|
|
4833
|
+
[key: string]: string;
|
|
4834
|
+
};
|
|
4835
|
+
static types(): {
|
|
4836
|
+
[key: string]: any;
|
|
4837
|
+
};
|
|
4838
|
+
constructor(map?: {
|
|
4839
|
+
[key: string]: any;
|
|
4840
|
+
});
|
|
4841
|
+
}
|
|
4842
|
+
export declare class ListApplicationMonitorDetectResultResponseBodyApplicationMonitorDetectResultList extends $tea.Model {
|
|
4843
|
+
acceleratorId?: string;
|
|
4844
|
+
detail?: string;
|
|
4845
|
+
diagStatus?: string;
|
|
4846
|
+
listenerId?: string;
|
|
4847
|
+
port?: string;
|
|
4848
|
+
protocol?: string;
|
|
4849
|
+
taskId?: string;
|
|
4850
|
+
static names(): {
|
|
4851
|
+
[key: string]: string;
|
|
4852
|
+
};
|
|
4853
|
+
static types(): {
|
|
4854
|
+
[key: string]: any;
|
|
4855
|
+
};
|
|
4856
|
+
constructor(map?: {
|
|
4857
|
+
[key: string]: any;
|
|
4858
|
+
});
|
|
4859
|
+
}
|
|
4365
4860
|
export declare class ListAvailableAccelerateAreasResponseBodyAreasRegionList extends $tea.Model {
|
|
4366
4861
|
localName?: string;
|
|
4367
4862
|
regionId?: string;
|
|
@@ -4606,6 +5101,7 @@ export declare class ListForwardingRulesResponseBodyForwardingRulesRuleActions e
|
|
|
4606
5101
|
forwardGroupConfig?: ListForwardingRulesResponseBodyForwardingRulesRuleActionsForwardGroupConfig;
|
|
4607
5102
|
order?: number;
|
|
4608
5103
|
ruleActionType?: string;
|
|
5104
|
+
ruleActionValue?: string;
|
|
4609
5105
|
static names(): {
|
|
4610
5106
|
[key: string]: string;
|
|
4611
5107
|
};
|
|
@@ -4644,6 +5140,7 @@ export declare class ListForwardingRulesResponseBodyForwardingRulesRuleCondition
|
|
|
4644
5140
|
hostConfig?: ListForwardingRulesResponseBodyForwardingRulesRuleConditionsHostConfig;
|
|
4645
5141
|
pathConfig?: ListForwardingRulesResponseBodyForwardingRulesRuleConditionsPathConfig;
|
|
4646
5142
|
ruleConditionType?: string;
|
|
5143
|
+
ruleConditionValue?: string;
|
|
4647
5144
|
static names(): {
|
|
4648
5145
|
[key: string]: string;
|
|
4649
5146
|
};
|
|
@@ -4655,6 +5152,7 @@ export declare class ListForwardingRulesResponseBodyForwardingRulesRuleCondition
|
|
|
4655
5152
|
});
|
|
4656
5153
|
}
|
|
4657
5154
|
export declare class ListForwardingRulesResponseBodyForwardingRules extends $tea.Model {
|
|
5155
|
+
forwardingRuleDirection?: string;
|
|
4658
5156
|
forwardingRuleId?: string;
|
|
4659
5157
|
forwardingRuleName?: string;
|
|
4660
5158
|
forwardingRuleStatus?: string;
|
|
@@ -4931,6 +5429,7 @@ export declare class UpdateForwardingRulesRequestForwardingRulesRuleActions exte
|
|
|
4931
5429
|
forwardGroupConfig?: UpdateForwardingRulesRequestForwardingRulesRuleActionsForwardGroupConfig;
|
|
4932
5430
|
order?: number;
|
|
4933
5431
|
ruleActionType?: string;
|
|
5432
|
+
ruleActionValue?: string;
|
|
4934
5433
|
static names(): {
|
|
4935
5434
|
[key: string]: string;
|
|
4936
5435
|
};
|
|
@@ -4969,6 +5468,7 @@ export declare class UpdateForwardingRulesRequestForwardingRulesRuleConditions e
|
|
|
4969
5468
|
hostConfig?: UpdateForwardingRulesRequestForwardingRulesRuleConditionsHostConfig;
|
|
4970
5469
|
pathConfig?: UpdateForwardingRulesRequestForwardingRulesRuleConditionsPathConfig;
|
|
4971
5470
|
ruleConditionType?: string;
|
|
5471
|
+
ruleConditionValue?: string;
|
|
4972
5472
|
static names(): {
|
|
4973
5473
|
[key: string]: string;
|
|
4974
5474
|
};
|
|
@@ -4985,6 +5485,7 @@ export declare class UpdateForwardingRulesRequestForwardingRules extends $tea.Mo
|
|
|
4985
5485
|
priority?: number;
|
|
4986
5486
|
ruleActions?: UpdateForwardingRulesRequestForwardingRulesRuleActions[];
|
|
4987
5487
|
ruleConditions?: UpdateForwardingRulesRequestForwardingRulesRuleConditions[];
|
|
5488
|
+
ruleDirection?: string;
|
|
4988
5489
|
static names(): {
|
|
4989
5490
|
[key: string]: string;
|
|
4990
5491
|
};
|
|
@@ -5099,6 +5600,8 @@ export default class Client extends OpenApi {
|
|
|
5099
5600
|
createAccelerator(request: CreateAcceleratorRequest): Promise<CreateAcceleratorResponse>;
|
|
5100
5601
|
createAclWithOptions(request: CreateAclRequest, runtime: $Util.RuntimeOptions): Promise<CreateAclResponse>;
|
|
5101
5602
|
createAcl(request: CreateAclRequest): Promise<CreateAclResponse>;
|
|
5603
|
+
createApplicationMonitorWithOptions(request: CreateApplicationMonitorRequest, runtime: $Util.RuntimeOptions): Promise<CreateApplicationMonitorResponse>;
|
|
5604
|
+
createApplicationMonitor(request: CreateApplicationMonitorRequest): Promise<CreateApplicationMonitorResponse>;
|
|
5102
5605
|
createBandwidthPackageWithOptions(request: CreateBandwidthPackageRequest, runtime: $Util.RuntimeOptions): Promise<CreateBandwidthPackageResponse>;
|
|
5103
5606
|
createBandwidthPackage(request: CreateBandwidthPackageRequest): Promise<CreateBandwidthPackageResponse>;
|
|
5104
5607
|
createBasicAcceleratorWithOptions(request: CreateBasicAcceleratorRequest, runtime: $Util.RuntimeOptions): Promise<CreateBasicAcceleratorResponse>;
|
|
@@ -5123,6 +5626,8 @@ export default class Client extends OpenApi {
|
|
|
5123
5626
|
deleteAccelerator(request: DeleteAcceleratorRequest): Promise<DeleteAcceleratorResponse>;
|
|
5124
5627
|
deleteAclWithOptions(request: DeleteAclRequest, runtime: $Util.RuntimeOptions): Promise<DeleteAclResponse>;
|
|
5125
5628
|
deleteAcl(request: DeleteAclRequest): Promise<DeleteAclResponse>;
|
|
5629
|
+
deleteApplicationMonitorWithOptions(request: DeleteApplicationMonitorRequest, runtime: $Util.RuntimeOptions): Promise<DeleteApplicationMonitorResponse>;
|
|
5630
|
+
deleteApplicationMonitor(request: DeleteApplicationMonitorRequest): Promise<DeleteApplicationMonitorResponse>;
|
|
5126
5631
|
deleteBandwidthPackageWithOptions(request: DeleteBandwidthPackageRequest, runtime: $Util.RuntimeOptions): Promise<DeleteBandwidthPackageResponse>;
|
|
5127
5632
|
deleteBandwidthPackage(request: DeleteBandwidthPackageRequest): Promise<DeleteBandwidthPackageResponse>;
|
|
5128
5633
|
deleteBasicAcceleratorWithOptions(request: DeleteBasicAcceleratorRequest, runtime: $Util.RuntimeOptions): Promise<DeleteBasicAcceleratorResponse>;
|
|
@@ -5149,6 +5654,8 @@ export default class Client extends OpenApi {
|
|
|
5149
5654
|
describeAccelerator(request: DescribeAcceleratorRequest): Promise<DescribeAcceleratorResponse>;
|
|
5150
5655
|
describeAcceleratorAutoRenewAttributeWithOptions(request: DescribeAcceleratorAutoRenewAttributeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAcceleratorAutoRenewAttributeResponse>;
|
|
5151
5656
|
describeAcceleratorAutoRenewAttribute(request: DescribeAcceleratorAutoRenewAttributeRequest): Promise<DescribeAcceleratorAutoRenewAttributeResponse>;
|
|
5657
|
+
describeApplicationMonitorWithOptions(request: DescribeApplicationMonitorRequest, runtime: $Util.RuntimeOptions): Promise<DescribeApplicationMonitorResponse>;
|
|
5658
|
+
describeApplicationMonitor(request: DescribeApplicationMonitorRequest): Promise<DescribeApplicationMonitorResponse>;
|
|
5152
5659
|
describeBandwidthPackageWithOptions(request: DescribeBandwidthPackageRequest, runtime: $Util.RuntimeOptions): Promise<DescribeBandwidthPackageResponse>;
|
|
5153
5660
|
describeBandwidthPackage(request: DescribeBandwidthPackageRequest): Promise<DescribeBandwidthPackageResponse>;
|
|
5154
5661
|
describeEndpointGroupWithOptions(request: DescribeEndpointGroupRequest, runtime: $Util.RuntimeOptions): Promise<DescribeEndpointGroupResponse>;
|
|
@@ -5163,10 +5670,16 @@ export default class Client extends OpenApi {
|
|
|
5163
5670
|
detachDdosFromAccelerator(request: DetachDdosFromAcceleratorRequest): Promise<DetachDdosFromAcceleratorResponse>;
|
|
5164
5671
|
detachLogStoreFromEndpointGroupWithOptions(request: DetachLogStoreFromEndpointGroupRequest, runtime: $Util.RuntimeOptions): Promise<DetachLogStoreFromEndpointGroupResponse>;
|
|
5165
5672
|
detachLogStoreFromEndpointGroup(request: DetachLogStoreFromEndpointGroupRequest): Promise<DetachLogStoreFromEndpointGroupResponse>;
|
|
5673
|
+
detectApplicationMonitorWithOptions(request: DetectApplicationMonitorRequest, runtime: $Util.RuntimeOptions): Promise<DetectApplicationMonitorResponse>;
|
|
5674
|
+
detectApplicationMonitor(request: DetectApplicationMonitorRequest): Promise<DetectApplicationMonitorResponse>;
|
|
5675
|
+
disableApplicationMonitorWithOptions(request: DisableApplicationMonitorRequest, runtime: $Util.RuntimeOptions): Promise<DisableApplicationMonitorResponse>;
|
|
5676
|
+
disableApplicationMonitor(request: DisableApplicationMonitorRequest): Promise<DisableApplicationMonitorResponse>;
|
|
5166
5677
|
dissociateAclsFromListenerWithOptions(request: DissociateAclsFromListenerRequest, runtime: $Util.RuntimeOptions): Promise<DissociateAclsFromListenerResponse>;
|
|
5167
5678
|
dissociateAclsFromListener(request: DissociateAclsFromListenerRequest): Promise<DissociateAclsFromListenerResponse>;
|
|
5168
5679
|
dissociateAdditionalCertificatesFromListenerWithOptions(request: DissociateAdditionalCertificatesFromListenerRequest, runtime: $Util.RuntimeOptions): Promise<DissociateAdditionalCertificatesFromListenerResponse>;
|
|
5169
5680
|
dissociateAdditionalCertificatesFromListener(request: DissociateAdditionalCertificatesFromListenerRequest): Promise<DissociateAdditionalCertificatesFromListenerResponse>;
|
|
5681
|
+
enableApplicationMonitorWithOptions(request: EnableApplicationMonitorRequest, runtime: $Util.RuntimeOptions): Promise<EnableApplicationMonitorResponse>;
|
|
5682
|
+
enableApplicationMonitor(request: EnableApplicationMonitorRequest): Promise<EnableApplicationMonitorResponse>;
|
|
5170
5683
|
getAclWithOptions(request: GetAclRequest, runtime: $Util.RuntimeOptions): Promise<GetAclResponse>;
|
|
5171
5684
|
getAcl(request: GetAclRequest): Promise<GetAclResponse>;
|
|
5172
5685
|
getBasicAcceleratorWithOptions(request: GetBasicAcceleratorRequest, runtime: $Util.RuntimeOptions): Promise<GetBasicAcceleratorResponse>;
|
|
@@ -5185,6 +5698,10 @@ export default class Client extends OpenApi {
|
|
|
5185
5698
|
listAccelerators(request: ListAcceleratorsRequest): Promise<ListAcceleratorsResponse>;
|
|
5186
5699
|
listAclsWithOptions(request: ListAclsRequest, runtime: $Util.RuntimeOptions): Promise<ListAclsResponse>;
|
|
5187
5700
|
listAcls(request: ListAclsRequest): Promise<ListAclsResponse>;
|
|
5701
|
+
listApplicationMonitorWithOptions(request: ListApplicationMonitorRequest, runtime: $Util.RuntimeOptions): Promise<ListApplicationMonitorResponse>;
|
|
5702
|
+
listApplicationMonitor(request: ListApplicationMonitorRequest): Promise<ListApplicationMonitorResponse>;
|
|
5703
|
+
listApplicationMonitorDetectResultWithOptions(request: ListApplicationMonitorDetectResultRequest, runtime: $Util.RuntimeOptions): Promise<ListApplicationMonitorDetectResultResponse>;
|
|
5704
|
+
listApplicationMonitorDetectResult(request: ListApplicationMonitorDetectResultRequest): Promise<ListApplicationMonitorDetectResultResponse>;
|
|
5188
5705
|
listAvailableAccelerateAreasWithOptions(request: ListAvailableAccelerateAreasRequest, runtime: $Util.RuntimeOptions): Promise<ListAvailableAccelerateAreasResponse>;
|
|
5189
5706
|
listAvailableAccelerateAreas(request: ListAvailableAccelerateAreasRequest): Promise<ListAvailableAccelerateAreasResponse>;
|
|
5190
5707
|
listAvailableBusiRegionsWithOptions(request: ListAvailableBusiRegionsRequest, runtime: $Util.RuntimeOptions): Promise<ListAvailableBusiRegionsResponse>;
|
|
@@ -5223,6 +5740,8 @@ export default class Client extends OpenApi {
|
|
|
5223
5740
|
updateAcceleratorConfirm(request: UpdateAcceleratorConfirmRequest): Promise<UpdateAcceleratorConfirmResponse>;
|
|
5224
5741
|
updateAclAttributeWithOptions(request: UpdateAclAttributeRequest, runtime: $Util.RuntimeOptions): Promise<UpdateAclAttributeResponse>;
|
|
5225
5742
|
updateAclAttribute(request: UpdateAclAttributeRequest): Promise<UpdateAclAttributeResponse>;
|
|
5743
|
+
updateApplicationMonitorWithOptions(request: UpdateApplicationMonitorRequest, runtime: $Util.RuntimeOptions): Promise<UpdateApplicationMonitorResponse>;
|
|
5744
|
+
updateApplicationMonitor(request: UpdateApplicationMonitorRequest): Promise<UpdateApplicationMonitorResponse>;
|
|
5226
5745
|
updateBandwidthPackageWithOptions(request: UpdateBandwidthPackageRequest, runtime: $Util.RuntimeOptions): Promise<UpdateBandwidthPackageResponse>;
|
|
5227
5746
|
updateBandwidthPackage(request: UpdateBandwidthPackageRequest): Promise<UpdateBandwidthPackageResponse>;
|
|
5228
5747
|
updateBasicAcceleratorWithOptions(request: UpdateBasicAcceleratorRequest, runtime: $Util.RuntimeOptions): Promise<UpdateBasicAcceleratorResponse>;
|