@alicloud/oos20190601 3.5.3 → 3.7.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 +165 -0
- package/dist/client.js +639 -0
- package/dist/client.js.map +1 -1
- package/dist/models/CheckGitRepoFileExistsRequest.d.ts +70 -0
- package/dist/models/CheckGitRepoFileExistsRequest.js +74 -0
- package/dist/models/CheckGitRepoFileExistsRequest.js.map +1 -0
- package/dist/models/CheckGitRepoFileExistsResponse.d.ts +19 -0
- package/dist/models/CheckGitRepoFileExistsResponse.js +69 -0
- package/dist/models/CheckGitRepoFileExistsResponse.js.map +1 -0
- package/dist/models/CheckGitRepoFileExistsResponseBody.d.ts +23 -0
- package/dist/models/CheckGitRepoFileExistsResponseBody.js +60 -0
- package/dist/models/CheckGitRepoFileExistsResponseBody.js.map +1 -0
- package/dist/models/CheckGitRepositoryExistsRequest.d.ts +57 -0
- package/dist/models/CheckGitRepositoryExistsRequest.js +70 -0
- package/dist/models/CheckGitRepositoryExistsRequest.js.map +1 -0
- package/dist/models/CheckGitRepositoryExistsResponse.d.ts +19 -0
- package/dist/models/CheckGitRepositoryExistsResponse.js +69 -0
- package/dist/models/CheckGitRepositoryExistsResponse.js.map +1 -0
- package/dist/models/CheckGitRepositoryExistsResponseBody.d.ts +23 -0
- package/dist/models/CheckGitRepositoryExistsResponseBody.js +60 -0
- package/dist/models/CheckGitRepositoryExistsResponseBody.js.map +1 -0
- package/dist/models/CreateGitRepositoryRequest.d.ts +74 -0
- package/dist/models/CreateGitRepositoryRequest.js +78 -0
- package/dist/models/CreateGitRepositoryRequest.js.map +1 -0
- package/dist/models/CreateGitRepositoryResponse.d.ts +19 -0
- package/dist/models/CreateGitRepositoryResponse.js +69 -0
- package/dist/models/CreateGitRepositoryResponse.js.map +1 -0
- package/dist/models/CreateGitRepositoryResponseBody.d.ts +51 -0
- package/dist/models/CreateGitRepositoryResponseBody.js +88 -0
- package/dist/models/CreateGitRepositoryResponseBody.js.map +1 -0
- package/dist/models/DeployApplicationGroupRequest.d.ts +1 -0
- package/dist/models/DeployApplicationGroupRequest.js +2 -0
- package/dist/models/DeployApplicationGroupRequest.js.map +1 -1
- package/dist/models/GetApplicationGroupResponseBody.d.ts +1 -0
- package/dist/models/GetApplicationGroupResponseBody.js +2 -0
- package/dist/models/GetApplicationGroupResponseBody.js.map +1 -1
- package/dist/models/GetGitBranchRequest.d.ts +57 -0
- package/dist/models/GetGitBranchRequest.js +70 -0
- package/dist/models/GetGitBranchRequest.js.map +1 -0
- package/dist/models/GetGitBranchResponse.d.ts +19 -0
- package/dist/models/GetGitBranchResponse.js +69 -0
- package/dist/models/GetGitBranchResponse.js.map +1 -0
- package/dist/models/GetGitBranchResponseBody.d.ts +47 -0
- package/dist/models/GetGitBranchResponseBody.js +84 -0
- package/dist/models/GetGitBranchResponseBody.js.map +1 -0
- package/dist/models/GetGitRepositoryRequest.d.ts +49 -0
- package/dist/models/GetGitRepositoryRequest.js +68 -0
- package/dist/models/GetGitRepositoryRequest.js.map +1 -0
- package/dist/models/GetGitRepositoryResponse.d.ts +19 -0
- package/dist/models/GetGitRepositoryResponse.js +69 -0
- package/dist/models/GetGitRepositoryResponse.js.map +1 -0
- package/dist/models/GetGitRepositoryResponseBody.d.ts +33 -0
- package/dist/models/GetGitRepositoryResponseBody.js +64 -0
- package/dist/models/GetGitRepositoryResponseBody.js.map +1 -0
- package/dist/models/GetTemplateResponseBody.d.ts +1 -0
- package/dist/models/GetTemplateResponseBody.js +2 -0
- package/dist/models/GetTemplateResponseBody.js.map +1 -1
- package/dist/models/ListApplicationGroupsResponseBody.d.ts +1 -0
- package/dist/models/ListApplicationGroupsResponseBody.js +2 -0
- package/dist/models/ListApplicationGroupsResponseBody.js.map +1 -1
- package/dist/models/ListGitAccountsRequest.d.ts +37 -0
- package/dist/models/ListGitAccountsRequest.js +66 -0
- package/dist/models/ListGitAccountsRequest.js.map +1 -0
- package/dist/models/ListGitAccountsResponse.d.ts +19 -0
- package/dist/models/ListGitAccountsResponse.js +69 -0
- package/dist/models/ListGitAccountsResponse.js.map +1 -0
- package/dist/models/ListGitAccountsResponseBody.d.ts +46 -0
- package/dist/models/ListGitAccountsResponseBody.js +86 -0
- package/dist/models/ListGitAccountsResponseBody.js.map +1 -0
- package/dist/models/ListGitBranchesRequest.d.ts +57 -0
- package/dist/models/ListGitBranchesRequest.js +70 -0
- package/dist/models/ListGitBranchesRequest.js.map +1 -0
- package/dist/models/ListGitBranchesResponse.d.ts +19 -0
- package/dist/models/ListGitBranchesResponse.js +69 -0
- package/dist/models/ListGitBranchesResponse.js.map +1 -0
- package/dist/models/ListGitBranchesResponseBody.d.ts +41 -0
- package/dist/models/ListGitBranchesResponseBody.js +84 -0
- package/dist/models/ListGitBranchesResponseBody.js.map +1 -0
- package/dist/models/ListGitOrganizationsRequest.d.ts +40 -0
- package/dist/models/ListGitOrganizationsRequest.js +66 -0
- package/dist/models/ListGitOrganizationsRequest.js.map +1 -0
- package/dist/models/ListGitOrganizationsResponse.d.ts +19 -0
- package/dist/models/ListGitOrganizationsResponse.js +69 -0
- package/dist/models/ListGitOrganizationsResponse.js.map +1 -0
- package/dist/models/ListGitOrganizationsResponseBody.d.ts +46 -0
- package/dist/models/ListGitOrganizationsResponseBody.js +86 -0
- package/dist/models/ListGitOrganizationsResponseBody.js.map +1 -0
- package/dist/models/ListGitRepositoriesRequest.d.ts +59 -0
- package/dist/models/ListGitRepositoriesRequest.js +72 -0
- package/dist/models/ListGitRepositoriesRequest.js.map +1 -0
- package/dist/models/ListGitRepositoriesResponse.d.ts +19 -0
- package/dist/models/ListGitRepositoriesResponse.js +69 -0
- package/dist/models/ListGitRepositoriesResponse.js.map +1 -0
- package/dist/models/ListGitRepositoriesResponseBody.d.ts +61 -0
- package/dist/models/ListGitRepositoriesResponseBody.js +92 -0
- package/dist/models/ListGitRepositoriesResponseBody.js.map +1 -0
- package/dist/models/ListGitRepositoryContentsRequest.d.ts +69 -0
- package/dist/models/ListGitRepositoryContentsRequest.js +76 -0
- package/dist/models/ListGitRepositoryContentsRequest.js.map +1 -0
- package/dist/models/ListGitRepositoryContentsResponse.d.ts +19 -0
- package/dist/models/ListGitRepositoryContentsResponse.js +69 -0
- package/dist/models/ListGitRepositoryContentsResponse.js.map +1 -0
- package/dist/models/ListGitRepositoryContentsResponseBody.d.ts +56 -0
- package/dist/models/ListGitRepositoryContentsResponseBody.js +90 -0
- package/dist/models/ListGitRepositoryContentsResponseBody.js.map +1 -0
- package/dist/models/ListInstancePackageStatesResponseBody.d.ts +1 -0
- package/dist/models/ListInstancePackageStatesResponseBody.js +2 -0
- package/dist/models/ListInstancePackageStatesResponseBody.js.map +1 -1
- package/dist/models/StartDebugExecutionRequest.d.ts +33 -0
- package/dist/models/StartDebugExecutionRequest.js +64 -0
- package/dist/models/StartDebugExecutionRequest.js.map +1 -0
- package/dist/models/StartDebugExecutionResponse.d.ts +19 -0
- package/dist/models/StartDebugExecutionResponse.js +69 -0
- package/dist/models/StartDebugExecutionResponse.js.map +1 -0
- package/dist/models/StartDebugExecutionResponseBody.d.ts +23 -0
- package/dist/models/StartDebugExecutionResponseBody.js +60 -0
- package/dist/models/StartDebugExecutionResponseBody.js.map +1 -0
- package/dist/models/UpdateInstancePackageStateRequest.d.ts +1 -0
- package/dist/models/UpdateInstancePackageStateRequest.js +2 -0
- package/dist/models/UpdateInstancePackageStateRequest.js.map +1 -1
- package/dist/models/UpdateInstancePackageStateShrinkRequest.d.ts +1 -0
- package/dist/models/UpdateInstancePackageStateShrinkRequest.js +2 -0
- package/dist/models/UpdateInstancePackageStateShrinkRequest.js.map +1 -1
- package/dist/models/model.d.ts +40 -0
- package/dist/models/model.js +88 -8
- package/dist/models/model.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +912 -170
- package/src/models/CheckGitRepoFileExistsRequest.ts +99 -0
- package/src/models/CheckGitRepoFileExistsResponse.ts +40 -0
- package/src/models/CheckGitRepoFileExistsResponseBody.ts +38 -0
- package/src/models/CheckGitRepositoryExistsRequest.ts +82 -0
- package/src/models/CheckGitRepositoryExistsResponse.ts +40 -0
- package/src/models/CheckGitRepositoryExistsResponseBody.ts +38 -0
- package/src/models/CreateGitRepositoryRequest.ts +107 -0
- package/src/models/CreateGitRepositoryResponse.ts +40 -0
- package/src/models/CreateGitRepositoryResponseBody.ts +85 -0
- package/src/models/DeployApplicationGroupRequest.ts +3 -0
- package/src/models/GetApplicationGroupResponseBody.ts +3 -0
- package/src/models/GetGitBranchRequest.ts +82 -0
- package/src/models/GetGitBranchResponse.ts +40 -0
- package/src/models/GetGitBranchResponseBody.ts +77 -0
- package/src/models/GetGitRepositoryRequest.ts +72 -0
- package/src/models/GetGitRepositoryResponse.ts +40 -0
- package/src/models/GetGitRepositoryResponseBody.ts +52 -0
- package/src/models/GetTemplateResponseBody.ts +3 -0
- package/src/models/ListApplicationGroupsResponseBody.ts +3 -0
- package/src/models/ListGitAccountsRequest.ts +58 -0
- package/src/models/ListGitAccountsResponse.ts +40 -0
- package/src/models/ListGitAccountsResponseBody.ts +78 -0
- package/src/models/ListGitBranchesRequest.ts +82 -0
- package/src/models/ListGitBranchesResponse.ts +40 -0
- package/src/models/ListGitBranchesResponseBody.ts +71 -0
- package/src/models/ListGitOrganizationsRequest.ts +61 -0
- package/src/models/ListGitOrganizationsResponse.ts +40 -0
- package/src/models/ListGitOrganizationsResponseBody.ts +78 -0
- package/src/models/ListGitRepositoriesRequest.ts +86 -0
- package/src/models/ListGitRepositoriesResponse.ts +40 -0
- package/src/models/ListGitRepositoriesResponseBody.ts +99 -0
- package/src/models/ListGitRepositoryContentsRequest.ts +100 -0
- package/src/models/ListGitRepositoryContentsResponse.ts +40 -0
- package/src/models/ListGitRepositoryContentsResponseBody.ts +92 -0
- package/src/models/ListInstancePackageStatesResponseBody.ts +3 -0
- package/src/models/StartDebugExecutionRequest.ts +52 -0
- package/src/models/StartDebugExecutionResponse.ts +40 -0
- package/src/models/StartDebugExecutionResponseBody.ts +38 -0
- package/src/models/UpdateInstancePackageStateRequest.ts +3 -0
- package/src/models/UpdateInstancePackageStateShrinkRequest.ts +3 -0
- package/src/models/model.ts +40 -0
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class CheckGitRepoFileExistsRequest extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @example
|
|
8
|
+
* test
|
|
9
|
+
*/
|
|
10
|
+
branch?: string;
|
|
11
|
+
/**
|
|
12
|
+
* @example
|
|
13
|
+
* -
|
|
14
|
+
*/
|
|
15
|
+
clientToken?: string;
|
|
16
|
+
/**
|
|
17
|
+
* @remarks
|
|
18
|
+
* This parameter is required.
|
|
19
|
+
*
|
|
20
|
+
* @example
|
|
21
|
+
* src/main/resources/config/promql_capacity.yaml
|
|
22
|
+
*/
|
|
23
|
+
filePath?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @example
|
|
26
|
+
* 5f9f9f6122a8c7ff3934f99a
|
|
27
|
+
*/
|
|
28
|
+
orgId?: string;
|
|
29
|
+
/**
|
|
30
|
+
* @remarks
|
|
31
|
+
* This parameter is required.
|
|
32
|
+
*
|
|
33
|
+
* @example
|
|
34
|
+
* hujue
|
|
35
|
+
*/
|
|
36
|
+
owner?: string;
|
|
37
|
+
/**
|
|
38
|
+
* @remarks
|
|
39
|
+
* This parameter is required.
|
|
40
|
+
*
|
|
41
|
+
* @example
|
|
42
|
+
* gitee
|
|
43
|
+
*/
|
|
44
|
+
platform?: string;
|
|
45
|
+
/**
|
|
46
|
+
* @example
|
|
47
|
+
* cn-hangzhou
|
|
48
|
+
*/
|
|
49
|
+
regionId?: string;
|
|
50
|
+
/**
|
|
51
|
+
* @remarks
|
|
52
|
+
* This parameter is required.
|
|
53
|
+
*
|
|
54
|
+
* @example
|
|
55
|
+
* alibaba/fastjson
|
|
56
|
+
*/
|
|
57
|
+
repoFullName?: string;
|
|
58
|
+
/**
|
|
59
|
+
* @example
|
|
60
|
+
* 2835387
|
|
61
|
+
*/
|
|
62
|
+
repoId?: number;
|
|
63
|
+
static names(): { [key: string]: string } {
|
|
64
|
+
return {
|
|
65
|
+
branch: 'Branch',
|
|
66
|
+
clientToken: 'ClientToken',
|
|
67
|
+
filePath: 'FilePath',
|
|
68
|
+
orgId: 'OrgId',
|
|
69
|
+
owner: 'Owner',
|
|
70
|
+
platform: 'Platform',
|
|
71
|
+
regionId: 'RegionId',
|
|
72
|
+
repoFullName: 'RepoFullName',
|
|
73
|
+
repoId: 'RepoId',
|
|
74
|
+
};
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
static types(): { [key: string]: any } {
|
|
78
|
+
return {
|
|
79
|
+
branch: 'string',
|
|
80
|
+
clientToken: 'string',
|
|
81
|
+
filePath: 'string',
|
|
82
|
+
orgId: 'string',
|
|
83
|
+
owner: 'string',
|
|
84
|
+
platform: 'string',
|
|
85
|
+
regionId: 'string',
|
|
86
|
+
repoFullName: 'string',
|
|
87
|
+
repoId: 'number',
|
|
88
|
+
};
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
validate() {
|
|
92
|
+
super.validate();
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
constructor(map?: { [key: string]: any }) {
|
|
96
|
+
super(map);
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
import { CheckGitRepoFileExistsResponseBody } from "./CheckGitRepoFileExistsResponseBody";
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
export class CheckGitRepoFileExistsResponse extends $dara.Model {
|
|
7
|
+
headers?: { [key: string]: string };
|
|
8
|
+
statusCode?: number;
|
|
9
|
+
body?: CheckGitRepoFileExistsResponseBody;
|
|
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: CheckGitRepoFileExistsResponseBody,
|
|
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
|
+
|
|
@@ -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 CheckGitRepoFileExistsResponseBody extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @example
|
|
8
|
+
* true
|
|
9
|
+
*/
|
|
10
|
+
fileExists?: boolean;
|
|
11
|
+
/**
|
|
12
|
+
* @example
|
|
13
|
+
* A5320F1D-92D9-44BB-A416-5FC525ED6D57
|
|
14
|
+
*/
|
|
15
|
+
requestId?: string;
|
|
16
|
+
static names(): { [key: string]: string } {
|
|
17
|
+
return {
|
|
18
|
+
fileExists: 'FileExists',
|
|
19
|
+
requestId: 'RequestId',
|
|
20
|
+
};
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
static types(): { [key: string]: any } {
|
|
24
|
+
return {
|
|
25
|
+
fileExists: 'boolean',
|
|
26
|
+
requestId: '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,82 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class CheckGitRepositoryExistsRequest extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @example
|
|
8
|
+
* 123e4567-e89b-12d3-a456-42665544****
|
|
9
|
+
*/
|
|
10
|
+
clientToken?: string;
|
|
11
|
+
/**
|
|
12
|
+
* @example
|
|
13
|
+
* 5ffd468b1e45db3c1cc26ad6
|
|
14
|
+
*/
|
|
15
|
+
orgId?: string;
|
|
16
|
+
/**
|
|
17
|
+
* @remarks
|
|
18
|
+
* This parameter is required.
|
|
19
|
+
*
|
|
20
|
+
* @example
|
|
21
|
+
* ir9SK9n1u
|
|
22
|
+
*/
|
|
23
|
+
owner?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @remarks
|
|
26
|
+
* This parameter is required.
|
|
27
|
+
*
|
|
28
|
+
* @example
|
|
29
|
+
* gitee
|
|
30
|
+
*/
|
|
31
|
+
platform?: string;
|
|
32
|
+
/**
|
|
33
|
+
* @example
|
|
34
|
+
* cn-hangzhou
|
|
35
|
+
*/
|
|
36
|
+
regionId?: string;
|
|
37
|
+
/**
|
|
38
|
+
* @remarks
|
|
39
|
+
* This parameter is required.
|
|
40
|
+
*
|
|
41
|
+
* @example
|
|
42
|
+
* LYH-RAIN/vue-color-avatar
|
|
43
|
+
*/
|
|
44
|
+
repoFullName?: string;
|
|
45
|
+
/**
|
|
46
|
+
* @example
|
|
47
|
+
* 2859382
|
|
48
|
+
*/
|
|
49
|
+
repoId?: number;
|
|
50
|
+
static names(): { [key: string]: string } {
|
|
51
|
+
return {
|
|
52
|
+
clientToken: 'ClientToken',
|
|
53
|
+
orgId: 'OrgId',
|
|
54
|
+
owner: 'Owner',
|
|
55
|
+
platform: 'Platform',
|
|
56
|
+
regionId: 'RegionId',
|
|
57
|
+
repoFullName: 'RepoFullName',
|
|
58
|
+
repoId: 'RepoId',
|
|
59
|
+
};
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
static types(): { [key: string]: any } {
|
|
63
|
+
return {
|
|
64
|
+
clientToken: 'string',
|
|
65
|
+
orgId: 'string',
|
|
66
|
+
owner: 'string',
|
|
67
|
+
platform: 'string',
|
|
68
|
+
regionId: 'string',
|
|
69
|
+
repoFullName: 'string',
|
|
70
|
+
repoId: 'number',
|
|
71
|
+
};
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
validate() {
|
|
75
|
+
super.validate();
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
constructor(map?: { [key: string]: any }) {
|
|
79
|
+
super(map);
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
import { CheckGitRepositoryExistsResponseBody } from "./CheckGitRepositoryExistsResponseBody";
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
export class CheckGitRepositoryExistsResponse extends $dara.Model {
|
|
7
|
+
headers?: { [key: string]: string };
|
|
8
|
+
statusCode?: number;
|
|
9
|
+
body?: CheckGitRepositoryExistsResponseBody;
|
|
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: CheckGitRepositoryExistsResponseBody,
|
|
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
|
+
|
|
@@ -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 CheckGitRepositoryExistsResponseBody extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @example
|
|
8
|
+
* true
|
|
9
|
+
*/
|
|
10
|
+
repoExists?: boolean;
|
|
11
|
+
/**
|
|
12
|
+
* @example
|
|
13
|
+
* AA9FA778-AE4B-55EC-81CC-C46BAF08A166
|
|
14
|
+
*/
|
|
15
|
+
requestId?: string;
|
|
16
|
+
static names(): { [key: string]: string } {
|
|
17
|
+
return {
|
|
18
|
+
repoExists: 'RepoExists',
|
|
19
|
+
requestId: 'RequestId',
|
|
20
|
+
};
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
static types(): { [key: string]: any } {
|
|
24
|
+
return {
|
|
25
|
+
repoExists: 'boolean',
|
|
26
|
+
requestId: '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,107 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class CreateGitRepositoryRequest extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @example
|
|
8
|
+
* TF-CreateApplication-1647587475-84104b89-eba5-47a8-b2fd-807b8b7d
|
|
9
|
+
*/
|
|
10
|
+
clientToken?: string;
|
|
11
|
+
/**
|
|
12
|
+
* @example
|
|
13
|
+
* False
|
|
14
|
+
*/
|
|
15
|
+
isPrivate?: boolean;
|
|
16
|
+
/**
|
|
17
|
+
* @example
|
|
18
|
+
* 5ffd468b1e45db3c1cc26ad6
|
|
19
|
+
*/
|
|
20
|
+
orgId?: string;
|
|
21
|
+
/**
|
|
22
|
+
* @remarks
|
|
23
|
+
* This parameter is required.
|
|
24
|
+
*
|
|
25
|
+
* @example
|
|
26
|
+
* JJGGu
|
|
27
|
+
*/
|
|
28
|
+
owner?: string;
|
|
29
|
+
/**
|
|
30
|
+
* @remarks
|
|
31
|
+
* This parameter is required.
|
|
32
|
+
*
|
|
33
|
+
* @example
|
|
34
|
+
* gitee
|
|
35
|
+
*/
|
|
36
|
+
platform?: string;
|
|
37
|
+
/**
|
|
38
|
+
* @example
|
|
39
|
+
* cn-hangzhou
|
|
40
|
+
*/
|
|
41
|
+
regionId?: string;
|
|
42
|
+
/**
|
|
43
|
+
* @example
|
|
44
|
+
* main
|
|
45
|
+
*/
|
|
46
|
+
sourceRepoBranch?: string;
|
|
47
|
+
/**
|
|
48
|
+
* @example
|
|
49
|
+
* test-repo
|
|
50
|
+
*/
|
|
51
|
+
sourceRepoName?: string;
|
|
52
|
+
/**
|
|
53
|
+
* @example
|
|
54
|
+
* aliyun-computenest
|
|
55
|
+
*/
|
|
56
|
+
sourceRepoOwner?: string;
|
|
57
|
+
/**
|
|
58
|
+
* @example
|
|
59
|
+
* test-repo
|
|
60
|
+
*/
|
|
61
|
+
targetRepoName?: string;
|
|
62
|
+
/**
|
|
63
|
+
* @example
|
|
64
|
+
* namexx
|
|
65
|
+
*/
|
|
66
|
+
targetRepoOwner?: string;
|
|
67
|
+
static names(): { [key: string]: string } {
|
|
68
|
+
return {
|
|
69
|
+
clientToken: 'ClientToken',
|
|
70
|
+
isPrivate: 'IsPrivate',
|
|
71
|
+
orgId: 'OrgId',
|
|
72
|
+
owner: 'Owner',
|
|
73
|
+
platform: 'Platform',
|
|
74
|
+
regionId: 'RegionId',
|
|
75
|
+
sourceRepoBranch: 'SourceRepoBranch',
|
|
76
|
+
sourceRepoName: 'SourceRepoName',
|
|
77
|
+
sourceRepoOwner: 'SourceRepoOwner',
|
|
78
|
+
targetRepoName: 'TargetRepoName',
|
|
79
|
+
targetRepoOwner: 'TargetRepoOwner',
|
|
80
|
+
};
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
static types(): { [key: string]: any } {
|
|
84
|
+
return {
|
|
85
|
+
clientToken: 'string',
|
|
86
|
+
isPrivate: 'boolean',
|
|
87
|
+
orgId: 'string',
|
|
88
|
+
owner: 'string',
|
|
89
|
+
platform: 'string',
|
|
90
|
+
regionId: 'string',
|
|
91
|
+
sourceRepoBranch: 'string',
|
|
92
|
+
sourceRepoName: 'string',
|
|
93
|
+
sourceRepoOwner: 'string',
|
|
94
|
+
targetRepoName: 'string',
|
|
95
|
+
targetRepoOwner: 'string',
|
|
96
|
+
};
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
validate() {
|
|
100
|
+
super.validate();
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
constructor(map?: { [key: string]: any }) {
|
|
104
|
+
super(map);
|
|
105
|
+
}
|
|
106
|
+
}
|
|
107
|
+
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
import { CreateGitRepositoryResponseBody } from "./CreateGitRepositoryResponseBody";
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
export class CreateGitRepositoryResponse extends $dara.Model {
|
|
7
|
+
headers?: { [key: string]: string };
|
|
8
|
+
statusCode?: number;
|
|
9
|
+
body?: CreateGitRepositoryResponseBody;
|
|
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: CreateGitRepositoryResponseBody,
|
|
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
|
+
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class CreateGitRepositoryResponseBodyGitRepo extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @example
|
|
8
|
+
* Test parameter for security testing
|
|
9
|
+
*/
|
|
10
|
+
description?: string;
|
|
11
|
+
/**
|
|
12
|
+
* @example
|
|
13
|
+
* aliyun-computest/lingo
|
|
14
|
+
*/
|
|
15
|
+
fullName?: string;
|
|
16
|
+
/**
|
|
17
|
+
* @example
|
|
18
|
+
* https://github.com/alibaba/fastjson
|
|
19
|
+
*/
|
|
20
|
+
htmlUrl?: string;
|
|
21
|
+
/**
|
|
22
|
+
* @example
|
|
23
|
+
* False
|
|
24
|
+
*/
|
|
25
|
+
isPrivate?: string;
|
|
26
|
+
static names(): { [key: string]: string } {
|
|
27
|
+
return {
|
|
28
|
+
description: 'Description',
|
|
29
|
+
fullName: 'FullName',
|
|
30
|
+
htmlUrl: 'HtmlUrl',
|
|
31
|
+
isPrivate: 'IsPrivate',
|
|
32
|
+
};
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
static types(): { [key: string]: any } {
|
|
36
|
+
return {
|
|
37
|
+
description: 'string',
|
|
38
|
+
fullName: 'string',
|
|
39
|
+
htmlUrl: 'string',
|
|
40
|
+
isPrivate: 'string',
|
|
41
|
+
};
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
validate() {
|
|
45
|
+
super.validate();
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
constructor(map?: { [key: string]: any }) {
|
|
49
|
+
super(map);
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
export class CreateGitRepositoryResponseBody extends $dara.Model {
|
|
54
|
+
gitRepo?: CreateGitRepositoryResponseBodyGitRepo;
|
|
55
|
+
/**
|
|
56
|
+
* @example
|
|
57
|
+
* AA9FA778-AE4B-55EC-81CC-C46BAF08A166
|
|
58
|
+
*/
|
|
59
|
+
requestId?: string;
|
|
60
|
+
static names(): { [key: string]: string } {
|
|
61
|
+
return {
|
|
62
|
+
gitRepo: 'GitRepo',
|
|
63
|
+
requestId: 'RequestId',
|
|
64
|
+
};
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
static types(): { [key: string]: any } {
|
|
68
|
+
return {
|
|
69
|
+
gitRepo: CreateGitRepositoryResponseBodyGitRepo,
|
|
70
|
+
requestId: 'string',
|
|
71
|
+
};
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
validate() {
|
|
75
|
+
if(this.gitRepo && typeof (this.gitRepo as any).validate === 'function') {
|
|
76
|
+
(this.gitRepo as any).validate();
|
|
77
|
+
}
|
|
78
|
+
super.validate();
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
constructor(map?: { [key: string]: any }) {
|
|
82
|
+
super(map);
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
|
|
@@ -41,12 +41,14 @@ export class DeployApplicationGroupRequest extends $dara.Model {
|
|
|
41
41
|
* cn-hangzhou
|
|
42
42
|
*/
|
|
43
43
|
regionId?: string;
|
|
44
|
+
revisionId?: string;
|
|
44
45
|
static names(): { [key: string]: string } {
|
|
45
46
|
return {
|
|
46
47
|
applicationName: 'ApplicationName',
|
|
47
48
|
deployParameters: 'DeployParameters',
|
|
48
49
|
name: 'Name',
|
|
49
50
|
regionId: 'RegionId',
|
|
51
|
+
revisionId: 'RevisionId',
|
|
50
52
|
};
|
|
51
53
|
}
|
|
52
54
|
|
|
@@ -56,6 +58,7 @@ export class DeployApplicationGroupRequest extends $dara.Model {
|
|
|
56
58
|
deployParameters: 'string',
|
|
57
59
|
name: 'string',
|
|
58
60
|
regionId: 'string',
|
|
61
|
+
revisionId: 'string',
|
|
59
62
|
};
|
|
60
63
|
}
|
|
61
64
|
|
|
@@ -70,6 +70,7 @@ export class GetApplicationGroupResponseBodyApplicationGroup extends $dara.Model
|
|
|
70
70
|
description?: string;
|
|
71
71
|
errorDetail?: string;
|
|
72
72
|
errorType?: string;
|
|
73
|
+
executionId?: string;
|
|
73
74
|
/**
|
|
74
75
|
* @remarks
|
|
75
76
|
* The tag key.
|
|
@@ -147,6 +148,7 @@ export class GetApplicationGroupResponseBodyApplicationGroup extends $dara.Model
|
|
|
147
148
|
description: 'Description',
|
|
148
149
|
errorDetail: 'ErrorDetail',
|
|
149
150
|
errorType: 'ErrorType',
|
|
151
|
+
executionId: 'ExecutionId',
|
|
150
152
|
importTagKey: 'ImportTagKey',
|
|
151
153
|
importTagValue: 'ImportTagValue',
|
|
152
154
|
name: 'Name',
|
|
@@ -171,6 +173,7 @@ export class GetApplicationGroupResponseBodyApplicationGroup extends $dara.Model
|
|
|
171
173
|
description: 'string',
|
|
172
174
|
errorDetail: 'string',
|
|
173
175
|
errorType: 'string',
|
|
176
|
+
executionId: 'string',
|
|
174
177
|
importTagKey: 'string',
|
|
175
178
|
importTagValue: 'string',
|
|
176
179
|
name: 'string',
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class GetGitBranchRequest extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @remarks
|
|
8
|
+
* This parameter is required.
|
|
9
|
+
*
|
|
10
|
+
* @example
|
|
11
|
+
* main
|
|
12
|
+
*/
|
|
13
|
+
branch?: string;
|
|
14
|
+
/**
|
|
15
|
+
* @example
|
|
16
|
+
* 5ffd468b1e45db3c1cc26ad6
|
|
17
|
+
*/
|
|
18
|
+
orgId?: string;
|
|
19
|
+
/**
|
|
20
|
+
* @example
|
|
21
|
+
* namexxx
|
|
22
|
+
*/
|
|
23
|
+
owner?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @remarks
|
|
26
|
+
* This parameter is required.
|
|
27
|
+
*
|
|
28
|
+
* @example
|
|
29
|
+
* github
|
|
30
|
+
*/
|
|
31
|
+
platform?: string;
|
|
32
|
+
/**
|
|
33
|
+
* @example
|
|
34
|
+
* cn-hangzhou
|
|
35
|
+
*/
|
|
36
|
+
regionId?: string;
|
|
37
|
+
/**
|
|
38
|
+
* @remarks
|
|
39
|
+
* This parameter is required.
|
|
40
|
+
*
|
|
41
|
+
* @example
|
|
42
|
+
* alibaba/fastjson
|
|
43
|
+
*/
|
|
44
|
+
repoFullName?: string;
|
|
45
|
+
/**
|
|
46
|
+
* @example
|
|
47
|
+
* 2823742
|
|
48
|
+
*/
|
|
49
|
+
repoId?: number;
|
|
50
|
+
static names(): { [key: string]: string } {
|
|
51
|
+
return {
|
|
52
|
+
branch: 'Branch',
|
|
53
|
+
orgId: 'OrgId',
|
|
54
|
+
owner: 'Owner',
|
|
55
|
+
platform: 'Platform',
|
|
56
|
+
regionId: 'RegionId',
|
|
57
|
+
repoFullName: 'RepoFullName',
|
|
58
|
+
repoId: 'RepoId',
|
|
59
|
+
};
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
static types(): { [key: string]: any } {
|
|
63
|
+
return {
|
|
64
|
+
branch: 'string',
|
|
65
|
+
orgId: 'string',
|
|
66
|
+
owner: 'string',
|
|
67
|
+
platform: 'string',
|
|
68
|
+
regionId: 'string',
|
|
69
|
+
repoFullName: 'string',
|
|
70
|
+
repoId: 'number',
|
|
71
|
+
};
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
validate() {
|
|
75
|
+
super.validate();
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
constructor(map?: { [key: string]: any }) {
|
|
79
|
+
super(map);
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
|