@alicloud/polardb20170801 5.5.1 → 5.5.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 +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
|
@@ -17744,6 +17744,7 @@ export class DescribeDBClusterAttributeResponseBody extends $dara.Model {
|
|
|
17744
17744
|
* X86
|
|
17745
17745
|
*/
|
|
17746
17746
|
architecture?: string;
|
|
17747
|
+
autoUpgradeMinorVersion?: string;
|
|
17747
17748
|
/**
|
|
17748
17749
|
* @remarks
|
|
17749
17750
|
* Maximum number of blktags in the file system.
|
|
@@ -18312,6 +18313,7 @@ export class DescribeDBClusterAttributeResponseBody extends $dara.Model {
|
|
|
18312
18313
|
aiCreatingTime: 'AiCreatingTime',
|
|
18313
18314
|
aiType: 'AiType',
|
|
18314
18315
|
architecture: 'Architecture',
|
|
18316
|
+
autoUpgradeMinorVersion: 'AutoUpgradeMinorVersion',
|
|
18315
18317
|
blktagTotal: 'BlktagTotal',
|
|
18316
18318
|
blktagUsed: 'BlktagUsed',
|
|
18317
18319
|
burstingEnabled: 'BurstingEnabled',
|
|
@@ -18382,6 +18384,7 @@ export class DescribeDBClusterAttributeResponseBody extends $dara.Model {
|
|
|
18382
18384
|
aiCreatingTime: 'string',
|
|
18383
18385
|
aiType: 'string',
|
|
18384
18386
|
architecture: 'string',
|
|
18387
|
+
autoUpgradeMinorVersion: 'string',
|
|
18385
18388
|
blktagTotal: 'number',
|
|
18386
18389
|
blktagUsed: 'number',
|
|
18387
18390
|
burstingEnabled: 'string',
|