@aws-sdk/client-migrationhuborchestrator 3.181.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 (204) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/LICENSE +201 -0
  3. package/README.md +209 -0
  4. package/dist-cjs/MigrationHubOrchestrator.js +427 -0
  5. package/dist-cjs/MigrationHubOrchestratorClient.js +37 -0
  6. package/dist-cjs/commands/CreateWorkflowCommand.js +36 -0
  7. package/dist-cjs/commands/CreateWorkflowStepCommand.js +36 -0
  8. package/dist-cjs/commands/CreateWorkflowStepGroupCommand.js +36 -0
  9. package/dist-cjs/commands/DeleteWorkflowCommand.js +36 -0
  10. package/dist-cjs/commands/DeleteWorkflowStepCommand.js +36 -0
  11. package/dist-cjs/commands/DeleteWorkflowStepGroupCommand.js +36 -0
  12. package/dist-cjs/commands/GetTemplateCommand.js +36 -0
  13. package/dist-cjs/commands/GetTemplateStepCommand.js +36 -0
  14. package/dist-cjs/commands/GetTemplateStepGroupCommand.js +36 -0
  15. package/dist-cjs/commands/GetWorkflowCommand.js +36 -0
  16. package/dist-cjs/commands/GetWorkflowStepCommand.js +36 -0
  17. package/dist-cjs/commands/GetWorkflowStepGroupCommand.js +36 -0
  18. package/dist-cjs/commands/ListPluginsCommand.js +36 -0
  19. package/dist-cjs/commands/ListTagsForResourceCommand.js +36 -0
  20. package/dist-cjs/commands/ListTemplateStepGroupsCommand.js +36 -0
  21. package/dist-cjs/commands/ListTemplateStepsCommand.js +36 -0
  22. package/dist-cjs/commands/ListTemplatesCommand.js +36 -0
  23. package/dist-cjs/commands/ListWorkflowStepGroupsCommand.js +36 -0
  24. package/dist-cjs/commands/ListWorkflowStepsCommand.js +36 -0
  25. package/dist-cjs/commands/ListWorkflowsCommand.js +36 -0
  26. package/dist-cjs/commands/RetryWorkflowStepCommand.js +36 -0
  27. package/dist-cjs/commands/StartWorkflowCommand.js +36 -0
  28. package/dist-cjs/commands/StopWorkflowCommand.js +36 -0
  29. package/dist-cjs/commands/TagResourceCommand.js +36 -0
  30. package/dist-cjs/commands/UntagResourceCommand.js +36 -0
  31. package/dist-cjs/commands/UpdateWorkflowCommand.js +36 -0
  32. package/dist-cjs/commands/UpdateWorkflowStepCommand.js +36 -0
  33. package/dist-cjs/commands/UpdateWorkflowStepGroupCommand.js +36 -0
  34. package/dist-cjs/commands/index.js +31 -0
  35. package/dist-cjs/endpoints.js +132 -0
  36. package/dist-cjs/index.js +11 -0
  37. package/dist-cjs/models/MigrationHubOrchestratorServiceException.js +11 -0
  38. package/dist-cjs/models/index.js +4 -0
  39. package/dist-cjs/models/models_0.js +491 -0
  40. package/dist-cjs/pagination/Interfaces.js +2 -0
  41. package/dist-cjs/pagination/ListPluginsPaginator.js +36 -0
  42. package/dist-cjs/pagination/ListTemplateStepGroupsPaginator.js +36 -0
  43. package/dist-cjs/pagination/ListTemplateStepsPaginator.js +36 -0
  44. package/dist-cjs/pagination/ListTemplatesPaginator.js +36 -0
  45. package/dist-cjs/pagination/ListWorkflowStepGroupsPaginator.js +36 -0
  46. package/dist-cjs/pagination/ListWorkflowStepsPaginator.js +36 -0
  47. package/dist-cjs/pagination/ListWorkflowsPaginator.js +36 -0
  48. package/dist-cjs/pagination/index.js +11 -0
  49. package/dist-cjs/protocols/Aws_restJson1.js +2816 -0
  50. package/dist-cjs/runtimeConfig.browser.js +45 -0
  51. package/dist-cjs/runtimeConfig.js +52 -0
  52. package/dist-cjs/runtimeConfig.native.js +16 -0
  53. package/dist-cjs/runtimeConfig.shared.js +17 -0
  54. package/dist-es/MigrationHubOrchestrator.js +430 -0
  55. package/dist-es/MigrationHubOrchestratorClient.js +39 -0
  56. package/dist-es/commands/CreateWorkflowCommand.js +39 -0
  57. package/dist-es/commands/CreateWorkflowStepCommand.js +39 -0
  58. package/dist-es/commands/CreateWorkflowStepGroupCommand.js +39 -0
  59. package/dist-es/commands/DeleteWorkflowCommand.js +39 -0
  60. package/dist-es/commands/DeleteWorkflowStepCommand.js +39 -0
  61. package/dist-es/commands/DeleteWorkflowStepGroupCommand.js +39 -0
  62. package/dist-es/commands/GetTemplateCommand.js +39 -0
  63. package/dist-es/commands/GetTemplateStepCommand.js +39 -0
  64. package/dist-es/commands/GetTemplateStepGroupCommand.js +39 -0
  65. package/dist-es/commands/GetWorkflowCommand.js +39 -0
  66. package/dist-es/commands/GetWorkflowStepCommand.js +39 -0
  67. package/dist-es/commands/GetWorkflowStepGroupCommand.js +39 -0
  68. package/dist-es/commands/ListPluginsCommand.js +39 -0
  69. package/dist-es/commands/ListTagsForResourceCommand.js +39 -0
  70. package/dist-es/commands/ListTemplateStepGroupsCommand.js +39 -0
  71. package/dist-es/commands/ListTemplateStepsCommand.js +39 -0
  72. package/dist-es/commands/ListTemplatesCommand.js +39 -0
  73. package/dist-es/commands/ListWorkflowStepGroupsCommand.js +39 -0
  74. package/dist-es/commands/ListWorkflowStepsCommand.js +39 -0
  75. package/dist-es/commands/ListWorkflowsCommand.js +39 -0
  76. package/dist-es/commands/RetryWorkflowStepCommand.js +39 -0
  77. package/dist-es/commands/StartWorkflowCommand.js +39 -0
  78. package/dist-es/commands/StopWorkflowCommand.js +39 -0
  79. package/dist-es/commands/TagResourceCommand.js +39 -0
  80. package/dist-es/commands/UntagResourceCommand.js +39 -0
  81. package/dist-es/commands/UpdateWorkflowCommand.js +39 -0
  82. package/dist-es/commands/UpdateWorkflowStepCommand.js +39 -0
  83. package/dist-es/commands/UpdateWorkflowStepGroupCommand.js +39 -0
  84. package/dist-es/commands/index.js +28 -0
  85. package/dist-es/endpoints.js +128 -0
  86. package/dist-es/index.js +6 -0
  87. package/dist-es/models/MigrationHubOrchestratorServiceException.js +12 -0
  88. package/dist-es/models/index.js +1 -0
  89. package/dist-es/models/models_0.js +261 -0
  90. package/dist-es/pagination/Interfaces.js +1 -0
  91. package/dist-es/pagination/ListPluginsPaginator.js +75 -0
  92. package/dist-es/pagination/ListTemplateStepGroupsPaginator.js +75 -0
  93. package/dist-es/pagination/ListTemplateStepsPaginator.js +75 -0
  94. package/dist-es/pagination/ListTemplatesPaginator.js +75 -0
  95. package/dist-es/pagination/ListWorkflowStepGroupsPaginator.js +75 -0
  96. package/dist-es/pagination/ListWorkflowStepsPaginator.js +75 -0
  97. package/dist-es/pagination/ListWorkflowsPaginator.js +75 -0
  98. package/dist-es/pagination/index.js +8 -0
  99. package/dist-es/protocols/Aws_restJson1.js +3593 -0
  100. package/dist-es/runtimeConfig.browser.js +26 -0
  101. package/dist-es/runtimeConfig.js +30 -0
  102. package/dist-es/runtimeConfig.native.js +8 -0
  103. package/dist-es/runtimeConfig.shared.js +13 -0
  104. package/dist-types/MigrationHubOrchestrator.d.ts +209 -0
  105. package/dist-types/MigrationHubOrchestratorClient.d.ts +176 -0
  106. package/dist-types/commands/CreateWorkflowCommand.d.ts +35 -0
  107. package/dist-types/commands/CreateWorkflowStepCommand.d.ts +35 -0
  108. package/dist-types/commands/CreateWorkflowStepGroupCommand.d.ts +35 -0
  109. package/dist-types/commands/DeleteWorkflowCommand.d.ts +36 -0
  110. package/dist-types/commands/DeleteWorkflowStepCommand.d.ts +36 -0
  111. package/dist-types/commands/DeleteWorkflowStepGroupCommand.d.ts +35 -0
  112. package/dist-types/commands/GetTemplateCommand.d.ts +35 -0
  113. package/dist-types/commands/GetTemplateStepCommand.d.ts +35 -0
  114. package/dist-types/commands/GetTemplateStepGroupCommand.d.ts +35 -0
  115. package/dist-types/commands/GetWorkflowCommand.d.ts +35 -0
  116. package/dist-types/commands/GetWorkflowStepCommand.d.ts +35 -0
  117. package/dist-types/commands/GetWorkflowStepGroupCommand.d.ts +35 -0
  118. package/dist-types/commands/ListPluginsCommand.d.ts +35 -0
  119. package/dist-types/commands/ListTagsForResourceCommand.d.ts +35 -0
  120. package/dist-types/commands/ListTemplateStepGroupsCommand.d.ts +35 -0
  121. package/dist-types/commands/ListTemplateStepsCommand.d.ts +35 -0
  122. package/dist-types/commands/ListTemplatesCommand.d.ts +35 -0
  123. package/dist-types/commands/ListWorkflowStepGroupsCommand.d.ts +35 -0
  124. package/dist-types/commands/ListWorkflowStepsCommand.d.ts +35 -0
  125. package/dist-types/commands/ListWorkflowsCommand.d.ts +35 -0
  126. package/dist-types/commands/RetryWorkflowStepCommand.d.ts +35 -0
  127. package/dist-types/commands/StartWorkflowCommand.d.ts +35 -0
  128. package/dist-types/commands/StopWorkflowCommand.d.ts +35 -0
  129. package/dist-types/commands/TagResourceCommand.d.ts +35 -0
  130. package/dist-types/commands/UntagResourceCommand.d.ts +35 -0
  131. package/dist-types/commands/UpdateWorkflowCommand.d.ts +35 -0
  132. package/dist-types/commands/UpdateWorkflowStepCommand.d.ts +35 -0
  133. package/dist-types/commands/UpdateWorkflowStepGroupCommand.d.ts +35 -0
  134. package/dist-types/commands/index.d.ts +28 -0
  135. package/dist-types/endpoints.d.ts +2 -0
  136. package/dist-types/index.d.ts +6 -0
  137. package/dist-types/models/MigrationHubOrchestratorServiceException.d.ts +10 -0
  138. package/dist-types/models/index.d.ts +1 -0
  139. package/dist-types/models/models_0.d.ts +2063 -0
  140. package/dist-types/pagination/Interfaces.d.ts +6 -0
  141. package/dist-types/pagination/ListPluginsPaginator.d.ts +4 -0
  142. package/dist-types/pagination/ListTemplateStepGroupsPaginator.d.ts +4 -0
  143. package/dist-types/pagination/ListTemplateStepsPaginator.d.ts +4 -0
  144. package/dist-types/pagination/ListTemplatesPaginator.d.ts +4 -0
  145. package/dist-types/pagination/ListWorkflowStepGroupsPaginator.d.ts +4 -0
  146. package/dist-types/pagination/ListWorkflowStepsPaginator.d.ts +4 -0
  147. package/dist-types/pagination/ListWorkflowsPaginator.d.ts +4 -0
  148. package/dist-types/pagination/index.d.ts +8 -0
  149. package/dist-types/protocols/Aws_restJson1.d.ts +86 -0
  150. package/dist-types/runtimeConfig.browser.d.ts +40 -0
  151. package/dist-types/runtimeConfig.d.ts +40 -0
  152. package/dist-types/runtimeConfig.native.d.ts +39 -0
  153. package/dist-types/runtimeConfig.shared.d.ts +13 -0
  154. package/dist-types/ts3.4/MigrationHubOrchestrator.d.ts +480 -0
  155. package/dist-types/ts3.4/MigrationHubOrchestratorClient.d.ts +273 -0
  156. package/dist-types/ts3.4/commands/CreateWorkflowCommand.d.ts +36 -0
  157. package/dist-types/ts3.4/commands/CreateWorkflowStepCommand.d.ts +36 -0
  158. package/dist-types/ts3.4/commands/CreateWorkflowStepGroupCommand.d.ts +39 -0
  159. package/dist-types/ts3.4/commands/DeleteWorkflowCommand.d.ts +36 -0
  160. package/dist-types/ts3.4/commands/DeleteWorkflowStepCommand.d.ts +36 -0
  161. package/dist-types/ts3.4/commands/DeleteWorkflowStepGroupCommand.d.ts +39 -0
  162. package/dist-types/ts3.4/commands/GetTemplateCommand.d.ts +36 -0
  163. package/dist-types/ts3.4/commands/GetTemplateStepCommand.d.ts +35 -0
  164. package/dist-types/ts3.4/commands/GetTemplateStepGroupCommand.d.ts +39 -0
  165. package/dist-types/ts3.4/commands/GetWorkflowCommand.d.ts +35 -0
  166. package/dist-types/ts3.4/commands/GetWorkflowStepCommand.d.ts +35 -0
  167. package/dist-types/ts3.4/commands/GetWorkflowStepGroupCommand.d.ts +39 -0
  168. package/dist-types/ts3.4/commands/ListPluginsCommand.d.ts +32 -0
  169. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -0
  170. package/dist-types/ts3.4/commands/ListTemplateStepGroupsCommand.d.ts +39 -0
  171. package/dist-types/ts3.4/commands/ListTemplateStepsCommand.d.ts +36 -0
  172. package/dist-types/ts3.4/commands/ListTemplatesCommand.d.ts +36 -0
  173. package/dist-types/ts3.4/commands/ListWorkflowStepGroupsCommand.d.ts +39 -0
  174. package/dist-types/ts3.4/commands/ListWorkflowStepsCommand.d.ts +36 -0
  175. package/dist-types/ts3.4/commands/ListWorkflowsCommand.d.ts +36 -0
  176. package/dist-types/ts3.4/commands/RetryWorkflowStepCommand.d.ts +36 -0
  177. package/dist-types/ts3.4/commands/StartWorkflowCommand.d.ts +36 -0
  178. package/dist-types/ts3.4/commands/StopWorkflowCommand.d.ts +36 -0
  179. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -0
  180. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -0
  181. package/dist-types/ts3.4/commands/UpdateWorkflowCommand.d.ts +36 -0
  182. package/dist-types/ts3.4/commands/UpdateWorkflowStepCommand.d.ts +36 -0
  183. package/dist-types/ts3.4/commands/UpdateWorkflowStepGroupCommand.d.ts +39 -0
  184. package/dist-types/ts3.4/commands/index.d.ts +28 -0
  185. package/dist-types/ts3.4/endpoints.d.ts +2 -0
  186. package/dist-types/ts3.4/index.d.ts +6 -0
  187. package/dist-types/ts3.4/models/MigrationHubOrchestratorServiceException.d.ts +7 -0
  188. package/dist-types/ts3.4/models/index.d.ts +1 -0
  189. package/dist-types/ts3.4/models/models_0.d.ts +880 -0
  190. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -0
  191. package/dist-types/ts3.4/pagination/ListPluginsPaginator.d.ts +11 -0
  192. package/dist-types/ts3.4/pagination/ListTemplateStepGroupsPaginator.d.ts +11 -0
  193. package/dist-types/ts3.4/pagination/ListTemplateStepsPaginator.d.ts +11 -0
  194. package/dist-types/ts3.4/pagination/ListTemplatesPaginator.d.ts +11 -0
  195. package/dist-types/ts3.4/pagination/ListWorkflowStepGroupsPaginator.d.ts +11 -0
  196. package/dist-types/ts3.4/pagination/ListWorkflowStepsPaginator.d.ts +11 -0
  197. package/dist-types/ts3.4/pagination/ListWorkflowsPaginator.d.ts +11 -0
  198. package/dist-types/ts3.4/pagination/index.d.ts +8 -0
  199. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +341 -0
  200. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +69 -0
  201. package/dist-types/ts3.4/runtimeConfig.d.ts +69 -0
  202. package/dist-types/ts3.4/runtimeConfig.native.d.ts +70 -0
  203. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +12 -0
  204. package/package.json +100 -0
