@alicloud/sae20190506 1.23.3 → 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 +3 -0
- package/dist/client.js +6 -0
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +9 -0
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;
|
|
@@ -9012,6 +9014,7 @@ export declare class ListApplicationsResponseBodyDataApplications extends $tea.M
|
|
|
9012
9014
|
instances?: number;
|
|
9013
9015
|
mem?: number;
|
|
9014
9016
|
mseEnabled?: boolean;
|
|
9017
|
+
mseNamespaceId?: string;
|
|
9015
9018
|
namespaceId?: string;
|
|
9016
9019
|
programmingLanguage?: string;
|
|
9017
9020
|
regionId?: 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',
|
|
@@ -13306,6 +13310,7 @@ class ListApplicationsResponseBodyDataApplications extends $tea.Model {
|
|
|
13306
13310
|
instances: 'Instances',
|
|
13307
13311
|
mem: 'Mem',
|
|
13308
13312
|
mseEnabled: 'MseEnabled',
|
|
13313
|
+
mseNamespaceId: 'MseNamespaceId',
|
|
13309
13314
|
namespaceId: 'NamespaceId',
|
|
13310
13315
|
programmingLanguage: 'ProgrammingLanguage',
|
|
13311
13316
|
regionId: 'RegionId',
|
|
@@ -13325,6 +13330,7 @@ class ListApplicationsResponseBodyDataApplications extends $tea.Model {
|
|
|
13325
13330
|
instances: 'number',
|
|
13326
13331
|
mem: 'number',
|
|
13327
13332
|
mseEnabled: 'boolean',
|
|
13333
|
+
mseNamespaceId: 'string',
|
|
13328
13334
|
namespaceId: 'string',
|
|
13329
13335
|
programmingLanguage: 'string',
|
|
13330
13336
|
regionId: 'string',
|