@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 +24 -16
- package/dist/client.js +32 -16
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +36 -16
package/package.json
CHANGED
package/src/client.ts
CHANGED
|
@@ -14699,6 +14699,7 @@ export class DescribeParameterGroupResponse extends $tea.Model {
|
|
|
14699
14699
|
}
|
|
14700
14700
|
|
|
14701
14701
|
export class DescribeParameterGroupsRequest extends $tea.Model {
|
|
14702
|
+
enableDetail?: boolean;
|
|
14702
14703
|
ownerId?: number;
|
|
14703
14704
|
regionId?: string;
|
|
14704
14705
|
resourceGroupId?: string;
|
|
@@ -14706,6 +14707,7 @@ export class DescribeParameterGroupsRequest extends $tea.Model {
|
|
|
14706
14707
|
resourceOwnerId?: number;
|
|
14707
14708
|
static names(): { [key: string]: string } {
|
|
14708
14709
|
return {
|
|
14710
|
+
enableDetail: 'EnableDetail',
|
|
14709
14711
|
ownerId: 'OwnerId',
|
|
14710
14712
|
regionId: 'RegionId',
|
|
14711
14713
|
resourceGroupId: 'ResourceGroupId',
|
|
@@ -14716,6 +14718,7 @@ export class DescribeParameterGroupsRequest extends $tea.Model {
|
|
|
14716
14718
|
|
|
14717
14719
|
static types(): { [key: string]: any } {
|
|
14718
14720
|
return {
|
|
14721
|
+
enableDetail: 'boolean',
|
|
14719
14722
|
ownerId: 'number',
|
|
14720
14723
|
regionId: 'string',
|
|
14721
14724
|
resourceGroupId: 'string',
|
|
@@ -16527,6 +16530,7 @@ export class DescribeSecretsRequest extends $tea.Model {
|
|
|
16527
16530
|
pageNumber?: number;
|
|
16528
16531
|
pageSize?: number;
|
|
16529
16532
|
regionId?: string;
|
|
16533
|
+
resourceGroupId?: string;
|
|
16530
16534
|
resourceOwnerAccount?: string;
|
|
16531
16535
|
resourceOwnerId?: number;
|
|
16532
16536
|
static names(): { [key: string]: string } {
|
|
@@ -16540,6 +16544,7 @@ export class DescribeSecretsRequest extends $tea.Model {
|
|
|
16540
16544
|
pageNumber: 'PageNumber',
|
|
16541
16545
|
pageSize: 'PageSize',
|
|
16542
16546
|
regionId: 'RegionId',
|
|
16547
|
+
resourceGroupId: 'ResourceGroupId',
|
|
16543
16548
|
resourceOwnerAccount: 'ResourceOwnerAccount',
|
|
16544
16549
|
resourceOwnerId: 'ResourceOwnerId',
|
|
16545
16550
|
};
|
|
@@ -16556,6 +16561,7 @@ export class DescribeSecretsRequest extends $tea.Model {
|
|
|
16556
16561
|
pageNumber: 'number',
|
|
16557
16562
|
pageSize: 'number',
|
|
16558
16563
|
regionId: 'string',
|
|
16564
|
+
resourceGroupId: 'string',
|
|
16559
16565
|
resourceOwnerAccount: 'string',
|
|
16560
16566
|
resourceOwnerId: 'number',
|
|
16561
16567
|
};
|
|
@@ -40145,10 +40151,13 @@ export default class Client extends OpenApi {
|
|
|
40145
40151
|
}
|
|
40146
40152
|
|
|
40147
40153
|
/**
|
|
40148
|
-
* ### [](#)Supported database
|
|
40154
|
+
* ### [](#)Supported database engine
|
|
40149
40155
|
* SQL Server
|
|
40156
|
+
* ### [](#)Limits
|
|
40157
|
+
* 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.
|
|
40158
|
+
* > 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
40159
|
* ### [](#)References
|
|
40151
|
-
* >
|
|
40160
|
+
* > 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
40161
|
* [Migrate data from a self-managed SQL Server instance to an ApsaraDB RDS for SQL Server instance](~~100019~~)
|
|
40153
40162
|
*
|
|
40154
40163
|
* @param request CreateMigrateTaskRequest
|
|
@@ -40220,10 +40229,13 @@ export default class Client extends OpenApi {
|
|
|
40220
40229
|
}
|
|
40221
40230
|
|
|
40222
40231
|
/**
|
|
40223
|
-
* ### [](#)Supported database
|
|
40232
|
+
* ### [](#)Supported database engine
|
|
40224
40233
|
* SQL Server
|
|
40234
|
+
* ### [](#)Limits
|
|
40235
|
+
* 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.
|
|
40236
|
+
* > 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
40237
|
* ### [](#)References
|
|
40226
|
-
* >
|
|
40238
|
+
* > 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
40239
|
* [Migrate data from a self-managed SQL Server instance to an ApsaraDB RDS for SQL Server instance](~~100019~~)
|
|
40228
40240
|
*
|
|
40229
40241
|
* @param request CreateMigrateTaskRequest
|
|
@@ -45904,8 +45916,7 @@ export default class Client extends OpenApi {
|
|
|
45904
45916
|
|
|
45905
45917
|
/**
|
|
45906
45918
|
* @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.
|
|
45919
|
+
* This operation is phased out. Use the DescribeDBInstances operation instead.
|
|
45909
45920
|
*
|
|
45910
45921
|
* @param request DescribeDBInstancesAsCsvRequest
|
|
45911
45922
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -45966,8 +45977,7 @@ export default class Client extends OpenApi {
|
|
|
45966
45977
|
|
|
45967
45978
|
/**
|
|
45968
45979
|
* @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.
|
|
45980
|
+
* This operation is phased out. Use the DescribeDBInstances operation instead.
|
|
45971
45981
|
*
|
|
45972
45982
|
* @param request DescribeDBInstancesAsCsvRequest
|
|
45973
45983
|
* @return DescribeDBInstancesAsCsvResponse
|
|
@@ -47833,9 +47843,7 @@ export default class Client extends OpenApi {
|
|
|
47833
47843
|
/**
|
|
47834
47844
|
* ### [](#)Supported database engine
|
|
47835
47845
|
* * 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
|
|
47846
|
+
* ### [](#)Prerequisite
|
|
47839
47847
|
* * The instance meets the following requirements:
|
|
47840
47848
|
* * The instance resides in a region other than the China (Zhangjiakou) region.
|
|
47841
47849
|
* * 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 +47851,9 @@ export default class Client extends OpenApi {
|
|
|
47843
47851
|
* * 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
47852
|
* * 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
47853
|
* * Your **Alibaba Cloud account** is used for logons.
|
|
47854
|
+
* ### [](#)References
|
|
47855
|
+
* > Before you call this operation, carefully read the following documentation. Make sure that you fully understand the prerequisites and impacts for calling this operation.
|
|
47856
|
+
* [Create a host account and use the host account for logons](~~354862~~)
|
|
47846
47857
|
*
|
|
47847
47858
|
* @param request DescribeHostWebShellRequest
|
|
47848
47859
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -47903,9 +47914,7 @@ export default class Client extends OpenApi {
|
|
|
47903
47914
|
/**
|
|
47904
47915
|
* ### [](#)Supported database engine
|
|
47905
47916
|
* * 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
|
|
47917
|
+
* ### [](#)Prerequisite
|
|
47909
47918
|
* * The instance meets the following requirements:
|
|
47910
47919
|
* * The instance resides in a region other than the China (Zhangjiakou) region.
|
|
47911
47920
|
* * 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 +47922,9 @@ export default class Client extends OpenApi {
|
|
|
47913
47922
|
* * 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
47923
|
* * 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
47924
|
* * Your **Alibaba Cloud account** is used for logons.
|
|
47925
|
+
* ### [](#)References
|
|
47926
|
+
* > Before you call this operation, carefully read the following documentation. Make sure that you fully understand the prerequisites and impacts for calling this operation.
|
|
47927
|
+
* [Create a host account and use the host account for logons](~~354862~~)
|
|
47916
47928
|
*
|
|
47917
47929
|
* @param request DescribeHostWebShellRequest
|
|
47918
47930
|
* @return DescribeHostWebShellResponse
|
|
@@ -49022,6 +49034,10 @@ export default class Client extends OpenApi {
|
|
|
49022
49034
|
async describeParameterGroupsWithOptions(request: DescribeParameterGroupsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeParameterGroupsResponse> {
|
|
49023
49035
|
Util.validateModel(request);
|
|
49024
49036
|
let query = { };
|
|
49037
|
+
if (!Util.isUnset(request.enableDetail)) {
|
|
49038
|
+
query["EnableDetail"] = request.enableDetail;
|
|
49039
|
+
}
|
|
49040
|
+
|
|
49025
49041
|
if (!Util.isUnset(request.ownerId)) {
|
|
49026
49042
|
query["OwnerId"] = request.ownerId;
|
|
49027
49043
|
}
|
|
@@ -50435,6 +50451,10 @@ export default class Client extends OpenApi {
|
|
|
50435
50451
|
query["RegionId"] = request.regionId;
|
|
50436
50452
|
}
|
|
50437
50453
|
|
|
50454
|
+
if (!Util.isUnset(request.resourceGroupId)) {
|
|
50455
|
+
query["ResourceGroupId"] = request.resourceGroupId;
|
|
50456
|
+
}
|
|
50457
|
+
|
|
50438
50458
|
if (!Util.isUnset(request.resourceOwnerAccount)) {
|
|
50439
50459
|
query["ResourceOwnerAccount"] = request.resourceOwnerAccount;
|
|
50440
50460
|
}
|
|
@@ -54170,7 +54190,7 @@ export default class Client extends OpenApi {
|
|
|
54170
54190
|
* > Before you call this operation, read the following documentation and make sure that you fully understand the prerequisites and impacts of this operation.
|
|
54171
54191
|
* * [Set a maintenance window for an ApsaraDB RDS for MySQL instance](~~96052~~)
|
|
54172
54192
|
* * [Set a maintenance window for an ApsaraDB RDS for PostgreSQL instance](~~96799~~)
|
|
54173
|
-
* * [Set a maintenance window for an ApsaraDB RDS for SQL
|
|
54193
|
+
* * [Set a maintenance window for an ApsaraDB RDS for SQL Server instance](~~95657~~)
|
|
54174
54194
|
* * [Set a maintenance window for an ApsaraDB RDS for MariaDB instance](~~97473~~)
|
|
54175
54195
|
*
|
|
54176
54196
|
* @param request ModifyDBInstanceMaintainTimeRequest
|
|
@@ -54235,7 +54255,7 @@ export default class Client extends OpenApi {
|
|
|
54235
54255
|
* > Before you call this operation, read the following documentation and make sure that you fully understand the prerequisites and impacts of this operation.
|
|
54236
54256
|
* * [Set a maintenance window for an ApsaraDB RDS for MySQL instance](~~96052~~)
|
|
54237
54257
|
* * [Set a maintenance window for an ApsaraDB RDS for PostgreSQL instance](~~96799~~)
|
|
54238
|
-
* * [Set a maintenance window for an ApsaraDB RDS for SQL
|
|
54258
|
+
* * [Set a maintenance window for an ApsaraDB RDS for SQL Server instance](~~95657~~)
|
|
54239
54259
|
* * [Set a maintenance window for an ApsaraDB RDS for MariaDB instance](~~97473~~)
|
|
54240
54260
|
*
|
|
54241
54261
|
* @param request ModifyDBInstanceMaintainTimeRequest
|