ssminator

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Jan 16, 2024 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New() *ssminator

New returns a pointer to a new instance of `ssminator`. To specify an AWS Profile, set the environment variable before constructing your client:

AWS_PROFILE=profile_name

See: https://aws.github.io/aws-sdk-go-v2/docs/configuring-sdk/#specifying-profiles

Types

type Client

type Client *ssminator

type Command

type Command struct {
	CommandID      string
	CompletedCount int32
	ErrorCount     int32
	StatusDetails  string
}

Command is a copy of "github.com/aws/aws-sdk-go-v2/service/ssm/types.Command"

type InstanceInformation

type InstanceInformation struct {
	InstanceID   string
	ComputerName string
}

InstanceInformation is like github.com/aws/aws-sdk-go-v2/service/ssm/types.InstanceInformation but without the pointers.

Jump to

Keyboard shortcuts

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