Skip to content

Commit 398013c

Browse files
committed
Generated Darabonba for Consolecs-2016-04-06.
1 parent 31a80f0 commit 398013c

File tree

9 files changed

+694
-0
lines changed

9 files changed

+694
-0
lines changed

consolecs-20160406/Teafile

Lines changed: 117 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,117 @@
1+
{
2+
"scope": "alibabacloud",
3+
"name": "Consolecs20160406",
4+
"version": "1.0.0",
5+
"main": "./main.tea",
6+
"maintainers": [
7+
{
8+
"name": "Alibaba Cloud SDK",
9+
"email": "sdk-team@alibabacloud.com"
10+
}
11+
],
12+
"java": {
13+
"package": "com.aliyun.consolecs20160406",
14+
"enableMinimizeModelName": false,
15+
"packageInfo": {
16+
"description": "Alibaba Cloud Consolecs (20160406) SDK for Java",
17+
"url": "https://github.com/aliyun/alibabacloud-java-sdk",
18+
"licenseName": "The Apache License, Version 2.0",
19+
"licenseUrl": "http://www.apache.org/licenses/LICENSE-2.0.txt",
20+
"developerId": "aliyunproducts",
21+
"developerName": "Aliyun SDK",
22+
"developerEmail": "aliyunsdk@aliyun.com"
23+
}
24+
},
25+
"releases": {
26+
"java": "com.aliyun:consolecs20160406:1.0.0",
27+
"go": "github.com/alibabacloud-go/consolecs-20160406/client:v1.0.0",
28+
"csharp": "AlibabaCloud.SDK.Consolecs20160406:1.0.0",
29+
"ts": "@alicloud/consolecs20160406:1.0.0",
30+
"php": "alibabacloud/consolecs-20160406:1.0.0",
31+
"python": "alibabacloud_consolecs20160406:1.0.0",
32+
"python2": "alibabacloud_consolecs20160406_py2:0.0.1",
33+
"swift": "alibabacloud-sdk-swift/consolecs-20160406:1.0.0"
34+
},
35+
"libraries": {
36+
"OpenApi": "alibabacloud:OpenApi:*",
37+
"Util": "darabonba:Util:*",
38+
"OpenApiUtil": "alibabacloud:OpenApiUtil:*",
39+
"EndpointUtil": "alibabacloud:EndpointUtil:*",
40+
"SPI": "alibabacloud:GatewaySPI:*",
41+
"GatewayClient": "alibabacloud:GatewayPOP:*",
42+
"Paginator": "alibabacloud:Paginator:*"
43+
},
44+
"csharp": {
45+
"className": "Client",
46+
"namespace": "AlibabaCloud.SDK.Consolecs20160406",
47+
"packageInfo": {
48+
"name": "consolecs",
49+
"title": "alibabacloud-consolecs",
50+
"description": "Alibaba Cloud Consolecs (20160406) SDK Library for .NET",
51+
"company": "Alibaba Cloud",
52+
"property": {
53+
"PackageTags": "Alibaba Aliyun Consolecs SDK",
54+
"Copyright": "©2009-present Alibaba Cloud",
55+
"PackageProjectUrl": "https://github.com/aliyun/alibabacloud-csharp-sdk",
56+
"PackageIconUrl": "https://www.alibabacloud.com/favicon.ico"
57+
}
58+
}
59+
},
60+
"php": {
61+
"package": "AlibabaCloud.SDK.Consolecs.V20160406",
62+
"clientName": "Consolecs",
63+
"packageInfo": {
64+
"name": "alibabacloud/consolecs-20160406",
65+
"desc": "Alibaba Cloud Consolecs (20160406) SDK Library for PHP",
66+
"github": "https://github.com/aliyun/alibabacloud-php-sdk",
67+
"files": {
68+
"LICENSE": "../LICENSE"
69+
}
70+
}
71+
},
72+
"python": {
73+
"package": "alibabacloud_consolecs20160406",
74+
"clientName": "client",
75+
"packageInfo": {
76+
"name": "alibabacloud_consolecs20160406",
77+
"desc": "Alibaba Cloud Consolecs (20160406) SDK Library for Python",
78+
"github": "https://github.com/aliyun/alibabacloud-python-sdk",
79+
"author": "Alibaba Cloud SDK",
80+
"email": "sdk-team@alibabacloud.com"
81+
}
82+
},
83+
"python2": {
84+
"package": "alibabacloud_consolecs20160406",
85+
"clientName": "client",
86+
"packageInfo": {
87+
"name": "alibabacloud_consolecs20160406_py2",
88+
"desc": "Alibaba Cloud Consolecs (20160406) SDK Library for Python2",
89+
"github": "https://github.com/aliyun/alibabacloud-python2-sdk",
90+
"author": "Alibaba Cloud SDK",
91+
"email": "sdk-team@alibabacloud.com"
92+
}
93+
},
94+
"cpp": {
95+
"packageInfo": {
96+
"git": {
97+
"scope": "alibabacloud-sdk-cpp",
98+
"project": "consolecs-20160406"
99+
}
100+
}
101+
},
102+
"swift": {
103+
"clientName": "Client",
104+
"packageInfo": {
105+
"name": "AlibabacloudConsolecs20160406",
106+
"desc": "Alibaba Cloud Consolecs (20160406) SDK Library for Swift",
107+
"github": "https://github.com/alibabacloud-sdk-swift/consolecs-20160406",
108+
"author": "Alibaba Cloud SDK",
109+
"email": "sdk-team@alibabacloud.com"
110+
}
111+
},
112+
"go": {
113+
"mapAndSliceWithoutOmitempty": false
114+
},
115+
"productId": "Consolecs",
116+
"apiVersions": "2016-04-06"
117+
}

