@alicloud/polardb20170801 5.1.9 → 5.1.10
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 +1 -0
- package/dist/client.js +2 -0
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +3 -0
package/package.json
CHANGED
package/src/client.ts
CHANGED
|
@@ -7232,6 +7232,7 @@ export class DescribeDBClusterAttributeResponseBody extends $tea.Model {
|
|
|
7232
7232
|
* pc-pz51ziv48317b2880
|
|
7233
7233
|
*/
|
|
7234
7234
|
sourceDBCluster?: string;
|
|
7235
|
+
sourceRegionId?: string;
|
|
7235
7236
|
/**
|
|
7236
7237
|
* @remarks
|
|
7237
7238
|
* Indicates whether the cross-zone disaster recovery feature is enabled. Valid values: ON OFF 0: Customer Drill Mode
|
|
@@ -7386,6 +7387,7 @@ export class DescribeDBClusterAttributeResponseBody extends $tea.Model {
|
|
|
7386
7387
|
SQLSize: 'SQLSize',
|
|
7387
7388
|
serverlessType: 'ServerlessType',
|
|
7388
7389
|
sourceDBCluster: 'SourceDBCluster',
|
|
7390
|
+
sourceRegionId: 'SourceRegionId',
|
|
7389
7391
|
standbyHAMode: 'StandbyHAMode',
|
|
7390
7392
|
storageMax: 'StorageMax',
|
|
7391
7393
|
storagePayType: 'StoragePayType',
|
|
@@ -7451,6 +7453,7 @@ export class DescribeDBClusterAttributeResponseBody extends $tea.Model {
|
|
|
7451
7453
|
SQLSize: 'number',
|
|
7452
7454
|
serverlessType: 'string',
|
|
7453
7455
|
sourceDBCluster: 'string',
|
|
7456
|
+
sourceRegionId: 'string',
|
|
7454
7457
|
standbyHAMode: 'string',
|
|
7455
7458
|
storageMax: 'number',
|
|
7456
7459
|
storagePayType: 'string',
|