@alicloud/rds20140815 3.0.2 → 3.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
@@ -7740,6 +7740,7 @@ export declare class DescribeParameterGroupResponse extends $tea.Model {
7740
7740
  });
7741
7741
  }
7742
7742
  export declare class DescribeParameterGroupsRequest extends $tea.Model {
7743
+ enableDetail?: boolean;
7743
7744
  ownerId?: number;
7744
7745
  regionId?: string;
7745
7746
  resourceGroupId?: string;
@@ -8707,6 +8708,7 @@ export declare class DescribeSecretsRequest extends $tea.Model {
8707
8708
  pageNumber?: number;
8708
8709
  pageSize?: number;
8709
8710
  regionId?: string;
8711
+ resourceGroupId?: string;
8710
8712
  resourceOwnerAccount?: string;
8711
8713
  resourceOwnerId?: number;
8712
8714
  static names(): {
@@ -20471,10 +20473,13 @@ export default class Client extends OpenApi {
20471
20473
  */
20472
20474
  createGadInstanceMember(request: CreateGadInstanceMemberRequest): Promise<CreateGadInstanceMemberResponse>;
20473
20475
  /**
20474
- * ### [](#)Supported database engines
20476
+ * ### [](#)Supported database engine
20475
20477
  * SQL Server
20478
+ * ### [](#)Limits
20479
+ * 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.
20480
+ * > 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~~).
20476
20481
  * ### [](#)References
20477
- * > Before you call this operation, carefully read the following documentation. Make sure that you fully understand the prerequisites and impacts for calling this operation.
20482
+ * > 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.
20478
20483
  * [Migrate data from a self-managed SQL Server instance to an ApsaraDB RDS for SQL Server instance](~~100019~~)
20479
20484
  *
20480
20485
  * @param request CreateMigrateTaskRequest
@@ -20483,10 +20488,13 @@ export default class Client extends OpenApi {
20483
20488
  */
20484
20489
  createMigrateTaskWithOptions(request: CreateMigrateTaskRequest, runtime: $Util.RuntimeOptions): Promise<CreateMigrateTaskResponse>;
20485
20490
  /**
20486
- * ### [](#)Supported database engines
20491
+ * ### [](#)Supported database engine
20487
20492
  * SQL Server
20493
+ * ### [](#)Limits
20494
+ * 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.
20495
+ * > 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~~).
20488
20496
  * ### [](#)References
20489
- * > Before you call this operation, carefully read the following documentation. Make sure that you fully understand the prerequisites and impacts for calling this operation.
20497
+ * > 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.
20490
20498
  * [Migrate data from a self-managed SQL Server instance to an ApsaraDB RDS for SQL Server instance](~~100019~~)
20491
20499
  *
20492
20500
  * @param request CreateMigrateTaskRequest
@@ -22110,8 +22118,7 @@ export default class Client extends OpenApi {
22110
22118
  describeDBInstances(request: DescribeDBInstancesRequest): Promise<DescribeDBInstancesResponse>;
22111
22119
  /**
22112
22120
  * @deprecated : DescribeDBInstancesAsCsv is deprecated, please use Rds::2014-08-15::DescribeDBInstances instead.
22113
- * **
22114
- * **Description:** This operation is phased out. Use the [DescribeDBInstances](~~610396~~) operation instead.
22121
+ * This operation is phased out. Use the DescribeDBInstances operation instead.
22115
22122
  *
22116
22123
  * @param request DescribeDBInstancesAsCsvRequest
22117
22124
  * @param runtime runtime options for this request RuntimeOptions
@@ -22120,8 +22127,7 @@ export default class Client extends OpenApi {
22120
22127
  describeDBInstancesAsCsvWithOptions(request: DescribeDBInstancesAsCsvRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDBInstancesAsCsvResponse>;
22121
22128
  /**
22122
22129
  * @deprecated : DescribeDBInstancesAsCsv is deprecated, please use Rds::2014-08-15::DescribeDBInstances instead.
22123
- * **
22124
- * **Description:** This operation is phased out. Use the [DescribeDBInstances](~~610396~~) operation instead.
22130
+ * This operation is phased out. Use the DescribeDBInstances operation instead.
22125
22131
  *
22126
22132
  * @param request DescribeDBInstancesAsCsvRequest
22127
22133
  * @return DescribeDBInstancesAsCsvResponse
@@ -22555,9 +22561,7 @@ export default class Client extends OpenApi {
22555
22561
  /**
22556
22562
  * ### [](#)Supported database engine
22557
22563
  * * SQL Server
22558
- * ### [](#)Usage notes
22559
- * 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**.
22560
- * ### [](#)Prerequisites
22564
+ * ### [](#)Prerequisite
22561
22565
  * * The instance meets the following requirements:
22562
22566
  * * The instance resides in a region other than the China (Zhangjiakou) region.
22563
22567
  * * 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.
@@ -22565,6 +22569,9 @@ export default class Client extends OpenApi {
22565
22569
  * * 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~~).
22566
22570
  * * 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.
22567
22571
  * * Your **Alibaba Cloud account** is used for logons.
22572
+ * ### [](#)References
22573
+ * > Before you call this operation, carefully read the following documentation. Make sure that you fully understand the prerequisites and impacts for calling this operation.
22574
+ * [Create a host account and use the host account for logons](~~354862~~)
22568
22575
  *
22569
22576
  * @param request DescribeHostWebShellRequest
22570
22577
  * @param runtime runtime options for this request RuntimeOptions
@@ -22574,9 +22581,7 @@ export default class Client extends OpenApi {
22574
22581
  /**
22575
22582
  * ### [](#)Supported database engine
22576
22583
  * * SQL Server
22577
- * ### [](#)Usage notes
22578
- * 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**.
22579
- * ### [](#)Prerequisites
22584
+ * ### [](#)Prerequisite
22580
22585
  * * The instance meets the following requirements:
22581
22586
  * * The instance resides in a region other than the China (Zhangjiakou) region.
22582
22587
  * * 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.
@@ -22584,6 +22589,9 @@ export default class Client extends OpenApi {
22584
22589
  * * 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~~).
22585
22590
  * * 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.
22586
22591
  * * Your **Alibaba Cloud account** is used for logons.
22592
+ * ### [](#)References
22593
+ * > Before you call this operation, carefully read the following documentation. Make sure that you fully understand the prerequisites and impacts for calling this operation.
22594
+ * [Create a host account and use the host account for logons](~~354862~~)
22587
22595
  *
22588
22596
  * @param request DescribeHostWebShellRequest
22589
22597
  * @return DescribeHostWebShellResponse
@@ -24355,7 +24363,7 @@ export default class Client extends OpenApi {
24355
24363
  * > Before you call this operation, read the following documentation and make sure that you fully understand the prerequisites and impacts of this operation.
24356
24364
  * * [Set a maintenance window for an ApsaraDB RDS for MySQL instance](~~96052~~)
24357
24365
  * * [Set a maintenance window for an ApsaraDB RDS for PostgreSQL instance](~~96799~~)
24358
- * * [Set a maintenance window for an ApsaraDB RDS for SQL Sever instance](~~95657~~)
24366
+ * * [Set a maintenance window for an ApsaraDB RDS for SQL Server instance](~~95657~~)
24359
24367
  * * [Set a maintenance window for an ApsaraDB RDS for MariaDB instance](~~97473~~)
24360
24368
  *
24361
24369
  * @param request ModifyDBInstanceMaintainTimeRequest
@@ -24373,7 +24381,7 @@ export default class Client extends OpenApi {
24373
24381
  * > Before you call this operation, read the following documentation and make sure that you fully understand the prerequisites and impacts of this operation.
24374
24382
  * * [Set a maintenance window for an ApsaraDB RDS for MySQL instance](~~96052~~)
24375
24383
  * * [Set a maintenance window for an ApsaraDB RDS for PostgreSQL instance](~~96799~~)
24376
- * * [Set a maintenance window for an ApsaraDB RDS for SQL Sever instance](~~95657~~)
24384
+ * * [Set a maintenance window for an ApsaraDB RDS for SQL Server instance](~~95657~~)
24377
24385
  * * [Set a maintenance window for an ApsaraDB RDS for MariaDB instance](~~97473~~)
24378
24386
  *
24379
24387
  * @param request ModifyDBInstanceMaintainTimeRequest
package/dist/client.js CHANGED
@@ -11315,6 +11315,7 @@ class DescribeParameterGroupsRequest extends $tea.Model {
11315
11315
  }
11316
11316
  static names() {
11317
11317
  return {
11318
+ enableDetail: 'EnableDetail',
11318
11319
  ownerId: 'OwnerId',
11319
11320
  regionId: 'RegionId',
11320
11321
  resourceGroupId: 'ResourceGroupId',
@@ -11324,6 +11325,7 @@ class DescribeParameterGroupsRequest extends $tea.Model {
11324
11325
  }
11325
11326
  static types() {
11326
11327
  return {
11328
+ enableDetail: 'boolean',
11327
11329
  ownerId: 'number',
11328
11330
  regionId: 'string',
11329
11331
  resourceGroupId: 'string',
@@ -12720,6 +12722,7 @@ class DescribeSecretsRequest extends $tea.Model {
12720
12722
  pageNumber: 'PageNumber',
12721
12723
  pageSize: 'PageSize',
12722
12724
  regionId: 'RegionId',
12725
+ resourceGroupId: 'ResourceGroupId',
12723
12726
  resourceOwnerAccount: 'ResourceOwnerAccount',
12724
12727
  resourceOwnerId: 'ResourceOwnerId',
12725
12728
  };
@@ -12735,6 +12738,7 @@ class DescribeSecretsRequest extends $tea.Model {
12735
12738
  pageNumber: 'number',
12736
12739
  pageSize: 'number',
12737
12740
  regionId: 'string',
12741
+ resourceGroupId: 'string',
12738
12742
  resourceOwnerAccount: 'string',
12739
12743
  resourceOwnerId: 'number',
12740
12744
  };
@@ -31317,10 +31321,13 @@ class Client extends openapi_client_1.default {
31317
31321
  return await this.createGadInstanceMemberWithOptions(request, runtime);
31318
31322
  }
31319
31323
  /**
31320
- * ### [](#)Supported database engines
31324
+ * ### [](#)Supported database engine
31321
31325
  * SQL Server
31326
+ * ### [](#)Limits
31327
+ * 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.
31328
+ * > 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~~).
31322
31329
  * ### [](#)References
31323
- * > Before you call this operation, carefully read the following documentation. Make sure that you fully understand the prerequisites and impacts for calling this operation.
31330
+ * > 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.
31324
31331
  * [Migrate data from a self-managed SQL Server instance to an ApsaraDB RDS for SQL Server instance](~~100019~~)
31325
31332
  *
31326
31333
  * @param request CreateMigrateTaskRequest
@@ -31380,10 +31387,13 @@ class Client extends openapi_client_1.default {
31380
31387
  return $tea.cast(await this.callApi(params, req, runtime), new CreateMigrateTaskResponse({}));
31381
31388
  }
31382
31389
  /**
31383
- * ### [](#)Supported database engines
31390
+ * ### [](#)Supported database engine
31384
31391
  * SQL Server
31392
+ * ### [](#)Limits
31393
+ * 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.
31394
+ * > 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~~).
31385
31395
  * ### [](#)References
31386
- * > Before you call this operation, carefully read the following documentation. Make sure that you fully understand the prerequisites and impacts for calling this operation.
31396
+ * > 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.
31387
31397
  * [Migrate data from a self-managed SQL Server instance to an ApsaraDB RDS for SQL Server instance](~~100019~~)
31388
31398
  *
31389
31399
  * @param request CreateMigrateTaskRequest
@@ -36326,8 +36336,7 @@ class Client extends openapi_client_1.default {
36326
36336
  }
36327
36337
  /**
36328
36338
  * @deprecated : DescribeDBInstancesAsCsv is deprecated, please use Rds::2014-08-15::DescribeDBInstances instead.
36329
- * **
36330
- * **Description:** This operation is phased out. Use the [DescribeDBInstances](~~610396~~) operation instead.
36339
+ * This operation is phased out. Use the DescribeDBInstances operation instead.
36331
36340
  *
36332
36341
  * @param request DescribeDBInstancesAsCsvRequest
36333
36342
  * @param runtime runtime options for this request RuntimeOptions
@@ -36379,8 +36388,7 @@ class Client extends openapi_client_1.default {
36379
36388
  }
36380
36389
  /**
36381
36390
  * @deprecated : DescribeDBInstancesAsCsv is deprecated, please use Rds::2014-08-15::DescribeDBInstances instead.
36382
- * **
36383
- * **Description:** This operation is phased out. Use the [DescribeDBInstances](~~610396~~) operation instead.
36391
+ * This operation is phased out. Use the DescribeDBInstances operation instead.
36384
36392
  *
36385
36393
  * @param request DescribeDBInstancesAsCsvRequest
36386
36394
  * @return DescribeDBInstancesAsCsvResponse
@@ -37975,9 +37983,7 @@ class Client extends openapi_client_1.default {
37975
37983
  /**
37976
37984
  * ### [](#)Supported database engine
37977
37985
  * * SQL Server
37978
- * ### [](#)Usage notes
37979
- * 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**.
37980
- * ### [](#)Prerequisites
37986
+ * ### [](#)Prerequisite
37981
37987
  * * The instance meets the following requirements:
37982
37988
  * * The instance resides in a region other than the China (Zhangjiakou) region.
37983
37989
  * * 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.
@@ -37985,6 +37991,9 @@ class Client extends openapi_client_1.default {
37985
37991
  * * 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~~).
37986
37992
  * * 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.
37987
37993
  * * Your **Alibaba Cloud account** is used for logons.
37994
+ * ### [](#)References
37995
+ * > Before you call this operation, carefully read the following documentation. Make sure that you fully understand the prerequisites and impacts for calling this operation.
37996
+ * [Create a host account and use the host account for logons](~~354862~~)
37988
37997
  *
37989
37998
  * @param request DescribeHostWebShellRequest
37990
37999
  * @param runtime runtime options for this request RuntimeOptions
@@ -38036,9 +38045,7 @@ class Client extends openapi_client_1.default {
38036
38045
  /**
38037
38046
  * ### [](#)Supported database engine
38038
38047
  * * SQL Server
38039
- * ### [](#)Usage notes
38040
- * 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**.
38041
- * ### [](#)Prerequisites
38048
+ * ### [](#)Prerequisite
38042
38049
  * * The instance meets the following requirements:
38043
38050
  * * The instance resides in a region other than the China (Zhangjiakou) region.
38044
38051
  * * 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.
@@ -38046,6 +38053,9 @@ class Client extends openapi_client_1.default {
38046
38053
  * * 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~~).
38047
38054
  * * 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.
38048
38055
  * * Your **Alibaba Cloud account** is used for logons.
38056
+ * ### [](#)References
38057
+ * > Before you call this operation, carefully read the following documentation. Make sure that you fully understand the prerequisites and impacts for calling this operation.
38058
+ * [Create a host account and use the host account for logons](~~354862~~)
38049
38059
  *
38050
38060
  * @param request DescribeHostWebShellRequest
38051
38061
  * @return DescribeHostWebShellResponse
@@ -39012,6 +39022,9 @@ class Client extends openapi_client_1.default {
39012
39022
  async describeParameterGroupsWithOptions(request, runtime) {
39013
39023
  tea_util_1.default.validateModel(request);
39014
39024
  let query = {};
39025
+ if (!tea_util_1.default.isUnset(request.enableDetail)) {
39026
+ query["EnableDetail"] = request.enableDetail;
39027
+ }
39015
39028
  if (!tea_util_1.default.isUnset(request.ownerId)) {
39016
39029
  query["OwnerId"] = request.ownerId;
39017
39030
  }
@@ -40231,6 +40244,9 @@ class Client extends openapi_client_1.default {
40231
40244
  if (!tea_util_1.default.isUnset(request.regionId)) {
40232
40245
  query["RegionId"] = request.regionId;
40233
40246
  }
40247
+ if (!tea_util_1.default.isUnset(request.resourceGroupId)) {
40248
+ query["ResourceGroupId"] = request.resourceGroupId;
40249
+ }
40234
40250
  if (!tea_util_1.default.isUnset(request.resourceOwnerAccount)) {
40235
40251
  query["ResourceOwnerAccount"] = request.resourceOwnerAccount;
40236
40252
  }
@@ -43491,7 +43507,7 @@ class Client extends openapi_client_1.default {
43491
43507
  * > Before you call this operation, read the following documentation and make sure that you fully understand the prerequisites and impacts of this operation.
43492
43508
  * * [Set a maintenance window for an ApsaraDB RDS for MySQL instance](~~96052~~)
43493
43509
  * * [Set a maintenance window for an ApsaraDB RDS for PostgreSQL instance](~~96799~~)
43494
- * * [Set a maintenance window for an ApsaraDB RDS for SQL Sever instance](~~95657~~)
43510
+ * * [Set a maintenance window for an ApsaraDB RDS for SQL Server instance](~~95657~~)
43495
43511
  * * [Set a maintenance window for an ApsaraDB RDS for MariaDB instance](~~97473~~)
43496
43512
  *
43497
43513
  * @param request ModifyDBInstanceMaintainTimeRequest
@@ -43548,7 +43564,7 @@ class Client extends openapi_client_1.default {
43548
43564
  * > Before you call this operation, read the following documentation and make sure that you fully understand the prerequisites and impacts of this operation.
43549
43565
  * * [Set a maintenance window for an ApsaraDB RDS for MySQL instance](~~96052~~)
43550
43566
  * * [Set a maintenance window for an ApsaraDB RDS for PostgreSQL instance](~~96799~~)
43551
- * * [Set a maintenance window for an ApsaraDB RDS for SQL Sever instance](~~95657~~)
43567
+ * * [Set a maintenance window for an ApsaraDB RDS for SQL Server instance](~~95657~~)
43552
43568
  * * [Set a maintenance window for an ApsaraDB RDS for MariaDB instance](~~97473~~)
43553
43569
  *
43554
43570
  * @param request ModifyDBInstanceMaintainTimeRequest