@alicloud/esa20240910 2.5.3 → 2.5.5

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/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
  */
@@ -4822,6 +4848,8 @@ export class CreateWafRuleResponse extends $tea.Model {
4822
4848
  export class CreateWaitingRoomRequest extends $tea.Model {
4823
4849
  /**
4824
4850
  * @remarks
4851
+ * The name of the custom cookie.
4852
+ *
4825
4853
  * This parameter is required.
4826
4854
  *
4827
4855
  * @example
@@ -4829,18 +4857,36 @@ export class CreateWaitingRoomRequest extends $tea.Model {
4829
4857
  */
4830
4858
  cookieName?: string;
4831
4859
  /**
4860
+ * @remarks
4861
+ * The content of the custom waiting room page. You must specify this parameter if you set WaitingRoomType to custom. The content must be Base64-encoded.
4862
+ *
4832
4863
  * @example
4833
4864
  * Hello%20world!
4834
4865
  */
4835
4866
  customPageHtml?: string;
4867
+ /**
4868
+ * @remarks
4869
+ * The description of the waiting room.
4870
+ */
4836
4871
  description?: string;
4837
4872
  /**
4873
+ * @remarks
4874
+ * Specifies whether to disable session renewal. Valid values:
4875
+ *
4876
+ * * on
4877
+ * * off
4878
+ *
4838
4879
  * @example
4839
4880
  * on
4840
4881
  */
4841
4882
  disableSessionRenewalEnable?: string;
4842
4883
  /**
4843
4884
  * @remarks
4885
+ * Specifies whether to enable the waiting room. Valid values:
4886
+ *
4887
+ * * on
4888
+ * * off
4889
+ *
4844
4890
  * This parameter is required.
4845
4891
  *
4846
4892
  * @example
@@ -4849,21 +4895,38 @@ export class CreateWaitingRoomRequest extends $tea.Model {
4849
4895
  enable?: string;
4850
4896
  /**
4851
4897
  * @remarks
4898
+ * The hostname and path.
4899
+ *
4852
4900
  * This parameter is required.
4853
4901
  */
4854
4902
  hostNameAndPath?: CreateWaitingRoomRequestHostNameAndPath[];
4855
4903
  /**
4904
+ * @remarks
4905
+ * Specifies whether to enable JSON response. If you set this parameter to on, a JSON body is returned for requests to the waiting room with the header Accept: application/json. Valid values:
4906
+ *
4907
+ * * on
4908
+ * * off
4909
+ *
4856
4910
  * @example
4857
4911
  * on
4858
4912
  */
4859
4913
  jsonResponseEnable?: string;
4860
4914
  /**
4915
+ * @remarks
4916
+ * The language of the waiting room page. You must specify this parameter if you set WaitingRoomType to default. Valid values:
4917
+ *
4918
+ * * enus: English.
4919
+ * * zhcn: Simplified Chinese.
4920
+ * * zhhk: Traditional Chinese.
4921
+ *
4861
4922
  * @example
4862
4923
  * enus
4863
4924
  */
4864
4925
  language?: string;
4865
4926
  /**
4866
4927
  * @remarks
4928
+ * The name of the waiting room.
4929
+ *
4867
4930
  * This parameter is required.
4868
4931
  *
4869
4932
  * @example
@@ -4872,6 +4935,8 @@ export class CreateWaitingRoomRequest extends $tea.Model {
4872
4935
  name?: string;
4873
4936
  /**
4874
4937
  * @remarks
4938
+ * The maximum number of new users per minute.
4939
+ *
4875
4940
  * This parameter is required.
4876
4941
  *
4877
4942
  * @example
@@ -4879,12 +4944,25 @@ export class CreateWaitingRoomRequest extends $tea.Model {
4879
4944
  */
4880
4945
  newUsersPerMinute?: string;
4881
4946
  /**
4947
+ * @remarks
4948
+ * Specifies whether to queue all requests. Valid values:
4949
+ *
4950
+ * * on
4951
+ * * off
4952
+ *
4882
4953
  * @example
4883
4954
  * on
4884
4955
  */
4885
4956
  queueAllEnable?: string;
4886
4957
  /**
4887
4958
  * @remarks
4959
+ * The queuing method. Valid values:
4960
+ *
4961
+ * * random: Users gain access to the origin randomly, regardless of the arrival time.
4962
+ * * fifo: Users gain access to the origin in order of arrival.
4963
+ * * passthrough: Users pass through the waiting room and go straight to the origin.
4964
+ * * reject-all: Users are blocked from reaching the origin.
4965
+ *
4888
4966
  * This parameter is required.
4889
4967
  *
4890
4968
  * @example
@@ -4893,6 +4971,12 @@ export class CreateWaitingRoomRequest extends $tea.Model {
4893
4971
  queuingMethod?: string;
4894
4972
  /**
4895
4973
  * @remarks
4974
+ * The HTTP status code to return while a user is in the queue. Valid values:
4975
+ *
4976
+ * * 200
4977
+ * * 202
4978
+ * * 429
4979
+ *
4896
4980
  * This parameter is required.
4897
4981
  *
4898
4982
  * @example
@@ -4901,6 +4985,8 @@ export class CreateWaitingRoomRequest extends $tea.Model {
4901
4985
  queuingStatusCode?: string;
4902
4986
  /**
4903
4987
  * @remarks
4988
+ * The maximum duration for which a session remains valid after a user leaves the origin. Unit: minutes.
4989
+ *
4904
4990
  * This parameter is required.
4905
4991
  *
4906
4992
  * @example
@@ -4909,6 +4995,8 @@ export class CreateWaitingRoomRequest extends $tea.Model {
4909
4995
  sessionDuration?: string;
4910
4996
  /**
4911
4997
  * @remarks
4998
+ * The website ID, which can be obtained by calling the [ListSites](https://help.aliyun.com/document_detail/2850189.html) operation.
4999
+ *
4912
5000
  * This parameter is required.
4913
5001
  *
4914
5002
  * @example
@@ -4917,6 +5005,8 @@ export class CreateWaitingRoomRequest extends $tea.Model {
4917
5005
  siteId?: number;
4918
5006
  /**
4919
5007
  * @remarks
5008
+ * The maximum number of active users.
5009
+ *
4920
5010
  * This parameter is required.
4921
5011
  *
4922
5012
  * @example
@@ -4925,6 +5015,11 @@ export class CreateWaitingRoomRequest extends $tea.Model {
4925
5015
  totalActiveUsers?: string;
4926
5016
  /**
4927
5017
  * @remarks
5018
+ * The type of the waiting room. Valid values:
5019
+ *
5020
+ * * default
5021
+ * * custom
5022
+ *
4928
5023
  * This parameter is required.
4929
5024
  *
4930
5025
  * @example
@@ -4983,6 +5078,8 @@ export class CreateWaitingRoomRequest extends $tea.Model {
4983
5078
  export class CreateWaitingRoomShrinkRequest extends $tea.Model {
4984
5079
  /**
4985
5080
  * @remarks
5081
+ * The name of the custom cookie.
5082
+ *
4986
5083
  * This parameter is required.
4987
5084
  *
4988
5085
  * @example
@@ -4990,18 +5087,36 @@ export class CreateWaitingRoomShrinkRequest extends $tea.Model {
4990
5087
  */
4991
5088
  cookieName?: string;
4992
5089
  /**
5090
+ * @remarks
5091
+ * The content of the custom waiting room page. You must specify this parameter if you set WaitingRoomType to custom. The content must be Base64-encoded.
5092
+ *
4993
5093
  * @example
4994
5094
  * Hello%20world!
4995
5095
  */
4996
5096
  customPageHtml?: string;
5097
+ /**
5098
+ * @remarks
5099
+ * The description of the waiting room.
5100
+ */
4997
5101
  description?: string;
4998
5102
  /**
5103
+ * @remarks
5104
+ * Specifies whether to disable session renewal. Valid values:
5105
+ *
5106
+ * * on
5107
+ * * off
5108
+ *
4999
5109
  * @example
5000
5110
  * on
5001
5111
  */
5002
5112
  disableSessionRenewalEnable?: string;
5003
5113
  /**
5004
5114
  * @remarks
5115
+ * Specifies whether to enable the waiting room. Valid values:
5116
+ *
5117
+ * * on
5118
+ * * off
5119
+ *
5005
5120
  * This parameter is required.
5006
5121
  *
5007
5122
  * @example
@@ -5010,21 +5125,38 @@ export class CreateWaitingRoomShrinkRequest extends $tea.Model {
5010
5125
  enable?: string;
5011
5126
  /**
5012
5127
  * @remarks
5128
+ * The hostname and path.
5129
+ *
5013
5130
  * This parameter is required.
5014
5131
  */
5015
5132
  hostNameAndPathShrink?: string;
5016
5133
  /**
5134
+ * @remarks
5135
+ * Specifies whether to enable JSON response. If you set this parameter to on, a JSON body is returned for requests to the waiting room with the header Accept: application/json. Valid values:
5136
+ *
5137
+ * * on
5138
+ * * off
5139
+ *
5017
5140
  * @example
5018
5141
  * on
5019
5142
  */
5020
5143
  jsonResponseEnable?: string;
5021
5144
  /**
5145
+ * @remarks
5146
+ * The language of the waiting room page. You must specify this parameter if you set WaitingRoomType to default. Valid values:
5147
+ *
5148
+ * * enus: English.
5149
+ * * zhcn: Simplified Chinese.
5150
+ * * zhhk: Traditional Chinese.
5151
+ *
5022
5152
  * @example
5023
5153
  * enus
5024
5154
  */
5025
5155
  language?: string;
5026
5156
  /**
5027
5157
  * @remarks
5158
+ * The name of the waiting room.
5159
+ *
5028
5160
  * This parameter is required.
5029
5161
  *
5030
5162
  * @example
@@ -5033,6 +5165,8 @@ export class CreateWaitingRoomShrinkRequest extends $tea.Model {
5033
5165
  name?: string;
5034
5166
  /**
5035
5167
  * @remarks
5168
+ * The maximum number of new users per minute.
5169
+ *
5036
5170
  * This parameter is required.
5037
5171
  *
5038
5172
  * @example
@@ -5040,12 +5174,25 @@ export class CreateWaitingRoomShrinkRequest extends $tea.Model {
5040
5174
  */
5041
5175
  newUsersPerMinute?: string;
5042
5176
  /**
5177
+ * @remarks
5178
+ * Specifies whether to queue all requests. Valid values:
5179
+ *
5180
+ * * on
5181
+ * * off
5182
+ *
5043
5183
  * @example
5044
5184
  * on
5045
5185
  */
5046
5186
  queueAllEnable?: string;
5047
5187
  /**
5048
5188
  * @remarks
5189
+ * The queuing method. Valid values:
5190
+ *
5191
+ * * random: Users gain access to the origin randomly, regardless of the arrival time.
5192
+ * * fifo: Users gain access to the origin in order of arrival.
5193
+ * * passthrough: Users pass through the waiting room and go straight to the origin.
5194
+ * * reject-all: Users are blocked from reaching the origin.
5195
+ *
5049
5196
  * This parameter is required.
5050
5197
  *
5051
5198
  * @example
@@ -5054,6 +5201,12 @@ export class CreateWaitingRoomShrinkRequest extends $tea.Model {
5054
5201
  queuingMethod?: string;
5055
5202
  /**
5056
5203
  * @remarks
5204
+ * The HTTP status code to return while a user is in the queue. Valid values:
5205
+ *
5206
+ * * 200
5207
+ * * 202
5208
+ * * 429
5209
+ *
5057
5210
  * This parameter is required.
5058
5211
  *
5059
5212
  * @example
@@ -5062,6 +5215,8 @@ export class CreateWaitingRoomShrinkRequest extends $tea.Model {
5062
5215
  queuingStatusCode?: string;
5063
5216
  /**
5064
5217
  * @remarks
5218
+ * The maximum duration for which a session remains valid after a user leaves the origin. Unit: minutes.
5219
+ *
5065
5220
  * This parameter is required.
5066
5221
  *
5067
5222
  * @example
@@ -5070,6 +5225,8 @@ export class CreateWaitingRoomShrinkRequest extends $tea.Model {
5070
5225
  sessionDuration?: string;
5071
5226
  /**
5072
5227
  * @remarks
5228
+ * The website ID, which can be obtained by calling the [ListSites](https://help.aliyun.com/document_detail/2850189.html) operation.
5229
+ *
5073
5230
  * This parameter is required.
5074
5231
  *
5075
5232
  * @example
@@ -5078,6 +5235,8 @@ export class CreateWaitingRoomShrinkRequest extends $tea.Model {
5078
5235
  siteId?: number;
5079
5236
  /**
5080
5237
  * @remarks
5238
+ * The maximum number of active users.
5239
+ *
5081
5240
  * This parameter is required.
5082
5241
  *
5083
5242
  * @example
@@ -5086,6 +5245,11 @@ export class CreateWaitingRoomShrinkRequest extends $tea.Model {
5086
5245
  totalActiveUsers?: string;
5087
5246
  /**
5088
5247
  * @remarks
5248
+ * The type of the waiting room. Valid values:
5249
+ *
5250
+ * * default
5251
+ * * custom
5252
+ *
5089
5253
  * This parameter is required.
5090
5254
  *
5091
5255
  * @example
@@ -5143,6 +5307,9 @@ export class CreateWaitingRoomShrinkRequest extends $tea.Model {
5143
5307
 
5144
5308
  export class CreateWaitingRoomResponseBody extends $tea.Model {
5145
5309
  /**
5310
+ * @remarks
5311
+ * The request ID.
5312
+ *
5146
5313
  * @example
5147
5314
  * 85H66C7B-671A-4297-9187-2C4477247A74
5148
5315
  */
@@ -7895,57 +8062,6 @@ export class DescribeHttpDDoSAttackProtectionResponse extends $tea.Model {
7895
8062
  }
7896
8063
  }
7897
8064
 
7898
- export class DescribeIPRangeListResponseBody extends $tea.Model {
7899
- content?: DescribeIPRangeListResponseBodyContent[];
7900
- /**
7901
- * @example
7902
- * CB1A380B-09F0-41BB-A198-72F8FD6DA2FE
7903
- */
7904
- requestId?: string;
7905
- static names(): { [key: string]: string } {
7906
- return {
7907
- content: 'Content',
7908
- requestId: 'RequestId',
7909
- };
7910
- }
7911
-
7912
- static types(): { [key: string]: any } {
7913
- return {
7914
- content: { 'type': 'array', 'itemType': DescribeIPRangeListResponseBodyContent },
7915
- requestId: 'string',
7916
- };
7917
- }
7918
-
7919
- constructor(map?: { [key: string]: any }) {
7920
- super(map);
7921
- }
7922
- }
7923
-
7924
- export class DescribeIPRangeListResponse extends $tea.Model {
7925
- headers?: { [key: string]: string };
7926
- statusCode?: number;
7927
- body?: DescribeIPRangeListResponseBody;
7928
- static names(): { [key: string]: string } {
7929
- return {
7930
- headers: 'headers',
7931
- statusCode: 'statusCode',
7932
- body: 'body',
7933
- };
7934
- }
7935
-
7936
- static types(): { [key: string]: any } {
7937
- return {
7938
- headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
7939
- statusCode: 'number',
7940
- body: DescribeIPRangeListResponseBody,
7941
- };
7942
- }
7943
-
7944
- constructor(map?: { [key: string]: any }) {
7945
- super(map);
7946
- }
7947
- }
7948
-
7949
8065
  export class DescribeKvAccountStatusResponseBody extends $tea.Model {
7950
8066
  /**
7951
8067
  * @example
@@ -12199,17 +12315,25 @@ export class ListCacheReserveInstancesResponse extends $tea.Model {
12199
12315
 
12200
12316
  export class ListClientCertificatesRequest extends $tea.Model {
12201
12317
  /**
12318
+ * @remarks
12319
+ * The page number.
12320
+ *
12202
12321
  * @example
12203
12322
  * 1
12204
12323
  */
12205
12324
  pageNumber?: number;
12206
12325
  /**
12326
+ * @remarks
12327
+ * The number of entries per page.
12328
+ *
12207
12329
  * @example
12208
12330
  * 20
12209
12331
  */
12210
12332
  pageSize?: number;
12211
12333
  /**
12212
12334
  * @remarks
12335
+ * The website ID.
12336
+ *
12213
12337
  * This parameter is required.
12214
12338
  *
12215
12339
  * @example
@@ -12239,32 +12363,54 @@ export class ListClientCertificatesRequest extends $tea.Model {
12239
12363
 
12240
12364
  export class ListClientCertificatesResponseBody extends $tea.Model {
12241
12365
  /**
12366
+ * @remarks
12367
+ * The page number returned.
12368
+ *
12242
12369
  * @example
12243
12370
  * 1
12244
12371
  */
12245
12372
  pageNumber?: number;
12246
12373
  /**
12374
+ * @remarks
12375
+ * The number of entries per page.
12376
+ *
12247
12377
  * @example
12248
12378
  * 20
12249
12379
  */
12250
12380
  pageSize?: number;
12251
12381
  /**
12382
+ * @remarks
12383
+ * The request ID.
12384
+ *
12252
12385
  * @example
12253
12386
  * 15C66C7B-671A-4297-9187-2C4477247A74
12254
12387
  */
12255
12388
  requestId?: string;
12389
+ /**
12390
+ * @remarks
12391
+ * The client certificates.
12392
+ */
12256
12393
  result?: ListClientCertificatesResponseBodyResult[];
12257
12394
  /**
12395
+ * @remarks
12396
+ * The website ID.
12397
+ *
12258
12398
  * @example
12259
12399
  * 1234567890123
12260
12400
  */
12261
12401
  siteId?: number;
12262
12402
  /**
12403
+ * @remarks
12404
+ * The website name.
12405
+ *
12263
12406
  * @example
12264
12407
  * example.com
12265
12408
  */
12266
12409
  siteName?: string;
12267
12410
  /**
12411
+ * @remarks
12412
+ * The total number of entries.
12413
+ *
12268
12414
  * @example
12269
12415
  * 5
12270
12416
  */
@@ -13912,7 +14058,7 @@ export class ListRecordsRequest extends $tea.Model {
13912
14058
  * @example
13913
14059
  * true
13914
14060
  */
13915
- proxied?: string;
14061
+ proxied?: boolean;
13916
14062
  /**
13917
14063
  * @example
13918
14064
  * fuzzy
@@ -13960,7 +14106,7 @@ export class ListRecordsRequest extends $tea.Model {
13960
14106
  bizName: 'string',
13961
14107
  pageNumber: 'number',
13962
14108
  pageSize: 'number',
13963
- proxied: 'string',
14109
+ proxied: 'boolean',
13964
14110
  recordMatchType: 'string',
13965
14111
  recordName: 'string',
13966
14112
  siteId: 'number',
@@ -22346,45 +22492,73 @@ export class BatchPutKvRequestKvList extends $tea.Model {
22346
22492
 
22347
22493
  export class CreateEdgeContainerAppVersionRequestContainersACRImageInfo extends $tea.Model {
22348
22494
  /**
22495
+ * @remarks
22496
+ * The domain name of the Container Registry image.
22497
+ *
22349
22498
  * @example
22350
22499
  * 1500.***.net
22351
22500
  */
22352
22501
  domain?: string;
22353
22502
  /**
22503
+ * @remarks
22504
+ * The ID of the Container Registry instance.
22505
+ *
22354
22506
  * @example
22355
22507
  * xcdn-9axbo****
22356
22508
  */
22357
22509
  instanceId?: string;
22358
22510
  /**
22511
+ * @remarks
22512
+ * Specifies whether the image is an enterprise-level Container Registry image.
22513
+ *
22359
22514
  * @example
22360
22515
  * false
22361
22516
  */
22362
22517
  isEnterpriseRegistry?: boolean;
22363
22518
  /**
22519
+ * @remarks
22520
+ * The regions in which the Container Registry instance resides.
22521
+ *
22364
22522
  * @example
22365
22523
  * cn-shanghai
22366
22524
  */
22367
22525
  regionId?: string;
22368
22526
  /**
22527
+ * @remarks
22528
+ * The ID of the image repository.
22529
+ *
22369
22530
  * @example
22370
22531
  * crr-h1ghghu60ct****
22371
22532
  */
22372
22533
  repoId?: string;
22373
22534
  /**
22535
+ * @remarks
22536
+ * The name of the image repository.
22537
+ *
22374
22538
  * @example
22375
22539
  * test_71
22376
22540
  */
22377
22541
  repoName?: string;
22378
22542
  /**
22543
+ * @remarks
22544
+ * The namespace to which the image repository belongs.
22545
+ *
22379
22546
  * @example
22380
22547
  * safeline
22381
22548
  */
22382
22549
  repoNamespace?: string;
22383
22550
  /**
22551
+ * @remarks
22552
+ * The tag of the Container Registry image.
22553
+ *
22384
22554
  * @example
22385
22555
  * 3.40.2
22386
22556
  */
22387
22557
  tag?: string;
22558
+ /**
22559
+ * @remarks
22560
+ * The URL of the Container Registry image tag.
22561
+ */
22388
22562
  tagUrl?: string;
22389
22563
  static names(): { [key: string]: string } {
22390
22564
  return {
@@ -22421,56 +22595,89 @@ export class CreateEdgeContainerAppVersionRequestContainersACRImageInfo extends
22421
22595
 
22422
22596
  export class CreateEdgeContainerAppVersionRequestContainersProbeContent extends $tea.Model {
22423
22597
  /**
22598
+ * @remarks
22599
+ * The command of the exec type probe.
22600
+ *
22424
22601
  * @example
22425
22602
  * echo ok
22426
22603
  */
22427
22604
  command?: string;
22428
22605
  /**
22606
+ * @remarks
22607
+ * The number of consecutive failed health checks required for a container to be considered as unhealthy.
22608
+ *
22429
22609
  * @example
22430
22610
  * 3
22431
22611
  */
22432
22612
  failureThreshold?: number;
22433
22613
  /**
22614
+ * @remarks
22615
+ * The domain name that is used for health checks.
22616
+ *
22434
22617
  * @example
22435
22618
  * www.rewrite.com
22436
22619
  */
22437
22620
  host?: string;
22438
22621
  /**
22622
+ * @remarks
22623
+ * The request headers that are included in the container health check request.
22624
+ *
22439
22625
  * @example
22440
22626
  * [{\\"Content-Type\\":\\"application/json\\"}]
22441
22627
  */
22442
22628
  httpHeaders?: string;
22443
22629
  /**
22630
+ * @remarks
22631
+ * The latency for container probe initialization.
22632
+ *
22444
22633
  * @example
22445
22634
  * 1
22446
22635
  */
22447
22636
  initialDelaySeconds?: number;
22448
22637
  /**
22638
+ * @remarks
22639
+ * The health check path.
22640
+ *
22449
22641
  * @example
22450
22642
  * /
22451
22643
  */
22452
22644
  path?: string;
22453
22645
  /**
22646
+ * @remarks
22647
+ * The interval between container health checks.
22648
+ *
22454
22649
  * @example
22455
22650
  * 1
22456
22651
  */
22457
22652
  periodSeconds?: number;
22458
22653
  /**
22654
+ * @remarks
22655
+ * The health check port.
22656
+ *
22459
22657
  * @example
22460
22658
  * 9991
22461
22659
  */
22462
22660
  port?: number;
22463
22661
  /**
22662
+ * @remarks
22663
+ * The protocol that the container health check request uses.
22664
+ *
22464
22665
  * @example
22465
22666
  * http
22466
22667
  */
22467
22668
  scheme?: string;
22468
22669
  /**
22670
+ * @remarks
22671
+ * The number of consecutive successful health checks required for a container to be considered as healthy.
22672
+ *
22469
22673
  * @example
22470
22674
  * 1
22471
22675
  */
22472
22676
  successThreshold?: number;
22473
22677
  /**
22678
+ * @remarks
22679
+ * The timeout period of the container health check.
22680
+ *
22474
22681
  * @example
22475
22682
  * 1
22476
22683
  */
@@ -22513,12 +22720,39 @@ export class CreateEdgeContainerAppVersionRequestContainersProbeContent extends
22513
22720
  }
22514
22721
 
22515
22722
  export class CreateEdgeContainerAppVersionRequestContainers extends $tea.Model {
22723
+ /**
22724
+ * @remarks
22725
+ * The information about the Container Registry image.
22726
+ */
22516
22727
  ACRImageInfo?: CreateEdgeContainerAppVersionRequestContainersACRImageInfo;
22728
+ /**
22729
+ * @remarks
22730
+ * The arguments that are passed to the container startup command. Separate the parameters with spaces.
22731
+ *
22732
+ * @example
22733
+ * -a
22734
+ */
22517
22735
  args?: string;
22736
+ /**
22737
+ * @remarks
22738
+ * The command that is used to start the container. Separate the arguments with spaces.
22739
+ *
22740
+ * @example
22741
+ * nginx
22742
+ */
22518
22743
  command?: string;
22744
+ /**
22745
+ * @remarks
22746
+ * The environment variables. Separate the environment variables with commas (,).
22747
+ *
22748
+ * @example
22749
+ * VITE_APP_TITLE=My App
22750
+ */
22519
22751
  envVariables?: string;
22520
22752
  /**
22521
22753
  * @remarks
22754
+ * The address of the image.
22755
+ *
22522
22756
  * This parameter is required.
22523
22757
  *
22524
22758
  * @example
@@ -22527,6 +22761,8 @@ export class CreateEdgeContainerAppVersionRequestContainers extends $tea.Model {
22527
22761
  image?: string;
22528
22762
  /**
22529
22763
  * @remarks
22764
+ * Specifies whether the image is a Container Registry image.
22765
+ *
22530
22766
  * This parameter is required.
22531
22767
  *
22532
22768
  * @example
@@ -22535,32 +22771,69 @@ export class CreateEdgeContainerAppVersionRequestContainers extends $tea.Model {
22535
22771
  isACRImage?: boolean;
22536
22772
  /**
22537
22773
  * @remarks
22774
+ * The name of the container. The name must be unique in the same container group.
22775
+ *
22538
22776
  * This parameter is required.
22539
22777
  *
22540
22778
  * @example
22541
22779
  * lxg-demo-er
22542
22780
  */
22543
22781
  name?: string;
22782
+ /**
22783
+ * @remarks
22784
+ * The command that is run before the container is started. Separate the arguments with spaces.
22785
+ *
22786
+ * @example
22787
+ * sh poststart.sh "echo hello world"
22788
+ */
22544
22789
  postStart?: string;
22790
+ /**
22791
+ * @remarks
22792
+ * The command that is run before the container is stopped. Separate the arguments with spaces.
22793
+ *
22794
+ * @example
22795
+ * sh prestop.sh "echo hello world"
22796
+ */
22545
22797
  preStop?: string;
22546
22798
  /**
22547
22799
  * @remarks
22800
+ * The content of the container health probe.
22801
+ *
22548
22802
  * This parameter is required.
22549
22803
  */
22550
22804
  probeContent?: CreateEdgeContainerAppVersionRequestContainersProbeContent;
22551
22805
  /**
22552
22806
  * @remarks
22807
+ * The type of the probe. Valid values:
22808
+ *
22809
+ * * exec: the command type.
22810
+ * * tcpSocket: the TCP probe type.
22811
+ * * httpGet: the HTTP access type.
22812
+ *
22553
22813
  * This parameter is required.
22814
+ *
22815
+ * @example
22816
+ * exec
22554
22817
  */
22555
22818
  probeType?: string;
22556
22819
  /**
22557
22820
  * @remarks
22821
+ * The compute specification of the container. Valid values: 1C2G, 2C4G, 2C8G, 4C8G, 4C16G, 8C16G, and 8C32G.
22822
+ *
22558
22823
  * This parameter is required.
22824
+ *
22825
+ * @example
22826
+ * 1C2G
22559
22827
  */
22560
22828
  spec?: string;
22561
22829
  /**
22562
22830
  * @remarks
22831
+ * The storage capacity. Valid values: 0.5G, 10G, 20G, and 30G.
22832
+ *
22563
22833
  * This parameter is required.
22834
+ *
22835
+ * @example
22836
+ * 0.5G
22564
22837
  */
22565
22838
  storage?: string;
22566
22839
  static names(): { [key: string]: string } {
@@ -23359,6 +23632,8 @@ export class CreateUserDeliveryTaskRequestSlsDelivery extends $tea.Model {
23359
23632
  export class CreateWaitingRoomRequestHostNameAndPath extends $tea.Model {
23360
23633
  /**
23361
23634
  * @remarks
23635
+ * The domain name.
23636
+ *
23362
23637
  * This parameter is required.
23363
23638
  *
23364
23639
  * @example
@@ -23367,6 +23642,8 @@ export class CreateWaitingRoomRequestHostNameAndPath extends $tea.Model {
23367
23642
  domain?: string;
23368
23643
  /**
23369
23644
  * @remarks
23645
+ * The path.
23646
+ *
23370
23647
  * This parameter is required.
23371
23648
  *
23372
23649
  * @example
@@ -23375,6 +23652,8 @@ export class CreateWaitingRoomRequestHostNameAndPath extends $tea.Model {
23375
23652
  path?: string;
23376
23653
  /**
23377
23654
  * @remarks
23655
+ * The subdomain.
23656
+ *
23378
23657
  * This parameter is required.
23379
23658
  *
23380
23659
  * @example
@@ -23469,6 +23748,7 @@ export class DescribeDDoSAllEventListResponseBodyDataList extends $tea.Model {
23469
23748
  * 800
23470
23749
  */
23471
23750
  bps?: number;
23751
+ coverage?: string;
23472
23752
  /**
23473
23753
  * @example
23474
23754
  * 50
@@ -23484,6 +23764,7 @@ export class DescribeDDoSAllEventListResponseBodyDataList extends $tea.Model {
23484
23764
  * web-cc_1
23485
23765
  */
23486
23766
  eventId?: string;
23767
+ eventResult?: string;
23487
23768
  /**
23488
23769
  * @example
23489
23770
  * web-cc
@@ -23517,9 +23798,11 @@ export class DescribeDDoSAllEventListResponseBodyDataList extends $tea.Model {
23517
23798
  static names(): { [key: string]: string } {
23518
23799
  return {
23519
23800
  bps: 'Bps',
23801
+ coverage: 'Coverage',
23520
23802
  cps: 'Cps',
23521
23803
  endTime: 'EndTime',
23522
23804
  eventId: 'EventId',
23805
+ eventResult: 'EventResult',
23523
23806
  eventType: 'EventType',
23524
23807
  pps: 'Pps',
23525
23808
  qps: 'Qps',
@@ -23532,9 +23815,11 @@ export class DescribeDDoSAllEventListResponseBodyDataList extends $tea.Model {
23532
23815
  static types(): { [key: string]: any } {
23533
23816
  return {
23534
23817
  bps: 'number',
23818
+ coverage: 'string',
23535
23819
  cps: 'number',
23536
23820
  endTime: 'string',
23537
23821
  eventId: 'string',
23822
+ eventResult: 'string',
23538
23823
  eventType: 'string',
23539
23824
  pps: 'number',
23540
23825
  qps: 'number',
@@ -23549,36 +23834,6 @@ export class DescribeDDoSAllEventListResponseBodyDataList extends $tea.Model {
23549
23834
  }
23550
23835
  }
23551
23836
 
23552
- export class DescribeIPRangeListResponseBodyContent extends $tea.Model {
23553
- /**
23554
- * @example
23555
- * 172.16.0.0/12
23556
- */
23557
- cidr?: string;
23558
- /**
23559
- * @example
23560
- * IPv4
23561
- */
23562
- ipType?: string;
23563
- static names(): { [key: string]: string } {
23564
- return {
23565
- cidr: 'Cidr',
23566
- ipType: 'IpType',
23567
- };
23568
- }
23569
-
23570
- static types(): { [key: string]: any } {
23571
- return {
23572
- cidr: 'string',
23573
- ipType: 'string',
23574
- };
23575
- }
23576
-
23577
- constructor(map?: { [key: string]: any }) {
23578
- super(map);
23579
- }
23580
- }
23581
-
23582
23837
  export class DescribePreloadTasksResponseBodyTasks extends $tea.Model {
23583
23838
  /**
23584
23839
  * @example
@@ -25445,71 +25700,113 @@ export class ListCacheReserveInstancesResponseBodyInstanceInfo extends $tea.Mode
25445
25700
 
25446
25701
  export class ListClientCertificatesResponseBodyResult extends $tea.Model {
25447
25702
  /**
25703
+ * @remarks
25704
+ * The ID of the CA certificate.
25705
+ *
25448
25706
  * @example
25449
25707
  * baba39055622c008b90285a8838ed09a
25450
25708
  */
25451
25709
  CACertificateId?: string;
25452
25710
  /**
25711
+ * @remarks
25712
+ * The Common Name of the certificate.
25713
+ *
25453
25714
  * @example
25454
25715
  * www.example.com
25455
25716
  */
25456
25717
  commonName?: string;
25457
25718
  /**
25719
+ * @remarks
25720
+ * The time when the certificate was created.
25721
+ *
25458
25722
  * @example
25459
25723
  * 2024-06-24 07:48:51
25460
25724
  */
25461
25725
  createTime?: string;
25462
25726
  /**
25727
+ * @remarks
25728
+ * The certificate ID.
25729
+ *
25463
25730
  * @example
25464
25731
  * babab9db65ee5efcca9f3d41d4b50d66
25465
25732
  */
25466
25733
  id?: string;
25467
25734
  /**
25735
+ * @remarks
25736
+ * The certificate authority (CA) that issued the certificate.
25737
+ *
25468
25738
  * @example
25469
25739
  * GlobalSign nv-sa
25470
25740
  */
25471
25741
  issuer?: string;
25472
25742
  /**
25743
+ * @remarks
25744
+ * The certificate name.
25745
+ *
25473
25746
  * @example
25474
25747
  * yourCertName
25475
25748
  */
25476
25749
  name?: string;
25477
25750
  /**
25751
+ * @remarks
25752
+ * The time when the certificate expires.
25753
+ *
25478
25754
  * @example
25479
25755
  * 2024-03-31 02:08:00
25480
25756
  */
25481
25757
  notAfter?: string;
25482
25758
  /**
25759
+ * @remarks
25760
+ * The time when the certificate takes effect.
25761
+ *
25483
25762
  * @example
25484
25763
  * 2023-03-31 02:08:00
25485
25764
  */
25486
25765
  notBefore?: string;
25487
25766
  /**
25767
+ * @remarks
25768
+ * The public key algorithm of the certificate.
25769
+ *
25488
25770
  * @example
25489
25771
  * RSA
25490
25772
  */
25491
25773
  pubkeyAlgorithm?: string;
25492
25774
  /**
25775
+ * @remarks
25776
+ * The Subject Alternative Name (SAN) of the certificate.
25777
+ *
25493
25778
  * @example
25494
25779
  * www.example.com,*.example.com
25495
25780
  */
25496
25781
  SAN?: string;
25497
25782
  /**
25783
+ * @remarks
25784
+ * The signature algorithm of the certificate.
25785
+ *
25498
25786
  * @example
25499
25787
  * SHA256-RSA
25500
25788
  */
25501
25789
  signatureAlgorithm?: string;
25502
25790
  /**
25791
+ * @remarks
25792
+ * The certificate status.
25793
+ *
25503
25794
  * @example
25504
25795
  * active
25505
25796
  */
25506
25797
  status?: string;
25507
25798
  /**
25799
+ * @remarks
25800
+ * The certificate type.
25801
+ *
25508
25802
  * @example
25509
25803
  * dcdn
25510
25804
  */
25511
25805
  type?: string;
25512
25806
  /**
25807
+ * @remarks
25808
+ * The time when the certificate was updated.
25809
+ *
25513
25810
  * @example
25514
25811
  * 2024-07-20 06:18:42
25515
25812
  */
@@ -29850,7 +30147,7 @@ export default class Client extends OpenApi {
29850
30147
  }
29851
30148
 
29852
30149
  /**
29853
- * 创建边缘容器应用的版本
30150
+ * Creates a version for a containerized application. You can iterate the application based on the version.
29854
30151
  *
29855
30152
  * @param tmpReq - CreateEdgeContainerAppVersionRequest
29856
30153
  * @param runtime - runtime options for this request RuntimeOptions
@@ -29899,7 +30196,7 @@ export default class Client extends OpenApi {
29899
30196
  }
29900
30197
 
29901
30198
  /**
29902
- * 创建边缘容器应用的版本
30199
+ * Creates a version for a containerized application. You can iterate the application based on the version.
29903
30200
  *
29904
30201
  * @param request - CreateEdgeContainerAppVersionRequest
29905
30202
  * @returns CreateEdgeContainerAppVersionResponse
@@ -30824,7 +31121,7 @@ export default class Client extends OpenApi {
30824
31121
  }
30825
31122
 
30826
31123
  /**
30827
- * 创建等候室
31124
+ * Creates a waiting room for a website.
30828
31125
  *
30829
31126
  * @param tmpReq - CreateWaitingRoomRequest
30830
31127
  * @param runtime - runtime options for this request RuntimeOptions
@@ -30925,7 +31222,7 @@ export default class Client extends OpenApi {
30925
31222
  }
30926
31223
 
30927
31224
  /**
30928
- * 创建等候室
31225
+ * Creates a waiting room for a website.
30929
31226
  *
30930
31227
  * @param request - CreateWaitingRoomRequest
30931
31228
  * @returns CreateWaitingRoomResponse
@@ -32355,38 +32652,6 @@ export default class Client extends OpenApi {
32355
32652
  return await this.describeHttpDDoSAttackProtectionWithOptions(request, runtime);
32356
32653
  }
32357
32654
 
32358
- /**
32359
- * 查询加速服务节点IP段列表
32360
- *
32361
- * @param request - DescribeIPRangeListRequest
32362
- * @param runtime - runtime options for this request RuntimeOptions
32363
- * @returns DescribeIPRangeListResponse
32364
- */
32365
- async describeIPRangeListWithOptions(runtime: $Util.RuntimeOptions): Promise<DescribeIPRangeListResponse> {
32366
- let req = new $OpenApi.OpenApiRequest({ });
32367
- let params = new $OpenApi.Params({
32368
- action: "DescribeIPRangeList",
32369
- version: "2024-09-10",
32370
- protocol: "HTTPS",
32371
- pathname: "/",
32372
- method: "GET",
32373
- authType: "AK",
32374
- style: "RPC",
32375
- reqBodyType: "formData",
32376
- bodyType: "json",
32377
- });
32378
- return $tea.cast<DescribeIPRangeListResponse>(await this.callApi(params, req, runtime), new DescribeIPRangeListResponse({}));
32379
- }
32380
-
32381
- /**
32382
- * 查询加速服务节点IP段列表
32383
- * @returns DescribeIPRangeListResponse
32384
- */
32385
- async describeIPRangeList(): Promise<DescribeIPRangeListResponse> {
32386
- let runtime = new $Util.RuntimeOptions({ });
32387
- return await this.describeIPRangeListWithOptions(runtime);
32388
- }
32389
-
32390
32655
  /**
32391
32656
  * 查询账户的KV状态信
32392
32657
  *
@@ -34133,7 +34398,7 @@ export default class Client extends OpenApi {
34133
34398
  }
34134
34399
 
34135
34400
  /**
34136
- * 查询站点下客户端证书列表
34401
+ * Queries client certificates configured for a website.
34137
34402
  *
34138
34403
  * @param request - ListClientCertificatesRequest
34139
34404
  * @param runtime - runtime options for this request RuntimeOptions
@@ -34160,7 +34425,7 @@ export default class Client extends OpenApi {
34160
34425
  }
34161
34426
 
34162
34427
  /**
34163
- * 查询站点下客户端证书列表
34428
+ * Queries client certificates configured for a website.
34164
34429
  *
34165
34430
  * @param request - ListClientCertificatesRequest
34166
34431
  * @returns ListClientCertificatesResponse