@aws-sdk/client-mediaconnect 3.823.0 → 3.825.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 (61) hide show
  1. package/README.md +1 -26
  2. package/dist-cjs/index.js +2 -0
  3. package/dist-es/protocols/Aws_restJson1.js +2 -0
  4. package/dist-types/MediaConnect.d.ts +1 -26
  5. package/dist-types/MediaConnectClient.d.ts +1 -26
  6. package/dist-types/commands/AddBridgeOutputsCommand.d.ts +7 -14
  7. package/dist-types/commands/AddBridgeSourcesCommand.d.ts +7 -14
  8. package/dist-types/commands/AddFlowMediaStreamsCommand.d.ts +6 -12
  9. package/dist-types/commands/AddFlowOutputsCommand.d.ts +8 -14
  10. package/dist-types/commands/AddFlowSourcesCommand.d.ts +7 -12
  11. package/dist-types/commands/AddFlowVpcInterfacesCommand.d.ts +6 -12
  12. package/dist-types/commands/CreateBridgeCommand.d.ts +7 -14
  13. package/dist-types/commands/CreateFlowCommand.d.ts +9 -12
  14. package/dist-types/commands/CreateGatewayCommand.d.ts +7 -14
  15. package/dist-types/commands/DeleteBridgeCommand.d.ts +7 -14
  16. package/dist-types/commands/DeleteFlowCommand.d.ts +6 -12
  17. package/dist-types/commands/DeleteGatewayCommand.d.ts +7 -14
  18. package/dist-types/commands/DeregisterGatewayInstanceCommand.d.ts +7 -14
  19. package/dist-types/commands/DescribeBridgeCommand.d.ts +7 -14
  20. package/dist-types/commands/DescribeFlowCommand.d.ts +10 -15
  21. package/dist-types/commands/DescribeFlowSourceMetadataCommand.d.ts +7 -15
  22. package/dist-types/commands/DescribeFlowSourceThumbnailCommand.d.ts +7 -15
  23. package/dist-types/commands/DescribeGatewayCommand.d.ts +8 -16
  24. package/dist-types/commands/DescribeGatewayInstanceCommand.d.ts +8 -17
  25. package/dist-types/commands/DescribeOfferingCommand.d.ts +5 -10
  26. package/dist-types/commands/DescribeReservationCommand.d.ts +5 -10
  27. package/dist-types/commands/GrantFlowEntitlementsCommand.d.ts +7 -14
  28. package/dist-types/commands/ListBridgesCommand.d.ts +6 -12
  29. package/dist-types/commands/ListEntitlementsCommand.d.ts +4 -8
  30. package/dist-types/commands/ListFlowsCommand.d.ts +4 -8
  31. package/dist-types/commands/ListGatewayInstancesCommand.d.ts +5 -10
  32. package/dist-types/commands/ListGatewaysCommand.d.ts +5 -10
  33. package/dist-types/commands/ListOfferingsCommand.d.ts +4 -8
  34. package/dist-types/commands/ListReservationsCommand.d.ts +4 -8
  35. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -6
  36. package/dist-types/commands/PurchaseOfferingCommand.d.ts +6 -12
  37. package/dist-types/commands/RemoveBridgeOutputCommand.d.ts +7 -14
  38. package/dist-types/commands/RemoveBridgeSourceCommand.d.ts +7 -14
  39. package/dist-types/commands/RemoveFlowMediaStreamCommand.d.ts +6 -12
  40. package/dist-types/commands/RemoveFlowOutputCommand.d.ts +6 -12
  41. package/dist-types/commands/RemoveFlowSourceCommand.d.ts +7 -14
  42. package/dist-types/commands/RemoveFlowVpcInterfaceCommand.d.ts +6 -12
  43. package/dist-types/commands/RevokeFlowEntitlementCommand.d.ts +6 -12
  44. package/dist-types/commands/StartFlowCommand.d.ts +6 -12
  45. package/dist-types/commands/StopFlowCommand.d.ts +6 -12
  46. package/dist-types/commands/TagResourceCommand.d.ts +4 -10
  47. package/dist-types/commands/UntagResourceCommand.d.ts +3 -6
  48. package/dist-types/commands/UpdateBridgeCommand.d.ts +7 -14
  49. package/dist-types/commands/UpdateBridgeOutputCommand.d.ts +7 -14
  50. package/dist-types/commands/UpdateBridgeSourceCommand.d.ts +7 -14
  51. package/dist-types/commands/UpdateBridgeStateCommand.d.ts +7 -14
  52. package/dist-types/commands/UpdateFlowCommand.d.ts +9 -12
  53. package/dist-types/commands/UpdateFlowEntitlementCommand.d.ts +6 -12
  54. package/dist-types/commands/UpdateFlowMediaStreamCommand.d.ts +6 -12
  55. package/dist-types/commands/UpdateFlowOutputCommand.d.ts +7 -12
  56. package/dist-types/commands/UpdateFlowSourceCommand.d.ts +7 -12
  57. package/dist-types/commands/UpdateGatewayInstanceCommand.d.ts +8 -16
  58. package/dist-types/index.d.ts +1 -26
  59. package/dist-types/models/models_0.d.ts +275 -754
  60. package/dist-types/ts3.4/models/models_0.d.ts +2 -0
  61. package/package.json +11 -11
