@alicloud/esa20240910 2.11.0 → 2.12.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/client.d.ts CHANGED
@@ -8315,6 +8315,58 @@ export declare class ListHttpsBasicConfigurationsResponseBodyConfigs extends $da
8315
8315
  [key: string]: any;
8316
8316
  });
8317
8317
  }
8318
+ export declare class ListImageTransformsResponseBodyConfigs extends $dara.Model {
8319
+ /**
8320
+ * @example
8321
+ * 395386449776640
8322
+ */
8323
+ configId?: number;
8324
+ /**
8325
+ * @example
8326
+ * global
8327
+ */
8328
+ configType?: string;
8329
+ /**
8330
+ * @example
8331
+ * on
8332
+ */
8333
+ enable?: string;
8334
+ /**
8335
+ * @example
8336
+ * (http.request.uri.path.file_name eq \\"jpg\\")
8337
+ */
8338
+ rule?: string;
8339
+ /**
8340
+ * @example
8341
+ * on
8342
+ */
8343
+ ruleEnable?: string;
8344
+ /**
8345
+ * @example
8346
+ * test
8347
+ */
8348
+ ruleName?: string;
8349
+ /**
8350
+ * @example
8351
+ * 1
8352
+ */
8353
+ sequence?: number;
8354
+ /**
8355
+ * @example
8356
+ * 1
8357
+ */
8358
+ siteVersion?: number;
8359
+ static names(): {
8360
+ [key: string]: string;
8361
+ };
8362
+ static types(): {
8363
+ [key: string]: any;
8364
+ };
8365
+ validate(): void;
8366
+ constructor(map?: {
8367
+ [key: string]: any;
8368
+ });
8369
+ }
8318
8370
  export declare class ListInstanceQuotasResponseBodyQuotas extends $dara.Model {
8319
8371
  /**
8320
8372
  * @remarks
@@ -9065,6 +9117,78 @@ export declare class ListManagedRulesGroupsResponseBodyManagedRulesGroups extend
9065
9117
  [key: string]: any;
9066
9118
  });
9067
9119
  }
9120
+ export declare class ListNetworkOptimizationsResponseBodyConfigs extends $dara.Model {
9121
+ /**
9122
+ * @example
9123
+ * 395386449776640
9124
+ */
9125
+ configId?: number;
9126
+ /**
9127
+ * @example
9128
+ * global
9129
+ */
9130
+ configType?: string;
9131
+ /**
9132
+ * @example
9133
+ * on
9134
+ */
9135
+ grpc?: string;
9136
+ /**
9137
+ * @example
9138
+ * on
9139
+ */
9140
+ http2Origin?: string;
9141
+ /**
9142
+ * @example
9143
+ * (http.host eq \\"video.example.com\\")
9144
+ */
9145
+ rule?: string;
9146
+ /**
9147
+ * @example
9148
+ * on
9149
+ */
9150
+ ruleEnable?: string;
9151
+ /**
9152
+ * @example
9153
+ * rule_example
9154
+ */
9155
+ ruleName?: string;
9156
+ /**
9157
+ * @example
9158
+ * 1
9159
+ */
9160
+ sequence?: number;
9161
+ /**
9162
+ * @example
9163
+ * 1
9164
+ */
9165
+ siteVersion?: number;
9166
+ /**
9167
+ * @example
9168
+ * on
9169
+ */
9170
+ smartRouting?: string;
9171
+ /**
9172
+ * @example
9173
+ * 500
9174
+ */
9175
+ uploadMaxFilesize?: string;
9176
+ /**
9177
+ * @example
9178
+ * on
9179
+ */
9180
+ websocket?: string;
9181
+ static names(): {
9182
+ [key: string]: string;
9183
+ };
9184
+ static types(): {
9185
+ [key: string]: any;
9186
+ };
9187
+ validate(): void;
9188
+ constructor(map?: {
9189
+ [key: string]: any;
9190
+ });
9191
+ }
9068
9192
  export declare class ListOriginPoolsResponseBodyOriginPoolsOriginsAuthConf extends $dara.Model {
9069
9193
  accessKey?: string;
9070
9194
  authType?: string;
@@ -15176,6 +15300,90 @@ export declare class CreateHttpsBasicConfigurationResponse extends $dara.Model {
15176
15300
  [key: string]: any;
15177
15301
  });
15178
15302
  }
