@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.
- package/dist-cjs/commands/AddFlowMediaStreamsCommand.js +2 -2
- package/dist-cjs/commands/AddFlowOutputsCommand.js +2 -2
- package/dist-cjs/commands/AddFlowSourcesCommand.js +2 -2
- package/dist-cjs/commands/AddFlowVpcInterfacesCommand.js +2 -2
- package/dist-cjs/commands/CreateFlowCommand.js +2 -2
- package/dist-cjs/commands/DeleteFlowCommand.js +2 -2
- package/dist-cjs/commands/DescribeFlowCommand.js +2 -2
- package/dist-cjs/commands/DescribeOfferingCommand.js +2 -2
- package/dist-cjs/commands/DescribeReservationCommand.js +2 -2
- package/dist-cjs/commands/GrantFlowEntitlementsCommand.js +2 -2
- package/dist-cjs/commands/ListEntitlementsCommand.js +2 -2
- package/dist-cjs/commands/ListFlowsCommand.js +2 -2
- package/dist-cjs/commands/ListOfferingsCommand.js +2 -2
- package/dist-cjs/commands/ListReservationsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/PurchaseOfferingCommand.js +2 -2
- package/dist-cjs/commands/RemoveFlowMediaStreamCommand.js +2 -2
- package/dist-cjs/commands/RemoveFlowOutputCommand.js +2 -2
- package/dist-cjs/commands/RemoveFlowSourceCommand.js +2 -2
- package/dist-cjs/commands/RemoveFlowVpcInterfaceCommand.js +2 -2
- package/dist-cjs/commands/RevokeFlowEntitlementCommand.js +2 -2
- package/dist-cjs/commands/StartFlowCommand.js +2 -2
- package/dist-cjs/commands/StopFlowCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateFlowCommand.js +2 -2
- package/dist-cjs/commands/UpdateFlowEntitlementCommand.js +2 -2
- package/dist-cjs/commands/UpdateFlowMediaStreamCommand.js +2 -2
- package/dist-cjs/commands/UpdateFlowOutputCommand.js +2 -2
- package/dist-cjs/commands/UpdateFlowSourceCommand.js +2 -2
- package/dist-cjs/protocols/Aws_restJson1.js +546 -592
- package/dist-es/commands/AddFlowMediaStreamsCommand.js +3 -3
- package/dist-es/commands/AddFlowOutputsCommand.js +3 -3
- package/dist-es/commands/AddFlowSourcesCommand.js +3 -3
- package/dist-es/commands/AddFlowVpcInterfacesCommand.js +3 -3
- package/dist-es/commands/CreateFlowCommand.js +3 -3
- package/dist-es/commands/DeleteFlowCommand.js +3 -3
- package/dist-es/commands/DescribeFlowCommand.js +3 -3
- package/dist-es/commands/DescribeOfferingCommand.js +3 -3
- package/dist-es/commands/DescribeReservationCommand.js +3 -3
- package/dist-es/commands/GrantFlowEntitlementsCommand.js +3 -3
- package/dist-es/commands/ListEntitlementsCommand.js +3 -3
- package/dist-es/commands/ListFlowsCommand.js +3 -3
- package/dist-es/commands/ListOfferingsCommand.js +3 -3
- package/dist-es/commands/ListReservationsCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/PurchaseOfferingCommand.js +3 -3
- package/dist-es/commands/RemoveFlowMediaStreamCommand.js +3 -3
- package/dist-es/commands/RemoveFlowOutputCommand.js +3 -3
- package/dist-es/commands/RemoveFlowSourceCommand.js +3 -3
- package/dist-es/commands/RemoveFlowVpcInterfaceCommand.js +3 -3
- package/dist-es/commands/RevokeFlowEntitlementCommand.js +3 -3
- package/dist-es/commands/StartFlowCommand.js +3 -3
- package/dist-es/commands/StopFlowCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateFlowCommand.js +3 -3
- package/dist-es/commands/UpdateFlowEntitlementCommand.js +3 -3
- package/dist-es/commands/UpdateFlowMediaStreamCommand.js +3 -3
- package/dist-es/commands/UpdateFlowOutputCommand.js +3 -3
- package/dist-es/commands/UpdateFlowSourceCommand.js +3 -3
- package/dist-es/protocols/Aws_restJson1.js +484 -530
- package/dist-types/protocols/Aws_restJson1.d.ts +240 -60
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +60 -60
- 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
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
export declare const
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
export declare const
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
export declare const
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
export declare const
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
export declare const
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
export declare const
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
export declare const
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
export declare const
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
export declare const
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
export declare const
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
export declare const
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
export declare const
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
export declare const
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
export declare const
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
export declare const
|
|
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
|
|
126
|
+
export declare const se_AddFlowMediaStreamsCommand: (
|
|
127
127
|
input: AddFlowMediaStreamsCommandInput,
|
|
128
128
|
context: __SerdeContext
|
|
129
129
|
) => Promise<__HttpRequest>;
|
|
130
|
-
export declare const
|
|
130
|
+
export declare const se_AddFlowOutputsCommand: (
|
|
131
131
|
input: AddFlowOutputsCommandInput,
|
|
132
132
|
context: __SerdeContext
|
|
133
133
|
) => Promise<__HttpRequest>;
|
|
134
|
-
export declare const
|
|
134
|
+
export declare const se_AddFlowSourcesCommand: (
|
|
135
135
|
input: AddFlowSourcesCommandInput,
|
|
136
136
|
context: __SerdeContext
|
|
137
137
|
) => Promise<__HttpRequest>;
|
|
138
|
-
export declare const
|
|
138
|
+
export declare const se_AddFlowVpcInterfacesCommand: (
|
|
139
139
|
input: AddFlowVpcInterfacesCommandInput,
|
|
140
140
|
context: __SerdeContext
|
|
141
141
|
) => Promise<__HttpRequest>;
|
|
142
|
-
export declare const
|
|
142
|
+
export declare const se_CreateFlowCommand: (
|
|
143
143
|
input: CreateFlowCommandInput,
|
|
144
144
|
context: __SerdeContext
|
|
145
145
|
) => Promise<__HttpRequest>;
|
|
146
|
-
export declare const
|
|
146
|
+
export declare const se_DeleteFlowCommand: (
|
|
147
147
|
input: DeleteFlowCommandInput,
|
|
148
148
|
context: __SerdeContext
|
|
149
149
|
) => Promise<__HttpRequest>;
|
|
150
|
-
export declare const
|
|
150
|
+
export declare const se_DescribeFlowCommand: (
|
|
151
151
|
input: DescribeFlowCommandInput,
|
|
152
152
|
context: __SerdeContext
|
|
153
153
|
) => Promise<__HttpRequest>;
|
|
154
|
-
export declare const
|
|
154
|
+
export declare const se_DescribeOfferingCommand: (
|
|
155
155
|
input: DescribeOfferingCommandInput,
|
|
156
156
|
context: __SerdeContext
|
|
157
157
|
) => Promise<__HttpRequest>;
|
|
158
|
-
export declare const
|
|
158
|
+
export declare const se_DescribeReservationCommand: (
|
|
159
159
|
input: DescribeReservationCommandInput,
|
|
160
160
|
context: __SerdeContext
|
|
161
161
|
) => Promise<__HttpRequest>;
|
|
162
|
-
export declare const
|
|
162
|
+
export declare const se_GrantFlowEntitlementsCommand: (
|
|
163
163
|
input: GrantFlowEntitlementsCommandInput,
|
|
164
164
|
context: __SerdeContext
|
|
165
165
|
) => Promise<__HttpRequest>;
|
|
166
|
-
export declare const
|
|
166
|
+
export declare const se_ListEntitlementsCommand: (
|
|
167
167
|
input: ListEntitlementsCommandInput,
|
|
168
168
|
context: __SerdeContext
|
|
169
169
|
) => Promise<__HttpRequest>;
|
|
170
|
-
export declare const
|
|
170
|
+
export declare const se_ListFlowsCommand: (
|
|
171
171
|
input: ListFlowsCommandInput,
|
|
172
172
|
context: __SerdeContext
|
|
173
173
|
) => Promise<__HttpRequest>;
|
|
174
|
-
export declare const
|
|
174
|
+
export declare const se_ListOfferingsCommand: (
|
|
175
175
|
input: ListOfferingsCommandInput,
|
|
176
176
|
context: __SerdeContext
|
|
177
177
|
) => Promise<__HttpRequest>;
|
|
178
|
-
export declare const
|
|
178
|
+
export declare const se_ListReservationsCommand: (
|
|
179
179
|
input: ListReservationsCommandInput,
|
|
180
180
|
context: __SerdeContext
|
|
181
181
|
) => Promise<__HttpRequest>;
|
|
182
|
-
export declare const
|
|
182
|
+
export declare const se_ListTagsForResourceCommand: (
|
|
183
183
|
input: ListTagsForResourceCommandInput,
|
|
184
184
|
context: __SerdeContext
|
|
185
185
|
) => Promise<__HttpRequest>;
|
|
186
|
-
export declare const
|
|
186
|
+
export declare const se_PurchaseOfferingCommand: (
|
|
187
187
|
input: PurchaseOfferingCommandInput,
|
|
188
188
|
context: __SerdeContext
|
|
189
189
|
) => Promise<__HttpRequest>;
|
|
190
|
-
export declare const
|
|
190
|
+
export declare const se_RemoveFlowMediaStreamCommand: (
|
|
191
191
|
input: RemoveFlowMediaStreamCommandInput,
|
|
192
192
|
context: __SerdeContext
|
|
193
193
|
) => Promise<__HttpRequest>;
|
|
194
|
-
export declare const
|
|
194
|
+
export declare const se_RemoveFlowOutputCommand: (
|
|
195
195
|
input: RemoveFlowOutputCommandInput,
|
|
196
196
|
context: __SerdeContext
|
|
197
197
|
) => Promise<__HttpRequest>;
|
|
198
|
-
export declare const
|
|
198
|
+
export declare const se_RemoveFlowSourceCommand: (
|
|
199
199
|
input: RemoveFlowSourceCommandInput,
|
|
200
200
|
context: __SerdeContext
|
|
201
201
|
) => Promise<__HttpRequest>;
|
|
202
|
-
export declare const
|
|
202
|
+
export declare const se_RemoveFlowVpcInterfaceCommand: (
|
|
203
203
|
input: RemoveFlowVpcInterfaceCommandInput,
|
|
204
204
|
context: __SerdeContext
|
|
205
205
|
) => Promise<__HttpRequest>;
|
|
206
|
-
export declare const
|
|
206
|
+
export declare const se_RevokeFlowEntitlementCommand: (
|
|
207
207
|
input: RevokeFlowEntitlementCommandInput,
|
|
208
208
|
context: __SerdeContext
|
|
209
209
|
) => Promise<__HttpRequest>;
|
|
210
|
-
export declare const
|
|
210
|
+
export declare const se_StartFlowCommand: (
|
|
211
211
|
input: StartFlowCommandInput,
|
|
212
212
|
context: __SerdeContext
|
|
213
213
|
) => Promise<__HttpRequest>;
|
|
214
|
-
export declare const
|
|
214
|
+
export declare const se_StopFlowCommand: (
|
|
215
215
|
input: StopFlowCommandInput,
|
|
216
216
|
context: __SerdeContext
|
|
217
217
|
) => Promise<__HttpRequest>;
|
|
218
|
-
export declare const
|
|
218
|
+
export declare const se_TagResourceCommand: (
|
|
219
219
|
input: TagResourceCommandInput,
|
|
220
220
|
context: __SerdeContext
|
|
221
221
|
) => Promise<__HttpRequest>;
|
|
222
|
-
export declare const
|
|
222
|
+
export declare const se_UntagResourceCommand: (
|
|
223
223
|
input: UntagResourceCommandInput,
|
|
224
224
|
context: __SerdeContext
|
|
225
225
|
) => Promise<__HttpRequest>;
|
|
226
|
-
export declare const
|
|
226
|
+
export declare const se_UpdateFlowCommand: (
|
|
227
227
|
input: UpdateFlowCommandInput,
|
|
228
228
|
context: __SerdeContext
|
|
229
229
|
) => Promise<__HttpRequest>;
|
|
230
|
-
export declare const
|
|
230
|
+
export declare const se_UpdateFlowEntitlementCommand: (
|
|
231
231
|
input: UpdateFlowEntitlementCommandInput,
|
|
232
232
|
context: __SerdeContext
|
|
233
233
|
) => Promise<__HttpRequest>;
|
|
234
|
-
export declare const
|
|
234
|
+
export declare const se_UpdateFlowMediaStreamCommand: (
|
|
235
235
|
input: UpdateFlowMediaStreamCommandInput,
|
|
236
236
|
context: __SerdeContext
|
|
237
237
|
) => Promise<__HttpRequest>;
|
|
238
|
-
export declare const
|
|
238
|
+
export declare const se_UpdateFlowOutputCommand: (
|
|
239
239
|
input: UpdateFlowOutputCommandInput,
|
|
240
240
|
context: __SerdeContext
|
|
241
241
|
) => Promise<__HttpRequest>;
|
|
242
|
-
export declare const
|
|
242
|
+
export declare const se_UpdateFlowSourceCommand: (
|
|
243
243
|
input: UpdateFlowSourceCommandInput,
|
|
244
244
|
context: __SerdeContext
|
|
245
245
|
) => Promise<__HttpRequest>;
|
|
246
|
-
export declare const
|
|
246
|
+
export declare const de_AddFlowMediaStreamsCommand: (
|
|
247
247
|
output: __HttpResponse,
|
|
248
248
|
context: __SerdeContext
|
|
249
249
|
) => Promise<AddFlowMediaStreamsCommandOutput>;
|
|
250
|
-
export declare const
|
|
250
|
+
export declare const de_AddFlowOutputsCommand: (
|
|
251
251
|
output: __HttpResponse,
|
|
252
252
|
context: __SerdeContext
|
|
253
253
|
) => Promise<AddFlowOutputsCommandOutput>;
|
|
254
|
-
export declare const
|
|
254
|
+
export declare const de_AddFlowSourcesCommand: (
|
|
255
255
|
output: __HttpResponse,
|
|
256
256
|
context: __SerdeContext
|
|
257
257
|
) => Promise<AddFlowSourcesCommandOutput>;
|
|
258
|
-
export declare const
|
|
258
|
+
export declare const de_AddFlowVpcInterfacesCommand: (
|
|
259
259
|
output: __HttpResponse,
|
|
260
260
|
context: __SerdeContext
|
|
261
261
|
) => Promise<AddFlowVpcInterfacesCommandOutput>;
|
|
262
|
-
export declare const
|
|
262
|
+
export declare const de_CreateFlowCommand: (
|
|
263
263
|
output: __HttpResponse,
|
|
264
264
|
context: __SerdeContext
|
|
265
265
|
) => Promise<CreateFlowCommandOutput>;
|
|
266
|
-
export declare const
|
|
266
|
+
export declare const de_DeleteFlowCommand: (
|
|
267
267
|
output: __HttpResponse,
|
|
268
268
|
context: __SerdeContext
|
|
269
269
|
) => Promise<DeleteFlowCommandOutput>;
|
|
270
|
-
export declare const
|
|
270
|
+
export declare const de_DescribeFlowCommand: (
|
|
271
271
|
output: __HttpResponse,
|
|
272
272
|
context: __SerdeContext
|
|
273
273
|
) => Promise<DescribeFlowCommandOutput>;
|
|
274
|
-
export declare const
|
|
274
|
+
export declare const de_DescribeOfferingCommand: (
|
|
275
275
|
output: __HttpResponse,
|
|
276
276
|
context: __SerdeContext
|
|
277
277
|
) => Promise<DescribeOfferingCommandOutput>;
|
|
278
|
-
export declare const
|
|
278
|
+
export declare const de_DescribeReservationCommand: (
|
|
279
279
|
output: __HttpResponse,
|
|
280
280
|
context: __SerdeContext
|
|
281
281
|
) => Promise<DescribeReservationCommandOutput>;
|
|
282
|
-
export declare const
|
|
282
|
+
export declare const de_GrantFlowEntitlementsCommand: (
|
|
283
283
|
output: __HttpResponse,
|
|
284
284
|
context: __SerdeContext
|
|
285
285
|
) => Promise<GrantFlowEntitlementsCommandOutput>;
|
|
286
|
-
export declare const
|
|
286
|
+
export declare const de_ListEntitlementsCommand: (
|
|
287
287
|
output: __HttpResponse,
|
|
288
288
|
context: __SerdeContext
|
|
289
289
|
) => Promise<ListEntitlementsCommandOutput>;
|
|
290
|
-
export declare const
|
|
290
|
+
export declare const de_ListFlowsCommand: (
|
|
291
291
|
output: __HttpResponse,
|
|
292
292
|
context: __SerdeContext
|
|
293
293
|
) => Promise<ListFlowsCommandOutput>;
|
|
294
|
-
export declare const
|
|
294
|
+
export declare const de_ListOfferingsCommand: (
|
|
295
295
|
output: __HttpResponse,
|
|
296
296
|
context: __SerdeContext
|
|
297
297
|
) => Promise<ListOfferingsCommandOutput>;
|
|
298
|
-
export declare const
|
|
298
|
+
export declare const de_ListReservationsCommand: (
|
|
299
299
|
output: __HttpResponse,
|
|
300
300
|
context: __SerdeContext
|
|
301
301
|
) => Promise<ListReservationsCommandOutput>;
|
|
302
|
-
export declare const
|
|
302
|
+
export declare const de_ListTagsForResourceCommand: (
|
|
303
303
|
output: __HttpResponse,
|
|
304
304
|
context: __SerdeContext
|
|
305
305
|
) => Promise<ListTagsForResourceCommandOutput>;
|
|
306
|
-
export declare const
|
|
306
|
+
export declare const de_PurchaseOfferingCommand: (
|
|
307
307
|
output: __HttpResponse,
|
|
308
308
|
context: __SerdeContext
|
|
309
309
|
) => Promise<PurchaseOfferingCommandOutput>;
|
|
310
|
-
export declare const
|
|
310
|
+
export declare const de_RemoveFlowMediaStreamCommand: (
|
|
311
311
|
output: __HttpResponse,
|
|
312
312
|
context: __SerdeContext
|
|
313
313
|
) => Promise<RemoveFlowMediaStreamCommandOutput>;
|
|
314
|
-
export declare const
|
|
314
|
+
export declare const de_RemoveFlowOutputCommand: (
|
|
315
315
|
output: __HttpResponse,
|
|
316
316
|
context: __SerdeContext
|
|
317
317
|
) => Promise<RemoveFlowOutputCommandOutput>;
|
|
318
|
-
export declare const
|
|
318
|
+
export declare const de_RemoveFlowSourceCommand: (
|
|
319
319
|
output: __HttpResponse,
|
|
320
320
|
context: __SerdeContext
|
|
321
321
|
) => Promise<RemoveFlowSourceCommandOutput>;
|
|
322
|
-
export declare const
|
|
322
|
+
export declare const de_RemoveFlowVpcInterfaceCommand: (
|
|
323
323
|
output: __HttpResponse,
|
|
324
324
|
context: __SerdeContext
|
|
325
325
|
) => Promise<RemoveFlowVpcInterfaceCommandOutput>;
|
|
326
|
-
export declare const
|
|
326
|
+
export declare const de_RevokeFlowEntitlementCommand: (
|
|
327
327
|
output: __HttpResponse,
|
|
328
328
|
context: __SerdeContext
|
|
329
329
|
) => Promise<RevokeFlowEntitlementCommandOutput>;
|
|
330
|
-
export declare const
|
|
330
|
+
export declare const de_StartFlowCommand: (
|
|
331
331
|
output: __HttpResponse,
|
|
332
332
|
context: __SerdeContext
|
|
333
333
|
) => Promise<StartFlowCommandOutput>;
|
|
334
|
-
export declare const
|
|
334
|
+
export declare const de_StopFlowCommand: (
|
|
335
335
|
output: __HttpResponse,
|
|
336
336
|
context: __SerdeContext
|
|
337
337
|
) => Promise<StopFlowCommandOutput>;
|
|
338
|
-
export declare const
|
|
338
|
+
export declare const de_TagResourceCommand: (
|
|
339
339
|
output: __HttpResponse,
|
|
340
340
|
context: __SerdeContext
|
|
341
341
|
) => Promise<TagResourceCommandOutput>;
|
|
342
|
-
export declare const
|
|
342
|
+
export declare const de_UntagResourceCommand: (
|
|
343
343
|
output: __HttpResponse,
|
|
344
344
|
context: __SerdeContext
|
|
345
345
|
) => Promise<UntagResourceCommandOutput>;
|
|
346
|
-
export declare const
|
|
346
|
+
export declare const de_UpdateFlowCommand: (
|
|
347
347
|
output: __HttpResponse,
|
|
348
348
|
context: __SerdeContext
|
|
349
349
|
) => Promise<UpdateFlowCommandOutput>;
|
|
350
|
-
export declare const
|
|
350
|
+
export declare const de_UpdateFlowEntitlementCommand: (
|
|
351
351
|
output: __HttpResponse,
|
|
352
352
|
context: __SerdeContext
|
|
353
353
|
) => Promise<UpdateFlowEntitlementCommandOutput>;
|
|
354
|
-
export declare const
|
|
354
|
+
export declare const de_UpdateFlowMediaStreamCommand: (
|
|
355
355
|
output: __HttpResponse,
|
|
356
356
|
context: __SerdeContext
|
|
357
357
|
) => Promise<UpdateFlowMediaStreamCommandOutput>;
|
|
358
|
-
export declare const
|
|
358
|
+
export declare const de_UpdateFlowOutputCommand: (
|
|
359
359
|
output: __HttpResponse,
|
|
360
360
|
context: __SerdeContext
|
|
361
361
|
) => Promise<UpdateFlowOutputCommandOutput>;
|
|
362
|
-
export declare const
|
|
362
|
+
export declare const de_UpdateFlowSourceCommand: (
|
|
363
363
|
output: __HttpResponse,
|
|
364
364
|
context: __SerdeContext
|
|
365
365
|
) => Promise<UpdateFlowSourceCommandOutput>;
|