@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,127 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class GetChatConfigurationResponseBodyChatConfiguration extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @example
|
|
8
|
+
* {"DingTalkClientId": "dingpxlbxp0rgs7uxmtb", "DingTalkClientSecret": "******", "DingTalkTemplateId": "381c5aee-f8af-48a4-94be-cce587e42ea4.schema"}
|
|
9
|
+
*/
|
|
10
|
+
configuration?: string;
|
|
11
|
+
/**
|
|
12
|
+
* @example
|
|
13
|
+
* 2025-12-26T09:53:02+00:00
|
|
14
|
+
*/
|
|
15
|
+
createdDate?: string;
|
|
16
|
+
/**
|
|
17
|
+
* @example
|
|
18
|
+
* chatops
|
|
19
|
+
*/
|
|
20
|
+
name?: string;
|
|
21
|
+
/**
|
|
22
|
+
* @example
|
|
23
|
+
* {"URL": "https://1407907063606569.appflow.aliyunnest.com/webhook/"}
|
|
24
|
+
*/
|
|
25
|
+
outputs?: string;
|
|
26
|
+
/**
|
|
27
|
+
* @example
|
|
28
|
+
* OOSServiceRole
|
|
29
|
+
*/
|
|
30
|
+
ramRole?: string;
|
|
31
|
+
/**
|
|
32
|
+
* @example
|
|
33
|
+
* s
|
|
34
|
+
*/
|
|
35
|
+
resourceGroupId?: string;
|
|
36
|
+
/**
|
|
37
|
+
* @example
|
|
38
|
+
* DingTalk
|
|
39
|
+
*/
|
|
40
|
+
type?: string;
|
|
41
|
+
/**
|
|
42
|
+
* @example
|
|
43
|
+
* 2026-01-07T02:14:55+00:00
|
|
44
|
+
*/
|
|
45
|
+
updatedDate?: string;
|
|
46
|
+
static names(): { [key: string]: string } {
|
|
47
|
+
return {
|
|
48
|
+
configuration: 'Configuration',
|
|
49
|
+
createdDate: 'CreatedDate',
|
|
50
|
+
name: 'Name',
|
|
51
|
+
outputs: 'Outputs',
|
|
52
|
+
ramRole: 'RamRole',
|
|
53
|
+
resourceGroupId: 'ResourceGroupId',
|
|
54
|
+
type: 'Type',
|
|
55
|
+
updatedDate: 'UpdatedDate',
|
|
56
|
+
};
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
static types(): { [key: string]: any } {
|
|
60
|
+
return {
|
|
61
|
+
configuration: 'string',
|
|
62
|
+
createdDate: 'string',
|
|
63
|
+
name: 'string',
|
|
64
|
+
outputs: 'string',
|
|
65
|
+
ramRole: 'string',
|
|
66
|
+
resourceGroupId: 'string',
|
|
67
|
+
type: 'string',
|
|
68
|
+
updatedDate: 'string',
|
|
69
|
+
};
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
validate() {
|
|
73
|
+
super.validate();
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
constructor(map?: { [key: string]: any }) {
|
|
77
|
+
super(map);
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
export class GetChatConfigurationResponseBody extends $dara.Model {
|
|
82
|
+
/**
|
|
83
|
+
* @example
|
|
84
|
+
* {
|
|
85
|
+
* "Name": "chatops",
|
|
86
|
+
* "Type": "DingTalk",
|
|
87
|
+
* "RamRole": "OOSServiceRole",
|
|
88
|
+
* "Configuration": "{\\"DingTalkClientId\\": \\"dingpxlbxp0rgs7uxmtb\\", \\"DingTalkClientSecret\\": \\"******\\", \\"DingTalkTemplateId\\": \\"381c5aee-f8af-48a4-94be-cce587e42ea4.schema\\"}",
|
|
89
|
+
* "ResourceGroupId": "s",
|
|
90
|
+
* "CreatedDate": "2025-12-26T09:53:02+00:00",
|
|
91
|
+
* "UpdatedDate": "2026-01-07T02:14:55+00:00",
|
|
92
|
+
* "Outputs": "{\\"URL\\": \\"https://1407907063606569.appflow.aliyunnest.com/webhook/\\"}",
|
|
93
|
+
* "RequestId": "4DB0****1234"
|
|
94
|
+
* }
|
|
95
|
+
*/
|
|
96
|
+
chatConfiguration?: GetChatConfigurationResponseBodyChatConfiguration;
|
|
97
|
+
/**
|
|
98
|
+
* @example
|
|
99
|
+
* 4DB0****1234
|
|
100
|
+
*/
|
|
101
|
+
requestId?: string;
|
|
102
|
+
static names(): { [key: string]: string } {
|
|
103
|
+
return {
|
|
104
|
+
chatConfiguration: 'ChatConfiguration',
|
|
105
|
+
requestId: 'RequestId',
|
|
106
|
+
};
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
static types(): { [key: string]: any } {
|
|
110
|
+
return {
|
|
111
|
+
chatConfiguration: GetChatConfigurationResponseBodyChatConfiguration,
|
|
112
|
+
requestId: 'string',
|
|
113
|
+
};
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
validate() {
|
|
117
|
+
if(this.chatConfiguration && typeof (this.chatConfiguration as any).validate === 'function') {
|
|
118
|
+
(this.chatConfiguration as any).validate();
|
|
119
|
+
}
|
|
120
|
+
super.validate();
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
constructor(map?: { [key: string]: any }) {
|
|
124
|
+
super(map);
|
|
125
|
+
}
|
|
126
|
+
}
|
|
127
|
+
|
|
@@ -43,6 +43,11 @@ export class GetServiceSettingsResponseBodyServiceSettings extends $dara.Model {
|
|
|
43
43
|
* SlsProjectName
|
|
44
44
|
*/
|
|
45
45
|
deliverySlsProjectName?: string;
|
|
46
|
+
/**
|
|
47
|
+
* @example
|
|
48
|
+
* rd-123
|
|
49
|
+
*/
|
|
50
|
+
rdFolders?: string;
|
|
46
51
|
/**
|
|
47
52
|
* @remarks
|
|
48
53
|
* The id of RDC Enterprise.
|
|
@@ -51,6 +56,7 @@ export class GetServiceSettingsResponseBodyServiceSettings extends $dara.Model {
|
|
|
51
56
|
* RdcEnterpriseId
|
|
52
57
|
*/
|
|
53
58
|
rdcEnterpriseId?: string;
|
|
59
|
+
serviceAccessRdEnabled?: boolean;
|
|
54
60
|
static names(): { [key: string]: string } {
|
|
55
61
|
return {
|
|
56
62
|
deliveryOssBucketName: 'DeliveryOssBucketName',
|
|
@@ -58,7 +64,9 @@ export class GetServiceSettingsResponseBodyServiceSettings extends $dara.Model {
|
|
|
58
64
|
deliveryOssKeyPrefix: 'DeliveryOssKeyPrefix',
|
|
59
65
|
deliverySlsEnabled: 'DeliverySlsEnabled',
|
|
60
66
|
deliverySlsProjectName: 'DeliverySlsProjectName',
|
|
67
|
+
rdFolders: 'RdFolders',
|
|
61
68
|
rdcEnterpriseId: 'RdcEnterpriseId',
|
|
69
|
+
serviceAccessRdEnabled: 'ServiceAccessRdEnabled',
|
|
62
70
|
};
|
|
63
71
|
}
|
|
64
72
|
|
|
@@ -69,7 +77,9 @@ export class GetServiceSettingsResponseBodyServiceSettings extends $dara.Model {
|
|
|
69
77
|
deliveryOssKeyPrefix: 'string',
|
|
70
78
|
deliverySlsEnabled: 'boolean',
|
|
71
79
|
deliverySlsProjectName: 'string',
|
|
80
|
+
rdFolders: 'string',
|
|
72
81
|
rdcEnterpriseId: 'string',
|
|
82
|
+
serviceAccessRdEnabled: 'boolean',
|
|
73
83
|
};
|
|
74
84
|
}
|
|
75
85
|
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class ListChatConfigurationsRequestFilters extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @example
|
|
8
|
+
* status
|
|
9
|
+
*/
|
|
10
|
+
name?: string;
|
|
11
|
+
/**
|
|
12
|
+
* @example
|
|
13
|
+
* inactive
|
|
14
|
+
*/
|
|
15
|
+
value?: string;
|
|
16
|
+
static names(): { [key: string]: string } {
|
|
17
|
+
return {
|
|
18
|
+
name: 'Name',
|
|
19
|
+
value: 'Value',
|
|
20
|
+
};
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
static types(): { [key: string]: any } {
|
|
24
|
+
return {
|
|
25
|
+
name: 'string',
|
|
26
|
+
value: 'string',
|
|
27
|
+
};
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
validate() {
|
|
31
|
+
super.validate();
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
constructor(map?: { [key: string]: any }) {
|
|
35
|
+
super(map);
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
export class ListChatConfigurationsRequest extends $dara.Model {
|
|
40
|
+
/**
|
|
41
|
+
* @example
|
|
42
|
+
* [{"Name": "status", "Value": "inactive"}, {"Name": "type", "Value": "private"}]
|
|
43
|
+
*/
|
|
44
|
+
filters?: ListChatConfigurationsRequestFilters[];
|
|
45
|
+
/**
|
|
46
|
+
* @example
|
|
47
|
+
* 10
|
|
48
|
+
*/
|
|
49
|
+
maxResults?: number;
|
|
50
|
+
/**
|
|
51
|
+
* @example
|
|
52
|
+
* AQEBARoBBgEAAgIBBQ==
|
|
53
|
+
*/
|
|
54
|
+
nextToken?: string;
|
|
55
|
+
/**
|
|
56
|
+
* @example
|
|
57
|
+
* cn-hangzhou
|
|
58
|
+
*/
|
|
59
|
+
regionId?: string;
|
|
60
|
+
static names(): { [key: string]: string } {
|
|
61
|
+
return {
|
|
62
|
+
filters: 'Filters',
|
|
63
|
+
maxResults: 'MaxResults',
|
|
64
|
+
nextToken: 'NextToken',
|
|
65
|
+
regionId: 'RegionId',
|
|
66
|
+
};
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
static types(): { [key: string]: any } {
|
|
70
|
+
return {
|
|
71
|
+
filters: { 'type': 'array', 'itemType': ListChatConfigurationsRequestFilters },
|
|
72
|
+
maxResults: 'number',
|
|
73
|
+
nextToken: 'string',
|
|
74
|
+
regionId: 'string',
|
|
75
|
+
};
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
validate() {
|
|
79
|
+
if(Array.isArray(this.filters)) {
|
|
80
|
+
$dara.Model.validateArray(this.filters);
|
|
81
|
+
}
|
|
82
|
+
super.validate();
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
constructor(map?: { [key: string]: any }) {
|
|
86
|
+
super(map);
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
import { ListChatConfigurationsResponseBody } from "./ListChatConfigurationsResponseBody";
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
export class ListChatConfigurationsResponse extends $dara.Model {
|
|
7
|
+
headers?: { [key: string]: string };
|
|
8
|
+
statusCode?: number;
|
|
9
|
+
body?: ListChatConfigurationsResponseBody;
|
|
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: ListChatConfigurationsResponseBody,
|
|
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,103 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class ListChatConfigurationsResponseBodyChatConfigurations extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @example
|
|
8
|
+
* 2025-12-10T10:09:32+00:00
|
|
9
|
+
*/
|
|
10
|
+
createdDate?: string;
|
|
11
|
+
/**
|
|
12
|
+
* @example
|
|
13
|
+
* test-wechat
|
|
14
|
+
*/
|
|
15
|
+
name?: string;
|
|
16
|
+
/**
|
|
17
|
+
* @example
|
|
18
|
+
* {"URL": "https://1407907063606569.appflow.aliyunnes", "AesKey": "UKAxyRabaJlaDxS3XZ6st18grPteemRtGeDVVgF"}
|
|
19
|
+
*/
|
|
20
|
+
outputs?: string;
|
|
21
|
+
/**
|
|
22
|
+
* @example
|
|
23
|
+
* OOSServiceRole
|
|
24
|
+
*/
|
|
25
|
+
ramRole?: string;
|
|
26
|
+
/**
|
|
27
|
+
* @example
|
|
28
|
+
* WeChat
|
|
29
|
+
*/
|
|
30
|
+
type?: string;
|
|
31
|
+
/**
|
|
32
|
+
* @example
|
|
33
|
+
* 2025-12-28T13:59:48+00:00
|
|
34
|
+
*/
|
|
35
|
+
updatedDate?: string;
|
|
36
|
+
static names(): { [key: string]: string } {
|
|
37
|
+
return {
|
|
38
|
+
createdDate: 'CreatedDate',
|
|
39
|
+
name: 'Name',
|
|
40
|
+
outputs: 'Outputs',
|
|
41
|
+
ramRole: 'RamRole',
|
|
42
|
+
type: 'Type',
|
|
43
|
+
updatedDate: 'UpdatedDate',
|
|
44
|
+
};
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
static types(): { [key: string]: any } {
|
|
48
|
+
return {
|
|
49
|
+
createdDate: 'string',
|
|
50
|
+
name: 'string',
|
|
51
|
+
outputs: 'string',
|
|
52
|
+
ramRole: 'string',
|
|
53
|
+
type: 'string',
|
|
54
|
+
updatedDate: 'string',
|
|
55
|
+
};
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
validate() {
|
|
59
|
+
super.validate();
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
constructor(map?: { [key: string]: any }) {
|
|
63
|
+
super(map);
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
export class ListChatConfigurationsResponseBody extends $dara.Model {
|
|
68
|
+
/**
|
|
69
|
+
* @example
|
|
70
|
+
* [{"Name": "test-wechat", "CreatedDate": "2025-12-10T10:09:32+00:00", "UpdatedDate": "2025-12-28T13:59:48+00:00", "RamRole": "OOSServiceRole", "Type": "WeChat", "Outputs": "{\\"URL\\": \\"https://1407907063606569.appflow.aliyunnes\\"}]}
|
|
71
|
+
*/
|
|
72
|
+
chatConfigurations?: ListChatConfigurationsResponseBodyChatConfigurations[];
|
|
73
|
+
/**
|
|
74
|
+
* @example
|
|
75
|
+
* 4DB0****1234
|
|
76
|
+
*/
|
|
77
|
+
requestId?: string;
|
|
78
|
+
static names(): { [key: string]: string } {
|
|
79
|
+
return {
|
|
80
|
+
chatConfigurations: 'ChatConfigurations',
|
|
81
|
+
requestId: 'RequestId',
|
|
82
|
+
};
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
static types(): { [key: string]: any } {
|
|
86
|
+
return {
|
|
87
|
+
chatConfigurations: { 'type': 'array', 'itemType': ListChatConfigurationsResponseBodyChatConfigurations },
|
|
88
|
+
requestId: 'string',
|
|
89
|
+
};
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
validate() {
|
|
93
|
+
if(Array.isArray(this.chatConfigurations)) {
|
|
94
|
+
$dara.Model.validateArray(this.chatConfigurations);
|
|
95
|
+
}
|
|
96
|
+
super.validate();
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
constructor(map?: { [key: string]: any }) {
|
|
100
|
+
super(map);
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
|
|
@@ -3,6 +3,11 @@ import * as $dara from '@darabonba/typescript';
|
|
|
3
3
|
|
|
4
4
|
|
|
5
5
|
export class ListExecutionLogsRequest extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @example
|
|
8
|
+
* 123456789
|
|
9
|
+
*/
|
|
10
|
+
accountId?: string;
|
|
6
11
|
/**
|
|
7
12
|
* @remarks
|
|
8
13
|
* The ID of the execution.
|
|
@@ -55,6 +60,7 @@ export class ListExecutionLogsRequest extends $dara.Model {
|
|
|
55
60
|
taskExecutionId?: string;
|
|
56
61
|
static names(): { [key: string]: string } {
|
|
57
62
|
return {
|
|
63
|
+
accountId: 'AccountId',
|
|
58
64
|
executionId: 'ExecutionId',
|
|
59
65
|
logType: 'LogType',
|
|
60
66
|
maxResults: 'MaxResults',
|
|
@@ -66,6 +72,7 @@ export class ListExecutionLogsRequest extends $dara.Model {
|
|
|
66
72
|
|
|
67
73
|
static types(): { [key: string]: any } {
|
|
68
74
|
return {
|
|
75
|
+
accountId: 'string',
|
|
69
76
|
executionId: 'string',
|
|
70
77
|
logType: 'string',
|
|
71
78
|
maxResults: 'number',
|
|
@@ -3,6 +3,11 @@ import * as $dara from '@darabonba/typescript';
|
|
|
3
3
|
|
|
4
4
|
|
|
5
5
|
export class ListExecutionsRequest extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @example
|
|
8
|
+
* 123456789
|
|
9
|
+
*/
|
|
10
|
+
accountId?: string;
|
|
6
11
|
/**
|
|
7
12
|
* @remarks
|
|
8
13
|
* The types of the execution template. Valid values: Other, TimerTrigger, EventTrigger, and AlarmTrigger. You can specify only one of the Categories and Category parameters. We recommend that you specify Categories.
|
|
@@ -118,6 +123,7 @@ export class ListExecutionsRequest extends $dara.Model {
|
|
|
118
123
|
* OOSServiceRole
|
|
119
124
|
*/
|
|
120
125
|
ramRole?: string;
|
|
126
|
+
rdFolderIds?: string[];
|
|
121
127
|
/**
|
|
122
128
|
* @remarks
|
|
123
129
|
* The ID of the region.
|
|
@@ -215,6 +221,7 @@ export class ListExecutionsRequest extends $dara.Model {
|
|
|
215
221
|
templateName?: string;
|
|
216
222
|
static names(): { [key: string]: string } {
|
|
217
223
|
return {
|
|
224
|
+
accountId: 'AccountId',
|
|
218
225
|
categories: 'Categories',
|
|
219
226
|
category: 'Category',
|
|
220
227
|
depth: 'Depth',
|
|
@@ -229,6 +236,7 @@ export class ListExecutionsRequest extends $dara.Model {
|
|
|
229
236
|
nextToken: 'NextToken',
|
|
230
237
|
parentExecutionId: 'ParentExecutionId',
|
|
231
238
|
ramRole: 'RamRole',
|
|
239
|
+
rdFolderIds: 'RdFolderIds',
|
|
232
240
|
regionId: 'RegionId',
|
|
233
241
|
resourceGroupId: 'ResourceGroupId',
|
|
234
242
|
resourceId: 'ResourceId',
|
|
@@ -245,6 +253,7 @@ export class ListExecutionsRequest extends $dara.Model {
|
|
|
245
253
|
|
|
246
254
|
static types(): { [key: string]: any } {
|
|
247
255
|
return {
|
|
256
|
+
accountId: 'string',
|
|
248
257
|
categories: 'string',
|
|
249
258
|
category: 'string',
|
|
250
259
|
depth: 'string',
|
|
@@ -259,6 +268,7 @@ export class ListExecutionsRequest extends $dara.Model {
|
|
|
259
268
|
nextToken: 'string',
|
|
260
269
|
parentExecutionId: 'string',
|
|
261
270
|
ramRole: 'string',
|
|
271
|
+
rdFolderIds: { 'type': 'array', 'itemType': 'string' },
|
|
262
272
|
regionId: 'string',
|
|
263
273
|
resourceGroupId: 'string',
|
|
264
274
|
resourceId: 'string',
|
|
@@ -274,6 +284,9 @@ export class ListExecutionsRequest extends $dara.Model {
|
|
|
274
284
|
}
|
|
275
285
|
|
|
276
286
|
validate() {
|
|
287
|
+
if(Array.isArray(this.rdFolderIds)) {
|
|
288
|
+
$dara.Model.validateArray(this.rdFolderIds);
|
|
289
|
+
}
|
|
277
290
|
if(this.tags) {
|
|
278
291
|
$dara.Model.validateMap(this.tags);
|
|
279
292
|
}
|
|
@@ -53,6 +53,11 @@ export class ListExecutionsResponseBodyExecutionsCurrentTasks extends $dara.Mode
|
|
|
53
53
|
}
|
|
54
54
|
|
|
55
55
|
export class ListExecutionsResponseBodyExecutions extends $dara.Model {
|
|
56
|
+
/**
|
|
57
|
+
* @example
|
|
58
|
+
* 123456789
|
|
59
|
+
*/
|
|
60
|
+
accountId?: string;
|
|
56
61
|
/**
|
|
57
62
|
* @remarks
|
|
58
63
|
* The type of the execution template. Valid values: Other, TimerTrigger, EventTrigger, and AlarmTrigger.
|
|
@@ -326,6 +331,7 @@ export class ListExecutionsResponseBodyExecutions extends $dara.Model {
|
|
|
326
331
|
waitingStatus?: string;
|
|
327
332
|
static names(): { [key: string]: string } {
|
|
328
333
|
return {
|
|
334
|
+
accountId: 'AccountId',
|
|
329
335
|
category: 'Category',
|
|
330
336
|
counters: 'Counters',
|
|
331
337
|
createDate: 'CreateDate',
|
|
@@ -365,6 +371,7 @@ export class ListExecutionsResponseBodyExecutions extends $dara.Model {
|
|
|
365
371
|
|
|
366
372
|
static types(): { [key: string]: any } {
|
|
367
373
|
return {
|
|
374
|
+
accountId: 'string',
|
|
368
375
|
category: 'string',
|
|
369
376
|
counters: { 'type': 'map', 'keyType': 'string', 'valueType': 'any' },
|
|
370
377
|
createDate: 'string',
|
|
@@ -3,6 +3,11 @@ import * as $dara from '@darabonba/typescript';
|
|
|
3
3
|
|
|
4
4
|
|
|
5
5
|
export class ListExecutionsShrinkRequest extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @example
|
|
8
|
+
* 123456789
|
|
9
|
+
*/
|
|
10
|
+
accountId?: string;
|
|
6
11
|
/**
|
|
7
12
|
* @remarks
|
|
8
13
|
* The types of the execution template. Valid values: Other, TimerTrigger, EventTrigger, and AlarmTrigger. You can specify only one of the Categories and Category parameters. We recommend that you specify Categories.
|
|
@@ -118,6 +123,7 @@ export class ListExecutionsShrinkRequest extends $dara.Model {
|
|
|
118
123
|
* OOSServiceRole
|
|
119
124
|
*/
|
|
120
125
|
ramRole?: string;
|
|
126
|
+
rdFolderIdsShrink?: string;
|
|
121
127
|
/**
|
|
122
128
|
* @remarks
|
|
123
129
|
* The ID of the region.
|
|
@@ -215,6 +221,7 @@ export class ListExecutionsShrinkRequest extends $dara.Model {
|
|
|
215
221
|
templateName?: string;
|
|
216
222
|
static names(): { [key: string]: string } {
|
|
217
223
|
return {
|
|
224
|
+
accountId: 'AccountId',
|
|
218
225
|
categories: 'Categories',
|
|
219
226
|
category: 'Category',
|
|
220
227
|
depth: 'Depth',
|
|
@@ -229,6 +236,7 @@ export class ListExecutionsShrinkRequest extends $dara.Model {
|
|
|
229
236
|
nextToken: 'NextToken',
|
|
230
237
|
parentExecutionId: 'ParentExecutionId',
|
|
231
238
|
ramRole: 'RamRole',
|
|
239
|
+
rdFolderIdsShrink: 'RdFolderIds',
|
|
232
240
|
regionId: 'RegionId',
|
|
233
241
|
resourceGroupId: 'ResourceGroupId',
|
|
234
242
|
resourceId: 'ResourceId',
|
|
@@ -245,6 +253,7 @@ export class ListExecutionsShrinkRequest extends $dara.Model {
|
|
|
245
253
|
|
|
246
254
|
static types(): { [key: string]: any } {
|
|
247
255
|
return {
|
|
256
|
+
accountId: 'string',
|
|
248
257
|
categories: 'string',
|
|
249
258
|
category: 'string',
|
|
250
259
|
depth: 'string',
|
|
@@ -259,6 +268,7 @@ export class ListExecutionsShrinkRequest extends $dara.Model {
|
|
|
259
268
|
nextToken: 'string',
|
|
260
269
|
parentExecutionId: 'string',
|
|
261
270
|
ramRole: 'string',
|
|
271
|
+
rdFolderIdsShrink: 'string',
|
|
262
272
|
regionId: 'string',
|
|
263
273
|
resourceGroupId: 'string',
|
|
264
274
|
resourceId: 'string',
|
|
@@ -3,6 +3,7 @@ import * as $dara from '@darabonba/typescript';
|
|
|
3
3
|
|
|
4
4
|
|
|
5
5
|
export class ListGitAccountsRequest extends $dara.Model {
|
|
6
|
+
bindType?: string;
|
|
6
7
|
/**
|
|
7
8
|
* @example
|
|
8
9
|
* -
|
|
@@ -28,6 +29,7 @@ export class ListGitAccountsRequest extends $dara.Model {
|
|
|
28
29
|
roleName?: string;
|
|
29
30
|
static names(): { [key: string]: string } {
|
|
30
31
|
return {
|
|
32
|
+
bindType: 'BindType',
|
|
31
33
|
clientToken: 'ClientToken',
|
|
32
34
|
platform: 'Platform',
|
|
33
35
|
regionId: 'RegionId',
|
|
@@ -37,6 +39,7 @@ export class ListGitAccountsRequest extends $dara.Model {
|
|
|
37
39
|
|
|
38
40
|
static types(): { [key: string]: any } {
|
|
39
41
|
return {
|
|
42
|
+
bindType: 'string',
|
|
40
43
|
clientToken: 'string',
|
|
41
44
|
platform: 'string',
|
|
42
45
|
regionId: 'string',
|
|
@@ -3,6 +3,7 @@ import * as $dara from '@darabonba/typescript';
|
|
|
3
3
|
|
|
4
4
|
|
|
5
5
|
export class ListGitOrganizationsRequest extends $dara.Model {
|
|
6
|
+
bindType?: string;
|
|
6
7
|
/**
|
|
7
8
|
* @example
|
|
8
9
|
* -
|
|
@@ -31,6 +32,7 @@ export class ListGitOrganizationsRequest extends $dara.Model {
|
|
|
31
32
|
regionId?: string;
|
|
32
33
|
static names(): { [key: string]: string } {
|
|
33
34
|
return {
|
|
35
|
+
bindType: 'BindType',
|
|
34
36
|
clientToken: 'ClientToken',
|
|
35
37
|
owner: 'Owner',
|
|
36
38
|
platform: 'Platform',
|
|
@@ -40,6 +42,7 @@ export class ListGitOrganizationsRequest extends $dara.Model {
|
|
|
40
42
|
|
|
41
43
|
static types(): { [key: string]: any } {
|
|
42
44
|
return {
|
|
45
|
+
bindType: 'string',
|
|
43
46
|
clientToken: 'string',
|
|
44
47
|
owner: 'string',
|
|
45
48
|
platform: 'string',
|
|
@@ -3,37 +3,9 @@ import * as $dara from '@darabonba/typescript';
|
|
|
3
3
|
|
|
4
4
|
|
|
5
5
|
export class ListTagResourcesResponseBodyTagResourcesTagResource extends $dara.Model {
|
|
6
|
-
/**
|
|
7
|
-
* @remarks
|
|
8
|
-
* The ID of the resource.
|
|
9
|
-
*
|
|
10
|
-
* @example
|
|
11
|
-
* TagTest2
|
|
12
|
-
*/
|
|
13
6
|
resourceId?: string;
|
|
14
|
-
/**
|
|
15
|
-
* @remarks
|
|
16
|
-
* The type of the resource.
|
|
17
|
-
*
|
|
18
|
-
* @example
|
|
19
|
-
* template
|
|
20
|
-
*/
|
|
21
7
|
resourceType?: string;
|
|
22
|
-
/**
|
|
23
|
-
* @remarks
|
|
24
|
-
* The tag key.
|
|
25
|
-
*
|
|
26
|
-
* @example
|
|
27
|
-
* k1
|
|
28
|
-
*/
|
|
29
8
|
tagKey?: string;
|
|
30
|
-
/**
|
|
31
|
-
* @remarks
|
|
32
|
-
* The tag value.
|
|
33
|
-
*
|
|
34
|
-
* @example
|
|
35
|
-
* v1
|
|
36
|
-
*/
|
|
37
9
|
tagValue?: string;
|
|
38
10
|
static names(): { [key: string]: string } {
|
|
39
11
|
return {
|
|
@@ -105,10 +77,6 @@ export class ListTagResourcesResponseBody extends $dara.Model {
|
|
|
105
77
|
* A5EF78C1-67FC-4E36-A6A8-7DF9C51726DF
|
|
106
78
|
*/
|
|
107
79
|
requestId?: string;
|
|
108
|
-
/**
|
|
109
|
-
* @remarks
|
|
110
|
-
* The set of resources and the tags that are added to the resources.
|
|
111
|
-
*/
|
|
112
80
|
tagResources?: ListTagResourcesResponseBodyTagResources;
|
|
113
81
|
static names(): { [key: string]: string } {
|
|
114
82
|
return {
|