consolecs-20160406/api-info.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"product": "",
3+
"version": "",
4+
"apiDoc": {
5+
"hasDoc": [],
6+
"noDoc": []
7+
},
8+
"deprecated": [],
9+
"endpoints": {}
10+
}

consolecs-20160406/async/Darafile

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
{
2+
"scope": "alibabacloud",
3+
"name": "Consolecs20160406-async",
4+
"version": "1.0.0",
5+
"main": "./main.dara",
6+
"productId": "consolecs",
7+
"apiVersions": "20160406",
8+
"signVersion": "v2",
9+
"maintainers": [
10+
{
11+
"name": "Alibaba Cloud SDK",
12+
"email": "sdk-team@alibabacloud.com"
13+
}
14+
],
15+
"java": {
16+
"package": "com.aliyun.sdk.service.consolecs20160406",
17+
"className": "DefaultAsyncClient",
18+
"implements": "AsyncClient",
19+
"packageInfo": {
20+
"description": "Alibaba Cloud Consolecs (20160406) Async SDK for Java",
21+
"url": "https://github.com/aliyun/alibabacloud-java-async-sdk",
22+
"licenseName": "The Apache License, Version 2.0",
23+
"licenseUrl": "http://www.apache.org/licenses/LICENSE-2.0.txt",
24+
"developerId": "aliyunproducts",
25+
"developerName": "Aliyun SDK",
26+
"developerEmail": "aliyunsdk@aliyun.com"
27+
}
28+
},
29+
"releases": {
30+
"java": "com.aliyun:alibabacloud-consolecs20160406:0.0.1"
31+
},
32+
"libraries": {
33+
"TeaRequest": "alibabacloud:DarabonbaCore.TeaRequest:*",
34+
"AsyncRequestBody": "alibabacloud:DarabonbaCore.AsyncRequestBody:*",
35+
"RequestBody": "alibabacloud:DarabonbaCore.RequestBody:*",
36+
"AsyncResponseHandler": "alibabacloud:DarabonbaCore.AsyncResponseHandler:*",
37+
"ClientConfiguration": "alibabacloud:DarabonbaCore.ClientConfiguration:*",
38+
"ClientExecutionParams": "alibabacloud:DarabonbaCore.ClientExecutionParams:*",
39+
"TeaAsyncHandler": "alibabacloud:DarabonbaCore.TeaAsyncHandler:*",
40+
"BaseClientBuilder": "alibabacloud:DarabonbaCore.Pop:*"
41+
}
42+
}
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"product": "Consolecs",
3+
"version": "2016-04-06",
4+
"apiDoc": {
5+
"hasDoc": [],
6+
"noDoc": [
7+
"GetOpenApiList",
8+
"ListConsoleProduct"
9+
]
10+
},
11+
"deprecated": [],
12+
"endpoints": {}
13+
}

