ssm

package
v0.27.4 Latest Latest
Warning

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

Go to latest
Published: Feb 19, 2024 License: AGPL-3.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SSM

type SSM struct {
	Service ssmiface.SSMAPI
	// contains filtered or unexported fields
}

func New

func New(opts ...SSMOption) *SSM

New creates a new SSM

func (*SSM) CreateAssociation added in v0.14.0

func (s *SSM) CreateAssociation(ctx context.Context, instanceId, docName string) (string, error)

func (*SSM) DescribeAssociation

func (s *SSM) DescribeAssociation(ctx context.Context, instanceId, docName string) (*ssm.DescribeAssociationOutput, error)

func (*SSM) GetCommandInvocation

func (s *SSM) GetCommandInvocation(ctx context.Context, instanceId, commandId string) (*ssm.GetCommandInvocationOutput, error)

func (*SSM) SendCommand added in v0.13.0

func (s *SSM) SendCommand(ctx context.Context, input *ssm.SendCommandInput) (*ssm.Command, error)

type SSMOption

type SSMOption func(*SSM)

func WithCredentials

func WithCredentials(key, secret, token, region string) SSMOption

func WithSession

func WithSession(sess *session.Session) SSMOption

Jump to

Keyboard shortcuts

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