@alicloud/rds20140815 4.0.2 → 4.0.4

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
@@ -205,6 +205,7 @@ export declare class AllocateReadWriteSplittingConnectionResponse extends $tea.M
205
205
  }
206
206
  export declare class AttachWhitelistTemplateToInstanceRequest extends $tea.Model {
207
207
  insName?: string;
208
+ regionId?: string;
208
209
  resourceGroupId?: string;
209
210
  resourceOwnerAccount?: string;
210
211
  resourceOwnerId?: number;
@@ -3440,6 +3441,7 @@ export declare class DescribeAllWhitelistTemplateRequest extends $tea.Model {
3440
3441
  fuzzySearch?: boolean;
3441
3442
  maxRecordsPerPage?: number;
3442
3443
  pageNumbers?: number;
3444
+ regionId?: string;
3443
3445
  resourceGroupId?: string;
3444
3446
  resourceOwnerAccount?: string;
3445
3447
  resourceOwnerId?: number;
@@ -7041,6 +7043,7 @@ export declare class DescribeInstanceKeywordsResponse extends $tea.Model {
7041
7043
  }
7042
7044
  export declare class DescribeInstanceLinkedWhitelistTemplateRequest extends $tea.Model {
7043
7045
  insName?: string;
7046
+ regionId?: string;
7044
7047
  resourceGroupId?: string;
7045
7048
  resourceOwnerAccount?: string;
7046
7049
  resourceOwnerId?: number;
@@ -7978,9 +7981,11 @@ export declare class DescribePriceShrinkRequest extends $tea.Model {
7978
7981
  });
7979
7982
  }
7980
7983
  export declare class DescribePriceResponseBody extends $tea.Model {
7984
+ orderParams?: string;
7981
7985
  priceInfo?: DescribePriceResponseBodyPriceInfo;
7982
7986
  requestId?: string;
7983
7987
  rules?: DescribePriceResponseBodyRules;
7988
+ serverlessPrice?: DescribePriceResponseBodyServerlessPrice;
7984
7989
  showDiscount?: boolean;
7985
7990
  tradeMaxRCUAmount?: number;
7986
7991
  tradeMinRCUAmount?: number;
@@ -9238,6 +9243,7 @@ export declare class DescribeVSwitchesResponse extends $tea.Model {
9238
9243
  });
9239
9244
  }
9240
9245
  export declare class DescribeWhitelistTemplateRequest extends $tea.Model {
9246
+ regionId?: string;
9241
9247
  resourceGroupId?: string;
9242
9248
  resourceOwnerAccount?: string;
9243
9249
  resourceOwnerId?: number;
@@ -9286,6 +9292,7 @@ export declare class DescribeWhitelistTemplateResponse extends $tea.Model {
9286
9292
  });
9287
9293
  }
