@huaweicloud/huaweicloud-sdk-codeartsdeploy 3.1.44 → 3.1.46
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/huaweicloud-sdk-codeartsdeploy.ts +4 -0
- package/package.json +4 -4
- package/v2/{CodeArtsDeployClient.js → CodeArtsDeployClient.ts} +608 -388
- package/v2/CodeArtsDeployRegion.ts +40 -0
- package/v2/model/AppComponentDao.ts +82 -0
- package/v2/model/ConfigInfoDO.ts +73 -0
- package/v2/model/CreateDeployTaskByTemplateRequest.ts +33 -0
- package/v2/model/CreateDeployTaskByTemplateResponse.ts +30 -0
- package/v2/model/CreateDeploymentGroupRequest.ts +33 -0
- package/v2/model/CreateDeploymentGroupResponse.ts +19 -0
- package/v2/model/CreateDeploymentHostRequest.ts +45 -0
- package/v2/model/CreateDeploymentHostResponse.ts +19 -0
- package/v2/model/DeleteDeployTaskRequest.ts +39 -0
- package/v2/model/DeleteDeployTaskResponse.ts +19 -0
- package/v2/model/DeleteDeploymentGroupRequest.ts +39 -0
- package/v2/model/DeleteDeploymentGroupResponse.ts +19 -0
- package/v2/model/DeleteDeploymentHostRequest.ts +51 -0
- package/v2/model/DeleteDeploymentHostResponse.ts +19 -0
- package/v2/model/DeploymentGroup.ts +78 -0
- package/v2/model/DeploymentGroupDetail.ts +160 -0
- package/v2/model/DeploymentGroupUpdateRequest.ts +49 -0
- package/v2/model/DeploymentHost.ts +86 -0
- package/v2/model/DeploymentHostAuthorizationBody.ts +49 -0
- package/v2/model/DeploymentHostDetail.ts +270 -0
- package/v2/model/DeploymentHostInfo.ts +98 -0
- package/v2/model/DeploymentHostRequest.ts +77 -0
- package/v2/model/DeploymentUpdateHost.ts +71 -0
- package/v2/model/DynamicConfigInfo.ts +33 -0
- package/v2/model/EnvExecutionBody.ts +34 -0
- package/v2/model/ExecuteRecordV2Body.ts +75 -0
- package/v2/model/KeyValueDO.ts +16 -0
- package/v2/model/ListDeployTaskHistoryByDateRequest.ts +81 -0
- package/v2/model/ListDeployTaskHistoryByDateResponse.ts +25 -0
- package/v2/model/ListDeployTasksRequest.ts +51 -0
- package/v2/model/ListDeployTasksResponse.ts +25 -0
- package/v2/model/ListHostGroupsRequest.ts +88 -0
- package/v2/model/ListHostGroupsResponse.ts +25 -0
- package/v2/model/ListHostsRequest.ts +86 -0
- package/v2/model/ListHostsResponse.ts +30 -0
- package/v2/model/ListTaskSuccessRateRequest.ts +24 -0
- package/v2/model/ListTaskSuccessRateResponse.ts +64 -0
- package/v2/model/ParamTypeLimits.ts +11 -0
- package/v2/model/PermissionGroupDetail.ts +61 -0
- package/v2/model/PermissionHostDetail.ts +61 -0
- package/v2/model/ShowDeployTaskDetailRequest.ts +18 -0
- package/v2/model/ShowDeployTaskDetailResponse.ts +351 -0
- package/v2/model/ShowDeploymentGroupDetailRequest.ts +18 -0
- package/v2/model/ShowDeploymentGroupDetailResponse.ts +162 -0
- package/v2/model/ShowDeploymentHostDetailRequest.ts +30 -0
- package/v2/model/ShowDeploymentHostDetailResponse.ts +273 -0
- package/v2/model/ShowProjectSuccessRateRequest.ts +42 -0
- package/v2/model/ShowProjectSuccessRateResponse.ts +96 -0
- package/v2/model/StartDeployTaskRequest.ts +45 -0
- package/v2/model/StartDeployTaskResponse.ts +47 -0
- package/v2/model/Step.ts +26 -0
- package/v2/model/TaskInfo.ts +349 -0
- package/v2/model/TaskSuccessRate.ts +61 -0
- package/v2/model/TasksSuccessRateQuery.ts +42 -0
- package/v2/model/TemplateTaskRequestBody.ts +71 -0
- package/v2/model/UpdateDeploymentGroupRequest.ts +45 -0
- package/v2/model/UpdateDeploymentGroupResponse.ts +19 -0
- package/v2/model/UpdateDeploymentHostRequest.ts +57 -0
- package/v2/model/UpdateDeploymentHostResponse.ts +19 -0
- package/v2/model/UserInfo.ts +28 -0
- package/v2/{public-api.d.ts → public-api.ts} +1 -0
- package/LICENSE +0 -13
- package/README.md +0 -1
- package/huaweicloud-sdk-codeartsdeploy.d.ts +0 -2
- package/huaweicloud-sdk-codeartsdeploy.js +0 -31
- package/v2/CodeArtsDeployClient.d.ts +0 -538
- package/v2/CodeArtsDeployRegion.d.ts +0 -12
- package/v2/CodeArtsDeployRegion.js +0 -37
- package/v2/model/AppComponentDao.d.ts +0 -31
- package/v2/model/AppComponentDao.js +0 -101
- package/v2/model/ConfigInfoDO.d.ts +0 -40
- package/v2/model/ConfigInfoDO.js +0 -77
- package/v2/model/CreateDeployTaskByTemplateRequest.d.ts +0 -18
- package/v2/model/CreateDeployTaskByTemplateRequest.js +0 -37
- package/v2/model/CreateDeployTaskByTemplateResponse.d.ts +0 -12
- package/v2/model/CreateDeployTaskByTemplateResponse.js +0 -55
- package/v2/model/CreateDeploymentGroupRequest.d.ts +0 -18
- package/v2/model/CreateDeploymentGroupRequest.js +0 -37
- package/v2/model/CreateDeploymentGroupResponse.d.ts +0 -8
- package/v2/model/CreateDeploymentGroupResponse.js +0 -41
- package/v2/model/CreateDeploymentHostRequest.d.ts +0 -22
- package/v2/model/CreateDeploymentHostRequest.js +0 -52
- package/v2/model/CreateDeploymentHostResponse.d.ts +0 -8
- package/v2/model/CreateDeploymentHostResponse.js +0 -41
- package/v2/model/DeleteDeployTaskRequest.d.ts +0 -19
- package/v2/model/DeleteDeployTaskRequest.js +0 -48
- package/v2/model/DeleteDeployTaskResponse.d.ts +0 -8
- package/v2/model/DeleteDeployTaskResponse.js +0 -41
- package/v2/model/DeleteDeploymentGroupRequest.d.ts +0 -19
- package/v2/model/DeleteDeploymentGroupRequest.js +0 -48
- package/v2/model/DeleteDeploymentGroupResponse.d.ts +0 -8
- package/v2/model/DeleteDeploymentGroupResponse.js +0 -41
- package/v2/model/DeleteDeploymentHostRequest.d.ts +0 -23
- package/v2/model/DeleteDeploymentHostRequest.js +0 -63
- package/v2/model/DeleteDeploymentHostResponse.d.ts +0 -8
- package/v2/model/DeleteDeploymentHostResponse.js +0 -41
- package/v2/model/DeploymentGroup.d.ts +0 -33
- package/v2/model/DeploymentGroup.js +0 -90
- package/v2/model/DeploymentGroupDetail.d.ts +0 -61
- package/v2/model/DeploymentGroupDetail.js +0 -193
- package/v2/model/DeploymentGroupUpdateRequest.d.ts +0 -24
- package/v2/model/DeploymentGroupUpdateRequest.js +0 -56
- package/v2/model/DeploymentHost.d.ts +0 -36
- package/v2/model/DeploymentHost.js +0 -96
- package/v2/model/DeploymentHostAuthorizationBody.d.ts +0 -23
- package/v2/model/DeploymentHostAuthorizationBody.js +0 -56
- package/v2/model/DeploymentHostDetail.d.ts +0 -103
- package/v2/model/DeploymentHostDetail.js +0 -325
- package/v2/model/DeploymentHostInfo.d.ts +0 -40
- package/v2/model/DeploymentHostInfo.js +0 -111
- package/v2/model/DeploymentHostRequest.d.ts +0 -28
- package/v2/model/DeploymentHostRequest.js +0 -86
- package/v2/model/DeploymentUpdateHost.d.ts +0 -26
- package/v2/model/DeploymentUpdateHost.js +0 -82
- package/v2/model/DynamicConfigInfo.d.ts +0 -19
- package/v2/model/DynamicConfigInfo.js +0 -32
- package/v2/model/EnvExecutionBody.d.ts +0 -14
- package/v2/model/EnvExecutionBody.js +0 -41
- package/v2/model/ExecuteRecordV2Body.d.ts +0 -29
- package/v2/model/ExecuteRecordV2Body.js +0 -85
- package/v2/model/KeyValueDO.d.ts +0 -7
- package/v2/model/KeyValueDO.js +0 -17
- package/v2/model/ListDeployTaskHistoryByDateRequest.d.ts +0 -33
- package/v2/model/ListDeployTaskHistoryByDateRequest.js +0 -93
- package/v2/model/ListDeployTaskHistoryByDateResponse.d.ts +0 -11
- package/v2/model/ListDeployTaskHistoryByDateResponse.js +0 -45
- package/v2/model/ListDeployTasksRequest.d.ts +0 -23
- package/v2/model/ListDeployTasksRequest.js +0 -58
- package/v2/model/ListDeployTasksResponse.d.ts +0 -11
- package/v2/model/ListDeployTasksResponse.js +0 -45
- package/v2/model/ListHostGroupsRequest.d.ts +0 -43
- package/v2/model/ListHostGroupsRequest.js +0 -100
- package/v2/model/ListHostGroupsResponse.d.ts +0 -11
- package/v2/model/ListHostGroupsResponse.js +0 -45
- package/v2/model/ListHostsRequest.d.ts +0 -37
- package/v2/model/ListHostsRequest.js +0 -101
- package/v2/model/ListHostsResponse.d.ts +0 -13
- package/v2/model/ListHostsResponse.js +0 -49
- package/v2/model/ListTaskSuccessRateRequest.d.ts +0 -10
- package/v2/model/ListTaskSuccessRateRequest.js +0 -28
- package/v2/model/ListTaskSuccessRateResponse.d.ts +0 -25
- package/v2/model/ListTaskSuccessRateResponse.js +0 -97
- package/v2/model/ParamTypeLimits.d.ts +0 -5
- package/v2/model/ParamTypeLimits.js +0 -13
- package/v2/model/PermissionGroupDetail.d.ts +0 -23
- package/v2/model/PermissionGroupDetail.js +0 -79
- package/v2/model/PermissionHostDetail.d.ts +0 -23
- package/v2/model/PermissionHostDetail.js +0 -79
- package/v2/model/ShowDeployTaskDetailRequest.d.ts +0 -7
- package/v2/model/ShowDeployTaskDetailRequest.js +0 -24
- package/v2/model/ShowDeployTaskDetailResponse.d.ts +0 -140
- package/v2/model/ShowDeployTaskDetailResponse.js +0 -442
- package/v2/model/ShowDeploymentGroupDetailRequest.d.ts +0 -7
- package/v2/model/ShowDeploymentGroupDetailRequest.js +0 -24
- package/v2/model/ShowDeploymentGroupDetailResponse.d.ts +0 -62
- package/v2/model/ShowDeploymentGroupDetailResponse.js +0 -211
- package/v2/model/ShowDeploymentHostDetailRequest.d.ts +0 -11
- package/v2/model/ShowDeploymentHostDetailRequest.js +0 -39
- package/v2/model/ShowDeploymentHostDetailResponse.d.ts +0 -105
- package/v2/model/ShowDeploymentHostDetailResponse.js +0 -344
- package/v2/model/ShowProjectSuccessRateRequest.d.ts +0 -15
- package/v2/model/ShowProjectSuccessRateRequest.js +0 -54
- package/v2/model/ShowProjectSuccessRateResponse.d.ts +0 -36
- package/v2/model/ShowProjectSuccessRateResponse.js +0 -139
- package/v2/model/StartDeployTaskRequest.d.ts +0 -22
- package/v2/model/StartDeployTaskRequest.js +0 -52
- package/v2/model/StartDeployTaskResponse.d.ts +0 -19
- package/v2/model/StartDeployTaskResponse.js +0 -73
- package/v2/model/Step.d.ts +0 -15
- package/v2/model/Step.js +0 -25
- package/v2/model/TaskInfo.d.ts +0 -139
- package/v2/model/TaskInfo.js +0 -424
- package/v2/model/TaskSuccessRate.d.ts +0 -23
- package/v2/model/TaskSuccessRate.js +0 -79
- package/v2/model/TasksSuccessRateQuery.d.ts +0 -15
- package/v2/model/TasksSuccessRateQuery.js +0 -54
- package/v2/model/TemplateTaskRequestBody.d.ts +0 -26
- package/v2/model/TemplateTaskRequestBody.js +0 -87
- package/v2/model/UpdateDeploymentGroupRequest.d.ts +0 -22
- package/v2/model/UpdateDeploymentGroupRequest.js +0 -52
- package/v2/model/UpdateDeploymentGroupResponse.d.ts +0 -8
- package/v2/model/UpdateDeploymentGroupResponse.js +0 -41
- package/v2/model/UpdateDeploymentHostRequest.d.ts +0 -26
- package/v2/model/UpdateDeploymentHostRequest.js +0 -67
- package/v2/model/UpdateDeploymentHostResponse.d.ts +0 -8
- package/v2/model/UpdateDeploymentHostResponse.js +0 -41
- package/v2/model/UserInfo.d.ts +0 -11
- package/v2/model/UserInfo.js +0 -37
- package/v2/public-api.js +0 -78
|
@@ -1,79 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.TaskSuccessRate = void 0;
|
|
4
|
-
var TaskSuccessRate = /** @class */ (function () {
|
|
5
|
-
function TaskSuccessRate() {
|
|
6
|
-
}
|
|
7
|
-
TaskSuccessRate.prototype.withTaskId = function (taskId) {
|
|
8
|
-
this['task_id'] = taskId;
|
|
9
|
-
return this;
|
|
10
|
-
};
|
|
11
|
-
Object.defineProperty(TaskSuccessRate.prototype, "taskId", {
|
|
12
|
-
get: function () {
|
|
13
|
-
return this['task_id'];
|
|
14
|
-
},
|
|
15
|
-
set: function (taskId) {
|
|
16
|
-
this['task_id'] = taskId;
|
|
17
|
-
},
|
|
18
|
-
enumerable: false,
|
|
19
|
-
configurable: true
|
|
20
|
-
});
|
|
21
|
-
TaskSuccessRate.prototype.withTaskName = function (taskName) {
|
|
22
|
-
this['task_name'] = taskName;
|
|
23
|
-
return this;
|
|
24
|
-
};
|
|
25
|
-
Object.defineProperty(TaskSuccessRate.prototype, "taskName", {
|
|
26
|
-
get: function () {
|
|
27
|
-
return this['task_name'];
|
|
28
|
-
},
|
|
29
|
-
set: function (taskName) {
|
|
30
|
-
this['task_name'] = taskName;
|
|
31
|
-
},
|
|
32
|
-
enumerable: false,
|
|
33
|
-
configurable: true
|
|
34
|
-
});
|
|
35
|
-
TaskSuccessRate.prototype.withSuccessRate = function (successRate) {
|
|
36
|
-
this['success_rate'] = successRate;
|
|
37
|
-
return this;
|
|
38
|
-
};
|
|
39
|
-
Object.defineProperty(TaskSuccessRate.prototype, "successRate", {
|
|
40
|
-
get: function () {
|
|
41
|
-
return this['success_rate'];
|
|
42
|
-
},
|
|
43
|
-
set: function (successRate) {
|
|
44
|
-
this['success_rate'] = successRate;
|
|
45
|
-
},
|
|
46
|
-
enumerable: false,
|
|
47
|
-
configurable: true
|
|
48
|
-
});
|
|
49
|
-
TaskSuccessRate.prototype.withRecordCount = function (recordCount) {
|
|
50
|
-
this['record_count'] = recordCount;
|
|
51
|
-
return this;
|
|
52
|
-
};
|
|
53
|
-
Object.defineProperty(TaskSuccessRate.prototype, "recordCount", {
|
|
54
|
-
get: function () {
|
|
55
|
-
return this['record_count'];
|
|
56
|
-
},
|
|
57
|
-
set: function (recordCount) {
|
|
58
|
-
this['record_count'] = recordCount;
|
|
59
|
-
},
|
|
60
|
-
enumerable: false,
|
|
61
|
-
configurable: true
|
|
62
|
-
});
|
|
63
|
-
TaskSuccessRate.prototype.withSuccessRecordCount = function (successRecordCount) {
|
|
64
|
-
this['success_record_count'] = successRecordCount;
|
|
65
|
-
return this;
|
|
66
|
-
};
|
|
67
|
-
Object.defineProperty(TaskSuccessRate.prototype, "successRecordCount", {
|
|
68
|
-
get: function () {
|
|
69
|
-
return this['success_record_count'];
|
|
70
|
-
},
|
|
71
|
-
set: function (successRecordCount) {
|
|
72
|
-
this['success_record_count'] = successRecordCount;
|
|
73
|
-
},
|
|
74
|
-
enumerable: false,
|
|
75
|
-
configurable: true
|
|
76
|
-
});
|
|
77
|
-
return TaskSuccessRate;
|
|
78
|
-
}());
|
|
79
|
-
exports.TaskSuccessRate = TaskSuccessRate;
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
export declare class TasksSuccessRateQuery {
|
|
2
|
-
private 'start_date';
|
|
3
|
-
private 'end_date';
|
|
4
|
-
private 'task_ids';
|
|
5
|
-
constructor(startDate?: any, endDate?: any, taskIds?: any);
|
|
6
|
-
withStartDate(startDate: string): TasksSuccessRateQuery;
|
|
7
|
-
set startDate(startDate: string | undefined);
|
|
8
|
-
get startDate(): string | undefined;
|
|
9
|
-
withEndDate(endDate: string): TasksSuccessRateQuery;
|
|
10
|
-
set endDate(endDate: string | undefined);
|
|
11
|
-
get endDate(): string | undefined;
|
|
12
|
-
withTaskIds(taskIds: Array<string>): TasksSuccessRateQuery;
|
|
13
|
-
set taskIds(taskIds: Array<string> | undefined);
|
|
14
|
-
get taskIds(): Array<string> | undefined;
|
|
15
|
-
}
|
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.TasksSuccessRateQuery = void 0;
|
|
4
|
-
var TasksSuccessRateQuery = /** @class */ (function () {
|
|
5
|
-
function TasksSuccessRateQuery(startDate, endDate, taskIds) {
|
|
6
|
-
this['start_date'] = startDate;
|
|
7
|
-
this['end_date'] = endDate;
|
|
8
|
-
this['task_ids'] = taskIds;
|
|
9
|
-
}
|
|
10
|
-
TasksSuccessRateQuery.prototype.withStartDate = function (startDate) {
|
|
11
|
-
this['start_date'] = startDate;
|
|
12
|
-
return this;
|
|
13
|
-
};
|
|
14
|
-
Object.defineProperty(TasksSuccessRateQuery.prototype, "startDate", {
|
|
15
|
-
get: function () {
|
|
16
|
-
return this['start_date'];
|
|
17
|
-
},
|
|
18
|
-
set: function (startDate) {
|
|
19
|
-
this['start_date'] = startDate;
|
|
20
|
-
},
|
|
21
|
-
enumerable: false,
|
|
22
|
-
configurable: true
|
|
23
|
-
});
|
|
24
|
-
TasksSuccessRateQuery.prototype.withEndDate = function (endDate) {
|
|
25
|
-
this['end_date'] = endDate;
|
|
26
|
-
return this;
|
|
27
|
-
};
|
|
28
|
-
Object.defineProperty(TasksSuccessRateQuery.prototype, "endDate", {
|
|
29
|
-
get: function () {
|
|
30
|
-
return this['end_date'];
|
|
31
|
-
},
|
|
32
|
-
set: function (endDate) {
|
|
33
|
-
this['end_date'] = endDate;
|
|
34
|
-
},
|
|
35
|
-
enumerable: false,
|
|
36
|
-
configurable: true
|
|
37
|
-
});
|
|
38
|
-
TasksSuccessRateQuery.prototype.withTaskIds = function (taskIds) {
|
|
39
|
-
this['task_ids'] = taskIds;
|
|
40
|
-
return this;
|
|
41
|
-
};
|
|
42
|
-
Object.defineProperty(TasksSuccessRateQuery.prototype, "taskIds", {
|
|
43
|
-
get: function () {
|
|
44
|
-
return this['task_ids'];
|
|
45
|
-
},
|
|
46
|
-
set: function (taskIds) {
|
|
47
|
-
this['task_ids'] = taskIds;
|
|
48
|
-
},
|
|
49
|
-
enumerable: false,
|
|
50
|
-
configurable: true
|
|
51
|
-
});
|
|
52
|
-
return TasksSuccessRateQuery;
|
|
53
|
-
}());
|
|
54
|
-
exports.TasksSuccessRateQuery = TasksSuccessRateQuery;
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import { ConfigInfoDO } from './ConfigInfoDO';
|
|
2
|
-
export declare class TemplateTaskRequestBody {
|
|
3
|
-
private 'project_id';
|
|
4
|
-
private 'project_name';
|
|
5
|
-
private 'template_id';
|
|
6
|
-
private 'task_name';
|
|
7
|
-
private 'slave_cluster_id'?;
|
|
8
|
-
configs?: Array<ConfigInfoDO>;
|
|
9
|
-
constructor(projectId?: any, projectName?: any, templateId?: any, taskName?: any);
|
|
10
|
-
withProjectId(projectId: string): TemplateTaskRequestBody;
|
|
11
|
-
set projectId(projectId: string | undefined);
|
|
12
|
-
get projectId(): string | undefined;
|
|
13
|
-
withProjectName(projectName: string): TemplateTaskRequestBody;
|
|
14
|
-
set projectName(projectName: string | undefined);
|
|
15
|
-
get projectName(): string | undefined;
|
|
16
|
-
withTemplateId(templateId: string): TemplateTaskRequestBody;
|
|
17
|
-
set templateId(templateId: string | undefined);
|
|
18
|
-
get templateId(): string | undefined;
|
|
19
|
-
withTaskName(taskName: string): TemplateTaskRequestBody;
|
|
20
|
-
set taskName(taskName: string | undefined);
|
|
21
|
-
get taskName(): string | undefined;
|
|
22
|
-
withSlaveClusterId(slaveClusterId: string): TemplateTaskRequestBody;
|
|
23
|
-
set slaveClusterId(slaveClusterId: string | undefined);
|
|
24
|
-
get slaveClusterId(): string | undefined;
|
|
25
|
-
withConfigs(configs: Array<ConfigInfoDO>): TemplateTaskRequestBody;
|
|
26
|
-
}
|
|
@@ -1,87 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.TemplateTaskRequestBody = void 0;
|
|
4
|
-
var TemplateTaskRequestBody = /** @class */ (function () {
|
|
5
|
-
function TemplateTaskRequestBody(projectId, projectName, templateId, taskName) {
|
|
6
|
-
this['project_id'] = projectId;
|
|
7
|
-
this['project_name'] = projectName;
|
|
8
|
-
this['template_id'] = templateId;
|
|
9
|
-
this['task_name'] = taskName;
|
|
10
|
-
}
|
|
11
|
-
TemplateTaskRequestBody.prototype.withProjectId = function (projectId) {
|
|
12
|
-
this['project_id'] = projectId;
|
|
13
|
-
return this;
|
|
14
|
-
};
|
|
15
|
-
Object.defineProperty(TemplateTaskRequestBody.prototype, "projectId", {
|
|
16
|
-
get: function () {
|
|
17
|
-
return this['project_id'];
|
|
18
|
-
},
|
|
19
|
-
set: function (projectId) {
|
|
20
|
-
this['project_id'] = projectId;
|
|
21
|
-
},
|
|
22
|
-
enumerable: false,
|
|
23
|
-
configurable: true
|
|
24
|
-
});
|
|
25
|
-
TemplateTaskRequestBody.prototype.withProjectName = function (projectName) {
|
|
26
|
-
this['project_name'] = projectName;
|
|
27
|
-
return this;
|
|
28
|
-
};
|
|
29
|
-
Object.defineProperty(TemplateTaskRequestBody.prototype, "projectName", {
|
|
30
|
-
get: function () {
|
|
31
|
-
return this['project_name'];
|
|
32
|
-
},
|
|
33
|
-
set: function (projectName) {
|
|
34
|
-
this['project_name'] = projectName;
|
|
35
|
-
},
|
|
36
|
-
enumerable: false,
|
|
37
|
-
configurable: true
|
|
38
|
-
});
|
|
39
|
-
TemplateTaskRequestBody.prototype.withTemplateId = function (templateId) {
|
|
40
|
-
this['template_id'] = templateId;
|
|
41
|
-
return this;
|
|
42
|
-
};
|
|
43
|
-
Object.defineProperty(TemplateTaskRequestBody.prototype, "templateId", {
|
|
44
|
-
get: function () {
|
|
45
|
-
return this['template_id'];
|
|
46
|
-
},
|
|
47
|
-
set: function (templateId) {
|
|
48
|
-
this['template_id'] = templateId;
|
|
49
|
-
},
|
|
50
|
-
enumerable: false,
|
|
51
|
-
configurable: true
|
|
52
|
-
});
|
|
53
|
-
TemplateTaskRequestBody.prototype.withTaskName = function (taskName) {
|
|
54
|
-
this['task_name'] = taskName;
|
|
55
|
-
return this;
|
|
56
|
-
};
|
|
57
|
-
Object.defineProperty(TemplateTaskRequestBody.prototype, "taskName", {
|
|
58
|
-
get: function () {
|
|
59
|
-
return this['task_name'];
|
|
60
|
-
},
|
|
61
|
-
set: function (taskName) {
|
|
62
|
-
this['task_name'] = taskName;
|
|
63
|
-
},
|
|
64
|
-
enumerable: false,
|
|
65
|
-
configurable: true
|
|
66
|
-
});
|
|
67
|
-
TemplateTaskRequestBody.prototype.withSlaveClusterId = function (slaveClusterId) {
|
|
68
|
-
this['slave_cluster_id'] = slaveClusterId;
|
|
69
|
-
return this;
|
|
70
|
-
};
|
|
71
|
-
Object.defineProperty(TemplateTaskRequestBody.prototype, "slaveClusterId", {
|
|
72
|
-
get: function () {
|
|
73
|
-
return this['slave_cluster_id'];
|
|
74
|
-
},
|
|
75
|
-
set: function (slaveClusterId) {
|
|
76
|
-
this['slave_cluster_id'] = slaveClusterId;
|
|
77
|
-
},
|
|
78
|
-
enumerable: false,
|
|
79
|
-
configurable: true
|
|
80
|
-
});
|
|
81
|
-
TemplateTaskRequestBody.prototype.withConfigs = function (configs) {
|
|
82
|
-
this['configs'] = configs;
|
|
83
|
-
return this;
|
|
84
|
-
};
|
|
85
|
-
return TemplateTaskRequestBody;
|
|
86
|
-
}());
|
|
87
|
-
exports.TemplateTaskRequestBody = TemplateTaskRequestBody;
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { DeploymentGroupUpdateRequest } from './DeploymentGroupUpdateRequest';
|
|
2
|
-
export declare class UpdateDeploymentGroupRequest {
|
|
3
|
-
private 'group_id';
|
|
4
|
-
private 'Content-Type';
|
|
5
|
-
body?: DeploymentGroupUpdateRequest;
|
|
6
|
-
constructor(groupId?: any, contentType?: any);
|
|
7
|
-
withGroupId(groupId: string): UpdateDeploymentGroupRequest;
|
|
8
|
-
set groupId(groupId: string | undefined);
|
|
9
|
-
get groupId(): string | undefined;
|
|
10
|
-
withContentType(contentType: UpdateDeploymentGroupRequestContentTypeEnum): UpdateDeploymentGroupRequest;
|
|
11
|
-
set contentType(contentType: UpdateDeploymentGroupRequestContentTypeEnum | undefined);
|
|
12
|
-
get contentType(): UpdateDeploymentGroupRequestContentTypeEnum | undefined;
|
|
13
|
-
withBody(body: DeploymentGroupUpdateRequest): UpdateDeploymentGroupRequest;
|
|
14
|
-
}
|
|
15
|
-
/**
|
|
16
|
-
* @export
|
|
17
|
-
* @enum {string}
|
|
18
|
-
*/
|
|
19
|
-
export declare enum UpdateDeploymentGroupRequestContentTypeEnum {
|
|
20
|
-
APPLICATION_JSONCHARSETUTF_8 = "application/json;charset=utf-8",
|
|
21
|
-
APPLICATION_JSON = "application/json"
|
|
22
|
-
}
|
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateDeploymentGroupRequestContentTypeEnum = exports.UpdateDeploymentGroupRequest = void 0;
|
|
4
|
-
var UpdateDeploymentGroupRequest = /** @class */ (function () {
|
|
5
|
-
function UpdateDeploymentGroupRequest(groupId, contentType) {
|
|
6
|
-
this['group_id'] = groupId;
|
|
7
|
-
this['Content-Type'] = contentType;
|
|
8
|
-
}
|
|
9
|
-
UpdateDeploymentGroupRequest.prototype.withGroupId = function (groupId) {
|
|
10
|
-
this['group_id'] = groupId;
|
|
11
|
-
return this;
|
|
12
|
-
};
|
|
13
|
-
Object.defineProperty(UpdateDeploymentGroupRequest.prototype, "groupId", {
|
|
14
|
-
get: function () {
|
|
15
|
-
return this['group_id'];
|
|
16
|
-
},
|
|
17
|
-
set: function (groupId) {
|
|
18
|
-
this['group_id'] = groupId;
|
|
19
|
-
},
|
|
20
|
-
enumerable: false,
|
|
21
|
-
configurable: true
|
|
22
|
-
});
|
|
23
|
-
UpdateDeploymentGroupRequest.prototype.withContentType = function (contentType) {
|
|
24
|
-
this['Content-Type'] = contentType;
|
|
25
|
-
return this;
|
|
26
|
-
};
|
|
27
|
-
Object.defineProperty(UpdateDeploymentGroupRequest.prototype, "contentType", {
|
|
28
|
-
get: function () {
|
|
29
|
-
return this['Content-Type'];
|
|
30
|
-
},
|
|
31
|
-
set: function (contentType) {
|
|
32
|
-
this['Content-Type'] = contentType;
|
|
33
|
-
},
|
|
34
|
-
enumerable: false,
|
|
35
|
-
configurable: true
|
|
36
|
-
});
|
|
37
|
-
UpdateDeploymentGroupRequest.prototype.withBody = function (body) {
|
|
38
|
-
this['body'] = body;
|
|
39
|
-
return this;
|
|
40
|
-
};
|
|
41
|
-
return UpdateDeploymentGroupRequest;
|
|
42
|
-
}());
|
|
43
|
-
exports.UpdateDeploymentGroupRequest = UpdateDeploymentGroupRequest;
|
|
44
|
-
/**
|
|
45
|
-
* @export
|
|
46
|
-
* @enum {string}
|
|
47
|
-
*/
|
|
48
|
-
var UpdateDeploymentGroupRequestContentTypeEnum;
|
|
49
|
-
(function (UpdateDeploymentGroupRequestContentTypeEnum) {
|
|
50
|
-
UpdateDeploymentGroupRequestContentTypeEnum["APPLICATION_JSONCHARSETUTF_8"] = "application/json;charset=utf-8";
|
|
51
|
-
UpdateDeploymentGroupRequestContentTypeEnum["APPLICATION_JSON"] = "application/json";
|
|
52
|
-
})(UpdateDeploymentGroupRequestContentTypeEnum || (exports.UpdateDeploymentGroupRequestContentTypeEnum = UpdateDeploymentGroupRequestContentTypeEnum = {}));
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
|
|
2
|
-
export declare class UpdateDeploymentGroupResponse extends SdkResponse {
|
|
3
|
-
private 'group_id'?;
|
|
4
|
-
constructor();
|
|
5
|
-
withGroupId(groupId: string): UpdateDeploymentGroupResponse;
|
|
6
|
-
set groupId(groupId: string | undefined);
|
|
7
|
-
get groupId(): string | undefined;
|
|
8
|
-
}
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __extends = (this && this.__extends) || (function () {
|
|
3
|
-
var extendStatics = function (d, b) {
|
|
4
|
-
extendStatics = Object.setPrototypeOf ||
|
|
5
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
6
|
-
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
7
|
-
return extendStatics(d, b);
|
|
8
|
-
};
|
|
9
|
-
return function (d, b) {
|
|
10
|
-
if (typeof b !== "function" && b !== null)
|
|
11
|
-
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
12
|
-
extendStatics(d, b);
|
|
13
|
-
function __() { this.constructor = d; }
|
|
14
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
15
|
-
};
|
|
16
|
-
})();
|
|
17
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
|
-
exports.UpdateDeploymentGroupResponse = void 0;
|
|
19
|
-
var SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
|
|
20
|
-
var UpdateDeploymentGroupResponse = /** @class */ (function (_super) {
|
|
21
|
-
__extends(UpdateDeploymentGroupResponse, _super);
|
|
22
|
-
function UpdateDeploymentGroupResponse() {
|
|
23
|
-
return _super.call(this) || this;
|
|
24
|
-
}
|
|
25
|
-
UpdateDeploymentGroupResponse.prototype.withGroupId = function (groupId) {
|
|
26
|
-
this['group_id'] = groupId;
|
|
27
|
-
return this;
|
|
28
|
-
};
|
|
29
|
-
Object.defineProperty(UpdateDeploymentGroupResponse.prototype, "groupId", {
|
|
30
|
-
get: function () {
|
|
31
|
-
return this['group_id'];
|
|
32
|
-
},
|
|
33
|
-
set: function (groupId) {
|
|
34
|
-
this['group_id'] = groupId;
|
|
35
|
-
},
|
|
36
|
-
enumerable: false,
|
|
37
|
-
configurable: true
|
|
38
|
-
});
|
|
39
|
-
return UpdateDeploymentGroupResponse;
|
|
40
|
-
}(SdkResponse_1.SdkResponse));
|
|
41
|
-
exports.UpdateDeploymentGroupResponse = UpdateDeploymentGroupResponse;
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import { DeploymentHostRequest } from './DeploymentHostRequest';
|
|
2
|
-
export declare class UpdateDeploymentHostRequest {
|
|
3
|
-
private 'group_id';
|
|
4
|
-
private 'host_id';
|
|
5
|
-
private 'Content-Type';
|
|
6
|
-
body?: DeploymentHostRequest;
|
|
7
|
-
constructor(groupId?: any, hostId?: any, contentType?: any);
|
|
8
|
-
withGroupId(groupId: string): UpdateDeploymentHostRequest;
|
|
9
|
-
set groupId(groupId: string | undefined);
|
|
10
|
-
get groupId(): string | undefined;
|
|
11
|
-
withHostId(hostId: string): UpdateDeploymentHostRequest;
|
|
12
|
-
set hostId(hostId: string | undefined);
|
|
13
|
-
get hostId(): string | undefined;
|
|
14
|
-
withContentType(contentType: UpdateDeploymentHostRequestContentTypeEnum): UpdateDeploymentHostRequest;
|
|
15
|
-
set contentType(contentType: UpdateDeploymentHostRequestContentTypeEnum | undefined);
|
|
16
|
-
get contentType(): UpdateDeploymentHostRequestContentTypeEnum | undefined;
|
|
17
|
-
withBody(body: DeploymentHostRequest): UpdateDeploymentHostRequest;
|
|
18
|
-
}
|
|
19
|
-
/**
|
|
20
|
-
* @export
|
|
21
|
-
* @enum {string}
|
|
22
|
-
*/
|
|
23
|
-
export declare enum UpdateDeploymentHostRequestContentTypeEnum {
|
|
24
|
-
APPLICATION_JSONCHARSETUTF_8 = "application/json;charset=utf-8",
|
|
25
|
-
APPLICATION_JSON = "application/json"
|
|
26
|
-
}
|
|
@@ -1,67 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateDeploymentHostRequestContentTypeEnum = exports.UpdateDeploymentHostRequest = void 0;
|
|
4
|
-
var UpdateDeploymentHostRequest = /** @class */ (function () {
|
|
5
|
-
function UpdateDeploymentHostRequest(groupId, hostId, contentType) {
|
|
6
|
-
this['group_id'] = groupId;
|
|
7
|
-
this['host_id'] = hostId;
|
|
8
|
-
this['Content-Type'] = contentType;
|
|
9
|
-
}
|
|
10
|
-
UpdateDeploymentHostRequest.prototype.withGroupId = function (groupId) {
|
|
11
|
-
this['group_id'] = groupId;
|
|
12
|
-
return this;
|
|
13
|
-
};
|
|
14
|
-
Object.defineProperty(UpdateDeploymentHostRequest.prototype, "groupId", {
|
|
15
|
-
get: function () {
|
|
16
|
-
return this['group_id'];
|
|
17
|
-
},
|
|
18
|
-
set: function (groupId) {
|
|
19
|
-
this['group_id'] = groupId;
|
|
20
|
-
},
|
|
21
|
-
enumerable: false,
|
|
22
|
-
configurable: true
|
|
23
|
-
});
|
|
24
|
-
UpdateDeploymentHostRequest.prototype.withHostId = function (hostId) {
|
|
25
|
-
this['host_id'] = hostId;
|
|
26
|
-
return this;
|
|
27
|
-
};
|
|
28
|
-
Object.defineProperty(UpdateDeploymentHostRequest.prototype, "hostId", {
|
|
29
|
-
get: function () {
|
|
30
|
-
return this['host_id'];
|
|
31
|
-
},
|
|
32
|
-
set: function (hostId) {
|
|
33
|
-
this['host_id'] = hostId;
|
|
34
|
-
},
|
|
35
|
-
enumerable: false,
|
|
36
|
-
configurable: true
|
|
37
|
-
});
|
|
38
|
-
UpdateDeploymentHostRequest.prototype.withContentType = function (contentType) {
|
|
39
|
-
this['Content-Type'] = contentType;
|
|
40
|
-
return this;
|
|
41
|
-
};
|
|
42
|
-
Object.defineProperty(UpdateDeploymentHostRequest.prototype, "contentType", {
|
|
43
|
-
get: function () {
|
|
44
|
-
return this['Content-Type'];
|
|
45
|
-
},
|
|
46
|
-
set: function (contentType) {
|
|
47
|
-
this['Content-Type'] = contentType;
|
|
48
|
-
},
|
|
49
|
-
enumerable: false,
|
|
50
|
-
configurable: true
|
|
51
|
-
});
|
|
52
|
-
UpdateDeploymentHostRequest.prototype.withBody = function (body) {
|
|
53
|
-
this['body'] = body;
|
|
54
|
-
return this;
|
|
55
|
-
};
|
|
56
|
-
return UpdateDeploymentHostRequest;
|
|
57
|
-
}());
|
|
58
|
-
exports.UpdateDeploymentHostRequest = UpdateDeploymentHostRequest;
|
|
59
|
-
/**
|
|
60
|
-
* @export
|
|
61
|
-
* @enum {string}
|
|
62
|
-
*/
|
|
63
|
-
var UpdateDeploymentHostRequestContentTypeEnum;
|
|
64
|
-
(function (UpdateDeploymentHostRequestContentTypeEnum) {
|
|
65
|
-
UpdateDeploymentHostRequestContentTypeEnum["APPLICATION_JSONCHARSETUTF_8"] = "application/json;charset=utf-8";
|
|
66
|
-
UpdateDeploymentHostRequestContentTypeEnum["APPLICATION_JSON"] = "application/json";
|
|
67
|
-
})(UpdateDeploymentHostRequestContentTypeEnum || (exports.UpdateDeploymentHostRequestContentTypeEnum = UpdateDeploymentHostRequestContentTypeEnum = {}));
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
|
|
2
|
-
export declare class UpdateDeploymentHostResponse extends SdkResponse {
|
|
3
|
-
private 'host_id'?;
|
|
4
|
-
constructor();
|
|
5
|
-
withHostId(hostId: string): UpdateDeploymentHostResponse;
|
|
6
|
-
set hostId(hostId: string | undefined);
|
|
7
|
-
get hostId(): string | undefined;
|
|
8
|
-
}
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __extends = (this && this.__extends) || (function () {
|
|
3
|
-
var extendStatics = function (d, b) {
|
|
4
|
-
extendStatics = Object.setPrototypeOf ||
|
|
5
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
6
|
-
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
7
|
-
return extendStatics(d, b);
|
|
8
|
-
};
|
|
9
|
-
return function (d, b) {
|
|
10
|
-
if (typeof b !== "function" && b !== null)
|
|
11
|
-
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
12
|
-
extendStatics(d, b);
|
|
13
|
-
function __() { this.constructor = d; }
|
|
14
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
15
|
-
};
|
|
16
|
-
})();
|
|
17
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
|
-
exports.UpdateDeploymentHostResponse = void 0;
|
|
19
|
-
var SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
|
|
20
|
-
var UpdateDeploymentHostResponse = /** @class */ (function (_super) {
|
|
21
|
-
__extends(UpdateDeploymentHostResponse, _super);
|
|
22
|
-
function UpdateDeploymentHostResponse() {
|
|
23
|
-
return _super.call(this) || this;
|
|
24
|
-
}
|
|
25
|
-
UpdateDeploymentHostResponse.prototype.withHostId = function (hostId) {
|
|
26
|
-
this['host_id'] = hostId;
|
|
27
|
-
return this;
|
|
28
|
-
};
|
|
29
|
-
Object.defineProperty(UpdateDeploymentHostResponse.prototype, "hostId", {
|
|
30
|
-
get: function () {
|
|
31
|
-
return this['host_id'];
|
|
32
|
-
},
|
|
33
|
-
set: function (hostId) {
|
|
34
|
-
this['host_id'] = hostId;
|
|
35
|
-
},
|
|
36
|
-
enumerable: false,
|
|
37
|
-
configurable: true
|
|
38
|
-
});
|
|
39
|
-
return UpdateDeploymentHostResponse;
|
|
40
|
-
}(SdkResponse_1.SdkResponse));
|
|
41
|
-
exports.UpdateDeploymentHostResponse = UpdateDeploymentHostResponse;
|
package/v2/model/UserInfo.d.ts
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
export declare class UserInfo {
|
|
2
|
-
private 'user_id'?;
|
|
3
|
-
private 'user_name'?;
|
|
4
|
-
constructor();
|
|
5
|
-
withUserId(userId: string): UserInfo;
|
|
6
|
-
set userId(userId: string | undefined);
|
|
7
|
-
get userId(): string | undefined;
|
|
8
|
-
withUserName(userName: string): UserInfo;
|
|
9
|
-
set userName(userName: string | undefined);
|
|
10
|
-
get userName(): string | undefined;
|
|
11
|
-
}
|
package/v2/model/UserInfo.js
DELETED
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UserInfo = void 0;
|
|
4
|
-
var UserInfo = /** @class */ (function () {
|
|
5
|
-
function UserInfo() {
|
|
6
|
-
}
|
|
7
|
-
UserInfo.prototype.withUserId = function (userId) {
|
|
8
|
-
this['user_id'] = userId;
|
|
9
|
-
return this;
|
|
10
|
-
};
|
|
11
|
-
Object.defineProperty(UserInfo.prototype, "userId", {
|
|
12
|
-
get: function () {
|
|
13
|
-
return this['user_id'];
|
|
14
|
-
},
|
|
15
|
-
set: function (userId) {
|
|
16
|
-
this['user_id'] = userId;
|
|
17
|
-
},
|
|
18
|
-
enumerable: false,
|
|
19
|
-
configurable: true
|
|
20
|
-
});
|
|
21
|
-
UserInfo.prototype.withUserName = function (userName) {
|
|
22
|
-
this['user_name'] = userName;
|
|
23
|
-
return this;
|
|
24
|
-
};
|
|
25
|
-
Object.defineProperty(UserInfo.prototype, "userName", {
|
|
26
|
-
get: function () {
|
|
27
|
-
return this['user_name'];
|
|
28
|
-
},
|
|
29
|
-
set: function (userName) {
|
|
30
|
-
this['user_name'] = userName;
|
|
31
|
-
},
|
|
32
|
-
enumerable: false,
|
|
33
|
-
configurable: true
|
|
34
|
-
});
|
|
35
|
-
return UserInfo;
|
|
36
|
-
}());
|
|
37
|
-
exports.UserInfo = UserInfo;
|
package/v2/public-api.js
DELETED
|
@@ -1,78 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
-
};
|
|
16
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./CodeArtsDeployClient"), exports);
|
|
18
|
-
__exportStar(require("./model/AppComponentDao"), exports);
|
|
19
|
-
__exportStar(require("./model/ConfigInfoDO"), exports);
|
|
20
|
-
__exportStar(require("./model/CreateDeployTaskByTemplateRequest"), exports);
|
|
21
|
-
__exportStar(require("./model/CreateDeployTaskByTemplateResponse"), exports);
|
|
22
|
-
__exportStar(require("./model/CreateDeploymentGroupRequest"), exports);
|
|
23
|
-
__exportStar(require("./model/CreateDeploymentGroupResponse"), exports);
|
|
24
|
-
__exportStar(require("./model/CreateDeploymentHostRequest"), exports);
|
|
25
|
-
__exportStar(require("./model/CreateDeploymentHostResponse"), exports);
|
|
26
|
-
__exportStar(require("./model/DeleteDeployTaskRequest"), exports);
|
|
27
|
-
__exportStar(require("./model/DeleteDeployTaskResponse"), exports);
|
|
28
|
-
__exportStar(require("./model/DeleteDeploymentGroupRequest"), exports);
|
|
29
|
-
__exportStar(require("./model/DeleteDeploymentGroupResponse"), exports);
|
|
30
|
-
__exportStar(require("./model/DeleteDeploymentHostRequest"), exports);
|
|
31
|
-
__exportStar(require("./model/DeleteDeploymentHostResponse"), exports);
|
|
32
|
-
__exportStar(require("./model/DeploymentGroup"), exports);
|
|
33
|
-
__exportStar(require("./model/DeploymentGroupDetail"), exports);
|
|
34
|
-
__exportStar(require("./model/DeploymentGroupUpdateRequest"), exports);
|
|
35
|
-
__exportStar(require("./model/DeploymentHost"), exports);
|
|
36
|
-
__exportStar(require("./model/DeploymentHostAuthorizationBody"), exports);
|
|
37
|
-
__exportStar(require("./model/DeploymentHostDetail"), exports);
|
|
38
|
-
__exportStar(require("./model/DeploymentHostInfo"), exports);
|
|
39
|
-
__exportStar(require("./model/DeploymentHostRequest"), exports);
|
|
40
|
-
__exportStar(require("./model/DeploymentUpdateHost"), exports);
|
|
41
|
-
__exportStar(require("./model/DynamicConfigInfo"), exports);
|
|
42
|
-
__exportStar(require("./model/EnvExecutionBody"), exports);
|
|
43
|
-
__exportStar(require("./model/ExecuteRecordV2Body"), exports);
|
|
44
|
-
__exportStar(require("./model/KeyValueDO"), exports);
|
|
45
|
-
__exportStar(require("./model/ListDeployTaskHistoryByDateRequest"), exports);
|
|
46
|
-
__exportStar(require("./model/ListDeployTaskHistoryByDateResponse"), exports);
|
|
47
|
-
__exportStar(require("./model/ListDeployTasksRequest"), exports);
|
|
48
|
-
__exportStar(require("./model/ListDeployTasksResponse"), exports);
|
|
49
|
-
__exportStar(require("./model/ListHostGroupsRequest"), exports);
|
|
50
|
-
__exportStar(require("./model/ListHostGroupsResponse"), exports);
|
|
51
|
-
__exportStar(require("./model/ListHostsRequest"), exports);
|
|
52
|
-
__exportStar(require("./model/ListHostsResponse"), exports);
|
|
53
|
-
__exportStar(require("./model/ListTaskSuccessRateRequest"), exports);
|
|
54
|
-
__exportStar(require("./model/ListTaskSuccessRateResponse"), exports);
|
|
55
|
-
__exportStar(require("./model/ParamTypeLimits"), exports);
|
|
56
|
-
__exportStar(require("./model/PermissionGroupDetail"), exports);
|
|
57
|
-
__exportStar(require("./model/PermissionHostDetail"), exports);
|
|
58
|
-
__exportStar(require("./model/ShowDeployTaskDetailRequest"), exports);
|
|
59
|
-
__exportStar(require("./model/ShowDeployTaskDetailResponse"), exports);
|
|
60
|
-
__exportStar(require("./model/ShowDeploymentGroupDetailRequest"), exports);
|
|
61
|
-
__exportStar(require("./model/ShowDeploymentGroupDetailResponse"), exports);
|
|
62
|
-
__exportStar(require("./model/ShowDeploymentHostDetailRequest"), exports);
|
|
63
|
-
__exportStar(require("./model/ShowDeploymentHostDetailResponse"), exports);
|
|
64
|
-
__exportStar(require("./model/ShowProjectSuccessRateRequest"), exports);
|
|
65
|
-
__exportStar(require("./model/ShowProjectSuccessRateResponse"), exports);
|
|
66
|
-
__exportStar(require("./model/StartDeployTaskRequest"), exports);
|
|
67
|
-
__exportStar(require("./model/StartDeployTaskResponse"), exports);
|
|
68
|
-
__exportStar(require("./model/Step"), exports);
|
|
69
|
-
__exportStar(require("./model/TaskInfo"), exports);
|
|
70
|
-
__exportStar(require("./model/TaskSuccessRate"), exports);
|
|
71
|
-
__exportStar(require("./model/TasksSuccessRateQuery"), exports);
|
|
72
|
-
__exportStar(require("./model/TemplateTaskRequestBody"), exports);
|
|
73
|
-
__exportStar(require("./model/UpdateDeploymentGroupRequest"), exports);
|
|
74
|
-
__exportStar(require("./model/UpdateDeploymentGroupResponse"), exports);
|
|
75
|
-
__exportStar(require("./model/UpdateDeploymentHostRequest"), exports);
|
|
76
|
-
__exportStar(require("./model/UpdateDeploymentHostResponse"), exports);
|
|
77
|
-
__exportStar(require("./model/UserInfo"), exports);
|
|
78
|
-
__exportStar(require("./CodeArtsDeployRegion"), exports);
|