@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.
Files changed (55) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/MediaConnect.d.ts +544 -155
  3. package/dist-types/ts3.4/MediaConnectClient.d.ts +310 -103
  4. package/dist-types/ts3.4/commands/AddFlowMediaStreamsCommand.d.ts +38 -17
  5. package/dist-types/ts3.4/commands/AddFlowOutputsCommand.d.ts +37 -17
  6. package/dist-types/ts3.4/commands/AddFlowSourcesCommand.d.ts +37 -17
  7. package/dist-types/ts3.4/commands/AddFlowVpcInterfacesCommand.d.ts +41 -17
  8. package/dist-types/ts3.4/commands/CreateFlowCommand.d.ts +34 -17
  9. package/dist-types/ts3.4/commands/DeleteFlowCommand.d.ts +34 -17
  10. package/dist-types/ts3.4/commands/DescribeFlowCommand.d.ts +34 -17
  11. package/dist-types/ts3.4/commands/DescribeOfferingCommand.d.ts +37 -17
  12. package/dist-types/ts3.4/commands/DescribeReservationCommand.d.ts +38 -17
  13. package/dist-types/ts3.4/commands/GrantFlowEntitlementsCommand.d.ts +41 -17
  14. package/dist-types/ts3.4/commands/ListEntitlementsCommand.d.ts +37 -17
  15. package/dist-types/ts3.4/commands/ListFlowsCommand.d.ts +34 -17
  16. package/dist-types/ts3.4/commands/ListOfferingsCommand.d.ts +37 -17
  17. package/dist-types/ts3.4/commands/ListReservationsCommand.d.ts +37 -17
  18. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  19. package/dist-types/ts3.4/commands/PurchaseOfferingCommand.d.ts +37 -17
  20. package/dist-types/ts3.4/commands/RemoveFlowMediaStreamCommand.d.ts +41 -17
  21. package/dist-types/ts3.4/commands/RemoveFlowOutputCommand.d.ts +37 -17
  22. package/dist-types/ts3.4/commands/RemoveFlowSourceCommand.d.ts +37 -17
  23. package/dist-types/ts3.4/commands/RemoveFlowVpcInterfaceCommand.d.ts +41 -17
  24. package/dist-types/ts3.4/commands/RevokeFlowEntitlementCommand.d.ts +41 -17
  25. package/dist-types/ts3.4/commands/StartFlowCommand.d.ts +34 -17
  26. package/dist-types/ts3.4/commands/StopFlowCommand.d.ts +34 -17
  27. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  28. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +32 -17
  29. package/dist-types/ts3.4/commands/UpdateFlowCommand.d.ts +34 -17
  30. package/dist-types/ts3.4/commands/UpdateFlowEntitlementCommand.d.ts +41 -17
  31. package/dist-types/ts3.4/commands/UpdateFlowMediaStreamCommand.d.ts +41 -17
  32. package/dist-types/ts3.4/commands/UpdateFlowOutputCommand.d.ts +37 -17
  33. package/dist-types/ts3.4/commands/UpdateFlowSourceCommand.d.ts +37 -17
  34. package/dist-types/ts3.4/commands/index.d.ts +30 -30
  35. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  36. package/dist-types/ts3.4/index.d.ts +7 -7
  37. package/dist-types/ts3.4/models/MediaConnectServiceException.d.ts +8 -6
  38. package/dist-types/ts3.4/models/index.d.ts +1 -1
  39. package/dist-types/ts3.4/models/models_0.d.ts +1536 -1450
  40. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  41. package/dist-types/ts3.4/pagination/ListEntitlementsPaginator.d.ts +11 -4
  42. package/dist-types/ts3.4/pagination/ListFlowsPaginator.d.ts +11 -4
  43. package/dist-types/ts3.4/pagination/ListOfferingsPaginator.d.ts +11 -4
  44. package/dist-types/ts3.4/pagination/ListReservationsPaginator.d.ts +11 -4
  45. package/dist-types/ts3.4/pagination/index.d.ts +5 -5
  46. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +365 -92
  47. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  48. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  49. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  50. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  51. package/dist-types/ts3.4/waiters/index.d.ts +3 -3
  52. package/dist-types/ts3.4/waiters/waitForFlowActive.d.ts +13 -7
  53. package/dist-types/ts3.4/waiters/waitForFlowDeleted.d.ts +13 -7
  54. package/dist-types/ts3.4/waiters/waitForFlowStandby.d.ts +13 -7
  55. package/package.json +35 -35
