@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/dist/client.d.ts CHANGED
@@ -8290,6 +8290,7 @@ export declare class DescribeGlobalDatabaseNetworkResponseBodyDBClusters extends
8290
8290
  regionId?: string;
8291
8291
  replicaLag?: string;
8292
8292
  role?: string;
8293
+ serverlessType?: string;
8293
8294
  storageUsed?: string;
8294
8295
  static names(): {
8295
8296
  [key: string]: string;
package/dist/client.js CHANGED
@@ -11994,6 +11994,7 @@ class DescribeGlobalDatabaseNetworkResponseBodyDBClusters extends $tea.Model {
11994
11994
  regionId: 'RegionId',
11995
11995
  replicaLag: 'ReplicaLag',
11996
11996
  role: 'Role',
11997
+ serverlessType: 'ServerlessType',
11997
11998
  storageUsed: 'StorageUsed',
11998
11999
  };
11999
12000
  }
@@ -12012,6 +12013,7 @@ class DescribeGlobalDatabaseNetworkResponseBodyDBClusters extends $tea.Model {
12012
12013
  regionId: 'string',
12013
12014
  replicaLag: 'string',
12014
12015
  role: 'string',
12016
+ serverlessType: 'string',
12015
12017
  storageUsed: 'string',
12016
12018
  };
12017
12019
  }