@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.
Files changed (63) hide show
  1. package/README.md +26 -1
  2. package/dist-cjs/index.js +96 -68
  3. package/dist-es/models/models_0.js +26 -13
  4. package/dist-es/protocols/Aws_restJson1.js +54 -0
  5. package/dist-es/waiters/waitForFlowActive.js +9 -0
  6. package/dist-types/MediaConnect.d.ts +26 -1
  7. package/dist-types/MediaConnectClient.d.ts +26 -1
  8. package/dist-types/commands/AddBridgeOutputsCommand.d.ts +17 -10
  9. package/dist-types/commands/AddBridgeSourcesCommand.d.ts +17 -10
  10. package/dist-types/commands/AddFlowMediaStreamsCommand.d.ts +13 -7
  11. package/dist-types/commands/AddFlowOutputsCommand.d.ts +24 -13
  12. package/dist-types/commands/AddFlowSourcesCommand.d.ts +18 -10
  13. package/dist-types/commands/AddFlowVpcInterfacesCommand.d.ts +15 -9
  14. package/dist-types/commands/CreateBridgeCommand.d.ts +19 -12
  15. package/dist-types/commands/CreateFlowCommand.d.ts +55 -17
  16. package/dist-types/commands/CreateGatewayCommand.d.ts +17 -10
  17. package/dist-types/commands/DeleteBridgeCommand.d.ts +15 -8
  18. package/dist-types/commands/DeleteFlowCommand.d.ts +13 -7
  19. package/dist-types/commands/DeleteGatewayCommand.d.ts +15 -8
  20. package/dist-types/commands/DeregisterGatewayInstanceCommand.d.ts +15 -8
  21. package/dist-types/commands/DescribeBridgeCommand.d.ts +17 -10
  22. package/dist-types/commands/DescribeFlowCommand.d.ts +40 -14
  23. package/dist-types/commands/DescribeFlowSourceMetadataCommand.d.ts +15 -7
  24. package/dist-types/commands/DescribeFlowSourceThumbnailCommand.d.ts +15 -7
  25. package/dist-types/commands/DescribeGatewayCommand.d.ts +17 -9
  26. package/dist-types/commands/DescribeGatewayInstanceCommand.d.ts +17 -8
  27. package/dist-types/commands/DescribeOfferingCommand.d.ts +11 -6
  28. package/dist-types/commands/DescribeReservationCommand.d.ts +11 -6
  29. package/dist-types/commands/GrantFlowEntitlementsCommand.d.ts +17 -10
  30. package/dist-types/commands/ListBridgesCommand.d.ts +12 -6
  31. package/dist-types/commands/ListEntitlementsCommand.d.ts +9 -5
  32. package/dist-types/commands/ListFlowsCommand.d.ts +9 -5
  33. package/dist-types/commands/ListGatewayInstancesCommand.d.ts +11 -6
  34. package/dist-types/commands/ListGatewaysCommand.d.ts +11 -6
  35. package/dist-types/commands/ListOfferingsCommand.d.ts +9 -5
  36. package/dist-types/commands/ListReservationsCommand.d.ts +9 -5
  37. package/dist-types/commands/ListTagsForResourceCommand.d.ts +8 -5
  38. package/dist-types/commands/PurchaseOfferingCommand.d.ts +13 -7
  39. package/dist-types/commands/RemoveBridgeOutputCommand.d.ts +15 -8
  40. package/dist-types/commands/RemoveBridgeSourceCommand.d.ts +15 -8
  41. package/dist-types/commands/RemoveFlowMediaStreamCommand.d.ts +13 -7
  42. package/dist-types/commands/RemoveFlowOutputCommand.d.ts +13 -7
  43. package/dist-types/commands/RemoveFlowSourceCommand.d.ts +14 -7
  44. package/dist-types/commands/RemoveFlowVpcInterfaceCommand.d.ts +14 -8
  45. package/dist-types/commands/RevokeFlowEntitlementCommand.d.ts +13 -7
  46. package/dist-types/commands/StartFlowCommand.d.ts +13 -7
  47. package/dist-types/commands/StopFlowCommand.d.ts +13 -7
  48. package/dist-types/commands/TagResourceCommand.d.ts +11 -5
  49. package/dist-types/commands/UntagResourceCommand.d.ts +8 -5
  50. package/dist-types/commands/UpdateBridgeCommand.d.ts +17 -10
  51. package/dist-types/commands/UpdateBridgeOutputCommand.d.ts +17 -10
  52. package/dist-types/commands/UpdateBridgeSourceCommand.d.ts +17 -10
  53. package/dist-types/commands/UpdateBridgeStateCommand.d.ts +15 -8
  54. package/dist-types/commands/UpdateFlowCommand.d.ts +48 -13
  55. package/dist-types/commands/UpdateFlowEntitlementCommand.d.ts +15 -9
  56. package/dist-types/commands/UpdateFlowMediaStreamCommand.d.ts +13 -7
  57. package/dist-types/commands/UpdateFlowOutputCommand.d.ts +22 -12
  58. package/dist-types/commands/UpdateFlowSourceCommand.d.ts +18 -10
  59. package/dist-types/commands/UpdateGatewayInstanceCommand.d.ts +16 -8
  60. package/dist-types/index.d.ts +26 -1
  61. package/dist-types/models/models_0.d.ts +1955 -1327
  62. package/dist-types/ts3.4/models/models_0.d.ts +221 -185
  63. package/package.json +1 -1