consolecs-20160406/async/main.dara

Lines changed: 102 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,102 @@
1+
/**
2+
*
3+
*/
4+
import BaseClientBuilder;
5+
import TeaAsyncHandler;
6+
import TeaRequest;
7+
import AsyncRequestBody;
8+
import RequestBody;
9+
import AsyncResponseHandler;
10+
import ClientConfiguration;
11+
import ClientExecutionParams;
12+
extends BaseClientBuilder;
13+
type @product = string
14+
type @version = string
15+
type @endpointRule = string
16+
type @endpointMap = map[string]string
17+
type @REQUEST = TeaRequest
18+
type @handler = TeaAsyncHandler
19+
20+
init(configuration: ClientConfiguration){
21+
@handler = new TeaAsyncHandler(configuration);
22+
@product = 'Consolecs';
23+
@version = '2016-04-06';
24+
@endpointRule = '';
25+
@endpointMap = {
26+
};
27+
}
28+
29+
function close(): void {
30+
@handler.close();
31+
}
32+
33+
model GetOpenApiListRequest {
34+
requestId?: string(name='RequestId', position='Query'),
35+
}
36+
37+
model GetOpenApiListResponseBody = {
38+
code?: string(name='Code'),
39+
message?: string(name='Message'),
40+
openApiString?: string(name='OpenApiString'),
41+
requestId?: string(name='RequestId'),
42+
success?: boolean(name='Success'),
43+
}
44+
45+
model GetOpenApiListResponse = {
46+
headers?: map[string]string(name='headers'),
47+
statusCode?: int32(name='statusCode'),
48+
body?: GetOpenApiListResponseBody(name='body'),
49+
}
50+
51+
/**
52+
* @param request the request parameters of GetOpenApiList GetOpenApiListRequest
53+
* @return GetOpenApiListResponse
54+
*/
55+
async function getOpenApiList(request: GetOpenApiListRequest): GetOpenApiListResponse {
56+
@handler.validateRequestModel(request);
57+
return @handler.do('RPC', 'GetOpenApiList', 'POST', '/', 'json', false, 'json', request);
58+
}
59+
60+
model ListConsoleProductRequest {
61+
}
62+
63+
model ListConsoleProductResponseBody = {
64+
code?: string(name='Code'),
65+
data?: [
66+
{
67+
belongedCategory?: string(name='BelongedCategory'),
68+
categories?: [ string ](name='Categories'),
69+
channelLinks?: [ string ](name='ChannelLinks'),
70+
docId?: string(name='DocId'),
71+
keywords?: [ string ](name='Keywords'),
72+
names?: string(name='Names'),
73+
pinyin?: string(name='Pinyin'),
74+
productId?: string(name='ProductId'),
75+
relatedConsoleAppId?: string(name='RelatedConsoleAppId'),
76+
relatedPipId?: string(name='RelatedPipId'),
77+
showInNav?: boolean(name='ShowInNav'),
78+
supportedAccounts?: [ string ](name='SupportedAccounts'),
79+
supportedChannels?: [ string ](name='SupportedChannels'),
80+
tag?: string(name='Tag'),
81+
tagExpireTime?: string(name='TagExpireTime'),
82+
}
83+
](name='Data'),
84+
requestId?: string(name='RequestId'),
85+
success?: boolean(name='Success'),
86+
}
87+
88+
model ListConsoleProductResponse = {
89+
headers?: map[string]string(name='headers'),
90+
statusCode?: int32(name='statusCode'),
91+
body?: ListConsoleProductResponseBody(name='body'),
92+
}
93+
94+
/**
95+
* @param request the request parameters of ListConsoleProduct ListConsoleProductRequest
96+
* @return ListConsoleProductResponse
97+
*/
98+
async function listConsoleProduct(request: ListConsoleProductRequest): ListConsoleProductResponse {
99+
@handler.validateRequestModel(request);
100+
return @handler.do('RPC', 'ListConsoleProduct', 'POST', '/', 'json', false, 'json', request);
101+
}
102+

0 commit comments

Comments
 (0)