@aws-sdk/client-mediaconnect 3.303.0 → 3.309.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 (65) hide show
  1. package/dist-cjs/commands/AddFlowMediaStreamsCommand.js +2 -2
  2. package/dist-cjs/commands/AddFlowOutputsCommand.js +2 -2
  3. package/dist-cjs/commands/AddFlowSourcesCommand.js +2 -2
  4. package/dist-cjs/commands/AddFlowVpcInterfacesCommand.js +2 -2
  5. package/dist-cjs/commands/CreateFlowCommand.js +2 -2
  6. package/dist-cjs/commands/DeleteFlowCommand.js +2 -2
  7. package/dist-cjs/commands/DescribeFlowCommand.js +2 -2
  8. package/dist-cjs/commands/DescribeOfferingCommand.js +2 -2
  9. package/dist-cjs/commands/DescribeReservationCommand.js +2 -2
  10. package/dist-cjs/commands/GrantFlowEntitlementsCommand.js +2 -2
  11. package/dist-cjs/commands/ListEntitlementsCommand.js +2 -2
  12. package/dist-cjs/commands/ListFlowsCommand.js +2 -2
  13. package/dist-cjs/commands/ListOfferingsCommand.js +2 -2
  14. package/dist-cjs/commands/ListReservationsCommand.js +2 -2
  15. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  16. package/dist-cjs/commands/PurchaseOfferingCommand.js +2 -2
  17. package/dist-cjs/commands/RemoveFlowMediaStreamCommand.js +2 -2
  18. package/dist-cjs/commands/RemoveFlowOutputCommand.js +2 -2
  19. package/dist-cjs/commands/RemoveFlowSourceCommand.js +2 -2
  20. package/dist-cjs/commands/RemoveFlowVpcInterfaceCommand.js +2 -2
  21. package/dist-cjs/commands/RevokeFlowEntitlementCommand.js +2 -2
  22. package/dist-cjs/commands/StartFlowCommand.js +2 -2
  23. package/dist-cjs/commands/StopFlowCommand.js +2 -2
  24. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  25. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  26. package/dist-cjs/commands/UpdateFlowCommand.js +2 -2
  27. package/dist-cjs/commands/UpdateFlowEntitlementCommand.js +2 -2
  28. package/dist-cjs/commands/UpdateFlowMediaStreamCommand.js +2 -2
  29. package/dist-cjs/commands/UpdateFlowOutputCommand.js +2 -2
  30. package/dist-cjs/commands/UpdateFlowSourceCommand.js +2 -2
  31. package/dist-cjs/protocols/Aws_restJson1.js +546 -592
  32. package/dist-es/commands/AddFlowMediaStreamsCommand.js +3 -3
  33. package/dist-es/commands/AddFlowOutputsCommand.js +3 -3
  34. package/dist-es/commands/AddFlowSourcesCommand.js +3 -3
  35. package/dist-es/commands/AddFlowVpcInterfacesCommand.js +3 -3
  36. package/dist-es/commands/CreateFlowCommand.js +3 -3
  37. package/dist-es/commands/DeleteFlowCommand.js +3 -3
  38. package/dist-es/commands/DescribeFlowCommand.js +3 -3
  39. package/dist-es/commands/DescribeOfferingCommand.js +3 -3
  40. package/dist-es/commands/DescribeReservationCommand.js +3 -3
  41. package/dist-es/commands/GrantFlowEntitlementsCommand.js +3 -3
  42. package/dist-es/commands/ListEntitlementsCommand.js +3 -3
  43. package/dist-es/commands/ListFlowsCommand.js +3 -3
  44. package/dist-es/commands/ListOfferingsCommand.js +3 -3
  45. package/dist-es/commands/ListReservationsCommand.js +3 -3
  46. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  47. package/dist-es/commands/PurchaseOfferingCommand.js +3 -3
  48. package/dist-es/commands/RemoveFlowMediaStreamCommand.js +3 -3
  49. package/dist-es/commands/RemoveFlowOutputCommand.js +3 -3
  50. package/dist-es/commands/RemoveFlowSourceCommand.js +3 -3
  51. package/dist-es/commands/RemoveFlowVpcInterfaceCommand.js +3 -3
  52. package/dist-es/commands/RevokeFlowEntitlementCommand.js +3 -3
  53. package/dist-es/commands/StartFlowCommand.js +3 -3
  54. package/dist-es/commands/StopFlowCommand.js +3 -3
  55. package/dist-es/commands/TagResourceCommand.js +3 -3
  56. package/dist-es/commands/UntagResourceCommand.js +3 -3
  57. package/dist-es/commands/UpdateFlowCommand.js +3 -3
  58. package/dist-es/commands/UpdateFlowEntitlementCommand.js +3 -3
  59. package/dist-es/commands/UpdateFlowMediaStreamCommand.js +3 -3
  60. package/dist-es/commands/UpdateFlowOutputCommand.js +3 -3
  61. package/dist-es/commands/UpdateFlowSourceCommand.js +3 -3
  62. package/dist-es/protocols/Aws_restJson1.js +484 -530
  63. package/dist-types/protocols/Aws_restJson1.d.ts +240 -60
  64. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +60 -60
  65. package/package.json +30 -30
