@aws-sdk/client-migration-hub 3.927.0 → 3.928.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 (42) hide show
  1. package/dist-cjs/index.js +687 -849
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/MigrationHubClient.js +2 -0
  4. package/dist-es/commands/AssociateCreatedArtifactCommand.js +3 -9
  5. package/dist-es/commands/AssociateDiscoveredResourceCommand.js +3 -9
  6. package/dist-es/commands/AssociateSourceResourceCommand.js +3 -9
  7. package/dist-es/commands/CreateProgressUpdateStreamCommand.js +3 -9
  8. package/dist-es/commands/DeleteProgressUpdateStreamCommand.js +3 -9
  9. package/dist-es/commands/DescribeApplicationStateCommand.js +3 -9
  10. package/dist-es/commands/DescribeMigrationTaskCommand.js +3 -9
  11. package/dist-es/commands/DisassociateCreatedArtifactCommand.js +3 -9
  12. package/dist-es/commands/DisassociateDiscoveredResourceCommand.js +3 -9
  13. package/dist-es/commands/DisassociateSourceResourceCommand.js +3 -9
  14. package/dist-es/commands/ImportMigrationTaskCommand.js +3 -9
  15. package/dist-es/commands/ListApplicationStatesCommand.js +3 -9
  16. package/dist-es/commands/ListCreatedArtifactsCommand.js +3 -9
  17. package/dist-es/commands/ListDiscoveredResourcesCommand.js +3 -9
  18. package/dist-es/commands/ListMigrationTaskUpdatesCommand.js +3 -9
  19. package/dist-es/commands/ListMigrationTasksCommand.js +3 -9
  20. package/dist-es/commands/ListProgressUpdateStreamsCommand.js +3 -9
  21. package/dist-es/commands/ListSourceResourcesCommand.js +3 -9
  22. package/dist-es/commands/NotifyApplicationStateCommand.js +3 -9
  23. package/dist-es/commands/NotifyMigrationTaskStateCommand.js +3 -9
  24. package/dist-es/commands/PutResourceAttributesCommand.js +3 -9
  25. package/dist-es/runtimeConfig.shared.js +7 -0
  26. package/dist-es/schemas/schemas_0.js +615 -0
  27. package/dist-types/MigrationHubClient.d.ts +10 -1
  28. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  29. package/dist-types/runtimeConfig.d.ts +1 -0
  30. package/dist-types/runtimeConfig.native.d.ts +1 -0
  31. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  32. package/dist-types/schemas/schemas_0.d.ts +96 -0
  33. package/dist-types/ts3.4/MigrationHubClient.d.ts +4 -0
  34. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  35. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  36. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  37. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  38. package/dist-types/ts3.4/schemas/schemas_0.d.ts +101 -0
  39. package/package.json +5 -5
  40. package/dist-es/protocols/Aws_json1_1.js +0 -676
  41. package/dist-types/protocols/Aws_json1_1.d.ts +0 -191
  42. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -257