@@ -88,32 +88,25 @@ declare const UpdateBridgeSourceCommand_base: {
88
88
  * @see {@link MediaConnectClientResolvedConfig | config} for MediaConnectClient's `config` shape.
89
89
  *
90
90
  * @throws {@link BadRequestException} (client fault)
91
- * <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.
92
- * </p>
91
+ * <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. </p>
93
92
  *
94
93
  * @throws {@link ConflictException} (client fault)
95
- * <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.
96
- * </p>
94
+ * <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. </p>
97
95
  *
98
96
  * @throws {@link ForbiddenException} (client fault)
99
- * <p>You do not have sufficient access to perform this action.
100
- * </p>
97
+ * <p>You do not have sufficient access to perform this action. </p>
101
98
  *
102
99
  * @throws {@link InternalServerErrorException} (server fault)
103
- * <p>The server encountered an internal error and is unable to complete the request.
104
- * </p>
100
+ * <p>The server encountered an internal error and is unable to complete the request. </p>
105
101
  *
106
102
  * @throws {@link NotFoundException} (client fault)
107
- * <p>One or more of the resources in the request does not exist in the system.
108
- * </p>
103
+ * <p>One or more of the resources in the request does not exist in the system. </p>
109
104
  *
110
105
  * @throws {@link ServiceUnavailableException} (server fault)
111
- * <p>The service is currently unavailable or busy.
112
- * </p>
106
+ * <p>The service is currently unavailable or busy. </p>
113
107
  *
114
108
  * @throws {@link TooManyRequestsException} (client fault)
115
- * <p>The request was denied due to request throttling.
116
- * </p>
109
+ * <p>The request was denied due to request throttling. </p>
117
110
  *
118
111
  * @throws {@link MediaConnectServiceException}
119
112
  * <p>Base exception class for all service exceptions from MediaConnect service.</p>
@@ -54,32 +54,25 @@ declare const UpdateBridgeStateCommand_base: {
54
54
  * @see {@link MediaConnectClientResolvedConfig | config} for MediaConnectClient's `config` shape.
55
55
  *
56
56
  * @throws {@link BadRequestException} (client fault)
57
- * <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.
58
- * </p>
57
+ * <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. </p>
59
58
  *
60
59
  * @throws {@link ConflictException} (client fault)
61
- * <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.
62
- * </p>
60
+ * <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. </p>
63
61
  *
64
62
  * @throws {@link ForbiddenException} (client fault)
65
- * <p>You do not have sufficient access to perform this action.
66
- * </p>
63
+ * <p>You do not have sufficient access to perform this action. </p>
67
64
  *
68
65
  * @throws {@link InternalServerErrorException} (server fault)
69
- * <p>The server encountered an internal error and is unable to complete the request.
70
- * </p>
66
+ * <p>The server encountered an internal error and is unable to complete the request. </p>
71
67
  *
72
68
  * @throws {@link NotFoundException} (client fault)
73
- * <p>One or more of the resources in the request does not exist in the system.
74
- * </p>
69
+ * <p>One or more of the resources in the request does not exist in the system. </p>
75
70
  *
76
71
  * @throws {@link ServiceUnavailableException} (server fault)
77
- * <p>The service is currently unavailable or busy.
78
- * </p>
72
+ * <p>The service is currently unavailable or busy. </p>
79
73
  *
80
74
  * @throws {@link TooManyRequestsException} (client fault)
81
- * <p>The request was denied due to request throttling.
82
- * </p>
75
+ * <p>The request was denied due to request throttling. </p>
83
76
  *
84
77
  * @throws {@link MediaConnectServiceException}
85
78
  * <p>Base exception class for all service exceptions from MediaConnect service.</p>
@@ -209,6 +209,7 @@ declare const UpdateFlowCommand_base: {
209
209
  * // Number("int"),
210
210
  * // ],
211
211
  * // OutputStatus: "ENABLED" || "DISABLED",
212
+ * // PeerIpAddress: "STRING_VALUE",
212
213
  * // },
213
214
  * // ],
214
215
  * // Source: { // Source
@@ -274,6 +275,7 @@ declare const UpdateFlowCommand_base: {
274
275
  * // VpcInterfaceName: "STRING_VALUE",
275
276
  * // },
276
277
  * // },
278
+ * // PeerIpAddress: "STRING_VALUE",
277
279
  * // },
278
280
  * // SourceFailoverConfig: { // FailoverConfig
279
281
  * // FailoverMode: "MERGE" || "FAILOVER",
@@ -347,6 +349,7 @@ declare const UpdateFlowCommand_base: {
347
349
  * // VpcInterfaceName: "STRING_VALUE",
348
350
  * // },
349
351
  * // },
352
+ * // PeerIpAddress: "STRING_VALUE",
350
353
  * // },
351
354
  * // ],
352
355
  * // Status: "STANDBY" || "ACTIVE" || "UPDATING" || "DELETING" || "STARTING" || "STOPPING" || "ERROR", // required
@@ -416,28 +419,22 @@ declare const UpdateFlowCommand_base: {
416
419
  * @see {@link MediaConnectClientResolvedConfig | config} for MediaConnectClient's `config` shape.
417
420
  *
418
421
  * @throws {@link BadRequestException} (client fault)
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>
422
+ * <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. </p>
421
423
  *
422
424
  * @throws {@link ForbiddenException} (client fault)
423
- * <p>You do not have sufficient access to perform this action.
424
- * </p>
425
+ * <p>You do not have sufficient access to perform this action. </p>
425
426
  *
426
427
  * @throws {@link InternalServerErrorException} (server fault)
427
- * <p>The server encountered an internal error and is unable to complete the request.
428
- * </p>
428
+ * <p>The server encountered an internal error and is unable to complete the request. </p>
429
429
  *
430
430
  * @throws {@link NotFoundException} (client fault)
431
- * <p>One or more of the resources in the request does not exist in the system.
432
- * </p>
431
+ * <p>One or more of the resources in the request does not exist in the system. </p>
433
432
  *
434
433
  * @throws {@link ServiceUnavailableException} (server fault)
435
- * <p>The service is currently unavailable or busy.
436
- * </p>
434
+ * <p>The service is currently unavailable or busy. </p>
437
435
  *
438
436
  * @throws {@link TooManyRequestsException} (client fault)
439
- * <p>The request was denied due to request throttling.
440
- * </p>
437
+ * <p>The request was denied due to request throttling. </p>
441
438
  *
442
439
  * @throws {@link MediaConnectServiceException}
443
440
  * <p>Base exception class for all service exceptions from MediaConnect service.</p>
@@ -90,28 +90,22 @@ 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
- * <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>
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. </p>
95
94
  *
96
95
  * @throws {@link ForbiddenException} (client fault)
97
- * <p>You do not have sufficient access to perform this action.
98
- * </p>
96
+ * <p>You do not have sufficient access to perform this action. </p>
99
97
  *
100
98
  * @throws {@link InternalServerErrorException} (server fault)
101
- * <p>The server encountered an internal error and is unable to complete the request.
102
- * </p>
99
+ * <p>The server encountered an internal error and is unable to complete the request. </p>
103
100
  *
104
101
  * @throws {@link NotFoundException} (client fault)
105
- * <p>One or more of the resources in the request does not exist in the system.
106
- * </p>
102
+ * <p>One or more of the resources in the request does not exist in the system. </p>
107
103
  *
108
104
  * @throws {@link ServiceUnavailableException} (server fault)
109
- * <p>The service is currently unavailable or busy.
110
- * </p>
105
+ * <p>The service is currently unavailable or busy. </p>
111
106
  *
112
107
  * @throws {@link TooManyRequestsException} (client fault)
113
- * <p>The request was denied due to request throttling.
114
- * </p>
108
+ * <p>The request was denied due to request throttling. </p>
115
109
  *
116
110
  * @throws {@link MediaConnectServiceException}
117
111
  * <p>Base exception class for all service exceptions from MediaConnect service.</p>
@@ -90,28 +90,22 @@ 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
- * <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>
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. </p>
95
94
  *
96
95
  * @throws {@link ForbiddenException} (client fault)
97
- * <p>You do not have sufficient access to perform this action.
98
- * </p>
96
+ * <p>You do not have sufficient access to perform this action. </p>
99
97
  *
100
98
  * @throws {@link InternalServerErrorException} (server fault)
101
- * <p>The server encountered an internal error and is unable to complete the request.
102
- * </p>
99
+ * <p>The server encountered an internal error and is unable to complete the request. </p>
103
100
  *
104
101
  * @throws {@link NotFoundException} (client fault)
105
- * <p>One or more of the resources in the request does not exist in the system.
106
- * </p>
102
+ * <p>One or more of the resources in the request does not exist in the system. </p>
107
103
  *
108
104
  * @throws {@link ServiceUnavailableException} (server fault)
109
- * <p>The service is currently unavailable or busy.
110
- * </p>
105
+ * <p>The service is currently unavailable or busy. </p>
111
106
  *
112
107
  * @throws {@link TooManyRequestsException} (client fault)
113
- * <p>The request was denied due to request throttling.
114
- * </p>
108
+ * <p>The request was denied due to request throttling. </p>
115
109
  *
116
110
  * @throws {@link MediaConnectServiceException}
117
111
  * <p>Base exception class for all service exceptions from MediaConnect service.</p>
@@ -160,6 +160,7 @@ declare const UpdateFlowOutputCommand_base: {
160
160
  * // Number("int"),
161
161
  * // ],
162
162
  * // OutputStatus: "ENABLED" || "DISABLED",
163
+ * // PeerIpAddress: "STRING_VALUE",
163
164
  * // },
164
165
  * // };
165
166
  *
@@ -172,28 +173,22 @@ declare const UpdateFlowOutputCommand_base: {
172
173
  * @see {@link MediaConnectClientResolvedConfig | config} for MediaConnectClient's `config` shape.
173
174
  *
174
175
  * @throws {@link BadRequestException} (client fault)
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>
176
+ * <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. </p>
177
177
  *
178
178
  * @throws {@link ForbiddenException} (client fault)
179
- * <p>You do not have sufficient access to perform this action.
180
- * </p>
179
+ * <p>You do not have sufficient access to perform this action. </p>
181
180
  *
182
181
  * @throws {@link InternalServerErrorException} (server fault)
183
- * <p>The server encountered an internal error and is unable to complete the request.
184
- * </p>
182
+ * <p>The server encountered an internal error and is unable to complete the request. </p>
185
183
  *
186
184
  * @throws {@link NotFoundException} (client fault)
187
- * <p>One or more of the resources in the request does not exist in the system.
188
- * </p>
185
+ * <p>One or more of the resources in the request does not exist in the system. </p>
189
186
  *
190
187
  * @throws {@link ServiceUnavailableException} (server fault)
191
- * <p>The service is currently unavailable or busy.
192
- * </p>
188
+ * <p>The service is currently unavailable or busy. </p>
193
189
  *
194
190
  * @throws {@link TooManyRequestsException} (client fault)
195
- * <p>The request was denied due to request throttling.
196
- * </p>
191
+ * <p>The request was denied due to request throttling. </p>
197
192
  *
198
193
  * @throws {@link MediaConnectServiceException}
199
194
  * <p>Base exception class for all service exceptions from MediaConnect service.</p>
@@ -151,6 +151,7 @@ declare const UpdateFlowSourceCommand_base: {
151
151
  * // VpcInterfaceName: "STRING_VALUE",
152
152
  * // },
153
153
  * // },
154
+ * // PeerIpAddress: "STRING_VALUE",
154
155
  * // },
155
156
  * // };
156
157
  *
@@ -163,28 +164,22 @@ declare const UpdateFlowSourceCommand_base: {
163
164
  * @see {@link MediaConnectClientResolvedConfig | config} for MediaConnectClient's `config` shape.
164
165
  *
165
166
  * @throws {@link BadRequestException} (client fault)
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>
167
+ * <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. </p>
168
168
  *
169
169
  * @throws {@link ForbiddenException} (client fault)
170
- * <p>You do not have sufficient access to perform this action.
171
- * </p>
170
+ * <p>You do not have sufficient access to perform this action. </p>
172
171
  *
173
172
  * @throws {@link InternalServerErrorException} (server fault)
174
- * <p>The server encountered an internal error and is unable to complete the request.
175
- * </p>
173
+ * <p>The server encountered an internal error and is unable to complete the request. </p>
176
174
  *
177
175
  * @throws {@link NotFoundException} (client fault)
178
- * <p>One or more of the resources in the request does not exist in the system.
179
- * </p>
176
+ * <p>One or more of the resources in the request does not exist in the system. </p>
180
177
  *
181
178
  * @throws {@link ServiceUnavailableException} (server fault)
182
- * <p>The service is currently unavailable or busy.
183
- * </p>
179
+ * <p>The service is currently unavailable or busy. </p>
184
180
  *
185
181
  * @throws {@link TooManyRequestsException} (client fault)
186
- * <p>The request was denied due to request throttling.
187
- * </p>
182
+ * <p>The request was denied due to request throttling. </p>
188
183
  *
189
184
  * @throws {@link MediaConnectServiceException}
190
185
  * <p>Base exception class for all service exceptions from MediaConnect service.</p>
@@ -27,8 +27,7 @@ declare const UpdateGatewayInstanceCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Updates an existing gateway instance.
31
- * </p>
30
+ * <p>Updates an existing gateway instance. </p>
32
31
  * @example
33
32
  * Use a bare-bones client and the command you need to make an API call.
34
33
  * ```javascript
@@ -55,32 +54,25 @@ declare const UpdateGatewayInstanceCommand_base: {
55
54
  * @see {@link MediaConnectClientResolvedConfig | config} for MediaConnectClient's `config` shape.
56
55
  *
57
56
  * @throws {@link BadRequestException} (client fault)
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>
57
+ * <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. </p>
60
58
  *
61
59
  * @throws {@link ConflictException} (client fault)
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>
60
+ * <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. </p>
64
61
  *
65
62
  * @throws {@link ForbiddenException} (client fault)
66
- * <p>You do not have sufficient access to perform this action.
67
- * </p>
63
+ * <p>You do not have sufficient access to perform this action. </p>
68
64
  *
69
65
  * @throws {@link InternalServerErrorException} (server fault)
70
- * <p>The server encountered an internal error and is unable to complete the request.
71
- * </p>
66
+ * <p>The server encountered an internal error and is unable to complete the request. </p>
72
67
  *
73
68
  * @throws {@link NotFoundException} (client fault)
74
- * <p>One or more of the resources in the request does not exist in the system.
75
- * </p>
69
+ * <p>One or more of the resources in the request does not exist in the system. </p>
76
70
  *
77
71
  * @throws {@link ServiceUnavailableException} (server fault)
78
- * <p>The service is currently unavailable or busy.
79
- * </p>
72
+ * <p>The service is currently unavailable or busy. </p>
80
73
  *
81
74
  * @throws {@link TooManyRequestsException} (client fault)
82
- * <p>The request was denied due to request throttling.
83
- * </p>
75
+ * <p>The request was denied due to request throttling. </p>
84
76
  *
85
77
  * @throws {@link MediaConnectServiceException}
86
78
  * <p>Base exception class for all service exceptions from MediaConnect service.</p>
@@ -1,30 +1,5 @@
1
1
  /**
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>
2
+ * <p>Welcome to the Elemental MediaConnect API reference. </p> <p>MediaConnect is a service that lets you ingest live video content into the cloud 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 for each of the actions and data types that are supported by MediaConnect. </p> <p>Use the following links to get started with the MediaConnect API:</p> <ul> <li> <p> <a href="https://docs.aws.amazon.com/mediaconnect/latest/api/API_Operations.html">Actions</a>: An alphabetical list of all MediaConnect API operations.</p> </li> <li> <p> <a href="https://docs.aws.amazon.com/mediaconnect/latest/api/API_Types.html">Data types</a>: An alphabetical list of all MediaConnect data types.</p> </li> <li> <p> <a href="https://docs.aws.amazon.com/mediaconnect/latest/api/CommonParameters.html">Common parameters</a>: Parameters that all operations can use.</p> </li> <li> <p> <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> </li> </ul>
28
3
  *
29
4
  * @packageDocumentation
30
5
  */