示例#1
0
        internal virtual DeleteParameterGroupResponse DeleteParameterGroup(DeleteParameterGroupRequest request)
        {
            var marshaller   = DeleteParameterGroupRequestMarshaller.Instance;
            var unmarshaller = DeleteParameterGroupResponseUnmarshaller.Instance;

            return(Invoke <DeleteParameterGroupRequest, DeleteParameterGroupResponse>(request, marshaller, unmarshaller));
        }
示例#2
0
        /// <summary>
        /// Initiates the asynchronous execution of the DeleteParameterGroup operation.
        /// </summary>
        ///
        /// <param name="request">Container for the necessary parameters to execute the DeleteParameterGroup 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/dax-2017-04-19/DeleteParameterGroup">REST API Reference for DeleteParameterGroup Operation</seealso>
        public virtual Task <DeleteParameterGroupResponse> DeleteParameterGroupAsync(DeleteParameterGroupRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller   = DeleteParameterGroupRequestMarshaller.Instance;
            var unmarshaller = DeleteParameterGroupResponseUnmarshaller.Instance;

            return(InvokeAsync <DeleteParameterGroupRequest, DeleteParameterGroupResponse>(request, marshaller,
                                                                                           unmarshaller, cancellationToken));
        }
示例#3
0
        internal virtual DeleteParameterGroupResponse DeleteParameterGroup(DeleteParameterGroupRequest request)
        {
            var options = new InvokeOptions();

            options.RequestMarshaller    = DeleteParameterGroupRequestMarshaller.Instance;
            options.ResponseUnmarshaller = DeleteParameterGroupResponseUnmarshaller.Instance;

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