internal DescribeNodeAssociationStatusResponse DescribeNodeAssociationStatus(DescribeNodeAssociationStatusRequest request)
        {
            var marshaller   = new DescribeNodeAssociationStatusRequestMarshaller();
            var unmarshaller = DescribeNodeAssociationStatusResponseUnmarshaller.Instance;

            return(Invoke <DescribeNodeAssociationStatusRequest, DescribeNodeAssociationStatusResponse>(request, marshaller, unmarshaller));
        }
Esempio n. 2
0
        /// <summary>
        /// Initiates the asynchronous execution of the DescribeNodeAssociationStatus operation.
        /// </summary>
        ///
        /// <param name="request">Container for the necessary parameters to execute the DescribeNodeAssociationStatus 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/opsworkscm-2016-11-01/DescribeNodeAssociationStatus">REST API Reference for DescribeNodeAssociationStatus Operation</seealso>
        public virtual Task <DescribeNodeAssociationStatusResponse> DescribeNodeAssociationStatusAsync(DescribeNodeAssociationStatusRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller   = DescribeNodeAssociationStatusRequestMarshaller.Instance;
            var unmarshaller = DescribeNodeAssociationStatusResponseUnmarshaller.Instance;

            return(InvokeAsync <DescribeNodeAssociationStatusRequest, DescribeNodeAssociationStatusResponse>(request, marshaller,
                                                                                                             unmarshaller, cancellationToken));
        }
        internal virtual DescribeNodeAssociationStatusResponse DescribeNodeAssociationStatus(DescribeNodeAssociationStatusRequest request)
        {
            var options = new InvokeOptions();

            options.RequestMarshaller    = DescribeNodeAssociationStatusRequestMarshaller.Instance;
            options.ResponseUnmarshaller = DescribeNodeAssociationStatusResponseUnmarshaller.Instance;

            return(Invoke <DescribeNodeAssociationStatusResponse>(request, options));
        }