Пример #1
0
        internal virtual UpdateQueueResponse UpdateQueue(UpdateQueueRequest request)
        {
            var marshaller   = new UpdateQueueRequestMarshaller();
            var unmarshaller = UpdateQueueResponseUnmarshaller.Instance;

            return(Invoke <UpdateQueueRequest, UpdateQueueResponse>(request, marshaller, unmarshaller));
        }
Пример #2
0
        /// <summary>
        /// Initiates the asynchronous execution of the UpdateQueue operation.
        /// </summary>
        ///
        /// <param name="request">Container for the necessary parameters to execute the UpdateQueue operation.</param>
        /// <param name="cancellationToken">
        ///     A cancellation token that can be used by other objects or threads to receive notice of cancellation.
        /// </param>
        /// <returns>The task object representing the asynchronous operation.</returns>
        /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/UpdateQueue">REST API Reference for UpdateQueue Operation</seealso>
        public virtual Task <UpdateQueueResponse> UpdateQueueAsync(UpdateQueueRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller   = new UpdateQueueRequestMarshaller();
            var unmarshaller = UpdateQueueResponseUnmarshaller.Instance;

            return(InvokeAsync <UpdateQueueRequest, UpdateQueueResponse>(request, marshaller,
                                                                         unmarshaller, cancellationToken));
        }