@alicloud/esa20240910 2.5.2 → 2.5.4
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 +377 -267
- package/dist/client.js +82 -343
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +437 -469
package/src/client.ts
CHANGED
|
@@ -2565,6 +2565,8 @@ export class CreateEdgeContainerAppRecordResponse extends $tea.Model {
|
|
|
2565
2565
|
export class CreateEdgeContainerAppVersionRequest extends $tea.Model {
|
|
2566
2566
|
/**
|
|
2567
2567
|
* @remarks
|
|
2568
|
+
* The application ID, which can be obtained by calling the [ListEdgeContainerApps](~~ListEdgeContainerApps~~) operation.
|
|
2569
|
+
*
|
|
2568
2570
|
* This parameter is required.
|
|
2569
2571
|
*
|
|
2570
2572
|
* @example
|
|
@@ -2573,6 +2575,9 @@ export class CreateEdgeContainerAppVersionRequest extends $tea.Model {
|
|
|
2573
2575
|
appId?: string;
|
|
2574
2576
|
/**
|
|
2575
2577
|
* @remarks
|
|
2578
|
+
* The container group to be deployed for this version, which contains information about images.\\
|
|
2579
|
+
* The image data contains the image address, startup command, parameters, environment variables, and probe rules. You can specify one or more images. The parameter value is a JSON string.
|
|
2580
|
+
*
|
|
2576
2581
|
* This parameter is required.
|
|
2577
2582
|
*
|
|
2578
2583
|
* @example
|
|
@@ -2598,6 +2603,8 @@ export class CreateEdgeContainerAppVersionRequest extends $tea.Model {
|
|
|
2598
2603
|
containers?: CreateEdgeContainerAppVersionRequestContainers[];
|
|
2599
2604
|
/**
|
|
2600
2605
|
* @remarks
|
|
2606
|
+
* The version name, which must be 6 to 128 characters in length.
|
|
2607
|
+
*
|
|
2601
2608
|
* This parameter is required.
|
|
2602
2609
|
*
|
|
2603
2610
|
* @example
|
|
@@ -2605,6 +2612,9 @@ export class CreateEdgeContainerAppVersionRequest extends $tea.Model {
|
|
|
2605
2612
|
*/
|
|
2606
2613
|
name?: string;
|
|
2607
2614
|
/**
|
|
2615
|
+
* @remarks
|
|
2616
|
+
* The description of the version.
|
|
2617
|
+
*
|
|
2608
2618
|
* @example
|
|
2609
2619
|
* test app
|
|
2610
2620
|
*/
|
|
@@ -2635,6 +2645,8 @@ export class CreateEdgeContainerAppVersionRequest extends $tea.Model {
|
|
|
2635
2645
|
export class CreateEdgeContainerAppVersionShrinkRequest extends $tea.Model {
|
|
2636
2646
|
/**
|
|
2637
2647
|
* @remarks
|
|
2648
|
+
* The application ID, which can be obtained by calling the [ListEdgeContainerApps](~~ListEdgeContainerApps~~) operation.
|
|
2649
|
+
*
|
|
2638
2650
|
* This parameter is required.
|
|
2639
2651
|
*
|
|
2640
2652
|
* @example
|
|
@@ -2643,6 +2655,9 @@ export class CreateEdgeContainerAppVersionShrinkRequest extends $tea.Model {
|
|
|
2643
2655
|
appId?: string;
|
|
2644
2656
|
/**
|
|
2645
2657
|
* @remarks
|
|
2658
|
+
* The container group to be deployed for this version, which contains information about images.\\
|
|
2659
|
+
* The image data contains the image address, startup command, parameters, environment variables, and probe rules. You can specify one or more images. The parameter value is a JSON string.
|
|
2660
|
+
*
|
|
2646
2661
|
* This parameter is required.
|
|
2647
2662
|
*
|
|
2648
2663
|
* @example
|
|
@@ -2668,6 +2683,8 @@ export class CreateEdgeContainerAppVersionShrinkRequest extends $tea.Model {
|
|
|
2668
2683
|
containersShrink?: string;
|
|
2669
2684
|
/**
|
|
2670
2685
|
* @remarks
|
|
2686
|
+
* The version name, which must be 6 to 128 characters in length.
|
|
2687
|
+
*
|
|
2671
2688
|
* This parameter is required.
|
|
2672
2689
|
*
|
|
2673
2690
|
* @example
|
|
@@ -2675,6 +2692,9 @@ export class CreateEdgeContainerAppVersionShrinkRequest extends $tea.Model {
|
|
|
2675
2692
|
*/
|
|
2676
2693
|
name?: string;
|
|
2677
2694
|
/**
|
|
2695
|
+
* @remarks
|
|
2696
|
+
* The description of the version.
|
|
2697
|
+
*
|
|
2678
2698
|
* @example
|
|
2679
2699
|
* test app
|
|
2680
2700
|
*/
|
|
@@ -2704,11 +2724,17 @@ export class CreateEdgeContainerAppVersionShrinkRequest extends $tea.Model {
|
|
|
2704
2724
|
|
|
2705
2725
|
export class CreateEdgeContainerAppVersionResponseBody extends $tea.Model {
|
|
2706
2726
|
/**
|
|
2727
|
+
* @remarks
|
|
2728
|
+
* The request ID.
|
|
2729
|
+
*
|
|
2707
2730
|
* @example
|
|
2708
2731
|
* 04F0F334-1335-436C-A1D7-6C044FE73368
|
|
2709
2732
|
*/
|
|
2710
2733
|
requestId?: string;
|
|
2711
2734
|
/**
|
|
2735
|
+
* @remarks
|
|
2736
|
+
* The ID of the created version.
|
|
2737
|
+
*
|
|
2712
2738
|
* @example
|
|
2713
2739
|
* ver-87962637161651****
|
|
2714
2740
|
*/
|
|
@@ -4823,14 +4849,28 @@ export class CreateWaitingRoomRequest extends $tea.Model {
|
|
|
4823
4849
|
/**
|
|
4824
4850
|
* @remarks
|
|
4825
4851
|
* This parameter is required.
|
|
4852
|
+
*
|
|
4853
|
+
* @example
|
|
4854
|
+
* __aliwaitingroom_example
|
|
4826
4855
|
*/
|
|
4827
4856
|
cookieName?: string;
|
|
4857
|
+
/**
|
|
4858
|
+
* @example
|
|
4859
|
+
* Hello%20world!
|
|
4860
|
+
*/
|
|
4828
4861
|
customPageHtml?: string;
|
|
4829
4862
|
description?: string;
|
|
4863
|
+
/**
|
|
4864
|
+
* @example
|
|
4865
|
+
* on
|
|
4866
|
+
*/
|
|
4830
4867
|
disableSessionRenewalEnable?: string;
|
|
4831
4868
|
/**
|
|
4832
4869
|
* @remarks
|
|
4833
4870
|
* This parameter is required.
|
|
4871
|
+
*
|
|
4872
|
+
* @example
|
|
4873
|
+
* on
|
|
4834
4874
|
*/
|
|
4835
4875
|
enable?: string;
|
|
4836
4876
|
/**
|
|
@@ -4838,47 +4878,83 @@ export class CreateWaitingRoomRequest extends $tea.Model {
|
|
|
4838
4878
|
* This parameter is required.
|
|
4839
4879
|
*/
|
|
4840
4880
|
hostNameAndPath?: CreateWaitingRoomRequestHostNameAndPath[];
|
|
4881
|
+
/**
|
|
4882
|
+
* @example
|
|
4883
|
+
* on
|
|
4884
|
+
*/
|
|
4841
4885
|
jsonResponseEnable?: string;
|
|
4886
|
+
/**
|
|
4887
|
+
* @example
|
|
4888
|
+
* enus
|
|
4889
|
+
*/
|
|
4842
4890
|
language?: string;
|
|
4843
4891
|
/**
|
|
4844
4892
|
* @remarks
|
|
4845
4893
|
* This parameter is required.
|
|
4894
|
+
*
|
|
4895
|
+
* @example
|
|
4896
|
+
* waitingroom_example
|
|
4846
4897
|
*/
|
|
4847
4898
|
name?: string;
|
|
4848
4899
|
/**
|
|
4849
4900
|
* @remarks
|
|
4850
4901
|
* This parameter is required.
|
|
4902
|
+
*
|
|
4903
|
+
* @example
|
|
4904
|
+
* 200
|
|
4851
4905
|
*/
|
|
4852
4906
|
newUsersPerMinute?: string;
|
|
4907
|
+
/**
|
|
4908
|
+
* @example
|
|
4909
|
+
* on
|
|
4910
|
+
*/
|
|
4853
4911
|
queueAllEnable?: string;
|
|
4854
4912
|
/**
|
|
4855
4913
|
* @remarks
|
|
4856
4914
|
* This parameter is required.
|
|
4915
|
+
*
|
|
4916
|
+
* @example
|
|
4917
|
+
* fifo
|
|
4857
4918
|
*/
|
|
4858
4919
|
queuingMethod?: string;
|
|
4859
4920
|
/**
|
|
4860
4921
|
* @remarks
|
|
4861
4922
|
* This parameter is required.
|
|
4923
|
+
*
|
|
4924
|
+
* @example
|
|
4925
|
+
* 200
|
|
4862
4926
|
*/
|
|
4863
4927
|
queuingStatusCode?: string;
|
|
4864
4928
|
/**
|
|
4865
4929
|
* @remarks
|
|
4866
4930
|
* This parameter is required.
|
|
4931
|
+
*
|
|
4932
|
+
* @example
|
|
4933
|
+
* 5
|
|
4867
4934
|
*/
|
|
4868
4935
|
sessionDuration?: string;
|
|
4869
4936
|
/**
|
|
4870
4937
|
* @remarks
|
|
4871
4938
|
* This parameter is required.
|
|
4939
|
+
*
|
|
4940
|
+
* @example
|
|
4941
|
+
* 1234567890123
|
|
4872
4942
|
*/
|
|
4873
4943
|
siteId?: number;
|
|
4874
4944
|
/**
|
|
4875
4945
|
* @remarks
|
|
4876
4946
|
* This parameter is required.
|
|
4947
|
+
*
|
|
4948
|
+
* @example
|
|
4949
|
+
* 300
|
|
4877
4950
|
*/
|
|
4878
4951
|
totalActiveUsers?: string;
|
|
4879
4952
|
/**
|
|
4880
4953
|
* @remarks
|
|
4881
4954
|
* This parameter is required.
|
|
4955
|
+
*
|
|
4956
|
+
* @example
|
|
4957
|
+
* default
|
|
4882
4958
|
*/
|
|
4883
4959
|
waitingRoomType?: string;
|
|
4884
4960
|
static names(): { [key: string]: string } {
|
|
@@ -4934,14 +5010,28 @@ export class CreateWaitingRoomShrinkRequest extends $tea.Model {
|
|
|
4934
5010
|
/**
|
|
4935
5011
|
* @remarks
|
|
4936
5012
|
* This parameter is required.
|
|
5013
|
+
*
|
|
5014
|
+
* @example
|
|
5015
|
+
* __aliwaitingroom_example
|
|
4937
5016
|
*/
|
|
4938
5017
|
cookieName?: string;
|
|
5018
|
+
/**
|
|
5019
|
+
* @example
|
|
5020
|
+
* Hello%20world!
|
|
5021
|
+
*/
|
|
4939
5022
|
customPageHtml?: string;
|
|
4940
5023
|
description?: string;
|
|
5024
|
+
/**
|
|
5025
|
+
* @example
|
|
5026
|
+
* on
|
|
5027
|
+
*/
|
|
4941
5028
|
disableSessionRenewalEnable?: string;
|
|
4942
5029
|
/**
|
|
4943
5030
|
* @remarks
|
|
4944
5031
|
* This parameter is required.
|
|
5032
|
+
*
|
|
5033
|
+
* @example
|
|
5034
|
+
* on
|
|
4945
5035
|
*/
|
|
4946
5036
|
enable?: string;
|
|
4947
5037
|
/**
|
|
@@ -4949,47 +5039,83 @@ export class CreateWaitingRoomShrinkRequest extends $tea.Model {
|
|
|
4949
5039
|
* This parameter is required.
|
|
4950
5040
|
*/
|
|
4951
5041
|
hostNameAndPathShrink?: string;
|
|
5042
|
+
/**
|
|
5043
|
+
* @example
|
|
5044
|
+
* on
|
|
5045
|
+
*/
|
|
4952
5046
|
jsonResponseEnable?: string;
|
|
5047
|
+
/**
|
|
5048
|
+
* @example
|
|
5049
|
+
* enus
|
|
5050
|
+
*/
|
|
4953
5051
|
language?: string;
|
|
4954
5052
|
/**
|
|
4955
5053
|
* @remarks
|
|
4956
5054
|
* This parameter is required.
|
|
5055
|
+
*
|
|
5056
|
+
* @example
|
|
5057
|
+
* waitingroom_example
|
|
4957
5058
|
*/
|
|
4958
5059
|
name?: string;
|
|
4959
5060
|
/**
|
|
4960
5061
|
* @remarks
|
|
4961
5062
|
* This parameter is required.
|
|
5063
|
+
*
|
|
5064
|
+
* @example
|
|
5065
|
+
* 200
|
|
4962
5066
|
*/
|
|
4963
5067
|
newUsersPerMinute?: string;
|
|
5068
|
+
/**
|
|
5069
|
+
* @example
|
|
5070
|
+
* on
|
|
5071
|
+
*/
|
|
4964
5072
|
queueAllEnable?: string;
|
|
4965
5073
|
/**
|
|
4966
5074
|
* @remarks
|
|
4967
5075
|
* This parameter is required.
|
|
5076
|
+
*
|
|
5077
|
+
* @example
|
|
5078
|
+
* fifo
|
|
4968
5079
|
*/
|
|
4969
5080
|
queuingMethod?: string;
|
|
4970
5081
|
/**
|
|
4971
5082
|
* @remarks
|
|
4972
5083
|
* This parameter is required.
|
|
5084
|
+
*
|
|
5085
|
+
* @example
|
|
5086
|
+
* 200
|
|
4973
5087
|
*/
|
|
4974
5088
|
queuingStatusCode?: string;
|
|
4975
5089
|
/**
|
|
4976
5090
|
* @remarks
|
|
4977
5091
|
* This parameter is required.
|
|
5092
|
+
*
|
|
5093
|
+
* @example
|
|
5094
|
+
* 5
|
|
4978
5095
|
*/
|
|
4979
5096
|
sessionDuration?: string;
|
|
4980
5097
|
/**
|
|
4981
5098
|
* @remarks
|
|
4982
5099
|
* This parameter is required.
|
|
5100
|
+
*
|
|
5101
|
+
* @example
|
|
5102
|
+
* 1234567890123
|
|
4983
5103
|
*/
|
|
4984
5104
|
siteId?: number;
|
|
4985
5105
|
/**
|
|
4986
5106
|
* @remarks
|
|
4987
5107
|
* This parameter is required.
|
|
5108
|
+
*
|
|
5109
|
+
* @example
|
|
5110
|
+
* 300
|
|
4988
5111
|
*/
|
|
4989
5112
|
totalActiveUsers?: string;
|
|
4990
5113
|
/**
|
|
4991
5114
|
* @remarks
|
|
4992
5115
|
* This parameter is required.
|
|
5116
|
+
*
|
|
5117
|
+
* @example
|
|
5118
|
+
* default
|
|
4993
5119
|
*/
|
|
4994
5120
|
waitingRoomType?: string;
|
|
4995
5121
|
static names(): { [key: string]: string } {
|
|
@@ -5042,6 +5168,10 @@ export class CreateWaitingRoomShrinkRequest extends $tea.Model {
|
|
|
5042
5168
|
}
|
|
5043
5169
|
|
|
5044
5170
|
export class CreateWaitingRoomResponseBody extends $tea.Model {
|
|
5171
|
+
/**
|
|
5172
|
+
* @example
|
|
5173
|
+
* 85H66C7B-671A-4297-9187-2C4477247A74
|
|
5174
|
+
*/
|
|
5045
5175
|
requestId?: string;
|
|
5046
5176
|
static names(): { [key: string]: string } {
|
|
5047
5177
|
return {
|
|
@@ -7791,57 +7921,6 @@ export class DescribeHttpDDoSAttackProtectionResponse extends $tea.Model {
|
|
|
7791
7921
|
}
|
|
7792
7922
|
}
|
|
7793
7923
|
|
|
7794
|
-
export class DescribeIPRangeListResponseBody extends $tea.Model {
|
|
7795
|
-
content?: DescribeIPRangeListResponseBodyContent[];
|
|
7796
|
-
/**
|
|
7797
|
-
* @example
|
|
7798
|
-
* CB1A380B-09F0-41BB-A198-72F8FD6DA2FE
|
|
7799
|
-
*/
|
|
7800
|
-
requestId?: string;
|
|
7801
|
-
static names(): { [key: string]: string } {
|
|
7802
|
-
return {
|
|
7803
|
-
content: 'Content',
|
|
7804
|
-
requestId: 'RequestId',
|
|
7805
|
-
};
|
|
7806
|
-
}
|
|
7807
|
-
|
|
7808
|
-
static types(): { [key: string]: any } {
|
|
7809
|
-
return {
|
|
7810
|
-
content: { 'type': 'array', 'itemType': DescribeIPRangeListResponseBodyContent },
|
|
7811
|
-
requestId: 'string',
|
|
7812
|
-
};
|
|
7813
|
-
}
|
|
7814
|
-
|
|
7815
|
-
constructor(map?: { [key: string]: any }) {
|
|
7816
|
-
super(map);
|
|
7817
|
-
}
|
|
7818
|
-
}
|
|
7819
|
-
|
|
7820
|
-
export class DescribeIPRangeListResponse extends $tea.Model {
|
|
7821
|
-
headers?: { [key: string]: string };
|
|
7822
|
-
statusCode?: number;
|
|
7823
|
-
body?: DescribeIPRangeListResponseBody;
|
|
7824
|
-
static names(): { [key: string]: string } {
|
|
7825
|
-
return {
|
|
7826
|
-
headers: 'headers',
|
|
7827
|
-
statusCode: 'statusCode',
|
|
7828
|
-
body: 'body',
|
|
7829
|
-
};
|
|
7830
|
-
}
|
|
7831
|
-
|
|
7832
|
-
static types(): { [key: string]: any } {
|
|
7833
|
-
return {
|
|
7834
|
-
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
7835
|
-
statusCode: 'number',
|
|
7836
|
-
body: DescribeIPRangeListResponseBody,
|
|
7837
|
-
};
|
|
7838
|
-
}
|
|
7839
|
-
|
|
7840
|
-
constructor(map?: { [key: string]: any }) {
|
|
7841
|
-
super(map);
|
|
7842
|
-
}
|
|
7843
|
-
}
|
|
7844
|
-
|
|
7845
7924
|
export class DescribeKvAccountStatusResponseBody extends $tea.Model {
|
|
7846
7925
|
/**
|
|
7847
7926
|
* @example
|
|
@@ -12095,17 +12174,25 @@ export class ListCacheReserveInstancesResponse extends $tea.Model {
|
|
|
12095
12174
|
|
|
12096
12175
|
export class ListClientCertificatesRequest extends $tea.Model {
|
|
12097
12176
|
/**
|
|
12177
|
+
* @remarks
|
|
12178
|
+
* The page number.
|
|
12179
|
+
*
|
|
12098
12180
|
* @example
|
|
12099
12181
|
* 1
|
|
12100
12182
|
*/
|
|
12101
12183
|
pageNumber?: number;
|
|
12102
12184
|
/**
|
|
12185
|
+
* @remarks
|
|
12186
|
+
* The number of entries per page.
|
|
12187
|
+
*
|
|
12103
12188
|
* @example
|
|
12104
12189
|
* 20
|
|
12105
12190
|
*/
|
|
12106
12191
|
pageSize?: number;
|
|
12107
12192
|
/**
|
|
12108
12193
|
* @remarks
|
|
12194
|
+
* The website ID.
|
|
12195
|
+
*
|
|
12109
12196
|
* This parameter is required.
|
|
12110
12197
|
*
|
|
12111
12198
|
* @example
|
|
@@ -12135,32 +12222,54 @@ export class ListClientCertificatesRequest extends $tea.Model {
|
|
|
12135
12222
|
|
|
12136
12223
|
export class ListClientCertificatesResponseBody extends $tea.Model {
|
|
12137
12224
|
/**
|
|
12225
|
+
* @remarks
|
|
12226
|
+
* The page number returned.
|
|
12227
|
+
*
|
|
12138
12228
|
* @example
|
|
12139
12229
|
* 1
|
|
12140
12230
|
*/
|
|
12141
12231
|
pageNumber?: number;
|
|
12142
12232
|
/**
|
|
12233
|
+
* @remarks
|
|
12234
|
+
* The number of entries per page.
|
|
12235
|
+
*
|
|
12143
12236
|
* @example
|
|
12144
12237
|
* 20
|
|
12145
12238
|
*/
|
|
12146
12239
|
pageSize?: number;
|
|
12147
12240
|
/**
|
|
12241
|
+
* @remarks
|
|
12242
|
+
* The request ID.
|
|
12243
|
+
*
|
|
12148
12244
|
* @example
|
|
12149
12245
|
* 15C66C7B-671A-4297-9187-2C4477247A74
|
|
12150
12246
|
*/
|
|
12151
12247
|
requestId?: string;
|
|
12248
|
+
/**
|
|
12249
|
+
* @remarks
|
|
12250
|
+
* The client certificates.
|
|
12251
|
+
*/
|
|
12152
12252
|
result?: ListClientCertificatesResponseBodyResult[];
|
|
12153
12253
|
/**
|
|
12254
|
+
* @remarks
|
|
12255
|
+
* The website ID.
|
|
12256
|
+
*
|
|
12154
12257
|
* @example
|
|
12155
12258
|
* 1234567890123
|
|
12156
12259
|
*/
|
|
12157
12260
|
siteId?: number;
|
|
12158
12261
|
/**
|
|
12262
|
+
* @remarks
|
|
12263
|
+
* The website name.
|
|
12264
|
+
*
|
|
12159
12265
|
* @example
|
|
12160
12266
|
* example.com
|
|
12161
12267
|
*/
|
|
12162
12268
|
siteName?: string;
|
|
12163
12269
|
/**
|
|
12270
|
+
* @remarks
|
|
12271
|
+
* The total number of entries.
|
|
12272
|
+
*
|
|
12164
12273
|
* @example
|
|
12165
12274
|
* 5
|
|
12166
12275
|
*/
|
|
@@ -13808,7 +13917,7 @@ export class ListRecordsRequest extends $tea.Model {
|
|
|
13808
13917
|
* @example
|
|
13809
13918
|
* true
|
|
13810
13919
|
*/
|
|
13811
|
-
proxied?:
|
|
13920
|
+
proxied?: boolean;
|
|
13812
13921
|
/**
|
|
13813
13922
|
* @example
|
|
13814
13923
|
* fuzzy
|
|
@@ -13856,7 +13965,7 @@ export class ListRecordsRequest extends $tea.Model {
|
|
|
13856
13965
|
bizName: 'string',
|
|
13857
13966
|
pageNumber: 'number',
|
|
13858
13967
|
pageSize: 'number',
|
|
13859
|
-
proxied: '
|
|
13968
|
+
proxied: 'boolean',
|
|
13860
13969
|
recordMatchType: 'string',
|
|
13861
13970
|
recordName: 'string',
|
|
13862
13971
|
siteId: 'number',
|
|
@@ -15098,6 +15207,7 @@ export class ListWafManagedRulesRequest extends $tea.Model {
|
|
|
15098
15207
|
* 20
|
|
15099
15208
|
*/
|
|
15100
15209
|
pageSize?: number;
|
|
15210
|
+
protectionLevel?: number;
|
|
15101
15211
|
queryArgs?: ListWafManagedRulesRequestQueryArgs;
|
|
15102
15212
|
/**
|
|
15103
15213
|
* @remarks
|
|
@@ -15114,6 +15224,7 @@ export class ListWafManagedRulesRequest extends $tea.Model {
|
|
|
15114
15224
|
language: 'Language',
|
|
15115
15225
|
pageNumber: 'PageNumber',
|
|
15116
15226
|
pageSize: 'PageSize',
|
|
15227
|
+
protectionLevel: 'ProtectionLevel',
|
|
15117
15228
|
queryArgs: 'QueryArgs',
|
|
15118
15229
|
siteId: 'SiteId',
|
|
15119
15230
|
};
|
|
@@ -15126,6 +15237,7 @@ export class ListWafManagedRulesRequest extends $tea.Model {
|
|
|
15126
15237
|
language: 'string',
|
|
15127
15238
|
pageNumber: 'number',
|
|
15128
15239
|
pageSize: 'number',
|
|
15240
|
+
protectionLevel: 'number',
|
|
15129
15241
|
queryArgs: ListWafManagedRulesRequestQueryArgs,
|
|
15130
15242
|
siteId: 'number',
|
|
15131
15243
|
};
|
|
@@ -15168,6 +15280,7 @@ export class ListWafManagedRulesShrinkRequest extends $tea.Model {
|
|
|
15168
15280
|
* 20
|
|
15169
15281
|
*/
|
|
15170
15282
|
pageSize?: number;
|
|
15283
|
+
protectionLevel?: number;
|
|
15171
15284
|
queryArgsShrink?: string;
|
|
15172
15285
|
/**
|
|
15173
15286
|
* @remarks
|
|
@@ -15184,6 +15297,7 @@ export class ListWafManagedRulesShrinkRequest extends $tea.Model {
|
|
|
15184
15297
|
language: 'Language',
|
|
15185
15298
|
pageNumber: 'PageNumber',
|
|
15186
15299
|
pageSize: 'PageSize',
|
|
15300
|
+
protectionLevel: 'ProtectionLevel',
|
|
15187
15301
|
queryArgsShrink: 'QueryArgs',
|
|
15188
15302
|
siteId: 'SiteId',
|
|
15189
15303
|
};
|
|
@@ -15196,6 +15310,7 @@ export class ListWafManagedRulesShrinkRequest extends $tea.Model {
|
|
|
15196
15310
|
language: 'string',
|
|
15197
15311
|
pageNumber: 'number',
|
|
15198
15312
|
pageSize: 'number',
|
|
15313
|
+
protectionLevel: 'number',
|
|
15199
15314
|
queryArgsShrink: 'string',
|
|
15200
15315
|
siteId: 'number',
|
|
15201
15316
|
};
|
|
@@ -15781,10 +15896,12 @@ export class ListWafTemplateRulesRequest extends $tea.Model {
|
|
|
15781
15896
|
*/
|
|
15782
15897
|
phase?: string;
|
|
15783
15898
|
queryArgs?: ListWafTemplateRulesRequestQueryArgs;
|
|
15899
|
+
siteId?: number;
|
|
15784
15900
|
static names(): { [key: string]: string } {
|
|
15785
15901
|
return {
|
|
15786
15902
|
phase: 'Phase',
|
|
15787
15903
|
queryArgs: 'QueryArgs',
|
|
15904
|
+
siteId: 'SiteId',
|
|
15788
15905
|
};
|
|
15789
15906
|
}
|
|
15790
15907
|
|
|
@@ -15792,6 +15909,7 @@ export class ListWafTemplateRulesRequest extends $tea.Model {
|
|
|
15792
15909
|
return {
|
|
15793
15910
|
phase: 'string',
|
|
15794
15911
|
queryArgs: ListWafTemplateRulesRequestQueryArgs,
|
|
15912
|
+
siteId: 'number',
|
|
15795
15913
|
};
|
|
15796
15914
|
}
|
|
15797
15915
|
|
|
@@ -15807,10 +15925,12 @@ export class ListWafTemplateRulesShrinkRequest extends $tea.Model {
|
|
|
15807
15925
|
*/
|
|
15808
15926
|
phase?: string;
|
|
15809
15927
|
queryArgsShrink?: string;
|
|
15928
|
+
siteId?: number;
|
|
15810
15929
|
static names(): { [key: string]: string } {
|
|
15811
15930
|
return {
|
|
15812
15931
|
phase: 'Phase',
|
|
15813
15932
|
queryArgsShrink: 'QueryArgs',
|
|
15933
|
+
siteId: 'SiteId',
|
|
15814
15934
|
};
|
|
15815
15935
|
}
|
|
15816
15936
|
|
|
@@ -15818,6 +15938,7 @@ export class ListWafTemplateRulesShrinkRequest extends $tea.Model {
|
|
|
15818
15938
|
return {
|
|
15819
15939
|
phase: 'string',
|
|
15820
15940
|
queryArgsShrink: 'string',
|
|
15941
|
+
siteId: 'number',
|
|
15821
15942
|
};
|
|
15822
15943
|
}
|
|
15823
15944
|
|
|
@@ -17975,225 +18096,6 @@ export class StopScheduledPreloadExecutionResponse extends $tea.Model {
|
|
|
17975
18096
|
}
|
|
17976
18097
|
}
|
|
17977
18098
|
|
|
17978
|
-
export class TransformExpressionToMatchRequest extends $tea.Model {
|
|
17979
|
-
/**
|
|
17980
|
-
* @example
|
|
17981
|
-
* http_bot
|
|
17982
|
-
*/
|
|
17983
|
-
expression?: string;
|
|
17984
|
-
/**
|
|
17985
|
-
* @example
|
|
17986
|
-
* http_bot
|
|
17987
|
-
*/
|
|
17988
|
-
phase?: string;
|
|
17989
|
-
/**
|
|
17990
|
-
* @example
|
|
17991
|
-
* 1
|
|
17992
|
-
*/
|
|
17993
|
-
siteId?: number;
|
|
17994
|
-
static names(): { [key: string]: string } {
|
|
17995
|
-
return {
|
|
17996
|
-
expression: 'Expression',
|
|
17997
|
-
phase: 'Phase',
|
|
17998
|
-
siteId: 'SiteId',
|
|
17999
|
-
};
|
|
18000
|
-
}
|
|
18001
|
-
|
|
18002
|
-
static types(): { [key: string]: any } {
|
|
18003
|
-
return {
|
|
18004
|
-
expression: 'string',
|
|
18005
|
-
phase: 'string',
|
|
18006
|
-
siteId: 'number',
|
|
18007
|
-
};
|
|
18008
|
-
}
|
|
18009
|
-
|
|
18010
|
-
constructor(map?: { [key: string]: any }) {
|
|
18011
|
-
super(map);
|
|
18012
|
-
}
|
|
18013
|
-
}
|
|
18014
|
-
|
|
18015
|
-
export class TransformExpressionToMatchResponseBody extends $tea.Model {
|
|
18016
|
-
match?: WafRuleMatch;
|
|
18017
|
-
/**
|
|
18018
|
-
* @remarks
|
|
18019
|
-
* Id of the request
|
|
18020
|
-
*
|
|
18021
|
-
* @example
|
|
18022
|
-
* 36af3fcc-43d0-441c-86b1-428951dc8225
|
|
18023
|
-
*/
|
|
18024
|
-
requestId?: string;
|
|
18025
|
-
static names(): { [key: string]: string } {
|
|
18026
|
-
return {
|
|
18027
|
-
match: 'Match',
|
|
18028
|
-
requestId: 'RequestId',
|
|
18029
|
-
};
|
|
18030
|
-
}
|
|
18031
|
-
|
|
18032
|
-
static types(): { [key: string]: any } {
|
|
18033
|
-
return {
|
|
18034
|
-
match: WafRuleMatch,
|
|
18035
|
-
requestId: 'string',
|
|
18036
|
-
};
|
|
18037
|
-
}
|
|
18038
|
-
|
|
18039
|
-
constructor(map?: { [key: string]: any }) {
|
|
18040
|
-
super(map);
|
|
18041
|
-
}
|
|
18042
|
-
}
|
|
18043
|
-
|
|
18044
|
-
export class TransformExpressionToMatchResponse extends $tea.Model {
|
|
18045
|
-
headers?: { [key: string]: string };
|
|
18046
|
-
statusCode?: number;
|
|
18047
|
-
body?: TransformExpressionToMatchResponseBody;
|
|
18048
|
-
static names(): { [key: string]: string } {
|
|
18049
|
-
return {
|
|
18050
|
-
headers: 'headers',
|
|
18051
|
-
statusCode: 'statusCode',
|
|
18052
|
-
body: 'body',
|
|
18053
|
-
};
|
|
18054
|
-
}
|
|
18055
|
-
|
|
18056
|
-
static types(): { [key: string]: any } {
|
|
18057
|
-
return {
|
|
18058
|
-
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
18059
|
-
statusCode: 'number',
|
|
18060
|
-
body: TransformExpressionToMatchResponseBody,
|
|
18061
|
-
};
|
|
18062
|
-
}
|
|
18063
|
-
|
|
18064
|
-
constructor(map?: { [key: string]: any }) {
|
|
18065
|
-
super(map);
|
|
18066
|
-
}
|
|
18067
|
-
}
|
|
18068
|
-
|
|
18069
|
-
export class TransformMatchToExpressionRequest extends $tea.Model {
|
|
18070
|
-
/**
|
|
18071
|
-
* @example
|
|
18072
|
-
* http_bot
|
|
18073
|
-
*/
|
|
18074
|
-
match?: WafRuleMatch;
|
|
18075
|
-
/**
|
|
18076
|
-
* @example
|
|
18077
|
-
* http_bot
|
|
18078
|
-
*/
|
|
18079
|
-
phase?: string;
|
|
18080
|
-
/**
|
|
18081
|
-
* @example
|
|
18082
|
-
* 1
|
|
18083
|
-
*/
|
|
18084
|
-
siteId?: number;
|
|
18085
|
-
static names(): { [key: string]: string } {
|
|
18086
|
-
return {
|
|
18087
|
-
match: 'Match',
|
|
18088
|
-
phase: 'Phase',
|
|
18089
|
-
siteId: 'SiteId',
|
|
18090
|
-
};
|
|
18091
|
-
}
|
|
18092
|
-
|
|
18093
|
-
static types(): { [key: string]: any } {
|
|
18094
|
-
return {
|
|
18095
|
-
match: WafRuleMatch,
|
|
18096
|
-
phase: 'string',
|
|
18097
|
-
siteId: 'number',
|
|
18098
|
-
};
|
|
18099
|
-
}
|
|
18100
|
-
|
|
18101
|
-
constructor(map?: { [key: string]: any }) {
|
|
18102
|
-
super(map);
|
|
18103
|
-
}
|
|
18104
|
-
}
|
|
18105
|
-
|
|
18106
|
-
export class TransformMatchToExpressionShrinkRequest extends $tea.Model {
|
|
18107
|
-
/**
|
|
18108
|
-
* @example
|
|
18109
|
-
* http_bot
|
|
18110
|
-
*/
|
|
18111
|
-
matchShrink?: string;
|
|
18112
|
-
/**
|
|
18113
|
-
* @example
|
|
18114
|
-
* http_bot
|
|
18115
|
-
*/
|
|
18116
|
-
phase?: string;
|
|
18117
|
-
/**
|
|
18118
|
-
* @example
|
|
18119
|
-
* 1
|
|
18120
|
-
*/
|
|
18121
|
-
siteId?: number;
|
|
18122
|
-
static names(): { [key: string]: string } {
|
|
18123
|
-
return {
|
|
18124
|
-
matchShrink: 'Match',
|
|
18125
|
-
phase: 'Phase',
|
|
18126
|
-
siteId: 'SiteId',
|
|
18127
|
-
};
|
|
18128
|
-
}
|
|
18129
|
-
|
|
18130
|
-
static types(): { [key: string]: any } {
|
|
18131
|
-
return {
|
|
18132
|
-
matchShrink: 'string',
|
|
18133
|
-
phase: 'string',
|
|
18134
|
-
siteId: 'number',
|
|
18135
|
-
};
|
|
18136
|
-
}
|
|
18137
|
-
|
|
18138
|
-
constructor(map?: { [key: string]: any }) {
|
|
18139
|
-
super(map);
|
|
18140
|
-
}
|
|
18141
|
-
}
|
|
18142
|
-
|
|
18143
|
-
export class TransformMatchToExpressionResponseBody extends $tea.Model {
|
|
18144
|
-
expression?: string;
|
|
18145
|
-
/**
|
|
18146
|
-
* @remarks
|
|
18147
|
-
* Id of the request
|
|
18148
|
-
*
|
|
18149
|
-
* @example
|
|
18150
|
-
* 36af3fcc-43d0-441c-86b1-428951dc8225
|
|
18151
|
-
*/
|
|
18152
|
-
requestId?: string;
|
|
18153
|
-
static names(): { [key: string]: string } {
|
|
18154
|
-
return {
|
|
18155
|
-
expression: 'Expression',
|
|
18156
|
-
requestId: 'RequestId',
|
|
18157
|
-
};
|
|
18158
|
-
}
|
|
18159
|
-
|
|
18160
|
-
static types(): { [key: string]: any } {
|
|
18161
|
-
return {
|
|
18162
|
-
expression: 'string',
|
|
18163
|
-
requestId: 'string',
|
|
18164
|
-
};
|
|
18165
|
-
}
|
|
18166
|
-
|
|
18167
|
-
constructor(map?: { [key: string]: any }) {
|
|
18168
|
-
super(map);
|
|
18169
|
-
}
|
|
18170
|
-
}
|
|
18171
|
-
|
|
18172
|
-
export class TransformMatchToExpressionResponse extends $tea.Model {
|
|
18173
|
-
headers?: { [key: string]: string };
|
|
18174
|
-
statusCode?: number;
|
|
18175
|
-
body?: TransformMatchToExpressionResponseBody;
|
|
18176
|
-
static names(): { [key: string]: string } {
|
|
18177
|
-
return {
|
|
18178
|
-
headers: 'headers',
|
|
18179
|
-
statusCode: 'statusCode',
|
|
18180
|
-
body: 'body',
|
|
18181
|
-
};
|
|
18182
|
-
}
|
|
18183
|
-
|
|
18184
|
-
static types(): { [key: string]: any } {
|
|
18185
|
-
return {
|
|
18186
|
-
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
18187
|
-
statusCode: 'number',
|
|
18188
|
-
body: TransformMatchToExpressionResponseBody,
|
|
18189
|
-
};
|
|
18190
|
-
}
|
|
18191
|
-
|
|
18192
|
-
constructor(map?: { [key: string]: any }) {
|
|
18193
|
-
super(map);
|
|
18194
|
-
}
|
|
18195
|
-
}
|
|
18196
|
-
|
|
18197
18099
|
export class UntagResourcesRequest extends $tea.Model {
|
|
18198
18100
|
/**
|
|
18199
18101
|
* @remarks
|
|
@@ -21081,12 +20983,14 @@ export class WafBatchRuleSharedActions extends $tea.Model {
|
|
|
21081
20983
|
}
|
|
21082
20984
|
|
|
21083
20985
|
export class WafRuleConfigActionsBypass extends $tea.Model {
|
|
20986
|
+
customRules?: number[];
|
|
21084
20987
|
regularRules?: number[];
|
|
21085
20988
|
regularTypes?: string[];
|
|
21086
20989
|
skip?: string;
|
|
21087
20990
|
tags?: string[];
|
|
21088
20991
|
static names(): { [key: string]: string } {
|
|
21089
20992
|
return {
|
|
20993
|
+
customRules: 'CustomRules',
|
|
21090
20994
|
regularRules: 'RegularRules',
|
|
21091
20995
|
regularTypes: 'RegularTypes',
|
|
21092
20996
|
skip: 'Skip',
|
|
@@ -21096,6 +21000,7 @@ export class WafRuleConfigActionsBypass extends $tea.Model {
|
|
|
21096
21000
|
|
|
21097
21001
|
static types(): { [key: string]: any } {
|
|
21098
21002
|
return {
|
|
21003
|
+
customRules: { 'type': 'array', 'itemType': 'number' },
|
|
21099
21004
|
regularRules: { 'type': 'array', 'itemType': 'number' },
|
|
21100
21005
|
regularTypes: { 'type': 'array', 'itemType': 'string' },
|
|
21101
21006
|
skip: 'string',
|
|
@@ -21697,6 +21602,37 @@ export class FieldContentValueFieldList extends $tea.Model {
|
|
|
21697
21602
|
}
|
|
21698
21603
|
}
|
|
21699
21604
|
|
|
21605
|
+
export class BatchCreateRecordsRequestRecordListAuthConf extends $tea.Model {
|
|
21606
|
+
accessKey?: string;
|
|
21607
|
+
authType?: string;
|
|
21608
|
+
region?: string;
|
|
21609
|
+
secretKey?: string;
|
|
21610
|
+
version?: string;
|
|
21611
|
+
static names(): { [key: string]: string } {
|
|
21612
|
+
return {
|
|
21613
|
+
accessKey: 'AccessKey',
|
|
21614
|
+
authType: 'AuthType',
|
|
21615
|
+
region: 'Region',
|
|
21616
|
+
secretKey: 'SecretKey',
|
|
21617
|
+
version: 'Version',
|
|
21618
|
+
};
|
|
21619
|
+
}
|
|
21620
|
+
|
|
21621
|
+
static types(): { [key: string]: any } {
|
|
21622
|
+
return {
|
|
21623
|
+
accessKey: 'string',
|
|
21624
|
+
authType: 'string',
|
|
21625
|
+
region: 'string',
|
|
21626
|
+
secretKey: 'string',
|
|
21627
|
+
version: 'string',
|
|
21628
|
+
};
|
|
21629
|
+
}
|
|
21630
|
+
|
|
21631
|
+
constructor(map?: { [key: string]: any }) {
|
|
21632
|
+
super(map);
|
|
21633
|
+
}
|
|
21634
|
+
}
|
|
21635
|
+
|
|
21700
21636
|
export class BatchCreateRecordsRequestRecordListData extends $tea.Model {
|
|
21701
21637
|
/**
|
|
21702
21638
|
* @example
|
|
@@ -21812,6 +21748,7 @@ export class BatchCreateRecordsRequestRecordListData extends $tea.Model {
|
|
|
21812
21748
|
}
|
|
21813
21749
|
|
|
21814
21750
|
export class BatchCreateRecordsRequestRecordList extends $tea.Model {
|
|
21751
|
+
authConf?: BatchCreateRecordsRequestRecordListAuthConf;
|
|
21815
21752
|
/**
|
|
21816
21753
|
* @example
|
|
21817
21754
|
* web
|
|
@@ -21866,6 +21803,7 @@ export class BatchCreateRecordsRequestRecordList extends $tea.Model {
|
|
|
21866
21803
|
type?: string;
|
|
21867
21804
|
static names(): { [key: string]: string } {
|
|
21868
21805
|
return {
|
|
21806
|
+
authConf: 'AuthConf',
|
|
21869
21807
|
bizName: 'BizName',
|
|
21870
21808
|
data: 'Data',
|
|
21871
21809
|
proxied: 'Proxied',
|
|
@@ -21878,6 +21816,7 @@ export class BatchCreateRecordsRequestRecordList extends $tea.Model {
|
|
|
21878
21816
|
|
|
21879
21817
|
static types(): { [key: string]: any } {
|
|
21880
21818
|
return {
|
|
21819
|
+
authConf: BatchCreateRecordsRequestRecordListAuthConf,
|
|
21881
21820
|
bizName: 'string',
|
|
21882
21821
|
data: BatchCreateRecordsRequestRecordListData,
|
|
21883
21822
|
proxied: 'boolean',
|
|
@@ -22412,45 +22351,73 @@ export class BatchPutKvRequestKvList extends $tea.Model {
|
|
|
22412
22351
|
|
|
22413
22352
|
export class CreateEdgeContainerAppVersionRequestContainersACRImageInfo extends $tea.Model {
|
|
22414
22353
|
/**
|
|
22354
|
+
* @remarks
|
|
22355
|
+
* The domain name of the Container Registry image.
|
|
22356
|
+
*
|
|
22415
22357
|
* @example
|
|
22416
22358
|
* 1500.***.net
|
|
22417
22359
|
*/
|
|
22418
22360
|
domain?: string;
|
|
22419
22361
|
/**
|
|
22362
|
+
* @remarks
|
|
22363
|
+
* The ID of the Container Registry instance.
|
|
22364
|
+
*
|
|
22420
22365
|
* @example
|
|
22421
22366
|
* xcdn-9axbo****
|
|
22422
22367
|
*/
|
|
22423
22368
|
instanceId?: string;
|
|
22424
22369
|
/**
|
|
22370
|
+
* @remarks
|
|
22371
|
+
* Specifies whether the image is an enterprise-level Container Registry image.
|
|
22372
|
+
*
|
|
22425
22373
|
* @example
|
|
22426
22374
|
* false
|
|
22427
22375
|
*/
|
|
22428
22376
|
isEnterpriseRegistry?: boolean;
|
|
22429
22377
|
/**
|
|
22378
|
+
* @remarks
|
|
22379
|
+
* The regions in which the Container Registry instance resides.
|
|
22380
|
+
*
|
|
22430
22381
|
* @example
|
|
22431
22382
|
* cn-shanghai
|
|
22432
22383
|
*/
|
|
22433
22384
|
regionId?: string;
|
|
22434
22385
|
/**
|
|
22386
|
+
* @remarks
|
|
22387
|
+
* The ID of the image repository.
|
|
22388
|
+
*
|
|
22435
22389
|
* @example
|
|
22436
22390
|
* crr-h1ghghu60ct****
|
|
22437
22391
|
*/
|
|
22438
22392
|
repoId?: string;
|
|
22439
22393
|
/**
|
|
22394
|
+
* @remarks
|
|
22395
|
+
* The name of the image repository.
|
|
22396
|
+
*
|
|
22440
22397
|
* @example
|
|
22441
22398
|
* test_71
|
|
22442
22399
|
*/
|
|
22443
22400
|
repoName?: string;
|
|
22444
22401
|
/**
|
|
22402
|
+
* @remarks
|
|
22403
|
+
* The namespace to which the image repository belongs.
|
|
22404
|
+
*
|
|
22445
22405
|
* @example
|
|
22446
22406
|
* safeline
|
|
22447
22407
|
*/
|
|
22448
22408
|
repoNamespace?: string;
|
|
22449
22409
|
/**
|
|
22410
|
+
* @remarks
|
|
22411
|
+
* The tag of the Container Registry image.
|
|
22412
|
+
*
|
|
22450
22413
|
* @example
|
|
22451
22414
|
* 3.40.2
|
|
22452
22415
|
*/
|
|
22453
22416
|
tag?: string;
|
|
22417
|
+
/**
|
|
22418
|
+
* @remarks
|
|
22419
|
+
* The URL of the Container Registry image tag.
|
|
22420
|
+
*/
|
|
22454
22421
|
tagUrl?: string;
|
|
22455
22422
|
static names(): { [key: string]: string } {
|
|
22456
22423
|
return {
|
|
@@ -22487,56 +22454,89 @@ export class CreateEdgeContainerAppVersionRequestContainersACRImageInfo extends
|
|
|
22487
22454
|
|
|
22488
22455
|
export class CreateEdgeContainerAppVersionRequestContainersProbeContent extends $tea.Model {
|
|
22489
22456
|
/**
|
|
22457
|
+
* @remarks
|
|
22458
|
+
* The command of the exec type probe.
|
|
22459
|
+
*
|
|
22490
22460
|
* @example
|
|
22491
22461
|
* echo ok
|
|
22492
22462
|
*/
|
|
22493
22463
|
command?: string;
|
|
22494
22464
|
/**
|
|
22465
|
+
* @remarks
|
|
22466
|
+
* The number of consecutive failed health checks required for a container to be considered as unhealthy.
|
|
22467
|
+
*
|
|
22495
22468
|
* @example
|
|
22496
22469
|
* 3
|
|
22497
22470
|
*/
|
|
22498
22471
|
failureThreshold?: number;
|
|
22499
22472
|
/**
|
|
22473
|
+
* @remarks
|
|
22474
|
+
* The domain name that is used for health checks.
|
|
22475
|
+
*
|
|
22500
22476
|
* @example
|
|
22501
22477
|
* www.rewrite.com
|
|
22502
22478
|
*/
|
|
22503
22479
|
host?: string;
|
|
22504
22480
|
/**
|
|
22481
|
+
* @remarks
|
|
22482
|
+
* The request headers that are included in the container health check request.
|
|
22483
|
+
*
|
|
22505
22484
|
* @example
|
|
22506
22485
|
* [{\\"Content-Type\\":\\"application/json\\"}]
|
|
22507
22486
|
*/
|
|
22508
22487
|
httpHeaders?: string;
|
|
22509
22488
|
/**
|
|
22489
|
+
* @remarks
|
|
22490
|
+
* The latency for container probe initialization.
|
|
22491
|
+
*
|
|
22510
22492
|
* @example
|
|
22511
22493
|
* 1
|
|
22512
22494
|
*/
|
|
22513
22495
|
initialDelaySeconds?: number;
|
|
22514
22496
|
/**
|
|
22497
|
+
* @remarks
|
|
22498
|
+
* The health check path.
|
|
22499
|
+
*
|
|
22515
22500
|
* @example
|
|
22516
22501
|
* /
|
|
22517
22502
|
*/
|
|
22518
22503
|
path?: string;
|
|
22519
22504
|
/**
|
|
22505
|
+
* @remarks
|
|
22506
|
+
* The interval between container health checks.
|
|
22507
|
+
*
|
|
22520
22508
|
* @example
|
|
22521
22509
|
* 1
|
|
22522
22510
|
*/
|
|
22523
22511
|
periodSeconds?: number;
|
|
22524
22512
|
/**
|
|
22513
|
+
* @remarks
|
|
22514
|
+
* The health check port.
|
|
22515
|
+
*
|
|
22525
22516
|
* @example
|
|
22526
22517
|
* 9991
|
|
22527
22518
|
*/
|
|
22528
22519
|
port?: number;
|
|
22529
22520
|
/**
|
|
22521
|
+
* @remarks
|
|
22522
|
+
* The protocol that the container health check request uses.
|
|
22523
|
+
*
|
|
22530
22524
|
* @example
|
|
22531
22525
|
* http
|
|
22532
22526
|
*/
|
|
22533
22527
|
scheme?: string;
|
|
22534
22528
|
/**
|
|
22529
|
+
* @remarks
|
|
22530
|
+
* The number of consecutive successful health checks required for a container to be considered as healthy.
|
|
22531
|
+
*
|
|
22535
22532
|
* @example
|
|
22536
22533
|
* 1
|
|
22537
22534
|
*/
|
|
22538
22535
|
successThreshold?: number;
|
|
22539
22536
|
/**
|
|
22537
|
+
* @remarks
|
|
22538
|
+
* The timeout period of the container health check.
|
|
22539
|
+
*
|
|
22540
22540
|
* @example
|
|
22541
22541
|
* 1
|
|
22542
22542
|
*/
|
|
@@ -22579,12 +22579,39 @@ export class CreateEdgeContainerAppVersionRequestContainersProbeContent extends
|
|
|
22579
22579
|
}
|
|
22580
22580
|
|
|
22581
22581
|
export class CreateEdgeContainerAppVersionRequestContainers extends $tea.Model {
|
|
22582
|
+
/**
|
|
22583
|
+
* @remarks
|
|
22584
|
+
* The information about the Container Registry image.
|
|
22585
|
+
*/
|
|
22582
22586
|
ACRImageInfo?: CreateEdgeContainerAppVersionRequestContainersACRImageInfo;
|
|
22587
|
+
/**
|
|
22588
|
+
* @remarks
|
|
22589
|
+
* The arguments that are passed to the container startup command. Separate the parameters with spaces.
|
|
22590
|
+
*
|
|
22591
|
+
* @example
|
|
22592
|
+
* -a
|
|
22593
|
+
*/
|
|
22583
22594
|
args?: string;
|
|
22595
|
+
/**
|
|
22596
|
+
* @remarks
|
|
22597
|
+
* The command that is used to start the container. Separate the arguments with spaces.
|
|
22598
|
+
*
|
|
22599
|
+
* @example
|
|
22600
|
+
* nginx
|
|
22601
|
+
*/
|
|
22584
22602
|
command?: string;
|
|
22603
|
+
/**
|
|
22604
|
+
* @remarks
|
|
22605
|
+
* The environment variables. Separate the environment variables with commas (,).
|
|
22606
|
+
*
|
|
22607
|
+
* @example
|
|
22608
|
+
* VITE_APP_TITLE=My App
|
|
22609
|
+
*/
|
|
22585
22610
|
envVariables?: string;
|
|
22586
22611
|
/**
|
|
22587
22612
|
* @remarks
|
|
22613
|
+
* The address of the image.
|
|
22614
|
+
*
|
|
22588
22615
|
* This parameter is required.
|
|
22589
22616
|
*
|
|
22590
22617
|
* @example
|
|
@@ -22593,6 +22620,8 @@ export class CreateEdgeContainerAppVersionRequestContainers extends $tea.Model {
|
|
|
22593
22620
|
image?: string;
|
|
22594
22621
|
/**
|
|
22595
22622
|
* @remarks
|
|
22623
|
+
* Specifies whether the image is a Container Registry image.
|
|
22624
|
+
*
|
|
22596
22625
|
* This parameter is required.
|
|
22597
22626
|
*
|
|
22598
22627
|
* @example
|
|
@@ -22601,32 +22630,69 @@ export class CreateEdgeContainerAppVersionRequestContainers extends $tea.Model {
|
|
|
22601
22630
|
isACRImage?: boolean;
|
|
22602
22631
|
/**
|
|
22603
22632
|
* @remarks
|
|
22633
|
+
* The name of the container. The name must be unique in the same container group.
|
|
22634
|
+
*
|
|
22604
22635
|
* This parameter is required.
|
|
22605
22636
|
*
|
|
22606
22637
|
* @example
|
|
22607
22638
|
* lxg-demo-er
|
|
22608
22639
|
*/
|
|
22609
22640
|
name?: string;
|
|
22641
|
+
/**
|
|
22642
|
+
* @remarks
|
|
22643
|
+
* The command that is run before the container is started. Separate the arguments with spaces.
|
|
22644
|
+
*
|
|
22645
|
+
* @example
|
|
22646
|
+
* sh poststart.sh "echo hello world"
|
|
22647
|
+
*/
|
|
22610
22648
|
postStart?: string;
|
|
22649
|
+
/**
|
|
22650
|
+
* @remarks
|
|
22651
|
+
* The command that is run before the container is stopped. Separate the arguments with spaces.
|
|
22652
|
+
*
|
|
22653
|
+
* @example
|
|
22654
|
+
* sh prestop.sh "echo hello world"
|
|
22655
|
+
*/
|
|
22611
22656
|
preStop?: string;
|
|
22612
22657
|
/**
|
|
22613
22658
|
* @remarks
|
|
22659
|
+
* The content of the container health probe.
|
|
22660
|
+
*
|
|
22614
22661
|
* This parameter is required.
|
|
22615
22662
|
*/
|
|
22616
22663
|
probeContent?: CreateEdgeContainerAppVersionRequestContainersProbeContent;
|
|
22617
22664
|
/**
|
|
22618
22665
|
* @remarks
|
|
22666
|
+
* The type of the probe. Valid values:
|
|
22667
|
+
*
|
|
22668
|
+
* * exec: the command type.
|
|
22669
|
+
* * tcpSocket: the TCP probe type.
|
|
22670
|
+
* * httpGet: the HTTP access type.
|
|
22671
|
+
*
|
|
22619
22672
|
* This parameter is required.
|
|
22673
|
+
*
|
|
22674
|
+
* @example
|
|
22675
|
+
* exec
|
|
22620
22676
|
*/
|
|
22621
22677
|
probeType?: string;
|
|
22622
22678
|
/**
|
|
22623
22679
|
* @remarks
|
|
22680
|
+
* The compute specification of the container. Valid values: 1C2G, 2C4G, 2C8G, 4C8G, 4C16G, 8C16G, and 8C32G.
|
|
22681
|
+
*
|
|
22624
22682
|
* This parameter is required.
|
|
22683
|
+
*
|
|
22684
|
+
* @example
|
|
22685
|
+
* 1C2G
|
|
22625
22686
|
*/
|
|
22626
22687
|
spec?: string;
|
|
22627
22688
|
/**
|
|
22628
22689
|
* @remarks
|
|
22690
|
+
* The storage capacity. Valid values: 0.5G, 10G, 20G, and 30G.
|
|
22691
|
+
*
|
|
22629
22692
|
* This parameter is required.
|
|
22693
|
+
*
|
|
22694
|
+
* @example
|
|
22695
|
+
* 0.5G
|
|
22630
22696
|
*/
|
|
22631
22697
|
storage?: string;
|
|
22632
22698
|
static names(): { [key: string]: string } {
|
|
@@ -23426,16 +23492,25 @@ export class CreateWaitingRoomRequestHostNameAndPath extends $tea.Model {
|
|
|
23426
23492
|
/**
|
|
23427
23493
|
* @remarks
|
|
23428
23494
|
* This parameter is required.
|
|
23495
|
+
*
|
|
23496
|
+
* @example
|
|
23497
|
+
* example.com
|
|
23429
23498
|
*/
|
|
23430
23499
|
domain?: string;
|
|
23431
23500
|
/**
|
|
23432
23501
|
* @remarks
|
|
23433
23502
|
* This parameter is required.
|
|
23503
|
+
*
|
|
23504
|
+
* @example
|
|
23505
|
+
* /test
|
|
23434
23506
|
*/
|
|
23435
23507
|
path?: string;
|
|
23436
23508
|
/**
|
|
23437
23509
|
* @remarks
|
|
23438
23510
|
* This parameter is required.
|
|
23511
|
+
*
|
|
23512
|
+
* @example
|
|
23513
|
+
* test.
|
|
23439
23514
|
*/
|
|
23440
23515
|
subdomain?: string;
|
|
23441
23516
|
static names(): { [key: string]: string } {
|
|
@@ -23606,36 +23681,6 @@ export class DescribeDDoSAllEventListResponseBodyDataList extends $tea.Model {
|
|
|
23606
23681
|
}
|
|
23607
23682
|
}
|
|
23608
23683
|
|
|
23609
|
-
export class DescribeIPRangeListResponseBodyContent extends $tea.Model {
|
|
23610
|
-
/**
|
|
23611
|
-
* @example
|
|
23612
|
-
* 172.16.0.0/12
|
|
23613
|
-
*/
|
|
23614
|
-
cidr?: string;
|
|
23615
|
-
/**
|
|
23616
|
-
* @example
|
|
23617
|
-
* IPv4
|
|
23618
|
-
*/
|
|
23619
|
-
ipType?: string;
|
|
23620
|
-
static names(): { [key: string]: string } {
|
|
23621
|
-
return {
|
|
23622
|
-
cidr: 'Cidr',
|
|
23623
|
-
ipType: 'IpType',
|
|
23624
|
-
};
|
|
23625
|
-
}
|
|
23626
|
-
|
|
23627
|
-
static types(): { [key: string]: any } {
|
|
23628
|
-
return {
|
|
23629
|
-
cidr: 'string',
|
|
23630
|
-
ipType: 'string',
|
|
23631
|
-
};
|
|
23632
|
-
}
|
|
23633
|
-
|
|
23634
|
-
constructor(map?: { [key: string]: any }) {
|
|
23635
|
-
super(map);
|
|
23636
|
-
}
|
|
23637
|
-
}
|
|
23638
|
-
|
|
23639
23684
|
export class DescribePreloadTasksResponseBodyTasks extends $tea.Model {
|
|
23640
23685
|
/**
|
|
23641
23686
|
* @example
|
|
@@ -24285,11 +24330,6 @@ export class GetEdgeContainerAppVersionResponseBodyVersionContainers extends $te
|
|
|
24285
24330
|
* {\\"exec\\":{\\"command\\":[\\"touch\\",\\"/home/admin/checkpoststartV1\\"]}}
|
|
24286
24331
|
*/
|
|
24287
24332
|
postStart?: string;
|
|
24288
|
-
/**
|
|
24289
|
-
* @example
|
|
24290
|
-
* sh prestart.sh "echo hello world"
|
|
24291
|
-
*/
|
|
24292
|
-
preStart?: string;
|
|
24293
24333
|
/**
|
|
24294
24334
|
* @example
|
|
24295
24335
|
* sh prestop.sh "echo hello world"
|
|
@@ -24317,7 +24357,6 @@ export class GetEdgeContainerAppVersionResponseBodyVersionContainers extends $te
|
|
|
24317
24357
|
isACRImage: 'IsACRImage',
|
|
24318
24358
|
name: 'Name',
|
|
24319
24359
|
postStart: 'PostStart',
|
|
24320
|
-
preStart: 'PreStart',
|
|
24321
24360
|
preStop: 'PreStop',
|
|
24322
24361
|
probeContent: 'ProbeContent',
|
|
24323
24362
|
probeType: 'ProbeType',
|
|
@@ -24336,7 +24375,6 @@ export class GetEdgeContainerAppVersionResponseBodyVersionContainers extends $te
|
|
|
24336
24375
|
isACRImage: 'boolean',
|
|
24337
24376
|
name: 'string',
|
|
24338
24377
|
postStart: 'string',
|
|
24339
|
-
preStart: 'string',
|
|
24340
24378
|
preStop: 'string',
|
|
24341
24379
|
probeContent: GetEdgeContainerAppVersionResponseBodyVersionContainersProbeContent,
|
|
24342
24380
|
probeType: 'string',
|
|
@@ -25509,71 +25547,113 @@ export class ListCacheReserveInstancesResponseBodyInstanceInfo extends $tea.Mode
|
|
|
25509
25547
|
|
|
25510
25548
|
export class ListClientCertificatesResponseBodyResult extends $tea.Model {
|
|
25511
25549
|
/**
|
|
25550
|
+
* @remarks
|
|
25551
|
+
* The ID of the CA certificate.
|
|
25552
|
+
*
|
|
25512
25553
|
* @example
|
|
25513
25554
|
* baba39055622c008b90285a8838ed09a
|
|
25514
25555
|
*/
|
|
25515
25556
|
CACertificateId?: string;
|
|
25516
25557
|
/**
|
|
25558
|
+
* @remarks
|
|
25559
|
+
* The Common Name of the certificate.
|
|
25560
|
+
*
|
|
25517
25561
|
* @example
|
|
25518
25562
|
* www.example.com
|
|
25519
25563
|
*/
|
|
25520
25564
|
commonName?: string;
|
|
25521
25565
|
/**
|
|
25566
|
+
* @remarks
|
|
25567
|
+
* The time when the certificate was created.
|
|
25568
|
+
*
|
|
25522
25569
|
* @example
|
|
25523
25570
|
* 2024-06-24 07:48:51
|
|
25524
25571
|
*/
|
|
25525
25572
|
createTime?: string;
|
|
25526
25573
|
/**
|
|
25574
|
+
* @remarks
|
|
25575
|
+
* The certificate ID.
|
|
25576
|
+
*
|
|
25527
25577
|
* @example
|
|
25528
25578
|
* babab9db65ee5efcca9f3d41d4b50d66
|
|
25529
25579
|
*/
|
|
25530
25580
|
id?: string;
|
|
25531
25581
|
/**
|
|
25582
|
+
* @remarks
|
|
25583
|
+
* The certificate authority (CA) that issued the certificate.
|
|
25584
|
+
*
|
|
25532
25585
|
* @example
|
|
25533
25586
|
* GlobalSign nv-sa
|
|
25534
25587
|
*/
|
|
25535
25588
|
issuer?: string;
|
|
25536
25589
|
/**
|
|
25590
|
+
* @remarks
|
|
25591
|
+
* The certificate name.
|
|
25592
|
+
*
|
|
25537
25593
|
* @example
|
|
25538
25594
|
* yourCertName
|
|
25539
25595
|
*/
|
|
25540
25596
|
name?: string;
|
|
25541
25597
|
/**
|
|
25598
|
+
* @remarks
|
|
25599
|
+
* The time when the certificate expires.
|
|
25600
|
+
*
|
|
25542
25601
|
* @example
|
|
25543
25602
|
* 2024-03-31 02:08:00
|
|
25544
25603
|
*/
|
|
25545
25604
|
notAfter?: string;
|
|
25546
25605
|
/**
|
|
25606
|
+
* @remarks
|
|
25607
|
+
* The time when the certificate takes effect.
|
|
25608
|
+
*
|
|
25547
25609
|
* @example
|
|
25548
25610
|
* 2023-03-31 02:08:00
|
|
25549
25611
|
*/
|
|
25550
25612
|
notBefore?: string;
|
|
25551
25613
|
/**
|
|
25614
|
+
* @remarks
|
|
25615
|
+
* The public key algorithm of the certificate.
|
|
25616
|
+
*
|
|
25552
25617
|
* @example
|
|
25553
25618
|
* RSA
|
|
25554
25619
|
*/
|
|
25555
25620
|
pubkeyAlgorithm?: string;
|
|
25556
25621
|
/**
|
|
25622
|
+
* @remarks
|
|
25623
|
+
* The Subject Alternative Name (SAN) of the certificate.
|
|
25624
|
+
*
|
|
25557
25625
|
* @example
|
|
25558
25626
|
* www.example.com,*.example.com
|
|
25559
25627
|
*/
|
|
25560
25628
|
SAN?: string;
|
|
25561
25629
|
/**
|
|
25630
|
+
* @remarks
|
|
25631
|
+
* The signature algorithm of the certificate.
|
|
25632
|
+
*
|
|
25562
25633
|
* @example
|
|
25563
25634
|
* SHA256-RSA
|
|
25564
25635
|
*/
|
|
25565
25636
|
signatureAlgorithm?: string;
|
|
25566
25637
|
/**
|
|
25638
|
+
* @remarks
|
|
25639
|
+
* The certificate status.
|
|
25640
|
+
*
|
|
25567
25641
|
* @example
|
|
25568
25642
|
* active
|
|
25569
25643
|
*/
|
|
25570
25644
|
status?: string;
|
|
25571
25645
|
/**
|
|
25646
|
+
* @remarks
|
|
25647
|
+
* The certificate type.
|
|
25648
|
+
*
|
|
25572
25649
|
* @example
|
|
25573
25650
|
* dcdn
|
|
25574
25651
|
*/
|
|
25575
25652
|
type?: string;
|
|
25576
25653
|
/**
|
|
25654
|
+
* @remarks
|
|
25655
|
+
* The time when the certificate was updated.
|
|
25656
|
+
*
|
|
25577
25657
|
* @example
|
|
25578
25658
|
* 2024-07-20 06:18:42
|
|
25579
25659
|
*/
|
|
@@ -25824,11 +25904,6 @@ export class ListEdgeContainerAppVersionsResponseBodyVersionsContainers extends
|
|
|
25824
25904
|
* {\\"exec\\":{\\"command\\":[\\"bash\\",\\"-c\\",\\"cd /home/admin/
|
|
25825
25905
|
*/
|
|
25826
25906
|
postStart?: string;
|
|
25827
|
-
/**
|
|
25828
|
-
* @example
|
|
25829
|
-
* sh start.sh
|
|
25830
|
-
*/
|
|
25831
|
-
preStart?: string;
|
|
25832
25907
|
/**
|
|
25833
25908
|
* @example
|
|
25834
25909
|
* sh stop.sh
|
|
@@ -25853,7 +25928,6 @@ export class ListEdgeContainerAppVersionsResponseBodyVersionsContainers extends
|
|
|
25853
25928
|
image: 'Image',
|
|
25854
25929
|
name: 'Name',
|
|
25855
25930
|
postStart: 'PostStart',
|
|
25856
|
-
preStart: 'PreStart',
|
|
25857
25931
|
preStop: 'PreStop',
|
|
25858
25932
|
probeContent: 'ProbeContent',
|
|
25859
25933
|
probeType: 'ProbeType',
|
|
@@ -25869,7 +25943,6 @@ export class ListEdgeContainerAppVersionsResponseBodyVersionsContainers extends
|
|
|
25869
25943
|
image: 'string',
|
|
25870
25944
|
name: 'string',
|
|
25871
25945
|
postStart: 'string',
|
|
25872
|
-
preStart: 'string',
|
|
25873
25946
|
preStop: 'string',
|
|
25874
25947
|
probeContent: ListEdgeContainerAppVersionsResponseBodyVersionsContainersProbeContent,
|
|
25875
25948
|
probeType: 'string',
|
|
@@ -27626,6 +27699,7 @@ export class ListUserRatePlanInstancesResponseBodyInstanceInfo extends $tea.Mode
|
|
|
27626
27699
|
* PREPAY
|
|
27627
27700
|
*/
|
|
27628
27701
|
billingMode?: string;
|
|
27702
|
+
botInstanceLevel?: string;
|
|
27629
27703
|
/**
|
|
27630
27704
|
* @example
|
|
27631
27705
|
* domestic,overseas
|
|
@@ -27636,11 +27710,17 @@ export class ListUserRatePlanInstancesResponseBodyInstanceInfo extends $tea.Mode
|
|
|
27636
27710
|
* YYYY-MM-DDThh:mm:ssZ
|
|
27637
27711
|
*/
|
|
27638
27712
|
createTime?: string;
|
|
27713
|
+
crossborderTraffic?: string;
|
|
27714
|
+
ddosBurstableDomesticProtection?: string;
|
|
27715
|
+
ddosBurstableOverseasProtection?: string;
|
|
27716
|
+
ddosInstanceLevel?: string;
|
|
27639
27717
|
/**
|
|
27640
27718
|
* @example
|
|
27641
27719
|
* 3
|
|
27642
27720
|
*/
|
|
27643
27721
|
duration?: number;
|
|
27722
|
+
edgeRoutineRquest?: string;
|
|
27723
|
+
edgeWafRequest?: string;
|
|
27644
27724
|
/**
|
|
27645
27725
|
* @example
|
|
27646
27726
|
* YYYY-MM-DDThh:mm:ssZ
|
|
@@ -27651,11 +27731,14 @@ export class ListUserRatePlanInstancesResponseBodyInstanceInfo extends $tea.Mode
|
|
|
27651
27731
|
* sp-xcdn-96wblslz****
|
|
27652
27732
|
*/
|
|
27653
27733
|
instanceId?: string;
|
|
27734
|
+
layer4Traffic?: string;
|
|
27735
|
+
layer4TrafficIntl?: string;
|
|
27654
27736
|
/**
|
|
27655
27737
|
* @example
|
|
27656
27738
|
* basic
|
|
27657
27739
|
*/
|
|
27658
27740
|
planName?: string;
|
|
27741
|
+
planTraffic?: string;
|
|
27659
27742
|
/**
|
|
27660
27743
|
* @example
|
|
27661
27744
|
* normal
|
|
@@ -27667,6 +27750,8 @@ export class ListUserRatePlanInstancesResponseBodyInstanceInfo extends $tea.Mode
|
|
|
27667
27750
|
*/
|
|
27668
27751
|
siteQuota?: string;
|
|
27669
27752
|
sites?: ListUserRatePlanInstancesResponseBodyInstanceInfoSites[];
|
|
27753
|
+
smartRoutingRequest?: string;
|
|
27754
|
+
staticRequest?: string;
|
|
27670
27755
|
/**
|
|
27671
27756
|
* @example
|
|
27672
27757
|
* online
|
|
@@ -27675,15 +27760,27 @@ export class ListUserRatePlanInstancesResponseBodyInstanceInfo extends $tea.Mode
|
|
|
27675
27760
|
static names(): { [key: string]: string } {
|
|
27676
27761
|
return {
|
|
27677
27762
|
billingMode: 'BillingMode',
|
|
27763
|
+
botInstanceLevel: 'BotInstanceLevel',
|
|
27678
27764
|
coverages: 'Coverages',
|
|
27679
27765
|
createTime: 'CreateTime',
|
|
27766
|
+
crossborderTraffic: 'CrossborderTraffic',
|
|
27767
|
+
ddosBurstableDomesticProtection: 'DdosBurstableDomesticProtection',
|
|
27768
|
+
ddosBurstableOverseasProtection: 'DdosBurstableOverseasProtection',
|
|
27769
|
+
ddosInstanceLevel: 'DdosInstanceLevel',
|
|
27680
27770
|
duration: 'Duration',
|
|
27771
|
+
edgeRoutineRquest: 'EdgeRoutineRquest',
|
|
27772
|
+
edgeWafRequest: 'EdgeWafRequest',
|
|
27681
27773
|
expireTime: 'ExpireTime',
|
|
27682
27774
|
instanceId: 'InstanceId',
|
|
27775
|
+
layer4Traffic: 'Layer4Traffic',
|
|
27776
|
+
layer4TrafficIntl: 'Layer4TrafficIntl',
|
|
27683
27777
|
planName: 'PlanName',
|
|
27778
|
+
planTraffic: 'PlanTraffic',
|
|
27684
27779
|
planType: 'PlanType',
|
|
27685
27780
|
siteQuota: 'SiteQuota',
|
|
27686
27781
|
sites: 'Sites',
|
|
27782
|
+
smartRoutingRequest: 'SmartRoutingRequest',
|
|
27783
|
+
staticRequest: 'StaticRequest',
|
|
27687
27784
|
status: 'Status',
|
|
27688
27785
|
};
|
|
27689
27786
|
}
|
|
@@ -27691,15 +27788,27 @@ export class ListUserRatePlanInstancesResponseBodyInstanceInfo extends $tea.Mode
|
|
|
27691
27788
|
static types(): { [key: string]: any } {
|
|
27692
27789
|
return {
|
|
27693
27790
|
billingMode: 'string',
|
|
27791
|
+
botInstanceLevel: 'string',
|
|
27694
27792
|
coverages: 'string',
|
|
27695
27793
|
createTime: 'string',
|
|
27794
|
+
crossborderTraffic: 'string',
|
|
27795
|
+
ddosBurstableDomesticProtection: 'string',
|
|
27796
|
+
ddosBurstableOverseasProtection: 'string',
|
|
27797
|
+
ddosInstanceLevel: 'string',
|
|
27696
27798
|
duration: 'number',
|
|
27799
|
+
edgeRoutineRquest: 'string',
|
|
27800
|
+
edgeWafRequest: 'string',
|
|
27697
27801
|
expireTime: 'string',
|
|
27698
27802
|
instanceId: 'string',
|
|
27803
|
+
layer4Traffic: 'string',
|
|
27804
|
+
layer4TrafficIntl: 'string',
|
|
27699
27805
|
planName: 'string',
|
|
27806
|
+
planTraffic: 'string',
|
|
27700
27807
|
planType: 'string',
|
|
27701
27808
|
siteQuota: 'string',
|
|
27702
27809
|
sites: { 'type': 'array', 'itemType': ListUserRatePlanInstancesResponseBodyInstanceInfoSites },
|
|
27810
|
+
smartRoutingRequest: 'string',
|
|
27811
|
+
staticRequest: 'string',
|
|
27703
27812
|
status: 'string',
|
|
27704
27813
|
};
|
|
27705
27814
|
}
|
|
@@ -27720,11 +27829,6 @@ export class ListWafManagedRulesRequestQueryArgs extends $tea.Model {
|
|
|
27720
27829
|
* example
|
|
27721
27830
|
*/
|
|
27722
27831
|
idNameLike?: string;
|
|
27723
|
-
/**
|
|
27724
|
-
* @example
|
|
27725
|
-
* 1
|
|
27726
|
-
*/
|
|
27727
|
-
protectionLevel?: number;
|
|
27728
27832
|
protectionLevels?: number[];
|
|
27729
27833
|
/**
|
|
27730
27834
|
* @example
|
|
@@ -27735,7 +27839,6 @@ export class ListWafManagedRulesRequestQueryArgs extends $tea.Model {
|
|
|
27735
27839
|
return {
|
|
27736
27840
|
action: 'Action',
|
|
27737
27841
|
idNameLike: 'IdNameLike',
|
|
27738
|
-
protectionLevel: 'ProtectionLevel',
|
|
27739
27842
|
protectionLevels: 'ProtectionLevels',
|
|
27740
27843
|
status: 'Status',
|
|
27741
27844
|
};
|
|
@@ -27745,7 +27848,6 @@ export class ListWafManagedRulesRequestQueryArgs extends $tea.Model {
|
|
|
27745
27848
|
return {
|
|
27746
27849
|
action: 'string',
|
|
27747
27850
|
idNameLike: 'string',
|
|
27748
|
-
protectionLevel: 'number',
|
|
27749
27851
|
protectionLevels: { 'type': 'array', 'itemType': 'number' },
|
|
27750
27852
|
status: 'string',
|
|
27751
27853
|
};
|
|
@@ -29892,7 +29994,7 @@ export default class Client extends OpenApi {
|
|
|
29892
29994
|
}
|
|
29893
29995
|
|
|
29894
29996
|
/**
|
|
29895
|
-
*
|
|
29997
|
+
* Creates a version for a containerized application. You can iterate the application based on the version.
|
|
29896
29998
|
*
|
|
29897
29999
|
* @param tmpReq - CreateEdgeContainerAppVersionRequest
|
|
29898
30000
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -29941,7 +30043,7 @@ export default class Client extends OpenApi {
|
|
|
29941
30043
|
}
|
|
29942
30044
|
|
|
29943
30045
|
/**
|
|
29944
|
-
*
|
|
30046
|
+
* Creates a version for a containerized application. You can iterate the application based on the version.
|
|
29945
30047
|
*
|
|
29946
30048
|
* @param request - CreateEdgeContainerAppVersionRequest
|
|
29947
30049
|
* @returns CreateEdgeContainerAppVersionResponse
|
|
@@ -32397,38 +32499,6 @@ export default class Client extends OpenApi {
|
|
|
32397
32499
|
return await this.describeHttpDDoSAttackProtectionWithOptions(request, runtime);
|
|
32398
32500
|
}
|
|
32399
32501
|
|
|
32400
|
-
/**
|
|
32401
|
-
* 查询加速服务节点IP段列表
|
|
32402
|
-
*
|
|
32403
|
-
* @param request - DescribeIPRangeListRequest
|
|
32404
|
-
* @param runtime - runtime options for this request RuntimeOptions
|
|
32405
|
-
* @returns DescribeIPRangeListResponse
|
|
32406
|
-
*/
|
|
32407
|
-
async describeIPRangeListWithOptions(runtime: $Util.RuntimeOptions): Promise<DescribeIPRangeListResponse> {
|
|
32408
|
-
let req = new $OpenApi.OpenApiRequest({ });
|
|
32409
|
-
let params = new $OpenApi.Params({
|
|
32410
|
-
action: "DescribeIPRangeList",
|
|
32411
|
-
version: "2024-09-10",
|
|
32412
|
-
protocol: "HTTPS",
|
|
32413
|
-
pathname: "/",
|
|
32414
|
-
method: "GET",
|
|
32415
|
-
authType: "AK",
|
|
32416
|
-
style: "RPC",
|
|
32417
|
-
reqBodyType: "formData",
|
|
32418
|
-
bodyType: "json",
|
|
32419
|
-
});
|
|
32420
|
-
return $tea.cast<DescribeIPRangeListResponse>(await this.callApi(params, req, runtime), new DescribeIPRangeListResponse({}));
|
|
32421
|
-
}
|
|
32422
|
-
|
|
32423
|
-
/**
|
|
32424
|
-
* 查询加速服务节点IP段列表
|
|
32425
|
-
* @returns DescribeIPRangeListResponse
|
|
32426
|
-
*/
|
|
32427
|
-
async describeIPRangeList(): Promise<DescribeIPRangeListResponse> {
|
|
32428
|
-
let runtime = new $Util.RuntimeOptions({ });
|
|
32429
|
-
return await this.describeIPRangeListWithOptions(runtime);
|
|
32430
|
-
}
|
|
32431
|
-
|
|
32432
32502
|
/**
|
|
32433
32503
|
* 查询账户的KV状态信
|
|
32434
32504
|
*
|
|
@@ -34175,7 +34245,7 @@ export default class Client extends OpenApi {
|
|
|
34175
34245
|
}
|
|
34176
34246
|
|
|
34177
34247
|
/**
|
|
34178
|
-
*
|
|
34248
|
+
* Queries client certificates configured for a website.
|
|
34179
34249
|
*
|
|
34180
34250
|
* @param request - ListClientCertificatesRequest
|
|
34181
34251
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -34202,7 +34272,7 @@ export default class Client extends OpenApi {
|
|
|
34202
34272
|
}
|
|
34203
34273
|
|
|
34204
34274
|
/**
|
|
34205
|
-
*
|
|
34275
|
+
* Queries client certificates configured for a website.
|
|
34206
34276
|
*
|
|
34207
34277
|
* @param request - ListClientCertificatesRequest
|
|
34208
34278
|
* @returns ListClientCertificatesResponse
|
|
@@ -35238,6 +35308,10 @@ export default class Client extends OpenApi {
|
|
|
35238
35308
|
query["PageSize"] = request.pageSize;
|
|
35239
35309
|
}
|
|
35240
35310
|
|
|
35311
|
+
if (!Util.isUnset(request.protectionLevel)) {
|
|
35312
|
+
query["ProtectionLevel"] = request.protectionLevel;
|
|
35313
|
+
}
|
|
35314
|
+
|
|
35241
35315
|
if (!Util.isUnset(request.queryArgsShrink)) {
|
|
35242
35316
|
query["QueryArgs"] = request.queryArgsShrink;
|
|
35243
35317
|
}
|
|
@@ -35480,6 +35554,10 @@ export default class Client extends OpenApi {
|
|
|
35480
35554
|
query["QueryArgs"] = request.queryArgsShrink;
|
|
35481
35555
|
}
|
|
35482
35556
|
|
|
35557
|
+
if (!Util.isUnset(request.siteId)) {
|
|
35558
|
+
query["SiteId"] = request.siteId;
|
|
35559
|
+
}
|
|
35560
|
+
|
|
35483
35561
|
let req = new $OpenApi.OpenApiRequest({
|
|
35484
35562
|
query: OpenApiUtil.query(query),
|
|
35485
35563
|
});
|
|
@@ -36527,116 +36605,6 @@ export default class Client extends OpenApi {
|
|
|
36527
36605
|
return await this.stopScheduledPreloadExecutionWithOptions(request, runtime);
|
|
36528
36606
|
}
|
|
36529
36607
|
|
|
36530
|
-
/**
|
|
36531
|
-
* 将表达式转换为匹配项
|
|
36532
|
-
*
|
|
36533
|
-
* @param request - TransformExpressionToMatchRequest
|
|
36534
|
-
* @param runtime - runtime options for this request RuntimeOptions
|
|
36535
|
-
* @returns TransformExpressionToMatchResponse
|
|
36536
|
-
*/
|
|
36537
|
-
async transformExpressionToMatchWithOptions(request: TransformExpressionToMatchRequest, runtime: $Util.RuntimeOptions): Promise<TransformExpressionToMatchResponse> {
|
|
36538
|
-
Util.validateModel(request);
|
|
36539
|
-
let query = { };
|
|
36540
|
-
if (!Util.isUnset(request.siteId)) {
|
|
36541
|
-
query["SiteId"] = request.siteId;
|
|
36542
|
-
}
|
|
36543
|
-
|
|
36544
|
-
let body : {[key: string ]: any} = { };
|
|
36545
|
-
if (!Util.isUnset(request.expression)) {
|
|
36546
|
-
body["Expression"] = request.expression;
|
|
36547
|
-
}
|
|
36548
|
-
|
|
36549
|
-
if (!Util.isUnset(request.phase)) {
|
|
36550
|
-
body["Phase"] = request.phase;
|
|
36551
|
-
}
|
|
36552
|
-
|
|
36553
|
-
let req = new $OpenApi.OpenApiRequest({
|
|
36554
|
-
query: OpenApiUtil.query(query),
|
|
36555
|
-
body: OpenApiUtil.parseToMap(body),
|
|
36556
|
-
});
|
|
36557
|
-
let params = new $OpenApi.Params({
|
|
36558
|
-
action: "TransformExpressionToMatch",
|
|
36559
|
-
version: "2024-09-10",
|
|
36560
|
-
protocol: "HTTPS",
|
|
36561
|
-
pathname: "/",
|
|
36562
|
-
method: "POST",
|
|
36563
|
-
authType: "AK",
|
|
36564
|
-
style: "RPC",
|
|
36565
|
-
reqBodyType: "formData",
|
|
36566
|
-
bodyType: "json",
|
|
36567
|
-
});
|
|
36568
|
-
return $tea.cast<TransformExpressionToMatchResponse>(await this.callApi(params, req, runtime), new TransformExpressionToMatchResponse({}));
|
|
36569
|
-
}
|
|
36570
|
-
|
|
36571
|
-
/**
|
|
36572
|
-
* 将表达式转换为匹配项
|
|
36573
|
-
*
|
|
36574
|
-
* @param request - TransformExpressionToMatchRequest
|
|
36575
|
-
* @returns TransformExpressionToMatchResponse
|
|
36576
|
-
*/
|
|
36577
|
-
async transformExpressionToMatch(request: TransformExpressionToMatchRequest): Promise<TransformExpressionToMatchResponse> {
|
|
36578
|
-
let runtime = new $Util.RuntimeOptions({ });
|
|
36579
|
-
return await this.transformExpressionToMatchWithOptions(request, runtime);
|
|
36580
|
-
}
|
|
36581
|
-
|
|
36582
|
-
/**
|
|
36583
|
-
* 将匹配项转换为表达式
|
|
36584
|
-
*
|
|
36585
|
-
* @param tmpReq - TransformMatchToExpressionRequest
|
|
36586
|
-
* @param runtime - runtime options for this request RuntimeOptions
|
|
36587
|
-
* @returns TransformMatchToExpressionResponse
|
|
36588
|
-
*/
|
|
36589
|
-
async transformMatchToExpressionWithOptions(tmpReq: TransformMatchToExpressionRequest, runtime: $Util.RuntimeOptions): Promise<TransformMatchToExpressionResponse> {
|
|
36590
|
-
Util.validateModel(tmpReq);
|
|
36591
|
-
let request = new TransformMatchToExpressionShrinkRequest({ });
|
|
36592
|
-
OpenApiUtil.convert(tmpReq, request);
|
|
36593
|
-
if (!Util.isUnset(tmpReq.match)) {
|
|
36594
|
-
request.matchShrink = OpenApiUtil.arrayToStringWithSpecifiedStyle(tmpReq.match, "Match", "json");
|
|
36595
|
-
}
|
|
36596
|
-
|
|
36597
|
-
let query = { };
|
|
36598
|
-
if (!Util.isUnset(request.siteId)) {
|
|
36599
|
-
query["SiteId"] = request.siteId;
|
|
36600
|
-
}
|
|
36601
|
-
|
|
36602
|
-
let body : {[key: string ]: any} = { };
|
|
36603
|
-
if (!Util.isUnset(request.matchShrink)) {
|
|
36604
|
-
body["Match"] = request.matchShrink;
|
|
36605
|
-
}
|
|
36606
|
-
|
|
36607
|
-
if (!Util.isUnset(request.phase)) {
|
|
36608
|
-
body["Phase"] = request.phase;
|
|
36609
|
-
}
|
|
36610
|
-
|
|
36611
|
-
let req = new $OpenApi.OpenApiRequest({
|
|
36612
|
-
query: OpenApiUtil.query(query),
|
|
36613
|
-
body: OpenApiUtil.parseToMap(body),
|
|
36614
|
-
});
|
|
36615
|
-
let params = new $OpenApi.Params({
|
|
36616
|
-
action: "TransformMatchToExpression",
|
|
36617
|
-
version: "2024-09-10",
|
|
36618
|
-
protocol: "HTTPS",
|
|
36619
|
-
pathname: "/",
|
|
36620
|
-
method: "POST",
|
|
36621
|
-
authType: "AK",
|
|
36622
|
-
style: "RPC",
|
|
36623
|
-
reqBodyType: "formData",
|
|
36624
|
-
bodyType: "json",
|
|
36625
|
-
});
|
|
36626
|
-
return $tea.cast<TransformMatchToExpressionResponse>(await this.callApi(params, req, runtime), new TransformMatchToExpressionResponse({}));
|
|
36627
|
-
}
|
|
36628
|
-
|
|
36629
|
-
/**
|
|
36630
|
-
* 将匹配项转换为表达式
|
|
36631
|
-
*
|
|
36632
|
-
* @param request - TransformMatchToExpressionRequest
|
|
36633
|
-
* @returns TransformMatchToExpressionResponse
|
|
36634
|
-
*/
|
|
36635
|
-
async transformMatchToExpression(request: TransformMatchToExpressionRequest): Promise<TransformMatchToExpressionResponse> {
|
|
36636
|
-
let runtime = new $Util.RuntimeOptions({ });
|
|
36637
|
-
return await this.transformMatchToExpressionWithOptions(request, runtime);
|
|
36638
|
-
}
|
|
36639
|
-
|
|
36640
36608
|
/**
|
|
36641
36609
|
* 为资源列表统一解绑标签
|
|
36642
36610
|
*
|