@alicloud/polardb20170801 4.1.4 → 4.1.5
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
|
@@ -15446,6 +15446,7 @@ export class DescribeGlobalDatabaseNetworkResponseBodyDBClusters extends $tea.Mo
|
|
|
15446
15446
|
regionId?: string;
|
|
15447
15447
|
replicaLag?: string;
|
|
15448
15448
|
role?: string;
|
|
15449
|
+
serverlessType?: string;
|
|
15449
15450
|
storageUsed?: string;
|
|
15450
15451
|
static names(): { [key: string]: string } {
|
|
15451
15452
|
return {
|
|
@@ -15462,6 +15463,7 @@ export class DescribeGlobalDatabaseNetworkResponseBodyDBClusters extends $tea.Mo
|
|
|
15462
15463
|
regionId: 'RegionId',
|
|
15463
15464
|
replicaLag: 'ReplicaLag',
|
|
15464
15465
|
role: 'Role',
|
|
15466
|
+
serverlessType: 'ServerlessType',
|
|
15465
15467
|
storageUsed: 'StorageUsed',
|
|
15466
15468
|
};
|
|
15467
15469
|
}
|
|
@@ -15481,6 +15483,7 @@ export class DescribeGlobalDatabaseNetworkResponseBodyDBClusters extends $tea.Mo
|
|
|
15481
15483
|
regionId: 'string',
|
|
15482
15484
|
replicaLag: 'string',
|
|
15483
15485
|
role: 'string',
|
|
15486
|
+
serverlessType: 'string',
|
|
15484
15487
|
storageUsed: 'string',
|
|
15485
15488
|
};
|
|
15486
15489
|
}
|