client

package
v0.0.0-...-f0872cc Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 17, 2023 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewConfig

func NewConfig(ctx context.Context) (aws.Config, error)

func NewEfsClient

func NewEfsClient(ctx context.Context) (*efs.Client, error)

Types

type EfsClient

type EfsClient interface {
}

type NetworkClient

type NetworkClient interface {
	DescribeVpcs(ctx context.Context) ([]types.Vpc, error)
	DescribeSubnets(ctx context.Context, vpcId string) ([]types.Subnet, error)
	CreateSubnet(ctx context.Context, vpcId, az, cidr string) (*types.Subnet, error)
	DeleteSubnet(ctx context.Context, subnetId string) error
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL