@alicloud/rds20140815 3.0.2 → 3.0.3
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 +23 -16
- package/dist/client.js +27 -16
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +29 -16
package/package.json
CHANGED
package/src/client.ts
CHANGED
|
@@ -16527,6 +16527,7 @@ export class DescribeSecretsRequest extends $tea.Model {
|
|
|
16527
16527
|
pageNumber?: number;
|
|
16528
16528
|
pageSize?: number;
|
|
16529
16529
|
regionId?: string;
|
|
16530
|
+
resourceGroupId?: string;
|
|
16530
16531
|
resourceOwnerAccount?: string;
|
|
16531
16532
|
resourceOwnerId?: number;
|
|
16532
16533
|
static names(): { [key: string]: string } {
|
|
@@ -16540,6 +16541,7 @@ export class DescribeSecretsRequest extends $tea.Model {
|
|
|
16540
16541
|
pageNumber: 'PageNumber',
|
|
16541
16542
|
pageSize: 'PageSize',
|
|
16542
16543
|
regionId: 'RegionId',
|
|
16544
|
+
resourceGroupId: 'ResourceGroupId',
|
|
16543
16545
|
resourceOwnerAccount: 'ResourceOwnerAccount',
|
|
16544
16546
|
resourceOwnerId: 'ResourceOwnerId',
|
|
16545
16547
|
};
|
|
@@ -16556,6 +16558,7 @@ export class DescribeSecretsRequest extends $tea.Model {
|
|
|
16556
16558
|
pageNumber: 'number',
|
|
16557
16559
|
pageSize: 'number',
|
|
16558
16560
|
regionId: 'string',
|
|
16561
|
+
resourceGroupId: 'string',
|
|
16559
16562
|
resourceOwnerAccount: 'string',
|
|
16560
16563
|
resourceOwnerId: 'number',
|
|
16561
16564
|
};
|
|
@@ -40145,10 +40148,13 @@ export default class Client extends OpenApi {
|
|
|
40145
40148
|
}
|
|
40146
40149
|
|
|
40147
40150
|
/**
|
|
40148
|
-
* ### [](#)Supported database
|
|
40151
|
+
* ### [](#)Supported database engine
|
|
40149
40152
|
* SQL Server
|
|
40153
|
+
* ### [](#)Limits
|
|
40154
|
+
* Data migration across Alibaba Cloud accounts is not supported. For example, backup files in an Object Storage Service (OSS) bucket within Alibaba Cloud Account A cannot be migrated to an ApsaraDB RDS for SQL Server instance within Alibaba Cloud Account B.
|
|
40155
|
+
* > You can migrate backup files from an OSS bucket within Alibaba Cloud Account A to an OSS bucket within Alibaba Cloud Account B. Make sure that the data in the OSS bucket and the RDS instance belong to the same Alibaba Cloud account. Then, you can call this operation to create a migration task. For more information, see [Use Data Online Migration to migrate data between accounts](~~342762~~).
|
|
40150
40156
|
* ### [](#)References
|
|
40151
|
-
* >
|
|
40157
|
+
* > Before you call this operation, carefully read the following topic. Make sure that you fully understand the prerequisites, preparations, and impacts for calling this operation.
|
|
40152
40158
|
* [Migrate data from a self-managed SQL Server instance to an ApsaraDB RDS for SQL Server instance](~~100019~~)
|
|
40153
40159
|
*
|
|
40154
40160
|
* @param request CreateMigrateTaskRequest
|
|
@@ -40220,10 +40226,13 @@ export default class Client extends OpenApi {
|
|
|
40220
40226
|
}
|
|
40221
40227
|
|
|
40222
40228
|
/**
|
|
40223
|
-
* ### [](#)Supported database
|
|
40229
|
+
* ### [](#)Supported database engine
|
|
40224
40230
|
* SQL Server
|
|
40231
|
+
* ### [](#)Limits
|
|
40232
|
+
* Data migration across Alibaba Cloud accounts is not supported. For example, backup files in an Object Storage Service (OSS) bucket within Alibaba Cloud Account A cannot be migrated to an ApsaraDB RDS for SQL Server instance within Alibaba Cloud Account B.
|
|
40233
|
+
* > You can migrate backup files from an OSS bucket within Alibaba Cloud Account A to an OSS bucket within Alibaba Cloud Account B. Make sure that the data in the OSS bucket and the RDS instance belong to the same Alibaba Cloud account. Then, you can call this operation to create a migration task. For more information, see [Use Data Online Migration to migrate data between accounts](~~342762~~).
|
|
40225
40234
|
* ### [](#)References
|
|
40226
|
-
* >
|
|
40235
|
+
* > Before you call this operation, carefully read the following topic. Make sure that you fully understand the prerequisites, preparations, and impacts for calling this operation.
|
|
40227
40236
|
* [Migrate data from a self-managed SQL Server instance to an ApsaraDB RDS for SQL Server instance](~~100019~~)
|
|
40228
40237
|
*
|
|
40229
40238
|
* @param request CreateMigrateTaskRequest
|
|
@@ -45904,8 +45913,7 @@ export default class Client extends OpenApi {
|
|
|
45904
45913
|
|
|
45905
45914
|
/**
|
|
45906
45915
|
* @deprecated : DescribeDBInstancesAsCsv is deprecated, please use Rds::2014-08-15::DescribeDBInstances instead.
|
|
45907
|
-
*
|
|
45908
|
-
* **Description:** This operation is phased out. Use the [DescribeDBInstances](~~610396~~) operation instead.
|
|
45916
|
+
* This operation is phased out. Use the DescribeDBInstances operation instead.
|
|
45909
45917
|
*
|
|
45910
45918
|
* @param request DescribeDBInstancesAsCsvRequest
|
|
45911
45919
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -45966,8 +45974,7 @@ export default class Client extends OpenApi {
|
|
|
45966
45974
|
|
|
45967
45975
|
/**
|
|
45968
45976
|
* @deprecated : DescribeDBInstancesAsCsv is deprecated, please use Rds::2014-08-15::DescribeDBInstances instead.
|
|
45969
|
-
*
|
|
45970
|
-
* **Description:** This operation is phased out. Use the [DescribeDBInstances](~~610396~~) operation instead.
|
|
45977
|
+
* This operation is phased out. Use the DescribeDBInstances operation instead.
|
|
45971
45978
|
*
|
|
45972
45979
|
* @param request DescribeDBInstancesAsCsvRequest
|
|
45973
45980
|
* @return DescribeDBInstancesAsCsvResponse
|
|
@@ -47833,9 +47840,7 @@ export default class Client extends OpenApi {
|
|
|
47833
47840
|
/**
|
|
47834
47841
|
* ### [](#)Supported database engine
|
|
47835
47842
|
* * SQL Server
|
|
47836
|
-
* ### [](#)
|
|
47837
|
-
* This operation is available only for ApsaraDB RDS for SQL Server instances and specific users. If you want to call this operation, contact **Alibaba Cloud technical support**.
|
|
47838
|
-
* ### [](#)Prerequisites
|
|
47843
|
+
* ### [](#)Prerequisite
|
|
47839
47844
|
* * The instance meets the following requirements:
|
|
47840
47845
|
* * The instance resides in a region other than the China (Zhangjiakou) region.
|
|
47841
47846
|
* * The instance runs RDS Basic Edition, RDS Cluster Edition, or RDS High-availability Edition. If your instance runs RDS High-availability Edition, make sure that the instance runs SQL Server 2012 or later.
|
|
@@ -47843,6 +47848,9 @@ export default class Client extends OpenApi {
|
|
|
47843
47848
|
* * The instance resides in a virtual private cloud (VPC). For more information about how to change the network type of an RDS instance, see [Change the network type](~~95707~~).
|
|
47844
47849
|
* * If the instance runs RDS High-availability Edition or RDS Cluster Edition, the instance is created on or after January 1, 2021. If the instance runs RDS Basic Edition, the instance is created on or after September 02, 2022. You can view the **Creation Time** parameter of an instance in the **Status** section of the **Basic Information** page in the ApsaraDB RDS console.
|
|
47845
47850
|
* * Your **Alibaba Cloud account** is used for logons.
|
|
47851
|
+
* ### [](#)References
|
|
47852
|
+
* > Before you call this operation, carefully read the following documentation. Make sure that you fully understand the prerequisites and impacts for calling this operation.
|
|
47853
|
+
* [Create a host account and use the host account for logons](~~354862~~)
|
|
47846
47854
|
*
|
|
47847
47855
|
* @param request DescribeHostWebShellRequest
|
|
47848
47856
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -47903,9 +47911,7 @@ export default class Client extends OpenApi {
|
|
|
47903
47911
|
/**
|
|
47904
47912
|
* ### [](#)Supported database engine
|
|
47905
47913
|
* * SQL Server
|
|
47906
|
-
* ### [](#)
|
|
47907
|
-
* This operation is available only for ApsaraDB RDS for SQL Server instances and specific users. If you want to call this operation, contact **Alibaba Cloud technical support**.
|
|
47908
|
-
* ### [](#)Prerequisites
|
|
47914
|
+
* ### [](#)Prerequisite
|
|
47909
47915
|
* * The instance meets the following requirements:
|
|
47910
47916
|
* * The instance resides in a region other than the China (Zhangjiakou) region.
|
|
47911
47917
|
* * The instance runs RDS Basic Edition, RDS Cluster Edition, or RDS High-availability Edition. If your instance runs RDS High-availability Edition, make sure that the instance runs SQL Server 2012 or later.
|
|
@@ -47913,6 +47919,9 @@ export default class Client extends OpenApi {
|
|
|
47913
47919
|
* * The instance resides in a virtual private cloud (VPC). For more information about how to change the network type of an RDS instance, see [Change the network type](~~95707~~).
|
|
47914
47920
|
* * If the instance runs RDS High-availability Edition or RDS Cluster Edition, the instance is created on or after January 1, 2021. If the instance runs RDS Basic Edition, the instance is created on or after September 02, 2022. You can view the **Creation Time** parameter of an instance in the **Status** section of the **Basic Information** page in the ApsaraDB RDS console.
|
|
47915
47921
|
* * Your **Alibaba Cloud account** is used for logons.
|
|
47922
|
+
* ### [](#)References
|
|
47923
|
+
* > Before you call this operation, carefully read the following documentation. Make sure that you fully understand the prerequisites and impacts for calling this operation.
|
|
47924
|
+
* [Create a host account and use the host account for logons](~~354862~~)
|
|
47916
47925
|
*
|
|
47917
47926
|
* @param request DescribeHostWebShellRequest
|
|
47918
47927
|
* @return DescribeHostWebShellResponse
|
|
@@ -50435,6 +50444,10 @@ export default class Client extends OpenApi {
|
|
|
50435
50444
|
query["RegionId"] = request.regionId;
|
|
50436
50445
|
}
|
|
50437
50446
|
|
|
50447
|
+
if (!Util.isUnset(request.resourceGroupId)) {
|
|
50448
|
+
query["ResourceGroupId"] = request.resourceGroupId;
|
|
50449
|
+
}
|
|
50450
|
+
|
|
50438
50451
|
if (!Util.isUnset(request.resourceOwnerAccount)) {
|
|
50439
50452
|
query["ResourceOwnerAccount"] = request.resourceOwnerAccount;
|
|
50440
50453
|
}
|
|
@@ -54170,7 +54183,7 @@ export default class Client extends OpenApi {
|
|
|
54170
54183
|
* > Before you call this operation, read the following documentation and make sure that you fully understand the prerequisites and impacts of this operation.
|
|
54171
54184
|
* * [Set a maintenance window for an ApsaraDB RDS for MySQL instance](~~96052~~)
|
|
54172
54185
|
* * [Set a maintenance window for an ApsaraDB RDS for PostgreSQL instance](~~96799~~)
|
|
54173
|
-
* * [Set a maintenance window for an ApsaraDB RDS for SQL
|
|
54186
|
+
* * [Set a maintenance window for an ApsaraDB RDS for SQL Server instance](~~95657~~)
|
|
54174
54187
|
* * [Set a maintenance window for an ApsaraDB RDS for MariaDB instance](~~97473~~)
|
|
54175
54188
|
*
|
|
54176
54189
|
* @param request ModifyDBInstanceMaintainTimeRequest
|
|
@@ -54235,7 +54248,7 @@ export default class Client extends OpenApi {
|
|
|
54235
54248
|
* > Before you call this operation, read the following documentation and make sure that you fully understand the prerequisites and impacts of this operation.
|
|
54236
54249
|
* * [Set a maintenance window for an ApsaraDB RDS for MySQL instance](~~96052~~)
|
|
54237
54250
|
* * [Set a maintenance window for an ApsaraDB RDS for PostgreSQL instance](~~96799~~)
|
|
54238
|
-
* * [Set a maintenance window for an ApsaraDB RDS for SQL
|
|
54251
|
+
* * [Set a maintenance window for an ApsaraDB RDS for SQL Server instance](~~95657~~)
|
|
54239
54252
|
* * [Set a maintenance window for an ApsaraDB RDS for MariaDB instance](~~97473~~)
|
|
54240
54253
|
*
|
|
54241
54254
|
* @param request ModifyDBInstanceMaintainTimeRequest
|