@alicloud/polardb20170801 5.5.2 → 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/dist/client.d.ts
CHANGED
|
@@ -12539,6 +12539,7 @@ export declare class DescribeDBClusterAttributeResponseBody extends $dara.Model
|
|
|
12539
12539
|
* X86
|
|
12540
12540
|
*/
|
|
12541
12541
|
architecture?: string;
|
|
12542
|
+
autoUpgradeMinorVersion?: string;
|
|
12542
12543
|
/**
|
|
12543
12544
|
* @remarks
|
|
12544
12545
|
* Maximum number of blktags in the file system.
|
package/dist/client.js
CHANGED
|
@@ -7710,6 +7710,7 @@ class DescribeDBClusterAttributeResponseBody extends $dara.Model {
|
|
|
7710
7710
|
aiCreatingTime: 'AiCreatingTime',
|
|
7711
7711
|
aiType: 'AiType',
|
|
7712
7712
|
architecture: 'Architecture',
|
|
7713
|
+
autoUpgradeMinorVersion: 'AutoUpgradeMinorVersion',
|
|
7713
7714
|
blktagTotal: 'BlktagTotal',
|
|
7714
7715
|
blktagUsed: 'BlktagUsed',
|
|
7715
7716
|
burstingEnabled: 'BurstingEnabled',
|
|
@@ -7779,6 +7780,7 @@ class DescribeDBClusterAttributeResponseBody extends $dara.Model {
|
|
|
7779
7780
|
aiCreatingTime: 'string',
|
|
7780
7781
|
aiType: 'string',
|
|
7781
7782
|
architecture: 'string',
|
|
7783
|
+
autoUpgradeMinorVersion: 'string',
|
|
7782
7784
|
blktagTotal: 'number',
|
|
7783
7785
|
blktagUsed: 'number',
|
|
7784
7786
|
burstingEnabled: 'string',
|