@alicloud/oos20190601 3.6.0 → 3.8.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 +225 -40
- package/dist/client.js +567 -41
- package/dist/client.js.map +1 -1
- package/dist/models/CreateChatConfigurationRequest.d.ts +39 -0
- package/dist/models/CreateChatConfigurationRequest.js +68 -0
- package/dist/models/CreateChatConfigurationRequest.js.map +1 -0
- package/dist/models/CreateChatConfigurationResponse.d.ts +19 -0
- package/dist/models/CreateChatConfigurationResponse.js +69 -0
- package/dist/models/CreateChatConfigurationResponse.js.map +1 -0
- package/dist/models/CreateChatConfigurationResponseBody.d.ts +50 -0
- package/dist/models/CreateChatConfigurationResponseBody.js +86 -0
- package/dist/models/CreateChatConfigurationResponseBody.js.map +1 -0
- package/dist/models/CreateDeployRevisionRequest.d.ts +46 -0
- package/dist/models/CreateDeployRevisionRequest.js +68 -0
- package/dist/models/CreateDeployRevisionRequest.js.map +1 -0
- package/dist/models/CreateDeployRevisionResponse.d.ts +19 -0
- package/dist/models/CreateDeployRevisionResponse.js +69 -0
- package/dist/models/CreateDeployRevisionResponse.js.map +1 -0
- package/dist/models/CreateDeployRevisionResponseBody.d.ts +66 -0
- package/dist/models/CreateDeployRevisionResponseBody.js +94 -0
- package/dist/models/CreateDeployRevisionResponseBody.js.map +1 -0
- package/dist/models/DeleteChatConfigurationRequest.d.ts +23 -0
- package/dist/models/DeleteChatConfigurationRequest.js +60 -0
- package/dist/models/DeleteChatConfigurationRequest.js.map +1 -0
- package/dist/models/DeleteChatConfigurationResponse.d.ts +19 -0
- package/dist/models/DeleteChatConfigurationResponse.js +69 -0
- package/dist/models/DeleteChatConfigurationResponse.js.map +1 -0
- package/dist/models/DeleteChatConfigurationResponseBody.d.ts +23 -0
- package/dist/models/DeleteChatConfigurationResponseBody.js +60 -0
- package/dist/models/DeleteChatConfigurationResponseBody.js.map +1 -0
- 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/GetChatConfigurationRequest.d.ts +23 -0
- package/dist/models/GetChatConfigurationRequest.js +60 -0
- package/dist/models/GetChatConfigurationRequest.js.map +1 -0
- package/dist/models/GetChatConfigurationResponse.d.ts +19 -0
- package/dist/models/GetChatConfigurationResponse.js +69 -0
- package/dist/models/GetChatConfigurationResponse.js.map +1 -0
- package/dist/models/GetChatConfigurationResponseBody.d.ts +85 -0
- package/dist/models/GetChatConfigurationResponseBody.js +96 -0
- package/dist/models/GetChatConfigurationResponseBody.js.map +1 -0
- package/dist/models/GetServiceSettingsResponseBody.d.ts +6 -0
- package/dist/models/GetServiceSettingsResponseBody.js +4 -0
- package/dist/models/GetServiceSettingsResponseBody.js.map +1 -1
- package/dist/models/ListChatConfigurationsRequest.d.ts +55 -0
- package/dist/models/ListChatConfigurationsRequest.js +88 -0
- package/dist/models/ListChatConfigurationsRequest.js.map +1 -0
- package/dist/models/ListChatConfigurationsResponse.d.ts +19 -0
- package/dist/models/ListChatConfigurationsResponse.js +69 -0
- package/dist/models/ListChatConfigurationsResponse.js.map +1 -0
- package/dist/models/ListChatConfigurationsResponseBody.d.ts +65 -0
- package/dist/models/ListChatConfigurationsResponseBody.js +92 -0
- package/dist/models/ListChatConfigurationsResponseBody.js.map +1 -0
- package/dist/models/ListExecutionLogsRequest.d.ts +5 -0
- package/dist/models/ListExecutionLogsRequest.js +2 -0
- package/dist/models/ListExecutionLogsRequest.js.map +1 -1
- package/dist/models/ListExecutionsRequest.d.ts +6 -0
- package/dist/models/ListExecutionsRequest.js +7 -0
- package/dist/models/ListExecutionsRequest.js.map +1 -1
- package/dist/models/ListExecutionsResponseBody.d.ts +5 -0
- package/dist/models/ListExecutionsResponseBody.js +2 -0
- package/dist/models/ListExecutionsResponseBody.js.map +1 -1
- package/dist/models/ListExecutionsShrinkRequest.d.ts +6 -0
- package/dist/models/ListExecutionsShrinkRequest.js +4 -0
- package/dist/models/ListExecutionsShrinkRequest.js.map +1 -1
- package/dist/models/ListGitAccountsRequest.d.ts +1 -0
- package/dist/models/ListGitAccountsRequest.js +2 -0
- package/dist/models/ListGitAccountsRequest.js.map +1 -1
- package/dist/models/ListGitOrganizationsRequest.d.ts +1 -0
- package/dist/models/ListGitOrganizationsRequest.js +2 -0
- package/dist/models/ListGitOrganizationsRequest.js.map +1 -1
- package/dist/models/ListTagResourcesResponseBody.d.ts +0 -32
- package/dist/models/ListTagResourcesResponseBody.js.map +1 -1
- package/dist/models/ListTaskExecutionInvocationsRequest.d.ts +28 -0
- package/dist/models/ListTaskExecutionInvocationsRequest.js +62 -0
- package/dist/models/ListTaskExecutionInvocationsRequest.js.map +1 -0
- package/dist/models/ListTaskExecutionInvocationsResponse.d.ts +19 -0
- package/dist/models/ListTaskExecutionInvocationsResponse.js +69 -0
- package/dist/models/ListTaskExecutionInvocationsResponse.js.map +1 -0
- package/dist/models/ListTaskExecutionInvocationsResponseBody.d.ts +59 -0
- package/dist/models/ListTaskExecutionInvocationsResponseBody.js +90 -0
- package/dist/models/ListTaskExecutionInvocationsResponseBody.js.map +1 -0
- package/dist/models/ListTaskExecutionsRequest.d.ts +5 -0
- package/dist/models/ListTaskExecutionsRequest.js +2 -0
- package/dist/models/ListTaskExecutionsRequest.js.map +1 -1
- package/dist/models/SetServiceSettingsRequest.d.ts +6 -0
- package/dist/models/SetServiceSettingsRequest.js +7 -0
- package/dist/models/SetServiceSettingsRequest.js.map +1 -1
- package/dist/models/SetServiceSettingsResponseBody.d.ts +1 -0
- package/dist/models/SetServiceSettingsResponseBody.js +2 -0
- package/dist/models/SetServiceSettingsResponseBody.js.map +1 -1
- package/dist/models/SetServiceSettingsShrinkRequest.d.ts +75 -0
- package/dist/models/SetServiceSettingsShrinkRequest.js +74 -0
- package/dist/models/SetServiceSettingsShrinkRequest.js.map +1 -0
- 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/UpdateApplicationGroupRequest.d.ts +1 -0
- package/dist/models/UpdateApplicationGroupRequest.js +2 -0
- package/dist/models/UpdateApplicationGroupRequest.js.map +1 -1
- package/dist/models/UpdateApplicationGroupResponseBody.d.ts +1 -0
- package/dist/models/UpdateApplicationGroupResponseBody.js +2 -0
- package/dist/models/UpdateApplicationGroupResponseBody.js.map +1 -1
- package/dist/models/UpdateApplicationGroupShrinkRequest.d.ts +1 -0
- package/dist/models/UpdateApplicationGroupShrinkRequest.js +2 -0
- package/dist/models/UpdateApplicationGroupShrinkRequest.js.map +1 -1
- package/dist/models/UpdateChatConfigurationRequest.d.ts +43 -0
- package/dist/models/UpdateChatConfigurationRequest.js +68 -0
- package/dist/models/UpdateChatConfigurationRequest.js.map +1 -0
- package/dist/models/UpdateChatConfigurationResponse.d.ts +19 -0
- package/dist/models/UpdateChatConfigurationResponse.js +69 -0
- package/dist/models/UpdateChatConfigurationResponse.js.map +1 -0
- package/dist/models/UpdateChatConfigurationResponseBody.d.ts +50 -0
- package/dist/models/UpdateChatConfigurationResponseBody.js +86 -0
- package/dist/models/UpdateChatConfigurationResponseBody.js.map +1 -0
- package/dist/models/UpdateTemplateAttributesRequest.d.ts +46 -0
- package/dist/models/UpdateTemplateAttributesRequest.js +68 -0
- package/dist/models/UpdateTemplateAttributesRequest.js.map +1 -0
- package/dist/models/UpdateTemplateAttributesResponse.d.ts +19 -0
- package/dist/models/UpdateTemplateAttributesResponse.js +69 -0
- package/dist/models/UpdateTemplateAttributesResponse.js.map +1 -0
- package/dist/models/UpdateTemplateAttributesResponseBody.d.ts +18 -0
- package/dist/models/UpdateTemplateAttributesResponseBody.js +58 -0
- package/dist/models/UpdateTemplateAttributesResponseBody.js.map +1 -0
- package/dist/models/model.d.ts +35 -0
- package/dist/models/model.js +79 -8
- package/dist/models/model.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +635 -41
- package/src/models/CreateChatConfigurationRequest.ts +62 -0
- package/src/models/CreateChatConfigurationResponse.ts +40 -0
- package/src/models/CreateChatConfigurationResponseBody.ts +82 -0
- package/src/models/CreateDeployRevisionRequest.ts +69 -0
- package/src/models/CreateDeployRevisionResponse.ts +40 -0
- package/src/models/CreateDeployRevisionResponseBody.ts +106 -0
- package/src/models/DeleteChatConfigurationRequest.ts +38 -0
- package/src/models/DeleteChatConfigurationResponse.ts +40 -0
- package/src/models/DeleteChatConfigurationResponseBody.ts +38 -0
- package/src/models/GetApplicationGroupResponseBody.ts +3 -0
- package/src/models/GetChatConfigurationRequest.ts +38 -0
- package/src/models/GetChatConfigurationResponse.ts +40 -0
- package/src/models/GetChatConfigurationResponseBody.ts +127 -0
- package/src/models/GetServiceSettingsResponseBody.ts +10 -0
- package/src/models/ListChatConfigurationsRequest.ts +89 -0
- package/src/models/ListChatConfigurationsResponse.ts +40 -0
- package/src/models/ListChatConfigurationsResponseBody.ts +103 -0
- package/src/models/ListExecutionLogsRequest.ts +7 -0
- package/src/models/ListExecutionsRequest.ts +13 -0
- package/src/models/ListExecutionsResponseBody.ts +7 -0
- package/src/models/ListExecutionsShrinkRequest.ts +10 -0
- package/src/models/ListGitAccountsRequest.ts +3 -0
- package/src/models/ListGitOrganizationsRequest.ts +3 -0
- package/src/models/ListTagResourcesResponseBody.ts +0 -32
- package/src/models/ListTaskExecutionInvocationsRequest.ts +45 -0
- package/src/models/ListTaskExecutionInvocationsResponse.ts +40 -0
- package/src/models/ListTaskExecutionInvocationsResponseBody.ts +95 -0
- package/src/models/ListTaskExecutionsRequest.ts +7 -0
- package/src/models/SetServiceSettingsRequest.ts +13 -0
- package/src/models/SetServiceSettingsResponseBody.ts +3 -0
- package/src/models/SetServiceSettingsShrinkRequest.ts +104 -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/UpdateApplicationGroupRequest.ts +3 -0
- package/src/models/UpdateApplicationGroupResponseBody.ts +3 -0
- package/src/models/UpdateApplicationGroupShrinkRequest.ts +3 -0
- package/src/models/UpdateChatConfigurationRequest.ts +66 -0
- package/src/models/UpdateChatConfigurationResponse.ts +40 -0
- package/src/models/UpdateChatConfigurationResponseBody.ts +82 -0
- package/src/models/UpdateTemplateAttributesRequest.ts +69 -0
- package/src/models/UpdateTemplateAttributesResponse.ts +40 -0
- package/src/models/UpdateTemplateAttributesResponseBody.ts +31 -0
- package/src/models/model.ts +35 -0
|
@@ -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 UpdateChatConfigurationResponseBodyChatConfiguration extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @example
|
|
8
|
+
* 2025-12-23T10:14:28+00:00
|
|
9
|
+
*/
|
|
10
|
+
createdDate?: string;
|
|
11
|
+
/**
|
|
12
|
+
* @example
|
|
13
|
+
* dingtalk
|
|
14
|
+
*/
|
|
15
|
+
name?: string;
|
|
16
|
+
/**
|
|
17
|
+
* @example
|
|
18
|
+
* 2025-12-23T10:16:37.178097
|
|
19
|
+
*/
|
|
20
|
+
updatedDate?: string;
|
|
21
|
+
static names(): { [key: string]: string } {
|
|
22
|
+
return {
|
|
23
|
+
createdDate: 'CreatedDate',
|
|
24
|
+
name: 'Name',
|
|
25
|
+
updatedDate: 'UpdatedDate',
|
|
26
|
+
};
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
static types(): { [key: string]: any } {
|
|
30
|
+
return {
|
|
31
|
+
createdDate: 'string',
|
|
32
|
+
name: 'string',
|
|
33
|
+
updatedDate: 'string',
|
|
34
|
+
};
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
validate() {
|
|
38
|
+
super.validate();
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
constructor(map?: { [key: string]: any }) {
|
|
42
|
+
super(map);
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
export class UpdateChatConfigurationResponseBody extends $dara.Model {
|
|
47
|
+
/**
|
|
48
|
+
* @example
|
|
49
|
+
* {"Name": "dingtalk", "CreatedDate": "2025-12-23T10:14:28+00:00", "UpdatedDate": "2025-12-23T10:16:37.178097"}
|
|
50
|
+
*/
|
|
51
|
+
chatConfiguration?: UpdateChatConfigurationResponseBodyChatConfiguration;
|
|
52
|
+
/**
|
|
53
|
+
* @example
|
|
54
|
+
* 4DB0****1234
|
|
55
|
+
*/
|
|
56
|
+
requestId?: string;
|
|
57
|
+
static names(): { [key: string]: string } {
|
|
58
|
+
return {
|
|
59
|
+
chatConfiguration: 'ChatConfiguration',
|
|
60
|
+
requestId: 'RequestId',
|
|
61
|
+
};
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
static types(): { [key: string]: any } {
|
|
65
|
+
return {
|
|
66
|
+
chatConfiguration: UpdateChatConfigurationResponseBodyChatConfiguration,
|
|
67
|
+
requestId: 'string',
|
|
68
|
+
};
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
validate() {
|
|
72
|
+
if(this.chatConfiguration && typeof (this.chatConfiguration as any).validate === 'function') {
|
|
73
|
+
(this.chatConfiguration as any).validate();
|
|
74
|
+
}
|
|
75
|
+
super.validate();
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
constructor(map?: { [key: string]: any }) {
|
|
79
|
+
super(map);
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class UpdateTemplateAttributesRequest extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @example
|
|
8
|
+
* ["1319994761488600"]
|
|
9
|
+
*/
|
|
10
|
+
accountIds?: string;
|
|
11
|
+
/**
|
|
12
|
+
* @example
|
|
13
|
+
* true
|
|
14
|
+
*/
|
|
15
|
+
isFavorite?: boolean;
|
|
16
|
+
/**
|
|
17
|
+
* @example
|
|
18
|
+
* cn-hangzhou
|
|
19
|
+
*/
|
|
20
|
+
regionId?: string;
|
|
21
|
+
/**
|
|
22
|
+
* @example
|
|
23
|
+
* Share
|
|
24
|
+
*/
|
|
25
|
+
sharePermissionAction?: string;
|
|
26
|
+
/**
|
|
27
|
+
* @example
|
|
28
|
+
* v1
|
|
29
|
+
*/
|
|
30
|
+
shareTemplateVersion?: string;
|
|
31
|
+
/**
|
|
32
|
+
* @remarks
|
|
33
|
+
* This parameter is required.
|
|
34
|
+
*
|
|
35
|
+
* @example
|
|
36
|
+
* MyTemplate
|
|
37
|
+
*/
|
|
38
|
+
templateName?: string;
|
|
39
|
+
static names(): { [key: string]: string } {
|
|
40
|
+
return {
|
|
41
|
+
accountIds: 'AccountIds',
|
|
42
|
+
isFavorite: 'IsFavorite',
|
|
43
|
+
regionId: 'RegionId',
|
|
44
|
+
sharePermissionAction: 'SharePermissionAction',
|
|
45
|
+
shareTemplateVersion: 'ShareTemplateVersion',
|
|
46
|
+
templateName: 'TemplateName',
|
|
47
|
+
};
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
static types(): { [key: string]: any } {
|
|
51
|
+
return {
|
|
52
|
+
accountIds: 'string',
|
|
53
|
+
isFavorite: 'boolean',
|
|
54
|
+
regionId: 'string',
|
|
55
|
+
sharePermissionAction: 'string',
|
|
56
|
+
shareTemplateVersion: 'string',
|
|
57
|
+
templateName: 'string',
|
|
58
|
+
};
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
validate() {
|
|
62
|
+
super.validate();
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
constructor(map?: { [key: string]: any }) {
|
|
66
|
+
super(map);
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
import { UpdateTemplateAttributesResponseBody } from "./UpdateTemplateAttributesResponseBody";
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
export class UpdateTemplateAttributesResponse extends $dara.Model {
|
|
7
|
+
headers?: { [key: string]: string };
|
|
8
|
+
statusCode?: number;
|
|
9
|
+
body?: UpdateTemplateAttributesResponseBody;
|
|
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: UpdateTemplateAttributesResponseBody,
|
|
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,31 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class UpdateTemplateAttributesResponseBody extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @example
|
|
8
|
+
* A5320F1D-92D9-44BB-A416-5FC525ED6D57
|
|
9
|
+
*/
|
|
10
|
+
requestId?: string;
|
|
11
|
+
static names(): { [key: string]: string } {
|
|
12
|
+
return {
|
|
13
|
+
requestId: 'RequestId',
|
|
14
|
+
};
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
static types(): { [key: string]: any } {
|
|
18
|
+
return {
|
|
19
|
+
requestId: 'string',
|
|
20
|
+
};
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
validate() {
|
|
24
|
+
super.validate();
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
constructor(map?: { [key: string]: any }) {
|
|
28
|
+
super(map);
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
|
package/src/models/model.ts
CHANGED
|
@@ -3,6 +3,8 @@ export { AnalyzeGitRepositoryResponseBodyAnalysisResults } from './AnalyzeGitRep
|
|
|
3
3
|
export { CreateApplicationRequestAlarmConfig } from './CreateApplicationRequest';
|
|
4
4
|
export { CreateApplicationResponseBodyApplication } from './CreateApplicationResponseBody';
|
|
5
5
|
export { CreateApplicationGroupResponseBodyApplicationGroup } from './CreateApplicationGroupResponseBody';
|
|
6
|
+
export { CreateChatConfigurationResponseBodyChatConfiguration } from './CreateChatConfigurationResponseBody';
|
|
7
|
+
export { CreateDeployRevisionResponseBodyRevision } from './CreateDeployRevisionResponseBody';
|
|
6
8
|
export { CreateGitRepositoryResponseBodyGitRepo } from './CreateGitRepositoryResponseBody';
|
|
7
9
|
export { CreateOpsItemResponseBodyOpsItem } from './CreateOpsItemResponseBody';
|
|
8
10
|
export { CreateParameterResponseBodyParameter } from './CreateParameterResponseBody';
|
|
@@ -17,6 +19,7 @@ export { DescribeRegionsResponseBodyRegions } from './DescribeRegionsResponseBod
|
|
|
17
19
|
export { GetApplicationResponseBodyApplicationAlarmConfig } from './GetApplicationResponseBody';
|
|
18
20
|
export { GetApplicationResponseBodyApplication } from './GetApplicationResponseBody';
|
|
19
21
|
export { GetApplicationGroupResponseBodyApplicationGroup } from './GetApplicationGroupResponseBody';
|
|
22
|
+
export { GetChatConfigurationResponseBodyChatConfiguration } from './GetChatConfigurationResponseBody';
|
|
20
23
|
export { GetExecutionTemplateResponseBodyTemplate } from './GetExecutionTemplateResponseBody';
|
|
21
24
|
export { GetGitBranchResponseBodyCommit } from './GetGitBranchResponseBody';
|
|
22
25
|
export { GetInventorySchemaResponseBodySchemasAttributes } from './GetInventorySchemaResponseBody';
|
|
@@ -35,6 +38,8 @@ export { GetTemplateResponseBodyTemplate } from './GetTemplateResponseBody';
|
|
|
35
38
|
export { ListActionsResponseBodyActions } from './ListActionsResponseBody';
|
|
36
39
|
export { ListApplicationGroupsResponseBodyApplicationGroups } from './ListApplicationGroupsResponseBody';
|
|
37
40
|
export { ListApplicationsResponseBodyApplications } from './ListApplicationsResponseBody';
|
|
41
|
+
export { ListChatConfigurationsRequestFilters } from './ListChatConfigurationsRequest';
|
|
42
|
+
export { ListChatConfigurationsResponseBodyChatConfigurations } from './ListChatConfigurationsResponseBody';
|
|
38
43
|
export { ListExecutionLogsResponseBodyExecutionLogs } from './ListExecutionLogsResponseBody';
|
|
39
44
|
export { ListExecutionRiskyTasksResponseBodyRiskyTasks } from './ListExecutionRiskyTasksResponseBody';
|
|
40
45
|
export { ListExecutionsResponseBodyExecutionsCurrentTasks } from './ListExecutionsResponseBody';
|
|
@@ -62,6 +67,7 @@ export { ListSecretParametersResponseBodyParameters } from './ListSecretParamete
|
|
|
62
67
|
export { ListStateConfigurationsResponseBodyStateConfigurations } from './ListStateConfigurationsResponseBody';
|
|
63
68
|
export { ListTagResourcesResponseBodyTagResourcesTagResource } from './ListTagResourcesResponseBody';
|
|
64
69
|
export { ListTagResourcesResponseBodyTagResources } from './ListTagResourcesResponseBody';
|
|
70
|
+
export { ListTaskExecutionInvocationsResponseBodyTaskExecutionInvocations } from './ListTaskExecutionInvocationsResponseBody';
|
|
65
71
|
export { ListTaskExecutionsResponseBodyTaskExecutions } from './ListTaskExecutionsResponseBody';
|
|
66
72
|
export { ListTemplateVersionsResponseBodyTemplateVersions } from './ListTemplateVersionsResponseBody';
|
|
67
73
|
export { ListTemplatesResponseBodyTemplates } from './ListTemplatesResponseBody';
|
|
@@ -73,6 +79,7 @@ export { StartExecutionResponseBodyExecution } from './StartExecutionResponseBod
|
|
|
73
79
|
export { UpdateApplicationRequestAlarmConfig } from './UpdateApplicationRequest';
|
|
74
80
|
export { UpdateApplicationResponseBodyApplication } from './UpdateApplicationResponseBody';
|
|
75
81
|
export { UpdateApplicationGroupResponseBodyApplicationGroup } from './UpdateApplicationGroupResponseBody';
|
|
82
|
+
export { UpdateChatConfigurationResponseBodyChatConfiguration } from './UpdateChatConfigurationResponseBody';
|
|
76
83
|
export { UpdateOpsItemResponseBodyOpsItem } from './UpdateOpsItemResponseBody';
|
|
77
84
|
export { UpdateParameterResponseBodyParameter } from './UpdateParameterResponseBody';
|
|
78
85
|
export { UpdatePatchBaselineRequestTags } from './UpdatePatchBaselineRequest';
|
|
@@ -107,6 +114,12 @@ export { CreateApplicationResponse } from './CreateApplicationResponse';
|
|
|
107
114
|
export { CreateApplicationGroupRequest } from './CreateApplicationGroupRequest';
|
|
108
115
|
export { CreateApplicationGroupResponseBody } from './CreateApplicationGroupResponseBody';
|
|
109
116
|
export { CreateApplicationGroupResponse } from './CreateApplicationGroupResponse';
|
|
117
|
+
export { CreateChatConfigurationRequest } from './CreateChatConfigurationRequest';
|
|
118
|
+
export { CreateChatConfigurationResponseBody } from './CreateChatConfigurationResponseBody';
|
|
119
|
+
export { CreateChatConfigurationResponse } from './CreateChatConfigurationResponse';
|
|
120
|
+
export { CreateDeployRevisionRequest } from './CreateDeployRevisionRequest';
|
|
121
|
+
export { CreateDeployRevisionResponseBody } from './CreateDeployRevisionResponseBody';
|
|
122
|
+
export { CreateDeployRevisionResponse } from './CreateDeployRevisionResponse';
|
|
110
123
|
export { CreateGitRepositoryRequest } from './CreateGitRepositoryRequest';
|
|
111
124
|
export { CreateGitRepositoryResponseBody } from './CreateGitRepositoryResponseBody';
|
|
112
125
|
export { CreateGitRepositoryResponse } from './CreateGitRepositoryResponse';
|
|
@@ -140,6 +153,9 @@ export { DeleteApplicationResponse } from './DeleteApplicationResponse';
|
|
|
140
153
|
export { DeleteApplicationGroupRequest } from './DeleteApplicationGroupRequest';
|
|
141
154
|
export { DeleteApplicationGroupResponseBody } from './DeleteApplicationGroupResponseBody';
|
|
142
155
|
export { DeleteApplicationGroupResponse } from './DeleteApplicationGroupResponse';
|
|
156
|
+
export { DeleteChatConfigurationRequest } from './DeleteChatConfigurationRequest';
|
|
157
|
+
export { DeleteChatConfigurationResponseBody } from './DeleteChatConfigurationResponseBody';
|
|
158
|
+
export { DeleteChatConfigurationResponse } from './DeleteChatConfigurationResponse';
|
|
143
159
|
export { DeleteExecutionsRequest } from './DeleteExecutionsRequest';
|
|
144
160
|
export { DeleteExecutionsResponseBody } from './DeleteExecutionsResponseBody';
|
|
145
161
|
export { DeleteExecutionsResponse } from './DeleteExecutionsResponse';
|
|
@@ -185,6 +201,9 @@ export { GetApplicationResponse } from './GetApplicationResponse';
|
|
|
185
201
|
export { GetApplicationGroupRequest } from './GetApplicationGroupRequest';
|
|
186
202
|
export { GetApplicationGroupResponseBody } from './GetApplicationGroupResponseBody';
|
|
187
203
|
export { GetApplicationGroupResponse } from './GetApplicationGroupResponse';
|
|
204
|
+
export { GetChatConfigurationRequest } from './GetChatConfigurationRequest';
|
|
205
|
+
export { GetChatConfigurationResponseBody } from './GetChatConfigurationResponseBody';
|
|
206
|
+
export { GetChatConfigurationResponse } from './GetChatConfigurationResponse';
|
|
188
207
|
export { GetExecutionTemplateRequest } from './GetExecutionTemplateRequest';
|
|
189
208
|
export { GetExecutionTemplateResponseBody } from './GetExecutionTemplateResponseBody';
|
|
190
209
|
export { GetExecutionTemplateResponse } from './GetExecutionTemplateResponse';
|
|
@@ -240,6 +259,9 @@ export { ListApplicationsRequest } from './ListApplicationsRequest';
|
|
|
240
259
|
export { ListApplicationsShrinkRequest } from './ListApplicationsShrinkRequest';
|
|
241
260
|
export { ListApplicationsResponseBody } from './ListApplicationsResponseBody';
|
|
242
261
|
export { ListApplicationsResponse } from './ListApplicationsResponse';
|
|
262
|
+
export { ListChatConfigurationsRequest } from './ListChatConfigurationsRequest';
|
|
263
|
+
export { ListChatConfigurationsResponseBody } from './ListChatConfigurationsResponseBody';
|
|
264
|
+
export { ListChatConfigurationsResponse } from './ListChatConfigurationsResponse';
|
|
243
265
|
export { ListExecutionLogsRequest } from './ListExecutionLogsRequest';
|
|
244
266
|
export { ListExecutionLogsResponseBody } from './ListExecutionLogsResponseBody';
|
|
245
267
|
export { ListExecutionLogsResponse } from './ListExecutionLogsResponse';
|
|
@@ -316,6 +338,9 @@ export { ListTagResourcesResponse } from './ListTagResourcesResponse';
|
|
|
316
338
|
export { ListTagValuesRequest } from './ListTagValuesRequest';
|
|
317
339
|
export { ListTagValuesResponseBody } from './ListTagValuesResponseBody';
|
|
318
340
|
export { ListTagValuesResponse } from './ListTagValuesResponse';
|
|
341
|
+
export { ListTaskExecutionInvocationsRequest } from './ListTaskExecutionInvocationsRequest';
|
|
342
|
+
export { ListTaskExecutionInvocationsResponseBody } from './ListTaskExecutionInvocationsResponseBody';
|
|
343
|
+
export { ListTaskExecutionInvocationsResponse } from './ListTaskExecutionInvocationsResponse';
|
|
319
344
|
export { ListTaskExecutionsRequest } from './ListTaskExecutionsRequest';
|
|
320
345
|
export { ListTaskExecutionsResponseBody } from './ListTaskExecutionsResponseBody';
|
|
321
346
|
export { ListTaskExecutionsResponse } from './ListTaskExecutionsResponse';
|
|
@@ -336,8 +361,12 @@ export { SearchInventoryRequest } from './SearchInventoryRequest';
|
|
|
336
361
|
export { SearchInventoryResponseBody } from './SearchInventoryResponseBody';
|
|
337
362
|
export { SearchInventoryResponse } from './SearchInventoryResponse';
|
|
338
363
|
export { SetServiceSettingsRequest } from './SetServiceSettingsRequest';
|
|
364
|
+
export { SetServiceSettingsShrinkRequest } from './SetServiceSettingsShrinkRequest';
|
|
339
365
|
export { SetServiceSettingsResponseBody } from './SetServiceSettingsResponseBody';
|
|
340
366
|
export { SetServiceSettingsResponse } from './SetServiceSettingsResponse';
|
|
367
|
+
export { StartDebugExecutionRequest } from './StartDebugExecutionRequest';
|
|
368
|
+
export { StartDebugExecutionResponseBody } from './StartDebugExecutionResponseBody';
|
|
369
|
+
export { StartDebugExecutionResponse } from './StartDebugExecutionResponse';
|
|
341
370
|
export { StartExecutionRequest } from './StartExecutionRequest';
|
|
342
371
|
export { StartExecutionShrinkRequest } from './StartExecutionShrinkRequest';
|
|
343
372
|
export { StartExecutionResponseBody } from './StartExecutionResponseBody';
|
|
@@ -361,6 +390,9 @@ export { UpdateApplicationGroupRequest } from './UpdateApplicationGroupRequest';
|
|
|
361
390
|
export { UpdateApplicationGroupShrinkRequest } from './UpdateApplicationGroupShrinkRequest';
|
|
362
391
|
export { UpdateApplicationGroupResponseBody } from './UpdateApplicationGroupResponseBody';
|
|
363
392
|
export { UpdateApplicationGroupResponse } from './UpdateApplicationGroupResponse';
|
|
393
|
+
export { UpdateChatConfigurationRequest } from './UpdateChatConfigurationRequest';
|
|
394
|
+
export { UpdateChatConfigurationResponseBody } from './UpdateChatConfigurationResponseBody';
|
|
395
|
+
export { UpdateChatConfigurationResponse } from './UpdateChatConfigurationResponse';
|
|
364
396
|
export { UpdateExecutionRequest } from './UpdateExecutionRequest';
|
|
365
397
|
export { UpdateExecutionResponseBody } from './UpdateExecutionResponseBody';
|
|
366
398
|
export { UpdateExecutionResponse } from './UpdateExecutionResponse';
|
|
@@ -391,6 +423,9 @@ export { UpdateTemplateRequest } from './UpdateTemplateRequest';
|
|
|
391
423
|
export { UpdateTemplateShrinkRequest } from './UpdateTemplateShrinkRequest';
|
|
392
424
|
export { UpdateTemplateResponseBody } from './UpdateTemplateResponseBody';
|
|
393
425
|
export { UpdateTemplateResponse } from './UpdateTemplateResponse';
|
|
426
|
+
export { UpdateTemplateAttributesRequest } from './UpdateTemplateAttributesRequest';
|
|
427
|
+
export { UpdateTemplateAttributesResponseBody } from './UpdateTemplateAttributesResponseBody';
|
|
428
|
+
export { UpdateTemplateAttributesResponse } from './UpdateTemplateAttributesResponse';
|
|
394
429
|
export { ValidateTemplateContentRequest } from './ValidateTemplateContentRequest';
|
|
395
430
|
export { ValidateTemplateContentResponseBody } from './ValidateTemplateContentResponseBody';
|
|
396
431
|
export { ValidateTemplateContentResponse } from './ValidateTemplateContentResponse';
|