@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/dist/client.d.ts +3 -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
|
@@ -5986,6 +5986,9 @@ export declare class DescribeDBClusterAttributeResponseBodyItemsDBCluster extend
|
|
|
5986
5986
|
resourceGroupId?: string;
|
|
5987
5987
|
storageResource?: string;
|
|
5988
5988
|
storageResourceTotal?: string;
|
|
5989
|
+
supportedFeatures?: {
|
|
5990
|
+
[key: string]: string;
|
|
5991
|
+
};
|
|
5989
5992
|
tags?: DescribeDBClusterAttributeResponseBodyItemsDBClusterTags;
|
|
5990
5993
|
userENIStatus?: boolean;
|
|
5991
5994
|
VPCId?: string;
|
package/dist/client.js
CHANGED
|
@@ -8369,6 +8369,7 @@ class DescribeDBClusterAttributeResponseBodyItemsDBCluster extends $tea.Model {
|
|
|
8369
8369
|
resourceGroupId: 'ResourceGroupId',
|
|
8370
8370
|
storageResource: 'StorageResource',
|
|
8371
8371
|
storageResourceTotal: 'StorageResourceTotal',
|
|
8372
|
+
supportedFeatures: 'SupportedFeatures',
|
|
8372
8373
|
tags: 'Tags',
|
|
8373
8374
|
userENIStatus: 'UserENIStatus',
|
|
8374
8375
|
VPCId: 'VPCId',
|
|
@@ -8404,6 +8405,7 @@ class DescribeDBClusterAttributeResponseBodyItemsDBCluster extends $tea.Model {
|
|
|
8404
8405
|
resourceGroupId: 'string',
|
|
8405
8406
|
storageResource: 'string',
|
|
8406
8407
|
storageResourceTotal: 'string',
|
|
8408
|
+
supportedFeatures: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
8407
8409
|
tags: DescribeDBClusterAttributeResponseBodyItemsDBClusterTags,
|
|
8408
8410
|
userENIStatus: 'boolean',
|
|
8409
8411
|
VPCId: 'string',
|