@alicloud/sae20190506 2.8.4 → 2.9.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 +44 -26
- package/dist/client.js +77 -26
- package/dist/client.js.map +1 -1
- package/dist/models/CreateOrUpdateSwimmingLaneGroupRequest.d.ts +26 -0
- package/dist/models/CreateOrUpdateSwimmingLaneGroupRequest.js.map +1 -1
- package/dist/models/CreateOrUpdateSwimmingLaneGroupResponseBody.d.ts +40 -0
- package/dist/models/CreateOrUpdateSwimmingLaneGroupResponseBody.js.map +1 -1
- package/dist/models/CreateOrUpdateSwimmingLaneGroupShrinkRequest.d.ts +26 -0
- package/dist/models/CreateOrUpdateSwimmingLaneGroupShrinkRequest.js.map +1 -1
- package/dist/models/CreateOrUpdateSwimmingLaneRequest.d.ts +137 -0
- package/dist/models/CreateOrUpdateSwimmingLaneRequest.js.map +1 -1
- package/dist/models/CreateOrUpdateSwimmingLaneResponseBody.d.ts +40 -0
- package/dist/models/CreateOrUpdateSwimmingLaneResponseBody.js.map +1 -1
- package/dist/models/CreateOrUpdateSwimmingLaneShrinkRequest.d.ts +39 -0
- package/dist/models/CreateOrUpdateSwimmingLaneShrinkRequest.js.map +1 -1
- package/dist/models/DeleteInstancesRequest.d.ts +4 -0
- package/dist/models/DeleteInstancesRequest.js.map +1 -1
- package/dist/models/DeleteInstancesResponseBody.d.ts +40 -0
- package/dist/models/DeleteInstancesResponseBody.js.map +1 -1
- package/dist/models/DeleteSwimmingLaneGroupRequest.d.ts +6 -0
- package/dist/models/DeleteSwimmingLaneGroupRequest.js.map +1 -1
- package/dist/models/DeleteSwimmingLaneGroupResponseBody.d.ts +33 -0
- package/dist/models/DeleteSwimmingLaneGroupResponseBody.js.map +1 -1
- package/dist/models/DescribeInstanceLogRequest.d.ts +1 -0
- package/dist/models/DescribeInstanceLogRequest.js +2 -0
- package/dist/models/DescribeInstanceLogRequest.js.map +1 -1
- package/dist/models/DescribeSwimmingLaneRequest.d.ts +9 -0
- package/dist/models/DescribeSwimmingLaneRequest.js.map +1 -1
- package/dist/models/DescribeSwimmingLaneResponseBody.d.ts +185 -0
- package/dist/models/DescribeSwimmingLaneResponseBody.js.map +1 -1
- package/dist/models/GetWebshellTokenResponseBody.d.ts +4 -0
- package/dist/models/GetWebshellTokenResponseBody.js.map +1 -1
- package/dist/models/ListAllSwimmingLaneGroupsRequest.d.ts +3 -0
- package/dist/models/ListAllSwimmingLaneGroupsRequest.js.map +1 -1
- package/dist/models/ListAllSwimmingLaneGroupsResponseBody.d.ts +113 -0
- package/dist/models/ListAllSwimmingLaneGroupsResponseBody.js.map +1 -1
- package/dist/models/ListAllSwimmingLanesRequest.d.ts +6 -0
- package/dist/models/ListAllSwimmingLanesRequest.js.map +1 -1
- package/dist/models/ListAllSwimmingLanesResponseBody.d.ts +185 -0
- package/dist/models/ListAllSwimmingLanesResponseBody.js.map +1 -1
- package/dist/models/ListApplicationsForSwimmingLaneRequest.d.ts +8 -0
- package/dist/models/ListApplicationsForSwimmingLaneRequest.js.map +1 -1
- package/dist/models/ListApplicationsForSwimmingLaneResponseBody.d.ts +59 -0
- package/dist/models/ListApplicationsForSwimmingLaneResponseBody.js.map +1 -1
- package/dist/models/ListSwimmingLaneGatewayRoutesRequest.d.ts +6 -0
- package/dist/models/ListSwimmingLaneGatewayRoutesRequest.js.map +1 -1
- package/dist/models/ListSwimmingLaneGatewayRoutesResponseBody.d.ts +57 -0
- package/dist/models/ListSwimmingLaneGatewayRoutesResponseBody.js.map +1 -1
- package/dist/models/ListSwimmingLaneGroupTagsRequest.d.ts +6 -0
- package/dist/models/ListSwimmingLaneGroupTagsRequest.js.map +1 -1
- package/dist/models/ListSwimmingLaneGroupTagsResponseBody.d.ts +43 -0
- package/dist/models/ListSwimmingLaneGroupTagsResponseBody.js.map +1 -1
- package/dist/models/UpdateAppModeRequest.d.ts +11 -0
- package/dist/models/UpdateAppModeRequest.js.map +1 -1
- package/dist/models/UpdateAppModeResponseBody.d.ts +27 -0
- package/dist/models/UpdateAppModeResponseBody.js.map +1 -1
- package/dist/models/UpdateNamespaceSlsConfigsRequest.d.ts +28 -0
- package/dist/models/UpdateNamespaceSlsConfigsRequest.js +62 -0
- package/dist/models/UpdateNamespaceSlsConfigsRequest.js.map +1 -0
- package/dist/models/UpdateNamespaceSlsConfigsResponse.d.ts +19 -0
- package/dist/models/UpdateNamespaceSlsConfigsResponse.js +69 -0
- package/dist/models/UpdateNamespaceSlsConfigsResponse.js.map +1 -0
- package/dist/models/UpdateNamespaceSlsConfigsResponseBody.d.ts +42 -0
- package/dist/models/UpdateNamespaceSlsConfigsResponseBody.js +68 -0
- package/dist/models/UpdateNamespaceSlsConfigsResponseBody.js.map +1 -0
- package/dist/models/UpdateSwimmingLaneEnableAttributeRequest.d.ts +15 -0
- package/dist/models/UpdateSwimmingLaneEnableAttributeRequest.js.map +1 -1
- package/dist/models/UpdateSwimmingLaneEnableAttributeResponseBody.d.ts +33 -0
- package/dist/models/UpdateSwimmingLaneEnableAttributeResponseBody.js.map +1 -1
- package/dist/models/model.d.ts +3 -0
- package/dist/models/model.js +8 -2
- package/dist/models/model.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +83 -26
- package/src/models/CreateOrUpdateSwimmingLaneGroupRequest.ts +26 -0
- package/src/models/CreateOrUpdateSwimmingLaneGroupResponseBody.ts +40 -0
- package/src/models/CreateOrUpdateSwimmingLaneGroupShrinkRequest.ts +26 -0
- package/src/models/CreateOrUpdateSwimmingLaneRequest.ts +137 -0
- package/src/models/CreateOrUpdateSwimmingLaneResponseBody.ts +40 -0
- package/src/models/CreateOrUpdateSwimmingLaneShrinkRequest.ts +39 -0
- package/src/models/DeleteInstancesRequest.ts +4 -0
- package/src/models/DeleteInstancesResponseBody.ts +40 -0
- package/src/models/DeleteSwimmingLaneGroupRequest.ts +6 -0
- package/src/models/DeleteSwimmingLaneGroupResponseBody.ts +33 -0
- package/src/models/DescribeInstanceLogRequest.ts +3 -0
- package/src/models/DescribeSwimmingLaneRequest.ts +9 -0
- package/src/models/DescribeSwimmingLaneResponseBody.ts +185 -0
- package/src/models/GetWebshellTokenResponseBody.ts +4 -0
- package/src/models/ListAllSwimmingLaneGroupsRequest.ts +3 -0
- package/src/models/ListAllSwimmingLaneGroupsResponseBody.ts +113 -0
- package/src/models/ListAllSwimmingLanesRequest.ts +6 -0
- package/src/models/ListAllSwimmingLanesResponseBody.ts +185 -0
- package/src/models/ListApplicationsForSwimmingLaneRequest.ts +8 -0
- package/src/models/ListApplicationsForSwimmingLaneResponseBody.ts +59 -0
- package/src/models/ListSwimmingLaneGatewayRoutesRequest.ts +6 -0
- package/src/models/ListSwimmingLaneGatewayRoutesResponseBody.ts +57 -0
- package/src/models/ListSwimmingLaneGroupTagsRequest.ts +6 -0
- package/src/models/ListSwimmingLaneGroupTagsResponseBody.ts +43 -0
- package/src/models/UpdateAppModeRequest.ts +11 -0
- package/src/models/UpdateAppModeResponseBody.ts +27 -0
- package/src/models/UpdateNamespaceSlsConfigsRequest.ts +45 -0
- package/src/models/UpdateNamespaceSlsConfigsResponse.ts +40 -0
- package/src/models/UpdateNamespaceSlsConfigsResponseBody.ts +65 -0
- package/src/models/UpdateSwimmingLaneEnableAttributeRequest.ts +15 -0
- package/src/models/UpdateSwimmingLaneEnableAttributeResponseBody.ts +33 -0
- package/src/models/model.ts +3 -0
|
@@ -1,32 +1,58 @@
|
|
|
1
1
|
import * as $dara from '@darabonba/typescript';
|
|
2
2
|
export declare class CreateOrUpdateSwimmingLaneGroupRequest extends $dara.Model {
|
|
3
|
+
/**
|
|
4
|
+
* @remarks
|
|
5
|
+
* The ID of the baseline application.
|
|
6
|
+
*/
|
|
3
7
|
appIds?: string[];
|
|
4
8
|
/**
|
|
9
|
+
* @remarks
|
|
10
|
+
* The unique ID of the corresponding gateway.
|
|
11
|
+
*
|
|
5
12
|
* @example
|
|
6
13
|
* mse_ingresspost-cn-axc49******
|
|
7
14
|
*/
|
|
8
15
|
entryAppId?: string;
|
|
9
16
|
/**
|
|
17
|
+
* @remarks
|
|
18
|
+
* The application entry type (gateway type).
|
|
19
|
+
*
|
|
20
|
+
* * **apig:** cloud-native API Gateway
|
|
21
|
+
* * **mse:** Java Services Gateway
|
|
22
|
+
* * **mse-gw:** MSE cloud-native Gateway
|
|
23
|
+
*
|
|
10
24
|
* @example
|
|
11
25
|
* mse-gw
|
|
12
26
|
*/
|
|
13
27
|
entryAppType?: string;
|
|
14
28
|
/**
|
|
29
|
+
* @remarks
|
|
30
|
+
* The ID of the lane group. This is required when you update a lane group.
|
|
31
|
+
*
|
|
15
32
|
* @example
|
|
16
33
|
* 2047
|
|
17
34
|
*/
|
|
18
35
|
groupId?: number;
|
|
19
36
|
/**
|
|
37
|
+
* @remarks
|
|
38
|
+
* The name of the lane group.
|
|
39
|
+
*
|
|
20
40
|
* @example
|
|
21
41
|
* mse-test
|
|
22
42
|
*/
|
|
23
43
|
groupName?: string;
|
|
24
44
|
/**
|
|
45
|
+
* @remarks
|
|
46
|
+
* The ID of a namespace.
|
|
47
|
+
*
|
|
25
48
|
* @example
|
|
26
49
|
* cn-beijing:test
|
|
27
50
|
*/
|
|
28
51
|
namespaceId?: string;
|
|
29
52
|
/**
|
|
53
|
+
* @remarks
|
|
54
|
+
* The end-to-end grayscale version. Valid values: 0 and 2 (recommended).
|
|
55
|
+
*
|
|
30
56
|
* @example
|
|
31
57
|
* 2
|
|
32
58
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateOrUpdateSwimmingLaneGroupRequest.js","sourceRoot":"","sources":["../../src/models/CreateOrUpdateSwimmingLaneGroupRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,sCAAuC,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"CreateOrUpdateSwimmingLaneGroupRequest.js","sourceRoot":"","sources":["../../src/models/CreateOrUpdateSwimmingLaneGroupRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,sCAAuC,SAAQ,KAAK,CAAC,KAAK;IA0DrE,MAAM,CAAC,KAAK;QACV,OAAO;YACL,MAAM,EAAE,QAAQ;YAChB,UAAU,EAAE,YAAY;YACxB,YAAY,EAAE,cAAc;YAC5B,OAAO,EAAE,SAAS;YAClB,SAAS,EAAE,WAAW;YACtB,WAAW,EAAE,aAAa;YAC1B,WAAW,EAAE,aAAa;SAC3B,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,MAAM,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,QAAQ,EAAE;YACjD,UAAU,EAAE,QAAQ;YACpB,YAAY,EAAE,QAAQ;YACtB,OAAO,EAAE,QAAQ;YACjB,SAAS,EAAE,QAAQ;YACnB,WAAW,EAAE,QAAQ;YACrB,WAAW,EAAE,QAAQ;SACtB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,MAAM,CAAC,EAAE,CAAC;YAC9B,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;QACzC,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AA5FD,wFA4FC"}
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
import * as $dara from '@darabonba/typescript';
|
|
2
2
|
export declare class CreateOrUpdateSwimmingLaneGroupResponseBodyData extends $dara.Model {
|
|
3
3
|
/**
|
|
4
|
+
* @remarks
|
|
5
|
+
* The ID of the lane group.
|
|
6
|
+
*
|
|
4
7
|
* @example
|
|
5
8
|
* 2074
|
|
6
9
|
*/
|
|
@@ -18,28 +21,65 @@ export declare class CreateOrUpdateSwimmingLaneGroupResponseBodyData extends $da
|
|
|
18
21
|
}
|
|
19
22
|
export declare class CreateOrUpdateSwimmingLaneGroupResponseBody extends $dara.Model {
|
|
20
23
|
/**
|
|
24
|
+
* @remarks
|
|
25
|
+
* The HTTP status code or the error code. Valid values:
|
|
26
|
+
*
|
|
27
|
+
* * **2xx**: The request was successful.
|
|
28
|
+
* * **3xx**: Redirection.
|
|
29
|
+
* * **4xx**: The request failed.
|
|
30
|
+
* * **5xx**: Server error.
|
|
31
|
+
*
|
|
21
32
|
* @example
|
|
22
33
|
* 200
|
|
23
34
|
*/
|
|
24
35
|
code?: string;
|
|
36
|
+
/**
|
|
37
|
+
* @remarks
|
|
38
|
+
* The application information.
|
|
39
|
+
*/
|
|
25
40
|
data?: CreateOrUpdateSwimmingLaneGroupResponseBodyData;
|
|
41
|
+
/**
|
|
42
|
+
* @remarks
|
|
43
|
+
* The status code. Value values:
|
|
44
|
+
*
|
|
45
|
+
* * If the request was successful, **ErrorCode** is not returned.
|
|
46
|
+
* * If the request failed, **ErrorCode** is returned. For more information, see **Error codes** in this topic.
|
|
47
|
+
*/
|
|
26
48
|
errorCode?: string;
|
|
27
49
|
/**
|
|
50
|
+
* @remarks
|
|
51
|
+
* Additional information. Valid values:
|
|
52
|
+
*
|
|
53
|
+
* * The error message returned because the request is normal and **success** is returned.
|
|
54
|
+
* * If the request is abnormal, the specific exception error code is returned.
|
|
55
|
+
*
|
|
28
56
|
* @example
|
|
29
57
|
* success
|
|
30
58
|
*/
|
|
31
59
|
message?: string;
|
|
32
60
|
/**
|
|
61
|
+
* @remarks
|
|
62
|
+
* The request ID.
|
|
63
|
+
*
|
|
33
64
|
* @example
|
|
34
65
|
* 91F93257-7A4A-4BD3-9A7E-2F6EAE6D****
|
|
35
66
|
*/
|
|
36
67
|
requestId?: string;
|
|
37
68
|
/**
|
|
69
|
+
* @remarks
|
|
70
|
+
* Whether the lane group is created. Valid values:
|
|
71
|
+
*
|
|
72
|
+
* * **true**: Created successfully.
|
|
73
|
+
* * **false**: The ConfigMap failed to be created.
|
|
74
|
+
*
|
|
38
75
|
* @example
|
|
39
76
|
* true
|
|
40
77
|
*/
|
|
41
78
|
success?: boolean;
|
|
42
79
|
/**
|
|
80
|
+
* @remarks
|
|
81
|
+
* The ID of the trace. This parameter is used to query the exact call information.
|
|
82
|
+
*
|
|
43
83
|
* @example
|
|
44
84
|
* 0a98a02315955564772843261e****
|
|
45
85
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateOrUpdateSwimmingLaneGroupResponseBody.js","sourceRoot":"","sources":["../../src/models/CreateOrUpdateSwimmingLaneGroupResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,+CAAgD,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"CreateOrUpdateSwimmingLaneGroupResponseBody.js","sourceRoot":"","sources":["../../src/models/CreateOrUpdateSwimmingLaneGroupResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,+CAAgD,SAAQ,KAAK,CAAC,KAAK;IAS9E,MAAM,CAAC,KAAK;QACV,OAAO;YACL,OAAO,EAAE,SAAS;SACnB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,OAAO,EAAE,QAAQ;SAClB,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,0GA4BC;AAED,MAAa,2CAA4C,SAAQ,KAAK,CAAC,KAAK;IAiE1E,MAAM,CAAC,KAAK;QACV,OAAO;YACL,IAAI,EAAE,MAAM;YACZ,IAAI,EAAE,MAAM;YACZ,SAAS,EAAE,WAAW;YACtB,OAAO,EAAE,SAAS;YAClB,SAAS,EAAE,WAAW;YACtB,OAAO,EAAE,SAAS;YAClB,OAAO,EAAE,SAAS;SACnB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,IAAI,EAAE,QAAQ;YACd,IAAI,EAAE,+CAA+C;YACrD,SAAS,EAAE,QAAQ;YACnB,OAAO,EAAE,QAAQ;YACjB,SAAS,EAAE,QAAQ;YACnB,OAAO,EAAE,SAAS;YAClB,OAAO,EAAE,QAAQ;SAClB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,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;AAnGD,kGAmGC"}
|
|
@@ -1,32 +1,58 @@
|
|
|
1
1
|
import * as $dara from '@darabonba/typescript';
|
|
2
2
|
export declare class CreateOrUpdateSwimmingLaneGroupShrinkRequest extends $dara.Model {
|
|
3
|
+
/**
|
|
4
|
+
* @remarks
|
|
5
|
+
* The ID of the baseline application.
|
|
6
|
+
*/
|
|
3
7
|
appIdsShrink?: string;
|
|
4
8
|
/**
|
|
9
|
+
* @remarks
|
|
10
|
+
* The unique ID of the corresponding gateway.
|
|
11
|
+
*
|
|
5
12
|
* @example
|
|
6
13
|
* mse_ingresspost-cn-axc49******
|
|
7
14
|
*/
|
|
8
15
|
entryAppId?: string;
|
|
9
16
|
/**
|
|
17
|
+
* @remarks
|
|
18
|
+
* The application entry type (gateway type).
|
|
19
|
+
*
|
|
20
|
+
* * **apig:** cloud-native API Gateway
|
|
21
|
+
* * **mse:** Java Services Gateway
|
|
22
|
+
* * **mse-gw:** MSE cloud-native Gateway
|
|
23
|
+
*
|
|
10
24
|
* @example
|
|
11
25
|
* mse-gw
|
|
12
26
|
*/
|
|
13
27
|
entryAppType?: string;
|
|
14
28
|
/**
|
|
29
|
+
* @remarks
|
|
30
|
+
* The ID of the lane group. This is required when you update a lane group.
|
|
31
|
+
*
|
|
15
32
|
* @example
|
|
16
33
|
* 2047
|
|
17
34
|
*/
|
|
18
35
|
groupId?: number;
|
|
19
36
|
/**
|
|
37
|
+
* @remarks
|
|
38
|
+
* The name of the lane group.
|
|
39
|
+
*
|
|
20
40
|
* @example
|
|
21
41
|
* mse-test
|
|
22
42
|
*/
|
|
23
43
|
groupName?: string;
|
|
24
44
|
/**
|
|
45
|
+
* @remarks
|
|
46
|
+
* The ID of a namespace.
|
|
47
|
+
*
|
|
25
48
|
* @example
|
|
26
49
|
* cn-beijing:test
|
|
27
50
|
*/
|
|
28
51
|
namespaceId?: string;
|
|
29
52
|
/**
|
|
53
|
+
* @remarks
|
|
54
|
+
* The end-to-end grayscale version. Valid values: 0 and 2 (recommended).
|
|
55
|
+
*
|
|
30
56
|
* @example
|
|
31
57
|
* 2
|
|
32
58
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateOrUpdateSwimmingLaneGroupShrinkRequest.js","sourceRoot":"","sources":["../../src/models/CreateOrUpdateSwimmingLaneGroupShrinkRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,4CAA6C,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"CreateOrUpdateSwimmingLaneGroupShrinkRequest.js","sourceRoot":"","sources":["../../src/models/CreateOrUpdateSwimmingLaneGroupShrinkRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,4CAA6C,SAAQ,KAAK,CAAC,KAAK;IA0D3E,MAAM,CAAC,KAAK;QACV,OAAO;YACL,YAAY,EAAE,QAAQ;YACtB,UAAU,EAAE,YAAY;YACxB,YAAY,EAAE,cAAc;YAC5B,OAAO,EAAE,SAAS;YAClB,SAAS,EAAE,WAAW;YACtB,WAAW,EAAE,aAAa;YAC1B,WAAW,EAAE,aAAa;SAC3B,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,YAAY,EAAE,QAAQ;YACtB,UAAU,EAAE,QAAQ;YACpB,YAAY,EAAE,QAAQ;YACtB,OAAO,EAAE,QAAQ;YACjB,SAAS,EAAE,QAAQ;YACnB,WAAW,EAAE,QAAQ;YACrB,WAAW,EAAE,QAAQ;SACtB,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"}
|
|
@@ -1,21 +1,43 @@
|
|
|
1
1
|
import * as $dara from '@darabonba/typescript';
|
|
2
2
|
export declare class CreateOrUpdateSwimmingLaneRequestAppEntryRuleConditions extends $dara.Model {
|
|
3
3
|
/**
|
|
4
|
+
* @remarks
|
|
5
|
+
* Matching Rule:
|
|
6
|
+
*
|
|
7
|
+
* * The exact match. The condition is met if the traffic value and the condition value are exactly the same.
|
|
8
|
+
* * The exact match. The condition is met if the traffic value and the condition value are exactly the same.
|
|
9
|
+
* * The inclusive match. The condition is met if the traffic value is included in the specified list.
|
|
10
|
+
* * The percentage match. Principle: The condition is met if \\"hash(get(`key`)) % 100 < value\\".
|
|
11
|
+
* * Regular match: a regular expression match. The condition is met when the match is based on regular expression rules.
|
|
12
|
+
*
|
|
4
13
|
* @example
|
|
5
14
|
* ==
|
|
6
15
|
*/
|
|
7
16
|
condition?: string;
|
|
8
17
|
/**
|
|
18
|
+
* @remarks
|
|
19
|
+
* The parameter name.
|
|
20
|
+
*
|
|
9
21
|
* @example
|
|
10
22
|
* t
|
|
11
23
|
*/
|
|
12
24
|
name?: string;
|
|
13
25
|
/**
|
|
26
|
+
* @remarks
|
|
27
|
+
* The parameter type. Valid values:
|
|
28
|
+
*
|
|
29
|
+
* * header
|
|
30
|
+
* * param
|
|
31
|
+
* * Cookie: forwards requests based on cookies.
|
|
32
|
+
*
|
|
14
33
|
* @example
|
|
15
34
|
* Header
|
|
16
35
|
*/
|
|
17
36
|
type?: string;
|
|
18
37
|
/**
|
|
38
|
+
* @remarks
|
|
39
|
+
* The match value of the condition.
|
|
40
|
+
*
|
|
19
41
|
* @example
|
|
20
42
|
* g1
|
|
21
43
|
*/
|
|
@@ -33,22 +55,49 @@ export declare class CreateOrUpdateSwimmingLaneRequestAppEntryRuleConditions ext
|
|
|
33
55
|
}
|
|
34
56
|
export declare class CreateOrUpdateSwimmingLaneRequestAppEntryRule extends $dara.Model {
|
|
35
57
|
/**
|
|
58
|
+
* @remarks
|
|
59
|
+
* Logical connectors between conditions:
|
|
60
|
+
*
|
|
61
|
+
* * AND: All conditions are met at the same time.
|
|
62
|
+
* * OR: Any condition is met.
|
|
63
|
+
*
|
|
36
64
|
* @example
|
|
37
65
|
* AND
|
|
38
66
|
*/
|
|
39
67
|
conditionJoiner?: string;
|
|
68
|
+
/**
|
|
69
|
+
* @remarks
|
|
70
|
+
* The conditions that trigger circuit breaking.
|
|
71
|
+
*/
|
|
40
72
|
conditions?: CreateOrUpdateSwimmingLaneRequestAppEntryRuleConditions[];
|
|
41
73
|
/**
|
|
74
|
+
* @remarks
|
|
75
|
+
* Whether to enable proportional grayscale.
|
|
76
|
+
*
|
|
77
|
+
* * true: enabled. After you enable this parameter, you must configure the PercentageByPath.
|
|
78
|
+
* * false: disables the service.
|
|
79
|
+
*
|
|
42
80
|
* @example
|
|
43
81
|
* true
|
|
44
82
|
*/
|
|
45
83
|
independentPercentageEnable?: boolean;
|
|
84
|
+
/**
|
|
85
|
+
* @remarks
|
|
86
|
+
* The matched request path.
|
|
87
|
+
*/
|
|
46
88
|
paths?: string[];
|
|
47
89
|
/**
|
|
90
|
+
* @remarks
|
|
91
|
+
* The traffic ratio. Valid values: 0 to 100.
|
|
92
|
+
*
|
|
48
93
|
* @example
|
|
49
94
|
* 50
|
|
50
95
|
*/
|
|
51
96
|
percentage?: number;
|
|
97
|
+
/**
|
|
98
|
+
* @remarks
|
|
99
|
+
* The traffic configuration.
|
|
100
|
+
*/
|
|
52
101
|
percentageByPath?: {
|
|
53
102
|
[key: string]: number;
|
|
54
103
|
};
|
|
@@ -65,21 +114,43 @@ export declare class CreateOrUpdateSwimmingLaneRequestAppEntryRule extends $dara
|
|
|
65
114
|
}
|
|
66
115
|
export declare class CreateOrUpdateSwimmingLaneRequestMseGatewayEntryRuleConditions extends $dara.Model {
|
|
67
116
|
/**
|
|
117
|
+
* @remarks
|
|
118
|
+
* The matching rule.
|
|
119
|
+
*
|
|
120
|
+
* * \\==: exact match.
|
|
121
|
+
* * ! =: exact match.
|
|
122
|
+
* * in: contains matches.
|
|
123
|
+
* * Percentage: Percentage matching.
|
|
124
|
+
* * Regular matching: specifies whether a regular expression is used to search for the original string.
|
|
125
|
+
*
|
|
68
126
|
* @example
|
|
69
127
|
* ==
|
|
70
128
|
*/
|
|
71
129
|
condition?: string;
|
|
72
130
|
/**
|
|
131
|
+
* @remarks
|
|
132
|
+
* The parameter name.
|
|
133
|
+
*
|
|
73
134
|
* @example
|
|
74
135
|
* test
|
|
75
136
|
*/
|
|
76
137
|
name?: string;
|
|
77
138
|
/**
|
|
139
|
+
* @remarks
|
|
140
|
+
* The parameter type. Valid values:
|
|
141
|
+
*
|
|
142
|
+
* * header
|
|
143
|
+
* * param
|
|
144
|
+
* * Cookie: forwards requests based on cookies.
|
|
145
|
+
*
|
|
78
146
|
* @example
|
|
79
147
|
* header
|
|
80
148
|
*/
|
|
81
149
|
type?: string;
|
|
82
150
|
/**
|
|
151
|
+
* @remarks
|
|
152
|
+
* The match value of the condition.
|
|
153
|
+
*
|
|
83
154
|
* @example
|
|
84
155
|
* g1
|
|
85
156
|
*/
|
|
@@ -97,24 +168,51 @@ export declare class CreateOrUpdateSwimmingLaneRequestMseGatewayEntryRuleConditi
|
|
|
97
168
|
}
|
|
98
169
|
export declare class CreateOrUpdateSwimmingLaneRequestMseGatewayEntryRule extends $dara.Model {
|
|
99
170
|
/**
|
|
171
|
+
* @remarks
|
|
172
|
+
* Logical connectors between conditions:
|
|
173
|
+
*
|
|
174
|
+
* * AND: All conditions are met at the same time.
|
|
175
|
+
* * OR: Any condition is met.
|
|
176
|
+
*
|
|
100
177
|
* @example
|
|
101
178
|
* AND
|
|
102
179
|
*/
|
|
103
180
|
conditionJoiner?: string;
|
|
181
|
+
/**
|
|
182
|
+
* @remarks
|
|
183
|
+
* Routing Condition
|
|
184
|
+
*/
|
|
104
185
|
conditions?: CreateOrUpdateSwimmingLaneRequestMseGatewayEntryRuleConditions[];
|
|
105
186
|
/**
|
|
187
|
+
* @remarks
|
|
188
|
+
* Whether to enable proportional grayscale.
|
|
189
|
+
*
|
|
190
|
+
* * true: Enabled. After you enable this parameter, you must configure the PercentageByPath.
|
|
191
|
+
* * false: Disabled.
|
|
192
|
+
*
|
|
106
193
|
* @example
|
|
107
194
|
* true
|
|
108
195
|
*/
|
|
109
196
|
independentPercentageEnable?: boolean;
|
|
110
197
|
/**
|
|
198
|
+
* @remarks
|
|
199
|
+
* The percentage of traffic replication. Valid values: 0 to 100.
|
|
200
|
+
*
|
|
111
201
|
* @example
|
|
112
202
|
* 100
|
|
113
203
|
*/
|
|
114
204
|
percentage?: number;
|
|
205
|
+
/**
|
|
206
|
+
* @remarks
|
|
207
|
+
* The traffic configuration.
|
|
208
|
+
*/
|
|
115
209
|
percentageByRoute?: {
|
|
116
210
|
[key: string]: number;
|
|
117
211
|
};
|
|
212
|
+
/**
|
|
213
|
+
* @remarks
|
|
214
|
+
* The ID of the route.
|
|
215
|
+
*/
|
|
118
216
|
routeIds?: number[];
|
|
119
217
|
static names(): {
|
|
120
218
|
[key: string]: string;
|
|
@@ -128,39 +226,78 @@ export declare class CreateOrUpdateSwimmingLaneRequestMseGatewayEntryRule extend
|
|
|
128
226
|
});
|
|
129
227
|
}
|
|
130
228
|
export declare class CreateOrUpdateSwimmingLaneRequest extends $dara.Model {
|
|
229
|
+
/**
|
|
230
|
+
* @remarks
|
|
231
|
+
* The route configuration of the gateway.
|
|
232
|
+
*
|
|
233
|
+
* > This parameter is required if the gateway entry of the lane group is Java.
|
|
234
|
+
*/
|
|
131
235
|
appEntryRule?: CreateOrUpdateSwimmingLaneRequestAppEntryRule;
|
|
132
236
|
/**
|
|
237
|
+
* @remarks
|
|
238
|
+
* Full-link Grayscale Mode:
|
|
239
|
+
*
|
|
240
|
+
* * 0: The request is routed based on the content of the request.
|
|
241
|
+
* * 1: routing based on percentages
|
|
242
|
+
*
|
|
133
243
|
* @example
|
|
134
244
|
* 0
|
|
135
245
|
*/
|
|
136
246
|
canaryModel?: number;
|
|
137
247
|
/**
|
|
248
|
+
* @remarks
|
|
249
|
+
* Lane Status
|
|
250
|
+
*
|
|
251
|
+
* * true: enabled
|
|
252
|
+
* * false: disabled
|
|
253
|
+
*
|
|
138
254
|
* @example
|
|
139
255
|
* true
|
|
140
256
|
*/
|
|
141
257
|
enable?: boolean;
|
|
142
258
|
/**
|
|
259
|
+
* @remarks
|
|
260
|
+
* The ID of the lane group to which the lane belongs.
|
|
261
|
+
*
|
|
143
262
|
* @example
|
|
144
263
|
* b2a8a925-477a-eswa-b823-d5e22500****
|
|
145
264
|
*/
|
|
146
265
|
groupId?: number;
|
|
147
266
|
/**
|
|
267
|
+
* @remarks
|
|
268
|
+
* The ID of the lane.
|
|
269
|
+
*
|
|
148
270
|
* @example
|
|
149
271
|
* 13857
|
|
150
272
|
*/
|
|
151
273
|
laneId?: number;
|
|
152
274
|
/**
|
|
275
|
+
* @remarks
|
|
276
|
+
* The name of the lane.
|
|
277
|
+
*
|
|
153
278
|
* @example
|
|
154
279
|
* test
|
|
155
280
|
*/
|
|
156
281
|
laneName?: string;
|
|
157
282
|
/**
|
|
283
|
+
* @remarks
|
|
284
|
+
* The tag of the lane.
|
|
285
|
+
*
|
|
158
286
|
* @example
|
|
159
287
|
* {"alicloud.service.tag":"g1"}
|
|
160
288
|
*/
|
|
161
289
|
laneTag?: string;
|
|
290
|
+
/**
|
|
291
|
+
* @remarks
|
|
292
|
+
* The route configuration of the MSE gateway.
|
|
293
|
+
*
|
|
294
|
+
* > If the **EntryAppType** is set to **apig** or **mse-gw**, it is required.
|
|
295
|
+
*/
|
|
162
296
|
mseGatewayEntryRule?: CreateOrUpdateSwimmingLaneRequestMseGatewayEntryRule;
|
|
163
297
|
/**
|
|
298
|
+
* @remarks
|
|
299
|
+
* The namespace ID.
|
|
300
|
+
*
|
|
164
301
|
* @example
|
|
165
302
|
* cn-beijing:test
|
|
166
303
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateOrUpdateSwimmingLaneRequest.js","sourceRoot":"","sources":["../../src/models/CreateOrUpdateSwimmingLaneRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,uDAAwD,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"CreateOrUpdateSwimmingLaneRequest.js","sourceRoot":"","sources":["../../src/models/CreateOrUpdateSwimmingLaneRequest.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
import * as $dara from '@darabonba/typescript';
|
|
2
2
|
export declare class CreateOrUpdateSwimmingLaneResponseBodyData extends $dara.Model {
|
|
3
3
|
/**
|
|
4
|
+
* @remarks
|
|
5
|
+
* The ID of the lane.
|
|
6
|
+
*
|
|
4
7
|
* @example
|
|
5
8
|
* 22318
|
|
6
9
|
*/
|
|
@@ -18,28 +21,65 @@ export declare class CreateOrUpdateSwimmingLaneResponseBodyData extends $dara.Mo
|
|
|
18
21
|
}
|
|
19
22
|
export declare class CreateOrUpdateSwimmingLaneResponseBody extends $dara.Model {
|
|
20
23
|
/**
|
|
24
|
+
* @remarks
|
|
25
|
+
* The HTTP status code or the error code. Valid values:
|
|
26
|
+
*
|
|
27
|
+
* * **2xx**: Success.
|
|
28
|
+
* * **3xx**: Redirection.
|
|
29
|
+
* * **4xx**: Request error.
|
|
30
|
+
* * **5xx**: Server error.
|
|
31
|
+
*
|
|
21
32
|
* @example
|
|
22
33
|
* 200
|
|
23
34
|
*/
|
|
24
35
|
code?: string;
|
|
36
|
+
/**
|
|
37
|
+
* @remarks
|
|
38
|
+
* The returned information.
|
|
39
|
+
*/
|
|
25
40
|
data?: CreateOrUpdateSwimmingLaneResponseBodyData;
|
|
41
|
+
/**
|
|
42
|
+
* @remarks
|
|
43
|
+
* The status code. Value values:
|
|
44
|
+
*
|
|
45
|
+
* * If the request was successful, **ErrorCode** is not returned.
|
|
46
|
+
* * If the request failed, **ErrorCode** is returned. For more information, see **Error codes** in this topic.
|
|
47
|
+
*/
|
|
26
48
|
errorCode?: string;
|
|
27
49
|
/**
|
|
50
|
+
* @remarks
|
|
51
|
+
* The message returned. Value description:
|
|
52
|
+
*
|
|
53
|
+
* * If the request was successful, a success message is returned.
|
|
54
|
+
* * An error code is returned if the request failed.
|
|
55
|
+
*
|
|
28
56
|
* @example
|
|
29
57
|
* success
|
|
30
58
|
*/
|
|
31
59
|
message?: string;
|
|
32
60
|
/**
|
|
61
|
+
* @remarks
|
|
62
|
+
* The ID of the request.
|
|
63
|
+
*
|
|
33
64
|
* @example
|
|
34
65
|
* 91F93257-7A4A-4BD3-9A7E-2F6EAE6D****
|
|
35
66
|
*/
|
|
36
67
|
requestId?: string;
|
|
37
68
|
/**
|
|
69
|
+
* @remarks
|
|
70
|
+
* Whether the creation or update was successful. Valid values:
|
|
71
|
+
*
|
|
72
|
+
* * true: created.
|
|
73
|
+
* * false: failed to create.
|
|
74
|
+
*
|
|
38
75
|
* @example
|
|
39
76
|
* true
|
|
40
77
|
*/
|
|
41
78
|
success?: boolean;
|
|
42
79
|
/**
|
|
80
|
+
* @remarks
|
|
81
|
+
* The ID of the trace. The ID is used to query the details of a request.
|
|
82
|
+
*
|
|
43
83
|
* @example
|
|
44
84
|
* 0a98a02315955564772843261e****
|
|
45
85
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateOrUpdateSwimmingLaneResponseBody.js","sourceRoot":"","sources":["../../src/models/CreateOrUpdateSwimmingLaneResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,0CAA2C,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"CreateOrUpdateSwimmingLaneResponseBody.js","sourceRoot":"","sources":["../../src/models/CreateOrUpdateSwimmingLaneResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,0CAA2C,SAAQ,KAAK,CAAC,KAAK;IASzE,MAAM,CAAC,KAAK;QACV,OAAO;YACL,MAAM,EAAE,QAAQ;SACjB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,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;AA5BD,gGA4BC;AAED,MAAa,sCAAuC,SAAQ,KAAK,CAAC,KAAK;IAiErE,MAAM,CAAC,KAAK;QACV,OAAO;YACL,IAAI,EAAE,MAAM;YACZ,IAAI,EAAE,MAAM;YACZ,SAAS,EAAE,WAAW;YACtB,OAAO,EAAE,SAAS;YAClB,SAAS,EAAE,WAAW;YACtB,OAAO,EAAE,SAAS;YAClB,OAAO,EAAE,SAAS;SACnB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,IAAI,EAAE,QAAQ;YACd,IAAI,EAAE,0CAA0C;YAChD,SAAS,EAAE,QAAQ;YACnB,OAAO,EAAE,QAAQ;YACjB,SAAS,EAAE,QAAQ;YACnB,OAAO,EAAE,SAAS;YAClB,OAAO,EAAE,QAAQ;SAClB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,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;AAnGD,wFAmGC"}
|
|
@@ -1,38 +1,77 @@
|
|
|
1
1
|
import * as $dara from '@darabonba/typescript';
|
|
2
2
|
export declare class CreateOrUpdateSwimmingLaneShrinkRequest extends $dara.Model {
|
|
3
|
+
/**
|
|
4
|
+
* @remarks
|
|
5
|
+
* The route configuration of the gateway.
|
|
6
|
+
*
|
|
7
|
+
* > This parameter is required if the gateway entry of the lane group is Java.
|
|
8
|
+
*/
|
|
3
9
|
appEntryRuleShrink?: string;
|
|
4
10
|
/**
|
|
11
|
+
* @remarks
|
|
12
|
+
* Full-link Grayscale Mode:
|
|
13
|
+
*
|
|
14
|
+
* * 0: The request is routed based on the content of the request.
|
|
15
|
+
* * 1: routing based on percentages
|
|
16
|
+
*
|
|
5
17
|
* @example
|
|
6
18
|
* 0
|
|
7
19
|
*/
|
|
8
20
|
canaryModel?: number;
|
|
9
21
|
/**
|
|
22
|
+
* @remarks
|
|
23
|
+
* Lane Status
|
|
24
|
+
*
|
|
25
|
+
* * true: enabled
|
|
26
|
+
* * false: disabled
|
|
27
|
+
*
|
|
10
28
|
* @example
|
|
11
29
|
* true
|
|
12
30
|
*/
|
|
13
31
|
enable?: boolean;
|
|
14
32
|
/**
|
|
33
|
+
* @remarks
|
|
34
|
+
* The ID of the lane group to which the lane belongs.
|
|
35
|
+
*
|
|
15
36
|
* @example
|
|
16
37
|
* b2a8a925-477a-eswa-b823-d5e22500****
|
|
17
38
|
*/
|
|
18
39
|
groupId?: number;
|
|
19
40
|
/**
|
|
41
|
+
* @remarks
|
|
42
|
+
* The ID of the lane.
|
|
43
|
+
*
|
|
20
44
|
* @example
|
|
21
45
|
* 13857
|
|
22
46
|
*/
|
|
23
47
|
laneId?: number;
|
|
24
48
|
/**
|
|
49
|
+
* @remarks
|
|
50
|
+
* The name of the lane.
|
|
51
|
+
*
|
|
25
52
|
* @example
|
|
26
53
|
* test
|
|
27
54
|
*/
|
|
28
55
|
laneName?: string;
|
|
29
56
|
/**
|
|
57
|
+
* @remarks
|
|
58
|
+
* The tag of the lane.
|
|
59
|
+
*
|
|
30
60
|
* @example
|
|
31
61
|
* {"alicloud.service.tag":"g1"}
|
|
32
62
|
*/
|
|
33
63
|
laneTag?: string;
|
|
64
|
+
/**
|
|
65
|
+
* @remarks
|
|
66
|
+
* The route configuration of the MSE gateway.
|
|
67
|
+
*
|
|
68
|
+
* > If the **EntryAppType** is set to **apig** or **mse-gw**, it is required.
|
|
69
|
+
*/
|
|
34
70
|
mseGatewayEntryRuleShrink?: string;
|
|
35
71
|
/**
|
|
72
|
+
* @remarks
|
|
73
|
+
* The namespace ID.
|
|
74
|
+
*
|
|
36
75
|
* @example
|
|
37
76
|
* cn-beijing:test
|
|
38
77
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateOrUpdateSwimmingLaneShrinkRequest.js","sourceRoot":"","sources":["../../src/models/CreateOrUpdateSwimmingLaneShrinkRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,uCAAwC,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"CreateOrUpdateSwimmingLaneShrinkRequest.js","sourceRoot":"","sources":["../../src/models/CreateOrUpdateSwimmingLaneShrinkRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,uCAAwC,SAAQ,KAAK,CAAC,KAAK;IA6EtE,MAAM,CAAC,KAAK;QACV,OAAO;YACL,kBAAkB,EAAE,cAAc;YAClC,WAAW,EAAE,aAAa;YAC1B,MAAM,EAAE,QAAQ;YAChB,OAAO,EAAE,SAAS;YAClB,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,UAAU;YACpB,OAAO,EAAE,SAAS;YAClB,yBAAyB,EAAE,qBAAqB;YAChD,WAAW,EAAE,aAAa;SAC3B,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,kBAAkB,EAAE,QAAQ;YAC5B,WAAW,EAAE,QAAQ;YACrB,MAAM,EAAE,SAAS;YACjB,OAAO,EAAE,QAAQ;YACjB,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,QAAQ;YAClB,OAAO,EAAE,QAAQ;YACjB,yBAAyB,EAAE,QAAQ;YACnC,WAAW,EAAE,QAAQ;SACtB,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;AAhHD,0FAgHC"}
|