9288
9294
  export declare class DescribeWhitelistTemplateLinkedInstanceRequest extends $tea.Model {
9295
+ regionId?: string;
9289
9296
  resourceGroupId?: string;
9290
9297
  resourceOwnerAccount?: string;
9291
9298
  resourceOwnerId?: number;
@@ -9423,6 +9430,7 @@ export declare class DetachGadInstanceMemberResponse extends $tea.Model {
9423
9430
  }
9424
9431
  export declare class DetachWhitelistTemplateToInstanceRequest extends $tea.Model {
9425
9432
  insName?: string;
9433
+ regionId?: string;
9426
9434
  resourceGroupId?: string;
9427
9435
  resourceOwnerAccount?: string;
9428
9436
  resourceOwnerId?: number;
@@ -12823,6 +12831,7 @@ export declare class ModifyTaskInfoResponse extends $tea.Model {
12823
12831
  }
12824
12832
  export declare class ModifyWhitelistTemplateRequest extends $tea.Model {
12825
12833
  ipWhitelist?: string;
12834
+ regionId?: string;
12826
12835
  resourceGroupId?: string;
12827
12836
  resourceOwnerAccount?: string;
12828
12837
  resourceOwnerId?: number;
@@ -14828,7 +14837,7 @@ export declare class CreateDBInstanceEndpointAddressResponseBodyData extends $te
14828
14837
  }
14829
14838
  export declare class CreateDBNodesRequestDBNode extends $tea.Model {
14830
14839
  classCode?: string;
14831
- vswId?: string;
14840
+ vswitchId?: string;
14832
14841
  zoneId?: string;
14833
14842
  static names(): {
14834
14843
  [key: string]: string;
@@ -18183,8 +18192,11 @@ export declare class DescribePriceResponseBodyPriceInfo extends $tea.Model {
18183
18192
  coupons?: DescribePriceResponseBodyPriceInfoCoupons;
18184
18193
  currency?: string;
18185
18194
  discountPrice?: number;
18195
+ orderLines?: string;
18186
18196
  originalPrice?: number;
18187
18197
  ruleIds?: DescribePriceResponseBodyPriceInfoRuleIds;
18198
+ tradeMaxRCUAmount?: number;
18199
+ tradeMinRCUAmount?: number;
18188
18200
  tradePrice?: number;
18189
18201
  static names(): {
18190
18202
  [key: string]: string;
@@ -18222,6 +18234,27 @@ export declare class DescribePriceResponseBodyRules extends $tea.Model {
18222
18234
  [key: string]: any;
18223
18235
  });
18224
18236
  }
18237
+ export declare class DescribePriceResponseBodyServerlessPrice extends $tea.Model {
18238
+ RCUDiscountMaxAmount?: number;
18239
+ RCUDiscountMinAmount?: number;
18240
+ RCUOriginalMaxAmount?: number;
18241
+ RCUOriginalMinAmount?: number;
18242
+ storageOriginalAmount?: number;
18243
+ totalOriginalMaxAmount?: number;
18244
+ totalOriginalMinAmount?: number;
18245
+ tradeMaxRCUAmount?: number;
18246
+ tradeMinRCUAmount?: number;
18247
+ storageDiscountAmount?: number;
18248
+ static names(): {
18249
+ [key: string]: string;
18250
+ };
18251
+ static types(): {
18252
+ [key: string]: any;
18253
+ };
18254
+ constructor(map?: {
18255
+ [key: string]: any;
18256
+ });
18257
+ }
18225
18258
  export declare class DescribeRdsResourceSettingsResponseBodyRdsInstanceResourceSettingsRdsInstanceResourceSetting extends $tea.Model {
18226
18259
  endDate?: string;
18227
18260
  isTop?: string;
@@ -20344,9 +20377,9 @@ export default class Client extends OpenApi {
20344
20377
  createOnlineDatabaseTask(request: CreateOnlineDatabaseTaskRequest): Promise<CreateOnlineDatabaseTaskResponse>;
20345
20378
  /**
20346
20379
  * ### [](#)Supported database engines
20347
- * MySQL
20380
+ * RDS MySQL
20348
20381
  * ### [](#)References
20349
- * > Before you call this operation, carefully read the following documentation. Make sure that you fully understand the prerequisites and impacts for calling this operation.
20382
+ * > Before you call this operation, read the following topics and make sure that you fully understand the prerequisites and impacts of this operation.
20350
20383
  * [Delete a node from an ApsaraDB RDS for MySQL instance that runs RDS Cluster Edition](~~464130~~)
20351
20384
  *
20352
20385
  * @param tmpReq CreateOrderForDeleteDBNodesRequest
@@ -20356,9 +20389,9 @@ export default class Client extends OpenApi {
20356
20389
  createOrderForDeleteDBNodesWithOptions(tmpReq: CreateOrderForDeleteDBNodesRequest, runtime: $Util.RuntimeOptions): Promise<CreateOrderForDeleteDBNodesResponse>;
20357
20390
  /**
20358
20391
  * ### [](#)Supported database engines
20359
- * MySQL
20392
+ * RDS MySQL
20360
20393
  * ### [](#)References
20361
- * > Before you call this operation, carefully read the following documentation. Make sure that you fully understand the prerequisites and impacts for calling this operation.
20394
+ * > Before you call this operation, read the following topics and make sure that you fully understand the prerequisites and impacts of this operation.
20362
20395
  * [Delete a node from an ApsaraDB RDS for MySQL instance that runs RDS Cluster Edition](~~464130~~)
20363
20396
  *
20364
20397
  * @param request CreateOrderForDeleteDBNodesRequest
@@ -21156,11 +21189,12 @@ export default class Client extends OpenApi {
21156
21189
  */
21157
21190
  describeAvailableRecoveryTime(request: DescribeAvailableRecoveryTimeRequest): Promise<DescribeAvailableRecoveryTimeResponse>;
21158
21191
  /**
21159
- * ### Supported database engines
21160
- * * MySQL
21161
- * * PostgreSQL
21162
- * * SQL Server
21163
- * * MariaDB
21192
+ * ### [](#)Supported database engines
21193
+ * * RDS MySQL
21194
+ * * RDS PostgreSQL
21195
+ * * RDS SQL Server
21196
+ * * RDS MariaDB
21197
+ * > You can call this operation to query the available zones for an instance. The query result may be different from the zones available on the buy page of the ApsaraDB RDS console. The values of some parameters on the buy page vary based on the actual sales policy. The actual information on the [buy page](https://rdsbuy.console.aliyun.com/create/rds/PostgreSQL) prevails.
21164
21198
  *
21165
21199
  * @param request DescribeAvailableZonesRequest
21166
21200
  * @param runtime runtime options for this request RuntimeOptions
@@ -21168,11 +21202,12 @@ export default class Client extends OpenApi {
21168
21202
  */
21169
21203
  describeAvailableZonesWithOptions(request: DescribeAvailableZonesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAvailableZonesResponse>;
21170
21204
  /**
21171
- * ### Supported database engines
21172
- * * MySQL
21173
- * * PostgreSQL
21174
- * * SQL Server
21175
- * * MariaDB
21205
+ * ### [](#)Supported database engines
21206
+ * * RDS MySQL
21207
+ * * RDS PostgreSQL
21208
+ * * RDS SQL Server
21209
+ * * RDS MariaDB
21210
+ * > You can call this operation to query the available zones for an instance. The query result may be different from the zones available on the buy page of the ApsaraDB RDS console. The values of some parameters on the buy page vary based on the actual sales policy. The actual information on the [buy page](https://rdsbuy.console.aliyun.com/create/rds/PostgreSQL) prevails.
21176
21211
  *
21177
21212
  * @param request DescribeAvailableZonesRequest
21178
21213
  * @return DescribeAvailableZonesResponse
@@ -22440,7 +22475,28 @@ export default class Client extends OpenApi {
22440
22475
  * @return DescribeInstanceCrossBackupPolicyResponse
22441
22476
  */
22442
22477
  describeInstanceCrossBackupPolicy(request: DescribeInstanceCrossBackupPolicyRequest): Promise<DescribeInstanceCrossBackupPolicyResponse>;
22478
+ /**
22479
+ * ### [](#)Supported database engines
22480
+ * * RDS MySQL
22481
+ * * RDS PostgreSQL
22482
+ * * RDS SQL Server
22483
+ * * RDS MariaDB
22484
+ *
22485
+ * @param request DescribeInstanceKeywordsRequest
22486
+ * @param runtime runtime options for this request RuntimeOptions
22487
+ * @return DescribeInstanceKeywordsResponse
22488
+ */
22443
22489
  describeInstanceKeywordsWithOptions(request: DescribeInstanceKeywordsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeInstanceKeywordsResponse>;
22490
+ /**
22491
+ * ### [](#)Supported database engines
22492
+ * * RDS MySQL
22493
+ * * RDS PostgreSQL
22494
+ * * RDS SQL Server
22495
+ * * RDS MariaDB
22496
+ *
22497
+ * @param request DescribeInstanceKeywordsRequest
22498
+ * @return DescribeInstanceKeywordsResponse
22499
+ */
22444
22500
  describeInstanceKeywords(request: DescribeInstanceKeywordsRequest): Promise<DescribeInstanceKeywordsResponse>;
22445
22501
  /**
22446
22502
  * ### Supported database engines
@@ -22463,7 +22519,26 @@ export default class Client extends OpenApi {
22463
22519
  * @return DescribeInstanceLinkedWhitelistTemplateResponse
22464
22520
  */
22465
22521
  describeInstanceLinkedWhitelistTemplate(request: DescribeInstanceLinkedWhitelistTemplateRequest): Promise<DescribeInstanceLinkedWhitelistTemplateResponse>;
22522
+ /**
22523
+ * ### [](#)Supported database engines
22524
+ * * MySQL
22525
+ * * PostgreSQL
22526
+ * * SQL Server
22527
+ *
22528
+ * @param request DescribeKmsAssociateResourcesRequest
22529
+ * @param runtime runtime options for this request RuntimeOptions
22530
+ * @return DescribeKmsAssociateResourcesResponse
22531
+ */
22466
22532
  describeKmsAssociateResourcesWithOptions(request: DescribeKmsAssociateResourcesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeKmsAssociateResourcesResponse>;
22533
+ /**
22534
+ * ### [](#)Supported database engines
22535
+ * * MySQL
22536
+ * * PostgreSQL
22537
+ * * SQL Server
22538
+ *
22539
+ * @param request DescribeKmsAssociateResourcesRequest
22540
+ * @return DescribeKmsAssociateResourcesResponse
22541
+ */
22467
22542
  describeKmsAssociateResources(request: DescribeKmsAssociateResourcesRequest): Promise<DescribeKmsAssociateResourcesResponse>;
22468
22543
  /**
22469
22544
  * ### [](#)Supported database engines
@@ -24460,9 +24535,9 @@ export default class Client extends OpenApi {
24460
24535
  * * RDS MySQL
24461
24536
  * * RDS PostgreSQL
24462
24537
  * ### [](#)References
24463
- * > : Before you call this operation, carefully read the following documentation. Make sure that you fully understand the prerequisites and impacts for calling this operation.
24464
- * * [Enable and configure the dedicated proxy feature](~~197456~~)
24465
- * * [Create a database proxy terminal for an ApsaraDB RDS for PostgreSQL instance](~~418273~~)
24538
+ * > Before you call this operation, read the following topics and make sure that you fully understand the prerequisites and impacts of this operation.
24539
+ * * [Configure the connection settings for a database proxy endpoint for an ApsaraDB RDS for MySQL instance](~~2621331~~)
24540
+ * * [Configure the connection settings for a database proxy endpoint for an ApsaraDB RDS for PostgreSQL instance](~~418273~~)
24466
24541
  *
24467
24542
  * @param request ModifyDBProxyEndpointRequest
24468
24543
  * @param runtime runtime options for this request RuntimeOptions
@@ -24474,9 +24549,9 @@ export default class Client extends OpenApi {
24474
24549
  * * RDS MySQL
24475
24550
  * * RDS PostgreSQL
24476
24551
  * ### [](#)References
24477
- * > : Before you call this operation, carefully read the following documentation. Make sure that you fully understand the prerequisites and impacts for calling this operation.
24478
- * * [Enable and configure the dedicated proxy feature](~~197456~~)
24479
- * * [Create a database proxy terminal for an ApsaraDB RDS for PostgreSQL instance](~~418273~~)
24552
+ * > Before you call this operation, read the following topics and make sure that you fully understand the prerequisites and impacts of this operation.
24553
+ * * [Configure the connection settings for a database proxy endpoint for an ApsaraDB RDS for MySQL instance](~~2621331~~)
24554
+ * * [Configure the connection settings for a database proxy endpoint for an ApsaraDB RDS for PostgreSQL instance](~~418273~~)
24480
24555
  *
24481
24556
  * @param request ModifyDBProxyEndpointRequest
24482
24557
  * @return ModifyDBProxyEndpointResponse