File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
expressconnectrouter-20230901 Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @alicloud/expressconnectrouter20230901" ,
3- "version" : " 3.0.0 " ,
3+ "version" : " 3.0.1 " ,
44 "description" : " " ,
55 "main" : " dist/client.js" ,
66 "scripts" : {
Original file line number Diff line number Diff 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' ,
You can’t perform that action at this time.
0 commit comments