@@ -0,0 +1,880 @@
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
+ import { MigrationHubOrchestratorServiceException as __BaseException } from "./MigrationHubOrchestratorServiceException";
3
+ export declare class AccessDeniedException extends __BaseException {
4
+ readonly name: "AccessDeniedException";
5
+ readonly $fault: "client";
6
+ $retryable: {};
7
+ constructor(
8
+ opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
9
+ );
10
+ }
11
+ export interface ListTagsForResourceRequest {
12
+ resourceArn: string | undefined;
13
+ }
14
+ export interface ListTagsForResourceResponse {
15
+ tags?: Record<string, string>;
16
+ }
17
+ export declare class ResourceNotFoundException extends __BaseException {
18
+ readonly name: "ResourceNotFoundException";
19
+ readonly $fault: "client";
20
+ constructor(
21
+ opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
22
+ );
23
+ }
24
+ export declare class ValidationException extends __BaseException {
25
+ readonly name: "ValidationException";
26
+ readonly $fault: "client";
27
+ $retryable: {};
28
+ constructor(
29
+ opts: __ExceptionOptionType<ValidationException, __BaseException>
30
+ );
31
+ }
32
+ export declare type StepInput =
33
+ | StepInput.IntegerValueMember
34
+ | StepInput.ListOfStringsValueMember
35
+ | StepInput.MapOfStringValueMember
36
+ | StepInput.StringValueMember
37
+ | StepInput.$UnknownMember;
38
+ export declare namespace StepInput {
39
+ interface IntegerValueMember {
40
+ integerValue: number;
41
+ stringValue?: never;
42
+ listOfStringsValue?: never;
43
+ mapOfStringValue?: never;
44
+ $unknown?: never;
45
+ }
46
+ interface StringValueMember {
47
+ integerValue?: never;
48
+ stringValue: string;
49
+ listOfStringsValue?: never;
50
+ mapOfStringValue?: never;
51
+ $unknown?: never;
52
+ }
53
+ interface ListOfStringsValueMember {
54
+ integerValue?: never;
55
+ stringValue?: never;
56
+ listOfStringsValue: string[];
57
+ mapOfStringValue?: never;
58
+ $unknown?: never;
59
+ }
60
+ interface MapOfStringValueMember {
61
+ integerValue?: never;
62
+ stringValue?: never;
63
+ listOfStringsValue?: never;
64
+ mapOfStringValue: Record<string, string>;
65
+ $unknown?: never;
66
+ }
67
+ interface $UnknownMember {
68
+ integerValue?: never;
69
+ stringValue?: never;
70
+ listOfStringsValue?: never;
71
+ mapOfStringValue?: never;
72
+ $unknown: [string, any];
73
+ }
74
+ interface Visitor<T> {
75
+ integerValue: (value: number) => T;
76
+ stringValue: (value: string) => T;
77
+ listOfStringsValue: (value: string[]) => T;
78
+ mapOfStringValue: (value: Record<string, string>) => T;
79
+ _: (name: string, value: any) => T;
80
+ }
81
+ const visit: <T>(value: StepInput, visitor: Visitor<T>) => T;
82
+ }
83
+ export interface CreateMigrationWorkflowRequest {
84
+ name: string | undefined;
85
+ description?: string;
86
+ templateId: string | undefined;
87
+ applicationConfigurationId: string | undefined;
88
+ inputParameters: Record<string, StepInput> | undefined;
89
+ stepTargets?: string[];
90
+ tags?: Record<string, string>;
91
+ }
92
+ export declare enum MigrationWorkflowStatusEnum {
93
+ COMPLETED = "COMPLETED",
94
+ CREATING = "CREATING",
95
+ CREATION_FAILED = "CREATION_FAILED",
96
+ DELETED = "DELETED",
97
+ DELETING = "DELETING",
98
+ DELETION_FAILED = "DELETION_FAILED",
99
+ IN_PROGRESS = "IN_PROGRESS",
100
+ NOT_STARTED = "NOT_STARTED",
101
+ PAUSED = "PAUSED",
102
+ PAUSING = "PAUSING",
103
+ PAUSING_FAILED = "PAUSING_FAILED",
104
+ STARTING = "STARTING",
105
+ USER_ATTENTION_REQUIRED = "USER_ATTENTION_REQUIRED",
106
+ WORKFLOW_FAILED = "WORKFLOW_FAILED",
107
+ }
108
+ export interface CreateMigrationWorkflowResponse {
109
+ id?: string;
110
+ arn?: string;
111
+ name?: string;
112
+ description?: string;
113
+ templateId?: string;
114
+ adsApplicationConfigurationId?: string;
115
+ workflowInputs?: Record<string, StepInput>;
116
+ stepTargets?: string[];
117
+ status?: MigrationWorkflowStatusEnum | string;
118
+ creationTime?: Date;
119
+ tags?: Record<string, string>;
120
+ }
121
+ export declare class InternalServerException extends __BaseException {
122
+ readonly name: "InternalServerException";
123
+ readonly $fault: "server";
124
+ constructor(
125
+ opts: __ExceptionOptionType<InternalServerException, __BaseException>
126
+ );
127
+ }
128
+ export declare class ThrottlingException extends __BaseException {
129
+ readonly name: "ThrottlingException";
130
+ readonly $fault: "client";
131
+ constructor(
132
+ opts: __ExceptionOptionType<ThrottlingException, __BaseException>
133
+ );
134
+ }
135
+ export interface DeleteMigrationWorkflowRequest {
136
+ id: string | undefined;
137
+ }
138
+ export interface DeleteMigrationWorkflowResponse {
139
+ id?: string;
140
+ arn?: string;
141
+ status?: MigrationWorkflowStatusEnum | string;
142
+ }
143
+ export interface GetMigrationWorkflowRequest {
144
+ id: string | undefined;
145
+ }
146
+ export interface Tool {
147
+ name?: string;
148
+ url?: string;
149
+ }
150
+ export interface GetMigrationWorkflowResponse {
151
+ id?: string;
152
+ arn?: string;
153
+ name?: string;
154
+ description?: string;
155
+ templateId?: string;
156
+ adsApplicationConfigurationId?: string;
157
+ adsApplicationName?: string;
158
+ status?: MigrationWorkflowStatusEnum | string;
159
+ statusMessage?: string;
160
+ creationTime?: Date;
161
+ lastStartTime?: Date;
162
+ lastStopTime?: Date;
163
+ lastModifiedTime?: Date;
164
+ endTime?: Date;
165
+ tools?: Tool[];
166
+ totalSteps?: number;
167
+ completedSteps?: number;
168
+ workflowInputs?: Record<string, StepInput>;
169
+ tags?: Record<string, string>;
170
+ workflowBucket?: string;
171
+ }
172
+ export interface ListMigrationWorkflowsRequest {
173
+ maxResults?: number;
174
+ nextToken?: string;
175
+ templateId?: string;
176
+ adsApplicationConfigurationName?: string;
177
+ status?: MigrationWorkflowStatusEnum | string;
178
+ name?: string;
179
+ }
180
+ export interface MigrationWorkflowSummary {
181
+ id?: string;
182
+ name?: string;
183
+ templateId?: string;
184
+ adsApplicationConfigurationName?: string;
185
+ status?: MigrationWorkflowStatusEnum | string;
186
+ creationTime?: Date;
187
+ endTime?: Date;
188
+ statusMessage?: string;
189
+ completedSteps?: number;
190
+ totalSteps?: number;
191
+ }
192
+ export interface ListMigrationWorkflowsResponse {
193
+ nextToken?: string;
194
+ migrationWorkflowSummary: MigrationWorkflowSummary[] | undefined;
195
+ }
196
+ export interface StartMigrationWorkflowRequest {
197
+ id: string | undefined;
198
+ }
199
+ export interface StartMigrationWorkflowResponse {
200
+ id?: string;
201
+ arn?: string;
202
+ status?: MigrationWorkflowStatusEnum | string;
203
+ statusMessage?: string;
204
+ lastStartTime?: Date;
205
+ }
206
+ export interface StopMigrationWorkflowRequest {
207
+ id: string | undefined;
208
+ }
209
+ export interface StopMigrationWorkflowResponse {
210
+ id?: string;
211
+ arn?: string;
212
+ status?: MigrationWorkflowStatusEnum | string;
213
+ statusMessage?: string;
214
+ lastStopTime?: Date;
215
+ }
216
+ export interface UpdateMigrationWorkflowRequest {
217
+ id: string | undefined;
218
+ name?: string;
219
+ description?: string;
220
+ inputParameters?: Record<string, StepInput>;
221
+ stepTargets?: string[];
222
+ }
223
+ export interface UpdateMigrationWorkflowResponse {
224
+ id?: string;
225
+ arn?: string;
226
+ name?: string;
227
+ description?: string;
228
+ templateId?: string;
229
+ adsApplicationConfigurationId?: string;
230
+ workflowInputs?: Record<string, StepInput>;
231
+ stepTargets?: string[];
232
+ status?: MigrationWorkflowStatusEnum | string;
233
+ creationTime?: Date;
234
+ lastModifiedTime?: Date;
235
+ tags?: Record<string, string>;
236
+ }
237
+ export interface GetMigrationWorkflowTemplateRequest {
238
+ id: string | undefined;
239
+ }
240
+ export declare enum DataType {
241
+ INTEGER = "INTEGER",
242
+ STRING = "STRING",
243
+ STRINGLIST = "STRINGLIST",
244
+ STRINGMAP = "STRINGMAP",
245
+ }
246
+ export interface TemplateInput {
247
+ inputName?: string;
248
+ dataType?: DataType | string;
249
+ required?: boolean;
250
+ }
251
+ export declare enum TemplateStatus {
252
+ CREATED = "CREATED",
253
+ }
254
+ export interface GetMigrationWorkflowTemplateResponse {
255
+ id?: string;
256
+ name?: string;
257
+ description?: string;
258
+ inputs?: TemplateInput[];
259
+ tools?: Tool[];
260
+ status?: TemplateStatus | string;
261
+ creationTime?: Date;
262
+ }
263
+ export interface ListMigrationWorkflowTemplatesRequest {
264
+ maxResults?: number;
265
+ nextToken?: string;
266
+ name?: string;
267
+ }
268
+ export interface TemplateSummary {
269
+ id?: string;
270
+ name?: string;
271
+ arn?: string;
272
+ description?: string;
273
+ }
274
+ export interface ListMigrationWorkflowTemplatesResponse {
275
+ nextToken?: string;
276
+ templateSummary: TemplateSummary[] | undefined;
277
+ }
278
+ export interface ListPluginsRequest {
279
+ maxResults?: number;
280
+ nextToken?: string;
281
+ }
282
+ export declare enum PluginHealth {
283
+ PLUGIN_HEALTHY = "HEALTHY",
284
+ PLUGIN_UNHEALTHY = "UNHEALTHY",
285
+ }
286
+ export interface PluginSummary {
287
+ pluginId?: string;
288
+ hostname?: string;
289
+ status?: PluginHealth | string;
290
+ ipAddress?: string;
291
+ version?: string;
292
+ registeredTime?: string;
293
+ }
294
+ export interface ListPluginsResponse {
295
+ nextToken?: string;
296
+ plugins?: PluginSummary[];
297
+ }
298
+ export interface TagResourceRequest {
299
+ resourceArn: string | undefined;
300
+ tags: Record<string, string> | undefined;
301
+ }
302
+ export interface TagResourceResponse {}
303
+ export interface GetTemplateStepRequest {
304
+ id: string | undefined;
305
+ templateId: string | undefined;
306
+ stepGroupId: string | undefined;
307
+ }
308
+ export interface StepOutput {
309
+ name?: string;
310
+ dataType?: DataType | string;
311
+ required?: boolean;
312
+ }
313
+ export declare enum StepActionType {
314
+ AUTOMATED = "AUTOMATED",
315
+ MANUAL = "MANUAL",
316
+ }
317
+ export interface PlatformCommand {
318
+ linux?: string;
319
+ windows?: string;
320
+ }
321
+ export declare enum RunEnvironment {
322
+ AWS = "AWS",
323
+ ONPREMISE = "ONPREMISE",
324
+ }
325
+ export interface PlatformScriptKey {
326
+ linux?: string;
327
+ windows?: string;
328
+ }
329
+ export declare enum TargetType {
330
+ ALL = "ALL",
331
+ NONE = "NONE",
332
+ SINGLE = "SINGLE",
333
+ }
334
+ export interface StepAutomationConfiguration {
335
+ scriptLocationS3Bucket?: string;
336
+ scriptLocationS3Key?: PlatformScriptKey;
337
+ command?: PlatformCommand;
338
+ runEnvironment?: RunEnvironment | string;
339
+ targetType?: TargetType | string;
340
+ }
341
+ export interface GetTemplateStepResponse {
342
+ id?: string;
343
+ stepGroupId?: string;
344
+ templateId?: string;
345
+ name?: string;
346
+ description?: string;
347
+ stepActionType?: StepActionType | string;
348
+ creationTime?: string;
349
+ previous?: string[];
350
+ next?: string[];
351
+ outputs?: StepOutput[];
352
+ stepAutomationConfiguration?: StepAutomationConfiguration;
353
+ }
354
+ export interface ListTemplateStepsRequest {
355
+ maxResults?: number;
356
+ nextToken?: string;
357
+ templateId: string | undefined;
358
+ stepGroupId: string | undefined;
359
+ }
360
+ export declare enum Owner {
361
+ AWSManaged = "AWS_MANAGED",
362
+ CUSTOM = "CUSTOM",
363
+ }
364
+ export interface TemplateStepSummary {
365
+ id?: string;
366
+ stepGroupId?: string;
367
+ templateId?: string;
368
+ name?: string;
369
+ stepActionType?: StepActionType | string;
370
+ targetType?: TargetType | string;
371
+ owner?: Owner | string;
372
+ previous?: string[];
373
+ next?: string[];
374
+ }
375
+ export interface ListTemplateStepsResponse {
376
+ nextToken?: string;
377
+ templateStepSummaryList?: TemplateStepSummary[];
378
+ }
379
+ export interface GetTemplateStepGroupRequest {
380
+ templateId: string | undefined;
381
+ id: string | undefined;
382
+ }
383
+ export declare enum StepGroupStatus {
384
+ AWAITING_DEPENDENCIES = "AWAITING_DEPENDENCIES",
385
+ COMPLETED = "COMPLETED",
386
+ FAILED = "FAILED",
387
+ IN_PROGRESS = "IN_PROGRESS",
388
+ PAUSED = "PAUSED",
389
+ PAUSING = "PAUSING",
390
+ READY = "READY",
391
+ USER_ATTENTION_REQUIRED = "USER_ATTENTION_REQUIRED",
392
+ }
393
+ export interface GetTemplateStepGroupResponse {
394
+ templateId?: string;
395
+ id?: string;
396
+ name?: string;
397
+ description?: string;
398
+ status?: StepGroupStatus | string;
399
+ creationTime?: Date;
400
+ lastModifiedTime?: Date;
401
+ tools?: Tool[];
402
+ previous?: string[];
403
+ next?: string[];
404
+ }
405
+ export interface ListTemplateStepGroupsRequest {
406
+ maxResults?: number;
407
+ nextToken?: string;
408
+ templateId: string | undefined;
409
+ }
410
+ export interface TemplateStepGroupSummary {
411
+ id?: string;
412
+ name?: string;
413
+ previous?: string[];
414
+ next?: string[];
415
+ }
416
+ export interface ListTemplateStepGroupsResponse {
417
+ nextToken?: string;
418
+ templateStepGroupSummary: TemplateStepGroupSummary[] | undefined;
419
+ }
420
+ export interface UntagResourceRequest {
421
+ resourceArn: string | undefined;
422
+ tagKeys: string[] | undefined;
423
+ }
424
+ export interface UntagResourceResponse {}
425
+ export declare type WorkflowStepOutputUnion =
426
+ | WorkflowStepOutputUnion.IntegerValueMember
427
+ | WorkflowStepOutputUnion.ListOfStringValueMember
428
+ | WorkflowStepOutputUnion.StringValueMember
429
+ | WorkflowStepOutputUnion.$UnknownMember;
430
+ export declare namespace WorkflowStepOutputUnion {
431
+ interface IntegerValueMember {
432
+ integerValue: number;
433
+ stringValue?: never;
434
+ listOfStringValue?: never;
435
+ $unknown?: never;
436
+ }
437
+ interface StringValueMember {
438
+ integerValue?: never;
439
+ stringValue: string;
440
+ listOfStringValue?: never;
441
+ $unknown?: never;
442
+ }
443
+ interface ListOfStringValueMember {
444
+ integerValue?: never;
445
+ stringValue?: never;
446
+ listOfStringValue: string[];
447
+ $unknown?: never;
448
+ }
449
+ interface $UnknownMember {
450
+ integerValue?: never;
451
+ stringValue?: never;
452
+ listOfStringValue?: never;
453
+ $unknown: [string, any];
454
+ }
455
+ interface Visitor<T> {
456
+ integerValue: (value: number) => T;
457
+ stringValue: (value: string) => T;
458
+ listOfStringValue: (value: string[]) => T;
459
+ _: (name: string, value: any) => T;
460
+ }
461
+ const visit: <T>(value: WorkflowStepOutputUnion, visitor: Visitor<T>) => T;
462
+ }
463
+ export interface WorkflowStepOutput {
464
+ name?: string;
465
+ dataType?: DataType | string;
466
+ required?: boolean;
467
+ value?: WorkflowStepOutputUnion;
468
+ }
469
+ export interface WorkflowStepAutomationConfiguration {
470
+ scriptLocationS3Bucket?: string;
471
+ scriptLocationS3Key?: PlatformScriptKey;
472
+ command?: PlatformCommand;
473
+ runEnvironment?: RunEnvironment | string;
474
+ targetType?: TargetType | string;
475
+ }
476
+ export interface CreateWorkflowStepRequest {
477
+ name: string | undefined;
478
+ stepGroupId: string | undefined;
479
+ workflowId: string | undefined;
480
+ stepActionType: StepActionType | string | undefined;
481
+ description?: string;
482
+ workflowStepAutomationConfiguration?: WorkflowStepAutomationConfiguration;
483
+ stepTarget?: string[];
484
+ outputs?: WorkflowStepOutput[];
485
+ previous?: string[];
486
+ next?: string[];
487
+ }
488
+ export interface CreateWorkflowStepResponse {
489
+ id?: string;
490
+ stepGroupId?: string;
491
+ workflowId?: string;
492
+ name?: string;
493
+ }
494
+ export interface DeleteWorkflowStepRequest {
495
+ id: string | undefined;
496
+ stepGroupId: string | undefined;
497
+ workflowId: string | undefined;
498
+ }
499
+ export interface DeleteWorkflowStepResponse {}
500
+ export interface GetWorkflowStepRequest {
501
+ workflowId: string | undefined;
502
+ stepGroupId: string | undefined;
503
+ id: string | undefined;
504
+ }
505
+ export declare enum StepStatus {
506
+ AWAITING_DEPENDENCIES = "AWAITING_DEPENDENCIES",
507
+ COMPLETED = "COMPLETED",
508
+ FAILED = "FAILED",
509
+ IN_PROGRESS = "IN_PROGRESS",
510
+ PAUSED = "PAUSED",
511
+ READY = "READY",
512
+ USER_ATTENTION_REQUIRED = "USER_ATTENTION_REQUIRED",
513
+ }
514
+ export interface GetWorkflowStepResponse {
515
+ name?: string;
516
+ stepGroupId?: string;
517
+ workflowId?: string;
518
+ stepId?: string;
519
+ description?: string;
520
+ stepActionType?: StepActionType | string;
521
+ owner?: Owner | string;
522
+ workflowStepAutomationConfiguration?: WorkflowStepAutomationConfiguration;
523
+ stepTarget?: string[];
524
+ outputs?: WorkflowStepOutput[];
525
+ previous?: string[];
526
+ next?: string[];
527
+ status?: StepStatus | string;
528
+ statusMessage?: string;
529
+ scriptOutputLocation?: string;
530
+ creationTime?: Date;
531
+ lastStartTime?: Date;
532
+ endTime?: Date;
533
+ noOfSrvCompleted?: number;
534
+ noOfSrvFailed?: number;
535
+ totalNoOfSrv?: number;
536
+ }
537
+ export interface ListWorkflowStepsRequest {
538
+ nextToken?: string;
539
+ maxResults?: number;
540
+ workflowId: string | undefined;
541
+ stepGroupId: string | undefined;
542
+ }
543
+ export interface WorkflowStepSummary {
544
+ stepId?: string;
545
+ name?: string;
546
+ stepActionType?: StepActionType | string;
547
+ owner?: Owner | string;
548
+ previous?: string[];
549
+ next?: string[];
550
+ status?: StepStatus | string;
551
+ statusMessage?: string;
552
+ noOfSrvCompleted?: number;
553
+ noOfSrvFailed?: number;
554
+ totalNoOfSrv?: number;
555
+ description?: string;
556
+ scriptLocation?: string;
557
+ }
558
+ export interface ListWorkflowStepsResponse {
559
+ nextToken?: string;
560
+ workflowStepsSummary: WorkflowStepSummary[] | undefined;
561
+ }
562
+ export interface RetryWorkflowStepRequest {
563
+ workflowId: string | undefined;
564
+ stepGroupId: string | undefined;
565
+ id: string | undefined;
566
+ }
567
+ export interface RetryWorkflowStepResponse {
568
+ stepGroupId?: string;
569
+ workflowId?: string;
570
+ id?: string;
571
+ status?: StepStatus | string;
572
+ }
573
+ export interface UpdateWorkflowStepRequest {
574
+ id: string | undefined;
575
+ stepGroupId: string | undefined;
576
+ workflowId: string | undefined;
577
+ name?: string;
578
+ description?: string;
579
+ stepActionType?: StepActionType | string;
580
+ workflowStepAutomationConfiguration?: WorkflowStepAutomationConfiguration;
581
+ stepTarget?: string[];
582
+ outputs?: WorkflowStepOutput[];
583
+ previous?: string[];
584
+ next?: string[];
585
+ status?: StepStatus | string;
586
+ }
587
+ export interface UpdateWorkflowStepResponse {
588
+ id?: string;
589
+ stepGroupId?: string;
590
+ workflowId?: string;
591
+ name?: string;
592
+ }
593
+ export interface CreateWorkflowStepGroupRequest {
594
+ workflowId: string | undefined;
595
+ name: string | undefined;
596
+ description?: string;
597
+ next?: string[];
598
+ previous?: string[];
599
+ }
600
+ export interface CreateWorkflowStepGroupResponse {
601
+ workflowId?: string;
602
+ name?: string;
603
+ id?: string;
604
+ description?: string;
605
+ tools?: Tool[];
606
+ next?: string[];
607
+ previous?: string[];
608
+ creationTime?: Date;
609
+ }
610
+ export interface DeleteWorkflowStepGroupRequest {
611
+ workflowId: string | undefined;
612
+ id: string | undefined;
613
+ }
614
+ export interface DeleteWorkflowStepGroupResponse {}
615
+ export interface GetWorkflowStepGroupRequest {
616
+ id: string | undefined;
617
+ workflowId: string | undefined;
618
+ }
619
+ export interface GetWorkflowStepGroupResponse {
620
+ id?: string;
621
+ workflowId?: string;
622
+ name?: string;
623
+ description?: string;
624
+ status?: StepGroupStatus | string;
625
+ owner?: Owner | string;
626
+ creationTime?: Date;
627
+ lastModifiedTime?: Date;
628
+ endTime?: Date;
629
+ tools?: Tool[];
630
+ previous?: string[];
631
+ next?: string[];
632
+ }
633
+ export interface ListWorkflowStepGroupsRequest {
634
+ nextToken?: string;
635
+ maxResults?: number;
636
+ workflowId: string | undefined;
637
+ }
638
+ export interface WorkflowStepGroupSummary {
639
+ id?: string;
640
+ name?: string;
641
+ owner?: Owner | string;
642
+ status?: StepGroupStatus | string;
643
+ previous?: string[];
644
+ next?: string[];
645
+ }
646
+ export interface ListWorkflowStepGroupsResponse {
647
+ nextToken?: string;
648
+ workflowStepGroupsSummary: WorkflowStepGroupSummary[] | undefined;
649
+ }
650
+ export interface UpdateWorkflowStepGroupRequest {
651
+ workflowId: string | undefined;
652
+ id: string | undefined;
653
+ name?: string;
654
+ description?: string;
655
+ next?: string[];
656
+ previous?: string[];
657
+ }
658
+ export interface UpdateWorkflowStepGroupResponse {
659
+ workflowId?: string;
660
+ name?: string;
661
+ id?: string;
662
+ description?: string;
663
+ tools?: Tool[];
664
+ next?: string[];
665
+ previous?: string[];
666
+ lastModifiedTime?: Date;
667
+ }
668
+ export declare const ListTagsForResourceRequestFilterSensitiveLog: (
669
+ obj: ListTagsForResourceRequest
670
+ ) => any;
671
+ export declare const ListTagsForResourceResponseFilterSensitiveLog: (
672
+ obj: ListTagsForResourceResponse
673
+ ) => any;
674
+ export declare const StepInputFilterSensitiveLog: (obj: StepInput) => any;
675
+ export declare const CreateMigrationWorkflowRequestFilterSensitiveLog: (
676
+ obj: CreateMigrationWorkflowRequest
677
+ ) => any;
678
+ export declare const CreateMigrationWorkflowResponseFilterSensitiveLog: (
679
+ obj: CreateMigrationWorkflowResponse
680
+ ) => any;
681
+ export declare const DeleteMigrationWorkflowRequestFilterSensitiveLog: (
682
+ obj: DeleteMigrationWorkflowRequest
683
+ ) => any;
684
+ export declare const DeleteMigrationWorkflowResponseFilterSensitiveLog: (
685
+ obj: DeleteMigrationWorkflowResponse
686
+ ) => any;
687
+ export declare const GetMigrationWorkflowRequestFilterSensitiveLog: (
688
+ obj: GetMigrationWorkflowRequest
689
+ ) => any;
690
+ export declare const ToolFilterSensitiveLog: (obj: Tool) => any;
691
+ export declare const GetMigrationWorkflowResponseFilterSensitiveLog: (
692
+ obj: GetMigrationWorkflowResponse
693
+ ) => any;
694
+ export declare const ListMigrationWorkflowsRequestFilterSensitiveLog: (
695
+ obj: ListMigrationWorkflowsRequest
696
+ ) => any;
697
+ export declare const MigrationWorkflowSummaryFilterSensitiveLog: (
698
+ obj: MigrationWorkflowSummary
699
+ ) => any;
700
+ export declare const ListMigrationWorkflowsResponseFilterSensitiveLog: (
701
+ obj: ListMigrationWorkflowsResponse
702
+ ) => any;
703
+ export declare const StartMigrationWorkflowRequestFilterSensitiveLog: (
704
+ obj: StartMigrationWorkflowRequest
705
+ ) => any;
706
+ export declare const StartMigrationWorkflowResponseFilterSensitiveLog: (
707
+ obj: StartMigrationWorkflowResponse
708
+ ) => any;
709
+ export declare const StopMigrationWorkflowRequestFilterSensitiveLog: (
710
+ obj: StopMigrationWorkflowRequest
711
+ ) => any;
712
+ export declare const StopMigrationWorkflowResponseFilterSensitiveLog: (
713
+ obj: StopMigrationWorkflowResponse
714
+ ) => any;
715
+ export declare const UpdateMigrationWorkflowRequestFilterSensitiveLog: (
716
+ obj: UpdateMigrationWorkflowRequest
717
+ ) => any;
718
+ export declare const UpdateMigrationWorkflowResponseFilterSensitiveLog: (
719
+ obj: UpdateMigrationWorkflowResponse
720
+ ) => any;
721
+ export declare const GetMigrationWorkflowTemplateRequestFilterSensitiveLog: (
722
+ obj: GetMigrationWorkflowTemplateRequest
723
+ ) => any;
724
+ export declare const TemplateInputFilterSensitiveLog: (
725
+ obj: TemplateInput
726
+ ) => any;
727
+ export declare const GetMigrationWorkflowTemplateResponseFilterSensitiveLog: (
728
+ obj: GetMigrationWorkflowTemplateResponse
729
+ ) => any;
730
+ export declare const ListMigrationWorkflowTemplatesRequestFilterSensitiveLog: (
731
+ obj: ListMigrationWorkflowTemplatesRequest
732
+ ) => any;
733
+ export declare const TemplateSummaryFilterSensitiveLog: (
734
+ obj: TemplateSummary
735
+ ) => any;
736
+ export declare const ListMigrationWorkflowTemplatesResponseFilterSensitiveLog: (
737
+ obj: ListMigrationWorkflowTemplatesResponse
738
+ ) => any;
739
+ export declare const ListPluginsRequestFilterSensitiveLog: (
740
+ obj: ListPluginsRequest
741
+ ) => any;
742
+ export declare const PluginSummaryFilterSensitiveLog: (
743
+ obj: PluginSummary
744
+ ) => any;
745
+ export declare const ListPluginsResponseFilterSensitiveLog: (
746
+ obj: ListPluginsResponse
747
+ ) => any;
748
+ export declare const TagResourceRequestFilterSensitiveLog: (
749
+ obj: TagResourceRequest
750
+ ) => any;
751
+ export declare const TagResourceResponseFilterSensitiveLog: (
752
+ obj: TagResourceResponse
753
+ ) => any;
754
+ export declare const GetTemplateStepRequestFilterSensitiveLog: (
755
+ obj: GetTemplateStepRequest
756
+ ) => any;
757
+ export declare const StepOutputFilterSensitiveLog: (obj: StepOutput) => any;
758
+ export declare const PlatformCommandFilterSensitiveLog: (
759
+ obj: PlatformCommand
760
+ ) => any;
761
+ export declare const PlatformScriptKeyFilterSensitiveLog: (
762
+ obj: PlatformScriptKey
763
+ ) => any;
764
+ export declare const StepAutomationConfigurationFilterSensitiveLog: (
765
+ obj: StepAutomationConfiguration
766
+ ) => any;
767
+ export declare const GetTemplateStepResponseFilterSensitiveLog: (
768
+ obj: GetTemplateStepResponse
769
+ ) => any;
770
+ export declare const ListTemplateStepsRequestFilterSensitiveLog: (
771
+ obj: ListTemplateStepsRequest
772
+ ) => any;
773
+ export declare const TemplateStepSummaryFilterSensitiveLog: (
774
+ obj: TemplateStepSummary
775
+ ) => any;
776
+ export declare const ListTemplateStepsResponseFilterSensitiveLog: (
777
+ obj: ListTemplateStepsResponse
778
+ ) => any;
779
+ export declare const GetTemplateStepGroupRequestFilterSensitiveLog: (
780
+ obj: GetTemplateStepGroupRequest
781
+ ) => any;
782
+ export declare const GetTemplateStepGroupResponseFilterSensitiveLog: (
783
+ obj: GetTemplateStepGroupResponse
784
+ ) => any;
785
+ export declare const ListTemplateStepGroupsRequestFilterSensitiveLog: (
786
+ obj: ListTemplateStepGroupsRequest
787
+ ) => any;
788
+ export declare const TemplateStepGroupSummaryFilterSensitiveLog: (
789
+ obj: TemplateStepGroupSummary
790
+ ) => any;
791
+ export declare const ListTemplateStepGroupsResponseFilterSensitiveLog: (
792
+ obj: ListTemplateStepGroupsResponse
793
+ ) => any;
794
+ export declare const UntagResourceRequestFilterSensitiveLog: (
795
+ obj: UntagResourceRequest
796
+ ) => any;
797
+ export declare const UntagResourceResponseFilterSensitiveLog: (
798
+ obj: UntagResourceResponse
799
+ ) => any;
800
+ export declare const WorkflowStepOutputUnionFilterSensitiveLog: (
801
+ obj: WorkflowStepOutputUnion
802
+ ) => any;
803
+ export declare const WorkflowStepOutputFilterSensitiveLog: (
804
+ obj: WorkflowStepOutput
805
+ ) => any;
806
+ export declare const WorkflowStepAutomationConfigurationFilterSensitiveLog: (
807
+ obj: WorkflowStepAutomationConfiguration
808
+ ) => any;
809
+ export declare const CreateWorkflowStepRequestFilterSensitiveLog: (
810
+ obj: CreateWorkflowStepRequest
811
+ ) => any;
812
+ export declare const CreateWorkflowStepResponseFilterSensitiveLog: (
813
+ obj: CreateWorkflowStepResponse
814
+ ) => any;
815
+ export declare const DeleteWorkflowStepRequestFilterSensitiveLog: (
816
+ obj: DeleteWorkflowStepRequest
817
+ ) => any;
818
+ export declare const DeleteWorkflowStepResponseFilterSensitiveLog: (
819
+ obj: DeleteWorkflowStepResponse
820
+ ) => any;
821
+ export declare const GetWorkflowStepRequestFilterSensitiveLog: (
822
+ obj: GetWorkflowStepRequest
823
+ ) => any;
824
+ export declare const GetWorkflowStepResponseFilterSensitiveLog: (
825
+ obj: GetWorkflowStepResponse
826
+ ) => any;
827
+ export declare const ListWorkflowStepsRequestFilterSensitiveLog: (
828
+ obj: ListWorkflowStepsRequest
829
+ ) => any;
830
+ export declare const WorkflowStepSummaryFilterSensitiveLog: (
831
+ obj: WorkflowStepSummary
832
+ ) => any;
833
+ export declare const ListWorkflowStepsResponseFilterSensitiveLog: (
834
+ obj: ListWorkflowStepsResponse
835
+ ) => any;
836
+ export declare const RetryWorkflowStepRequestFilterSensitiveLog: (
837
+ obj: RetryWorkflowStepRequest
838
+ ) => any;
839
+ export declare const RetryWorkflowStepResponseFilterSensitiveLog: (
840
+ obj: RetryWorkflowStepResponse
841
+ ) => any;
842
+ export declare const UpdateWorkflowStepRequestFilterSensitiveLog: (
843
+ obj: UpdateWorkflowStepRequest
844
+ ) => any;
845
+ export declare const UpdateWorkflowStepResponseFilterSensitiveLog: (
846
+ obj: UpdateWorkflowStepResponse
847
+ ) => any;
848
+ export declare const CreateWorkflowStepGroupRequestFilterSensitiveLog: (
849
+ obj: CreateWorkflowStepGroupRequest
850
+ ) => any;
851
+ export declare const CreateWorkflowStepGroupResponseFilterSensitiveLog: (
852
+ obj: CreateWorkflowStepGroupResponse
853
+ ) => any;
854
+ export declare const DeleteWorkflowStepGroupRequestFilterSensitiveLog: (
855
+ obj: DeleteWorkflowStepGroupRequest
856
+ ) => any;
857
+ export declare const DeleteWorkflowStepGroupResponseFilterSensitiveLog: (
858
+ obj: DeleteWorkflowStepGroupResponse
859
+ ) => any;
860
+ export declare const GetWorkflowStepGroupRequestFilterSensitiveLog: (
861
+ obj: GetWorkflowStepGroupRequest
862
+ ) => any;
863
+ export declare const GetWorkflowStepGroupResponseFilterSensitiveLog: (
864
+ obj: GetWorkflowStepGroupResponse
865
+ ) => any;
866
+ export declare const ListWorkflowStepGroupsRequestFilterSensitiveLog: (
867
+ obj: ListWorkflowStepGroupsRequest
868
+ ) => any;
869
+ export declare const WorkflowStepGroupSummaryFilterSensitiveLog: (
870
+ obj: WorkflowStepGroupSummary
871
+ ) => any;
872
+ export declare const ListWorkflowStepGroupsResponseFilterSensitiveLog: (
873
+ obj: ListWorkflowStepGroupsResponse
874
+ ) => any;
875
+ export declare const UpdateWorkflowStepGroupRequestFilterSensitiveLog: (
876
+ obj: UpdateWorkflowStepGroupRequest
877
+ ) => any;
878
+ export declare const UpdateWorkflowStepGroupResponseFilterSensitiveLog: (
879
+ obj: UpdateWorkflowStepGroupResponse
880
+ ) => any;