@aws-sdk/client-mediaconnect 3.170.0 → 3.174.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 +19 -0
- package/dist-cjs/models/models_0.js +1 -0
- package/dist-cjs/protocols/Aws_restJson1.js +6 -0
- package/dist-es/models/models_0.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +6 -4
- package/dist-types/models/models_0.d.ts +25 -0
- package/dist-types/ts3.4/MediaConnect.d.ts +0 -30
- package/dist-types/ts3.4/MediaConnectClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/AddFlowMediaStreamsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/AddFlowOutputsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/AddFlowSourcesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/AddFlowVpcInterfacesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateFlowCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteFlowCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeFlowCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeOfferingCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeReservationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GrantFlowEntitlementsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListEntitlementsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListFlowsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListOfferingsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListReservationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PurchaseOfferingCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RemoveFlowMediaStreamCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RemoveFlowOutputCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RemoveFlowSourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RemoveFlowVpcInterfaceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RevokeFlowEntitlementCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StartFlowCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StopFlowCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateFlowCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateFlowEntitlementCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateFlowMediaStreamCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateFlowOutputCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateFlowSourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/MediaConnectServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +7 -475
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/dist-types/ts3.4/waiters/waitForFlowActive.d.ts +0 -2
- package/dist-types/ts3.4/waiters/waitForFlowDeleted.d.ts +0 -2
- package/dist-types/ts3.4/waiters/waitForFlowStandby.d.ts +0 -2
- package/package.json +27 -27
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,25 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.174.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.173.0...v3.174.0) (2022-09-19)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **client-mediaconnect:** This change allows the customer to use the SRT Caller protocol as part of their flows ([6e0d3c0](https://github.com/aws/aws-sdk-js-v3/commit/6e0d3c05917c4aabb700e227bcd7797a18ef2e33))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
# [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
|
|
18
|
+
|
|
19
|
+
**Note:** Version bump only for package @aws-sdk/client-mediaconnect
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
6
25
|
# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
|
|
7
26
|
|
|
8
27
|
**Note:** Version bump only for package @aws-sdk/client-mediaconnect
|
|
@@ -75,6 +75,7 @@ var Protocol;
|
|
|
75
75
|
Protocol["rist"] = "rist";
|
|
76
76
|
Protocol["rtp"] = "rtp";
|
|
77
77
|
Protocol["rtp_fec"] = "rtp-fec";
|
|
78
|
+
Protocol["srt_caller"] = "srt-caller";
|
|
78
79
|
Protocol["srt_listener"] = "srt-listener";
|
|
79
80
|
Protocol["st2110_jpegxs"] = "st2110-jpegxs";
|
|
80
81
|
Protocol["zixi_pull"] = "zixi-pull";
|
|
@@ -675,6 +675,8 @@ const serializeAws_restJson1UpdateFlowSourceCommand = async (input, context) =>
|
|
|
675
675
|
...(input.Protocol != null && { protocol: input.Protocol }),
|
|
676
676
|
...(input.SenderControlPort != null && { senderControlPort: input.SenderControlPort }),
|
|
677
677
|
...(input.SenderIpAddress != null && { senderIpAddress: input.SenderIpAddress }),
|
|
678
|
+
...(input.SourceListenerAddress != null && { sourceListenerAddress: input.SourceListenerAddress }),
|
|
679
|
+
...(input.SourceListenerPort != null && { sourceListenerPort: input.SourceListenerPort }),
|
|
678
680
|
...(input.StreamId != null && { streamId: input.StreamId }),
|
|
679
681
|
...(input.VpcInterfaceName != null && { vpcInterfaceName: input.VpcInterfaceName }),
|
|
680
682
|
...(input.WhitelistCidr != null && { whitelistCidr: input.WhitelistCidr }),
|
|
@@ -2524,6 +2526,8 @@ const serializeAws_restJson1SetSourceRequest = (input, context) => {
|
|
|
2524
2526
|
...(input.Protocol != null && { protocol: input.Protocol }),
|
|
2525
2527
|
...(input.SenderControlPort != null && { senderControlPort: input.SenderControlPort }),
|
|
2526
2528
|
...(input.SenderIpAddress != null && { senderIpAddress: input.SenderIpAddress }),
|
|
2529
|
+
...(input.SourceListenerAddress != null && { sourceListenerAddress: input.SourceListenerAddress }),
|
|
2530
|
+
...(input.SourceListenerPort != null && { sourceListenerPort: input.SourceListenerPort }),
|
|
2527
2531
|
...(input.StreamId != null && { streamId: input.StreamId }),
|
|
2528
2532
|
...(input.VpcInterfaceName != null && { vpcInterfaceName: input.VpcInterfaceName }),
|
|
2529
2533
|
...(input.WhitelistCidr != null && { whitelistCidr: input.WhitelistCidr }),
|
|
@@ -3013,6 +3017,8 @@ const deserializeAws_restJson1Transport = (output, context) => {
|
|
|
3013
3017
|
SenderControlPort: (0, smithy_client_1.expectInt32)(output.senderControlPort),
|
|
3014
3018
|
SenderIpAddress: (0, smithy_client_1.expectString)(output.senderIpAddress),
|
|
3015
3019
|
SmoothingLatency: (0, smithy_client_1.expectInt32)(output.smoothingLatency),
|
|
3020
|
+
SourceListenerAddress: (0, smithy_client_1.expectString)(output.sourceListenerAddress),
|
|
3021
|
+
SourceListenerPort: (0, smithy_client_1.expectInt32)(output.sourceListenerPort),
|
|
3016
3022
|
StreamId: (0, smithy_client_1.expectString)(output.streamId),
|
|
3017
3023
|
};
|
|
3018
3024
|
};
|
|
@@ -71,6 +71,7 @@ export var Protocol;
|
|
|
71
71
|
Protocol["rist"] = "rist";
|
|
72
72
|
Protocol["rtp"] = "rtp";
|
|
73
73
|
Protocol["rtp_fec"] = "rtp-fec";
|
|
74
|
+
Protocol["srt_caller"] = "srt-caller";
|
|
74
75
|
Protocol["srt_listener"] = "srt-listener";
|
|
75
76
|
Protocol["st2110_jpegxs"] = "st2110-jpegxs";
|
|
76
77
|
Protocol["zixi_pull"] = "zixi-pull";
|
|
@@ -750,9 +750,9 @@ export var serializeAws_restJson1UpdateFlowSourceCommand = function (input, cont
|
|
|
750
750
|
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/v1/flows/{FlowArn}/source/{SourceArn}";
|
|
751
751
|
resolvedPath = __resolvedPath(resolvedPath, input, "FlowArn", function () { return input.FlowArn; }, "{FlowArn}", false);
|
|
752
752
|
resolvedPath = __resolvedPath(resolvedPath, input, "SourceArn", function () { return input.SourceArn; }, "{SourceArn}", false);
|
|
753
|
-
body = JSON.stringify(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.Decryption != null && { decryption: serializeAws_restJson1UpdateEncryption(input.Decryption, context) })), (input.Description != null && { description: input.Description })), (input.EntitlementArn != null && { entitlementArn: input.EntitlementArn })), (input.IngestPort != null && { ingestPort: input.IngestPort })), (input.MaxBitrate != null && { maxBitrate: input.MaxBitrate })), (input.MaxLatency != null && { maxLatency: input.MaxLatency })), (input.MaxSyncBuffer != null && { maxSyncBuffer: input.MaxSyncBuffer })), (input.MediaStreamSourceConfigurations != null && {
|
|
753
|
+
body = JSON.stringify(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.Decryption != null && { decryption: serializeAws_restJson1UpdateEncryption(input.Decryption, context) })), (input.Description != null && { description: input.Description })), (input.EntitlementArn != null && { entitlementArn: input.EntitlementArn })), (input.IngestPort != null && { ingestPort: input.IngestPort })), (input.MaxBitrate != null && { maxBitrate: input.MaxBitrate })), (input.MaxLatency != null && { maxLatency: input.MaxLatency })), (input.MaxSyncBuffer != null && { maxSyncBuffer: input.MaxSyncBuffer })), (input.MediaStreamSourceConfigurations != null && {
|
|
754
754
|
mediaStreamSourceConfigurations: serializeAws_restJson1__listOfMediaStreamSourceConfigurationRequest(input.MediaStreamSourceConfigurations, context),
|
|
755
|
-
})), (input.MinLatency != null && { minLatency: input.MinLatency })), (input.Protocol != null && { protocol: input.Protocol })), (input.SenderControlPort != null && { senderControlPort: input.SenderControlPort })), (input.SenderIpAddress != null && { senderIpAddress: input.SenderIpAddress })), (input.StreamId != null && { streamId: input.StreamId })), (input.VpcInterfaceName != null && { vpcInterfaceName: input.VpcInterfaceName })), (input.WhitelistCidr != null && { whitelistCidr: input.WhitelistCidr })));
|
|
755
|
+
})), (input.MinLatency != null && { minLatency: input.MinLatency })), (input.Protocol != null && { protocol: input.Protocol })), (input.SenderControlPort != null && { senderControlPort: input.SenderControlPort })), (input.SenderIpAddress != null && { senderIpAddress: input.SenderIpAddress })), (input.SourceListenerAddress != null && { sourceListenerAddress: input.SourceListenerAddress })), (input.SourceListenerPort != null && { sourceListenerPort: input.SourceListenerPort })), (input.StreamId != null && { streamId: input.StreamId })), (input.VpcInterfaceName != null && { vpcInterfaceName: input.VpcInterfaceName })), (input.WhitelistCidr != null && { whitelistCidr: input.WhitelistCidr })));
|
|
756
756
|
return [2, new __HttpRequest({
|
|
757
757
|
protocol: protocol,
|
|
758
758
|
hostname: hostname,
|
|
@@ -3290,9 +3290,9 @@ var serializeAws_restJson1MediaStreamSourceConfigurationRequest = function (inpu
|
|
|
3290
3290
|
})), (input.MediaStreamName != null && { mediaStreamName: input.MediaStreamName }));
|
|
3291
3291
|
};
|
|
3292
3292
|
var serializeAws_restJson1SetSourceRequest = function (input, context) {
|
|
3293
|
-
return __assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.Decryption != null && { decryption: serializeAws_restJson1Encryption(input.Decryption, context) })), (input.Description != null && { description: input.Description })), (input.EntitlementArn != null && { entitlementArn: input.EntitlementArn })), (input.IngestPort != null && { ingestPort: input.IngestPort })), (input.MaxBitrate != null && { maxBitrate: input.MaxBitrate })), (input.MaxLatency != null && { maxLatency: input.MaxLatency })), (input.MaxSyncBuffer != null && { maxSyncBuffer: input.MaxSyncBuffer })), (input.MediaStreamSourceConfigurations != null && {
|
|
3293
|
+
return __assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.Decryption != null && { decryption: serializeAws_restJson1Encryption(input.Decryption, context) })), (input.Description != null && { description: input.Description })), (input.EntitlementArn != null && { entitlementArn: input.EntitlementArn })), (input.IngestPort != null && { ingestPort: input.IngestPort })), (input.MaxBitrate != null && { maxBitrate: input.MaxBitrate })), (input.MaxLatency != null && { maxLatency: input.MaxLatency })), (input.MaxSyncBuffer != null && { maxSyncBuffer: input.MaxSyncBuffer })), (input.MediaStreamSourceConfigurations != null && {
|
|
3294
3294
|
mediaStreamSourceConfigurations: serializeAws_restJson1__listOfMediaStreamSourceConfigurationRequest(input.MediaStreamSourceConfigurations, context),
|
|
3295
|
-
})), (input.MinLatency != null && { minLatency: input.MinLatency })), (input.Name != null && { name: input.Name })), (input.Protocol != null && { protocol: input.Protocol })), (input.SenderControlPort != null && { senderControlPort: input.SenderControlPort })), (input.SenderIpAddress != null && { senderIpAddress: input.SenderIpAddress })), (input.StreamId != null && { streamId: input.StreamId })), (input.VpcInterfaceName != null && { vpcInterfaceName: input.VpcInterfaceName })), (input.WhitelistCidr != null && { whitelistCidr: input.WhitelistCidr }));
|
|
3295
|
+
})), (input.MinLatency != null && { minLatency: input.MinLatency })), (input.Name != null && { name: input.Name })), (input.Protocol != null && { protocol: input.Protocol })), (input.SenderControlPort != null && { senderControlPort: input.SenderControlPort })), (input.SenderIpAddress != null && { senderIpAddress: input.SenderIpAddress })), (input.SourceListenerAddress != null && { sourceListenerAddress: input.SourceListenerAddress })), (input.SourceListenerPort != null && { sourceListenerPort: input.SourceListenerPort })), (input.StreamId != null && { streamId: input.StreamId })), (input.VpcInterfaceName != null && { vpcInterfaceName: input.VpcInterfaceName })), (input.WhitelistCidr != null && { whitelistCidr: input.WhitelistCidr }));
|
|
3296
3296
|
};
|
|
3297
3297
|
var serializeAws_restJson1SourcePriority = function (input, context) {
|
|
3298
3298
|
return __assign({}, (input.PrimarySource != null && { primarySource: input.PrimarySource }));
|
|
@@ -3748,6 +3748,8 @@ var deserializeAws_restJson1Transport = function (output, context) {
|
|
|
3748
3748
|
SenderControlPort: __expectInt32(output.senderControlPort),
|
|
3749
3749
|
SenderIpAddress: __expectString(output.senderIpAddress),
|
|
3750
3750
|
SmoothingLatency: __expectInt32(output.smoothingLatency),
|
|
3751
|
+
SourceListenerAddress: __expectString(output.sourceListenerAddress),
|
|
3752
|
+
SourceListenerPort: __expectInt32(output.sourceListenerPort),
|
|
3751
3753
|
StreamId: __expectString(output.streamId),
|
|
3752
3754
|
};
|
|
3753
3755
|
};
|
|
@@ -241,6 +241,7 @@ export declare enum Protocol {
|
|
|
241
241
|
rist = "rist",
|
|
242
242
|
rtp = "rtp",
|
|
243
243
|
rtp_fec = "rtp-fec",
|
|
244
|
+
srt_caller = "srt-caller",
|
|
244
245
|
srt_listener = "srt-listener",
|
|
245
246
|
st2110_jpegxs = "st2110-jpegxs",
|
|
246
247
|
zixi_pull = "zixi-pull",
|
|
@@ -793,6 +794,14 @@ export interface Transport {
|
|
|
793
794
|
* The smoothing latency in milliseconds for RIST, RTP, and RTP-FEC streams.
|
|
794
795
|
*/
|
|
795
796
|
SmoothingLatency?: number;
|
|
797
|
+
/**
|
|
798
|
+
* Source IP or domain name for SRT-caller protocol.
|
|
799
|
+
*/
|
|
800
|
+
SourceListenerAddress?: string;
|
|
801
|
+
/**
|
|
802
|
+
* Source port for SRT-caller protocol.
|
|
803
|
+
*/
|
|
804
|
+
SourceListenerPort?: number;
|
|
796
805
|
/**
|
|
797
806
|
* The stream ID that you want to use for this transport. This parameter applies only to Zixi-based streams.
|
|
798
807
|
*/
|
|
@@ -974,6 +983,14 @@ export interface SetSourceRequest {
|
|
|
974
983
|
* The IP address that the flow communicates with to initiate connection with the sender.
|
|
975
984
|
*/
|
|
976
985
|
SenderIpAddress?: string;
|
|
986
|
+
/**
|
|
987
|
+
* Source IP or domain name for SRT-caller protocol.
|
|
988
|
+
*/
|
|
989
|
+
SourceListenerAddress?: string;
|
|
990
|
+
/**
|
|
991
|
+
* Source port for SRT-caller protocol.
|
|
992
|
+
*/
|
|
993
|
+
SourceListenerPort?: number;
|
|
977
994
|
/**
|
|
978
995
|
* The stream ID that you want to use for this transport. This parameter applies only to Zixi-based streams.
|
|
979
996
|
*/
|
|
@@ -2173,6 +2190,14 @@ export interface UpdateFlowSourceRequest {
|
|
|
2173
2190
|
* The ARN of the source that you want to update.
|
|
2174
2191
|
*/
|
|
2175
2192
|
SourceArn: string | undefined;
|
|
2193
|
+
/**
|
|
2194
|
+
* Source IP or domain name for SRT-caller protocol.
|
|
2195
|
+
*/
|
|
2196
|
+
SourceListenerAddress?: string;
|
|
2197
|
+
/**
|
|
2198
|
+
* Source port for SRT-caller protocol.
|
|
2199
|
+
*/
|
|
2200
|
+
SourceListenerPort?: number;
|
|
2176
2201
|
/**
|
|
2177
2202
|
* The stream ID that you want to use for this transport. This parameter applies only to Zixi-based streams.
|
|
2178
2203
|
*/
|
|
@@ -120,7 +120,6 @@ import {
|
|
|
120
120
|
UpdateFlowSourceCommandOutput,
|
|
121
121
|
} from "./commands/UpdateFlowSourceCommand";
|
|
122
122
|
import { MediaConnectClient } from "./MediaConnectClient";
|
|
123
|
-
|
|
124
123
|
export declare class MediaConnect extends MediaConnectClient {
|
|
125
124
|
addFlowMediaStreams(
|
|
126
125
|
args: AddFlowMediaStreamsCommandInput,
|
|
@@ -135,7 +134,6 @@ export declare class MediaConnect extends MediaConnectClient {
|
|
|
135
134
|
options: __HttpHandlerOptions,
|
|
136
135
|
cb: (err: any, data?: AddFlowMediaStreamsCommandOutput) => void
|
|
137
136
|
): void;
|
|
138
|
-
|
|
139
137
|
addFlowOutputs(
|
|
140
138
|
args: AddFlowOutputsCommandInput,
|
|
141
139
|
options?: __HttpHandlerOptions
|
|
@@ -149,7 +147,6 @@ export declare class MediaConnect extends MediaConnectClient {
|
|
|
149
147
|
options: __HttpHandlerOptions,
|
|
150
148
|
cb: (err: any, data?: AddFlowOutputsCommandOutput) => void
|
|
151
149
|
): void;
|
|
152
|
-
|
|
153
150
|
addFlowSources(
|
|
154
151
|
args: AddFlowSourcesCommandInput,
|
|
155
152
|
options?: __HttpHandlerOptions
|
|
@@ -163,7 +160,6 @@ export declare class MediaConnect extends MediaConnectClient {
|
|
|
163
160
|
options: __HttpHandlerOptions,
|
|
164
161
|
cb: (err: any, data?: AddFlowSourcesCommandOutput) => void
|
|
165
162
|
): void;
|
|
166
|
-
|
|
167
163
|
addFlowVpcInterfaces(
|
|
168
164
|
args: AddFlowVpcInterfacesCommandInput,
|
|
169
165
|
options?: __HttpHandlerOptions
|
|
@@ -177,7 +173,6 @@ export declare class MediaConnect extends MediaConnectClient {
|
|
|
177
173
|
options: __HttpHandlerOptions,
|
|
178
174
|
cb: (err: any, data?: AddFlowVpcInterfacesCommandOutput) => void
|
|
179
175
|
): void;
|
|
180
|
-
|
|
181
176
|
createFlow(
|
|
182
177
|
args: CreateFlowCommandInput,
|
|
183
178
|
options?: __HttpHandlerOptions
|
|
@@ -191,7 +186,6 @@ export declare class MediaConnect extends MediaConnectClient {
|
|
|
191
186
|
options: __HttpHandlerOptions,
|
|
192
187
|
cb: (err: any, data?: CreateFlowCommandOutput) => void
|
|
193
188
|
): void;
|
|
194
|
-
|
|
195
189
|
deleteFlow(
|
|
196
190
|
args: DeleteFlowCommandInput,
|
|
197
191
|
options?: __HttpHandlerOptions
|
|
@@ -205,7 +199,6 @@ export declare class MediaConnect extends MediaConnectClient {
|
|
|
205
199
|
options: __HttpHandlerOptions,
|
|
206
200
|
cb: (err: any, data?: DeleteFlowCommandOutput) => void
|
|
207
201
|
): void;
|
|
208
|
-
|
|
209
202
|
describeFlow(
|
|
210
203
|
args: DescribeFlowCommandInput,
|
|
211
204
|
options?: __HttpHandlerOptions
|
|
@@ -219,7 +212,6 @@ export declare class MediaConnect extends MediaConnectClient {
|
|
|
219
212
|
options: __HttpHandlerOptions,
|
|
220
213
|
cb: (err: any, data?: DescribeFlowCommandOutput) => void
|
|
221
214
|
): void;
|
|
222
|
-
|
|
223
215
|
describeOffering(
|
|
224
216
|
args: DescribeOfferingCommandInput,
|
|
225
217
|
options?: __HttpHandlerOptions
|
|
@@ -233,7 +225,6 @@ export declare class MediaConnect extends MediaConnectClient {
|
|
|
233
225
|
options: __HttpHandlerOptions,
|
|
234
226
|
cb: (err: any, data?: DescribeOfferingCommandOutput) => void
|
|
235
227
|
): void;
|
|
236
|
-
|
|
237
228
|
describeReservation(
|
|
238
229
|
args: DescribeReservationCommandInput,
|
|
239
230
|
options?: __HttpHandlerOptions
|
|
@@ -247,7 +238,6 @@ export declare class MediaConnect extends MediaConnectClient {
|
|
|
247
238
|
options: __HttpHandlerOptions,
|
|
248
239
|
cb: (err: any, data?: DescribeReservationCommandOutput) => void
|
|
249
240
|
): void;
|
|
250
|
-
|
|
251
241
|
grantFlowEntitlements(
|
|
252
242
|
args: GrantFlowEntitlementsCommandInput,
|
|
253
243
|
options?: __HttpHandlerOptions
|
|
@@ -261,7 +251,6 @@ export declare class MediaConnect extends MediaConnectClient {
|
|
|
261
251
|
options: __HttpHandlerOptions,
|
|
262
252
|
cb: (err: any, data?: GrantFlowEntitlementsCommandOutput) => void
|
|
263
253
|
): void;
|
|
264
|
-
|
|
265
254
|
listEntitlements(
|
|
266
255
|
args: ListEntitlementsCommandInput,
|
|
267
256
|
options?: __HttpHandlerOptions
|
|
@@ -275,7 +264,6 @@ export declare class MediaConnect extends MediaConnectClient {
|
|
|
275
264
|
options: __HttpHandlerOptions,
|
|
276
265
|
cb: (err: any, data?: ListEntitlementsCommandOutput) => void
|
|
277
266
|
): void;
|
|
278
|
-
|
|
279
267
|
listFlows(
|
|
280
268
|
args: ListFlowsCommandInput,
|
|
281
269
|
options?: __HttpHandlerOptions
|
|
@@ -289,7 +277,6 @@ export declare class MediaConnect extends MediaConnectClient {
|
|
|
289
277
|
options: __HttpHandlerOptions,
|
|
290
278
|
cb: (err: any, data?: ListFlowsCommandOutput) => void
|
|
291
279
|
): void;
|
|
292
|
-
|
|
293
280
|
listOfferings(
|
|
294
281
|
args: ListOfferingsCommandInput,
|
|
295
282
|
options?: __HttpHandlerOptions
|
|
@@ -303,7 +290,6 @@ export declare class MediaConnect extends MediaConnectClient {
|
|
|
303
290
|
options: __HttpHandlerOptions,
|
|
304
291
|
cb: (err: any, data?: ListOfferingsCommandOutput) => void
|
|
305
292
|
): void;
|
|
306
|
-
|
|
307
293
|
listReservations(
|
|
308
294
|
args: ListReservationsCommandInput,
|
|
309
295
|
options?: __HttpHandlerOptions
|
|
@@ -317,7 +303,6 @@ export declare class MediaConnect extends MediaConnectClient {
|
|
|
317
303
|
options: __HttpHandlerOptions,
|
|
318
304
|
cb: (err: any, data?: ListReservationsCommandOutput) => void
|
|
319
305
|
): void;
|
|
320
|
-
|
|
321
306
|
listTagsForResource(
|
|
322
307
|
args: ListTagsForResourceCommandInput,
|
|
323
308
|
options?: __HttpHandlerOptions
|
|
@@ -331,7 +316,6 @@ export declare class MediaConnect extends MediaConnectClient {
|
|
|
331
316
|
options: __HttpHandlerOptions,
|
|
332
317
|
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
333
318
|
): void;
|
|
334
|
-
|
|
335
319
|
purchaseOffering(
|
|
336
320
|
args: PurchaseOfferingCommandInput,
|
|
337
321
|
options?: __HttpHandlerOptions
|
|
@@ -345,7 +329,6 @@ export declare class MediaConnect extends MediaConnectClient {
|
|
|
345
329
|
options: __HttpHandlerOptions,
|
|
346
330
|
cb: (err: any, data?: PurchaseOfferingCommandOutput) => void
|
|
347
331
|
): void;
|
|
348
|
-
|
|
349
332
|
removeFlowMediaStream(
|
|
350
333
|
args: RemoveFlowMediaStreamCommandInput,
|
|
351
334
|
options?: __HttpHandlerOptions
|
|
@@ -359,7 +342,6 @@ export declare class MediaConnect extends MediaConnectClient {
|
|
|
359
342
|
options: __HttpHandlerOptions,
|
|
360
343
|
cb: (err: any, data?: RemoveFlowMediaStreamCommandOutput) => void
|
|
361
344
|
): void;
|
|
362
|
-
|
|
363
345
|
removeFlowOutput(
|
|
364
346
|
args: RemoveFlowOutputCommandInput,
|
|
365
347
|
options?: __HttpHandlerOptions
|
|
@@ -373,7 +355,6 @@ export declare class MediaConnect extends MediaConnectClient {
|
|
|
373
355
|
options: __HttpHandlerOptions,
|
|
374
356
|
cb: (err: any, data?: RemoveFlowOutputCommandOutput) => void
|
|
375
357
|
): void;
|
|
376
|
-
|
|
377
358
|
removeFlowSource(
|
|
378
359
|
args: RemoveFlowSourceCommandInput,
|
|
379
360
|
options?: __HttpHandlerOptions
|
|
@@ -387,7 +368,6 @@ export declare class MediaConnect extends MediaConnectClient {
|
|
|
387
368
|
options: __HttpHandlerOptions,
|
|
388
369
|
cb: (err: any, data?: RemoveFlowSourceCommandOutput) => void
|
|
389
370
|
): void;
|
|
390
|
-
|
|
391
371
|
removeFlowVpcInterface(
|
|
392
372
|
args: RemoveFlowVpcInterfaceCommandInput,
|
|
393
373
|
options?: __HttpHandlerOptions
|
|
@@ -401,7 +381,6 @@ export declare class MediaConnect extends MediaConnectClient {
|
|
|
401
381
|
options: __HttpHandlerOptions,
|
|
402
382
|
cb: (err: any, data?: RemoveFlowVpcInterfaceCommandOutput) => void
|
|
403
383
|
): void;
|
|
404
|
-
|
|
405
384
|
revokeFlowEntitlement(
|
|
406
385
|
args: RevokeFlowEntitlementCommandInput,
|
|
407
386
|
options?: __HttpHandlerOptions
|
|
@@ -415,7 +394,6 @@ export declare class MediaConnect extends MediaConnectClient {
|
|
|
415
394
|
options: __HttpHandlerOptions,
|
|
416
395
|
cb: (err: any, data?: RevokeFlowEntitlementCommandOutput) => void
|
|
417
396
|
): void;
|
|
418
|
-
|
|
419
397
|
startFlow(
|
|
420
398
|
args: StartFlowCommandInput,
|
|
421
399
|
options?: __HttpHandlerOptions
|
|
@@ -429,7 +407,6 @@ export declare class MediaConnect extends MediaConnectClient {
|
|
|
429
407
|
options: __HttpHandlerOptions,
|
|
430
408
|
cb: (err: any, data?: StartFlowCommandOutput) => void
|
|
431
409
|
): void;
|
|
432
|
-
|
|
433
410
|
stopFlow(
|
|
434
411
|
args: StopFlowCommandInput,
|
|
435
412
|
options?: __HttpHandlerOptions
|
|
@@ -443,7 +420,6 @@ export declare class MediaConnect extends MediaConnectClient {
|
|
|
443
420
|
options: __HttpHandlerOptions,
|
|
444
421
|
cb: (err: any, data?: StopFlowCommandOutput) => void
|
|
445
422
|
): void;
|
|
446
|
-
|
|
447
423
|
tagResource(
|
|
448
424
|
args: TagResourceCommandInput,
|
|
449
425
|
options?: __HttpHandlerOptions
|
|
@@ -457,7 +433,6 @@ export declare class MediaConnect extends MediaConnectClient {
|
|
|
457
433
|
options: __HttpHandlerOptions,
|
|
458
434
|
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
459
435
|
): void;
|
|
460
|
-
|
|
461
436
|
untagResource(
|
|
462
437
|
args: UntagResourceCommandInput,
|
|
463
438
|
options?: __HttpHandlerOptions
|
|
@@ -471,7 +446,6 @@ export declare class MediaConnect extends MediaConnectClient {
|
|
|
471
446
|
options: __HttpHandlerOptions,
|
|
472
447
|
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
473
448
|
): void;
|
|
474
|
-
|
|
475
449
|
updateFlow(
|
|
476
450
|
args: UpdateFlowCommandInput,
|
|
477
451
|
options?: __HttpHandlerOptions
|
|
@@ -485,7 +459,6 @@ export declare class MediaConnect extends MediaConnectClient {
|
|
|
485
459
|
options: __HttpHandlerOptions,
|
|
486
460
|
cb: (err: any, data?: UpdateFlowCommandOutput) => void
|
|
487
461
|
): void;
|
|
488
|
-
|
|
489
462
|
updateFlowEntitlement(
|
|
490
463
|
args: UpdateFlowEntitlementCommandInput,
|
|
491
464
|
options?: __HttpHandlerOptions
|
|
@@ -499,7 +472,6 @@ export declare class MediaConnect extends MediaConnectClient {
|
|
|
499
472
|
options: __HttpHandlerOptions,
|
|
500
473
|
cb: (err: any, data?: UpdateFlowEntitlementCommandOutput) => void
|
|
501
474
|
): void;
|
|
502
|
-
|
|
503
475
|
updateFlowMediaStream(
|
|
504
476
|
args: UpdateFlowMediaStreamCommandInput,
|
|
505
477
|
options?: __HttpHandlerOptions
|
|
@@ -513,7 +485,6 @@ export declare class MediaConnect extends MediaConnectClient {
|
|
|
513
485
|
options: __HttpHandlerOptions,
|
|
514
486
|
cb: (err: any, data?: UpdateFlowMediaStreamCommandOutput) => void
|
|
515
487
|
): void;
|
|
516
|
-
|
|
517
488
|
updateFlowOutput(
|
|
518
489
|
args: UpdateFlowOutputCommandInput,
|
|
519
490
|
options?: __HttpHandlerOptions
|
|
@@ -527,7 +498,6 @@ export declare class MediaConnect extends MediaConnectClient {
|
|
|
527
498
|
options: __HttpHandlerOptions,
|
|
528
499
|
cb: (err: any, data?: UpdateFlowOutputCommandOutput) => void
|
|
529
500
|
): void;
|
|
530
|
-
|
|
531
501
|
updateFlowSource(
|
|
532
502
|
args: UpdateFlowSourceCommandInput,
|
|
533
503
|
options?: __HttpHandlerOptions
|
|
@@ -227,47 +227,26 @@ export declare type ServiceOutputTypes =
|
|
|
227
227
|
export interface ClientDefaults
|
|
228
228
|
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
229
229
|
requestHandler?: __HttpHandler;
|
|
230
|
-
|
|
231
230
|
sha256?: __HashConstructor;
|
|
232
|
-
|
|
233
231
|
urlParser?: __UrlParser;
|
|
234
|
-
|
|
235
232
|
bodyLengthChecker?: __BodyLengthCalculator;
|
|
236
|
-
|
|
237
233
|
streamCollector?: __StreamCollector;
|
|
238
|
-
|
|
239
234
|
base64Decoder?: __Decoder;
|
|
240
|
-
|
|
241
235
|
base64Encoder?: __Encoder;
|
|
242
|
-
|
|
243
236
|
utf8Decoder?: __Decoder;
|
|
244
|
-
|
|
245
237
|
utf8Encoder?: __Encoder;
|
|
246
|
-
|
|
247
238
|
runtime?: string;
|
|
248
|
-
|
|
249
239
|
disableHostPrefix?: boolean;
|
|
250
|
-
|
|
251
240
|
maxAttempts?: number | __Provider<number>;
|
|
252
|
-
|
|
253
241
|
retryMode?: string | __Provider<string>;
|
|
254
|
-
|
|
255
242
|
logger?: __Logger;
|
|
256
|
-
|
|
257
243
|
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
258
|
-
|
|
259
244
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
260
|
-
|
|
261
245
|
serviceId?: string;
|
|
262
|
-
|
|
263
246
|
region?: string | __Provider<string>;
|
|
264
|
-
|
|
265
247
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
266
|
-
|
|
267
248
|
regionInfoProvider?: RegionInfoProvider;
|
|
268
|
-
|
|
269
249
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
270
|
-
|
|
271
250
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
272
251
|
}
|
|
273
252
|
declare type MediaConnectClientConfigType = Partial<
|
|
@@ -280,7 +259,6 @@ declare type MediaConnectClientConfigType = Partial<
|
|
|
280
259
|
HostHeaderInputConfig &
|
|
281
260
|
AwsAuthInputConfig &
|
|
282
261
|
UserAgentInputConfig;
|
|
283
|
-
|
|
284
262
|
export interface MediaConnectClientConfig
|
|
285
263
|
extends MediaConnectClientConfigType {}
|
|
286
264
|
declare type MediaConnectClientResolvedConfigType =
|
|
@@ -292,10 +270,8 @@ declare type MediaConnectClientResolvedConfigType =
|
|
|
292
270
|
HostHeaderResolvedConfig &
|
|
293
271
|
AwsAuthResolvedConfig &
|
|
294
272
|
UserAgentResolvedConfig;
|
|
295
|
-
|
|
296
273
|
export interface MediaConnectClientResolvedConfig
|
|
297
274
|
extends MediaConnectClientResolvedConfigType {}
|
|
298
|
-
|
|
299
275
|
export declare class MediaConnectClient extends __Client<
|
|
300
276
|
__HttpHandlerOptions,
|
|
301
277
|
ServiceInputTypes,
|
|
@@ -304,7 +280,6 @@ export declare class MediaConnectClient extends __Client<
|
|
|
304
280
|
> {
|
|
305
281
|
readonly config: MediaConnectClientResolvedConfig;
|
|
306
282
|
constructor(configuration: MediaConnectClientConfig);
|
|
307
|
-
|
|
308
283
|
destroy(): void;
|
|
309
284
|
}
|
|
310
285
|
export {};
|
|
@@ -19,7 +19,6 @@ export interface AddFlowMediaStreamsCommandInput
|
|
|
19
19
|
export interface AddFlowMediaStreamsCommandOutput
|
|
20
20
|
extends AddFlowMediaStreamsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class AddFlowMediaStreamsCommand extends $Command<
|
|
24
23
|
AddFlowMediaStreamsCommandInput,
|
|
25
24
|
AddFlowMediaStreamsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class AddFlowMediaStreamsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: AddFlowMediaStreamsCommandInput;
|
|
29
28
|
constructor(input: AddFlowMediaStreamsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: MediaConnectClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface AddFlowOutputsCommandInput extends AddFlowOutputsRequest {}
|
|
|
18
18
|
export interface AddFlowOutputsCommandOutput
|
|
19
19
|
extends AddFlowOutputsResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class AddFlowOutputsCommand extends $Command<
|
|
23
22
|
AddFlowOutputsCommandInput,
|
|
24
23
|
AddFlowOutputsCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class AddFlowOutputsCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: AddFlowOutputsCommandInput;
|
|
28
27
|
constructor(input: AddFlowOutputsCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: MediaConnectClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface AddFlowSourcesCommandInput extends AddFlowSourcesRequest {}
|
|
|
18
18
|
export interface AddFlowSourcesCommandOutput
|
|
19
19
|
extends AddFlowSourcesResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class AddFlowSourcesCommand extends $Command<
|
|
23
22
|
AddFlowSourcesCommandInput,
|
|
24
23
|
AddFlowSourcesCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class AddFlowSourcesCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: AddFlowSourcesCommandInput;
|
|
28
27
|
constructor(input: AddFlowSourcesCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: MediaConnectClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface AddFlowVpcInterfacesCommandInput
|
|
|
19
19
|
export interface AddFlowVpcInterfacesCommandOutput
|
|
20
20
|
extends AddFlowVpcInterfacesResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class AddFlowVpcInterfacesCommand extends $Command<
|
|
24
23
|
AddFlowVpcInterfacesCommandInput,
|
|
25
24
|
AddFlowVpcInterfacesCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class AddFlowVpcInterfacesCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: AddFlowVpcInterfacesCommandInput;
|
|
29
28
|
constructor(input: AddFlowVpcInterfacesCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: MediaConnectClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface CreateFlowCommandInput extends CreateFlowRequest {}
|
|
|
15
15
|
export interface CreateFlowCommandOutput
|
|
16
16
|
extends CreateFlowResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class CreateFlowCommand extends $Command<
|
|
20
19
|
CreateFlowCommandInput,
|
|
21
20
|
CreateFlowCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class CreateFlowCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: CreateFlowCommandInput;
|
|
25
24
|
constructor(input: CreateFlowCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: MediaConnectClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface DeleteFlowCommandInput extends DeleteFlowRequest {}
|
|
|
15
15
|
export interface DeleteFlowCommandOutput
|
|
16
16
|
extends DeleteFlowResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class DeleteFlowCommand extends $Command<
|
|
20
19
|
DeleteFlowCommandInput,
|
|
21
20
|
DeleteFlowCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class DeleteFlowCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: DeleteFlowCommandInput;
|
|
25
24
|
constructor(input: DeleteFlowCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: MediaConnectClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface DescribeFlowCommandInput extends DescribeFlowRequest {}
|
|
|
15
15
|
export interface DescribeFlowCommandOutput
|
|
16
16
|
extends DescribeFlowResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class DescribeFlowCommand extends $Command<
|
|
20
19
|
DescribeFlowCommandInput,
|
|
21
20
|
DescribeFlowCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class DescribeFlowCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: DescribeFlowCommandInput;
|
|
25
24
|
constructor(input: DescribeFlowCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: MediaConnectClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface DescribeOfferingCommandInput extends DescribeOfferingRequest {}
|
|
|
18
18
|
export interface DescribeOfferingCommandOutput
|
|
19
19
|
extends DescribeOfferingResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class DescribeOfferingCommand extends $Command<
|
|
23
22
|
DescribeOfferingCommandInput,
|
|
24
23
|
DescribeOfferingCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class DescribeOfferingCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: DescribeOfferingCommandInput;
|
|
28
27
|
constructor(input: DescribeOfferingCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: MediaConnectClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeReservationCommandInput
|
|
|
19
19
|
export interface DescribeReservationCommandOutput
|
|
20
20
|
extends DescribeReservationResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeReservationCommand extends $Command<
|
|
24
23
|
DescribeReservationCommandInput,
|
|
25
24
|
DescribeReservationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeReservationCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeReservationCommandInput;
|
|
29
28
|
constructor(input: DescribeReservationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: MediaConnectClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GrantFlowEntitlementsCommandInput
|
|
|
19
19
|
export interface GrantFlowEntitlementsCommandOutput
|
|
20
20
|
extends GrantFlowEntitlementsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GrantFlowEntitlementsCommand extends $Command<
|
|
24
23
|
GrantFlowEntitlementsCommandInput,
|
|
25
24
|
GrantFlowEntitlementsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GrantFlowEntitlementsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GrantFlowEntitlementsCommandInput;
|
|
29
28
|
constructor(input: GrantFlowEntitlementsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: MediaConnectClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface ListEntitlementsCommandInput extends ListEntitlementsRequest {}
|
|
|
18
18
|
export interface ListEntitlementsCommandOutput
|
|
19
19
|
extends ListEntitlementsResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class ListEntitlementsCommand extends $Command<
|
|
23
22
|
ListEntitlementsCommandInput,
|
|
24
23
|
ListEntitlementsCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class ListEntitlementsCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: ListEntitlementsCommandInput;
|
|
28
27
|
constructor(input: ListEntitlementsCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: MediaConnectClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface ListFlowsCommandInput extends ListFlowsRequest {}
|
|
|
15
15
|
export interface ListFlowsCommandOutput
|
|
16
16
|
extends ListFlowsResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class ListFlowsCommand extends $Command<
|
|
20
19
|
ListFlowsCommandInput,
|
|
21
20
|
ListFlowsCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class ListFlowsCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: ListFlowsCommandInput;
|
|
25
24
|
constructor(input: ListFlowsCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: MediaConnectClientResolvedConfig,
|