@aws-sdk/client-mediaconnect 3.928.0 → 3.929.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/index.js +7034 -3270
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/MediaConnectClient.js +2 -0
- package/dist-es/commands/AddBridgeOutputsCommand.js +3 -9
- package/dist-es/commands/AddBridgeSourcesCommand.js +3 -9
- package/dist-es/commands/AddFlowMediaStreamsCommand.js +3 -9
- package/dist-es/commands/AddFlowOutputsCommand.js +3 -9
- package/dist-es/commands/AddFlowSourcesCommand.js +3 -9
- package/dist-es/commands/AddFlowVpcInterfacesCommand.js +3 -9
- package/dist-es/commands/CreateBridgeCommand.js +3 -9
- package/dist-es/commands/CreateFlowCommand.js +3 -9
- package/dist-es/commands/CreateGatewayCommand.js +3 -9
- package/dist-es/commands/DeleteBridgeCommand.js +3 -9
- package/dist-es/commands/DeleteFlowCommand.js +3 -9
- package/dist-es/commands/DeleteGatewayCommand.js +3 -9
- package/dist-es/commands/DeregisterGatewayInstanceCommand.js +3 -9
- package/dist-es/commands/DescribeBridgeCommand.js +3 -9
- package/dist-es/commands/DescribeFlowCommand.js +3 -9
- package/dist-es/commands/DescribeFlowSourceMetadataCommand.js +3 -9
- package/dist-es/commands/DescribeFlowSourceThumbnailCommand.js +3 -9
- package/dist-es/commands/DescribeGatewayCommand.js +3 -9
- package/dist-es/commands/DescribeGatewayInstanceCommand.js +3 -9
- package/dist-es/commands/DescribeOfferingCommand.js +3 -9
- package/dist-es/commands/DescribeReservationCommand.js +3 -9
- package/dist-es/commands/GrantFlowEntitlementsCommand.js +3 -9
- package/dist-es/commands/ListBridgesCommand.js +3 -9
- package/dist-es/commands/ListEntitlementsCommand.js +3 -9
- package/dist-es/commands/ListFlowsCommand.js +3 -9
- package/dist-es/commands/ListGatewayInstancesCommand.js +3 -9
- package/dist-es/commands/ListGatewaysCommand.js +3 -9
- package/dist-es/commands/ListOfferingsCommand.js +3 -9
- package/dist-es/commands/ListReservationsCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/PurchaseOfferingCommand.js +3 -9
- package/dist-es/commands/RemoveBridgeOutputCommand.js +3 -9
- package/dist-es/commands/RemoveBridgeSourceCommand.js +3 -9
- package/dist-es/commands/RemoveFlowMediaStreamCommand.js +3 -9
- package/dist-es/commands/RemoveFlowOutputCommand.js +3 -9
- package/dist-es/commands/RemoveFlowSourceCommand.js +3 -9
- package/dist-es/commands/RemoveFlowVpcInterfaceCommand.js +3 -9
- package/dist-es/commands/RevokeFlowEntitlementCommand.js +3 -9
- package/dist-es/commands/StartFlowCommand.js +3 -9
- package/dist-es/commands/StopFlowCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateBridgeCommand.js +3 -9
- package/dist-es/commands/UpdateBridgeOutputCommand.js +3 -9
- package/dist-es/commands/UpdateBridgeSourceCommand.js +3 -9
- package/dist-es/commands/UpdateBridgeStateCommand.js +3 -9
- package/dist-es/commands/UpdateFlowCommand.js +3 -9
- package/dist-es/commands/UpdateFlowEntitlementCommand.js +3 -9
- package/dist-es/commands/UpdateFlowMediaStreamCommand.js +3 -9
- package/dist-es/commands/UpdateFlowOutputCommand.js +3 -9
- package/dist-es/commands/UpdateFlowSourceCommand.js +3 -9
- package/dist-es/commands/UpdateGatewayInstanceCommand.js +3 -9
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +6901 -0
- package/dist-types/MediaConnectClient.d.ts +10 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +296 -0
- package/dist-types/ts3.4/MediaConnectClient.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +301 -0
- package/package.json +2 -2
- package/dist-es/protocols/Aws_restJson1.js +0 -2877
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -470
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -629
|
@@ -1,629 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
HttpRequest as __HttpRequest,
|
|
3
|
-
HttpResponse as __HttpResponse,
|
|
4
|
-
} from "@smithy/protocol-http";
|
|
5
|
-
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
6
|
-
import {
|
|
7
|
-
AddBridgeOutputsCommandInput,
|
|
8
|
-
AddBridgeOutputsCommandOutput,
|
|
9
|
-
} from "../commands/AddBridgeOutputsCommand";
|
|
10
|
-
import {
|
|
11
|
-
AddBridgeSourcesCommandInput,
|
|
12
|
-
AddBridgeSourcesCommandOutput,
|
|
13
|
-
} from "../commands/AddBridgeSourcesCommand";
|
|
14
|
-
import {
|
|
15
|
-
AddFlowMediaStreamsCommandInput,
|
|
16
|
-
AddFlowMediaStreamsCommandOutput,
|
|
17
|
-
} from "../commands/AddFlowMediaStreamsCommand";
|
|
18
|
-
import {
|
|
19
|
-
AddFlowOutputsCommandInput,
|
|
20
|
-
AddFlowOutputsCommandOutput,
|
|
21
|
-
} from "../commands/AddFlowOutputsCommand";
|
|
22
|
-
import {
|
|
23
|
-
AddFlowSourcesCommandInput,
|
|
24
|
-
AddFlowSourcesCommandOutput,
|
|
25
|
-
} from "../commands/AddFlowSourcesCommand";
|
|
26
|
-
import {
|
|
27
|
-
AddFlowVpcInterfacesCommandInput,
|
|
28
|
-
AddFlowVpcInterfacesCommandOutput,
|
|
29
|
-
} from "../commands/AddFlowVpcInterfacesCommand";
|
|
30
|
-
import {
|
|
31
|
-
CreateBridgeCommandInput,
|
|
32
|
-
CreateBridgeCommandOutput,
|
|
33
|
-
} from "../commands/CreateBridgeCommand";
|
|
34
|
-
import {
|
|
35
|
-
CreateFlowCommandInput,
|
|
36
|
-
CreateFlowCommandOutput,
|
|
37
|
-
} from "../commands/CreateFlowCommand";
|
|
38
|
-
import {
|
|
39
|
-
CreateGatewayCommandInput,
|
|
40
|
-
CreateGatewayCommandOutput,
|
|
41
|
-
} from "../commands/CreateGatewayCommand";
|
|
42
|
-
import {
|
|
43
|
-
DeleteBridgeCommandInput,
|
|
44
|
-
DeleteBridgeCommandOutput,
|
|
45
|
-
} from "../commands/DeleteBridgeCommand";
|
|
46
|
-
import {
|
|
47
|
-
DeleteFlowCommandInput,
|
|
48
|
-
DeleteFlowCommandOutput,
|
|
49
|
-
} from "../commands/DeleteFlowCommand";
|
|
50
|
-
import {
|
|
51
|
-
DeleteGatewayCommandInput,
|
|
52
|
-
DeleteGatewayCommandOutput,
|
|
53
|
-
} from "../commands/DeleteGatewayCommand";
|
|
54
|
-
import {
|
|
55
|
-
DeregisterGatewayInstanceCommandInput,
|
|
56
|
-
DeregisterGatewayInstanceCommandOutput,
|
|
57
|
-
} from "../commands/DeregisterGatewayInstanceCommand";
|
|
58
|
-
import {
|
|
59
|
-
DescribeBridgeCommandInput,
|
|
60
|
-
DescribeBridgeCommandOutput,
|
|
61
|
-
} from "../commands/DescribeBridgeCommand";
|
|
62
|
-
import {
|
|
63
|
-
DescribeFlowCommandInput,
|
|
64
|
-
DescribeFlowCommandOutput,
|
|
65
|
-
} from "../commands/DescribeFlowCommand";
|
|
66
|
-
import {
|
|
67
|
-
DescribeFlowSourceMetadataCommandInput,
|
|
68
|
-
DescribeFlowSourceMetadataCommandOutput,
|
|
69
|
-
} from "../commands/DescribeFlowSourceMetadataCommand";
|
|
70
|
-
import {
|
|
71
|
-
DescribeFlowSourceThumbnailCommandInput,
|
|
72
|
-
DescribeFlowSourceThumbnailCommandOutput,
|
|
73
|
-
} from "../commands/DescribeFlowSourceThumbnailCommand";
|
|
74
|
-
import {
|
|
75
|
-
DescribeGatewayCommandInput,
|
|
76
|
-
DescribeGatewayCommandOutput,
|
|
77
|
-
} from "../commands/DescribeGatewayCommand";
|
|
78
|
-
import {
|
|
79
|
-
DescribeGatewayInstanceCommandInput,
|
|
80
|
-
DescribeGatewayInstanceCommandOutput,
|
|
81
|
-
} from "../commands/DescribeGatewayInstanceCommand";
|
|
82
|
-
import {
|
|
83
|
-
DescribeOfferingCommandInput,
|
|
84
|
-
DescribeOfferingCommandOutput,
|
|
85
|
-
} from "../commands/DescribeOfferingCommand";
|
|
86
|
-
import {
|
|
87
|
-
DescribeReservationCommandInput,
|
|
88
|
-
DescribeReservationCommandOutput,
|
|
89
|
-
} from "../commands/DescribeReservationCommand";
|
|
90
|
-
import {
|
|
91
|
-
GrantFlowEntitlementsCommandInput,
|
|
92
|
-
GrantFlowEntitlementsCommandOutput,
|
|
93
|
-
} from "../commands/GrantFlowEntitlementsCommand";
|
|
94
|
-
import {
|
|
95
|
-
ListBridgesCommandInput,
|
|
96
|
-
ListBridgesCommandOutput,
|
|
97
|
-
} from "../commands/ListBridgesCommand";
|
|
98
|
-
import {
|
|
99
|
-
ListEntitlementsCommandInput,
|
|
100
|
-
ListEntitlementsCommandOutput,
|
|
101
|
-
} from "../commands/ListEntitlementsCommand";
|
|
102
|
-
import {
|
|
103
|
-
ListFlowsCommandInput,
|
|
104
|
-
ListFlowsCommandOutput,
|
|
105
|
-
} from "../commands/ListFlowsCommand";
|
|
106
|
-
import {
|
|
107
|
-
ListGatewayInstancesCommandInput,
|
|
108
|
-
ListGatewayInstancesCommandOutput,
|
|
109
|
-
} from "../commands/ListGatewayInstancesCommand";
|
|
110
|
-
import {
|
|
111
|
-
ListGatewaysCommandInput,
|
|
112
|
-
ListGatewaysCommandOutput,
|
|
113
|
-
} from "../commands/ListGatewaysCommand";
|
|
114
|
-
import {
|
|
115
|
-
ListOfferingsCommandInput,
|
|
116
|
-
ListOfferingsCommandOutput,
|
|
117
|
-
} from "../commands/ListOfferingsCommand";
|
|
118
|
-
import {
|
|
119
|
-
ListReservationsCommandInput,
|
|
120
|
-
ListReservationsCommandOutput,
|
|
121
|
-
} from "../commands/ListReservationsCommand";
|
|
122
|
-
import {
|
|
123
|
-
ListTagsForResourceCommandInput,
|
|
124
|
-
ListTagsForResourceCommandOutput,
|
|
125
|
-
} from "../commands/ListTagsForResourceCommand";
|
|
126
|
-
import {
|
|
127
|
-
PurchaseOfferingCommandInput,
|
|
128
|
-
PurchaseOfferingCommandOutput,
|
|
129
|
-
} from "../commands/PurchaseOfferingCommand";
|
|
130
|
-
import {
|
|
131
|
-
RemoveBridgeOutputCommandInput,
|
|
132
|
-
RemoveBridgeOutputCommandOutput,
|
|
133
|
-
} from "../commands/RemoveBridgeOutputCommand";
|
|
134
|
-
import {
|
|
135
|
-
RemoveBridgeSourceCommandInput,
|
|
136
|
-
RemoveBridgeSourceCommandOutput,
|
|
137
|
-
} from "../commands/RemoveBridgeSourceCommand";
|
|
138
|
-
import {
|
|
139
|
-
RemoveFlowMediaStreamCommandInput,
|
|
140
|
-
RemoveFlowMediaStreamCommandOutput,
|
|
141
|
-
} from "../commands/RemoveFlowMediaStreamCommand";
|
|
142
|
-
import {
|
|
143
|
-
RemoveFlowOutputCommandInput,
|
|
144
|
-
RemoveFlowOutputCommandOutput,
|
|
145
|
-
} from "../commands/RemoveFlowOutputCommand";
|
|
146
|
-
import {
|
|
147
|
-
RemoveFlowSourceCommandInput,
|
|
148
|
-
RemoveFlowSourceCommandOutput,
|
|
149
|
-
} from "../commands/RemoveFlowSourceCommand";
|
|
150
|
-
import {
|
|
151
|
-
RemoveFlowVpcInterfaceCommandInput,
|
|
152
|
-
RemoveFlowVpcInterfaceCommandOutput,
|
|
153
|
-
} from "../commands/RemoveFlowVpcInterfaceCommand";
|
|
154
|
-
import {
|
|
155
|
-
RevokeFlowEntitlementCommandInput,
|
|
156
|
-
RevokeFlowEntitlementCommandOutput,
|
|
157
|
-
} from "../commands/RevokeFlowEntitlementCommand";
|
|
158
|
-
import {
|
|
159
|
-
StartFlowCommandInput,
|
|
160
|
-
StartFlowCommandOutput,
|
|
161
|
-
} from "../commands/StartFlowCommand";
|
|
162
|
-
import {
|
|
163
|
-
StopFlowCommandInput,
|
|
164
|
-
StopFlowCommandOutput,
|
|
165
|
-
} from "../commands/StopFlowCommand";
|
|
166
|
-
import {
|
|
167
|
-
TagResourceCommandInput,
|
|
168
|
-
TagResourceCommandOutput,
|
|
169
|
-
} from "../commands/TagResourceCommand";
|
|
170
|
-
import {
|
|
171
|
-
UntagResourceCommandInput,
|
|
172
|
-
UntagResourceCommandOutput,
|
|
173
|
-
} from "../commands/UntagResourceCommand";
|
|
174
|
-
import {
|
|
175
|
-
UpdateBridgeCommandInput,
|
|
176
|
-
UpdateBridgeCommandOutput,
|
|
177
|
-
} from "../commands/UpdateBridgeCommand";
|
|
178
|
-
import {
|
|
179
|
-
UpdateBridgeOutputCommandInput,
|
|
180
|
-
UpdateBridgeOutputCommandOutput,
|
|
181
|
-
} from "../commands/UpdateBridgeOutputCommand";
|
|
182
|
-
import {
|
|
183
|
-
UpdateBridgeSourceCommandInput,
|
|
184
|
-
UpdateBridgeSourceCommandOutput,
|
|
185
|
-
} from "../commands/UpdateBridgeSourceCommand";
|
|
186
|
-
import {
|
|
187
|
-
UpdateBridgeStateCommandInput,
|
|
188
|
-
UpdateBridgeStateCommandOutput,
|
|
189
|
-
} from "../commands/UpdateBridgeStateCommand";
|
|
190
|
-
import {
|
|
191
|
-
UpdateFlowCommandInput,
|
|
192
|
-
UpdateFlowCommandOutput,
|
|
193
|
-
} from "../commands/UpdateFlowCommand";
|
|
194
|
-
import {
|
|
195
|
-
UpdateFlowEntitlementCommandInput,
|
|
196
|
-
UpdateFlowEntitlementCommandOutput,
|
|
197
|
-
} from "../commands/UpdateFlowEntitlementCommand";
|
|
198
|
-
import {
|
|
199
|
-
UpdateFlowMediaStreamCommandInput,
|
|
200
|
-
UpdateFlowMediaStreamCommandOutput,
|
|
201
|
-
} from "../commands/UpdateFlowMediaStreamCommand";
|
|
202
|
-
import {
|
|
203
|
-
UpdateFlowOutputCommandInput,
|
|
204
|
-
UpdateFlowOutputCommandOutput,
|
|
205
|
-
} from "../commands/UpdateFlowOutputCommand";
|
|
206
|
-
import {
|
|
207
|
-
UpdateFlowSourceCommandInput,
|
|
208
|
-
UpdateFlowSourceCommandOutput,
|
|
209
|
-
} from "../commands/UpdateFlowSourceCommand";
|
|
210
|
-
import {
|
|
211
|
-
UpdateGatewayInstanceCommandInput,
|
|
212
|
-
UpdateGatewayInstanceCommandOutput,
|
|
213
|
-
} from "../commands/UpdateGatewayInstanceCommand";
|
|
214
|
-
export declare const se_AddBridgeOutputsCommand: (
|
|
215
|
-
input: AddBridgeOutputsCommandInput,
|
|
216
|
-
context: __SerdeContext
|
|
217
|
-
) => Promise<__HttpRequest>;
|
|
218
|
-
export declare const se_AddBridgeSourcesCommand: (
|
|
219
|
-
input: AddBridgeSourcesCommandInput,
|
|
220
|
-
context: __SerdeContext
|
|
221
|
-
) => Promise<__HttpRequest>;
|
|
222
|
-
export declare const se_AddFlowMediaStreamsCommand: (
|
|
223
|
-
input: AddFlowMediaStreamsCommandInput,
|
|
224
|
-
context: __SerdeContext
|
|
225
|
-
) => Promise<__HttpRequest>;
|
|
226
|
-
export declare const se_AddFlowOutputsCommand: (
|
|
227
|
-
input: AddFlowOutputsCommandInput,
|
|
228
|
-
context: __SerdeContext
|
|
229
|
-
) => Promise<__HttpRequest>;
|
|
230
|
-
export declare const se_AddFlowSourcesCommand: (
|
|
231
|
-
input: AddFlowSourcesCommandInput,
|
|
232
|
-
context: __SerdeContext
|
|
233
|
-
) => Promise<__HttpRequest>;
|
|
234
|
-
export declare const se_AddFlowVpcInterfacesCommand: (
|
|
235
|
-
input: AddFlowVpcInterfacesCommandInput,
|
|
236
|
-
context: __SerdeContext
|
|
237
|
-
) => Promise<__HttpRequest>;
|
|
238
|
-
export declare const se_CreateBridgeCommand: (
|
|
239
|
-
input: CreateBridgeCommandInput,
|
|
240
|
-
context: __SerdeContext
|
|
241
|
-
) => Promise<__HttpRequest>;
|
|
242
|
-
export declare const se_CreateFlowCommand: (
|
|
243
|
-
input: CreateFlowCommandInput,
|
|
244
|
-
context: __SerdeContext
|
|
245
|
-
) => Promise<__HttpRequest>;
|
|
246
|
-
export declare const se_CreateGatewayCommand: (
|
|
247
|
-
input: CreateGatewayCommandInput,
|
|
248
|
-
context: __SerdeContext
|
|
249
|
-
) => Promise<__HttpRequest>;
|
|
250
|
-
export declare const se_DeleteBridgeCommand: (
|
|
251
|
-
input: DeleteBridgeCommandInput,
|
|
252
|
-
context: __SerdeContext
|
|
253
|
-
) => Promise<__HttpRequest>;
|
|
254
|
-
export declare const se_DeleteFlowCommand: (
|
|
255
|
-
input: DeleteFlowCommandInput,
|
|
256
|
-
context: __SerdeContext
|
|
257
|
-
) => Promise<__HttpRequest>;
|
|
258
|
-
export declare const se_DeleteGatewayCommand: (
|
|
259
|
-
input: DeleteGatewayCommandInput,
|
|
260
|
-
context: __SerdeContext
|
|
261
|
-
) => Promise<__HttpRequest>;
|
|
262
|
-
export declare const se_DeregisterGatewayInstanceCommand: (
|
|
263
|
-
input: DeregisterGatewayInstanceCommandInput,
|
|
264
|
-
context: __SerdeContext
|
|
265
|
-
) => Promise<__HttpRequest>;
|
|
266
|
-
export declare const se_DescribeBridgeCommand: (
|
|
267
|
-
input: DescribeBridgeCommandInput,
|
|
268
|
-
context: __SerdeContext
|
|
269
|
-
) => Promise<__HttpRequest>;
|
|
270
|
-
export declare const se_DescribeFlowCommand: (
|
|
271
|
-
input: DescribeFlowCommandInput,
|
|
272
|
-
context: __SerdeContext
|
|
273
|
-
) => Promise<__HttpRequest>;
|
|
274
|
-
export declare const se_DescribeFlowSourceMetadataCommand: (
|
|
275
|
-
input: DescribeFlowSourceMetadataCommandInput,
|
|
276
|
-
context: __SerdeContext
|
|
277
|
-
) => Promise<__HttpRequest>;
|
|
278
|
-
export declare const se_DescribeFlowSourceThumbnailCommand: (
|
|
279
|
-
input: DescribeFlowSourceThumbnailCommandInput,
|
|
280
|
-
context: __SerdeContext
|
|
281
|
-
) => Promise<__HttpRequest>;
|
|
282
|
-
export declare const se_DescribeGatewayCommand: (
|
|
283
|
-
input: DescribeGatewayCommandInput,
|
|
284
|
-
context: __SerdeContext
|
|
285
|
-
) => Promise<__HttpRequest>;
|
|
286
|
-
export declare const se_DescribeGatewayInstanceCommand: (
|
|
287
|
-
input: DescribeGatewayInstanceCommandInput,
|
|
288
|
-
context: __SerdeContext
|
|
289
|
-
) => Promise<__HttpRequest>;
|
|
290
|
-
export declare const se_DescribeOfferingCommand: (
|
|
291
|
-
input: DescribeOfferingCommandInput,
|
|
292
|
-
context: __SerdeContext
|
|
293
|
-
) => Promise<__HttpRequest>;
|
|
294
|
-
export declare const se_DescribeReservationCommand: (
|
|
295
|
-
input: DescribeReservationCommandInput,
|
|
296
|
-
context: __SerdeContext
|
|
297
|
-
) => Promise<__HttpRequest>;
|
|
298
|
-
export declare const se_GrantFlowEntitlementsCommand: (
|
|
299
|
-
input: GrantFlowEntitlementsCommandInput,
|
|
300
|
-
context: __SerdeContext
|
|
301
|
-
) => Promise<__HttpRequest>;
|
|
302
|
-
export declare const se_ListBridgesCommand: (
|
|
303
|
-
input: ListBridgesCommandInput,
|
|
304
|
-
context: __SerdeContext
|
|
305
|
-
) => Promise<__HttpRequest>;
|
|
306
|
-
export declare const se_ListEntitlementsCommand: (
|
|
307
|
-
input: ListEntitlementsCommandInput,
|
|
308
|
-
context: __SerdeContext
|
|
309
|
-
) => Promise<__HttpRequest>;
|
|
310
|
-
export declare const se_ListFlowsCommand: (
|
|
311
|
-
input: ListFlowsCommandInput,
|
|
312
|
-
context: __SerdeContext
|
|
313
|
-
) => Promise<__HttpRequest>;
|
|
314
|
-
export declare const se_ListGatewayInstancesCommand: (
|
|
315
|
-
input: ListGatewayInstancesCommandInput,
|
|
316
|
-
context: __SerdeContext
|
|
317
|
-
) => Promise<__HttpRequest>;
|
|
318
|
-
export declare const se_ListGatewaysCommand: (
|
|
319
|
-
input: ListGatewaysCommandInput,
|
|
320
|
-
context: __SerdeContext
|
|
321
|
-
) => Promise<__HttpRequest>;
|
|
322
|
-
export declare const se_ListOfferingsCommand: (
|
|
323
|
-
input: ListOfferingsCommandInput,
|
|
324
|
-
context: __SerdeContext
|
|
325
|
-
) => Promise<__HttpRequest>;
|
|
326
|
-
export declare const se_ListReservationsCommand: (
|
|
327
|
-
input: ListReservationsCommandInput,
|
|
328
|
-
context: __SerdeContext
|
|
329
|
-
) => Promise<__HttpRequest>;
|
|
330
|
-
export declare const se_ListTagsForResourceCommand: (
|
|
331
|
-
input: ListTagsForResourceCommandInput,
|
|
332
|
-
context: __SerdeContext
|
|
333
|
-
) => Promise<__HttpRequest>;
|
|
334
|
-
export declare const se_PurchaseOfferingCommand: (
|
|
335
|
-
input: PurchaseOfferingCommandInput,
|
|
336
|
-
context: __SerdeContext
|
|
337
|
-
) => Promise<__HttpRequest>;
|
|
338
|
-
export declare const se_RemoveBridgeOutputCommand: (
|
|
339
|
-
input: RemoveBridgeOutputCommandInput,
|
|
340
|
-
context: __SerdeContext
|
|
341
|
-
) => Promise<__HttpRequest>;
|
|
342
|
-
export declare const se_RemoveBridgeSourceCommand: (
|
|
343
|
-
input: RemoveBridgeSourceCommandInput,
|
|
344
|
-
context: __SerdeContext
|
|
345
|
-
) => Promise<__HttpRequest>;
|
|
346
|
-
export declare const se_RemoveFlowMediaStreamCommand: (
|
|
347
|
-
input: RemoveFlowMediaStreamCommandInput,
|
|
348
|
-
context: __SerdeContext
|
|
349
|
-
) => Promise<__HttpRequest>;
|
|
350
|
-
export declare const se_RemoveFlowOutputCommand: (
|
|
351
|
-
input: RemoveFlowOutputCommandInput,
|
|
352
|
-
context: __SerdeContext
|
|
353
|
-
) => Promise<__HttpRequest>;
|
|
354
|
-
export declare const se_RemoveFlowSourceCommand: (
|
|
355
|
-
input: RemoveFlowSourceCommandInput,
|
|
356
|
-
context: __SerdeContext
|
|
357
|
-
) => Promise<__HttpRequest>;
|
|
358
|
-
export declare const se_RemoveFlowVpcInterfaceCommand: (
|
|
359
|
-
input: RemoveFlowVpcInterfaceCommandInput,
|
|
360
|
-
context: __SerdeContext
|
|
361
|
-
) => Promise<__HttpRequest>;
|
|
362
|
-
export declare const se_RevokeFlowEntitlementCommand: (
|
|
363
|
-
input: RevokeFlowEntitlementCommandInput,
|
|
364
|
-
context: __SerdeContext
|
|
365
|
-
) => Promise<__HttpRequest>;
|
|
366
|
-
export declare const se_StartFlowCommand: (
|
|
367
|
-
input: StartFlowCommandInput,
|
|
368
|
-
context: __SerdeContext
|
|
369
|
-
) => Promise<__HttpRequest>;
|
|
370
|
-
export declare const se_StopFlowCommand: (
|
|
371
|
-
input: StopFlowCommandInput,
|
|
372
|
-
context: __SerdeContext
|
|
373
|
-
) => Promise<__HttpRequest>;
|
|
374
|
-
export declare const se_TagResourceCommand: (
|
|
375
|
-
input: TagResourceCommandInput,
|
|
376
|
-
context: __SerdeContext
|
|
377
|
-
) => Promise<__HttpRequest>;
|
|
378
|
-
export declare const se_UntagResourceCommand: (
|
|
379
|
-
input: UntagResourceCommandInput,
|
|
380
|
-
context: __SerdeContext
|
|
381
|
-
) => Promise<__HttpRequest>;
|
|
382
|
-
export declare const se_UpdateBridgeCommand: (
|
|
383
|
-
input: UpdateBridgeCommandInput,
|
|
384
|
-
context: __SerdeContext
|
|
385
|
-
) => Promise<__HttpRequest>;
|
|
386
|
-
export declare const se_UpdateBridgeOutputCommand: (
|
|
387
|
-
input: UpdateBridgeOutputCommandInput,
|
|
388
|
-
context: __SerdeContext
|
|
389
|
-
) => Promise<__HttpRequest>;
|
|
390
|
-
export declare const se_UpdateBridgeSourceCommand: (
|
|
391
|
-
input: UpdateBridgeSourceCommandInput,
|
|
392
|
-
context: __SerdeContext
|
|
393
|
-
) => Promise<__HttpRequest>;
|
|
394
|
-
export declare const se_UpdateBridgeStateCommand: (
|
|
395
|
-
input: UpdateBridgeStateCommandInput,
|
|
396
|
-
context: __SerdeContext
|
|
397
|
-
) => Promise<__HttpRequest>;
|
|
398
|
-
export declare const se_UpdateFlowCommand: (
|
|
399
|
-
input: UpdateFlowCommandInput,
|
|
400
|
-
context: __SerdeContext
|
|
401
|
-
) => Promise<__HttpRequest>;
|
|
402
|
-
export declare const se_UpdateFlowEntitlementCommand: (
|
|
403
|
-
input: UpdateFlowEntitlementCommandInput,
|
|
404
|
-
context: __SerdeContext
|
|
405
|
-
) => Promise<__HttpRequest>;
|
|
406
|
-
export declare const se_UpdateFlowMediaStreamCommand: (
|
|
407
|
-
input: UpdateFlowMediaStreamCommandInput,
|
|
408
|
-
context: __SerdeContext
|
|
409
|
-
) => Promise<__HttpRequest>;
|
|
410
|
-
export declare const se_UpdateFlowOutputCommand: (
|
|
411
|
-
input: UpdateFlowOutputCommandInput,
|
|
412
|
-
context: __SerdeContext
|
|
413
|
-
) => Promise<__HttpRequest>;
|
|
414
|
-
export declare const se_UpdateFlowSourceCommand: (
|
|
415
|
-
input: UpdateFlowSourceCommandInput,
|
|
416
|
-
context: __SerdeContext
|
|
417
|
-
) => Promise<__HttpRequest>;
|
|
418
|
-
export declare const se_UpdateGatewayInstanceCommand: (
|
|
419
|
-
input: UpdateGatewayInstanceCommandInput,
|
|
420
|
-
context: __SerdeContext
|
|
421
|
-
) => Promise<__HttpRequest>;
|
|
422
|
-
export declare const de_AddBridgeOutputsCommand: (
|
|
423
|
-
output: __HttpResponse,
|
|
424
|
-
context: __SerdeContext
|
|
425
|
-
) => Promise<AddBridgeOutputsCommandOutput>;
|
|
426
|
-
export declare const de_AddBridgeSourcesCommand: (
|
|
427
|
-
output: __HttpResponse,
|
|
428
|
-
context: __SerdeContext
|
|
429
|
-
) => Promise<AddBridgeSourcesCommandOutput>;
|
|
430
|
-
export declare const de_AddFlowMediaStreamsCommand: (
|
|
431
|
-
output: __HttpResponse,
|
|
432
|
-
context: __SerdeContext
|
|
433
|
-
) => Promise<AddFlowMediaStreamsCommandOutput>;
|
|
434
|
-
export declare const de_AddFlowOutputsCommand: (
|
|
435
|
-
output: __HttpResponse,
|
|
436
|
-
context: __SerdeContext
|
|
437
|
-
) => Promise<AddFlowOutputsCommandOutput>;
|
|
438
|
-
export declare const de_AddFlowSourcesCommand: (
|
|
439
|
-
output: __HttpResponse,
|
|
440
|
-
context: __SerdeContext
|
|
441
|
-
) => Promise<AddFlowSourcesCommandOutput>;
|
|
442
|
-
export declare const de_AddFlowVpcInterfacesCommand: (
|
|
443
|
-
output: __HttpResponse,
|
|
444
|
-
context: __SerdeContext
|
|
445
|
-
) => Promise<AddFlowVpcInterfacesCommandOutput>;
|
|
446
|
-
export declare const de_CreateBridgeCommand: (
|
|
447
|
-
output: __HttpResponse,
|
|
448
|
-
context: __SerdeContext
|
|
449
|
-
) => Promise<CreateBridgeCommandOutput>;
|
|
450
|
-
export declare const de_CreateFlowCommand: (
|
|
451
|
-
output: __HttpResponse,
|
|
452
|
-
context: __SerdeContext
|
|
453
|
-
) => Promise<CreateFlowCommandOutput>;
|
|
454
|
-
export declare const de_CreateGatewayCommand: (
|
|
455
|
-
output: __HttpResponse,
|
|
456
|
-
context: __SerdeContext
|
|
457
|
-
) => Promise<CreateGatewayCommandOutput>;
|
|
458
|
-
export declare const de_DeleteBridgeCommand: (
|
|
459
|
-
output: __HttpResponse,
|
|
460
|
-
context: __SerdeContext
|
|
461
|
-
) => Promise<DeleteBridgeCommandOutput>;
|
|
462
|
-
export declare const de_DeleteFlowCommand: (
|
|
463
|
-
output: __HttpResponse,
|
|
464
|
-
context: __SerdeContext
|
|
465
|
-
) => Promise<DeleteFlowCommandOutput>;
|
|
466
|
-
export declare const de_DeleteGatewayCommand: (
|
|
467
|
-
output: __HttpResponse,
|
|
468
|
-
context: __SerdeContext
|
|
469
|
-
) => Promise<DeleteGatewayCommandOutput>;
|
|
470
|
-
export declare const de_DeregisterGatewayInstanceCommand: (
|
|
471
|
-
output: __HttpResponse,
|
|
472
|
-
context: __SerdeContext
|
|
473
|
-
) => Promise<DeregisterGatewayInstanceCommandOutput>;
|
|
474
|
-
export declare const de_DescribeBridgeCommand: (
|
|
475
|
-
output: __HttpResponse,
|
|
476
|
-
context: __SerdeContext
|
|
477
|
-
) => Promise<DescribeBridgeCommandOutput>;
|
|
478
|
-
export declare const de_DescribeFlowCommand: (
|
|
479
|
-
output: __HttpResponse,
|
|
480
|
-
context: __SerdeContext
|
|
481
|
-
) => Promise<DescribeFlowCommandOutput>;
|
|
482
|
-
export declare const de_DescribeFlowSourceMetadataCommand: (
|
|
483
|
-
output: __HttpResponse,
|
|
484
|
-
context: __SerdeContext
|
|
485
|
-
) => Promise<DescribeFlowSourceMetadataCommandOutput>;
|
|
486
|
-
export declare const de_DescribeFlowSourceThumbnailCommand: (
|
|
487
|
-
output: __HttpResponse,
|
|
488
|
-
context: __SerdeContext
|
|
489
|
-
) => Promise<DescribeFlowSourceThumbnailCommandOutput>;
|
|
490
|
-
export declare const de_DescribeGatewayCommand: (
|
|
491
|
-
output: __HttpResponse,
|
|
492
|
-
context: __SerdeContext
|
|
493
|
-
) => Promise<DescribeGatewayCommandOutput>;
|
|
494
|
-
export declare const de_DescribeGatewayInstanceCommand: (
|
|
495
|
-
output: __HttpResponse,
|
|
496
|
-
context: __SerdeContext
|
|
497
|
-
) => Promise<DescribeGatewayInstanceCommandOutput>;
|
|
498
|
-
export declare const de_DescribeOfferingCommand: (
|
|
499
|
-
output: __HttpResponse,
|
|
500
|
-
context: __SerdeContext
|
|
501
|
-
) => Promise<DescribeOfferingCommandOutput>;
|
|
502
|
-
export declare const de_DescribeReservationCommand: (
|
|
503
|
-
output: __HttpResponse,
|
|
504
|
-
context: __SerdeContext
|
|
505
|
-
) => Promise<DescribeReservationCommandOutput>;
|
|
506
|
-
export declare const de_GrantFlowEntitlementsCommand: (
|
|
507
|
-
output: __HttpResponse,
|
|
508
|
-
context: __SerdeContext
|
|
509
|
-
) => Promise<GrantFlowEntitlementsCommandOutput>;
|
|
510
|
-
export declare const de_ListBridgesCommand: (
|
|
511
|
-
output: __HttpResponse,
|
|
512
|
-
context: __SerdeContext
|
|
513
|
-
) => Promise<ListBridgesCommandOutput>;
|
|
514
|
-
export declare const de_ListEntitlementsCommand: (
|
|
515
|
-
output: __HttpResponse,
|
|
516
|
-
context: __SerdeContext
|
|
517
|
-
) => Promise<ListEntitlementsCommandOutput>;
|
|
518
|
-
export declare const de_ListFlowsCommand: (
|
|
519
|
-
output: __HttpResponse,
|
|
520
|
-
context: __SerdeContext
|
|
521
|
-
) => Promise<ListFlowsCommandOutput>;
|
|
522
|
-
export declare const de_ListGatewayInstancesCommand: (
|
|
523
|
-
output: __HttpResponse,
|
|
524
|
-
context: __SerdeContext
|
|
525
|
-
) => Promise<ListGatewayInstancesCommandOutput>;
|
|
526
|
-
export declare const de_ListGatewaysCommand: (
|
|
527
|
-
output: __HttpResponse,
|
|
528
|
-
context: __SerdeContext
|
|
529
|
-
) => Promise<ListGatewaysCommandOutput>;
|
|
530
|
-
export declare const de_ListOfferingsCommand: (
|
|
531
|
-
output: __HttpResponse,
|
|
532
|
-
context: __SerdeContext
|
|
533
|
-
) => Promise<ListOfferingsCommandOutput>;
|
|
534
|
-
export declare const de_ListReservationsCommand: (
|
|
535
|
-
output: __HttpResponse,
|
|
536
|
-
context: __SerdeContext
|
|
537
|
-
) => Promise<ListReservationsCommandOutput>;
|
|
538
|
-
export declare const de_ListTagsForResourceCommand: (
|
|
539
|
-
output: __HttpResponse,
|
|
540
|
-
context: __SerdeContext
|
|
541
|
-
) => Promise<ListTagsForResourceCommandOutput>;
|
|
542
|
-
export declare const de_PurchaseOfferingCommand: (
|
|
543
|
-
output: __HttpResponse,
|
|
544
|
-
context: __SerdeContext
|
|
545
|
-
) => Promise<PurchaseOfferingCommandOutput>;
|
|
546
|
-
export declare const de_RemoveBridgeOutputCommand: (
|
|
547
|
-
output: __HttpResponse,
|
|
548
|
-
context: __SerdeContext
|
|
549
|
-
) => Promise<RemoveBridgeOutputCommandOutput>;
|
|
550
|
-
export declare const de_RemoveBridgeSourceCommand: (
|
|
551
|
-
output: __HttpResponse,
|
|
552
|
-
context: __SerdeContext
|
|
553
|
-
) => Promise<RemoveBridgeSourceCommandOutput>;
|
|
554
|
-
export declare const de_RemoveFlowMediaStreamCommand: (
|
|
555
|
-
output: __HttpResponse,
|
|
556
|
-
context: __SerdeContext
|
|
557
|
-
) => Promise<RemoveFlowMediaStreamCommandOutput>;
|
|
558
|
-
export declare const de_RemoveFlowOutputCommand: (
|
|
559
|
-
output: __HttpResponse,
|
|
560
|
-
context: __SerdeContext
|
|
561
|
-
) => Promise<RemoveFlowOutputCommandOutput>;
|
|
562
|
-
export declare const de_RemoveFlowSourceCommand: (
|
|
563
|
-
output: __HttpResponse,
|
|
564
|
-
context: __SerdeContext
|
|
565
|
-
) => Promise<RemoveFlowSourceCommandOutput>;
|
|
566
|
-
export declare const de_RemoveFlowVpcInterfaceCommand: (
|
|
567
|
-
output: __HttpResponse,
|
|
568
|
-
context: __SerdeContext
|
|
569
|
-
) => Promise<RemoveFlowVpcInterfaceCommandOutput>;
|
|
570
|
-
export declare const de_RevokeFlowEntitlementCommand: (
|
|
571
|
-
output: __HttpResponse,
|
|
572
|
-
context: __SerdeContext
|
|
573
|
-
) => Promise<RevokeFlowEntitlementCommandOutput>;
|
|
574
|
-
export declare const de_StartFlowCommand: (
|
|
575
|
-
output: __HttpResponse,
|
|
576
|
-
context: __SerdeContext
|
|
577
|
-
) => Promise<StartFlowCommandOutput>;
|
|
578
|
-
export declare const de_StopFlowCommand: (
|
|
579
|
-
output: __HttpResponse,
|
|
580
|
-
context: __SerdeContext
|
|
581
|
-
) => Promise<StopFlowCommandOutput>;
|
|
582
|
-
export declare const de_TagResourceCommand: (
|
|
583
|
-
output: __HttpResponse,
|
|
584
|
-
context: __SerdeContext
|
|
585
|
-
) => Promise<TagResourceCommandOutput>;
|
|
586
|
-
export declare const de_UntagResourceCommand: (
|
|
587
|
-
output: __HttpResponse,
|
|
588
|
-
context: __SerdeContext
|
|
589
|
-
) => Promise<UntagResourceCommandOutput>;
|
|
590
|
-
export declare const de_UpdateBridgeCommand: (
|
|
591
|
-
output: __HttpResponse,
|
|
592
|
-
context: __SerdeContext
|
|
593
|
-
) => Promise<UpdateBridgeCommandOutput>;
|
|
594
|
-
export declare const de_UpdateBridgeOutputCommand: (
|
|
595
|
-
output: __HttpResponse,
|
|
596
|
-
context: __SerdeContext
|
|
597
|
-
) => Promise<UpdateBridgeOutputCommandOutput>;
|
|
598
|
-
export declare const de_UpdateBridgeSourceCommand: (
|
|
599
|
-
output: __HttpResponse,
|
|
600
|
-
context: __SerdeContext
|
|
601
|
-
) => Promise<UpdateBridgeSourceCommandOutput>;
|
|
602
|
-
export declare const de_UpdateBridgeStateCommand: (
|
|
603
|
-
output: __HttpResponse,
|
|
604
|
-
context: __SerdeContext
|
|
605
|
-
) => Promise<UpdateBridgeStateCommandOutput>;
|
|
606
|
-
export declare const de_UpdateFlowCommand: (
|
|
607
|
-
output: __HttpResponse,
|
|
608
|
-
context: __SerdeContext
|
|
609
|
-
) => Promise<UpdateFlowCommandOutput>;
|
|
610
|
-
export declare const de_UpdateFlowEntitlementCommand: (
|
|
611
|
-
output: __HttpResponse,
|
|
612
|
-
context: __SerdeContext
|
|
613
|
-
) => Promise<UpdateFlowEntitlementCommandOutput>;
|
|
614
|
-
export declare const de_UpdateFlowMediaStreamCommand: (
|
|
615
|
-
output: __HttpResponse,
|
|
616
|
-
context: __SerdeContext
|
|
617
|
-
) => Promise<UpdateFlowMediaStreamCommandOutput>;
|
|
618
|
-
export declare const de_UpdateFlowOutputCommand: (
|
|
619
|
-
output: __HttpResponse,
|
|
620
|
-
context: __SerdeContext
|
|
621
|
-
) => Promise<UpdateFlowOutputCommandOutput>;
|
|
622
|
-
export declare const de_UpdateFlowSourceCommand: (
|
|
623
|
-
output: __HttpResponse,
|
|
624
|
-
context: __SerdeContext
|
|
625
|
-
) => Promise<UpdateFlowSourceCommandOutput>;
|
|
626
|
-
export declare const de_UpdateGatewayInstanceCommand: (
|
|
627
|
-
output: __HttpResponse,
|
|
628
|
-
context: __SerdeContext
|
|
629
|
-
) => Promise<UpdateGatewayInstanceCommandOutput>;
|