@alicloud/rds20140815 6.0.1 → 7.0.0

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
@@ -676,86 +676,6 @@ export declare class CalculateDBInstanceWeightResponse extends $tea.Model {
676
676
  [key: string]: any;
677
677
  });
678
678
  }
679
- export declare class CancelImportRequest extends $tea.Model {
680
- /**
681
- * @remarks
682
- * The instance ID. You can call the DescribeDBInstances operation to query the instance ID.
683
- *
684
- * This parameter is required.
685
- *
686
- * @example
687
- * rm-uf6wjk5xxxxxxx
688
- */
689
- DBInstanceId?: string;
690
- /**
691
- * @remarks
692
- * The migration task ID.
693
- *
694
- * > This parameter is returned when the migration task is started. For more information, see ImportDatabaseBetweenInstances.
695
- *
696
- * This parameter is required.
697
- *
698
- * @example
699
- * 8562584
700
- */
701
- importId?: number;
702
- ownerAccount?: string;
703
- ownerId?: number;
704
- /**
705
- * @remarks
706
- * The resource group ID.
707
- *
708
- * @example
709
- * rg-acfmy****
710
- */
711
- resourceGroupId?: string;
712
- resourceOwnerAccount?: string;
713
- resourceOwnerId?: number;
714
- static names(): {
715
- [key: string]: string;
716
- };
717
- static types(): {
718
- [key: string]: any;
719
- };
720
- constructor(map?: {
721
- [key: string]: any;
722
- });
723
- }
724
- export declare class CancelImportResponseBody extends $tea.Model {
725
- /**
726
- * @remarks
727
- * The request ID.
728
- *
729
- * @example
730
- * 17F57FEE-EA4F-4337-8D2E-9C23CAA63D74
731
- */
732
- requestId?: string;
733
- static names(): {
734
- [key: string]: string;
735
- };
736
- static types(): {
737
- [key: string]: any;
738
- };
739
- constructor(map?: {
740
- [key: string]: any;
741
- });
742
- }
743
- export declare class CancelImportResponse extends $tea.Model {
744
- headers?: {
745
- [key: string]: string;
746
- };
747
- statusCode?: number;
748
- body?: CancelImportResponseBody;
749
- static names(): {
750
- [key: string]: string;
751
- };
752
- static types(): {
753
- [key: string]: any;
754
- };
755
- constructor(map?: {
756
- [key: string]: any;
757
- });
758
- }
759
679
  export declare class CheckAccountNameAvailableRequest extends $tea.Model {
760
680
  /**
761
681
  * @remarks
@@ -1425,6 +1345,14 @@ export declare class CloneDBInstanceRequest extends $tea.Model {
1425
1345
  * HighAvailability
1426
1346
  */
1427
1347
  category?: string;
1348
+ /**
1349
+ * @remarks
1350
+ * The client token that is used to ensure the idempotence of the request. You can use the client to generate the token, but you must make sure that the token is unique among different requests. The token can contain only ASCII characters and cannot exceed 64 characters in length.
1351
+ *
1352
+ * @example
1353
+ * 0c593ea1-3bea-11e9-b96b-88**********
1354
+ */
1355
+ clientToken?: string;
1428
1356
  /**
1429
1357
  * @remarks
1430
1358
  * The instance type of the new instance. For information, see [Primary ApsaraDB RDS instance types](https://help.aliyun.com/document_detail/26312.html).
@@ -1535,7 +1463,7 @@ export declare class CloneDBInstanceRequest extends $tea.Model {
1535
1463
  payType?: string;
1536
1464
  /**
1537
1465
  * @remarks
1538
- * The unit that is used to calculate the billing cycle of the new instance. Valid values:
1466
+ * The unit that is used to calculate the billing cycle of the new instance. This parameter takes effect only when you select the subscription billing method for the new instance. Valid values:
1539
1467
  *
1540
1468
  * * **Year**
1541
1469
  * * **Month**
@@ -1741,6 +1669,14 @@ export declare class CloneDBInstanceShrinkRequest extends $tea.Model {
1741
1669
  * HighAvailability
1742
1670
  */
1743
1671
  category?: string;
1672
+ /**
1673
+ * @remarks
1674
+ * The client token that is used to ensure the idempotence of the request. You can use the client to generate the token, but you must make sure that the token is unique among different requests. The token can contain only ASCII characters and cannot exceed 64 characters in length.
1675
+ *
1676
+ * @example
1677
+ * 0c593ea1-3bea-11e9-b96b-88**********
1678
+ */
1679
+ clientToken?: string;
1744
1680
  /**
1745
1681
  * @remarks
1746
1682
  * The instance type of the new instance. For information, see [Primary ApsaraDB RDS instance types](https://help.aliyun.com/document_detail/26312.html).
@@ -1851,7 +1787,7 @@ export declare class CloneDBInstanceShrinkRequest extends $tea.Model {
1851
1787
  payType?: string;
1852
1788
  /**
1853
1789
  * @remarks
1854
- * The unit that is used to calculate the billing cycle of the new instance. Valid values:
1790
+ * The unit that is used to calculate the billing cycle of the new instance. This parameter takes effect only when you select the subscription billing method for the new instance. Valid values:
1855
1791
  *
1856
1792
  * * **Year**
1857
1793
  * * **Month**
@@ -2492,7 +2428,7 @@ export declare class CreateAccountRequest extends $tea.Model {
2492
2428
  * @remarks
2493
2429
  * The account type. Valid values:
2494
2430
  *
2495
- * * **Normal**: standard account (default).
2431
+ * * **Normal** (default): standard account.
2496
2432
  * * **Super**: privileged account.
2497
2433
  * * **Sysadmin**: system admin account. The account type is available only for ApsaraDB RDS for SQL Server instances.
2498
2434
  *
@@ -2630,14 +2566,6 @@ export declare class CreateBackupRequest extends $tea.Model {
2630
2566
  * rds_mysql
2631
2567
  */
2632
2568
  DBName?: string;
2633
- /**
2634
- * @remarks
2635
- * The resource group ID. You can call the DescribeDBInstanceAttribute to query the resource group ID.
2636
- *
2637
- * @example
2638
- * rg-acfmy*****
2639
- */
2640
- resourceGroupId?: string;
2641
2569
  resourceOwnerId?: number;
2642
2570
  static names(): {
2643
2571
  [key: string]: string;
@@ -2997,13 +2925,24 @@ export declare class CreateDBInstanceRequest extends $tea.Model {
2997
2925
  * 2
2998
2926
  */
2999
2927
  amount?: number;
2928
+ /**
2929
+ * @remarks
2930
+ * 是否自动创建代理。取值范围:
2931
+ *
2932
+ * - **true**:开启自动创建,默认为通用代理。
2933
+ *
2934
+ * - **false**:不开启自动创建。
2935
+ *
2936
+ * @example
2937
+ * false
2938
+ */
3000
2939
  autoCreateProxy?: boolean;
3001
2940
  /**
3002
2941
  * @remarks
3003
2942
  * Specifies whether to enable the automatic payment feature. Valid values:
3004
2943
  *
3005
- * * **true**: automatically completes the payment. You must make sure that your account balance is sufficient.
3006
- * * **false**: does not automatically complete the payment. An unpaid order is generated.
2944
+ * * **true**: enables the feature. Make sure that your account balance is sufficient.
2945
+ * * **false**: disables the feature. An unpaid order is generated.
3007
2946
  *
3008
2947
  * > The default value is true. If your account balance is insufficient, you can set the AutoPay parameter to false to generate an unpaid order. Then, you can log on to the ApsaraDB RDS console to complete the payment.
3009
2948
  *
@@ -3706,13 +3645,24 @@ export declare class CreateDBInstanceShrinkRequest extends $tea.Model {
3706
3645
  * 2
3707
3646
  */
3708
3647
  amount?: number;
3648
+ /**
3649
+ * @remarks
3650
+ * 是否自动创建代理。取值范围:
3651
+ *
3652
+ * - **true**:开启自动创建,默认为通用代理。
3653
+ *
3654
+ * - **false**:不开启自动创建。
3655
+ *
3656
+ * @example
3657
+ * false
3658
+ */
3709
3659
  autoCreateProxy?: boolean;
3710
3660
  /**
3711
3661
  * @remarks
3712
3662
  * Specifies whether to enable the automatic payment feature. Valid values:
3713
3663
  *
3714
- * * **true**: automatically completes the payment. You must make sure that your account balance is sufficient.
3715
- * * **false**: does not automatically complete the payment. An unpaid order is generated.
3664
+ * * **true**: enables the feature. Make sure that your account balance is sufficient.
3665
+ * * **false**: disables the feature. An unpaid order is generated.
3716
3666
  *
3717
3667
  * > The default value is true. If your account balance is insufficient, you can set the AutoPay parameter to false to generate an unpaid order. Then, you can log on to the ApsaraDB RDS console to complete the payment.
3718
3668
  *
@@ -5671,14 +5621,6 @@ export declare class CreateDatabaseRequest extends $tea.Model {
5671
5621
  DBName?: string;
5672
5622
  ownerAccount?: string;
5673
5623
  ownerId?: number;
5674
- /**
5675
- * @remarks
5676
- * The ID of the resource group.
5677
- *
5678
- * @example
5679
- * rg-acfmy*****
5680
- */
5681
- resourceGroupId?: string;
5682
5624
  resourceOwnerAccount?: string;
5683
5625
  resourceOwnerId?: number;
5684
5626
  static names(): {
@@ -6458,6 +6400,7 @@ export declare class CreateMaskingRulesRequest extends $tea.Model {
6458
6400
  defaultAlgo?: string;
6459
6401
  maskingAlgo?: string;
6460
6402
  ownerId?: string;
6403
+ regionId?: string;
6461
6404
  resourceOwnerAccount?: string;
6462
6405
  resourceOwnerId?: number;
6463
6406
  ruleConfig?: CreateMaskingRulesRequestRuleConfig;
@@ -6485,6 +6428,7 @@ export declare class CreateMaskingRulesShrinkRequest extends $tea.Model {
6485
6428
  defaultAlgo?: string;
6486
6429
  maskingAlgo?: string;
6487
6430
  ownerId?: string;
6431
+ regionId?: string;
6488
6432
  resourceOwnerAccount?: string;
6489
6433
  resourceOwnerId?: number;
6490
6434
  ruleConfigShrink?: string;
@@ -7428,6 +7372,17 @@ export declare class CreatePostgresExtensionsResponse extends $tea.Model {
7428
7372
  });
7429
7373
  }
7430
7374
  export declare class CreateReadOnlyDBInstanceRequest extends $tea.Model {
7375
+ /**
7376
+ * @remarks
7377
+ * 是否自动创建代理。取值范围:
7378
+ *
7379
+ * - **true**:开启自动创建,默认为通用代理。
7380
+ *
7381
+ * - **false**:不开启自动创建。
7382
+ *
7383
+ * @example
7384
+ * false
7385
+ */
7431
7386
  autoCreateProxy?: boolean;
7432
7387
  /**
7433
7388
  * @remarks
@@ -7436,7 +7391,7 @@ export declare class CreateReadOnlyDBInstanceRequest extends $tea.Model {
7436
7391
  * 1. **true**: enables the feature. Make sure that your account balance is sufficient.
7437
7392
  * 2. **false**: disables the feature. An unpaid order is generated.
7438
7393
  *
7439
- * > Default value: true. If your account balance is insufficient, you can set the AutoPay parameter to false to generate an unpaid order. Then, you can log on to the ApsaraDB RDS console to complete the payment.
7394
+ * > The default value is true. If your account balance is insufficient, you can set the AutoPay parameter to false to generate an unpaid order. Then, you can log on to the ApsaraDB RDS console to complete the payment.
7440
7395
  *
7441
7396
  * @example
7442
7397
  * false
@@ -7563,10 +7518,10 @@ export declare class CreateReadOnlyDBInstanceRequest extends $tea.Model {
7563
7518
  * @remarks
7564
7519
  * Specifies whether to enable the release protection feature for the read-only instance. Valid values:
7565
7520
  *
7566
- * * **true**: enables the feature.
7567
- * * **false** (default): disables the feature.
7521
+ * * **true**
7522
+ * * **false** (default)
7568
7523
  *
7569
- * > You can enable the release protection feature for the read-only instance only when you set the **Billing Method** parameter to **Pay-As-You-Go**.
7524
+ * > You can enable the release protection feature for the read-only instance only when you set the **PayType** parameter to **Postpaid**.
7570
7525
  *
7571
7526
  * @example
7572
7527
  * true
@@ -8204,7 +8159,7 @@ export declare class CreateYouhuiForOrderRequest extends $tea.Model {
8204
8159
  */
8205
8160
  regionId?: string;
8206
8161
  resourceOwnerAccount?: string;
8207
- resourceOwnerId?: string;
8162
+ resourceOwnerId?: number;
8208
8163
  static names(): {
8209
8164
  [key: string]: string;
8210
8165
  };
@@ -9340,6 +9295,7 @@ export declare class DeleteMaskingRulesRequest extends $tea.Model {
9340
9295
  */
9341
9296
  DBInstanceName?: string;
9342
9297
  ownerId?: string;
9298
+ regionId?: string;
9343
9299
  resourceOwnerAccount?: string;
9344
9300
  resourceOwnerId?: number;
9345
9301
  /**
@@ -9486,7 +9442,7 @@ export declare class DeletePostgresExtensionsRequest extends $tea.Model {
9486
9442
  clientToken?: string;
9487
9443
  /**
9488
9444
  * @remarks
9489
- * The instance ID. You can call the [DescribeDBInstances](https://help.aliyun.com/document_detail/610396.html) operation to query the ID of the instance.
9445
+ * The instance ID. You can call the DescribeDBInstances operation to query the instance ID.
9490
9446
  *
9491
9447
  * This parameter is required.
9492
9448
  *
@@ -10205,6 +10161,7 @@ export declare class DescribeAccountMaskingPrivilegeRequest extends $tea.Model {
10205
10161
  */
10206
10162
  DBInstanceName?: string;
10207
10163
  ownerId?: string;
10164
+ regionId?: string;
10208
10165
  resourceOwnerAccount?: string;
10209
10166
  resourceOwnerId?: number;
10210
10167
  userName?: string;
@@ -12189,14 +12146,6 @@ export declare class DescribeBackupsRequest extends $tea.Model {
12189
12146
  * 30
12190
12147
  */
12191
12148
  pageSize?: number;
12192
- /**
12193
- * @remarks
12194
- * The resource group ID.
12195
- *
12196
- * @example
12197
- * rg-acfmy*****
12198
- */
12199
- resourceGroupId?: string;
12200
12149
  resourceOwnerId?: number;
12201
12150
  /**
12202
12151
  * @remarks
@@ -14768,7 +14717,7 @@ export declare class DescribeDBInstanceIPArrayListResponse extends $tea.Model {
14768
14717
  export declare class DescribeDBInstanceIpHostnameRequest extends $tea.Model {
14769
14718
  /**
14770
14719
  * @remarks
14771
- * The instance ID. You can call the DescribeDBInstances operation to query the instance ID.
14720
+ * The instance ID. You can call the [DescribeDBInstances](https://help.aliyun.com/document_detail/2628785.html) operation to query the instance ID.
14772
14721
  *
14773
14722
  * This parameter is required.
14774
14723
  *
@@ -14780,7 +14729,7 @@ export declare class DescribeDBInstanceIpHostnameRequest extends $tea.Model {
14780
14729
  ownerId?: number;
14781
14730
  /**
14782
14731
  * @remarks
14783
- * You can call the DescribeDBInstanceAttribute operation to query the region ID.
14732
+ * The region ID. You can call the [DescribeDBInstanceAttribute](https://help.aliyun.com/document_detail/2628783.html) operation to query the region ID.
14784
14733
  *
14785
14734
  * This parameter is required.
14786
14735
  *
@@ -14812,7 +14761,7 @@ export declare class DescribeDBInstanceIpHostnameResponseBody extends $tea.Model
14812
14761
  DBInstanceId?: string;
14813
14762
  /**
14814
14763
  * @remarks
14815
- * The internal IP addresses and hostnames of the ECS instances on which the primary and secondary instances reside. Format: `IP address 1,Hostname 1;IP address 2,Hostname 2`.
14764
+ * The internal IP addresses and hostnames of the ECS instance on which a primary ApsaraDB RDS for SQL Server instance and its secondary RDS instance reside. Format: `IP address 1, Hostname 1; IP address 2, Hostname 2`.
14816
14765
  *
14817
14766
  * @example
14818
14767
  * 172.16.xx.xx,sdxxxxxxxxB;172.16.xx.xx,sdxxxxxxxxA
@@ -18034,14 +17983,6 @@ export declare class DescribeDatabasesRequest extends $tea.Model {
18034
17983
  * 30
18035
17984
  */
18036
17985
  pageSize?: number;
18037
- /**
18038
- * @remarks
18039
- * The ID of the resource group.
18040
- *
18041
- * @example
18042
- * rg-acfmy****
18043
- */
18044
- resourceGroupId?: string;
18045
17986
  resourceOwnerAccount?: string;
18046
17987
  resourceOwnerId?: number;
18047
17988
  static names(): {
@@ -20991,6 +20932,7 @@ export declare class DescribeMaskingRulesRequest extends $tea.Model {
20991
20932
  */
20992
20933
  DBInstanceName?: string;
20993
20934
  ownerId?: string;
20935
+ regionId?: string;
20994
20936
  resourceOwnerAccount?: string;
20995
20937
  resourceOwnerId?: number;
20996
20938
  ruleName?: string;
@@ -22560,15 +22502,15 @@ export declare class DescribePriceRequest extends $tea.Model {
22560
22502
  * The commodity code of the instance. Valid values:
22561
22503
  *
22562
22504
  * * **bards**: The instance is a pay-as-you-go primary instance. This value is available at the China site (aliyun.com).
22563
- * * **rds**: The instance is a subscription primary instance. This is the default value. This value is available at the China site (aliyun.com).
22505
+ * * **rds** (default): The instance is a subscription primary instance. This value is available on the China site (aliyun.com).
22564
22506
  * * **rords**: The instance is a pay-as-you-go read-only instance. This value is available at the China site (aliyun.com).
22565
22507
  * * **rds_rordspre_public_cn**: The instance is a subscription read-only instance. This value is available at the China site (aliyun.com).
22566
- * * **bards_intl**: The instance is a pay-as-you-go primary instance. This value is available at the International site (alibabacloud.com).
22567
- * * **rds_intl**: The instance is a subscription primary instance. This value is available at the International site (alibabacloud.com).
22568
- * * **rords_intl**: The instance is a pay-as-you-go read-only instance. This value is available at the International site (alibabacloud.com).
22569
- * * **rds_rordspre_public_intl**: The instance is a subscription read-only instance. This value is available on the International site (alibabacloud.com).
22508
+ * * **bards_intl**: The instance is a pay-as-you-go primary instance. This value is available at the international site (alibabacloud.com).
22509
+ * * **rds_intl**: The instance is a subscription primary instance. This value is available at the international site (alibabacloud.com).
22510
+ * * **rords_intl**: The instance is a pay-as-you-go read-only instance. This value is available at the international site (alibabacloud.com).
22511
+ * * **rds_rordspre_public_intl**: The instance is a subscription read-only instance. This value is available on the international site (alibabacloud.com).
22570
22512
  *
22571
- * > If you want to query the price of a read-only instance, you must specify this parameter.
22513
+ * > If you want to query the price of a read-only instance, you must specify this parameter.
22572
22514
  *
22573
22515
  * @example
22574
22516
  * rds
@@ -22782,15 +22724,15 @@ export declare class DescribePriceShrinkRequest extends $tea.Model {
22782
22724
  * The commodity code of the instance. Valid values:
22783
22725
  *
22784
22726
  * * **bards**: The instance is a pay-as-you-go primary instance. This value is available at the China site (aliyun.com).
22785
- * * **rds**: The instance is a subscription primary instance. This is the default value. This value is available at the China site (aliyun.com).
22727
+ * * **rds** (default): The instance is a subscription primary instance. This value is available on the China site (aliyun.com).
22786
22728
  * * **rords**: The instance is a pay-as-you-go read-only instance. This value is available at the China site (aliyun.com).
22787
22729
  * * **rds_rordspre_public_cn**: The instance is a subscription read-only instance. This value is available at the China site (aliyun.com).
22788
- * * **bards_intl**: The instance is a pay-as-you-go primary instance. This value is available at the International site (alibabacloud.com).
22789
- * * **rds_intl**: The instance is a subscription primary instance. This value is available at the International site (alibabacloud.com).
22790
- * * **rords_intl**: The instance is a pay-as-you-go read-only instance. This value is available at the International site (alibabacloud.com).
22791
- * * **rds_rordspre_public_intl**: The instance is a subscription read-only instance. This value is available on the International site (alibabacloud.com).
22730
+ * * **bards_intl**: The instance is a pay-as-you-go primary instance. This value is available at the international site (alibabacloud.com).
22731
+ * * **rds_intl**: The instance is a subscription primary instance. This value is available at the international site (alibabacloud.com).
22732
+ * * **rords_intl**: The instance is a pay-as-you-go read-only instance. This value is available at the international site (alibabacloud.com).
22733
+ * * **rds_rordspre_public_intl**: The instance is a subscription read-only instance. This value is available on the international site (alibabacloud.com).
22792
22734
  *
22793
- * > If you want to query the price of a read-only instance, you must specify this parameter.
22735
+ * > If you want to query the price of a read-only instance, you must specify this parameter.
22794
22736
  *
22795
22737
  * @example
22796
22738
  * rds
@@ -24329,12 +24271,12 @@ export declare class DescribeSQLLogRecordsRequest extends $tea.Model {
24329
24271
  endTime?: string;
24330
24272
  /**
24331
24273
  * @remarks
24332
- * Specifies whether to generate an SQL audit log file or return SQL audit log entries. Valid values:
24274
+ * Specifies whether to generate an SQL audit log file or return SQL audit logs. Valid values:
24333
24275
  *
24334
24276
  * * **File**: If you set this parameter to File, this operation generates an SQL audit log file and returns only common response parameters. After you call this operation, you must call the DescribeSQLLogFiles operation to obtain the download URL of the SQL audit log file.
24335
- * * **Stream** (default): If you set this parameter to Stream, this operation returns SQL audit log entries.
24277
+ * * **Stream** (default): If you set this parameter to Stream, this operation returns SQL audit logs.
24336
24278
  *
24337
- * > If you set this parameter to **File**, only ApsaraDB RDS for MySQL instances that use local disks and ApsaraDB RDS for SQL Server instances are supported, and a maximum of one million log entries are returned.
24279
+ * > If you set this parameter to **File**, only ApsaraDB RDS for MySQL instances that use local disks and ApsaraDB RDS for SQL Server instances are supported, and a maximum of 1 million logs are returned.
24338
24280
  *
24339
24281
  * @example
24340
24282
  * Stream
@@ -26012,7 +25954,7 @@ export declare class DescribeVSwitchesResponse extends $tea.Model {
26012
25954
  export declare class DescribeWhitelistTemplateRequest extends $tea.Model {
26013
25955
  /**
26014
25956
  * @remarks
26015
- * The region ID.
25957
+ * The region ID. You can call the [DescribeRegions](https://help.aliyun.com/document_detail/26243.html) operation to query the most recent region list.
26016
25958
  *
26017
25959
  * @example
26018
25960
  * cn-hangzhou
@@ -29463,83 +29405,6 @@ export declare class ModifyDBInstanceConfigResponse extends $tea.Model {
29463
29405
  [key: string]: any;
29464
29406
  });
29465
29407
  }
29466
- export declare class ModifyDBInstanceConnectionModeRequest extends $tea.Model {
29467
- /**
29468
- * @remarks
29469
- * The connection mode of the instance. Valid values:
29470
- *
29471
- * * **Standard**: standard mode
29472
- * * **Safe**: database proxy mode
29473
- *
29474
- * The system automatically assigns a connection mode to the instance.
29475
- *
29476
- * > SQL Server 2012, SQL Server 2016, and SQL Server 2017 support only the standard mode.
29477
- *
29478
- * This parameter is required.
29479
- *
29480
- * @example
29481
- * Performance
29482
- */
29483
- connectionMode?: string;
29484
- /**
29485
- * @remarks
29486
- * The ID of the instance.
29487
- *
29488
- * This parameter is required.
29489
- *
29490
- * @example
29491
- * rm-uf6wjk5xxxxxx
29492
- */
29493
- DBInstanceId?: string;
29494
- ownerAccount?: string;
29495
- ownerId?: number;
29496
- resourceOwnerAccount?: string;
29497
- resourceOwnerId?: number;
29498
- static names(): {
29499
- [key: string]: string;
29500
- };
29501
- static types(): {
29502
- [key: string]: any;
29503
- };
29504
- constructor(map?: {
29505
- [key: string]: any;
29506
- });
29507
- }
29508
- export declare class ModifyDBInstanceConnectionModeResponseBody extends $tea.Model {
29509
- /**
29510
- * @remarks
29511
- * The ID of the request.
29512
- *
29513
- * @example
29514
- * 1AD222E9-E606-4A42-BF6D-8A4442913CEF
29515
- */
29516
- requestId?: string;
29517
- static names(): {
29518
- [key: string]: string;
29519
- };
29520
- static types(): {
29521
- [key: string]: any;
29522
- };
29523
- constructor(map?: {
29524
- [key: string]: any;
29525
- });
29526
- }
29527
- export declare class ModifyDBInstanceConnectionModeResponse extends $tea.Model {
29528
- headers?: {
29529
- [key: string]: string;
29530
- };
29531
- statusCode?: number;
29532
- body?: ModifyDBInstanceConnectionModeResponseBody;
29533
- static names(): {
29534
- [key: string]: string;
29535
- };
29536
- static types(): {
29537
- [key: string]: any;
29538
- };
29539
- constructor(map?: {
29540
- [key: string]: any;
29541
- });
29542
- }
29543
29408
  export declare class ModifyDBInstanceConnectionStringRequest extends $tea.Model {
29544
29409
  /**
29545
29410
  * @remarks
@@ -30856,106 +30721,6 @@ export declare class ModifyDBInstancePayTypeResponse extends $tea.Model {
30856
30721
  [key: string]: any;
30857
30722
  });
30858
30723
  }
30859
- export declare class ModifyDBInstanceProxyConfigurationRequest extends $tea.Model {
30860
- /**
30861
- * @remarks
30862
- * The ID of the instance.
30863
- *
30864
- * This parameter is required.
30865
- *
30866
- * @example
30867
- * rm-uf6wjk5xxxxxxxxxx
30868
- */
30869
- DBInstanceId?: string;
30870
- ownerId?: number;
30871
- /**
30872
- * @remarks
30873
- * The key of the **configuration item** for the database proxy. Valid values:
30874
- *
30875
- * * **TransparentSwitch**: transparent switchover
30876
- * * **PersistentConnections**: short-lived connection optimization
30877
- * * **AttacksProtection**: brute-force attack protection
30878
- *
30879
- * This parameter is required.
30880
- *
30881
- * @example
30882
- * TransparentSwitch
30883
- */
30884
- proxyConfigurationKey?: string;
30885
- /**
30886
- * @remarks
30887
- * The features and status of the database proxy:
30888
- *
30889
- * * **TransparentSwitch**: transparent switchover. Valid values:
30890
- *
30891
- * * **Enable**: The feature is enabled. This is the default value.
30892
- * * **Disable**: The feature is disabled.
30893
- *
30894
- * * **PersistentConnections**: short-lived connection optimization. Valid values:
30895
- *
30896
- * * **Enable**: The feature is enabled.
30897
- * * **Disable**: The feature is disabled. This is the default value.
30898
- *
30899
- * * **AttacksProtection**: brute-force attack protection. Valid values:
30900
- *
30901
- * * **Enable**: The feature is enabled.
30902
- * * **Disable**: The feature is disabled. This is the default value.
30903
- *
30904
- * Format: {"Feature 1":"Status 1","Feature 2":"Status 2"...}
30905
- *
30906
- * This parameter is required.
30907
- *
30908
- * @example
30909
- * {"status":"Enable"}
30910
- */
30911
- proxyConfigurationValue?: string;
30912
- resourceOwnerAccount?: string;
30913
- resourceOwnerId?: number;
30914
- static names(): {
30915
- [key: string]: string;
30916
- };
30917
- static types(): {
30918
- [key: string]: any;
30919
- };
30920
- constructor(map?: {
30921
- [key: string]: any;
30922
- });
30923
- }
30924
- export declare class ModifyDBInstanceProxyConfigurationResponseBody extends $tea.Model {
30925
- /**
30926
- * @remarks
30927
- * The request ID.
30928
- *
30929
- * @example
30930
- * 9705B5D2-C5B6-4526-B779-26D755EC1B8C
30931
- */
30932
- requestId?: string;
30933
- static names(): {
30934
- [key: string]: string;
30935
- };
30936
- static types(): {
30937
- [key: string]: any;
30938
- };
30939
- constructor(map?: {
30940
- [key: string]: any;
30941
- });
30942
- }
30943
- export declare class ModifyDBInstanceProxyConfigurationResponse extends $tea.Model {
30944
- headers?: {
30945
- [key: string]: string;
30946
- };
30947
- statusCode?: number;
30948
- body?: ModifyDBInstanceProxyConfigurationResponseBody;
30949
- static names(): {
30950
- [key: string]: string;
30951
- };
30952
- static types(): {
30953
- [key: string]: any;
30954
- };
30955
- constructor(map?: {
30956
- [key: string]: any;
30957
- });
30958
- }
30959
30724
  export declare class ModifyDBInstanceSSLRequest extends $tea.Model {
30960
30725
  /**
30961
30726
  * @remarks
@@ -30972,7 +30737,7 @@ export declare class ModifyDBInstanceSSLRequest extends $tea.Model {
30972
30737
  ACL?: string;
30973
30738
  /**
30974
30739
  * @remarks
30975
- * The type of the server certificate. This parameter is supported only when the instance runs PostgreSQL with cloud disks. If you set SSLEnabled to **1**, the default value of this parameter is **aliyun**. Valid values:
30740
+ * The type of the server certificate. This parameter is supported only when the instance runs MySQL or PostgreSQL with cloud disks. If you set SSLEnabled to **1**, the default value of this parameter is **aliyun**. Valid values:
30976
30741
  *
30977
30742
  * * **aliyun**: a cloud certificate
30978
30743
  * * **custom**: a custom certificate
@@ -31425,14 +31190,11 @@ export declare class ModifyDBInstanceSpecRequest extends $tea.Model {
31425
31190
  direction?: string;
31426
31191
  /**
31427
31192
  * @remarks
31428
- * The time when you want the change to take effect. Valid values:
31193
+ * The effective time. Valid values:
31429
31194
  *
31430
31195
  * * **Immediate** (default)
31431
31196
  * * **MaintainTime**: The effective time is within the maintenance window. For more information, see ModifyDBInstanceMaintainTime.
31432
- *
31433
- * <!---->
31434
- *
31435
- * * ScheduleTime: The schedule time must be a specific point in time that is 12 hours later than the current time. In this case, EffectiveTime is calculated by using the following formula: EffectiveTime = ScheduleTime + SwitchTime.
31197
+ * * **ScheduleTime**: The change takes effect at the point in time that you specify. The schedule time must be a specific point in time that is 12 hours later than the current time. In this case, EffectiveTime is calculated by using the following formula: EffectiveTime = ScheduleTime + SwitchTime.
31436
31198
  *
31437
31199
  * @example
31438
31200
  * MaintainTime
@@ -31496,8 +31258,6 @@ export declare class ModifyDBInstanceSpecRequest extends $tea.Model {
31496
31258
  /**
31497
31259
  * @remarks
31498
31260
  * The specifications that you want to change for a serverless instance.
31499
- *
31500
- * > This parameter is available only on the China site (aliyun.com).
31501
31261
  */
31502
31262
  serverlessConfiguration?: ModifyDBInstanceSpecRequestServerlessConfiguration;
31503
31263
  /**
@@ -31691,14 +31451,11 @@ export declare class ModifyDBInstanceSpecShrinkRequest extends $tea.Model {
31691
31451
  direction?: string;
31692
31452
  /**
31693
31453
  * @remarks
31694
- * The time when you want the change to take effect. Valid values:
31454
+ * The effective time. Valid values:
31695
31455
  *
31696
31456
  * * **Immediate** (default)
31697
31457
  * * **MaintainTime**: The effective time is within the maintenance window. For more information, see ModifyDBInstanceMaintainTime.
31698
- *
31699
- * <!---->
31700
- *
31701
- * * ScheduleTime: The schedule time must be a specific point in time that is 12 hours later than the current time. In this case, EffectiveTime is calculated by using the following formula: EffectiveTime = ScheduleTime + SwitchTime.
31458
+ * * **ScheduleTime**: The change takes effect at the point in time that you specify. The schedule time must be a specific point in time that is 12 hours later than the current time. In this case, EffectiveTime is calculated by using the following formula: EffectiveTime = ScheduleTime + SwitchTime.
31702
31459
  *
31703
31460
  * @example
31704
31461
  * MaintainTime
@@ -31762,8 +31519,6 @@ export declare class ModifyDBInstanceSpecShrinkRequest extends $tea.Model {
31762
31519
  /**
31763
31520
  * @remarks
31764
31521
  * The specifications that you want to change for a serverless instance.
31765
- *
31766
- * > This parameter is available only on the China site (aliyun.com).
31767
31522
  */
31768
31523
  serverlessConfigurationShrink?: string;
31769
31524
  /**
@@ -32094,7 +31849,7 @@ export declare class ModifyDBNodeRequest extends $tea.Model {
32094
31849
  * @remarks
32095
31850
  * The information about the node.
32096
31851
  *
32097
- * > This parameter is supported for ApsaraDB RDS for MySQL instances that run RDS Cluster Edition.
31852
+ * > This parameter is used for ApsaraDB RDS for MySQL instances that run RDS Cluster Edition.
32098
31853
  */
32099
31854
  DBNode?: ModifyDBNodeRequestDBNode[];
32100
31855
  /**
@@ -32110,9 +31865,10 @@ export declare class ModifyDBNodeRequest extends $tea.Model {
32110
31865
  dryRun?: boolean;
32111
31866
  /**
32112
31867
  * @remarks
32113
- * Effective time, value:
32114
- * - Immediate (default value): takes effect immediately.
32115
- * - MaintainTime: Effective within the operational time period, please refer to ModifyDBInstanceMaintainTime.
31868
+ * The time when you want the change to take effect. Valid values:
31869
+ *
31870
+ * * **Immediate** (default): The change immediately takes effect.
31871
+ * * **MaintainTime**: The effective time is within the maintenance window. For more information, see ModifyDBInstanceMaintainTime.
32116
31872
  *
32117
31873
  * @example
32118
31874
  * Immediate
@@ -32201,7 +31957,7 @@ export declare class ModifyDBNodeShrinkRequest extends $tea.Model {
32201
31957
  * @remarks
32202
31958
  * The information about the node.
32203
31959
  *
32204
- * > This parameter is supported for ApsaraDB RDS for MySQL instances that run RDS Cluster Edition.
31960
+ * > This parameter is used for ApsaraDB RDS for MySQL instances that run RDS Cluster Edition.
32205
31961
  */
32206
31962
  DBNodeShrink?: string;
32207
31963
  /**
@@ -32217,9 +31973,10 @@ export declare class ModifyDBNodeShrinkRequest extends $tea.Model {
32217
31973
  dryRun?: boolean;
32218
31974
  /**
32219
31975
  * @remarks
32220
- * Effective time, value:
32221
- * - Immediate (default value): takes effect immediately.
32222
- * - MaintainTime: Effective within the operational time period, please refer to ModifyDBInstanceMaintainTime.
31976
+ * The time when you want the change to take effect. Valid values:
31977
+ *
31978
+ * * **Immediate** (default): The change immediately takes effect.
31979
+ * * **MaintainTime**: The effective time is within the maintenance window. For more information, see ModifyDBInstanceMaintainTime.
32223
31980
  *
32224
31981
  * @example
32225
31982
  * Immediate
@@ -38009,82 +37766,6 @@ export declare class SwitchDBInstanceVpcResponse extends $tea.Model {
38009
37766
  [key: string]: any;
38010
37767
  });
38011
37768
  }
38012
- export declare class SwitchGuardToMasterInstanceRequest extends $tea.Model {
38013
- /**
38014
- * @remarks
38015
- * The ID of the disaster recovery instance. You can call the DescribeDBInstances operation to query the instance ID.
38016
- *
38017
- * This parameter is required.
38018
- *
38019
- * @example
38020
- * rm-uf6wjk5*****
38021
- */
38022
- DBInstanceId?: string;
38023
- ownerAccount?: string;
38024
- ownerId?: number;
38025
- /**
38026
- * @remarks
38027
- * The resource group ID. You can call the DescribeDBInstanceAttribute to query the resource group ID.
38028
- *
38029
- * @example
38030
- * rg-acfmy****
38031
- */
38032
- resourceGroupId?: string;
38033
- resourceOwnerAccount?: string;
38034
- resourceOwnerId?: number;
38035
- static names(): {
38036
- [key: string]: string;
38037
- };
38038
- static types(): {
38039
- [key: string]: any;
38040
- };
38041
- constructor(map?: {
38042
- [key: string]: any;
38043
- });
38044
- }
38045
- export declare class SwitchGuardToMasterInstanceResponseBody extends $tea.Model {
38046
- /**
38047
- * @remarks
38048
- * The instance ID.
38049
- *
38050
- * @example
38051
- * rm-uf6wjk5*****
38052
- */
38053
- DBInstanceId?: string;
38054
- /**
38055
- * @remarks
38056
- * The request ID.
38057
- *
38058
- * @example
38059
- * EFB6083A-7699-489B-8278-C0CB4793A96E
38060
- */
38061
- requestId?: string;
38062
- static names(): {
38063
- [key: string]: string;
38064
- };
38065
- static types(): {
38066
- [key: string]: any;
38067
- };
38068
- constructor(map?: {
38069
- [key: string]: any;
38070
- });
38071
- }
38072
- export declare class SwitchGuardToMasterInstanceResponse extends $tea.Model {
38073
- headers?: {
38074
- [key: string]: string;
38075
- };
38076
- statusCode?: number;
38077
- body?: SwitchGuardToMasterInstanceResponseBody;
38078
- static names(): {
38079
- [key: string]: string;
38080
- };
38081
- static types(): {
38082
- [key: string]: any;
38083
- };
38084
- constructor(map?: {
38085
- [key: string]: any;
38086
- });
38087
- }
38088
37769
  export declare class TagResourcesRequest extends $tea.Model {
38089
37770
  ownerId?: number;
38090
37771
  /**
@@ -39705,7 +39386,7 @@ export declare class CreateDBInstanceRequestServerlessConfig extends $tea.Model
39705
39386
  *
39706
39387
  * * Serverless ApsaraDB RDS for MySQL instances: **0.5 to 32**.
39707
39388
  * * Serverless ApsaraDB RDS for SQL Server instances: **2 to 8**. Only integers are supported.
39708
- * * Serverless ApsaraDB RDS for PostgreSQL instances: **0.5 to 14**
39389
+ * * Serverless ApsaraDB RDS for PostgreSQL instances: **0.5 to 14**.
39709
39390
  *
39710
39391
  * > The value of this parameter must be less than or equal to the value of **MaxCapacity**.
39711
39392
  *
@@ -41818,14 +41499,6 @@ export declare class DescribeBackupsResponseBodyItemsBackup extends $tea.Model {
41818
41499
  * OK
41819
41500
  */
41820
41501
  metaStatus?: string;
41821
- /**
41822
- * @remarks
41823
- * The resource group ID.
41824
- *
41825
- * @example
41826
- * rg-acfmy*****
41827
- */
41828
- resourceGroupId?: string;
41829
41502
  /**
41830
41503
  * @remarks
41831
41504
  * The storage class of the backup set. Valid values:
@@ -47515,14 +47188,6 @@ export declare class DescribeDatabasesResponseBodyDatabasesDatabase extends $tea
47515
47188
  * 30
47516
47189
  */
47517
47190
  pageSize?: number;
47518
- /**
47519
- * @remarks
47520
- * The resource group ID.
47521
- *
47522
- * @example
47523
- * rg-acfmy****
47524
- */
47525
- resourceGroupId?: string;
47526
47191
  /**
47527
47192
  * @remarks
47528
47193
  * The runtime information about the database.
@@ -54529,8 +54194,9 @@ export declare class ModifyDBInstanceSpecRequestServerlessConfiguration extends
54529
54194
  * * **true**
54530
54195
  * * **false** (default)
54531
54196
  *
54532
- * > * This parameter is required only for serverless instances that run MySQL and PostgreSQL. After the automatic start and stop feature is enabled, if no connections to the instance are established within 10 minutes, the instance is suspended. After a connection to the instance is established, the instance is automatically resumed.
54533
- * > * This parameter is available only on the China site (aliyun.com).
54197
+ * >
54198
+ *
54199
+ * * This parameter is required only for serverless instances that run MySQL and PostgreSQL. After the automatic start and stop feature is enabled, if no connections to the instance are established within 10 minutes, the instance is suspended. After a connection to the instance is established, the instance is automatically resumed.
54534
54200
  *
54535
54201
  * @example
54536
54202
  * true
@@ -54547,8 +54213,9 @@ export declare class ModifyDBInstanceSpecRequestServerlessConfiguration extends
54547
54213
  * * Serverless ApsaraDB RDS for SQL Server instances: **2 to 8**
54548
54214
  * * Serverless ApsaraDB RDS for PostgreSQL instances: **1 to 14**
54549
54215
  *
54550
- * > * The value of this parameter must be greater than or equal to the value of **MinCapacity** and can be specified only to an **integer**.
54551
- * > * This parameter is available only on the China site (aliyun.com).
54216
+ * >
54217
+ *
54218
+ * * The value of this parameter must be greater than or equal to the value of **MinCapacity** and can be specified only to an **integer**.
54552
54219
  *
54553
54220
  * @example
54554
54221
  * 8
@@ -54562,8 +54229,9 @@ export declare class ModifyDBInstanceSpecRequestServerlessConfiguration extends
54562
54229
  * * Serverless ApsaraDB RDS for SQL Server instances: **2 to 8**. Only integers are supported.
54563
54230
  * * Serverless ApsaraDB RDS for PostgreSQL instances: **0.5 to 14**.
54564
54231
  *
54565
- * > * The value of this parameter must be less than or equal to the value of MaxCapacity.
54566
- * > * This parameter is available only on the China site (aliyun.com).
54232
+ * >
54233
+ *
54234
+ * * The value of this parameter must be less than or equal to the value of MaxCapacity.
54567
54235
  *
54568
54236
  * @example
54569
54237
  * 0.5
@@ -54576,9 +54244,11 @@ export declare class ModifyDBInstanceSpecRequestServerlessConfiguration extends
54576
54244
  * * **true**
54577
54245
  * * **false** (default)
54578
54246
  *
54579
- * > * This parameter is required only for serverless instances that run MySQL and PostgreSQL. If you set this parameter to true, a service interruption that lasts 30 to 120 seconds occurs during forced scaling. Process with caution.
54580
- * > * The RCU scaling for a serverless instance immediately takes effect. In some cases, such as the execution of large transactions, the scaling does not immediately take effect. In this case, you can enable this feature to forcefully scale the RCUs of the instance.
54581
- * > * This parameter is available only on the China site (aliyun.com).
54247
+ * >
54248
+ *
54249
+ * * This parameter is required only for serverless instances that run MySQL and PostgreSQL. If you set this parameter to true, a service interruption that lasts 30 to 120 seconds occurs during forced scaling. Process with caution.
54250
+ *
54251
+ * * The RCU scaling for a serverless instance immediately takes effect. In some cases, such as the execution of large transactions, the scaling does not immediately take effect. In this case, you can enable this feature to forcefully scale the RCUs of the instance.
54582
54252
  *
54583
54253
  * @example
54584
54254
  * false
@@ -54597,7 +54267,7 @@ export declare class ModifyDBInstanceSpecRequestServerlessConfiguration extends
54597
54267
  export declare class ModifyDBNodeRequestDBNode extends $tea.Model {
54598
54268
  /**
54599
54269
  * @remarks
54600
- * The instance type of the node.
54270
+ * The specification information about the node.
54601
54271
  *
54602
54272
  * @example
54603
54273
  * mysql.n2.medium.xc
@@ -55330,39 +55000,6 @@ export default class Client extends OpenApi {
55330
55000
  * @returns CalculateDBInstanceWeightResponse
55331
55001
  */
55332
55002
  calculateDBInstanceWeight(request: CalculateDBInstanceWeightRequest): Promise<CalculateDBInstanceWeightResponse>;
55333
- /**
55334
- * Cancels the migration task of an ApsaraDB RDS for SQL Server instance.
55335
- *
55336
- * @remarks
55337
- * This operation is phased out.
55338
- * ### [](#)Supported database engines
55339
- * * RDS SQL Server
55340
- * ### [](#)Description
55341
- * This operation is supported for instances that run SQL Server and belong to the dedicated or dedicated host instance family. For more information about how to start a migration task, see [ImportDatabaseBetweenInstances](https://help.aliyun.com/document_detail/610592.html).
55342
- * ### [](#)Usage notes
55343
- * This operation is not supported for instances that run SQL Server 2017 on RDS Cluster Edition.
55344
- *
55345
- * @param request - CancelImportRequest
55346
- * @param runtime - runtime options for this request RuntimeOptions
55347
- * @returns CancelImportResponse
55348
- */
55349
- cancelImportWithOptions(request: CancelImportRequest, runtime: $Util.RuntimeOptions): Promise<CancelImportResponse>;
55350
- /**
55351
- * Cancels the migration task of an ApsaraDB RDS for SQL Server instance.
55352
- *
55353
- * @remarks
55354
- * This operation is phased out.
55355
- * ### [](#)Supported database engines
55356
- * * RDS SQL Server
55357
- * ### [](#)Description
55358
- * This operation is supported for instances that run SQL Server and belong to the dedicated or dedicated host instance family. For more information about how to start a migration task, see [ImportDatabaseBetweenInstances](https://help.aliyun.com/document_detail/610592.html).
55359
- * ### [](#)Usage notes
55360
- * This operation is not supported for instances that run SQL Server 2017 on RDS Cluster Edition.
55361
- *
55362
- * @param request - CancelImportRequest
55363
- * @returns CancelImportResponse
55364
- */
55365
- cancelImport(request: CancelImportRequest): Promise<CancelImportResponse>;
55366
55003
  /**
55367
55004
  * Checks whether the username of the account that you want to create on an instance is available.
55368
55005
  *
@@ -56809,11 +56446,10 @@ export default class Client extends OpenApi {
56809
56446
  * Deletes a node from an instance that runs RDS Cluster Edition.
56810
56447
  *
56811
56448
  * @remarks
56812
- * ### [](#)Supported database engines
56813
- * * MySQL
56814
- * * PostgreSQL
56449
+ * ### [](#)Supported database engine
56450
+ * MySQL
56815
56451
  * ### [](#)References
56816
- * > Before you call this operation, read the following topics and make sure that you fully understand the prerequisites and impacts of this operation.
56452
+ * > Before you call this operation, read the following topics and make sure that you fully understand the prerequisites and impacts of this operation.
56817
56453
  * [Delete a node from an ApsaraDB RDS for MySQL cluster](https://help.aliyun.com/document_detail/464130.html)
56818
56454
  *
56819
56455
  * @param tmpReq - DeleteDBNodesRequest
@@ -56825,11 +56461,10 @@ export default class Client extends OpenApi {
56825
56461
  * Deletes a node from an instance that runs RDS Cluster Edition.
56826
56462
  *
56827
56463
  * @remarks
56828
- * ### [](#)Supported database engines
56829
- * * MySQL
56830
- * * PostgreSQL
56464
+ * ### [](#)Supported database engine
56465
+ * MySQL
56831
56466
  * ### [](#)References
56832
- * > Before you call this operation, read the following topics and make sure that you fully understand the prerequisites and impacts of this operation.
56467
+ * > Before you call this operation, read the following topics and make sure that you fully understand the prerequisites and impacts of this operation.
56833
56468
  * [Delete a node from an ApsaraDB RDS for MySQL cluster](https://help.aliyun.com/document_detail/464130.html)
56834
56469
  *
56835
56470
  * @param request - DeleteDBNodesRequest
@@ -57207,7 +56842,7 @@ export default class Client extends OpenApi {
57207
56842
  */
57208
56843
  describeActionEventPolicy(request: DescribeActionEventPolicyRequest): Promise<DescribeActionEventPolicyResponse>;
57209
56844
  /**
57210
- * Queries the details about scheduled O\\\\\\\\\\\\&M tasks for an instance.
56845
+ * Queries the details about scheduled O\\\\\\\\\\\\\\\\\\\\&M tasks for an instance.
57211
56846
  *
57212
56847
  * @remarks
57213
56848
  * ### [](#)Supported database engines
@@ -57222,7 +56857,7 @@ export default class Client extends OpenApi {
57222
56857
  */
57223
56858
  describeActiveOperationTasksWithOptions(request: DescribeActiveOperationTasksRequest, runtime: $Util.RuntimeOptions): Promise<DescribeActiveOperationTasksResponse>;
57224
56859
  /**
57225
- * Queries the details about scheduled O\\\\\\\\\\\\&M tasks for an instance.
56860
+ * Queries the details about scheduled O\\\\\\\\\\\\\\\\\\\\&M tasks for an instance.
57226
56861
  *
57227
56862
  * @remarks
57228
56863
  * ### [](#)Supported database engines
@@ -58087,18 +57722,19 @@ export default class Client extends OpenApi {
58087
57722
  */
58088
57723
  describeDBInstanceIPArrayList(request: DescribeDBInstanceIPArrayListRequest): Promise<DescribeDBInstanceIPArrayListResponse>;
58089
57724
  /**
58090
- * Queries the hostname of the Elastic Compute Service (ECS) instance on which the ApsaraDB RDS for SQL Server instance runs.
57725
+ * Queries the internal IP address and hostname of the Elastic Compute Service (ECS) instance on which the ApsaraDB RDS for SQL Server instance runs.
58091
57726
  *
58092
57727
  * @remarks
58093
57728
  * ### [](#)Supported database engines
58094
- * RDS SQL Server
57729
+ * SQL Server
58095
57730
  * ### [](#)Prerequisites
58096
57731
  * * The RDS instance runs RDS Basic Edition, RDS High-availability Edition, or RDS Cluster Edition. If your RDS instance runs RDS High-availability Edition, make sure that the instance runs SQL Server 2012 or later.
58097
57732
  * * The RDS instance belongs to a general-purpose or dedicated instance family. The shared instance family is not supported.
58098
- * * If the RDS instance runs RDS Basic Edition, the instance is created on or after September 02, 2022. You can view the Creation Time
57733
+ * * If the RDS 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.
58099
57734
  * ### [](#)References
58100
- * > : Before you call this operation, carefully read the following documentation. Make sure that you fully understand the prerequisites and impacts for calling this operation.
58101
- * [Configure a distributed transaction whitelist](https://help.aliyun.com/document_detail/124321.html)
57735
+ * > Before you call this operation, read the following documentation and make sure that you fully understand the prerequisites and impacts of this operation.
57736
+ * * [Configure a distributed transaction whitelist](https://help.aliyun.com/document_detail/124321.html)
57737
+ * * [Connect Kingdee K/3 WISE to an ApsaraDB RDS for SQL Server instance](https://help.aliyun.com/document_detail/124188.html)
58102
57738
  *
58103
57739
  * @param request - DescribeDBInstanceIpHostnameRequest
58104
57740
  * @param runtime - runtime options for this request RuntimeOptions
@@ -58106,18 +57742,19 @@ export default class Client extends OpenApi {
58106
57742
  */
58107
57743
  describeDBInstanceIpHostnameWithOptions(request: DescribeDBInstanceIpHostnameRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDBInstanceIpHostnameResponse>;
58108
57744
  /**
58109
- * Queries the hostname of the Elastic Compute Service (ECS) instance on which the ApsaraDB RDS for SQL Server instance runs.
57745
+ * Queries the internal IP address and hostname of the Elastic Compute Service (ECS) instance on which the ApsaraDB RDS for SQL Server instance runs.
58110
57746
  *
58111
57747
  * @remarks
58112
57748
  * ### [](#)Supported database engines
58113
- * RDS SQL Server
57749
+ * SQL Server
58114
57750
  * ### [](#)Prerequisites
58115
57751
  * * The RDS instance runs RDS Basic Edition, RDS High-availability Edition, or RDS Cluster Edition. If your RDS instance runs RDS High-availability Edition, make sure that the instance runs SQL Server 2012 or later.
58116
57752
  * * The RDS instance belongs to a general-purpose or dedicated instance family. The shared instance family is not supported.
58117
- * * If the RDS instance runs RDS Basic Edition, the instance is created on or after September 02, 2022. You can view the Creation Time
57753
+ * * If the RDS 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.
58118
57754
  * ### [](#)References
58119
- * > : Before you call this operation, carefully read the following documentation. Make sure that you fully understand the prerequisites and impacts for calling this operation.
58120
- * [Configure a distributed transaction whitelist](https://help.aliyun.com/document_detail/124321.html)
57755
+ * > Before you call this operation, read the following documentation and make sure that you fully understand the prerequisites and impacts of this operation.
57756
+ * * [Configure a distributed transaction whitelist](https://help.aliyun.com/document_detail/124321.html)
57757
+ * * [Connect Kingdee K/3 WISE to an ApsaraDB RDS for SQL Server instance](https://help.aliyun.com/document_detail/124188.html)
58121
57758
  *
58122
57759
  * @param request - DescribeDBInstanceIpHostnameRequest
58123
57760
  * @returns DescribeDBInstanceIpHostnameResponse
@@ -59949,6 +59586,8 @@ export default class Client extends OpenApi {
59949
59586
  * * The DescribeSQLLogFiles operation does not return the log files that are generated by SQL Explorer Trial Edition for an ApsaraDB RDS for MySQL instance.
59950
59587
  * * The DescribeSQLLogFiles operation does not return the log files that are generated by the SQL Explorer feature and manually exported from the ApsaraDB RDS console. The DescribeSQLLogFiles operation returns the SQL Explorer log files that are generated by calling the [DescribeSQLLogRecords](https://help.aliyun.com/document_detail/610533.html) operation with the request parameter **Form** set to **File**.
59951
59588
  * * The exported files are retained for only two days.
59589
+ * **
59590
+ * **Note** If you have enabled Database Autonomy Service (DAS) Enterprise Edition V2 or V3 and have enabled the SQL Explorer and Audit feature, the exported files are retained for seven days. You can call the [DescribeSqlLogConfig](https://help.aliyun.com/document_detail/2778837.html) operation to query the information about the enabled DAS Enterprise Edition.
59952
59591
  *
59953
59592
  * @param request - DescribeSQLLogFilesRequest
59954
59593
  * @param runtime - runtime options for this request RuntimeOptions
@@ -59969,6 +59608,8 @@ export default class Client extends OpenApi {
59969
59608
  * * The DescribeSQLLogFiles operation does not return the log files that are generated by SQL Explorer Trial Edition for an ApsaraDB RDS for MySQL instance.
59970
59609
  * * The DescribeSQLLogFiles operation does not return the log files that are generated by the SQL Explorer feature and manually exported from the ApsaraDB RDS console. The DescribeSQLLogFiles operation returns the SQL Explorer log files that are generated by calling the [DescribeSQLLogRecords](https://help.aliyun.com/document_detail/610533.html) operation with the request parameter **Form** set to **File**.
59971
59610
  * * The exported files are retained for only two days.
59611
+ * **
59612
+ * **Note** If you have enabled Database Autonomy Service (DAS) Enterprise Edition V2 or V3 and have enabled the SQL Explorer and Audit feature, the exported files are retained for seven days. You can call the [DescribeSqlLogConfig](https://help.aliyun.com/document_detail/2778837.html) operation to query the information about the enabled DAS Enterprise Edition.
59972
59613
  *
59973
59614
  * @param request - DescribeSQLLogFilesRequest
59974
59615
  * @returns DescribeSQLLogFilesResponse
@@ -61223,27 +60864,6 @@ export default class Client extends OpenApi {
61223
60864
  * @returns ModifyDBInstanceConfigResponse
61224
60865
  */
61225
60866
  modifyDBInstanceConfig(request: ModifyDBInstanceConfigRequest): Promise<ModifyDBInstanceConfigResponse>;
61226
- /**
61227
- * 修改实例访问模式
61228
- *
61229
- * @remarks
61230
- * > The API has been taken offline
61231
- *
61232
- * @param request - ModifyDBInstanceConnectionModeRequest
61233
- * @param runtime - runtime options for this request RuntimeOptions
61234
- * @returns ModifyDBInstanceConnectionModeResponse
61235
- */
61236
- modifyDBInstanceConnectionModeWithOptions(request: ModifyDBInstanceConnectionModeRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDBInstanceConnectionModeResponse>;
61237
- /**
61238
- * 修改实例访问模式
61239
- *
61240
- * @remarks
61241
- * > The API has been taken offline
61242
- *
61243
- * @param request - ModifyDBInstanceConnectionModeRequest
61244
- * @returns ModifyDBInstanceConnectionModeResponse
61245
- */
61246
- modifyDBInstanceConnectionMode(request: ModifyDBInstanceConnectionModeRequest): Promise<ModifyDBInstanceConnectionModeResponse>;
61247
60867
  /**
61248
60868
  * Modifies the endpoint and port of an instance.
61249
60869
  *
@@ -61653,27 +61273,6 @@ export default class Client extends OpenApi {
61653
61273
  * @returns ModifyDBInstancePayTypeResponse
61654
61274
  */
61655
61275
  modifyDBInstancePayType(request: ModifyDBInstancePayTypeRequest): Promise<ModifyDBInstancePayTypeResponse>;
61656
- /**
61657
- * You can call the ModifyDBInstanceProxyConfiguration operation to configure the database proxy for an instance.
61658
- *
61659
- * @remarks
61660
- * > This operation is phased out.
61661
- *
61662
- * @param request - ModifyDBInstanceProxyConfigurationRequest
61663
- * @param runtime - runtime options for this request RuntimeOptions
61664
- * @returns ModifyDBInstanceProxyConfigurationResponse
61665
- */
61666
- modifyDBInstanceProxyConfigurationWithOptions(request: ModifyDBInstanceProxyConfigurationRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDBInstanceProxyConfigurationResponse>;
61667
- /**
61668
- * You can call the ModifyDBInstanceProxyConfiguration operation to configure the database proxy for an instance.
61669
- *
61670
- * @remarks
61671
- * > This operation is phased out.
61672
- *
61673
- * @param request - ModifyDBInstanceProxyConfigurationRequest
61674
- * @returns ModifyDBInstanceProxyConfigurationResponse
61675
- */
61676
- modifyDBInstanceProxyConfiguration(request: ModifyDBInstanceProxyConfigurationRequest): Promise<ModifyDBInstanceProxyConfigurationResponse>;
61677
61276
  /**
61678
61277
  * Modifies the SSL encryption settings of an instance.
61679
61278
  *
@@ -61817,14 +61416,14 @@ export default class Client extends OpenApi {
61817
61416
  */
61818
61417
  modifyDBInstanceTDE(request: ModifyDBInstanceTDERequest): Promise<ModifyDBInstanceTDEResponse>;
61819
61418
  /**
61820
- * Changes the specifications and storage capacity of an instance.
61419
+ * Changes the specifications, storage type, and storage capacity of an ApsaraDB RDS for MySQL instance that runs RDS Cluster Edition.
61821
61420
  *
61822
61421
  * @remarks
61823
- * ### [](#)Supported database engines
61422
+ * ### [](#)Supported database engine
61824
61423
  * * MySQL
61825
61424
  * ### [](#)References
61826
- * > Fees are generated if the call is successful. Before you call this operation, carefully read the following topics:
61827
- * * [Change the specifications of an ApsaraDB RDS for MySQL instance](https://help.aliyun.com/document_detail/96061.html)
61425
+ * [Change instance specifications](https://help.aliyun.com/document_detail/2627998.html)
61426
+ * > Fees of an instance are changed if the call is successful. Before you call this operation, carefully read the related topics.
61828
61427
  *
61829
61428
  * @param tmpReq - ModifyDBNodeRequest
61830
61429
  * @param runtime - runtime options for this request RuntimeOptions
@@ -61832,14 +61431,14 @@ export default class Client extends OpenApi {
61832
61431
  */
61833
61432
  modifyDBNodeWithOptions(tmpReq: ModifyDBNodeRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDBNodeResponse>;
61834
61433
  /**
61835
- * Changes the specifications and storage capacity of an instance.
61434
+ * Changes the specifications, storage type, and storage capacity of an ApsaraDB RDS for MySQL instance that runs RDS Cluster Edition.
61836
61435
  *
61837
61436
  * @remarks
61838
- * ### [](#)Supported database engines
61437
+ * ### [](#)Supported database engine
61839
61438
  * * MySQL
61840
61439
  * ### [](#)References
61841
- * > Fees are generated if the call is successful. Before you call this operation, carefully read the following topics:
61842
- * * [Change the specifications of an ApsaraDB RDS for MySQL instance](https://help.aliyun.com/document_detail/96061.html)
61440
+ * [Change instance specifications](https://help.aliyun.com/document_detail/2627998.html)
61441
+ * > Fees of an instance are changed if the call is successful. Before you call this operation, carefully read the related topics.
61843
61442
  *
61844
61443
  * @param request - ModifyDBNodeRequest
61845
61444
  * @returns ModifyDBNodeResponse
@@ -63493,27 +63092,6 @@ export default class Client extends OpenApi {
63493
63092
  * @returns SwitchDBInstanceVpcResponse
63494
63093
  */
63495
63094
  switchDBInstanceVpc(request: SwitchDBInstanceVpcRequest): Promise<SwitchDBInstanceVpcResponse>;
63496
- /**
63497
- * Switches a disaster recovery instance to a primary instance.
63498
- *
63499
- * @remarks
63500
- * This operation is phased out.
63501
- *
63502
- * @param request - SwitchGuardToMasterInstanceRequest
63503
- * @param runtime - runtime options for this request RuntimeOptions
63504
- * @returns SwitchGuardToMasterInstanceResponse
63505
- */
63506
- switchGuardToMasterInstanceWithOptions(request: SwitchGuardToMasterInstanceRequest, runtime: $Util.RuntimeOptions): Promise<SwitchGuardToMasterInstanceResponse>;
63507
- /**
63508
- * Switches a disaster recovery instance to a primary instance.
63509
- *
63510
- * @remarks
63511
- * This operation is phased out.
63512
- *
63513
- * @param request - SwitchGuardToMasterInstanceRequest
63514
- * @returns SwitchGuardToMasterInstanceResponse
63515
- */
63516
- switchGuardToMasterInstance(request: SwitchGuardToMasterInstanceRequest): Promise<SwitchGuardToMasterInstanceResponse>;
63517
63095
  /**
63518
63096
  * Creates and adds tags to one or more instances.
63519
63097
  *