@aws-sdk/client-mediaconnect 3.168.0 → 3.170.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/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/MediaConnect.d.ts +544 -155
- package/dist-types/ts3.4/MediaConnectClient.d.ts +310 -103
- package/dist-types/ts3.4/commands/AddFlowMediaStreamsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/AddFlowOutputsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/AddFlowSourcesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/AddFlowVpcInterfacesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateFlowCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteFlowCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DescribeFlowCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DescribeOfferingCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeReservationCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GrantFlowEntitlementsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListEntitlementsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListFlowsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListOfferingsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListReservationsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/PurchaseOfferingCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/RemoveFlowMediaStreamCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/RemoveFlowOutputCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/RemoveFlowSourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/RemoveFlowVpcInterfaceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/RevokeFlowEntitlementCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StartFlowCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/StopFlowCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateFlowCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateFlowEntitlementCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateFlowMediaStreamCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateFlowOutputCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateFlowSourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/index.d.ts +30 -30
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +7 -7
- package/dist-types/ts3.4/models/MediaConnectServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1536 -1450
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListEntitlementsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListFlowsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListOfferingsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListReservationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +5 -5
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +365 -92
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/dist-types/ts3.4/waiters/index.d.ts +3 -3
- package/dist-types/ts3.4/waiters/waitForFlowActive.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForFlowDeleted.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForFlowStandby.d.ts +13 -7
- package/package.json +35 -35
|
@@ -1,103 +1,310 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
import {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
import {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
1
|
+
import {
|
|
2
|
+
EndpointsInputConfig,
|
|
3
|
+
EndpointsResolvedConfig,
|
|
4
|
+
RegionInputConfig,
|
|
5
|
+
RegionResolvedConfig,
|
|
6
|
+
} from "@aws-sdk/config-resolver";
|
|
7
|
+
import {
|
|
8
|
+
HostHeaderInputConfig,
|
|
9
|
+
HostHeaderResolvedConfig,
|
|
10
|
+
} from "@aws-sdk/middleware-host-header";
|
|
11
|
+
import {
|
|
12
|
+
RetryInputConfig,
|
|
13
|
+
RetryResolvedConfig,
|
|
14
|
+
} from "@aws-sdk/middleware-retry";
|
|
15
|
+
import {
|
|
16
|
+
AwsAuthInputConfig,
|
|
17
|
+
AwsAuthResolvedConfig,
|
|
18
|
+
} from "@aws-sdk/middleware-signing";
|
|
19
|
+
import {
|
|
20
|
+
UserAgentInputConfig,
|
|
21
|
+
UserAgentResolvedConfig,
|
|
22
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
23
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
24
|
+
import {
|
|
25
|
+
Client as __Client,
|
|
26
|
+
DefaultsMode,
|
|
27
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
28
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
29
|
+
} from "@aws-sdk/smithy-client";
|
|
30
|
+
import {
|
|
31
|
+
BodyLengthCalculator as __BodyLengthCalculator,
|
|
32
|
+
Credentials as __Credentials,
|
|
33
|
+
Decoder as __Decoder,
|
|
34
|
+
Encoder as __Encoder,
|
|
35
|
+
HashConstructor as __HashConstructor,
|
|
36
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
|
+
Logger as __Logger,
|
|
38
|
+
Provider as __Provider,
|
|
39
|
+
Provider,
|
|
40
|
+
RegionInfoProvider,
|
|
41
|
+
StreamCollector as __StreamCollector,
|
|
42
|
+
UrlParser as __UrlParser,
|
|
43
|
+
UserAgent as __UserAgent,
|
|
44
|
+
} from "@aws-sdk/types";
|
|
45
|
+
import {
|
|
46
|
+
AddFlowMediaStreamsCommandInput,
|
|
47
|
+
AddFlowMediaStreamsCommandOutput,
|
|
48
|
+
} from "./commands/AddFlowMediaStreamsCommand";
|
|
49
|
+
import {
|
|
50
|
+
AddFlowOutputsCommandInput,
|
|
51
|
+
AddFlowOutputsCommandOutput,
|
|
52
|
+
} from "./commands/AddFlowOutputsCommand";
|
|
53
|
+
import {
|
|
54
|
+
AddFlowSourcesCommandInput,
|
|
55
|
+
AddFlowSourcesCommandOutput,
|
|
56
|
+
} from "./commands/AddFlowSourcesCommand";
|
|
57
|
+
import {
|
|
58
|
+
AddFlowVpcInterfacesCommandInput,
|
|
59
|
+
AddFlowVpcInterfacesCommandOutput,
|
|
60
|
+
} from "./commands/AddFlowVpcInterfacesCommand";
|
|
61
|
+
import {
|
|
62
|
+
CreateFlowCommandInput,
|
|
63
|
+
CreateFlowCommandOutput,
|
|
64
|
+
} from "./commands/CreateFlowCommand";
|
|
65
|
+
import {
|
|
66
|
+
DeleteFlowCommandInput,
|
|
67
|
+
DeleteFlowCommandOutput,
|
|
68
|
+
} from "./commands/DeleteFlowCommand";
|
|
69
|
+
import {
|
|
70
|
+
DescribeFlowCommandInput,
|
|
71
|
+
DescribeFlowCommandOutput,
|
|
72
|
+
} from "./commands/DescribeFlowCommand";
|
|
73
|
+
import {
|
|
74
|
+
DescribeOfferingCommandInput,
|
|
75
|
+
DescribeOfferingCommandOutput,
|
|
76
|
+
} from "./commands/DescribeOfferingCommand";
|
|
77
|
+
import {
|
|
78
|
+
DescribeReservationCommandInput,
|
|
79
|
+
DescribeReservationCommandOutput,
|
|
80
|
+
} from "./commands/DescribeReservationCommand";
|
|
81
|
+
import {
|
|
82
|
+
GrantFlowEntitlementsCommandInput,
|
|
83
|
+
GrantFlowEntitlementsCommandOutput,
|
|
84
|
+
} from "./commands/GrantFlowEntitlementsCommand";
|
|
85
|
+
import {
|
|
86
|
+
ListEntitlementsCommandInput,
|
|
87
|
+
ListEntitlementsCommandOutput,
|
|
88
|
+
} from "./commands/ListEntitlementsCommand";
|
|
89
|
+
import {
|
|
90
|
+
ListFlowsCommandInput,
|
|
91
|
+
ListFlowsCommandOutput,
|
|
92
|
+
} from "./commands/ListFlowsCommand";
|
|
93
|
+
import {
|
|
94
|
+
ListOfferingsCommandInput,
|
|
95
|
+
ListOfferingsCommandOutput,
|
|
96
|
+
} from "./commands/ListOfferingsCommand";
|
|
97
|
+
import {
|
|
98
|
+
ListReservationsCommandInput,
|
|
99
|
+
ListReservationsCommandOutput,
|
|
100
|
+
} from "./commands/ListReservationsCommand";
|
|
101
|
+
import {
|
|
102
|
+
ListTagsForResourceCommandInput,
|
|
103
|
+
ListTagsForResourceCommandOutput,
|
|
104
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
105
|
+
import {
|
|
106
|
+
PurchaseOfferingCommandInput,
|
|
107
|
+
PurchaseOfferingCommandOutput,
|
|
108
|
+
} from "./commands/PurchaseOfferingCommand";
|
|
109
|
+
import {
|
|
110
|
+
RemoveFlowMediaStreamCommandInput,
|
|
111
|
+
RemoveFlowMediaStreamCommandOutput,
|
|
112
|
+
} from "./commands/RemoveFlowMediaStreamCommand";
|
|
113
|
+
import {
|
|
114
|
+
RemoveFlowOutputCommandInput,
|
|
115
|
+
RemoveFlowOutputCommandOutput,
|
|
116
|
+
} from "./commands/RemoveFlowOutputCommand";
|
|
117
|
+
import {
|
|
118
|
+
RemoveFlowSourceCommandInput,
|
|
119
|
+
RemoveFlowSourceCommandOutput,
|
|
120
|
+
} from "./commands/RemoveFlowSourceCommand";
|
|
121
|
+
import {
|
|
122
|
+
RemoveFlowVpcInterfaceCommandInput,
|
|
123
|
+
RemoveFlowVpcInterfaceCommandOutput,
|
|
124
|
+
} from "./commands/RemoveFlowVpcInterfaceCommand";
|
|
125
|
+
import {
|
|
126
|
+
RevokeFlowEntitlementCommandInput,
|
|
127
|
+
RevokeFlowEntitlementCommandOutput,
|
|
128
|
+
} from "./commands/RevokeFlowEntitlementCommand";
|
|
129
|
+
import {
|
|
130
|
+
StartFlowCommandInput,
|
|
131
|
+
StartFlowCommandOutput,
|
|
132
|
+
} from "./commands/StartFlowCommand";
|
|
133
|
+
import {
|
|
134
|
+
StopFlowCommandInput,
|
|
135
|
+
StopFlowCommandOutput,
|
|
136
|
+
} from "./commands/StopFlowCommand";
|
|
137
|
+
import {
|
|
138
|
+
TagResourceCommandInput,
|
|
139
|
+
TagResourceCommandOutput,
|
|
140
|
+
} from "./commands/TagResourceCommand";
|
|
141
|
+
import {
|
|
142
|
+
UntagResourceCommandInput,
|
|
143
|
+
UntagResourceCommandOutput,
|
|
144
|
+
} from "./commands/UntagResourceCommand";
|
|
145
|
+
import {
|
|
146
|
+
UpdateFlowCommandInput,
|
|
147
|
+
UpdateFlowCommandOutput,
|
|
148
|
+
} from "./commands/UpdateFlowCommand";
|
|
149
|
+
import {
|
|
150
|
+
UpdateFlowEntitlementCommandInput,
|
|
151
|
+
UpdateFlowEntitlementCommandOutput,
|
|
152
|
+
} from "./commands/UpdateFlowEntitlementCommand";
|
|
153
|
+
import {
|
|
154
|
+
UpdateFlowMediaStreamCommandInput,
|
|
155
|
+
UpdateFlowMediaStreamCommandOutput,
|
|
156
|
+
} from "./commands/UpdateFlowMediaStreamCommand";
|
|
157
|
+
import {
|
|
158
|
+
UpdateFlowOutputCommandInput,
|
|
159
|
+
UpdateFlowOutputCommandOutput,
|
|
160
|
+
} from "./commands/UpdateFlowOutputCommand";
|
|
161
|
+
import {
|
|
162
|
+
UpdateFlowSourceCommandInput,
|
|
163
|
+
UpdateFlowSourceCommandOutput,
|
|
164
|
+
} from "./commands/UpdateFlowSourceCommand";
|
|
165
|
+
export declare type ServiceInputTypes =
|
|
166
|
+
| AddFlowMediaStreamsCommandInput
|
|
167
|
+
| AddFlowOutputsCommandInput
|
|
168
|
+
| AddFlowSourcesCommandInput
|
|
169
|
+
| AddFlowVpcInterfacesCommandInput
|
|
170
|
+
| CreateFlowCommandInput
|
|
171
|
+
| DeleteFlowCommandInput
|
|
172
|
+
| DescribeFlowCommandInput
|
|
173
|
+
| DescribeOfferingCommandInput
|
|
174
|
+
| DescribeReservationCommandInput
|
|
175
|
+
| GrantFlowEntitlementsCommandInput
|
|
176
|
+
| ListEntitlementsCommandInput
|
|
177
|
+
| ListFlowsCommandInput
|
|
178
|
+
| ListOfferingsCommandInput
|
|
179
|
+
| ListReservationsCommandInput
|
|
180
|
+
| ListTagsForResourceCommandInput
|
|
181
|
+
| PurchaseOfferingCommandInput
|
|
182
|
+
| RemoveFlowMediaStreamCommandInput
|
|
183
|
+
| RemoveFlowOutputCommandInput
|
|
184
|
+
| RemoveFlowSourceCommandInput
|
|
185
|
+
| RemoveFlowVpcInterfaceCommandInput
|
|
186
|
+
| RevokeFlowEntitlementCommandInput
|
|
187
|
+
| StartFlowCommandInput
|
|
188
|
+
| StopFlowCommandInput
|
|
189
|
+
| TagResourceCommandInput
|
|
190
|
+
| UntagResourceCommandInput
|
|
191
|
+
| UpdateFlowCommandInput
|
|
192
|
+
| UpdateFlowEntitlementCommandInput
|
|
193
|
+
| UpdateFlowMediaStreamCommandInput
|
|
194
|
+
| UpdateFlowOutputCommandInput
|
|
195
|
+
| UpdateFlowSourceCommandInput;
|
|
196
|
+
export declare type ServiceOutputTypes =
|
|
197
|
+
| AddFlowMediaStreamsCommandOutput
|
|
198
|
+
| AddFlowOutputsCommandOutput
|
|
199
|
+
| AddFlowSourcesCommandOutput
|
|
200
|
+
| AddFlowVpcInterfacesCommandOutput
|
|
201
|
+
| CreateFlowCommandOutput
|
|
202
|
+
| DeleteFlowCommandOutput
|
|
203
|
+
| DescribeFlowCommandOutput
|
|
204
|
+
| DescribeOfferingCommandOutput
|
|
205
|
+
| DescribeReservationCommandOutput
|
|
206
|
+
| GrantFlowEntitlementsCommandOutput
|
|
207
|
+
| ListEntitlementsCommandOutput
|
|
208
|
+
| ListFlowsCommandOutput
|
|
209
|
+
| ListOfferingsCommandOutput
|
|
210
|
+
| ListReservationsCommandOutput
|
|
211
|
+
| ListTagsForResourceCommandOutput
|
|
212
|
+
| PurchaseOfferingCommandOutput
|
|
213
|
+
| RemoveFlowMediaStreamCommandOutput
|
|
214
|
+
| RemoveFlowOutputCommandOutput
|
|
215
|
+
| RemoveFlowSourceCommandOutput
|
|
216
|
+
| RemoveFlowVpcInterfaceCommandOutput
|
|
217
|
+
| RevokeFlowEntitlementCommandOutput
|
|
218
|
+
| StartFlowCommandOutput
|
|
219
|
+
| StopFlowCommandOutput
|
|
220
|
+
| TagResourceCommandOutput
|
|
221
|
+
| UntagResourceCommandOutput
|
|
222
|
+
| UpdateFlowCommandOutput
|
|
223
|
+
| UpdateFlowEntitlementCommandOutput
|
|
224
|
+
| UpdateFlowMediaStreamCommandOutput
|
|
225
|
+
| UpdateFlowOutputCommandOutput
|
|
226
|
+
| UpdateFlowSourceCommandOutput;
|
|
227
|
+
export interface ClientDefaults
|
|
228
|
+
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
229
|
+
requestHandler?: __HttpHandler;
|
|
230
|
+
|
|
231
|
+
sha256?: __HashConstructor;
|
|
232
|
+
|
|
233
|
+
urlParser?: __UrlParser;
|
|
234
|
+
|
|
235
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
236
|
+
|
|
237
|
+
streamCollector?: __StreamCollector;
|
|
238
|
+
|
|
239
|
+
base64Decoder?: __Decoder;
|
|
240
|
+
|
|
241
|
+
base64Encoder?: __Encoder;
|
|
242
|
+
|
|
243
|
+
utf8Decoder?: __Decoder;
|
|
244
|
+
|
|
245
|
+
utf8Encoder?: __Encoder;
|
|
246
|
+
|
|
247
|
+
runtime?: string;
|
|
248
|
+
|
|
249
|
+
disableHostPrefix?: boolean;
|
|
250
|
+
|
|
251
|
+
maxAttempts?: number | __Provider<number>;
|
|
252
|
+
|
|
253
|
+
retryMode?: string | __Provider<string>;
|
|
254
|
+
|
|
255
|
+
logger?: __Logger;
|
|
256
|
+
|
|
257
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
258
|
+
|
|
259
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
260
|
+
|
|
261
|
+
serviceId?: string;
|
|
262
|
+
|
|
263
|
+
region?: string | __Provider<string>;
|
|
264
|
+
|
|
265
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
266
|
+
|
|
267
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
268
|
+
|
|
269
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
270
|
+
|
|
271
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
272
|
+
}
|
|
273
|
+
declare type MediaConnectClientConfigType = Partial<
|
|
274
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
275
|
+
> &
|
|
276
|
+
ClientDefaults &
|
|
277
|
+
RegionInputConfig &
|
|
278
|
+
EndpointsInputConfig &
|
|
279
|
+
RetryInputConfig &
|
|
280
|
+
HostHeaderInputConfig &
|
|
281
|
+
AwsAuthInputConfig &
|
|
282
|
+
UserAgentInputConfig;
|
|
283
|
+
|
|
284
|
+
export interface MediaConnectClientConfig
|
|
285
|
+
extends MediaConnectClientConfigType {}
|
|
286
|
+
declare type MediaConnectClientResolvedConfigType =
|
|
287
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
288
|
+
Required<ClientDefaults> &
|
|
289
|
+
RegionResolvedConfig &
|
|
290
|
+
EndpointsResolvedConfig &
|
|
291
|
+
RetryResolvedConfig &
|
|
292
|
+
HostHeaderResolvedConfig &
|
|
293
|
+
AwsAuthResolvedConfig &
|
|
294
|
+
UserAgentResolvedConfig;
|
|
295
|
+
|
|
296
|
+
export interface MediaConnectClientResolvedConfig
|
|
297
|
+
extends MediaConnectClientResolvedConfigType {}
|
|
298
|
+
|
|
299
|
+
export declare class MediaConnectClient extends __Client<
|
|
300
|
+
__HttpHandlerOptions,
|
|
301
|
+
ServiceInputTypes,
|
|
302
|
+
ServiceOutputTypes,
|
|
303
|
+
MediaConnectClientResolvedConfig
|
|
304
|
+
> {
|
|
305
|
+
readonly config: MediaConnectClientResolvedConfig;
|
|
306
|
+
constructor(configuration: MediaConnectClientConfig);
|
|
307
|
+
|
|
308
|
+
destroy(): void;
|
|
309
|
+
}
|
|
310
|
+
export {};
|
|
@@ -1,17 +1,38 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
MediaConnectClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../MediaConnectClient";
|
|
13
|
+
import {
|
|
14
|
+
AddFlowMediaStreamsRequest,
|
|
15
|
+
AddFlowMediaStreamsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface AddFlowMediaStreamsCommandInput
|
|
18
|
+
extends AddFlowMediaStreamsRequest {}
|
|
19
|
+
export interface AddFlowMediaStreamsCommandOutput
|
|
20
|
+
extends AddFlowMediaStreamsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class AddFlowMediaStreamsCommand extends $Command<
|
|
24
|
+
AddFlowMediaStreamsCommandInput,
|
|
25
|
+
AddFlowMediaStreamsCommandOutput,
|
|
26
|
+
MediaConnectClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: AddFlowMediaStreamsCommandInput;
|
|
29
|
+
constructor(input: AddFlowMediaStreamsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: MediaConnectClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<AddFlowMediaStreamsCommandInput, AddFlowMediaStreamsCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
MediaConnectClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../MediaConnectClient";
|
|
13
|
+
import {
|
|
14
|
+
AddFlowOutputsRequest,
|
|
15
|
+
AddFlowOutputsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface AddFlowOutputsCommandInput extends AddFlowOutputsRequest {}
|
|
18
|
+
export interface AddFlowOutputsCommandOutput
|
|
19
|
+
extends AddFlowOutputsResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class AddFlowOutputsCommand extends $Command<
|
|
23
|
+
AddFlowOutputsCommandInput,
|
|
24
|
+
AddFlowOutputsCommandOutput,
|
|
25
|
+
MediaConnectClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: AddFlowOutputsCommandInput;
|
|
28
|
+
constructor(input: AddFlowOutputsCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: MediaConnectClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<AddFlowOutputsCommandInput, AddFlowOutputsCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
MediaConnectClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../MediaConnectClient";
|
|
13
|
+
import {
|
|
14
|
+
AddFlowSourcesRequest,
|
|
15
|
+
AddFlowSourcesResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface AddFlowSourcesCommandInput extends AddFlowSourcesRequest {}
|
|
18
|
+
export interface AddFlowSourcesCommandOutput
|
|
19
|
+
extends AddFlowSourcesResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class AddFlowSourcesCommand extends $Command<
|
|
23
|
+
AddFlowSourcesCommandInput,
|
|
24
|
+
AddFlowSourcesCommandOutput,
|
|
25
|
+
MediaConnectClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: AddFlowSourcesCommandInput;
|
|
28
|
+
constructor(input: AddFlowSourcesCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: MediaConnectClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<AddFlowSourcesCommandInput, AddFlowSourcesCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
MediaConnectClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../MediaConnectClient";
|
|
13
|
+
import {
|
|
14
|
+
AddFlowVpcInterfacesRequest,
|
|
15
|
+
AddFlowVpcInterfacesResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface AddFlowVpcInterfacesCommandInput
|
|
18
|
+
extends AddFlowVpcInterfacesRequest {}
|
|
19
|
+
export interface AddFlowVpcInterfacesCommandOutput
|
|
20
|
+
extends AddFlowVpcInterfacesResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class AddFlowVpcInterfacesCommand extends $Command<
|
|
24
|
+
AddFlowVpcInterfacesCommandInput,
|
|
25
|
+
AddFlowVpcInterfacesCommandOutput,
|
|
26
|
+
MediaConnectClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: AddFlowVpcInterfacesCommandInput;
|
|
29
|
+
constructor(input: AddFlowVpcInterfacesCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: MediaConnectClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
AddFlowVpcInterfacesCommandInput,
|
|
37
|
+
AddFlowVpcInterfacesCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|