@@ -1,191 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@smithy/types";
3
- import { AssociateCreatedArtifactCommandInput, AssociateCreatedArtifactCommandOutput } from "../commands/AssociateCreatedArtifactCommand";
4
- import { AssociateDiscoveredResourceCommandInput, AssociateDiscoveredResourceCommandOutput } from "../commands/AssociateDiscoveredResourceCommand";
5
- import { AssociateSourceResourceCommandInput, AssociateSourceResourceCommandOutput } from "../commands/AssociateSourceResourceCommand";
6
- import { CreateProgressUpdateStreamCommandInput, CreateProgressUpdateStreamCommandOutput } from "../commands/CreateProgressUpdateStreamCommand";
7
- import { DeleteProgressUpdateStreamCommandInput, DeleteProgressUpdateStreamCommandOutput } from "../commands/DeleteProgressUpdateStreamCommand";
8
- import { DescribeApplicationStateCommandInput, DescribeApplicationStateCommandOutput } from "../commands/DescribeApplicationStateCommand";
9
- import { DescribeMigrationTaskCommandInput, DescribeMigrationTaskCommandOutput } from "../commands/DescribeMigrationTaskCommand";
10
- import { DisassociateCreatedArtifactCommandInput, DisassociateCreatedArtifactCommandOutput } from "../commands/DisassociateCreatedArtifactCommand";
11
- import { DisassociateDiscoveredResourceCommandInput, DisassociateDiscoveredResourceCommandOutput } from "../commands/DisassociateDiscoveredResourceCommand";
12
- import { DisassociateSourceResourceCommandInput, DisassociateSourceResourceCommandOutput } from "../commands/DisassociateSourceResourceCommand";
13
- import { ImportMigrationTaskCommandInput, ImportMigrationTaskCommandOutput } from "../commands/ImportMigrationTaskCommand";
14
- import { ListApplicationStatesCommandInput, ListApplicationStatesCommandOutput } from "../commands/ListApplicationStatesCommand";
15
- import { ListCreatedArtifactsCommandInput, ListCreatedArtifactsCommandOutput } from "../commands/ListCreatedArtifactsCommand";
16
- import { ListDiscoveredResourcesCommandInput, ListDiscoveredResourcesCommandOutput } from "../commands/ListDiscoveredResourcesCommand";
17
- import { ListMigrationTasksCommandInput, ListMigrationTasksCommandOutput } from "../commands/ListMigrationTasksCommand";
18
- import { ListMigrationTaskUpdatesCommandInput, ListMigrationTaskUpdatesCommandOutput } from "../commands/ListMigrationTaskUpdatesCommand";
19
- import { ListProgressUpdateStreamsCommandInput, ListProgressUpdateStreamsCommandOutput } from "../commands/ListProgressUpdateStreamsCommand";
20
- import { ListSourceResourcesCommandInput, ListSourceResourcesCommandOutput } from "../commands/ListSourceResourcesCommand";
21
- import { NotifyApplicationStateCommandInput, NotifyApplicationStateCommandOutput } from "../commands/NotifyApplicationStateCommand";
22
- import { NotifyMigrationTaskStateCommandInput, NotifyMigrationTaskStateCommandOutput } from "../commands/NotifyMigrationTaskStateCommand";
23
- import { PutResourceAttributesCommandInput, PutResourceAttributesCommandOutput } from "../commands/PutResourceAttributesCommand";
24
- /**
25
- * serializeAws_json1_1AssociateCreatedArtifactCommand
26
- */
27
- export declare const se_AssociateCreatedArtifactCommand: (input: AssociateCreatedArtifactCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
28
- /**
29
- * serializeAws_json1_1AssociateDiscoveredResourceCommand
30
- */
31
- export declare const se_AssociateDiscoveredResourceCommand: (input: AssociateDiscoveredResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
32
- /**
33
- * serializeAws_json1_1AssociateSourceResourceCommand
34
- */
35
- export declare const se_AssociateSourceResourceCommand: (input: AssociateSourceResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
36
- /**
37
- * serializeAws_json1_1CreateProgressUpdateStreamCommand
38
- */
39
- export declare const se_CreateProgressUpdateStreamCommand: (input: CreateProgressUpdateStreamCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
40
- /**
41
- * serializeAws_json1_1DeleteProgressUpdateStreamCommand
42
- */
43
- export declare const se_DeleteProgressUpdateStreamCommand: (input: DeleteProgressUpdateStreamCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
44
- /**
45
- * serializeAws_json1_1DescribeApplicationStateCommand
46
- */
47
- export declare const se_DescribeApplicationStateCommand: (input: DescribeApplicationStateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
48
- /**
49
- * serializeAws_json1_1DescribeMigrationTaskCommand
50
- */
51
- export declare const se_DescribeMigrationTaskCommand: (input: DescribeMigrationTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
52
- /**
53
- * serializeAws_json1_1DisassociateCreatedArtifactCommand
54
- */
55
- export declare const se_DisassociateCreatedArtifactCommand: (input: DisassociateCreatedArtifactCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
56
- /**
57
- * serializeAws_json1_1DisassociateDiscoveredResourceCommand
58
- */
59
- export declare const se_DisassociateDiscoveredResourceCommand: (input: DisassociateDiscoveredResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
60
- /**
61
- * serializeAws_json1_1DisassociateSourceResourceCommand
62
- */
63
- export declare const se_DisassociateSourceResourceCommand: (input: DisassociateSourceResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
64
- /**
65
- * serializeAws_json1_1ImportMigrationTaskCommand
66
- */
67
- export declare const se_ImportMigrationTaskCommand: (input: ImportMigrationTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
68
- /**
69
- * serializeAws_json1_1ListApplicationStatesCommand
70
- */
71
- export declare const se_ListApplicationStatesCommand: (input: ListApplicationStatesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
72
- /**
73
- * serializeAws_json1_1ListCreatedArtifactsCommand
74
- */
75
- export declare const se_ListCreatedArtifactsCommand: (input: ListCreatedArtifactsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
76
- /**
77
- * serializeAws_json1_1ListDiscoveredResourcesCommand
78
- */
79
- export declare const se_ListDiscoveredResourcesCommand: (input: ListDiscoveredResourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
80
- /**
81
- * serializeAws_json1_1ListMigrationTasksCommand
82
- */
83
- export declare const se_ListMigrationTasksCommand: (input: ListMigrationTasksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
84
- /**
85
- * serializeAws_json1_1ListMigrationTaskUpdatesCommand
86
- */
87
- export declare const se_ListMigrationTaskUpdatesCommand: (input: ListMigrationTaskUpdatesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
88
- /**
89
- * serializeAws_json1_1ListProgressUpdateStreamsCommand
90
- */
91
- export declare const se_ListProgressUpdateStreamsCommand: (input: ListProgressUpdateStreamsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
92
- /**
93
- * serializeAws_json1_1ListSourceResourcesCommand
94
- */
95
- export declare const se_ListSourceResourcesCommand: (input: ListSourceResourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
96
- /**
97
- * serializeAws_json1_1NotifyApplicationStateCommand
98
- */
99
- export declare const se_NotifyApplicationStateCommand: (input: NotifyApplicationStateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
100
- /**
101
- * serializeAws_json1_1NotifyMigrationTaskStateCommand
102
- */
103
- export declare const se_NotifyMigrationTaskStateCommand: (input: NotifyMigrationTaskStateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
104
- /**
105
- * serializeAws_json1_1PutResourceAttributesCommand
106
- */
107
- export declare const se_PutResourceAttributesCommand: (input: PutResourceAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
108
- /**
109
- * deserializeAws_json1_1AssociateCreatedArtifactCommand
110
- */
111
- export declare const de_AssociateCreatedArtifactCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateCreatedArtifactCommandOutput>;
112
- /**
113
- * deserializeAws_json1_1AssociateDiscoveredResourceCommand
114
- */
115
- export declare const de_AssociateDiscoveredResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateDiscoveredResourceCommandOutput>;
116
- /**
117
- * deserializeAws_json1_1AssociateSourceResourceCommand
118
- */
119
- export declare const de_AssociateSourceResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateSourceResourceCommandOutput>;
120
- /**
121
- * deserializeAws_json1_1CreateProgressUpdateStreamCommand
122
- */
123
- export declare const de_CreateProgressUpdateStreamCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateProgressUpdateStreamCommandOutput>;
124
- /**
125
- * deserializeAws_json1_1DeleteProgressUpdateStreamCommand
126
- */
127
- export declare const de_DeleteProgressUpdateStreamCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteProgressUpdateStreamCommandOutput>;
128
- /**
129
- * deserializeAws_json1_1DescribeApplicationStateCommand
130
- */
131
- export declare const de_DescribeApplicationStateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeApplicationStateCommandOutput>;
132
- /**
133
- * deserializeAws_json1_1DescribeMigrationTaskCommand
134
- */
135
- export declare const de_DescribeMigrationTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeMigrationTaskCommandOutput>;
136
- /**
137
- * deserializeAws_json1_1DisassociateCreatedArtifactCommand
138
- */
139
- export declare const de_DisassociateCreatedArtifactCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateCreatedArtifactCommandOutput>;
140
- /**
141
- * deserializeAws_json1_1DisassociateDiscoveredResourceCommand
142
- */
143
- export declare const de_DisassociateDiscoveredResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateDiscoveredResourceCommandOutput>;
144
- /**
145
- * deserializeAws_json1_1DisassociateSourceResourceCommand
146
- */
147
- export declare const de_DisassociateSourceResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateSourceResourceCommandOutput>;
148
- /**
149
- * deserializeAws_json1_1ImportMigrationTaskCommand
150
- */
151
- export declare const de_ImportMigrationTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ImportMigrationTaskCommandOutput>;
152
- /**
153
- * deserializeAws_json1_1ListApplicationStatesCommand
154
- */
155
- export declare const de_ListApplicationStatesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListApplicationStatesCommandOutput>;
156
- /**
157
- * deserializeAws_json1_1ListCreatedArtifactsCommand
158
- */
159
- export declare const de_ListCreatedArtifactsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCreatedArtifactsCommandOutput>;
160
- /**
161
- * deserializeAws_json1_1ListDiscoveredResourcesCommand
162
- */
163
- export declare const de_ListDiscoveredResourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDiscoveredResourcesCommandOutput>;
164
- /**
165
- * deserializeAws_json1_1ListMigrationTasksCommand
166
- */
167
- export declare const de_ListMigrationTasksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMigrationTasksCommandOutput>;
168
- /**
169
- * deserializeAws_json1_1ListMigrationTaskUpdatesCommand
170
- */
171
- export declare const de_ListMigrationTaskUpdatesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMigrationTaskUpdatesCommandOutput>;
172
- /**
173
- * deserializeAws_json1_1ListProgressUpdateStreamsCommand
174
- */
175
- export declare const de_ListProgressUpdateStreamsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListProgressUpdateStreamsCommandOutput>;
176
- /**
177
- * deserializeAws_json1_1ListSourceResourcesCommand
178
- */
179
- export declare const de_ListSourceResourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSourceResourcesCommandOutput>;
180
- /**
181
- * deserializeAws_json1_1NotifyApplicationStateCommand
182
- */
183
- export declare const de_NotifyApplicationStateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<NotifyApplicationStateCommandOutput>;
184
- /**
185
- * deserializeAws_json1_1NotifyMigrationTaskStateCommand
186
- */
187
- export declare const de_NotifyMigrationTaskStateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<NotifyMigrationTaskStateCommandOutput>;
188
- /**
189
- * deserializeAws_json1_1PutResourceAttributesCommand
190
- */
191
- export declare const de_PutResourceAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutResourceAttributesCommandOutput>;
@@ -1,257 +0,0 @@
1
- import {
2
- HttpRequest as __HttpRequest,
3
- HttpResponse as __HttpResponse,
4
- } from "@smithy/protocol-http";
5
- import { SerdeContext as __SerdeContext } from "@smithy/types";
6
- import {
7
- AssociateCreatedArtifactCommandInput,
8
- AssociateCreatedArtifactCommandOutput,
9
- } from "../commands/AssociateCreatedArtifactCommand";
10
- import {
11
- AssociateDiscoveredResourceCommandInput,
12
- AssociateDiscoveredResourceCommandOutput,
13
- } from "../commands/AssociateDiscoveredResourceCommand";
14
- import {
15
- AssociateSourceResourceCommandInput,
16
- AssociateSourceResourceCommandOutput,
17
- } from "../commands/AssociateSourceResourceCommand";
18
- import {
19
- CreateProgressUpdateStreamCommandInput,
20
- CreateProgressUpdateStreamCommandOutput,
21
- } from "../commands/CreateProgressUpdateStreamCommand";
22
- import {
23
- DeleteProgressUpdateStreamCommandInput,
24
- DeleteProgressUpdateStreamCommandOutput,
25
- } from "../commands/DeleteProgressUpdateStreamCommand";
26
- import {
27
- DescribeApplicationStateCommandInput,
28
- DescribeApplicationStateCommandOutput,
29
- } from "../commands/DescribeApplicationStateCommand";
30
- import {
31
- DescribeMigrationTaskCommandInput,
32
- DescribeMigrationTaskCommandOutput,
33
- } from "../commands/DescribeMigrationTaskCommand";
34
- import {
35
- DisassociateCreatedArtifactCommandInput,
36
- DisassociateCreatedArtifactCommandOutput,
37
- } from "../commands/DisassociateCreatedArtifactCommand";
38
- import {
39
- DisassociateDiscoveredResourceCommandInput,
40
- DisassociateDiscoveredResourceCommandOutput,
41
- } from "../commands/DisassociateDiscoveredResourceCommand";
42
- import {
43
- DisassociateSourceResourceCommandInput,
44
- DisassociateSourceResourceCommandOutput,
45
- } from "../commands/DisassociateSourceResourceCommand";
46
- import {
47
- ImportMigrationTaskCommandInput,
48
- ImportMigrationTaskCommandOutput,
49
- } from "../commands/ImportMigrationTaskCommand";
50
- import {
51
- ListApplicationStatesCommandInput,
52
- ListApplicationStatesCommandOutput,
53
- } from "../commands/ListApplicationStatesCommand";
54
- import {
55
- ListCreatedArtifactsCommandInput,
56
- ListCreatedArtifactsCommandOutput,
57
- } from "../commands/ListCreatedArtifactsCommand";
58
- import {
59
- ListDiscoveredResourcesCommandInput,
60
- ListDiscoveredResourcesCommandOutput,
61
- } from "../commands/ListDiscoveredResourcesCommand";
62
- import {
63
- ListMigrationTasksCommandInput,
64
- ListMigrationTasksCommandOutput,
65
- } from "../commands/ListMigrationTasksCommand";
66
- import {
67
- ListMigrationTaskUpdatesCommandInput,
68
- ListMigrationTaskUpdatesCommandOutput,
69
- } from "../commands/ListMigrationTaskUpdatesCommand";
70
- import {
71
- ListProgressUpdateStreamsCommandInput,
72
- ListProgressUpdateStreamsCommandOutput,
73
- } from "../commands/ListProgressUpdateStreamsCommand";
74
- import {
75
- ListSourceResourcesCommandInput,
76
- ListSourceResourcesCommandOutput,
77
- } from "../commands/ListSourceResourcesCommand";
78
- import {
79
- NotifyApplicationStateCommandInput,
80
- NotifyApplicationStateCommandOutput,
81
- } from "../commands/NotifyApplicationStateCommand";
82
- import {
83
- NotifyMigrationTaskStateCommandInput,
84
- NotifyMigrationTaskStateCommandOutput,
85
- } from "../commands/NotifyMigrationTaskStateCommand";
86
- import {
87
- PutResourceAttributesCommandInput,
88
- PutResourceAttributesCommandOutput,
89
- } from "../commands/PutResourceAttributesCommand";
90
- export declare const se_AssociateCreatedArtifactCommand: (
91
- input: AssociateCreatedArtifactCommandInput,
92
- context: __SerdeContext
93
- ) => Promise<__HttpRequest>;
94
- export declare const se_AssociateDiscoveredResourceCommand: (
95
- input: AssociateDiscoveredResourceCommandInput,
96
- context: __SerdeContext
97
- ) => Promise<__HttpRequest>;
98
- export declare const se_AssociateSourceResourceCommand: (
99
- input: AssociateSourceResourceCommandInput,
100
- context: __SerdeContext
101
- ) => Promise<__HttpRequest>;
102
- export declare const se_CreateProgressUpdateStreamCommand: (
103
- input: CreateProgressUpdateStreamCommandInput,
104
- context: __SerdeContext
105
- ) => Promise<__HttpRequest>;
106
- export declare const se_DeleteProgressUpdateStreamCommand: (
107
- input: DeleteProgressUpdateStreamCommandInput,
108
- context: __SerdeContext
109
- ) => Promise<__HttpRequest>;
110
- export declare const se_DescribeApplicationStateCommand: (
111
- input: DescribeApplicationStateCommandInput,
112
- context: __SerdeContext
113
- ) => Promise<__HttpRequest>;
114
- export declare const se_DescribeMigrationTaskCommand: (
115
- input: DescribeMigrationTaskCommandInput,
116
- context: __SerdeContext
117
- ) => Promise<__HttpRequest>;
118
- export declare const se_DisassociateCreatedArtifactCommand: (
119
- input: DisassociateCreatedArtifactCommandInput,
120
- context: __SerdeContext
121
- ) => Promise<__HttpRequest>;
122
- export declare const se_DisassociateDiscoveredResourceCommand: (
123
- input: DisassociateDiscoveredResourceCommandInput,
124
- context: __SerdeContext
125
- ) => Promise<__HttpRequest>;
126
- export declare const se_DisassociateSourceResourceCommand: (
127
- input: DisassociateSourceResourceCommandInput,
128
- context: __SerdeContext
129
- ) => Promise<__HttpRequest>;
130
- export declare const se_ImportMigrationTaskCommand: (
131
- input: ImportMigrationTaskCommandInput,
132
- context: __SerdeContext
133
- ) => Promise<__HttpRequest>;
134
- export declare const se_ListApplicationStatesCommand: (
135
- input: ListApplicationStatesCommandInput,
136
- context: __SerdeContext
137
- ) => Promise<__HttpRequest>;
138
- export declare const se_ListCreatedArtifactsCommand: (
139
- input: ListCreatedArtifactsCommandInput,
140
- context: __SerdeContext
141
- ) => Promise<__HttpRequest>;
142
- export declare const se_ListDiscoveredResourcesCommand: (
143
- input: ListDiscoveredResourcesCommandInput,
144
- context: __SerdeContext
145
- ) => Promise<__HttpRequest>;
146
- export declare const se_ListMigrationTasksCommand: (
147
- input: ListMigrationTasksCommandInput,
148
- context: __SerdeContext
149
- ) => Promise<__HttpRequest>;
150
- export declare const se_ListMigrationTaskUpdatesCommand: (
151
- input: ListMigrationTaskUpdatesCommandInput,
152
- context: __SerdeContext
153
- ) => Promise<__HttpRequest>;
154
- export declare const se_ListProgressUpdateStreamsCommand: (
155
- input: ListProgressUpdateStreamsCommandInput,
156
- context: __SerdeContext
157
- ) => Promise<__HttpRequest>;
158
- export declare const se_ListSourceResourcesCommand: (
159
- input: ListSourceResourcesCommandInput,
160
- context: __SerdeContext
161
- ) => Promise<__HttpRequest>;
162
- export declare const se_NotifyApplicationStateCommand: (
163
- input: NotifyApplicationStateCommandInput,
164
- context: __SerdeContext
165
- ) => Promise<__HttpRequest>;
166
- export declare const se_NotifyMigrationTaskStateCommand: (
167
- input: NotifyMigrationTaskStateCommandInput,
168
- context: __SerdeContext
169
- ) => Promise<__HttpRequest>;
170
- export declare const se_PutResourceAttributesCommand: (
171
- input: PutResourceAttributesCommandInput,
172
- context: __SerdeContext
173
- ) => Promise<__HttpRequest>;
174
- export declare const de_AssociateCreatedArtifactCommand: (
175
- output: __HttpResponse,
176
- context: __SerdeContext
177
- ) => Promise<AssociateCreatedArtifactCommandOutput>;
178
- export declare const de_AssociateDiscoveredResourceCommand: (
179
- output: __HttpResponse,
180
- context: __SerdeContext
181
- ) => Promise<AssociateDiscoveredResourceCommandOutput>;
182
- export declare const de_AssociateSourceResourceCommand: (
183
- output: __HttpResponse,
184
- context: __SerdeContext
185
- ) => Promise<AssociateSourceResourceCommandOutput>;
186
- export declare const de_CreateProgressUpdateStreamCommand: (
187
- output: __HttpResponse,
188
- context: __SerdeContext
189
- ) => Promise<CreateProgressUpdateStreamCommandOutput>;
190
- export declare const de_DeleteProgressUpdateStreamCommand: (
191
- output: __HttpResponse,
192
- context: __SerdeContext
193
- ) => Promise<DeleteProgressUpdateStreamCommandOutput>;
194
- export declare const de_DescribeApplicationStateCommand: (
195
- output: __HttpResponse,
196
- context: __SerdeContext
197
- ) => Promise<DescribeApplicationStateCommandOutput>;
198
- export declare const de_DescribeMigrationTaskCommand: (
199
- output: __HttpResponse,
200
- context: __SerdeContext
201
- ) => Promise<DescribeMigrationTaskCommandOutput>;
202
- export declare const de_DisassociateCreatedArtifactCommand: (
203
- output: __HttpResponse,
204
- context: __SerdeContext
205
- ) => Promise<DisassociateCreatedArtifactCommandOutput>;
206
- export declare const de_DisassociateDiscoveredResourceCommand: (
207
- output: __HttpResponse,
208
- context: __SerdeContext
209
- ) => Promise<DisassociateDiscoveredResourceCommandOutput>;
210
- export declare const de_DisassociateSourceResourceCommand: (
211
- output: __HttpResponse,
212
- context: __SerdeContext
213
- ) => Promise<DisassociateSourceResourceCommandOutput>;
214
- export declare const de_ImportMigrationTaskCommand: (
215
- output: __HttpResponse,
216
- context: __SerdeContext
217
- ) => Promise<ImportMigrationTaskCommandOutput>;
218
- export declare const de_ListApplicationStatesCommand: (
219
- output: __HttpResponse,
220
- context: __SerdeContext
221
- ) => Promise<ListApplicationStatesCommandOutput>;
222
- export declare const de_ListCreatedArtifactsCommand: (
223
- output: __HttpResponse,
224
- context: __SerdeContext
225
- ) => Promise<ListCreatedArtifactsCommandOutput>;
226
- export declare const de_ListDiscoveredResourcesCommand: (
227
- output: __HttpResponse,
228
- context: __SerdeContext
229
- ) => Promise<ListDiscoveredResourcesCommandOutput>;
230
- export declare const de_ListMigrationTasksCommand: (
231
- output: __HttpResponse,
232
- context: __SerdeContext
233
- ) => Promise<ListMigrationTasksCommandOutput>;
234
- export declare const de_ListMigrationTaskUpdatesCommand: (
235
- output: __HttpResponse,
236
- context: __SerdeContext
237
- ) => Promise<ListMigrationTaskUpdatesCommandOutput>;
238
- export declare const de_ListProgressUpdateStreamsCommand: (
239
- output: __HttpResponse,
240
- context: __SerdeContext
241
- ) => Promise<ListProgressUpdateStreamsCommandOutput>;
242
- export declare const de_ListSourceResourcesCommand: (
243
- output: __HttpResponse,
244
- context: __SerdeContext
245
- ) => Promise<ListSourceResourcesCommandOutput>;
246
- export declare const de_NotifyApplicationStateCommand: (
247
- output: __HttpResponse,
248
- context: __SerdeContext
249
- ) => Promise<NotifyApplicationStateCommandOutput>;
250
- export declare const de_NotifyMigrationTaskStateCommand: (
251
- output: __HttpResponse,
252
- context: __SerdeContext
253
- ) => Promise<NotifyMigrationTaskStateCommandOutput>;
254
- export declare const de_PutResourceAttributesCommand: (
255
- output: __HttpResponse,
256
- context: __SerdeContext
257
- ) => Promise<PutResourceAttributesCommandOutput>;