@alicloud/sae20190506 1.23.5 → 1.23.6

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.5",
3
+ "version": "1.23.6",
4
4
  "description": "",
5
5
  "main": "dist/client.js",
6
6
  "scripts": {
package/src/client.ts CHANGED
@@ -14773,27 +14773,39 @@ export class DescribeApplicationScalingRulesResponseBodyData extends $tea.Model
14773
14773
  }
14774
14774
 
14775
14775
  export class DescribeApplicationSlbsResponseBodyDataInternet extends $tea.Model {
14776
+ cookie?: string;
14777
+ cookieTimeout?: number;
14776
14778
  httpsCaCertId?: string;
14777
14779
  httpsCertId?: string;
14778
14780
  port?: number;
14779
14781
  protocol?: string;
14782
+ stickySession?: boolean;
14783
+ stickySessionType?: string;
14780
14784
  targetPort?: number;
14781
14785
  static names(): { [key: string]: string } {
14782
14786
  return {
14787
+ cookie: 'Cookie',
14788
+ cookieTimeout: 'CookieTimeout',
14783
14789
  httpsCaCertId: 'HttpsCaCertId',
14784
14790
  httpsCertId: 'HttpsCertId',
14785
14791
  port: 'Port',
14786
14792
  protocol: 'Protocol',
14793
+ stickySession: 'StickySession',
14794
+ stickySessionType: 'StickySessionType',
14787
14795
  targetPort: 'TargetPort',
14788
14796
  };
14789
14797
  }
14790
14798
 
14791
14799
  static types(): { [key: string]: any } {
14792
14800
  return {
14801
+ cookie: 'string',
14802
+ cookieTimeout: 'number',
14793
14803
  httpsCaCertId: 'string',
14794
14804
  httpsCertId: 'string',
14795
14805
  port: 'number',
14796
14806
  protocol: 'string',
14807
+ stickySession: 'boolean',
14808
+ stickySessionType: 'string',
14797
14809
  targetPort: 'number',
14798
14810
  };
14799
14811
  }
@@ -14804,27 +14816,39 @@ export class DescribeApplicationSlbsResponseBodyDataInternet extends $tea.Model
14804
14816
  }
14805
14817
 
14806
14818
  export class DescribeApplicationSlbsResponseBodyDataIntranet extends $tea.Model {
14819
+ cookie?: string;
14820
+ cookieTimeout?: number;
14807
14821
  httpsCaCertId?: string;
14808
14822
  httpsCertId?: string;
14809
14823
  port?: number;
14810
14824
  protocol?: string;
14825
+ stickySession?: boolean;
14826
+ stickySessionType?: string;
14811
14827
  targetPort?: number;
14812
14828
  static names(): { [key: string]: string } {
14813
14829
  return {
14830
+ cookie: 'Cookie',
14831
+ cookieTimeout: 'CookieTimeout',
14814
14832
  httpsCaCertId: 'HttpsCaCertId',
14815
14833
  httpsCertId: 'HttpsCertId',
14816
14834
  port: 'Port',
14817
14835
  protocol: 'Protocol',
14836
+ stickySession: 'StickySession',
14837
+ stickySessionType: 'StickySessionType',
14818
14838
  targetPort: 'TargetPort',
14819
14839
  };
14820
14840
  }
14821
14841
 
14822
14842
  static types(): { [key: string]: any } {
14823
14843
  return {
14844
+ cookie: 'string',
14845
+ cookieTimeout: 'number',
14824
14846
  httpsCaCertId: 'string',
14825
14847
  httpsCertId: 'string',
14826
14848
  port: 'number',
14827
14849
  protocol: 'string',
14850
+ stickySession: 'boolean',
14851
+ stickySessionType: 'string',
14828
14852
  targetPort: 'number',
14829
14853
  };
14830
14854
  }