@alicloud/esa20240910 2.32.0 → 2.33.0
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 +40 -10
- package/dist/client.js +103 -10
- package/dist/client.js.map +1 -1
- package/dist/models/CreateRoutineCodeDeploymentRequest.d.ts +10 -1
- package/dist/models/CreateRoutineCodeDeploymentRequest.js.map +1 -1
- package/dist/models/CreateRoutineCodeDeploymentResponseBody.d.ts +20 -0
- package/dist/models/CreateRoutineCodeDeploymentResponseBody.js.map +1 -1
- package/dist/models/CreateRoutineCodeDeploymentShrinkRequest.d.ts +4 -1
- package/dist/models/CreateRoutineCodeDeploymentShrinkRequest.js.map +1 -1
- package/dist/models/CreateTransportLayerApplicationRequest.d.ts +73 -1
- package/dist/models/CreateTransportLayerApplicationRequest.js +2 -0
- package/dist/models/CreateTransportLayerApplicationRequest.js.map +1 -1
- package/dist/models/CreateTransportLayerApplicationResponseBody.d.ts +6 -0
- package/dist/models/CreateTransportLayerApplicationResponseBody.js.map +1 -1
- package/dist/models/CreateTransportLayerApplicationShrinkRequest.d.ts +33 -0
- package/dist/models/CreateTransportLayerApplicationShrinkRequest.js +2 -0
- package/dist/models/CreateTransportLayerApplicationShrinkRequest.js.map +1 -1
- package/dist/models/DeleteTransportLayerApplicationRequest.d.ts +4 -0
- package/dist/models/DeleteTransportLayerApplicationRequest.js.map +1 -1
- package/dist/models/DeleteTransportLayerApplicationResponseBody.d.ts +3 -0
- package/dist/models/DeleteTransportLayerApplicationResponseBody.js.map +1 -1
- package/dist/models/GetRoutineCodeVersionRequest.d.ts +26 -0
- package/dist/models/GetRoutineCodeVersionRequest.js +60 -0
- package/dist/models/GetRoutineCodeVersionRequest.js.map +1 -0
- package/dist/models/GetRoutineCodeVersionResponse.d.ts +19 -0
- package/dist/models/GetRoutineCodeVersionResponse.js +69 -0
- package/dist/models/GetRoutineCodeVersionResponse.js.map +1 -0
- package/dist/models/GetRoutineCodeVersionResponseBody.d.ts +21 -0
- package/dist/models/GetRoutineCodeVersionResponseBody.js +64 -0
- package/dist/models/GetRoutineCodeVersionResponseBody.js.map +1 -0
- package/dist/models/GetRoutineResponseBody.d.ts +0 -21
- package/dist/models/GetRoutineResponseBody.js +0 -9
- package/dist/models/GetRoutineResponseBody.js.map +1 -1
- package/dist/models/GetTransportLayerApplicationRequest.d.ts +4 -0
- package/dist/models/GetTransportLayerApplicationRequest.js.map +1 -1
- package/dist/models/GetTransportLayerApplicationResponseBody.d.ts +117 -0
- package/dist/models/GetTransportLayerApplicationResponseBody.js +29 -1
- package/dist/models/GetTransportLayerApplicationResponseBody.js.map +1 -1
- package/dist/models/ListTransportLayerApplicationsRequest.d.ts +19 -0
- package/dist/models/ListTransportLayerApplicationsRequest.js.map +1 -1
- package/dist/models/ListTransportLayerApplicationsResponseBody.d.ts +138 -0
- package/dist/models/ListTransportLayerApplicationsResponseBody.js +29 -1
- package/dist/models/ListTransportLayerApplicationsResponseBody.js.map +1 -1
- package/dist/models/PurchaseRatePlanRequest.d.ts +1 -0
- package/dist/models/PurchaseRatePlanRequest.js +2 -0
- package/dist/models/PurchaseRatePlanRequest.js.map +1 -1
- package/dist/models/UpdateRoutineConfigDescriptionRequest.d.ts +26 -0
- package/dist/models/UpdateRoutineConfigDescriptionRequest.js +60 -0
- package/dist/models/UpdateRoutineConfigDescriptionRequest.js.map +1 -0
- package/dist/models/UpdateRoutineConfigDescriptionResponse.d.ts +19 -0
- package/dist/models/UpdateRoutineConfigDescriptionResponse.js +69 -0
- package/dist/models/UpdateRoutineConfigDescriptionResponse.js.map +1 -0
- package/dist/models/UpdateRoutineConfigDescriptionResponseBody.d.ts +26 -0
- package/dist/models/UpdateRoutineConfigDescriptionResponseBody.js +60 -0
- package/dist/models/UpdateRoutineConfigDescriptionResponseBody.js.map +1 -0
- package/dist/models/UpdateTransportLayerApplicationRequest.d.ts +77 -1
- package/dist/models/UpdateTransportLayerApplicationRequest.js +2 -0
- package/dist/models/UpdateTransportLayerApplicationRequest.js.map +1 -1
- package/dist/models/UpdateTransportLayerApplicationResponseBody.d.ts +3 -0
- package/dist/models/UpdateTransportLayerApplicationResponseBody.js.map +1 -1
- package/dist/models/UpdateTransportLayerApplicationShrinkRequest.d.ts +36 -0
- package/dist/models/UpdateTransportLayerApplicationShrinkRequest.js +2 -0
- package/dist/models/UpdateTransportLayerApplicationShrinkRequest.js.map +1 -1
- package/dist/models/model.d.ts +8 -0
- package/dist/models/model.js +47 -31
- package/dist/models/model.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +114 -10
- package/src/models/CreateRoutineCodeDeploymentRequest.ts +10 -1
- package/src/models/CreateRoutineCodeDeploymentResponseBody.ts +20 -0
- package/src/models/CreateRoutineCodeDeploymentShrinkRequest.ts +4 -1
- package/src/models/CreateTransportLayerApplicationRequest.ts +75 -1
- package/src/models/CreateTransportLayerApplicationResponseBody.ts +6 -0
- package/src/models/CreateTransportLayerApplicationShrinkRequest.ts +35 -0
- package/src/models/DeleteTransportLayerApplicationRequest.ts +4 -0
- package/src/models/DeleteTransportLayerApplicationResponseBody.ts +3 -0
- package/src/models/GetRoutineCodeVersionRequest.ts +41 -0
- package/src/models/GetRoutineCodeVersionResponse.ts +40 -0
- package/src/models/GetRoutineCodeVersionResponseBody.ts +40 -0
- package/src/models/GetRoutineResponseBody.ts +0 -30
- package/src/models/GetTransportLayerApplicationRequest.ts +4 -0
- package/src/models/GetTransportLayerApplicationResponseBody.ts +136 -0
- package/src/models/ListTransportLayerApplicationsRequest.ts +19 -0
- package/src/models/ListTransportLayerApplicationsResponseBody.ts +157 -0
- package/src/models/PurchaseRatePlanRequest.ts +3 -0
- package/src/models/UpdateRoutineConfigDescriptionRequest.ts +41 -0
- package/src/models/UpdateRoutineConfigDescriptionResponse.ts +40 -0
- package/src/models/UpdateRoutineConfigDescriptionResponseBody.ts +41 -0
- package/src/models/UpdateTransportLayerApplicationRequest.ts +79 -1
- package/src/models/UpdateTransportLayerApplicationResponseBody.ts +3 -0
- package/src/models/UpdateTransportLayerApplicationShrinkRequest.ts +38 -0
- package/src/models/model.ts +8 -0
|
@@ -3,11 +3,17 @@ export declare class CreateRoutineCodeDeploymentRequestCodeVersions extends $dar
|
|
|
3
3
|
/**
|
|
4
4
|
* @remarks
|
|
5
5
|
* This parameter is required.
|
|
6
|
+
*
|
|
7
|
+
* @example
|
|
8
|
+
* 1723599747213377175
|
|
6
9
|
*/
|
|
7
10
|
codeVersion?: string;
|
|
8
11
|
/**
|
|
9
12
|
* @remarks
|
|
10
13
|
* This parameter is required.
|
|
14
|
+
*
|
|
15
|
+
* @example
|
|
16
|
+
* 100
|
|
11
17
|
*/
|
|
12
18
|
percentage?: number;
|
|
13
19
|
static names(): {
|
|
@@ -32,12 +38,15 @@ export declare class CreateRoutineCodeDeploymentRequest extends $dara.Model {
|
|
|
32
38
|
* This parameter is required.
|
|
33
39
|
*
|
|
34
40
|
* @example
|
|
35
|
-
*
|
|
41
|
+
* staging
|
|
36
42
|
*/
|
|
37
43
|
env?: string;
|
|
38
44
|
/**
|
|
39
45
|
* @remarks
|
|
40
46
|
* This parameter is required.
|
|
47
|
+
*
|
|
48
|
+
* @example
|
|
49
|
+
* test
|
|
41
50
|
*/
|
|
42
51
|
name?: string;
|
|
43
52
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateRoutineCodeDeploymentRequest.js","sourceRoot":"","sources":["../../src/models/CreateRoutineCodeDeploymentRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,8CAA+C,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"CreateRoutineCodeDeploymentRequest.js","sourceRoot":"","sources":["../../src/models/CreateRoutineCodeDeploymentRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,8CAA+C,SAAQ,KAAK,CAAC,KAAK;IAiB7E,MAAM,CAAC,KAAK;QACV,OAAO;YACL,WAAW,EAAE,aAAa;YAC1B,UAAU,EAAE,YAAY;SACzB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,WAAW,EAAE,QAAQ;YACrB,UAAU,EAAE,QAAQ;SACrB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAtCD,wGAsCC;AAED,MAAa,kCAAmC,SAAQ,KAAK,CAAC,KAAK;IA8BjE,MAAM,CAAC,KAAK;QACV,OAAO;YACL,YAAY,EAAE,cAAc;YAC5B,GAAG,EAAE,KAAK;YACV,IAAI,EAAE,MAAM;YACZ,QAAQ,EAAE,UAAU;SACrB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,YAAY,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,8CAA8C,EAAE;YAC7F,GAAG,EAAE,QAAQ;YACb,IAAI,EAAE,QAAQ;YACd,QAAQ,EAAE,QAAQ;SACnB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,YAAY,CAAC,EAAE,CAAC;YACpC,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC/C,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AA1DD,gFA0DC"}
|
|
@@ -1,6 +1,14 @@
|
|
|
1
1
|
import * as $dara from '@darabonba/typescript';
|
|
2
2
|
export declare class CreateRoutineCodeDeploymentResponseBodyCodeVersions extends $dara.Model {
|
|
3
|
+
/**
|
|
4
|
+
* @example
|
|
5
|
+
* 1723599747213377175
|
|
6
|
+
*/
|
|
3
7
|
codeVersion?: string;
|
|
8
|
+
/**
|
|
9
|
+
* @example
|
|
10
|
+
* 100
|
|
11
|
+
*/
|
|
4
12
|
percentage?: number;
|
|
5
13
|
static names(): {
|
|
6
14
|
[key: string]: string;
|
|
@@ -15,8 +23,20 @@ export declare class CreateRoutineCodeDeploymentResponseBodyCodeVersions extends
|
|
|
15
23
|
}
|
|
16
24
|
export declare class CreateRoutineCodeDeploymentResponseBody extends $dara.Model {
|
|
17
25
|
codeVersions?: CreateRoutineCodeDeploymentResponseBodyCodeVersions[];
|
|
26
|
+
/**
|
|
27
|
+
* @example
|
|
28
|
+
* 234
|
|
29
|
+
*/
|
|
18
30
|
deploymentId?: string;
|
|
31
|
+
/**
|
|
32
|
+
* @example
|
|
33
|
+
* EDBD3EB3-97DA-5465-AEF5-8DCA5DC5E395
|
|
34
|
+
*/
|
|
19
35
|
requestId?: string;
|
|
36
|
+
/**
|
|
37
|
+
* @example
|
|
38
|
+
* percentage
|
|
39
|
+
*/
|
|
20
40
|
strategy?: string;
|
|
21
41
|
static names(): {
|
|
22
42
|
[key: string]: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateRoutineCodeDeploymentResponseBody.js","sourceRoot":"","sources":["../../src/models/CreateRoutineCodeDeploymentResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,mDAAoD,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"CreateRoutineCodeDeploymentResponseBody.js","sourceRoot":"","sources":["../../src/models/CreateRoutineCodeDeploymentResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,mDAAoD,SAAQ,KAAK,CAAC,KAAK;IAWlF,MAAM,CAAC,KAAK;QACV,OAAO;YACL,WAAW,EAAE,aAAa;YAC1B,UAAU,EAAE,YAAY;SACzB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,WAAW,EAAE,QAAQ;YACrB,UAAU,EAAE,QAAQ;SACrB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAhCD,kHAgCC;AAED,MAAa,uCAAwC,SAAQ,KAAK,CAAC,KAAK;IAiBtE,MAAM,CAAC,KAAK;QACV,OAAO;YACL,YAAY,EAAE,cAAc;YAC5B,YAAY,EAAE,cAAc;YAC5B,SAAS,EAAE,WAAW;YACtB,QAAQ,EAAE,UAAU;SACrB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,YAAY,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,mDAAmD,EAAE;YAClG,YAAY,EAAE,QAAQ;YACtB,SAAS,EAAE,QAAQ;YACnB,QAAQ,EAAE,QAAQ;SACnB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,YAAY,CAAC,EAAE,CAAC;YACpC,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC/C,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AA7CD,0FA6CC"}
|
|
@@ -10,12 +10,15 @@ export declare class CreateRoutineCodeDeploymentShrinkRequest extends $dara.Mode
|
|
|
10
10
|
* This parameter is required.
|
|
11
11
|
*
|
|
12
12
|
* @example
|
|
13
|
-
*
|
|
13
|
+
* staging
|
|
14
14
|
*/
|
|
15
15
|
env?: string;
|
|
16
16
|
/**
|
|
17
17
|
* @remarks
|
|
18
18
|
* This parameter is required.
|
|
19
|
+
*
|
|
20
|
+
* @example
|
|
21
|
+
* test
|
|
19
22
|
*/
|
|
20
23
|
name?: string;
|
|
21
24
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateRoutineCodeDeploymentShrinkRequest.js","sourceRoot":"","sources":["../../src/models/CreateRoutineCodeDeploymentShrinkRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,wCAAyC,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"CreateRoutineCodeDeploymentShrinkRequest.js","sourceRoot":"","sources":["../../src/models/CreateRoutineCodeDeploymentShrinkRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,wCAAyC,SAAQ,KAAK,CAAC,KAAK;IA8BvE,MAAM,CAAC,KAAK;QACV,OAAO;YACL,kBAAkB,EAAE,cAAc;YAClC,GAAG,EAAE,KAAK;YACV,IAAI,EAAE,MAAM;YACZ,QAAQ,EAAE,UAAU;SACrB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,kBAAkB,EAAE,QAAQ;YAC5B,GAAG,EAAE,QAAQ;YACb,IAAI,EAAE,QAAQ;YACd,QAAQ,EAAE,QAAQ;SACnB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAvDD,4FAuDC"}
|
|
@@ -2,15 +2,36 @@ import * as $dara from '@darabonba/typescript';
|
|
|
2
2
|
export declare class CreateTransportLayerApplicationRequestRules extends $dara.Model {
|
|
3
3
|
/**
|
|
4
4
|
* @remarks
|
|
5
|
+
* Client IP pass-through protocol, supporting:
|
|
6
|
+
* - **off**: No pass-through.
|
|
7
|
+
* - **PPv1**: PROXY Protocol v1, supports client IP pass-through for TCP protocol.
|
|
8
|
+
* - **PPv2**: PROXY Protocol v2, supports client IP pass-through for TCP and UDP protocols.
|
|
9
|
+
* - **SPP**: Simple Proxy Protocol, supports client IP pass-through for UDP protocol.
|
|
10
|
+
*
|
|
5
11
|
* This parameter is required.
|
|
6
12
|
*
|
|
7
13
|
* @example
|
|
8
|
-
*
|
|
14
|
+
* SPP
|
|
9
15
|
*/
|
|
10
16
|
clientIPPassThroughMode?: string;
|
|
17
|
+
/**
|
|
18
|
+
* @remarks
|
|
19
|
+
* Comment information for the rule (optional).
|
|
20
|
+
*
|
|
21
|
+
* @example
|
|
22
|
+
* 测试
|
|
23
|
+
*/
|
|
11
24
|
comment?: string;
|
|
12
25
|
/**
|
|
13
26
|
* @remarks
|
|
27
|
+
* Edge port. Supports:
|
|
28
|
+
*
|
|
29
|
+
* - A single port, such as 80.
|
|
30
|
+
* - Port range, such as 81-85, representing ports 81, 82, 83, 84, and 85.
|
|
31
|
+
* - Combination of ports and port ranges, separated by commas, such as 80,81-85,90, representing ports 80, 81, 82, 83, 84, 85, and 90.
|
|
32
|
+
*
|
|
33
|
+
* Edge ports within a single rule and between multiple rules must not overlap.
|
|
34
|
+
*
|
|
14
35
|
* This parameter is required.
|
|
15
36
|
*
|
|
16
37
|
* @example
|
|
@@ -19,6 +40,11 @@ export declare class CreateTransportLayerApplicationRequestRules extends $dara.M
|
|
|
19
40
|
edgePort?: string;
|
|
20
41
|
/**
|
|
21
42
|
* @remarks
|
|
43
|
+
* Forwarding rule protocol, with values:
|
|
44
|
+
*
|
|
45
|
+
* - TCP: TCP protocol.
|
|
46
|
+
* - UDP: UDP protocol.
|
|
47
|
+
*
|
|
22
48
|
* This parameter is required.
|
|
23
49
|
*
|
|
24
50
|
* @example
|
|
@@ -27,6 +53,8 @@ export declare class CreateTransportLayerApplicationRequestRules extends $dara.M
|
|
|
27
53
|
protocol?: string;
|
|
28
54
|
/**
|
|
29
55
|
* @remarks
|
|
56
|
+
* Specific value of the origin, which needs to match the origin type.
|
|
57
|
+
*
|
|
30
58
|
* This parameter is required.
|
|
31
59
|
*
|
|
32
60
|
* @example
|
|
@@ -35,6 +63,11 @@ export declare class CreateTransportLayerApplicationRequestRules extends $dara.M
|
|
|
35
63
|
source?: string;
|
|
36
64
|
/**
|
|
37
65
|
* @remarks
|
|
66
|
+
* Origin port. Supports:
|
|
67
|
+
*
|
|
68
|
+
* - A single port, when the origin port is a single port, any valid combination of edge ports is supported.
|
|
69
|
+
* - Port range, only when the edge port is a port range, the origin port can be set to a port range, and the size of the range must match that of the edge port. For example, if the edge port is 90-93, the origin port cannot be set to 81-85 because the origin port range is 5 and the edge port range is 3, which do not match.
|
|
70
|
+
*
|
|
38
71
|
* This parameter is required.
|
|
39
72
|
*
|
|
40
73
|
* @example
|
|
@@ -43,6 +76,12 @@ export declare class CreateTransportLayerApplicationRequestRules extends $dara.M
|
|
|
43
76
|
sourcePort?: string;
|
|
44
77
|
/**
|
|
45
78
|
* @remarks
|
|
79
|
+
* Origin type, supporting:
|
|
80
|
+
* - **ip**: IP address.
|
|
81
|
+
* - **domain**: Domain name.
|
|
82
|
+
* - **OP**: Origin pool.
|
|
83
|
+
* - **LB**: Load balancer.
|
|
84
|
+
*
|
|
46
85
|
* This parameter is required.
|
|
47
86
|
*
|
|
48
87
|
* @example
|
|
@@ -61,11 +100,39 @@ export declare class CreateTransportLayerApplicationRequestRules extends $dara.M
|
|
|
61
100
|
});
|
|
62
101
|
}
|
|
63
102
|
export declare class CreateTransportLayerApplicationRequest extends $dara.Model {
|
|
103
|
+
/**
|
|
104
|
+
* @remarks
|
|
105
|
+
* Whether to enable China mainland network access optimization, default is disabled. Value range:
|
|
106
|
+
* - on: Enabled.
|
|
107
|
+
* - off: Disabled.
|
|
108
|
+
*
|
|
109
|
+
* @example
|
|
110
|
+
* on
|
|
111
|
+
*/
|
|
64
112
|
crossBorderOptimization?: string;
|
|
113
|
+
/**
|
|
114
|
+
* @remarks
|
|
115
|
+
* IP access rule switch. When enabled, the WAF\\"s IP access rules apply to the transport layer application.
|
|
116
|
+
*
|
|
117
|
+
* - on: Enabled.
|
|
118
|
+
* - off: Disabled.
|
|
119
|
+
*
|
|
120
|
+
* @example
|
|
121
|
+
* on
|
|
122
|
+
*/
|
|
65
123
|
ipAccessRule?: string;
|
|
124
|
+
/**
|
|
125
|
+
* @remarks
|
|
126
|
+
* IPv6 switch.
|
|
127
|
+
*
|
|
128
|
+
* @example
|
|
129
|
+
* off
|
|
130
|
+
*/
|
|
66
131
|
ipv6?: string;
|
|
67
132
|
/**
|
|
68
133
|
* @remarks
|
|
134
|
+
* Domain name of the transport layer application.
|
|
135
|
+
*
|
|
69
136
|
* This parameter is required.
|
|
70
137
|
*
|
|
71
138
|
* @example
|
|
@@ -74,17 +141,22 @@ export declare class CreateTransportLayerApplicationRequest extends $dara.Model
|
|
|
74
141
|
recordName?: string;
|
|
75
142
|
/**
|
|
76
143
|
* @remarks
|
|
144
|
+
* List of forwarding rules.
|
|
145
|
+
*
|
|
77
146
|
* This parameter is required.
|
|
78
147
|
*/
|
|
79
148
|
rules?: CreateTransportLayerApplicationRequestRules[];
|
|
80
149
|
/**
|
|
81
150
|
* @remarks
|
|
151
|
+
* Site ID, which can be obtained by calling the [ListSites](~~ListSites~~) interface.
|
|
152
|
+
*
|
|
82
153
|
* This parameter is required.
|
|
83
154
|
*
|
|
84
155
|
* @example
|
|
85
156
|
* 123456****
|
|
86
157
|
*/
|
|
87
158
|
siteId?: number;
|
|
159
|
+
staticIp?: string;
|
|
88
160
|
static names(): {
|
|
89
161
|
[key: string]: string;
|
|
90
162
|
};
|
|
@@ -76,6 +76,7 @@ class CreateTransportLayerApplicationRequest extends $dara.Model {
|
|
|
76
76
|
recordName: 'RecordName',
|
|
77
77
|
rules: 'Rules',
|
|
78
78
|
siteId: 'SiteId',
|
|
79
|
+
staticIp: 'StaticIp',
|
|
79
80
|
};
|
|
80
81
|
}
|
|
81
82
|
static types() {
|
|
@@ -86,6 +87,7 @@ class CreateTransportLayerApplicationRequest extends $dara.Model {
|
|
|
86
87
|
recordName: 'string',
|
|
87
88
|
rules: { 'type': 'array', 'itemType': CreateTransportLayerApplicationRequestRules },
|
|
88
89
|
siteId: 'number',
|
|
90
|
+
staticIp: 'string',
|
|
89
91
|
};
|
|
90
92
|
}
|
|
91
93
|
validate() {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateTransportLayerApplicationRequest.js","sourceRoot":"","sources":["../../src/models/CreateTransportLayerApplicationRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,2CAA4C,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"CreateTransportLayerApplicationRequest.js","sourceRoot":"","sources":["../../src/models/CreateTransportLayerApplicationRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,2CAA4C,SAAQ,KAAK,CAAC,KAAK;IAyF1E,MAAM,CAAC,KAAK;QACV,OAAO;YACL,uBAAuB,EAAE,yBAAyB;YAClD,OAAO,EAAE,SAAS;YAClB,QAAQ,EAAE,UAAU;YACpB,QAAQ,EAAE,UAAU;YACpB,MAAM,EAAE,QAAQ;YAChB,UAAU,EAAE,YAAY;YACxB,UAAU,EAAE,YAAY;SACzB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,uBAAuB,EAAE,QAAQ;YACjC,OAAO,EAAE,QAAQ;YACjB,QAAQ,EAAE,QAAQ;YAClB,QAAQ,EAAE,QAAQ;YAClB,MAAM,EAAE,QAAQ;YAChB,UAAU,EAAE,QAAQ;YACpB,UAAU,EAAE,QAAQ;SACrB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAxHD,kGAwHC;AAED,MAAa,sCAAuC,SAAQ,KAAK,CAAC,KAAK;IA0DrE,MAAM,CAAC,KAAK;QACV,OAAO;YACL,uBAAuB,EAAE,yBAAyB;YAClD,YAAY,EAAE,cAAc;YAC5B,IAAI,EAAE,MAAM;YACZ,UAAU,EAAE,YAAY;YACxB,KAAK,EAAE,OAAO;YACd,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,UAAU;SACrB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,uBAAuB,EAAE,QAAQ;YACjC,YAAY,EAAE,QAAQ;YACtB,IAAI,EAAE,QAAQ;YACd,UAAU,EAAE,QAAQ;YACpB,KAAK,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,2CAA2C,EAAE;YACnF,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,QAAQ;SACnB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,KAAK,CAAC,EAAE,CAAC;YAC7B,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;QACxC,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AA5FD,wFA4FC"}
|
|
@@ -1,11 +1,17 @@
|
|
|
1
1
|
import * as $dara from '@darabonba/typescript';
|
|
2
2
|
export declare class CreateTransportLayerApplicationResponseBody extends $dara.Model {
|
|
3
3
|
/**
|
|
4
|
+
* @remarks
|
|
5
|
+
* Layer 4 application ID
|
|
6
|
+
*
|
|
4
7
|
* @example
|
|
5
8
|
* 165503967****
|
|
6
9
|
*/
|
|
7
10
|
applicationId?: number;
|
|
8
11
|
/**
|
|
12
|
+
* @remarks
|
|
13
|
+
* Request ID.
|
|
14
|
+
*
|
|
9
15
|
* @example
|
|
10
16
|
* 9e5448c7-edaf-49aa-9887-0fcd0832306c
|
|
11
17
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateTransportLayerApplicationResponseBody.js","sourceRoot":"","sources":["../../src/models/CreateTransportLayerApplicationResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,2CAA4C,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"CreateTransportLayerApplicationResponseBody.js","sourceRoot":"","sources":["../../src/models/CreateTransportLayerApplicationResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,2CAA4C,SAAQ,KAAK,CAAC,KAAK;IAiB1E,MAAM,CAAC,KAAK;QACV,OAAO;YACL,aAAa,EAAE,eAAe;YAC9B,SAAS,EAAE,WAAW;SACvB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,aAAa,EAAE,QAAQ;YACvB,SAAS,EAAE,QAAQ;SACpB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAtCD,kGAsCC"}
|
|
@@ -1,10 +1,38 @@
|
|
|
1
1
|
import * as $dara from '@darabonba/typescript';
|
|
2
2
|
export declare class CreateTransportLayerApplicationShrinkRequest extends $dara.Model {
|
|
3
|
+
/**
|
|
4
|
+
* @remarks
|
|
5
|
+
* Whether to enable China mainland network access optimization, default is disabled. Value range:
|
|
6
|
+
* - on: Enabled.
|
|
7
|
+
* - off: Disabled.
|
|
8
|
+
*
|
|
9
|
+
* @example
|
|
10
|
+
* on
|
|
11
|
+
*/
|
|
3
12
|
crossBorderOptimization?: string;
|
|
13
|
+
/**
|
|
14
|
+
* @remarks
|
|
15
|
+
* IP access rule switch. When enabled, the WAF\\"s IP access rules apply to the transport layer application.
|
|
16
|
+
*
|
|
17
|
+
* - on: Enabled.
|
|
18
|
+
* - off: Disabled.
|
|
19
|
+
*
|
|
20
|
+
* @example
|
|
21
|
+
* on
|
|
22
|
+
*/
|
|
4
23
|
ipAccessRule?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @remarks
|
|
26
|
+
* IPv6 switch.
|
|
27
|
+
*
|
|
28
|
+
* @example
|
|
29
|
+
* off
|
|
30
|
+
*/
|
|
5
31
|
ipv6?: string;
|
|
6
32
|
/**
|
|
7
33
|
* @remarks
|
|
34
|
+
* Domain name of the transport layer application.
|
|
35
|
+
*
|
|
8
36
|
* This parameter is required.
|
|
9
37
|
*
|
|
10
38
|
* @example
|
|
@@ -13,17 +41,22 @@ export declare class CreateTransportLayerApplicationShrinkRequest extends $dara.
|
|
|
13
41
|
recordName?: string;
|
|
14
42
|
/**
|
|
15
43
|
* @remarks
|
|
44
|
+
* List of forwarding rules.
|
|
45
|
+
*
|
|
16
46
|
* This parameter is required.
|
|
17
47
|
*/
|
|
18
48
|
rulesShrink?: string;
|
|
19
49
|
/**
|
|
20
50
|
* @remarks
|
|
51
|
+
* Site ID, which can be obtained by calling the [ListSites](~~ListSites~~) interface.
|
|
52
|
+
*
|
|
21
53
|
* This parameter is required.
|
|
22
54
|
*
|
|
23
55
|
* @example
|
|
24
56
|
* 123456****
|
|
25
57
|
*/
|
|
26
58
|
siteId?: number;
|
|
59
|
+
staticIp?: string;
|
|
27
60
|
static names(): {
|
|
28
61
|
[key: string]: string;
|
|
29
62
|
};
|
|
@@ -45,6 +45,7 @@ class CreateTransportLayerApplicationShrinkRequest extends $dara.Model {
|
|
|
45
45
|
recordName: 'RecordName',
|
|
46
46
|
rulesShrink: 'Rules',
|
|
47
47
|
siteId: 'SiteId',
|
|
48
|
+
staticIp: 'StaticIp',
|
|
48
49
|
};
|
|
49
50
|
}
|
|
50
51
|
static types() {
|
|
@@ -55,6 +56,7 @@ class CreateTransportLayerApplicationShrinkRequest extends $dara.Model {
|
|
|
55
56
|
recordName: 'string',
|
|
56
57
|
rulesShrink: 'string',
|
|
57
58
|
siteId: 'number',
|
|
59
|
+
staticIp: 'string',
|
|
58
60
|
};
|
|
59
61
|
}
|
|
60
62
|
validate() {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateTransportLayerApplicationShrinkRequest.js","sourceRoot":"","sources":["../../src/models/CreateTransportLayerApplicationShrinkRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,4CAA6C,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"CreateTransportLayerApplicationShrinkRequest.js","sourceRoot":"","sources":["../../src/models/CreateTransportLayerApplicationShrinkRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,4CAA6C,SAAQ,KAAK,CAAC,KAAK;IA0D3E,MAAM,CAAC,KAAK;QACV,OAAO;YACL,uBAAuB,EAAE,yBAAyB;YAClD,YAAY,EAAE,cAAc;YAC5B,IAAI,EAAE,MAAM;YACZ,UAAU,EAAE,YAAY;YACxB,WAAW,EAAE,OAAO;YACpB,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,UAAU;SACrB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,uBAAuB,EAAE,QAAQ;YACjC,YAAY,EAAE,QAAQ;YACtB,IAAI,EAAE,QAAQ;YACd,UAAU,EAAE,QAAQ;YACpB,WAAW,EAAE,QAAQ;YACrB,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,QAAQ;SACnB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAzFD,oGAyFC"}
|
|
@@ -2,6 +2,8 @@ import * as $dara from '@darabonba/typescript';
|
|
|
2
2
|
export declare class DeleteTransportLayerApplicationRequest extends $dara.Model {
|
|
3
3
|
/**
|
|
4
4
|
* @remarks
|
|
5
|
+
* Application ID, which can be obtained by calling the [ListTransportLayerApplications](~~ListTransportLayerApplications~~) interface.
|
|
6
|
+
*
|
|
5
7
|
* This parameter is required.
|
|
6
8
|
*
|
|
7
9
|
* @example
|
|
@@ -10,6 +12,8 @@ export declare class DeleteTransportLayerApplicationRequest extends $dara.Model
|
|
|
10
12
|
applicationId?: number;
|
|
11
13
|
/**
|
|
12
14
|
* @remarks
|
|
15
|
+
* Site ID, which can be obtained by calling the [ListSites](https://help.aliyun.com/document_detail/2850189.html) interface.
|
|
16
|
+
*
|
|
13
17
|
* This parameter is required.
|
|
14
18
|
*
|
|
15
19
|
* @example
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DeleteTransportLayerApplicationRequest.js","sourceRoot":"","sources":["../../src/models/DeleteTransportLayerApplicationRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,sCAAuC,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"DeleteTransportLayerApplicationRequest.js","sourceRoot":"","sources":["../../src/models/DeleteTransportLayerApplicationRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,sCAAuC,SAAQ,KAAK,CAAC,KAAK;IAqBrE,MAAM,CAAC,KAAK;QACV,OAAO;YACL,aAAa,EAAE,eAAe;YAC9B,MAAM,EAAE,QAAQ;SACjB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,aAAa,EAAE,QAAQ;YACvB,MAAM,EAAE,QAAQ;SACjB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AA1CD,wFA0CC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DeleteTransportLayerApplicationResponseBody.js","sourceRoot":"","sources":["../../src/models/DeleteTransportLayerApplicationResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,2CAA4C,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"DeleteTransportLayerApplicationResponseBody.js","sourceRoot":"","sources":["../../src/models/DeleteTransportLayerApplicationResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,2CAA4C,SAAQ,KAAK,CAAC,KAAK;IAS1E,MAAM,CAAC,KAAK;QACV,OAAO;YACL,SAAS,EAAE,WAAW;SACvB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,SAAS,EAAE,QAAQ;SACpB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AA5BD,kGA4BC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import * as $dara from '@darabonba/typescript';
|
|
2
|
+
export declare class GetRoutineCodeVersionRequest extends $dara.Model {
|
|
3
|
+
/**
|
|
4
|
+
* @remarks
|
|
5
|
+
* This parameter is required.
|
|
6
|
+
*/
|
|
7
|
+
codeVersion?: string;
|
|
8
|
+
/**
|
|
9
|
+
* @remarks
|
|
10
|
+
* This parameter is required.
|
|
11
|
+
*
|
|
12
|
+
* @example
|
|
13
|
+
* GetRoutineCodeVersion
|
|
14
|
+
*/
|
|
15
|
+
name?: string;
|
|
16
|
+
static names(): {
|
|
17
|
+
[key: string]: string;
|
|
18
|
+
};
|
|
19
|
+
static types(): {
|
|
20
|
+
[key: string]: any;
|
|
21
|
+
};
|
|
22
|
+
validate(): void;
|
|
23
|
+
constructor(map?: {
|
|
24
|
+
[key: string]: any;
|
|
25
|
+
});
|
|
26
|
+
}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
+
var ownKeys = function(o) {
|
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
+
var ar = [];
|
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
+
return ar;
|
|
24
|
+
};
|
|
25
|
+
return ownKeys(o);
|
|
26
|
+
};
|
|
27
|
+
return function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
})();
|
|
35
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
|
+
exports.GetRoutineCodeVersionRequest = void 0;
|
|
37
|
+
// This file is auto-generated, don't edit it
|
|
38
|
+
const $dara = __importStar(require("@darabonba/typescript"));
|
|
39
|
+
class GetRoutineCodeVersionRequest extends $dara.Model {
|
|
40
|
+
static names() {
|
|
41
|
+
return {
|
|
42
|
+
codeVersion: 'CodeVersion',
|
|
43
|
+
name: 'Name',
|
|
44
|
+
};
|
|
45
|
+
}
|
|
46
|
+
static types() {
|
|
47
|
+
return {
|
|
48
|
+
codeVersion: 'string',
|
|
49
|
+
name: 'string',
|
|
50
|
+
};
|
|
51
|
+
}
|
|
52
|
+
validate() {
|
|
53
|
+
super.validate();
|
|
54
|
+
}
|
|
55
|
+
constructor(map) {
|
|
56
|
+
super(map);
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
exports.GetRoutineCodeVersionRequest = GetRoutineCodeVersionRequest;
|
|
60
|
+
//# sourceMappingURL=GetRoutineCodeVersionRequest.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GetRoutineCodeVersionRequest.js","sourceRoot":"","sources":["../../src/models/GetRoutineCodeVersionRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,4BAA6B,SAAQ,KAAK,CAAC,KAAK;IAc3D,MAAM,CAAC,KAAK;QACV,OAAO;YACL,WAAW,EAAE,aAAa;YAC1B,IAAI,EAAE,MAAM;SACb,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,WAAW,EAAE,QAAQ;YACrB,IAAI,EAAE,QAAQ;SACf,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAnCD,oEAmCC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import * as $dara from '@darabonba/typescript';
|
|
2
|
+
import { GetRoutineCodeVersionResponseBody } from "./GetRoutineCodeVersionResponseBody";
|
|
3
|
+
export declare class GetRoutineCodeVersionResponse extends $dara.Model {
|
|
4
|
+
headers?: {
|
|
5
|
+
[key: string]: string;
|
|
6
|
+
};
|
|
7
|
+
statusCode?: number;
|
|
8
|
+
body?: GetRoutineCodeVersionResponseBody;
|
|
9
|
+
static names(): {
|
|
10
|
+
[key: string]: string;
|
|
11
|
+
};
|
|
12
|
+
static types(): {
|
|
13
|
+
[key: string]: any;
|
|
14
|
+
};
|
|
15
|
+
validate(): void;
|
|
16
|
+
constructor(map?: {
|
|
17
|
+
[key: string]: any;
|
|
18
|
+
});
|
|
19
|
+
}
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
+
var ownKeys = function(o) {
|
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
+
var ar = [];
|
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
+
return ar;
|
|
24
|
+
};
|
|
25
|
+
return ownKeys(o);
|
|
26
|
+
};
|
|
27
|
+
return function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
})();
|
|
35
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
|
+
exports.GetRoutineCodeVersionResponse = void 0;
|
|
37
|
+
// This file is auto-generated, don't edit it
|
|
38
|
+
const $dara = __importStar(require("@darabonba/typescript"));
|
|
39
|
+
const GetRoutineCodeVersionResponseBody_1 = require("./GetRoutineCodeVersionResponseBody");
|
|
40
|
+
class GetRoutineCodeVersionResponse extends $dara.Model {
|
|
41
|
+
static names() {
|
|
42
|
+
return {
|
|
43
|
+
headers: 'headers',
|
|
44
|
+
statusCode: 'statusCode',
|
|
45
|
+
body: 'body',
|
|
46
|
+
};
|
|
47
|
+
}
|
|
48
|
+
static types() {
|
|
49
|
+
return {
|
|
50
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
51
|
+
statusCode: 'number',
|
|
52
|
+
body: GetRoutineCodeVersionResponseBody_1.GetRoutineCodeVersionResponseBody,
|
|
53
|
+
};
|
|
54
|
+
}
|
|
55
|
+
validate() {
|
|
56
|
+
if (this.headers) {
|
|
57
|
+
$dara.Model.validateMap(this.headers);
|
|
58
|
+
}
|
|
59
|
+
if (this.body && typeof this.body.validate === 'function') {
|
|
60
|
+
this.body.validate();
|
|
61
|
+
}
|
|
62
|
+
super.validate();
|
|
63
|
+
}
|
|
64
|
+
constructor(map) {
|
|
65
|
+
super(map);
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
exports.GetRoutineCodeVersionResponse = GetRoutineCodeVersionResponse;
|
|
69
|
+
//# sourceMappingURL=GetRoutineCodeVersionResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GetRoutineCodeVersionResponse.js","sourceRoot":"","sources":["../../src/models/GetRoutineCodeVersionResponse.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAC/C,2FAAwF;AAGxF,MAAa,6BAA8B,SAAQ,KAAK,CAAC,KAAK;IAI5D,MAAM,CAAC,KAAK;QACV,OAAO;YACL,OAAO,EAAE,SAAS;YAClB,UAAU,EAAE,YAAY;YACxB,IAAI,EAAE,MAAM;SACb,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,OAAO,EAAE,EAAE,MAAM,EAAE,KAAK,EAAE,SAAS,EAAE,QAAQ,EAAE,WAAW,EAAE,QAAQ,EAAE;YACtE,UAAU,EAAE,QAAQ;YACpB,IAAI,EAAE,qEAAiC;SACxC,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,IAAI,CAAC,OAAO,EAAE,CAAC;YAChB,KAAK,CAAC,KAAK,CAAC,WAAW,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACxC,CAAC;QACD,IAAG,IAAI,CAAC,IAAI,IAAI,OAAQ,IAAI,CAAC,IAAY,CAAC,QAAQ,KAAK,UAAU,EAAE,CAAC;YACjE,IAAI,CAAC,IAAY,CAAC,QAAQ,EAAE,CAAC;QAChC,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAjCD,sEAiCC"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import * as $dara from '@darabonba/typescript';
|
|
2
|
+
export declare class GetRoutineCodeVersionResponseBody extends $dara.Model {
|
|
3
|
+
codeDescription?: string;
|
|
4
|
+
createTime?: string;
|
|
5
|
+
/**
|
|
6
|
+
* @remarks
|
|
7
|
+
* Id of the request
|
|
8
|
+
*/
|
|
9
|
+
requestId?: string;
|
|
10
|
+
routineCode?: string;
|
|
11
|
+
static names(): {
|
|
12
|
+
[key: string]: string;
|
|
13
|
+
};
|
|
14
|
+
static types(): {
|
|
15
|
+
[key: string]: any;
|
|
16
|
+
};
|
|
17
|
+
validate(): void;
|
|
18
|
+
constructor(map?: {
|
|
19
|
+
[key: string]: any;
|
|
20
|
+
});
|
|
21
|
+
}
|