lib

package
v1.4.2 Latest Latest
Warning

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

Go to latest
Published: Sep 18, 2018 License: MPL-2.0 Imports: 9 Imported by: 5

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ECS added in v0.2.1

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

func NewECS added in v0.2.1

func NewECS(sess *session.Session) *ECS

func (*ECS) ListServices added in v0.2.1

func (e *ECS) ListServices(params *ecs.ListServicesInput) (*ecs.ListServicesOutput, error)

func (*ECS) RegisterTaskDefinition added in v0.2.1

func (e *ECS) RegisterTaskDefinition(registerTaskDefinitionInput *ecs.RegisterTaskDefinitionInput) (*ecs.RegisterTaskDefinitionOutput, error)

func (*ECS) UpsertService added in v1.0.3

func (e *ECS) UpsertService(createServiceInput *ecs.CreateServiceInput) (interface{}, error)

type KMS

type KMS struct {
	Type   *string `json:"type"`
	Cipher []byte  `json:"cipher"`
	// contains filtered or unexported fields
}

func NewKMS

func NewKMS(sess *session.Session) *KMS

func NewKMSFromBinary

func NewKMSFromBinary(bin []byte, sess *session.Session) *KMS

func (*KMS) Decrypt

func (k *KMS) Decrypt() ([]byte, error)

func (*KMS) Encrypt

func (k *KMS) Encrypt(plainText []byte) ([]byte, error)

func (*KMS) SetKeyID

func (k *KMS) SetKeyID(keyID string) *KMS

func (*KMS) String

func (k *KMS) String() string

type Service

type Service struct {
	Name *string
}

Directories

Path Synopsis
v1

Jump to

Keyboard shortcuts

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