Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StructMockClient ¶
type StructMockClient struct {
TimeListCommandInvocations int
}
func NewMockClient ¶
func NewMockClient() *StructMockClient
func (*StructMockClient) ListCommandInvocations ¶
func (s *StructMockClient) ListCommandInvocations(ctx context.Context, params *ssm.ListCommandInvocationsInput, optFns ...func(*ssm.Options)) (*ssm.ListCommandInvocationsOutput, error)
func (*StructMockClient) ListCommands ¶
func (s *StructMockClient) ListCommands(ctx context.Context, params *ssm.ListCommandsInput, optFns ...func(*ssm.Options)) (*ssm.ListCommandsOutput, error)
type StructMockClientError ¶
type StructMockClientError struct{}
func (*StructMockClientError) ListCommandInvocations ¶
func (s *StructMockClientError) ListCommandInvocations(ctx context.Context, params *ssm.ListCommandInvocationsInput, optFns ...func(*ssm.Options)) (*ssm.ListCommandInvocationsOutput, error)
func (*StructMockClientError) ListCommands ¶
func (s *StructMockClientError) ListCommands(ctx context.Context, params *ssm.ListCommandsInput, optFns ...func(*ssm.Options)) (*ssm.ListCommandsOutput, error)
Click to show internal directories.
Click to hide internal directories.