@alicloud/oos20190601 3.7.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.
Files changed (160) hide show
  1. package/dist/client.d.ts +210 -40
  2. package/dist/client.js +513 -41
  3. package/dist/client.js.map +1 -1
  4. package/dist/models/CreateChatConfigurationRequest.d.ts +39 -0
  5. package/dist/models/CreateChatConfigurationRequest.js +68 -0
  6. package/dist/models/CreateChatConfigurationRequest.js.map +1 -0
  7. package/dist/models/CreateChatConfigurationResponse.d.ts +19 -0
  8. package/dist/models/CreateChatConfigurationResponse.js +69 -0
  9. package/dist/models/CreateChatConfigurationResponse.js.map +1 -0
  10. package/dist/models/CreateChatConfigurationResponseBody.d.ts +50 -0
  11. package/dist/models/CreateChatConfigurationResponseBody.js +86 -0
  12. package/dist/models/CreateChatConfigurationResponseBody.js.map +1 -0
  13. package/dist/models/CreateDeployRevisionRequest.d.ts +46 -0
  14. package/dist/models/CreateDeployRevisionRequest.js +68 -0
  15. package/dist/models/CreateDeployRevisionRequest.js.map +1 -0
  16. package/dist/models/CreateDeployRevisionResponse.d.ts +19 -0
  17. package/dist/models/CreateDeployRevisionResponse.js +69 -0
  18. package/dist/models/CreateDeployRevisionResponse.js.map +1 -0
  19. package/dist/models/CreateDeployRevisionResponseBody.d.ts +66 -0
  20. package/dist/models/CreateDeployRevisionResponseBody.js +94 -0
  21. package/dist/models/CreateDeployRevisionResponseBody.js.map +1 -0
  22. package/dist/models/DeleteChatConfigurationRequest.d.ts +23 -0
  23. package/dist/models/DeleteChatConfigurationRequest.js +60 -0
  24. package/dist/models/DeleteChatConfigurationRequest.js.map +1 -0
  25. package/dist/models/DeleteChatConfigurationResponse.d.ts +19 -0
  26. package/dist/models/DeleteChatConfigurationResponse.js +69 -0
  27. package/dist/models/DeleteChatConfigurationResponse.js.map +1 -0
  28. package/dist/models/DeleteChatConfigurationResponseBody.d.ts +23 -0
  29. package/dist/models/DeleteChatConfigurationResponseBody.js +60 -0
  30. package/dist/models/DeleteChatConfigurationResponseBody.js.map +1 -0
  31. package/dist/models/GetApplicationGroupResponseBody.d.ts +1 -0
  32. package/dist/models/GetApplicationGroupResponseBody.js +2 -0
  33. package/dist/models/GetApplicationGroupResponseBody.js.map +1 -1
  34. package/dist/models/GetChatConfigurationRequest.d.ts +23 -0
  35. package/dist/models/GetChatConfigurationRequest.js +60 -0
  36. package/dist/models/GetChatConfigurationRequest.js.map +1 -0
  37. package/dist/models/GetChatConfigurationResponse.d.ts +19 -0
  38. package/dist/models/GetChatConfigurationResponse.js +69 -0
  39. package/dist/models/GetChatConfigurationResponse.js.map +1 -0
  40. package/dist/models/GetChatConfigurationResponseBody.d.ts +85 -0
  41. package/dist/models/GetChatConfigurationResponseBody.js +96 -0
  42. package/dist/models/GetChatConfigurationResponseBody.js.map +1 -0
  43. package/dist/models/GetServiceSettingsResponseBody.d.ts +6 -0
  44. package/dist/models/GetServiceSettingsResponseBody.js +4 -0
  45. package/dist/models/GetServiceSettingsResponseBody.js.map +1 -1
  46. package/dist/models/ListChatConfigurationsRequest.d.ts +55 -0
  47. package/dist/models/ListChatConfigurationsRequest.js +88 -0
  48. package/dist/models/ListChatConfigurationsRequest.js.map +1 -0
  49. package/dist/models/ListChatConfigurationsResponse.d.ts +19 -0
  50. package/dist/models/ListChatConfigurationsResponse.js +69 -0
  51. package/dist/models/ListChatConfigurationsResponse.js.map +1 -0
  52. package/dist/models/ListChatConfigurationsResponseBody.d.ts +65 -0
  53. package/dist/models/ListChatConfigurationsResponseBody.js +92 -0
  54. package/dist/models/ListChatConfigurationsResponseBody.js.map +1 -0
  55. package/dist/models/ListExecutionLogsRequest.d.ts +5 -0
  56. package/dist/models/ListExecutionLogsRequest.js +2 -0
  57. package/dist/models/ListExecutionLogsRequest.js.map +1 -1
  58. package/dist/models/ListExecutionsRequest.d.ts +6 -0
  59. package/dist/models/ListExecutionsRequest.js +7 -0
  60. package/dist/models/ListExecutionsRequest.js.map +1 -1
  61. package/dist/models/ListExecutionsResponseBody.d.ts +5 -0
  62. package/dist/models/ListExecutionsResponseBody.js +2 -0
  63. package/dist/models/ListExecutionsResponseBody.js.map +1 -1
  64. package/dist/models/ListExecutionsShrinkRequest.d.ts +6 -0
  65. package/dist/models/ListExecutionsShrinkRequest.js +4 -0
  66. package/dist/models/ListExecutionsShrinkRequest.js.map +1 -1
  67. package/dist/models/ListTagResourcesResponseBody.d.ts +0 -32
  68. package/dist/models/ListTagResourcesResponseBody.js.map +1 -1
  69. package/dist/models/ListTaskExecutionInvocationsRequest.d.ts +28 -0
  70. package/dist/models/ListTaskExecutionInvocationsRequest.js +62 -0
  71. package/dist/models/ListTaskExecutionInvocationsRequest.js.map +1 -0
  72. package/dist/models/ListTaskExecutionInvocationsResponse.d.ts +19 -0
  73. package/dist/models/ListTaskExecutionInvocationsResponse.js +69 -0
  74. package/dist/models/ListTaskExecutionInvocationsResponse.js.map +1 -0
  75. package/dist/models/ListTaskExecutionInvocationsResponseBody.d.ts +59 -0
  76. package/dist/models/ListTaskExecutionInvocationsResponseBody.js +90 -0
  77. package/dist/models/ListTaskExecutionInvocationsResponseBody.js.map +1 -0
  78. package/dist/models/ListTaskExecutionsRequest.d.ts +5 -0
  79. package/dist/models/ListTaskExecutionsRequest.js +2 -0
  80. package/dist/models/ListTaskExecutionsRequest.js.map +1 -1
  81. package/dist/models/SetServiceSettingsRequest.d.ts +6 -0
  82. package/dist/models/SetServiceSettingsRequest.js +7 -0
  83. package/dist/models/SetServiceSettingsRequest.js.map +1 -1
  84. package/dist/models/SetServiceSettingsResponseBody.d.ts +1 -0
  85. package/dist/models/SetServiceSettingsResponseBody.js +2 -0
  86. package/dist/models/SetServiceSettingsResponseBody.js.map +1 -1
  87. package/dist/models/SetServiceSettingsShrinkRequest.d.ts +75 -0
  88. package/dist/models/SetServiceSettingsShrinkRequest.js +74 -0
  89. package/dist/models/SetServiceSettingsShrinkRequest.js.map +1 -0
  90. package/dist/models/UpdateApplicationGroupRequest.d.ts +1 -0
  91. package/dist/models/UpdateApplicationGroupRequest.js +2 -0
  92. package/dist/models/UpdateApplicationGroupRequest.js.map +1 -1
  93. package/dist/models/UpdateApplicationGroupResponseBody.d.ts +1 -0
  94. package/dist/models/UpdateApplicationGroupResponseBody.js +2 -0
  95. package/dist/models/UpdateApplicationGroupResponseBody.js.map +1 -1
  96. package/dist/models/UpdateApplicationGroupShrinkRequest.d.ts +1 -0
  97. package/dist/models/UpdateApplicationGroupShrinkRequest.js +2 -0
  98. package/dist/models/UpdateApplicationGroupShrinkRequest.js.map +1 -1
  99. package/dist/models/UpdateChatConfigurationRequest.d.ts +43 -0
  100. package/dist/models/UpdateChatConfigurationRequest.js +68 -0
  101. package/dist/models/UpdateChatConfigurationRequest.js.map +1 -0
  102. package/dist/models/UpdateChatConfigurationResponse.d.ts +19 -0
  103. package/dist/models/UpdateChatConfigurationResponse.js +69 -0
  104. package/dist/models/UpdateChatConfigurationResponse.js.map +1 -0
  105. package/dist/models/UpdateChatConfigurationResponseBody.d.ts +50 -0
  106. package/dist/models/UpdateChatConfigurationResponseBody.js +86 -0
  107. package/dist/models/UpdateChatConfigurationResponseBody.js.map +1 -0
  108. package/dist/models/UpdateTemplateAttributesRequest.d.ts +46 -0
  109. package/dist/models/UpdateTemplateAttributesRequest.js +68 -0
  110. package/dist/models/UpdateTemplateAttributesRequest.js.map +1 -0
  111. package/dist/models/UpdateTemplateAttributesResponse.d.ts +19 -0
  112. package/dist/models/UpdateTemplateAttributesResponse.js +69 -0
  113. package/dist/models/UpdateTemplateAttributesResponse.js.map +1 -0
  114. package/dist/models/UpdateTemplateAttributesResponseBody.d.ts +18 -0
  115. package/dist/models/UpdateTemplateAttributesResponseBody.js +58 -0
  116. package/dist/models/UpdateTemplateAttributesResponseBody.js.map +1 -0
  117. package/dist/models/model.d.ts +32 -0
  118. package/dist/models/model.js +73 -8
  119. package/dist/models/model.js.map +1 -1
  120. package/package.json +1 -1
  121. package/src/client.ts +573 -41
  122. package/src/models/CreateChatConfigurationRequest.ts +62 -0
  123. package/src/models/CreateChatConfigurationResponse.ts +40 -0
  124. package/src/models/CreateChatConfigurationResponseBody.ts +82 -0
  125. package/src/models/CreateDeployRevisionRequest.ts +69 -0
  126. package/src/models/CreateDeployRevisionResponse.ts +40 -0
  127. package/src/models/CreateDeployRevisionResponseBody.ts +106 -0
  128. package/src/models/DeleteChatConfigurationRequest.ts +38 -0
  129. package/src/models/DeleteChatConfigurationResponse.ts +40 -0
  130. package/src/models/DeleteChatConfigurationResponseBody.ts +38 -0
  131. package/src/models/GetApplicationGroupResponseBody.ts +3 -0
  132. package/src/models/GetChatConfigurationRequest.ts +38 -0
  133. package/src/models/GetChatConfigurationResponse.ts +40 -0
  134. package/src/models/GetChatConfigurationResponseBody.ts +127 -0
  135. package/src/models/GetServiceSettingsResponseBody.ts +10 -0
  136. package/src/models/ListChatConfigurationsRequest.ts +89 -0
  137. package/src/models/ListChatConfigurationsResponse.ts +40 -0
  138. package/src/models/ListChatConfigurationsResponseBody.ts +103 -0
  139. package/src/models/ListExecutionLogsRequest.ts +7 -0
  140. package/src/models/ListExecutionsRequest.ts +13 -0
  141. package/src/models/ListExecutionsResponseBody.ts +7 -0
  142. package/src/models/ListExecutionsShrinkRequest.ts +10 -0
  143. package/src/models/ListTagResourcesResponseBody.ts +0 -32
  144. package/src/models/ListTaskExecutionInvocationsRequest.ts +45 -0
  145. package/src/models/ListTaskExecutionInvocationsResponse.ts +40 -0
  146. package/src/models/ListTaskExecutionInvocationsResponseBody.ts +95 -0
  147. package/src/models/ListTaskExecutionsRequest.ts +7 -0
  148. package/src/models/SetServiceSettingsRequest.ts +13 -0
  149. package/src/models/SetServiceSettingsResponseBody.ts +3 -0
  150. package/src/models/SetServiceSettingsShrinkRequest.ts +104 -0
  151. package/src/models/UpdateApplicationGroupRequest.ts +3 -0
  152. package/src/models/UpdateApplicationGroupResponseBody.ts +3 -0
  153. package/src/models/UpdateApplicationGroupShrinkRequest.ts +3 -0
  154. package/src/models/UpdateChatConfigurationRequest.ts +66 -0
  155. package/src/models/UpdateChatConfigurationResponse.ts +40 -0
  156. package/src/models/UpdateChatConfigurationResponseBody.ts +82 -0
  157. package/src/models/UpdateTemplateAttributesRequest.ts +69 -0
  158. package/src/models/UpdateTemplateAttributesResponse.ts +40 -0
  159. package/src/models/UpdateTemplateAttributesResponseBody.ts +31 -0
  160. package/src/models/model.ts +32 -0
