@alicloud/esa20240910 2.18.1 → 2.18.2
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 +293 -370
- package/dist/client.js +86 -153
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +316 -433
package/src/client.ts
CHANGED
|
@@ -5614,7 +5614,7 @@ export class DescribePurgeTasksResponseBodyTasks extends $dara.Model {
|
|
|
5614
5614
|
export class GetCertificateResponseBodyResultDCV extends $dara.Model {
|
|
5615
5615
|
/**
|
|
5616
5616
|
* @remarks
|
|
5617
|
-
* DCV ID.
|
|
5617
|
+
* The DCV ID.
|
|
5618
5618
|
*
|
|
5619
5619
|
* @example
|
|
5620
5620
|
* bababf7cdd1546a2ad04c0def1f4c980
|
|
@@ -5622,7 +5622,7 @@ export class GetCertificateResponseBodyResultDCV extends $dara.Model {
|
|
|
5622
5622
|
id?: string;
|
|
5623
5623
|
/**
|
|
5624
5624
|
* @remarks
|
|
5625
|
-
* DCV name.
|
|
5625
|
+
* The DCV name. It is a TXT record name if Type is DNS or URL if Type is HTTP.
|
|
5626
5626
|
*
|
|
5627
5627
|
* @example
|
|
5628
5628
|
* http://www.example.com/.well-known/acme-challenge/pH20CqwS5L3ZnvkhI436DCzadKFuG7QcUcvB_4KsAow
|
|
@@ -5630,7 +5630,7 @@ export class GetCertificateResponseBodyResultDCV extends $dara.Model {
|
|
|
5630
5630
|
key?: string;
|
|
5631
5631
|
/**
|
|
5632
5632
|
* @remarks
|
|
5633
|
-
*
|
|
5633
|
+
* The verification status.
|
|
5634
5634
|
*
|
|
5635
5635
|
* @example
|
|
5636
5636
|
* pending
|
|
@@ -5638,7 +5638,7 @@ export class GetCertificateResponseBodyResultDCV extends $dara.Model {
|
|
|
5638
5638
|
status?: string;
|
|
5639
5639
|
/**
|
|
5640
5640
|
* @remarks
|
|
5641
|
-
* DCV type.
|
|
5641
|
+
* The DCV type. Valid values: DNS and HTTP.
|
|
5642
5642
|
*
|
|
5643
5643
|
* @example
|
|
5644
5644
|
* HTTP
|
|
@@ -5646,7 +5646,7 @@ export class GetCertificateResponseBodyResultDCV extends $dara.Model {
|
|
|
5646
5646
|
type?: string;
|
|
5647
5647
|
/**
|
|
5648
5648
|
* @remarks
|
|
5649
|
-
* DCV content.
|
|
5649
|
+
* The DCV content.
|
|
5650
5650
|
*
|
|
5651
5651
|
* @example
|
|
5652
5652
|
* pH20CqwS5L3ZnvkhI436DCzadKFuG7QcUcvB_4KsAow.KfzYo4LH3EgOt7a73G-RqZkbR0eYtLfEUmtmqGmr4FQ
|
|
@@ -5684,7 +5684,7 @@ export class GetCertificateResponseBodyResultDCV extends $dara.Model {
|
|
|
5684
5684
|
export class GetCertificateResponseBodyResult extends $dara.Model {
|
|
5685
5685
|
/**
|
|
5686
5686
|
* @remarks
|
|
5687
|
-
*
|
|
5687
|
+
* The error code returned for certificate application.
|
|
5688
5688
|
*
|
|
5689
5689
|
* @example
|
|
5690
5690
|
* 2
|
|
@@ -5692,7 +5692,7 @@ export class GetCertificateResponseBodyResult extends $dara.Model {
|
|
|
5692
5692
|
applyCode?: number;
|
|
5693
5693
|
/**
|
|
5694
5694
|
* @remarks
|
|
5695
|
-
*
|
|
5695
|
+
* The error message returned for certificate application.
|
|
5696
5696
|
*
|
|
5697
5697
|
* @example
|
|
5698
5698
|
* canceled
|
|
@@ -5724,7 +5724,7 @@ export class GetCertificateResponseBodyResult extends $dara.Model {
|
|
|
5724
5724
|
createTime?: string;
|
|
5725
5725
|
/**
|
|
5726
5726
|
* @remarks
|
|
5727
|
-
* DCV information.
|
|
5727
|
+
* The Domain Control Validation (DCV) information.
|
|
5728
5728
|
*/
|
|
5729
5729
|
DCV?: GetCertificateResponseBodyResultDCV[];
|
|
5730
5730
|
/**
|
|
@@ -5978,6 +5978,7 @@ export class GetClientCaCertificateResponseBodyResult extends $dara.Model {
|
|
|
5978
5978
|
* 2024-03-05 18:24:04
|
|
5979
5979
|
*/
|
|
5980
5980
|
createTime?: string;
|
|
5981
|
+
fingerprintSha256?: string;
|
|
5981
5982
|
/**
|
|
5982
5983
|
* @remarks
|
|
5983
5984
|
* The certificate ID.
|
|
@@ -6034,6 +6035,7 @@ export class GetClientCaCertificateResponseBodyResult extends $dara.Model {
|
|
|
6034
6035
|
* www.example.com,*.example.com
|
|
6035
6036
|
*/
|
|
6036
6037
|
SAN?: string;
|
|
6038
|
+
serialNumber?: string;
|
|
6037
6039
|
/**
|
|
6038
6040
|
* @remarks
|
|
6039
6041
|
* The signature algorithm of the certificate.
|
|
@@ -6070,6 +6072,7 @@ export class GetClientCaCertificateResponseBodyResult extends $dara.Model {
|
|
|
6070
6072
|
return {
|
|
6071
6073
|
commonName: 'CommonName',
|
|
6072
6074
|
createTime: 'CreateTime',
|
|
6075
|
+
fingerprintSha256: 'FingerprintSha256',
|
|
6073
6076
|
id: 'Id',
|
|
6074
6077
|
issuer: 'Issuer',
|
|
6075
6078
|
name: 'Name',
|
|
@@ -6077,6 +6080,7 @@ export class GetClientCaCertificateResponseBodyResult extends $dara.Model {
|
|
|
6077
6080
|
notBefore: 'NotBefore',
|
|
6078
6081
|
pubkeyAlgorithm: 'PubkeyAlgorithm',
|
|
6079
6082
|
SAN: 'SAN',
|
|
6083
|
+
serialNumber: 'SerialNumber',
|
|
6080
6084
|
signatureAlgorithm: 'SignatureAlgorithm',
|
|
6081
6085
|
status: 'Status',
|
|
6082
6086
|
type: 'Type',
|
|
@@ -6088,6 +6092,7 @@ export class GetClientCaCertificateResponseBodyResult extends $dara.Model {
|
|
|
6088
6092
|
return {
|
|
6089
6093
|
commonName: 'string',
|
|
6090
6094
|
createTime: 'string',
|
|
6095
|
+
fingerprintSha256: 'string',
|
|
6091
6096
|
id: 'string',
|
|
6092
6097
|
issuer: 'string',
|
|
6093
6098
|
name: 'string',
|
|
@@ -6095,6 +6100,7 @@ export class GetClientCaCertificateResponseBodyResult extends $dara.Model {
|
|
|
6095
6100
|
notBefore: 'string',
|
|
6096
6101
|
pubkeyAlgorithm: 'string',
|
|
6097
6102
|
SAN: 'string',
|
|
6103
|
+
serialNumber: 'string',
|
|
6098
6104
|
signatureAlgorithm: 'string',
|
|
6099
6105
|
status: 'string',
|
|
6100
6106
|
type: 'string',
|
|
@@ -6136,6 +6142,7 @@ export class GetClientCertificateResponseBodyResult extends $dara.Model {
|
|
|
6136
6142
|
* 2024-06-24 07:48:51
|
|
6137
6143
|
*/
|
|
6138
6144
|
createTime?: string;
|
|
6145
|
+
fingerprintSha256?: string;
|
|
6139
6146
|
/**
|
|
6140
6147
|
* @remarks
|
|
6141
6148
|
* The certificate ID.
|
|
@@ -6192,6 +6199,7 @@ export class GetClientCertificateResponseBodyResult extends $dara.Model {
|
|
|
6192
6199
|
* www.example.com,*.example.com
|
|
6193
6200
|
*/
|
|
6194
6201
|
SAN?: string;
|
|
6202
|
+
serialNumber?: string;
|
|
6195
6203
|
/**
|
|
6196
6204
|
* @remarks
|
|
6197
6205
|
* The signature algorithm of the certificate.
|
|
@@ -6229,6 +6237,7 @@ export class GetClientCertificateResponseBodyResult extends $dara.Model {
|
|
|
6229
6237
|
CACertificateId: 'CACertificateId',
|
|
6230
6238
|
commonName: 'CommonName',
|
|
6231
6239
|
createTime: 'CreateTime',
|
|
6240
|
+
fingerprintSha256: 'FingerprintSha256',
|
|
6232
6241
|
id: 'Id',
|
|
6233
6242
|
issuer: 'Issuer',
|
|
6234
6243
|
name: 'Name',
|
|
@@ -6236,6 +6245,7 @@ export class GetClientCertificateResponseBodyResult extends $dara.Model {
|
|
|
6236
6245
|
notBefore: 'NotBefore',
|
|
6237
6246
|
pubkeyAlgorithm: 'PubkeyAlgorithm',
|
|
6238
6247
|
SAN: 'SAN',
|
|
6248
|
+
serialNumber: 'SerialNumber',
|
|
6239
6249
|
signatureAlgorithm: 'SignatureAlgorithm',
|
|
6240
6250
|
status: 'Status',
|
|
6241
6251
|
type: 'Type',
|
|
@@ -6248,6 +6258,7 @@ export class GetClientCertificateResponseBodyResult extends $dara.Model {
|
|
|
6248
6258
|
CACertificateId: 'string',
|
|
6249
6259
|
commonName: 'string',
|
|
6250
6260
|
createTime: 'string',
|
|
6261
|
+
fingerprintSha256: 'string',
|
|
6251
6262
|
id: 'string',
|
|
6252
6263
|
issuer: 'string',
|
|
6253
6264
|
name: 'string',
|
|
@@ -6255,6 +6266,7 @@ export class GetClientCertificateResponseBodyResult extends $dara.Model {
|
|
|
6255
6266
|
notBefore: 'string',
|
|
6256
6267
|
pubkeyAlgorithm: 'string',
|
|
6257
6268
|
SAN: 'string',
|
|
6269
|
+
serialNumber: 'string',
|
|
6258
6270
|
signatureAlgorithm: 'string',
|
|
6259
6271
|
status: 'string',
|
|
6260
6272
|
type: 'string',
|
|
@@ -7532,7 +7544,7 @@ export class GetKvAccountResponseBodyNamespaceList extends $dara.Model {
|
|
|
7532
7544
|
export class GetLoadBalancerResponseBodyAdaptiveRouting extends $dara.Model {
|
|
7533
7545
|
/**
|
|
7534
7546
|
* @remarks
|
|
7535
|
-
* Whether to
|
|
7547
|
+
* Whether to failover across pools.
|
|
7536
7548
|
*
|
|
7537
7549
|
* - true: Yes.
|
|
7538
7550
|
* - false: No.
|
|
@@ -9001,56 +9013,6 @@ export class GetRecordResponseBodyRecordModel extends $dara.Model {
|
|
|
9001
9013
|
}
|
|
9002
9014
|
}
|
|
9003
9015
|
|
|
9004
|
-
export class GetRoutineResponseBodyCodeVersions extends $dara.Model {
|
|
9005
|
-
/**
|
|
9006
|
-
* @remarks
|
|
9007
|
-
* The description of the code version.
|
|
9008
|
-
*
|
|
9009
|
-
* @example
|
|
9010
|
-
* test ver code desc
|
|
9011
|
-
*/
|
|
9012
|
-
codeDescription?: string;
|
|
9013
|
-
/**
|
|
9014
|
-
* @remarks
|
|
9015
|
-
* The code version.
|
|
9016
|
-
*
|
|
9017
|
-
* @example
|
|
9018
|
-
* 1710120201067203242
|
|
9019
|
-
*/
|
|
9020
|
-
codeVersion?: string;
|
|
9021
|
-
/**
|
|
9022
|
-
* @remarks
|
|
9023
|
-
* The time when the code version was created.
|
|
9024
|
-
*
|
|
9025
|
-
* @example
|
|
9026
|
-
* 2024-03-11T01:23:21Z
|
|
9027
|
-
*/
|
|
9028
|
-
createTime?: string;
|
|
9029
|
-
static names(): { [key: string]: string } {
|
|
9030
|
-
return {
|
|
9031
|
-
codeDescription: 'CodeDescription',
|
|
9032
|
-
codeVersion: 'CodeVersion',
|
|
9033
|
-
createTime: 'CreateTime',
|
|
9034
|
-
};
|
|
9035
|
-
}
|
|
9036
|
-
|
|
9037
|
-
static types(): { [key: string]: any } {
|
|
9038
|
-
return {
|
|
9039
|
-
codeDescription: 'string',
|
|
9040
|
-
codeVersion: 'string',
|
|
9041
|
-
createTime: 'string',
|
|
9042
|
-
};
|
|
9043
|
-
}
|
|
9044
|
-
|
|
9045
|
-
validate() {
|
|
9046
|
-
super.validate();
|
|
9047
|
-
}
|
|
9048
|
-
|
|
9049
|
-
constructor(map?: { [key: string]: any }) {
|
|
9050
|
-
super(map);
|
|
9051
|
-
}
|
|
9052
|
-
}
|
|
9053
|
-
|
|
9054
9016
|
export class GetRoutineResponseBodyEnvs extends $dara.Model {
|
|
9055
9017
|
/**
|
|
9056
9018
|
* @remarks
|
|
@@ -9121,129 +9083,6 @@ export class GetRoutineResponseBodyEnvs extends $dara.Model {
|
|
|
9121
9083
|
}
|
|
9122
9084
|
}
|
|
9123
9085
|
|
|
9124
|
-
export class GetRoutineResponseBodyRelatedRecords extends $dara.Model {
|
|
9125
|
-
/**
|
|
9126
|
-
* @remarks
|
|
9127
|
-
* The record ID.
|
|
9128
|
-
*
|
|
9129
|
-
* @example
|
|
9130
|
-
* 509348423011904
|
|
9131
|
-
*/
|
|
9132
|
-
recordId?: number;
|
|
9133
|
-
/**
|
|
9134
|
-
* @remarks
|
|
9135
|
-
* The record name.
|
|
9136
|
-
*
|
|
9137
|
-
* @example
|
|
9138
|
-
* test-record-1.example.com
|
|
9139
|
-
*/
|
|
9140
|
-
recordName?: string;
|
|
9141
|
-
/**
|
|
9142
|
-
* @remarks
|
|
9143
|
-
* The website ID.
|
|
9144
|
-
*
|
|
9145
|
-
* @example
|
|
9146
|
-
* 54362329990032
|
|
9147
|
-
*/
|
|
9148
|
-
siteId?: number;
|
|
9149
|
-
/**
|
|
9150
|
-
* @remarks
|
|
9151
|
-
* The website name.
|
|
9152
|
-
*
|
|
9153
|
-
* @example
|
|
9154
|
-
* example.com
|
|
9155
|
-
*/
|
|
9156
|
-
siteName?: string;
|
|
9157
|
-
static names(): { [key: string]: string } {
|
|
9158
|
-
return {
|
|
9159
|
-
recordId: 'RecordId',
|
|
9160
|
-
recordName: 'RecordName',
|
|
9161
|
-
siteId: 'SiteId',
|
|
9162
|
-
siteName: 'SiteName',
|
|
9163
|
-
};
|
|
9164
|
-
}
|
|
9165
|
-
|
|
9166
|
-
static types(): { [key: string]: any } {
|
|
9167
|
-
return {
|
|
9168
|
-
recordId: 'number',
|
|
9169
|
-
recordName: 'string',
|
|
9170
|
-
siteId: 'number',
|
|
9171
|
-
siteName: 'string',
|
|
9172
|
-
};
|
|
9173
|
-
}
|
|
9174
|
-
|
|
9175
|
-
validate() {
|
|
9176
|
-
super.validate();
|
|
9177
|
-
}
|
|
9178
|
-
|
|
9179
|
-
constructor(map?: { [key: string]: any }) {
|
|
9180
|
-
super(map);
|
|
9181
|
-
}
|
|
9182
|
-
}
|
|
9183
|
-
|
|
9184
|
-
export class GetRoutineResponseBodyRelatedRoutes extends $dara.Model {
|
|
9185
|
-
byPass?: string;
|
|
9186
|
-
/**
|
|
9187
|
-
* @remarks
|
|
9188
|
-
* The route.
|
|
9189
|
-
*
|
|
9190
|
-
* @example
|
|
9191
|
-
* *.example.com/path1*
|
|
9192
|
-
*/
|
|
9193
|
-
route?: string;
|
|
9194
|
-
/**
|
|
9195
|
-
* @remarks
|
|
9196
|
-
* The route ID.
|
|
9197
|
-
*
|
|
9198
|
-
* @example
|
|
9199
|
-
* d501cb8a2c951f32922d260040780c06
|
|
9200
|
-
*/
|
|
9201
|
-
routeId?: string;
|
|
9202
|
-
/**
|
|
9203
|
-
* @remarks
|
|
9204
|
-
* The website ID.
|
|
9205
|
-
*
|
|
9206
|
-
* @example
|
|
9207
|
-
* 54362329990032
|
|
9208
|
-
*/
|
|
9209
|
-
siteId?: number;
|
|
9210
|
-
/**
|
|
9211
|
-
* @remarks
|
|
9212
|
-
* The website name.
|
|
9213
|
-
*
|
|
9214
|
-
* @example
|
|
9215
|
-
* example.com
|
|
9216
|
-
*/
|
|
9217
|
-
siteName?: string;
|
|
9218
|
-
static names(): { [key: string]: string } {
|
|
9219
|
-
return {
|
|
9220
|
-
byPass: 'ByPass',
|
|
9221
|
-
route: 'Route',
|
|
9222
|
-
routeId: 'RouteId',
|
|
9223
|
-
siteId: 'SiteId',
|
|
9224
|
-
siteName: 'SiteName',
|
|
9225
|
-
};
|
|
9226
|
-
}
|
|
9227
|
-
|
|
9228
|
-
static types(): { [key: string]: any } {
|
|
9229
|
-
return {
|
|
9230
|
-
byPass: 'string',
|
|
9231
|
-
route: 'string',
|
|
9232
|
-
routeId: 'string',
|
|
9233
|
-
siteId: 'number',
|
|
9234
|
-
siteName: 'string',
|
|
9235
|
-
};
|
|
9236
|
-
}
|
|
9237
|
-
|
|
9238
|
-
validate() {
|
|
9239
|
-
super.validate();
|
|
9240
|
-
}
|
|
9241
|
-
|
|
9242
|
-
constructor(map?: { [key: string]: any }) {
|
|
9243
|
-
super(map);
|
|
9244
|
-
}
|
|
9245
|
-
}
|
|
9246
|
-
|
|
9247
9086
|
export class GetRoutineUserInfoResponseBodyRoutines extends $dara.Model {
|
|
9248
9087
|
/**
|
|
9249
9088
|
* @remarks
|
|
@@ -10251,11 +10090,12 @@ export class ListCacheReserveInstancesResponseBodyInstanceInfo extends $dara.Mod
|
|
|
10251
10090
|
instanceId?: string;
|
|
10252
10091
|
/**
|
|
10253
10092
|
* @remarks
|
|
10254
|
-
*
|
|
10255
|
-
*
|
|
10256
|
-
*
|
|
10257
|
-
*
|
|
10258
|
-
*
|
|
10093
|
+
* The status of the cache reserve instance. Valid values:
|
|
10094
|
+
*
|
|
10095
|
+
* * **online**: The instance is in service.
|
|
10096
|
+
* * **offline**: The instance has expired within an allowable period. In this state, it is unavailable.
|
|
10097
|
+
* * **disable**: The instance has been released.
|
|
10098
|
+
* * **overdue**: The instance has been stopped due to overdue payments.
|
|
10259
10099
|
*
|
|
10260
10100
|
* @example
|
|
10261
10101
|
* online
|
|
@@ -10617,7 +10457,7 @@ export class ListCacheRulesResponseBodyConfigs extends $dara.Model {
|
|
|
10617
10457
|
export class ListCertificatesResponseBodyResultDCV extends $dara.Model {
|
|
10618
10458
|
/**
|
|
10619
10459
|
* @remarks
|
|
10620
|
-
* DCV ID.
|
|
10460
|
+
* The DCV ID.
|
|
10621
10461
|
*
|
|
10622
10462
|
* @example
|
|
10623
10463
|
* bababf7cdd1546a2ad04c0def1f4****
|
|
@@ -10625,7 +10465,7 @@ export class ListCertificatesResponseBodyResultDCV extends $dara.Model {
|
|
|
10625
10465
|
id?: string;
|
|
10626
10466
|
/**
|
|
10627
10467
|
* @remarks
|
|
10628
|
-
* DCV name.
|
|
10468
|
+
* The DCV name. It is a TXT record name if Type is DNS or URL if Type is HTTP.
|
|
10629
10469
|
*
|
|
10630
10470
|
* @example
|
|
10631
10471
|
* http://www.example.com/.well-known/acme-challenge/pH20CqwS5L3ZnvkhI436DCzadKFuG7QcUcvB_4KsAow
|
|
@@ -10633,7 +10473,7 @@ export class ListCertificatesResponseBodyResultDCV extends $dara.Model {
|
|
|
10633
10473
|
key?: string;
|
|
10634
10474
|
/**
|
|
10635
10475
|
* @remarks
|
|
10636
|
-
*
|
|
10476
|
+
* The verification status.
|
|
10637
10477
|
*
|
|
10638
10478
|
* @example
|
|
10639
10479
|
* pending
|
|
@@ -10641,7 +10481,7 @@ export class ListCertificatesResponseBodyResultDCV extends $dara.Model {
|
|
|
10641
10481
|
status?: string;
|
|
10642
10482
|
/**
|
|
10643
10483
|
* @remarks
|
|
10644
|
-
* DCV type.
|
|
10484
|
+
* The DCV type. Valid values: DNS and HTTP.
|
|
10645
10485
|
*
|
|
10646
10486
|
* @example
|
|
10647
10487
|
* HTTP
|
|
@@ -10649,7 +10489,7 @@ export class ListCertificatesResponseBodyResultDCV extends $dara.Model {
|
|
|
10649
10489
|
type?: string;
|
|
10650
10490
|
/**
|
|
10651
10491
|
* @remarks
|
|
10652
|
-
* DCV content.
|
|
10492
|
+
* The DCV content.
|
|
10653
10493
|
*
|
|
10654
10494
|
* @example
|
|
10655
10495
|
* pH20CqwS5L3ZnvkhI436DCzadKFuG7QcUcvB_4KsAow.KfzYo4LH3EgOt7a73G-RqZkbR0eYtLfEUmtmqGmr4FQ
|
|
@@ -10687,7 +10527,7 @@ export class ListCertificatesResponseBodyResultDCV extends $dara.Model {
|
|
|
10687
10527
|
export class ListCertificatesResponseBodyResult extends $dara.Model {
|
|
10688
10528
|
/**
|
|
10689
10529
|
* @remarks
|
|
10690
|
-
*
|
|
10530
|
+
* The error code returned for certificate application.
|
|
10691
10531
|
*
|
|
10692
10532
|
* @example
|
|
10693
10533
|
* 2
|
|
@@ -10695,7 +10535,7 @@ export class ListCertificatesResponseBodyResult extends $dara.Model {
|
|
|
10695
10535
|
applyCode?: number;
|
|
10696
10536
|
/**
|
|
10697
10537
|
* @remarks
|
|
10698
|
-
*
|
|
10538
|
+
* The error message returned for certificate application.
|
|
10699
10539
|
*
|
|
10700
10540
|
* @example
|
|
10701
10541
|
* canceled
|
|
@@ -10703,7 +10543,7 @@ export class ListCertificatesResponseBodyResult extends $dara.Model {
|
|
|
10703
10543
|
applyMessage?: string;
|
|
10704
10544
|
/**
|
|
10705
10545
|
* @remarks
|
|
10706
|
-
*
|
|
10546
|
+
* The certificate ID on Certificate Management Service.
|
|
10707
10547
|
*
|
|
10708
10548
|
* @example
|
|
10709
10549
|
* 30000569
|
|
@@ -10711,7 +10551,7 @@ export class ListCertificatesResponseBodyResult extends $dara.Model {
|
|
|
10711
10551
|
casId?: string;
|
|
10712
10552
|
/**
|
|
10713
10553
|
* @remarks
|
|
10714
|
-
* Common
|
|
10554
|
+
* The Common Name of the certificate.
|
|
10715
10555
|
*
|
|
10716
10556
|
* @example
|
|
10717
10557
|
* www.example.com
|
|
@@ -10719,7 +10559,7 @@ export class ListCertificatesResponseBodyResult extends $dara.Model {
|
|
|
10719
10559
|
commonName?: string;
|
|
10720
10560
|
/**
|
|
10721
10561
|
* @remarks
|
|
10722
|
-
*
|
|
10562
|
+
* The time when the certificate was created.
|
|
10723
10563
|
*
|
|
10724
10564
|
* @example
|
|
10725
10565
|
* 2022-06-24 07:48:51
|
|
@@ -10727,12 +10567,12 @@ export class ListCertificatesResponseBodyResult extends $dara.Model {
|
|
|
10727
10567
|
createTime?: string;
|
|
10728
10568
|
/**
|
|
10729
10569
|
* @remarks
|
|
10730
|
-
* DCV information.
|
|
10570
|
+
* The Domain Control Validation (DCV) information.
|
|
10731
10571
|
*/
|
|
10732
10572
|
DCV?: ListCertificatesResponseBodyResultDCV[];
|
|
10733
10573
|
/**
|
|
10734
10574
|
* @remarks
|
|
10735
|
-
*
|
|
10575
|
+
* The SHA-256 fingerprint of the certificate.
|
|
10736
10576
|
*
|
|
10737
10577
|
* @example
|
|
10738
10578
|
* 1dc5fc9af4eead2570c70d94b416130baeb6d4429b51fd3557379588456a****
|
|
@@ -10740,7 +10580,7 @@ export class ListCertificatesResponseBodyResult extends $dara.Model {
|
|
|
10740
10580
|
fingerprintSha256?: string;
|
|
10741
10581
|
/**
|
|
10742
10582
|
* @remarks
|
|
10743
|
-
*
|
|
10583
|
+
* The certificate ID on ESA.
|
|
10744
10584
|
*
|
|
10745
10585
|
* @example
|
|
10746
10586
|
* baba39055622c008b90285a8838e****
|
|
@@ -10748,7 +10588,7 @@ export class ListCertificatesResponseBodyResult extends $dara.Model {
|
|
|
10748
10588
|
id?: string;
|
|
10749
10589
|
/**
|
|
10750
10590
|
* @remarks
|
|
10751
|
-
*
|
|
10591
|
+
* The certificate authority (CA) that issued the certificate.
|
|
10752
10592
|
*
|
|
10753
10593
|
* @example
|
|
10754
10594
|
* GlobalSign nv-sa
|
|
@@ -10756,7 +10596,7 @@ export class ListCertificatesResponseBodyResult extends $dara.Model {
|
|
|
10756
10596
|
issuer?: string;
|
|
10757
10597
|
/**
|
|
10758
10598
|
* @remarks
|
|
10759
|
-
* Common
|
|
10599
|
+
* The Common Name of the certificate issuer.
|
|
10760
10600
|
*
|
|
10761
10601
|
* @example
|
|
10762
10602
|
* GlobalSign Organization Validation CA - SHA256 - G3
|
|
@@ -10764,7 +10604,7 @@ export class ListCertificatesResponseBodyResult extends $dara.Model {
|
|
|
10764
10604
|
issuerCN?: string;
|
|
10765
10605
|
/**
|
|
10766
10606
|
* @remarks
|
|
10767
|
-
*
|
|
10607
|
+
* The certificate name.
|
|
10768
10608
|
*
|
|
10769
10609
|
* @example
|
|
10770
10610
|
* yourCertName
|
|
@@ -10772,7 +10612,7 @@ export class ListCertificatesResponseBodyResult extends $dara.Model {
|
|
|
10772
10612
|
name?: string;
|
|
10773
10613
|
/**
|
|
10774
10614
|
* @remarks
|
|
10775
|
-
*
|
|
10615
|
+
* The time when the certificate expires.
|
|
10776
10616
|
*
|
|
10777
10617
|
* @example
|
|
10778
10618
|
* 2024-03-31 02:08:00
|
|
@@ -10780,7 +10620,7 @@ export class ListCertificatesResponseBodyResult extends $dara.Model {
|
|
|
10780
10620
|
notAfter?: string;
|
|
10781
10621
|
/**
|
|
10782
10622
|
* @remarks
|
|
10783
|
-
*
|
|
10623
|
+
* The time when the certificate takes effect.
|
|
10784
10624
|
*
|
|
10785
10625
|
* @example
|
|
10786
10626
|
* 2023-03-31 02:08:00
|
|
@@ -10788,7 +10628,7 @@ export class ListCertificatesResponseBodyResult extends $dara.Model {
|
|
|
10788
10628
|
notBefore?: string;
|
|
10789
10629
|
/**
|
|
10790
10630
|
* @remarks
|
|
10791
|
-
*
|
|
10631
|
+
* The public key algorithm of the certificate.
|
|
10792
10632
|
*
|
|
10793
10633
|
* @example
|
|
10794
10634
|
* RSA
|
|
@@ -10796,7 +10636,7 @@ export class ListCertificatesResponseBodyResult extends $dara.Model {
|
|
|
10796
10636
|
pubAlg?: string;
|
|
10797
10637
|
/**
|
|
10798
10638
|
* @remarks
|
|
10799
|
-
*
|
|
10639
|
+
* The region where the certificate is stored.
|
|
10800
10640
|
*
|
|
10801
10641
|
* @example
|
|
10802
10642
|
* cn-hangzhou
|
|
@@ -10804,7 +10644,7 @@ export class ListCertificatesResponseBodyResult extends $dara.Model {
|
|
|
10804
10644
|
region?: string;
|
|
10805
10645
|
/**
|
|
10806
10646
|
* @remarks
|
|
10807
|
-
* Subject Alternative Name of the certificate.
|
|
10647
|
+
* The Subject Alternative Name (SAN) of the certificate.
|
|
10808
10648
|
*
|
|
10809
10649
|
* @example
|
|
10810
10650
|
* www.example.com,*.example.com
|
|
@@ -10812,7 +10652,7 @@ export class ListCertificatesResponseBodyResult extends $dara.Model {
|
|
|
10812
10652
|
SAN?: string;
|
|
10813
10653
|
/**
|
|
10814
10654
|
* @remarks
|
|
10815
|
-
*
|
|
10655
|
+
* The serial number of the certificate.
|
|
10816
10656
|
*
|
|
10817
10657
|
* @example
|
|
10818
10658
|
* babab022c5e9b27bf9c64d7f4b16****
|
|
@@ -10820,7 +10660,7 @@ export class ListCertificatesResponseBodyResult extends $dara.Model {
|
|
|
10820
10660
|
serialNumber?: string;
|
|
10821
10661
|
/**
|
|
10822
10662
|
* @remarks
|
|
10823
|
-
*
|
|
10663
|
+
* The signature algorithm of the certificate.
|
|
10824
10664
|
*
|
|
10825
10665
|
* @example
|
|
10826
10666
|
* SHA256-RSA
|
|
@@ -10828,14 +10668,15 @@ export class ListCertificatesResponseBodyResult extends $dara.Model {
|
|
|
10828
10668
|
sigAlg?: string;
|
|
10829
10669
|
/**
|
|
10830
10670
|
* @remarks
|
|
10831
|
-
*
|
|
10832
|
-
*
|
|
10833
|
-
*
|
|
10834
|
-
*
|
|
10835
|
-
*
|
|
10836
|
-
*
|
|
10837
|
-
*
|
|
10838
|
-
*
|
|
10671
|
+
* The certificate status.
|
|
10672
|
+
*
|
|
10673
|
+
* * OK
|
|
10674
|
+
* * Expired
|
|
10675
|
+
* * Expiring
|
|
10676
|
+
* * Issued
|
|
10677
|
+
* * Applying
|
|
10678
|
+
* * ApplyFailed
|
|
10679
|
+
* * Canceled
|
|
10839
10680
|
*
|
|
10840
10681
|
* @example
|
|
10841
10682
|
* OK
|
|
@@ -10843,10 +10684,11 @@ export class ListCertificatesResponseBodyResult extends $dara.Model {
|
|
|
10843
10684
|
status?: string;
|
|
10844
10685
|
/**
|
|
10845
10686
|
* @remarks
|
|
10846
|
-
*
|
|
10847
|
-
*
|
|
10848
|
-
*
|
|
10849
|
-
*
|
|
10687
|
+
* The certificate type.
|
|
10688
|
+
*
|
|
10689
|
+
* * cas: certificate that is purchased by using Certificate Management Service
|
|
10690
|
+
* * upload: custom certificate that you upload
|
|
10691
|
+
* * free: free certificate
|
|
10850
10692
|
*
|
|
10851
10693
|
* @example
|
|
10852
10694
|
* free
|
|
@@ -10854,7 +10696,7 @@ export class ListCertificatesResponseBodyResult extends $dara.Model {
|
|
|
10854
10696
|
type?: string;
|
|
10855
10697
|
/**
|
|
10856
10698
|
* @remarks
|
|
10857
|
-
*
|
|
10699
|
+
* The time when the certificate was updated.
|
|
10858
10700
|
*
|
|
10859
10701
|
* @example
|
|
10860
10702
|
* 2023-04-20 06:18:42
|
|
@@ -10941,6 +10783,7 @@ export class ListClientCaCertificatesResponseBodyResult extends $dara.Model {
|
|
|
10941
10783
|
* 2024-06-24 07:48:51
|
|
10942
10784
|
*/
|
|
10943
10785
|
createTime?: string;
|
|
10786
|
+
fingerprintSha256?: string;
|
|
10944
10787
|
/**
|
|
10945
10788
|
* @remarks
|
|
10946
10789
|
* The certificate ID.
|
|
@@ -10997,6 +10840,7 @@ export class ListClientCaCertificatesResponseBodyResult extends $dara.Model {
|
|
|
10997
10840
|
* www.example.com,*.example.com
|
|
10998
10841
|
*/
|
|
10999
10842
|
SAN?: string;
|
|
10843
|
+
serialNumber?: string;
|
|
11000
10844
|
/**
|
|
11001
10845
|
* @remarks
|
|
11002
10846
|
* The signature algorithm of the certificate.
|
|
@@ -11033,6 +10877,7 @@ export class ListClientCaCertificatesResponseBodyResult extends $dara.Model {
|
|
|
11033
10877
|
return {
|
|
11034
10878
|
commonName: 'CommonName',
|
|
11035
10879
|
createTime: 'CreateTime',
|
|
10880
|
+
fingerprintSha256: 'FingerprintSha256',
|
|
11036
10881
|
id: 'Id',
|
|
11037
10882
|
issuer: 'Issuer',
|
|
11038
10883
|
name: 'Name',
|
|
@@ -11040,6 +10885,7 @@ export class ListClientCaCertificatesResponseBodyResult extends $dara.Model {
|
|
|
11040
10885
|
notBefore: 'NotBefore',
|
|
11041
10886
|
pubkeyAlgorithm: 'PubkeyAlgorithm',
|
|
11042
10887
|
SAN: 'SAN',
|
|
10888
|
+
serialNumber: 'SerialNumber',
|
|
11043
10889
|
signatureAlgorithm: 'SignatureAlgorithm',
|
|
11044
10890
|
status: 'Status',
|
|
11045
10891
|
type: 'Type',
|
|
@@ -11051,6 +10897,7 @@ export class ListClientCaCertificatesResponseBodyResult extends $dara.Model {
|
|
|
11051
10897
|
return {
|
|
11052
10898
|
commonName: 'string',
|
|
11053
10899
|
createTime: 'string',
|
|
10900
|
+
fingerprintSha256: 'string',
|
|
11054
10901
|
id: 'string',
|
|
11055
10902
|
issuer: 'string',
|
|
11056
10903
|
name: 'string',
|
|
@@ -11058,6 +10905,7 @@ export class ListClientCaCertificatesResponseBodyResult extends $dara.Model {
|
|
|
11058
10905
|
notBefore: 'string',
|
|
11059
10906
|
pubkeyAlgorithm: 'string',
|
|
11060
10907
|
SAN: 'string',
|
|
10908
|
+
serialNumber: 'string',
|
|
11061
10909
|
signatureAlgorithm: 'string',
|
|
11062
10910
|
status: 'string',
|
|
11063
10911
|
type: 'string',
|
|
@@ -11099,6 +10947,7 @@ export class ListClientCertificatesResponseBodyResult extends $dara.Model {
|
|
|
11099
10947
|
* 2024-06-24 07:48:51
|
|
11100
10948
|
*/
|
|
11101
10949
|
createTime?: string;
|
|
10950
|
+
fingerprintSha256?: string;
|
|
11102
10951
|
/**
|
|
11103
10952
|
* @remarks
|
|
11104
10953
|
* The certificate ID.
|
|
@@ -11155,6 +11004,7 @@ export class ListClientCertificatesResponseBodyResult extends $dara.Model {
|
|
|
11155
11004
|
* www.example.com,*.example.com
|
|
11156
11005
|
*/
|
|
11157
11006
|
SAN?: string;
|
|
11007
|
+
serialNumber?: string;
|
|
11158
11008
|
/**
|
|
11159
11009
|
* @remarks
|
|
11160
11010
|
* The signature algorithm of the certificate.
|
|
@@ -11192,6 +11042,7 @@ export class ListClientCertificatesResponseBodyResult extends $dara.Model {
|
|
|
11192
11042
|
CACertificateId: 'CACertificateId',
|
|
11193
11043
|
commonName: 'CommonName',
|
|
11194
11044
|
createTime: 'CreateTime',
|
|
11045
|
+
fingerprintSha256: 'FingerprintSha256',
|
|
11195
11046
|
id: 'Id',
|
|
11196
11047
|
issuer: 'Issuer',
|
|
11197
11048
|
name: 'Name',
|
|
@@ -11199,6 +11050,7 @@ export class ListClientCertificatesResponseBodyResult extends $dara.Model {
|
|
|
11199
11050
|
notBefore: 'NotBefore',
|
|
11200
11051
|
pubkeyAlgorithm: 'PubkeyAlgorithm',
|
|
11201
11052
|
SAN: 'SAN',
|
|
11053
|
+
serialNumber: 'SerialNumber',
|
|
11202
11054
|
signatureAlgorithm: 'SignatureAlgorithm',
|
|
11203
11055
|
status: 'Status',
|
|
11204
11056
|
type: 'Type',
|
|
@@ -11211,6 +11063,7 @@ export class ListClientCertificatesResponseBodyResult extends $dara.Model {
|
|
|
11211
11063
|
CACertificateId: 'string',
|
|
11212
11064
|
commonName: 'string',
|
|
11213
11065
|
createTime: 'string',
|
|
11066
|
+
fingerprintSha256: 'string',
|
|
11214
11067
|
id: 'string',
|
|
11215
11068
|
issuer: 'string',
|
|
11216
11069
|
name: 'string',
|
|
@@ -11218,6 +11071,7 @@ export class ListClientCertificatesResponseBodyResult extends $dara.Model {
|
|
|
11218
11071
|
notBefore: 'string',
|
|
11219
11072
|
pubkeyAlgorithm: 'string',
|
|
11220
11073
|
SAN: 'string',
|
|
11074
|
+
serialNumber: 'string',
|
|
11221
11075
|
signatureAlgorithm: 'string',
|
|
11222
11076
|
status: 'string',
|
|
11223
11077
|
type: 'string',
|
|
@@ -13805,7 +13659,7 @@ export class ListLoadBalancerRegionsResponseBodyRegions extends $dara.Model {
|
|
|
13805
13659
|
export class ListLoadBalancersResponseBodyLoadBalancersAdaptiveRouting extends $dara.Model {
|
|
13806
13660
|
/**
|
|
13807
13661
|
* @remarks
|
|
13808
|
-
* Whether to
|
|
13662
|
+
* Whether to failover across pools.
|
|
13809
13663
|
*
|
|
13810
13664
|
* - true: Yes.
|
|
13811
13665
|
* - false: No.
|
|
@@ -14307,7 +14161,7 @@ export class ListLoadBalancersResponseBodyLoadBalancers extends $dara.Model {
|
|
|
14307
14161
|
* Session persistence, with values:
|
|
14308
14162
|
* - off: Not enabled.
|
|
14309
14163
|
* - ip: Session persistence by IP.
|
|
14310
|
-
* - cookie:
|
|
14164
|
+
* - cookie: Session persistence by cookie.
|
|
14311
14165
|
*
|
|
14312
14166
|
* @example
|
|
14313
14167
|
* ip
|
|
@@ -15996,6 +15850,7 @@ export class ListRewriteUrlRulesResponseBodyConfigs extends $dara.Model {
|
|
|
15996
15850
|
* The query string rewrite method. Valid values:
|
|
15997
15851
|
*
|
|
15998
15852
|
* * static
|
|
15853
|
+
* * dynamic
|
|
15999
15854
|
*
|
|
16000
15855
|
* @example
|
|
16001
15856
|
* static
|
|
@@ -16006,6 +15861,7 @@ export class ListRewriteUrlRulesResponseBodyConfigs extends $dara.Model {
|
|
|
16006
15861
|
* The path rewrite method. Valid values:
|
|
16007
15862
|
*
|
|
16008
15863
|
* * static
|
|
15864
|
+
* * dynamic
|
|
16009
15865
|
*
|
|
16010
15866
|
* @example
|
|
16011
15867
|
* static
|
|
@@ -16285,6 +16141,7 @@ export class ListScheduledPreloadJobsResponseBodyJobs extends $dara.Model {
|
|
|
16285
16141
|
* invalid domain:test.com
|
|
16286
16142
|
*/
|
|
16287
16143
|
errorInfo?: string;
|
|
16144
|
+
executionCount?: number;
|
|
16288
16145
|
/**
|
|
16289
16146
|
* @remarks
|
|
16290
16147
|
* The URL of the OSS object that stores a list of URLs that failed the conditional check for prefetching.
|
|
@@ -16371,6 +16228,7 @@ export class ListScheduledPreloadJobsResponseBodyJobs extends $dara.Model {
|
|
|
16371
16228
|
createdAt: 'CreatedAt',
|
|
16372
16229
|
domains: 'Domains',
|
|
16373
16230
|
errorInfo: 'ErrorInfo',
|
|
16231
|
+
executionCount: 'ExecutionCount',
|
|
16374
16232
|
failedFileOss: 'FailedFileOss',
|
|
16375
16233
|
fileId: 'FileId',
|
|
16376
16234
|
id: 'Id',
|
|
@@ -16390,6 +16248,7 @@ export class ListScheduledPreloadJobsResponseBodyJobs extends $dara.Model {
|
|
|
16390
16248
|
createdAt: 'string',
|
|
16391
16249
|
domains: 'string',
|
|
16392
16250
|
errorInfo: 'string',
|
|
16251
|
+
executionCount: 'number',
|
|
16393
16252
|
failedFileOss: 'string',
|
|
16394
16253
|
fileId: 'string',
|
|
16395
16254
|
id: 'string',
|
|
@@ -18462,7 +18321,7 @@ export class UpdateHttpResponseHeaderModificationRuleRequestResponseHeaderModifi
|
|
|
18462
18321
|
export class UpdateLoadBalancerRequestAdaptiveRouting extends $dara.Model {
|
|
18463
18322
|
/**
|
|
18464
18323
|
* @remarks
|
|
18465
|
-
* Whether to
|
|
18324
|
+
* Whether to failover across pools.
|
|
18466
18325
|
*
|
|
18467
18326
|
* - true: Yes.
|
|
18468
18327
|
* - false: No.
|
|
@@ -20156,7 +20015,7 @@ export class ApplyCertificateRequest extends $dara.Model {
|
|
|
20156
20015
|
siteId?: number;
|
|
20157
20016
|
/**
|
|
20158
20017
|
* @remarks
|
|
20159
|
-
*
|
|
20018
|
+
* The certificate type. Valid values: lets_encrypt, digicert_single, and digicert_wildcard.
|
|
20160
20019
|
*
|
|
20161
20020
|
* @example
|
|
20162
20021
|
* lets_encrypt
|
|
@@ -25438,7 +25297,7 @@ export class CreateLoadBalancerRequest extends $dara.Model {
|
|
|
25438
25297
|
* Session persistence, with values:
|
|
25439
25298
|
* - off: Not enabled.
|
|
25440
25299
|
* - ip: Session persistence by IP.
|
|
25441
|
-
* - cookie:
|
|
25300
|
+
* - cookie: Session persistence by cookie.
|
|
25442
25301
|
*
|
|
25443
25302
|
* @example
|
|
25444
25303
|
* ip
|
|
@@ -25661,7 +25520,7 @@ export class CreateLoadBalancerShrinkRequest extends $dara.Model {
|
|
|
25661
25520
|
* Session persistence, with values:
|
|
25662
25521
|
* - off: Not enabled.
|
|
25663
25522
|
* - ip: Session persistence by IP.
|
|
25664
|
-
* - cookie:
|
|
25523
|
+
* - cookie: Session persistence by cookie.
|
|
25665
25524
|
*
|
|
25666
25525
|
* @example
|
|
25667
25526
|
* ip
|
|
@@ -26756,8 +26615,8 @@ export class CreateRecordRequest extends $dara.Model {
|
|
|
26756
26615
|
* @remarks
|
|
26757
26616
|
* The origin host policy. This policy takes effect when the record type is CNAME. You can set the policy in two modes:
|
|
26758
26617
|
*
|
|
26759
|
-
* *
|
|
26760
|
-
* *
|
|
26618
|
+
* * follow_hostname: Follow the host record.
|
|
26619
|
+
* * follow_origin_domain: match the origin\\"s domain name.
|
|
26761
26620
|
*
|
|
26762
26621
|
* @example
|
|
26763
26622
|
* follow_origin_domain
|
|
@@ -26917,8 +26776,8 @@ export class CreateRecordShrinkRequest extends $dara.Model {
|
|
|
26917
26776
|
* @remarks
|
|
26918
26777
|
* The origin host policy. This policy takes effect when the record type is CNAME. You can set the policy in two modes:
|
|
26919
26778
|
*
|
|
26920
|
-
* *
|
|
26921
|
-
* *
|
|
26779
|
+
* * follow_hostname: Follow the host record.
|
|
26780
|
+
* * follow_origin_domain: match the origin\\"s domain name.
|
|
26922
26781
|
*
|
|
26923
26782
|
* @example
|
|
26924
26783
|
* follow_origin_domain
|
|
@@ -27328,6 +27187,7 @@ export class CreateRewriteUrlRuleRequest extends $dara.Model {
|
|
|
27328
27187
|
* Query string rewrite type. Value range:
|
|
27329
27188
|
*
|
|
27330
27189
|
* - static: Static mode.
|
|
27190
|
+
* - dynamic:Dynamic mode.
|
|
27331
27191
|
*
|
|
27332
27192
|
* @example
|
|
27333
27193
|
* static
|
|
@@ -27341,6 +27201,7 @@ export class CreateRewriteUrlRuleRequest extends $dara.Model {
|
|
|
27341
27201
|
* URI rewrite type. Value range:
|
|
27342
27202
|
*
|
|
27343
27203
|
* - static: Static mode.
|
|
27204
|
+
* - dynamic:Dynamic mode.
|
|
27344
27205
|
*
|
|
27345
27206
|
* @example
|
|
27346
27207
|
* static
|
|
@@ -27537,8 +27398,6 @@ export class CreateRoutineRequest extends $dara.Model {
|
|
|
27537
27398
|
* @remarks
|
|
27538
27399
|
* The specification of the routine.
|
|
27539
27400
|
*
|
|
27540
|
-
* This parameter is required.
|
|
27541
|
-
*
|
|
27542
27401
|
* @example
|
|
27543
27402
|
* 5ms
|
|
27544
27403
|
*/
|
|
@@ -30664,7 +30523,7 @@ export class CreateWaitingRoomRuleResponse extends $dara.Model {
|
|
|
30664
30523
|
export class DeactivateVersionManagementRequest extends $dara.Model {
|
|
30665
30524
|
/**
|
|
30666
30525
|
* @remarks
|
|
30667
|
-
*
|
|
30526
|
+
* The website ID, which can be obtained by calling the [ListSites](~~ListSites~~) operation.
|
|
30668
30527
|
*
|
|
30669
30528
|
* This parameter is required.
|
|
30670
30529
|
*
|
|
@@ -30696,7 +30555,7 @@ export class DeactivateVersionManagementRequest extends $dara.Model {
|
|
|
30696
30555
|
export class DeactivateVersionManagementResponseBody extends $dara.Model {
|
|
30697
30556
|
/**
|
|
30698
30557
|
* @remarks
|
|
30699
|
-
*
|
|
30558
|
+
* The request ID.
|
|
30700
30559
|
*
|
|
30701
30560
|
* @example
|
|
30702
30561
|
* D61E4801-EAFF-4A63-AAE1-FBF6CE1CFD1C
|
|
@@ -36675,7 +36534,7 @@ export class DescribePurgeTasksResponse extends $dara.Model {
|
|
|
36675
36534
|
export class DescribeRatePlanInstanceStatusRequest extends $dara.Model {
|
|
36676
36535
|
/**
|
|
36677
36536
|
* @remarks
|
|
36678
|
-
*
|
|
36537
|
+
* The instance ID, which can be obtained by calling the [ListUserRatePlanInstances](~~ListUserRatePlanInstances~~) operation.
|
|
36679
36538
|
*
|
|
36680
36539
|
* @example
|
|
36681
36540
|
* xcdn-91fknmb80f0g***
|
|
@@ -36705,7 +36564,7 @@ export class DescribeRatePlanInstanceStatusRequest extends $dara.Model {
|
|
|
36705
36564
|
export class DescribeRatePlanInstanceStatusResponseBody extends $dara.Model {
|
|
36706
36565
|
/**
|
|
36707
36566
|
* @remarks
|
|
36708
|
-
*
|
|
36567
|
+
* The instance ID.
|
|
36709
36568
|
*
|
|
36710
36569
|
* @example
|
|
36711
36570
|
* xcdn-91fknmb80f0g***
|
|
@@ -36713,14 +36572,15 @@ export class DescribeRatePlanInstanceStatusResponseBody extends $dara.Model {
|
|
|
36713
36572
|
instanceId?: string;
|
|
36714
36573
|
/**
|
|
36715
36574
|
* @remarks
|
|
36716
|
-
*
|
|
36717
|
-
*
|
|
36718
|
-
*
|
|
36719
|
-
*
|
|
36720
|
-
*
|
|
36721
|
-
*
|
|
36722
|
-
*
|
|
36723
|
-
*
|
|
36575
|
+
* The instance status. Valid values:
|
|
36576
|
+
*
|
|
36577
|
+
* * running: The instance is running.
|
|
36578
|
+
* * renewing: The instance is being renewed.
|
|
36579
|
+
* * upgrading: The configuration of the instance is being upgraded.
|
|
36580
|
+
* * releasePrepaidService: The instance is released due to expiration.
|
|
36581
|
+
* * creating: The instance is being created.
|
|
36582
|
+
* * downgrading: The configuration of the instance is being downgraded.
|
|
36583
|
+
* * ceasePrepaidService: The instance has expired.
|
|
36724
36584
|
*
|
|
36725
36585
|
* @example
|
|
36726
36586
|
* running
|
|
@@ -36728,7 +36588,7 @@ export class DescribeRatePlanInstanceStatusResponseBody extends $dara.Model {
|
|
|
36728
36588
|
instanceStatus?: string;
|
|
36729
36589
|
/**
|
|
36730
36590
|
* @remarks
|
|
36731
|
-
*
|
|
36591
|
+
* The request ID.
|
|
36732
36592
|
*
|
|
36733
36593
|
* @example
|
|
36734
36594
|
* 60423A7F-A83D-1E24-B80E-86DD25790759
|
|
@@ -37980,7 +37840,7 @@ export class GetCertificateResponseBody extends $dara.Model {
|
|
|
37980
37840
|
requestId?: string;
|
|
37981
37841
|
/**
|
|
37982
37842
|
* @remarks
|
|
37983
|
-
*
|
|
37843
|
+
* The certificate information.
|
|
37984
37844
|
*/
|
|
37985
37845
|
result?: GetCertificateResponseBodyResult;
|
|
37986
37846
|
/**
|
|
@@ -38238,7 +38098,7 @@ export class GetCertificateQuotaResponse extends $dara.Model {
|
|
|
38238
38098
|
export class GetClientCaCertificateRequest extends $dara.Model {
|
|
38239
38099
|
/**
|
|
38240
38100
|
* @remarks
|
|
38241
|
-
* The certificate ID, which can be obtained by calling the [ListClientCaCertificates](
|
|
38101
|
+
* The certificate ID, which can be obtained by calling the [ListClientCaCertificates](https://help.aliyun.com/document_detail/2860651.html) operation.
|
|
38242
38102
|
*
|
|
38243
38103
|
* This parameter is required.
|
|
38244
38104
|
*
|
|
@@ -38248,7 +38108,7 @@ export class GetClientCaCertificateRequest extends $dara.Model {
|
|
|
38248
38108
|
id?: string;
|
|
38249
38109
|
/**
|
|
38250
38110
|
* @remarks
|
|
38251
|
-
* The website ID, which can be obtained by calling the [ListSites](
|
|
38111
|
+
* The website ID, which can be obtained by calling the [ListSites](https://help.aliyun.com/document_detail/2850189.html) operation.
|
|
38252
38112
|
*
|
|
38253
38113
|
* This parameter is required.
|
|
38254
38114
|
*
|
|
@@ -39249,6 +39109,9 @@ export class GetEdgeContainerAppResponse extends $dara.Model {
|
|
|
39249
39109
|
|
|
39250
39110
|
export class GetEdgeContainerAppLogRiverRequest extends $dara.Model {
|
|
39251
39111
|
/**
|
|
39112
|
+
* @remarks
|
|
39113
|
+
* The application ID, which can be obtained by calling the [ListEdgeContainerApps](~~ListEdgeContainerApps~~) operation.
|
|
39114
|
+
*
|
|
39252
39115
|
* @example
|
|
39253
39116
|
* app-880688675****88
|
|
39254
39117
|
*/
|
|
@@ -39276,15 +39139,25 @@ export class GetEdgeContainerAppLogRiverRequest extends $dara.Model {
|
|
|
39276
39139
|
|
|
39277
39140
|
export class GetEdgeContainerAppLogRiverResponseBody extends $dara.Model {
|
|
39278
39141
|
/**
|
|
39142
|
+
* @remarks
|
|
39143
|
+
* The log path of the container. It must be an absolute path that starts with a forward slash (/). You can use asterisks (\\*) and question marks (?) as wildcards.
|
|
39144
|
+
*
|
|
39279
39145
|
* @example
|
|
39280
39146
|
* /root/hello.log
|
|
39281
39147
|
*/
|
|
39282
39148
|
path?: string;
|
|
39283
39149
|
/**
|
|
39150
|
+
* @remarks
|
|
39151
|
+
* The request ID.
|
|
39152
|
+
*
|
|
39284
39153
|
* @example
|
|
39285
39154
|
* 0AEDAF20-4DDF-4165-8750-47FF9C1929C9
|
|
39286
39155
|
*/
|
|
39287
39156
|
requestId?: string;
|
|
39157
|
+
/**
|
|
39158
|
+
* @remarks
|
|
39159
|
+
* Indicates whether the standard output of the container is collected.
|
|
39160
|
+
*/
|
|
39288
39161
|
stdout?: boolean;
|
|
39289
39162
|
static names(): { [key: string]: string } {
|
|
39290
39163
|
return {
|
|
@@ -41152,7 +41025,7 @@ export class GetHttpsBasicConfigurationResponse extends $dara.Model {
|
|
|
41152
41025
|
export class GetIPv6Request extends $dara.Model {
|
|
41153
41026
|
/**
|
|
41154
41027
|
* @remarks
|
|
41155
|
-
*
|
|
41028
|
+
* The website ID, which can be obtained by calling the [ListSites](https://help.aliyun.com/document_detail/2850189.html) operation.
|
|
41156
41029
|
*
|
|
41157
41030
|
* This parameter is required.
|
|
41158
41031
|
*
|
|
@@ -41184,9 +41057,10 @@ export class GetIPv6Request extends $dara.Model {
|
|
|
41184
41057
|
export class GetIPv6ResponseBody extends $dara.Model {
|
|
41185
41058
|
/**
|
|
41186
41059
|
* @remarks
|
|
41187
|
-
* IPv6
|
|
41188
|
-
*
|
|
41189
|
-
*
|
|
41060
|
+
* Indicates whether IPv6 is enabled. Valid values:
|
|
41061
|
+
*
|
|
41062
|
+
* * **on**
|
|
41063
|
+
* * **off**
|
|
41190
41064
|
*
|
|
41191
41065
|
* @example
|
|
41192
41066
|
* on
|
|
@@ -41194,7 +41068,7 @@ export class GetIPv6ResponseBody extends $dara.Model {
|
|
|
41194
41068
|
enable?: string;
|
|
41195
41069
|
/**
|
|
41196
41070
|
* @remarks
|
|
41197
|
-
*
|
|
41071
|
+
* The request ID.
|
|
41198
41072
|
*
|
|
41199
41073
|
* @example
|
|
41200
41074
|
* 156A6B-677B1A-4297B7-9187B7-2B44792
|
|
@@ -42214,7 +42088,7 @@ export class GetLoadBalancerResponseBody extends $dara.Model {
|
|
|
42214
42088
|
* Session persistence, with values:
|
|
42215
42089
|
* - off: Not enabled.
|
|
42216
42090
|
* - ip: Session persistence by IP.
|
|
42217
|
-
* - cookie:
|
|
42091
|
+
* - cookie: Session persistence by cookie.
|
|
42218
42092
|
*
|
|
42219
42093
|
* @example
|
|
42220
42094
|
* ip
|
|
@@ -42368,7 +42242,7 @@ export class GetLoadBalancerResponse extends $dara.Model {
|
|
|
42368
42242
|
export class GetManagedTransformRequest extends $dara.Model {
|
|
42369
42243
|
/**
|
|
42370
42244
|
* @remarks
|
|
42371
|
-
*
|
|
42245
|
+
* Site ID, which can be obtained by calling [ListSites](https://help.aliyun.com/document_detail/2850189.html).
|
|
42372
42246
|
*
|
|
42373
42247
|
* This parameter is required.
|
|
42374
42248
|
*
|
|
@@ -42378,7 +42252,7 @@ export class GetManagedTransformRequest extends $dara.Model {
|
|
|
42378
42252
|
siteId?: number;
|
|
42379
42253
|
/**
|
|
42380
42254
|
* @remarks
|
|
42381
|
-
* The version number of the
|
|
42255
|
+
* The version number of the site. For sites with version management enabled, you can use this parameter to specify the effective version of the configuration, defaulting to version 0.
|
|
42382
42256
|
*
|
|
42383
42257
|
* @example
|
|
42384
42258
|
* 0
|
|
@@ -42410,10 +42284,9 @@ export class GetManagedTransformRequest extends $dara.Model {
|
|
|
42410
42284
|
export class GetManagedTransformResponseBody extends $dara.Model {
|
|
42411
42285
|
/**
|
|
42412
42286
|
* @remarks
|
|
42413
|
-
*
|
|
42414
|
-
*
|
|
42415
|
-
*
|
|
42416
|
-
* * off
|
|
42287
|
+
* Add visitor geolocation header. Value range:
|
|
42288
|
+
* - on: Enable.
|
|
42289
|
+
* - off: Disable.
|
|
42417
42290
|
*
|
|
42418
42291
|
* @example
|
|
42419
42292
|
* on
|
|
@@ -42421,10 +42294,9 @@ export class GetManagedTransformResponseBody extends $dara.Model {
|
|
|
42421
42294
|
addClientGeolocationHeader?: string;
|
|
42422
42295
|
/**
|
|
42423
42296
|
* @remarks
|
|
42424
|
-
*
|
|
42425
|
-
*
|
|
42426
|
-
*
|
|
42427
|
-
* * off
|
|
42297
|
+
* Add the "ali-real-client-ip" header containing the real client IP. Value range:
|
|
42298
|
+
* - on: Enable.
|
|
42299
|
+
* - off: Disable.
|
|
42428
42300
|
*
|
|
42429
42301
|
* @example
|
|
42430
42302
|
* on
|
|
@@ -42432,7 +42304,7 @@ export class GetManagedTransformResponseBody extends $dara.Model {
|
|
|
42432
42304
|
addRealClientIpHeader?: string;
|
|
42433
42305
|
/**
|
|
42434
42306
|
* @remarks
|
|
42435
|
-
*
|
|
42307
|
+
* Request ID.
|
|
42436
42308
|
*
|
|
42437
42309
|
* @example
|
|
42438
42310
|
* 04F0F334-1335-436C-A1D7-6C044FE73368
|
|
@@ -42440,7 +42312,7 @@ export class GetManagedTransformResponseBody extends $dara.Model {
|
|
|
42440
42312
|
requestId?: string;
|
|
42441
42313
|
/**
|
|
42442
42314
|
* @remarks
|
|
42443
|
-
* The version number of the
|
|
42315
|
+
* The version number of the site. For sites with version management enabled, this parameter can be used to specify the site version for which the configuration takes effect, defaulting to version 0.
|
|
42444
42316
|
*
|
|
42445
42317
|
* @example
|
|
42446
42318
|
* 0
|
|
@@ -44230,6 +44102,7 @@ export class GetRewriteUrlRuleResponseBody extends $dara.Model {
|
|
|
44230
44102
|
* The query string rewrite method. Valid value:
|
|
44231
44103
|
*
|
|
44232
44104
|
* * static
|
|
44105
|
+
* * dynamic
|
|
44233
44106
|
*
|
|
44234
44107
|
* @example
|
|
44235
44108
|
* static
|
|
@@ -44240,6 +44113,7 @@ export class GetRewriteUrlRuleResponseBody extends $dara.Model {
|
|
|
44240
44113
|
* The path rewrite method. Valid value:
|
|
44241
44114
|
*
|
|
44242
44115
|
* * static
|
|
44116
|
+
* * dynamic
|
|
44243
44117
|
*
|
|
44244
44118
|
* @example
|
|
44245
44119
|
* static
|
|
@@ -44407,11 +44281,6 @@ export class GetRoutineRequest extends $dara.Model {
|
|
|
44407
44281
|
}
|
|
44408
44282
|
|
|
44409
44283
|
export class GetRoutineResponseBody extends $dara.Model {
|
|
44410
|
-
/**
|
|
44411
|
-
* @remarks
|
|
44412
|
-
* The code versions.
|
|
44413
|
-
*/
|
|
44414
|
-
codeVersions?: GetRoutineResponseBodyCodeVersions[];
|
|
44415
44284
|
/**
|
|
44416
44285
|
* @remarks
|
|
44417
44286
|
* The time when the routine was created.
|
|
@@ -44441,16 +44310,6 @@ export class GetRoutineResponseBody extends $dara.Model {
|
|
|
44441
44310
|
* The information about the environments.
|
|
44442
44311
|
*/
|
|
44443
44312
|
envs?: GetRoutineResponseBodyEnvs[];
|
|
44444
|
-
/**
|
|
44445
|
-
* @remarks
|
|
44446
|
-
* The records associated with the routine.
|
|
44447
|
-
*/
|
|
44448
|
-
relatedRecords?: GetRoutineResponseBodyRelatedRecords[];
|
|
44449
|
-
/**
|
|
44450
|
-
* @remarks
|
|
44451
|
-
* The routes associated with the routine.
|
|
44452
|
-
*/
|
|
44453
|
-
relatedRoutes?: GetRoutineResponseBodyRelatedRoutes[];
|
|
44454
44313
|
/**
|
|
44455
44314
|
* @remarks
|
|
44456
44315
|
* The request ID.
|
|
@@ -44461,43 +44320,28 @@ export class GetRoutineResponseBody extends $dara.Model {
|
|
|
44461
44320
|
requestId?: string;
|
|
44462
44321
|
static names(): { [key: string]: string } {
|
|
44463
44322
|
return {
|
|
44464
|
-
codeVersions: 'CodeVersions',
|
|
44465
44323
|
createTime: 'CreateTime',
|
|
44466
44324
|
defaultRelatedRecord: 'DefaultRelatedRecord',
|
|
44467
44325
|
description: 'Description',
|
|
44468
44326
|
envs: 'Envs',
|
|
44469
|
-
relatedRecords: 'RelatedRecords',
|
|
44470
|
-
relatedRoutes: 'RelatedRoutes',
|
|
44471
44327
|
requestId: 'RequestId',
|
|
44472
44328
|
};
|
|
44473
44329
|
}
|
|
44474
44330
|
|
|
44475
44331
|
static types(): { [key: string]: any } {
|
|
44476
44332
|
return {
|
|
44477
|
-
codeVersions: { 'type': 'array', 'itemType': GetRoutineResponseBodyCodeVersions },
|
|
44478
44333
|
createTime: 'string',
|
|
44479
44334
|
defaultRelatedRecord: 'string',
|
|
44480
44335
|
description: 'string',
|
|
44481
44336
|
envs: { 'type': 'array', 'itemType': GetRoutineResponseBodyEnvs },
|
|
44482
|
-
relatedRecords: { 'type': 'array', 'itemType': GetRoutineResponseBodyRelatedRecords },
|
|
44483
|
-
relatedRoutes: { 'type': 'array', 'itemType': GetRoutineResponseBodyRelatedRoutes },
|
|
44484
44337
|
requestId: 'string',
|
|
44485
44338
|
};
|
|
44486
44339
|
}
|
|
44487
44340
|
|
|
44488
44341
|
validate() {
|
|
44489
|
-
if(Array.isArray(this.codeVersions)) {
|
|
44490
|
-
$dara.Model.validateArray(this.codeVersions);
|
|
44491
|
-
}
|
|
44492
44342
|
if(Array.isArray(this.envs)) {
|
|
44493
44343
|
$dara.Model.validateArray(this.envs);
|
|
44494
44344
|
}
|
|
44495
|
-
if(Array.isArray(this.relatedRecords)) {
|
|
44496
|
-
$dara.Model.validateArray(this.relatedRecords);
|
|
44497
|
-
}
|
|
44498
|
-
if(Array.isArray(this.relatedRoutes)) {
|
|
44499
|
-
$dara.Model.validateArray(this.relatedRoutes);
|
|
44500
|
-
}
|
|
44501
44345
|
super.validate();
|
|
44502
44346
|
}
|
|
44503
44347
|
|
|
@@ -45924,7 +45768,7 @@ export class GetSiteLogDeliveryQuotaResponse extends $dara.Model {
|
|
|
45924
45768
|
export class GetSiteNameExclusiveRequest extends $dara.Model {
|
|
45925
45769
|
/**
|
|
45926
45770
|
* @remarks
|
|
45927
|
-
*
|
|
45771
|
+
* The website ID, which can be obtained by calling the [ListSites](https://help.aliyun.com/document_detail/2850189.html) operation.
|
|
45928
45772
|
*
|
|
45929
45773
|
* This parameter is required.
|
|
45930
45774
|
*
|
|
@@ -45956,10 +45800,10 @@ export class GetSiteNameExclusiveRequest extends $dara.Model {
|
|
|
45956
45800
|
export class GetSiteNameExclusiveResponseBody extends $dara.Model {
|
|
45957
45801
|
/**
|
|
45958
45802
|
* @remarks
|
|
45959
|
-
*
|
|
45803
|
+
* Indicates whether site hold is enabled. Valid values:
|
|
45960
45804
|
*
|
|
45961
|
-
*
|
|
45962
|
-
*
|
|
45805
|
+
* * on
|
|
45806
|
+
* * off
|
|
45963
45807
|
*
|
|
45964
45808
|
* @example
|
|
45965
45809
|
* on
|
|
@@ -45967,7 +45811,7 @@ export class GetSiteNameExclusiveResponseBody extends $dara.Model {
|
|
|
45967
45811
|
enable?: string;
|
|
45968
45812
|
/**
|
|
45969
45813
|
* @remarks
|
|
45970
|
-
*
|
|
45814
|
+
* The request ID.
|
|
45971
45815
|
*
|
|
45972
45816
|
* @example
|
|
45973
45817
|
* 35C66C7B-671H-4297-9187-2C4477247A78
|
|
@@ -46034,7 +45878,7 @@ export class GetSiteNameExclusiveResponse extends $dara.Model {
|
|
|
46034
45878
|
export class GetSitePauseRequest extends $dara.Model {
|
|
46035
45879
|
/**
|
|
46036
45880
|
* @remarks
|
|
46037
|
-
*
|
|
45881
|
+
* The website ID, which can be obtained by calling the [ListSites](~~ListSites~~) operation.
|
|
46038
45882
|
*
|
|
46039
45883
|
* This parameter is required.
|
|
46040
45884
|
*
|
|
@@ -46066,9 +45910,10 @@ export class GetSitePauseRequest extends $dara.Model {
|
|
|
46066
45910
|
export class GetSitePauseResponseBody extends $dara.Model {
|
|
46067
45911
|
/**
|
|
46068
45912
|
* @remarks
|
|
46069
|
-
* Indicates whether
|
|
46070
|
-
*
|
|
46071
|
-
*
|
|
45913
|
+
* Indicates whether ESA is paused on the website. Valid values:
|
|
45914
|
+
*
|
|
45915
|
+
* * true
|
|
45916
|
+
* * false
|
|
46072
45917
|
*
|
|
46073
45918
|
* @example
|
|
46074
45919
|
* true
|
|
@@ -46076,7 +45921,7 @@ export class GetSitePauseResponseBody extends $dara.Model {
|
|
|
46076
45921
|
paused?: boolean;
|
|
46077
45922
|
/**
|
|
46078
45923
|
* @remarks
|
|
46079
|
-
*
|
|
45924
|
+
* The request ID.
|
|
46080
45925
|
*
|
|
46081
45926
|
* @example
|
|
46082
45927
|
* EEEBE525-F576-1196-8DAF-2D70CA3F4D2F
|
|
@@ -47179,9 +47024,10 @@ export class ListCacheReserveInstancesRequest extends $dara.Model {
|
|
|
47179
47024
|
pageSize?: number;
|
|
47180
47025
|
/**
|
|
47181
47026
|
* @remarks
|
|
47182
|
-
*
|
|
47183
|
-
*
|
|
47184
|
-
*
|
|
47027
|
+
* The criterion by which you want to sort the queried instances. Valid values:
|
|
47028
|
+
*
|
|
47029
|
+
* * **ExpireTime**
|
|
47030
|
+
* * **CreateTime**
|
|
47185
47031
|
*
|
|
47186
47032
|
* @example
|
|
47187
47033
|
* ExpireTime
|
|
@@ -47189,9 +47035,10 @@ export class ListCacheReserveInstancesRequest extends $dara.Model {
|
|
|
47189
47035
|
sortBy?: string;
|
|
47190
47036
|
/**
|
|
47191
47037
|
* @remarks
|
|
47192
|
-
*
|
|
47193
|
-
*
|
|
47194
|
-
*
|
|
47038
|
+
* The order by which you want to sort the queried instances. Valid values:
|
|
47039
|
+
*
|
|
47040
|
+
* * **asc**
|
|
47041
|
+
* * **desc**
|
|
47195
47042
|
*
|
|
47196
47043
|
* @example
|
|
47197
47044
|
* desc
|
|
@@ -47199,12 +47046,12 @@ export class ListCacheReserveInstancesRequest extends $dara.Model {
|
|
|
47199
47046
|
sortOrder?: string;
|
|
47200
47047
|
/**
|
|
47201
47048
|
* @remarks
|
|
47202
|
-
*
|
|
47049
|
+
* The status of the cache reserve instance. Valid values:
|
|
47203
47050
|
*
|
|
47204
|
-
*
|
|
47205
|
-
*
|
|
47206
|
-
*
|
|
47207
|
-
*
|
|
47051
|
+
* * **online**: The instance is in service.
|
|
47052
|
+
* * **offline**: The instance has expired within an allowable period. In this state, it is unavailable.
|
|
47053
|
+
* * **disable**: The instance has been released.
|
|
47054
|
+
* * **overdue**: The instance has been stopped due to overdue payments.
|
|
47208
47055
|
*
|
|
47209
47056
|
* @example
|
|
47210
47057
|
* online
|
|
@@ -47247,7 +47094,7 @@ export class ListCacheReserveInstancesRequest extends $dara.Model {
|
|
|
47247
47094
|
export class ListCacheReserveInstancesResponseBody extends $dara.Model {
|
|
47248
47095
|
/**
|
|
47249
47096
|
* @remarks
|
|
47250
|
-
*
|
|
47097
|
+
* The cache reserve instances.
|
|
47251
47098
|
*/
|
|
47252
47099
|
instanceInfo?: ListCacheReserveInstancesResponseBodyInstanceInfo[];
|
|
47253
47100
|
/**
|
|
@@ -47573,7 +47420,7 @@ export class ListCacheRulesResponse extends $dara.Model {
|
|
|
47573
47420
|
export class ListCertificatesRequest extends $dara.Model {
|
|
47574
47421
|
/**
|
|
47575
47422
|
* @remarks
|
|
47576
|
-
*
|
|
47423
|
+
* The keyword that is used for the search.
|
|
47577
47424
|
*
|
|
47578
47425
|
* @example
|
|
47579
47426
|
* example
|
|
@@ -47581,7 +47428,7 @@ export class ListCertificatesRequest extends $dara.Model {
|
|
|
47581
47428
|
keyword?: string;
|
|
47582
47429
|
/**
|
|
47583
47430
|
* @remarks
|
|
47584
|
-
*
|
|
47431
|
+
* The page number.
|
|
47585
47432
|
*
|
|
47586
47433
|
* @example
|
|
47587
47434
|
* 3
|
|
@@ -47589,7 +47436,7 @@ export class ListCertificatesRequest extends $dara.Model {
|
|
|
47589
47436
|
pageNumber?: number;
|
|
47590
47437
|
/**
|
|
47591
47438
|
* @remarks
|
|
47592
|
-
*
|
|
47439
|
+
* The number of entries per page.
|
|
47593
47440
|
*
|
|
47594
47441
|
* @example
|
|
47595
47442
|
* 10
|
|
@@ -47597,7 +47444,7 @@ export class ListCertificatesRequest extends $dara.Model {
|
|
|
47597
47444
|
pageSize?: number;
|
|
47598
47445
|
/**
|
|
47599
47446
|
* @remarks
|
|
47600
|
-
*
|
|
47447
|
+
* The website ID, which can be obtained by calling the [ListSites](~~ListSites~~) operation.
|
|
47601
47448
|
*
|
|
47602
47449
|
* This parameter is required.
|
|
47603
47450
|
*
|
|
@@ -47607,7 +47454,7 @@ export class ListCertificatesRequest extends $dara.Model {
|
|
|
47607
47454
|
siteId?: number;
|
|
47608
47455
|
/**
|
|
47609
47456
|
* @remarks
|
|
47610
|
-
*
|
|
47457
|
+
* Specifies whether to return only valid certificates.
|
|
47611
47458
|
*
|
|
47612
47459
|
* @example
|
|
47613
47460
|
* 1
|
|
@@ -47645,7 +47492,7 @@ export class ListCertificatesRequest extends $dara.Model {
|
|
|
47645
47492
|
export class ListCertificatesResponseBody extends $dara.Model {
|
|
47646
47493
|
/**
|
|
47647
47494
|
* @remarks
|
|
47648
|
-
*
|
|
47495
|
+
* The page number.
|
|
47649
47496
|
*
|
|
47650
47497
|
* @example
|
|
47651
47498
|
* 1
|
|
@@ -47653,7 +47500,7 @@ export class ListCertificatesResponseBody extends $dara.Model {
|
|
|
47653
47500
|
pageNumber?: number;
|
|
47654
47501
|
/**
|
|
47655
47502
|
* @remarks
|
|
47656
|
-
*
|
|
47503
|
+
* The number of entries per page.
|
|
47657
47504
|
*
|
|
47658
47505
|
* @example
|
|
47659
47506
|
* 20
|
|
@@ -47661,7 +47508,7 @@ export class ListCertificatesResponseBody extends $dara.Model {
|
|
|
47661
47508
|
pageSize?: number;
|
|
47662
47509
|
/**
|
|
47663
47510
|
* @remarks
|
|
47664
|
-
*
|
|
47511
|
+
* The request ID.
|
|
47665
47512
|
*
|
|
47666
47513
|
* @example
|
|
47667
47514
|
* 15C66C7B-671A-4297-9187-2C4477247A74
|
|
@@ -47669,12 +47516,12 @@ export class ListCertificatesResponseBody extends $dara.Model {
|
|
|
47669
47516
|
requestId?: string;
|
|
47670
47517
|
/**
|
|
47671
47518
|
* @remarks
|
|
47672
|
-
*
|
|
47519
|
+
* The queried certificates.
|
|
47673
47520
|
*/
|
|
47674
47521
|
result?: ListCertificatesResponseBodyResult[];
|
|
47675
47522
|
/**
|
|
47676
47523
|
* @remarks
|
|
47677
|
-
*
|
|
47524
|
+
* The website ID.
|
|
47678
47525
|
*
|
|
47679
47526
|
* @example
|
|
47680
47527
|
* 1234567890123
|
|
@@ -47682,7 +47529,7 @@ export class ListCertificatesResponseBody extends $dara.Model {
|
|
|
47682
47529
|
siteId?: number;
|
|
47683
47530
|
/**
|
|
47684
47531
|
* @remarks
|
|
47685
|
-
*
|
|
47532
|
+
* The website name.
|
|
47686
47533
|
*
|
|
47687
47534
|
* @example
|
|
47688
47535
|
* example.com
|
|
@@ -47690,7 +47537,7 @@ export class ListCertificatesResponseBody extends $dara.Model {
|
|
|
47690
47537
|
siteName?: string;
|
|
47691
47538
|
/**
|
|
47692
47539
|
* @remarks
|
|
47693
|
-
*
|
|
47540
|
+
* The total number of entries returned.
|
|
47694
47541
|
*
|
|
47695
47542
|
* @example
|
|
47696
47543
|
* 10
|
|
@@ -57039,7 +56886,7 @@ export class PurchaseRatePlanRequest extends $dara.Model {
|
|
|
57039
56886
|
amount?: number;
|
|
57040
56887
|
/**
|
|
57041
56888
|
* @remarks
|
|
57042
|
-
*
|
|
56889
|
+
* Specifies whether to enable auto payment.
|
|
57043
56890
|
*
|
|
57044
56891
|
* @example
|
|
57045
56892
|
* true
|
|
@@ -57057,9 +56904,10 @@ export class PurchaseRatePlanRequest extends $dara.Model {
|
|
|
57057
56904
|
autoRenew?: boolean;
|
|
57058
56905
|
/**
|
|
57059
56906
|
* @remarks
|
|
57060
|
-
*
|
|
57061
|
-
*
|
|
57062
|
-
*
|
|
56907
|
+
* The billing method. Valid values:
|
|
56908
|
+
*
|
|
56909
|
+
* * PREPAY: subscription.
|
|
56910
|
+
* * POSTPAY: pay-as-you-go.
|
|
57063
56911
|
*
|
|
57064
56912
|
* @example
|
|
57065
56913
|
* PREPAY
|
|
@@ -57067,10 +56915,11 @@ export class PurchaseRatePlanRequest extends $dara.Model {
|
|
|
57067
56915
|
chargeType?: string;
|
|
57068
56916
|
/**
|
|
57069
56917
|
* @remarks
|
|
57070
|
-
*
|
|
57071
|
-
*
|
|
57072
|
-
*
|
|
57073
|
-
*
|
|
56918
|
+
* The service location. Valid values:
|
|
56919
|
+
*
|
|
56920
|
+
* * domestic: the Chinese mainland.
|
|
56921
|
+
* * global: global.
|
|
56922
|
+
* * overseas: outside the Chinese mainland.
|
|
57074
56923
|
*
|
|
57075
56924
|
* @example
|
|
57076
56925
|
* domestic
|
|
@@ -57110,9 +56959,10 @@ export class PurchaseRatePlanRequest extends $dara.Model {
|
|
|
57110
56959
|
siteName?: string;
|
|
57111
56960
|
/**
|
|
57112
56961
|
* @remarks
|
|
57113
|
-
*
|
|
57114
|
-
*
|
|
57115
|
-
*
|
|
56962
|
+
* The DNS setup option for the website. Valid values:
|
|
56963
|
+
*
|
|
56964
|
+
* * NS
|
|
56965
|
+
* * CNAME
|
|
57116
56966
|
*
|
|
57117
56967
|
* @example
|
|
57118
56968
|
* CNAME
|
|
@@ -58729,6 +58579,7 @@ export class SetClientCertificateHostnamesShrinkRequest extends $dara.Model {
|
|
|
58729
58579
|
}
|
|
58730
58580
|
|
|
58731
58581
|
export class SetClientCertificateHostnamesResponseBody extends $dara.Model {
|
|
58582
|
+
hostnames?: string[];
|
|
58732
58583
|
/**
|
|
58733
58584
|
* @remarks
|
|
58734
58585
|
* The ID of the client CA certificate.
|
|
@@ -58763,6 +58614,7 @@ export class SetClientCertificateHostnamesResponseBody extends $dara.Model {
|
|
|
58763
58614
|
siteName?: string;
|
|
58764
58615
|
static names(): { [key: string]: string } {
|
|
58765
58616
|
return {
|
|
58617
|
+
hostnames: 'Hostnames',
|
|
58766
58618
|
id: 'Id',
|
|
58767
58619
|
requestId: 'RequestId',
|
|
58768
58620
|
siteId: 'SiteId',
|
|
@@ -58772,6 +58624,7 @@ export class SetClientCertificateHostnamesResponseBody extends $dara.Model {
|
|
|
58772
58624
|
|
|
58773
58625
|
static types(): { [key: string]: any } {
|
|
58774
58626
|
return {
|
|
58627
|
+
hostnames: { 'type': 'array', 'itemType': 'string' },
|
|
58775
58628
|
id: 'string',
|
|
58776
58629
|
requestId: 'string',
|
|
58777
58630
|
siteId: 'number',
|
|
@@ -58780,6 +58633,9 @@ export class SetClientCertificateHostnamesResponseBody extends $dara.Model {
|
|
|
58780
58633
|
}
|
|
58781
58634
|
|
|
58782
58635
|
validate() {
|
|
58636
|
+
if(Array.isArray(this.hostnames)) {
|
|
58637
|
+
$dara.Model.validateArray(this.hostnames);
|
|
58638
|
+
}
|
|
58783
58639
|
super.validate();
|
|
58784
58640
|
}
|
|
58785
58641
|
|
|
@@ -60013,9 +59869,10 @@ export class UpdateCacheRuleResponse extends $dara.Model {
|
|
|
60013
59869
|
export class UpdateCacheTagRequest extends $dara.Model {
|
|
60014
59870
|
/**
|
|
60015
59871
|
* @remarks
|
|
60016
|
-
*
|
|
60017
|
-
*
|
|
60018
|
-
*
|
|
59872
|
+
* Specifies whether to ignore case sensitivity. Valid values:
|
|
59873
|
+
*
|
|
59874
|
+
* * on
|
|
59875
|
+
* * off
|
|
60019
59876
|
*
|
|
60020
59877
|
* @example
|
|
60021
59878
|
* on
|
|
@@ -60023,7 +59880,7 @@ export class UpdateCacheTagRequest extends $dara.Model {
|
|
|
60023
59880
|
caseInsensitive?: string;
|
|
60024
59881
|
/**
|
|
60025
59882
|
* @remarks
|
|
60026
|
-
*
|
|
59883
|
+
* The website ID, which can be obtained by calling the [ListSites](https://help.aliyun.com/document_detail/2850189.html) operation.
|
|
60027
59884
|
*
|
|
60028
59885
|
* This parameter is required.
|
|
60029
59886
|
*
|
|
@@ -60033,7 +59890,7 @@ export class UpdateCacheTagRequest extends $dara.Model {
|
|
|
60033
59890
|
siteId?: number;
|
|
60034
59891
|
/**
|
|
60035
59892
|
* @remarks
|
|
60036
|
-
* The version number of the
|
|
59893
|
+
* 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.
|
|
60037
59894
|
*
|
|
60038
59895
|
* @example
|
|
60039
59896
|
* 1
|
|
@@ -60041,7 +59898,7 @@ export class UpdateCacheTagRequest extends $dara.Model {
|
|
|
60041
59898
|
siteVersion?: number;
|
|
60042
59899
|
/**
|
|
60043
59900
|
* @remarks
|
|
60044
|
-
*
|
|
59901
|
+
* The name of the custom cache tag.
|
|
60045
59902
|
*
|
|
60046
59903
|
* @example
|
|
60047
59904
|
* example
|
|
@@ -60077,7 +59934,7 @@ export class UpdateCacheTagRequest extends $dara.Model {
|
|
|
60077
59934
|
export class UpdateCacheTagResponseBody extends $dara.Model {
|
|
60078
59935
|
/**
|
|
60079
59936
|
* @remarks
|
|
60080
|
-
*
|
|
59937
|
+
* The request ID.
|
|
60081
59938
|
*
|
|
60082
59939
|
* @example
|
|
60083
59940
|
* CB1A380B-09F0-41BB-280B-72F8FD6DA2FE
|
|
@@ -60446,6 +60303,8 @@ export class UpdateCustomScenePolicyRequest extends $dara.Model {
|
|
|
60446
60303
|
* @remarks
|
|
60447
60304
|
* The IDs of the websites that you want to associate with the policy. Separate multiple IDs with commas (,).
|
|
60448
60305
|
*
|
|
60306
|
+
* This parameter is required.
|
|
60307
|
+
*
|
|
60449
60308
|
* @example
|
|
60450
60309
|
* 123456****
|
|
60451
60310
|
*/
|
|
@@ -60649,10 +60508,10 @@ export class UpdateCustomScenePolicyResponse extends $dara.Model {
|
|
|
60649
60508
|
export class UpdateDevelopmentModeRequest extends $dara.Model {
|
|
60650
60509
|
/**
|
|
60651
60510
|
* @remarks
|
|
60652
|
-
*
|
|
60511
|
+
* Specifies whether to enable Development Mode. Valid values:
|
|
60653
60512
|
*
|
|
60654
|
-
*
|
|
60655
|
-
*
|
|
60513
|
+
* * on
|
|
60514
|
+
* * off
|
|
60656
60515
|
*
|
|
60657
60516
|
* This parameter is required.
|
|
60658
60517
|
*
|
|
@@ -60662,7 +60521,7 @@ export class UpdateDevelopmentModeRequest extends $dara.Model {
|
|
|
60662
60521
|
enable?: string;
|
|
60663
60522
|
/**
|
|
60664
60523
|
* @remarks
|
|
60665
|
-
*
|
|
60524
|
+
* The website ID, which can be obtained by calling the [ListSites](https://help.aliyun.com/document_detail/2850189.html) operation.
|
|
60666
60525
|
*
|
|
60667
60526
|
* This parameter is required.
|
|
60668
60527
|
*
|
|
@@ -60696,7 +60555,7 @@ export class UpdateDevelopmentModeRequest extends $dara.Model {
|
|
|
60696
60555
|
export class UpdateDevelopmentModeResponseBody extends $dara.Model {
|
|
60697
60556
|
/**
|
|
60698
60557
|
* @remarks
|
|
60699
|
-
*
|
|
60558
|
+
* The request ID.
|
|
60700
60559
|
*
|
|
60701
60560
|
* @example
|
|
60702
60561
|
* 65C66B7B-671A-8297-9187-2R5477247B76
|
|
@@ -60760,16 +60619,25 @@ export class UpdateDevelopmentModeResponse extends $dara.Model {
|
|
|
60760
60619
|
|
|
60761
60620
|
export class UpdateEdgeContainerAppLogRiverRequest extends $dara.Model {
|
|
60762
60621
|
/**
|
|
60622
|
+
* @remarks
|
|
60623
|
+
* The application ID, which can be obtained by calling the [ListEdgeContainerApps](https://help.aliyun.com/document_detail/2852396.html) operation.
|
|
60624
|
+
*
|
|
60763
60625
|
* @example
|
|
60764
60626
|
* app-88068867578379****
|
|
60765
60627
|
*/
|
|
60766
60628
|
appId?: string;
|
|
60767
60629
|
/**
|
|
60630
|
+
* @remarks
|
|
60631
|
+
* The log path of the container.
|
|
60632
|
+
*
|
|
60768
60633
|
* @example
|
|
60769
60634
|
* /root/hello.log
|
|
60770
60635
|
*/
|
|
60771
60636
|
path?: string;
|
|
60772
60637
|
/**
|
|
60638
|
+
* @remarks
|
|
60639
|
+
* Specifies whether to collect the standard output of the container.
|
|
60640
|
+
*
|
|
60773
60641
|
* @example
|
|
60774
60642
|
* true
|
|
60775
60643
|
*/
|
|
@@ -60801,16 +60669,25 @@ export class UpdateEdgeContainerAppLogRiverRequest extends $dara.Model {
|
|
|
60801
60669
|
|
|
60802
60670
|
export class UpdateEdgeContainerAppLogRiverResponseBody extends $dara.Model {
|
|
60803
60671
|
/**
|
|
60672
|
+
* @remarks
|
|
60673
|
+
* The log path of the container.
|
|
60674
|
+
*
|
|
60804
60675
|
* @example
|
|
60805
60676
|
* /root/hello.log
|
|
60806
60677
|
*/
|
|
60807
60678
|
path?: string;
|
|
60808
60679
|
/**
|
|
60680
|
+
* @remarks
|
|
60681
|
+
* The request ID.
|
|
60682
|
+
*
|
|
60809
60683
|
* @example
|
|
60810
60684
|
* 42DE97FA-45D2-5615-9A31-55D9EC0D7563
|
|
60811
60685
|
*/
|
|
60812
60686
|
requestId?: string;
|
|
60813
60687
|
/**
|
|
60688
|
+
* @remarks
|
|
60689
|
+
* Indicates whether the standard output of the container is collected.
|
|
60690
|
+
*
|
|
60814
60691
|
* @example
|
|
60815
60692
|
* true
|
|
60816
60693
|
*/
|
|
@@ -61869,10 +61746,10 @@ export class UpdateHttpsBasicConfigurationResponse extends $dara.Model {
|
|
|
61869
61746
|
export class UpdateIPv6Request extends $dara.Model {
|
|
61870
61747
|
/**
|
|
61871
61748
|
* @remarks
|
|
61872
|
-
*
|
|
61749
|
+
* Specifies whether to enable IPv6. Valid values:
|
|
61873
61750
|
*
|
|
61874
|
-
*
|
|
61875
|
-
*
|
|
61751
|
+
* * **on**
|
|
61752
|
+
* * **off**
|
|
61876
61753
|
*
|
|
61877
61754
|
* This parameter is required.
|
|
61878
61755
|
*
|
|
@@ -61882,7 +61759,7 @@ export class UpdateIPv6Request extends $dara.Model {
|
|
|
61882
61759
|
enable?: string;
|
|
61883
61760
|
/**
|
|
61884
61761
|
* @remarks
|
|
61885
|
-
*
|
|
61762
|
+
* The website ID, which can be obtained by calling the [ListSites](https://help.aliyun.com/document_detail/2850189.html) operation.
|
|
61886
61763
|
*
|
|
61887
61764
|
* This parameter is required.
|
|
61888
61765
|
*
|
|
@@ -61916,7 +61793,7 @@ export class UpdateIPv6Request extends $dara.Model {
|
|
|
61916
61793
|
export class UpdateIPv6ResponseBody extends $dara.Model {
|
|
61917
61794
|
/**
|
|
61918
61795
|
* @remarks
|
|
61919
|
-
*
|
|
61796
|
+
* The request ID.
|
|
61920
61797
|
*
|
|
61921
61798
|
* @example
|
|
61922
61799
|
* 15C66C7B-671A-4297-9187-2C4477247A74
|
|
@@ -62340,7 +62217,7 @@ export class UpdateListResponse extends $dara.Model {
|
|
|
62340
62217
|
export class UpdateLoadBalancerRequest extends $dara.Model {
|
|
62341
62218
|
/**
|
|
62342
62219
|
* @remarks
|
|
62343
|
-
*
|
|
62220
|
+
* Cross-pool fallback configuration.
|
|
62344
62221
|
*/
|
|
62345
62222
|
adaptiveRouting?: UpdateLoadBalancerRequestAdaptiveRouting;
|
|
62346
62223
|
/**
|
|
@@ -62424,7 +62301,7 @@ export class UpdateLoadBalancerRequest extends $dara.Model {
|
|
|
62424
62301
|
* Session persistence, with values:
|
|
62425
62302
|
* - off: Not enabled.
|
|
62426
62303
|
* - ip: Session persistence by IP.
|
|
62427
|
-
* - cookie:
|
|
62304
|
+
* - cookie: Session persistence by cookie.
|
|
62428
62305
|
*
|
|
62429
62306
|
* @example
|
|
62430
62307
|
* ip
|
|
@@ -62531,7 +62408,7 @@ export class UpdateLoadBalancerRequest extends $dara.Model {
|
|
|
62531
62408
|
export class UpdateLoadBalancerShrinkRequest extends $dara.Model {
|
|
62532
62409
|
/**
|
|
62533
62410
|
* @remarks
|
|
62534
|
-
*
|
|
62411
|
+
* Cross-pool fallback configuration.
|
|
62535
62412
|
*/
|
|
62536
62413
|
adaptiveRoutingShrink?: string;
|
|
62537
62414
|
/**
|
|
@@ -62615,7 +62492,7 @@ export class UpdateLoadBalancerShrinkRequest extends $dara.Model {
|
|
|
62615
62492
|
* Session persistence, with values:
|
|
62616
62493
|
* - off: Not enabled.
|
|
62617
62494
|
* - ip: Session persistence by IP.
|
|
62618
|
-
* - cookie:
|
|
62495
|
+
* - cookie: Session persistence by cookie.
|
|
62619
62496
|
*
|
|
62620
62497
|
* @example
|
|
62621
62498
|
* ip
|
|
@@ -62772,9 +62649,10 @@ export class UpdateLoadBalancerResponse extends $dara.Model {
|
|
|
62772
62649
|
export class UpdateManagedTransformRequest extends $dara.Model {
|
|
62773
62650
|
/**
|
|
62774
62651
|
* @remarks
|
|
62775
|
-
*
|
|
62776
|
-
*
|
|
62777
|
-
*
|
|
62652
|
+
* Specifies whether to include the header that indicates the geographical location of a client in an origin request. Valid values:
|
|
62653
|
+
*
|
|
62654
|
+
* * on
|
|
62655
|
+
* * off
|
|
62778
62656
|
*
|
|
62779
62657
|
* @example
|
|
62780
62658
|
* on
|
|
@@ -62782,9 +62660,10 @@ export class UpdateManagedTransformRequest extends $dara.Model {
|
|
|
62782
62660
|
addClientGeolocationHeader?: string;
|
|
62783
62661
|
/**
|
|
62784
62662
|
* @remarks
|
|
62785
|
-
*
|
|
62786
|
-
*
|
|
62787
|
-
*
|
|
62663
|
+
* Specifies whether to include the "ali-real-client-ip" header that indicates the client\\"s real IP address in an origin request. Valid values:
|
|
62664
|
+
*
|
|
62665
|
+
* * on
|
|
62666
|
+
* * off
|
|
62788
62667
|
*
|
|
62789
62668
|
* @example
|
|
62790
62669
|
* on
|
|
@@ -62792,7 +62671,7 @@ export class UpdateManagedTransformRequest extends $dara.Model {
|
|
|
62792
62671
|
addRealClientIpHeader?: string;
|
|
62793
62672
|
/**
|
|
62794
62673
|
* @remarks
|
|
62795
|
-
*
|
|
62674
|
+
* The website ID, which can be obtained by calling the [ListSites](https://help.aliyun.com/document_detail/2850189.html) operation.
|
|
62796
62675
|
*
|
|
62797
62676
|
* This parameter is required.
|
|
62798
62677
|
*
|
|
@@ -62802,7 +62681,7 @@ export class UpdateManagedTransformRequest extends $dara.Model {
|
|
|
62802
62681
|
siteId?: number;
|
|
62803
62682
|
/**
|
|
62804
62683
|
* @remarks
|
|
62805
|
-
* The version number of the
|
|
62684
|
+
* 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.
|
|
62806
62685
|
*
|
|
62807
62686
|
* @example
|
|
62808
62687
|
* 0
|
|
@@ -62838,7 +62717,7 @@ export class UpdateManagedTransformRequest extends $dara.Model {
|
|
|
62838
62717
|
export class UpdateManagedTransformResponseBody extends $dara.Model {
|
|
62839
62718
|
/**
|
|
62840
62719
|
* @remarks
|
|
62841
|
-
*
|
|
62720
|
+
* The request ID.
|
|
62842
62721
|
*
|
|
62843
62722
|
* @example
|
|
62844
62723
|
* CB1A380B-09F0-41BB-A198-72F8FD6DA2FE
|
|
@@ -64584,6 +64463,7 @@ export class UpdateRewriteUrlRuleRequest extends $dara.Model {
|
|
|
64584
64463
|
* Query string rewrite type. Value range:
|
|
64585
64464
|
*
|
|
64586
64465
|
* - static: Static mode.
|
|
64466
|
+
* - dynamic: Dynamic mode.
|
|
64587
64467
|
*
|
|
64588
64468
|
* @example
|
|
64589
64469
|
* static
|
|
@@ -64594,6 +64474,7 @@ export class UpdateRewriteUrlRuleRequest extends $dara.Model {
|
|
|
64594
64474
|
* URI rewrite type. Value range:
|
|
64595
64475
|
*
|
|
64596
64476
|
* - static: Static mode.
|
|
64477
|
+
* - dynamic: Dynamic mode.
|
|
64597
64478
|
*
|
|
64598
64479
|
* @example
|
|
64599
64480
|
* static
|
|
@@ -65764,10 +65645,10 @@ export class UpdateSiteDeliveryTaskStatusResponse extends $dara.Model {
|
|
|
65764
65645
|
export class UpdateSiteNameExclusiveRequest extends $dara.Model {
|
|
65765
65646
|
/**
|
|
65766
65647
|
* @remarks
|
|
65767
|
-
*
|
|
65648
|
+
* Specifies whether to enable site hold. Valid values:
|
|
65768
65649
|
*
|
|
65769
|
-
*
|
|
65770
|
-
*
|
|
65650
|
+
* * on
|
|
65651
|
+
* * off
|
|
65771
65652
|
*
|
|
65772
65653
|
* This parameter is required.
|
|
65773
65654
|
*
|
|
@@ -65777,7 +65658,7 @@ export class UpdateSiteNameExclusiveRequest extends $dara.Model {
|
|
|
65777
65658
|
enable?: string;
|
|
65778
65659
|
/**
|
|
65779
65660
|
* @remarks
|
|
65780
|
-
*
|
|
65661
|
+
* The website ID, which can be obtained by calling the [ListSites](https://help.aliyun.com/document_detail/2850189.html) operation.
|
|
65781
65662
|
*
|
|
65782
65663
|
* This parameter is required.
|
|
65783
65664
|
*
|
|
@@ -65811,7 +65692,7 @@ export class UpdateSiteNameExclusiveRequest extends $dara.Model {
|
|
|
65811
65692
|
export class UpdateSiteNameExclusiveResponseBody extends $dara.Model {
|
|
65812
65693
|
/**
|
|
65813
65694
|
* @remarks
|
|
65814
|
-
*
|
|
65695
|
+
* The request ID.
|
|
65815
65696
|
*
|
|
65816
65697
|
* @example
|
|
65817
65698
|
* 0AEDAF20-4DDF-4165-8750-47FF9C1929C9
|
|
@@ -65876,9 +65757,10 @@ export class UpdateSiteNameExclusiveResponse extends $dara.Model {
|
|
|
65876
65757
|
export class UpdateSitePauseRequest extends $dara.Model {
|
|
65877
65758
|
/**
|
|
65878
65759
|
* @remarks
|
|
65879
|
-
*
|
|
65880
|
-
*
|
|
65881
|
-
*
|
|
65760
|
+
* Specifies whether to temporarily pause ESA on the website. If you set this parameter to true, all requests to the domains in your DNS records go directly to your origin server. Valid values:
|
|
65761
|
+
*
|
|
65762
|
+
* * true
|
|
65763
|
+
* * false
|
|
65882
65764
|
*
|
|
65883
65765
|
* This parameter is required.
|
|
65884
65766
|
*
|
|
@@ -65888,7 +65770,7 @@ export class UpdateSitePauseRequest extends $dara.Model {
|
|
|
65888
65770
|
paused?: boolean;
|
|
65889
65771
|
/**
|
|
65890
65772
|
* @remarks
|
|
65891
|
-
* The
|
|
65773
|
+
* The website ID, which can be obtained by calling the [ListSites](https://help.aliyun.com/document_detail/2850189.html) operation.
|
|
65892
65774
|
*
|
|
65893
65775
|
* This parameter is required.
|
|
65894
65776
|
*
|
|
@@ -65922,7 +65804,7 @@ export class UpdateSitePauseRequest extends $dara.Model {
|
|
|
65922
65804
|
export class UpdateSitePauseResponseBody extends $dara.Model {
|
|
65923
65805
|
/**
|
|
65924
65806
|
* @remarks
|
|
65925
|
-
*
|
|
65807
|
+
* The request ID.
|
|
65926
65808
|
*
|
|
65927
65809
|
* @example
|
|
65928
65810
|
* 6abd807e-ed2a-44de-ac54-ac38a62472e6
|
|
@@ -66094,11 +65976,12 @@ export class UpdateSiteVanityNSResponse extends $dara.Model {
|
|
|
66094
65976
|
export class UpdateTieredCacheRequest extends $dara.Model {
|
|
66095
65977
|
/**
|
|
66096
65978
|
* @remarks
|
|
66097
|
-
*
|
|
66098
|
-
*
|
|
66099
|
-
*
|
|
66100
|
-
*
|
|
66101
|
-
*
|
|
65979
|
+
* The tiered cache architecture mode. Valid values:
|
|
65980
|
+
*
|
|
65981
|
+
* * edge: edge tiered cache.
|
|
65982
|
+
* * edge_smart: edge tiered cache + smart tiered cache.
|
|
65983
|
+
* * edge_regional: edge tiered cache + regional tiered cache.
|
|
65984
|
+
* * edge_regional_smart: edge tiered cache + regional tiered cache + smart tiered cache.
|
|
66102
65985
|
*
|
|
66103
65986
|
* This parameter is required.
|
|
66104
65987
|
*
|
|
@@ -66108,7 +65991,7 @@ export class UpdateTieredCacheRequest extends $dara.Model {
|
|
|
66108
65991
|
cacheArchitectureMode?: string;
|
|
66109
65992
|
/**
|
|
66110
65993
|
* @remarks
|
|
66111
|
-
*
|
|
65994
|
+
* The website ID, which can be obtained by calling the [ListSites](https://help.aliyun.com/document_detail/2850189.html) operation.
|
|
66112
65995
|
*
|
|
66113
65996
|
* This parameter is required.
|
|
66114
65997
|
*
|
|
@@ -66142,7 +66025,7 @@ export class UpdateTieredCacheRequest extends $dara.Model {
|
|
|
66142
66025
|
export class UpdateTieredCacheResponseBody extends $dara.Model {
|
|
66143
66026
|
/**
|
|
66144
66027
|
* @remarks
|
|
66145
|
-
*
|
|
66028
|
+
* The request ID.
|
|
66146
66029
|
*
|
|
66147
66030
|
* @example
|
|
66148
66031
|
* 15C66C7B-671A-4297-9187-2C4477247A74
|
|
@@ -68023,7 +67906,7 @@ export default class Client extends OpenApi {
|
|
|
68023
67906
|
}
|
|
68024
67907
|
|
|
68025
67908
|
/**
|
|
68026
|
-
* Activates
|
|
67909
|
+
* Activates the client based on the certificate ID.
|
|
68027
67910
|
*
|
|
68028
67911
|
* @param request - ActivateClientCertificateRequest
|
|
68029
67912
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -68055,7 +67938,7 @@ export default class Client extends OpenApi {
|
|
|
68055
67938
|
}
|
|
68056
67939
|
|
|
68057
67940
|
/**
|
|
68058
|
-
* Activates
|
|
67941
|
+
* Activates the client based on the certificate ID.
|
|
68059
67942
|
*
|
|
68060
67943
|
* @param request - ActivateClientCertificateRequest
|
|
68061
67944
|
* @returns ActivateClientCertificateResponse
|
|
@@ -68113,7 +67996,7 @@ export default class Client extends OpenApi {
|
|
|
68113
67996
|
}
|
|
68114
67997
|
|
|
68115
67998
|
/**
|
|
68116
|
-
*
|
|
67999
|
+
* Applies for a free SSL certificate.
|
|
68117
68000
|
*
|
|
68118
68001
|
* @param request - ApplyCertificateRequest
|
|
68119
68002
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -68145,7 +68028,7 @@ export default class Client extends OpenApi {
|
|
|
68145
68028
|
}
|
|
68146
68029
|
|
|
68147
68030
|
/**
|
|
68148
|
-
*
|
|
68031
|
+
* Applies for a free SSL certificate.
|
|
68149
68032
|
*
|
|
68150
68033
|
* @param request - ApplyCertificateRequest
|
|
68151
68034
|
* @returns ApplyCertificateResponse
|
|
@@ -71978,10 +71861,10 @@ export default class Client extends OpenApi {
|
|
|
71978
71861
|
}
|
|
71979
71862
|
|
|
71980
71863
|
/**
|
|
71981
|
-
*
|
|
71864
|
+
* Disables version management for a website.
|
|
71982
71865
|
*
|
|
71983
71866
|
* @remarks
|
|
71984
|
-
*
|
|
71867
|
+
* You can disable version management only when the default environment and version 0 exist.
|
|
71985
71868
|
*
|
|
71986
71869
|
* @param request - DeactivateVersionManagementRequest
|
|
71987
71870
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -72017,10 +71900,10 @@ export default class Client extends OpenApi {
|
|
|
72017
71900
|
}
|
|
72018
71901
|
|
|
72019
71902
|
/**
|
|
72020
|
-
*
|
|
71903
|
+
* Disables version management for a website.
|
|
72021
71904
|
*
|
|
72022
71905
|
* @remarks
|
|
72023
|
-
*
|
|
71906
|
+
* You can disable version management only when the default environment and version 0 exist.
|
|
72024
71907
|
*
|
|
72025
71908
|
* @param request - DeactivateVersionManagementRequest
|
|
72026
71909
|
* @returns DeactivateVersionManagementResponse
|
|
@@ -74425,10 +74308,10 @@ export default class Client extends OpenApi {
|
|
|
74425
74308
|
}
|
|
74426
74309
|
|
|
74427
74310
|
/**
|
|
74428
|
-
*
|
|
74311
|
+
* Queries the status of an instance that uses a plan.
|
|
74429
74312
|
*
|
|
74430
74313
|
* @remarks
|
|
74431
|
-
* You can
|
|
74314
|
+
* You can query the status of an instance after you purchase a plan for the instance.
|
|
74432
74315
|
*
|
|
74433
74316
|
* @param request - DescribeRatePlanInstanceStatusRequest
|
|
74434
74317
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -74464,10 +74347,10 @@ export default class Client extends OpenApi {
|
|
|
74464
74347
|
}
|
|
74465
74348
|
|
|
74466
74349
|
/**
|
|
74467
|
-
*
|
|
74350
|
+
* Queries the status of an instance that uses a plan.
|
|
74468
74351
|
*
|
|
74469
74352
|
* @remarks
|
|
74470
|
-
* You can
|
|
74353
|
+
* You can query the status of an instance after you purchase a plan for the instance.
|
|
74471
74354
|
*
|
|
74472
74355
|
* @param request - DescribeRatePlanInstanceStatusRequest
|
|
74473
74356
|
* @returns DescribeRatePlanInstanceStatusResponse
|
|
@@ -74678,7 +74561,7 @@ export default class Client extends OpenApi {
|
|
|
74678
74561
|
}
|
|
74679
74562
|
|
|
74680
74563
|
/**
|
|
74681
|
-
*
|
|
74564
|
+
* Queries the available specifications of cache reserve instances.
|
|
74682
74565
|
*
|
|
74683
74566
|
* @param request - GetCacheReserveSpecificationRequest
|
|
74684
74567
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -74706,7 +74589,7 @@ export default class Client extends OpenApi {
|
|
|
74706
74589
|
}
|
|
74707
74590
|
|
|
74708
74591
|
/**
|
|
74709
|
-
*
|
|
74592
|
+
* Queries the available specifications of cache reserve instances.
|
|
74710
74593
|
* @returns GetCacheReserveSpecificationResponse
|
|
74711
74594
|
*/
|
|
74712
74595
|
async getCacheReserveSpecification(): Promise<GetCacheReserveSpecificationResponse> {
|
|
@@ -75192,7 +75075,7 @@ export default class Client extends OpenApi {
|
|
|
75192
75075
|
}
|
|
75193
75076
|
|
|
75194
75077
|
/**
|
|
75195
|
-
*
|
|
75078
|
+
* Queries the log collection configuration of a containerized application.
|
|
75196
75079
|
*
|
|
75197
75080
|
* @param request - GetEdgeContainerAppLogRiverRequest
|
|
75198
75081
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -75224,7 +75107,7 @@ export default class Client extends OpenApi {
|
|
|
75224
75107
|
}
|
|
75225
75108
|
|
|
75226
75109
|
/**
|
|
75227
|
-
*
|
|
75110
|
+
* Queries the log collection configuration of a containerized application.
|
|
75228
75111
|
*
|
|
75229
75112
|
* @param request - GetEdgeContainerAppLogRiverRequest
|
|
75230
75113
|
* @returns GetEdgeContainerAppLogRiverResponse
|
|
@@ -75677,7 +75560,7 @@ export default class Client extends OpenApi {
|
|
|
75677
75560
|
}
|
|
75678
75561
|
|
|
75679
75562
|
/**
|
|
75680
|
-
*
|
|
75563
|
+
* Queries the IPv6 configuration of a website.
|
|
75681
75564
|
*
|
|
75682
75565
|
* @param request - GetIPv6Request
|
|
75683
75566
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -75709,7 +75592,7 @@ export default class Client extends OpenApi {
|
|
|
75709
75592
|
}
|
|
75710
75593
|
|
|
75711
75594
|
/**
|
|
75712
|
-
*
|
|
75595
|
+
* Queries the IPv6 configuration of a website.
|
|
75713
75596
|
*
|
|
75714
75597
|
* @param request - GetIPv6Request
|
|
75715
75598
|
* @returns GetIPv6Response
|
|
@@ -75982,7 +75865,7 @@ export default class Client extends OpenApi {
|
|
|
75982
75865
|
}
|
|
75983
75866
|
|
|
75984
75867
|
/**
|
|
75985
|
-
* Query
|
|
75868
|
+
* Query Managed Transform Configuration
|
|
75986
75869
|
*
|
|
75987
75870
|
* @param request - GetManagedTransformRequest
|
|
75988
75871
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -76014,7 +75897,7 @@ export default class Client extends OpenApi {
|
|
|
76014
75897
|
}
|
|
76015
75898
|
|
|
76016
75899
|
/**
|
|
76017
|
-
* Query
|
|
75900
|
+
* Query Managed Transform Configuration
|
|
76018
75901
|
*
|
|
76019
75902
|
* @param request - GetManagedTransformRequest
|
|
76020
75903
|
* @returns GetManagedTransformResponse
|
|
@@ -76968,7 +76851,7 @@ export default class Client extends OpenApi {
|
|
|
76968
76851
|
}
|
|
76969
76852
|
|
|
76970
76853
|
/**
|
|
76971
|
-
*
|
|
76854
|
+
* Queries the site hold configuration of a website. After you enable site hold, other accounts cannot add your website domain or its subdomains to ESA.
|
|
76972
76855
|
*
|
|
76973
76856
|
* @param request - GetSiteNameExclusiveRequest
|
|
76974
76857
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -77000,7 +76883,7 @@ export default class Client extends OpenApi {
|
|
|
77000
76883
|
}
|
|
77001
76884
|
|
|
77002
76885
|
/**
|
|
77003
|
-
*
|
|
76886
|
+
* Queries the site hold configuration of a website. After you enable site hold, other accounts cannot add your website domain or its subdomains to ESA.
|
|
77004
76887
|
*
|
|
77005
76888
|
* @param request - GetSiteNameExclusiveRequest
|
|
77006
76889
|
* @returns GetSiteNameExclusiveResponse
|
|
@@ -77011,7 +76894,7 @@ export default class Client extends OpenApi {
|
|
|
77011
76894
|
}
|
|
77012
76895
|
|
|
77013
76896
|
/**
|
|
77014
|
-
*
|
|
76897
|
+
* Queries the ESA proxy configuration of a website.
|
|
77015
76898
|
*
|
|
77016
76899
|
* @param request - GetSitePauseRequest
|
|
77017
76900
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -77043,7 +76926,7 @@ export default class Client extends OpenApi {
|
|
|
77043
76926
|
}
|
|
77044
76927
|
|
|
77045
76928
|
/**
|
|
77046
|
-
*
|
|
76929
|
+
* Queries the ESA proxy configuration of a website.
|
|
77047
76930
|
*
|
|
77048
76931
|
* @param request - GetSitePauseRequest
|
|
77049
76932
|
* @returns GetSitePauseResponse
|
|
@@ -77526,7 +77409,7 @@ export default class Client extends OpenApi {
|
|
|
77526
77409
|
}
|
|
77527
77410
|
|
|
77528
77411
|
/**
|
|
77529
|
-
*
|
|
77412
|
+
* Lists certificates of a website.
|
|
77530
77413
|
*
|
|
77531
77414
|
* @param request - ListCertificatesRequest
|
|
77532
77415
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -77558,7 +77441,7 @@ export default class Client extends OpenApi {
|
|
|
77558
77441
|
}
|
|
77559
77442
|
|
|
77560
77443
|
/**
|
|
77561
|
-
*
|
|
77444
|
+
* Lists certificates of a website.
|
|
77562
77445
|
*
|
|
77563
77446
|
* @param request - ListCertificatesRequest
|
|
77564
77447
|
* @returns ListCertificatesResponse
|
|
@@ -81218,7 +81101,7 @@ export default class Client extends OpenApi {
|
|
|
81218
81101
|
}
|
|
81219
81102
|
|
|
81220
81103
|
/**
|
|
81221
|
-
*
|
|
81104
|
+
* Modifies the cache tag configuration of your website. You can call this operation when you need to specify tags in the Cache-Tag response header to use the purge by cache tag feature.
|
|
81222
81105
|
*
|
|
81223
81106
|
* @param request - UpdateCacheTagRequest
|
|
81224
81107
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -81266,7 +81149,7 @@ export default class Client extends OpenApi {
|
|
|
81266
81149
|
}
|
|
81267
81150
|
|
|
81268
81151
|
/**
|
|
81269
|
-
*
|
|
81152
|
+
* Modifies the cache tag configuration of your website. You can call this operation when you need to specify tags in the Cache-Tag response header to use the purge by cache tag feature.
|
|
81270
81153
|
*
|
|
81271
81154
|
* @param request - UpdateCacheTagRequest
|
|
81272
81155
|
* @returns UpdateCacheTagResponse
|
|
@@ -81470,7 +81353,7 @@ export default class Client extends OpenApi {
|
|
|
81470
81353
|
}
|
|
81471
81354
|
|
|
81472
81355
|
/**
|
|
81473
|
-
*
|
|
81356
|
+
* Modifies the development mode configuration of your website. If you enable Development Mode, all requests bypass caching components on POPs and are redirected to the origin server. This allows clients to retrieve the most recent resources on the origin server.
|
|
81474
81357
|
*
|
|
81475
81358
|
* @param request - UpdateDevelopmentModeRequest
|
|
81476
81359
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -81510,7 +81393,7 @@ export default class Client extends OpenApi {
|
|
|
81510
81393
|
}
|
|
81511
81394
|
|
|
81512
81395
|
/**
|
|
81513
|
-
*
|
|
81396
|
+
* Modifies the development mode configuration of your website. If you enable Development Mode, all requests bypass caching components on POPs and are redirected to the origin server. This allows clients to retrieve the most recent resources on the origin server.
|
|
81514
81397
|
*
|
|
81515
81398
|
* @param request - UpdateDevelopmentModeRequest
|
|
81516
81399
|
* @returns UpdateDevelopmentModeResponse
|
|
@@ -81521,7 +81404,7 @@ export default class Client extends OpenApi {
|
|
|
81521
81404
|
}
|
|
81522
81405
|
|
|
81523
81406
|
/**
|
|
81524
|
-
*
|
|
81407
|
+
* Updates the log collection configuration of a containerized application.
|
|
81525
81408
|
*
|
|
81526
81409
|
* @param request - UpdateEdgeContainerAppLogRiverRequest
|
|
81527
81410
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -81565,7 +81448,7 @@ export default class Client extends OpenApi {
|
|
|
81565
81448
|
}
|
|
81566
81449
|
|
|
81567
81450
|
/**
|
|
81568
|
-
*
|
|
81451
|
+
* Updates the log collection configuration of a containerized application.
|
|
81569
81452
|
*
|
|
81570
81453
|
* @param request - UpdateEdgeContainerAppLogRiverRequest
|
|
81571
81454
|
* @returns UpdateEdgeContainerAppLogRiverResponse
|
|
@@ -81928,7 +81811,7 @@ export default class Client extends OpenApi {
|
|
|
81928
81811
|
}
|
|
81929
81812
|
|
|
81930
81813
|
/**
|
|
81931
|
-
*
|
|
81814
|
+
* Modifies the IPv6 configuration of a website.
|
|
81932
81815
|
*
|
|
81933
81816
|
* @param request - UpdateIPv6Request
|
|
81934
81817
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -81968,7 +81851,7 @@ export default class Client extends OpenApi {
|
|
|
81968
81851
|
}
|
|
81969
81852
|
|
|
81970
81853
|
/**
|
|
81971
|
-
*
|
|
81854
|
+
* Modifies the IPv6 configuration of a website.
|
|
81972
81855
|
*
|
|
81973
81856
|
* @param request - UpdateIPv6Request
|
|
81974
81857
|
* @returns UpdateIPv6Response
|
|
@@ -82242,7 +82125,7 @@ export default class Client extends OpenApi {
|
|
|
82242
82125
|
}
|
|
82243
82126
|
|
|
82244
82127
|
/**
|
|
82245
|
-
*
|
|
82128
|
+
* Modifies the configuration of managed transforms for your website.
|
|
82246
82129
|
*
|
|
82247
82130
|
* @param request - UpdateManagedTransformRequest
|
|
82248
82131
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -82290,7 +82173,7 @@ export default class Client extends OpenApi {
|
|
|
82290
82173
|
}
|
|
82291
82174
|
|
|
82292
82175
|
/**
|
|
82293
|
-
*
|
|
82176
|
+
* Modifies the configuration of managed transforms for your website.
|
|
82294
82177
|
*
|
|
82295
82178
|
* @param request - UpdateManagedTransformRequest
|
|
82296
82179
|
* @returns UpdateManagedTransformResponse
|
|
@@ -83448,7 +83331,7 @@ export default class Client extends OpenApi {
|
|
|
83448
83331
|
}
|
|
83449
83332
|
|
|
83450
83333
|
/**
|
|
83451
|
-
*
|
|
83334
|
+
* Modifies the site hold configuration of a website. After you enable site hold, other accounts cannot add your website domain or its subdomains to ESA.
|
|
83452
83335
|
*
|
|
83453
83336
|
* @param request - UpdateSiteNameExclusiveRequest
|
|
83454
83337
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -83488,7 +83371,7 @@ export default class Client extends OpenApi {
|
|
|
83488
83371
|
}
|
|
83489
83372
|
|
|
83490
83373
|
/**
|
|
83491
|
-
*
|
|
83374
|
+
* Modifies the site hold configuration of a website. After you enable site hold, other accounts cannot add your website domain or its subdomains to ESA.
|
|
83492
83375
|
*
|
|
83493
83376
|
* @param request - UpdateSiteNameExclusiveRequest
|
|
83494
83377
|
* @returns UpdateSiteNameExclusiveResponse
|
|
@@ -83499,7 +83382,7 @@ export default class Client extends OpenApi {
|
|
|
83499
83382
|
}
|
|
83500
83383
|
|
|
83501
83384
|
/**
|
|
83502
|
-
*
|
|
83385
|
+
* Modifies the ESA proxy configuration of a website.
|
|
83503
83386
|
*
|
|
83504
83387
|
* @param request - UpdateSitePauseRequest
|
|
83505
83388
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -83539,7 +83422,7 @@ export default class Client extends OpenApi {
|
|
|
83539
83422
|
}
|
|
83540
83423
|
|
|
83541
83424
|
/**
|
|
83542
|
-
*
|
|
83425
|
+
* Modifies the ESA proxy configuration of a website.
|
|
83543
83426
|
*
|
|
83544
83427
|
* @param request - UpdateSitePauseRequest
|
|
83545
83428
|
* @returns UpdateSitePauseResponse
|
|
@@ -83601,7 +83484,7 @@ export default class Client extends OpenApi {
|
|
|
83601
83484
|
}
|
|
83602
83485
|
|
|
83603
83486
|
/**
|
|
83604
|
-
*
|
|
83487
|
+
* Modifies the tiered cache configuration of your website.
|
|
83605
83488
|
*
|
|
83606
83489
|
* @param request - UpdateTieredCacheRequest
|
|
83607
83490
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -83641,7 +83524,7 @@ export default class Client extends OpenApi {
|
|
|
83641
83524
|
}
|
|
83642
83525
|
|
|
83643
83526
|
/**
|
|
83644
|
-
*
|
|
83527
|
+
* Modifies the tiered cache configuration of your website.
|
|
83645
83528
|
*
|
|
83646
83529
|
* @param request - UpdateTieredCacheRequest
|
|
83647
83530
|
* @returns UpdateTieredCacheResponse
|