@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.
- package/dist/client.d.ts +210 -40
- package/dist/client.js +513 -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/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/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 +32 -0
- package/dist/models/model.js +73 -8
- package/dist/models/model.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +573 -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/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/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 +32 -0
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,6 +361,7 @@ 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';
|
|
341
367
|
export { StartDebugExecutionRequest } from './StartDebugExecutionRequest';
|
|
@@ -364,6 +390,9 @@ export { UpdateApplicationGroupRequest } from './UpdateApplicationGroupRequest';
|
|
|
364
390
|
export { UpdateApplicationGroupShrinkRequest } from './UpdateApplicationGroupShrinkRequest';
|
|
365
391
|
export { UpdateApplicationGroupResponseBody } from './UpdateApplicationGroupResponseBody';
|
|
366
392
|
export { UpdateApplicationGroupResponse } from './UpdateApplicationGroupResponse';
|
|
393
|
+
export { UpdateChatConfigurationRequest } from './UpdateChatConfigurationRequest';
|
|
394
|
+
export { UpdateChatConfigurationResponseBody } from './UpdateChatConfigurationResponseBody';
|
|
395
|
+
export { UpdateChatConfigurationResponse } from './UpdateChatConfigurationResponse';
|
|
367
396
|
export { UpdateExecutionRequest } from './UpdateExecutionRequest';
|
|
368
397
|
export { UpdateExecutionResponseBody } from './UpdateExecutionResponseBody';
|
|
369
398
|
export { UpdateExecutionResponse } from './UpdateExecutionResponse';
|
|
@@ -394,6 +423,9 @@ export { UpdateTemplateRequest } from './UpdateTemplateRequest';
|
|
|
394
423
|
export { UpdateTemplateShrinkRequest } from './UpdateTemplateShrinkRequest';
|
|
395
424
|
export { UpdateTemplateResponseBody } from './UpdateTemplateResponseBody';
|
|
396
425
|
export { UpdateTemplateResponse } from './UpdateTemplateResponse';
|
|
426
|
+
export { UpdateTemplateAttributesRequest } from './UpdateTemplateAttributesRequest';
|
|
427
|
+
export { UpdateTemplateAttributesResponseBody } from './UpdateTemplateAttributesResponseBody';
|
|
428
|
+
export { UpdateTemplateAttributesResponse } from './UpdateTemplateAttributesResponse';
|
|
397
429
|
export { ValidateTemplateContentRequest } from './ValidateTemplateContentRequest';
|
|
398
430
|
export { ValidateTemplateContentResponseBody } from './ValidateTemplateContentResponseBody';
|
|
399
431
|
export { ValidateTemplateContentResponse } from './ValidateTemplateContentResponse';
|