fake

package
v0.9.16 Latest Latest
Warning

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

Go to latest
Published: Apr 18, 2024 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	GetParameterWithContextFn        GetParameterWithContextFn
	GetParametersByPathWithContextFn GetParametersByPathWithContextFn
	PutParameterWithContextFn        PutParameterWithContextFn
	DeleteParameterWithContextFn     DeleteParameterWithContextFn
	DescribeParametersWithContextFn  DescribeParametersWithContextFn
	ListTagsForResourceWithContextFn ListTagsForResourceWithContextFn
}

Client implements the aws parameterstore interface.

func (*Client) DeleteParameterWithContext added in v0.7.0

func (sm *Client) DeleteParameterWithContext(ctx aws.Context, input *ssm.DeleteParameterInput, opts ...request.Option) (*ssm.DeleteParameterOutput, error)

func (*Client) DescribeParametersWithContext added in v0.7.0

func (sm *Client) DescribeParametersWithContext(ctx context.Context, input *ssm.DescribeParametersInput, options ...request.Option) (*ssm.DescribeParametersOutput, error)

func (*Client) GetParameterWithContext added in v0.7.0

func (sm *Client) GetParameterWithContext(ctx aws.Context, input *ssm.GetParameterInput, options ...request.Option) (*ssm.GetParameterOutput, error)

func (*Client) GetParametersByPathWithContext added in v0.8.4

func (sm *Client) GetParametersByPathWithContext(ctx aws.Context, input *ssm.GetParametersByPathInput, options ...request.Option) (*ssm.GetParametersByPathOutput, error)

func (*Client) ListTagsForResourceWithContext added in v0.7.0

func (sm *Client) ListTagsForResourceWithContext(ctx aws.Context, input *ssm.ListTagsForResourceInput, options ...request.Option) (*ssm.ListTagsForResourceOutput, error)

func (*Client) PutParameterWithContext added in v0.7.0

func (sm *Client) PutParameterWithContext(ctx aws.Context, input *ssm.PutParameterInput, options ...request.Option) (*ssm.PutParameterOutput, error)

func (*Client) WithValue

func (sm *Client) WithValue(in *ssm.GetParameterInput, val *ssm.GetParameterOutput, err error)

type DeleteParameterWithContextFn added in v0.7.0

type DeleteParameterWithContextFn func(ctx aws.Context, input *ssm.DeleteParameterInput, opts ...request.Option) (*ssm.DeleteParameterOutput, error)

func NewDeleteParameterWithContextFn added in v0.7.0

func NewDeleteParameterWithContextFn(output *ssm.DeleteParameterOutput, err error) DeleteParameterWithContextFn

type DescribeParametersWithContextFn added in v0.7.0

type DescribeParametersWithContextFn func(aws.Context, *ssm.DescribeParametersInput, ...request.Option) (*ssm.DescribeParametersOutput, error)

func NewDescribeParametersWithContextFn added in v0.7.0

func NewDescribeParametersWithContextFn(output *ssm.DescribeParametersOutput, err error) DescribeParametersWithContextFn

type GetParameterWithContextFn added in v0.7.0

type GetParameterWithContextFn func(aws.Context, *ssm.GetParameterInput, ...request.Option) (*ssm.GetParameterOutput, error)

func NewGetParameterWithContextFn added in v0.7.0

func NewGetParameterWithContextFn(output *ssm.GetParameterOutput, err error) GetParameterWithContextFn

type GetParametersByPathWithContextFn added in v0.8.4

type GetParametersByPathWithContextFn func(aws.Context, *ssm.GetParametersByPathInput, ...request.Option) (*ssm.GetParametersByPathOutput, error)

type ListTagsForResourceWithContextFn added in v0.7.0

type ListTagsForResourceWithContextFn func(aws.Context, *ssm.ListTagsForResourceInput, ...request.Option) (*ssm.ListTagsForResourceOutput, error)

func NewListTagsForResourceWithContextFn added in v0.7.0

func NewListTagsForResourceWithContextFn(output *ssm.ListTagsForResourceOutput, err error) ListTagsForResourceWithContextFn

type PutParameterWithContextFn added in v0.7.0

type PutParameterWithContextFn func(aws.Context, *ssm.PutParameterInput, ...request.Option) (*ssm.PutParameterOutput, error)

func NewPutParameterWithContextFn added in v0.7.0

func NewPutParameterWithContextFn(output *ssm.PutParameterOutput, err error) PutParameterWithContextFn

Jump to

Keyboard shortcuts

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