@alicloud/polardb20170801 5.0.5 → 5.0.6
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
|
@@ -4012,6 +4012,7 @@ export class DescribeDBClusterAttributeResponseBody extends $tea.Model {
|
|
|
4012
4012
|
storageUsed?: number;
|
|
4013
4013
|
strictConsistency?: string;
|
|
4014
4014
|
subCategory?: string;
|
|
4015
|
+
supportInstantSwitchWithImci?: string;
|
|
4015
4016
|
tags?: DescribeDBClusterAttributeResponseBodyTags[];
|
|
4016
4017
|
VPCId?: string;
|
|
4017
4018
|
vSwitchId?: string;
|
|
@@ -4069,6 +4070,7 @@ export class DescribeDBClusterAttributeResponseBody extends $tea.Model {
|
|
|
4069
4070
|
storageUsed: 'StorageUsed',
|
|
4070
4071
|
strictConsistency: 'StrictConsistency',
|
|
4071
4072
|
subCategory: 'SubCategory',
|
|
4073
|
+
supportInstantSwitchWithImci: 'SupportInstantSwitchWithImci',
|
|
4072
4074
|
tags: 'Tags',
|
|
4073
4075
|
VPCId: 'VPCId',
|
|
4074
4076
|
vSwitchId: 'VSwitchId',
|
|
@@ -4129,6 +4131,7 @@ export class DescribeDBClusterAttributeResponseBody extends $tea.Model {
|
|
|
4129
4131
|
storageUsed: 'number',
|
|
4130
4132
|
strictConsistency: 'string',
|
|
4131
4133
|
subCategory: 'string',
|
|
4134
|
+
supportInstantSwitchWithImci: 'string',
|
|
4132
4135
|
tags: { 'type': 'array', 'itemType': DescribeDBClusterAttributeResponseBodyTags },
|
|
4133
4136
|
VPCId: 'string',
|
|
4134
4137
|
vSwitchId: 'string',
|