/// <summary> /// Initiates the asynchronous execution of the DeleteVaultNotifications operation. /// <seealso cref="Amazon.Glacier.IAmazonGlacier"/> /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the DeleteVaultNotifications 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> public Task <DeleteVaultNotificationsResponse> DeleteVaultNotificationsAsync(DeleteVaultNotificationsRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)) { var marshaller = new DeleteVaultNotificationsRequestMarshaller(); var unmarshaller = DeleteVaultNotificationsResponseUnmarshaller.Instance; return(InvokeAsync <DeleteVaultNotificationsRequest, DeleteVaultNotificationsResponse>(request, marshaller, unmarshaller, cancellationToken)); }