15303
+ export declare class CreateImageTransformRequest extends $dara.Model {
15304
+ /**
15305
+ * @example
15306
+ * on
15307
+ */
15308
+ enable?: string;
15309
+ /**
15310
+ * @example
15311
+ * (http.request.uri.path.file_name eq \\"jpg\\")
15312
+ */
15313
+ rule?: string;
15314
+ /**
15315
+ * @example
15316
+ * on
15317
+ */
15318
+ ruleEnable?: string;
15319
+ /**
15320
+ * @example
15321
+ * test
15322
+ */
15323
+ ruleName?: string;
15324
+ /**
15325
+ * @remarks
15326
+ * This parameter is required.
15327
+ *
15328
+ * @example
15329
+ * 123456****
15330
+ */
15331
+ siteId?: number;
15332
+ /**
15333
+ * @example
15334
+ * 0
15335
+ */
15336
+ siteVersion?: number;
15337
+ static names(): {
15338
+ [key: string]: string;
15339
+ };
15340
+ static types(): {
15341
+ [key: string]: any;
15342
+ };
15343
+ validate(): void;
15344
+ constructor(map?: {
15345
+ [key: string]: any;
15346
+ });
15347
+ }
15348
+ export declare class CreateImageTransformResponseBody extends $dara.Model {
15349
+ /**
15350
+ * @example
15351
+ * 352816096987136
15352
+ */
15353
+ configId?: number;
15354
+ /**
15355
+ * @example
15356
+ * 0AEDAF20-4DDF-4165-8750-47FF9C1929C9
15357
+ */
15358
+ requestId?: string;
15359
+ static names(): {
15360
+ [key: string]: string;
15361
+ };
15362
+ static types(): {
15363
+ [key: string]: any;
15364
+ };
15365
+ validate(): void;
15366
+ constructor(map?: {
15367
+ [key: string]: any;
15368
+ });
15369
+ }
15370
+ export declare class CreateImageTransformResponse extends $dara.Model {
15371
+ headers?: {
15372
+ [key: string]: string;
15373
+ };
15374
+ statusCode?: number;
15375
+ body?: CreateImageTransformResponseBody;
15376
+ static names(): {
15377
+ [key: string]: string;
15378
+ };
15379
+ static types(): {
15380
+ [key: string]: any;
15381
+ };
15382
+ validate(): void;
15383
+ constructor(map?: {
15384
+ [key: string]: any;
15385
+ });
15386
+ }
15179
15387
  export declare class CreateKvNamespaceRequest extends $dara.Model {
15180
15388
  /**
15181
15389
  * @remarks
@@ -15607,6 +15815,110 @@ export declare class CreateLoadBalancerResponse extends $dara.Model {
15607
15815
  [key: string]: any;
15608
15816
  });
15609
15817
  }
15818
+ export declare class CreateNetworkOptimizationRequest extends $dara.Model {
15819
+ /**
15820
+ * @example
15821
+ * on
15822
+ */
15823
+ grpc?: string;
15824
+ /**
15825
+ * @example
15826
+ * on
15827
+ */
15828
+ http2Origin?: string;
15829
+ /**
15830
+ * @example
15831
+ * (http.host eq \\"video.example.com\\")
15832
+ */
15833
+ rule?: string;
15834
+ /**
15835
+ * @example
15836
+ * on
15837
+ */
15838
+ ruleEnable?: string;
15839
+ /**
15840
+ * @example
15841
+ * rule_example
15842
+ */
15843
+ ruleName?: string;
15844
+ /**
15845
+ * @remarks
15846
+ * This parameter is required.
15847
+ *
15848
+ * @example
15849
+ * 340035003106221
15850
+ */
15851
+ siteId?: number;
15852
+ /**
15853
+ * @example
15854
+ * 1
15855
+ */
15856
+ siteVersion?: number;
15857
+ /**
15858
+ * @example
15859
+ * on
15860
+ */
15861
+ smartRouting?: string;
15862
+ /**
15863
+ * @example
15864
+ * 100
15865
+ */
15866
+ uploadMaxFilesize?: string;
15867
+ /**
15868
+ * @example
15869
+ * on
15870
+ */
15871
+ websocket?: string;
15872
+ static names(): {
15873
+ [key: string]: string;
15874
+ };
15875
+ static types(): {
15876
+ [key: string]: any;
15877
+ };
15878
+ validate(): void;
15879
+ constructor(map?: {
15880
+ [key: string]: any;
15881
+ });
15882
+ }
15883
+ export declare class CreateNetworkOptimizationResponseBody extends $dara.Model {
15884
+ /**
15885
+ * @example
15886
+ * 352816096987136
15887
+ */
15888
+ configId?: number;
15889
+ /**
15890
+ * @example
15891
+ * 04F0F334-1335-436C-A1D7-6C044FE73368
15892
+ */
15893
+ requestId?: string;
15894
+ static names(): {
15895
+ [key: string]: string;
15896
+ };
15897
+ static types(): {
15898
+ [key: string]: any;
15899
+ };
15900
+ validate(): void;
15901
+ constructor(map?: {
15902
+ [key: string]: any;
15903
+ });
15904
+ }
15905
+ export declare class CreateNetworkOptimizationResponse extends $dara.Model {
15906
+ headers?: {
15907
+ [key: string]: string;
15908
+ };
15909
+ statusCode?: number;
15910
+ body?: CreateNetworkOptimizationResponseBody;
15911
+ static names(): {
15912
+ [key: string]: string;
15913
+ };
15914
+ static types(): {
15915
+ [key: string]: any;
15916
+ };
15917
+ validate(): void;
15918
+ constructor(map?: {
15919
+ [key: string]: any;
15920
+ });
15921
+ }
15610
15922
  export declare class CreateOriginPoolRequest extends $dara.Model {
15611
15923
  enabled?: boolean;
15612
15924
  /**
@@ -19664,6 +19976,75 @@ export declare class DeleteHttpsBasicConfigurationResponse extends $dara.Model {
19664
19976
  [key: string]: any;
19665
19977
  });
19666
19978
  }
19979
+ export declare class DeleteImageTransformRequest extends $dara.Model {
19980
+ /**
19981
+ * @remarks
19982
+ * The configuration ID, which can be obtained by calling the [ListImageTransforms](~~ListImageTransforms~~) operation.
19983
+ *
19984
+ * This parameter is required.
19985
+ *
19986
+ * @example
19987
+ * 352816096987136
19988
+ */
19989
+ configId?: number;
19990
+ /**
19991
+ * @remarks
19992
+ * The website ID, which can be obtained by calling the [ListSites](https://help.aliyun.com/document_detail/2850189.html) operation.
19993
+ *
19994
+ * This parameter is required.
19995
+ *
19996
+ * @example
19997
+ * 123456****
19998
+ */
19999
+ siteId?: number;
20000
+ static names(): {
20001
+ [key: string]: string;
20002
+ };
20003
+ static types(): {
20004
+ [key: string]: any;
20005
+ };
20006
+ validate(): void;
20007
+ constructor(map?: {
20008
+ [key: string]: any;
20009
+ });
20010
+ }
20011
+ export declare class DeleteImageTransformResponseBody extends $dara.Model {
20012
+ /**
20013
+ * @remarks
20014
+ * The request ID.
20015
+ *
20016
+ * @example
20017
+ * 15C66C7B-671A-4297-9187-2C4477247A74
20018
+ */
20019
+ requestId?: string;
20020
+ static names(): {
20021
+ [key: string]: string;
20022
+ };
20023
+ static types(): {
20024
+ [key: string]: any;
20025
+ };
20026
+ validate(): void;
20027
+ constructor(map?: {
20028
+ [key: string]: any;
20029
+ });
20030
+ }
20031
+ export declare class DeleteImageTransformResponse extends $dara.Model {
20032
+ headers?: {
20033
+ [key: string]: string;
20034
+ };
20035
+ statusCode?: number;
20036
+ body?: DeleteImageTransformResponseBody;
20037
+ static names(): {
20038
+ [key: string]: string;
20039
+ };
20040
+ static types(): {
20041
+ [key: string]: any;
20042
+ };
20043
+ validate(): void;
20044
+ constructor(map?: {
20045
+ [key: string]: any;
20046
+ });
20047
+ }
19667
20048
  export declare class DeleteKvRequest extends $dara.Model {
19668
20049
  /**
19669
20050
  * @remarks
@@ -19910,6 +20291,68 @@ export declare class DeleteLoadBalancerResponse extends $dara.Model {
19910
20291
  [key: string]: any;
19911
20292
  });
19912
20293
  }
20294
+ export declare class DeleteNetworkOptimizationRequest extends $dara.Model {
20295
+ /**
20296
+ * @remarks
20297
+ * This parameter is required.
20298
+ *
20299
+ * @example
20300
+ * 352816**********
20301
+ */
20302
+ configId?: number;
20303
+ /**
20304
+ * @remarks
20305
+ * This parameter is required.
20306
+ *
20307
+ * @example
20308
+ * 123456****
20309
+ */
20310
+ siteId?: number;
20311
+ static names(): {
20312
+ [key: string]: string;
20313
+ };
20314
+ static types(): {
20315
+ [key: string]: any;
20316
+ };
20317
+ validate(): void;
20318
+ constructor(map?: {
20319
+ [key: string]: any;
20320
+ });
20321
+ }
20322
+ export declare class DeleteNetworkOptimizationResponseBody extends $dara.Model {
20323
+ /**
20324
+ * @example
20325
+ * 04F0F334-1335-436C-A1D7-6C044FE73368
20326
+ */
20327
+ requestId?: string;
20328
+ static names(): {
20329
+ [key: string]: string;
20330
+ };
20331
+ static types(): {
20332
+ [key: string]: any;
20333
+ };
20334
+ validate(): void;
20335
+ constructor(map?: {
20336
+ [key: string]: any;
20337
+ });
20338
+ }
20339
+ export declare class DeleteNetworkOptimizationResponse extends $dara.Model {
20340
+ headers?: {
20341
+ [key: string]: string;
20342
+ };
20343
+ statusCode?: number;
20344
+ body?: DeleteNetworkOptimizationResponseBody;
20345
+ static names(): {
20346
+ [key: string]: string;
20347
+ };
20348
+ static types(): {
20349
+ [key: string]: any;
20350
+ };
20351
+ validate(): void;
20352
+ constructor(map?: {
20353
+ [key: string]: any;
20354
+ });
20355
+ }
19913
20356
  export declare class DeleteOriginPoolRequest extends $dara.Model {
19914
20357
  /**
19915
20358
  * @remarks
@@ -24742,6 +25185,148 @@ export declare class GetIPv6Response extends $dara.Model {
24742
25185
  [key: string]: any;
24743
25186
  });
24744
25187
  }
25188
+ export declare class GetImageTransformRequest extends $dara.Model {
25189
+ /**
25190
+ * @remarks
25191
+ * The configuration ID, which can be obtained by calling the [ListImageTransforms](~~ListImageTransforms~~) operation.
25192
+ *
25193
+ * This parameter is required.
25194
+ *
25195
+ * @example
25196
+ * 352816096987136
25197
+ */
25198
+ configId?: number;
25199
+ /**
25200
+ * @remarks
25201
+ * The website ID, which can be obtained by calling the [ListSites](https://help.aliyun.com/document_detail/2850189.html) operation.
25202
+ *
25203
+ * This parameter is required.
25204
+ *
25205
+ * @example
25206
+ * 123456****
25207
+ */
25208
+ siteId?: number;
25209
+ static names(): {
25210
+ [key: string]: string;
25211
+ };
25212
+ static types(): {
25213
+ [key: string]: any;
25214
+ };
25215
+ validate(): void;
25216
+ constructor(map?: {
25217
+ [key: string]: any;
25218
+ });
25219
+ }
25220
+ export declare class GetImageTransformResponseBody extends $dara.Model {
25221
+ /**
25222
+ * @remarks
25223
+ * The configuration ID.
25224
+ *
25225
+ * @example
25226
+ * 352816096987136
25227
+ */
25228
+ configId?: number;
25229
+ /**
25230
+ * @remarks
25231
+ * The configuration type. Valid values:
25232
+ *
25233
+ * * global: global configuration.
25234
+ * * rule: rule configuration.
25235
+ *
25236
+ * @example
25237
+ * global
25238
+ */
25239
+ configType?: string;
25240
+ /**
25241
+ * @remarks
25242
+ * Indicates whether the image transformations feature is enabled. Valid values:
25243
+ *
25244
+ * * on
25245
+ * * off
25246
+ *
25247
+ * @example
25248
+ * on
25249
+ */
25250
+ enable?: string;
25251
+ /**
25252
+ * @remarks
25253
+ * The request ID.
25254
+ *
25255
+ * @example
25256
+ * CB1A380B-09F0-41BB-280B-72F8FD6DA2FE
25257
+ */
25258
+ requestId?: string;
25259
+ /**
25260
+ * @remarks
25261
+ * The rule content, which is a policy or conditional expression.
25262
+ *
25263
+ * @example
25264
+ * (http.request.uri.path.file_name eq \\"jpg\\")
25265
+ */
25266
+ rule?: string;
25267
+ /**
25268
+ * @remarks
25269
+ * Indicates whether the rule is enabled. Valid values:
25270
+ *
25271
+ * * **on**
25272
+ * * **off**
25273
+ *
25274
+ * @example
25275
+ * on
25276
+ */
25277
+ ruleEnable?: string;
25278
+ /**
25279
+ * @remarks
25280
+ * The rule name.
25281
+ *
25282
+ * @example
25283
+ * test
25284
+ */
25285
+ ruleName?: string;
25286
+ /**
25287
+ * @remarks
25288
+ * The order in which the rule is executed.
25289
+ *
25290
+ * @example
25291
+ * 2
25292
+ */
25293
+ sequence?: number;
25294
+ /**
25295
+ * @remarks
25296
+ * The version number of the website.
25297
+ *
25298
+ * @example
25299
+ * 0
25300
+ */
25301
+ siteVersion?: number;
25302
+ static names(): {
25303
+ [key: string]: string;
25304
+ };
25305
+ static types(): {
25306
+ [key: string]: any;
25307
+ };
25308
+ validate(): void;
25309
+ constructor(map?: {
25310
+ [key: string]: any;
25311
+ });
25312
+ }
25313
+ export declare class GetImageTransformResponse extends $dara.Model {
25314
+ headers?: {
25315
+ [key: string]: string;
25316
+ };
25317
+ statusCode?: number;
25318
+ body?: GetImageTransformResponseBody;
25319
+ static names(): {
25320
+ [key: string]: string;
25321
+ };
25322
+ static types(): {
25323
+ [key: string]: any;
25324
+ };
25325
+ validate(): void;
25326
+ constructor(map?: {
25327
+ [key: string]: any;
25328
+ });
25329
+ }
24745
25330
  export declare class GetKvRequest extends $dara.Model {
24746
25331
  /**
24747
25332
  * @remarks
@@ -25402,6 +25987,128 @@ export declare class GetManagedTransformResponse extends $dara.Model {
25402
25987
  [key: string]: any;
25403
25988
  });
25404
25989
  }
25990
+ export declare class GetNetworkOptimizationRequest extends $dara.Model {
25991
+ /**
25992
+ * @remarks
25993
+ * This parameter is required.
25994
+ *
25995
+ * @example
25996
+ * 35281609698****
25997
+ */
25998
+ configId?: number;
25999
+ /**
26000
+ * @remarks
26001
+ * This parameter is required.
26002
+ *
26003
+ * @example
26004
+ * 12312312213212
26005
+ */
26006
+ siteId?: number;
26007
+ static names(): {
26008
+ [key: string]: string;
26009
+ };
26010
+ static types(): {
26011
+ [key: string]: any;
26012
+ };
26013
+ validate(): void;
26014
+ constructor(map?: {
26015
+ [key: string]: any;
26016
+ });
26017
+ }
26018
+ export declare class GetNetworkOptimizationResponseBody extends $dara.Model {
26019
+ /**
26020
+ * @example
26021
+ * 35281609698****
26022
+ */
26023
+ configId?: number;
26024
+ /**
26025
+ * @example
26026
+ * global
26027
+ */
26028
+ configType?: string;
26029
+ /**
26030
+ * @example
26031
+ * on
26032
+ */
26033
+ grpc?: string;
26034
+ /**
26035
+ * @example
26036
+ * on
26037
+ */
26038
+ http2Origin?: string;
26039
+ /**
26040
+ * @example
26041
+ * C370DAF1-C838-4288-A1A0-9A87633D248E
26042
+ */
26043
+ requestId?: string;
26044
+ /**
26045
+ * @example
26046
+ * (http.host eq \\"video.example.com\\")
26047
+ */
26048
+ rule?: string;
26049
+ /**
26050
+ * @example
26051
+ * on
26052
+ */
26053
+ ruleEnable?: string;
26054
+ /**
26055
+ * @example
26056
+ * rule_example
26057
+ */
26058
+ ruleName?: string;
26059
+ /**
26060
+ * @example
26061
+ * 2
26062
+ */
26063
+ sequence?: number;
26064
+ /**
26065
+ * @example
26066
+ * 1
26067
+ */
26068
+ siteVersion?: number;
26069
+ /**
26070
+ * @example
26071
+ * on
26072
+ */
26073
+ smartRouting?: string;
26074
+ /**
26075
+ * @example
26076
+ * 500
26077
+ */
26078
+ uploadMaxFilesize?: string;
26079
+ /**
26080
+ * @example
26081
+ * on
26082
+ */
26083
+ websocket?: string;
26084
+ static names(): {
26085
+ [key: string]: string;
26086
+ };
26087
+ static types(): {
26088
+ [key: string]: any;
26089
+ };
26090
+ validate(): void;
26091
+ constructor(map?: {
26092
+ [key: string]: any;
26093
+ });
26094
+ }
26095
+ export declare class GetNetworkOptimizationResponse extends $dara.Model {
26096
+ headers?: {
26097
+ [key: string]: string;
26098
+ };
26099
+ statusCode?: number;
26100
+ body?: GetNetworkOptimizationResponseBody;
26101
+ static names(): {
26102
+ [key: string]: string;
26103
+ };
26104
+ static types(): {
26105
+ [key: string]: any;
26106
+ };
26107
+ validate(): void;
26108
+ constructor(map?: {
26109
+ [key: string]: any;
26110
+ });
26111
+ }
25405
26112
  export declare class GetOriginPoolRequest extends $dara.Model {
25406
26113
  /**
25407
26114
  * @remarks
@@ -27476,6 +28183,65 @@ export declare class GetSiteNameExclusiveResponse extends $dara.Model {
27476
28183
  [key: string]: any;
27477
28184
  });
27478
28185
  }
28186
+ export declare class GetSitePauseRequest extends $dara.Model {
28187
+ /**
28188
+ * @remarks
28189
+ * This parameter is required.
28190
+ *
28191
+ * @example
28192
+ * 123456****
28193
+ */
28194
+ siteId?: number;
28195
+ static names(): {
28196
+ [key: string]: string;
28197
+ };
28198
+ static types(): {
28199
+ [key: string]: any;
28200
+ };
28201
+ validate(): void;
28202
+ constructor(map?: {
28203
+ [key: string]: any;
28204
+ });
28205
+ }
28206
+ export declare class GetSitePauseResponseBody extends $dara.Model {
28207
+ /**
28208
+ * @example
28209
+ * true
28210
+ */
28211
+ paused?: boolean;
28212
+ /**
28213
+ * @example
28214
+ * EEEBE525-F576-1196-8DAF-2D70CA3F4D2F
28215
+ */
28216
+ requestId?: string;
28217
+ static names(): {
28218
+ [key: string]: string;
28219
+ };
28220
+ static types(): {
28221
+ [key: string]: any;
28222
+ };
28223
+ validate(): void;
28224
+ constructor(map?: {
28225
+ [key: string]: any;
28226
+ });
28227
+ }
28228
+ export declare class GetSitePauseResponse extends $dara.Model {
28229
+ headers?: {
28230
+ [key: string]: string;
28231
+ };
28232
+ statusCode?: number;
28233
+ body?: GetSitePauseResponseBody;
28234
+ static names(): {
28235
+ [key: string]: string;
28236
+ };
28237
+ static types(): {
28238
+ [key: string]: any;
28239
+ };
28240
+ validate(): void;
28241
+ constructor(map?: {
28242
+ [key: string]: any;
28243
+ });
28244
+ }
27479
28245
  export declare class GetSiteWafSettingsRequest extends $dara.Model {
27480
28246
  path?: string;
27481
28247
  /**
@@ -30094,6 +30860,111 @@ export declare class ListHttpsBasicConfigurationsResponse extends $dara.Model {
30094
30860
  [key: string]: any;
30095
30861
  });
30096
30862
  }
30863
+ export declare class ListImageTransformsRequest extends $dara.Model {
30864
+ /**
30865
+ * @example
30866
+ * 352816096987136
30867
+ */
30868
+ configId?: number;
30869
+ /**
30870
+ * @example
30871
+ * global
30872
+ */
30873
+ configType?: string;
30874
+ /**
30875
+ * @example
30876
+ * 1
30877
+ */
30878
+ pageNumber?: number;
30879
+ /**
30880
+ * @example
30881
+ * 20
30882
+ */
30883
+ pageSize?: number;
30884
+ /**
30885
+ * @example
30886
+ * test1
30887
+ */
30888
+ ruleName?: string;
30889
+ /**
30890
+ * @remarks
30891
+ * This parameter is required.
30892
+ *
30893
+ * @example
30894
+ * 123456****
30895
+ */
30896
+ siteId?: number;
30897
+ /**
30898
+ * @example
30899
+ * 1
30900
+ */
30901
+ siteVersion?: number;
30902
+ static names(): {
30903
+ [key: string]: string;
30904
+ };
30905
+ static types(): {
30906
+ [key: string]: any;
30907
+ };
30908
+ validate(): void;
30909
+ constructor(map?: {
30910
+ [key: string]: any;
30911
+ });
30912
+ }
30913
+ export declare class ListImageTransformsResponseBody extends $dara.Model {
30914
+ configs?: ListImageTransformsResponseBodyConfigs[];
30915
+ /**
30916
+ * @example
30917
+ * 1
30918
+ */
30919
+ pageNumber?: number;
30920
+ /**
30921
+ * @example
30922
+ * 10
30923
+ */
30924
+ pageSize?: number;
30925
+ /**
30926
+ * @example
30927
+ * CB1A380B-09F0-41BB-A198-72F8FD6DA2FE
30928
+ */
30929
+ requestId?: string;
30930
+ /**
30931
+ * @example
30932
+ * 16
30933
+ */
30934
+ totalCount?: number;
30935
+ /**
30936
+ * @example
30937
+ * 2
30938
+ */
30939
+ totalPage?: number;
30940
+ static names(): {
30941
+ [key: string]: string;
30942
+ };
30943
+ static types(): {
30944
+ [key: string]: any;
30945
+ };
30946
+ validate(): void;
30947
+ constructor(map?: {
30948
+ [key: string]: any;
30949
+ });
30950
+ }
30951
+ export declare class ListImageTransformsResponse extends $dara.Model {
30952
+ headers?: {
30953
+ [key: string]: string;
30954
+ };
30955
+ statusCode?: number;
30956
+ body?: ListImageTransformsResponseBody;
30957
+ static names(): {
30958
+ [key: string]: string;
30959
+ };
30960
+ static types(): {
30961
+ [key: string]: any;
30962
+ };
30963
+ validate(): void;
30964
+ constructor(map?: {
30965
+ [key: string]: any;
30966
+ });
30967
+ }
30097
30968
  export declare class ListInstanceQuotasRequest extends $dara.Model {
30098
30969
  /**
30099
30970
  * @remarks
@@ -31018,6 +31889,111 @@ export declare class ListManagedRulesGroupsResponse extends $dara.Model {
31018
31889
  [key: string]: any;
31019
31890
  });
31020
31891
  }
31892
+ export declare class ListNetworkOptimizationsRequest extends $dara.Model {
31893
+ /**
31894
+ * @example
31895
+ * 3528160969****
31896
+ */
31897
+ configId?: number;
31898
+ /**
31899
+ * @example
31900
+ * global
31901
+ */
31902
+ configType?: string;
31903
+ /**
31904
+ * @example
31905
+ * 1
31906
+ */
31907
+ pageNumber?: number;
31908
+ /**
31909
+ * @example
31910
+ * 20
31911
+ */
31912
+ pageSize?: number;
31913
+ /**
31914
+ * @example
31915
+ * test
31916
+ */
31917
+ ruleName?: string;
31918
+ /**
31919
+ * @remarks
31920
+ * This parameter is required.
31921
+ *
31922
+ * @example
31923
+ * 1231231221****
31924
+ */
31925
+ siteId?: number;
31926
+ /**
31927
+ * @example
31928
+ * 1
31929
+ */
31930
+ siteVersion?: number;
31931
+ static names(): {
31932
+ [key: string]: string;
31933
+ };
31934
+ static types(): {
31935
+ [key: string]: any;
31936
+ };
31937
+ validate(): void;
31938
+ constructor(map?: {
31939
+ [key: string]: any;
31940
+ });
31941
+ }
31942
+ export declare class ListNetworkOptimizationsResponseBody extends $dara.Model {
31943
+ configs?: ListNetworkOptimizationsResponseBodyConfigs[];
31944
+ /**
31945
+ * @example
31946
+ * 1
31947
+ */
31948
+ pageNumber?: number;
31949
+ /**
31950
+ * @example
31951
+ * 10
31952
+ */
31953
+ pageSize?: number;
31954
+ /**
31955
+ * @example
31956
+ * EEEBE525-F576-1196-8DAF-2D70CA3F4D2F
31957
+ */
31958
+ requestId?: string;
31959
+ /**
31960
+ * @example
31961
+ * 100
31962
+ */
31963
+ totalCount?: number;
31964
+ /**
31965
+ * @example
31966
+ * 2
31967
+ */
31968
+ totalPage?: number;
31969
+ static names(): {
31970
+ [key: string]: string;
31971
+ };
31972
+ static types(): {
31973
+ [key: string]: any;
31974
+ };
31975
+ validate(): void;
31976
+ constructor(map?: {
31977
+ [key: string]: any;
31978
+ });
31979
+ }
31980
+ export declare class ListNetworkOptimizationsResponse extends $dara.Model {
31981
+ headers?: {
31982
+ [key: string]: string;
31983
+ };
31984
+ statusCode?: number;
31985
+ body?: ListNetworkOptimizationsResponseBody;
31986
+ static names(): {
31987
+ [key: string]: string;
31988
+ };
31989
+ static types(): {
31990
+ [key: string]: any;
31991
+ };
31992
+ validate(): void;
31993
+ constructor(map?: {
31994
+ [key: string]: any;
31995
+ });
31996
+ }
31021
31997
  export declare class ListOriginPoolsRequest extends $dara.Model {
31022
31998
  matchType?: string;
31023
31999
  name?: string;
@@ -36931,6 +37907,88 @@ export declare class UpdateIPv6Response extends $dara.Model {
36931
37907
  [key: string]: any;
36932
37908
  });
