Documentation
¶
Overview ¶
Package plugin implements extensions for AWS CLI's lightsail subcommand. See: https://github.com/aws/aws-cli/tree/ce7dc9a61b/awscli/customizations/lightsail
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Input ¶
type Input struct {
InputVersion string `json:"inputVersion"`
Operation string `json:"operation"`
Payload json.RawMessage `json:"payload"`
Configuration OperationConfig `json:"configuration"`
}
type OperationConfig ¶
type OperationConfig struct {
Debug bool `json:"debug,omitempty"`
Endpoint string `json:"endpoint,omitempty"`
Region string `json:"region,omitempty"`
Profile string `json:"profile,omitempty"`
CABundle string `json:"caBundle,omitempty"`
DoNotVerifySSL bool `json:"doNotVerifySSL,omitempty"`
// CLIVersion is the version of the calling CLI,
// for diagnostics and logging purposes.
CLIVersion string `json:"cliVersion"`
}
Click to show internal directories.
Click to hide internal directories.