Skip to content

Commit 0010672

Browse files
committed
Update API DescribeExpressConnectRouterChildInstance: update response param.
1 parent 7e550bc commit 0010672

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

expressconnectrouter-20230901/package.json

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

expressconnectrouter-20230901/src/client.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2903,6 +2903,7 @@ export class DescribeExpressConnectRouterChildInstanceResponseBodyChildInstanceL
29032903
childInstanceOwnerId?: number;
29042904
childInstanceRegionId?: string;
29052905
childInstanceType?: string;
2906+
ecrId?: string;
29062907
gmtCreate?: string;
29072908
gmtModified?: string;
29082909
ownerId?: number;
@@ -2915,6 +2916,7 @@ export class DescribeExpressConnectRouterChildInstanceResponseBodyChildInstanceL
29152916
childInstanceOwnerId: 'ChildInstanceOwnerId',
29162917
childInstanceRegionId: 'ChildInstanceRegionId',
29172918
childInstanceType: 'ChildInstanceType',
2919+
ecrId: 'EcrId',
29182920
gmtCreate: 'GmtCreate',
29192921
gmtModified: 'GmtModified',
29202922
ownerId: 'OwnerId',
@@ -2930,6 +2932,7 @@ export class DescribeExpressConnectRouterChildInstanceResponseBodyChildInstanceL
29302932
childInstanceOwnerId: 'number',
29312933
childInstanceRegionId: 'string',
29322934
childInstanceType: 'string',
2935+
ecrId: 'string',
29332936
gmtCreate: 'string',
29342937
gmtModified: 'string',
29352938
ownerId: 'number',

0 commit comments

Comments
 (0)