@aws-sdk/client-mediaconnect 3.928.0 → 3.930.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 (73) hide show
  1. package/dist-cjs/index.js +7034 -3270
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/MediaConnectClient.js +2 -0
  4. package/dist-es/commands/AddBridgeOutputsCommand.js +3 -9
  5. package/dist-es/commands/AddBridgeSourcesCommand.js +3 -9
  6. package/dist-es/commands/AddFlowMediaStreamsCommand.js +3 -9
  7. package/dist-es/commands/AddFlowOutputsCommand.js +3 -9
  8. package/dist-es/commands/AddFlowSourcesCommand.js +3 -9
  9. package/dist-es/commands/AddFlowVpcInterfacesCommand.js +3 -9
  10. package/dist-es/commands/CreateBridgeCommand.js +3 -9
  11. package/dist-es/commands/CreateFlowCommand.js +3 -9
  12. package/dist-es/commands/CreateGatewayCommand.js +3 -9
  13. package/dist-es/commands/DeleteBridgeCommand.js +3 -9
  14. package/dist-es/commands/DeleteFlowCommand.js +3 -9
  15. package/dist-es/commands/DeleteGatewayCommand.js +3 -9
  16. package/dist-es/commands/DeregisterGatewayInstanceCommand.js +3 -9
  17. package/dist-es/commands/DescribeBridgeCommand.js +3 -9
  18. package/dist-es/commands/DescribeFlowCommand.js +3 -9
  19. package/dist-es/commands/DescribeFlowSourceMetadataCommand.js +3 -9
  20. package/dist-es/commands/DescribeFlowSourceThumbnailCommand.js +3 -9
  21. package/dist-es/commands/DescribeGatewayCommand.js +3 -9
  22. package/dist-es/commands/DescribeGatewayInstanceCommand.js +3 -9
  23. package/dist-es/commands/DescribeOfferingCommand.js +3 -9
  24. package/dist-es/commands/DescribeReservationCommand.js +3 -9
  25. package/dist-es/commands/GrantFlowEntitlementsCommand.js +3 -9
  26. package/dist-es/commands/ListBridgesCommand.js +3 -9
  27. package/dist-es/commands/ListEntitlementsCommand.js +3 -9
  28. package/dist-es/commands/ListFlowsCommand.js +3 -9
  29. package/dist-es/commands/ListGatewayInstancesCommand.js +3 -9
  30. package/dist-es/commands/ListGatewaysCommand.js +3 -9
  31. package/dist-es/commands/ListOfferingsCommand.js +3 -9
  32. package/dist-es/commands/ListReservationsCommand.js +3 -9
  33. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  34. package/dist-es/commands/PurchaseOfferingCommand.js +3 -9
  35. package/dist-es/commands/RemoveBridgeOutputCommand.js +3 -9
  36. package/dist-es/commands/RemoveBridgeSourceCommand.js +3 -9
  37. package/dist-es/commands/RemoveFlowMediaStreamCommand.js +3 -9
  38. package/dist-es/commands/RemoveFlowOutputCommand.js +3 -9
  39. package/dist-es/commands/RemoveFlowSourceCommand.js +3 -9
  40. package/dist-es/commands/RemoveFlowVpcInterfaceCommand.js +3 -9
  41. package/dist-es/commands/RevokeFlowEntitlementCommand.js +3 -9
  42. package/dist-es/commands/StartFlowCommand.js +3 -9
  43. package/dist-es/commands/StopFlowCommand.js +3 -9
  44. package/dist-es/commands/TagResourceCommand.js +3 -9
  45. package/dist-es/commands/UntagResourceCommand.js +3 -9
  46. package/dist-es/commands/UpdateBridgeCommand.js +3 -9
  47. package/dist-es/commands/UpdateBridgeOutputCommand.js +3 -9
  48. package/dist-es/commands/UpdateBridgeSourceCommand.js +3 -9
  49. package/dist-es/commands/UpdateBridgeStateCommand.js +3 -9
  50. package/dist-es/commands/UpdateFlowCommand.js +3 -9
  51. package/dist-es/commands/UpdateFlowEntitlementCommand.js +3 -9
  52. package/dist-es/commands/UpdateFlowMediaStreamCommand.js +3 -9
  53. package/dist-es/commands/UpdateFlowOutputCommand.js +3 -9
  54. package/dist-es/commands/UpdateFlowSourceCommand.js +3 -9
  55. package/dist-es/commands/UpdateGatewayInstanceCommand.js +3 -9
  56. package/dist-es/runtimeConfig.shared.js +2 -0
  57. package/dist-es/schemas/schemas_0.js +6901 -0
  58. package/dist-types/MediaConnectClient.d.ts +10 -1
  59. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  60. package/dist-types/runtimeConfig.d.ts +1 -0
  61. package/dist-types/runtimeConfig.native.d.ts +1 -0
  62. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  63. package/dist-types/schemas/schemas_0.d.ts +296 -0
  64. package/dist-types/ts3.4/MediaConnectClient.d.ts +4 -0
  65. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  66. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  67. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  68. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  69. package/dist-types/ts3.4/schemas/schemas_0.d.ts +301 -0
  70. package/package.json +34 -34
  71. package/dist-es/protocols/Aws_restJson1.js +0 -2877
  72. package/dist-types/protocols/Aws_restJson1.d.ts +0 -470
  73. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -629