36933
37909
  }
37910
+ export declare class UpdateImageTransformRequest extends $dara.Model {
37911
+ /**
37912
+ * @remarks
37913
+ * This parameter is required.
37914
+ *
37915
+ * @example
37916
+ * 352816096987136
37917
+ */
37918
+ configId?: number;
37919
+ /**
37920
+ * @example
37921
+ * on
37922
+ */
37923
+ enable?: string;
37924
+ /**
37925
+ * @example
37926
+ * (http.request.uri.path.file_name eq \\"jpg\\")
37927
+ */
37928
+ rule?: string;
37929
+ /**
37930
+ * @example
37931
+ * on
37932
+ */
37933
+ ruleEnable?: string;
37934
+ /**
37935
+ * @example
37936
+ * test
37937
+ */
37938
+ ruleName?: string;
37939
+ /**
37940
+ * @remarks
37941
+ * This parameter is required.
37942
+ *
37943
+ * @example
37944
+ * 1234567890123
37945
+ */
37946
+ siteId?: number;
37947
+ static names(): {
37948
+ [key: string]: string;
37949
+ };
37950
+ static types(): {
37951
+ [key: string]: any;
37952
+ };
37953
+ validate(): void;
37954
+ constructor(map?: {
37955
+ [key: string]: any;
37956
+ });
37957
+ }
37958
+ export declare class UpdateImageTransformResponseBody extends $dara.Model {
37959
+ /**
37960
+ * @example
37961
+ * 04F0F334-1335-436C-A1D7-6C044FE73368
37962
+ */
37963
+ requestId?: string;
37964
+ static names(): {
37965
+ [key: string]: string;
37966
+ };
37967
+ static types(): {
37968
+ [key: string]: any;
37969
+ };
37970
+ validate(): void;
37971
+ constructor(map?: {
37972
+ [key: string]: any;
37973
+ });
37974
+ }
37975
+ export declare class UpdateImageTransformResponse extends $dara.Model {
37976
+ headers?: {
37977
+ [key: string]: string;
37978
+ };
37979
+ statusCode?: number;
37980
+ body?: UpdateImageTransformResponseBody;
37981
+ static names(): {
37982
+ [key: string]: string;
37983
+ };
37984
+ static types(): {
37985
+ [key: string]: any;
37986
+ };
37987
+ validate(): void;
37988
+ constructor(map?: {
37989
+ [key: string]: any;
37990
+ });
37991
+ }
36934
37992
  export declare class UpdateKvNamespaceRequest extends $dara.Model {
36935
37993
  /**
36936
37994
  * @remarks
@@ -37262,79 +38320,151 @@ export declare class UpdateLoadBalancerRequest extends $dara.Model {
37262
38320
  [key: string]: any;
37263
38321
  });
37264
38322
  }
37265
- export declare class UpdateLoadBalancerShrinkRequest extends $dara.Model {
37266
- adaptiveRoutingShrink?: string;
37267
- defaultPoolsShrink?: string;
37268
- description?: string;
37269
- /**
37270
- * @example
37271
- * 96228666776****
37272
- */
37273
- fallbackPool?: number;
38323
+ export declare class UpdateLoadBalancerShrinkRequest extends $dara.Model {
38324
+ adaptiveRoutingShrink?: string;
38325
+ defaultPoolsShrink?: string;
38326
+ description?: string;
38327
+ /**
38328
+ * @example
38329
+ * 96228666776****
38330
+ */
38331
+ fallbackPool?: number;
38332
+ /**
38333
+ * @remarks
38334
+ * This parameter is required.
38335
+ *
38336
+ * @example
38337
+ * 95913670174****
38338
+ */
38339
+ id?: number;
38340
+ monitorShrink?: string;
38341
+ randomSteeringShrink?: string;
38342
+ /**
38343
+ * @example
38344
+ * {
38345
+ * "ENAM": [
38346
+ * 12345678****
38347
+ * ],
38348
+ * "WNAM": [
38349
+ * 23456789****,
38350
+ * 23456789****
38351
+ * ]
38352
+ * }
38353
+ */
38354
+ regionPools?: any;
38355
+ /**
38356
+ * **if can be null:**
38357
+ * false
38358
+ */
38359
+ rulesShrink?: string;
38360
+ /**
38361
+ * @remarks
38362
+ * Session persistence. Valid values:
38363
+ *
38364
+ * * off:disables session persistence.
38365
+ * * ip: enables session persistence by IP address.
38366
+ * * cookie: disables session persistence.
38367
+ *
38368
+ * @example
38369
+ * ip
38370
+ */
38371
+ sessionAffinity?: string;
38372
+ sessionAffinityAttributesShrink?: string;
38373
+ /**
38374
+ * @remarks
38375
+ * This parameter is required.
38376
+ *
38377
+ * @example
38378
+ * UpdateLoadBalancer
38379
+ */
38380
+ siteId?: number;
38381
+ /**
38382
+ * @example
38383
+ * order
38384
+ */
38385
+ steeringPolicy?: string;
38386
+ /**
38387
+ * @example
38388
+ * {"AL,MO": [92298024898****],"CN-SH,CN-SX,CN-SC":[92304347804****,92843536908****]}
38389
+ */
38390
+ subRegionPools?: any;
38391
+ /**
38392
+ * @example
38393
+ * 300
38394
+ */
38395
+ ttl?: number;
38396
+ static names(): {
38397
+ [key: string]: string;
38398
+ };
38399
+ static types(): {
38400
+ [key: string]: any;
38401
+ };
38402
+ validate(): void;
38403
+ constructor(map?: {
38404
+ [key: string]: any;
38405
+ });
38406
+ }
38407
+ export declare class UpdateLoadBalancerResponseBody extends $dara.Model {
37274
38408
  /**
37275
38409
  * @remarks
37276
- * This parameter is required.
38410
+ * Id of the request
37277
38411
  *
37278
38412
  * @example
37279
- * 95913670174****
38413
+ * EEEBE525-F576-1196-8DAF-2D70CA3F4D2F
37280
38414
  */
37281
- id?: number;
37282
- monitorShrink?: string;
37283
- randomSteeringShrink?: string;
38415
+ requestId?: string;
38416
+ static names(): {
38417
+ [key: string]: string;
38418
+ };
38419
+ static types(): {
38420
+ [key: string]: any;
38421
+ };
38422
+ validate(): void;
38423
+ constructor(map?: {
38424
+ [key: string]: any;
38425
+ });
38426
+ }
38427
+ export declare class UpdateLoadBalancerResponse extends $dara.Model {
38428
+ headers?: {
38429
+ [key: string]: string;
38430
+ };
38431
+ statusCode?: number;
38432
+ body?: UpdateLoadBalancerResponseBody;
38433
+ static names(): {
38434
+ [key: string]: string;
38435
+ };
38436
+ static types(): {
38437
+ [key: string]: any;
38438
+ };
38439
+ validate(): void;
38440
+ constructor(map?: {
38441
+ [key: string]: any;
38442
+ });
38443
+ }
38444
+ export declare class UpdateManagedTransformRequest extends $dara.Model {
37284
38445
  /**
37285
38446
  * @example
37286
- * {
37287
- * "ENAM": [
37288
- * 12345678****
37289
- * ],
37290
- * "WNAM": [
37291
- * 23456789****,
37292
- * 23456789****
37293
- * ]
37294
- * }
37295
- */
37296
- regionPools?: any;
37297
- /**
37298
- * **if can be null:**
37299
- * false
38447
+ * on
37300
38448
  */
37301
- rulesShrink?: string;
38449
+ addClientGeolocationHeader?: string;
37302
38450
  /**
37303
- * @remarks
37304
- * Session persistence. Valid values:
37305
- *
37306
- * * off:disables session persistence.
37307
- * * ip: enables session persistence by IP address.
37308
- * * cookie: disables session persistence.
37309
- *
37310
38451
  * @example
37311
- * ip
38452
+ * on
37312
38453
  */
37313
- sessionAffinity?: string;
37314
- sessionAffinityAttributesShrink?: string;
38454
+ addRealClientIpHeader?: string;
37315
38455
  /**
37316
38456
  * @remarks
37317
38457
  * This parameter is required.
37318
38458
  *
37319
38459
  * @example
37320
- * UpdateLoadBalancer
38460
+ * 123456****
37321
38461
  */
37322
38462
  siteId?: number;
37323
38463
  /**
37324
38464
  * @example
37325
- * order
37326
- */
37327
- steeringPolicy?: string;
37328
- /**
37329
- * @example
37330
- * {"AL,MO": [92298024898****],"CN-SH,CN-SX,CN-SC":[92304347804****,92843536908****]}
37331
- */
37332
- subRegionPools?: any;
37333
- /**
37334
- * @example
37335
- * 300
38465
+ * 0
37336
38466
  */
37337
- ttl?: number;
38467
+ siteVersion?: number;
37338
38468
  static names(): {
37339
38469
  [key: string]: string;
37340
38470
  };
@@ -37346,13 +38476,10 @@ export declare class UpdateLoadBalancerShrinkRequest extends $dara.Model {
37346
38476
  [key: string]: any;
37347
38477
  });
37348
38478
  }
