@alicloud/sae20190506 1.26.1 → 1.26.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 CHANGED
@@ -22579,6 +22579,20 @@ export declare class DescribeApplicationImageResponseBodyData extends $tea.Model
22579
22579
  [key: string]: any;
22580
22580
  });
22581
22581
  }
22582
+ export declare class DescribeApplicationInstancesResponseBodyDataInstancesSidecarContainersStatus extends $tea.Model {
22583
+ containerId?: string;
22584
+ containerStatus?: string;
22585
+ imageUrl?: string;
22586
+ static names(): {
22587
+ [key: string]: string;
22588
+ };
22589
+ static types(): {
22590
+ [key: string]: any;
22591
+ };
22592
+ constructor(map?: {
22593
+ [key: string]: any;
22594
+ });
22595
+ }
22582
22596
  export declare class DescribeApplicationInstancesResponseBodyDataInstances extends $tea.Model {
22583
22597
  /**
22584
22598
  * @remarks
@@ -22692,6 +22706,7 @@ export declare class DescribeApplicationInstancesResponseBodyDataInstances exten
22692
22706
  * 1609939496200
22693
22707
  */
22694
22708
  packageVersion?: string;
22709
+ sidecarContainersStatus?: DescribeApplicationInstancesResponseBodyDataInstancesSidecarContainersStatus[];
22695
22710
  /**
22696
22711
  * @remarks
22697
22712
  * The ID of the zone where the instance is deployed.