@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/dist/client.d.ts CHANGED
@@ -7802,6 +7802,7 @@ export declare class DescribeApplicationScalingRulesResponseBodyData extends $te
7802
7802
  });
7803
7803
  }
7804
7804
  export declare class DescribeApplicationSlbsResponseBodyDataInternet extends $tea.Model {
7805
+ httpsCaCertId?: string;
7805
7806
  httpsCertId?: string;
7806
7807
  port?: number;
7807
7808
  protocol?: string;
@@ -7817,6 +7818,7 @@ export declare class DescribeApplicationSlbsResponseBodyDataInternet extends $te
7817
7818
  });
7818
7819
  }
7819
7820
  export declare class DescribeApplicationSlbsResponseBodyDataIntranet extends $tea.Model {
7821
+ httpsCaCertId?: string;
7820
7822
  httpsCertId?: string;
7821
7823
  port?: number;
7822
7824
  protocol?: string;
package/dist/client.js CHANGED
@@ -11456,6 +11456,7 @@ exports.DescribeApplicationScalingRulesResponseBodyData = DescribeApplicationSca
11456
11456
  class DescribeApplicationSlbsResponseBodyDataInternet extends $tea.Model {
11457
11457
  static names() {
11458
11458
  return {
11459
+ httpsCaCertId: 'HttpsCaCertId',
11459
11460
  httpsCertId: 'HttpsCertId',
11460
11461
  port: 'Port',
11461
11462
  protocol: 'Protocol',
@@ -11464,6 +11465,7 @@ class DescribeApplicationSlbsResponseBodyDataInternet extends $tea.Model {
11464
11465
  }
11465
11466
  static types() {
11466
11467
  return {
11468
+ httpsCaCertId: 'string',
11467
11469
  httpsCertId: 'string',
11468
11470
  port: 'number',
11469
11471
  protocol: 'string',
@@ -11478,6 +11480,7 @@ exports.DescribeApplicationSlbsResponseBodyDataInternet = DescribeApplicationSlb
11478
11480
  class DescribeApplicationSlbsResponseBodyDataIntranet extends $tea.Model {
11479
11481
  static names() {
11480
11482
  return {
11483
+ httpsCaCertId: 'HttpsCaCertId',
11481
11484
  httpsCertId: 'HttpsCertId',
11482
11485
  port: 'Port',
11483
11486
  protocol: 'Protocol',
@@ -11486,6 +11489,7 @@ class DescribeApplicationSlbsResponseBodyDataIntranet extends $tea.Model {
11486
11489
  }
11487
11490
  static types() {
11488
11491
  return {
11492
+ httpsCaCertId: 'string',
11489
11493
  httpsCertId: 'string',
11490
11494
  port: 'number',
11491
11495
  protocol: 'string',