@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/package.json
CHANGED
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',
|
|
@@ -17198,6 +17204,7 @@ export class ListApplicationsResponseBodyDataApplications extends $tea.Model {
|
|
|
17198
17204
|
instances?: number;
|
|
17199
17205
|
mem?: number;
|
|
17200
17206
|
mseEnabled?: boolean;
|
|
17207
|
+
mseNamespaceId?: string;
|
|
17201
17208
|
namespaceId?: string;
|
|
17202
17209
|
programmingLanguage?: string;
|
|
17203
17210
|
regionId?: string;
|
|
@@ -17215,6 +17222,7 @@ export class ListApplicationsResponseBodyDataApplications extends $tea.Model {
|
|
|
17215
17222
|
instances: 'Instances',
|
|
17216
17223
|
mem: 'Mem',
|
|
17217
17224
|
mseEnabled: 'MseEnabled',
|
|
17225
|
+
mseNamespaceId: 'MseNamespaceId',
|
|
17218
17226
|
namespaceId: 'NamespaceId',
|
|
17219
17227
|
programmingLanguage: 'ProgrammingLanguage',
|
|
17220
17228
|
regionId: 'RegionId',
|
|
@@ -17235,6 +17243,7 @@ export class ListApplicationsResponseBodyDataApplications extends $tea.Model {
|
|
|
17235
17243
|
instances: 'number',
|
|
17236
17244
|
mem: 'number',
|
|
17237
17245
|
mseEnabled: 'boolean',
|
|
17246
|
+
mseNamespaceId: 'string',
|
|
17238
17247
|
namespaceId: 'string',
|
|
17239
17248
|
programmingLanguage: 'string',
|
|
17240
17249
|
regionId: 'string',
|