@alicloud/sae20190506 2.1.1 → 2.2.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 +162 -0
- package/dist/client.js +463 -0
- package/dist/client.js.map +1 -1
- package/dist/models/AbortChangeOrderRequest.d.ts +1 -0
- package/dist/models/AbortChangeOrderRequest.js +2 -0
- package/dist/models/AbortChangeOrderRequest.js.map +1 -1
- package/dist/models/CreateOrUpdateSwimmingLaneGroupRequest.d.ts +44 -0
- package/dist/models/CreateOrUpdateSwimmingLaneGroupRequest.js +73 -0
- package/dist/models/CreateOrUpdateSwimmingLaneGroupRequest.js.map +1 -0
- package/dist/models/CreateOrUpdateSwimmingLaneGroupResponse.d.ts +19 -0
- package/dist/models/CreateOrUpdateSwimmingLaneGroupResponse.js +69 -0
- package/dist/models/CreateOrUpdateSwimmingLaneGroupResponse.js.map +1 -0
- package/dist/models/CreateOrUpdateSwimmingLaneGroupResponseBody.d.ts +41 -0
- package/dist/models/CreateOrUpdateSwimmingLaneGroupResponseBody.js +74 -0
- package/dist/models/CreateOrUpdateSwimmingLaneGroupResponseBody.js.map +1 -0
- package/dist/models/CreateOrUpdateSwimmingLaneGroupResponseBodyData.d.ts +18 -0
- package/dist/models/CreateOrUpdateSwimmingLaneGroupResponseBodyData.js +58 -0
- package/dist/models/CreateOrUpdateSwimmingLaneGroupResponseBodyData.js.map +1 -0
- package/dist/models/CreateOrUpdateSwimmingLaneGroupShrinkRequest.d.ts +44 -0
- package/dist/models/CreateOrUpdateSwimmingLaneGroupShrinkRequest.js +70 -0
- package/dist/models/CreateOrUpdateSwimmingLaneGroupShrinkRequest.js.map +1 -0
- package/dist/models/CreateOrUpdateSwimmingLaneRequest.d.ts +52 -0
- package/dist/models/CreateOrUpdateSwimmingLaneRequest.js +82 -0
- package/dist/models/CreateOrUpdateSwimmingLaneRequest.js.map +1 -0
- package/dist/models/CreateOrUpdateSwimmingLaneRequestAppEntryRule.d.ts +34 -0
- package/dist/models/CreateOrUpdateSwimmingLaneRequestAppEntryRule.js +78 -0
- package/dist/models/CreateOrUpdateSwimmingLaneRequestAppEntryRule.js.map +1 -0
- package/dist/models/CreateOrUpdateSwimmingLaneRequestAppEntryRuleConditions.d.ts +33 -0
- package/dist/models/CreateOrUpdateSwimmingLaneRequestAppEntryRuleConditions.js +64 -0
- package/dist/models/CreateOrUpdateSwimmingLaneRequestAppEntryRuleConditions.js.map +1 -0
- package/dist/models/CreateOrUpdateSwimmingLaneRequestMseGatewayEntryRule.d.ts +34 -0
- package/dist/models/CreateOrUpdateSwimmingLaneRequestMseGatewayEntryRule.js +78 -0
- package/dist/models/CreateOrUpdateSwimmingLaneRequestMseGatewayEntryRule.js.map +1 -0
- package/dist/models/CreateOrUpdateSwimmingLaneRequestMseGatewayEntryRuleConditions.d.ts +33 -0
- package/dist/models/CreateOrUpdateSwimmingLaneRequestMseGatewayEntryRuleConditions.js +64 -0
- package/dist/models/CreateOrUpdateSwimmingLaneRequestMseGatewayEntryRuleConditions.js.map +1 -0
- package/dist/models/CreateOrUpdateSwimmingLaneResponse.d.ts +19 -0
- package/dist/models/CreateOrUpdateSwimmingLaneResponse.js +69 -0
- package/dist/models/CreateOrUpdateSwimmingLaneResponse.js.map +1 -0
- package/dist/models/CreateOrUpdateSwimmingLaneResponseBody.d.ts +41 -0
- package/dist/models/CreateOrUpdateSwimmingLaneResponseBody.js +74 -0
- package/dist/models/CreateOrUpdateSwimmingLaneResponseBody.js.map +1 -0
- package/dist/models/CreateOrUpdateSwimmingLaneResponseBodyData.d.ts +18 -0
- package/dist/models/CreateOrUpdateSwimmingLaneResponseBodyData.js +58 -0
- package/dist/models/CreateOrUpdateSwimmingLaneResponseBodyData.js.map +1 -0
- package/dist/models/CreateOrUpdateSwimmingLaneShrinkRequest.d.ts +50 -0
- package/dist/models/CreateOrUpdateSwimmingLaneShrinkRequest.js +74 -0
- package/dist/models/CreateOrUpdateSwimmingLaneShrinkRequest.js.map +1 -0
- package/dist/models/DeleteSwimmingLaneGroupRequest.d.ts +23 -0
- package/dist/models/DeleteSwimmingLaneGroupRequest.js +60 -0
- package/dist/models/DeleteSwimmingLaneGroupRequest.js.map +1 -0
- package/dist/models/DeleteSwimmingLaneGroupResponse.d.ts +19 -0
- package/dist/models/DeleteSwimmingLaneGroupResponse.js +69 -0
- package/dist/models/DeleteSwimmingLaneGroupResponse.js.map +1 -0
- package/dist/models/DeleteSwimmingLaneGroupResponseBody.d.ts +39 -0
- package/dist/models/DeleteSwimmingLaneGroupResponseBody.js +68 -0
- package/dist/models/DeleteSwimmingLaneGroupResponseBody.js.map +1 -0
- package/dist/models/DescribeSwimmingLaneRequest.d.ts +28 -0
- package/dist/models/DescribeSwimmingLaneRequest.js +62 -0
- package/dist/models/DescribeSwimmingLaneRequest.js.map +1 -0
- package/dist/models/DescribeSwimmingLaneResponse.d.ts +19 -0
- package/dist/models/DescribeSwimmingLaneResponse.js +69 -0
- package/dist/models/DescribeSwimmingLaneResponse.js.map +1 -0
- package/dist/models/DescribeSwimmingLaneResponseBody.d.ts +41 -0
- package/dist/models/DescribeSwimmingLaneResponseBody.js +74 -0
- package/dist/models/DescribeSwimmingLaneResponseBody.js.map +1 -0
- package/dist/models/DescribeSwimmingLaneResponseBodyData.d.ts +49 -0
- package/dist/models/DescribeSwimmingLaneResponseBodyData.js +86 -0
- package/dist/models/DescribeSwimmingLaneResponseBodyData.js.map +1 -0
- package/dist/models/DescribeSwimmingLaneResponseBodyDataAppEntryRule.d.ts +34 -0
- package/dist/models/DescribeSwimmingLaneResponseBodyDataAppEntryRule.js +78 -0
- package/dist/models/DescribeSwimmingLaneResponseBodyDataAppEntryRule.js.map +1 -0
- package/dist/models/DescribeSwimmingLaneResponseBodyDataAppEntryRuleConditions.d.ts +34 -0
- package/dist/models/DescribeSwimmingLaneResponseBodyDataAppEntryRuleConditions.js +69 -0
- package/dist/models/DescribeSwimmingLaneResponseBodyDataAppEntryRuleConditions.js.map +1 -0
- package/dist/models/DescribeSwimmingLaneResponseBodyDataApps.d.ts +38 -0
- package/dist/models/DescribeSwimmingLaneResponseBodyDataApps.js +66 -0
- package/dist/models/DescribeSwimmingLaneResponseBodyDataApps.js.map +1 -0
- package/dist/models/DescribeSwimmingLaneResponseBodyDataMseGatewayEntryRule.d.ts +36 -0
- package/dist/models/DescribeSwimmingLaneResponseBodyDataMseGatewayEntryRule.js +84 -0
- package/dist/models/DescribeSwimmingLaneResponseBodyDataMseGatewayEntryRule.js.map +1 -0
- package/dist/models/DescribeSwimmingLaneResponseBodyDataMseGatewayEntryRuleConditions.d.ts +33 -0
- package/dist/models/DescribeSwimmingLaneResponseBodyDataMseGatewayEntryRuleConditions.js +64 -0
- package/dist/models/DescribeSwimmingLaneResponseBodyDataMseGatewayEntryRuleConditions.js.map +1 -0
- package/dist/models/DescribeSwimmingLaneResponseBodyDataMseGatewayEntryRuleRoutes.d.ts +25 -0
- package/dist/models/DescribeSwimmingLaneResponseBodyDataMseGatewayEntryRuleRoutes.js +66 -0
- package/dist/models/DescribeSwimmingLaneResponseBodyDataMseGatewayEntryRuleRoutes.js.map +1 -0
- package/dist/models/DescribeSwimmingLaneResponseBodyDataMseGatewayEntryRuleRoutesRoutePredicate.d.ts +15 -0
- package/dist/models/DescribeSwimmingLaneResponseBodyDataMseGatewayEntryRuleRoutesRoutePredicate.js +62 -0
- package/dist/models/DescribeSwimmingLaneResponseBodyDataMseGatewayEntryRuleRoutesRoutePredicate.js.map +1 -0
- package/dist/models/DescribeSwimmingLaneResponseBodyDataMseGatewayEntryRuleRoutesRoutePredicatePathPredicate.d.ts +23 -0
- package/dist/models/DescribeSwimmingLaneResponseBodyDataMseGatewayEntryRuleRoutesRoutePredicatePathPredicate.js +60 -0
- package/dist/models/DescribeSwimmingLaneResponseBodyDataMseGatewayEntryRuleRoutesRoutePredicatePathPredicate.js.map +1 -0
- package/dist/models/ListAllSwimmingLaneGroupsRequest.d.ts +18 -0
- package/dist/models/ListAllSwimmingLaneGroupsRequest.js +58 -0
- package/dist/models/ListAllSwimmingLaneGroupsRequest.js.map +1 -0
- package/dist/models/ListAllSwimmingLaneGroupsResponse.d.ts +19 -0
- package/dist/models/ListAllSwimmingLaneGroupsResponse.js +69 -0
- package/dist/models/ListAllSwimmingLaneGroupsResponse.js.map +1 -0
- package/dist/models/ListAllSwimmingLaneGroupsResponseBody.d.ts +41 -0
- package/dist/models/ListAllSwimmingLaneGroupsResponseBody.js +74 -0
- package/dist/models/ListAllSwimmingLaneGroupsResponseBody.js.map +1 -0
- package/dist/models/ListAllSwimmingLaneGroupsResponseBodyData.d.ts +58 -0
- package/dist/models/ListAllSwimmingLaneGroupsResponseBodyData.js +89 -0
- package/dist/models/ListAllSwimmingLaneGroupsResponseBodyData.js.map +1 -0
- package/dist/models/ListAllSwimmingLaneGroupsResponseBodyDataApps.d.ts +38 -0
- package/dist/models/ListAllSwimmingLaneGroupsResponseBodyDataApps.js +66 -0
- package/dist/models/ListAllSwimmingLaneGroupsResponseBodyDataApps.js.map +1 -0
- package/dist/models/ListAllSwimmingLaneGroupsResponseBodyDataEntryApp.d.ts +43 -0
- package/dist/models/ListAllSwimmingLaneGroupsResponseBodyDataEntryApp.js +68 -0
- package/dist/models/ListAllSwimmingLaneGroupsResponseBodyDataEntryApp.js.map +1 -0
- package/dist/models/ListAllSwimmingLanesRequest.d.ts +23 -0
- package/dist/models/ListAllSwimmingLanesRequest.js +60 -0
- package/dist/models/ListAllSwimmingLanesRequest.js.map +1 -0
- package/dist/models/ListAllSwimmingLanesResponse.d.ts +19 -0
- package/dist/models/ListAllSwimmingLanesResponse.js +69 -0
- package/dist/models/ListAllSwimmingLanesResponse.js.map +1 -0
- package/dist/models/ListAllSwimmingLanesResponseBody.d.ts +41 -0
- package/dist/models/ListAllSwimmingLanesResponseBody.js +74 -0
- package/dist/models/ListAllSwimmingLanesResponseBody.js.map +1 -0
- package/dist/models/ListAllSwimmingLanesResponseBodyData.d.ts +49 -0
- package/dist/models/ListAllSwimmingLanesResponseBodyData.js +86 -0
- package/dist/models/ListAllSwimmingLanesResponseBodyData.js.map +1 -0
- package/dist/models/ListAllSwimmingLanesResponseBodyDataAppEntryRule.d.ts +34 -0
- package/dist/models/ListAllSwimmingLanesResponseBodyDataAppEntryRule.js +78 -0
- package/dist/models/ListAllSwimmingLanesResponseBodyDataAppEntryRule.js.map +1 -0
- package/dist/models/ListAllSwimmingLanesResponseBodyDataAppEntryRuleConditions.d.ts +34 -0
- package/dist/models/ListAllSwimmingLanesResponseBodyDataAppEntryRuleConditions.js +69 -0
- package/dist/models/ListAllSwimmingLanesResponseBodyDataAppEntryRuleConditions.js.map +1 -0
- package/dist/models/ListAllSwimmingLanesResponseBodyDataApps.d.ts +38 -0
- package/dist/models/ListAllSwimmingLanesResponseBodyDataApps.js +66 -0
- package/dist/models/ListAllSwimmingLanesResponseBodyDataApps.js.map +1 -0
- package/dist/models/ListAllSwimmingLanesResponseBodyDataMseGatewayEntryRule.d.ts +36 -0
- package/dist/models/ListAllSwimmingLanesResponseBodyDataMseGatewayEntryRule.js +84 -0
- package/dist/models/ListAllSwimmingLanesResponseBodyDataMseGatewayEntryRule.js.map +1 -0
- package/dist/models/ListAllSwimmingLanesResponseBodyDataMseGatewayEntryRuleConditions.d.ts +33 -0
- package/dist/models/ListAllSwimmingLanesResponseBodyDataMseGatewayEntryRuleConditions.js +64 -0
- package/dist/models/ListAllSwimmingLanesResponseBodyDataMseGatewayEntryRuleConditions.js.map +1 -0
- package/dist/models/ListAllSwimmingLanesResponseBodyDataMseGatewayEntryRuleRoutes.d.ts +25 -0
- package/dist/models/ListAllSwimmingLanesResponseBodyDataMseGatewayEntryRuleRoutes.js +66 -0
- package/dist/models/ListAllSwimmingLanesResponseBodyDataMseGatewayEntryRuleRoutes.js.map +1 -0
- package/dist/models/ListAllSwimmingLanesResponseBodyDataMseGatewayEntryRuleRoutesRoutePredicate.d.ts +15 -0
- package/dist/models/ListAllSwimmingLanesResponseBodyDataMseGatewayEntryRuleRoutesRoutePredicate.js +62 -0
- package/dist/models/ListAllSwimmingLanesResponseBodyDataMseGatewayEntryRuleRoutesRoutePredicate.js.map +1 -0
- package/dist/models/ListAllSwimmingLanesResponseBodyDataMseGatewayEntryRuleRoutesRoutePredicatePathPredicate.d.ts +23 -0
- package/dist/models/ListAllSwimmingLanesResponseBodyDataMseGatewayEntryRuleRoutesRoutePredicatePathPredicate.js +60 -0
- package/dist/models/ListAllSwimmingLanesResponseBodyDataMseGatewayEntryRuleRoutesRoutePredicatePathPredicate.js.map +1 -0
- package/dist/models/ListSwimmingLaneGatewayRoutesRequest.d.ts +23 -0
- package/dist/models/ListSwimmingLaneGatewayRoutesRequest.js +60 -0
- package/dist/models/ListSwimmingLaneGatewayRoutesRequest.js.map +1 -0
- package/dist/models/ListSwimmingLaneGatewayRoutesResponse.d.ts +19 -0
- package/dist/models/ListSwimmingLaneGatewayRoutesResponse.js +69 -0
- package/dist/models/ListSwimmingLaneGatewayRoutesResponse.js.map +1 -0
- package/dist/models/ListSwimmingLaneGatewayRoutesResponseBody.d.ts +41 -0
- package/dist/models/ListSwimmingLaneGatewayRoutesResponseBody.js +74 -0
- package/dist/models/ListSwimmingLaneGatewayRoutesResponseBody.js.map +1 -0
- package/dist/models/ListSwimmingLaneGatewayRoutesResponseBodyData.d.ts +25 -0
- package/dist/models/ListSwimmingLaneGatewayRoutesResponseBodyData.js +66 -0
- package/dist/models/ListSwimmingLaneGatewayRoutesResponseBodyData.js.map +1 -0
- package/dist/models/ListSwimmingLaneGatewayRoutesResponseBodyDataRoutePredicate.d.ts +15 -0
- package/dist/models/ListSwimmingLaneGatewayRoutesResponseBodyDataRoutePredicate.js +62 -0
- package/dist/models/ListSwimmingLaneGatewayRoutesResponseBodyDataRoutePredicate.js.map +1 -0
- package/dist/models/ListSwimmingLaneGatewayRoutesResponseBodyDataRoutePredicatePathPredicate.d.ts +23 -0
- package/dist/models/ListSwimmingLaneGatewayRoutesResponseBodyDataRoutePredicatePathPredicate.js +60 -0
- package/dist/models/ListSwimmingLaneGatewayRoutesResponseBodyDataRoutePredicatePathPredicate.js.map +1 -0
- package/dist/models/ListSwimmingLaneGroupTagsRequest.d.ts +23 -0
- package/dist/models/ListSwimmingLaneGroupTagsRequest.js +60 -0
- package/dist/models/ListSwimmingLaneGroupTagsRequest.js.map +1 -0
- package/dist/models/ListSwimmingLaneGroupTagsResponse.d.ts +19 -0
- package/dist/models/ListSwimmingLaneGroupTagsResponse.js +69 -0
- package/dist/models/ListSwimmingLaneGroupTagsResponse.js.map +1 -0
- package/dist/models/ListSwimmingLaneGroupTagsResponseBody.d.ts +41 -0
- package/dist/models/ListSwimmingLaneGroupTagsResponseBody.js +74 -0
- package/dist/models/ListSwimmingLaneGroupTagsResponseBody.js.map +1 -0
- package/dist/models/ListSwimmingLaneGroupTagsResponseBodyData.d.ts +23 -0
- package/dist/models/ListSwimmingLaneGroupTagsResponseBodyData.js +60 -0
- package/dist/models/ListSwimmingLaneGroupTagsResponseBodyData.js.map +1 -0
- package/dist/models/UpdateSwimmingLaneEnableAttributeRequest.d.ts +33 -0
- package/dist/models/UpdateSwimmingLaneEnableAttributeRequest.js +64 -0
- package/dist/models/UpdateSwimmingLaneEnableAttributeRequest.js.map +1 -0
- package/dist/models/UpdateSwimmingLaneEnableAttributeResponse.d.ts +19 -0
- package/dist/models/UpdateSwimmingLaneEnableAttributeResponse.js +69 -0
- package/dist/models/UpdateSwimmingLaneEnableAttributeResponse.js.map +1 -0
- package/dist/models/UpdateSwimmingLaneEnableAttributeResponseBody.d.ts +39 -0
- package/dist/models/UpdateSwimmingLaneEnableAttributeResponseBody.js +68 -0
- package/dist/models/UpdateSwimmingLaneEnableAttributeResponseBody.js.map +1 -0
- package/dist/models/model.d.ts +60 -0
- package/dist/models/model.js +136 -15
- package/dist/models/model.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +517 -0
- package/src/models/AbortChangeOrderRequest.ts +3 -0
- package/src/models/CreateOrUpdateSwimmingLaneGroupRequest.ts +72 -0
- package/src/models/CreateOrUpdateSwimmingLaneGroupResponse.ts +40 -0
- package/src/models/CreateOrUpdateSwimmingLaneGroupResponseBody.ts +69 -0
- package/src/models/CreateOrUpdateSwimmingLaneGroupResponseBodyData.ts +31 -0
- package/src/models/CreateOrUpdateSwimmingLaneGroupShrinkRequest.ts +69 -0
- package/src/models/CreateOrUpdateSwimmingLaneRequest.ts +87 -0
- package/src/models/CreateOrUpdateSwimmingLaneRequestAppEntryRule.ts +64 -0
- package/src/models/CreateOrUpdateSwimmingLaneRequestAppEntryRuleConditions.ts +52 -0
- package/src/models/CreateOrUpdateSwimmingLaneRequestMseGatewayEntryRule.ts +64 -0
- package/src/models/CreateOrUpdateSwimmingLaneRequestMseGatewayEntryRuleConditions.ts +52 -0
- package/src/models/CreateOrUpdateSwimmingLaneResponse.ts +40 -0
- package/src/models/CreateOrUpdateSwimmingLaneResponseBody.ts +69 -0
- package/src/models/CreateOrUpdateSwimmingLaneResponseBodyData.ts +31 -0
- package/src/models/CreateOrUpdateSwimmingLaneShrinkRequest.ts +79 -0
- package/src/models/DeleteSwimmingLaneGroupRequest.ts +38 -0
- package/src/models/DeleteSwimmingLaneGroupResponse.ts +40 -0
- package/src/models/DeleteSwimmingLaneGroupResponseBody.ts +62 -0
- package/src/models/DescribeSwimmingLaneRequest.ts +45 -0
- package/src/models/DescribeSwimmingLaneResponse.ts +40 -0
- package/src/models/DescribeSwimmingLaneResponseBody.ts +69 -0
- package/src/models/DescribeSwimmingLaneResponseBodyData.ts +87 -0
- package/src/models/DescribeSwimmingLaneResponseBodyDataAppEntryRule.ts +64 -0
- package/src/models/DescribeSwimmingLaneResponseBodyDataAppEntryRuleConditions.ts +58 -0
- package/src/models/DescribeSwimmingLaneResponseBodyDataApps.ts +59 -0
- package/src/models/DescribeSwimmingLaneResponseBodyDataMseGatewayEntryRule.ts +71 -0
- package/src/models/DescribeSwimmingLaneResponseBodyDataMseGatewayEntryRuleConditions.ts +52 -0
- package/src/models/DescribeSwimmingLaneResponseBodyDataMseGatewayEntryRuleRoutes.ts +45 -0
- package/src/models/DescribeSwimmingLaneResponseBodyDataMseGatewayEntryRuleRoutesRoutePredicate.ts +31 -0
- package/src/models/DescribeSwimmingLaneResponseBodyDataMseGatewayEntryRuleRoutesRoutePredicatePathPredicate.ts +38 -0
- package/src/models/ListAllSwimmingLaneGroupsRequest.ts +31 -0
- package/src/models/ListAllSwimmingLaneGroupsResponse.ts +40 -0
- package/src/models/ListAllSwimmingLaneGroupsResponseBody.ts +69 -0
- package/src/models/ListAllSwimmingLaneGroupsResponseBodyData.ts +100 -0
- package/src/models/ListAllSwimmingLaneGroupsResponseBodyDataApps.ts +59 -0
- package/src/models/ListAllSwimmingLaneGroupsResponseBodyDataEntryApp.ts +66 -0
- package/src/models/ListAllSwimmingLanesRequest.ts +38 -0
- package/src/models/ListAllSwimmingLanesResponse.ts +40 -0
- package/src/models/ListAllSwimmingLanesResponseBody.ts +69 -0
- package/src/models/ListAllSwimmingLanesResponseBodyData.ts +87 -0
- package/src/models/ListAllSwimmingLanesResponseBodyDataAppEntryRule.ts +64 -0
- package/src/models/ListAllSwimmingLanesResponseBodyDataAppEntryRuleConditions.ts +58 -0
- package/src/models/ListAllSwimmingLanesResponseBodyDataApps.ts +59 -0
- package/src/models/ListAllSwimmingLanesResponseBodyDataMseGatewayEntryRule.ts +71 -0
- package/src/models/ListAllSwimmingLanesResponseBodyDataMseGatewayEntryRuleConditions.ts +52 -0
- package/src/models/ListAllSwimmingLanesResponseBodyDataMseGatewayEntryRuleRoutes.ts +45 -0
- package/src/models/ListAllSwimmingLanesResponseBodyDataMseGatewayEntryRuleRoutesRoutePredicate.ts +31 -0
- package/src/models/ListAllSwimmingLanesResponseBodyDataMseGatewayEntryRuleRoutesRoutePredicatePathPredicate.ts +38 -0
- package/src/models/ListSwimmingLaneGatewayRoutesRequest.ts +38 -0
- package/src/models/ListSwimmingLaneGatewayRoutesResponse.ts +40 -0
- package/src/models/ListSwimmingLaneGatewayRoutesResponseBody.ts +69 -0
- package/src/models/ListSwimmingLaneGatewayRoutesResponseBodyData.ts +45 -0
- package/src/models/ListSwimmingLaneGatewayRoutesResponseBodyDataRoutePredicate.ts +31 -0
- package/src/models/ListSwimmingLaneGatewayRoutesResponseBodyDataRoutePredicatePathPredicate.ts +38 -0
- package/src/models/ListSwimmingLaneGroupTagsRequest.ts +38 -0
- package/src/models/ListSwimmingLaneGroupTagsResponse.ts +40 -0
- package/src/models/ListSwimmingLaneGroupTagsResponseBody.ts +69 -0
- package/src/models/ListSwimmingLaneGroupTagsResponseBodyData.ts +38 -0
- package/src/models/UpdateSwimmingLaneEnableAttributeRequest.ts +52 -0
- package/src/models/UpdateSwimmingLaneEnableAttributeResponse.ts +40 -0
- package/src/models/UpdateSwimmingLaneEnableAttributeResponseBody.ts +62 -0
- package/src/models/model.ts +60 -0
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
import { ListAllSwimmingLanesResponseBodyData } from "./ListAllSwimmingLanesResponseBodyData";
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
export class ListAllSwimmingLanesResponseBody extends $dara.Model {
|
|
7
|
+
/**
|
|
8
|
+
* @example
|
|
9
|
+
* 200
|
|
10
|
+
*/
|
|
11
|
+
code?: string;
|
|
12
|
+
data?: ListAllSwimmingLanesResponseBodyData[];
|
|
13
|
+
errorCode?: string;
|
|
14
|
+
/**
|
|
15
|
+
* @example
|
|
16
|
+
* success
|
|
17
|
+
*/
|
|
18
|
+
message?: string;
|
|
19
|
+
/**
|
|
20
|
+
* @example
|
|
21
|
+
* B4D805CA-926D-41B1-8E63-7AD0C1ED****
|
|
22
|
+
*/
|
|
23
|
+
requestId?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @example
|
|
26
|
+
* true
|
|
27
|
+
*/
|
|
28
|
+
success?: boolean;
|
|
29
|
+
/**
|
|
30
|
+
* @example
|
|
31
|
+
* 0a98a02315955564772843261e****
|
|
32
|
+
*/
|
|
33
|
+
traceId?: string;
|
|
34
|
+
static names(): { [key: string]: string } {
|
|
35
|
+
return {
|
|
36
|
+
code: 'Code',
|
|
37
|
+
data: 'Data',
|
|
38
|
+
errorCode: 'ErrorCode',
|
|
39
|
+
message: 'Message',
|
|
40
|
+
requestId: 'RequestId',
|
|
41
|
+
success: 'Success',
|
|
42
|
+
traceId: 'TraceId',
|
|
43
|
+
};
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
static types(): { [key: string]: any } {
|
|
47
|
+
return {
|
|
48
|
+
code: 'string',
|
|
49
|
+
data: { 'type': 'array', 'itemType': ListAllSwimmingLanesResponseBodyData },
|
|
50
|
+
errorCode: 'string',
|
|
51
|
+
message: 'string',
|
|
52
|
+
requestId: 'string',
|
|
53
|
+
success: 'boolean',
|
|
54
|
+
traceId: 'string',
|
|
55
|
+
};
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
validate() {
|
|
59
|
+
if(Array.isArray(this.data)) {
|
|
60
|
+
$dara.Model.validateArray(this.data);
|
|
61
|
+
}
|
|
62
|
+
super.validate();
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
constructor(map?: { [key: string]: any }) {
|
|
66
|
+
super(map);
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
import { ListAllSwimmingLanesResponseBodyDataAppEntryRule } from "./ListAllSwimmingLanesResponseBodyDataAppEntryRule";
|
|
4
|
+
import { ListAllSwimmingLanesResponseBodyDataApps } from "./ListAllSwimmingLanesResponseBodyDataApps";
|
|
5
|
+
import { ListAllSwimmingLanesResponseBodyDataMseGatewayEntryRule } from "./ListAllSwimmingLanesResponseBodyDataMseGatewayEntryRule";
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
export class ListAllSwimmingLanesResponseBodyData extends $dara.Model {
|
|
9
|
+
appEntryRule?: ListAllSwimmingLanesResponseBodyDataAppEntryRule;
|
|
10
|
+
apps?: ListAllSwimmingLanesResponseBodyDataApps[];
|
|
11
|
+
/**
|
|
12
|
+
* @example
|
|
13
|
+
* 0
|
|
14
|
+
*/
|
|
15
|
+
canaryModel?: number;
|
|
16
|
+
/**
|
|
17
|
+
* @example
|
|
18
|
+
* true
|
|
19
|
+
*/
|
|
20
|
+
enable?: boolean;
|
|
21
|
+
/**
|
|
22
|
+
* @example
|
|
23
|
+
* true
|
|
24
|
+
*/
|
|
25
|
+
enableRules?: boolean;
|
|
26
|
+
/**
|
|
27
|
+
* @example
|
|
28
|
+
* 16401
|
|
29
|
+
*/
|
|
30
|
+
laneId?: number;
|
|
31
|
+
/**
|
|
32
|
+
* @example
|
|
33
|
+
* test
|
|
34
|
+
*/
|
|
35
|
+
laneName?: string;
|
|
36
|
+
/**
|
|
37
|
+
* @example
|
|
38
|
+
* {"alicloud.service.tag":"g1"}
|
|
39
|
+
*/
|
|
40
|
+
laneTag?: string;
|
|
41
|
+
mseGatewayEntryRule?: ListAllSwimmingLanesResponseBodyDataMseGatewayEntryRule;
|
|
42
|
+
static names(): { [key: string]: string } {
|
|
43
|
+
return {
|
|
44
|
+
appEntryRule: 'AppEntryRule',
|
|
45
|
+
apps: 'Apps',
|
|
46
|
+
canaryModel: 'CanaryModel',
|
|
47
|
+
enable: 'Enable',
|
|
48
|
+
enableRules: 'EnableRules',
|
|
49
|
+
laneId: 'LaneId',
|
|
50
|
+
laneName: 'LaneName',
|
|
51
|
+
laneTag: 'LaneTag',
|
|
52
|
+
mseGatewayEntryRule: 'MseGatewayEntryRule',
|
|
53
|
+
};
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
static types(): { [key: string]: any } {
|
|
57
|
+
return {
|
|
58
|
+
appEntryRule: ListAllSwimmingLanesResponseBodyDataAppEntryRule,
|
|
59
|
+
apps: { 'type': 'array', 'itemType': ListAllSwimmingLanesResponseBodyDataApps },
|
|
60
|
+
canaryModel: 'number',
|
|
61
|
+
enable: 'boolean',
|
|
62
|
+
enableRules: 'boolean',
|
|
63
|
+
laneId: 'number',
|
|
64
|
+
laneName: 'string',
|
|
65
|
+
laneTag: 'string',
|
|
66
|
+
mseGatewayEntryRule: ListAllSwimmingLanesResponseBodyDataMseGatewayEntryRule,
|
|
67
|
+
};
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
validate() {
|
|
71
|
+
if(this.appEntryRule && typeof (this.appEntryRule as any).validate === 'function') {
|
|
72
|
+
(this.appEntryRule as any).validate();
|
|
73
|
+
}
|
|
74
|
+
if(Array.isArray(this.apps)) {
|
|
75
|
+
$dara.Model.validateArray(this.apps);
|
|
76
|
+
}
|
|
77
|
+
if(this.mseGatewayEntryRule && typeof (this.mseGatewayEntryRule as any).validate === 'function') {
|
|
78
|
+
(this.mseGatewayEntryRule as any).validate();
|
|
79
|
+
}
|
|
80
|
+
super.validate();
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
constructor(map?: { [key: string]: any }) {
|
|
84
|
+
super(map);
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
import { ListAllSwimmingLanesResponseBodyDataAppEntryRuleConditions } from "./ListAllSwimmingLanesResponseBodyDataAppEntryRuleConditions";
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
export class ListAllSwimmingLanesResponseBodyDataAppEntryRule extends $dara.Model {
|
|
7
|
+
/**
|
|
8
|
+
* @example
|
|
9
|
+
* AND
|
|
10
|
+
*/
|
|
11
|
+
conditionJoiner?: string;
|
|
12
|
+
conditions?: ListAllSwimmingLanesResponseBodyDataAppEntryRuleConditions[];
|
|
13
|
+
/**
|
|
14
|
+
* @example
|
|
15
|
+
* true
|
|
16
|
+
*/
|
|
17
|
+
independentPercentageEnable?: boolean;
|
|
18
|
+
paths?: string[];
|
|
19
|
+
/**
|
|
20
|
+
* @example
|
|
21
|
+
* 50
|
|
22
|
+
*/
|
|
23
|
+
percentage?: number;
|
|
24
|
+
percentageByPath?: { [key: string]: number };
|
|
25
|
+
static names(): { [key: string]: string } {
|
|
26
|
+
return {
|
|
27
|
+
conditionJoiner: 'ConditionJoiner',
|
|
28
|
+
conditions: 'Conditions',
|
|
29
|
+
independentPercentageEnable: 'IndependentPercentageEnable',
|
|
30
|
+
paths: 'Paths',
|
|
31
|
+
percentage: 'Percentage',
|
|
32
|
+
percentageByPath: 'PercentageByPath',
|
|
33
|
+
};
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
static types(): { [key: string]: any } {
|
|
37
|
+
return {
|
|
38
|
+
conditionJoiner: 'string',
|
|
39
|
+
conditions: { 'type': 'array', 'itemType': ListAllSwimmingLanesResponseBodyDataAppEntryRuleConditions },
|
|
40
|
+
independentPercentageEnable: 'boolean',
|
|
41
|
+
paths: { 'type': 'array', 'itemType': 'string' },
|
|
42
|
+
percentage: 'number',
|
|
43
|
+
percentageByPath: { 'type': 'map', 'keyType': 'string', 'valueType': 'number' },
|
|
44
|
+
};
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
validate() {
|
|
48
|
+
if(Array.isArray(this.conditions)) {
|
|
49
|
+
$dara.Model.validateArray(this.conditions);
|
|
50
|
+
}
|
|
51
|
+
if(Array.isArray(this.paths)) {
|
|
52
|
+
$dara.Model.validateArray(this.paths);
|
|
53
|
+
}
|
|
54
|
+
if(this.percentageByPath) {
|
|
55
|
+
$dara.Model.validateMap(this.percentageByPath);
|
|
56
|
+
}
|
|
57
|
+
super.validate();
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
constructor(map?: { [key: string]: any }) {
|
|
61
|
+
super(map);
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class ListAllSwimmingLanesResponseBodyDataAppEntryRuleConditions extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @example
|
|
8
|
+
* ==
|
|
9
|
+
*/
|
|
10
|
+
condition?: string;
|
|
11
|
+
/**
|
|
12
|
+
* @example
|
|
13
|
+
* t
|
|
14
|
+
*/
|
|
15
|
+
name?: string;
|
|
16
|
+
/**
|
|
17
|
+
* @example
|
|
18
|
+
* Header
|
|
19
|
+
*/
|
|
20
|
+
type?: string;
|
|
21
|
+
/**
|
|
22
|
+
* @example
|
|
23
|
+
* g1
|
|
24
|
+
*/
|
|
25
|
+
value?: string;
|
|
26
|
+
values?: string[];
|
|
27
|
+
static names(): { [key: string]: string } {
|
|
28
|
+
return {
|
|
29
|
+
condition: 'Condition',
|
|
30
|
+
name: 'Name',
|
|
31
|
+
type: 'Type',
|
|
32
|
+
value: 'Value',
|
|
33
|
+
values: 'Values',
|
|
34
|
+
};
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
static types(): { [key: string]: any } {
|
|
38
|
+
return {
|
|
39
|
+
condition: 'string',
|
|
40
|
+
name: 'string',
|
|
41
|
+
type: 'string',
|
|
42
|
+
value: 'string',
|
|
43
|
+
values: { 'type': 'array', 'itemType': 'string' },
|
|
44
|
+
};
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
validate() {
|
|
48
|
+
if(Array.isArray(this.values)) {
|
|
49
|
+
$dara.Model.validateArray(this.values);
|
|
50
|
+
}
|
|
51
|
+
super.validate();
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
constructor(map?: { [key: string]: any }) {
|
|
55
|
+
super(map);
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class ListAllSwimmingLanesResponseBodyDataApps extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @example
|
|
8
|
+
* 8ea0c468-8165-416d-beae-531abb******
|
|
9
|
+
*/
|
|
10
|
+
appId?: string;
|
|
11
|
+
/**
|
|
12
|
+
* @example
|
|
13
|
+
* test
|
|
14
|
+
*/
|
|
15
|
+
appName?: string;
|
|
16
|
+
/**
|
|
17
|
+
* @example
|
|
18
|
+
* mse-cn-53y49******
|
|
19
|
+
*/
|
|
20
|
+
mseAppId?: string;
|
|
21
|
+
/**
|
|
22
|
+
* @example
|
|
23
|
+
* sae-test
|
|
24
|
+
*/
|
|
25
|
+
mseAppName?: string;
|
|
26
|
+
/**
|
|
27
|
+
* @example
|
|
28
|
+
* space
|
|
29
|
+
*/
|
|
30
|
+
mseNamespaceId?: string;
|
|
31
|
+
static names(): { [key: string]: string } {
|
|
32
|
+
return {
|
|
33
|
+
appId: 'AppId',
|
|
34
|
+
appName: 'AppName',
|
|
35
|
+
mseAppId: 'MseAppId',
|
|
36
|
+
mseAppName: 'MseAppName',
|
|
37
|
+
mseNamespaceId: 'MseNamespaceId',
|
|
38
|
+
};
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
static types(): { [key: string]: any } {
|
|
42
|
+
return {
|
|
43
|
+
appId: 'string',
|
|
44
|
+
appName: 'string',
|
|
45
|
+
mseAppId: 'string',
|
|
46
|
+
mseAppName: 'string',
|
|
47
|
+
mseNamespaceId: 'string',
|
|
48
|
+
};
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
validate() {
|
|
52
|
+
super.validate();
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
constructor(map?: { [key: string]: any }) {
|
|
56
|
+
super(map);
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
import { ListAllSwimmingLanesResponseBodyDataMseGatewayEntryRuleConditions } from "./ListAllSwimmingLanesResponseBodyDataMseGatewayEntryRuleConditions";
|
|
4
|
+
import { ListAllSwimmingLanesResponseBodyDataMseGatewayEntryRuleRoutes } from "./ListAllSwimmingLanesResponseBodyDataMseGatewayEntryRuleRoutes";
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
export class ListAllSwimmingLanesResponseBodyDataMseGatewayEntryRule extends $dara.Model {
|
|
8
|
+
/**
|
|
9
|
+
* @example
|
|
10
|
+
* AND
|
|
11
|
+
*/
|
|
12
|
+
conditionJoiner?: string;
|
|
13
|
+
conditions?: ListAllSwimmingLanesResponseBodyDataMseGatewayEntryRuleConditions[];
|
|
14
|
+
/**
|
|
15
|
+
* @example
|
|
16
|
+
* true
|
|
17
|
+
*/
|
|
18
|
+
independentPercentageEnable?: boolean;
|
|
19
|
+
/**
|
|
20
|
+
* @example
|
|
21
|
+
* 100
|
|
22
|
+
*/
|
|
23
|
+
percentage?: number;
|
|
24
|
+
percentageByRoute?: { [key: string]: number };
|
|
25
|
+
routeIds?: number[];
|
|
26
|
+
routes?: ListAllSwimmingLanesResponseBodyDataMseGatewayEntryRuleRoutes[];
|
|
27
|
+
static names(): { [key: string]: string } {
|
|
28
|
+
return {
|
|
29
|
+
conditionJoiner: 'ConditionJoiner',
|
|
30
|
+
conditions: 'Conditions',
|
|
31
|
+
independentPercentageEnable: 'IndependentPercentageEnable',
|
|
32
|
+
percentage: 'Percentage',
|
|
33
|
+
percentageByRoute: 'PercentageByRoute',
|
|
34
|
+
routeIds: 'RouteIds',
|
|
35
|
+
routes: 'Routes',
|
|
36
|
+
};
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
static types(): { [key: string]: any } {
|
|
40
|
+
return {
|
|
41
|
+
conditionJoiner: 'string',
|
|
42
|
+
conditions: { 'type': 'array', 'itemType': ListAllSwimmingLanesResponseBodyDataMseGatewayEntryRuleConditions },
|
|
43
|
+
independentPercentageEnable: 'boolean',
|
|
44
|
+
percentage: 'number',
|
|
45
|
+
percentageByRoute: { 'type': 'map', 'keyType': 'string', 'valueType': 'number' },
|
|
46
|
+
routeIds: { 'type': 'array', 'itemType': 'number' },
|
|
47
|
+
routes: { 'type': 'array', 'itemType': ListAllSwimmingLanesResponseBodyDataMseGatewayEntryRuleRoutes },
|
|
48
|
+
};
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
validate() {
|
|
52
|
+
if(Array.isArray(this.conditions)) {
|
|
53
|
+
$dara.Model.validateArray(this.conditions);
|
|
54
|
+
}
|
|
55
|
+
if(this.percentageByRoute) {
|
|
56
|
+
$dara.Model.validateMap(this.percentageByRoute);
|
|
57
|
+
}
|
|
58
|
+
if(Array.isArray(this.routeIds)) {
|
|
59
|
+
$dara.Model.validateArray(this.routeIds);
|
|
60
|
+
}
|
|
61
|
+
if(Array.isArray(this.routes)) {
|
|
62
|
+
$dara.Model.validateArray(this.routes);
|
|
63
|
+
}
|
|
64
|
+
super.validate();
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
constructor(map?: { [key: string]: any }) {
|
|
68
|
+
super(map);
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class ListAllSwimmingLanesResponseBodyDataMseGatewayEntryRuleConditions extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @example
|
|
8
|
+
* ==
|
|
9
|
+
*/
|
|
10
|
+
condition?: string;
|
|
11
|
+
/**
|
|
12
|
+
* @example
|
|
13
|
+
* t
|
|
14
|
+
*/
|
|
15
|
+
name?: string;
|
|
16
|
+
/**
|
|
17
|
+
* @example
|
|
18
|
+
* Header
|
|
19
|
+
*/
|
|
20
|
+
type?: string;
|
|
21
|
+
/**
|
|
22
|
+
* @example
|
|
23
|
+
* g1
|
|
24
|
+
*/
|
|
25
|
+
value?: string;
|
|
26
|
+
static names(): { [key: string]: string } {
|
|
27
|
+
return {
|
|
28
|
+
condition: 'Condition',
|
|
29
|
+
name: 'Name',
|
|
30
|
+
type: 'Type',
|
|
31
|
+
value: 'Value',
|
|
32
|
+
};
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
static types(): { [key: string]: any } {
|
|
36
|
+
return {
|
|
37
|
+
condition: 'string',
|
|
38
|
+
name: 'string',
|
|
39
|
+
type: 'string',
|
|
40
|
+
value: 'string',
|
|
41
|
+
};
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
validate() {
|
|
45
|
+
super.validate();
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
constructor(map?: { [key: string]: any }) {
|
|
49
|
+
super(map);
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
import { ListAllSwimmingLanesResponseBodyDataMseGatewayEntryRuleRoutesRoutePredicate } from "./ListAllSwimmingLanesResponseBodyDataMseGatewayEntryRuleRoutesRoutePredicate";
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
export class ListAllSwimmingLanesResponseBodyDataMseGatewayEntryRuleRoutes extends $dara.Model {
|
|
7
|
+
/**
|
|
8
|
+
* @example
|
|
9
|
+
* 9504
|
|
10
|
+
*/
|
|
11
|
+
routeId?: number;
|
|
12
|
+
/**
|
|
13
|
+
* @example
|
|
14
|
+
* demo
|
|
15
|
+
*/
|
|
16
|
+
routeName?: string;
|
|
17
|
+
routePredicate?: ListAllSwimmingLanesResponseBodyDataMseGatewayEntryRuleRoutesRoutePredicate;
|
|
18
|
+
static names(): { [key: string]: string } {
|
|
19
|
+
return {
|
|
20
|
+
routeId: 'RouteId',
|
|
21
|
+
routeName: 'RouteName',
|
|
22
|
+
routePredicate: 'RoutePredicate',
|
|
23
|
+
};
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
static types(): { [key: string]: any } {
|
|
27
|
+
return {
|
|
28
|
+
routeId: 'number',
|
|
29
|
+
routeName: 'string',
|
|
30
|
+
routePredicate: ListAllSwimmingLanesResponseBodyDataMseGatewayEntryRuleRoutesRoutePredicate,
|
|
31
|
+
};
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
validate() {
|
|
35
|
+
if(this.routePredicate && typeof (this.routePredicate as any).validate === 'function') {
|
|
36
|
+
(this.routePredicate as any).validate();
|
|
37
|
+
}
|
|
38
|
+
super.validate();
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
constructor(map?: { [key: string]: any }) {
|
|
42
|
+
super(map);
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
|
package/src/models/ListAllSwimmingLanesResponseBodyDataMseGatewayEntryRuleRoutesRoutePredicate.ts
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
import { ListAllSwimmingLanesResponseBodyDataMseGatewayEntryRuleRoutesRoutePredicatePathPredicate } from "./ListAllSwimmingLanesResponseBodyDataMseGatewayEntryRuleRoutesRoutePredicatePathPredicate";
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
export class ListAllSwimmingLanesResponseBodyDataMseGatewayEntryRuleRoutesRoutePredicate extends $dara.Model {
|
|
7
|
+
pathPredicate?: ListAllSwimmingLanesResponseBodyDataMseGatewayEntryRuleRoutesRoutePredicatePathPredicate;
|
|
8
|
+
static names(): { [key: string]: string } {
|
|
9
|
+
return {
|
|
10
|
+
pathPredicate: 'PathPredicate',
|
|
11
|
+
};
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
static types(): { [key: string]: any } {
|
|
15
|
+
return {
|
|
16
|
+
pathPredicate: ListAllSwimmingLanesResponseBodyDataMseGatewayEntryRuleRoutesRoutePredicatePathPredicate,
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
validate() {
|
|
21
|
+
if(this.pathPredicate && typeof (this.pathPredicate as any).validate === 'function') {
|
|
22
|
+
(this.pathPredicate as any).validate();
|
|
23
|
+
}
|
|
24
|
+
super.validate();
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
constructor(map?: { [key: string]: any }) {
|
|
28
|
+
super(map);
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class ListAllSwimmingLanesResponseBodyDataMseGatewayEntryRuleRoutesRoutePredicatePathPredicate extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @example
|
|
8
|
+
* /Path
|
|
9
|
+
*/
|
|
10
|
+
path?: string;
|
|
11
|
+
/**
|
|
12
|
+
* @example
|
|
13
|
+
* Header
|
|
14
|
+
*/
|
|
15
|
+
type?: string;
|
|
16
|
+
static names(): { [key: string]: string } {
|
|
17
|
+
return {
|
|
18
|
+
path: 'path',
|
|
19
|
+
type: 'type',
|
|
20
|
+
};
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
static types(): { [key: string]: any } {
|
|
24
|
+
return {
|
|
25
|
+
path: 'string',
|
|
26
|
+
type: 'string',
|
|
27
|
+
};
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
validate() {
|
|
31
|
+
super.validate();
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
constructor(map?: { [key: string]: any }) {
|
|
35
|
+
super(map);
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class ListSwimmingLaneGatewayRoutesRequest extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @example
|
|
8
|
+
* gw-277c0727535f4aae917e48de0f******
|
|
9
|
+
*/
|
|
10
|
+
gatewayUniqueId?: string;
|
|
11
|
+
/**
|
|
12
|
+
* @example
|
|
13
|
+
* cn-beijing:test
|
|
14
|
+
*/
|
|
15
|
+
namespaceId?: string;
|
|
16
|
+
static names(): { [key: string]: string } {
|
|
17
|
+
return {
|
|
18
|
+
gatewayUniqueId: 'GatewayUniqueId',
|
|
19
|
+
namespaceId: 'NamespaceId',
|
|
20
|
+
};
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
static types(): { [key: string]: any } {
|
|
24
|
+
return {
|
|
25
|
+
gatewayUniqueId: 'string',
|
|
26
|
+
namespaceId: 'string',
|
|
27
|
+
};
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
validate() {
|
|
31
|
+
super.validate();
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
constructor(map?: { [key: string]: any }) {
|
|
35
|
+
super(map);
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
import { ListSwimmingLaneGatewayRoutesResponseBody } from "./ListSwimmingLaneGatewayRoutesResponseBody";
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
export class ListSwimmingLaneGatewayRoutesResponse extends $dara.Model {
|
|
7
|
+
headers?: { [key: string]: string };
|
|
8
|
+
statusCode?: number;
|
|
9
|
+
body?: ListSwimmingLaneGatewayRoutesResponseBody;
|
|
10
|
+
static names(): { [key: string]: string } {
|
|
11
|
+
return {
|
|
12
|
+
headers: 'headers',
|
|
13
|
+
statusCode: 'statusCode',
|
|
14
|
+
body: 'body',
|
|
15
|
+
};
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
static types(): { [key: string]: any } {
|
|
19
|
+
return {
|
|
20
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
21
|
+
statusCode: 'number',
|
|
22
|
+
body: ListSwimmingLaneGatewayRoutesResponseBody,
|
|
23
|
+
};
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
validate() {
|
|
27
|
+
if(this.headers) {
|
|
28
|
+
$dara.Model.validateMap(this.headers);
|
|
29
|
+
}
|
|
30
|
+
if(this.body && typeof (this.body as any).validate === 'function') {
|
|
31
|
+
(this.body as any).validate();
|
|
32
|
+
}
|
|
33
|
+
super.validate();
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
constructor(map?: { [key: string]: any }) {
|
|
37
|
+
super(map);
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
|