@alicloud/esa20240910 2.14.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 +981 -216
- package/dist/client.js +862 -257
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +1785 -594
package/dist/client.d.ts
CHANGED
|
@@ -1826,21 +1826,6 @@ export declare class CreateLoadBalancerRequestRules extends $dara.Model {
|
|
|
1826
1826
|
[key: string]: any;
|
|
1827
1827
|
});
|
|
1828
1828
|
}
|
|
1829
|
-
export declare class CreateLoadBalancerRequestSessionAffinityAttributes extends $dara.Model {
|
|
1830
|
-
sameSite?: string;
|
|
1831
|
-
secure?: string;
|
|
1832
|
-
zeroDowntimeFailover?: string;
|
|
1833
|
-
static names(): {
|
|
1834
|
-
[key: string]: string;
|
|
1835
|
-
};
|
|
1836
|
-
static types(): {
|
|
1837
|
-
[key: string]: any;
|
|
1838
|
-
};
|
|
1839
|
-
validate(): void;
|
|
1840
|
-
constructor(map?: {
|
|
1841
|
-
[key: string]: any;
|
|
1842
|
-
});
|
|
1843
|
-
}
|
|
1844
1829
|
export declare class CreateOriginPoolRequestOriginsAuthConf extends $dara.Model {
|
|
1845
1830
|
accessKey?: string;
|
|
1846
1831
|
authType?: string;
|
|
@@ -3369,6 +3354,58 @@ export declare class DescribeDDoSL7QpsListResponseBodyDataModule extends $dara.M
|
|
|
3369
3354
|
[key: string]: any;
|
|
3370
3355
|
});
|
|
3371
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
|
+
}
|
|
3372
3409
|
export declare class DescribePreloadTasksResponseBodyTasks extends $dara.Model {
|
|
3373
3410
|
/**
|
|
3374
3411
|
* @remarks
|
|
@@ -8054,16 +8091,29 @@ export declare class ListHttpRequestHeaderModificationRulesResponseBodyConfigs e
|
|
|
8054
8091
|
}
|
|
8055
8092
|
export declare class ListHttpResponseHeaderModificationRulesResponseBodyConfigsResponseHeaderModification extends $dara.Model {
|
|
8056
8093
|
/**
|
|
8094
|
+
* @remarks
|
|
8095
|
+
* The name of the response header.
|
|
8096
|
+
*
|
|
8057
8097
|
* @example
|
|
8058
8098
|
* headerName
|
|
8059
8099
|
*/
|
|
8060
8100
|
name?: string;
|
|
8061
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
|
+
*
|
|
8062
8109
|
* @example
|
|
8063
8110
|
* add
|
|
8064
8111
|
*/
|
|
8065
8112
|
operation?: string;
|
|
8066
8113
|
/**
|
|
8114
|
+
* @remarks
|
|
8115
|
+
* The value of the response header.
|
|
8116
|
+
*
|
|
8067
8117
|
* @example
|
|
8068
8118
|
* headerValue
|
|
8069
8119
|
*/
|
|
@@ -8081,37 +8131,68 @@ export declare class ListHttpResponseHeaderModificationRulesResponseBodyConfigsR
|
|
|
8081
8131
|
}
|
|
8082
8132
|
export declare class ListHttpResponseHeaderModificationRulesResponseBodyConfigs extends $dara.Model {
|
|
8083
8133
|
/**
|
|
8134
|
+
* @remarks
|
|
8135
|
+
* The configuration ID.
|
|
8136
|
+
*
|
|
8084
8137
|
* @example
|
|
8085
8138
|
* 35281609698****
|
|
8086
8139
|
*/
|
|
8087
8140
|
configId?: number;
|
|
8088
8141
|
/**
|
|
8142
|
+
* @remarks
|
|
8143
|
+
* The type of the configuration. Valid values:
|
|
8144
|
+
*
|
|
8145
|
+
* * global: global configuration.
|
|
8146
|
+
* * rule: rule configuration.
|
|
8147
|
+
*
|
|
8089
8148
|
* @example
|
|
8090
8149
|
* rule
|
|
8091
8150
|
*/
|
|
8092
8151
|
configType?: string;
|
|
8152
|
+
/**
|
|
8153
|
+
* @remarks
|
|
8154
|
+
* The configurations of modifying response headers. You can add, delete, or modify a response header.
|
|
8155
|
+
*/
|
|
8093
8156
|
responseHeaderModification?: ListHttpResponseHeaderModificationRulesResponseBodyConfigsResponseHeaderModification[];
|
|
8094
8157
|
/**
|
|
8158
|
+
* @remarks
|
|
8159
|
+
* The rule content.
|
|
8160
|
+
*
|
|
8095
8161
|
* @example
|
|
8096
8162
|
* (http.host eq "video.example.com")
|
|
8097
8163
|
*/
|
|
8098
8164
|
rule?: string;
|
|
8099
8165
|
/**
|
|
8166
|
+
* @remarks
|
|
8167
|
+
* Indicates whether the rule is enabled. Valid values:
|
|
8168
|
+
*
|
|
8169
|
+
* * on
|
|
8170
|
+
* * off
|
|
8171
|
+
*
|
|
8100
8172
|
* @example
|
|
8101
8173
|
* on
|
|
8102
8174
|
*/
|
|
8103
8175
|
ruleEnable?: string;
|
|
8104
8176
|
/**
|
|
8177
|
+
* @remarks
|
|
8178
|
+
* The rule name.
|
|
8179
|
+
*
|
|
8105
8180
|
* @example
|
|
8106
8181
|
* rule_example
|
|
8107
8182
|
*/
|
|
8108
8183
|
ruleName?: string;
|
|
8109
8184
|
/**
|
|
8185
|
+
* @remarks
|
|
8186
|
+
* The order in which the rule is executed.
|
|
8187
|
+
*
|
|
8110
8188
|
* @example
|
|
8111
8189
|
* 1
|
|
8112
8190
|
*/
|
|
8113
8191
|
sequence?: number;
|
|
8114
8192
|
/**
|
|
8193
|
+
* @remarks
|
|
8194
|
+
* The version number of the website configurations.
|
|
8195
|
+
*
|
|
8115
8196
|
* @example
|
|
8116
8197
|
* 0
|
|
8117
8198
|
*/
|
|
@@ -8318,41 +8399,74 @@ export declare class ListHttpsBasicConfigurationsResponseBodyConfigs extends $da
|
|
|
8318
8399
|
}
|
|
8319
8400
|
export declare class ListImageTransformsResponseBodyConfigs extends $dara.Model {
|
|
8320
8401
|
/**
|
|
8402
|
+
* @remarks
|
|
8403
|
+
* The configuration ID,
|
|
8404
|
+
*
|
|
8321
8405
|
* @example
|
|
8322
8406
|
* 395386449776640
|
|
8323
8407
|
*/
|
|
8324
8408
|
configId?: number;
|
|
8325
8409
|
/**
|
|
8410
|
+
* @remarks
|
|
8411
|
+
* The type of the configuration. Valid values:
|
|
8412
|
+
*
|
|
8413
|
+
* * global: global configuration.
|
|
8414
|
+
* * rule: rule configuration.
|
|
8415
|
+
*
|
|
8326
8416
|
* @example
|
|
8327
8417
|
* global
|
|
8328
8418
|
*/
|
|
8329
8419
|
configType?: string;
|
|
8330
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
|
+
*
|
|
8331
8427
|
* @example
|
|
8332
8428
|
* on
|
|
8333
8429
|
*/
|
|
8334
8430
|
enable?: string;
|
|
8335
8431
|
/**
|
|
8432
|
+
* @remarks
|
|
8433
|
+
* The rule content, which is a policy or conditional expression.
|
|
8434
|
+
*
|
|
8336
8435
|
* @example
|
|
8337
8436
|
* (http.request.uri.path.file_name eq \\"jpg\\")
|
|
8338
8437
|
*/
|
|
8339
8438
|
rule?: string;
|
|
8340
8439
|
/**
|
|
8440
|
+
* @remarks
|
|
8441
|
+
* Indicates whether the rule is enabled. Valid values:
|
|
8442
|
+
*
|
|
8443
|
+
* * on
|
|
8444
|
+
* * off
|
|
8445
|
+
*
|
|
8341
8446
|
* @example
|
|
8342
8447
|
* on
|
|
8343
8448
|
*/
|
|
8344
8449
|
ruleEnable?: string;
|
|
8345
8450
|
/**
|
|
8451
|
+
* @remarks
|
|
8452
|
+
* The rule name.
|
|
8453
|
+
*
|
|
8346
8454
|
* @example
|
|
8347
8455
|
* test
|
|
8348
8456
|
*/
|
|
8349
8457
|
ruleName?: string;
|
|
8350
8458
|
/**
|
|
8459
|
+
* @remarks
|
|
8460
|
+
* The order in which the rule is executed.
|
|
8461
|
+
*
|
|
8351
8462
|
* @example
|
|
8352
8463
|
* 1
|
|
8353
8464
|
*/
|
|
8354
8465
|
sequence?: number;
|
|
8355
8466
|
/**
|
|
8467
|
+
* @remarks
|
|
8468
|
+
* The version number of the website.
|
|
8469
|
+
*
|
|
8356
8470
|
* @example
|
|
8357
8471
|
* 1
|
|
8358
8472
|
*/
|
|
@@ -8549,6 +8663,9 @@ export declare class ListListsRequestQueryArgs extends $dara.Model {
|
|
|
8549
8663
|
*/
|
|
8550
8664
|
itemLike?: string;
|
|
8551
8665
|
/**
|
|
8666
|
+
* @remarks
|
|
8667
|
+
* The type of the custom list.
|
|
8668
|
+
*
|
|
8552
8669
|
* @example
|
|
8553
8670
|
* ip
|
|
8554
8671
|
*/
|
|
@@ -8970,33 +9087,6 @@ export declare class ListLoadBalancersResponseBodyLoadBalancersRules extends $da
|
|
|
8970
9087
|
[key: string]: any;
|
|
8971
9088
|
});
|
|
8972
9089
|
}
|
|
8973
|
-
export declare class ListLoadBalancersResponseBodyLoadBalancersSessionAffinityAttributes extends $dara.Model {
|
|
8974
|
-
/**
|
|
8975
|
-
* @example
|
|
8976
|
-
* Lax
|
|
8977
|
-
*/
|
|
8978
|
-
sameSite?: string;
|
|
8979
|
-
/**
|
|
8980
|
-
* @example
|
|
8981
|
-
* Always
|
|
8982
|
-
*/
|
|
8983
|
-
secure?: string;
|
|
8984
|
-
/**
|
|
8985
|
-
* @example
|
|
8986
|
-
* sticky
|
|
8987
|
-
*/
|
|
8988
|
-
zeroDowntimeFailover?: string;
|
|
8989
|
-
static names(): {
|
|
8990
|
-
[key: string]: string;
|
|
8991
|
-
};
|
|
8992
|
-
static types(): {
|
|
8993
|
-
[key: string]: any;
|
|
8994
|
-
};
|
|
8995
|
-
validate(): void;
|
|
8996
|
-
constructor(map?: {
|
|
8997
|
-
[key: string]: any;
|
|
8998
|
-
});
|
|
8999
|
-
}
|
|
9000
9090
|
export declare class ListLoadBalancersResponseBodyLoadBalancers extends $dara.Model {
|
|
9001
9091
|
adaptiveRouting?: ListLoadBalancersResponseBodyLoadBalancersAdaptiveRouting;
|
|
9002
9092
|
defaultPools?: number[];
|
|
@@ -9053,7 +9143,6 @@ export declare class ListLoadBalancersResponseBodyLoadBalancers extends $dara.Mo
|
|
|
9053
9143
|
* ip
|
|
9054
9144
|
*/
|
|
9055
9145
|
sessionAffinity?: string;
|
|
9056
|
-
sessionAffinityAttributes?: ListLoadBalancersResponseBodyLoadBalancersSessionAffinityAttributes;
|
|
9057
9146
|
/**
|
|
9058
9147
|
* @example
|
|
9059
9148
|
* 1159101787****
|
|
@@ -9823,56 +9912,106 @@ export declare class ListRecordsResponseBodyRecords extends $dara.Model {
|
|
|
9823
9912
|
}
|
|
9824
9913
|
export declare class ListRedirectRulesResponseBodyConfigs extends $dara.Model {
|
|
9825
9914
|
/**
|
|
9915
|
+
* @remarks
|
|
9916
|
+
* The configuration ID.
|
|
9917
|
+
*
|
|
9826
9918
|
* @example
|
|
9827
9919
|
* 35281609698****
|
|
9828
9920
|
*/
|
|
9829
9921
|
configId?: number;
|
|
9830
9922
|
/**
|
|
9923
|
+
* @remarks
|
|
9924
|
+
* The type of the configuration. Valid values:
|
|
9925
|
+
*
|
|
9926
|
+
* * global: global configuration.
|
|
9927
|
+
* * rule: rule configuration.
|
|
9928
|
+
*
|
|
9831
9929
|
* @example
|
|
9832
9930
|
* rule
|
|
9833
9931
|
*/
|
|
9834
9932
|
configType?: string;
|
|
9835
9933
|
/**
|
|
9934
|
+
* @remarks
|
|
9935
|
+
* Indicates whether the feature of retaining the query string is enabled. Valid values:
|
|
9936
|
+
*
|
|
9937
|
+
* * on
|
|
9938
|
+
* * off
|
|
9939
|
+
*
|
|
9836
9940
|
* @example
|
|
9837
9941
|
* on
|
|
9838
9942
|
*/
|
|
9839
9943
|
reserveQueryString?: string;
|
|
9840
9944
|
/**
|
|
9945
|
+
* @remarks
|
|
9946
|
+
* The rule content.
|
|
9947
|
+
*
|
|
9841
9948
|
* @example
|
|
9842
9949
|
* (http.host eq "video.example.com")
|
|
9843
9950
|
*/
|
|
9844
9951
|
rule?: string;
|
|
9845
9952
|
/**
|
|
9953
|
+
* @remarks
|
|
9954
|
+
* Indicates whether the rule is enabled. Valid values:
|
|
9955
|
+
*
|
|
9956
|
+
* * on
|
|
9957
|
+
* * off
|
|
9958
|
+
*
|
|
9846
9959
|
* @example
|
|
9847
9960
|
* on
|
|
9848
9961
|
*/
|
|
9849
9962
|
ruleEnable?: string;
|
|
9850
9963
|
/**
|
|
9964
|
+
* @remarks
|
|
9965
|
+
* The rule name.
|
|
9966
|
+
*
|
|
9851
9967
|
* @example
|
|
9852
9968
|
* rule_example
|
|
9853
9969
|
*/
|
|
9854
9970
|
ruleName?: string;
|
|
9855
9971
|
/**
|
|
9972
|
+
* @remarks
|
|
9973
|
+
* The order in which the rule is executed.
|
|
9974
|
+
*
|
|
9856
9975
|
* @example
|
|
9857
9976
|
* 1
|
|
9858
9977
|
*/
|
|
9859
9978
|
sequence?: number;
|
|
9860
9979
|
/**
|
|
9980
|
+
* @remarks
|
|
9981
|
+
* The version of the website configurations.
|
|
9982
|
+
*
|
|
9861
9983
|
* @example
|
|
9862
9984
|
* 1
|
|
9863
9985
|
*/
|
|
9864
9986
|
siteVersion?: number;
|
|
9865
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
|
+
*
|
|
9866
9997
|
* @example
|
|
9867
9998
|
* 301
|
|
9868
9999
|
*/
|
|
9869
10000
|
statusCode?: string;
|
|
9870
10001
|
/**
|
|
10002
|
+
* @remarks
|
|
10003
|
+
* The destination URL to which requests are redirected.
|
|
10004
|
+
*
|
|
9871
10005
|
* @example
|
|
9872
10006
|
* http://www.exapmle.com/index.html
|
|
9873
10007
|
*/
|
|
9874
10008
|
targetUrl?: string;
|
|
9875
10009
|
/**
|
|
10010
|
+
* @remarks
|
|
10011
|
+
* The redirect type. Valid values:
|
|
10012
|
+
*
|
|
10013
|
+
* * static
|
|
10014
|
+
*
|
|
9876
10015
|
* @example
|
|
9877
10016
|
* static
|
|
9878
10017
|
*/
|
|
@@ -9890,56 +10029,99 @@ export declare class ListRedirectRulesResponseBodyConfigs extends $dara.Model {
|
|
|
9890
10029
|
}
|
|
9891
10030
|
export declare class ListRewriteUrlRulesResponseBodyConfigs extends $dara.Model {
|
|
9892
10031
|
/**
|
|
10032
|
+
* @remarks
|
|
10033
|
+
* The configuration ID.
|
|
10034
|
+
*
|
|
9893
10035
|
* @example
|
|
9894
10036
|
* 39538644977****
|
|
9895
10037
|
*/
|
|
9896
10038
|
configId?: number;
|
|
9897
10039
|
/**
|
|
10040
|
+
* @remarks
|
|
10041
|
+
* The type of the configuration. Valid values:
|
|
10042
|
+
*
|
|
10043
|
+
* * global: global configuration.
|
|
10044
|
+
* * rule: rule configuration.
|
|
10045
|
+
*
|
|
9898
10046
|
* @example
|
|
9899
10047
|
* global
|
|
9900
10048
|
*/
|
|
9901
10049
|
configType?: string;
|
|
9902
10050
|
/**
|
|
10051
|
+
* @remarks
|
|
10052
|
+
* The desired query string to which you want to rewrite the query string in the original request.
|
|
10053
|
+
*
|
|
9903
10054
|
* @example
|
|
9904
10055
|
* example=123
|
|
9905
10056
|
*/
|
|
9906
10057
|
queryString?: string;
|
|
9907
10058
|
/**
|
|
10059
|
+
* @remarks
|
|
10060
|
+
* The query string rewrite method. Valid values:
|
|
10061
|
+
*
|
|
10062
|
+
* * static
|
|
10063
|
+
*
|
|
9908
10064
|
* @example
|
|
9909
10065
|
* static
|
|
9910
10066
|
*/
|
|
9911
10067
|
rewriteQueryStringType?: string;
|
|
9912
10068
|
/**
|
|
10069
|
+
* @remarks
|
|
10070
|
+
* The path rewrite method. Valid values:
|
|
10071
|
+
*
|
|
10072
|
+
* * static
|
|
10073
|
+
*
|
|
9913
10074
|
* @example
|
|
9914
10075
|
* static
|
|
9915
10076
|
*/
|
|
9916
10077
|
rewriteUriType?: string;
|
|
9917
10078
|
/**
|
|
10079
|
+
* @remarks
|
|
10080
|
+
* The rule content.
|
|
10081
|
+
*
|
|
9918
10082
|
* @example
|
|
9919
10083
|
* (http.host eq "video.example.com")
|
|
9920
10084
|
*/
|
|
9921
10085
|
rule?: string;
|
|
9922
10086
|
/**
|
|
10087
|
+
* @remarks
|
|
10088
|
+
* Indicates whether the rule is enabled. Valid values:
|
|
10089
|
+
*
|
|
10090
|
+
* * on
|
|
10091
|
+
* * off
|
|
10092
|
+
*
|
|
9923
10093
|
* @example
|
|
9924
10094
|
* on
|
|
9925
10095
|
*/
|
|
9926
10096
|
ruleEnable?: string;
|
|
9927
10097
|
/**
|
|
10098
|
+
* @remarks
|
|
10099
|
+
* The rule name.
|
|
10100
|
+
*
|
|
9928
10101
|
* @example
|
|
9929
10102
|
* rule_example
|
|
9930
10103
|
*/
|
|
9931
10104
|
ruleName?: string;
|
|
9932
10105
|
/**
|
|
10106
|
+
* @remarks
|
|
10107
|
+
* The order in which the rule is executed.
|
|
10108
|
+
*
|
|
9933
10109
|
* @example
|
|
9934
10110
|
* 1
|
|
9935
10111
|
*/
|
|
9936
10112
|
sequence?: number;
|
|
9937
10113
|
/**
|
|
10114
|
+
* @remarks
|
|
10115
|
+
* The version number of the website configurations.
|
|
10116
|
+
*
|
|
9938
10117
|
* @example
|
|
9939
10118
|
* 0
|
|
9940
10119
|
*/
|
|
9941
10120
|
siteVersion?: number;
|
|
9942
10121
|
/**
|
|
10122
|
+
* @remarks
|
|
10123
|
+
* The desired URI to which you want to rewrite the path in the original request.
|
|
10124
|
+
*
|
|
9943
10125
|
* @example
|
|
9944
10126
|
* /image.example.com/index.html
|
|
9945
10127
|
*/
|
|
@@ -11877,33 +12059,6 @@ export declare class UpdateLoadBalancerRequestRules extends $dara.Model {
|
|
|
11877
12059
|
[key: string]: any;
|
|
11878
12060
|
});
|
|
11879
12061
|
}
|
|
11880
|
-
export declare class UpdateLoadBalancerRequestSessionAffinityAttributes extends $dara.Model {
|
|
11881
|
-
/**
|
|
11882
|
-
* @example
|
|
11883
|
-
* Lax
|
|
11884
|
-
*/
|
|
11885
|
-
sameSite?: string;
|
|
11886
|
-
/**
|
|
11887
|
-
* @example
|
|
11888
|
-
* Always
|
|
11889
|
-
*/
|
|
11890
|
-
secure?: string;
|
|
11891
|
-
/**
|
|
11892
|
-
* @example
|
|
11893
|
-
* sticky
|
|
11894
|
-
*/
|
|
11895
|
-
zeroDowntimeFailover?: string;
|
|
11896
|
-
static names(): {
|
|
11897
|
-
[key: string]: string;
|
|
11898
|
-
};
|
|
11899
|
-
static types(): {
|
|
11900
|
-
[key: string]: any;
|
|
11901
|
-
};
|
|
11902
|
-
validate(): void;
|
|
11903
|
-
constructor(map?: {
|
|
11904
|
-
[key: string]: any;
|
|
11905
|
-
});
|
|
11906
|
-
}
|
|
11907
12062
|
export declare class UpdateOriginPoolRequestOriginsAuthConf extends $dara.Model {
|
|
11908
12063
|
accessKey?: string;
|
|
11909
12064
|
authType?: string;
|
|
@@ -14263,7 +14418,7 @@ export declare class CreateCustomScenePolicyRequest extends $dara.Model {
|
|
|
14263
14418
|
* @remarks
|
|
14264
14419
|
* The time when the policy expires.
|
|
14265
14420
|
*
|
|
14266
|
-
*
|
|
14421
|
+
* The time follows the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time is displayed in UTC.
|
|
14267
14422
|
*
|
|
14268
14423
|
* This parameter is required.
|
|
14269
14424
|
*
|
|
@@ -14293,7 +14448,7 @@ export declare class CreateCustomScenePolicyRequest extends $dara.Model {
|
|
|
14293
14448
|
* @remarks
|
|
14294
14449
|
* The time when the policy takes effect.
|
|
14295
14450
|
*
|
|
14296
|
-
*
|
|
14451
|
+
* The time follows the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time is displayed in UTC.
|
|
14297
14452
|
*
|
|
14298
14453
|
* This parameter is required.
|
|
14299
14454
|
*
|
|
@@ -15707,6 +15862,7 @@ export declare class CreateLoadBalancerRequest extends $dara.Model {
|
|
|
15707
15862
|
*/
|
|
15708
15863
|
defaultPools?: number[];
|
|
15709
15864
|
description?: string;
|
|
15865
|
+
enabled?: boolean;
|
|
15710
15866
|
/**
|
|
15711
15867
|
* @remarks
|
|
15712
15868
|
* This parameter is required.
|
|
@@ -15751,7 +15907,6 @@ export declare class CreateLoadBalancerRequest extends $dara.Model {
|
|
|
15751
15907
|
*/
|
|
15752
15908
|
rules?: CreateLoadBalancerRequestRules[];
|
|
15753
15909
|
sessionAffinity?: string;
|
|
15754
|
-
sessionAffinityAttributes?: CreateLoadBalancerRequestSessionAffinityAttributes;
|
|
15755
15910
|
/**
|
|
15756
15911
|
* @remarks
|
|
15757
15912
|
* This parameter is required.
|
|
@@ -15793,6 +15948,7 @@ export declare class CreateLoadBalancerShrinkRequest extends $dara.Model {
|
|
|
15793
15948
|
*/
|
|
15794
15949
|
defaultPoolsShrink?: string;
|
|
15795
15950
|
description?: string;
|
|
15951
|
+
enabled?: boolean;
|
|
15796
15952
|
/**
|
|
15797
15953
|
* @remarks
|
|
15798
15954
|
* This parameter is required.
|
|
@@ -15837,7 +15993,6 @@ export declare class CreateLoadBalancerShrinkRequest extends $dara.Model {
|
|
|
15837
15993
|
*/
|
|
15838
15994
|
rulesShrink?: string;
|
|
15839
15995
|
sessionAffinity?: string;
|
|
15840
|
-
sessionAffinityAttributesShrink?: string;
|
|
15841
15996
|
/**
|
|
15842
15997
|
* @remarks
|
|
15843
15998
|
* This parameter is required.
|
|
@@ -21780,7 +21935,7 @@ export declare class DeleteWaitingRoomRuleResponse extends $dara.Model {
|
|
|
21780
21935
|
export declare class DescribeCustomScenePoliciesRequest extends $dara.Model {
|
|
21781
21936
|
/**
|
|
21782
21937
|
* @remarks
|
|
21783
|
-
* The page
|
|
21938
|
+
* The number of the page to return. Valid values: **1 to 100000**.
|
|
21784
21939
|
*
|
|
21785
21940
|
* This parameter is required.
|
|
21786
21941
|
*
|
|
@@ -21790,7 +21945,7 @@ export declare class DescribeCustomScenePoliciesRequest extends $dara.Model {
|
|
|
21790
21945
|
pageNumber?: number;
|
|
21791
21946
|
/**
|
|
21792
21947
|
* @remarks
|
|
21793
|
-
* 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**.
|
|
21794
21949
|
*
|
|
21795
21950
|
* @example
|
|
21796
21951
|
* 10
|
|
@@ -21798,7 +21953,7 @@ export declare class DescribeCustomScenePoliciesRequest extends $dara.Model {
|
|
|
21798
21953
|
pageSize?: number;
|
|
21799
21954
|
/**
|
|
21800
21955
|
* @remarks
|
|
21801
|
-
* The ID
|
|
21956
|
+
* The rule ID.
|
|
21802
21957
|
*
|
|
21803
21958
|
* @example
|
|
21804
21959
|
* 1234****
|
|
@@ -22239,6 +22394,104 @@ export declare class DescribeDDoSL7QpsListResponse extends $dara.Model {
|
|
|
22239
22394
|
[key: string]: any;
|
|
22240
22395
|
});
|
|
22241
22396
|
}
|
|
22397
|
+
export declare class DescribeEdgeContainerAppStatsRequest extends $dara.Model {
|
|
22398
|
+
/**
|
|
22399
|
+
* @remarks
|
|
22400
|
+
* This parameter is required.
|
|
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
|
|
22413
|
+
* This parameter is required.
|
|
22414
|
+
*
|
|
22415
|
+
* @example
|
|
22416
|
+
* pod_ready_rate
|
|
22417
|
+
*/
|
|
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;
|
|
22439
|
+
static names(): {
|
|
22440
|
+
[key: string]: string;
|
|
22441
|
+
};
|
|
22442
|
+
static types(): {
|
|
22443
|
+
[key: string]: any;
|
|
22444
|
+
};
|
|
22445
|
+
validate(): void;
|
|
22446
|
+
constructor(map?: {
|
|
22447
|
+
[key: string]: any;
|
|
22448
|
+
});
|
|
22449
|
+
}
|
|
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[];
|
|
22459
|
+
/**
|
|
22460
|
+
* @remarks
|
|
22461
|
+
* Id of the request
|
|
22462
|
+
*
|
|
22463
|
+
* @example
|
|
22464
|
+
* 35C66C7B-671H-4297-9187-2C4477247A78
|
|
22465
|
+
*/
|
|
22466
|
+
requestId?: string;
|
|
22467
|
+
static names(): {
|
|
22468
|
+
[key: string]: string;
|
|
22469
|
+
};
|
|
22470
|
+
static types(): {
|
|
22471
|
+
[key: string]: any;
|
|
22472
|
+
};
|
|
22473
|
+
validate(): void;
|
|
22474
|
+
constructor(map?: {
|
|
22475
|
+
[key: string]: any;
|
|
22476
|
+
});
|
|
22477
|
+
}
|
|
22478
|
+
export declare class DescribeEdgeContainerAppStatsResponse extends $dara.Model {
|
|
22479
|
+
headers?: {
|
|
22480
|
+
[key: string]: string;
|
|
22481
|
+
};
|
|
22482
|
+
statusCode?: number;
|
|
22483
|
+
body?: DescribeEdgeContainerAppStatsResponseBody;
|
|
22484
|
+
static names(): {
|
|
22485
|
+
[key: string]: string;
|
|
22486
|
+
};
|
|
22487
|
+
static types(): {
|
|
22488
|
+
[key: string]: any;
|
|
22489
|
+
};
|
|
22490
|
+
validate(): void;
|
|
22491
|
+
constructor(map?: {
|
|
22492
|
+
[key: string]: any;
|
|
22493
|
+
});
|
|
22494
|
+
}
|
|
22242
22495
|
export declare class DescribeHttpDDoSAttackIntelligentProtectionRequest extends $dara.Model {
|
|
22243
22496
|
/**
|
|
22244
22497
|
* @remarks
|
|
@@ -22753,6 +23006,70 @@ export declare class DescribePurgeTasksResponse extends $dara.Model {
|
|
|
22753
23006
|
[key: string]: any;
|
|
22754
23007
|
});
|
|
22755
23008
|
}
|
|
23009
|
+
export declare class DescribeRatePlanInstanceStatusRequest extends $dara.Model {
|
|
23010
|
+
/**
|
|
23011
|
+
* @example
|
|
23012
|
+
* xcdn-91fknmb80f0g***
|
|
23013
|
+
*/
|
|
23014
|
+
instanceId?: string;
|
|
23015
|
+
static names(): {
|
|
23016
|
+
[key: string]: string;
|
|
23017
|
+
};
|
|
23018
|
+
static types(): {
|
|
23019
|
+
[key: string]: any;
|
|
23020
|
+
};
|
|
23021
|
+
validate(): void;
|
|
23022
|
+
constructor(map?: {
|
|
23023
|
+
[key: string]: any;
|
|
23024
|
+
});
|
|
23025
|
+
}
|
|
23026
|
+
export declare class DescribeRatePlanInstanceStatusResponseBody extends $dara.Model {
|
|
23027
|
+
/**
|
|
23028
|
+
* @example
|
|
23029
|
+
* xcdn-91fknmb80f0g***
|
|
23030
|
+
*/
|
|
23031
|
+
instanceId?: string;
|
|
23032
|
+
/**
|
|
23033
|
+
* @example
|
|
23034
|
+
* running
|
|
23035
|
+
*/
|
|
23036
|
+
instanceStatus?: string;
|
|
23037
|
+
/**
|
|
23038
|
+
* @remarks
|
|
23039
|
+
* Id of the request
|
|
23040
|
+
*
|
|
23041
|
+
* @example
|
|
23042
|
+
* 60423A7F-A83D-1E24-B80E-86DD25790759
|
|
23043
|
+
*/
|
|
23044
|
+
requestId?: string;
|
|
23045
|
+
static names(): {
|
|
23046
|
+
[key: string]: string;
|
|
23047
|
+
};
|
|
23048
|
+
static types(): {
|
|
23049
|
+
[key: string]: any;
|
|
23050
|
+
};
|
|
23051
|
+
validate(): void;
|
|
23052
|
+
constructor(map?: {
|
|
23053
|
+
[key: string]: any;
|
|
23054
|
+
});
|
|
23055
|
+
}
|
|
23056
|
+
export declare class DescribeRatePlanInstanceStatusResponse extends $dara.Model {
|
|
23057
|
+
headers?: {
|
|
23058
|
+
[key: string]: string;
|
|
23059
|
+
};
|
|
23060
|
+
statusCode?: number;
|
|
23061
|
+
body?: DescribeRatePlanInstanceStatusResponseBody;
|
|
23062
|
+
static names(): {
|
|
23063
|
+
[key: string]: string;
|
|
23064
|
+
};
|
|
23065
|
+
static types(): {
|
|
23066
|
+
[key: string]: any;
|
|
23067
|
+
};
|
|
23068
|
+
validate(): void;
|
|
23069
|
+
constructor(map?: {
|
|
23070
|
+
[key: string]: any;
|
|
23071
|
+
});
|
|
23072
|
+
}
|
|
22756
23073
|
export declare class DisableCustomScenePolicyRequest extends $dara.Model {
|
|
22757
23074
|
/**
|
|
22758
23075
|
* @remarks
|
|
@@ -24179,6 +24496,63 @@ export declare class GetEdgeContainerAppResponse extends $dara.Model {
|
|
|
24179
24496
|
[key: string]: any;
|
|
24180
24497
|
});
|
|
24181
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
|
+
}
|
|
24182
24556
|
export declare class GetEdgeContainerAppStatusRequest extends $dara.Model {
|
|
24183
24557
|
/**
|
|
24184
24558
|
* @remarks
|
|
@@ -30684,32 +31058,54 @@ export declare class ListHttpRequestHeaderModificationRulesResponse extends $dar
|
|
|
30684
31058
|
}
|
|
30685
31059
|
export declare class ListHttpResponseHeaderModificationRulesRequest extends $dara.Model {
|
|
30686
31060
|
/**
|
|
31061
|
+
* @remarks
|
|
31062
|
+
* The configuration ID.
|
|
31063
|
+
*
|
|
30687
31064
|
* @example
|
|
30688
31065
|
* 35281609698****
|
|
30689
31066
|
*/
|
|
30690
31067
|
configId?: number;
|
|
30691
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
|
+
*
|
|
30692
31077
|
* @example
|
|
30693
31078
|
* rule
|
|
30694
31079
|
*/
|
|
30695
31080
|
configType?: string;
|
|
30696
31081
|
/**
|
|
31082
|
+
* @remarks
|
|
31083
|
+
* The page number. Pages start from page 1.
|
|
31084
|
+
*
|
|
30697
31085
|
* @example
|
|
30698
31086
|
* 1
|
|
30699
31087
|
*/
|
|
30700
31088
|
pageNumber?: number;
|
|
30701
31089
|
/**
|
|
31090
|
+
* @remarks
|
|
31091
|
+
* The number of entries returned on each page. Default value: 500. Valid values: 1 to 500.
|
|
31092
|
+
*
|
|
30702
31093
|
* @example
|
|
30703
31094
|
* 20
|
|
30704
31095
|
*/
|
|
30705
31096
|
pageSize?: number;
|
|
30706
31097
|
/**
|
|
31098
|
+
* @remarks
|
|
31099
|
+
* The rule name.
|
|
31100
|
+
*
|
|
30707
31101
|
* @example
|
|
30708
31102
|
* rule_example
|
|
30709
31103
|
*/
|
|
30710
31104
|
ruleName?: string;
|
|
30711
31105
|
/**
|
|
30712
31106
|
* @remarks
|
|
31107
|
+
* The website ID, which can be obtained by calling the [ListSites](https://help.aliyun.com/document_detail/2850189.html) operation.
|
|
31108
|
+
*
|
|
30713
31109
|
* This parameter is required.
|
|
30714
31110
|
*
|
|
30715
31111
|
* @example
|
|
@@ -30717,6 +31113,9 @@ export declare class ListHttpResponseHeaderModificationRulesRequest extends $dar
|
|
|
30717
31113
|
*/
|
|
30718
31114
|
siteId?: number;
|
|
30719
31115
|
/**
|
|
31116
|
+
* @remarks
|
|
31117
|
+
* The version number of the website configurations.
|
|
31118
|
+
*
|
|
30720
31119
|
* @example
|
|
30721
31120
|
* 0
|
|
30722
31121
|
*/
|
|
@@ -30733,28 +31132,47 @@ export declare class ListHttpResponseHeaderModificationRulesRequest extends $dar
|
|
|
30733
31132
|
});
|
|
30734
31133
|
}
|
|
30735
31134
|
export declare class ListHttpResponseHeaderModificationRulesResponseBody extends $dara.Model {
|
|
31135
|
+
/**
|
|
31136
|
+
* @remarks
|
|
31137
|
+
* The configuration list of modifying a response header.
|
|
31138
|
+
*/
|
|
30736
31139
|
configs?: ListHttpResponseHeaderModificationRulesResponseBodyConfigs[];
|
|
30737
31140
|
/**
|
|
31141
|
+
* @remarks
|
|
31142
|
+
* The page number.
|
|
31143
|
+
*
|
|
30738
31144
|
* @example
|
|
30739
31145
|
* 1
|
|
30740
31146
|
*/
|
|
30741
31147
|
pageNumber?: number;
|
|
30742
31148
|
/**
|
|
31149
|
+
* @remarks
|
|
31150
|
+
* The number of entries per page.
|
|
31151
|
+
*
|
|
30743
31152
|
* @example
|
|
30744
31153
|
* 20
|
|
30745
31154
|
*/
|
|
30746
31155
|
pageSize?: number;
|
|
30747
31156
|
/**
|
|
31157
|
+
* @remarks
|
|
31158
|
+
* The request ID.
|
|
31159
|
+
*
|
|
30748
31160
|
* @example
|
|
30749
31161
|
* CB1A380B-09F0-41BB-280B-72F8FD6DA2FE
|
|
30750
31162
|
*/
|
|
30751
31163
|
requestId?: string;
|
|
30752
31164
|
/**
|
|
31165
|
+
* @remarks
|
|
31166
|
+
* The total number of entries.
|
|
31167
|
+
*
|
|
30753
31168
|
* @example
|
|
30754
31169
|
* 14
|
|
30755
31170
|
*/
|
|
30756
31171
|
totalCount?: number;
|
|
30757
31172
|
/**
|
|
31173
|
+
* @remarks
|
|
31174
|
+
* The total number of pages returned.
|
|
31175
|
+
*
|
|
30758
31176
|
* @example
|
|
30759
31177
|
* 1
|
|
30760
31178
|
*/
|
|
@@ -30994,32 +31412,54 @@ export declare class ListHttpsBasicConfigurationsResponse extends $dara.Model {
|
|
|
30994
31412
|
}
|
|
30995
31413
|
export declare class ListImageTransformsRequest extends $dara.Model {
|
|
30996
31414
|
/**
|
|
31415
|
+
* @remarks
|
|
31416
|
+
* The configuration ID, which can be obtained by calling the ListImageTransforms operation.[](~~2869056~~)
|
|
31417
|
+
*
|
|
30997
31418
|
* @example
|
|
30998
31419
|
* 352816096987136
|
|
30999
31420
|
*/
|
|
31000
31421
|
configId?: number;
|
|
31001
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
|
+
*
|
|
31002
31431
|
* @example
|
|
31003
31432
|
* global
|
|
31004
31433
|
*/
|
|
31005
31434
|
configType?: string;
|
|
31006
31435
|
/**
|
|
31436
|
+
* @remarks
|
|
31437
|
+
* The page number. Default value: 1.
|
|
31438
|
+
*
|
|
31007
31439
|
* @example
|
|
31008
31440
|
* 1
|
|
31009
31441
|
*/
|
|
31010
31442
|
pageNumber?: number;
|
|
31011
31443
|
/**
|
|
31444
|
+
* @remarks
|
|
31445
|
+
* The number of entries per page. Maximum value: 500. Default value: 500.
|
|
31446
|
+
*
|
|
31012
31447
|
* @example
|
|
31013
31448
|
* 20
|
|
31014
31449
|
*/
|
|
31015
31450
|
pageSize?: number;
|
|
31016
31451
|
/**
|
|
31452
|
+
* @remarks
|
|
31453
|
+
* The rule name. This parameter takes effect only when parameter functionName is specified.
|
|
31454
|
+
*
|
|
31017
31455
|
* @example
|
|
31018
31456
|
* test1
|
|
31019
31457
|
*/
|
|
31020
31458
|
ruleName?: string;
|
|
31021
31459
|
/**
|
|
31022
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
|
+
*
|
|
31023
31463
|
* This parameter is required.
|
|
31024
31464
|
*
|
|
31025
31465
|
* @example
|
|
@@ -31027,6 +31467,9 @@ export declare class ListImageTransformsRequest extends $dara.Model {
|
|
|
31027
31467
|
*/
|
|
31028
31468
|
siteId?: number;
|
|
31029
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
|
+
*
|
|
31030
31473
|
* @example
|
|
31031
31474
|
* 1
|
|
31032
31475
|
*/
|
|
@@ -31043,28 +31486,47 @@ export declare class ListImageTransformsRequest extends $dara.Model {
|
|
|
31043
31486
|
});
|
|
31044
31487
|
}
|
|
31045
31488
|
export declare class ListImageTransformsResponseBody extends $dara.Model {
|
|
31489
|
+
/**
|
|
31490
|
+
* @remarks
|
|
31491
|
+
* The configurations.
|
|
31492
|
+
*/
|
|
31046
31493
|
configs?: ListImageTransformsResponseBodyConfigs[];
|
|
31047
31494
|
/**
|
|
31495
|
+
* @remarks
|
|
31496
|
+
* The page number returned.
|
|
31497
|
+
*
|
|
31048
31498
|
* @example
|
|
31049
31499
|
* 1
|
|
31050
31500
|
*/
|
|
31051
31501
|
pageNumber?: number;
|
|
31052
31502
|
/**
|
|
31503
|
+
* @remarks
|
|
31504
|
+
* The number of entries per page. Valid values: **1 to 500**. Default value: **500**.
|
|
31505
|
+
*
|
|
31053
31506
|
* @example
|
|
31054
31507
|
* 10
|
|
31055
31508
|
*/
|
|
31056
31509
|
pageSize?: number;
|
|
31057
31510
|
/**
|
|
31511
|
+
* @remarks
|
|
31512
|
+
* The request ID.
|
|
31513
|
+
*
|
|
31058
31514
|
* @example
|
|
31059
31515
|
* CB1A380B-09F0-41BB-A198-72F8FD6DA2FE
|
|
31060
31516
|
*/
|
|
31061
31517
|
requestId?: string;
|
|
31062
31518
|
/**
|
|
31519
|
+
* @remarks
|
|
31520
|
+
* The total number of records returned.
|
|
31521
|
+
*
|
|
31063
31522
|
* @example
|
|
31064
31523
|
* 16
|
|
31065
31524
|
*/
|
|
31066
31525
|
totalCount?: number;
|
|
31067
31526
|
/**
|
|
31527
|
+
* @remarks
|
|
31528
|
+
* The total number of pages.
|
|
31529
|
+
*
|
|
31068
31530
|
* @example
|
|
31069
31531
|
* 2
|
|
31070
31532
|
*/
|
|
@@ -32596,32 +33058,52 @@ export declare class ListRecordsResponse extends $dara.Model {
|
|
|
32596
33058
|
}
|
|
32597
33059
|
export declare class ListRedirectRulesRequest extends $dara.Model {
|
|
32598
33060
|
/**
|
|
33061
|
+
* @remarks
|
|
33062
|
+
* The configuration ID,
|
|
33063
|
+
*
|
|
32599
33064
|
* @example
|
|
32600
33065
|
* 35281609698****
|
|
32601
33066
|
*/
|
|
32602
33067
|
configId?: number;
|
|
32603
33068
|
/**
|
|
33069
|
+
* @remarks
|
|
33070
|
+
* The type of the configuration. Valid values:
|
|
33071
|
+
*
|
|
33072
|
+
* * global: global configuration.
|
|
33073
|
+
* * rule: rule configuration.
|
|
33074
|
+
*
|
|
32604
33075
|
* @example
|
|
32605
33076
|
* rule
|
|
32606
33077
|
*/
|
|
32607
33078
|
configType?: string;
|
|
32608
33079
|
/**
|
|
33080
|
+
* @remarks
|
|
33081
|
+
* The page number. Pages start from page 1.
|
|
33082
|
+
*
|
|
32609
33083
|
* @example
|
|
32610
33084
|
* 1
|
|
32611
33085
|
*/
|
|
32612
33086
|
pageNumber?: number;
|
|
32613
33087
|
/**
|
|
33088
|
+
* @remarks
|
|
33089
|
+
* The number of entries per page. Default value: **500**. Valid values: **1 to 500**.
|
|
33090
|
+
*
|
|
32614
33091
|
* @example
|
|
32615
33092
|
* 20
|
|
32616
33093
|
*/
|
|
32617
33094
|
pageSize?: number;
|
|
32618
33095
|
/**
|
|
33096
|
+
* @remarks
|
|
33097
|
+
* The rule name.
|
|
33098
|
+
*
|
|
32619
33099
|
* @example
|
|
32620
33100
|
* rule_example
|
|
32621
33101
|
*/
|
|
32622
33102
|
ruleName?: string;
|
|
32623
33103
|
/**
|
|
32624
33104
|
* @remarks
|
|
33105
|
+
* The website ID, which can be obtained by calling the [ListSites](https://help.aliyun.com/document_detail/2850189.html) operation.
|
|
33106
|
+
*
|
|
32625
33107
|
* This parameter is required.
|
|
32626
33108
|
*
|
|
32627
33109
|
* @example
|
|
@@ -32629,6 +33111,9 @@ export declare class ListRedirectRulesRequest extends $dara.Model {
|
|
|
32629
33111
|
*/
|
|
32630
33112
|
siteId?: number;
|
|
32631
33113
|
/**
|
|
33114
|
+
* @remarks
|
|
33115
|
+
* The version of the website configurations.
|
|
33116
|
+
*
|
|
32632
33117
|
* @example
|
|
32633
33118
|
* 0
|
|
32634
33119
|
*/
|
|
@@ -32645,28 +33130,47 @@ export declare class ListRedirectRulesRequest extends $dara.Model {
|
|
|
32645
33130
|
});
|
|
32646
33131
|
}
|
|
32647
33132
|
export declare class ListRedirectRulesResponseBody extends $dara.Model {
|
|
33133
|
+
/**
|
|
33134
|
+
* @remarks
|
|
33135
|
+
* The configuration list of the the URL redirect rule.
|
|
33136
|
+
*/
|
|
32648
33137
|
configs?: ListRedirectRulesResponseBodyConfigs[];
|
|
32649
33138
|
/**
|
|
33139
|
+
* @remarks
|
|
33140
|
+
* The page number returned.
|
|
33141
|
+
*
|
|
32650
33142
|
* @example
|
|
32651
33143
|
* 1
|
|
32652
33144
|
*/
|
|
32653
33145
|
pageNumber?: number;
|
|
32654
33146
|
/**
|
|
33147
|
+
* @remarks
|
|
33148
|
+
* The number of entries per page.
|
|
33149
|
+
*
|
|
32655
33150
|
* @example
|
|
32656
33151
|
* 20
|
|
32657
33152
|
*/
|
|
32658
33153
|
pageSize?: number;
|
|
32659
33154
|
/**
|
|
33155
|
+
* @remarks
|
|
33156
|
+
* The request ID.
|
|
33157
|
+
*
|
|
32660
33158
|
* @example
|
|
32661
33159
|
* EDBD3EB3-97DA-5465-AEF5-8DCA5DC5E395
|
|
32662
33160
|
*/
|
|
32663
33161
|
requestId?: string;
|
|
32664
33162
|
/**
|
|
33163
|
+
* @remarks
|
|
33164
|
+
* The total number of entries.
|
|
33165
|
+
*
|
|
32665
33166
|
* @example
|
|
32666
33167
|
* 10
|
|
32667
33168
|
*/
|
|
32668
33169
|
totalCount?: number;
|
|
32669
33170
|
/**
|
|
33171
|
+
* @remarks
|
|
33172
|
+
* The total number of pages returned.
|
|
33173
|
+
*
|
|
32670
33174
|
* @example
|
|
32671
33175
|
* 1
|
|
32672
33176
|
*/
|
|
@@ -32701,32 +33205,54 @@ export declare class ListRedirectRulesResponse extends $dara.Model {
|
|
|
32701
33205
|
}
|
|
32702
33206
|
export declare class ListRewriteUrlRulesRequest extends $dara.Model {
|
|
32703
33207
|
/**
|
|
33208
|
+
* @remarks
|
|
33209
|
+
* The configuration ID.
|
|
33210
|
+
*
|
|
32704
33211
|
* @example
|
|
32705
33212
|
* 35281609698****
|
|
32706
33213
|
*/
|
|
32707
33214
|
configId?: number;
|
|
32708
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
|
+
*
|
|
32709
33224
|
* @example
|
|
32710
33225
|
* global
|
|
32711
33226
|
*/
|
|
32712
33227
|
configType?: string;
|
|
32713
33228
|
/**
|
|
33229
|
+
* @remarks
|
|
33230
|
+
* The page number. Pages start from page 1.
|
|
33231
|
+
*
|
|
32714
33232
|
* @example
|
|
32715
33233
|
* 1
|
|
32716
33234
|
*/
|
|
32717
33235
|
pageNumber?: number;
|
|
32718
33236
|
/**
|
|
33237
|
+
* @remarks
|
|
33238
|
+
* The number of entries per page. Valid values: **1 to 500**. Default value: **500**.
|
|
33239
|
+
*
|
|
32719
33240
|
* @example
|
|
32720
33241
|
* 10
|
|
32721
33242
|
*/
|
|
32722
33243
|
pageSize?: number;
|
|
32723
33244
|
/**
|
|
33245
|
+
* @remarks
|
|
33246
|
+
* The rule name.
|
|
33247
|
+
*
|
|
32724
33248
|
* @example
|
|
32725
33249
|
* rule_example
|
|
32726
33250
|
*/
|
|
32727
33251
|
ruleName?: string;
|
|
32728
33252
|
/**
|
|
32729
33253
|
* @remarks
|
|
33254
|
+
* The website ID, which can be obtained by calling the [ListSites](https://help.aliyun.com/document_detail/2850189.html) operation.
|
|
33255
|
+
*
|
|
32730
33256
|
* This parameter is required.
|
|
32731
33257
|
*
|
|
32732
33258
|
* @example
|
|
@@ -32734,6 +33260,9 @@ export declare class ListRewriteUrlRulesRequest extends $dara.Model {
|
|
|
32734
33260
|
*/
|
|
32735
33261
|
siteId?: number;
|
|
32736
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
|
+
*
|
|
32737
33266
|
* @example
|
|
32738
33267
|
* 0
|
|
32739
33268
|
*/
|
|
@@ -32750,28 +33279,47 @@ export declare class ListRewriteUrlRulesRequest extends $dara.Model {
|
|
|
32750
33279
|
});
|
|
32751
33280
|
}
|
|
32752
33281
|
export declare class ListRewriteUrlRulesResponseBody extends $dara.Model {
|
|
33282
|
+
/**
|
|
33283
|
+
* @remarks
|
|
33284
|
+
* The URL rewrite configuration list.
|
|
33285
|
+
*/
|
|
32753
33286
|
configs?: ListRewriteUrlRulesResponseBodyConfigs[];
|
|
32754
33287
|
/**
|
|
33288
|
+
* @remarks
|
|
33289
|
+
* The page number returned.
|
|
33290
|
+
*
|
|
32755
33291
|
* @example
|
|
32756
33292
|
* 1
|
|
32757
33293
|
*/
|
|
32758
33294
|
pageNumber?: number;
|
|
32759
33295
|
/**
|
|
33296
|
+
* @remarks
|
|
33297
|
+
* The number of entries per page.
|
|
33298
|
+
*
|
|
32760
33299
|
* @example
|
|
32761
33300
|
* 10
|
|
32762
33301
|
*/
|
|
32763
33302
|
pageSize?: number;
|
|
32764
33303
|
/**
|
|
33304
|
+
* @remarks
|
|
33305
|
+
* The request ID.
|
|
33306
|
+
*
|
|
32765
33307
|
* @example
|
|
32766
33308
|
* CB1A380B-09F0-41BB-280B-72F8FD6DA2FE
|
|
32767
33309
|
*/
|
|
32768
33310
|
requestId?: string;
|
|
32769
33311
|
/**
|
|
33312
|
+
* @remarks
|
|
33313
|
+
* The total number of entries.
|
|
33314
|
+
*
|
|
32770
33315
|
* @example
|
|
32771
33316
|
* 8
|
|
32772
33317
|
*/
|
|
32773
33318
|
totalCount?: number;
|
|
32774
33319
|
/**
|
|
33320
|
+
* @remarks
|
|
33321
|
+
* The total number of pages returned.
|
|
33322
|
+
*
|
|
32775
33323
|
* @example
|
|
32776
33324
|
* 1
|
|
32777
33325
|
*/
|
|
@@ -35203,6 +35751,106 @@ export declare class PublishRoutineCodeVersionResponse extends $dara.Model {
|
|
|
35203
35751
|
[key: string]: any;
|
|
35204
35752
|
});
|
|
35205
35753
|
}
|
|
35754
|
+
export declare class PurchaseRatePlanRequest extends $dara.Model {
|
|
35755
|
+
autoPay?: boolean;
|
|
35756
|
+
/**
|
|
35757
|
+
* @example
|
|
35758
|
+
* true
|
|
35759
|
+
*/
|
|
35760
|
+
autoRenew?: boolean;
|
|
35761
|
+
/**
|
|
35762
|
+
* @example
|
|
35763
|
+
* PREPAY
|
|
35764
|
+
*/
|
|
35765
|
+
chargeType?: string;
|
|
35766
|
+
/**
|
|
35767
|
+
* @example
|
|
35768
|
+
* domestic
|
|
35769
|
+
*/
|
|
35770
|
+
coverage?: string;
|
|
35771
|
+
/**
|
|
35772
|
+
* @example
|
|
35773
|
+
* 1
|
|
35774
|
+
*/
|
|
35775
|
+
period?: number;
|
|
35776
|
+
/**
|
|
35777
|
+
* @example
|
|
35778
|
+
* entranceplan
|
|
35779
|
+
*/
|
|
35780
|
+
planCode?: string;
|
|
35781
|
+
/**
|
|
35782
|
+
* @example
|
|
35783
|
+
* basic
|
|
35784
|
+
*/
|
|
35785
|
+
planName?: string;
|
|
35786
|
+
/**
|
|
35787
|
+
* @example
|
|
35788
|
+
* test.com
|
|
35789
|
+
*/
|
|
35790
|
+
siteName?: string;
|
|
35791
|
+
/**
|
|
35792
|
+
* @example
|
|
35793
|
+
* CNAME
|
|
35794
|
+
*/
|
|
35795
|
+
type?: string;
|
|
35796
|
+
static names(): {
|
|
35797
|
+
[key: string]: string;
|
|
35798
|
+
};
|
|
35799
|
+
static types(): {
|
|
35800
|
+
[key: string]: any;
|
|
35801
|
+
};
|
|
35802
|
+
validate(): void;
|
|
35803
|
+
constructor(map?: {
|
|
35804
|
+
[key: string]: any;
|
|
35805
|
+
});
|
|
35806
|
+
}
|
|
35807
|
+
export declare class PurchaseRatePlanResponseBody extends $dara.Model {
|
|
35808
|
+
/**
|
|
35809
|
+
* @example
|
|
35810
|
+
* xcdn-ads11w
|
|
35811
|
+
*/
|
|
35812
|
+
instanceId?: string;
|
|
35813
|
+
/**
|
|
35814
|
+
* @example
|
|
35815
|
+
* 123123
|
|
35816
|
+
*/
|
|
35817
|
+
orderId?: string;
|
|
35818
|
+
/**
|
|
35819
|
+
* @remarks
|
|
35820
|
+
* Id of the request
|
|
35821
|
+
*
|
|
35822
|
+
* @example
|
|
35823
|
+
* 30423A7F-A83D-1E24-B80E-86DD25790758
|
|
35824
|
+
*/
|
|
35825
|
+
requestId?: string;
|
|
35826
|
+
static names(): {
|
|
35827
|
+
[key: string]: string;
|
|
35828
|
+
};
|
|
35829
|
+
static types(): {
|
|
35830
|
+
[key: string]: any;
|
|
35831
|
+
};
|
|
35832
|
+
validate(): void;
|
|
35833
|
+
constructor(map?: {
|
|
35834
|
+
[key: string]: any;
|
|
35835
|
+
});
|
|
35836
|
+
}
|
|
35837
|
+
export declare class PurchaseRatePlanResponse extends $dara.Model {
|
|
35838
|
+
headers?: {
|
|
35839
|
+
[key: string]: string;
|
|
35840
|
+
};
|
|
35841
|
+
statusCode?: number;
|
|
35842
|
+
body?: PurchaseRatePlanResponseBody;
|
|
35843
|
+
static names(): {
|
|
35844
|
+
[key: string]: string;
|
|
35845
|
+
};
|
|
35846
|
+
static types(): {
|
|
35847
|
+
[key: string]: any;
|
|
35848
|
+
};
|
|
35849
|
+
validate(): void;
|
|
35850
|
+
constructor(map?: {
|
|
35851
|
+
[key: string]: any;
|
|
35852
|
+
});
|
|
35853
|
+
}
|
|
35206
35854
|
export declare class PurgeCachesRequest extends $dara.Model {
|
|
35207
35855
|
/**
|
|
35208
35856
|
* @remarks
|
|
@@ -36104,14 +36752,6 @@ export declare class SetCertificateRequest extends $dara.Model {
|
|
|
36104
36752
|
* cas
|
|
36105
36753
|
*/
|
|
36106
36754
|
type?: string;
|
|
36107
|
-
/**
|
|
36108
|
-
* @remarks
|
|
36109
|
-
* Specifies whether to update the certificate.
|
|
36110
|
-
*
|
|
36111
|
-
* @example
|
|
36112
|
-
* true
|
|
36113
|
-
*/
|
|
36114
|
-
update?: boolean;
|
|
36115
36755
|
static names(): {
|
|
36116
36756
|
[key: string]: string;
|
|
36117
36757
|
};
|
|
@@ -37481,6 +38121,77 @@ export declare class UpdateDevelopmentModeResponse extends $dara.Model {
|
|
|
37481
38121
|
[key: string]: any;
|
|
37482
38122
|
});
|
|
37483
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
|
+
}
|
|
37484
38195
|
export declare class UpdateHttpRequestHeaderModificationRuleRequest extends $dara.Model {
|
|
37485
38196
|
/**
|
|
37486
38197
|
* @remarks
|
|
@@ -38123,112 +38834,6 @@ export declare class UpdateImageTransformResponse extends $dara.Model {
|
|
|
38123
38834
|
[key: string]: any;
|
|
38124
38835
|
});
|
|
38125
38836
|
}
|
|
38126
|
-
export declare class UpdateKvNamespaceRequest extends $dara.Model {
|
|
38127
|
-
/**
|
|
38128
|
-
* @remarks
|
|
38129
|
-
* The name of the namespace that you specify when you call the [CreateKvNamespace](https://help.aliyun.com/document_detail/2850317.html) operation.
|
|
38130
|
-
*
|
|
38131
|
-
* This parameter is required.
|
|
38132
|
-
*
|
|
38133
|
-
* @example
|
|
38134
|
-
* ns1
|
|
38135
|
-
*/
|
|
38136
|
-
namespace?: string;
|
|
38137
|
-
/**
|
|
38138
|
-
* @remarks
|
|
38139
|
-
* The new name of the namespace.
|
|
38140
|
-
*
|
|
38141
|
-
* This parameter is required.
|
|
38142
|
-
*
|
|
38143
|
-
* @example
|
|
38144
|
-
* new_ns
|
|
38145
|
-
*/
|
|
38146
|
-
title?: string;
|
|
38147
|
-
static names(): {
|
|
38148
|
-
[key: string]: string;
|
|
38149
|
-
};
|
|
38150
|
-
static types(): {
|
|
38151
|
-
[key: string]: any;
|
|
38152
|
-
};
|
|
38153
|
-
validate(): void;
|
|
38154
|
-
constructor(map?: {
|
|
38155
|
-
[key: string]: any;
|
|
38156
|
-
});
|
|
38157
|
-
}
|
|
38158
|
-
export declare class UpdateKvNamespaceResponseBody extends $dara.Model {
|
|
38159
|
-
/**
|
|
38160
|
-
* @remarks
|
|
38161
|
-
* The description of the namespace.
|
|
38162
|
-
*
|
|
38163
|
-
* @example
|
|
38164
|
-
* this is a test ns.
|
|
38165
|
-
*/
|
|
38166
|
-
description?: string;
|
|
38167
|
-
/**
|
|
38168
|
-
* @remarks
|
|
38169
|
-
* The updated name of the namespace.
|
|
38170
|
-
*
|
|
38171
|
-
* @example
|
|
38172
|
-
* new_ns1
|
|
38173
|
-
*/
|
|
38174
|
-
namespace?: string;
|
|
38175
|
-
/**
|
|
38176
|
-
* @remarks
|
|
38177
|
-
* The ID of the namespace.
|
|
38178
|
-
*
|
|
38179
|
-
* @example
|
|
38180
|
-
* 643355322374688768
|
|
38181
|
-
*/
|
|
38182
|
-
namespaceId?: string;
|
|
38183
|
-
/**
|
|
38184
|
-
* @remarks
|
|
38185
|
-
* The request ID.
|
|
38186
|
-
*
|
|
38187
|
-
* @example
|
|
38188
|
-
* 0AEDAF20-4DDF-4165-8750-47FF9C1929C9
|
|
38189
|
-
*/
|
|
38190
|
-
requestId?: string;
|
|
38191
|
-
/**
|
|
38192
|
-
* @remarks
|
|
38193
|
-
* The status of the namespace. Valid values:
|
|
38194
|
-
*
|
|
38195
|
-
* * **online**: normal.
|
|
38196
|
-
* * **delete**: pending deletion.
|
|
38197
|
-
* * **deleting**: being deleted.
|
|
38198
|
-
* * **deleted**: deleted.
|
|
38199
|
-
*
|
|
38200
|
-
* @example
|
|
38201
|
-
* online
|
|
38202
|
-
*/
|
|
38203
|
-
status?: string;
|
|
38204
|
-
static names(): {
|
|
38205
|
-
[key: string]: string;
|
|
38206
|
-
};
|
|
38207
|
-
static types(): {
|
|
38208
|
-
[key: string]: any;
|
|
38209
|
-
};
|
|
38210
|
-
validate(): void;
|
|
38211
|
-
constructor(map?: {
|
|
38212
|
-
[key: string]: any;
|
|
38213
|
-
});
|
|
38214
|
-
}
|
|
38215
|
-
export declare class UpdateKvNamespaceResponse extends $dara.Model {
|
|
38216
|
-
headers?: {
|
|
38217
|
-
[key: string]: string;
|
|
38218
|
-
};
|
|
38219
|
-
statusCode?: number;
|
|
38220
|
-
body?: UpdateKvNamespaceResponseBody;
|
|
38221
|
-
static names(): {
|
|
38222
|
-
[key: string]: string;
|
|
38223
|
-
};
|
|
38224
|
-
static types(): {
|
|
38225
|
-
[key: string]: any;
|
|
38226
|
-
};
|
|
38227
|
-
validate(): void;
|
|
38228
|
-
constructor(map?: {
|
|
38229
|
-
[key: string]: any;
|
|
38230
|
-
});
|
|
38231
|
-
}
|
|
38232
38837
|
export declare class UpdateListRequest extends $dara.Model {
|
|
38233
38838
|
/**
|
|
38234
38839
|
* @remarks
|
|
@@ -38374,6 +38979,7 @@ export declare class UpdateLoadBalancerRequest extends $dara.Model {
|
|
|
38374
38979
|
adaptiveRouting?: UpdateLoadBalancerRequestAdaptiveRouting;
|
|
38375
38980
|
defaultPools?: number[];
|
|
38376
38981
|
description?: string;
|
|
38982
|
+
enabled?: boolean;
|
|
38377
38983
|
/**
|
|
38378
38984
|
* @example
|
|
38379
38985
|
* 96228666776****
|
|
@@ -38419,7 +39025,6 @@ export declare class UpdateLoadBalancerRequest extends $dara.Model {
|
|
|
38419
39025
|
* ip
|
|
38420
39026
|
*/
|
|
38421
39027
|
sessionAffinity?: string;
|
|
38422
|
-
sessionAffinityAttributes?: UpdateLoadBalancerRequestSessionAffinityAttributes;
|
|
38423
39028
|
/**
|
|
38424
39029
|
* @remarks
|
|
38425
39030
|
* This parameter is required.
|
|
@@ -38458,6 +39063,7 @@ export declare class UpdateLoadBalancerShrinkRequest extends $dara.Model {
|
|
|
38458
39063
|
adaptiveRoutingShrink?: string;
|
|
38459
39064
|
defaultPoolsShrink?: string;
|
|
38460
39065
|
description?: string;
|
|
39066
|
+
enabled?: boolean;
|
|
38461
39067
|
/**
|
|
38462
39068
|
* @example
|
|
38463
39069
|
* 96228666776****
|
|
@@ -38503,7 +39109,6 @@ export declare class UpdateLoadBalancerShrinkRequest extends $dara.Model {
|
|
|
38503
39109
|
* ip
|
|
38504
39110
|
*/
|
|
38505
39111
|
sessionAffinity?: string;
|
|
38506
|
-
sessionAffinityAttributesShrink?: string;
|
|
38507
39112
|
/**
|
|
38508
39113
|
* @remarks
|
|
38509
39114
|
* This parameter is required.
|
|
@@ -39180,6 +39785,91 @@ export declare class UpdatePageResponse extends $dara.Model {
|
|
|
39180
39785
|
[key: string]: any;
|
|
39181
39786
|
});
|
|
39182
39787
|
}
|
|
39788
|
+
export declare class UpdateRatePlanSpecRequest extends $dara.Model {
|
|
39789
|
+
autoPay?: boolean;
|
|
39790
|
+
/**
|
|
39791
|
+
* @example
|
|
39792
|
+
* PREPAY
|
|
39793
|
+
*/
|
|
39794
|
+
chargeType?: string;
|
|
39795
|
+
/**
|
|
39796
|
+
* @example
|
|
39797
|
+
* xcdn-91fknmb80f0g
|
|
39798
|
+
*/
|
|
39799
|
+
instanceId?: string;
|
|
39800
|
+
/**
|
|
39801
|
+
* @example
|
|
39802
|
+
* UPGRADE
|
|
39803
|
+
*/
|
|
39804
|
+
orderType?: string;
|
|
39805
|
+
/**
|
|
39806
|
+
* @example
|
|
39807
|
+
* entranceplan
|
|
39808
|
+
*/
|
|
39809
|
+
targetPlanCode?: string;
|
|
39810
|
+
/**
|
|
39811
|
+
* @example
|
|
39812
|
+
* basic
|
|
39813
|
+
*/
|
|
39814
|
+
targetPlanName?: string;
|
|
39815
|
+
static names(): {
|
|
39816
|
+
[key: string]: string;
|
|
39817
|
+
};
|
|
39818
|
+
static types(): {
|
|
39819
|
+
[key: string]: any;
|
|
39820
|
+
};
|
|
39821
|
+
validate(): void;
|
|
39822
|
+
constructor(map?: {
|
|
39823
|
+
[key: string]: any;
|
|
39824
|
+
});
|
|
39825
|
+
}
|
|
39826
|
+
export declare class UpdateRatePlanSpecResponseBody extends $dara.Model {
|
|
39827
|
+
/**
|
|
39828
|
+
* @example
|
|
39829
|
+
* xcdn-as23ds***
|
|
39830
|
+
*/
|
|
39831
|
+
instanceId?: string;
|
|
39832
|
+
/**
|
|
39833
|
+
* @example
|
|
39834
|
+
* 2223332122***
|
|
39835
|
+
*/
|
|
39836
|
+
orderId?: string;
|
|
39837
|
+
/**
|
|
39838
|
+
* @remarks
|
|
39839
|
+
* Id of the request
|
|
39840
|
+
*
|
|
39841
|
+
* @example
|
|
39842
|
+
* 30423A7F-A83D-1E24-B80E-86DD25790758
|
|
39843
|
+
*/
|
|
39844
|
+
requestId?: string;
|
|
39845
|
+
static names(): {
|
|
39846
|
+
[key: string]: string;
|
|
39847
|
+
};
|
|
39848
|
+
static types(): {
|
|
39849
|
+
[key: string]: any;
|
|
39850
|
+
};
|
|
39851
|
+
validate(): void;
|
|
39852
|
+
constructor(map?: {
|
|
39853
|
+
[key: string]: any;
|
|
39854
|
+
});
|
|
39855
|
+
}
|
|
39856
|
+
export declare class UpdateRatePlanSpecResponse extends $dara.Model {
|
|
39857
|
+
headers?: {
|
|
39858
|
+
[key: string]: string;
|
|
39859
|
+
};
|
|
39860
|
+
statusCode?: number;
|
|
39861
|
+
body?: UpdateRatePlanSpecResponseBody;
|
|
39862
|
+
static names(): {
|
|
39863
|
+
[key: string]: string;
|
|
39864
|
+
};
|
|
39865
|
+
static types(): {
|
|
39866
|
+
[key: string]: any;
|
|
39867
|
+
};
|
|
39868
|
+
validate(): void;
|
|
39869
|
+
constructor(map?: {
|
|
39870
|
+
[key: string]: any;
|
|
39871
|
+
});
|
|
39872
|
+
}
|
|
39183
39873
|
export declare class UpdateRecordRequest extends $dara.Model {
|
|
39184
39874
|
/**
|
|
39185
39875
|
* @remarks
|
|
@@ -43439,6 +44129,21 @@ export default class Client extends OpenApi {
|
|
|
43439
44129
|
* @returns DescribeDDoSL7QpsListResponse
|
|
43440
44130
|
*/
|
|
43441
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>;
|
|
43442
44147
|
/**
|
|
43443
44148
|
* Queries the configuration of smart HTTP DDoS protection for a website.
|
|
43444
44149
|
*
|
|
@@ -43512,6 +44217,21 @@ export default class Client extends OpenApi {
|
|
|
43512
44217
|
* @returns DescribePurgeTasksResponse
|
|
43513
44218
|
*/
|
|
43514
44219
|
describePurgeTasks(request: DescribePurgeTasksRequest): Promise<DescribePurgeTasksResponse>;
|
|
44220
|
+
/**
|
|
44221
|
+
* 查询套餐实例状态
|
|
44222
|
+
*
|
|
44223
|
+
* @param request - DescribeRatePlanInstanceStatusRequest
|
|
44224
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
44225
|
+
* @returns DescribeRatePlanInstanceStatusResponse
|
|
44226
|
+
*/
|
|
44227
|
+
describeRatePlanInstanceStatusWithOptions(request: DescribeRatePlanInstanceStatusRequest, runtime: $dara.RuntimeOptions): Promise<DescribeRatePlanInstanceStatusResponse>;
|
|
44228
|
+
/**
|
|
44229
|
+
* 查询套餐实例状态
|
|
44230
|
+
*
|
|
44231
|
+
* @param request - DescribeRatePlanInstanceStatusRequest
|
|
44232
|
+
* @returns DescribeRatePlanInstanceStatusResponse
|
|
44233
|
+
*/
|
|
44234
|
+
describeRatePlanInstanceStatus(request: DescribeRatePlanInstanceStatusRequest): Promise<DescribeRatePlanInstanceStatusResponse>;
|
|
43515
44235
|
/**
|
|
43516
44236
|
* Disables a scenario-specific policy.
|
|
43517
44237
|
*
|
|
@@ -43750,6 +44470,21 @@ export default class Client extends OpenApi {
|
|
|
43750
44470
|
* @returns GetEdgeContainerAppResponse
|
|
43751
44471
|
*/
|
|
43752
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>;
|
|
43753
44488
|
/**
|
|
43754
44489
|
* Queries the status information about a containerized application, including the deployment, release, and rollback of the application.
|
|
43755
44490
|
*
|
|
@@ -44744,7 +45479,7 @@ export default class Client extends OpenApi {
|
|
|
44744
45479
|
*/
|
|
44745
45480
|
listHttpRequestHeaderModificationRules(request: ListHttpRequestHeaderModificationRulesRequest): Promise<ListHttpRequestHeaderModificationRulesResponse>;
|
|
44746
45481
|
/**
|
|
44747
|
-
*
|
|
45482
|
+
* Queries the configuration details of an HTTP response header modification rule for a website.
|
|
44748
45483
|
*
|
|
44749
45484
|
* @param request - ListHttpResponseHeaderModificationRulesRequest
|
|
44750
45485
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -44752,7 +45487,7 @@ export default class Client extends OpenApi {
|
|
|
44752
45487
|
*/
|
|
44753
45488
|
listHttpResponseHeaderModificationRulesWithOptions(request: ListHttpResponseHeaderModificationRulesRequest, runtime: $dara.RuntimeOptions): Promise<ListHttpResponseHeaderModificationRulesResponse>;
|
|
44754
45489
|
/**
|
|
44755
|
-
*
|
|
45490
|
+
* Queries the configuration details of an HTTP response header modification rule for a website.
|
|
44756
45491
|
*
|
|
44757
45492
|
* @param request - ListHttpResponseHeaderModificationRulesRequest
|
|
44758
45493
|
* @returns ListHttpResponseHeaderModificationRulesResponse
|
|
@@ -44789,7 +45524,7 @@ export default class Client extends OpenApi {
|
|
|
44789
45524
|
*/
|
|
44790
45525
|
listHttpsBasicConfigurations(request: ListHttpsBasicConfigurationsRequest): Promise<ListHttpsBasicConfigurationsResponse>;
|
|
44791
45526
|
/**
|
|
44792
|
-
*
|
|
45527
|
+
* Queries the details of image conversion configurations for multiple websites.
|
|
44793
45528
|
*
|
|
44794
45529
|
* @param request - ListImageTransformsRequest
|
|
44795
45530
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -44797,7 +45532,7 @@ export default class Client extends OpenApi {
|
|
|
44797
45532
|
*/
|
|
44798
45533
|
listImageTransformsWithOptions(request: ListImageTransformsRequest, runtime: $dara.RuntimeOptions): Promise<ListImageTransformsResponse>;
|
|
44799
45534
|
/**
|
|
44800
|
-
*
|
|
45535
|
+
* Queries the details of image conversion configurations for multiple websites.
|
|
44801
45536
|
*
|
|
44802
45537
|
* @param request - ListImageTransformsRequest
|
|
44803
45538
|
* @returns ListImageTransformsResponse
|
|
@@ -45011,7 +45746,7 @@ export default class Client extends OpenApi {
|
|
|
45011
45746
|
*/
|
|
45012
45747
|
listRecords(request: ListRecordsRequest): Promise<ListRecordsResponse>;
|
|
45013
45748
|
/**
|
|
45014
|
-
*
|
|
45749
|
+
* Queries the configuration details of a URL redirect rule for a website.
|
|
45015
45750
|
*
|
|
45016
45751
|
* @param request - ListRedirectRulesRequest
|
|
45017
45752
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -45019,14 +45754,14 @@ export default class Client extends OpenApi {
|
|
|
45019
45754
|
*/
|
|
45020
45755
|
listRedirectRulesWithOptions(request: ListRedirectRulesRequest, runtime: $dara.RuntimeOptions): Promise<ListRedirectRulesResponse>;
|
|
45021
45756
|
/**
|
|
45022
|
-
*
|
|
45757
|
+
* Queries the configuration details of a URL redirect rule for a website.
|
|
45023
45758
|
*
|
|
45024
45759
|
* @param request - ListRedirectRulesRequest
|
|
45025
45760
|
* @returns ListRedirectRulesResponse
|
|
45026
45761
|
*/
|
|
45027
45762
|
listRedirectRules(request: ListRedirectRulesRequest): Promise<ListRedirectRulesResponse>;
|
|
45028
45763
|
/**
|
|
45029
|
-
*
|
|
45764
|
+
* Queries the details of rewrite URL configurations.
|
|
45030
45765
|
*
|
|
45031
45766
|
* @param request - ListRewriteUrlRulesRequest
|
|
45032
45767
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -45034,7 +45769,7 @@ export default class Client extends OpenApi {
|
|
|
45034
45769
|
*/
|
|
45035
45770
|
listRewriteUrlRulesWithOptions(request: ListRewriteUrlRulesRequest, runtime: $dara.RuntimeOptions): Promise<ListRewriteUrlRulesResponse>;
|
|
45036
45771
|
/**
|
|
45037
|
-
*
|
|
45772
|
+
* Queries the details of rewrite URL configurations.
|
|
45038
45773
|
*
|
|
45039
45774
|
* @param request - ListRewriteUrlRulesRequest
|
|
45040
45775
|
* @returns ListRewriteUrlRulesResponse
|
|
@@ -45360,6 +46095,21 @@ export default class Client extends OpenApi {
|
|
|
45360
46095
|
* @returns PublishRoutineCodeVersionResponse
|
|
45361
46096
|
*/
|
|
45362
46097
|
publishRoutineCodeVersion(request: PublishRoutineCodeVersionRequest): Promise<PublishRoutineCodeVersionResponse>;
|
|
46098
|
+
/**
|
|
46099
|
+
* 新购套餐
|
|
46100
|
+
*
|
|
46101
|
+
* @param request - PurchaseRatePlanRequest
|
|
46102
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
46103
|
+
* @returns PurchaseRatePlanResponse
|
|
46104
|
+
*/
|
|
46105
|
+
purchaseRatePlanWithOptions(request: PurchaseRatePlanRequest, runtime: $dara.RuntimeOptions): Promise<PurchaseRatePlanResponse>;
|
|
46106
|
+
/**
|
|
46107
|
+
* 新购套餐
|
|
46108
|
+
*
|
|
46109
|
+
* @param request - PurchaseRatePlanRequest
|
|
46110
|
+
* @returns PurchaseRatePlanResponse
|
|
46111
|
+
*/
|
|
46112
|
+
purchaseRatePlan(request: PurchaseRatePlanRequest): Promise<PurchaseRatePlanResponse>;
|
|
45363
46113
|
/**
|
|
45364
46114
|
* Purges resources cached on points of presence (POPs). You can purge the cache by file URL, directory, cache tag, hostname, or URL with specified parameters ignored, or purge all the cache.
|
|
45365
46115
|
*
|
|
@@ -45737,6 +46487,21 @@ export default class Client extends OpenApi {
|
|
|
45737
46487
|
* @returns UpdateDevelopmentModeResponse
|
|
45738
46488
|
*/
|
|
45739
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>;
|
|
45740
46505
|
/**
|
|
45741
46506
|
* 修改HTTP请求头规则
|
|
45742
46507
|
*
|
|
@@ -45827,21 +46592,6 @@ export default class Client extends OpenApi {
|
|
|
45827
46592
|
* @returns UpdateImageTransformResponse
|
|
45828
46593
|
*/
|
|
45829
46594
|
updateImageTransform(request: UpdateImageTransformRequest): Promise<UpdateImageTransformResponse>;
|
|
45830
|
-
/**
|
|
45831
|
-
* Updates the name of a namespace in Edge KV.
|
|
45832
|
-
*
|
|
45833
|
-
* @param request - UpdateKvNamespaceRequest
|
|
45834
|
-
* @param runtime - runtime options for this request RuntimeOptions
|
|
45835
|
-
* @returns UpdateKvNamespaceResponse
|
|
45836
|
-
*/
|
|
45837
|
-
updateKvNamespaceWithOptions(request: UpdateKvNamespaceRequest, runtime: $dara.RuntimeOptions): Promise<UpdateKvNamespaceResponse>;
|
|
45838
|
-
/**
|
|
45839
|
-
* Updates the name of a namespace in Edge KV.
|
|
45840
|
-
*
|
|
45841
|
-
* @param request - UpdateKvNamespaceRequest
|
|
45842
|
-
* @returns UpdateKvNamespaceResponse
|
|
45843
|
-
*/
|
|
45844
|
-
updateKvNamespace(request: UpdateKvNamespaceRequest): Promise<UpdateKvNamespaceResponse>;
|
|
45845
46595
|
/**
|
|
45846
46596
|
* Updates a custom list.
|
|
45847
46597
|
*
|
|
@@ -45977,6 +46727,21 @@ export default class Client extends OpenApi {
|
|
|
45977
46727
|
* @returns UpdatePageResponse
|
|
45978
46728
|
*/
|
|
45979
46729
|
updatePage(request: UpdatePageRequest): Promise<UpdatePageResponse>;
|
|
46730
|
+
/**
|
|
46731
|
+
* 套餐变配
|
|
46732
|
+
*
|
|
46733
|
+
* @param request - UpdateRatePlanSpecRequest
|
|
46734
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
46735
|
+
* @returns UpdateRatePlanSpecResponse
|
|
46736
|
+
*/
|
|
46737
|
+
updateRatePlanSpecWithOptions(request: UpdateRatePlanSpecRequest, runtime: $dara.RuntimeOptions): Promise<UpdateRatePlanSpecResponse>;
|
|
46738
|
+
/**
|
|
46739
|
+
* 套餐变配
|
|
46740
|
+
*
|
|
46741
|
+
* @param request - UpdateRatePlanSpecRequest
|
|
46742
|
+
* @returns UpdateRatePlanSpecResponse
|
|
46743
|
+
*/
|
|
46744
|
+
updateRatePlanSpec(request: UpdateRatePlanSpecRequest): Promise<UpdateRatePlanSpecResponse>;
|
|
45980
46745
|
/**
|
|
45981
46746
|
* Updates multiple types of DNS records and origin authentication configurations.
|
|
45982
46747
|
*
|