@@ -1,470 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@smithy/types";
3
- import { AddBridgeOutputsCommandInput, AddBridgeOutputsCommandOutput } from "../commands/AddBridgeOutputsCommand";
4
- import { AddBridgeSourcesCommandInput, AddBridgeSourcesCommandOutput } from "../commands/AddBridgeSourcesCommand";
5
- import { AddFlowMediaStreamsCommandInput, AddFlowMediaStreamsCommandOutput } from "../commands/AddFlowMediaStreamsCommand";
6
- import { AddFlowOutputsCommandInput, AddFlowOutputsCommandOutput } from "../commands/AddFlowOutputsCommand";
7
- import { AddFlowSourcesCommandInput, AddFlowSourcesCommandOutput } from "../commands/AddFlowSourcesCommand";
8
- import { AddFlowVpcInterfacesCommandInput, AddFlowVpcInterfacesCommandOutput } from "../commands/AddFlowVpcInterfacesCommand";
9
- import { CreateBridgeCommandInput, CreateBridgeCommandOutput } from "../commands/CreateBridgeCommand";
10
- import { CreateFlowCommandInput, CreateFlowCommandOutput } from "../commands/CreateFlowCommand";
11
- import { CreateGatewayCommandInput, CreateGatewayCommandOutput } from "../commands/CreateGatewayCommand";
12
- import { DeleteBridgeCommandInput, DeleteBridgeCommandOutput } from "../commands/DeleteBridgeCommand";
13
- import { DeleteFlowCommandInput, DeleteFlowCommandOutput } from "../commands/DeleteFlowCommand";
14
- import { DeleteGatewayCommandInput, DeleteGatewayCommandOutput } from "../commands/DeleteGatewayCommand";
15
- import { DeregisterGatewayInstanceCommandInput, DeregisterGatewayInstanceCommandOutput } from "../commands/DeregisterGatewayInstanceCommand";
16
- import { DescribeBridgeCommandInput, DescribeBridgeCommandOutput } from "../commands/DescribeBridgeCommand";
17
- import { DescribeFlowCommandInput, DescribeFlowCommandOutput } from "../commands/DescribeFlowCommand";
18
- import { DescribeFlowSourceMetadataCommandInput, DescribeFlowSourceMetadataCommandOutput } from "../commands/DescribeFlowSourceMetadataCommand";
19
- import { DescribeFlowSourceThumbnailCommandInput, DescribeFlowSourceThumbnailCommandOutput } from "../commands/DescribeFlowSourceThumbnailCommand";
20
- import { DescribeGatewayCommandInput, DescribeGatewayCommandOutput } from "../commands/DescribeGatewayCommand";
21
- import { DescribeGatewayInstanceCommandInput, DescribeGatewayInstanceCommandOutput } from "../commands/DescribeGatewayInstanceCommand";
22
- import { DescribeOfferingCommandInput, DescribeOfferingCommandOutput } from "../commands/DescribeOfferingCommand";
23
- import { DescribeReservationCommandInput, DescribeReservationCommandOutput } from "../commands/DescribeReservationCommand";
24
- import { GrantFlowEntitlementsCommandInput, GrantFlowEntitlementsCommandOutput } from "../commands/GrantFlowEntitlementsCommand";
25
- import { ListBridgesCommandInput, ListBridgesCommandOutput } from "../commands/ListBridgesCommand";
26
- import { ListEntitlementsCommandInput, ListEntitlementsCommandOutput } from "../commands/ListEntitlementsCommand";
27
- import { ListFlowsCommandInput, ListFlowsCommandOutput } from "../commands/ListFlowsCommand";
28
- import { ListGatewayInstancesCommandInput, ListGatewayInstancesCommandOutput } from "../commands/ListGatewayInstancesCommand";
29
- import { ListGatewaysCommandInput, ListGatewaysCommandOutput } from "../commands/ListGatewaysCommand";
30
- import { ListOfferingsCommandInput, ListOfferingsCommandOutput } from "../commands/ListOfferingsCommand";
31
- import { ListReservationsCommandInput, ListReservationsCommandOutput } from "../commands/ListReservationsCommand";
32
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
33
- import { PurchaseOfferingCommandInput, PurchaseOfferingCommandOutput } from "../commands/PurchaseOfferingCommand";
34
- import { RemoveBridgeOutputCommandInput, RemoveBridgeOutputCommandOutput } from "../commands/RemoveBridgeOutputCommand";
35
- import { RemoveBridgeSourceCommandInput, RemoveBridgeSourceCommandOutput } from "../commands/RemoveBridgeSourceCommand";
36
- import { RemoveFlowMediaStreamCommandInput, RemoveFlowMediaStreamCommandOutput } from "../commands/RemoveFlowMediaStreamCommand";
37
- import { RemoveFlowOutputCommandInput, RemoveFlowOutputCommandOutput } from "../commands/RemoveFlowOutputCommand";
38
- import { RemoveFlowSourceCommandInput, RemoveFlowSourceCommandOutput } from "../commands/RemoveFlowSourceCommand";
39
- import { RemoveFlowVpcInterfaceCommandInput, RemoveFlowVpcInterfaceCommandOutput } from "../commands/RemoveFlowVpcInterfaceCommand";
40
- import { RevokeFlowEntitlementCommandInput, RevokeFlowEntitlementCommandOutput } from "../commands/RevokeFlowEntitlementCommand";
41
- import { StartFlowCommandInput, StartFlowCommandOutput } from "../commands/StartFlowCommand";
42
- import { StopFlowCommandInput, StopFlowCommandOutput } from "../commands/StopFlowCommand";
43
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
44
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
45
- import { UpdateBridgeCommandInput, UpdateBridgeCommandOutput } from "../commands/UpdateBridgeCommand";
46
- import { UpdateBridgeOutputCommandInput, UpdateBridgeOutputCommandOutput } from "../commands/UpdateBridgeOutputCommand";
47
- import { UpdateBridgeSourceCommandInput, UpdateBridgeSourceCommandOutput } from "../commands/UpdateBridgeSourceCommand";
48
- import { UpdateBridgeStateCommandInput, UpdateBridgeStateCommandOutput } from "../commands/UpdateBridgeStateCommand";
49
- import { UpdateFlowCommandInput, UpdateFlowCommandOutput } from "../commands/UpdateFlowCommand";
50
- import { UpdateFlowEntitlementCommandInput, UpdateFlowEntitlementCommandOutput } from "../commands/UpdateFlowEntitlementCommand";
51
- import { UpdateFlowMediaStreamCommandInput, UpdateFlowMediaStreamCommandOutput } from "../commands/UpdateFlowMediaStreamCommand";
52
- import { UpdateFlowOutputCommandInput, UpdateFlowOutputCommandOutput } from "../commands/UpdateFlowOutputCommand";
53
- import { UpdateFlowSourceCommandInput, UpdateFlowSourceCommandOutput } from "../commands/UpdateFlowSourceCommand";
54
- import { UpdateGatewayInstanceCommandInput, UpdateGatewayInstanceCommandOutput } from "../commands/UpdateGatewayInstanceCommand";
55
- /**
56
- * serializeAws_restJson1AddBridgeOutputsCommand
57
- */
58
- export declare const se_AddBridgeOutputsCommand: (input: AddBridgeOutputsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
59
- /**
60
- * serializeAws_restJson1AddBridgeSourcesCommand
61
- */
62
- export declare const se_AddBridgeSourcesCommand: (input: AddBridgeSourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
63
- /**
64
- * serializeAws_restJson1AddFlowMediaStreamsCommand
65
- */
66
- export declare const se_AddFlowMediaStreamsCommand: (input: AddFlowMediaStreamsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
67
- /**
68
- * serializeAws_restJson1AddFlowOutputsCommand
69
- */
70
- export declare const se_AddFlowOutputsCommand: (input: AddFlowOutputsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
71
- /**
72
- * serializeAws_restJson1AddFlowSourcesCommand
73
- */
74
- export declare const se_AddFlowSourcesCommand: (input: AddFlowSourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
75
- /**
76
- * serializeAws_restJson1AddFlowVpcInterfacesCommand
77
- */
78
- export declare const se_AddFlowVpcInterfacesCommand: (input: AddFlowVpcInterfacesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
79
- /**
80
- * serializeAws_restJson1CreateBridgeCommand
81
- */
82
- export declare const se_CreateBridgeCommand: (input: CreateBridgeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
83
- /**
84
- * serializeAws_restJson1CreateFlowCommand
85
- */
86
- export declare const se_CreateFlowCommand: (input: CreateFlowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
87
- /**
88
- * serializeAws_restJson1CreateGatewayCommand
89
- */
90
- export declare const se_CreateGatewayCommand: (input: CreateGatewayCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
91
- /**
92
- * serializeAws_restJson1DeleteBridgeCommand
93
- */
94
- export declare const se_DeleteBridgeCommand: (input: DeleteBridgeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
95
- /**
96
- * serializeAws_restJson1DeleteFlowCommand
97
- */
98
- export declare const se_DeleteFlowCommand: (input: DeleteFlowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
99
- /**
100
- * serializeAws_restJson1DeleteGatewayCommand
101
- */
102
- export declare const se_DeleteGatewayCommand: (input: DeleteGatewayCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
103
- /**
104
- * serializeAws_restJson1DeregisterGatewayInstanceCommand
105
- */
106
- export declare const se_DeregisterGatewayInstanceCommand: (input: DeregisterGatewayInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
107
- /**
108
- * serializeAws_restJson1DescribeBridgeCommand
109
- */
110
- export declare const se_DescribeBridgeCommand: (input: DescribeBridgeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
111
- /**
112
- * serializeAws_restJson1DescribeFlowCommand
113
- */
114
- export declare const se_DescribeFlowCommand: (input: DescribeFlowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
115
- /**
116
- * serializeAws_restJson1DescribeFlowSourceMetadataCommand
117
- */
118
- export declare const se_DescribeFlowSourceMetadataCommand: (input: DescribeFlowSourceMetadataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
119
- /**
120
- * serializeAws_restJson1DescribeFlowSourceThumbnailCommand
121
- */
122
- export declare const se_DescribeFlowSourceThumbnailCommand: (input: DescribeFlowSourceThumbnailCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
123
- /**
124
- * serializeAws_restJson1DescribeGatewayCommand
125
- */
126
- export declare const se_DescribeGatewayCommand: (input: DescribeGatewayCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
127
- /**
128
- * serializeAws_restJson1DescribeGatewayInstanceCommand
129
- */
130
- export declare const se_DescribeGatewayInstanceCommand: (input: DescribeGatewayInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
131
- /**
132
- * serializeAws_restJson1DescribeOfferingCommand
133
- */
134
- export declare const se_DescribeOfferingCommand: (input: DescribeOfferingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
135
- /**
136
- * serializeAws_restJson1DescribeReservationCommand
137
- */
138
- export declare const se_DescribeReservationCommand: (input: DescribeReservationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
139
- /**
140
- * serializeAws_restJson1GrantFlowEntitlementsCommand
141
- */
142
- export declare const se_GrantFlowEntitlementsCommand: (input: GrantFlowEntitlementsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
143
- /**
144
- * serializeAws_restJson1ListBridgesCommand
145
- */
146
- export declare const se_ListBridgesCommand: (input: ListBridgesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
147
- /**
148
- * serializeAws_restJson1ListEntitlementsCommand
149
- */
150
- export declare const se_ListEntitlementsCommand: (input: ListEntitlementsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
151
- /**
152
- * serializeAws_restJson1ListFlowsCommand
153
- */
154
- export declare const se_ListFlowsCommand: (input: ListFlowsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
155
- /**
156
- * serializeAws_restJson1ListGatewayInstancesCommand
157
- */
158
- export declare const se_ListGatewayInstancesCommand: (input: ListGatewayInstancesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
159
- /**
160
- * serializeAws_restJson1ListGatewaysCommand
161
- */
162
- export declare const se_ListGatewaysCommand: (input: ListGatewaysCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
163
- /**
164
- * serializeAws_restJson1ListOfferingsCommand
165
- */
166
- export declare const se_ListOfferingsCommand: (input: ListOfferingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
167
- /**
168
- * serializeAws_restJson1ListReservationsCommand
169
- */
170
- export declare const se_ListReservationsCommand: (input: ListReservationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
171
- /**
172
- * serializeAws_restJson1ListTagsForResourceCommand
173
- */
174
- export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
175
- /**
176
- * serializeAws_restJson1PurchaseOfferingCommand
177
- */
178
- export declare const se_PurchaseOfferingCommand: (input: PurchaseOfferingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
179
- /**
180
- * serializeAws_restJson1RemoveBridgeOutputCommand
181
- */
182
- export declare const se_RemoveBridgeOutputCommand: (input: RemoveBridgeOutputCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
183
- /**
184
- * serializeAws_restJson1RemoveBridgeSourceCommand
185
- */
186
- export declare const se_RemoveBridgeSourceCommand: (input: RemoveBridgeSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
187
- /**
188
- * serializeAws_restJson1RemoveFlowMediaStreamCommand
189
- */
190
- export declare const se_RemoveFlowMediaStreamCommand: (input: RemoveFlowMediaStreamCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
191
- /**
192
- * serializeAws_restJson1RemoveFlowOutputCommand
193
- */
194
- export declare const se_RemoveFlowOutputCommand: (input: RemoveFlowOutputCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
195
- /**
196
- * serializeAws_restJson1RemoveFlowSourceCommand
197
- */
198
- export declare const se_RemoveFlowSourceCommand: (input: RemoveFlowSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
199
- /**
200
- * serializeAws_restJson1RemoveFlowVpcInterfaceCommand
201
- */
202
- export declare const se_RemoveFlowVpcInterfaceCommand: (input: RemoveFlowVpcInterfaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
203
- /**
204
- * serializeAws_restJson1RevokeFlowEntitlementCommand
205
- */
206
- export declare const se_RevokeFlowEntitlementCommand: (input: RevokeFlowEntitlementCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
207
- /**
208
- * serializeAws_restJson1StartFlowCommand
209
- */
210
- export declare const se_StartFlowCommand: (input: StartFlowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
211
- /**
212
- * serializeAws_restJson1StopFlowCommand
213
- */
214
- export declare const se_StopFlowCommand: (input: StopFlowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
215
- /**
216
- * serializeAws_restJson1TagResourceCommand
217
- */
218
- export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
219
- /**
220
- * serializeAws_restJson1UntagResourceCommand
221
- */
222
- export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
223
- /**
224
- * serializeAws_restJson1UpdateBridgeCommand
225
- */
226
- export declare const se_UpdateBridgeCommand: (input: UpdateBridgeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
227
- /**
228
- * serializeAws_restJson1UpdateBridgeOutputCommand
229
- */
230
- export declare const se_UpdateBridgeOutputCommand: (input: UpdateBridgeOutputCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
231
- /**
232
- * serializeAws_restJson1UpdateBridgeSourceCommand
233
- */
234
- export declare const se_UpdateBridgeSourceCommand: (input: UpdateBridgeSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
235
- /**
236
- * serializeAws_restJson1UpdateBridgeStateCommand
237
- */
238
- export declare const se_UpdateBridgeStateCommand: (input: UpdateBridgeStateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
239
- /**
240
- * serializeAws_restJson1UpdateFlowCommand
241
- */
242
- export declare const se_UpdateFlowCommand: (input: UpdateFlowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
243
- /**
244
- * serializeAws_restJson1UpdateFlowEntitlementCommand
245
- */
246
- export declare const se_UpdateFlowEntitlementCommand: (input: UpdateFlowEntitlementCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
247
- /**
248
- * serializeAws_restJson1UpdateFlowMediaStreamCommand
249
- */
250
- export declare const se_UpdateFlowMediaStreamCommand: (input: UpdateFlowMediaStreamCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
251
- /**
252
- * serializeAws_restJson1UpdateFlowOutputCommand
253
- */
254
- export declare const se_UpdateFlowOutputCommand: (input: UpdateFlowOutputCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
255
- /**
256
- * serializeAws_restJson1UpdateFlowSourceCommand
257
- */
258
- export declare const se_UpdateFlowSourceCommand: (input: UpdateFlowSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
259
- /**
260
- * serializeAws_restJson1UpdateGatewayInstanceCommand
261
- */
262
- export declare const se_UpdateGatewayInstanceCommand: (input: UpdateGatewayInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
263
- /**
264
- * deserializeAws_restJson1AddBridgeOutputsCommand
265
- */
266
- export declare const de_AddBridgeOutputsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddBridgeOutputsCommandOutput>;
267
- /**
268
- * deserializeAws_restJson1AddBridgeSourcesCommand
269
- */
270
- export declare const de_AddBridgeSourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddBridgeSourcesCommandOutput>;
271
- /**
272
- * deserializeAws_restJson1AddFlowMediaStreamsCommand
273
- */
274
- export declare const de_AddFlowMediaStreamsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddFlowMediaStreamsCommandOutput>;
275
- /**
276
- * deserializeAws_restJson1AddFlowOutputsCommand
277
- */
278
- export declare const de_AddFlowOutputsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddFlowOutputsCommandOutput>;
279
- /**
280
- * deserializeAws_restJson1AddFlowSourcesCommand
281
- */
282
- export declare const de_AddFlowSourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddFlowSourcesCommandOutput>;
283
- /**
284
- * deserializeAws_restJson1AddFlowVpcInterfacesCommand
285
- */
286
- export declare const de_AddFlowVpcInterfacesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddFlowVpcInterfacesCommandOutput>;
287
- /**
288
- * deserializeAws_restJson1CreateBridgeCommand
289
- */
290
- export declare const de_CreateBridgeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateBridgeCommandOutput>;
291
- /**
292
- * deserializeAws_restJson1CreateFlowCommand
293
- */
294
- export declare const de_CreateFlowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateFlowCommandOutput>;
295
- /**
296
- * deserializeAws_restJson1CreateGatewayCommand
297
- */
298
- export declare const de_CreateGatewayCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateGatewayCommandOutput>;
299
- /**
300
- * deserializeAws_restJson1DeleteBridgeCommand
301
- */
302
- export declare const de_DeleteBridgeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteBridgeCommandOutput>;
303
- /**
304
- * deserializeAws_restJson1DeleteFlowCommand
305
- */
306
- export declare const de_DeleteFlowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFlowCommandOutput>;
307
- /**
308
- * deserializeAws_restJson1DeleteGatewayCommand
309
- */
310
- export declare const de_DeleteGatewayCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteGatewayCommandOutput>;
311
- /**
312
- * deserializeAws_restJson1DeregisterGatewayInstanceCommand
313
- */
314
- export declare const de_DeregisterGatewayInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeregisterGatewayInstanceCommandOutput>;
315
- /**
316
- * deserializeAws_restJson1DescribeBridgeCommand
317
- */
318
- export declare const de_DescribeBridgeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeBridgeCommandOutput>;
319
- /**
320
- * deserializeAws_restJson1DescribeFlowCommand
321
- */
322
- export declare const de_DescribeFlowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFlowCommandOutput>;
323
- /**
324
- * deserializeAws_restJson1DescribeFlowSourceMetadataCommand
325
- */
326
- export declare const de_DescribeFlowSourceMetadataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFlowSourceMetadataCommandOutput>;
327
- /**
328
- * deserializeAws_restJson1DescribeFlowSourceThumbnailCommand
329
- */
330
- export declare const de_DescribeFlowSourceThumbnailCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFlowSourceThumbnailCommandOutput>;
331
- /**
332
- * deserializeAws_restJson1DescribeGatewayCommand
333
- */
334
- export declare const de_DescribeGatewayCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeGatewayCommandOutput>;
335
- /**
336
- * deserializeAws_restJson1DescribeGatewayInstanceCommand
337
- */
338
- export declare const de_DescribeGatewayInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeGatewayInstanceCommandOutput>;
339
- /**
340
- * deserializeAws_restJson1DescribeOfferingCommand
341
- */
342
- export declare const de_DescribeOfferingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeOfferingCommandOutput>;
343
- /**
344
- * deserializeAws_restJson1DescribeReservationCommand
345
- */
346
- export declare const de_DescribeReservationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeReservationCommandOutput>;
347
- /**
348
- * deserializeAws_restJson1GrantFlowEntitlementsCommand
349
- */
350
- export declare const de_GrantFlowEntitlementsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GrantFlowEntitlementsCommandOutput>;
351
- /**
352
- * deserializeAws_restJson1ListBridgesCommand
353
- */
354
- export declare const de_ListBridgesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListBridgesCommandOutput>;
355
- /**
356
- * deserializeAws_restJson1ListEntitlementsCommand
357
- */
358
- export declare const de_ListEntitlementsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEntitlementsCommandOutput>;
359
- /**
360
- * deserializeAws_restJson1ListFlowsCommand
361
- */
362
- export declare const de_ListFlowsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFlowsCommandOutput>;
363
- /**
364
- * deserializeAws_restJson1ListGatewayInstancesCommand
365
- */
366
- export declare const de_ListGatewayInstancesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListGatewayInstancesCommandOutput>;
367
- /**
368
- * deserializeAws_restJson1ListGatewaysCommand
369
- */
370
- export declare const de_ListGatewaysCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListGatewaysCommandOutput>;
371
- /**
372
- * deserializeAws_restJson1ListOfferingsCommand
373
- */
374
- export declare const de_ListOfferingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListOfferingsCommandOutput>;
375
- /**
376
- * deserializeAws_restJson1ListReservationsCommand
377
- */
378
- export declare const de_ListReservationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListReservationsCommandOutput>;
379
- /**
380
- * deserializeAws_restJson1ListTagsForResourceCommand
381
- */
382
- export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
383
- /**
384
- * deserializeAws_restJson1PurchaseOfferingCommand
385
- */
386
- export declare const de_PurchaseOfferingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PurchaseOfferingCommandOutput>;
387
- /**
388
- * deserializeAws_restJson1RemoveBridgeOutputCommand
389
- */
390
- export declare const de_RemoveBridgeOutputCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemoveBridgeOutputCommandOutput>;
391
- /**
392
- * deserializeAws_restJson1RemoveBridgeSourceCommand
393
- */
394
- export declare const de_RemoveBridgeSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemoveBridgeSourceCommandOutput>;
395
- /**
396
- * deserializeAws_restJson1RemoveFlowMediaStreamCommand
397
- */
398
- export declare const de_RemoveFlowMediaStreamCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemoveFlowMediaStreamCommandOutput>;
399
- /**
400
- * deserializeAws_restJson1RemoveFlowOutputCommand
401
- */
402
- export declare const de_RemoveFlowOutputCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemoveFlowOutputCommandOutput>;
403
- /**
404
- * deserializeAws_restJson1RemoveFlowSourceCommand
405
- */
406
- export declare const de_RemoveFlowSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemoveFlowSourceCommandOutput>;
407
- /**
408
- * deserializeAws_restJson1RemoveFlowVpcInterfaceCommand
409
- */
410
- export declare const de_RemoveFlowVpcInterfaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemoveFlowVpcInterfaceCommandOutput>;
411
- /**
412
- * deserializeAws_restJson1RevokeFlowEntitlementCommand
413
- */
414
- export declare const de_RevokeFlowEntitlementCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RevokeFlowEntitlementCommandOutput>;
415
- /**
416
- * deserializeAws_restJson1StartFlowCommand
417
- */
418
- export declare const de_StartFlowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartFlowCommandOutput>;
419
- /**
420
- * deserializeAws_restJson1StopFlowCommand
421
- */
422
- export declare const de_StopFlowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopFlowCommandOutput>;
423
- /**
424
- * deserializeAws_restJson1TagResourceCommand
425
- */
426
- export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
427
- /**
428
- * deserializeAws_restJson1UntagResourceCommand
429
- */
430
- export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
431
- /**
432
- * deserializeAws_restJson1UpdateBridgeCommand
433
- */
434
- export declare const de_UpdateBridgeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateBridgeCommandOutput>;
435
- /**
436
- * deserializeAws_restJson1UpdateBridgeOutputCommand
437
- */
438
- export declare const de_UpdateBridgeOutputCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateBridgeOutputCommandOutput>;
439
- /**
440
- * deserializeAws_restJson1UpdateBridgeSourceCommand
441
- */
442
- export declare const de_UpdateBridgeSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateBridgeSourceCommandOutput>;
443
- /**
444
- * deserializeAws_restJson1UpdateBridgeStateCommand
445
- */
446
- export declare const de_UpdateBridgeStateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateBridgeStateCommandOutput>;
447
- /**
448
- * deserializeAws_restJson1UpdateFlowCommand
449
- */
450
- export declare const de_UpdateFlowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFlowCommandOutput>;
451
- /**
452
- * deserializeAws_restJson1UpdateFlowEntitlementCommand
453
- */
454
- export declare const de_UpdateFlowEntitlementCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFlowEntitlementCommandOutput>;
455
- /**
456
- * deserializeAws_restJson1UpdateFlowMediaStreamCommand
457
- */
458
- export declare const de_UpdateFlowMediaStreamCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFlowMediaStreamCommandOutput>;
459
- /**
460
- * deserializeAws_restJson1UpdateFlowOutputCommand
461
- */
462
- export declare const de_UpdateFlowOutputCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFlowOutputCommandOutput>;
463
- /**
464
- * deserializeAws_restJson1UpdateFlowSourceCommand
465
- */
466
- export declare const de_UpdateFlowSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFlowSourceCommandOutput>;
467
- /**
468
- * deserializeAws_restJson1UpdateGatewayInstanceCommand
469
- */
470
- export declare const de_UpdateGatewayInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateGatewayInstanceCommandOutput>;