@alicloud/polardb20170801 4.1.3 → 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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alicloud/polardb20170801",
3
- "version": "4.1.3",
3
+ "version": "4.1.5",
4
4
  "description": "",
5
5
  "main": "dist/client.js",
6
6
  "scripts": {
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
  }