@alicloud/adb20211201 1.3.1 → 1.3.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alicloud/adb20211201",
3
- "version": "1.3.1",
3
+ "version": "1.3.2",
4
4
  "description": "",
5
5
  "main": "dist/client.js",
6
6
  "scripts": {
package/src/client.ts CHANGED
@@ -10557,6 +10557,7 @@ export class DescribeDBClusterAttributeResponseBodyItemsDBCluster extends $tea.M
10557
10557
  resourceGroupId?: string;
10558
10558
  storageResource?: string;
10559
10559
  storageResourceTotal?: string;
10560
+ supportedFeatures?: { [key: string]: string };
10560
10561
  tags?: DescribeDBClusterAttributeResponseBodyItemsDBClusterTags;
10561
10562
  userENIStatus?: boolean;
10562
10563
  VPCId?: string;
@@ -10590,6 +10591,7 @@ export class DescribeDBClusterAttributeResponseBodyItemsDBCluster extends $tea.M
10590
10591
  resourceGroupId: 'ResourceGroupId',
10591
10592
  storageResource: 'StorageResource',
10592
10593
  storageResourceTotal: 'StorageResourceTotal',
10594
+ supportedFeatures: 'SupportedFeatures',
10593
10595
  tags: 'Tags',
10594
10596
  userENIStatus: 'UserENIStatus',
10595
10597
  VPCId: 'VPCId',
@@ -10626,6 +10628,7 @@ export class DescribeDBClusterAttributeResponseBodyItemsDBCluster extends $tea.M
10626
10628
  resourceGroupId: 'string',
10627
10629
  storageResource: 'string',
10628
10630
  storageResourceTotal: 'string',
10631
+ supportedFeatures: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
10629
10632
  tags: DescribeDBClusterAttributeResponseBodyItemsDBClusterTags,
10630
10633
  userENIStatus: 'boolean',
10631
10634
  VPCId: 'string',