@alicloud/esa20240910 2.13.0 → 2.15.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
@@ -1826,21 +1826,6 @@ export declare class CreateLoadBalancerRequestRules extends $dara.Model {
1826
1826
  [key: string]: any;
1827
1827
  });
1828
1828
  }
1829
- export declare class CreateLoadBalancerRequestSessionAffinityAttributes extends $dara.Model {
1830
- sameSite?: string;
1831
- secure?: string;
1832
- zeroDowntimeFailover?: string;
1833
- static names(): {
1834
- [key: string]: string;
1835
- };
1836
- static types(): {
1837
- [key: string]: any;
1838
- };
1839
- validate(): void;
1840
- constructor(map?: {
1841
- [key: string]: any;
1842
- });
1843
- }
1844
1829
  export declare class CreateOriginPoolRequestOriginsAuthConf extends $dara.Model {
1845
1830
  accessKey?: string;
1846
1831
  authType?: string;
@@ -7188,6 +7173,7 @@ export declare class ListCompressionRulesResponseBodyConfigs extends $dara.Model
7188
7173
  * 1
7189
7174
  */
7190
7175
  siteVersion?: number;
7176
+ zstd?: string;
7191
7177
  static names(): {
7192
7178
  [key: string]: string;
7193
7179
  };
@@ -8969,33 +8955,6 @@ export declare class ListLoadBalancersResponseBodyLoadBalancersRules extends $da
8969
8955
  [key: string]: any;
8970
8956
  });
8971
8957
  }
8972
- export declare class ListLoadBalancersResponseBodyLoadBalancersSessionAffinityAttributes extends $dara.Model {
8973
- /**
8974
- * @example
8975
- * Lax
8976
- */
8977
- sameSite?: string;
8978
- /**
8979
- * @example
8980
- * Always
8981
- */
8982
- secure?: string;
8983
- /**
8984
- * @example
8985
- * sticky
8986
- */
8987
- zeroDowntimeFailover?: string;
8988
- static names(): {
8989
- [key: string]: string;
8990
- };
8991
- static types(): {
8992
- [key: string]: any;
8993
- };
8994
- validate(): void;
8995
- constructor(map?: {
8996
- [key: string]: any;
8997
- });
8998
- }
8999
8958
  export declare class ListLoadBalancersResponseBodyLoadBalancers extends $dara.Model {
9000
8959
  adaptiveRouting?: ListLoadBalancersResponseBodyLoadBalancersAdaptiveRouting;
9001
8960
  defaultPools?: number[];
@@ -9052,7 +9011,6 @@ export declare class ListLoadBalancersResponseBodyLoadBalancers extends $dara.Mo
9052
9011
  * ip
9053
9012
  */
9054
9013
  sessionAffinity?: string;
9055
- sessionAffinityAttributes?: ListLoadBalancersResponseBodyLoadBalancersSessionAffinityAttributes;
9056
9014
  /**
9057
9015
  * @example
9058
9016
  * 1159101787****
@@ -10806,6 +10764,7 @@ export declare class ListUserRatePlanInstancesResponseBodyInstanceInfo extends $
10806
10764
  * online
10807
10765
  */
10808
10766
  status?: string;
10767
+ subscribeType?: string;
10809
10768
  static names(): {
10810
10769
  [key: string]: string;
10811
10770
  };
@@ -11875,33 +11834,6 @@ export declare class UpdateLoadBalancerRequestRules extends $dara.Model {
11875
11834
  [key: string]: any;
11876
11835
  });
11877
11836
  }
11878
- export declare class UpdateLoadBalancerRequestSessionAffinityAttributes extends $dara.Model {
11879
- /**
11880
- * @example
11881
- * Lax
11882
- */
11883
- sameSite?: string;
11884
- /**
11885
- * @example
11886
- * Always
11887
- */
11888
- secure?: string;
11889
- /**
11890
- * @example
11891
- * sticky
11892
- */
11893
- zeroDowntimeFailover?: string;
11894
- static names(): {
11895
- [key: string]: string;
11896
- };
11897
- static types(): {
11898
- [key: string]: any;
11899
- };
11900
- validate(): void;
11901
- constructor(map?: {
11902
- [key: string]: any;
11903
- });
11904
- }
11905
11837
  export declare class UpdateOriginPoolRequestOriginsAuthConf extends $dara.Model {
11906
11838
  accessKey?: string;
11907
11839
  authType?: string;
@@ -13448,6 +13380,53 @@ export declare class BlockObjectResponse extends $dara.Model {
13448
13380
  [key: string]: any;
13449
13381
  });
