Documentation ¶
Index ¶
- type SSM
- func (s *SSM) CreateAssociation(ctx context.Context, instanceId, docName string) (string, error)
- func (s *SSM) DescribeAssociation(ctx context.Context, instanceId, docName string) (*ssm.DescribeAssociationOutput, error)
- func (s *SSM) GetCommandInvocation(ctx context.Context, instanceId, commandId string) (*ssm.GetCommandInvocationOutput, error)
- func (s *SSM) SendCommand(ctx context.Context, input *ssm.SendCommandInput) (*ssm.Command, error)
- type SSMOption
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SSM ¶
func (*SSM) CreateAssociation ¶ added in v0.14.0
func (*SSM) DescribeAssociation ¶
func (*SSM) GetCommandInvocation ¶
func (*SSM) SendCommand ¶ added in v0.13.0
Click to show internal directories.
Click to hide internal directories.