Documentation ¶
Index ¶
- func Certificate(app *kingpin.CmdClause)
- func CertificateRequest(app *kingpin.CmdClause)
- func CertificateValidate(app *kingpin.CmdClause)
- func CloudFront(app *kingpin.CmdClause)
- func CloudFrontInvalidation(app *kingpin.CmdClause)
- func SES(app *kingpin.CmdClause)
- type CertificateCommand
- type CertificateRequestCommand
- type CertificateValidateCommand
- type CloudFrontCommand
- type CloudFrontInvalidationCommand
- type SESCommand
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Certificate ¶ added in v0.1.0
Certificate returns the "certificate" subcommand.
func CertificateRequest ¶ added in v0.1.0
CertificateRequest returns the "certificate-request" subcommand.
func CertificateValidate ¶ added in v0.3.1
CertificateValidate returns the "certificate-validate" subcommand.
func CloudFront ¶
CloudFront returns the "cloudfront" subcommand.
func CloudFrontInvalidation ¶ added in v0.1.0
CloudFrontInvalidation returns the "cloudfront-invalidation" subcommand.
Types ¶
type CertificateCommand ¶ added in v0.1.0
type CertificateCommand struct {
// contains filtered or unexported fields
}
CertificateCommand provides context for the "certificate" command.
type CertificateRequestCommand ¶ added in v0.1.0
type CertificateRequestCommand struct {
// contains filtered or unexported fields
}
CertificateRequestCommand provides context for the "certificate-request" command.
type CertificateValidateCommand ¶ added in v0.3.1
type CertificateValidateCommand struct {
// contains filtered or unexported fields
}
CertificateValidateCommand provides context for the "certificate-validate" command.
type CloudFrontCommand ¶
type CloudFrontCommand struct {
// contains filtered or unexported fields
}
CloudFrontCommand provides context for the "cloudfront" command.
type CloudFrontInvalidationCommand ¶ added in v0.1.0
type CloudFrontInvalidationCommand struct{}
CloudFrontInvalidationCommand provides context for the "cloudfront-invalidation" command.
type SESCommand ¶ added in v0.2.0
type SESCommand struct {
// contains filtered or unexported fields
}
SESCommand provides context for the "ses" command.