@aws-sdk/client-mediaconnect 3.758.0 → 3.771.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/README.md +26 -1
- package/dist-cjs/index.js +96 -68
- package/dist-es/models/models_0.js +26 -13
- package/dist-es/protocols/Aws_restJson1.js +54 -0
- package/dist-es/waiters/waitForFlowActive.js +9 -0
- package/dist-types/MediaConnect.d.ts +26 -1
- package/dist-types/MediaConnectClient.d.ts +26 -1
- package/dist-types/commands/AddBridgeOutputsCommand.d.ts +17 -10
- package/dist-types/commands/AddBridgeSourcesCommand.d.ts +17 -10
- package/dist-types/commands/AddFlowMediaStreamsCommand.d.ts +13 -7
- package/dist-types/commands/AddFlowOutputsCommand.d.ts +24 -13
- package/dist-types/commands/AddFlowSourcesCommand.d.ts +18 -10
- package/dist-types/commands/AddFlowVpcInterfacesCommand.d.ts +15 -9
- package/dist-types/commands/CreateBridgeCommand.d.ts +19 -12
- package/dist-types/commands/CreateFlowCommand.d.ts +55 -17
- package/dist-types/commands/CreateGatewayCommand.d.ts +17 -10
- package/dist-types/commands/DeleteBridgeCommand.d.ts +15 -8
- package/dist-types/commands/DeleteFlowCommand.d.ts +13 -7
- package/dist-types/commands/DeleteGatewayCommand.d.ts +15 -8
- package/dist-types/commands/DeregisterGatewayInstanceCommand.d.ts +15 -8
- package/dist-types/commands/DescribeBridgeCommand.d.ts +17 -10
- package/dist-types/commands/DescribeFlowCommand.d.ts +40 -14
- package/dist-types/commands/DescribeFlowSourceMetadataCommand.d.ts +15 -7
- package/dist-types/commands/DescribeFlowSourceThumbnailCommand.d.ts +15 -7
- package/dist-types/commands/DescribeGatewayCommand.d.ts +17 -9
- package/dist-types/commands/DescribeGatewayInstanceCommand.d.ts +17 -8
- package/dist-types/commands/DescribeOfferingCommand.d.ts +11 -6
- package/dist-types/commands/DescribeReservationCommand.d.ts +11 -6
- package/dist-types/commands/GrantFlowEntitlementsCommand.d.ts +17 -10
- package/dist-types/commands/ListBridgesCommand.d.ts +12 -6
- package/dist-types/commands/ListEntitlementsCommand.d.ts +9 -5
- package/dist-types/commands/ListFlowsCommand.d.ts +9 -5
- package/dist-types/commands/ListGatewayInstancesCommand.d.ts +11 -6
- package/dist-types/commands/ListGatewaysCommand.d.ts +11 -6
- package/dist-types/commands/ListOfferingsCommand.d.ts +9 -5
- package/dist-types/commands/ListReservationsCommand.d.ts +9 -5
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +8 -5
- package/dist-types/commands/PurchaseOfferingCommand.d.ts +13 -7
- package/dist-types/commands/RemoveBridgeOutputCommand.d.ts +15 -8
- package/dist-types/commands/RemoveBridgeSourceCommand.d.ts +15 -8
- package/dist-types/commands/RemoveFlowMediaStreamCommand.d.ts +13 -7
- package/dist-types/commands/RemoveFlowOutputCommand.d.ts +13 -7
- package/dist-types/commands/RemoveFlowSourceCommand.d.ts +14 -7
- package/dist-types/commands/RemoveFlowVpcInterfaceCommand.d.ts +14 -8
- package/dist-types/commands/RevokeFlowEntitlementCommand.d.ts +13 -7
- package/dist-types/commands/StartFlowCommand.d.ts +13 -7
- package/dist-types/commands/StopFlowCommand.d.ts +13 -7
- package/dist-types/commands/TagResourceCommand.d.ts +11 -5
- package/dist-types/commands/UntagResourceCommand.d.ts +8 -5
- package/dist-types/commands/UpdateBridgeCommand.d.ts +17 -10
- package/dist-types/commands/UpdateBridgeOutputCommand.d.ts +17 -10
- package/dist-types/commands/UpdateBridgeSourceCommand.d.ts +17 -10
- package/dist-types/commands/UpdateBridgeStateCommand.d.ts +15 -8
- package/dist-types/commands/UpdateFlowCommand.d.ts +48 -13
- package/dist-types/commands/UpdateFlowEntitlementCommand.d.ts +15 -9
- package/dist-types/commands/UpdateFlowMediaStreamCommand.d.ts +13 -7
- package/dist-types/commands/UpdateFlowOutputCommand.d.ts +22 -12
- package/dist-types/commands/UpdateFlowSourceCommand.d.ts +18 -10
- package/dist-types/commands/UpdateGatewayInstanceCommand.d.ts +16 -8
- package/dist-types/index.d.ts +26 -1
- package/dist-types/models/models_0.d.ts +1955 -1327
- package/dist-types/ts3.4/models/models_0.d.ts +221 -185
- package/package.json +1 -1
|
@@ -374,7 +374,32 @@ export interface MediaConnect {
|
|
|
374
374
|
updateGatewayInstance(args: UpdateGatewayInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateGatewayInstanceCommandOutput) => void): void;
|
|
375
375
|
}
|
|
376
376
|
/**
|
|
377
|
-
*
|
|
377
|
+
* <p>Welcome to the Elemental MediaConnect API reference. </p>
|
|
378
|
+
* <p>MediaConnect is a service that lets you ingest live video content into the cloud
|
|
379
|
+
* and distribute it to destinations all over the world, both inside and outside the Amazon Web Services cloud. This API reference provides descriptions, syntax, and usage examples
|
|
380
|
+
* for each of the actions and data types that are supported by MediaConnect. </p>
|
|
381
|
+
* <p>Use the following links to get started with the MediaConnect API:</p>
|
|
382
|
+
* <ul>
|
|
383
|
+
* <li>
|
|
384
|
+
* <p>
|
|
385
|
+
* <a href="https://docs.aws.amazon.com/mediaconnect/latest/api/API_Operations.html">Actions</a>: An
|
|
386
|
+
* alphabetical list of all MediaConnect API operations.</p>
|
|
387
|
+
* </li>
|
|
388
|
+
* <li>
|
|
389
|
+
* <p>
|
|
390
|
+
* <a href="https://docs.aws.amazon.com/mediaconnect/latest/api/API_Types.html">Data types</a>: An
|
|
391
|
+
* alphabetical list of all MediaConnect data types.</p>
|
|
392
|
+
* </li>
|
|
393
|
+
* <li>
|
|
394
|
+
* <p>
|
|
395
|
+
* <a href="https://docs.aws.amazon.com/mediaconnect/latest/api/CommonParameters.html">Common
|
|
396
|
+
* parameters</a>: Parameters that all operations can use.</p>
|
|
397
|
+
* </li>
|
|
398
|
+
* <li>
|
|
399
|
+
* <p>
|
|
400
|
+
* <a href="https://docs.aws.amazon.com/mediaconnect/latest/api/CommonErrors.html">Common errors</a>: Client and server errors that all operations can return.</p>
|
|
401
|
+
* </li>
|
|
402
|
+
* </ul>
|
|
378
403
|
* @public
|
|
379
404
|
*/
|
|
380
405
|
export declare class MediaConnect extends MediaConnectClient implements MediaConnect {
|
|
@@ -221,7 +221,32 @@ export type MediaConnectClientResolvedConfigType = __SmithyResolvedConfiguration
|
|
|
221
221
|
export interface MediaConnectClientResolvedConfig extends MediaConnectClientResolvedConfigType {
|
|
222
222
|
}
|
|
223
223
|
/**
|
|
224
|
-
*
|
|
224
|
+
* <p>Welcome to the Elemental MediaConnect API reference. </p>
|
|
225
|
+
* <p>MediaConnect is a service that lets you ingest live video content into the cloud
|
|
226
|
+
* and distribute it to destinations all over the world, both inside and outside the Amazon Web Services cloud. This API reference provides descriptions, syntax, and usage examples
|
|
227
|
+
* for each of the actions and data types that are supported by MediaConnect. </p>
|
|
228
|
+
* <p>Use the following links to get started with the MediaConnect API:</p>
|
|
229
|
+
* <ul>
|
|
230
|
+
* <li>
|
|
231
|
+
* <p>
|
|
232
|
+
* <a href="https://docs.aws.amazon.com/mediaconnect/latest/api/API_Operations.html">Actions</a>: An
|
|
233
|
+
* alphabetical list of all MediaConnect API operations.</p>
|
|
234
|
+
* </li>
|
|
235
|
+
* <li>
|
|
236
|
+
* <p>
|
|
237
|
+
* <a href="https://docs.aws.amazon.com/mediaconnect/latest/api/API_Types.html">Data types</a>: An
|
|
238
|
+
* alphabetical list of all MediaConnect data types.</p>
|
|
239
|
+
* </li>
|
|
240
|
+
* <li>
|
|
241
|
+
* <p>
|
|
242
|
+
* <a href="https://docs.aws.amazon.com/mediaconnect/latest/api/CommonParameters.html">Common
|
|
243
|
+
* parameters</a>: Parameters that all operations can use.</p>
|
|
244
|
+
* </li>
|
|
245
|
+
* <li>
|
|
246
|
+
* <p>
|
|
247
|
+
* <a href="https://docs.aws.amazon.com/mediaconnect/latest/api/CommonErrors.html">Common errors</a>: Client and server errors that all operations can return.</p>
|
|
248
|
+
* </li>
|
|
249
|
+
* </ul>
|
|
225
250
|
* @public
|
|
226
251
|
*/
|
|
227
252
|
export declare class MediaConnectClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, MediaConnectClientResolvedConfig> {
|
|
@@ -27,7 +27,7 @@ declare const AddBridgeOutputsCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* Adds outputs to an existing bridge
|
|
30
|
+
* <p> Adds outputs to an existing bridge.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -43,7 +43,7 @@ declare const AddBridgeOutputsCommand_base: {
|
|
|
43
43
|
* Name: "STRING_VALUE", // required
|
|
44
44
|
* NetworkName: "STRING_VALUE", // required
|
|
45
45
|
* Port: Number("int"), // required
|
|
46
|
-
* Protocol: "zixi-push" || "rtp-fec" || "rtp" || "zixi-pull" || "rist" || "st2110-jpegxs" || "cdi" || "srt-listener" || "srt-caller" || "fujitsu-qos" || "udp", // required
|
|
46
|
+
* Protocol: "zixi-push" || "rtp-fec" || "rtp" || "zixi-pull" || "rist" || "st2110-jpegxs" || "cdi" || "srt-listener" || "srt-caller" || "fujitsu-qos" || "udp" || "ndi-speed-hq", // required
|
|
47
47
|
* Ttl: Number("int"), // required
|
|
48
48
|
* },
|
|
49
49
|
* },
|
|
@@ -65,7 +65,7 @@ declare const AddBridgeOutputsCommand_base: {
|
|
|
65
65
|
* // Name: "STRING_VALUE", // required
|
|
66
66
|
* // NetworkName: "STRING_VALUE", // required
|
|
67
67
|
* // Port: Number("int"), // required
|
|
68
|
-
* // Protocol: "zixi-push" || "rtp-fec" || "rtp" || "zixi-pull" || "rist" || "st2110-jpegxs" || "cdi" || "srt-listener" || "srt-caller" || "fujitsu-qos" || "udp", // required
|
|
68
|
+
* // Protocol: "zixi-push" || "rtp-fec" || "rtp" || "zixi-pull" || "rist" || "st2110-jpegxs" || "cdi" || "srt-listener" || "srt-caller" || "fujitsu-qos" || "udp" || "ndi-speed-hq", // required
|
|
69
69
|
* // Ttl: Number("int"), // required
|
|
70
70
|
* // },
|
|
71
71
|
* // },
|
|
@@ -81,25 +81,32 @@ declare const AddBridgeOutputsCommand_base: {
|
|
|
81
81
|
* @see {@link MediaConnectClientResolvedConfig | config} for MediaConnectClient's `config` shape.
|
|
82
82
|
*
|
|
83
83
|
* @throws {@link BadRequestException} (client fault)
|
|
84
|
-
*
|
|
84
|
+
* <p>This exception is thrown if the request contains a semantic error. The precise meaning depends on the API, and is documented in the error message.
|
|
85
|
+
* </p>
|
|
85
86
|
*
|
|
86
87
|
* @throws {@link ConflictException} (client fault)
|
|
87
|
-
*
|
|
88
|
+
* <p>The requested operation would cause a conflict with the current state of a service resource associated with the request. Resolve the conflict before retrying this request.
|
|
89
|
+
* </p>
|
|
88
90
|
*
|
|
89
91
|
* @throws {@link ForbiddenException} (client fault)
|
|
90
|
-
*
|
|
92
|
+
* <p>You do not have sufficient access to perform this action.
|
|
93
|
+
* </p>
|
|
91
94
|
*
|
|
92
95
|
* @throws {@link InternalServerErrorException} (server fault)
|
|
93
|
-
*
|
|
96
|
+
* <p>The server encountered an internal error and is unable to complete the request.
|
|
97
|
+
* </p>
|
|
94
98
|
*
|
|
95
99
|
* @throws {@link NotFoundException} (client fault)
|
|
96
|
-
*
|
|
100
|
+
* <p>One or more of the resources in the request does not exist in the system.
|
|
101
|
+
* </p>
|
|
97
102
|
*
|
|
98
103
|
* @throws {@link ServiceUnavailableException} (server fault)
|
|
99
|
-
*
|
|
104
|
+
* <p>The service is currently unavailable or busy.
|
|
105
|
+
* </p>
|
|
100
106
|
*
|
|
101
107
|
* @throws {@link TooManyRequestsException} (client fault)
|
|
102
|
-
*
|
|
108
|
+
* <p>The request was denied due to request throttling.
|
|
109
|
+
* </p>
|
|
103
110
|
*
|
|
104
111
|
* @throws {@link MediaConnectServiceException}
|
|
105
112
|
* <p>Base exception class for all service exceptions from MediaConnect service.</p>
|
|
@@ -27,7 +27,7 @@ declare const AddBridgeSourcesCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* Adds sources to an existing bridge
|
|
30
|
+
* <p> Adds sources to an existing bridge.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -53,7 +53,7 @@ declare const AddBridgeSourcesCommand_base: {
|
|
|
53
53
|
* Name: "STRING_VALUE", // required
|
|
54
54
|
* NetworkName: "STRING_VALUE", // required
|
|
55
55
|
* Port: Number("int"), // required
|
|
56
|
-
* Protocol: "zixi-push" || "rtp-fec" || "rtp" || "zixi-pull" || "rist" || "st2110-jpegxs" || "cdi" || "srt-listener" || "srt-caller" || "fujitsu-qos" || "udp", // required
|
|
56
|
+
* Protocol: "zixi-push" || "rtp-fec" || "rtp" || "zixi-pull" || "rist" || "st2110-jpegxs" || "cdi" || "srt-listener" || "srt-caller" || "fujitsu-qos" || "udp" || "ndi-speed-hq", // required
|
|
57
57
|
* },
|
|
58
58
|
* },
|
|
59
59
|
* ],
|
|
@@ -80,7 +80,7 @@ declare const AddBridgeSourcesCommand_base: {
|
|
|
80
80
|
* // Name: "STRING_VALUE", // required
|
|
81
81
|
* // NetworkName: "STRING_VALUE", // required
|
|
82
82
|
* // Port: Number("int"), // required
|
|
83
|
-
* // Protocol: "zixi-push" || "rtp-fec" || "rtp" || "zixi-pull" || "rist" || "st2110-jpegxs" || "cdi" || "srt-listener" || "srt-caller" || "fujitsu-qos" || "udp", // required
|
|
83
|
+
* // Protocol: "zixi-push" || "rtp-fec" || "rtp" || "zixi-pull" || "rist" || "st2110-jpegxs" || "cdi" || "srt-listener" || "srt-caller" || "fujitsu-qos" || "udp" || "ndi-speed-hq", // required
|
|
84
84
|
* // },
|
|
85
85
|
* // },
|
|
86
86
|
* // ],
|
|
@@ -95,25 +95,32 @@ declare const AddBridgeSourcesCommand_base: {
|
|
|
95
95
|
* @see {@link MediaConnectClientResolvedConfig | config} for MediaConnectClient's `config` shape.
|
|
96
96
|
*
|
|
97
97
|
* @throws {@link BadRequestException} (client fault)
|
|
98
|
-
*
|
|
98
|
+
* <p>This exception is thrown if the request contains a semantic error. The precise meaning depends on the API, and is documented in the error message.
|
|
99
|
+
* </p>
|
|
99
100
|
*
|
|
100
101
|
* @throws {@link ConflictException} (client fault)
|
|
101
|
-
*
|
|
102
|
+
* <p>The requested operation would cause a conflict with the current state of a service resource associated with the request. Resolve the conflict before retrying this request.
|
|
103
|
+
* </p>
|
|
102
104
|
*
|
|
103
105
|
* @throws {@link ForbiddenException} (client fault)
|
|
104
|
-
*
|
|
106
|
+
* <p>You do not have sufficient access to perform this action.
|
|
107
|
+
* </p>
|
|
105
108
|
*
|
|
106
109
|
* @throws {@link InternalServerErrorException} (server fault)
|
|
107
|
-
*
|
|
110
|
+
* <p>The server encountered an internal error and is unable to complete the request.
|
|
111
|
+
* </p>
|
|
108
112
|
*
|
|
109
113
|
* @throws {@link NotFoundException} (client fault)
|
|
110
|
-
*
|
|
114
|
+
* <p>One or more of the resources in the request does not exist in the system.
|
|
115
|
+
* </p>
|
|
111
116
|
*
|
|
112
117
|
* @throws {@link ServiceUnavailableException} (server fault)
|
|
113
|
-
*
|
|
118
|
+
* <p>The service is currently unavailable or busy.
|
|
119
|
+
* </p>
|
|
114
120
|
*
|
|
115
121
|
* @throws {@link TooManyRequestsException} (client fault)
|
|
116
|
-
*
|
|
122
|
+
* <p>The request was denied due to request throttling.
|
|
123
|
+
* </p>
|
|
117
124
|
*
|
|
118
125
|
* @throws {@link MediaConnectServiceException}
|
|
119
126
|
* <p>Base exception class for all service exceptions from MediaConnect service.</p>
|
|
@@ -27,7 +27,7 @@ declare const AddFlowMediaStreamsCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* Adds media streams to an existing flow. After you add a media stream to a flow, you can associate it with a source and/or an output that uses the ST 2110 JPEG XS or CDI protocol
|
|
30
|
+
* <p> Adds media streams to an existing flow. After you add a media stream to a flow, you can associate it with a source and/or an output that uses the ST 2110 JPEG XS or CDI protocol.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -97,22 +97,28 @@ declare const AddFlowMediaStreamsCommand_base: {
|
|
|
97
97
|
* @see {@link MediaConnectClientResolvedConfig | config} for MediaConnectClient's `config` shape.
|
|
98
98
|
*
|
|
99
99
|
* @throws {@link BadRequestException} (client fault)
|
|
100
|
-
*
|
|
100
|
+
* <p>This exception is thrown if the request contains a semantic error. The precise meaning depends on the API, and is documented in the error message.
|
|
101
|
+
* </p>
|
|
101
102
|
*
|
|
102
103
|
* @throws {@link ForbiddenException} (client fault)
|
|
103
|
-
*
|
|
104
|
+
* <p>You do not have sufficient access to perform this action.
|
|
105
|
+
* </p>
|
|
104
106
|
*
|
|
105
107
|
* @throws {@link InternalServerErrorException} (server fault)
|
|
106
|
-
*
|
|
108
|
+
* <p>The server encountered an internal error and is unable to complete the request.
|
|
109
|
+
* </p>
|
|
107
110
|
*
|
|
108
111
|
* @throws {@link NotFoundException} (client fault)
|
|
109
|
-
*
|
|
112
|
+
* <p>One or more of the resources in the request does not exist in the system.
|
|
113
|
+
* </p>
|
|
110
114
|
*
|
|
111
115
|
* @throws {@link ServiceUnavailableException} (server fault)
|
|
112
|
-
*
|
|
116
|
+
* <p>The service is currently unavailable or busy.
|
|
117
|
+
* </p>
|
|
113
118
|
*
|
|
114
119
|
* @throws {@link TooManyRequestsException} (client fault)
|
|
115
|
-
*
|
|
120
|
+
* <p>The request was denied due to request throttling.
|
|
121
|
+
* </p>
|
|
116
122
|
*
|
|
117
123
|
* @throws {@link MediaConnectServiceException}
|
|
118
124
|
* <p>Base exception class for all service exceptions from MediaConnect service.</p>
|
|
@@ -27,7 +27,7 @@ declare const AddFlowOutputsCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* Adds outputs to an existing flow. You can create up to 50 outputs per flow
|
|
30
|
+
* <p> Adds outputs to an existing flow. You can create up to 50 outputs per flow.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -38,7 +38,7 @@ declare const AddFlowOutputsCommand_base: {
|
|
|
38
38
|
* FlowArn: "STRING_VALUE", // required
|
|
39
39
|
* Outputs: [ // __listOfAddOutputRequest // required
|
|
40
40
|
* { // AddOutputRequest
|
|
41
|
-
* CidrAllowList: [ //
|
|
41
|
+
* CidrAllowList: [ // __listOfString
|
|
42
42
|
* "STRING_VALUE",
|
|
43
43
|
* ],
|
|
44
44
|
* Description: "STRING_VALUE",
|
|
@@ -77,7 +77,7 @@ declare const AddFlowOutputsCommand_base: {
|
|
|
77
77
|
* MinLatency: Number("int"),
|
|
78
78
|
* Name: "STRING_VALUE",
|
|
79
79
|
* Port: Number("int"),
|
|
80
|
-
* Protocol: "zixi-push" || "rtp-fec" || "rtp" || "zixi-pull" || "rist" || "st2110-jpegxs" || "cdi" || "srt-listener" || "srt-caller" || "fujitsu-qos" || "udp", // required
|
|
80
|
+
* Protocol: "zixi-push" || "rtp-fec" || "rtp" || "zixi-pull" || "rist" || "st2110-jpegxs" || "cdi" || "srt-listener" || "srt-caller" || "fujitsu-qos" || "udp" || "ndi-speed-hq", // required
|
|
81
81
|
* RemoteId: "STRING_VALUE",
|
|
82
82
|
* SenderControlPort: Number("int"),
|
|
83
83
|
* SmoothingLatency: Number("int"),
|
|
@@ -86,6 +86,8 @@ declare const AddFlowOutputsCommand_base: {
|
|
|
86
86
|
* VpcInterfaceName: "STRING_VALUE",
|
|
87
87
|
* },
|
|
88
88
|
* OutputStatus: "ENABLED" || "DISABLED",
|
|
89
|
+
* NdiSpeedHqQuality: Number("int"),
|
|
90
|
+
* NdiProgramName: "STRING_VALUE",
|
|
89
91
|
* },
|
|
90
92
|
* ],
|
|
91
93
|
* };
|
|
@@ -136,14 +138,14 @@ declare const AddFlowOutputsCommand_base: {
|
|
|
136
138
|
* // OutputArn: "STRING_VALUE", // required
|
|
137
139
|
* // Port: Number("int"),
|
|
138
140
|
* // Transport: { // Transport
|
|
139
|
-
* // CidrAllowList: [ //
|
|
141
|
+
* // CidrAllowList: [ // __listOfString
|
|
140
142
|
* // "STRING_VALUE",
|
|
141
143
|
* // ],
|
|
142
144
|
* // MaxBitrate: Number("int"),
|
|
143
145
|
* // MaxLatency: Number("int"),
|
|
144
146
|
* // MaxSyncBuffer: Number("int"),
|
|
145
147
|
* // MinLatency: Number("int"),
|
|
146
|
-
* // Protocol: "zixi-push" || "rtp-fec" || "rtp" || "zixi-pull" || "rist" || "st2110-jpegxs" || "cdi" || "srt-listener" || "srt-caller" || "fujitsu-qos" || "udp", // required
|
|
148
|
+
* // Protocol: "zixi-push" || "rtp-fec" || "rtp" || "zixi-pull" || "rist" || "st2110-jpegxs" || "cdi" || "srt-listener" || "srt-caller" || "fujitsu-qos" || "udp" || "ndi-speed-hq", // required
|
|
147
149
|
* // RemoteId: "STRING_VALUE",
|
|
148
150
|
* // SenderControlPort: Number("int"),
|
|
149
151
|
* // SenderIpAddress: "STRING_VALUE",
|
|
@@ -151,12 +153,14 @@ declare const AddFlowOutputsCommand_base: {
|
|
|
151
153
|
* // SourceListenerAddress: "STRING_VALUE",
|
|
152
154
|
* // SourceListenerPort: Number("int"),
|
|
153
155
|
* // StreamId: "STRING_VALUE",
|
|
156
|
+
* // NdiSpeedHqQuality: Number("int"),
|
|
157
|
+
* // NdiProgramName: "STRING_VALUE",
|
|
154
158
|
* // },
|
|
155
159
|
* // VpcInterfaceAttachment: { // VpcInterfaceAttachment
|
|
156
160
|
* // VpcInterfaceName: "STRING_VALUE",
|
|
157
161
|
* // },
|
|
158
162
|
* // BridgeArn: "STRING_VALUE",
|
|
159
|
-
* // BridgePorts: [ //
|
|
163
|
+
* // BridgePorts: [ // __listOfInteger
|
|
160
164
|
* // Number("int"),
|
|
161
165
|
* // ],
|
|
162
166
|
* // OutputStatus: "ENABLED" || "DISABLED",
|
|
@@ -173,25 +177,32 @@ declare const AddFlowOutputsCommand_base: {
|
|
|
173
177
|
* @see {@link MediaConnectClientResolvedConfig | config} for MediaConnectClient's `config` shape.
|
|
174
178
|
*
|
|
175
179
|
* @throws {@link AddFlowOutputs420Exception} (client fault)
|
|
176
|
-
* Exception raised by
|
|
180
|
+
* <p>Exception raised by Elemental MediaConnect when adding the flow output. See the error message for the operation for more information on the cause of this exception.
|
|
181
|
+
* </p>
|
|
177
182
|
*
|
|
178
183
|
* @throws {@link BadRequestException} (client fault)
|
|
179
|
-
*
|
|
184
|
+
* <p>This exception is thrown if the request contains a semantic error. The precise meaning depends on the API, and is documented in the error message.
|
|
185
|
+
* </p>
|
|
180
186
|
*
|
|
181
187
|
* @throws {@link ForbiddenException} (client fault)
|
|
182
|
-
*
|
|
188
|
+
* <p>You do not have sufficient access to perform this action.
|
|
189
|
+
* </p>
|
|
183
190
|
*
|
|
184
191
|
* @throws {@link InternalServerErrorException} (server fault)
|
|
185
|
-
*
|
|
192
|
+
* <p>The server encountered an internal error and is unable to complete the request.
|
|
193
|
+
* </p>
|
|
186
194
|
*
|
|
187
195
|
* @throws {@link NotFoundException} (client fault)
|
|
188
|
-
*
|
|
196
|
+
* <p>One or more of the resources in the request does not exist in the system.
|
|
197
|
+
* </p>
|
|
189
198
|
*
|
|
190
199
|
* @throws {@link ServiceUnavailableException} (server fault)
|
|
191
|
-
*
|
|
200
|
+
* <p>The service is currently unavailable or busy.
|
|
201
|
+
* </p>
|
|
192
202
|
*
|
|
193
203
|
* @throws {@link TooManyRequestsException} (client fault)
|
|
194
|
-
*
|
|
204
|
+
* <p>The request was denied due to request throttling.
|
|
205
|
+
* </p>
|
|
195
206
|
*
|
|
196
207
|
* @throws {@link MediaConnectServiceException}
|
|
197
208
|
* <p>Base exception class for all service exceptions from MediaConnect service.</p>
|
|
@@ -27,7 +27,7 @@ declare const AddFlowSourcesCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* Adds
|
|
30
|
+
* <p> Adds sources to a flow.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -71,7 +71,7 @@ declare const AddFlowSourcesCommand_base: {
|
|
|
71
71
|
* ],
|
|
72
72
|
* MinLatency: Number("int"),
|
|
73
73
|
* Name: "STRING_VALUE",
|
|
74
|
-
* Protocol: "zixi-push" || "rtp-fec" || "rtp" || "zixi-pull" || "rist" || "st2110-jpegxs" || "cdi" || "srt-listener" || "srt-caller" || "fujitsu-qos" || "udp",
|
|
74
|
+
* Protocol: "zixi-push" || "rtp-fec" || "rtp" || "zixi-pull" || "rist" || "st2110-jpegxs" || "cdi" || "srt-listener" || "srt-caller" || "fujitsu-qos" || "udp" || "ndi-speed-hq",
|
|
75
75
|
* SenderControlPort: Number("int"),
|
|
76
76
|
* SenderIpAddress: "STRING_VALUE",
|
|
77
77
|
* SourceListenerAddress: "STRING_VALUE",
|
|
@@ -130,14 +130,14 @@ declare const AddFlowSourcesCommand_base: {
|
|
|
130
130
|
* // SenderIpAddress: "STRING_VALUE",
|
|
131
131
|
* // SourceArn: "STRING_VALUE", // required
|
|
132
132
|
* // Transport: { // Transport
|
|
133
|
-
* // CidrAllowList: [ //
|
|
133
|
+
* // CidrAllowList: [ // __listOfString
|
|
134
134
|
* // "STRING_VALUE",
|
|
135
135
|
* // ],
|
|
136
136
|
* // MaxBitrate: Number("int"),
|
|
137
137
|
* // MaxLatency: Number("int"),
|
|
138
138
|
* // MaxSyncBuffer: Number("int"),
|
|
139
139
|
* // MinLatency: Number("int"),
|
|
140
|
-
* // Protocol: "zixi-push" || "rtp-fec" || "rtp" || "zixi-pull" || "rist" || "st2110-jpegxs" || "cdi" || "srt-listener" || "srt-caller" || "fujitsu-qos" || "udp", // required
|
|
140
|
+
* // Protocol: "zixi-push" || "rtp-fec" || "rtp" || "zixi-pull" || "rist" || "st2110-jpegxs" || "cdi" || "srt-listener" || "srt-caller" || "fujitsu-qos" || "udp" || "ndi-speed-hq", // required
|
|
141
141
|
* // RemoteId: "STRING_VALUE",
|
|
142
142
|
* // SenderControlPort: Number("int"),
|
|
143
143
|
* // SenderIpAddress: "STRING_VALUE",
|
|
@@ -145,6 +145,8 @@ declare const AddFlowSourcesCommand_base: {
|
|
|
145
145
|
* // SourceListenerAddress: "STRING_VALUE",
|
|
146
146
|
* // SourceListenerPort: Number("int"),
|
|
147
147
|
* // StreamId: "STRING_VALUE",
|
|
148
|
+
* // NdiSpeedHqQuality: Number("int"),
|
|
149
|
+
* // NdiProgramName: "STRING_VALUE",
|
|
148
150
|
* // },
|
|
149
151
|
* // VpcInterfaceName: "STRING_VALUE",
|
|
150
152
|
* // WhitelistCidr: "STRING_VALUE",
|
|
@@ -167,22 +169,28 @@ declare const AddFlowSourcesCommand_base: {
|
|
|
167
169
|
* @see {@link MediaConnectClientResolvedConfig | config} for MediaConnectClient's `config` shape.
|
|
168
170
|
*
|
|
169
171
|
* @throws {@link BadRequestException} (client fault)
|
|
170
|
-
*
|
|
172
|
+
* <p>This exception is thrown if the request contains a semantic error. The precise meaning depends on the API, and is documented in the error message.
|
|
173
|
+
* </p>
|
|
171
174
|
*
|
|
172
175
|
* @throws {@link ForbiddenException} (client fault)
|
|
173
|
-
*
|
|
176
|
+
* <p>You do not have sufficient access to perform this action.
|
|
177
|
+
* </p>
|
|
174
178
|
*
|
|
175
179
|
* @throws {@link InternalServerErrorException} (server fault)
|
|
176
|
-
*
|
|
180
|
+
* <p>The server encountered an internal error and is unable to complete the request.
|
|
181
|
+
* </p>
|
|
177
182
|
*
|
|
178
183
|
* @throws {@link NotFoundException} (client fault)
|
|
179
|
-
*
|
|
184
|
+
* <p>One or more of the resources in the request does not exist in the system.
|
|
185
|
+
* </p>
|
|
180
186
|
*
|
|
181
187
|
* @throws {@link ServiceUnavailableException} (server fault)
|
|
182
|
-
*
|
|
188
|
+
* <p>The service is currently unavailable or busy.
|
|
189
|
+
* </p>
|
|
183
190
|
*
|
|
184
191
|
* @throws {@link TooManyRequestsException} (client fault)
|
|
185
|
-
*
|
|
192
|
+
* <p>The request was denied due to request throttling.
|
|
193
|
+
* </p>
|
|
186
194
|
*
|
|
187
195
|
* @throws {@link MediaConnectServiceException}
|
|
188
196
|
* <p>Base exception class for all service exceptions from MediaConnect service.</p>
|
|
@@ -27,7 +27,7 @@ declare const AddFlowVpcInterfacesCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* Adds VPC interfaces to flow
|
|
30
|
+
* <p> Adds VPC interfaces to a flow.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -41,7 +41,7 @@ declare const AddFlowVpcInterfacesCommand_base: {
|
|
|
41
41
|
* Name: "STRING_VALUE", // required
|
|
42
42
|
* NetworkInterfaceType: "ena" || "efa",
|
|
43
43
|
* RoleArn: "STRING_VALUE", // required
|
|
44
|
-
* SecurityGroupIds: [ //
|
|
44
|
+
* SecurityGroupIds: [ // __listOfString // required
|
|
45
45
|
* "STRING_VALUE",
|
|
46
46
|
* ],
|
|
47
47
|
* SubnetId: "STRING_VALUE", // required
|
|
@@ -55,7 +55,7 @@ declare const AddFlowVpcInterfacesCommand_base: {
|
|
|
55
55
|
* // VpcInterfaces: [ // __listOfVpcInterface
|
|
56
56
|
* // { // VpcInterface
|
|
57
57
|
* // Name: "STRING_VALUE", // required
|
|
58
|
-
* // NetworkInterfaceIds: [ //
|
|
58
|
+
* // NetworkInterfaceIds: [ // __listOfString // required
|
|
59
59
|
* // "STRING_VALUE",
|
|
60
60
|
* // ],
|
|
61
61
|
* // NetworkInterfaceType: "ena" || "efa", // required
|
|
@@ -77,22 +77,28 @@ declare const AddFlowVpcInterfacesCommand_base: {
|
|
|
77
77
|
* @see {@link MediaConnectClientResolvedConfig | config} for MediaConnectClient's `config` shape.
|
|
78
78
|
*
|
|
79
79
|
* @throws {@link BadRequestException} (client fault)
|
|
80
|
-
*
|
|
80
|
+
* <p>This exception is thrown if the request contains a semantic error. The precise meaning depends on the API, and is documented in the error message.
|
|
81
|
+
* </p>
|
|
81
82
|
*
|
|
82
83
|
* @throws {@link ForbiddenException} (client fault)
|
|
83
|
-
*
|
|
84
|
+
* <p>You do not have sufficient access to perform this action.
|
|
85
|
+
* </p>
|
|
84
86
|
*
|
|
85
87
|
* @throws {@link InternalServerErrorException} (server fault)
|
|
86
|
-
*
|
|
88
|
+
* <p>The server encountered an internal error and is unable to complete the request.
|
|
89
|
+
* </p>
|
|
87
90
|
*
|
|
88
91
|
* @throws {@link NotFoundException} (client fault)
|
|
89
|
-
*
|
|
92
|
+
* <p>One or more of the resources in the request does not exist in the system.
|
|
93
|
+
* </p>
|
|
90
94
|
*
|
|
91
95
|
* @throws {@link ServiceUnavailableException} (server fault)
|
|
92
|
-
*
|
|
96
|
+
* <p>The service is currently unavailable or busy.
|
|
97
|
+
* </p>
|
|
93
98
|
*
|
|
94
99
|
* @throws {@link TooManyRequestsException} (client fault)
|
|
95
|
-
*
|
|
100
|
+
* <p>The request was denied due to request throttling.
|
|
101
|
+
* </p>
|
|
96
102
|
*
|
|
97
103
|
* @throws {@link MediaConnectServiceException}
|
|
98
104
|
* <p>Base exception class for all service exceptions from MediaConnect service.</p>
|
|
@@ -27,7 +27,7 @@ declare const CreateBridgeCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* Creates a new bridge. The request must include one source
|
|
30
|
+
* <p> Creates a new bridge. The request must include one source.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -50,7 +50,7 @@ declare const CreateBridgeCommand_base: {
|
|
|
50
50
|
* Name: "STRING_VALUE", // required
|
|
51
51
|
* NetworkName: "STRING_VALUE", // required
|
|
52
52
|
* Port: Number("int"), // required
|
|
53
|
-
* Protocol: "zixi-push" || "rtp-fec" || "rtp" || "zixi-pull" || "rist" || "st2110-jpegxs" || "cdi" || "srt-listener" || "srt-caller" || "fujitsu-qos" || "udp", // required
|
|
53
|
+
* Protocol: "zixi-push" || "rtp-fec" || "rtp" || "zixi-pull" || "rist" || "st2110-jpegxs" || "cdi" || "srt-listener" || "srt-caller" || "fujitsu-qos" || "udp" || "ndi-speed-hq", // required
|
|
54
54
|
* Ttl: Number("int"), // required
|
|
55
55
|
* },
|
|
56
56
|
* },
|
|
@@ -81,7 +81,7 @@ declare const CreateBridgeCommand_base: {
|
|
|
81
81
|
* Name: "STRING_VALUE", // required
|
|
82
82
|
* NetworkName: "STRING_VALUE", // required
|
|
83
83
|
* Port: Number("int"), // required
|
|
84
|
-
* Protocol: "zixi-push" || "rtp-fec" || "rtp" || "zixi-pull" || "rist" || "st2110-jpegxs" || "cdi" || "srt-listener" || "srt-caller" || "fujitsu-qos" || "udp", // required
|
|
84
|
+
* Protocol: "zixi-push" || "rtp-fec" || "rtp" || "zixi-pull" || "rist" || "st2110-jpegxs" || "cdi" || "srt-listener" || "srt-caller" || "fujitsu-qos" || "udp" || "ndi-speed-hq", // required
|
|
85
85
|
* },
|
|
86
86
|
* },
|
|
87
87
|
* ],
|
|
@@ -121,7 +121,7 @@ declare const CreateBridgeCommand_base: {
|
|
|
121
121
|
* // Name: "STRING_VALUE", // required
|
|
122
122
|
* // NetworkName: "STRING_VALUE", // required
|
|
123
123
|
* // Port: Number("int"), // required
|
|
124
|
-
* // Protocol: "zixi-push" || "rtp-fec" || "rtp" || "zixi-pull" || "rist" || "st2110-jpegxs" || "cdi" || "srt-listener" || "srt-caller" || "fujitsu-qos" || "udp", // required
|
|
124
|
+
* // Protocol: "zixi-push" || "rtp-fec" || "rtp" || "zixi-pull" || "rist" || "st2110-jpegxs" || "cdi" || "srt-listener" || "srt-caller" || "fujitsu-qos" || "udp" || "ndi-speed-hq", // required
|
|
125
125
|
* // Ttl: Number("int"), // required
|
|
126
126
|
* // },
|
|
127
127
|
* // },
|
|
@@ -153,7 +153,7 @@ declare const CreateBridgeCommand_base: {
|
|
|
153
153
|
* // Name: "STRING_VALUE", // required
|
|
154
154
|
* // NetworkName: "STRING_VALUE", // required
|
|
155
155
|
* // Port: Number("int"), // required
|
|
156
|
-
* // Protocol: "zixi-push" || "rtp-fec" || "rtp" || "zixi-pull" || "rist" || "st2110-jpegxs" || "cdi" || "srt-listener" || "srt-caller" || "fujitsu-qos" || "udp", // required
|
|
156
|
+
* // Protocol: "zixi-push" || "rtp-fec" || "rtp" || "zixi-pull" || "rist" || "st2110-jpegxs" || "cdi" || "srt-listener" || "srt-caller" || "fujitsu-qos" || "udp" || "ndi-speed-hq", // required
|
|
157
157
|
* // },
|
|
158
158
|
* // },
|
|
159
159
|
* // ],
|
|
@@ -169,25 +169,32 @@ declare const CreateBridgeCommand_base: {
|
|
|
169
169
|
* @see {@link MediaConnectClientResolvedConfig | config} for MediaConnectClient's `config` shape.
|
|
170
170
|
*
|
|
171
171
|
* @throws {@link BadRequestException} (client fault)
|
|
172
|
-
*
|
|
172
|
+
* <p>This exception is thrown if the request contains a semantic error. The precise meaning depends on the API, and is documented in the error message.
|
|
173
|
+
* </p>
|
|
173
174
|
*
|
|
174
175
|
* @throws {@link ConflictException} (client fault)
|
|
175
|
-
*
|
|
176
|
+
* <p>The requested operation would cause a conflict with the current state of a service resource associated with the request. Resolve the conflict before retrying this request.
|
|
177
|
+
* </p>
|
|
176
178
|
*
|
|
177
179
|
* @throws {@link CreateBridge420Exception} (client fault)
|
|
178
|
-
* Exception raised by
|
|
180
|
+
* <p>Exception raised by Elemental MediaConnect when creating the bridge. See the error message for the operation for more information on the cause of this exception.
|
|
181
|
+
* </p>
|
|
179
182
|
*
|
|
180
183
|
* @throws {@link ForbiddenException} (client fault)
|
|
181
|
-
*
|
|
184
|
+
* <p>You do not have sufficient access to perform this action.
|
|
185
|
+
* </p>
|
|
182
186
|
*
|
|
183
187
|
* @throws {@link InternalServerErrorException} (server fault)
|
|
184
|
-
*
|
|
188
|
+
* <p>The server encountered an internal error and is unable to complete the request.
|
|
189
|
+
* </p>
|
|
185
190
|
*
|
|
186
191
|
* @throws {@link ServiceUnavailableException} (server fault)
|
|
187
|
-
*
|
|
192
|
+
* <p>The service is currently unavailable or busy.
|
|
193
|
+
* </p>
|
|
188
194
|
*
|
|
189
195
|
* @throws {@link TooManyRequestsException} (client fault)
|
|
190
|
-
*
|
|
196
|
+
* <p>The request was denied due to request throttling.
|
|
197
|
+
* </p>
|
|
191
198
|
*
|
|
192
199
|
* @throws {@link MediaConnectServiceException}
|
|
193
200
|
* <p>Base exception class for all service exceptions from MediaConnect service.</p>
|