ssm

package
v1.121.0 Latest Latest
Warning

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

Go to latest
Published: May 17, 2024 License: MIT Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewClient

func NewClient(params ClientParams) (*ssm.Client, error)

NewClient for SSM.

Types

type ClientParams

type ClientParams struct {
	fx.In

	Config *http.Config
	Logger *zap.Logger
	Tracer trace.Tracer
	Meter  metric.Meter
}

ConfigParams for SSM.

type Secret

type Secret struct {
	Data map[string]any `json:"data"`
}

Secret from SSM.

type Transformer

type Transformer struct {
	// contains filtered or unexported fields
}

Transformer for SSM.

func NewTransformer

func NewTransformer(client *ssm.Client, json *marshaller.JSON, tracer trace.Tracer) *Transformer

NewTransformer for SSM.

func (*Transformer) IsMissing added in v1.79.9

func (t *Transformer) IsMissing(err error) bool

IsMissing value for SSM.

func (*Transformer) Transform

func (t *Transformer) Transform(ctx context.Context, value string) (any, error)

Transform for SSM.

Jump to

Keyboard shortcuts

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