@aws-sdk/client-migrationhuborchestrator 3.297.0 → 3.298.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-cjs/commands/CreateWorkflowStepCommand.js +2 -3
- package/dist-cjs/commands/CreateWorkflowStepGroupCommand.js +2 -3
- package/dist-cjs/commands/DeleteWorkflowCommand.js +2 -3
- package/dist-cjs/commands/DeleteWorkflowStepCommand.js +2 -3
- package/dist-cjs/commands/DeleteWorkflowStepGroupCommand.js +2 -3
- package/dist-cjs/commands/GetTemplateCommand.js +2 -3
- package/dist-cjs/commands/GetTemplateStepCommand.js +2 -3
- package/dist-cjs/commands/GetTemplateStepGroupCommand.js +2 -3
- package/dist-cjs/commands/GetWorkflowCommand.js +1 -1
- package/dist-cjs/commands/GetWorkflowStepCommand.js +2 -3
- package/dist-cjs/commands/GetWorkflowStepGroupCommand.js +2 -3
- package/dist-cjs/commands/ListPluginsCommand.js +2 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-cjs/commands/ListTemplateStepGroupsCommand.js +2 -3
- package/dist-cjs/commands/ListTemplateStepsCommand.js +2 -3
- package/dist-cjs/commands/ListTemplatesCommand.js +2 -3
- package/dist-cjs/commands/ListWorkflowStepGroupsCommand.js +2 -3
- package/dist-cjs/commands/ListWorkflowStepsCommand.js +2 -3
- package/dist-cjs/commands/ListWorkflowsCommand.js +2 -3
- package/dist-cjs/commands/RetryWorkflowStepCommand.js +2 -3
- package/dist-cjs/commands/StartWorkflowCommand.js +2 -3
- package/dist-cjs/commands/StopWorkflowCommand.js +2 -3
- package/dist-cjs/commands/TagResourceCommand.js +2 -3
- package/dist-cjs/commands/UntagResourceCommand.js +2 -3
- package/dist-cjs/commands/UpdateWorkflowStepCommand.js +2 -3
- package/dist-cjs/commands/UpdateWorkflowStepGroupCommand.js +2 -3
- package/dist-cjs/models/models_0.js +1 -294
- package/dist-es/commands/CreateWorkflowStepCommand.js +2 -3
- package/dist-es/commands/CreateWorkflowStepGroupCommand.js +2 -3
- package/dist-es/commands/DeleteWorkflowCommand.js +2 -3
- package/dist-es/commands/DeleteWorkflowStepCommand.js +2 -3
- package/dist-es/commands/DeleteWorkflowStepGroupCommand.js +2 -3
- package/dist-es/commands/GetTemplateCommand.js +2 -3
- package/dist-es/commands/GetTemplateStepCommand.js +2 -3
- package/dist-es/commands/GetTemplateStepGroupCommand.js +2 -3
- package/dist-es/commands/GetWorkflowCommand.js +2 -2
- package/dist-es/commands/GetWorkflowStepCommand.js +2 -3
- package/dist-es/commands/GetWorkflowStepGroupCommand.js +2 -3
- package/dist-es/commands/ListPluginsCommand.js +2 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-es/commands/ListTemplateStepGroupsCommand.js +2 -3
- package/dist-es/commands/ListTemplateStepsCommand.js +2 -3
- package/dist-es/commands/ListTemplatesCommand.js +2 -3
- package/dist-es/commands/ListWorkflowStepGroupsCommand.js +2 -3
- package/dist-es/commands/ListWorkflowStepsCommand.js +2 -3
- package/dist-es/commands/ListWorkflowsCommand.js +2 -3
- package/dist-es/commands/RetryWorkflowStepCommand.js +2 -3
- package/dist-es/commands/StartWorkflowCommand.js +2 -3
- package/dist-es/commands/StopWorkflowCommand.js +2 -3
- package/dist-es/commands/TagResourceCommand.js +2 -3
- package/dist-es/commands/UntagResourceCommand.js +2 -3
- package/dist-es/commands/UpdateWorkflowStepCommand.js +2 -3
- package/dist-es/commands/UpdateWorkflowStepGroupCommand.js +2 -3
- package/dist-es/models/models_0.js +0 -224
- package/dist-types/models/models_0.d.ts +0 -272
- package/dist-types/ts3.4/models/models_0.d.ts +0 -198
- package/package.json +4 -3
|
@@ -1995,18 +1995,6 @@ export interface UpdateWorkflowStepGroupResponse {
|
|
|
1995
1995
|
*/
|
|
1996
1996
|
lastModifiedTime?: Date;
|
|
1997
1997
|
}
|
|
1998
|
-
/**
|
|
1999
|
-
* @internal
|
|
2000
|
-
*/
|
|
2001
|
-
export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
2002
|
-
/**
|
|
2003
|
-
* @internal
|
|
2004
|
-
*/
|
|
2005
|
-
export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
2006
|
-
/**
|
|
2007
|
-
* @internal
|
|
2008
|
-
*/
|
|
2009
|
-
export declare const StepInputFilterSensitiveLog: (obj: StepInput) => any;
|
|
2010
1998
|
/**
|
|
2011
1999
|
* @internal
|
|
2012
2000
|
*/
|
|
@@ -2015,54 +2003,10 @@ export declare const CreateMigrationWorkflowRequestFilterSensitiveLog: (obj: Cre
|
|
|
2015
2003
|
* @internal
|
|
2016
2004
|
*/
|
|
2017
2005
|
export declare const CreateMigrationWorkflowResponseFilterSensitiveLog: (obj: CreateMigrationWorkflowResponse) => any;
|
|
2018
|
-
/**
|
|
2019
|
-
* @internal
|
|
2020
|
-
*/
|
|
2021
|
-
export declare const DeleteMigrationWorkflowRequestFilterSensitiveLog: (obj: DeleteMigrationWorkflowRequest) => any;
|
|
2022
|
-
/**
|
|
2023
|
-
* @internal
|
|
2024
|
-
*/
|
|
2025
|
-
export declare const DeleteMigrationWorkflowResponseFilterSensitiveLog: (obj: DeleteMigrationWorkflowResponse) => any;
|
|
2026
|
-
/**
|
|
2027
|
-
* @internal
|
|
2028
|
-
*/
|
|
2029
|
-
export declare const GetMigrationWorkflowRequestFilterSensitiveLog: (obj: GetMigrationWorkflowRequest) => any;
|
|
2030
|
-
/**
|
|
2031
|
-
* @internal
|
|
2032
|
-
*/
|
|
2033
|
-
export declare const ToolFilterSensitiveLog: (obj: Tool) => any;
|
|
2034
2006
|
/**
|
|
2035
2007
|
* @internal
|
|
2036
2008
|
*/
|
|
2037
2009
|
export declare const GetMigrationWorkflowResponseFilterSensitiveLog: (obj: GetMigrationWorkflowResponse) => any;
|
|
2038
|
-
/**
|
|
2039
|
-
* @internal
|
|
2040
|
-
*/
|
|
2041
|
-
export declare const ListMigrationWorkflowsRequestFilterSensitiveLog: (obj: ListMigrationWorkflowsRequest) => any;
|
|
2042
|
-
/**
|
|
2043
|
-
* @internal
|
|
2044
|
-
*/
|
|
2045
|
-
export declare const MigrationWorkflowSummaryFilterSensitiveLog: (obj: MigrationWorkflowSummary) => any;
|
|
2046
|
-
/**
|
|
2047
|
-
* @internal
|
|
2048
|
-
*/
|
|
2049
|
-
export declare const ListMigrationWorkflowsResponseFilterSensitiveLog: (obj: ListMigrationWorkflowsResponse) => any;
|
|
2050
|
-
/**
|
|
2051
|
-
* @internal
|
|
2052
|
-
*/
|
|
2053
|
-
export declare const StartMigrationWorkflowRequestFilterSensitiveLog: (obj: StartMigrationWorkflowRequest) => any;
|
|
2054
|
-
/**
|
|
2055
|
-
* @internal
|
|
2056
|
-
*/
|
|
2057
|
-
export declare const StartMigrationWorkflowResponseFilterSensitiveLog: (obj: StartMigrationWorkflowResponse) => any;
|
|
2058
|
-
/**
|
|
2059
|
-
* @internal
|
|
2060
|
-
*/
|
|
2061
|
-
export declare const StopMigrationWorkflowRequestFilterSensitiveLog: (obj: StopMigrationWorkflowRequest) => any;
|
|
2062
|
-
/**
|
|
2063
|
-
* @internal
|
|
2064
|
-
*/
|
|
2065
|
-
export declare const StopMigrationWorkflowResponseFilterSensitiveLog: (obj: StopMigrationWorkflowResponse) => any;
|
|
2066
2010
|
/**
|
|
2067
2011
|
* @internal
|
|
2068
2012
|
*/
|
|
@@ -2071,219 +2015,3 @@ export declare const UpdateMigrationWorkflowRequestFilterSensitiveLog: (obj: Upd
|
|
|
2071
2015
|
* @internal
|
|
2072
2016
|
*/
|
|
2073
2017
|
export declare const UpdateMigrationWorkflowResponseFilterSensitiveLog: (obj: UpdateMigrationWorkflowResponse) => any;
|
|
2074
|
-
/**
|
|
2075
|
-
* @internal
|
|
2076
|
-
*/
|
|
2077
|
-
export declare const GetMigrationWorkflowTemplateRequestFilterSensitiveLog: (obj: GetMigrationWorkflowTemplateRequest) => any;
|
|
2078
|
-
/**
|
|
2079
|
-
* @internal
|
|
2080
|
-
*/
|
|
2081
|
-
export declare const TemplateInputFilterSensitiveLog: (obj: TemplateInput) => any;
|
|
2082
|
-
/**
|
|
2083
|
-
* @internal
|
|
2084
|
-
*/
|
|
2085
|
-
export declare const GetMigrationWorkflowTemplateResponseFilterSensitiveLog: (obj: GetMigrationWorkflowTemplateResponse) => any;
|
|
2086
|
-
/**
|
|
2087
|
-
* @internal
|
|
2088
|
-
*/
|
|
2089
|
-
export declare const ListMigrationWorkflowTemplatesRequestFilterSensitiveLog: (obj: ListMigrationWorkflowTemplatesRequest) => any;
|
|
2090
|
-
/**
|
|
2091
|
-
* @internal
|
|
2092
|
-
*/
|
|
2093
|
-
export declare const TemplateSummaryFilterSensitiveLog: (obj: TemplateSummary) => any;
|
|
2094
|
-
/**
|
|
2095
|
-
* @internal
|
|
2096
|
-
*/
|
|
2097
|
-
export declare const ListMigrationWorkflowTemplatesResponseFilterSensitiveLog: (obj: ListMigrationWorkflowTemplatesResponse) => any;
|
|
2098
|
-
/**
|
|
2099
|
-
* @internal
|
|
2100
|
-
*/
|
|
2101
|
-
export declare const ListPluginsRequestFilterSensitiveLog: (obj: ListPluginsRequest) => any;
|
|
2102
|
-
/**
|
|
2103
|
-
* @internal
|
|
2104
|
-
*/
|
|
2105
|
-
export declare const PluginSummaryFilterSensitiveLog: (obj: PluginSummary) => any;
|
|
2106
|
-
/**
|
|
2107
|
-
* @internal
|
|
2108
|
-
*/
|
|
2109
|
-
export declare const ListPluginsResponseFilterSensitiveLog: (obj: ListPluginsResponse) => any;
|
|
2110
|
-
/**
|
|
2111
|
-
* @internal
|
|
2112
|
-
*/
|
|
2113
|
-
export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
2114
|
-
/**
|
|
2115
|
-
* @internal
|
|
2116
|
-
*/
|
|
2117
|
-
export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
2118
|
-
/**
|
|
2119
|
-
* @internal
|
|
2120
|
-
*/
|
|
2121
|
-
export declare const GetTemplateStepRequestFilterSensitiveLog: (obj: GetTemplateStepRequest) => any;
|
|
2122
|
-
/**
|
|
2123
|
-
* @internal
|
|
2124
|
-
*/
|
|
2125
|
-
export declare const StepOutputFilterSensitiveLog: (obj: StepOutput) => any;
|
|
2126
|
-
/**
|
|
2127
|
-
* @internal
|
|
2128
|
-
*/
|
|
2129
|
-
export declare const PlatformCommandFilterSensitiveLog: (obj: PlatformCommand) => any;
|
|
2130
|
-
/**
|
|
2131
|
-
* @internal
|
|
2132
|
-
*/
|
|
2133
|
-
export declare const PlatformScriptKeyFilterSensitiveLog: (obj: PlatformScriptKey) => any;
|
|
2134
|
-
/**
|
|
2135
|
-
* @internal
|
|
2136
|
-
*/
|
|
2137
|
-
export declare const StepAutomationConfigurationFilterSensitiveLog: (obj: StepAutomationConfiguration) => any;
|
|
2138
|
-
/**
|
|
2139
|
-
* @internal
|
|
2140
|
-
*/
|
|
2141
|
-
export declare const GetTemplateStepResponseFilterSensitiveLog: (obj: GetTemplateStepResponse) => any;
|
|
2142
|
-
/**
|
|
2143
|
-
* @internal
|
|
2144
|
-
*/
|
|
2145
|
-
export declare const ListTemplateStepsRequestFilterSensitiveLog: (obj: ListTemplateStepsRequest) => any;
|
|
2146
|
-
/**
|
|
2147
|
-
* @internal
|
|
2148
|
-
*/
|
|
2149
|
-
export declare const TemplateStepSummaryFilterSensitiveLog: (obj: TemplateStepSummary) => any;
|
|
2150
|
-
/**
|
|
2151
|
-
* @internal
|
|
2152
|
-
*/
|
|
2153
|
-
export declare const ListTemplateStepsResponseFilterSensitiveLog: (obj: ListTemplateStepsResponse) => any;
|
|
2154
|
-
/**
|
|
2155
|
-
* @internal
|
|
2156
|
-
*/
|
|
2157
|
-
export declare const GetTemplateStepGroupRequestFilterSensitiveLog: (obj: GetTemplateStepGroupRequest) => any;
|
|
2158
|
-
/**
|
|
2159
|
-
* @internal
|
|
2160
|
-
*/
|
|
2161
|
-
export declare const GetTemplateStepGroupResponseFilterSensitiveLog: (obj: GetTemplateStepGroupResponse) => any;
|
|
2162
|
-
/**
|
|
2163
|
-
* @internal
|
|
2164
|
-
*/
|
|
2165
|
-
export declare const ListTemplateStepGroupsRequestFilterSensitiveLog: (obj: ListTemplateStepGroupsRequest) => any;
|
|
2166
|
-
/**
|
|
2167
|
-
* @internal
|
|
2168
|
-
*/
|
|
2169
|
-
export declare const TemplateStepGroupSummaryFilterSensitiveLog: (obj: TemplateStepGroupSummary) => any;
|
|
2170
|
-
/**
|
|
2171
|
-
* @internal
|
|
2172
|
-
*/
|
|
2173
|
-
export declare const ListTemplateStepGroupsResponseFilterSensitiveLog: (obj: ListTemplateStepGroupsResponse) => any;
|
|
2174
|
-
/**
|
|
2175
|
-
* @internal
|
|
2176
|
-
*/
|
|
2177
|
-
export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
2178
|
-
/**
|
|
2179
|
-
* @internal
|
|
2180
|
-
*/
|
|
2181
|
-
export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
2182
|
-
/**
|
|
2183
|
-
* @internal
|
|
2184
|
-
*/
|
|
2185
|
-
export declare const WorkflowStepOutputUnionFilterSensitiveLog: (obj: WorkflowStepOutputUnion) => any;
|
|
2186
|
-
/**
|
|
2187
|
-
* @internal
|
|
2188
|
-
*/
|
|
2189
|
-
export declare const WorkflowStepOutputFilterSensitiveLog: (obj: WorkflowStepOutput) => any;
|
|
2190
|
-
/**
|
|
2191
|
-
* @internal
|
|
2192
|
-
*/
|
|
2193
|
-
export declare const WorkflowStepAutomationConfigurationFilterSensitiveLog: (obj: WorkflowStepAutomationConfiguration) => any;
|
|
2194
|
-
/**
|
|
2195
|
-
* @internal
|
|
2196
|
-
*/
|
|
2197
|
-
export declare const CreateWorkflowStepRequestFilterSensitiveLog: (obj: CreateWorkflowStepRequest) => any;
|
|
2198
|
-
/**
|
|
2199
|
-
* @internal
|
|
2200
|
-
*/
|
|
2201
|
-
export declare const CreateWorkflowStepResponseFilterSensitiveLog: (obj: CreateWorkflowStepResponse) => any;
|
|
2202
|
-
/**
|
|
2203
|
-
* @internal
|
|
2204
|
-
*/
|
|
2205
|
-
export declare const DeleteWorkflowStepRequestFilterSensitiveLog: (obj: DeleteWorkflowStepRequest) => any;
|
|
2206
|
-
/**
|
|
2207
|
-
* @internal
|
|
2208
|
-
*/
|
|
2209
|
-
export declare const DeleteWorkflowStepResponseFilterSensitiveLog: (obj: DeleteWorkflowStepResponse) => any;
|
|
2210
|
-
/**
|
|
2211
|
-
* @internal
|
|
2212
|
-
*/
|
|
2213
|
-
export declare const GetWorkflowStepRequestFilterSensitiveLog: (obj: GetWorkflowStepRequest) => any;
|
|
2214
|
-
/**
|
|
2215
|
-
* @internal
|
|
2216
|
-
*/
|
|
2217
|
-
export declare const GetWorkflowStepResponseFilterSensitiveLog: (obj: GetWorkflowStepResponse) => any;
|
|
2218
|
-
/**
|
|
2219
|
-
* @internal
|
|
2220
|
-
*/
|
|
2221
|
-
export declare const ListWorkflowStepsRequestFilterSensitiveLog: (obj: ListWorkflowStepsRequest) => any;
|
|
2222
|
-
/**
|
|
2223
|
-
* @internal
|
|
2224
|
-
*/
|
|
2225
|
-
export declare const WorkflowStepSummaryFilterSensitiveLog: (obj: WorkflowStepSummary) => any;
|
|
2226
|
-
/**
|
|
2227
|
-
* @internal
|
|
2228
|
-
*/
|
|
2229
|
-
export declare const ListWorkflowStepsResponseFilterSensitiveLog: (obj: ListWorkflowStepsResponse) => any;
|
|
2230
|
-
/**
|
|
2231
|
-
* @internal
|
|
2232
|
-
*/
|
|
2233
|
-
export declare const RetryWorkflowStepRequestFilterSensitiveLog: (obj: RetryWorkflowStepRequest) => any;
|
|
2234
|
-
/**
|
|
2235
|
-
* @internal
|
|
2236
|
-
*/
|
|
2237
|
-
export declare const RetryWorkflowStepResponseFilterSensitiveLog: (obj: RetryWorkflowStepResponse) => any;
|
|
2238
|
-
/**
|
|
2239
|
-
* @internal
|
|
2240
|
-
*/
|
|
2241
|
-
export declare const UpdateWorkflowStepRequestFilterSensitiveLog: (obj: UpdateWorkflowStepRequest) => any;
|
|
2242
|
-
/**
|
|
2243
|
-
* @internal
|
|
2244
|
-
*/
|
|
2245
|
-
export declare const UpdateWorkflowStepResponseFilterSensitiveLog: (obj: UpdateWorkflowStepResponse) => any;
|
|
2246
|
-
/**
|
|
2247
|
-
* @internal
|
|
2248
|
-
*/
|
|
2249
|
-
export declare const CreateWorkflowStepGroupRequestFilterSensitiveLog: (obj: CreateWorkflowStepGroupRequest) => any;
|
|
2250
|
-
/**
|
|
2251
|
-
* @internal
|
|
2252
|
-
*/
|
|
2253
|
-
export declare const CreateWorkflowStepGroupResponseFilterSensitiveLog: (obj: CreateWorkflowStepGroupResponse) => any;
|
|
2254
|
-
/**
|
|
2255
|
-
* @internal
|
|
2256
|
-
*/
|
|
2257
|
-
export declare const DeleteWorkflowStepGroupRequestFilterSensitiveLog: (obj: DeleteWorkflowStepGroupRequest) => any;
|
|
2258
|
-
/**
|
|
2259
|
-
* @internal
|
|
2260
|
-
*/
|
|
2261
|
-
export declare const DeleteWorkflowStepGroupResponseFilterSensitiveLog: (obj: DeleteWorkflowStepGroupResponse) => any;
|
|
2262
|
-
/**
|
|
2263
|
-
* @internal
|
|
2264
|
-
*/
|
|
2265
|
-
export declare const GetWorkflowStepGroupRequestFilterSensitiveLog: (obj: GetWorkflowStepGroupRequest) => any;
|
|
2266
|
-
/**
|
|
2267
|
-
* @internal
|
|
2268
|
-
*/
|
|
2269
|
-
export declare const GetWorkflowStepGroupResponseFilterSensitiveLog: (obj: GetWorkflowStepGroupResponse) => any;
|
|
2270
|
-
/**
|
|
2271
|
-
* @internal
|
|
2272
|
-
*/
|
|
2273
|
-
export declare const ListWorkflowStepGroupsRequestFilterSensitiveLog: (obj: ListWorkflowStepGroupsRequest) => any;
|
|
2274
|
-
/**
|
|
2275
|
-
* @internal
|
|
2276
|
-
*/
|
|
2277
|
-
export declare const WorkflowStepGroupSummaryFilterSensitiveLog: (obj: WorkflowStepGroupSummary) => any;
|
|
2278
|
-
/**
|
|
2279
|
-
* @internal
|
|
2280
|
-
*/
|
|
2281
|
-
export declare const ListWorkflowStepGroupsResponseFilterSensitiveLog: (obj: ListWorkflowStepGroupsResponse) => any;
|
|
2282
|
-
/**
|
|
2283
|
-
* @internal
|
|
2284
|
-
*/
|
|
2285
|
-
export declare const UpdateWorkflowStepGroupRequestFilterSensitiveLog: (obj: UpdateWorkflowStepGroupRequest) => any;
|
|
2286
|
-
/**
|
|
2287
|
-
* @internal
|
|
2288
|
-
*/
|
|
2289
|
-
export declare const UpdateWorkflowStepGroupResponseFilterSensitiveLog: (obj: UpdateWorkflowStepGroupResponse) => any;
|
|
@@ -665,216 +665,18 @@ export interface UpdateWorkflowStepGroupResponse {
|
|
|
665
665
|
previous?: string[];
|
|
666
666
|
lastModifiedTime?: Date;
|
|
667
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
668
|
export declare const CreateMigrationWorkflowRequestFilterSensitiveLog: (
|
|
676
669
|
obj: CreateMigrationWorkflowRequest
|
|
677
670
|
) => any;
|
|
678
671
|
export declare const CreateMigrationWorkflowResponseFilterSensitiveLog: (
|
|
679
672
|
obj: CreateMigrationWorkflowResponse
|
|
680
673
|
) => 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
674
|
export declare const GetMigrationWorkflowResponseFilterSensitiveLog: (
|
|
692
675
|
obj: GetMigrationWorkflowResponse
|
|
693
676
|
) => 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
677
|
export declare const UpdateMigrationWorkflowRequestFilterSensitiveLog: (
|
|
716
678
|
obj: UpdateMigrationWorkflowRequest
|
|
717
679
|
) => any;
|
|
718
680
|
export declare const UpdateMigrationWorkflowResponseFilterSensitiveLog: (
|
|
719
681
|
obj: UpdateMigrationWorkflowResponse
|
|
720
682
|
) => 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;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-migrationhuborchestrator",
|
|
3
3
|
"description": "AWS SDK for JavaScript Migrationhuborchestrator Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.298.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
"build:types": "tsc -p tsconfig.types.json",
|
|
12
12
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
13
13
|
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
|
|
14
|
+
"extract:docs": "api-extractor run --local",
|
|
14
15
|
"generate:client": "node ../../scripts/generate-clients/single-service --solo migrationhuborchestrator"
|
|
15
16
|
},
|
|
16
17
|
"main": "./dist-cjs/index.js",
|
|
@@ -20,9 +21,9 @@
|
|
|
20
21
|
"dependencies": {
|
|
21
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.298.0",
|
|
24
25
|
"@aws-sdk/config-resolver": "3.296.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.298.0",
|
|
26
27
|
"@aws-sdk/fetch-http-handler": "3.296.0",
|
|
27
28
|
"@aws-sdk/hash-node": "3.296.0",
|
|
28
29
|
"@aws-sdk/invalid-dependency": "3.296.0",
|