@alicloud/rds20140815 2.7.1 → 2.7.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alicloud/rds20140815",
3
- "version": "2.7.1",
3
+ "version": "2.7.2",
4
4
  "description": "",
5
5
  "main": "dist/client.js",
6
6
  "scripts": {
package/src/client.ts CHANGED
@@ -42049,6 +42049,17 @@ export default class Client extends OpenApi {
42049
42049
  return await this.describeAnalyticdbByPrimaryDBInstanceWithOptions(request, runtime);
42050
42050
  }
42051
42051
 
42052
+ /**
42053
+ * ### [](#)Supported database engines
42054
+ * * MySQL
42055
+ * * PostgreSQL
42056
+ * * SQL Server
42057
+ * * MariaDB
42058
+ *
42059
+ * @param request DescribeAvailableClassesRequest
42060
+ * @param runtime runtime options for this request RuntimeOptions
42061
+ * @return DescribeAvailableClassesResponse
42062
+ */
42052
42063
  async describeAvailableClassesWithOptions(request: DescribeAvailableClassesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAvailableClassesResponse> {
42053
42064
  Util.validateModel(request);
42054
42065
  let query = { };
@@ -42113,6 +42124,16 @@ export default class Client extends OpenApi {
42113
42124
  return $tea.cast<DescribeAvailableClassesResponse>(await this.callApi(params, req, runtime), new DescribeAvailableClassesResponse({}));
42114
42125
  }
42115
42126
 
42127
+ /**
42128
+ * ### [](#)Supported database engines
42129
+ * * MySQL
42130
+ * * PostgreSQL
42131
+ * * SQL Server
42132
+ * * MariaDB
42133
+ *
42134
+ * @param request DescribeAvailableClassesRequest
42135
+ * @return DescribeAvailableClassesResponse
42136
+ */
42116
42137
  async describeAvailableClasses(request: DescribeAvailableClassesRequest): Promise<DescribeAvailableClassesResponse> {
42117
42138
  let runtime = new $Util.RuntimeOptions({ });
42118
42139
  return await this.describeAvailableClassesWithOptions(request, runtime);
@@ -48353,6 +48374,17 @@ export default class Client extends OpenApi {
48353
48374
  return await this.describeReadDBInstanceDelayWithOptions(request, runtime);
48354
48375
  }
48355
48376
 
48377
+ /**
48378
+ * ### [](#)Supported database engines
48379
+ * * MySQL
48380
+ * * PostgreSQL
48381
+ * * SQL Server
48382
+ * * MariaDB
48383
+ *
48384
+ * @param request DescribeRegionInfosRequest
48385
+ * @param runtime runtime options for this request RuntimeOptions
48386
+ * @return DescribeRegionInfosResponse
48387
+ */
48356
48388
  async describeRegionInfosWithOptions(request: DescribeRegionInfosRequest, runtime: $Util.RuntimeOptions): Promise<DescribeRegionInfosResponse> {
48357
48389
  Util.validateModel(request);
48358
48390
  let query = { };
@@ -48393,6 +48425,16 @@ export default class Client extends OpenApi {
48393
48425
  return $tea.cast<DescribeRegionInfosResponse>(await this.callApi(params, req, runtime), new DescribeRegionInfosResponse({}));
48394
48426
  }
48395
48427
 
48428
+ /**
48429
+ * ### [](#)Supported database engines
48430
+ * * MySQL
48431
+ * * PostgreSQL
48432
+ * * SQL Server
48433
+ * * MariaDB
48434
+ *
48435
+ * @param request DescribeRegionInfosRequest
48436
+ * @return DescribeRegionInfosResponse
48437
+ */
48396
48438
  async describeRegionInfos(request: DescribeRegionInfosRequest): Promise<DescribeRegionInfosResponse> {
48397
48439
  let runtime = new $Util.RuntimeOptions({ });
48398
48440
  return await this.describeRegionInfosWithOptions(request, runtime);
@@ -50539,14 +50581,18 @@ export default class Client extends OpenApi {
50539
50581
  }
50540
50582
 
50541
50583
  /**
50584
+ * ### [](#)Supported database engine
50585
+ * * SQL Server
50586
+ * ### [](#)Description
50542
50587
  * We recommend that you use Data Transmission Service (DTS). DTS provides data migration, subscription, and synchronization features that allow you to establish stable, secure transmission links. For more information, see [DTS API overview](~~49456~~).
50543
- * During the migration, the source instance is in the **Migrating** state, and the destination instance is in the **Importing** state.
50544
- * Before you call this operation, make sure that the following requirements are met:
50545
- * * The source and destination instances must run SQL Server and belong to the dedicated or dedicated host instance family. For more information about the supported instance types, see [Primary instance types](~~26312~~).
50546
- * * The source and destination instances must be created by using the same user credentials.
50547
- * * The instance is in the Running state.
50548
- * * The source and destination databases must be in the Running state.
50549
- * * The remaining storage of the destination instance must be greater than the storage capacity of the source instance.
50588
+ * ### [](#)Precautions
50589
+ * * During the migration, the source instance is in the **Migrating** state, and the destination instance is in the **Importing** state.
50590
+ * * Before you call this operation, make sure that the following requirements are met:
50591
+ * * The source and destination instances must run SQL Server and belong to the dedicated or dedicated host instance family. For more information about the supported instance types, see [Primary instance types](~~26312~~).
50592
+ * * The source and destination instances must be created by using the same user credentials.
50593
+ * * The instance is in the Running state.
50594
+ * * The source and destination databases must be in the Running state.
50595
+ * * The remaining storage of the destination instance must be greater than the storage capacity of the source instance.
50550
50596
  * >
50551
50597
  * * This operation is not supported for instances that run SQL Server 2017 on RDS Cluster Edition.
50552
50598
  * * You can migrate the data of multiple databases at a time.
@@ -50604,14 +50650,18 @@ export default class Client extends OpenApi {
50604
50650
  }
50605
50651
 
50606
50652
  /**
50653
+ * ### [](#)Supported database engine
50654
+ * * SQL Server
50655
+ * ### [](#)Description
50607
50656
  * We recommend that you use Data Transmission Service (DTS). DTS provides data migration, subscription, and synchronization features that allow you to establish stable, secure transmission links. For more information, see [DTS API overview](~~49456~~).
50608
- * During the migration, the source instance is in the **Migrating** state, and the destination instance is in the **Importing** state.
50609
- * Before you call this operation, make sure that the following requirements are met:
50610
- * * The source and destination instances must run SQL Server and belong to the dedicated or dedicated host instance family. For more information about the supported instance types, see [Primary instance types](~~26312~~).
50611
- * * The source and destination instances must be created by using the same user credentials.
50612
- * * The instance is in the Running state.
50613
- * * The source and destination databases must be in the Running state.
50614
- * * The remaining storage of the destination instance must be greater than the storage capacity of the source instance.
50657
+ * ### [](#)Precautions
50658
+ * * During the migration, the source instance is in the **Migrating** state, and the destination instance is in the **Importing** state.
50659
+ * * Before you call this operation, make sure that the following requirements are met:
50660
+ * * The source and destination instances must run SQL Server and belong to the dedicated or dedicated host instance family. For more information about the supported instance types, see [Primary instance types](~~26312~~).
50661
+ * * The source and destination instances must be created by using the same user credentials.
50662
+ * * The instance is in the Running state.
50663
+ * * The source and destination databases must be in the Running state.
50664
+ * * The remaining storage of the destination instance must be greater than the storage capacity of the source instance.
50615
50665
  * >
50616
50666
  * * This operation is not supported for instances that run SQL Server 2017 on RDS Cluster Edition.
50617
50667
  * * You can migrate the data of multiple databases at a time.
@@ -53602,6 +53652,17 @@ export default class Client extends OpenApi {
53602
53652
  return await this.modifyDBInstanceTDEWithOptions(request, runtime);
53603
53653
  }
53604
53654
 
53655
+ /**
53656
+ * ### [](#)Supported database engines
53657
+ * * MySQL
53658
+ * ### [](#)References
53659
+ * > Fees are generated if the call is successful. Before you call this operation, carefully read the following topics:
53660
+ * * [Change the specifications of an ApsaraDB RDS for MySQL instance](~~96061~~)
53661
+ *
53662
+ * @param tmpReq ModifyDBNodeRequest
53663
+ * @param runtime runtime options for this request RuntimeOptions
53664
+ * @return ModifyDBNodeResponse
53665
+ */
53605
53666
  async modifyDBNodeWithOptions(tmpReq: ModifyDBNodeRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDBNodeResponse> {
53606
53667
  Util.validateModel(tmpReq);
53607
53668
  let request = new ModifyDBNodeShrinkRequest({ });
@@ -53676,6 +53737,16 @@ export default class Client extends OpenApi {
53676
53737
  return $tea.cast<ModifyDBNodeResponse>(await this.callApi(params, req, runtime), new ModifyDBNodeResponse({}));
53677
53738
  }
53678
53739
 
53740
+ /**
53741
+ * ### [](#)Supported database engines
53742
+ * * MySQL
53743
+ * ### [](#)References
53744
+ * > Fees are generated if the call is successful. Before you call this operation, carefully read the following topics:
53745
+ * * [Change the specifications of an ApsaraDB RDS for MySQL instance](~~96061~~)
53746
+ *
53747
+ * @param request ModifyDBNodeRequest
53748
+ * @return ModifyDBNodeResponse
53749
+ */
53679
53750
  async modifyDBNode(request: ModifyDBNodeRequest): Promise<ModifyDBNodeResponse> {
53680
53751
  let runtime = new $Util.RuntimeOptions({ });
53681
53752
  return await this.modifyDBNodeWithOptions(request, runtime);
@@ -56031,8 +56102,7 @@ export default class Client extends OpenApi {
56031
56102
  }
56032
56103
 
56033
56104
  /**
56034
- * ## Prerequisites
56035
- * A disaster recovery instance is created.
56105
+ * The operation is phased out.
56036
56106
  *
56037
56107
  * @param request ReceiveDBInstanceRequest
56038
56108
  * @param runtime runtime options for this request RuntimeOptions
@@ -56083,8 +56153,7 @@ export default class Client extends OpenApi {
56083
56153
  }
56084
56154
 
56085
56155
  /**
56086
- * ## Prerequisites
56087
- * A disaster recovery instance is created.
56156
+ * The operation is phased out.
56088
56157
  *
56089
56158
  * @param request ReceiveDBInstanceRequest
56090
56159
  * @return ReceiveDBInstanceResponse
@@ -57639,6 +57708,13 @@ export default class Client extends OpenApi {
57639
57708
  return await this.switchDBInstanceVpcWithOptions(request, runtime);
57640
57709
  }
57641
57710
 
57711
+ /**
57712
+ * This operation is phased out.
57713
+ *
57714
+ * @param request SwitchGuardToMasterInstanceRequest
57715
+ * @param runtime runtime options for this request RuntimeOptions
57716
+ * @return SwitchGuardToMasterInstanceResponse
57717
+ */
57642
57718
  async switchGuardToMasterInstanceWithOptions(request: SwitchGuardToMasterInstanceRequest, runtime: $Util.RuntimeOptions): Promise<SwitchGuardToMasterInstanceResponse> {
57643
57719
  Util.validateModel(request);
57644
57720
  let query = { };
@@ -57683,6 +57759,12 @@ export default class Client extends OpenApi {
57683
57759
  return $tea.cast<SwitchGuardToMasterInstanceResponse>(await this.callApi(params, req, runtime), new SwitchGuardToMasterInstanceResponse({}));
57684
57760
  }
57685
57761
 
57762
+ /**
57763
+ * This operation is phased out.
57764
+ *
57765
+ * @param request SwitchGuardToMasterInstanceRequest
57766
+ * @return SwitchGuardToMasterInstanceResponse
57767
+ */
57686
57768
  async switchGuardToMasterInstance(request: SwitchGuardToMasterInstanceRequest): Promise<SwitchGuardToMasterInstanceResponse> {
57687
57769
  let runtime = new $Util.RuntimeOptions({ });
57688
57770
  return await this.switchGuardToMasterInstanceWithOptions(request, runtime);