internal virtual UpdateUserSecurityProfilesResponse UpdateUserSecurityProfiles(UpdateUserSecurityProfilesRequest request)
        {
            var marshaller   = UpdateUserSecurityProfilesRequestMarshaller.Instance;
            var unmarshaller = UpdateUserSecurityProfilesResponseUnmarshaller.Instance;

            return(Invoke <UpdateUserSecurityProfilesRequest, UpdateUserSecurityProfilesResponse>(request, marshaller, unmarshaller));
        }
        /// <summary>
        /// Initiates the asynchronous execution of the UpdateUserSecurityProfiles operation.
        /// </summary>
        ///
        /// <param name="request">Container for the necessary parameters to execute the UpdateUserSecurityProfiles 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/connect-2017-08-08/UpdateUserSecurityProfiles">REST API Reference for UpdateUserSecurityProfiles Operation</seealso>
        public virtual Task <UpdateUserSecurityProfilesResponse> UpdateUserSecurityProfilesAsync(UpdateUserSecurityProfilesRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller   = UpdateUserSecurityProfilesRequestMarshaller.Instance;
            var unmarshaller = UpdateUserSecurityProfilesResponseUnmarshaller.Instance;

            return(InvokeAsync <UpdateUserSecurityProfilesRequest, UpdateUserSecurityProfilesResponse>(request, marshaller,
                                                                                                       unmarshaller, cancellationToken));
        }
        internal virtual UpdateUserSecurityProfilesResponse UpdateUserSecurityProfiles(UpdateUserSecurityProfilesRequest request)
        {
            var options = new InvokeOptions();

            options.RequestMarshaller    = UpdateUserSecurityProfilesRequestMarshaller.Instance;
            options.ResponseUnmarshaller = UpdateUserSecurityProfilesResponseUnmarshaller.Instance;

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