@alicloud/esa20240910 2.15.0 → 2.16.0
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 +725 -55
- package/dist/client.js +439 -29
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +960 -13
package/dist/client.d.ts
CHANGED
|
@@ -3354,6 +3354,58 @@ export declare class DescribeDDoSL7QpsListResponseBodyDataModule extends $dara.M
|
|
|
3354
3354
|
[key: string]: any;
|
|
3355
3355
|
});
|
|
3356
3356
|
}
|
|
3357
|
+
export declare class DescribeEdgeContainerAppStatsResponseBodyPoints extends $dara.Model {
|
|
3358
|
+
/**
|
|
3359
|
+
* @example
|
|
3360
|
+
* 0.1
|
|
3361
|
+
*/
|
|
3362
|
+
containerCpuUsageSecondsQuotaRate?: number;
|
|
3363
|
+
/**
|
|
3364
|
+
* @example
|
|
3365
|
+
* 2
|
|
3366
|
+
*/
|
|
3367
|
+
containerCpuUsageSecondsTotal?: number;
|
|
3368
|
+
/**
|
|
3369
|
+
* @example
|
|
3370
|
+
* 0
|
|
3371
|
+
*/
|
|
3372
|
+
containerFsReadsBytesAvg?: number;
|
|
3373
|
+
/**
|
|
3374
|
+
* @example
|
|
3375
|
+
* 0
|
|
3376
|
+
*/
|
|
3377
|
+
containerFsWritesBytesAvg?: number;
|
|
3378
|
+
/**
|
|
3379
|
+
* @example
|
|
3380
|
+
* 0.1
|
|
3381
|
+
*/
|
|
3382
|
+
containerMemoryRss?: number;
|
|
3383
|
+
/**
|
|
3384
|
+
* @example
|
|
3385
|
+
* 1
|
|
3386
|
+
*/
|
|
3387
|
+
containerMemoryRssQuotaRate?: number;
|
|
3388
|
+
/**
|
|
3389
|
+
* @example
|
|
3390
|
+
* 100
|
|
3391
|
+
*/
|
|
3392
|
+
podReadyRate?: number;
|
|
3393
|
+
/**
|
|
3394
|
+
* @example
|
|
3395
|
+
* 2024-01-18T15:04:05Z
|
|
3396
|
+
*/
|
|
3397
|
+
time?: string;
|
|
3398
|
+
static names(): {
|
|
3399
|
+
[key: string]: string;
|
|
3400
|
+
};
|
|
3401
|
+
static types(): {
|
|
3402
|
+
[key: string]: any;
|
|
3403
|
+
};
|
|
3404
|
+
validate(): void;
|
|
3405
|
+
constructor(map?: {
|
|
3406
|
+
[key: string]: any;
|
|
3407
|
+
});
|
|
3408
|
+
}
|
|
3357
3409
|
export declare class DescribePreloadTasksResponseBodyTasks extends $dara.Model {
|
|
3358
3410
|
/**
|
|
3359
3411
|
* @remarks
|
|
@@ -8039,16 +8091,29 @@ export declare class ListHttpRequestHeaderModificationRulesResponseBodyConfigs e
|
|
|
8039
8091
|
}
|
|
8040
8092
|
export declare class ListHttpResponseHeaderModificationRulesResponseBodyConfigsResponseHeaderModification extends $dara.Model {
|
|
8041
8093
|
/**
|
|
8094
|
+
* @remarks
|
|
8095
|
+
* The name of the response header.
|
|
8096
|
+
*
|
|
8042
8097
|
* @example
|
|
8043
8098
|
* headerName
|
|
8044
8099
|
*/
|
|
8045
8100
|
name?: string;
|
|
8046
8101
|
/**
|
|
8102
|
+
* @remarks
|
|
8103
|
+
* The action. Valid values:
|
|
8104
|
+
*
|
|
8105
|
+
* * add: adds a response header.
|
|
8106
|
+
* * del: deletes a response header.
|
|
8107
|
+
* * modify: modifies a response header.
|
|
8108
|
+
*
|
|
8047
8109
|
* @example
|
|
8048
8110
|
* add
|
|
8049
8111
|
*/
|
|
8050
8112
|
operation?: string;
|
|
8051
8113
|
/**
|
|
8114
|
+
* @remarks
|
|
8115
|
+
* The value of the response header.
|
|
8116
|
+
*
|
|
8052
8117
|
* @example
|
|
8053
8118
|
* headerValue
|
|
8054
8119
|
*/
|
|
@@ -8066,37 +8131,68 @@ export declare class ListHttpResponseHeaderModificationRulesResponseBodyConfigsR
|
|
|
8066
8131
|
}
|
|
8067
8132
|
export declare class ListHttpResponseHeaderModificationRulesResponseBodyConfigs extends $dara.Model {
|
|
8068
8133
|
/**
|
|
8134
|
+
* @remarks
|
|
8135
|
+
* The configuration ID.
|
|
8136
|
+
*
|
|
8069
8137
|
* @example
|
|
8070
8138
|
* 35281609698****
|
|
8071
8139
|
*/
|
|
8072
8140
|
configId?: number;
|
|
8073
8141
|
/**
|
|
8142
|
+
* @remarks
|
|
8143
|
+
* The type of the configuration. Valid values:
|
|
8144
|
+
*
|
|
8145
|
+
* * global: global configuration.
|
|
8146
|
+
* * rule: rule configuration.
|
|
8147
|
+
*
|
|
8074
8148
|
* @example
|
|
8075
8149
|
* rule
|
|
8076
8150
|
*/
|
|
8077
8151
|
configType?: string;
|
|
8152
|
+
/**
|
|
8153
|
+
* @remarks
|
|
8154
|
+
* The configurations of modifying response headers. You can add, delete, or modify a response header.
|
|
8155
|
+
*/
|
|
8078
8156
|
responseHeaderModification?: ListHttpResponseHeaderModificationRulesResponseBodyConfigsResponseHeaderModification[];
|
|
8079
8157
|
/**
|
|
8158
|
+
* @remarks
|
|
8159
|
+
* The rule content.
|
|
8160
|
+
*
|
|
8080
8161
|
* @example
|
|
8081
8162
|
* (http.host eq "video.example.com")
|
|
8082
8163
|
*/
|
|
8083
8164
|
rule?: string;
|
|
8084
8165
|
/**
|
|
8166
|
+
* @remarks
|
|
8167
|
+
* Indicates whether the rule is enabled. Valid values:
|
|
8168
|
+
*
|
|
8169
|
+
* * on
|
|
8170
|
+
* * off
|
|
8171
|
+
*
|
|
8085
8172
|
* @example
|
|
8086
8173
|
* on
|
|
8087
8174
|
*/
|
|
8088
8175
|
ruleEnable?: string;
|
|
8089
8176
|
/**
|
|
8177
|
+
* @remarks
|
|
8178
|
+
* The rule name.
|
|
8179
|
+
*
|
|
8090
8180
|
* @example
|
|
8091
8181
|
* rule_example
|
|
8092
8182
|
*/
|
|
8093
8183
|
ruleName?: string;
|
|
8094
8184
|
/**
|
|
8185
|
+
* @remarks
|
|
8186
|
+
* The order in which the rule is executed.
|
|
8187
|
+
*
|
|
8095
8188
|
* @example
|
|
8096
8189
|
* 1
|
|
8097
8190
|
*/
|
|
8098
8191
|
sequence?: number;
|
|
8099
8192
|
/**
|
|
8193
|
+
* @remarks
|
|
8194
|
+
* The version number of the website configurations.
|
|
8195
|
+
*
|
|
8100
8196
|
* @example
|
|
8101
8197
|
* 0
|
|
8102
8198
|
*/
|
|
@@ -8303,41 +8399,74 @@ export declare class ListHttpsBasicConfigurationsResponseBodyConfigs extends $da
|
|
|
8303
8399
|
}
|
|
8304
8400
|
export declare class ListImageTransformsResponseBodyConfigs extends $dara.Model {
|
|
8305
8401
|
/**
|
|
8402
|
+
* @remarks
|
|
8403
|
+
* The configuration ID,
|
|
8404
|
+
*
|
|
8306
8405
|
* @example
|
|
8307
8406
|
* 395386449776640
|
|
8308
8407
|
*/
|
|
8309
8408
|
configId?: number;
|
|
8310
8409
|
/**
|
|
8410
|
+
* @remarks
|
|
8411
|
+
* The type of the configuration. Valid values:
|
|
8412
|
+
*
|
|
8413
|
+
* * global: global configuration.
|
|
8414
|
+
* * rule: rule configuration.
|
|
8415
|
+
*
|
|
8311
8416
|
* @example
|
|
8312
8417
|
* global
|
|
8313
8418
|
*/
|
|
8314
8419
|
configType?: string;
|
|
8315
8420
|
/**
|
|
8421
|
+
* @remarks
|
|
8422
|
+
* Indicates whether cache reserve is enabled. Indicates whether the task name is valid. Valid values:
|
|
8423
|
+
*
|
|
8424
|
+
* * **on**
|
|
8425
|
+
* * **off**
|
|
8426
|
+
*
|
|
8316
8427
|
* @example
|
|
8317
8428
|
* on
|
|
8318
8429
|
*/
|
|
8319
8430
|
enable?: string;
|
|
8320
8431
|
/**
|
|
8432
|
+
* @remarks
|
|
8433
|
+
* The rule content, which is a policy or conditional expression.
|
|
8434
|
+
*
|
|
8321
8435
|
* @example
|
|
8322
8436
|
* (http.request.uri.path.file_name eq \\"jpg\\")
|
|
8323
8437
|
*/
|
|
8324
8438
|
rule?: string;
|
|
8325
8439
|
/**
|
|
8440
|
+
* @remarks
|
|
8441
|
+
* Indicates whether the rule is enabled. Valid values:
|
|
8442
|
+
*
|
|
8443
|
+
* * on
|
|
8444
|
+
* * off
|
|
8445
|
+
*
|
|
8326
8446
|
* @example
|
|
8327
8447
|
* on
|
|
8328
8448
|
*/
|
|
8329
8449
|
ruleEnable?: string;
|
|
8330
8450
|
/**
|
|
8451
|
+
* @remarks
|
|
8452
|
+
* The rule name.
|
|
8453
|
+
*
|
|
8331
8454
|
* @example
|
|
8332
8455
|
* test
|
|
8333
8456
|
*/
|
|
8334
8457
|
ruleName?: string;
|
|
8335
8458
|
/**
|
|
8459
|
+
* @remarks
|
|
8460
|
+
* The order in which the rule is executed.
|
|
8461
|
+
*
|
|
8336
8462
|
* @example
|
|
8337
8463
|
* 1
|
|
8338
8464
|
*/
|
|
8339
8465
|
sequence?: number;
|
|
8340
8466
|
/**
|
|
8467
|
+
* @remarks
|
|
8468
|
+
* The version number of the website.
|
|
8469
|
+
*
|
|
8341
8470
|
* @example
|
|
8342
8471
|
* 1
|
|
8343
8472
|
*/
|
|
@@ -8534,6 +8663,9 @@ export declare class ListListsRequestQueryArgs extends $dara.Model {
|
|
|
8534
8663
|
*/
|
|
8535
8664
|
itemLike?: string;
|
|
8536
8665
|
/**
|
|
8666
|
+
* @remarks
|
|
8667
|
+
* The type of the custom list.
|
|
8668
|
+
*
|
|
8537
8669
|
* @example
|
|
8538
8670
|
* ip
|
|
8539
8671
|
*/
|
|
@@ -9780,56 +9912,106 @@ export declare class ListRecordsResponseBodyRecords extends $dara.Model {
|
|
|
9780
9912
|
}
|
|
9781
9913
|
export declare class ListRedirectRulesResponseBodyConfigs extends $dara.Model {
|
|
9782
9914
|
/**
|
|
9915
|
+
* @remarks
|
|
9916
|
+
* The configuration ID.
|
|
9917
|
+
*
|
|
9783
9918
|
* @example
|
|
9784
9919
|
* 35281609698****
|
|
9785
9920
|
*/
|
|
9786
9921
|
configId?: number;
|
|
9787
9922
|
/**
|
|
9923
|
+
* @remarks
|
|
9924
|
+
* The type of the configuration. Valid values:
|
|
9925
|
+
*
|
|
9926
|
+
* * global: global configuration.
|
|
9927
|
+
* * rule: rule configuration.
|
|
9928
|
+
*
|
|
9788
9929
|
* @example
|
|
9789
9930
|
* rule
|
|
9790
9931
|
*/
|
|
9791
9932
|
configType?: string;
|
|
9792
9933
|
/**
|
|
9934
|
+
* @remarks
|
|
9935
|
+
* Indicates whether the feature of retaining the query string is enabled. Valid values:
|
|
9936
|
+
*
|
|
9937
|
+
* * on
|
|
9938
|
+
* * off
|
|
9939
|
+
*
|
|
9793
9940
|
* @example
|
|
9794
9941
|
* on
|
|
9795
9942
|
*/
|
|
9796
9943
|
reserveQueryString?: string;
|
|
9797
9944
|
/**
|
|
9945
|
+
* @remarks
|
|
9946
|
+
* The rule content.
|
|
9947
|
+
*
|
|
9798
9948
|
* @example
|
|
9799
9949
|
* (http.host eq "video.example.com")
|
|
9800
9950
|
*/
|
|
9801
9951
|
rule?: string;
|
|
9802
9952
|
/**
|
|
9953
|
+
* @remarks
|
|
9954
|
+
* Indicates whether the rule is enabled. Valid values:
|
|
9955
|
+
*
|
|
9956
|
+
* * on
|
|
9957
|
+
* * off
|
|
9958
|
+
*
|
|
9803
9959
|
* @example
|
|
9804
9960
|
* on
|
|
9805
9961
|
*/
|
|
9806
9962
|
ruleEnable?: string;
|
|
9807
9963
|
/**
|
|
9964
|
+
* @remarks
|
|
9965
|
+
* The rule name.
|
|
9966
|
+
*
|
|
9808
9967
|
* @example
|
|
9809
9968
|
* rule_example
|
|
9810
9969
|
*/
|
|
9811
9970
|
ruleName?: string;
|
|
9812
9971
|
/**
|
|
9972
|
+
* @remarks
|
|
9973
|
+
* The order in which the rule is executed.
|
|
9974
|
+
*
|
|
9813
9975
|
* @example
|
|
9814
9976
|
* 1
|
|
9815
9977
|
*/
|
|
9816
9978
|
sequence?: number;
|
|
9817
9979
|
/**
|
|
9980
|
+
* @remarks
|
|
9981
|
+
* The version of the website configurations.
|
|
9982
|
+
*
|
|
9818
9983
|
* @example
|
|
9819
9984
|
* 1
|
|
9820
9985
|
*/
|
|
9821
9986
|
siteVersion?: number;
|
|
9822
9987
|
/**
|
|
9988
|
+
* @remarks
|
|
9989
|
+
* The response code that you want to use to indicate URL redirection. Valid values:
|
|
9990
|
+
*
|
|
9991
|
+
* * 301
|
|
9992
|
+
* * 302
|
|
9993
|
+
* * 303
|
|
9994
|
+
* * 307
|
|
9995
|
+
* * 308
|
|
9996
|
+
*
|
|
9823
9997
|
* @example
|
|
9824
9998
|
* 301
|
|
9825
9999
|
*/
|
|
9826
10000
|
statusCode?: string;
|
|
9827
10001
|
/**
|
|
10002
|
+
* @remarks
|
|
10003
|
+
* The destination URL to which requests are redirected.
|
|
10004
|
+
*
|
|
9828
10005
|
* @example
|
|
9829
10006
|
* http://www.exapmle.com/index.html
|
|
9830
10007
|
*/
|
|
9831
10008
|
targetUrl?: string;
|
|
9832
10009
|
/**
|
|
10010
|
+
* @remarks
|
|
10011
|
+
* The redirect type. Valid values:
|
|
10012
|
+
*
|
|
10013
|
+
* * static
|
|
10014
|
+
*
|
|
9833
10015
|
* @example
|
|
9834
10016
|
* static
|
|
9835
10017
|
*/
|
|
@@ -9847,56 +10029,99 @@ export declare class ListRedirectRulesResponseBodyConfigs extends $dara.Model {
|
|
|
9847
10029
|
}
|
|
9848
10030
|
export declare class ListRewriteUrlRulesResponseBodyConfigs extends $dara.Model {
|
|
9849
10031
|
/**
|
|
10032
|
+
* @remarks
|
|
10033
|
+
* The configuration ID.
|
|
10034
|
+
*
|
|
9850
10035
|
* @example
|
|
9851
10036
|
* 39538644977****
|
|
9852
10037
|
*/
|
|
9853
10038
|
configId?: number;
|
|
9854
10039
|
/**
|
|
10040
|
+
* @remarks
|
|
10041
|
+
* The type of the configuration. Valid values:
|
|
10042
|
+
*
|
|
10043
|
+
* * global: global configuration.
|
|
10044
|
+
* * rule: rule configuration.
|
|
10045
|
+
*
|
|
9855
10046
|
* @example
|
|
9856
10047
|
* global
|
|
9857
10048
|
*/
|
|
9858
10049
|
configType?: string;
|
|
9859
10050
|
/**
|
|
10051
|
+
* @remarks
|
|
10052
|
+
* The desired query string to which you want to rewrite the query string in the original request.
|
|
10053
|
+
*
|
|
9860
10054
|
* @example
|
|
9861
10055
|
* example=123
|
|
9862
10056
|
*/
|
|
9863
10057
|
queryString?: string;
|
|
9864
10058
|
/**
|
|
10059
|
+
* @remarks
|
|
10060
|
+
* The query string rewrite method. Valid values:
|
|
10061
|
+
*
|
|
10062
|
+
* * static
|
|
10063
|
+
*
|
|
9865
10064
|
* @example
|
|
9866
10065
|
* static
|
|
9867
10066
|
*/
|
|
9868
10067
|
rewriteQueryStringType?: string;
|
|
9869
10068
|
/**
|
|
10069
|
+
* @remarks
|
|
10070
|
+
* The path rewrite method. Valid values:
|
|
10071
|
+
*
|
|
10072
|
+
* * static
|
|
10073
|
+
*
|
|
9870
10074
|
* @example
|
|
9871
10075
|
* static
|
|
9872
10076
|
*/
|
|
9873
10077
|
rewriteUriType?: string;
|
|
9874
10078
|
/**
|
|
10079
|
+
* @remarks
|
|
10080
|
+
* The rule content.
|
|
10081
|
+
*
|
|
9875
10082
|
* @example
|
|
9876
10083
|
* (http.host eq "video.example.com")
|
|
9877
10084
|
*/
|
|
9878
10085
|
rule?: string;
|
|
9879
10086
|
/**
|
|
10087
|
+
* @remarks
|
|
10088
|
+
* Indicates whether the rule is enabled. Valid values:
|
|
10089
|
+
*
|
|
10090
|
+
* * on
|
|
10091
|
+
* * off
|
|
10092
|
+
*
|
|
9880
10093
|
* @example
|
|
9881
10094
|
* on
|
|
9882
10095
|
*/
|
|
9883
10096
|
ruleEnable?: string;
|
|
9884
10097
|
/**
|
|
10098
|
+
* @remarks
|
|
10099
|
+
* The rule name.
|
|
10100
|
+
*
|
|
9885
10101
|
* @example
|
|
9886
10102
|
* rule_example
|
|
9887
10103
|
*/
|
|
9888
10104
|
ruleName?: string;
|
|
9889
10105
|
/**
|
|
10106
|
+
* @remarks
|
|
10107
|
+
* The order in which the rule is executed.
|
|
10108
|
+
*
|
|
9890
10109
|
* @example
|
|
9891
10110
|
* 1
|
|
9892
10111
|
*/
|
|
9893
10112
|
sequence?: number;
|
|
9894
10113
|
/**
|
|
10114
|
+
* @remarks
|
|
10115
|
+
* The version number of the website configurations.
|
|
10116
|
+
*
|
|
9895
10117
|
* @example
|
|
9896
10118
|
* 0
|
|
9897
10119
|
*/
|
|
9898
10120
|
siteVersion?: number;
|
|
9899
10121
|
/**
|
|
10122
|
+
* @remarks
|
|
10123
|
+
* The desired URI to which you want to rewrite the path in the original request.
|
|
10124
|
+
*
|
|
9900
10125
|
* @example
|
|
9901
10126
|
* /image.example.com/index.html
|
|
9902
10127
|
*/
|
|
@@ -14193,7 +14418,7 @@ export declare class CreateCustomScenePolicyRequest extends $dara.Model {
|
|
|
14193
14418
|
* @remarks
|
|
14194
14419
|
* The time when the policy expires.
|
|
14195
14420
|
*
|
|
14196
|
-
*
|
|
14421
|
+
* The time follows the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time is displayed in UTC.
|
|
14197
14422
|
*
|
|
14198
14423
|
* This parameter is required.
|
|
14199
14424
|
*
|
|
@@ -14223,7 +14448,7 @@ export declare class CreateCustomScenePolicyRequest extends $dara.Model {
|
|
|
14223
14448
|
* @remarks
|
|
14224
14449
|
* The time when the policy takes effect.
|
|
14225
14450
|
*
|
|
14226
|
-
*
|
|
14451
|
+
* The time follows the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time is displayed in UTC.
|
|
14227
14452
|
*
|
|
14228
14453
|
* This parameter is required.
|
|
14229
14454
|
*
|
|
@@ -21710,7 +21935,7 @@ export declare class DeleteWaitingRoomRuleResponse extends $dara.Model {
|
|
|
21710
21935
|
export declare class DescribeCustomScenePoliciesRequest extends $dara.Model {
|
|
21711
21936
|
/**
|
|
21712
21937
|
* @remarks
|
|
21713
|
-
* The page
|
|
21938
|
+
* The number of the page to return. Valid values: **1 to 100000**.
|
|
21714
21939
|
*
|
|
21715
21940
|
* This parameter is required.
|
|
21716
21941
|
*
|
|
@@ -21720,7 +21945,7 @@ export declare class DescribeCustomScenePoliciesRequest extends $dara.Model {
|
|
|
21720
21945
|
pageNumber?: number;
|
|
21721
21946
|
/**
|
|
21722
21947
|
* @remarks
|
|
21723
|
-
* The number of entries per page. Default value: 10
|
|
21948
|
+
* The number of entries per page. Default value: **10**. Valid values: **5**, **10**, or **20**.
|
|
21724
21949
|
*
|
|
21725
21950
|
* @example
|
|
21726
21951
|
* 10
|
|
@@ -21728,7 +21953,7 @@ export declare class DescribeCustomScenePoliciesRequest extends $dara.Model {
|
|
|
21728
21953
|
pageSize?: number;
|
|
21729
21954
|
/**
|
|
21730
21955
|
* @remarks
|
|
21731
|
-
* The ID
|
|
21956
|
+
* The rule ID.
|
|
21732
21957
|
*
|
|
21733
21958
|
* @example
|
|
21734
21959
|
* 1234****
|
|
@@ -22169,17 +22394,48 @@ export declare class DescribeDDoSL7QpsListResponse extends $dara.Model {
|
|
|
22169
22394
|
[key: string]: any;
|
|
22170
22395
|
});
|
|
22171
22396
|
}
|
|
22172
|
-
export declare class
|
|
22397
|
+
export declare class DescribeEdgeContainerAppStatsRequest extends $dara.Model {
|
|
22173
22398
|
/**
|
|
22174
22399
|
* @remarks
|
|
22175
|
-
*
|
|
22400
|
+
* This parameter is required.
|
|
22176
22401
|
*
|
|
22402
|
+
* @example
|
|
22403
|
+
* app-xxxx
|
|
22404
|
+
*/
|
|
22405
|
+
app?: string;
|
|
22406
|
+
/**
|
|
22407
|
+
* @example
|
|
22408
|
+
* 2024-09-02T16:04:05Z
|
|
22409
|
+
*/
|
|
22410
|
+
endTime?: string;
|
|
22411
|
+
/**
|
|
22412
|
+
* @remarks
|
|
22177
22413
|
* This parameter is required.
|
|
22178
22414
|
*
|
|
22179
22415
|
* @example
|
|
22180
|
-
*
|
|
22416
|
+
* pod_ready_rate
|
|
22181
22417
|
*/
|
|
22182
|
-
|
|
22418
|
+
fields?: string;
|
|
22419
|
+
/**
|
|
22420
|
+
* @example
|
|
22421
|
+
* telecom,unicom,cmcc
|
|
22422
|
+
*/
|
|
22423
|
+
isp?: string;
|
|
22424
|
+
/**
|
|
22425
|
+
* @example
|
|
22426
|
+
* huizhou
|
|
22427
|
+
*/
|
|
22428
|
+
locate?: string;
|
|
22429
|
+
/**
|
|
22430
|
+
* @example
|
|
22431
|
+
* 2024-09-02T15:04:05Z
|
|
22432
|
+
*/
|
|
22433
|
+
startTime?: string;
|
|
22434
|
+
/**
|
|
22435
|
+
* @example
|
|
22436
|
+
* t-xxxx
|
|
22437
|
+
*/
|
|
22438
|
+
tenant?: string;
|
|
22183
22439
|
static names(): {
|
|
22184
22440
|
[key: string]: string;
|
|
22185
22441
|
};
|
|
@@ -22191,47 +22447,23 @@ export declare class DescribeHttpDDoSAttackIntelligentProtectionRequest extends
|
|
|
22191
22447
|
[key: string]: any;
|
|
22192
22448
|
});
|
|
22193
22449
|
}
|
|
22194
|
-
export declare class
|
|
22195
|
-
|
|
22196
|
-
|
|
22197
|
-
|
|
22198
|
-
|
|
22199
|
-
|
|
22200
|
-
|
|
22201
|
-
|
|
22202
|
-
|
|
22203
|
-
* defense
|
|
22204
|
-
*/
|
|
22205
|
-
aiMode?: string;
|
|
22450
|
+
export declare class DescribeEdgeContainerAppStatsResponseBody extends $dara.Model {
|
|
22451
|
+
cpuUsageSecondsQuotaRateAvg?: number;
|
|
22452
|
+
cpuUsageSecondsTotalAvg?: number;
|
|
22453
|
+
fsReadsBytesAvgAvg?: number;
|
|
22454
|
+
fsWritesBytesAvgAvg?: number;
|
|
22455
|
+
memoryRssAvg?: number;
|
|
22456
|
+
memoryRssQuotaRateAvg?: number;
|
|
22457
|
+
podReadyRateAvg?: number;
|
|
22458
|
+
points?: DescribeEdgeContainerAppStatsResponseBodyPoints[];
|
|
22206
22459
|
/**
|
|
22207
22460
|
* @remarks
|
|
22208
|
-
*
|
|
22209
|
-
*
|
|
22210
|
-
* * **level0**: very loose.
|
|
22211
|
-
* * **level30**: loose.
|
|
22212
|
-
* * **level60**: normal.
|
|
22213
|
-
* * **level90**: strict.
|
|
22214
|
-
*
|
|
22215
|
-
* @example
|
|
22216
|
-
* level60
|
|
22217
|
-
*/
|
|
22218
|
-
aiTemplate?: string;
|
|
22219
|
-
/**
|
|
22220
|
-
* @remarks
|
|
22221
|
-
* The request ID.
|
|
22461
|
+
* Id of the request
|
|
22222
22462
|
*
|
|
22223
22463
|
* @example
|
|
22224
|
-
*
|
|
22464
|
+
* 35C66C7B-671H-4297-9187-2C4477247A78
|
|
22225
22465
|
*/
|
|
22226
22466
|
requestId?: string;
|
|
22227
|
-
/**
|
|
22228
|
-
* @remarks
|
|
22229
|
-
* The website ID.
|
|
22230
|
-
*
|
|
22231
|
-
* @example
|
|
22232
|
-
* 123456****
|
|
22233
|
-
*/
|
|
22234
|
-
siteId?: number;
|
|
22235
22467
|
static names(): {
|
|
22236
22468
|
[key: string]: string;
|
|
22237
22469
|
};
|
|
@@ -22243,12 +22475,12 @@ export declare class DescribeHttpDDoSAttackIntelligentProtectionResponseBody ext
|
|
|
22243
22475
|
[key: string]: any;
|
|
22244
22476
|
});
|
|
22245
22477
|
}
|
|
22246
|
-
export declare class
|
|
22478
|
+
export declare class DescribeEdgeContainerAppStatsResponse extends $dara.Model {
|
|
22247
22479
|
headers?: {
|
|
22248
22480
|
[key: string]: string;
|
|
22249
22481
|
};
|
|
22250
22482
|
statusCode?: number;
|
|
22251
|
-
body?:
|
|
22483
|
+
body?: DescribeEdgeContainerAppStatsResponseBody;
|
|
22252
22484
|
static names(): {
|
|
22253
22485
|
[key: string]: string;
|
|
22254
22486
|
};
|
|
@@ -22260,7 +22492,98 @@ export declare class DescribeHttpDDoSAttackIntelligentProtectionResponse extends
|
|
|
22260
22492
|
[key: string]: any;
|
|
22261
22493
|
});
|
|
22262
22494
|
}
|
|
22263
|
-
export declare class
|
|
22495
|
+
export declare class DescribeHttpDDoSAttackIntelligentProtectionRequest extends $dara.Model {
|
|
22496
|
+
/**
|
|
22497
|
+
* @remarks
|
|
22498
|
+
* The website ID, which can be obtained by calling the [ListSites](https://help.aliyun.com/document_detail/2850189.html) operation.
|
|
22499
|
+
*
|
|
22500
|
+
* This parameter is required.
|
|
22501
|
+
*
|
|
22502
|
+
* @example
|
|
22503
|
+
* 123456****
|
|
22504
|
+
*/
|
|
22505
|
+
siteId?: number;
|
|
22506
|
+
static names(): {
|
|
22507
|
+
[key: string]: string;
|
|
22508
|
+
};
|
|
22509
|
+
static types(): {
|
|
22510
|
+
[key: string]: any;
|
|
22511
|
+
};
|
|
22512
|
+
validate(): void;
|
|
22513
|
+
constructor(map?: {
|
|
22514
|
+
[key: string]: any;
|
|
22515
|
+
});
|
|
22516
|
+
}
|
|
22517
|
+
export declare class DescribeHttpDDoSAttackIntelligentProtectionResponseBody extends $dara.Model {
|
|
22518
|
+
/**
|
|
22519
|
+
* @remarks
|
|
22520
|
+
* The mode of smart HTTP DDoS protection. Valid values:
|
|
22521
|
+
*
|
|
22522
|
+
* * **observe**: alert.
|
|
22523
|
+
* * **defense**: block.
|
|
22524
|
+
*
|
|
22525
|
+
* @example
|
|
22526
|
+
* defense
|
|
22527
|
+
*/
|
|
22528
|
+
aiMode?: string;
|
|
22529
|
+
/**
|
|
22530
|
+
* @remarks
|
|
22531
|
+
* The level of smart HTTP DDoS protection. Valid values:
|
|
22532
|
+
*
|
|
22533
|
+
* * **level0**: very loose.
|
|
22534
|
+
* * **level30**: loose.
|
|
22535
|
+
* * **level60**: normal.
|
|
22536
|
+
* * **level90**: strict.
|
|
22537
|
+
*
|
|
22538
|
+
* @example
|
|
22539
|
+
* level60
|
|
22540
|
+
*/
|
|
22541
|
+
aiTemplate?: string;
|
|
22542
|
+
/**
|
|
22543
|
+
* @remarks
|
|
22544
|
+
* The request ID.
|
|
22545
|
+
*
|
|
22546
|
+
* @example
|
|
22547
|
+
* CB1A380B-09F0-41BB-3C82-72F8FD6DA2FE
|
|
22548
|
+
*/
|
|
22549
|
+
requestId?: string;
|
|
22550
|
+
/**
|
|
22551
|
+
* @remarks
|
|
22552
|
+
* The website ID.
|
|
22553
|
+
*
|
|
22554
|
+
* @example
|
|
22555
|
+
* 123456****
|
|
22556
|
+
*/
|
|
22557
|
+
siteId?: number;
|
|
22558
|
+
static names(): {
|
|
22559
|
+
[key: string]: string;
|
|
22560
|
+
};
|
|
22561
|
+
static types(): {
|
|
22562
|
+
[key: string]: any;
|
|
22563
|
+
};
|
|
22564
|
+
validate(): void;
|
|
22565
|
+
constructor(map?: {
|
|
22566
|
+
[key: string]: any;
|
|
22567
|
+
});
|
|
22568
|
+
}
|
|
22569
|
+
export declare class DescribeHttpDDoSAttackIntelligentProtectionResponse extends $dara.Model {
|
|
22570
|
+
headers?: {
|
|
22571
|
+
[key: string]: string;
|
|
22572
|
+
};
|
|
22573
|
+
statusCode?: number;
|
|
22574
|
+
body?: DescribeHttpDDoSAttackIntelligentProtectionResponseBody;
|
|
22575
|
+
static names(): {
|
|
22576
|
+
[key: string]: string;
|
|
22577
|
+
};
|
|
22578
|
+
static types(): {
|
|
22579
|
+
[key: string]: any;
|
|
22580
|
+
};
|
|
22581
|
+
validate(): void;
|
|
22582
|
+
constructor(map?: {
|
|
22583
|
+
[key: string]: any;
|
|
22584
|
+
});
|
|
22585
|
+
}
|
|
22586
|
+
export declare class DescribeHttpDDoSAttackProtectionRequest extends $dara.Model {
|
|
22264
22587
|
/**
|
|
22265
22588
|
* @remarks
|
|
22266
22589
|
* The website ID, which can be obtained by calling the [ListSites](https://help.aliyun.com/document_detail/2850189.html) operation.
|
|
@@ -24173,6 +24496,63 @@ export declare class GetEdgeContainerAppResponse extends $dara.Model {
|
|
|
24173
24496
|
[key: string]: any;
|
|
24174
24497
|
});
|
|
24175
24498
|
}
|
|
24499
|
+
export declare class GetEdgeContainerAppLogRiverRequest extends $dara.Model {
|
|
24500
|
+
/**
|
|
24501
|
+
* @example
|
|
24502
|
+
* app-880688675****88
|
|
24503
|
+
*/
|
|
24504
|
+
appId?: string;
|
|
24505
|
+
static names(): {
|
|
24506
|
+
[key: string]: string;
|
|
24507
|
+
};
|
|
24508
|
+
static types(): {
|
|
24509
|
+
[key: string]: any;
|
|
24510
|
+
};
|
|
24511
|
+
validate(): void;
|
|
24512
|
+
constructor(map?: {
|
|
24513
|
+
[key: string]: any;
|
|
24514
|
+
});
|
|
24515
|
+
}
|
|
24516
|
+
export declare class GetEdgeContainerAppLogRiverResponseBody extends $dara.Model {
|
|
24517
|
+
/**
|
|
24518
|
+
* @example
|
|
24519
|
+
* /root/hello.log
|
|
24520
|
+
*/
|
|
24521
|
+
path?: string;
|
|
24522
|
+
/**
|
|
24523
|
+
* @example
|
|
24524
|
+
* 0AEDAF20-4DDF-4165-8750-47FF9C1929C9
|
|
24525
|
+
*/
|
|
24526
|
+
requestId?: string;
|
|
24527
|
+
stdout?: boolean;
|
|
24528
|
+
static names(): {
|
|
24529
|
+
[key: string]: string;
|
|
24530
|
+
};
|
|
24531
|
+
static types(): {
|
|
24532
|
+
[key: string]: any;
|
|
24533
|
+
};
|
|
24534
|
+
validate(): void;
|
|
24535
|
+
constructor(map?: {
|
|
24536
|
+
[key: string]: any;
|
|
24537
|
+
});
|
|
24538
|
+
}
|
|
24539
|
+
export declare class GetEdgeContainerAppLogRiverResponse extends $dara.Model {
|
|
24540
|
+
headers?: {
|
|
24541
|
+
[key: string]: string;
|
|
24542
|
+
};
|
|
24543
|
+
statusCode?: number;
|
|
24544
|
+
body?: GetEdgeContainerAppLogRiverResponseBody;
|
|
24545
|
+
static names(): {
|
|
24546
|
+
[key: string]: string;
|
|
24547
|
+
};
|
|
24548
|
+
static types(): {
|
|
24549
|
+
[key: string]: any;
|
|
24550
|
+
};
|
|
24551
|
+
validate(): void;
|
|
24552
|
+
constructor(map?: {
|
|
24553
|
+
[key: string]: any;
|
|
24554
|
+
});
|
|
24555
|
+
}
|
|
24176
24556
|
export declare class GetEdgeContainerAppStatusRequest extends $dara.Model {
|
|
24177
24557
|
/**
|
|
24178
24558
|
* @remarks
|
|
@@ -30678,32 +31058,54 @@ export declare class ListHttpRequestHeaderModificationRulesResponse extends $dar
|
|
|
30678
31058
|
}
|
|
30679
31059
|
export declare class ListHttpResponseHeaderModificationRulesRequest extends $dara.Model {
|
|
30680
31060
|
/**
|
|
31061
|
+
* @remarks
|
|
31062
|
+
* The configuration ID.
|
|
31063
|
+
*
|
|
30681
31064
|
* @example
|
|
30682
31065
|
* 35281609698****
|
|
30683
31066
|
*/
|
|
30684
31067
|
configId?: number;
|
|
30685
31068
|
/**
|
|
31069
|
+
* @remarks
|
|
31070
|
+
* The configuration type to query. Valid values:
|
|
31071
|
+
*
|
|
31072
|
+
* * global: global configurations.
|
|
31073
|
+
* * rule: queries rule configurations.
|
|
31074
|
+
*
|
|
31075
|
+
* If this parameter is left empty, all configuration types are returned.
|
|
31076
|
+
*
|
|
30686
31077
|
* @example
|
|
30687
31078
|
* rule
|
|
30688
31079
|
*/
|
|
30689
31080
|
configType?: string;
|
|
30690
31081
|
/**
|
|
31082
|
+
* @remarks
|
|
31083
|
+
* The page number. Pages start from page 1.
|
|
31084
|
+
*
|
|
30691
31085
|
* @example
|
|
30692
31086
|
* 1
|
|
30693
31087
|
*/
|
|
30694
31088
|
pageNumber?: number;
|
|
30695
31089
|
/**
|
|
31090
|
+
* @remarks
|
|
31091
|
+
* The number of entries returned on each page. Default value: 500. Valid values: 1 to 500.
|
|
31092
|
+
*
|
|
30696
31093
|
* @example
|
|
30697
31094
|
* 20
|
|
30698
31095
|
*/
|
|
30699
31096
|
pageSize?: number;
|
|
30700
31097
|
/**
|
|
31098
|
+
* @remarks
|
|
31099
|
+
* The rule name.
|
|
31100
|
+
*
|
|
30701
31101
|
* @example
|
|
30702
31102
|
* rule_example
|
|
30703
31103
|
*/
|
|
30704
31104
|
ruleName?: string;
|
|
30705
31105
|
/**
|
|
30706
31106
|
* @remarks
|
|
31107
|
+
* The website ID, which can be obtained by calling the [ListSites](https://help.aliyun.com/document_detail/2850189.html) operation.
|
|
31108
|
+
*
|
|
30707
31109
|
* This parameter is required.
|
|
30708
31110
|
*
|
|
30709
31111
|
* @example
|
|
@@ -30711,6 +31113,9 @@ export declare class ListHttpResponseHeaderModificationRulesRequest extends $dar
|
|
|
30711
31113
|
*/
|
|
30712
31114
|
siteId?: number;
|
|
30713
31115
|
/**
|
|
31116
|
+
* @remarks
|
|
31117
|
+
* The version number of the website configurations.
|
|
31118
|
+
*
|
|
30714
31119
|
* @example
|
|
30715
31120
|
* 0
|
|
30716
31121
|
*/
|
|
@@ -30727,28 +31132,47 @@ export declare class ListHttpResponseHeaderModificationRulesRequest extends $dar
|
|
|
30727
31132
|
});
|
|
30728
31133
|
}
|
|
30729
31134
|
export declare class ListHttpResponseHeaderModificationRulesResponseBody extends $dara.Model {
|
|
31135
|
+
/**
|
|
31136
|
+
* @remarks
|
|
31137
|
+
* The configuration list of modifying a response header.
|
|
31138
|
+
*/
|
|
30730
31139
|
configs?: ListHttpResponseHeaderModificationRulesResponseBodyConfigs[];
|
|
30731
31140
|
/**
|
|
31141
|
+
* @remarks
|
|
31142
|
+
* The page number.
|
|
31143
|
+
*
|
|
30732
31144
|
* @example
|
|
30733
31145
|
* 1
|
|
30734
31146
|
*/
|
|
30735
31147
|
pageNumber?: number;
|
|
30736
31148
|
/**
|
|
31149
|
+
* @remarks
|
|
31150
|
+
* The number of entries per page.
|
|
31151
|
+
*
|
|
30737
31152
|
* @example
|
|
30738
31153
|
* 20
|
|
30739
31154
|
*/
|
|
30740
31155
|
pageSize?: number;
|
|
30741
31156
|
/**
|
|
31157
|
+
* @remarks
|
|
31158
|
+
* The request ID.
|
|
31159
|
+
*
|
|
30742
31160
|
* @example
|
|
30743
31161
|
* CB1A380B-09F0-41BB-280B-72F8FD6DA2FE
|
|
30744
31162
|
*/
|
|
30745
31163
|
requestId?: string;
|
|
30746
31164
|
/**
|
|
31165
|
+
* @remarks
|
|
31166
|
+
* The total number of entries.
|
|
31167
|
+
*
|
|
30747
31168
|
* @example
|
|
30748
31169
|
* 14
|
|
30749
31170
|
*/
|
|
30750
31171
|
totalCount?: number;
|
|
30751
31172
|
/**
|
|
31173
|
+
* @remarks
|
|
31174
|
+
* The total number of pages returned.
|
|
31175
|
+
*
|
|
30752
31176
|
* @example
|
|
30753
31177
|
* 1
|
|
30754
31178
|
*/
|
|
@@ -30988,32 +31412,54 @@ export declare class ListHttpsBasicConfigurationsResponse extends $dara.Model {
|
|
|
30988
31412
|
}
|
|
30989
31413
|
export declare class ListImageTransformsRequest extends $dara.Model {
|
|
30990
31414
|
/**
|
|
31415
|
+
* @remarks
|
|
31416
|
+
* The configuration ID, which can be obtained by calling the ListImageTransforms operation.[](~~2869056~~)
|
|
31417
|
+
*
|
|
30991
31418
|
* @example
|
|
30992
31419
|
* 352816096987136
|
|
30993
31420
|
*/
|
|
30994
31421
|
configId?: number;
|
|
30995
31422
|
/**
|
|
31423
|
+
* @remarks
|
|
31424
|
+
* The configuration type to query. Valid values:
|
|
31425
|
+
*
|
|
31426
|
+
* * global: global configurations.
|
|
31427
|
+
* * rule: rule configurations.
|
|
31428
|
+
*
|
|
31429
|
+
* This parameter takes effect only when parameter functionName is specified. If this parameter is left empty, all configuration types are returned.
|
|
31430
|
+
*
|
|
30996
31431
|
* @example
|
|
30997
31432
|
* global
|
|
30998
31433
|
*/
|
|
30999
31434
|
configType?: string;
|
|
31000
31435
|
/**
|
|
31436
|
+
* @remarks
|
|
31437
|
+
* The page number. Default value: 1.
|
|
31438
|
+
*
|
|
31001
31439
|
* @example
|
|
31002
31440
|
* 1
|
|
31003
31441
|
*/
|
|
31004
31442
|
pageNumber?: number;
|
|
31005
31443
|
/**
|
|
31444
|
+
* @remarks
|
|
31445
|
+
* The number of entries per page. Maximum value: 500. Default value: 500.
|
|
31446
|
+
*
|
|
31006
31447
|
* @example
|
|
31007
31448
|
* 20
|
|
31008
31449
|
*/
|
|
31009
31450
|
pageSize?: number;
|
|
31010
31451
|
/**
|
|
31452
|
+
* @remarks
|
|
31453
|
+
* The rule name. This parameter takes effect only when parameter functionName is specified.
|
|
31454
|
+
*
|
|
31011
31455
|
* @example
|
|
31012
31456
|
* test1
|
|
31013
31457
|
*/
|
|
31014
31458
|
ruleName?: string;
|
|
31015
31459
|
/**
|
|
31016
31460
|
* @remarks
|
|
31461
|
+
* The website ID. You can call the [ListSites](https://help.aliyun.com/document_detail/2850189.html) operation to obtain the ID.
|
|
31462
|
+
*
|
|
31017
31463
|
* This parameter is required.
|
|
31018
31464
|
*
|
|
31019
31465
|
* @example
|
|
@@ -31021,6 +31467,9 @@ export declare class ListImageTransformsRequest extends $dara.Model {
|
|
|
31021
31467
|
*/
|
|
31022
31468
|
siteId?: number;
|
|
31023
31469
|
/**
|
|
31470
|
+
* @remarks
|
|
31471
|
+
* The version number of the website. You can use this parameter to specify a version of your website to apply the feature settings. By default, version 0 is used.
|
|
31472
|
+
*
|
|
31024
31473
|
* @example
|
|
31025
31474
|
* 1
|
|
31026
31475
|
*/
|
|
@@ -31037,28 +31486,47 @@ export declare class ListImageTransformsRequest extends $dara.Model {
|
|
|
31037
31486
|
});
|
|
31038
31487
|
}
|
|
31039
31488
|
export declare class ListImageTransformsResponseBody extends $dara.Model {
|
|
31489
|
+
/**
|
|
31490
|
+
* @remarks
|
|
31491
|
+
* The configurations.
|
|
31492
|
+
*/
|
|
31040
31493
|
configs?: ListImageTransformsResponseBodyConfigs[];
|
|
31041
31494
|
/**
|
|
31495
|
+
* @remarks
|
|
31496
|
+
* The page number returned.
|
|
31497
|
+
*
|
|
31042
31498
|
* @example
|
|
31043
31499
|
* 1
|
|
31044
31500
|
*/
|
|
31045
31501
|
pageNumber?: number;
|
|
31046
31502
|
/**
|
|
31503
|
+
* @remarks
|
|
31504
|
+
* The number of entries per page. Valid values: **1 to 500**. Default value: **500**.
|
|
31505
|
+
*
|
|
31047
31506
|
* @example
|
|
31048
31507
|
* 10
|
|
31049
31508
|
*/
|
|
31050
31509
|
pageSize?: number;
|
|
31051
31510
|
/**
|
|
31511
|
+
* @remarks
|
|
31512
|
+
* The request ID.
|
|
31513
|
+
*
|
|
31052
31514
|
* @example
|
|
31053
31515
|
* CB1A380B-09F0-41BB-A198-72F8FD6DA2FE
|
|
31054
31516
|
*/
|
|
31055
31517
|
requestId?: string;
|
|
31056
31518
|
/**
|
|
31519
|
+
* @remarks
|
|
31520
|
+
* The total number of records returned.
|
|
31521
|
+
*
|
|
31057
31522
|
* @example
|
|
31058
31523
|
* 16
|
|
31059
31524
|
*/
|
|
31060
31525
|
totalCount?: number;
|
|
31061
31526
|
/**
|
|
31527
|
+
* @remarks
|
|
31528
|
+
* The total number of pages.
|
|
31529
|
+
*
|
|
31062
31530
|
* @example
|
|
31063
31531
|
* 2
|
|
31064
31532
|
*/
|
|
@@ -32590,32 +33058,52 @@ export declare class ListRecordsResponse extends $dara.Model {
|
|
|
32590
33058
|
}
|
|
32591
33059
|
export declare class ListRedirectRulesRequest extends $dara.Model {
|
|
32592
33060
|
/**
|
|
33061
|
+
* @remarks
|
|
33062
|
+
* The configuration ID,
|
|
33063
|
+
*
|
|
32593
33064
|
* @example
|
|
32594
33065
|
* 35281609698****
|
|
32595
33066
|
*/
|
|
32596
33067
|
configId?: number;
|
|
32597
33068
|
/**
|
|
33069
|
+
* @remarks
|
|
33070
|
+
* The type of the configuration. Valid values:
|
|
33071
|
+
*
|
|
33072
|
+
* * global: global configuration.
|
|
33073
|
+
* * rule: rule configuration.
|
|
33074
|
+
*
|
|
32598
33075
|
* @example
|
|
32599
33076
|
* rule
|
|
32600
33077
|
*/
|
|
32601
33078
|
configType?: string;
|
|
32602
33079
|
/**
|
|
33080
|
+
* @remarks
|
|
33081
|
+
* The page number. Pages start from page 1.
|
|
33082
|
+
*
|
|
32603
33083
|
* @example
|
|
32604
33084
|
* 1
|
|
32605
33085
|
*/
|
|
32606
33086
|
pageNumber?: number;
|
|
32607
33087
|
/**
|
|
33088
|
+
* @remarks
|
|
33089
|
+
* The number of entries per page. Default value: **500**. Valid values: **1 to 500**.
|
|
33090
|
+
*
|
|
32608
33091
|
* @example
|
|
32609
33092
|
* 20
|
|
32610
33093
|
*/
|
|
32611
33094
|
pageSize?: number;
|
|
32612
33095
|
/**
|
|
33096
|
+
* @remarks
|
|
33097
|
+
* The rule name.
|
|
33098
|
+
*
|
|
32613
33099
|
* @example
|
|
32614
33100
|
* rule_example
|
|
32615
33101
|
*/
|
|
32616
33102
|
ruleName?: string;
|
|
32617
33103
|
/**
|
|
32618
33104
|
* @remarks
|
|
33105
|
+
* The website ID, which can be obtained by calling the [ListSites](https://help.aliyun.com/document_detail/2850189.html) operation.
|
|
33106
|
+
*
|
|
32619
33107
|
* This parameter is required.
|
|
32620
33108
|
*
|
|
32621
33109
|
* @example
|
|
@@ -32623,6 +33111,9 @@ export declare class ListRedirectRulesRequest extends $dara.Model {
|
|
|
32623
33111
|
*/
|
|
32624
33112
|
siteId?: number;
|
|
32625
33113
|
/**
|
|
33114
|
+
* @remarks
|
|
33115
|
+
* The version of the website configurations.
|
|
33116
|
+
*
|
|
32626
33117
|
* @example
|
|
32627
33118
|
* 0
|
|
32628
33119
|
*/
|
|
@@ -32639,28 +33130,47 @@ export declare class ListRedirectRulesRequest extends $dara.Model {
|
|
|
32639
33130
|
});
|
|
32640
33131
|
}
|
|
32641
33132
|
export declare class ListRedirectRulesResponseBody extends $dara.Model {
|
|
33133
|
+
/**
|
|
33134
|
+
* @remarks
|
|
33135
|
+
* The configuration list of the the URL redirect rule.
|
|
33136
|
+
*/
|
|
32642
33137
|
configs?: ListRedirectRulesResponseBodyConfigs[];
|
|
32643
33138
|
/**
|
|
33139
|
+
* @remarks
|
|
33140
|
+
* The page number returned.
|
|
33141
|
+
*
|
|
32644
33142
|
* @example
|
|
32645
33143
|
* 1
|
|
32646
33144
|
*/
|
|
32647
33145
|
pageNumber?: number;
|
|
32648
33146
|
/**
|
|
33147
|
+
* @remarks
|
|
33148
|
+
* The number of entries per page.
|
|
33149
|
+
*
|
|
32649
33150
|
* @example
|
|
32650
33151
|
* 20
|
|
32651
33152
|
*/
|
|
32652
33153
|
pageSize?: number;
|
|
32653
33154
|
/**
|
|
33155
|
+
* @remarks
|
|
33156
|
+
* The request ID.
|
|
33157
|
+
*
|
|
32654
33158
|
* @example
|
|
32655
33159
|
* EDBD3EB3-97DA-5465-AEF5-8DCA5DC5E395
|
|
32656
33160
|
*/
|
|
32657
33161
|
requestId?: string;
|
|
32658
33162
|
/**
|
|
33163
|
+
* @remarks
|
|
33164
|
+
* The total number of entries.
|
|
33165
|
+
*
|
|
32659
33166
|
* @example
|
|
32660
33167
|
* 10
|
|
32661
33168
|
*/
|
|
32662
33169
|
totalCount?: number;
|
|
32663
33170
|
/**
|
|
33171
|
+
* @remarks
|
|
33172
|
+
* The total number of pages returned.
|
|
33173
|
+
*
|
|
32664
33174
|
* @example
|
|
32665
33175
|
* 1
|
|
32666
33176
|
*/
|
|
@@ -32695,32 +33205,54 @@ export declare class ListRedirectRulesResponse extends $dara.Model {
|
|
|
32695
33205
|
}
|
|
32696
33206
|
export declare class ListRewriteUrlRulesRequest extends $dara.Model {
|
|
32697
33207
|
/**
|
|
33208
|
+
* @remarks
|
|
33209
|
+
* The configuration ID.
|
|
33210
|
+
*
|
|
32698
33211
|
* @example
|
|
32699
33212
|
* 35281609698****
|
|
32700
33213
|
*/
|
|
32701
33214
|
configId?: number;
|
|
32702
33215
|
/**
|
|
33216
|
+
* @remarks
|
|
33217
|
+
* The configuration type to query. Valid values:
|
|
33218
|
+
*
|
|
33219
|
+
* * global: global configurations.
|
|
33220
|
+
* * rule: rule configurations.
|
|
33221
|
+
*
|
|
33222
|
+
* If this parameter is left empty, all configuration types are returned. This parameter takes effect only when parameter functionName is specified.
|
|
33223
|
+
*
|
|
32703
33224
|
* @example
|
|
32704
33225
|
* global
|
|
32705
33226
|
*/
|
|
32706
33227
|
configType?: string;
|
|
32707
33228
|
/**
|
|
33229
|
+
* @remarks
|
|
33230
|
+
* The page number. Pages start from page 1.
|
|
33231
|
+
*
|
|
32708
33232
|
* @example
|
|
32709
33233
|
* 1
|
|
32710
33234
|
*/
|
|
32711
33235
|
pageNumber?: number;
|
|
32712
33236
|
/**
|
|
33237
|
+
* @remarks
|
|
33238
|
+
* The number of entries per page. Valid values: **1 to 500**. Default value: **500**.
|
|
33239
|
+
*
|
|
32713
33240
|
* @example
|
|
32714
33241
|
* 10
|
|
32715
33242
|
*/
|
|
32716
33243
|
pageSize?: number;
|
|
32717
33244
|
/**
|
|
33245
|
+
* @remarks
|
|
33246
|
+
* The rule name.
|
|
33247
|
+
*
|
|
32718
33248
|
* @example
|
|
32719
33249
|
* rule_example
|
|
32720
33250
|
*/
|
|
32721
33251
|
ruleName?: string;
|
|
32722
33252
|
/**
|
|
32723
33253
|
* @remarks
|
|
33254
|
+
* The website ID, which can be obtained by calling the [ListSites](https://help.aliyun.com/document_detail/2850189.html) operation.
|
|
33255
|
+
*
|
|
32724
33256
|
* This parameter is required.
|
|
32725
33257
|
*
|
|
32726
33258
|
* @example
|
|
@@ -32728,6 +33260,9 @@ export declare class ListRewriteUrlRulesRequest extends $dara.Model {
|
|
|
32728
33260
|
*/
|
|
32729
33261
|
siteId?: number;
|
|
32730
33262
|
/**
|
|
33263
|
+
* @remarks
|
|
33264
|
+
* The version number of the website configurations. You can use this parameter to specify a version of your website to apply the feature settings. By default, version 0 is used.
|
|
33265
|
+
*
|
|
32731
33266
|
* @example
|
|
32732
33267
|
* 0
|
|
32733
33268
|
*/
|
|
@@ -32744,28 +33279,47 @@ export declare class ListRewriteUrlRulesRequest extends $dara.Model {
|
|
|
32744
33279
|
});
|
|
32745
33280
|
}
|
|
32746
33281
|
export declare class ListRewriteUrlRulesResponseBody extends $dara.Model {
|
|
33282
|
+
/**
|
|
33283
|
+
* @remarks
|
|
33284
|
+
* The URL rewrite configuration list.
|
|
33285
|
+
*/
|
|
32747
33286
|
configs?: ListRewriteUrlRulesResponseBodyConfigs[];
|
|
32748
33287
|
/**
|
|
33288
|
+
* @remarks
|
|
33289
|
+
* The page number returned.
|
|
33290
|
+
*
|
|
32749
33291
|
* @example
|
|
32750
33292
|
* 1
|
|
32751
33293
|
*/
|
|
32752
33294
|
pageNumber?: number;
|
|
32753
33295
|
/**
|
|
33296
|
+
* @remarks
|
|
33297
|
+
* The number of entries per page.
|
|
33298
|
+
*
|
|
32754
33299
|
* @example
|
|
32755
33300
|
* 10
|
|
32756
33301
|
*/
|
|
32757
33302
|
pageSize?: number;
|
|
32758
33303
|
/**
|
|
33304
|
+
* @remarks
|
|
33305
|
+
* The request ID.
|
|
33306
|
+
*
|
|
32759
33307
|
* @example
|
|
32760
33308
|
* CB1A380B-09F0-41BB-280B-72F8FD6DA2FE
|
|
32761
33309
|
*/
|
|
32762
33310
|
requestId?: string;
|
|
32763
33311
|
/**
|
|
33312
|
+
* @remarks
|
|
33313
|
+
* The total number of entries.
|
|
33314
|
+
*
|
|
32764
33315
|
* @example
|
|
32765
33316
|
* 8
|
|
32766
33317
|
*/
|
|
32767
33318
|
totalCount?: number;
|
|
32768
33319
|
/**
|
|
33320
|
+
* @remarks
|
|
33321
|
+
* The total number of pages returned.
|
|
33322
|
+
*
|
|
32769
33323
|
* @example
|
|
32770
33324
|
* 1
|
|
32771
33325
|
*/
|
|
@@ -37567,6 +38121,77 @@ export declare class UpdateDevelopmentModeResponse extends $dara.Model {
|
|
|
37567
38121
|
[key: string]: any;
|
|
37568
38122
|
});
|
|
37569
38123
|
}
|
|
38124
|
+
export declare class UpdateEdgeContainerAppLogRiverRequest extends $dara.Model {
|
|
38125
|
+
/**
|
|
38126
|
+
* @example
|
|
38127
|
+
* app-88068867578379****
|
|
38128
|
+
*/
|
|
38129
|
+
appId?: string;
|
|
38130
|
+
/**
|
|
38131
|
+
* @example
|
|
38132
|
+
* /root/hello.log
|
|
38133
|
+
*/
|
|
38134
|
+
path?: string;
|
|
38135
|
+
/**
|
|
38136
|
+
* @example
|
|
38137
|
+
* true
|
|
38138
|
+
*/
|
|
38139
|
+
stdout?: boolean;
|
|
38140
|
+
static names(): {
|
|
38141
|
+
[key: string]: string;
|
|
38142
|
+
};
|
|
38143
|
+
static types(): {
|
|
38144
|
+
[key: string]: any;
|
|
38145
|
+
};
|
|
38146
|
+
validate(): void;
|
|
38147
|
+
constructor(map?: {
|
|
38148
|
+
[key: string]: any;
|
|
38149
|
+
});
|
|
38150
|
+
}
|
|
38151
|
+
export declare class UpdateEdgeContainerAppLogRiverResponseBody extends $dara.Model {
|
|
38152
|
+
/**
|
|
38153
|
+
* @example
|
|
38154
|
+
* /root/hello.log
|
|
38155
|
+
*/
|
|
38156
|
+
path?: string;
|
|
38157
|
+
/**
|
|
38158
|
+
* @example
|
|
38159
|
+
* 42DE97FA-45D2-5615-9A31-55D9EC0D7563
|
|
38160
|
+
*/
|
|
38161
|
+
requestId?: string;
|
|
38162
|
+
/**
|
|
38163
|
+
* @example
|
|
38164
|
+
* true
|
|
38165
|
+
*/
|
|
38166
|
+
stdout?: boolean;
|
|
38167
|
+
static names(): {
|
|
38168
|
+
[key: string]: string;
|
|
38169
|
+
};
|
|
38170
|
+
static types(): {
|
|
38171
|
+
[key: string]: any;
|
|
38172
|
+
};
|
|
38173
|
+
validate(): void;
|
|
38174
|
+
constructor(map?: {
|
|
38175
|
+
[key: string]: any;
|
|
38176
|
+
});
|
|
38177
|
+
}
|
|
38178
|
+
export declare class UpdateEdgeContainerAppLogRiverResponse extends $dara.Model {
|
|
38179
|
+
headers?: {
|
|
38180
|
+
[key: string]: string;
|
|
38181
|
+
};
|
|
38182
|
+
statusCode?: number;
|
|
38183
|
+
body?: UpdateEdgeContainerAppLogRiverResponseBody;
|
|
38184
|
+
static names(): {
|
|
38185
|
+
[key: string]: string;
|
|
38186
|
+
};
|
|
38187
|
+
static types(): {
|
|
38188
|
+
[key: string]: any;
|
|
38189
|
+
};
|
|
38190
|
+
validate(): void;
|
|
38191
|
+
constructor(map?: {
|
|
38192
|
+
[key: string]: any;
|
|
38193
|
+
});
|
|
38194
|
+
}
|
|
37570
38195
|
export declare class UpdateHttpRequestHeaderModificationRuleRequest extends $dara.Model {
|
|
37571
38196
|
/**
|
|
37572
38197
|
* @remarks
|
|
@@ -43504,6 +44129,21 @@ export default class Client extends OpenApi {
|
|
|
43504
44129
|
* @returns DescribeDDoSL7QpsListResponse
|
|
43505
44130
|
*/
|
|
43506
44131
|
describeDDoSL7QpsList(request: DescribeDDoSL7QpsListRequest): Promise<DescribeDDoSL7QpsListResponse>;
|
|
44132
|
+
/**
|
|
44133
|
+
* 将天眼提供给XCDN边缘容器的监控OpenAPI适配成青蓝的OpenAPI
|
|
44134
|
+
*
|
|
44135
|
+
* @param request - DescribeEdgeContainerAppStatsRequest
|
|
44136
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
44137
|
+
* @returns DescribeEdgeContainerAppStatsResponse
|
|
44138
|
+
*/
|
|
44139
|
+
describeEdgeContainerAppStatsWithOptions(request: DescribeEdgeContainerAppStatsRequest, runtime: $dara.RuntimeOptions): Promise<DescribeEdgeContainerAppStatsResponse>;
|
|
44140
|
+
/**
|
|
44141
|
+
* 将天眼提供给XCDN边缘容器的监控OpenAPI适配成青蓝的OpenAPI
|
|
44142
|
+
*
|
|
44143
|
+
* @param request - DescribeEdgeContainerAppStatsRequest
|
|
44144
|
+
* @returns DescribeEdgeContainerAppStatsResponse
|
|
44145
|
+
*/
|
|
44146
|
+
describeEdgeContainerAppStats(request: DescribeEdgeContainerAppStatsRequest): Promise<DescribeEdgeContainerAppStatsResponse>;
|
|
43507
44147
|
/**
|
|
43508
44148
|
* Queries the configuration of smart HTTP DDoS protection for a website.
|
|
43509
44149
|
*
|
|
@@ -43830,6 +44470,21 @@ export default class Client extends OpenApi {
|
|
|
43830
44470
|
* @returns GetEdgeContainerAppResponse
|
|
43831
44471
|
*/
|
|
43832
44472
|
getEdgeContainerApp(request: GetEdgeContainerAppRequest): Promise<GetEdgeContainerAppResponse>;
|
|
44473
|
+
/**
|
|
44474
|
+
* 获取边缘容器应用日志采集配置
|
|
44475
|
+
*
|
|
44476
|
+
* @param request - GetEdgeContainerAppLogRiverRequest
|
|
44477
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
44478
|
+
* @returns GetEdgeContainerAppLogRiverResponse
|
|
44479
|
+
*/
|
|
44480
|
+
getEdgeContainerAppLogRiverWithOptions(request: GetEdgeContainerAppLogRiverRequest, runtime: $dara.RuntimeOptions): Promise<GetEdgeContainerAppLogRiverResponse>;
|
|
44481
|
+
/**
|
|
44482
|
+
* 获取边缘容器应用日志采集配置
|
|
44483
|
+
*
|
|
44484
|
+
* @param request - GetEdgeContainerAppLogRiverRequest
|
|
44485
|
+
* @returns GetEdgeContainerAppLogRiverResponse
|
|
44486
|
+
*/
|
|
44487
|
+
getEdgeContainerAppLogRiver(request: GetEdgeContainerAppLogRiverRequest): Promise<GetEdgeContainerAppLogRiverResponse>;
|
|
43833
44488
|
/**
|
|
43834
44489
|
* Queries the status information about a containerized application, including the deployment, release, and rollback of the application.
|
|
43835
44490
|
*
|
|
@@ -44824,7 +45479,7 @@ export default class Client extends OpenApi {
|
|
|
44824
45479
|
*/
|
|
44825
45480
|
listHttpRequestHeaderModificationRules(request: ListHttpRequestHeaderModificationRulesRequest): Promise<ListHttpRequestHeaderModificationRulesResponse>;
|
|
44826
45481
|
/**
|
|
44827
|
-
*
|
|
45482
|
+
* Queries the configuration details of an HTTP response header modification rule for a website.
|
|
44828
45483
|
*
|
|
44829
45484
|
* @param request - ListHttpResponseHeaderModificationRulesRequest
|
|
44830
45485
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -44832,7 +45487,7 @@ export default class Client extends OpenApi {
|
|
|
44832
45487
|
*/
|
|
44833
45488
|
listHttpResponseHeaderModificationRulesWithOptions(request: ListHttpResponseHeaderModificationRulesRequest, runtime: $dara.RuntimeOptions): Promise<ListHttpResponseHeaderModificationRulesResponse>;
|
|
44834
45489
|
/**
|
|
44835
|
-
*
|
|
45490
|
+
* Queries the configuration details of an HTTP response header modification rule for a website.
|
|
44836
45491
|
*
|
|
44837
45492
|
* @param request - ListHttpResponseHeaderModificationRulesRequest
|
|
44838
45493
|
* @returns ListHttpResponseHeaderModificationRulesResponse
|
|
@@ -44869,7 +45524,7 @@ export default class Client extends OpenApi {
|
|
|
44869
45524
|
*/
|
|
44870
45525
|
listHttpsBasicConfigurations(request: ListHttpsBasicConfigurationsRequest): Promise<ListHttpsBasicConfigurationsResponse>;
|
|
44871
45526
|
/**
|
|
44872
|
-
*
|
|
45527
|
+
* Queries the details of image conversion configurations for multiple websites.
|
|
44873
45528
|
*
|
|
44874
45529
|
* @param request - ListImageTransformsRequest
|
|
44875
45530
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -44877,7 +45532,7 @@ export default class Client extends OpenApi {
|
|
|
44877
45532
|
*/
|
|
44878
45533
|
listImageTransformsWithOptions(request: ListImageTransformsRequest, runtime: $dara.RuntimeOptions): Promise<ListImageTransformsResponse>;
|
|
44879
45534
|
/**
|
|
44880
|
-
*
|
|
45535
|
+
* Queries the details of image conversion configurations for multiple websites.
|
|
44881
45536
|
*
|
|
44882
45537
|
* @param request - ListImageTransformsRequest
|
|
44883
45538
|
* @returns ListImageTransformsResponse
|
|
@@ -45091,7 +45746,7 @@ export default class Client extends OpenApi {
|
|
|
45091
45746
|
*/
|
|
45092
45747
|
listRecords(request: ListRecordsRequest): Promise<ListRecordsResponse>;
|
|
45093
45748
|
/**
|
|
45094
|
-
*
|
|
45749
|
+
* Queries the configuration details of a URL redirect rule for a website.
|
|
45095
45750
|
*
|
|
45096
45751
|
* @param request - ListRedirectRulesRequest
|
|
45097
45752
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -45099,14 +45754,14 @@ export default class Client extends OpenApi {
|
|
|
45099
45754
|
*/
|
|
45100
45755
|
listRedirectRulesWithOptions(request: ListRedirectRulesRequest, runtime: $dara.RuntimeOptions): Promise<ListRedirectRulesResponse>;
|
|
45101
45756
|
/**
|
|
45102
|
-
*
|
|
45757
|
+
* Queries the configuration details of a URL redirect rule for a website.
|
|
45103
45758
|
*
|
|
45104
45759
|
* @param request - ListRedirectRulesRequest
|
|
45105
45760
|
* @returns ListRedirectRulesResponse
|
|
45106
45761
|
*/
|
|
45107
45762
|
listRedirectRules(request: ListRedirectRulesRequest): Promise<ListRedirectRulesResponse>;
|
|
45108
45763
|
/**
|
|
45109
|
-
*
|
|
45764
|
+
* Queries the details of rewrite URL configurations.
|
|
45110
45765
|
*
|
|
45111
45766
|
* @param request - ListRewriteUrlRulesRequest
|
|
45112
45767
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -45114,7 +45769,7 @@ export default class Client extends OpenApi {
|
|
|
45114
45769
|
*/
|
|
45115
45770
|
listRewriteUrlRulesWithOptions(request: ListRewriteUrlRulesRequest, runtime: $dara.RuntimeOptions): Promise<ListRewriteUrlRulesResponse>;
|
|
45116
45771
|
/**
|
|
45117
|
-
*
|
|
45772
|
+
* Queries the details of rewrite URL configurations.
|
|
45118
45773
|
*
|
|
45119
45774
|
* @param request - ListRewriteUrlRulesRequest
|
|
45120
45775
|
* @returns ListRewriteUrlRulesResponse
|
|
@@ -45832,6 +46487,21 @@ export default class Client extends OpenApi {
|
|
|
45832
46487
|
* @returns UpdateDevelopmentModeResponse
|
|
45833
46488
|
*/
|
|
45834
46489
|
updateDevelopmentMode(request: UpdateDevelopmentModeRequest): Promise<UpdateDevelopmentModeResponse>;
|
|
46490
|
+
/**
|
|
46491
|
+
* 更新边缘容器应用日志采集配置
|
|
46492
|
+
*
|
|
46493
|
+
* @param request - UpdateEdgeContainerAppLogRiverRequest
|
|
46494
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
46495
|
+
* @returns UpdateEdgeContainerAppLogRiverResponse
|
|
46496
|
+
*/
|
|
46497
|
+
updateEdgeContainerAppLogRiverWithOptions(request: UpdateEdgeContainerAppLogRiverRequest, runtime: $dara.RuntimeOptions): Promise<UpdateEdgeContainerAppLogRiverResponse>;
|
|
46498
|
+
/**
|
|
46499
|
+
* 更新边缘容器应用日志采集配置
|
|
46500
|
+
*
|
|
46501
|
+
* @param request - UpdateEdgeContainerAppLogRiverRequest
|
|
46502
|
+
* @returns UpdateEdgeContainerAppLogRiverResponse
|
|
46503
|
+
*/
|
|
46504
|
+
updateEdgeContainerAppLogRiver(request: UpdateEdgeContainerAppLogRiverRequest): Promise<UpdateEdgeContainerAppLogRiverResponse>;
|
|
45835
46505
|
/**
|
|
45836
46506
|
* 修改HTTP请求头规则
|
|
45837
46507
|
*
|