@alicloud/sae20190506 1.23.4 → 1.23.5

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alicloud/sae20190506",
3
- "version": "1.23.4",
3
+ "version": "1.23.5",
4
4
  "description": "",
5
5
  "main": "dist/client.js",
6
6
  "scripts": {
package/src/client.ts CHANGED
@@ -14773,12 +14773,14 @@ export class DescribeApplicationScalingRulesResponseBodyData extends $tea.Model
14773
14773
  }
14774
14774
 
14775
14775
  export class DescribeApplicationSlbsResponseBodyDataInternet extends $tea.Model {
14776
+ httpsCaCertId?: string;
14776
14777
  httpsCertId?: string;
14777
14778
  port?: number;
14778
14779
  protocol?: string;
14779
14780
  targetPort?: number;
14780
14781
  static names(): { [key: string]: string } {
14781
14782
  return {
14783
+ httpsCaCertId: 'HttpsCaCertId',
14782
14784
  httpsCertId: 'HttpsCertId',
14783
14785
  port: 'Port',
14784
14786
  protocol: 'Protocol',
@@ -14788,6 +14790,7 @@ export class DescribeApplicationSlbsResponseBodyDataInternet extends $tea.Model
14788
14790
 
14789
14791
  static types(): { [key: string]: any } {
14790
14792
  return {
14793
+ httpsCaCertId: 'string',
14791
14794
  httpsCertId: 'string',
14792
14795
  port: 'number',
14793
14796
  protocol: 'string',
@@ -14801,12 +14804,14 @@ export class DescribeApplicationSlbsResponseBodyDataInternet extends $tea.Model
14801
14804
  }
14802
14805
 
14803
14806
  export class DescribeApplicationSlbsResponseBodyDataIntranet extends $tea.Model {
14807
+ httpsCaCertId?: string;
14804
14808
  httpsCertId?: string;
14805
14809
  port?: number;
14806
14810
  protocol?: string;
14807
14811
  targetPort?: number;
14808
14812
  static names(): { [key: string]: string } {
14809
14813
  return {
14814
+ httpsCaCertId: 'HttpsCaCertId',
14810
14815
  httpsCertId: 'HttpsCertId',
14811
14816
  port: 'Port',
14812
14817
  protocol: 'Protocol',
@@ -14816,6 +14821,7 @@ export class DescribeApplicationSlbsResponseBodyDataIntranet extends $tea.Model
14816
14821
 
14817
14822
  static types(): { [key: string]: any } {
14818
14823
  return {
14824
+ httpsCaCertId: 'string',
14819
14825
  httpsCertId: 'string',
14820
14826
  port: 'number',
14821
14827
  protocol: 'string',