@@ -30,63 +30,243 @@ import { UpdateFlowEntitlementCommandInput, UpdateFlowEntitlementCommandOutput }
30
30
  import { UpdateFlowMediaStreamCommandInput, UpdateFlowMediaStreamCommandOutput } from "../commands/UpdateFlowMediaStreamCommand";
31
31
  import { UpdateFlowOutputCommandInput, UpdateFlowOutputCommandOutput } from "../commands/UpdateFlowOutputCommand";
32
32
  import { UpdateFlowSourceCommandInput, UpdateFlowSourceCommandOutput } from "../commands/UpdateFlowSourceCommand";
33
- export declare const serializeAws_restJson1AddFlowMediaStreamsCommand: (input: AddFlowMediaStreamsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
34
- export declare const serializeAws_restJson1AddFlowOutputsCommand: (input: AddFlowOutputsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
35
- export declare const serializeAws_restJson1AddFlowSourcesCommand: (input: AddFlowSourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
36
- export declare const serializeAws_restJson1AddFlowVpcInterfacesCommand: (input: AddFlowVpcInterfacesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
37
- export declare const serializeAws_restJson1CreateFlowCommand: (input: CreateFlowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
38
- export declare const serializeAws_restJson1DeleteFlowCommand: (input: DeleteFlowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
39
- export declare const serializeAws_restJson1DescribeFlowCommand: (input: DescribeFlowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
40
- export declare const serializeAws_restJson1DescribeOfferingCommand: (input: DescribeOfferingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
41
- export declare const serializeAws_restJson1DescribeReservationCommand: (input: DescribeReservationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
42
- export declare const serializeAws_restJson1GrantFlowEntitlementsCommand: (input: GrantFlowEntitlementsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
43
- export declare const serializeAws_restJson1ListEntitlementsCommand: (input: ListEntitlementsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
44
- export declare const serializeAws_restJson1ListFlowsCommand: (input: ListFlowsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
45
- export declare const serializeAws_restJson1ListOfferingsCommand: (input: ListOfferingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
46
- export declare const serializeAws_restJson1ListReservationsCommand: (input: ListReservationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
47
- export declare const serializeAws_restJson1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
48
- export declare const serializeAws_restJson1PurchaseOfferingCommand: (input: PurchaseOfferingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
49
- export declare const serializeAws_restJson1RemoveFlowMediaStreamCommand: (input: RemoveFlowMediaStreamCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
50
- export declare const serializeAws_restJson1RemoveFlowOutputCommand: (input: RemoveFlowOutputCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
51
- export declare const serializeAws_restJson1RemoveFlowSourceCommand: (input: RemoveFlowSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
52
- export declare const serializeAws_restJson1RemoveFlowVpcInterfaceCommand: (input: RemoveFlowVpcInterfaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
53
- export declare const serializeAws_restJson1RevokeFlowEntitlementCommand: (input: RevokeFlowEntitlementCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
- export declare const serializeAws_restJson1StartFlowCommand: (input: StartFlowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
55
- export declare const serializeAws_restJson1StopFlowCommand: (input: StopFlowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
56
- export declare const serializeAws_restJson1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
57
- export declare const serializeAws_restJson1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
- export declare const serializeAws_restJson1UpdateFlowCommand: (input: UpdateFlowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
59
- export declare const serializeAws_restJson1UpdateFlowEntitlementCommand: (input: UpdateFlowEntitlementCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
60
- export declare const serializeAws_restJson1UpdateFlowMediaStreamCommand: (input: UpdateFlowMediaStreamCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
61
- export declare const serializeAws_restJson1UpdateFlowOutputCommand: (input: UpdateFlowOutputCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
- export declare const serializeAws_restJson1UpdateFlowSourceCommand: (input: UpdateFlowSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
63
- export declare const deserializeAws_restJson1AddFlowMediaStreamsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddFlowMediaStreamsCommandOutput>;
64
- export declare const deserializeAws_restJson1AddFlowOutputsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddFlowOutputsCommandOutput>;
65
- export declare const deserializeAws_restJson1AddFlowSourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddFlowSourcesCommandOutput>;
66
- export declare const deserializeAws_restJson1AddFlowVpcInterfacesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddFlowVpcInterfacesCommandOutput>;
67
- export declare const deserializeAws_restJson1CreateFlowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateFlowCommandOutput>;
68
- export declare const deserializeAws_restJson1DeleteFlowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFlowCommandOutput>;
69
- export declare const deserializeAws_restJson1DescribeFlowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFlowCommandOutput>;
70
- export declare const deserializeAws_restJson1DescribeOfferingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeOfferingCommandOutput>;
71
- export declare const deserializeAws_restJson1DescribeReservationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeReservationCommandOutput>;
72
- export declare const deserializeAws_restJson1GrantFlowEntitlementsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GrantFlowEntitlementsCommandOutput>;
73
- export declare const deserializeAws_restJson1ListEntitlementsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEntitlementsCommandOutput>;
74
- export declare const deserializeAws_restJson1ListFlowsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFlowsCommandOutput>;
75
- export declare const deserializeAws_restJson1ListOfferingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListOfferingsCommandOutput>;
76
- export declare const deserializeAws_restJson1ListReservationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListReservationsCommandOutput>;
77
- export declare const deserializeAws_restJson1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
78
- export declare const deserializeAws_restJson1PurchaseOfferingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PurchaseOfferingCommandOutput>;
79
- export declare const deserializeAws_restJson1RemoveFlowMediaStreamCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemoveFlowMediaStreamCommandOutput>;
80
- export declare const deserializeAws_restJson1RemoveFlowOutputCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemoveFlowOutputCommandOutput>;
81
- export declare const deserializeAws_restJson1RemoveFlowSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemoveFlowSourceCommandOutput>;
82
- export declare const deserializeAws_restJson1RemoveFlowVpcInterfaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemoveFlowVpcInterfaceCommandOutput>;
83
- export declare const deserializeAws_restJson1RevokeFlowEntitlementCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RevokeFlowEntitlementCommandOutput>;
84
- export declare const deserializeAws_restJson1StartFlowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartFlowCommandOutput>;
85
- export declare const deserializeAws_restJson1StopFlowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopFlowCommandOutput>;
86
- export declare const deserializeAws_restJson1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
87
- export declare const deserializeAws_restJson1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
88
- export declare const deserializeAws_restJson1UpdateFlowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFlowCommandOutput>;
89
- export declare const deserializeAws_restJson1UpdateFlowEntitlementCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFlowEntitlementCommandOutput>;
90
- export declare const deserializeAws_restJson1UpdateFlowMediaStreamCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFlowMediaStreamCommandOutput>;
91
- export declare const deserializeAws_restJson1UpdateFlowOutputCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFlowOutputCommandOutput>;
92
- export declare const deserializeAws_restJson1UpdateFlowSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFlowSourceCommandOutput>;
33
+ /**
34
+ * serializeAws_restJson1AddFlowMediaStreamsCommand
35
+ */
36
+ export declare const se_AddFlowMediaStreamsCommand: (input: AddFlowMediaStreamsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
37
+ /**
38
+ * serializeAws_restJson1AddFlowOutputsCommand
39
+ */
40
+ export declare const se_AddFlowOutputsCommand: (input: AddFlowOutputsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
41
+ /**
42
+ * serializeAws_restJson1AddFlowSourcesCommand
43
+ */
44
+ export declare const se_AddFlowSourcesCommand: (input: AddFlowSourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
45
+ /**
46
+ * serializeAws_restJson1AddFlowVpcInterfacesCommand
47
+ */
48
+ export declare const se_AddFlowVpcInterfacesCommand: (input: AddFlowVpcInterfacesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
49
+ /**
50
+ * serializeAws_restJson1CreateFlowCommand
51
+ */
52
+ export declare const se_CreateFlowCommand: (input: CreateFlowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
53
+ /**
54
+ * serializeAws_restJson1DeleteFlowCommand
55
+ */
56
+ export declare const se_DeleteFlowCommand: (input: DeleteFlowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
57
+ /**
58
+ * serializeAws_restJson1DescribeFlowCommand
59
+ */
60
+ export declare const se_DescribeFlowCommand: (input: DescribeFlowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
61
+ /**
62
+ * serializeAws_restJson1DescribeOfferingCommand
63
+ */
64
+ export declare const se_DescribeOfferingCommand: (input: DescribeOfferingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
+ /**
66
+ * serializeAws_restJson1DescribeReservationCommand
67
+ */
68
+ export declare const se_DescribeReservationCommand: (input: DescribeReservationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
69
+ /**
70
+ * serializeAws_restJson1GrantFlowEntitlementsCommand
71
+ */
72
+ export declare const se_GrantFlowEntitlementsCommand: (input: GrantFlowEntitlementsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
73
+ /**
74
+ * serializeAws_restJson1ListEntitlementsCommand
75
+ */
76
+ export declare const se_ListEntitlementsCommand: (input: ListEntitlementsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
77
+ /**
78
+ * serializeAws_restJson1ListFlowsCommand
79
+ */
80
+ export declare const se_ListFlowsCommand: (input: ListFlowsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
81
+ /**
82
+ * serializeAws_restJson1ListOfferingsCommand
83
+ */
84
+ export declare const se_ListOfferingsCommand: (input: ListOfferingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
85
+ /**
86
+ * serializeAws_restJson1ListReservationsCommand
87
+ */
88
+ export declare const se_ListReservationsCommand: (input: ListReservationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
89
+ /**
90
+ * serializeAws_restJson1ListTagsForResourceCommand
91
+ */
92
+ export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
93
+ /**
94
+ * serializeAws_restJson1PurchaseOfferingCommand
95
+ */
96
+ export declare const se_PurchaseOfferingCommand: (input: PurchaseOfferingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
97
+ /**
98
+ * serializeAws_restJson1RemoveFlowMediaStreamCommand
99
+ */
100
+ export declare const se_RemoveFlowMediaStreamCommand: (input: RemoveFlowMediaStreamCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
101
+ /**
102
+ * serializeAws_restJson1RemoveFlowOutputCommand
103
+ */
104
+ export declare const se_RemoveFlowOutputCommand: (input: RemoveFlowOutputCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
105
+ /**
106
+ * serializeAws_restJson1RemoveFlowSourceCommand
107
+ */
108
+ export declare const se_RemoveFlowSourceCommand: (input: RemoveFlowSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
109
+ /**
110
+ * serializeAws_restJson1RemoveFlowVpcInterfaceCommand
111
+ */
112
+ export declare const se_RemoveFlowVpcInterfaceCommand: (input: RemoveFlowVpcInterfaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
113
+ /**
114
+ * serializeAws_restJson1RevokeFlowEntitlementCommand
115
+ */
116
+ export declare const se_RevokeFlowEntitlementCommand: (input: RevokeFlowEntitlementCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
117
+ /**
118
+ * serializeAws_restJson1StartFlowCommand
119
+ */
120
+ export declare const se_StartFlowCommand: (input: StartFlowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
121
+ /**
122
+ * serializeAws_restJson1StopFlowCommand
123
+ */
124
+ export declare const se_StopFlowCommand: (input: StopFlowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
125
+ /**
126
+ * serializeAws_restJson1TagResourceCommand
127
+ */
128
+ export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
129
+ /**
130
+ * serializeAws_restJson1UntagResourceCommand
131
+ */
132
+ export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
133
+ /**
134
+ * serializeAws_restJson1UpdateFlowCommand
135
+ */
136
+ export declare const se_UpdateFlowCommand: (input: UpdateFlowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
137
+ /**
138
+ * serializeAws_restJson1UpdateFlowEntitlementCommand
139
+ */
140
+ export declare const se_UpdateFlowEntitlementCommand: (input: UpdateFlowEntitlementCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
141
+ /**
142
+ * serializeAws_restJson1UpdateFlowMediaStreamCommand
143
+ */
144
+ export declare const se_UpdateFlowMediaStreamCommand: (input: UpdateFlowMediaStreamCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
145
+ /**
146
+ * serializeAws_restJson1UpdateFlowOutputCommand
147
+ */
148
+ export declare const se_UpdateFlowOutputCommand: (input: UpdateFlowOutputCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
149
+ /**
150
+ * serializeAws_restJson1UpdateFlowSourceCommand
151
+ */
152
+ export declare const se_UpdateFlowSourceCommand: (input: UpdateFlowSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
153
+ /**
154
+ * deserializeAws_restJson1AddFlowMediaStreamsCommand
155
+ */
156
+ export declare const de_AddFlowMediaStreamsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddFlowMediaStreamsCommandOutput>;
157
+ /**
158
+ * deserializeAws_restJson1AddFlowOutputsCommand
159
+ */
160
+ export declare const de_AddFlowOutputsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddFlowOutputsCommandOutput>;
161
+ /**
162
+ * deserializeAws_restJson1AddFlowSourcesCommand
163
+ */
164
+ export declare const de_AddFlowSourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddFlowSourcesCommandOutput>;
165
+ /**
166
+ * deserializeAws_restJson1AddFlowVpcInterfacesCommand
167
+ */
168
+ export declare const de_AddFlowVpcInterfacesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddFlowVpcInterfacesCommandOutput>;
169
+ /**
170
+ * deserializeAws_restJson1CreateFlowCommand
171
+ */
172
+ export declare const de_CreateFlowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateFlowCommandOutput>;
173
+ /**
174
+ * deserializeAws_restJson1DeleteFlowCommand
175
+ */
176
+ export declare const de_DeleteFlowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFlowCommandOutput>;
177
+ /**
178
+ * deserializeAws_restJson1DescribeFlowCommand
179
+ */
180
+ export declare const de_DescribeFlowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFlowCommandOutput>;
181
+ /**
182
+ * deserializeAws_restJson1DescribeOfferingCommand
183
+ */
184
+ export declare const de_DescribeOfferingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeOfferingCommandOutput>;
185
+ /**
186
+ * deserializeAws_restJson1DescribeReservationCommand
187
+ */
188
+ export declare const de_DescribeReservationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeReservationCommandOutput>;
189
+ /**
190
+ * deserializeAws_restJson1GrantFlowEntitlementsCommand
191
+ */
192
+ export declare const de_GrantFlowEntitlementsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GrantFlowEntitlementsCommandOutput>;
193
+ /**
194
+ * deserializeAws_restJson1ListEntitlementsCommand
195
+ */
196
+ export declare const de_ListEntitlementsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEntitlementsCommandOutput>;
197
+ /**
198
+ * deserializeAws_restJson1ListFlowsCommand
199
+ */
200
+ export declare const de_ListFlowsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFlowsCommandOutput>;
201
+ /**
202
+ * deserializeAws_restJson1ListOfferingsCommand
203
+ */
204
+ export declare const de_ListOfferingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListOfferingsCommandOutput>;
205
+ /**
206
+ * deserializeAws_restJson1ListReservationsCommand
207
+ */
208
+ export declare const de_ListReservationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListReservationsCommandOutput>;
209
+ /**
210
+ * deserializeAws_restJson1ListTagsForResourceCommand
211
+ */
212
+ export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
213
+ /**
214
+ * deserializeAws_restJson1PurchaseOfferingCommand
215
+ */
216
+ export declare const de_PurchaseOfferingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PurchaseOfferingCommandOutput>;
217
+ /**
218
+ * deserializeAws_restJson1RemoveFlowMediaStreamCommand
219
+ */
220
+ export declare const de_RemoveFlowMediaStreamCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemoveFlowMediaStreamCommandOutput>;
221
+ /**
222
+ * deserializeAws_restJson1RemoveFlowOutputCommand
223
+ */
224
+ export declare const de_RemoveFlowOutputCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemoveFlowOutputCommandOutput>;
225
+ /**
226
+ * deserializeAws_restJson1RemoveFlowSourceCommand
227
+ */
228
+ export declare const de_RemoveFlowSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemoveFlowSourceCommandOutput>;
229
+ /**
230
+ * deserializeAws_restJson1RemoveFlowVpcInterfaceCommand
231
+ */
232
+ export declare const de_RemoveFlowVpcInterfaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemoveFlowVpcInterfaceCommandOutput>;
233
+ /**
234
+ * deserializeAws_restJson1RevokeFlowEntitlementCommand
235
+ */
236
+ export declare const de_RevokeFlowEntitlementCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RevokeFlowEntitlementCommandOutput>;
237
+ /**
238
+ * deserializeAws_restJson1StartFlowCommand
239
+ */
240
+ export declare const de_StartFlowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartFlowCommandOutput>;
241
+ /**
242
+ * deserializeAws_restJson1StopFlowCommand
243
+ */
244
+ export declare const de_StopFlowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopFlowCommandOutput>;
245
+ /**
246
+ * deserializeAws_restJson1TagResourceCommand
247
+ */
248
+ export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
249
+ /**
250
+ * deserializeAws_restJson1UntagResourceCommand
251
+ */
252
+ export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
253
+ /**
254
+ * deserializeAws_restJson1UpdateFlowCommand
255
+ */
256
+ export declare const de_UpdateFlowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFlowCommandOutput>;
257
+ /**
258
+ * deserializeAws_restJson1UpdateFlowEntitlementCommand
259
+ */
260
+ export declare const de_UpdateFlowEntitlementCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFlowEntitlementCommandOutput>;
261
+ /**
262
+ * deserializeAws_restJson1UpdateFlowMediaStreamCommand
263
+ */
264
+ export declare const de_UpdateFlowMediaStreamCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFlowMediaStreamCommandOutput>;
265
+ /**
266
+ * deserializeAws_restJson1UpdateFlowOutputCommand
267
+ */
268
+ export declare const de_UpdateFlowOutputCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFlowOutputCommandOutput>;
269
+ /**
270
+ * deserializeAws_restJson1UpdateFlowSourceCommand
271
+ */
272
+ export declare const de_UpdateFlowSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFlowSourceCommandOutput>;
@@ -123,243 +123,243 @@ import {
123
123
  UpdateFlowSourceCommandInput,
124
124
  UpdateFlowSourceCommandOutput,
125
125
  } from "../commands/UpdateFlowSourceCommand";
126
- export declare const serializeAws_restJson1AddFlowMediaStreamsCommand: (
126
+ export declare const se_AddFlowMediaStreamsCommand: (
127
127
  input: AddFlowMediaStreamsCommandInput,
128
128
  context: __SerdeContext
129
129
  ) => Promise<__HttpRequest>;
130
- export declare const serializeAws_restJson1AddFlowOutputsCommand: (
130
+ export declare const se_AddFlowOutputsCommand: (
131
131
  input: AddFlowOutputsCommandInput,
132
132
  context: __SerdeContext
133
133
  ) => Promise<__HttpRequest>;
134
- export declare const serializeAws_restJson1AddFlowSourcesCommand: (
134
+ export declare const se_AddFlowSourcesCommand: (
135
135
  input: AddFlowSourcesCommandInput,
136
136
  context: __SerdeContext
137
137
  ) => Promise<__HttpRequest>;
138
- export declare const serializeAws_restJson1AddFlowVpcInterfacesCommand: (
138
+ export declare const se_AddFlowVpcInterfacesCommand: (
139
139
  input: AddFlowVpcInterfacesCommandInput,
140
140
  context: __SerdeContext
141
141
  ) => Promise<__HttpRequest>;
142
- export declare const serializeAws_restJson1CreateFlowCommand: (
142
+ export declare const se_CreateFlowCommand: (
143
143
  input: CreateFlowCommandInput,
144
144
  context: __SerdeContext
145
145
  ) => Promise<__HttpRequest>;
146
- export declare const serializeAws_restJson1DeleteFlowCommand: (
146
+ export declare const se_DeleteFlowCommand: (
147
147
  input: DeleteFlowCommandInput,
148
148
  context: __SerdeContext
149
149
  ) => Promise<__HttpRequest>;
150
- export declare const serializeAws_restJson1DescribeFlowCommand: (
150
+ export declare const se_DescribeFlowCommand: (
151
151
  input: DescribeFlowCommandInput,
152
152
  context: __SerdeContext
153
153
  ) => Promise<__HttpRequest>;
154
- export declare const serializeAws_restJson1DescribeOfferingCommand: (
154
+ export declare const se_DescribeOfferingCommand: (
155
155
  input: DescribeOfferingCommandInput,
156
156
  context: __SerdeContext
157
157
  ) => Promise<__HttpRequest>;
158
- export declare const serializeAws_restJson1DescribeReservationCommand: (
158
+ export declare const se_DescribeReservationCommand: (
159
159
  input: DescribeReservationCommandInput,
160
160
  context: __SerdeContext
161
161
  ) => Promise<__HttpRequest>;
162
- export declare const serializeAws_restJson1GrantFlowEntitlementsCommand: (
162
+ export declare const se_GrantFlowEntitlementsCommand: (
163
163
  input: GrantFlowEntitlementsCommandInput,
164
164
  context: __SerdeContext
165
165
  ) => Promise<__HttpRequest>;
166
- export declare const serializeAws_restJson1ListEntitlementsCommand: (
166
+ export declare const se_ListEntitlementsCommand: (
167
167
  input: ListEntitlementsCommandInput,
168
168
  context: __SerdeContext
169
169
  ) => Promise<__HttpRequest>;
170
- export declare const serializeAws_restJson1ListFlowsCommand: (
170
+ export declare const se_ListFlowsCommand: (
171
171
  input: ListFlowsCommandInput,
172
172
  context: __SerdeContext
173
173
  ) => Promise<__HttpRequest>;
174
- export declare const serializeAws_restJson1ListOfferingsCommand: (
174
+ export declare const se_ListOfferingsCommand: (
175
175
  input: ListOfferingsCommandInput,
176
176
  context: __SerdeContext
177
177
  ) => Promise<__HttpRequest>;
178
- export declare const serializeAws_restJson1ListReservationsCommand: (
178
+ export declare const se_ListReservationsCommand: (
179
179
  input: ListReservationsCommandInput,
180
180
  context: __SerdeContext
181
181
  ) => Promise<__HttpRequest>;
182
- export declare const serializeAws_restJson1ListTagsForResourceCommand: (
182
+ export declare const se_ListTagsForResourceCommand: (
183
183
  input: ListTagsForResourceCommandInput,
184
184
  context: __SerdeContext
185
185
  ) => Promise<__HttpRequest>;
186
- export declare const serializeAws_restJson1PurchaseOfferingCommand: (
186
+ export declare const se_PurchaseOfferingCommand: (
187
187
  input: PurchaseOfferingCommandInput,
188
188
  context: __SerdeContext
189
189
  ) => Promise<__HttpRequest>;
190
- export declare const serializeAws_restJson1RemoveFlowMediaStreamCommand: (
190
+ export declare const se_RemoveFlowMediaStreamCommand: (
191
191
  input: RemoveFlowMediaStreamCommandInput,
192
192
  context: __SerdeContext
193
193
  ) => Promise<__HttpRequest>;
194
- export declare const serializeAws_restJson1RemoveFlowOutputCommand: (
194
+ export declare const se_RemoveFlowOutputCommand: (
195
195
  input: RemoveFlowOutputCommandInput,
196
196
  context: __SerdeContext
197
197
  ) => Promise<__HttpRequest>;
198
- export declare const serializeAws_restJson1RemoveFlowSourceCommand: (
198
+ export declare const se_RemoveFlowSourceCommand: (
199
199
  input: RemoveFlowSourceCommandInput,
200
200
  context: __SerdeContext
201
201
  ) => Promise<__HttpRequest>;
202
- export declare const serializeAws_restJson1RemoveFlowVpcInterfaceCommand: (
202
+ export declare const se_RemoveFlowVpcInterfaceCommand: (
203
203
  input: RemoveFlowVpcInterfaceCommandInput,
204
204
  context: __SerdeContext
205
205
  ) => Promise<__HttpRequest>;
206
- export declare const serializeAws_restJson1RevokeFlowEntitlementCommand: (
206
+ export declare const se_RevokeFlowEntitlementCommand: (
207
207
  input: RevokeFlowEntitlementCommandInput,
208
208
  context: __SerdeContext
209
209
  ) => Promise<__HttpRequest>;
210
- export declare const serializeAws_restJson1StartFlowCommand: (
210
+ export declare const se_StartFlowCommand: (
211
211
  input: StartFlowCommandInput,
212
212
  context: __SerdeContext
213
213
  ) => Promise<__HttpRequest>;
214
- export declare const serializeAws_restJson1StopFlowCommand: (
214
+ export declare const se_StopFlowCommand: (
215
215
  input: StopFlowCommandInput,
216
216
  context: __SerdeContext
217
217
  ) => Promise<__HttpRequest>;
218
- export declare const serializeAws_restJson1TagResourceCommand: (
218
+ export declare const se_TagResourceCommand: (
219
219
  input: TagResourceCommandInput,
220
220
  context: __SerdeContext
221
221
  ) => Promise<__HttpRequest>;
222
- export declare const serializeAws_restJson1UntagResourceCommand: (
222
+ export declare const se_UntagResourceCommand: (
223
223
  input: UntagResourceCommandInput,
224
224
  context: __SerdeContext
225
225
  ) => Promise<__HttpRequest>;
226
- export declare const serializeAws_restJson1UpdateFlowCommand: (
226
+ export declare const se_UpdateFlowCommand: (
227
227
  input: UpdateFlowCommandInput,
228
228
  context: __SerdeContext
229
229
  ) => Promise<__HttpRequest>;
230
- export declare const serializeAws_restJson1UpdateFlowEntitlementCommand: (
230
+ export declare const se_UpdateFlowEntitlementCommand: (
231
231
  input: UpdateFlowEntitlementCommandInput,
232
232
  context: __SerdeContext
233
233
  ) => Promise<__HttpRequest>;
234
- export declare const serializeAws_restJson1UpdateFlowMediaStreamCommand: (
234
+ export declare const se_UpdateFlowMediaStreamCommand: (
235
235
  input: UpdateFlowMediaStreamCommandInput,
236
236
  context: __SerdeContext
237
237
  ) => Promise<__HttpRequest>;
238
- export declare const serializeAws_restJson1UpdateFlowOutputCommand: (
238
+ export declare const se_UpdateFlowOutputCommand: (
239
239
  input: UpdateFlowOutputCommandInput,
240
240
  context: __SerdeContext
241
241
  ) => Promise<__HttpRequest>;
242
- export declare const serializeAws_restJson1UpdateFlowSourceCommand: (
242
+ export declare const se_UpdateFlowSourceCommand: (
243
243
  input: UpdateFlowSourceCommandInput,
244
244
  context: __SerdeContext
245
245
  ) => Promise<__HttpRequest>;
246
- export declare const deserializeAws_restJson1AddFlowMediaStreamsCommand: (
246
+ export declare const de_AddFlowMediaStreamsCommand: (
247
247
  output: __HttpResponse,
248
248
  context: __SerdeContext
249
249
  ) => Promise<AddFlowMediaStreamsCommandOutput>;
250
- export declare const deserializeAws_restJson1AddFlowOutputsCommand: (
250
+ export declare const de_AddFlowOutputsCommand: (
251
251
  output: __HttpResponse,
252
252
  context: __SerdeContext
253
253
  ) => Promise<AddFlowOutputsCommandOutput>;
254
- export declare const deserializeAws_restJson1AddFlowSourcesCommand: (
254
+ export declare const de_AddFlowSourcesCommand: (
255
255
  output: __HttpResponse,
256
256
  context: __SerdeContext
257
257
  ) => Promise<AddFlowSourcesCommandOutput>;
258
- export declare const deserializeAws_restJson1AddFlowVpcInterfacesCommand: (
258
+ export declare const de_AddFlowVpcInterfacesCommand: (
259
259
  output: __HttpResponse,
260
260
  context: __SerdeContext
261
261
  ) => Promise<AddFlowVpcInterfacesCommandOutput>;
262
- export declare const deserializeAws_restJson1CreateFlowCommand: (
262
+ export declare const de_CreateFlowCommand: (
263
263
  output: __HttpResponse,
264
264
  context: __SerdeContext
265
265
  ) => Promise<CreateFlowCommandOutput>;
266
- export declare const deserializeAws_restJson1DeleteFlowCommand: (
266
+ export declare const de_DeleteFlowCommand: (
267
267
  output: __HttpResponse,
268
268
  context: __SerdeContext
269
269
  ) => Promise<DeleteFlowCommandOutput>;
270
- export declare const deserializeAws_restJson1DescribeFlowCommand: (
270
+ export declare const de_DescribeFlowCommand: (
271
271
  output: __HttpResponse,
272
272
  context: __SerdeContext
273
273
  ) => Promise<DescribeFlowCommandOutput>;
274
- export declare const deserializeAws_restJson1DescribeOfferingCommand: (
274
+ export declare const de_DescribeOfferingCommand: (
275
275
  output: __HttpResponse,
276
276
  context: __SerdeContext
277
277
  ) => Promise<DescribeOfferingCommandOutput>;
278
- export declare const deserializeAws_restJson1DescribeReservationCommand: (
278
+ export declare const de_DescribeReservationCommand: (
279
279
  output: __HttpResponse,
280
280
  context: __SerdeContext
281
281
  ) => Promise<DescribeReservationCommandOutput>;
282
- export declare const deserializeAws_restJson1GrantFlowEntitlementsCommand: (
282
+ export declare const de_GrantFlowEntitlementsCommand: (
283
283
  output: __HttpResponse,
284
284
  context: __SerdeContext
285
285
  ) => Promise<GrantFlowEntitlementsCommandOutput>;
286
- export declare const deserializeAws_restJson1ListEntitlementsCommand: (
286
+ export declare const de_ListEntitlementsCommand: (
287
287
  output: __HttpResponse,
288
288
  context: __SerdeContext
289
289
  ) => Promise<ListEntitlementsCommandOutput>;
290
- export declare const deserializeAws_restJson1ListFlowsCommand: (
290
+ export declare const de_ListFlowsCommand: (
291
291
  output: __HttpResponse,
292
292
  context: __SerdeContext
293
293
  ) => Promise<ListFlowsCommandOutput>;
294
- export declare const deserializeAws_restJson1ListOfferingsCommand: (
294
+ export declare const de_ListOfferingsCommand: (
295
295
  output: __HttpResponse,
296
296
  context: __SerdeContext
297
297
  ) => Promise<ListOfferingsCommandOutput>;
298
- export declare const deserializeAws_restJson1ListReservationsCommand: (
298
+ export declare const de_ListReservationsCommand: (
299
299
  output: __HttpResponse,
300
300
  context: __SerdeContext
301
301
  ) => Promise<ListReservationsCommandOutput>;
302
- export declare const deserializeAws_restJson1ListTagsForResourceCommand: (
302
+ export declare const de_ListTagsForResourceCommand: (
303
303
  output: __HttpResponse,
304
304
  context: __SerdeContext
305
305
  ) => Promise<ListTagsForResourceCommandOutput>;
306
- export declare const deserializeAws_restJson1PurchaseOfferingCommand: (
306
+ export declare const de_PurchaseOfferingCommand: (
307
307
  output: __HttpResponse,
308
308
  context: __SerdeContext
309
309
  ) => Promise<PurchaseOfferingCommandOutput>;
310
- export declare const deserializeAws_restJson1RemoveFlowMediaStreamCommand: (
310
+ export declare const de_RemoveFlowMediaStreamCommand: (
311
311
  output: __HttpResponse,
312
312
  context: __SerdeContext
313
313
  ) => Promise<RemoveFlowMediaStreamCommandOutput>;
314
- export declare const deserializeAws_restJson1RemoveFlowOutputCommand: (
314
+ export declare const de_RemoveFlowOutputCommand: (
315
315
  output: __HttpResponse,
316
316
  context: __SerdeContext
317
317
  ) => Promise<RemoveFlowOutputCommandOutput>;
318
- export declare const deserializeAws_restJson1RemoveFlowSourceCommand: (
318
+ export declare const de_RemoveFlowSourceCommand: (
319
319
  output: __HttpResponse,
320
320
  context: __SerdeContext
321
321
  ) => Promise<RemoveFlowSourceCommandOutput>;
322
- export declare const deserializeAws_restJson1RemoveFlowVpcInterfaceCommand: (
322
+ export declare const de_RemoveFlowVpcInterfaceCommand: (
323
323
  output: __HttpResponse,
324
324
  context: __SerdeContext
325
325
  ) => Promise<RemoveFlowVpcInterfaceCommandOutput>;
326
- export declare const deserializeAws_restJson1RevokeFlowEntitlementCommand: (
326
+ export declare const de_RevokeFlowEntitlementCommand: (
327
327
  output: __HttpResponse,
328
328
  context: __SerdeContext
329
329
  ) => Promise<RevokeFlowEntitlementCommandOutput>;
330
- export declare const deserializeAws_restJson1StartFlowCommand: (
330
+ export declare const de_StartFlowCommand: (
331
331
  output: __HttpResponse,
332
332
  context: __SerdeContext
333
333
  ) => Promise<StartFlowCommandOutput>;
334
- export declare const deserializeAws_restJson1StopFlowCommand: (
334
+ export declare const de_StopFlowCommand: (
335
335
  output: __HttpResponse,
336
336
  context: __SerdeContext
337
337
  ) => Promise<StopFlowCommandOutput>;
338
- export declare const deserializeAws_restJson1TagResourceCommand: (
338
+ export declare const de_TagResourceCommand: (
339
339
  output: __HttpResponse,
340
340
  context: __SerdeContext
341
341
  ) => Promise<TagResourceCommandOutput>;
342
- export declare const deserializeAws_restJson1UntagResourceCommand: (
342
+ export declare const de_UntagResourceCommand: (
343
343
  output: __HttpResponse,
344
344
  context: __SerdeContext
345
345
  ) => Promise<UntagResourceCommandOutput>;
346
- export declare const deserializeAws_restJson1UpdateFlowCommand: (
346
+ export declare const de_UpdateFlowCommand: (
347
347
  output: __HttpResponse,
348
348
  context: __SerdeContext
349
349
  ) => Promise<UpdateFlowCommandOutput>;
350
- export declare const deserializeAws_restJson1UpdateFlowEntitlementCommand: (
350
+ export declare const de_UpdateFlowEntitlementCommand: (
351
351
  output: __HttpResponse,
352
352
  context: __SerdeContext
353
353
  ) => Promise<UpdateFlowEntitlementCommandOutput>;
354
- export declare const deserializeAws_restJson1UpdateFlowMediaStreamCommand: (
354
+ export declare const de_UpdateFlowMediaStreamCommand: (
355
355
  output: __HttpResponse,
356
356
  context: __SerdeContext
357
357
  ) => Promise<UpdateFlowMediaStreamCommandOutput>;
358
- export declare const deserializeAws_restJson1UpdateFlowOutputCommand: (
358
+ export declare const de_UpdateFlowOutputCommand: (
359
359
  output: __HttpResponse,
360
360
  context: __SerdeContext
361
361
  ) => Promise<UpdateFlowOutputCommandOutput>;
362
- export declare const deserializeAws_restJson1UpdateFlowSourceCommand: (
362
+ export declare const de_UpdateFlowSourceCommand: (
363
363
  output: __HttpResponse,
364
364
  context: __SerdeContext
365
365
  ) => Promise<UpdateFlowSourceCommandOutput>;