@@ -0,0 +1,62 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+
4
+
5
+ export class CreateChatConfigurationRequest extends $dara.Model {
6
+ /**
7
+ * @example
8
+ * {"BotName":"chatops"}
9
+ */
10
+ configuration?: string;
11
+ /**
12
+ * @example
13
+ * chatops
14
+ */
15
+ name?: string;
16
+ /**
17
+ * @example
18
+ * AliyunOOSDefaultRole
19
+ */
20
+ ramRole?: string;
21
+ /**
22
+ * @example
23
+ * cn-hangzhou
24
+ */
25
+ regionId?: string;
26
+ resourceGroupId?: string;
27
+ /**
28
+ * @example
29
+ * DingTalk
30
+ */
31
+ type?: string;
32
+ static names(): { [key: string]: string } {
33
+ return {
34
+ configuration: 'Configuration',
35
+ name: 'Name',
36
+ ramRole: 'RamRole',
37
+ regionId: 'RegionId',
38
+ resourceGroupId: 'ResourceGroupId',
39
+ type: 'Type',
40
+ };
41
+ }
42
+
43
+ static types(): { [key: string]: any } {
44
+ return {
45
+ configuration: 'string',
46
+ name: 'string',
47
+ ramRole: 'string',
48
+ regionId: 'string',
49
+ resourceGroupId: 'string',
50
+ type: 'string',
51
+ };
52
+ }
53
+
54
+ validate() {
55
+ super.validate();
56
+ }
57
+
58
+ constructor(map?: { [key: string]: any }) {
59
+ super(map);
60
+ }
61
+ }
62
+
@@ -0,0 +1,40 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+ import { CreateChatConfigurationResponseBody } from "./CreateChatConfigurationResponseBody";
4
+
5
+
6
+ export class CreateChatConfigurationResponse extends $dara.Model {
7
+ headers?: { [key: string]: string };
8
+ statusCode?: number;
9
+ body?: CreateChatConfigurationResponseBody;
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: CreateChatConfigurationResponseBody,
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,82 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+
4
+
5
+ export class CreateChatConfigurationResponseBodyChatConfiguration extends $dara.Model {
6
+ /**
7
+ * @example
8
+ * 2025-12-11T13:49:10+00:00
9
+ */
10
+ createdDate?: string;
11
+ /**
12
+ * @example
13
+ * TestChatConfig-9be97b40
14
+ */
15
+ name?: string;
16
+ /**
17
+ * @example
18
+ * 2025-12-11T13:59:02+00:00
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 CreateChatConfigurationResponseBody extends $dara.Model {
47
+ /**
48
+ * @example
49
+ * {"Name": "TestChatConfig-9be97b40", "CreatedDate": "2025-12-11T13:49:10+00:00", "UpdatedDate": "2025-12-11T13:59:02+00:00"}
50
+ */
51
+ chatConfiguration?: CreateChatConfigurationResponseBodyChatConfiguration;
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: CreateChatConfigurationResponseBodyChatConfiguration,
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 CreateDeployRevisionRequest extends $dara.Model {
6
+ /**
7
+ * @remarks
8
+ * This parameter is required.
9
+ *
10
+ * @example
11
+ * AgentColin3
12
+ */
13
+ applicationName?: string;
14
+ /**
15
+ * @example
16
+ * Kubernetes
17
+ */
18
+ deployResourceType?: string;
19
+ /**
20
+ * @example
21
+ * 2026-01-03
22
+ */
23
+ description?: string;
24
+ /**
25
+ * @example
26
+ * {"applicationStart":"# Execute build process\\nbuild() {\\n REPO_URL=\\"https://github.com/aldinokemal/go-whatsapp-web-multidevice.git\\"\\n BRANCH=\\"main\\"\\n DOCKERFILE_PATH=\\"./dockerfile\\"\\n "}
27
+ */
28
+ hooks?: string;
29
+ /**
30
+ * @example
31
+ * {"bucketName":"ecs-application-ui-test","objectName":"319137376-pipeline-run-319137376-task-1-cmd-exec.log","regionId":"cn-hangzhou"}
32
+ */
33
+ location?: string;
34
+ /**
35
+ * @example
36
+ * Command
37
+ */
38
+ revisionType?: string;
39
+ static names(): { [key: string]: string } {
40
+ return {
41
+ applicationName: 'ApplicationName',
42
+ deployResourceType: 'DeployResourceType',
43
+ description: 'Description',
44
+ hooks: 'Hooks',
45
+ location: 'Location',
46
+ revisionType: 'RevisionType',
47
+ };
48
+ }
49
+
50
+ static types(): { [key: string]: any } {
51
+ return {
52
+ applicationName: 'string',
53
+ deployResourceType: 'string',
54
+ description: 'string',
55
+ hooks: 'string',
56
+ location: 'string',
57
+ revisionType: '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 { CreateDeployRevisionResponseBody } from "./CreateDeployRevisionResponseBody";
4
+
5
+
6
+ export class CreateDeployRevisionResponse extends $dara.Model {
7
+ headers?: { [key: string]: string };
8
+ statusCode?: number;
9
+ body?: CreateDeployRevisionResponseBody;
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: CreateDeployRevisionResponseBody,
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,106 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+
4
+
5
+ export class CreateDeployRevisionResponseBodyRevision extends $dara.Model {
6
+ /**
7
+ * @example
8
+ * AgentColin3
9
+ */
10
+ applicationName?: string;
11
+ /**
12
+ * @example
13
+ * Ecs
14
+ */
15
+ deployResourceType?: string;
16
+ /**
17
+ * @example
18
+ * 2026-01-05
19
+ */
20
+ description?: string;
21
+ hooks?: string;
22
+ /**
23
+ * @example
24
+ * {"bucketName":"ecs-application-ui-test","objectName":"319137376-pipeline-run-319137376-task-1-cmd-exec.log","regionId":"cn-hangzhou"}
25
+ */
26
+ location?: string;
27
+ /**
28
+ * @example
29
+ * rev-0d6c6956faac431c891b
30
+ */
31
+ revisionId?: string;
32
+ /**
33
+ * @example
34
+ * Oss
35
+ */
36
+ revisionType?: string;
37
+ static names(): { [key: string]: string } {
38
+ return {
39
+ applicationName: 'ApplicationName',
40
+ deployResourceType: 'DeployResourceType',
41
+ description: 'Description',
42
+ hooks: 'Hooks',
43
+ location: 'Location',
44
+ revisionId: 'RevisionId',
45
+ revisionType: 'RevisionType',
46
+ };
47
+ }
48
+
49
+ static types(): { [key: string]: any } {
50
+ return {
51
+ applicationName: 'string',
52
+ deployResourceType: 'string',
53
+ description: 'string',
54
+ hooks: 'string',
55
+ location: 'string',
56
+ revisionId: 'string',
57
+ revisionType: 'string',
58
+ };
59
+ }
60
+
61
+ validate() {
62
+ super.validate();
63
+ }
64
+
65
+ constructor(map?: { [key: string]: any }) {
66
+ super(map);
67
+ }
68
+ }
69
+
70
+ export class CreateDeployRevisionResponseBody extends $dara.Model {
71
+ /**
72
+ * @example
73
+ * 4DB0****1234
74
+ */
75
+ requestId?: string;
76
+ /**
77
+ * @example
78
+ * {"RevisionId": "rev-0d6c6956faac431c891b", "ApplicationName": "AgentColin3"}
79
+ */
80
+ revision?: CreateDeployRevisionResponseBodyRevision;
81
+ static names(): { [key: string]: string } {
82
+ return {
83
+ requestId: 'RequestId',
84
+ revision: 'Revision',
85
+ };
86
+ }
87
+
88
+ static types(): { [key: string]: any } {
89
+ return {
90
+ requestId: 'string',
91
+ revision: CreateDeployRevisionResponseBodyRevision,
92
+ };
93
+ }
94
+
95
+ validate() {
96
+ if(this.revision && typeof (this.revision as any).validate === 'function') {
97
+ (this.revision as any).validate();
98
+ }
99
+ super.validate();
100
+ }
101
+
102
+ constructor(map?: { [key: string]: any }) {
103
+ super(map);
104
+ }
105
+ }
106
+
@@ -0,0 +1,38 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+
4
+
5
+ export class DeleteChatConfigurationRequest extends $dara.Model {
6
+ /**
7
+ * @example
8
+ * TestChatConfig-9be97b40
9
+ */
10
+ name?: string;
11
+ /**
12
+ * @example
13
+ * cn-hangzhou
14
+ */
15
+ regionId?: string;
16
+ static names(): { [key: string]: string } {
17
+ return {
18
+ name: 'Name',
19
+ regionId: 'RegionId',
20
+ };
21
+ }
22
+
23
+ static types(): { [key: string]: any } {
24
+ return {
25
+ name: 'string',
26
+ regionId: 'string',
27
+ };
28
+ }
29
+
30
+ validate() {
31
+ super.validate();
32
+ }
33
+
34
+ constructor(map?: { [key: string]: any }) {
35
+ super(map);
36
+ }
37
+ }
38
+
@@ -0,0 +1,40 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+ import { DeleteChatConfigurationResponseBody } from "./DeleteChatConfigurationResponseBody";
4
+
5
+
6
+ export class DeleteChatConfigurationResponse extends $dara.Model {
7
+ headers?: { [key: string]: string };
8
+ statusCode?: number;
9
+ body?: DeleteChatConfigurationResponseBody;
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: DeleteChatConfigurationResponseBody,
23
+ };
24
+ }
25
+
26
+ validate() {
27
+ if(this.headers) {
28
+ $dara.Model.validateMap(this.headers);
29
+ }
30
+ if(this.body && typeof (this.body as any).validate === 'function') {
31
+ (this.body as any).validate();
32
+ }
33
+ super.validate();
34
+ }
35
+
36
+ constructor(map?: { [key: string]: any }) {
37
+ super(map);
38
+ }
39
+ }
40
+
@@ -0,0 +1,38 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+
4
+
5
+ export class DeleteChatConfigurationResponseBody extends $dara.Model {
6
+ /**
7
+ * @example
8
+ * Chat configuration deleted successfully.
9
+ */
10
+ content?: string;
11
+ /**
12
+ * @example
13
+ * 4DB0****1234
14
+ */
15
+ requestId?: string;
16
+ static names(): { [key: string]: string } {
17
+ return {
18
+ content: 'Content',
19
+ requestId: 'RequestId',
20
+ };
21
+ }
22
+
23
+ static types(): { [key: string]: any } {
24
+ return {
25
+ content: 'string',
26
+ requestId: 'string',
27
+ };
28
+ }
29
+
30
+ validate() {
31
+ super.validate();
32
+ }
33
+
34
+ constructor(map?: { [key: string]: any }) {
35
+ super(map);
36
+ }
37
+ }
38
+
@@ -87,6 +87,7 @@ export class GetApplicationGroupResponseBodyApplicationGroup extends $dara.Model
87
87
  * v1
88
88
  */
89
89
  importTagValue?: string;
90
+ monitorMetadata?: string;
90
91
  /**
91
92
  * @remarks
92
93
  * The name of the application group.
@@ -151,6 +152,7 @@ export class GetApplicationGroupResponseBodyApplicationGroup extends $dara.Model
151
152
  executionId: 'ExecutionId',
152
153
  importTagKey: 'ImportTagKey',
153
154
  importTagValue: 'ImportTagValue',
155
+ monitorMetadata: 'MonitorMetadata',
154
156
  name: 'Name',
155
157
  operationMetadata: 'OperationMetadata',
156
158
  progress: 'Progress',
@@ -176,6 +178,7 @@ export class GetApplicationGroupResponseBodyApplicationGroup extends $dara.Model
176
178
  executionId: 'string',
177
179
  importTagKey: 'string',
178
180
  importTagValue: 'string',
181
+ monitorMetadata: 'string',
179
182
  name: 'string',
180
183
  operationMetadata: 'string',
181
184
  progress: 'string',
@@ -0,0 +1,38 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+
4
+
5
+ export class GetChatConfigurationRequest extends $dara.Model {
6
+ /**
7
+ * @example
8
+ * chatOps-qiwei
9
+ */
10
+ name?: string;
11
+ /**
12
+ * @example
13
+ * cn-hangzhou
14
+ */
15
+ regionId?: string;
16
+ static names(): { [key: string]: string } {
17
+ return {
18
+ name: 'Name',
19
+ regionId: 'RegionId',
20
+ };
21
+ }
22
+
23
+ static types(): { [key: string]: any } {
24
+ return {
25
+ name: 'string',
26
+ regionId: 'string',
27
+ };
28
+ }
29
+
30
+ validate() {
31
+ super.validate();
32
+ }
33
+
34
+ constructor(map?: { [key: string]: any }) {
35
+ super(map);
36
+ }
37
+ }
38
+
@@ -0,0 +1,40 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+ import { GetChatConfigurationResponseBody } from "./GetChatConfigurationResponseBody";
4
+
5
+
6
+ export class GetChatConfigurationResponse extends $dara.Model {
7
+ headers?: { [key: string]: string };
8
+ statusCode?: number;
9
+ body?: GetChatConfigurationResponseBody;
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: GetChatConfigurationResponseBody,
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
+