Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SSMAdapter ¶
type SSMAdapter struct {
// contains filtered or unexported fields
}
SSMAdapter is a AutomateAdapter for AWS, using the Systems Manager service
func NewSSMAdapter ¶
func NewSSMAdapter(client *ssm.SSM) *SSMAdapter
NewSSMAdapter creates a new instance of the SSMAdapter
func (*SSMAdapter) Execute ¶
func (sa *SSMAdapter) Execute(service *types.Service, request types.Request) (*types.Response, error)
Execute executes an SSM document, with arguments and returns the execution ID as the response body.
func (*SSMAdapter) ExecuteWithOpts ¶ added in v1.0.0
func (sa *SSMAdapter) ExecuteWithOpts(service *types.Service, request types.Request, opts types.Options) (*types.Response, error)
ExecuteWithOpts - executes an SSM document, with arguments and options. Returns the execution ID as the response body.
Click to show internal directories.
Click to hide internal directories.