Skip to content

Commit ee46332

Browse files
committed
Update API DescribeApplicationAttribute: add response parameters Body.Endpoints.$.PortDescription.
1 parent 5572a5d commit ee46332

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

polardb-20170801/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alicloud/polardb20170801",
3-
"version": "6.1.4",
3+
"version": "6.1.5",
44
"description": "",
55
"main": "dist/client.js",
66
"scripts": {

polardb-20170801/src/models/DescribeApplicationAttributeResponseBody.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,13 +264,15 @@ export class DescribeApplicationAttributeResponseBodyEndpoints extends $dara.Mod
264264
* 8080
265265
*/
266266
port?: string;
267+
portDescription?: string;
267268
static names(): { [key: string]: string } {
268269
return {
269270
description: 'Description',
270271
endpointId: 'EndpointId',
271272
IP: 'IP',
272273
netType: 'NetType',
273274
port: 'Port',
275+
portDescription: 'PortDescription',
274276
};
275277
}
276278

@@ -281,6 +283,7 @@ export class DescribeApplicationAttributeResponseBodyEndpoints extends $dara.Mod
281283
IP: 'string',
282284
netType: 'string',
283285
port: 'string',
286+
portDescription: 'string',
284287
};
285288
}
286289

0 commit comments

Comments
 (0)