Example #1
0
        internal UpdateTeamMemberResponse UpdateTeamMember(UpdateTeamMemberRequest request)
        {
            var marshaller   = new UpdateTeamMemberRequestMarshaller();
            var unmarshaller = UpdateTeamMemberResponseUnmarshaller.Instance;

            return(Invoke <UpdateTeamMemberRequest, UpdateTeamMemberResponse>(request, marshaller, unmarshaller));
        }
Example #2
0
        /// <summary>
        /// Initiates the asynchronous execution of the UpdateTeamMember operation.
        /// </summary>
        ///
        /// <param name="request">Container for the necessary parameters to execute the UpdateTeamMember 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/codestar-2017-04-19/UpdateTeamMember">REST API Reference for UpdateTeamMember Operation</seealso>
        public Task <UpdateTeamMemberResponse> UpdateTeamMemberAsync(UpdateTeamMemberRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller   = new UpdateTeamMemberRequestMarshaller();
            var unmarshaller = UpdateTeamMemberResponseUnmarshaller.Instance;

            return(InvokeAsync <UpdateTeamMemberRequest, UpdateTeamMemberResponse>(request, marshaller,
                                                                                   unmarshaller, cancellationToken));
        }
Example #3
0
        /// <summary>
        /// Initiates the asynchronous execution of the UpdateTeamMember operation.
        /// </summary>
        ///
        /// <param name="request">Container for the necessary parameters to execute the UpdateTeamMember 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/codestar-2017-04-19/UpdateTeamMember">REST API Reference for UpdateTeamMember Operation</seealso>
        public virtual Task <UpdateTeamMemberResponse> UpdateTeamMemberAsync(UpdateTeamMemberRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var options = new InvokeOptions();

            options.RequestMarshaller    = UpdateTeamMemberRequestMarshaller.Instance;
            options.ResponseUnmarshaller = UpdateTeamMemberResponseUnmarshaller.Instance;

            return(InvokeAsync <UpdateTeamMemberResponse>(request, options, cancellationToken));
        }
Example #4
0
        internal virtual UpdateTeamMemberResponse UpdateTeamMember(UpdateTeamMemberRequest request)
        {
            var options = new InvokeOptions();

            options.RequestMarshaller    = UpdateTeamMemberRequestMarshaller.Instance;
            options.ResponseUnmarshaller = UpdateTeamMemberResponseUnmarshaller.Instance;

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