Documentation
¶
Index ¶
- type Content
- type Layer
- func (l *Layer) DownloadVersion(ctx context.Context, v *Version, w io.Writer) error
- func (l *Layer) FetchVersion(ctx context.Context, version int64, region string) (*Version, error)
- func (l *Layer) GreatestVersion(ctx context.Context, regions []string) (*Version, error)
- func (l *Layer) LatestVersion(ctx context.Context, region string) (*Version, error)
- func (l *Layer) LatestVersions(ctx context.Context, regions []string) ([]*Version, error)
- func (l *Layer) PublishVersion(ctx context.Context, v *Version) error
- type Version
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Layer ¶
type Layer struct {
Name string
// contains filtered or unexported fields
}
Layer represents a lambda layer.
func (*Layer) DownloadVersion ¶
DownloadVersion downloads the lambda layer version by region.
func (*Layer) FetchVersion ¶
FetchVersion retrieves a version of lambda layer by region.
func (*Layer) GreatestVersion ¶
GreatestVersion retrieves the greatest version of the lambda layer across regions.
func (*Layer) LatestVersion ¶
LatestVersion retrieves the latest version of a lambda layer by region.
func (*Layer) LatestVersions ¶
LatestVersions retrieves the latest version of all lambda layer regions.
Click to show internal directories.
Click to hide internal directories.