@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 CHANGED
@@ -2196,6 +2196,7 @@ export declare class DescribeDBClusterAttributeResponseBody extends $tea.Model {
2196
2196
  storageUsed?: number;
2197
2197
  strictConsistency?: string;
2198
2198
  subCategory?: string;
2199
+ supportInstantSwitchWithImci?: string;
2199
2200
  tags?: DescribeDBClusterAttributeResponseBodyTags[];
2200
2201
  VPCId?: string;
2201
2202
  vSwitchId?: string;
package/dist/client.js CHANGED
@@ -3168,6 +3168,7 @@ class DescribeDBClusterAttributeResponseBody extends $tea.Model {
3168
3168
  storageUsed: 'StorageUsed',
3169
3169
  strictConsistency: 'StrictConsistency',
3170
3170
  subCategory: 'SubCategory',
3171
+ supportInstantSwitchWithImci: 'SupportInstantSwitchWithImci',
3171
3172
  tags: 'Tags',
3172
3173
  VPCId: 'VPCId',
3173
3174
  vSwitchId: 'VSwitchId',
@@ -3227,6 +3228,7 @@ class DescribeDBClusterAttributeResponseBody extends $tea.Model {
3227
3228
  storageUsed: 'number',
3228
3229
  strictConsistency: 'string',
3229
3230
  subCategory: 'string',
3231
+ supportInstantSwitchWithImci: 'string',
3230
3232
  tags: { 'type': 'array', 'itemType': DescribeDBClusterAttributeResponseBodyTags },
3231
3233
  VPCId: 'string',
3232
3234
  vSwitchId: 'string',