37349
- export declare class UpdateLoadBalancerResponseBody extends $dara.Model {
38479
+ export declare class UpdateManagedTransformResponseBody extends $dara.Model {
37350
38480
  /**
37351
- * @remarks
37352
- * Id of the request
37353
- *
37354
38481
  * @example
37355
- * EEEBE525-F576-1196-8DAF-2D70CA3F4D2F
38482
+ * CB1A380B-09F0-41BB-A198-72F8FD6DA2FE
37356
38483
  */
37357
38484
  requestId?: string;
37358
38485
  static names(): {
@@ -37366,12 +38493,12 @@ export declare class UpdateLoadBalancerResponseBody extends $dara.Model {
37366
38493
  [key: string]: any;
37367
38494
  });
37368
38495
  }
37369
- export declare class UpdateLoadBalancerResponse extends $dara.Model {
38496
+ export declare class UpdateManagedTransformResponse extends $dara.Model {
37370
38497
  headers?: {
37371
38498
  [key: string]: string;
37372
38499
  };
37373
38500
  statusCode?: number;
37374
- body?: UpdateLoadBalancerResponseBody;
38501
+ body?: UpdateManagedTransformResponseBody;
37375
38502
  static names(): {
37376
38503
  [key: string]: string;
37377
38504
  };
@@ -37383,17 +38510,40 @@ export declare class UpdateLoadBalancerResponse extends $dara.Model {
37383
38510
  [key: string]: any;
37384
38511
  });
37385
38512
  }
37386
- export declare class UpdateManagedTransformRequest extends $dara.Model {
38513
+ export declare class UpdateNetworkOptimizationRequest extends $dara.Model {
38514
+ /**
38515
+ * @remarks
38516
+ * This parameter is required.
38517
+ *
38518
+ * @example
38519
+ * 352816096987136
38520
+ */
38521
+ configId?: number;
37387
38522
  /**
37388
38523
  * @example
37389
38524
  * on
37390
38525
  */
37391
- addClientGeolocationHeader?: string;
38526
+ grpc?: string;
37392
38527
  /**
37393
38528
  * @example
37394
38529
  * on
37395
38530
  */
37396
- addRealClientIpHeader?: string;
38531
+ http2Origin?: string;
38532
+ /**
38533
+ * @example
38534
+ * (http.host eq \\"video.example.com\\")
38535
+ */
38536
+ rule?: string;
38537
+ /**
38538
+ * @example
38539
+ * on
38540
+ */
38541
+ ruleEnable?: string;
38542
+ /**
38543
+ * @example
38544
+ * rule_example
38545
+ */
38546
+ ruleName?: string;
37397
38547
  /**
37398
38548
  * @remarks
37399
38549
  * This parameter is required.
@@ -37404,9 +38554,19 @@ export declare class UpdateManagedTransformRequest extends $dara.Model {
37404
38554
  siteId?: number;
37405
38555
  /**
37406
38556
  * @example
37407
- * 0
38557
+ * on
37408
38558
  */
37409
- siteVersion?: number;
38559
+ smartRouting?: string;
38560
+ /**
38561
+ * @example
38562
+ * 100
38563
+ */
38564
+ uploadMaxFilesize?: string;
38565
+ /**
38566
+ * @example
38567
+ * on
38568
+ */
38569
+ websocket?: string;
37410
38570
  static names(): {
37411
38571
  [key: string]: string;
37412
38572
  };
@@ -37418,7 +38578,7 @@ export declare class UpdateManagedTransformRequest extends $dara.Model {
37418
38578
  [key: string]: any;
37419
38579
  });
37420
38580
  }
37421
- export declare class UpdateManagedTransformResponseBody extends $dara.Model {
38581
+ export declare class UpdateNetworkOptimizationResponseBody extends $dara.Model {
37422
38582
  /**
37423
38583
  * @example
37424
38584
  * CB1A380B-09F0-41BB-A198-72F8FD6DA2FE
@@ -37435,12 +38595,12 @@ export declare class UpdateManagedTransformResponseBody extends $dara.Model {
37435
38595
  [key: string]: any;
37436
38596
  });
37437
38597
  }
37438
- export declare class UpdateManagedTransformResponse extends $dara.Model {
38598
+ export declare class UpdateNetworkOptimizationResponse extends $dara.Model {
37439
38599
  headers?: {
37440
38600
  [key: string]: string;
37441
38601
  };
37442
38602
  statusCode?: number;
37443
- body?: UpdateManagedTransformResponseBody;
38603
+ body?: UpdateNetworkOptimizationResponseBody;
37444
38604
  static names(): {
37445
38605
  [key: string]: string;
37446
38606
  };
@@ -39061,6 +40221,68 @@ export declare class UpdateSiteNameExclusiveResponse extends $dara.Model {
39061
40221
  [key: string]: any;
39062
40222
  });
39063
40223
  }
40224
+ export declare class UpdateSitePauseRequest extends $dara.Model {
40225
+ /**
40226
+ * @remarks
40227
+ * This parameter is required.
40228
+ *
40229
+ * @example
40230
+ * true
40231
+ */
40232
+ paused?: boolean;
40233
+ /**
40234
+ * @remarks
40235
+ * This parameter is required.
40236
+ *
40237
+ * @example
40238
+ * 123456****
40239
+ */
40240
+ siteId?: number;
40241
+ static names(): {
40242
+ [key: string]: string;
40243
+ };
40244
+ static types(): {
40245
+ [key: string]: any;
40246
+ };
40247
+ validate(): void;
40248
+ constructor(map?: {
40249
+ [key: string]: any;
40250
+ });
40251
+ }
40252
+ export declare class UpdateSitePauseResponseBody extends $dara.Model {
40253
+ /**
40254
+ * @example
40255
+ * 6abd807e-ed2a-44de-ac54-ac38a62472e6
40256
+ */
40257
+ requestId?: string;
40258
+ static names(): {
40259
+ [key: string]: string;
40260
+ };
40261
+ static types(): {
40262
+ [key: string]: any;
40263
+ };
40264
+ validate(): void;
40265
+ constructor(map?: {
40266
+ [key: string]: any;
40267
+ });
40268
+ }
40269
+ export declare class UpdateSitePauseResponse extends $dara.Model {
40270
+ headers?: {
40271
+ [key: string]: string;
40272
+ };
40273
+ statusCode?: number;
40274
+ body?: UpdateSitePauseResponseBody;
40275
+ static names(): {
40276
+ [key: string]: string;
40277
+ };
40278
+ static types(): {
40279
+ [key: string]: any;
40280
+ };
40281
+ validate(): void;
40282
+ constructor(map?: {
40283
+ [key: string]: any;
40284
+ });
40285
+ }
39064
40286
  export declare class UpdateSiteVanityNSRequest extends $dara.Model {
39065
40287
  /**
39066
40288
  * @remarks
@@ -41000,6 +42222,21 @@ export default class Client extends OpenApi {
41000
42222
  * @returns CreateHttpsBasicConfigurationResponse
41001
42223
  */
41002
42224
  createHttpsBasicConfiguration(request: CreateHttpsBasicConfigurationRequest): Promise<CreateHttpsBasicConfigurationResponse>;
42225
+ /**
42226
+ * 新增站点图片转换配置
42227
+ *
42228
+ * @param request - CreateImageTransformRequest
42229
+ * @param runtime - runtime options for this request RuntimeOptions
42230
+ * @returns CreateImageTransformResponse
42231
+ */
42232
+ createImageTransformWithOptions(request: CreateImageTransformRequest, runtime: $dara.RuntimeOptions): Promise<CreateImageTransformResponse>;
42233
+ /**
42234
+ * 新增站点图片转换配置
42235
+ *
42236
+ * @param request - CreateImageTransformRequest
42237
+ * @returns CreateImageTransformResponse
42238
+ */
42239
+ createImageTransform(request: CreateImageTransformRequest): Promise<CreateImageTransformResponse>;
41003
42240
  /**
41004
42241
  * Create a namespace in your Alibaba Cloud account.
41005
42242
  *
@@ -41045,6 +42282,21 @@ export default class Client extends OpenApi {
41045
42282
  * @returns CreateLoadBalancerResponse
41046
42283
  */
41047
42284
  createLoadBalancer(request: CreateLoadBalancerRequest): Promise<CreateLoadBalancerResponse>;
42285
+ /**
42286
+ * 新增站点网络优化配置
42287
+ *
42288
+ * @param request - CreateNetworkOptimizationRequest
42289
+ * @param runtime - runtime options for this request RuntimeOptions
42290
+ * @returns CreateNetworkOptimizationResponse
42291
+ */
42292
+ createNetworkOptimizationWithOptions(request: CreateNetworkOptimizationRequest, runtime: $dara.RuntimeOptions): Promise<CreateNetworkOptimizationResponse>;
42293
+ /**
42294
+ * 新增站点网络优化配置
42295
+ *
42296
+ * @param request - CreateNetworkOptimizationRequest
42297
+ * @returns CreateNetworkOptimizationResponse
42298
+ */
42299
+ createNetworkOptimization(request: CreateNetworkOptimizationRequest): Promise<CreateNetworkOptimizationResponse>;
41048
42300
  /**
41049
42301
  * 新增源地址池
41050
42302
  *
@@ -41580,6 +42832,21 @@ export default class Client extends OpenApi {
41580
42832
  * @returns DeleteHttpsBasicConfigurationResponse
41581
42833
  */
41582
42834
  deleteHttpsBasicConfiguration(request: DeleteHttpsBasicConfigurationRequest): Promise<DeleteHttpsBasicConfigurationResponse>;
42835
+ /**
42836
+ * Deletes the configuration of image transformations for a website.
42837
+ *
42838
+ * @param request - DeleteImageTransformRequest
42839
+ * @param runtime - runtime options for this request RuntimeOptions
42840
+ * @returns DeleteImageTransformResponse
42841
+ */
42842
+ deleteImageTransformWithOptions(request: DeleteImageTransformRequest, runtime: $dara.RuntimeOptions): Promise<DeleteImageTransformResponse>;
42843
+ /**
42844
+ * Deletes the configuration of image transformations for a website.
42845
+ *
42846
+ * @param request - DeleteImageTransformRequest
42847
+ * @returns DeleteImageTransformResponse
42848
+ */
42849
+ deleteImageTransform(request: DeleteImageTransformRequest): Promise<DeleteImageTransformResponse>;
41583
42850
  /**
41584
42851
  * Deletes a key-value pair from a namespace.
41585
42852
  *
@@ -41640,6 +42907,21 @@ export default class Client extends OpenApi {
41640
42907
  * @returns DeleteLoadBalancerResponse
41641
42908
  */
41642
42909
  deleteLoadBalancer(request: DeleteLoadBalancerRequest): Promise<DeleteLoadBalancerResponse>;
42910
+ /**
42911
+ * 删除网络优化配置
42912
+ *
42913
+ * @param request - DeleteNetworkOptimizationRequest
42914
+ * @param runtime - runtime options for this request RuntimeOptions
42915
+ * @returns DeleteNetworkOptimizationResponse
42916
+ */
42917
+ deleteNetworkOptimizationWithOptions(request: DeleteNetworkOptimizationRequest, runtime: $dara.RuntimeOptions): Promise<DeleteNetworkOptimizationResponse>;
42918
+ /**
42919
+ * 删除网络优化配置
42920
+ *
42921
+ * @param request - DeleteNetworkOptimizationRequest
42922
+ * @returns DeleteNetworkOptimizationResponse
42923
+ */
42924
+ deleteNetworkOptimization(request: DeleteNetworkOptimizationRequest): Promise<DeleteNetworkOptimizationResponse>;
41643
42925
  /**
41644
42926
  * 删除源地址池
41645
42927
  *
@@ -42473,6 +43755,21 @@ export default class Client extends OpenApi {
42473
43755
  * @returns GetIPv6Response
42474
43756
  */
42475
43757
  getIPv6(request: GetIPv6Request): Promise<GetIPv6Response>;
43758
+ /**
43759
+ * Queries the configuration of image transformations for a website.
43760
+ *
43761
+ * @param request - GetImageTransformRequest
43762
+ * @param runtime - runtime options for this request RuntimeOptions
43763
+ * @returns GetImageTransformResponse
43764
+ */
43765
+ getImageTransformWithOptions(request: GetImageTransformRequest, runtime: $dara.RuntimeOptions): Promise<GetImageTransformResponse>;
43766
+ /**
43767
+ * Queries the configuration of image transformations for a website.
43768
+ *
43769
+ * @param request - GetImageTransformRequest
43770
+ * @returns GetImageTransformResponse
43771
+ */
43772
+ getImageTransform(request: GetImageTransformRequest): Promise<GetImageTransformResponse>;
42476
43773
  /**
42477
43774
  * Queries the value of a key in a key-value pair.
42478
43775
  *
@@ -42561,6 +43858,21 @@ export default class Client extends OpenApi {
42561
43858
  * @returns GetManagedTransformResponse
42562
43859
  */
42563
43860
  getManagedTransform(request: GetManagedTransformRequest): Promise<GetManagedTransformResponse>;
43861
+ /**
43862
+ * 查询单条网络优化配置
43863
+ *
43864
+ * @param request - GetNetworkOptimizationRequest
43865
+ * @param runtime - runtime options for this request RuntimeOptions
43866
+ * @returns GetNetworkOptimizationResponse
43867
+ */
43868
+ getNetworkOptimizationWithOptions(request: GetNetworkOptimizationRequest, runtime: $dara.RuntimeOptions): Promise<GetNetworkOptimizationResponse>;
43869
+ /**
43870
+ * 查询单条网络优化配置
43871
+ *
43872
+ * @param request - GetNetworkOptimizationRequest
43873
+ * @returns GetNetworkOptimizationResponse
43874
+ */
43875
+ getNetworkOptimization(request: GetNetworkOptimizationRequest): Promise<GetNetworkOptimizationResponse>;
42564
43876
  /**
42565
43877
  * 查询特定源地址池
42566
43878
  *
@@ -42908,6 +44220,21 @@ export default class Client extends OpenApi {
42908
44220
  * @returns GetSiteNameExclusiveResponse
42909
44221
  */
42910
44222
  getSiteNameExclusive(request: GetSiteNameExclusiveRequest): Promise<GetSiteNameExclusiveResponse>;
44223
+ /**
44224
+ * 查询站点暂停配置
44225
+ *
44226
+ * @param request - GetSitePauseRequest
44227
+ * @param runtime - runtime options for this request RuntimeOptions
44228
+ * @returns GetSitePauseResponse
44229
+ */
44230
+ getSitePauseWithOptions(request: GetSitePauseRequest, runtime: $dara.RuntimeOptions): Promise<GetSitePauseResponse>;
44231
+ /**
44232
+ * 查询站点暂停配置
44233
+ *
44234
+ * @param request - GetSitePauseRequest
44235
+ * @returns GetSitePauseResponse
44236
+ */
44237
+ getSitePause(request: GetSitePauseRequest): Promise<GetSitePauseResponse>;
42911
44238
  /**
42912
44239
  * Queries the Web Application Firewall (WAF) configurations of a website.
42913
44240
  *
@@ -43301,6 +44628,21 @@ export default class Client extends OpenApi {
43301
44628
  * @returns ListHttpsBasicConfigurationsResponse
43302
44629
  */
43303
44630
  listHttpsBasicConfigurations(request: ListHttpsBasicConfigurationsRequest): Promise<ListHttpsBasicConfigurationsResponse>;
44631
+ /**
44632
+ * 查询多条站点图片转换配置
44633
+ *
44634
+ * @param request - ListImageTransformsRequest
44635
+ * @param runtime - runtime options for this request RuntimeOptions
44636
+ * @returns ListImageTransformsResponse
44637
+ */
44638
+ listImageTransformsWithOptions(request: ListImageTransformsRequest, runtime: $dara.RuntimeOptions): Promise<ListImageTransformsResponse>;
44639
+ /**
44640
+ * 查询多条站点图片转换配置
44641
+ *
44642
+ * @param request - ListImageTransformsRequest
44643
+ * @returns ListImageTransformsResponse
44644
+ */
44645
+ listImageTransforms(request: ListImageTransformsRequest): Promise<ListImageTransformsResponse>;
43304
44646
  /**
43305
44647
  * Queries the quota details in a subscription plan.
43306
44648
  *
@@ -43427,6 +44769,21 @@ export default class Client extends OpenApi {
43427
44769
  * @returns ListManagedRulesGroupsResponse
43428
44770
  */
43429
44771
  listManagedRulesGroups(request: ListManagedRulesGroupsRequest): Promise<ListManagedRulesGroupsResponse>;
44772
+ /**
44773
+ * 查询多条网络优化配置
44774
+ *
44775
+ * @param request - ListNetworkOptimizationsRequest
44776
+ * @param runtime - runtime options for this request RuntimeOptions
44777
+ * @returns ListNetworkOptimizationsResponse
44778
+ */
44779
+ listNetworkOptimizationsWithOptions(request: ListNetworkOptimizationsRequest, runtime: $dara.RuntimeOptions): Promise<ListNetworkOptimizationsResponse>;
44780
+ /**
44781
+ * 查询多条网络优化配置
44782
+ *
44783
+ * @param request - ListNetworkOptimizationsRequest
44784
+ * @returns ListNetworkOptimizationsResponse
44785
+ */
44786
+ listNetworkOptimizations(request: ListNetworkOptimizationsRequest): Promise<ListNetworkOptimizationsResponse>;
43430
44787
  /**
43431
44788
  * 查询源地址池列表
43432
44789
  *
@@ -44295,6 +45652,21 @@ export default class Client extends OpenApi {
44295
45652
  * @returns UpdateIPv6Response
44296
45653
  */
44297
45654
  updateIPv6(request: UpdateIPv6Request): Promise<UpdateIPv6Response>;
45655
+ /**
45656
+ * 修改站点图片转换配置
45657
+ *
45658
+ * @param request - UpdateImageTransformRequest
45659
+ * @param runtime - runtime options for this request RuntimeOptions
45660
+ * @returns UpdateImageTransformResponse
45661
+ */
45662
+ updateImageTransformWithOptions(request: UpdateImageTransformRequest, runtime: $dara.RuntimeOptions): Promise<UpdateImageTransformResponse>;
45663
+ /**
45664
+ * 修改站点图片转换配置
45665
+ *
45666
+ * @param request - UpdateImageTransformRequest
45667
+ * @returns UpdateImageTransformResponse
45668
+ */
45669
+ updateImageTransform(request: UpdateImageTransformRequest): Promise<UpdateImageTransformResponse>;
44298
45670
  /**
44299
45671
  * Updates the name of a namespace in Edge KV.
44300
45672
  *
@@ -44355,6 +45727,21 @@ export default class Client extends OpenApi {
44355
45727
  * @returns UpdateManagedTransformResponse
44356
45728
  */
44357
45729
  updateManagedTransform(request: UpdateManagedTransformRequest): Promise<UpdateManagedTransformResponse>;
45730
+ /**
45731
+ * 修改网络优化配置
45732
+ *
45733
+ * @param request - UpdateNetworkOptimizationRequest
45734
+ * @param runtime - runtime options for this request RuntimeOptions
45735
+ * @returns UpdateNetworkOptimizationResponse
45736
+ */
45737
+ updateNetworkOptimizationWithOptions(request: UpdateNetworkOptimizationRequest, runtime: $dara.RuntimeOptions): Promise<UpdateNetworkOptimizationResponse>;
45738
+ /**
45739
+ * 修改网络优化配置
45740
+ *
45741
+ * @param request - UpdateNetworkOptimizationRequest
45742
+ * @returns UpdateNetworkOptimizationResponse
45743
+ */
45744
+ updateNetworkOptimization(request: UpdateNetworkOptimizationRequest): Promise<UpdateNetworkOptimizationResponse>;
44358
45745
  /**
44359
45746
  * 修改监视器
44360
45747
  *
@@ -44623,6 +46010,21 @@ export default class Client extends OpenApi {
44623
46010
  * @returns UpdateSiteNameExclusiveResponse
44624
46011
  */
44625
46012
  updateSiteNameExclusive(request: UpdateSiteNameExclusiveRequest): Promise<UpdateSiteNameExclusiveResponse>;
46013
+ /**
46014
+ * 修改站点暂停配置
46015
+ *
46016
+ * @param request - UpdateSitePauseRequest
46017
+ * @param runtime - runtime options for this request RuntimeOptions
46018
+ * @returns UpdateSitePauseResponse
46019
+ */
46020
+ updateSitePauseWithOptions(request: UpdateSitePauseRequest, runtime: $dara.RuntimeOptions): Promise<UpdateSitePauseResponse>;
46021
+ /**
46022
+ * 修改站点暂停配置
46023
+ *
46024
+ * @param request - UpdateSitePauseRequest
46025
+ * @returns UpdateSitePauseResponse
46026
+ */
46027
+ updateSitePause(request: UpdateSitePauseRequest): Promise<UpdateSitePauseResponse>;
44626
46028
  /**
44627
46029
  * Updates the custom nameserver names for a single website.
44628
46030
  *