/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either * express or implied. See the License for the specific language governing * permissions and limitations under the License. */ /* * Do not modify this file. This file is generated from the mediaconnect-2018-11-14.normal.json service model. */ using System; using System.Collections.Generic; using Amazon.Runtime; using Amazon.MediaConnect.Model; namespace Amazon.MediaConnect { /// /// Interface for accessing MediaConnect /// /// API for AWS Elemental MediaConnect /// public partial interface IAmazonMediaConnect : IAmazonService, IDisposable { #if BCL45 || AWS_ASYNC_ENUMERABLES_API /// /// Paginators for the service /// IMediaConnectPaginatorFactory Paginators { get; } #endif #region AddBridgeOutputs /// /// Adds outputs to an existing bridge. /// /// Container for the necessary parameters to execute the AddBridgeOutputs service method. /// /// The response from the AddBridgeOutputs service method, as returned by MediaConnect. /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// REST API Reference for AddBridgeOutputs Operation AddBridgeOutputsResponse AddBridgeOutputs(AddBridgeOutputsRequest request); /// /// Initiates the asynchronous execution of the AddBridgeOutputs operation. /// /// /// Container for the necessary parameters to execute the AddBridgeOutputs operation on AmazonMediaConnectClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndAddBridgeOutputs /// operation. /// REST API Reference for AddBridgeOutputs Operation IAsyncResult BeginAddBridgeOutputs(AddBridgeOutputsRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the AddBridgeOutputs operation. /// /// /// The IAsyncResult returned by the call to BeginAddBridgeOutputs. /// /// Returns a AddBridgeOutputsResult from MediaConnect. /// REST API Reference for AddBridgeOutputs Operation AddBridgeOutputsResponse EndAddBridgeOutputs(IAsyncResult asyncResult); #endregion #region AddBridgeSources /// /// Adds sources to an existing bridge. /// /// Container for the necessary parameters to execute the AddBridgeSources service method. /// /// The response from the AddBridgeSources service method, as returned by MediaConnect. /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// REST API Reference for AddBridgeSources Operation AddBridgeSourcesResponse AddBridgeSources(AddBridgeSourcesRequest request); /// /// Initiates the asynchronous execution of the AddBridgeSources operation. /// /// /// Container for the necessary parameters to execute the AddBridgeSources operation on AmazonMediaConnectClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndAddBridgeSources /// operation. /// REST API Reference for AddBridgeSources Operation IAsyncResult BeginAddBridgeSources(AddBridgeSourcesRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the AddBridgeSources operation. /// /// /// The IAsyncResult returned by the call to BeginAddBridgeSources. /// /// Returns a AddBridgeSourcesResult from MediaConnect. /// REST API Reference for AddBridgeSources Operation AddBridgeSourcesResponse EndAddBridgeSources(IAsyncResult asyncResult); #endregion #region AddFlowMediaStreams /// /// 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. /// /// Container for the necessary parameters to execute the AddFlowMediaStreams service method. /// /// The response from the AddFlowMediaStreams service method, as returned by MediaConnect. /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// REST API Reference for AddFlowMediaStreams Operation AddFlowMediaStreamsResponse AddFlowMediaStreams(AddFlowMediaStreamsRequest request); /// /// Initiates the asynchronous execution of the AddFlowMediaStreams operation. /// /// /// Container for the necessary parameters to execute the AddFlowMediaStreams operation on AmazonMediaConnectClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndAddFlowMediaStreams /// operation. /// REST API Reference for AddFlowMediaStreams Operation IAsyncResult BeginAddFlowMediaStreams(AddFlowMediaStreamsRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the AddFlowMediaStreams operation. /// /// /// The IAsyncResult returned by the call to BeginAddFlowMediaStreams. /// /// Returns a AddFlowMediaStreamsResult from MediaConnect. /// REST API Reference for AddFlowMediaStreams Operation AddFlowMediaStreamsResponse EndAddFlowMediaStreams(IAsyncResult asyncResult); #endregion #region AddFlowOutputs /// /// Adds outputs to an existing flow. You can create up to 50 outputs per flow. /// /// Container for the necessary parameters to execute the AddFlowOutputs service method. /// /// The response from the AddFlowOutputs service method, as returned by MediaConnect. /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// REST API Reference for AddFlowOutputs Operation AddFlowOutputsResponse AddFlowOutputs(AddFlowOutputsRequest request); /// /// Initiates the asynchronous execution of the AddFlowOutputs operation. /// /// /// Container for the necessary parameters to execute the AddFlowOutputs operation on AmazonMediaConnectClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndAddFlowOutputs /// operation. /// REST API Reference for AddFlowOutputs Operation IAsyncResult BeginAddFlowOutputs(AddFlowOutputsRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the AddFlowOutputs operation. /// /// /// The IAsyncResult returned by the call to BeginAddFlowOutputs. /// /// Returns a AddFlowOutputsResult from MediaConnect. /// REST API Reference for AddFlowOutputs Operation AddFlowOutputsResponse EndAddFlowOutputs(IAsyncResult asyncResult); #endregion #region AddFlowSources /// /// Adds Sources to flow /// /// Container for the necessary parameters to execute the AddFlowSources service method. /// /// The response from the AddFlowSources service method, as returned by MediaConnect. /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// REST API Reference for AddFlowSources Operation AddFlowSourcesResponse AddFlowSources(AddFlowSourcesRequest request); /// /// Initiates the asynchronous execution of the AddFlowSources operation. /// /// /// Container for the necessary parameters to execute the AddFlowSources operation on AmazonMediaConnectClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndAddFlowSources /// operation. /// REST API Reference for AddFlowSources Operation IAsyncResult BeginAddFlowSources(AddFlowSourcesRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the AddFlowSources operation. /// /// /// The IAsyncResult returned by the call to BeginAddFlowSources. /// /// Returns a AddFlowSourcesResult from MediaConnect. /// REST API Reference for AddFlowSources Operation AddFlowSourcesResponse EndAddFlowSources(IAsyncResult asyncResult); #endregion #region AddFlowVpcInterfaces /// /// Adds VPC interfaces to flow /// /// Container for the necessary parameters to execute the AddFlowVpcInterfaces service method. /// /// The response from the AddFlowVpcInterfaces service method, as returned by MediaConnect. /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// REST API Reference for AddFlowVpcInterfaces Operation AddFlowVpcInterfacesResponse AddFlowVpcInterfaces(AddFlowVpcInterfacesRequest request); /// /// Initiates the asynchronous execution of the AddFlowVpcInterfaces operation. /// /// /// Container for the necessary parameters to execute the AddFlowVpcInterfaces operation on AmazonMediaConnectClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndAddFlowVpcInterfaces /// operation. /// REST API Reference for AddFlowVpcInterfaces Operation IAsyncResult BeginAddFlowVpcInterfaces(AddFlowVpcInterfacesRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the AddFlowVpcInterfaces operation. /// /// /// The IAsyncResult returned by the call to BeginAddFlowVpcInterfaces. /// /// Returns a AddFlowVpcInterfacesResult from MediaConnect. /// REST API Reference for AddFlowVpcInterfaces Operation AddFlowVpcInterfacesResponse EndAddFlowVpcInterfaces(IAsyncResult asyncResult); #endregion #region CreateBridge /// /// Creates a new bridge. The request must include one source. /// /// Container for the necessary parameters to execute the CreateBridge service method. /// /// The response from the CreateBridge service method, as returned by MediaConnect. /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// REST API Reference for CreateBridge Operation CreateBridgeResponse CreateBridge(CreateBridgeRequest request); /// /// Initiates the asynchronous execution of the CreateBridge operation. /// /// /// Container for the necessary parameters to execute the CreateBridge operation on AmazonMediaConnectClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndCreateBridge /// operation. /// REST API Reference for CreateBridge Operation IAsyncResult BeginCreateBridge(CreateBridgeRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the CreateBridge operation. /// /// /// The IAsyncResult returned by the call to BeginCreateBridge. /// /// Returns a CreateBridgeResult from MediaConnect. /// REST API Reference for CreateBridge Operation CreateBridgeResponse EndCreateBridge(IAsyncResult asyncResult); #endregion #region CreateFlow /// /// Creates a new flow. The request must include one source. The request optionally can /// include outputs (up to 50) and entitlements (up to 50). /// /// Container for the necessary parameters to execute the CreateFlow service method. /// /// The response from the CreateFlow service method, as returned by MediaConnect. /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// REST API Reference for CreateFlow Operation CreateFlowResponse CreateFlow(CreateFlowRequest request); /// /// Initiates the asynchronous execution of the CreateFlow operation. /// /// /// Container for the necessary parameters to execute the CreateFlow operation on AmazonMediaConnectClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndCreateFlow /// operation. /// REST API Reference for CreateFlow Operation IAsyncResult BeginCreateFlow(CreateFlowRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the CreateFlow operation. /// /// /// The IAsyncResult returned by the call to BeginCreateFlow. /// /// Returns a CreateFlowResult from MediaConnect. /// REST API Reference for CreateFlow Operation CreateFlowResponse EndCreateFlow(IAsyncResult asyncResult); #endregion #region CreateGateway /// /// Creates a new gateway. The request must include at least one network (up to 4). /// /// Container for the necessary parameters to execute the CreateGateway service method. /// /// The response from the CreateGateway service method, as returned by MediaConnect. /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// REST API Reference for CreateGateway Operation CreateGatewayResponse CreateGateway(CreateGatewayRequest request); /// /// Initiates the asynchronous execution of the CreateGateway operation. /// /// /// Container for the necessary parameters to execute the CreateGateway operation on AmazonMediaConnectClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndCreateGateway /// operation. /// REST API Reference for CreateGateway Operation IAsyncResult BeginCreateGateway(CreateGatewayRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the CreateGateway operation. /// /// /// The IAsyncResult returned by the call to BeginCreateGateway. /// /// Returns a CreateGatewayResult from MediaConnect. /// REST API Reference for CreateGateway Operation CreateGatewayResponse EndCreateGateway(IAsyncResult asyncResult); #endregion #region DeleteBridge /// /// Deletes a bridge. Before you can delete a bridge, you must stop the bridge. /// /// Container for the necessary parameters to execute the DeleteBridge service method. /// /// The response from the DeleteBridge service method, as returned by MediaConnect. /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// REST API Reference for DeleteBridge Operation DeleteBridgeResponse DeleteBridge(DeleteBridgeRequest request); /// /// Initiates the asynchronous execution of the DeleteBridge operation. /// /// /// Container for the necessary parameters to execute the DeleteBridge operation on AmazonMediaConnectClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndDeleteBridge /// operation. /// REST API Reference for DeleteBridge Operation IAsyncResult BeginDeleteBridge(DeleteBridgeRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the DeleteBridge operation. /// /// /// The IAsyncResult returned by the call to BeginDeleteBridge. /// /// Returns a DeleteBridgeResult from MediaConnect. /// REST API Reference for DeleteBridge Operation DeleteBridgeResponse EndDeleteBridge(IAsyncResult asyncResult); #endregion #region DeleteFlow /// /// Deletes a flow. Before you can delete a flow, you must stop the flow. /// /// Container for the necessary parameters to execute the DeleteFlow service method. /// /// The response from the DeleteFlow service method, as returned by MediaConnect. /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// REST API Reference for DeleteFlow Operation DeleteFlowResponse DeleteFlow(DeleteFlowRequest request); /// /// Initiates the asynchronous execution of the DeleteFlow operation. /// /// /// Container for the necessary parameters to execute the DeleteFlow operation on AmazonMediaConnectClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndDeleteFlow /// operation. /// REST API Reference for DeleteFlow Operation IAsyncResult BeginDeleteFlow(DeleteFlowRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the DeleteFlow operation. /// /// /// The IAsyncResult returned by the call to BeginDeleteFlow. /// /// Returns a DeleteFlowResult from MediaConnect. /// REST API Reference for DeleteFlow Operation DeleteFlowResponse EndDeleteFlow(IAsyncResult asyncResult); #endregion #region DeleteGateway /// /// Deletes a gateway. Before you can delete a gateway, you must deregister its instances /// and delete its bridges. /// /// Container for the necessary parameters to execute the DeleteGateway service method. /// /// The response from the DeleteGateway service method, as returned by MediaConnect. /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// REST API Reference for DeleteGateway Operation DeleteGatewayResponse DeleteGateway(DeleteGatewayRequest request); /// /// Initiates the asynchronous execution of the DeleteGateway operation. /// /// /// Container for the necessary parameters to execute the DeleteGateway operation on AmazonMediaConnectClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndDeleteGateway /// operation. /// REST API Reference for DeleteGateway Operation IAsyncResult BeginDeleteGateway(DeleteGatewayRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the DeleteGateway operation. /// /// /// The IAsyncResult returned by the call to BeginDeleteGateway. /// /// Returns a DeleteGatewayResult from MediaConnect. /// REST API Reference for DeleteGateway Operation DeleteGatewayResponse EndDeleteGateway(IAsyncResult asyncResult); #endregion #region DeregisterGatewayInstance /// /// Deregisters an instance. Before you deregister an instance, all bridges running on /// the instance must be stopped. If you want to deregister an instance without stopping /// the bridges, you must use the --force option. /// /// Container for the necessary parameters to execute the DeregisterGatewayInstance service method. /// /// The response from the DeregisterGatewayInstance service method, as returned by MediaConnect. /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// REST API Reference for DeregisterGatewayInstance Operation DeregisterGatewayInstanceResponse DeregisterGatewayInstance(DeregisterGatewayInstanceRequest request); /// /// Initiates the asynchronous execution of the DeregisterGatewayInstance operation. /// /// /// Container for the necessary parameters to execute the DeregisterGatewayInstance operation on AmazonMediaConnectClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndDeregisterGatewayInstance /// operation. /// REST API Reference for DeregisterGatewayInstance Operation IAsyncResult BeginDeregisterGatewayInstance(DeregisterGatewayInstanceRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the DeregisterGatewayInstance operation. /// /// /// The IAsyncResult returned by the call to BeginDeregisterGatewayInstance. /// /// Returns a DeregisterGatewayInstanceResult from MediaConnect. /// REST API Reference for DeregisterGatewayInstance Operation DeregisterGatewayInstanceResponse EndDeregisterGatewayInstance(IAsyncResult asyncResult); #endregion #region DescribeBridge /// /// Displays the details of a bridge. /// /// Container for the necessary parameters to execute the DescribeBridge service method. /// /// The response from the DescribeBridge service method, as returned by MediaConnect. /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// REST API Reference for DescribeBridge Operation DescribeBridgeResponse DescribeBridge(DescribeBridgeRequest request); /// /// Initiates the asynchronous execution of the DescribeBridge operation. /// /// /// Container for the necessary parameters to execute the DescribeBridge operation on AmazonMediaConnectClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndDescribeBridge /// operation. /// REST API Reference for DescribeBridge Operation IAsyncResult BeginDescribeBridge(DescribeBridgeRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the DescribeBridge operation. /// /// /// The IAsyncResult returned by the call to BeginDescribeBridge. /// /// Returns a DescribeBridgeResult from MediaConnect. /// REST API Reference for DescribeBridge Operation DescribeBridgeResponse EndDescribeBridge(IAsyncResult asyncResult); #endregion #region DescribeFlow /// /// Displays the details of a flow. The response includes the flow ARN, name, and Availability /// Zone, as well as details about the source, outputs, and entitlements. /// /// Container for the necessary parameters to execute the DescribeFlow service method. /// /// The response from the DescribeFlow service method, as returned by MediaConnect. /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// REST API Reference for DescribeFlow Operation DescribeFlowResponse DescribeFlow(DescribeFlowRequest request); /// /// Initiates the asynchronous execution of the DescribeFlow operation. /// /// /// Container for the necessary parameters to execute the DescribeFlow operation on AmazonMediaConnectClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndDescribeFlow /// operation. /// REST API Reference for DescribeFlow Operation IAsyncResult BeginDescribeFlow(DescribeFlowRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the DescribeFlow operation. /// /// /// The IAsyncResult returned by the call to BeginDescribeFlow. /// /// Returns a DescribeFlowResult from MediaConnect. /// REST API Reference for DescribeFlow Operation DescribeFlowResponse EndDescribeFlow(IAsyncResult asyncResult); #endregion #region DescribeGateway /// /// Displays the details of a gateway. The response includes the gateway ARN, name, and /// CIDR blocks, as well as details about the networks. /// /// Container for the necessary parameters to execute the DescribeGateway service method. /// /// The response from the DescribeGateway service method, as returned by MediaConnect. /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// REST API Reference for DescribeGateway Operation DescribeGatewayResponse DescribeGateway(DescribeGatewayRequest request); /// /// Initiates the asynchronous execution of the DescribeGateway operation. /// /// /// Container for the necessary parameters to execute the DescribeGateway operation on AmazonMediaConnectClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndDescribeGateway /// operation. /// REST API Reference for DescribeGateway Operation IAsyncResult BeginDescribeGateway(DescribeGatewayRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the DescribeGateway operation. /// /// /// The IAsyncResult returned by the call to BeginDescribeGateway. /// /// Returns a DescribeGatewayResult from MediaConnect. /// REST API Reference for DescribeGateway Operation DescribeGatewayResponse EndDescribeGateway(IAsyncResult asyncResult); #endregion #region DescribeGatewayInstance /// /// Displays the details of an instance. /// /// Container for the necessary parameters to execute the DescribeGatewayInstance service method. /// /// The response from the DescribeGatewayInstance service method, as returned by MediaConnect. /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// REST API Reference for DescribeGatewayInstance Operation DescribeGatewayInstanceResponse DescribeGatewayInstance(DescribeGatewayInstanceRequest request); /// /// Initiates the asynchronous execution of the DescribeGatewayInstance operation. /// /// /// Container for the necessary parameters to execute the DescribeGatewayInstance operation on AmazonMediaConnectClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndDescribeGatewayInstance /// operation. /// REST API Reference for DescribeGatewayInstance Operation IAsyncResult BeginDescribeGatewayInstance(DescribeGatewayInstanceRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the DescribeGatewayInstance operation. /// /// /// The IAsyncResult returned by the call to BeginDescribeGatewayInstance. /// /// Returns a DescribeGatewayInstanceResult from MediaConnect. /// REST API Reference for DescribeGatewayInstance Operation DescribeGatewayInstanceResponse EndDescribeGatewayInstance(IAsyncResult asyncResult); #endregion #region DescribeOffering /// /// Displays the details of an offering. The response includes the offering description, /// duration, outbound bandwidth, price, and Amazon Resource Name (ARN). /// /// Container for the necessary parameters to execute the DescribeOffering service method. /// /// The response from the DescribeOffering service method, as returned by MediaConnect. /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// REST API Reference for DescribeOffering Operation DescribeOfferingResponse DescribeOffering(DescribeOfferingRequest request); /// /// Initiates the asynchronous execution of the DescribeOffering operation. /// /// /// Container for the necessary parameters to execute the DescribeOffering operation on AmazonMediaConnectClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndDescribeOffering /// operation. /// REST API Reference for DescribeOffering Operation IAsyncResult BeginDescribeOffering(DescribeOfferingRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the DescribeOffering operation. /// /// /// The IAsyncResult returned by the call to BeginDescribeOffering. /// /// Returns a DescribeOfferingResult from MediaConnect. /// REST API Reference for DescribeOffering Operation DescribeOfferingResponse EndDescribeOffering(IAsyncResult asyncResult); #endregion #region DescribeReservation /// /// Displays the details of a reservation. The response includes the reservation name, /// state, start date and time, and the details of the offering that make up the rest /// of the reservation (such as price, duration, and outbound bandwidth). /// /// Container for the necessary parameters to execute the DescribeReservation service method. /// /// The response from the DescribeReservation service method, as returned by MediaConnect. /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// REST API Reference for DescribeReservation Operation DescribeReservationResponse DescribeReservation(DescribeReservationRequest request); /// /// Initiates the asynchronous execution of the DescribeReservation operation. /// /// /// Container for the necessary parameters to execute the DescribeReservation operation on AmazonMediaConnectClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndDescribeReservation /// operation. /// REST API Reference for DescribeReservation Operation IAsyncResult BeginDescribeReservation(DescribeReservationRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the DescribeReservation operation. /// /// /// The IAsyncResult returned by the call to BeginDescribeReservation. /// /// Returns a DescribeReservationResult from MediaConnect. /// REST API Reference for DescribeReservation Operation DescribeReservationResponse EndDescribeReservation(IAsyncResult asyncResult); #endregion #region GrantFlowEntitlements /// /// Grants entitlements to an existing flow. /// /// Container for the necessary parameters to execute the GrantFlowEntitlements service method. /// /// The response from the GrantFlowEntitlements service method, as returned by MediaConnect. /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// REST API Reference for GrantFlowEntitlements Operation GrantFlowEntitlementsResponse GrantFlowEntitlements(GrantFlowEntitlementsRequest request); /// /// Initiates the asynchronous execution of the GrantFlowEntitlements operation. /// /// /// Container for the necessary parameters to execute the GrantFlowEntitlements operation on AmazonMediaConnectClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndGrantFlowEntitlements /// operation. /// REST API Reference for GrantFlowEntitlements Operation IAsyncResult BeginGrantFlowEntitlements(GrantFlowEntitlementsRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the GrantFlowEntitlements operation. /// /// /// The IAsyncResult returned by the call to BeginGrantFlowEntitlements. /// /// Returns a GrantFlowEntitlementsResult from MediaConnect. /// REST API Reference for GrantFlowEntitlements Operation GrantFlowEntitlementsResponse EndGrantFlowEntitlements(IAsyncResult asyncResult); #endregion #region ListBridges /// /// Displays a list of bridges that are associated with this account and an optionally /// specified Arn. This request returns a paginated result. /// /// Container for the necessary parameters to execute the ListBridges service method. /// /// The response from the ListBridges service method, as returned by MediaConnect. /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// REST API Reference for ListBridges Operation ListBridgesResponse ListBridges(ListBridgesRequest request); /// /// Initiates the asynchronous execution of the ListBridges operation. /// /// /// Container for the necessary parameters to execute the ListBridges operation on AmazonMediaConnectClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndListBridges /// operation. /// REST API Reference for ListBridges Operation IAsyncResult BeginListBridges(ListBridgesRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the ListBridges operation. /// /// /// The IAsyncResult returned by the call to BeginListBridges. /// /// Returns a ListBridgesResult from MediaConnect. /// REST API Reference for ListBridges Operation ListBridgesResponse EndListBridges(IAsyncResult asyncResult); #endregion #region ListEntitlements /// /// Displays a list of all entitlements that have been granted to this account. This request /// returns 20 results per page. /// /// Container for the necessary parameters to execute the ListEntitlements service method. /// /// The response from the ListEntitlements service method, as returned by MediaConnect. /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// REST API Reference for ListEntitlements Operation ListEntitlementsResponse ListEntitlements(ListEntitlementsRequest request); /// /// Initiates the asynchronous execution of the ListEntitlements operation. /// /// /// Container for the necessary parameters to execute the ListEntitlements operation on AmazonMediaConnectClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndListEntitlements /// operation. /// REST API Reference for ListEntitlements Operation IAsyncResult BeginListEntitlements(ListEntitlementsRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the ListEntitlements operation. /// /// /// The IAsyncResult returned by the call to BeginListEntitlements. /// /// Returns a ListEntitlementsResult from MediaConnect. /// REST API Reference for ListEntitlements Operation ListEntitlementsResponse EndListEntitlements(IAsyncResult asyncResult); #endregion #region ListFlows /// /// Displays a list of flows that are associated with this account. This request returns /// a paginated result. /// /// Container for the necessary parameters to execute the ListFlows service method. /// /// The response from the ListFlows service method, as returned by MediaConnect. /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// REST API Reference for ListFlows Operation ListFlowsResponse ListFlows(ListFlowsRequest request); /// /// Initiates the asynchronous execution of the ListFlows operation. /// /// /// Container for the necessary parameters to execute the ListFlows operation on AmazonMediaConnectClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndListFlows /// operation. /// REST API Reference for ListFlows Operation IAsyncResult BeginListFlows(ListFlowsRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the ListFlows operation. /// /// /// The IAsyncResult returned by the call to BeginListFlows. /// /// Returns a ListFlowsResult from MediaConnect. /// REST API Reference for ListFlows Operation ListFlowsResponse EndListFlows(IAsyncResult asyncResult); #endregion #region ListGatewayInstances /// /// Displays a list of instances associated with the AWS account. This request returns /// a paginated result. You can use the filterArn property to display only the instances /// associated with the selected Gateway Amazon Resource Name (ARN). /// /// Container for the necessary parameters to execute the ListGatewayInstances service method. /// /// The response from the ListGatewayInstances service method, as returned by MediaConnect. /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// REST API Reference for ListGatewayInstances Operation ListGatewayInstancesResponse ListGatewayInstances(ListGatewayInstancesRequest request); /// /// Initiates the asynchronous execution of the ListGatewayInstances operation. /// /// /// Container for the necessary parameters to execute the ListGatewayInstances operation on AmazonMediaConnectClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndListGatewayInstances /// operation. /// REST API Reference for ListGatewayInstances Operation IAsyncResult BeginListGatewayInstances(ListGatewayInstancesRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the ListGatewayInstances operation. /// /// /// The IAsyncResult returned by the call to BeginListGatewayInstances. /// /// Returns a ListGatewayInstancesResult from MediaConnect. /// REST API Reference for ListGatewayInstances Operation ListGatewayInstancesResponse EndListGatewayInstances(IAsyncResult asyncResult); #endregion #region ListGateways /// /// Displays a list of gateways that are associated with this account. This request returns /// a paginated result. /// /// Container for the necessary parameters to execute the ListGateways service method. /// /// The response from the ListGateways service method, as returned by MediaConnect. /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// REST API Reference for ListGateways Operation ListGatewaysResponse ListGateways(ListGatewaysRequest request); /// /// Initiates the asynchronous execution of the ListGateways operation. /// /// /// Container for the necessary parameters to execute the ListGateways operation on AmazonMediaConnectClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndListGateways /// operation. /// REST API Reference for ListGateways Operation IAsyncResult BeginListGateways(ListGatewaysRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the ListGateways operation. /// /// /// The IAsyncResult returned by the call to BeginListGateways. /// /// Returns a ListGatewaysResult from MediaConnect. /// REST API Reference for ListGateways Operation ListGatewaysResponse EndListGateways(IAsyncResult asyncResult); #endregion #region ListOfferings /// /// Displays a list of all offerings that are available to this account in the current /// AWS Region. If you have an active reservation (which means you've purchased an offering /// that has already started and hasn't expired yet), your account isn't eligible for /// other offerings. /// /// Container for the necessary parameters to execute the ListOfferings service method. /// /// The response from the ListOfferings service method, as returned by MediaConnect. /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// REST API Reference for ListOfferings Operation ListOfferingsResponse ListOfferings(ListOfferingsRequest request); /// /// Initiates the asynchronous execution of the ListOfferings operation. /// /// /// Container for the necessary parameters to execute the ListOfferings operation on AmazonMediaConnectClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndListOfferings /// operation. /// REST API Reference for ListOfferings Operation IAsyncResult BeginListOfferings(ListOfferingsRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the ListOfferings operation. /// /// /// The IAsyncResult returned by the call to BeginListOfferings. /// /// Returns a ListOfferingsResult from MediaConnect. /// REST API Reference for ListOfferings Operation ListOfferingsResponse EndListOfferings(IAsyncResult asyncResult); #endregion #region ListReservations /// /// Displays a list of all reservations that have been purchased by this account in the /// current AWS Region. This list includes all reservations in all states (such as active /// and expired). /// /// Container for the necessary parameters to execute the ListReservations service method. /// /// The response from the ListReservations service method, as returned by MediaConnect. /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// REST API Reference for ListReservations Operation ListReservationsResponse ListReservations(ListReservationsRequest request); /// /// Initiates the asynchronous execution of the ListReservations operation. /// /// /// Container for the necessary parameters to execute the ListReservations operation on AmazonMediaConnectClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndListReservations /// operation. /// REST API Reference for ListReservations Operation IAsyncResult BeginListReservations(ListReservationsRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the ListReservations operation. /// /// /// The IAsyncResult returned by the call to BeginListReservations. /// /// Returns a ListReservationsResult from MediaConnect. /// REST API Reference for ListReservations Operation ListReservationsResponse EndListReservations(IAsyncResult asyncResult); #endregion #region ListTagsForResource /// /// List all tags on an AWS Elemental MediaConnect resource /// /// Container for the necessary parameters to execute the ListTagsForResource service method. /// /// The response from the ListTagsForResource service method, as returned by MediaConnect. /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// REST API Reference for ListTagsForResource Operation ListTagsForResourceResponse ListTagsForResource(ListTagsForResourceRequest request); /// /// Initiates the asynchronous execution of the ListTagsForResource operation. /// /// /// Container for the necessary parameters to execute the ListTagsForResource operation on AmazonMediaConnectClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndListTagsForResource /// operation. /// REST API Reference for ListTagsForResource Operation IAsyncResult BeginListTagsForResource(ListTagsForResourceRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the ListTagsForResource operation. /// /// /// The IAsyncResult returned by the call to BeginListTagsForResource. /// /// Returns a ListTagsForResourceResult from MediaConnect. /// REST API Reference for ListTagsForResource Operation ListTagsForResourceResponse EndListTagsForResource(IAsyncResult asyncResult); #endregion #region PurchaseOffering /// /// Submits a request to purchase an offering. If you already have an active reservation, /// you can't purchase another offering. /// /// Container for the necessary parameters to execute the PurchaseOffering service method. /// /// The response from the PurchaseOffering service method, as returned by MediaConnect. /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// REST API Reference for PurchaseOffering Operation PurchaseOfferingResponse PurchaseOffering(PurchaseOfferingRequest request); /// /// Initiates the asynchronous execution of the PurchaseOffering operation. /// /// /// Container for the necessary parameters to execute the PurchaseOffering operation on AmazonMediaConnectClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndPurchaseOffering /// operation. /// REST API Reference for PurchaseOffering Operation IAsyncResult BeginPurchaseOffering(PurchaseOfferingRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the PurchaseOffering operation. /// /// /// The IAsyncResult returned by the call to BeginPurchaseOffering. /// /// Returns a PurchaseOfferingResult from MediaConnect. /// REST API Reference for PurchaseOffering Operation PurchaseOfferingResponse EndPurchaseOffering(IAsyncResult asyncResult); #endregion #region RemoveBridgeOutput /// /// Removes an output from a bridge. /// /// Container for the necessary parameters to execute the RemoveBridgeOutput service method. /// /// The response from the RemoveBridgeOutput service method, as returned by MediaConnect. /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// REST API Reference for RemoveBridgeOutput Operation RemoveBridgeOutputResponse RemoveBridgeOutput(RemoveBridgeOutputRequest request); /// /// Initiates the asynchronous execution of the RemoveBridgeOutput operation. /// /// /// Container for the necessary parameters to execute the RemoveBridgeOutput operation on AmazonMediaConnectClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndRemoveBridgeOutput /// operation. /// REST API Reference for RemoveBridgeOutput Operation IAsyncResult BeginRemoveBridgeOutput(RemoveBridgeOutputRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the RemoveBridgeOutput operation. /// /// /// The IAsyncResult returned by the call to BeginRemoveBridgeOutput. /// /// Returns a RemoveBridgeOutputResult from MediaConnect. /// REST API Reference for RemoveBridgeOutput Operation RemoveBridgeOutputResponse EndRemoveBridgeOutput(IAsyncResult asyncResult); #endregion #region RemoveBridgeSource /// /// Removes a source from a bridge. /// /// Container for the necessary parameters to execute the RemoveBridgeSource service method. /// /// The response from the RemoveBridgeSource service method, as returned by MediaConnect. /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// REST API Reference for RemoveBridgeSource Operation RemoveBridgeSourceResponse RemoveBridgeSource(RemoveBridgeSourceRequest request); /// /// Initiates the asynchronous execution of the RemoveBridgeSource operation. /// /// /// Container for the necessary parameters to execute the RemoveBridgeSource operation on AmazonMediaConnectClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndRemoveBridgeSource /// operation. /// REST API Reference for RemoveBridgeSource Operation IAsyncResult BeginRemoveBridgeSource(RemoveBridgeSourceRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the RemoveBridgeSource operation. /// /// /// The IAsyncResult returned by the call to BeginRemoveBridgeSource. /// /// Returns a RemoveBridgeSourceResult from MediaConnect. /// REST API Reference for RemoveBridgeSource Operation RemoveBridgeSourceResponse EndRemoveBridgeSource(IAsyncResult asyncResult); #endregion #region RemoveFlowMediaStream /// /// Removes a media stream from a flow. This action is only available if the media stream /// is not associated with a source or output. /// /// Container for the necessary parameters to execute the RemoveFlowMediaStream service method. /// /// The response from the RemoveFlowMediaStream service method, as returned by MediaConnect. /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// REST API Reference for RemoveFlowMediaStream Operation RemoveFlowMediaStreamResponse RemoveFlowMediaStream(RemoveFlowMediaStreamRequest request); /// /// Initiates the asynchronous execution of the RemoveFlowMediaStream operation. /// /// /// Container for the necessary parameters to execute the RemoveFlowMediaStream operation on AmazonMediaConnectClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndRemoveFlowMediaStream /// operation. /// REST API Reference for RemoveFlowMediaStream Operation IAsyncResult BeginRemoveFlowMediaStream(RemoveFlowMediaStreamRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the RemoveFlowMediaStream operation. /// /// /// The IAsyncResult returned by the call to BeginRemoveFlowMediaStream. /// /// Returns a RemoveFlowMediaStreamResult from MediaConnect. /// REST API Reference for RemoveFlowMediaStream Operation RemoveFlowMediaStreamResponse EndRemoveFlowMediaStream(IAsyncResult asyncResult); #endregion #region RemoveFlowOutput /// /// Removes an output from an existing flow. This request can be made only on an output /// that does not have an entitlement associated with it. If the output has an entitlement, /// you must revoke the entitlement instead. When an entitlement is revoked from a flow, /// the service automatically removes the associated output. /// /// Container for the necessary parameters to execute the RemoveFlowOutput service method. /// /// The response from the RemoveFlowOutput service method, as returned by MediaConnect. /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// REST API Reference for RemoveFlowOutput Operation RemoveFlowOutputResponse RemoveFlowOutput(RemoveFlowOutputRequest request); /// /// Initiates the asynchronous execution of the RemoveFlowOutput operation. /// /// /// Container for the necessary parameters to execute the RemoveFlowOutput operation on AmazonMediaConnectClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndRemoveFlowOutput /// operation. /// REST API Reference for RemoveFlowOutput Operation IAsyncResult BeginRemoveFlowOutput(RemoveFlowOutputRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the RemoveFlowOutput operation. /// /// /// The IAsyncResult returned by the call to BeginRemoveFlowOutput. /// /// Returns a RemoveFlowOutputResult from MediaConnect. /// REST API Reference for RemoveFlowOutput Operation RemoveFlowOutputResponse EndRemoveFlowOutput(IAsyncResult asyncResult); #endregion #region RemoveFlowSource /// /// Removes a source from an existing flow. This request can be made only if there is /// more than one source on the flow. /// /// Container for the necessary parameters to execute the RemoveFlowSource service method. /// /// The response from the RemoveFlowSource service method, as returned by MediaConnect. /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// REST API Reference for RemoveFlowSource Operation RemoveFlowSourceResponse RemoveFlowSource(RemoveFlowSourceRequest request); /// /// Initiates the asynchronous execution of the RemoveFlowSource operation. /// /// /// Container for the necessary parameters to execute the RemoveFlowSource operation on AmazonMediaConnectClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndRemoveFlowSource /// operation. /// REST API Reference for RemoveFlowSource Operation IAsyncResult BeginRemoveFlowSource(RemoveFlowSourceRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the RemoveFlowSource operation. /// /// /// The IAsyncResult returned by the call to BeginRemoveFlowSource. /// /// Returns a RemoveFlowSourceResult from MediaConnect. /// REST API Reference for RemoveFlowSource Operation RemoveFlowSourceResponse EndRemoveFlowSource(IAsyncResult asyncResult); #endregion #region RemoveFlowVpcInterface /// /// Removes a VPC Interface from an existing flow. This request can be made only on a /// VPC interface that does not have a Source or Output associated with it. If the VPC /// interface is referenced by a Source or Output, you must first delete or update the /// Source or Output to no longer reference the VPC interface. /// /// Container for the necessary parameters to execute the RemoveFlowVpcInterface service method. /// /// The response from the RemoveFlowVpcInterface service method, as returned by MediaConnect. /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// REST API Reference for RemoveFlowVpcInterface Operation RemoveFlowVpcInterfaceResponse RemoveFlowVpcInterface(RemoveFlowVpcInterfaceRequest request); /// /// Initiates the asynchronous execution of the RemoveFlowVpcInterface operation. /// /// /// Container for the necessary parameters to execute the RemoveFlowVpcInterface operation on AmazonMediaConnectClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndRemoveFlowVpcInterface /// operation. /// REST API Reference for RemoveFlowVpcInterface Operation IAsyncResult BeginRemoveFlowVpcInterface(RemoveFlowVpcInterfaceRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the RemoveFlowVpcInterface operation. /// /// /// The IAsyncResult returned by the call to BeginRemoveFlowVpcInterface. /// /// Returns a RemoveFlowVpcInterfaceResult from MediaConnect. /// REST API Reference for RemoveFlowVpcInterface Operation RemoveFlowVpcInterfaceResponse EndRemoveFlowVpcInterface(IAsyncResult asyncResult); #endregion #region RevokeFlowEntitlement /// /// Revokes an entitlement from a flow. Once an entitlement is revoked, the content becomes /// unavailable to the subscriber and the associated output is removed. /// /// Container for the necessary parameters to execute the RevokeFlowEntitlement service method. /// /// The response from the RevokeFlowEntitlement service method, as returned by MediaConnect. /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// REST API Reference for RevokeFlowEntitlement Operation RevokeFlowEntitlementResponse RevokeFlowEntitlement(RevokeFlowEntitlementRequest request); /// /// Initiates the asynchronous execution of the RevokeFlowEntitlement operation. /// /// /// Container for the necessary parameters to execute the RevokeFlowEntitlement operation on AmazonMediaConnectClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndRevokeFlowEntitlement /// operation. /// REST API Reference for RevokeFlowEntitlement Operation IAsyncResult BeginRevokeFlowEntitlement(RevokeFlowEntitlementRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the RevokeFlowEntitlement operation. /// /// /// The IAsyncResult returned by the call to BeginRevokeFlowEntitlement. /// /// Returns a RevokeFlowEntitlementResult from MediaConnect. /// REST API Reference for RevokeFlowEntitlement Operation RevokeFlowEntitlementResponse EndRevokeFlowEntitlement(IAsyncResult asyncResult); #endregion #region StartFlow /// /// Starts a flow. /// /// Container for the necessary parameters to execute the StartFlow service method. /// /// The response from the StartFlow service method, as returned by MediaConnect. /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// REST API Reference for StartFlow Operation StartFlowResponse StartFlow(StartFlowRequest request); /// /// Initiates the asynchronous execution of the StartFlow operation. /// /// /// Container for the necessary parameters to execute the StartFlow operation on AmazonMediaConnectClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndStartFlow /// operation. /// REST API Reference for StartFlow Operation IAsyncResult BeginStartFlow(StartFlowRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the StartFlow operation. /// /// /// The IAsyncResult returned by the call to BeginStartFlow. /// /// Returns a StartFlowResult from MediaConnect. /// REST API Reference for StartFlow Operation StartFlowResponse EndStartFlow(IAsyncResult asyncResult); #endregion #region StopFlow /// /// Stops a flow. /// /// Container for the necessary parameters to execute the StopFlow service method. /// /// The response from the StopFlow service method, as returned by MediaConnect. /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// REST API Reference for StopFlow Operation StopFlowResponse StopFlow(StopFlowRequest request); /// /// Initiates the asynchronous execution of the StopFlow operation. /// /// /// Container for the necessary parameters to execute the StopFlow operation on AmazonMediaConnectClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndStopFlow /// operation. /// REST API Reference for StopFlow Operation IAsyncResult BeginStopFlow(StopFlowRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the StopFlow operation. /// /// /// The IAsyncResult returned by the call to BeginStopFlow. /// /// Returns a StopFlowResult from MediaConnect. /// REST API Reference for StopFlow Operation StopFlowResponse EndStopFlow(IAsyncResult asyncResult); #endregion #region TagResource /// /// Associates the specified tags to a resource with the specified resourceArn. If existing /// tags on a resource are not specified in the request parameters, they are not changed. /// When a resource is deleted, the tags associated with that resource are deleted as /// well. /// /// Container for the necessary parameters to execute the TagResource service method. /// /// The response from the TagResource service method, as returned by MediaConnect. /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// REST API Reference for TagResource Operation TagResourceResponse TagResource(TagResourceRequest request); /// /// Initiates the asynchronous execution of the TagResource operation. /// /// /// Container for the necessary parameters to execute the TagResource operation on AmazonMediaConnectClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndTagResource /// operation. /// REST API Reference for TagResource Operation IAsyncResult BeginTagResource(TagResourceRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the TagResource operation. /// /// /// The IAsyncResult returned by the call to BeginTagResource. /// /// Returns a TagResourceResult from MediaConnect. /// REST API Reference for TagResource Operation TagResourceResponse EndTagResource(IAsyncResult asyncResult); #endregion #region UntagResource /// /// Deletes specified tags from a resource. /// /// Container for the necessary parameters to execute the UntagResource service method. /// /// The response from the UntagResource service method, as returned by MediaConnect. /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// REST API Reference for UntagResource Operation UntagResourceResponse UntagResource(UntagResourceRequest request); /// /// Initiates the asynchronous execution of the UntagResource operation. /// /// /// Container for the necessary parameters to execute the UntagResource operation on AmazonMediaConnectClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndUntagResource /// operation. /// REST API Reference for UntagResource Operation IAsyncResult BeginUntagResource(UntagResourceRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the UntagResource operation. /// /// /// The IAsyncResult returned by the call to BeginUntagResource. /// /// Returns a UntagResourceResult from MediaConnect. /// REST API Reference for UntagResource Operation UntagResourceResponse EndUntagResource(IAsyncResult asyncResult); #endregion #region UpdateBridge /// /// Updates the bridge /// /// Container for the necessary parameters to execute the UpdateBridge service method. /// /// The response from the UpdateBridge service method, as returned by MediaConnect. /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// REST API Reference for UpdateBridge Operation UpdateBridgeResponse UpdateBridge(UpdateBridgeRequest request); /// /// Initiates the asynchronous execution of the UpdateBridge operation. /// /// /// Container for the necessary parameters to execute the UpdateBridge operation on AmazonMediaConnectClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndUpdateBridge /// operation. /// REST API Reference for UpdateBridge Operation IAsyncResult BeginUpdateBridge(UpdateBridgeRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the UpdateBridge operation. /// /// /// The IAsyncResult returned by the call to BeginUpdateBridge. /// /// Returns a UpdateBridgeResult from MediaConnect. /// REST API Reference for UpdateBridge Operation UpdateBridgeResponse EndUpdateBridge(IAsyncResult asyncResult); #endregion #region UpdateBridgeOutput /// /// Updates an existing bridge output. /// /// Container for the necessary parameters to execute the UpdateBridgeOutput service method. /// /// The response from the UpdateBridgeOutput service method, as returned by MediaConnect. /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// REST API Reference for UpdateBridgeOutput Operation UpdateBridgeOutputResponse UpdateBridgeOutput(UpdateBridgeOutputRequest request); /// /// Initiates the asynchronous execution of the UpdateBridgeOutput operation. /// /// /// Container for the necessary parameters to execute the UpdateBridgeOutput operation on AmazonMediaConnectClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndUpdateBridgeOutput /// operation. /// REST API Reference for UpdateBridgeOutput Operation IAsyncResult BeginUpdateBridgeOutput(UpdateBridgeOutputRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the UpdateBridgeOutput operation. /// /// /// The IAsyncResult returned by the call to BeginUpdateBridgeOutput. /// /// Returns a UpdateBridgeOutputResult from MediaConnect. /// REST API Reference for UpdateBridgeOutput Operation UpdateBridgeOutputResponse EndUpdateBridgeOutput(IAsyncResult asyncResult); #endregion #region UpdateBridgeSource /// /// Updates an existing bridge source. /// /// Container for the necessary parameters to execute the UpdateBridgeSource service method. /// /// The response from the UpdateBridgeSource service method, as returned by MediaConnect. /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// REST API Reference for UpdateBridgeSource Operation UpdateBridgeSourceResponse UpdateBridgeSource(UpdateBridgeSourceRequest request); /// /// Initiates the asynchronous execution of the UpdateBridgeSource operation. /// /// /// Container for the necessary parameters to execute the UpdateBridgeSource operation on AmazonMediaConnectClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndUpdateBridgeSource /// operation. /// REST API Reference for UpdateBridgeSource Operation IAsyncResult BeginUpdateBridgeSource(UpdateBridgeSourceRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the UpdateBridgeSource operation. /// /// /// The IAsyncResult returned by the call to BeginUpdateBridgeSource. /// /// Returns a UpdateBridgeSourceResult from MediaConnect. /// REST API Reference for UpdateBridgeSource Operation UpdateBridgeSourceResponse EndUpdateBridgeSource(IAsyncResult asyncResult); #endregion #region UpdateBridgeState /// /// Updates the bridge state /// /// Container for the necessary parameters to execute the UpdateBridgeState service method. /// /// The response from the UpdateBridgeState service method, as returned by MediaConnect. /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// REST API Reference for UpdateBridgeState Operation UpdateBridgeStateResponse UpdateBridgeState(UpdateBridgeStateRequest request); /// /// Initiates the asynchronous execution of the UpdateBridgeState operation. /// /// /// Container for the necessary parameters to execute the UpdateBridgeState operation on AmazonMediaConnectClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndUpdateBridgeState /// operation. /// REST API Reference for UpdateBridgeState Operation IAsyncResult BeginUpdateBridgeState(UpdateBridgeStateRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the UpdateBridgeState operation. /// /// /// The IAsyncResult returned by the call to BeginUpdateBridgeState. /// /// Returns a UpdateBridgeStateResult from MediaConnect. /// REST API Reference for UpdateBridgeState Operation UpdateBridgeStateResponse EndUpdateBridgeState(IAsyncResult asyncResult); #endregion #region UpdateFlow /// /// Updates flow /// /// Container for the necessary parameters to execute the UpdateFlow service method. /// /// The response from the UpdateFlow service method, as returned by MediaConnect. /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// REST API Reference for UpdateFlow Operation UpdateFlowResponse UpdateFlow(UpdateFlowRequest request); /// /// Initiates the asynchronous execution of the UpdateFlow operation. /// /// /// Container for the necessary parameters to execute the UpdateFlow operation on AmazonMediaConnectClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndUpdateFlow /// operation. /// REST API Reference for UpdateFlow Operation IAsyncResult BeginUpdateFlow(UpdateFlowRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the UpdateFlow operation. /// /// /// The IAsyncResult returned by the call to BeginUpdateFlow. /// /// Returns a UpdateFlowResult from MediaConnect. /// REST API Reference for UpdateFlow Operation UpdateFlowResponse EndUpdateFlow(IAsyncResult asyncResult); #endregion #region UpdateFlowEntitlement /// /// 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. /// /// Container for the necessary parameters to execute the UpdateFlowEntitlement service method. /// /// The response from the UpdateFlowEntitlement service method, as returned by MediaConnect. /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// REST API Reference for UpdateFlowEntitlement Operation UpdateFlowEntitlementResponse UpdateFlowEntitlement(UpdateFlowEntitlementRequest request); /// /// Initiates the asynchronous execution of the UpdateFlowEntitlement operation. /// /// /// Container for the necessary parameters to execute the UpdateFlowEntitlement operation on AmazonMediaConnectClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndUpdateFlowEntitlement /// operation. /// REST API Reference for UpdateFlowEntitlement Operation IAsyncResult BeginUpdateFlowEntitlement(UpdateFlowEntitlementRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the UpdateFlowEntitlement operation. /// /// /// The IAsyncResult returned by the call to BeginUpdateFlowEntitlement. /// /// Returns a UpdateFlowEntitlementResult from MediaConnect. /// REST API Reference for UpdateFlowEntitlement Operation UpdateFlowEntitlementResponse EndUpdateFlowEntitlement(IAsyncResult asyncResult); #endregion #region UpdateFlowMediaStream /// /// Updates an existing media stream. /// /// Container for the necessary parameters to execute the UpdateFlowMediaStream service method. /// /// The response from the UpdateFlowMediaStream service method, as returned by MediaConnect. /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// REST API Reference for UpdateFlowMediaStream Operation UpdateFlowMediaStreamResponse UpdateFlowMediaStream(UpdateFlowMediaStreamRequest request); /// /// Initiates the asynchronous execution of the UpdateFlowMediaStream operation. /// /// /// Container for the necessary parameters to execute the UpdateFlowMediaStream operation on AmazonMediaConnectClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndUpdateFlowMediaStream /// operation. /// REST API Reference for UpdateFlowMediaStream Operation IAsyncResult BeginUpdateFlowMediaStream(UpdateFlowMediaStreamRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the UpdateFlowMediaStream operation. /// /// /// The IAsyncResult returned by the call to BeginUpdateFlowMediaStream. /// /// Returns a UpdateFlowMediaStreamResult from MediaConnect. /// REST API Reference for UpdateFlowMediaStream Operation UpdateFlowMediaStreamResponse EndUpdateFlowMediaStream(IAsyncResult asyncResult); #endregion #region UpdateFlowOutput /// /// Updates an existing flow output. /// /// Container for the necessary parameters to execute the UpdateFlowOutput service method. /// /// The response from the UpdateFlowOutput service method, as returned by MediaConnect. /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// REST API Reference for UpdateFlowOutput Operation UpdateFlowOutputResponse UpdateFlowOutput(UpdateFlowOutputRequest request); /// /// Initiates the asynchronous execution of the UpdateFlowOutput operation. /// /// /// Container for the necessary parameters to execute the UpdateFlowOutput operation on AmazonMediaConnectClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndUpdateFlowOutput /// operation. /// REST API Reference for UpdateFlowOutput Operation IAsyncResult BeginUpdateFlowOutput(UpdateFlowOutputRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the UpdateFlowOutput operation. /// /// /// The IAsyncResult returned by the call to BeginUpdateFlowOutput. /// /// Returns a UpdateFlowOutputResult from MediaConnect. /// REST API Reference for UpdateFlowOutput Operation UpdateFlowOutputResponse EndUpdateFlowOutput(IAsyncResult asyncResult); #endregion #region UpdateFlowSource /// /// Updates the source of a flow. /// /// Container for the necessary parameters to execute the UpdateFlowSource service method. /// /// The response from the UpdateFlowSource service method, as returned by MediaConnect. /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// REST API Reference for UpdateFlowSource Operation UpdateFlowSourceResponse UpdateFlowSource(UpdateFlowSourceRequest request); /// /// Initiates the asynchronous execution of the UpdateFlowSource operation. /// /// /// Container for the necessary parameters to execute the UpdateFlowSource operation on AmazonMediaConnectClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndUpdateFlowSource /// operation. /// REST API Reference for UpdateFlowSource Operation IAsyncResult BeginUpdateFlowSource(UpdateFlowSourceRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the UpdateFlowSource operation. /// /// /// The IAsyncResult returned by the call to BeginUpdateFlowSource. /// /// Returns a UpdateFlowSourceResult from MediaConnect. /// REST API Reference for UpdateFlowSource Operation UpdateFlowSourceResponse EndUpdateFlowSource(IAsyncResult asyncResult); #endregion #region UpdateGatewayInstance /// /// Updates the configuration of an existing Gateway Instance. /// /// Container for the necessary parameters to execute the UpdateGatewayInstance service method. /// /// The response from the UpdateGatewayInstance service method, as returned by MediaConnect. /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// /// Exception raised by AWS Elemental MediaConnect. See the error message and documentation /// for the operation for more information on the cause of this exception. /// /// REST API Reference for UpdateGatewayInstance Operation UpdateGatewayInstanceResponse UpdateGatewayInstance(UpdateGatewayInstanceRequest request); /// /// Initiates the asynchronous execution of the UpdateGatewayInstance operation. /// /// /// Container for the necessary parameters to execute the UpdateGatewayInstance operation on AmazonMediaConnectClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndUpdateGatewayInstance /// operation. /// REST API Reference for UpdateGatewayInstance Operation IAsyncResult BeginUpdateGatewayInstance(UpdateGatewayInstanceRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the UpdateGatewayInstance operation. /// /// /// The IAsyncResult returned by the call to BeginUpdateGatewayInstance. /// /// Returns a UpdateGatewayInstanceResult from MediaConnect. /// REST API Reference for UpdateGatewayInstance Operation UpdateGatewayInstanceResponse EndUpdateGatewayInstance(IAsyncResult asyncResult); #endregion } }