@@ -27,7 +27,7 @@ declare const UpdateFlowCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * Updates flow
30
+ * <p> Updates an existing 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
@@ -73,6 +73,17 @@ declare const UpdateFlowCommand_base: {
73
73
  * },
74
74
  * ],
75
75
  * },
76
+ * NdiConfig: { // NdiConfig
77
+ * NdiState: "ENABLED" || "DISABLED",
78
+ * MachineName: "STRING_VALUE",
79
+ * NdiDiscoveryServers: [ // __listOfNdiDiscoveryServerConfig
80
+ * { // NdiDiscoveryServerConfig
81
+ * DiscoveryServerAddress: "STRING_VALUE", // required
82
+ * DiscoveryServerPort: Number("int"),
83
+ * VpcInterfaceAdapter: "STRING_VALUE", // required
84
+ * },
85
+ * ],
86
+ * },
76
87
  * };
77
88
  * const command = new UpdateFlowCommand(input);
78
89
  * const response = await client.send(command);
@@ -99,7 +110,7 @@ declare const UpdateFlowCommand_base: {
99
110
  * // EntitlementArn: "STRING_VALUE", // required
100
111
  * // EntitlementStatus: "ENABLED" || "DISABLED",
101
112
  * // Name: "STRING_VALUE", // required
102
- * // Subscribers: [ // __listOf__string // required
113
+ * // Subscribers: [ // __listOfString // required
103
114
  * // "STRING_VALUE",
104
115
  * // ],
105
116
  * // },
@@ -179,7 +190,7 @@ declare const UpdateFlowCommand_base: {
179
190
  * // MaxLatency: Number("int"),
180
191
  * // MaxSyncBuffer: Number("int"),
181
192
  * // MinLatency: Number("int"),
182
- * // Protocol: "zixi-push" || "rtp-fec" || "rtp" || "zixi-pull" || "rist" || "st2110-jpegxs" || "cdi" || "srt-listener" || "srt-caller" || "fujitsu-qos" || "udp", // required
193
+ * // Protocol: "zixi-push" || "rtp-fec" || "rtp" || "zixi-pull" || "rist" || "st2110-jpegxs" || "cdi" || "srt-listener" || "srt-caller" || "fujitsu-qos" || "udp" || "ndi-speed-hq", // required
183
194
  * // RemoteId: "STRING_VALUE",
184
195
  * // SenderControlPort: Number("int"),
185
196
  * // SenderIpAddress: "STRING_VALUE",
@@ -187,12 +198,14 @@ declare const UpdateFlowCommand_base: {
187
198
  * // SourceListenerAddress: "STRING_VALUE",
188
199
  * // SourceListenerPort: Number("int"),
189
200
  * // StreamId: "STRING_VALUE",
201
+ * // NdiSpeedHqQuality: Number("int"),
202
+ * // NdiProgramName: "STRING_VALUE",
190
203
  * // },
191
204
  * // VpcInterfaceAttachment: { // VpcInterfaceAttachment
192
205
  * // VpcInterfaceName: "STRING_VALUE",
193
206
  * // },
194
207
  * // BridgeArn: "STRING_VALUE",
195
- * // BridgePorts: [ // __listOf__integer
208
+ * // BridgePorts: [ // __listOfInteger
196
209
  * // Number("int"),
197
210
  * // ],
198
211
  * // OutputStatus: "ENABLED" || "DISABLED",
@@ -242,7 +255,7 @@ declare const UpdateFlowCommand_base: {
242
255
  * // MaxLatency: Number("int"),
243
256
  * // MaxSyncBuffer: Number("int"),
244
257
  * // MinLatency: Number("int"),
245
- * // Protocol: "zixi-push" || "rtp-fec" || "rtp" || "zixi-pull" || "rist" || "st2110-jpegxs" || "cdi" || "srt-listener" || "srt-caller" || "fujitsu-qos" || "udp", // required
258
+ * // Protocol: "zixi-push" || "rtp-fec" || "rtp" || "zixi-pull" || "rist" || "st2110-jpegxs" || "cdi" || "srt-listener" || "srt-caller" || "fujitsu-qos" || "udp" || "ndi-speed-hq", // required
246
259
  * // RemoteId: "STRING_VALUE",
247
260
  * // SenderControlPort: Number("int"),
248
261
  * // SenderIpAddress: "STRING_VALUE",
@@ -250,6 +263,8 @@ declare const UpdateFlowCommand_base: {
250
263
  * // SourceListenerAddress: "STRING_VALUE",
251
264
  * // SourceListenerPort: Number("int"),
252
265
  * // StreamId: "STRING_VALUE",
266
+ * // NdiSpeedHqQuality: Number("int"),
267
+ * // NdiProgramName: "STRING_VALUE",
253
268
  * // },
254
269
  * // VpcInterfaceName: "STRING_VALUE",
255
270
  * // WhitelistCidr: "STRING_VALUE",
@@ -313,7 +328,7 @@ declare const UpdateFlowCommand_base: {
313
328
  * // MaxLatency: Number("int"),
314
329
  * // MaxSyncBuffer: Number("int"),
315
330
  * // MinLatency: Number("int"),
316
- * // Protocol: "zixi-push" || "rtp-fec" || "rtp" || "zixi-pull" || "rist" || "st2110-jpegxs" || "cdi" || "srt-listener" || "srt-caller" || "fujitsu-qos" || "udp", // required
331
+ * // Protocol: "zixi-push" || "rtp-fec" || "rtp" || "zixi-pull" || "rist" || "st2110-jpegxs" || "cdi" || "srt-listener" || "srt-caller" || "fujitsu-qos" || "udp" || "ndi-speed-hq", // required
317
332
  * // RemoteId: "STRING_VALUE",
318
333
  * // SenderControlPort: Number("int"),
319
334
  * // SenderIpAddress: "STRING_VALUE",
@@ -321,6 +336,8 @@ declare const UpdateFlowCommand_base: {
321
336
  * // SourceListenerAddress: "STRING_VALUE",
322
337
  * // SourceListenerPort: Number("int"),
323
338
  * // StreamId: "STRING_VALUE",
339
+ * // NdiSpeedHqQuality: Number("int"),
340
+ * // NdiProgramName: "STRING_VALUE",
324
341
  * // },
325
342
  * // VpcInterfaceName: "STRING_VALUE",
326
343
  * // WhitelistCidr: "STRING_VALUE",
@@ -341,7 +358,7 @@ declare const UpdateFlowCommand_base: {
341
358
  * // ],
342
359
  * // NetworkInterfaceType: "ena" || "efa", // required
343
360
  * // RoleArn: "STRING_VALUE", // required
344
- * // SecurityGroupIds: "<__listOf__string>", // required
361
+ * // SecurityGroupIds: "<__listOfString>", // required
345
362
  * // SubnetId: "STRING_VALUE", // required
346
363
  * // },
347
364
  * // ],
@@ -375,6 +392,18 @@ declare const UpdateFlowCommand_base: {
375
392
  * // },
376
393
  * // ],
377
394
  * // },
395
+ * // FlowSize: "MEDIUM" || "LARGE",
396
+ * // NdiConfig: { // NdiConfig
397
+ * // NdiState: "ENABLED" || "DISABLED",
398
+ * // MachineName: "STRING_VALUE",
399
+ * // NdiDiscoveryServers: [ // __listOfNdiDiscoveryServerConfig
400
+ * // { // NdiDiscoveryServerConfig
401
+ * // DiscoveryServerAddress: "STRING_VALUE", // required
402
+ * // DiscoveryServerPort: Number("int"),
403
+ * // VpcInterfaceAdapter: "STRING_VALUE", // required
404
+ * // },
405
+ * // ],
406
+ * // },
378
407
  * // },
379
408
  * // };
380
409
  *
@@ -387,22 +416,28 @@ declare const UpdateFlowCommand_base: {
387
416
  * @see {@link MediaConnectClientResolvedConfig | config} for MediaConnectClient's `config` shape.
388
417
  *
389
418
  * @throws {@link BadRequestException} (client fault)
390
- * Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
419
+ * <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.
420
+ * </p>
391
421
  *
392
422
  * @throws {@link ForbiddenException} (client fault)
393
- * Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
423
+ * <p>You do not have sufficient access to perform this action.
424
+ * </p>
394
425
  *
395
426
  * @throws {@link InternalServerErrorException} (server fault)
396
- * Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
427
+ * <p>The server encountered an internal error and is unable to complete the request.
428
+ * </p>
397
429
  *
398
430
  * @throws {@link NotFoundException} (client fault)
399
- * Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
431
+ * <p>One or more of the resources in the request does not exist in the system.
432
+ * </p>
400
433
  *
401
434
  * @throws {@link ServiceUnavailableException} (server fault)
402
- * Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
435
+ * <p>The service is currently unavailable or busy.
436
+ * </p>
403
437
  *
404
438
  * @throws {@link TooManyRequestsException} (client fault)
405
- * Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
439
+ * <p>The request was denied due to request throttling.
440
+ * </p>
406
441
  *
407
442
  * @throws {@link MediaConnectServiceException}
408
443
  * <p>Base exception class for all service exceptions from MediaConnect service.</p>
@@ -27,7 +27,7 @@ declare const UpdateFlowEntitlementCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * You can change an entitlement's description, subscribers, and encryption. If you change the subscribers, the service will remove the outputs that are are used by the subscribers that are removed.
30
+ * <p> Updates an entitlement. You can change an entitlement's description, subscribers, and encryption. If you change the subscribers, the service will remove the outputs that are are used by the subscribers that are removed.</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 UpdateFlowEntitlementCommand_base: {
50
50
  * EntitlementArn: "STRING_VALUE", // required
51
51
  * EntitlementStatus: "ENABLED" || "DISABLED",
52
52
  * FlowArn: "STRING_VALUE", // required
53
- * Subscribers: [ // __listOf__string
53
+ * Subscribers: [ // __listOfString
54
54
  * "STRING_VALUE",
55
55
  * ],
56
56
  * };
@@ -74,7 +74,7 @@ declare const UpdateFlowEntitlementCommand_base: {
74
74
  * // EntitlementArn: "STRING_VALUE", // required
75
75
  * // EntitlementStatus: "ENABLED" || "DISABLED",
76
76
  * // Name: "STRING_VALUE", // required
77
- * // Subscribers: [ // __listOf__string // required
77
+ * // Subscribers: [ // __listOfString // required
78
78
  * // "STRING_VALUE",
79
79
  * // ],
80
80
  * // },
@@ -90,22 +90,28 @@ declare const UpdateFlowEntitlementCommand_base: {
90
90
  * @see {@link MediaConnectClientResolvedConfig | config} for MediaConnectClient's `config` shape.
91
91
  *
92
92
  * @throws {@link BadRequestException} (client fault)
93
- * Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
93
+ * <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.
94
+ * </p>
94
95
  *
95
96
  * @throws {@link ForbiddenException} (client fault)
96
- * Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
97
+ * <p>You do not have sufficient access to perform this action.
98
+ * </p>
97
99
  *
98
100
  * @throws {@link InternalServerErrorException} (server fault)
99
- * Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
101
+ * <p>The server encountered an internal error and is unable to complete the request.
102
+ * </p>
100
103
  *
101
104
  * @throws {@link NotFoundException} (client fault)
102
- * Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
105
+ * <p>One or more of the resources in the request does not exist in the system.
106
+ * </p>
103
107
  *
104
108
  * @throws {@link ServiceUnavailableException} (server fault)
105
- * Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
109
+ * <p>The service is currently unavailable or busy.
110
+ * </p>
106
111
  *
107
112
  * @throws {@link TooManyRequestsException} (client fault)
108
- * Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
113
+ * <p>The request was denied due to request throttling.
114
+ * </p>
109
115
  *
110
116
  * @throws {@link MediaConnectServiceException}
111
117
  * <p>Base exception class for all service exceptions from MediaConnect service.</p>
@@ -27,7 +27,7 @@ declare const UpdateFlowMediaStreamCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * Updates an existing media stream.
30
+ * <p> Updates an existing media stream.</p>
31
31
  * @example
32
32
  * Use a bare-bones client and the command you need to make an API call.
33
33
  * ```javascript
@@ -90,22 +90,28 @@ declare const UpdateFlowMediaStreamCommand_base: {
90
90
  * @see {@link MediaConnectClientResolvedConfig | config} for MediaConnectClient's `config` shape.
91
91
  *
92
92
  * @throws {@link BadRequestException} (client fault)
93
- * Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
93
+ * <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.
94
+ * </p>
94
95
  *
95
96
  * @throws {@link ForbiddenException} (client fault)
96
- * Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
97
+ * <p>You do not have sufficient access to perform this action.
98
+ * </p>
97
99
  *
98
100
  * @throws {@link InternalServerErrorException} (server fault)
99
- * Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
101
+ * <p>The server encountered an internal error and is unable to complete the request.
102
+ * </p>
100
103
  *
101
104
  * @throws {@link NotFoundException} (client fault)
102
- * Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
105
+ * <p>One or more of the resources in the request does not exist in the system.
106
+ * </p>
103
107
  *
104
108
  * @throws {@link ServiceUnavailableException} (server fault)
105
- * Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
109
+ * <p>The service is currently unavailable or busy.
110
+ * </p>
106
111
  *
107
112
  * @throws {@link TooManyRequestsException} (client fault)
108
- * Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
113
+ * <p>The request was denied due to request throttling.
114
+ * </p>
109
115
  *
110
116
  * @throws {@link MediaConnectServiceException}
111
117
  * <p>Base exception class for all service exceptions from MediaConnect service.</p>
@@ -27,7 +27,7 @@ declare const UpdateFlowOutputCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * Updates an existing flow output.
30
+ * <p> Updates an existing flow output.</p>
31
31
  * @example
32
32
  * Use a bare-bones client and the command you need to make an API call.
33
33
  * ```javascript
@@ -35,7 +35,7 @@ declare const UpdateFlowOutputCommand_base: {
35
35
  * // const { MediaConnectClient, UpdateFlowOutputCommand } = require("@aws-sdk/client-mediaconnect"); // CommonJS import
36
36
  * const client = new MediaConnectClient(config);
37
37
  * const input = { // UpdateFlowOutputRequest
38
- * CidrAllowList: [ // __listOf__string
38
+ * CidrAllowList: [ // __listOfString
39
39
  * "STRING_VALUE",
40
40
  * ],
41
41
  * Description: "STRING_VALUE",
@@ -75,7 +75,7 @@ declare const UpdateFlowOutputCommand_base: {
75
75
  * MinLatency: Number("int"),
76
76
  * OutputArn: "STRING_VALUE", // required
77
77
  * Port: Number("int"),
78
- * Protocol: "zixi-push" || "rtp-fec" || "rtp" || "zixi-pull" || "rist" || "st2110-jpegxs" || "cdi" || "srt-listener" || "srt-caller" || "fujitsu-qos" || "udp",
78
+ * Protocol: "zixi-push" || "rtp-fec" || "rtp" || "zixi-pull" || "rist" || "st2110-jpegxs" || "cdi" || "srt-listener" || "srt-caller" || "fujitsu-qos" || "udp" || "ndi-speed-hq",
79
79
  * RemoteId: "STRING_VALUE",
80
80
  * SenderControlPort: Number("int"),
81
81
  * SenderIpAddress: "STRING_VALUE",
@@ -85,6 +85,8 @@ declare const UpdateFlowOutputCommand_base: {
85
85
  * VpcInterfaceName: "STRING_VALUE",
86
86
  * },
87
87
  * OutputStatus: "ENABLED" || "DISABLED",
88
+ * NdiProgramName: "STRING_VALUE",
89
+ * NdiSpeedHqQuality: Number("int"),
88
90
  * };
89
91
  * const command = new UpdateFlowOutputCommand(input);
90
92
  * const response = await client.send(command);
@@ -132,14 +134,14 @@ declare const UpdateFlowOutputCommand_base: {
132
134
  * // OutputArn: "STRING_VALUE", // required
133
135
  * // Port: Number("int"),
134
136
  * // Transport: { // Transport
135
- * // CidrAllowList: [ // __listOf__string
137
+ * // CidrAllowList: [ // __listOfString
136
138
  * // "STRING_VALUE",
137
139
  * // ],
138
140
  * // MaxBitrate: Number("int"),
139
141
  * // MaxLatency: Number("int"),
140
142
  * // MaxSyncBuffer: Number("int"),
141
143
  * // MinLatency: Number("int"),
142
- * // Protocol: "zixi-push" || "rtp-fec" || "rtp" || "zixi-pull" || "rist" || "st2110-jpegxs" || "cdi" || "srt-listener" || "srt-caller" || "fujitsu-qos" || "udp", // required
144
+ * // Protocol: "zixi-push" || "rtp-fec" || "rtp" || "zixi-pull" || "rist" || "st2110-jpegxs" || "cdi" || "srt-listener" || "srt-caller" || "fujitsu-qos" || "udp" || "ndi-speed-hq", // required
143
145
  * // RemoteId: "STRING_VALUE",
144
146
  * // SenderControlPort: Number("int"),
145
147
  * // SenderIpAddress: "STRING_VALUE",
@@ -147,12 +149,14 @@ declare const UpdateFlowOutputCommand_base: {
147
149
  * // SourceListenerAddress: "STRING_VALUE",
148
150
  * // SourceListenerPort: Number("int"),
149
151
  * // StreamId: "STRING_VALUE",
152
+ * // NdiSpeedHqQuality: Number("int"),
153
+ * // NdiProgramName: "STRING_VALUE",
150
154
  * // },
151
155
  * // VpcInterfaceAttachment: { // VpcInterfaceAttachment
152
156
  * // VpcInterfaceName: "STRING_VALUE",
153
157
  * // },
154
158
  * // BridgeArn: "STRING_VALUE",
155
- * // BridgePorts: [ // __listOf__integer
159
+ * // BridgePorts: [ // __listOfInteger
156
160
  * // Number("int"),
157
161
  * // ],
158
162
  * // OutputStatus: "ENABLED" || "DISABLED",
@@ -168,22 +172,28 @@ declare const UpdateFlowOutputCommand_base: {
168
172
  * @see {@link MediaConnectClientResolvedConfig | config} for MediaConnectClient's `config` shape.
169
173
  *
170
174
  * @throws {@link BadRequestException} (client fault)
171
- * Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
175
+ * <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.
176
+ * </p>
172
177
  *
173
178
  * @throws {@link ForbiddenException} (client fault)
174
- * Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
179
+ * <p>You do not have sufficient access to perform this action.
180
+ * </p>
175
181
  *
176
182
  * @throws {@link InternalServerErrorException} (server fault)
177
- * Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
183
+ * <p>The server encountered an internal error and is unable to complete the request.
184
+ * </p>
178
185
  *
179
186
  * @throws {@link NotFoundException} (client fault)
180
- * Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
187
+ * <p>One or more of the resources in the request does not exist in the system.
188
+ * </p>
181
189
  *
182
190
  * @throws {@link ServiceUnavailableException} (server fault)
183
- * Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
191
+ * <p>The service is currently unavailable or busy.
192
+ * </p>
184
193
  *
185
194
  * @throws {@link TooManyRequestsException} (client fault)
186
- * Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
195
+ * <p>The request was denied due to request throttling.
196
+ * </p>
187
197
  *
188
198
  * @throws {@link MediaConnectServiceException}
189
199
  * <p>Base exception class for all service exceptions from MediaConnect service.</p>
@@ -27,7 +27,7 @@ declare const UpdateFlowSourceCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * Updates the source of a flow.
30
+ * <p> Updates the source of 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
@@ -68,7 +68,7 @@ declare const UpdateFlowSourceCommand_base: {
68
68
  * },
69
69
  * ],
70
70
  * MinLatency: Number("int"),
71
- * Protocol: "zixi-push" || "rtp-fec" || "rtp" || "zixi-pull" || "rist" || "st2110-jpegxs" || "cdi" || "srt-listener" || "srt-caller" || "fujitsu-qos" || "udp",
71
+ * Protocol: "zixi-push" || "rtp-fec" || "rtp" || "zixi-pull" || "rist" || "st2110-jpegxs" || "cdi" || "srt-listener" || "srt-caller" || "fujitsu-qos" || "udp" || "ndi-speed-hq",
72
72
  * SenderControlPort: Number("int"),
73
73
  * SenderIpAddress: "STRING_VALUE",
74
74
  * SourceArn: "STRING_VALUE", // required
@@ -125,14 +125,14 @@ declare const UpdateFlowSourceCommand_base: {
125
125
  * // SenderIpAddress: "STRING_VALUE",
126
126
  * // SourceArn: "STRING_VALUE", // required
127
127
  * // Transport: { // Transport
128
- * // CidrAllowList: [ // __listOf__string
128
+ * // CidrAllowList: [ // __listOfString
129
129
  * // "STRING_VALUE",
130
130
  * // ],
131
131
  * // MaxBitrate: Number("int"),
132
132
  * // MaxLatency: Number("int"),
133
133
  * // MaxSyncBuffer: Number("int"),
134
134
  * // MinLatency: Number("int"),
135
- * // Protocol: "zixi-push" || "rtp-fec" || "rtp" || "zixi-pull" || "rist" || "st2110-jpegxs" || "cdi" || "srt-listener" || "srt-caller" || "fujitsu-qos" || "udp", // required
135
+ * // Protocol: "zixi-push" || "rtp-fec" || "rtp" || "zixi-pull" || "rist" || "st2110-jpegxs" || "cdi" || "srt-listener" || "srt-caller" || "fujitsu-qos" || "udp" || "ndi-speed-hq", // required
136
136
  * // RemoteId: "STRING_VALUE",
137
137
  * // SenderControlPort: Number("int"),
138
138
  * // SenderIpAddress: "STRING_VALUE",
@@ -140,6 +140,8 @@ declare const UpdateFlowSourceCommand_base: {
140
140
  * // SourceListenerAddress: "STRING_VALUE",
141
141
  * // SourceListenerPort: Number("int"),
142
142
  * // StreamId: "STRING_VALUE",
143
+ * // NdiSpeedHqQuality: Number("int"),
144
+ * // NdiProgramName: "STRING_VALUE",
143
145
  * // },
144
146
  * // VpcInterfaceName: "STRING_VALUE",
145
147
  * // WhitelistCidr: "STRING_VALUE",
@@ -161,22 +163,28 @@ declare const UpdateFlowSourceCommand_base: {
161
163
  * @see {@link MediaConnectClientResolvedConfig | config} for MediaConnectClient's `config` shape.
162
164
  *
163
165
  * @throws {@link BadRequestException} (client fault)
164
- * Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
166
+ * <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.
167
+ * </p>
165
168
  *
166
169
  * @throws {@link ForbiddenException} (client fault)
167
- * Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
170
+ * <p>You do not have sufficient access to perform this action.
171
+ * </p>
168
172
  *
169
173
  * @throws {@link InternalServerErrorException} (server fault)
170
- * Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
174
+ * <p>The server encountered an internal error and is unable to complete the request.
175
+ * </p>
171
176
  *
172
177
  * @throws {@link NotFoundException} (client fault)
173
- * Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
178
+ * <p>One or more of the resources in the request does not exist in the system.
179
+ * </p>
174
180
  *
175
181
  * @throws {@link ServiceUnavailableException} (server fault)
176
- * Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
182
+ * <p>The service is currently unavailable or busy.
183
+ * </p>
177
184
  *
178
185
  * @throws {@link TooManyRequestsException} (client fault)
179
- * Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
186
+ * <p>The request was denied due to request throttling.
187
+ * </p>
180
188
  *
181
189
  * @throws {@link MediaConnectServiceException}
182
190
  * <p>Base exception class for all service exceptions from MediaConnect service.</p>
@@ -27,7 +27,8 @@ declare const UpdateGatewayInstanceCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * Updates the configuration of an existing Gateway Instance.
30
+ * <p>Updates an existing gateway instance.
31
+ * </p>
31
32
  * @example
32
33
  * Use a bare-bones client and the command you need to make an API call.
33
34
  * ```javascript
@@ -54,25 +55,32 @@ declare const UpdateGatewayInstanceCommand_base: {
54
55
  * @see {@link MediaConnectClientResolvedConfig | config} for MediaConnectClient's `config` shape.
55
56
  *
56
57
  * @throws {@link BadRequestException} (client fault)
57
- * Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
58
+ * <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.
59
+ * </p>
58
60
  *
59
61
  * @throws {@link ConflictException} (client fault)
60
- * Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
62
+ * <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.
63
+ * </p>
61
64
  *
62
65
  * @throws {@link ForbiddenException} (client fault)
63
- * Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
66
+ * <p>You do not have sufficient access to perform this action.
67
+ * </p>
64
68
  *
65
69
  * @throws {@link InternalServerErrorException} (server fault)
66
- * Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
70
+ * <p>The server encountered an internal error and is unable to complete the request.
71
+ * </p>
67
72
  *
68
73
  * @throws {@link NotFoundException} (client fault)
69
- * Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
74
+ * <p>One or more of the resources in the request does not exist in the system.
75
+ * </p>
70
76
  *
71
77
  * @throws {@link ServiceUnavailableException} (server fault)
72
- * Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
78
+ * <p>The service is currently unavailable or busy.
79
+ * </p>
73
80
  *
74
81
  * @throws {@link TooManyRequestsException} (client fault)
75
- * Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
82
+ * <p>The request was denied due to request throttling.
83
+ * </p>
76
84
  *
77
85
  * @throws {@link MediaConnectServiceException}
78
86
  * <p>Base exception class for all service exceptions from MediaConnect service.</p>
@@ -1,5 +1,30 @@
1
1
  /**
2
- * API for AWS Elemental MediaConnect
2
+ * <p>Welcome to the Elemental MediaConnect API reference. </p>
3
+ * <p>MediaConnect is a service that lets you ingest live video content into the cloud
4
+ * 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
5
+ * for each of the actions and data types that are supported by MediaConnect. </p>
6
+ * <p>Use the following links to get started with the MediaConnect API:</p>
7
+ * <ul>
8
+ * <li>
9
+ * <p>
10
+ * <a href="https://docs.aws.amazon.com/mediaconnect/latest/api/API_Operations.html">Actions</a>: An
11
+ * alphabetical list of all MediaConnect API operations.</p>
12
+ * </li>
13
+ * <li>
14
+ * <p>
15
+ * <a href="https://docs.aws.amazon.com/mediaconnect/latest/api/API_Types.html">Data types</a>: An
16
+ * alphabetical list of all MediaConnect data types.</p>
17
+ * </li>
18
+ * <li>
19
+ * <p>
20
+ * <a href="https://docs.aws.amazon.com/mediaconnect/latest/api/CommonParameters.html">Common
21
+ * parameters</a>: Parameters that all operations can use.</p>
22
+ * </li>
23
+ * <li>
24
+ * <p>
25
+ * <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>
26
+ * </li>
27
+ * </ul>
3
28
  *
4
29
  * @packageDocumentation
5
30
  */