@alicloud/sae20190506 2.10.2 → 2.10.4
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.js +9 -0
- package/dist/client.js.map +1 -1
- package/dist/models/CreateApplicationRequest.d.ts +1 -0
- package/dist/models/CreateApplicationRequest.js +2 -0
- package/dist/models/CreateApplicationRequest.js.map +1 -1
- package/dist/models/CreateApplicationShrinkRequest.d.ts +1 -0
- package/dist/models/CreateApplicationShrinkRequest.js +2 -0
- package/dist/models/CreateApplicationShrinkRequest.js.map +1 -1
- package/dist/models/DeployApplicationRequest.d.ts +1 -0
- package/dist/models/DeployApplicationRequest.js +2 -0
- package/dist/models/DeployApplicationRequest.js.map +1 -1
- package/dist/models/DeployApplicationShrinkRequest.d.ts +1 -0
- package/dist/models/DeployApplicationShrinkRequest.js +2 -0
- package/dist/models/DeployApplicationShrinkRequest.js.map +1 -1
- package/dist/models/DescribeApplicationConfigResponseBody.d.ts +1 -0
- package/dist/models/DescribeApplicationConfigResponseBody.js +2 -0
- package/dist/models/DescribeApplicationConfigResponseBody.js.map +1 -1
- package/dist/models/DescribeApplicationSlbsResponseBody.d.ts +6 -0
- package/dist/models/DescribeApplicationSlbsResponseBody.js +12 -0
- package/dist/models/DescribeApplicationSlbsResponseBody.js.map +1 -1
- package/dist/models/UpdateNamespaceSlsConfigsRequest.d.ts +1 -0
- package/dist/models/UpdateNamespaceSlsConfigsRequest.js +2 -0
- package/dist/models/UpdateNamespaceSlsConfigsRequest.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +12 -0
- package/src/models/CreateApplicationRequest.ts +3 -0
- package/src/models/CreateApplicationShrinkRequest.ts +3 -0
- package/src/models/DeployApplicationRequest.ts +3 -0
- package/src/models/DeployApplicationShrinkRequest.ts +3 -0
- package/src/models/DescribeApplicationConfigResponseBody.ts +3 -0
- package/src/models/DescribeApplicationSlbsResponseBody.ts +18 -0
- package/src/models/UpdateNamespaceSlsConfigsRequest.ts +3 -0
|
@@ -3,6 +3,7 @@ import * as $dara from '@darabonba/typescript';
|
|
|
3
3
|
|
|
4
4
|
|
|
5
5
|
export class DescribeApplicationSlbsResponseBodyDataInternet extends $dara.Model {
|
|
6
|
+
connectionDrainTimeout?: number;
|
|
6
7
|
/**
|
|
7
8
|
* @example
|
|
8
9
|
* wwe
|
|
@@ -21,6 +22,7 @@ export class DescribeApplicationSlbsResponseBodyDataInternet extends $dara.Model
|
|
|
21
22
|
* 1741247308294
|
|
22
23
|
*/
|
|
23
24
|
createTime?: number;
|
|
25
|
+
enableConnectionDrain?: boolean;
|
|
24
26
|
/**
|
|
25
27
|
* @example
|
|
26
28
|
* 1513561019707729_16f37aae5f3_-375882821_-169099****
|
|
@@ -68,11 +70,14 @@ export class DescribeApplicationSlbsResponseBodyDataInternet extends $dara.Model
|
|
|
68
70
|
* 8080
|
|
69
71
|
*/
|
|
70
72
|
targetPort?: number;
|
|
73
|
+
VServerGroupId?: string;
|
|
71
74
|
static names(): { [key: string]: string } {
|
|
72
75
|
return {
|
|
76
|
+
connectionDrainTimeout: 'ConnectionDrainTimeout',
|
|
73
77
|
cookie: 'Cookie',
|
|
74
78
|
cookieTimeout: 'CookieTimeout',
|
|
75
79
|
createTime: 'CreateTime',
|
|
80
|
+
enableConnectionDrain: 'EnableConnectionDrain',
|
|
76
81
|
httpsCaCertId: 'HttpsCaCertId',
|
|
77
82
|
httpsCertId: 'HttpsCertId',
|
|
78
83
|
port: 'Port',
|
|
@@ -80,14 +85,17 @@ export class DescribeApplicationSlbsResponseBodyDataInternet extends $dara.Model
|
|
|
80
85
|
stickySession: 'StickySession',
|
|
81
86
|
stickySessionType: 'StickySessionType',
|
|
82
87
|
targetPort: 'TargetPort',
|
|
88
|
+
VServerGroupId: 'VServerGroupId',
|
|
83
89
|
};
|
|
84
90
|
}
|
|
85
91
|
|
|
86
92
|
static types(): { [key: string]: any } {
|
|
87
93
|
return {
|
|
94
|
+
connectionDrainTimeout: 'number',
|
|
88
95
|
cookie: 'string',
|
|
89
96
|
cookieTimeout: 'number',
|
|
90
97
|
createTime: 'number',
|
|
98
|
+
enableConnectionDrain: 'boolean',
|
|
91
99
|
httpsCaCertId: 'string',
|
|
92
100
|
httpsCertId: 'string',
|
|
93
101
|
port: 'number',
|
|
@@ -95,6 +103,7 @@ export class DescribeApplicationSlbsResponseBodyDataInternet extends $dara.Model
|
|
|
95
103
|
stickySession: 'boolean',
|
|
96
104
|
stickySessionType: 'string',
|
|
97
105
|
targetPort: 'number',
|
|
106
|
+
VServerGroupId: 'string',
|
|
98
107
|
};
|
|
99
108
|
}
|
|
100
109
|
|
|
@@ -108,6 +117,7 @@ export class DescribeApplicationSlbsResponseBodyDataInternet extends $dara.Model
|
|
|
108
117
|
}
|
|
109
118
|
|
|
110
119
|
export class DescribeApplicationSlbsResponseBodyDataIntranet extends $dara.Model {
|
|
120
|
+
connectionDrainTimeout?: number;
|
|
111
121
|
/**
|
|
112
122
|
* @example
|
|
113
123
|
* wwe
|
|
@@ -126,6 +136,7 @@ export class DescribeApplicationSlbsResponseBodyDataIntranet extends $dara.Model
|
|
|
126
136
|
* 1741247308294
|
|
127
137
|
*/
|
|
128
138
|
createTime?: number;
|
|
139
|
+
enableConnectionDrain?: boolean;
|
|
129
140
|
/**
|
|
130
141
|
* @example
|
|
131
142
|
* 1513561019707729_16f37aae5f3_-375882821_-169099****
|
|
@@ -173,11 +184,14 @@ export class DescribeApplicationSlbsResponseBodyDataIntranet extends $dara.Model
|
|
|
173
184
|
* 8080
|
|
174
185
|
*/
|
|
175
186
|
targetPort?: number;
|
|
187
|
+
VServerGroupId?: string;
|
|
176
188
|
static names(): { [key: string]: string } {
|
|
177
189
|
return {
|
|
190
|
+
connectionDrainTimeout: 'ConnectionDrainTimeout',
|
|
178
191
|
cookie: 'Cookie',
|
|
179
192
|
cookieTimeout: 'CookieTimeout',
|
|
180
193
|
createTime: 'CreateTime',
|
|
194
|
+
enableConnectionDrain: 'EnableConnectionDrain',
|
|
181
195
|
httpsCaCertId: 'HttpsCaCertId',
|
|
182
196
|
httpsCertId: 'HttpsCertId',
|
|
183
197
|
port: 'Port',
|
|
@@ -185,14 +199,17 @@ export class DescribeApplicationSlbsResponseBodyDataIntranet extends $dara.Model
|
|
|
185
199
|
stickySession: 'StickySession',
|
|
186
200
|
stickySessionType: 'StickySessionType',
|
|
187
201
|
targetPort: 'TargetPort',
|
|
202
|
+
VServerGroupId: 'VServerGroupId',
|
|
188
203
|
};
|
|
189
204
|
}
|
|
190
205
|
|
|
191
206
|
static types(): { [key: string]: any } {
|
|
192
207
|
return {
|
|
208
|
+
connectionDrainTimeout: 'number',
|
|
193
209
|
cookie: 'string',
|
|
194
210
|
cookieTimeout: 'number',
|
|
195
211
|
createTime: 'number',
|
|
212
|
+
enableConnectionDrain: 'boolean',
|
|
196
213
|
httpsCaCertId: 'string',
|
|
197
214
|
httpsCertId: 'string',
|
|
198
215
|
port: 'number',
|
|
@@ -200,6 +217,7 @@ export class DescribeApplicationSlbsResponseBodyDataIntranet extends $dara.Model
|
|
|
200
217
|
stickySession: 'boolean',
|
|
201
218
|
stickySessionType: 'string',
|
|
202
219
|
targetPort: 'number',
|
|
220
|
+
VServerGroupId: 'string',
|
|
203
221
|
};
|
|
204
222
|
}
|
|
205
223
|
|
|
@@ -42,11 +42,13 @@ export class UpdateNamespaceSlsConfigsRequest extends $dara.Model {
|
|
|
42
42
|
* [{"projectName":"test","logDir":"/tmp/a.log","logstoreName":"sae","logtailName":""}]
|
|
43
43
|
*/
|
|
44
44
|
slsConfigs?: string;
|
|
45
|
+
slsLogEnvTags?: string;
|
|
45
46
|
static names(): { [key: string]: string } {
|
|
46
47
|
return {
|
|
47
48
|
nameSpaceShortId: 'NameSpaceShortId',
|
|
48
49
|
namespaceId: 'NamespaceId',
|
|
49
50
|
slsConfigs: 'SlsConfigs',
|
|
51
|
+
slsLogEnvTags: 'SlsLogEnvTags',
|
|
50
52
|
};
|
|
51
53
|
}
|
|
52
54
|
|
|
@@ -55,6 +57,7 @@ export class UpdateNamespaceSlsConfigsRequest extends $dara.Model {
|
|
|
55
57
|
nameSpaceShortId: 'string',
|
|
56
58
|
namespaceId: 'string',
|
|
57
59
|
slsConfigs: 'string',
|
|
60
|
+
slsLogEnvTags: 'string',
|
|
58
61
|
};
|
|
59
62
|
}
|
|
60
63
|
|