aws-cloudfront-signed-cookies-0.1.0.0: Generate signed cookies for AWS CloudFront

Safe HaskellNone
LanguageHaskell2010

Network.AWS.CloudFront.SignedCookies.CLI

Description

Command-line interface for generating AWS CloudFront signed cookies.

Synopsis

Documentation

main :: IO () Source #

The entry point for the AWS CloudFront cookie-signing command-line interface.

data Opts Source #

The parse result for the command-line arguments.

Constructors

Opts 

Fields

optsParser :: Parser Opts Source #

Parser for all of the command-line arguments.

See Options.Applicative, info, and execParser to learn how to use a Parser.