@@ -1,103 +1,310 @@
1
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
- import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
- import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
- import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
- import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
- import { AddFlowMediaStreamsCommandInput, AddFlowMediaStreamsCommandOutput } from "./commands/AddFlowMediaStreamsCommand";
10
- import { AddFlowOutputsCommandInput, AddFlowOutputsCommandOutput } from "./commands/AddFlowOutputsCommand";
11
- import { AddFlowSourcesCommandInput, AddFlowSourcesCommandOutput } from "./commands/AddFlowSourcesCommand";
12
- import { AddFlowVpcInterfacesCommandInput, AddFlowVpcInterfacesCommandOutput } from "./commands/AddFlowVpcInterfacesCommand";
13
- import { CreateFlowCommandInput, CreateFlowCommandOutput } from "./commands/CreateFlowCommand";
14
- import { DeleteFlowCommandInput, DeleteFlowCommandOutput } from "./commands/DeleteFlowCommand";
15
- import { DescribeFlowCommandInput, DescribeFlowCommandOutput } from "./commands/DescribeFlowCommand";
16
- import { DescribeOfferingCommandInput, DescribeOfferingCommandOutput } from "./commands/DescribeOfferingCommand";
17
- import { DescribeReservationCommandInput, DescribeReservationCommandOutput } from "./commands/DescribeReservationCommand";
18
- import { GrantFlowEntitlementsCommandInput, GrantFlowEntitlementsCommandOutput } from "./commands/GrantFlowEntitlementsCommand";
19
- import { ListEntitlementsCommandInput, ListEntitlementsCommandOutput } from "./commands/ListEntitlementsCommand";
20
- import { ListFlowsCommandInput, ListFlowsCommandOutput } from "./commands/ListFlowsCommand";
21
- import { ListOfferingsCommandInput, ListOfferingsCommandOutput } from "./commands/ListOfferingsCommand";
22
- import { ListReservationsCommandInput, ListReservationsCommandOutput } from "./commands/ListReservationsCommand";
23
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
24
- import { PurchaseOfferingCommandInput, PurchaseOfferingCommandOutput } from "./commands/PurchaseOfferingCommand";
25
- import { RemoveFlowMediaStreamCommandInput, RemoveFlowMediaStreamCommandOutput } from "./commands/RemoveFlowMediaStreamCommand";
26
- import { RemoveFlowOutputCommandInput, RemoveFlowOutputCommandOutput } from "./commands/RemoveFlowOutputCommand";
27
- import { RemoveFlowSourceCommandInput, RemoveFlowSourceCommandOutput } from "./commands/RemoveFlowSourceCommand";
28
- import { RemoveFlowVpcInterfaceCommandInput, RemoveFlowVpcInterfaceCommandOutput } from "./commands/RemoveFlowVpcInterfaceCommand";
29
- import { RevokeFlowEntitlementCommandInput, RevokeFlowEntitlementCommandOutput } from "./commands/RevokeFlowEntitlementCommand";
30
- import { StartFlowCommandInput, StartFlowCommandOutput } from "./commands/StartFlowCommand";
31
- import { StopFlowCommandInput, StopFlowCommandOutput } from "./commands/StopFlowCommand";
32
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
33
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
34
- import { UpdateFlowCommandInput, UpdateFlowCommandOutput } from "./commands/UpdateFlowCommand";
35
- import { UpdateFlowEntitlementCommandInput, UpdateFlowEntitlementCommandOutput } from "./commands/UpdateFlowEntitlementCommand";
36
- import { UpdateFlowMediaStreamCommandInput, UpdateFlowMediaStreamCommandOutput } from "./commands/UpdateFlowMediaStreamCommand";
37
- import { UpdateFlowOutputCommandInput, UpdateFlowOutputCommandOutput } from "./commands/UpdateFlowOutputCommand";
38
- import { UpdateFlowSourceCommandInput, UpdateFlowSourceCommandOutput } from "./commands/UpdateFlowSourceCommand";
39
- export declare type ServiceInputTypes = AddFlowMediaStreamsCommandInput | AddFlowOutputsCommandInput | AddFlowSourcesCommandInput | AddFlowVpcInterfacesCommandInput | CreateFlowCommandInput | DeleteFlowCommandInput | DescribeFlowCommandInput | DescribeOfferingCommandInput | DescribeReservationCommandInput | GrantFlowEntitlementsCommandInput | ListEntitlementsCommandInput | ListFlowsCommandInput | ListOfferingsCommandInput | ListReservationsCommandInput | ListTagsForResourceCommandInput | PurchaseOfferingCommandInput | RemoveFlowMediaStreamCommandInput | RemoveFlowOutputCommandInput | RemoveFlowSourceCommandInput | RemoveFlowVpcInterfaceCommandInput | RevokeFlowEntitlementCommandInput | StartFlowCommandInput | StopFlowCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateFlowCommandInput | UpdateFlowEntitlementCommandInput | UpdateFlowMediaStreamCommandInput | UpdateFlowOutputCommandInput | UpdateFlowSourceCommandInput;
40
- export declare type ServiceOutputTypes = AddFlowMediaStreamsCommandOutput | AddFlowOutputsCommandOutput | AddFlowSourcesCommandOutput | AddFlowVpcInterfacesCommandOutput | CreateFlowCommandOutput | DeleteFlowCommandOutput | DescribeFlowCommandOutput | DescribeOfferingCommandOutput | DescribeReservationCommandOutput | GrantFlowEntitlementsCommandOutput | ListEntitlementsCommandOutput | ListFlowsCommandOutput | ListOfferingsCommandOutput | ListReservationsCommandOutput | ListTagsForResourceCommandOutput | PurchaseOfferingCommandOutput | RemoveFlowMediaStreamCommandOutput | RemoveFlowOutputCommandOutput | RemoveFlowSourceCommandOutput | RemoveFlowVpcInterfaceCommandOutput | RevokeFlowEntitlementCommandOutput | StartFlowCommandOutput | StopFlowCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateFlowCommandOutput | UpdateFlowEntitlementCommandOutput | UpdateFlowMediaStreamCommandOutput | UpdateFlowOutputCommandOutput | UpdateFlowSourceCommandOutput;
41
- export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
42
-
43
- requestHandler?: __HttpHandler;
44
-
45
- sha256?: __HashConstructor;
46
-
47
- urlParser?: __UrlParser;
48
-
49
- bodyLengthChecker?: __BodyLengthCalculator;
50
-
51
- streamCollector?: __StreamCollector;
52
-
53
- base64Decoder?: __Decoder;
54
-
55
- base64Encoder?: __Encoder;
56
-
57
- utf8Decoder?: __Decoder;
58
-
59
- utf8Encoder?: __Encoder;
60
-
61
- runtime?: string;
62
-
63
- disableHostPrefix?: boolean;
64
-
65
- maxAttempts?: number | __Provider<number>;
66
-
67
- retryMode?: string | __Provider<string>;
68
-
69
- logger?: __Logger;
70
-
71
- useDualstackEndpoint?: boolean | __Provider<boolean>;
72
-
73
- useFipsEndpoint?: boolean | __Provider<boolean>;
74
-
75
- serviceId?: string;
76
-
77
- region?: string | __Provider<string>;
78
-
79
- credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
80
-
81
- regionInfoProvider?: RegionInfoProvider;
82
-
83
- defaultUserAgentProvider?: Provider<__UserAgent>;
84
-
85
- defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
86
- }
87
- declare type MediaConnectClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
88
-
89
- export interface MediaConnectClientConfig extends MediaConnectClientConfigType {
90
- }
91
- declare type MediaConnectClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
92
-
93
- export interface MediaConnectClientResolvedConfig extends MediaConnectClientResolvedConfigType {
94
- }
95
-
96
- export declare class MediaConnectClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, MediaConnectClientResolvedConfig> {
97
-
98
- readonly config: MediaConnectClientResolvedConfig;
99
- constructor(configuration: MediaConnectClientConfig);
100
-
101
- destroy(): void;
102
- }
103
- export {};
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient";
4
- import { AddFlowMediaStreamsRequest, AddFlowMediaStreamsResponse } from "../models/models_0";
5
- export interface AddFlowMediaStreamsCommandInput extends AddFlowMediaStreamsRequest {
6
- }
7
- export interface AddFlowMediaStreamsCommandOutput extends AddFlowMediaStreamsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class AddFlowMediaStreamsCommand extends $Command<AddFlowMediaStreamsCommandInput, AddFlowMediaStreamsCommandOutput, MediaConnectClientResolvedConfig> {
11
- readonly input: AddFlowMediaStreamsCommandInput;
12
- constructor(input: AddFlowMediaStreamsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AddFlowMediaStreamsCommandInput, AddFlowMediaStreamsCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient";
4
- import { AddFlowOutputsRequest, AddFlowOutputsResponse } from "../models/models_0";
5
- export interface AddFlowOutputsCommandInput extends AddFlowOutputsRequest {
6
- }
7
- export interface AddFlowOutputsCommandOutput extends AddFlowOutputsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class AddFlowOutputsCommand extends $Command<AddFlowOutputsCommandInput, AddFlowOutputsCommandOutput, MediaConnectClientResolvedConfig> {
11
- readonly input: AddFlowOutputsCommandInput;
12
- constructor(input: AddFlowOutputsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AddFlowOutputsCommandInput, AddFlowOutputsCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient";
4
- import { AddFlowSourcesRequest, AddFlowSourcesResponse } from "../models/models_0";
5
- export interface AddFlowSourcesCommandInput extends AddFlowSourcesRequest {
6
- }
7
- export interface AddFlowSourcesCommandOutput extends AddFlowSourcesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class AddFlowSourcesCommand extends $Command<AddFlowSourcesCommandInput, AddFlowSourcesCommandOutput, MediaConnectClientResolvedConfig> {
11
- readonly input: AddFlowSourcesCommandInput;
12
- constructor(input: AddFlowSourcesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AddFlowSourcesCommandInput, AddFlowSourcesCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient";
4
- import { AddFlowVpcInterfacesRequest, AddFlowVpcInterfacesResponse } from "../models/models_0";
5
- export interface AddFlowVpcInterfacesCommandInput extends AddFlowVpcInterfacesRequest {
6
- }
7
- export interface AddFlowVpcInterfacesCommandOutput extends AddFlowVpcInterfacesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class AddFlowVpcInterfacesCommand extends $Command<AddFlowVpcInterfacesCommandInput, AddFlowVpcInterfacesCommandOutput, MediaConnectClientResolvedConfig> {
11
- readonly input: AddFlowVpcInterfacesCommandInput;
12
- constructor(input: AddFlowVpcInterfacesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AddFlowVpcInterfacesCommandInput, AddFlowVpcInterfacesCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+ }