@alicloud/rds20140815 7.1.2 → 7.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client.d.ts +86 -61
- package/dist/client.js +6 -2
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +90 -61
package/dist/client.d.ts
CHANGED
|
@@ -1273,7 +1273,7 @@ export declare class CheckServiceLinkedRoleResponse extends $tea.Model {
|
|
|
1273
1273
|
export declare class CloneDBInstanceRequest extends $tea.Model {
|
|
1274
1274
|
/**
|
|
1275
1275
|
* @remarks
|
|
1276
|
-
* Specifies whether to enable the automatic payment feature. Valid values:
|
|
1276
|
+
* Specifies whether to enable the automatic payment feature for the new instance. Valid values:
|
|
1277
1277
|
*
|
|
1278
1278
|
* 1. **true**: enables the feature. You must make sure that your account balance is sufficient.
|
|
1279
1279
|
* 2. **false**: disables the feature. An unpaid order is generated.
|
|
@@ -1385,15 +1385,16 @@ export declare class CloneDBInstanceRequest extends $tea.Model {
|
|
|
1385
1385
|
DBInstanceStorage?: number;
|
|
1386
1386
|
/**
|
|
1387
1387
|
* @remarks
|
|
1388
|
-
* The storage type of the instance. Valid values:
|
|
1388
|
+
* The storage type of the new instance. Valid values:
|
|
1389
1389
|
*
|
|
1390
|
-
* * **
|
|
1391
|
-
* * **
|
|
1392
|
-
* * **
|
|
1393
|
-
* * **
|
|
1394
|
-
* * **
|
|
1390
|
+
* * **general_essd** (recommend): general Enterprise SSD (ESSD)
|
|
1391
|
+
* * **local_ssd**: local SSD
|
|
1392
|
+
* * **cloud_ssd**: standard SSD
|
|
1393
|
+
* * **cloud_essd**: performance level 1 (PL1) ESSD
|
|
1394
|
+
* * **cloud_essd2**: PL2 ESSD
|
|
1395
|
+
* * **cloud_essd3**: PL3 ESSD
|
|
1395
1396
|
*
|
|
1396
|
-
* >
|
|
1397
|
+
* > Serverless instances support only PL1 ESSDs and general ESSDs.
|
|
1397
1398
|
*
|
|
1398
1399
|
* @example
|
|
1399
1400
|
* cloud_essd
|
|
@@ -1417,7 +1418,7 @@ export declare class CloneDBInstanceRequest extends $tea.Model {
|
|
|
1417
1418
|
dedicatedHostGroupId?: string;
|
|
1418
1419
|
/**
|
|
1419
1420
|
* @remarks
|
|
1420
|
-
* Specifies whether to enable the release protection feature for the instance. Valid values:
|
|
1421
|
+
* Specifies whether to enable the release protection feature for the new instance. Valid values:
|
|
1421
1422
|
*
|
|
1422
1423
|
* * **true**
|
|
1423
1424
|
* * **false** (default)
|
|
@@ -1597,7 +1598,7 @@ export declare class CloneDBInstanceRequest extends $tea.Model {
|
|
|
1597
1598
|
export declare class CloneDBInstanceShrinkRequest extends $tea.Model {
|
|
1598
1599
|
/**
|
|
1599
1600
|
* @remarks
|
|
1600
|
-
* Specifies whether to enable the automatic payment feature. Valid values:
|
|
1601
|
+
* Specifies whether to enable the automatic payment feature for the new instance. Valid values:
|
|
1601
1602
|
*
|
|
1602
1603
|
* 1. **true**: enables the feature. You must make sure that your account balance is sufficient.
|
|
1603
1604
|
* 2. **false**: disables the feature. An unpaid order is generated.
|
|
@@ -1709,15 +1710,16 @@ export declare class CloneDBInstanceShrinkRequest extends $tea.Model {
|
|
|
1709
1710
|
DBInstanceStorage?: number;
|
|
1710
1711
|
/**
|
|
1711
1712
|
* @remarks
|
|
1712
|
-
* The storage type of the instance. Valid values:
|
|
1713
|
+
* The storage type of the new instance. Valid values:
|
|
1713
1714
|
*
|
|
1714
|
-
* * **
|
|
1715
|
-
* * **
|
|
1716
|
-
* * **
|
|
1717
|
-
* * **
|
|
1718
|
-
* * **
|
|
1715
|
+
* * **general_essd** (recommend): general Enterprise SSD (ESSD)
|
|
1716
|
+
* * **local_ssd**: local SSD
|
|
1717
|
+
* * **cloud_ssd**: standard SSD
|
|
1718
|
+
* * **cloud_essd**: performance level 1 (PL1) ESSD
|
|
1719
|
+
* * **cloud_essd2**: PL2 ESSD
|
|
1720
|
+
* * **cloud_essd3**: PL3 ESSD
|
|
1719
1721
|
*
|
|
1720
|
-
* >
|
|
1722
|
+
* > Serverless instances support only PL1 ESSDs and general ESSDs.
|
|
1721
1723
|
*
|
|
1722
1724
|
* @example
|
|
1723
1725
|
* cloud_essd
|
|
@@ -1741,7 +1743,7 @@ export declare class CloneDBInstanceShrinkRequest extends $tea.Model {
|
|
|
1741
1743
|
dedicatedHostGroupId?: string;
|
|
1742
1744
|
/**
|
|
1743
1745
|
* @remarks
|
|
1744
|
-
* Specifies whether to enable the release protection feature for the instance. Valid values:
|
|
1746
|
+
* Specifies whether to enable the release protection feature for the new instance. Valid values:
|
|
1745
1747
|
*
|
|
1746
1748
|
* * **true**
|
|
1747
1749
|
* * **false** (default)
|
|
@@ -40168,12 +40170,12 @@ export declare class UpgradeDBInstanceKernelVersionResponse extends $tea.Model {
|
|
|
40168
40170
|
export declare class UpgradeDBInstanceMajorVersionRequest extends $tea.Model {
|
|
40169
40171
|
/**
|
|
40170
40172
|
* @remarks
|
|
40171
|
-
*
|
|
40173
|
+
* Specify the point in time at which the system collects the statistics of the instance.
|
|
40172
40174
|
*
|
|
40173
|
-
* * Before
|
|
40174
|
-
* * After
|
|
40175
|
+
* * **Before**: The system collects the statistics of the instance before the switchover to ensure service stability. If the instance contains a large amount of data, the upgrade may require a long period of time.
|
|
40176
|
+
* * **After**: The system collects the statistics of the instance after the switchover to accelerate the upgrade. After the upgrade, if you access tables for which no statistics are generated, the query plans may be inaccurate, and your database service may be unavailable during peak hours.
|
|
40175
40177
|
*
|
|
40176
|
-
* >
|
|
40178
|
+
* > If you set the SwitchOver parameter to false, the value Before specifies that the system collects the statistics of the instance before the instance starts to process read and write requests, and the value After specifies that the system collects the statistics of the instance after the instance starts to process read and write requests.
|
|
40177
40179
|
*
|
|
40178
40180
|
* @example
|
|
40179
40181
|
* After
|
|
@@ -40181,11 +40183,11 @@ export declare class UpgradeDBInstanceMajorVersionRequest extends $tea.Model {
|
|
|
40181
40183
|
collectStatMode?: string;
|
|
40182
40184
|
/**
|
|
40183
40185
|
* @remarks
|
|
40184
|
-
* The instance type of the
|
|
40186
|
+
* The new instance type of the instance. The new CPU and memory specifications of the instance must be higher than or equal to the original CPU and memory specifications. If you set the **UpgradeMode** parameter to **inPlaceUpgrade**, you **do not need to configure** this parameter.
|
|
40185
40187
|
*
|
|
40186
|
-
* For example,
|
|
40188
|
+
* For example, you can upgrade the instance type from `pg.n2.small.2c` to `pg.n2.medium.2c`. The pg.n2.small.2c instance type provides 1 CPU core and 2 GB of memory. The pg.n2.medium.2c instance type provides 2 CPU cores and 4 GB of memory.
|
|
40187
40189
|
*
|
|
40188
|
-
* >
|
|
40190
|
+
* > For more information about the instance types of ApsaraDB RDS for PostgreSQL instances, see [Instance types for primary ApsaraDB RDS for PostgreSQL instances](https://help.aliyun.com/document_detail/276990.html).
|
|
40189
40191
|
*
|
|
40190
40192
|
* @example
|
|
40191
40193
|
* pg.n2.medium.2c
|
|
@@ -40201,17 +40203,16 @@ export declare class UpgradeDBInstanceMajorVersionRequest extends $tea.Model {
|
|
|
40201
40203
|
DBInstanceId?: string;
|
|
40202
40204
|
/**
|
|
40203
40205
|
* @remarks
|
|
40204
|
-
* The storage capacity of the
|
|
40205
|
-
*
|
|
40206
|
-
* Unit: GB
|
|
40206
|
+
* The new storage capacity of the instance. Unit: GB If you set the **UpgradeMode** parameter to **inPlaceUpgrade**, you **do not need to configure** this parameter.
|
|
40207
40207
|
*
|
|
40208
40208
|
* Valid values:
|
|
40209
40209
|
*
|
|
40210
|
-
* *
|
|
40211
|
-
* *
|
|
40212
|
-
* *
|
|
40210
|
+
* * **PL1 ESSD**: 20 GB to 32,000 GB
|
|
40211
|
+
* * **PL2 ESSD**: 500 GB to 3,200 GB
|
|
40212
|
+
* * **PL3 ESSD**: 1,500 GB to 3,200 GB
|
|
40213
|
+
* * **General ESSD**: 40 GB to 2,000 GB
|
|
40213
40214
|
*
|
|
40214
|
-
* >
|
|
40215
|
+
* > If the original instance uses local disks, you can reduce the storage capacity of the instance when you upgrade the major engine version of the instance. For more information about the minimum storage capacity, see [Upgrade the major engine version](https://help.aliyun.com/document_detail/203309.html).
|
|
40215
40216
|
*
|
|
40216
40217
|
* @example
|
|
40217
40218
|
* 20
|
|
@@ -40219,20 +40220,21 @@ export declare class UpgradeDBInstanceMajorVersionRequest extends $tea.Model {
|
|
|
40219
40220
|
DBInstanceStorage?: number;
|
|
40220
40221
|
/**
|
|
40221
40222
|
* @remarks
|
|
40222
|
-
* The storage type of the
|
|
40223
|
+
* The storage type of the instance that runs the required major engine version.
|
|
40223
40224
|
*
|
|
40224
40225
|
* Valid values:
|
|
40225
40226
|
*
|
|
40226
|
-
* * cloud_ssd
|
|
40227
|
-
* * cloud_essd
|
|
40228
|
-
* * cloud_essd2
|
|
40229
|
-
* * cloud_essd3
|
|
40227
|
+
* * **cloud_ssd**: standard SSD
|
|
40228
|
+
* * **cloud_essd**: performance level 1 (PL1) Enterprise SSD (ESSD)
|
|
40229
|
+
* * **cloud_essd2**: PL2 ESSD
|
|
40230
|
+
* * **cloud_essd3**: PL3 ESSD
|
|
40231
|
+
* * **general_essd**: general ESSD
|
|
40230
40232
|
*
|
|
40231
|
-
* The major engine version upgrade feature is based on cloud
|
|
40233
|
+
* The major engine version upgrade feature is developed based on snapshots for cloud disks. You can select a storage type after the upgrade based on the following items:
|
|
40232
40234
|
*
|
|
40233
|
-
* * If the original instance uses standard SSDs,
|
|
40234
|
-
* * If the original instance uses ESSDs,
|
|
40235
|
-
* * If the original instance uses local
|
|
40235
|
+
* * If the original instance uses standard SSDs, set this parameter to cloud_ssd.
|
|
40236
|
+
* * If the original instance uses ESSDs, set this parameter to cloud_essd, cloud_essd2, cloud_essd3, or general_essd.
|
|
40237
|
+
* * If the original instance uses local SSDs, set this parameter to cloud_essd, cloud_essd2, cloud_essd3, or general_essd.
|
|
40236
40238
|
*
|
|
40237
40239
|
* @example
|
|
40238
40240
|
* cloud_essd
|
|
@@ -40279,20 +40281,25 @@ export declare class UpgradeDBInstanceMajorVersionRequest extends $tea.Model {
|
|
|
40279
40281
|
resourceOwnerId?: number;
|
|
40280
40282
|
/**
|
|
40281
40283
|
* @remarks
|
|
40282
|
-
* Specifies whether
|
|
40284
|
+
* Specifies whether to switch your workloads over to the instance that runs the required major engine version based on your business requirements.
|
|
40283
40285
|
*
|
|
40284
40286
|
* Valid values:
|
|
40285
40287
|
*
|
|
40286
|
-
* * true
|
|
40287
|
-
* * false
|
|
40288
|
+
* * **true**: The system automatically switches workloads over to the instance. This configuration method is used to perform an upgrade after you verify that the new major engine version is compatible with your workloads.
|
|
40289
|
+
* * **false**: The system does not automatically switch your workloads over to the instance. In most cases, this configuration method is used to test whether the new major engine version is compatible with your workloads before you perform the upgrade.
|
|
40290
|
+
*
|
|
40291
|
+
* >
|
|
40292
|
+
*
|
|
40293
|
+
* * If you set this parameter to true, you must take note of the following items:
|
|
40294
|
+
*
|
|
40295
|
+
* * After the switchover is complete, you cannot roll your workloads back to the original instance. Proceed with caution.
|
|
40296
|
+
* * During the switchover, the original instance processes only read requests. We recommend that you perform the switchover during off-peak hours.
|
|
40297
|
+
* * If read-only instances are attached to the original instance, you can set this parameter only to false. In this case, the read-only instances that are attached to the original instance cannot be cloned. After the upgrade is complete, you must create read-only instances for the instance.
|
|
40298
|
+
*
|
|
40299
|
+
* * If you set this parameter to false, you must take note of the following items:
|
|
40288
40300
|
*
|
|
40289
|
-
*
|
|
40290
|
-
*
|
|
40291
|
-
* > * During the switchover, the original instance processes only read requests. We recommend that you perform the switchover during off-peak hours.
|
|
40292
|
-
* > * If read-only instances are attached to the original instance, you can set this parameter only to false. In this case, the read-only instances that are attached to the original instance cannot be cloned. After the upgrade is complete, you must create read-only instances for the new instance.
|
|
40293
|
-
* > * If you set this parameter to false, you must take note of the following information:
|
|
40294
|
-
* > * The data migration does not interrupt your workloads on the original instance.
|
|
40295
|
-
* > * After data is migrated to the new instance, you must update the endpoint configuration on your application. This update requires you to replace the endpoint of the original instance with the endpoint of the new instance. For more information about how to view the endpoint of an instance, see [View and change the internal and public endpoints and port numbers of an ApsaraDB RDS for PostgreSQL instance](https://help.aliyun.com/document_detail/96788.html).
|
|
40301
|
+
* * The data migration does not interrupt your workloads on the original instance.
|
|
40302
|
+
* * After data is migrated to the instance that runs the required major engine version, you must update the endpoint configuration in your application. This update requires you to replace the endpoint of the original instance with the endpoint of the instance that runs the required major engine version. For more information about how to view the endpoint of an instance, see [Viewing and change of the internal and public endpoints and port numbers](https://help.aliyun.com/document_detail/96788.html).
|
|
40296
40303
|
*
|
|
40297
40304
|
* @example
|
|
40298
40305
|
* false
|
|
@@ -40308,12 +40315,12 @@ export declare class UpgradeDBInstanceMajorVersionRequest extends $tea.Model {
|
|
|
40308
40315
|
switchTime?: string;
|
|
40309
40316
|
/**
|
|
40310
40317
|
* @remarks
|
|
40311
|
-
* The
|
|
40318
|
+
* The point in time at which the workloads are switched over. This parameter is used together with the SwitchOver parameter. This parameter is available only when you set the **SwitchOver** parameter to **true**.
|
|
40312
40319
|
*
|
|
40313
40320
|
* Valid values:
|
|
40314
40321
|
*
|
|
40315
|
-
* * Immediate
|
|
40316
|
-
* * MaintainTime
|
|
40322
|
+
* * **Immediate**: The workloads are immediately switched over.
|
|
40323
|
+
* * **MaintainTime**: The workloads are switched over within the maintenance window that you specify. You can call the ModifyDBInstanceMaintainTime operation to change the maintenance window of an instance.
|
|
40317
40324
|
*
|
|
40318
40325
|
* @example
|
|
40319
40326
|
* Immediate
|
|
@@ -40329,6 +40336,16 @@ export declare class UpgradeDBInstanceMajorVersionRequest extends $tea.Model {
|
|
|
40329
40336
|
* 13.0
|
|
40330
40337
|
*/
|
|
40331
40338
|
targetMajorVersion?: string;
|
|
40339
|
+
/**
|
|
40340
|
+
* @remarks
|
|
40341
|
+
* The upgrade mode. This parameter is required when you set the **SwitchOver** parameter to **true**. Valid values:
|
|
40342
|
+
*
|
|
40343
|
+
* * **inPlaceUpgrade**: local upgrade. The major engine version upgrade is performed on the original instance, and no new instance is created. After the upgrade, the original instance runs the required major engine version and inherits the original orders, name, tags, alert rules in CloudMonitor, and backup settings.
|
|
40344
|
+
* * **blueGreenDeployment**: blue-green deployment. After the major engine version of the instance is upgraded, the original instance is retained and a new instance is created. Fees are generated for the new instance based on the billing method that you specified. However, no fees are generated for the creation of the new instance. After the upgrade is complete, fees are generated for both the original and new instances and the new instance cannot enjoy the discounts provided for the original instance.
|
|
40345
|
+
*
|
|
40346
|
+
* @example
|
|
40347
|
+
* inPlaceUpgrade
|
|
40348
|
+
*/
|
|
40332
40349
|
upgradeMode?: string;
|
|
40333
40350
|
/**
|
|
40334
40351
|
* @remarks
|
|
@@ -40340,7 +40357,9 @@ export declare class UpgradeDBInstanceMajorVersionRequest extends $tea.Model {
|
|
|
40340
40357
|
usedTime?: string;
|
|
40341
40358
|
/**
|
|
40342
40359
|
* @remarks
|
|
40343
|
-
* The VPC ID.
|
|
40360
|
+
* The virtual private cloud (VPC) ID of the instance. If you set the **UpgradeMode** parameter to **inPlaceUpgrade**, you **do not need to configure** this parameter.
|
|
40361
|
+
*
|
|
40362
|
+
* You can call the DescribeDBInstanceAttribute operation to query the VPC ID of the original instance.
|
|
40344
40363
|
*
|
|
40345
40364
|
* @example
|
|
40346
40365
|
* vpc-bp1opxu1zkhn00gzv****
|
|
@@ -40348,8 +40367,10 @@ export declare class UpgradeDBInstanceMajorVersionRequest extends $tea.Model {
|
|
|
40348
40367
|
VPCId?: string;
|
|
40349
40368
|
/**
|
|
40350
40369
|
* @remarks
|
|
40351
|
-
*
|
|
40352
|
-
*
|
|
40370
|
+
* The vSwitch ID of the instance that runs the required major engine version. If you set the **UpgradeMode** parameter to **inPlaceUpgrade**, you **do not need to configure** this parameter.
|
|
40371
|
+
*
|
|
40372
|
+
* * If the original instance runs RDS Basic Edition, configure the vSwitch ID for the instance that runs the required major engine version.
|
|
40373
|
+
* * If the original instance runs RDS High-availability Edition, configure the vSwitch IDs for the instance that runs the required major engine version and its secondary instance. Separate the vSwitch IDs with commas (,).
|
|
40353
40374
|
*
|
|
40354
40375
|
* > The vSwitches that you specify must reside in the same zone as the original instance. You can call the DescribeVSwitches operation to query the vSwitch IDs.
|
|
40355
40376
|
*
|
|
@@ -40359,7 +40380,9 @@ export declare class UpgradeDBInstanceMajorVersionRequest extends $tea.Model {
|
|
|
40359
40380
|
vSwitchId?: string;
|
|
40360
40381
|
/**
|
|
40361
40382
|
* @remarks
|
|
40362
|
-
* The ID of the zone to which the
|
|
40383
|
+
* The ID of the zone to which the primary instance that runs the required major engine version belongs. If you set the **UpgradeMode** parameter to **inPlaceUpgrade**, you **do not need to configure** this parameter.
|
|
40384
|
+
*
|
|
40385
|
+
* You can call the DescribeRegions operation to query zone IDs.
|
|
40363
40386
|
*
|
|
40364
40387
|
* You can select a zone that belongs to the region in which the original instance resides.
|
|
40365
40388
|
*
|
|
@@ -40369,7 +40392,7 @@ export declare class UpgradeDBInstanceMajorVersionRequest extends $tea.Model {
|
|
|
40369
40392
|
zoneId?: string;
|
|
40370
40393
|
/**
|
|
40371
40394
|
* @remarks
|
|
40372
|
-
* The ID of the zone to which the
|
|
40395
|
+
* The ID of the zone to which the secondary instance runs the required major engine version belongs. This parameter is available only when the original instance runs RDS High-availability Edition. If you set the **UpgradeMode** parameter to **inPlaceUpgrade**, you **do not need to configure** this parameter.
|
|
40373
40396
|
*
|
|
40374
40397
|
* You can select a zone that belongs to the region in which the original instance resides.
|
|
40375
40398
|
*
|
|
@@ -52288,6 +52311,7 @@ export declare class DescribePostgresExtensionsResponseBodyInstalledExtensions e
|
|
|
52288
52311
|
* {dblink,plpgsql}
|
|
52289
52312
|
*/
|
|
52290
52313
|
requires?: string;
|
|
52314
|
+
uid?: string;
|
|
52291
52315
|
static names(): {
|
|
52292
52316
|
[key: string]: string;
|
|
52293
52317
|
};
|
|
@@ -52363,6 +52387,7 @@ export declare class DescribePostgresExtensionsResponseBodyUninstalledExtensions
|
|
|
52363
52387
|
* {dblink,plpgsql}
|
|
52364
52388
|
*/
|
|
52365
52389
|
requires?: string;
|
|
52390
|
+
uid?: string;
|
|
52366
52391
|
static names(): {
|
|
52367
52392
|
[key: string]: string;
|
|
52368
52393
|
};
|
|
@@ -61581,7 +61606,7 @@ export default class Client extends OpenApi {
|
|
|
61581
61606
|
*/
|
|
61582
61607
|
describeRegionInfos(request: DescribeRegionInfosRequest): Promise<DescribeRegionInfosResponse>;
|
|
61583
61608
|
/**
|
|
61584
|
-
* Queries the details of
|
|
61609
|
+
* Queries the details of all regions and zones for ApsaraDB RDS. The regions that are no longer supported are also queried. Exercise caution when you call this operation.
|
|
61585
61610
|
*
|
|
61586
61611
|
* @remarks
|
|
61587
61612
|
* ### [](#)Supported database engines
|
|
@@ -61596,7 +61621,7 @@ export default class Client extends OpenApi {
|
|
|
61596
61621
|
*/
|
|
61597
61622
|
describeRegionsWithOptions(request: DescribeRegionsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeRegionsResponse>;
|
|
61598
61623
|
/**
|
|
61599
|
-
* Queries the details of
|
|
61624
|
+
* Queries the details of all regions and zones for ApsaraDB RDS. The regions that are no longer supported are also queried. Exercise caution when you call this operation.
|
|
61600
61625
|
*
|
|
61601
61626
|
* @remarks
|
|
61602
61627
|
* ### [](#)Supported database engines
|
package/dist/client.js
CHANGED
|
@@ -28601,6 +28601,7 @@ class DescribePostgresExtensionsResponseBodyInstalledExtensions extends $tea.Mod
|
|
|
28601
28601
|
owner: 'Owner',
|
|
28602
28602
|
priority: 'Priority',
|
|
28603
28603
|
requires: 'Requires',
|
|
28604
|
+
uid: 'Uid',
|
|
28604
28605
|
};
|
|
28605
28606
|
}
|
|
28606
28607
|
static types() {
|
|
@@ -28613,6 +28614,7 @@ class DescribePostgresExtensionsResponseBodyInstalledExtensions extends $tea.Mod
|
|
|
28613
28614
|
owner: 'string',
|
|
28614
28615
|
priority: 'string',
|
|
28615
28616
|
requires: 'string',
|
|
28617
|
+
uid: 'string',
|
|
28616
28618
|
};
|
|
28617
28619
|
}
|
|
28618
28620
|
constructor(map) {
|
|
@@ -28631,6 +28633,7 @@ class DescribePostgresExtensionsResponseBodyUninstalledExtensions extends $tea.M
|
|
|
28631
28633
|
owner: 'Owner',
|
|
28632
28634
|
priority: 'Priority',
|
|
28633
28635
|
requires: 'Requires',
|
|
28636
|
+
uid: 'Uid',
|
|
28634
28637
|
};
|
|
28635
28638
|
}
|
|
28636
28639
|
static types() {
|
|
@@ -28643,6 +28646,7 @@ class DescribePostgresExtensionsResponseBodyUninstalledExtensions extends $tea.M
|
|
|
28643
28646
|
owner: 'string',
|
|
28644
28647
|
priority: 'string',
|
|
28645
28648
|
requires: 'string',
|
|
28649
|
+
uid: 'string',
|
|
28646
28650
|
};
|
|
28647
28651
|
}
|
|
28648
28652
|
constructor(map) {
|
|
@@ -44080,7 +44084,7 @@ class Client extends openapi_client_1.default {
|
|
|
44080
44084
|
return await this.describeRegionInfosWithOptions(request, runtime);
|
|
44081
44085
|
}
|
|
44082
44086
|
/**
|
|
44083
|
-
* Queries the details of
|
|
44087
|
+
* Queries the details of all regions and zones for ApsaraDB RDS. The regions that are no longer supported are also queried. Exercise caution when you call this operation.
|
|
44084
44088
|
*
|
|
44085
44089
|
* @remarks
|
|
44086
44090
|
* ### [](#)Supported database engines
|
|
@@ -44119,7 +44123,7 @@ class Client extends openapi_client_1.default {
|
|
|
44119
44123
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeRegionsResponse({}));
|
|
44120
44124
|
}
|
|
44121
44125
|
/**
|
|
44122
|
-
* Queries the details of
|
|
44126
|
+
* Queries the details of all regions and zones for ApsaraDB RDS. The regions that are no longer supported are also queried. Exercise caution when you call this operation.
|
|
44123
44127
|
*
|
|
44124
44128
|
* @remarks
|
|
44125
44129
|
* ### [](#)Supported database engines
|