@alicloud/gpdb20160503 1.0.19 → 1.0.21
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 +4 -4
- package/src/client.ts +3 -0
package/dist/client.d.ts
CHANGED
|
@@ -4423,6 +4423,7 @@ export declare class DescribeAvailableResourcesResponseBodyResourcesSupportedEng
|
|
|
4423
4423
|
});
|
|
4424
4424
|
}
|
|
4425
4425
|
export declare class DescribeAvailableResourcesResponseBodyResourcesSupportedEnginesSupportedInstanceClasses extends $tea.Model {
|
|
4426
|
+
category?: string;
|
|
4426
4427
|
description?: string;
|
|
4427
4428
|
displayClass?: string;
|
|
4428
4429
|
instanceClass?: string;
|
package/dist/client.js
CHANGED
|
@@ -6221,6 +6221,7 @@ class DescribeAvailableResourcesResponseBodyResourcesSupportedEnginesSupportedIn
|
|
|
6221
6221
|
}
|
|
6222
6222
|
static names() {
|
|
6223
6223
|
return {
|
|
6224
|
+
category: 'Category',
|
|
6224
6225
|
description: 'Description',
|
|
6225
6226
|
displayClass: 'DisplayClass',
|
|
6226
6227
|
instanceClass: 'InstanceClass',
|
|
@@ -6231,6 +6232,7 @@ class DescribeAvailableResourcesResponseBodyResourcesSupportedEnginesSupportedIn
|
|
|
6231
6232
|
}
|
|
6232
6233
|
static types() {
|
|
6233
6234
|
return {
|
|
6235
|
+
category: 'string',
|
|
6234
6236
|
description: 'string',
|
|
6235
6237
|
displayClass: 'string',
|
|
6236
6238
|
instanceClass: 'string',
|