services

package
v1.4.2 Latest Latest
Warning

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

Go to latest
Published: Dec 2, 2021 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AppMesh

type AppMesh interface {
	appmeshiface.AppMeshAPI
}

func NewAppMesh

func NewAppMesh(session *session.Session) AppMesh

NewAppMesh constructs new AppMesh implementation.

type CloudMap

type CloudMap interface {
	servicediscoveryiface.ServiceDiscoveryAPI
}

func NewCloudMap

func NewCloudMap(session *session.Session) CloudMap

NewCloudMap constructs new CloudMap implementation.

type EC2Metadata

type EC2Metadata interface {
	Region() (string, error)
}

func NewEC2Metadata

func NewEC2Metadata(session *session.Session) EC2Metadata

NewEC2Metadata constructs new EC2Metadata implementation.

type STS

type STS interface {
	stsiface.STSAPI
	// AccountID returns AWS accountID for current IAM identity.
	AccountID(ctx context.Context) (string, error)
}

func NewSTS

func NewSTS(session *session.Session) STS

NewSTS constructs new STS implementation.

Jump to

Keyboard shortcuts

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