13450
13382
  }
13383
+ export declare class CheckAssumeSlrRoleResponseBody extends $dara.Model {
13384
+ /**
13385
+ * @example
13386
+ * aliuid:xxx assumeOssRole not exist,serviceName:realtimelogpush.dcdnservices.aliyuncs.com
13387
+ */
13388
+ errorMsg?: string;
13389
+ /**
13390
+ * @example
13391
+ * true
13392
+ */
13393
+ isExist?: string;
13394
+ /**
13395
+ * @remarks
13396
+ * Id of the request
13397
+ *
13398
+ * @example
13399
+ * 34DCBC8A-****-****-****-6DAA11D7DDBD
13400
+ */
13401
+ requestId?: string;
13402
+ static names(): {
13403
+ [key: string]: string;
13404
+ };
13405
+ static types(): {
13406
+ [key: string]: any;
13407
+ };
13408
+ validate(): void;
13409
+ constructor(map?: {
13410
+ [key: string]: any;
13411
+ });
13412
+ }
13413
+ export declare class CheckAssumeSlrRoleResponse extends $dara.Model {
13414
+ headers?: {
13415
+ [key: string]: string;
13416
+ };
13417
+ statusCode?: number;
13418
+ body?: CheckAssumeSlrRoleResponseBody;
13419
+ static names(): {
13420
+ [key: string]: string;
13421
+ };
13422
+ static types(): {
13423
+ [key: string]: any;
13424
+ };
13425
+ validate(): void;
13426
+ constructor(map?: {
13427
+ [key: string]: any;
13428
+ });
13429
+ }
13451
13430
  export declare class CheckSiteNameRequest extends $dara.Model {
13452
13431
  /**
13453
13432
  * @remarks
@@ -14158,6 +14137,7 @@ export declare class CreateCompressionRuleRequest extends $dara.Model {
14158
14137
  * 0
14159
14138
  */
14160
14139
  siteVersion?: number;
14140
+ zstd?: string;
14161
14141
  static names(): {
14162
14142
  [key: string]: string;
14163
14143
  };
@@ -15657,6 +15637,7 @@ export declare class CreateLoadBalancerRequest extends $dara.Model {
15657
15637
  */
15658
15638
  defaultPools?: number[];
15659
15639
  description?: string;
15640
+ enabled?: boolean;
15660
15641
  /**
15661
15642
  * @remarks
15662
15643
  * This parameter is required.
@@ -15701,7 +15682,6 @@ export declare class CreateLoadBalancerRequest extends $dara.Model {
15701
15682
  */
15702
15683
  rules?: CreateLoadBalancerRequestRules[];
15703
15684
  sessionAffinity?: string;
15704
- sessionAffinityAttributes?: CreateLoadBalancerRequestSessionAffinityAttributes;
15705
15685
  /**
15706
15686
  * @remarks
15707
15687
  * This parameter is required.
@@ -15743,6 +15723,7 @@ export declare class CreateLoadBalancerShrinkRequest extends $dara.Model {
15743
15723
  */
15744
15724
  defaultPoolsShrink?: string;
15745
15725
  description?: string;
15726
+ enabled?: boolean;
15746
15727
  /**
15747
15728
  * @remarks
15748
15729
  * This parameter is required.
@@ -15787,7 +15768,6 @@ export declare class CreateLoadBalancerShrinkRequest extends $dara.Model {
15787
15768
  */
15788
15769
  rulesShrink?: string;
15789
15770
  sessionAffinity?: string;
15790
- sessionAffinityAttributesShrink?: string;
15791
15771
  /**
15792
15772
  * @remarks
15793
15773
  * This parameter is required.
@@ -17968,6 +17948,43 @@ export declare class CreateSiteDeliveryTaskResponse extends $dara.Model {
17968
17948
  [key: string]: any;
17969
17949
  });
17970
17950
  }
17951
+ export declare class CreateSlrRoleForRealtimeLogResponseBody extends $dara.Model {
17952
+ /**
17953
+ * @remarks
17954
+ * Id of the request
17955
+ *
17956
+ * @example
17957
+ * 156A6B-677B1A-4297B7-9187B7-2B44792
17958
+ */
17959
+ requestId?: string;
17960
+ static names(): {
17961
+ [key: string]: string;
17962
+ };
17963
+ static types(): {
17964
+ [key: string]: any;
17965
+ };
17966
+ validate(): void;
17967
+ constructor(map?: {
17968
+ [key: string]: any;
17969
+ });
17970
+ }
17971
+ export declare class CreateSlrRoleForRealtimeLogResponse extends $dara.Model {
17972
+ headers?: {
17973
+ [key: string]: string;
17974
+ };
17975
+ statusCode?: number;
17976
+ body?: CreateSlrRoleForRealtimeLogResponseBody;
17977
+ static names(): {
17978
+ [key: string]: string;
17979
+ };
17980
+ static types(): {
17981
+ [key: string]: any;
17982
+ };
17983
+ validate(): void;
17984
+ constructor(map?: {
17985
+ [key: string]: any;
17986
+ });
17987
+ }
17971
17988
  export declare class CreateUserDeliveryTaskRequest extends $dara.Model {
17972
17989
  /**
17973
17990
  * @remarks
@@ -18647,6 +18664,7 @@ export declare class CreateWaitingRoomResponseBody extends $dara.Model {
18647
18664
  * 85H66C7B-671A-4297-9187-2C4477247A74
18648
18665
  */
18649
18666
  requestId?: string;
18667
+ waitingRoomId?: string;
18650
18668
  static names(): {
18651
18669
  [key: string]: string;
18652
18670
  };
@@ -18906,6 +18924,7 @@ export declare class CreateWaitingRoomEventResponseBody extends $dara.Model {
18906
18924
  * 15C66C7B-671A-4297-9187-2C4477247A123425345
18907
18925
  */
18908
18926
  requestId?: string;
18927
+ waitingRoomEventId?: number;
18909
18928
  static names(): {
18910
18929
  [key: string]: string;
18911
18930
  };
@@ -19008,6 +19027,7 @@ export declare class CreateWaitingRoomRuleResponseBody extends $dara.Model {
19008
19027
  * EEEBE525-F576-1196-8DAF-2D70CA3F4D2F
19009
19028
  */
19010
19029
  requestId?: string;
19030
+ waitingRoomRuleId?: number;
19011
19031
  static names(): {
19012
19032
  [key: string]: string;
19013
19033
  };
@@ -22663,6 +22683,70 @@ export declare class DescribePurgeTasksResponse extends $dara.Model {
22663
22683
  [key: string]: any;
22664
22684
  });
22665
22685
  }
22686
+ export declare class DescribeRatePlanInstanceStatusRequest extends $dara.Model {
22687
+ /**
22688
+ * @example
22689
+ * xcdn-91fknmb80f0g***
22690
+ */
22691
+ instanceId?: string;
22692
+ static names(): {
22693
+ [key: string]: string;
22694
+ };
22695
+ static types(): {
22696
+ [key: string]: any;
22697
+ };
22698
+ validate(): void;
22699
+ constructor(map?: {
22700
+ [key: string]: any;
22701
+ });
22702
+ }
22703
+ export declare class DescribeRatePlanInstanceStatusResponseBody extends $dara.Model {
22704
+ /**
22705
+ * @example
22706
+ * xcdn-91fknmb80f0g***
22707
+ */
22708
+ instanceId?: string;
22709
+ /**
22710
+ * @example
22711
+ * running
22712
+ */
22713
+ instanceStatus?: string;
22714
+ /**
22715
+ * @remarks
22716
+ * Id of the request
22717
+ *
22718
+ * @example
22719
+ * 60423A7F-A83D-1E24-B80E-86DD25790759
22720
+ */
22721
+ requestId?: string;
22722
+ static names(): {
22723
+ [key: string]: string;
22724
+ };
22725
+ static types(): {
22726
+ [key: string]: any;
22727
+ };
22728
+ validate(): void;
22729
+ constructor(map?: {
22730
+ [key: string]: any;
22731
+ });
22732
+ }
22733
+ export declare class DescribeRatePlanInstanceStatusResponse extends $dara.Model {
22734
+ headers?: {
22735
+ [key: string]: string;
22736
+ };
22737
+ statusCode?: number;
22738
+ body?: DescribeRatePlanInstanceStatusResponseBody;
22739
+ static names(): {
22740
+ [key: string]: string;
22741
+ };
22742
+ static types(): {
22743
+ [key: string]: any;
22744
+ };
22745
+ validate(): void;
22746
+ constructor(map?: {
22747
+ [key: string]: any;
22748
+ });
22749
+ }
22666
22750
  export declare class DisableCustomScenePolicyRequest extends $dara.Model {
22667
22751
  /**
22668
22752
  * @remarks
@@ -23926,6 +24010,7 @@ export declare class GetCompressionRuleResponseBody extends $dara.Model {
23926
24010
  * 0
23927
24011
  */
23928
24012
  siteVersion?: number;
24013
+ zstd?: string;
23929
24014
  static names(): {
23930
24015
  [key: string]: string;
23931
24016
  };
@@ -33799,6 +33884,7 @@ export declare class ListUserRatePlanInstancesRequest extends $dara.Model {
33799
33884
  * false
33800
33885
  */
33801
33886
  status?: string;
33887
+ subscribeType?: string;
33802
33888
  static names(): {
33803
33889
  [key: string]: string;
33804
33890
  };
@@ -35111,6 +35197,106 @@ export declare class PublishRoutineCodeVersionResponse extends $dara.Model {
35111
35197
  [key: string]: any;
35112
35198
  });
35113
35199
  }
35200
+ export declare class PurchaseRatePlanRequest extends $dara.Model {
35201
+ autoPay?: boolean;
35202
+ /**
35203
+ * @example
35204
+ * true
35205
+ */
35206
+ autoRenew?: boolean;
35207
+ /**
35208
+ * @example
35209
+ * PREPAY
35210
+ */
35211
+ chargeType?: string;
35212
+ /**
35213
+ * @example
35214
+ * domestic
35215
+ */
35216
+ coverage?: string;
35217
+ /**
35218
+ * @example
35219
+ * 1
35220
+ */
35221
+ period?: number;
35222
+ /**
35223
+ * @example
35224
+ * entranceplan
35225
+ */
35226
+ planCode?: string;
35227
+ /**
35228
+ * @example
35229
+ * basic
35230
+ */
35231
+ planName?: string;
35232
+ /**
35233
+ * @example
35234
+ * test.com
35235
+ */
35236
+ siteName?: string;
35237
+ /**
35238
+ * @example
35239
+ * CNAME
35240
+ */
35241
+ type?: string;
35242
+ static names(): {
35243
+ [key: string]: string;
35244
+ };
35245
+ static types(): {
35246
+ [key: string]: any;
35247
+ };
35248
+ validate(): void;
35249
+ constructor(map?: {
35250
+ [key: string]: any;
35251
+ });
35252
+ }
35253
+ export declare class PurchaseRatePlanResponseBody extends $dara.Model {
35254
+ /**
35255
+ * @example
35256
+ * xcdn-ads11w
35257
+ */
35258
+ instanceId?: string;
35259
+ /**
35260
+ * @example
35261
+ * 123123
35262
+ */
35263
+ orderId?: string;
35264
+ /**
35265
+ * @remarks
35266
+ * Id of the request
35267
+ *
35268
+ * @example
35269
+ * 30423A7F-A83D-1E24-B80E-86DD25790758
35270
+ */
35271
+ requestId?: string;
35272
+ static names(): {
35273
+ [key: string]: string;
35274
+ };
35275
+ static types(): {
35276
+ [key: string]: any;
35277
+ };
35278
+ validate(): void;
35279
+ constructor(map?: {
35280
+ [key: string]: any;
35281
+ });
35282
+ }
35283
+ export declare class PurchaseRatePlanResponse extends $dara.Model {
35284
+ headers?: {
35285
+ [key: string]: string;
35286
+ };
35287
+ statusCode?: number;
35288
+ body?: PurchaseRatePlanResponseBody;
35289
+ static names(): {
35290
+ [key: string]: string;
35291
+ };
35292
+ static types(): {
35293
+ [key: string]: any;
35294
+ };
35295
+ validate(): void;
35296
+ constructor(map?: {
35297
+ [key: string]: any;
35298
+ });
35299
+ }
35114
35300
  export declare class PurgeCachesRequest extends $dara.Model {
35115
35301
  /**
35116
35302
  * @remarks
@@ -36012,14 +36198,6 @@ export declare class SetCertificateRequest extends $dara.Model {
36012
36198
  * cas
36013
36199
  */
36014
36200
  type?: string;
36015
- /**
36016
- * @remarks
36017
- * Specifies whether to update the certificate.
36018
- *
36019
- * @example
36020
- * true
36021
- */
36022
- update?: boolean;
36023
36201
  static names(): {
36024
36202
  [key: string]: string;
36025
36203
  };
@@ -37117,6 +37295,7 @@ export declare class UpdateCompressionRuleRequest extends $dara.Model {
37117
37295
  * 5407498413****
37118
37296
  */
37119
37297
  siteId?: number;
37298
+ zstd?: string;
37120
37299
  static names(): {
37121
37300
  [key: string]: string;
37122
37301
  };
@@ -38030,112 +38209,6 @@ export declare class UpdateImageTransformResponse extends $dara.Model {
38030
38209
  [key: string]: any;
38031
38210
  });
38032
38211
  }
38033
- export declare class UpdateKvNamespaceRequest extends $dara.Model {
38034
- /**
38035
- * @remarks
38036
- * The name of the namespace that you specify when you call the [CreateKvNamespace](https://help.aliyun.com/document_detail/2850317.html) operation.
38037
- *
38038
- * This parameter is required.
38039
- *
38040
- * @example
38041
- * ns1
38042
- */
38043
- namespace?: string;
38044
- /**
38045
- * @remarks
38046
- * The new name of the namespace.
38047
- *
38048
- * This parameter is required.
38049
- *
38050
- * @example
38051
- * new_ns
38052
- */
38053
- title?: string;
38054
- static names(): {
38055
- [key: string]: string;
38056
- };
38057
- static types(): {
38058
- [key: string]: any;
38059
- };
38060
- validate(): void;
38061
- constructor(map?: {
38062
- [key: string]: any;
38063
- });
38064
- }
38065
- export declare class UpdateKvNamespaceResponseBody extends $dara.Model {
38066
- /**
38067
- * @remarks
38068
- * The description of the namespace.
38069
- *
38070
- * @example
38071
- * this is a test ns.
38072
- */
38073
- description?: string;
38074
- /**
38075
- * @remarks
38076
- * The updated name of the namespace.
38077
- *
38078
- * @example
38079
- * new_ns1
38080
- */
38081
- namespace?: string;
38082
- /**
38083
- * @remarks
38084
- * The ID of the namespace.
38085
- *
38086
- * @example
38087
- * 643355322374688768
38088
- */
38089
- namespaceId?: string;
38090
- /**
38091
- * @remarks
38092
- * The request ID.
38093
- *
38094
- * @example
38095
- * 0AEDAF20-4DDF-4165-8750-47FF9C1929C9
38096
- */
38097
- requestId?: string;
38098
- /**
38099
- * @remarks
38100
- * The status of the namespace. Valid values:
38101
- *
38102
- * * **online**: normal.
38103
- * * **delete**: pending deletion.
38104
- * * **deleting**: being deleted.
38105
- * * **deleted**: deleted.
38106
- *
38107
- * @example
38108
- * online
38109
- */
38110
- status?: string;
38111
- static names(): {
38112
- [key: string]: string;
38113
- };
38114
- static types(): {
38115
- [key: string]: any;
38116
- };
38117
- validate(): void;
38118
- constructor(map?: {
38119
- [key: string]: any;
38120
- });
38121
- }
38122
- export declare class UpdateKvNamespaceResponse extends $dara.Model {
38123
- headers?: {
38124
- [key: string]: string;
38125
- };
38126
- statusCode?: number;
38127
- body?: UpdateKvNamespaceResponseBody;
38128
- static names(): {
38129
- [key: string]: string;
38130
- };
38131
- static types(): {
38132
- [key: string]: any;
38133
- };
38134
- validate(): void;
38135
- constructor(map?: {
38136
- [key: string]: any;
38137
- });
38138
- }
38139
38212
  export declare class UpdateListRequest extends $dara.Model {
38140
38213
  /**
38141
38214
  * @remarks
@@ -38281,6 +38354,7 @@ export declare class UpdateLoadBalancerRequest extends $dara.Model {
38281
38354
  adaptiveRouting?: UpdateLoadBalancerRequestAdaptiveRouting;
38282
38355
  defaultPools?: number[];
38283
38356
  description?: string;
38357
+ enabled?: boolean;
38284
38358
  /**
38285
38359
  * @example
38286
38360
  * 96228666776****
@@ -38326,7 +38400,6 @@ export declare class UpdateLoadBalancerRequest extends $dara.Model {
38326
38400
  * ip
38327
38401
  */
38328
38402
  sessionAffinity?: string;
38329
- sessionAffinityAttributes?: UpdateLoadBalancerRequestSessionAffinityAttributes;
38330
38403
  /**
38331
38404
  * @remarks
38332
38405
  * This parameter is required.
@@ -38365,6 +38438,7 @@ export declare class UpdateLoadBalancerShrinkRequest extends $dara.Model {
38365
38438
  adaptiveRoutingShrink?: string;
38366
38439
  defaultPoolsShrink?: string;
38367
38440
  description?: string;
38441
+ enabled?: boolean;
38368
38442
  /**
38369
38443
  * @example
38370
38444
  * 96228666776****
@@ -38410,7 +38484,6 @@ export declare class UpdateLoadBalancerShrinkRequest extends $dara.Model {
38410
38484
  * ip
38411
38485
  */
38412
38486
  sessionAffinity?: string;
38413
- sessionAffinityAttributesShrink?: string;
38414
38487
  /**
38415
38488
  * @remarks
38416
38489
  * This parameter is required.
@@ -39087,6 +39160,91 @@ export declare class UpdatePageResponse extends $dara.Model {
39087
39160
  [key: string]: any;
39088
39161
  });
39089
39162
  }
39163
+ export declare class UpdateRatePlanSpecRequest extends $dara.Model {
39164
+ autoPay?: boolean;
39165
+ /**
39166
+ * @example
39167
+ * PREPAY
39168
+ */
39169
+ chargeType?: string;
39170
+ /**
39171
+ * @example
39172
+ * xcdn-91fknmb80f0g
39173
+ */
39174
+ instanceId?: string;
39175
+ /**
39176
+ * @example
39177
+ * UPGRADE
39178
+ */
39179
+ orderType?: string;
39180
+ /**
39181
+ * @example
39182
+ * entranceplan
39183
+ */
39184
+ targetPlanCode?: string;
39185
+ /**
39186
+ * @example
39187
+ * basic
39188
+ */
39189
+ targetPlanName?: string;
39190
+ static names(): {
39191
+ [key: string]: string;
39192
+ };
39193
+ static types(): {
39194
+ [key: string]: any;
39195
+ };
39196
+ validate(): void;
39197
+ constructor(map?: {
39198
+ [key: string]: any;
39199
+ });
39200
+ }
39201
+ export declare class UpdateRatePlanSpecResponseBody extends $dara.Model {
39202
+ /**
39203
+ * @example
39204
+ * xcdn-as23ds***
39205
+ */
39206
+ instanceId?: string;
39207
+ /**
39208
+ * @example
39209
+ * 2223332122***
39210
+ */
39211
+ orderId?: string;
39212
+ /**
39213
+ * @remarks
39214
+ * Id of the request
39215
+ *
39216
+ * @example
39217
+ * 30423A7F-A83D-1E24-B80E-86DD25790758
39218
+ */
39219
+ requestId?: string;
39220
+ static names(): {
39221
+ [key: string]: string;
39222
+ };
39223
+ static types(): {
39224
+ [key: string]: any;
39225
+ };
39226
+ validate(): void;
39227
+ constructor(map?: {
39228
+ [key: string]: any;
39229
+ });
39230
+ }
39231
+ export declare class UpdateRatePlanSpecResponse extends $dara.Model {
39232
+ headers?: {
39233
+ [key: string]: string;
39234
+ };
39235
+ statusCode?: number;
39236
+ body?: UpdateRatePlanSpecResponseBody;
39237
+ static names(): {
39238
+ [key: string]: string;
39239
+ };
39240
+ static types(): {
39241
+ [key: string]: any;
39242
+ };
39243
+ validate(): void;
39244
+ constructor(map?: {
39245
+ [key: string]: any;
39246
+ });
39247
+ }
39090
39248
  export declare class UpdateRecordRequest extends $dara.Model {
39091
39249
  /**
39092
39250
  * @remarks
@@ -42038,6 +42196,19 @@ export default class Client extends OpenApi {
42038
42196
  * @returns BlockObjectResponse
42039
42197
  */
42040
42198
  blockObject(request: BlockObjectRequest): Promise<BlockObjectResponse>;
42199
+ /**
42200
+ * 检查实时日志slr角色是否已创建
42201
+ *
42202
+ * @param request - CheckAssumeSlrRoleRequest
42203
+ * @param runtime - runtime options for this request RuntimeOptions
42204
+ * @returns CheckAssumeSlrRoleResponse
42205
+ */
42206
+ checkAssumeSlrRoleWithOptions(runtime: $dara.RuntimeOptions): Promise<CheckAssumeSlrRoleResponse>;
42207
+ /**
42208
+ * 检查实时日志slr角色是否已创建
42209
+ * @returns CheckAssumeSlrRoleResponse
42210
+ */
42211
+ checkAssumeSlrRole(): Promise<CheckAssumeSlrRoleResponse>;
42041
42212
  /**
42042
42213
  * Checks whether a specified website name is available.
42043
42214
  *
@@ -42581,6 +42752,19 @@ export default class Client extends OpenApi {
42581
42752
  * @returns CreateSiteDeliveryTaskResponse
42582
42753
  */
42583
42754
  createSiteDeliveryTask(request: CreateSiteDeliveryTaskRequest): Promise<CreateSiteDeliveryTaskResponse>;
42755
+ /**
42756
+ * 创建一个实时日志slr角色
42757
+ *
42758
+ * @param request - CreateSlrRoleForRealtimeLogRequest
42759
+ * @param runtime - runtime options for this request RuntimeOptions
42760
+ * @returns CreateSlrRoleForRealtimeLogResponse
42761
+ */
42762
+ createSlrRoleForRealtimeLogWithOptions(runtime: $dara.RuntimeOptions): Promise<CreateSlrRoleForRealtimeLogResponse>;
42763
+ /**
42764
+ * 创建一个实时日志slr角色
42765
+ * @returns CreateSlrRoleForRealtimeLogResponse
42766
+ */
42767
+ createSlrRoleForRealtimeLog(): Promise<CreateSlrRoleForRealtimeLogResponse>;
42584
42768
  /**
42585
42769
  * Creates a log delivery task to ship logs to the specified destination.
42586
42770
  *
@@ -43393,6 +43577,21 @@ export default class Client extends OpenApi {
43393
43577
  * @returns DescribePurgeTasksResponse
43394
43578
  */
43395
43579
  describePurgeTasks(request: DescribePurgeTasksRequest): Promise<DescribePurgeTasksResponse>;
43580
+ /**
43581
+ * 查询套餐实例状态
43582
+ *
43583
+ * @param request - DescribeRatePlanInstanceStatusRequest
43584
+ * @param runtime - runtime options for this request RuntimeOptions
43585
+ * @returns DescribeRatePlanInstanceStatusResponse
43586
+ */
43587
+ describeRatePlanInstanceStatusWithOptions(request: DescribeRatePlanInstanceStatusRequest, runtime: $dara.RuntimeOptions): Promise<DescribeRatePlanInstanceStatusResponse>;
43588
+ /**
43589
+ * 查询套餐实例状态
43590
+ *
43591
+ * @param request - DescribeRatePlanInstanceStatusRequest
43592
+ * @returns DescribeRatePlanInstanceStatusResponse
43593
+ */
43594
+ describeRatePlanInstanceStatus(request: DescribeRatePlanInstanceStatusRequest): Promise<DescribeRatePlanInstanceStatusResponse>;
43396
43595
  /**
43397
43596
  * Disables a scenario-specific policy.
43398
43597
  *
@@ -45241,6 +45440,21 @@ export default class Client extends OpenApi {
45241
45440
  * @returns PublishRoutineCodeVersionResponse
45242
45441
  */
45243
45442
  publishRoutineCodeVersion(request: PublishRoutineCodeVersionRequest): Promise<PublishRoutineCodeVersionResponse>;
45443
+ /**
45444
+ * 新购套餐
45445
+ *
45446
+ * @param request - PurchaseRatePlanRequest
45447
+ * @param runtime - runtime options for this request RuntimeOptions
45448
+ * @returns PurchaseRatePlanResponse
45449
+ */
45450
+ purchaseRatePlanWithOptions(request: PurchaseRatePlanRequest, runtime: $dara.RuntimeOptions): Promise<PurchaseRatePlanResponse>;
45451
+ /**
45452
+ * 新购套餐
45453
+ *
45454
+ * @param request - PurchaseRatePlanRequest
45455
+ * @returns PurchaseRatePlanResponse
45456
+ */
45457
+ purchaseRatePlan(request: PurchaseRatePlanRequest): Promise<PurchaseRatePlanResponse>;
45244
45458
  /**
45245
45459
  * Purges resources cached on points of presence (POPs). You can purge the cache by file URL, directory, cache tag, hostname, or URL with specified parameters ignored, or purge all the cache.
45246
45460
  *
@@ -45708,21 +45922,6 @@ export default class Client extends OpenApi {
45708
45922
  * @returns UpdateImageTransformResponse
45709
45923
  */
45710
45924
  updateImageTransform(request: UpdateImageTransformRequest): Promise<UpdateImageTransformResponse>;
45711
- /**
45712
- * Updates the name of a namespace in Edge KV.
45713
- *
45714
- * @param request - UpdateKvNamespaceRequest
45715
- * @param runtime - runtime options for this request RuntimeOptions
45716
- * @returns UpdateKvNamespaceResponse
45717
- */
45718
- updateKvNamespaceWithOptions(request: UpdateKvNamespaceRequest, runtime: $dara.RuntimeOptions): Promise<UpdateKvNamespaceResponse>;
45719
- /**
45720
- * Updates the name of a namespace in Edge KV.
45721
- *
45722
- * @param request - UpdateKvNamespaceRequest
45723
- * @returns UpdateKvNamespaceResponse
45724
- */
45725
- updateKvNamespace(request: UpdateKvNamespaceRequest): Promise<UpdateKvNamespaceResponse>;
45726
45925
  /**
45727
45926
  * Updates a custom list.
45728
45927
  *
@@ -45858,6 +46057,21 @@ export default class Client extends OpenApi {
45858
46057
  * @returns UpdatePageResponse
45859
46058
  */
45860
46059
  updatePage(request: UpdatePageRequest): Promise<UpdatePageResponse>;
46060
+ /**
46061
+ * 套餐变配
46062
+ *
46063
+ * @param request - UpdateRatePlanSpecRequest
46064
+ * @param runtime - runtime options for this request RuntimeOptions
46065
+ * @returns UpdateRatePlanSpecResponse
46066
+ */
46067
+ updateRatePlanSpecWithOptions(request: UpdateRatePlanSpecRequest, runtime: $dara.RuntimeOptions): Promise<UpdateRatePlanSpecResponse>;
46068
+ /**
46069
+ * 套餐变配
46070
+ *
46071
+ * @param request - UpdateRatePlanSpecRequest
46072
+ * @returns UpdateRatePlanSpecResponse
46073
+ */
46074
+ updateRatePlanSpec(request: UpdateRatePlanSpecRequest): Promise<UpdateRatePlanSpecResponse>;
45861
46075
  /**
45862
46076
  * Updates multiple types of DNS records and origin authentication configurations.
45863
46077
  *