ecsacs

package
v0.0.0-...-0dcd02c Latest Latest
Warning

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

Go to latest
Published: Sep 30, 2017 License: Apache-2.0, BSD-2-Clause, BSD-3-Clause, + 4 more Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AccessDeniedException

type AccessDeniedException struct {
	Message *string `locationName:"message" type:"string"`
	// contains filtered or unexported fields
}

func (AccessDeniedException) GoString

func (s AccessDeniedException) GoString() string

GoString returns the string representation

func (AccessDeniedException) String

func (s AccessDeniedException) String() string

String returns the string representation

type AckRequest

type AckRequest struct {
	Cluster *string `locationName:"cluster" type:"string"`

	ContainerInstance *string `locationName:"containerInstance" type:"string"`

	MessageId *string `locationName:"messageId" type:"string"`
	// contains filtered or unexported fields
}

func (AckRequest) GoString

func (s AckRequest) GoString() string

GoString returns the string representation

func (AckRequest) String

func (s AckRequest) String() string

String returns the string representation

type AttachTaskNetworkInterfacesMessage

type AttachTaskNetworkInterfacesMessage struct {
	ClusterArn *string `locationName:"clusterArn" type:"string"`

	ContainerInstanceArn *string `locationName:"containerInstanceArn" type:"string"`

	ElasticNetworkInterfaces []*ElasticNetworkInterface `locationName:"elasticNetworkInterfaces" type:"list"`

	MessageId *string `locationName:"messageId" type:"string"`

	TaskArn *string `locationName:"taskArn" type:"string"`

	WaitTimeoutMs *int64 `locationName:"waitTimeoutMs" type:"long"`
	// contains filtered or unexported fields
}

func (AttachTaskNetworkInterfacesMessage) GoString

GoString returns the string representation

func (AttachTaskNetworkInterfacesMessage) String

String returns the string representation

type BadRequestException

type BadRequestException struct {
	Message *string `locationName:"message" type:"string"`
	// contains filtered or unexported fields
}

func (BadRequestException) GoString

func (s BadRequestException) GoString() string

GoString returns the string representation

func (BadRequestException) String

func (s BadRequestException) String() string

String returns the string representation

type CloseMessage

type CloseMessage struct {
	Message *string `locationName:"message" type:"string"`
	// contains filtered or unexported fields
}

func (CloseMessage) GoString

func (s CloseMessage) GoString() string

GoString returns the string representation

func (CloseMessage) String

func (s CloseMessage) String() string

String returns the string representation

type Container

type Container struct {
	Command []*string `locationName:"command" type:"list"`

	Cpu *int64 `locationName:"cpu" type:"integer"`

	DockerConfig *DockerConfig `locationName:"dockerConfig" type:"structure"`

	EntryPoint []*string `locationName:"entryPoint" type:"list"`

	Environment map[string]*string `locationName:"environment" type:"map"`

	Essential *bool `locationName:"essential" type:"boolean"`

	Image *string `locationName:"image" type:"string"`

	Links []*string `locationName:"links" type:"list"`

	Memory *int64 `locationName:"memory" type:"integer"`

	MountPoints []*MountPoint `locationName:"mountPoints" type:"list"`

	Name *string `locationName:"name" type:"string"`

	Overrides *string `locationName:"overrides" type:"string"`

	PortMappings []*PortMapping `locationName:"portMappings" type:"list"`

	RegistryAuthentication *RegistryAuthenticationData `locationName:"registryAuthentication" type:"structure"`

	VolumesFrom []*VolumeFrom `locationName:"volumesFrom" type:"list"`
	// contains filtered or unexported fields
}

func (Container) GoString

func (s Container) GoString() string

GoString returns the string representation

func (Container) String

func (s Container) String() string

String returns the string representation

type DockerConfig

type DockerConfig struct {
	Config *string `locationName:"config" type:"string"`

	HostConfig *string `locationName:"hostConfig" type:"string"`

	Version *string `locationName:"version" type:"string"`
	// contains filtered or unexported fields
}

func (DockerConfig) GoString

func (s DockerConfig) GoString() string

GoString returns the string representation

func (DockerConfig) String

func (s DockerConfig) String() string

String returns the string representation

type ECRAuthData

type ECRAuthData struct {
	EndpointOverride *string `locationName:"endpointOverride" type:"string"`

	Region *string `locationName:"region" type:"string"`

	RegistryId *string `locationName:"registryId" type:"string"`
	// contains filtered or unexported fields
}

func (ECRAuthData) GoString

func (s ECRAuthData) GoString() string

GoString returns the string representation

func (ECRAuthData) String

func (s ECRAuthData) String() string

String returns the string representation

type ElasticNetworkInterface

type ElasticNetworkInterface struct {
	AttachmentArn *string `locationName:"attachmentArn" type:"string"`

	Ec2Id *string `locationName:"ec2Id" type:"string"`

	Ipv4Addresses []*IPv4AddressAssignment `locationName:"ipv4Addresses" type:"list"`

	Ipv6Addresses []*IPv6AddressAssignment `locationName:"ipv6Addresses" type:"list"`

	MacAddress *string `locationName:"macAddress" type:"string"`
	// contains filtered or unexported fields
}

func (ElasticNetworkInterface) GoString

func (s ElasticNetworkInterface) GoString() string

GoString returns the string representation

func (ElasticNetworkInterface) String

func (s ElasticNetworkInterface) String() string

String returns the string representation

type ErrorMessage

type ErrorMessage struct {
	Message *string `locationName:"message" type:"string"`
	// contains filtered or unexported fields
}

func (ErrorMessage) GoString

func (s ErrorMessage) GoString() string

GoString returns the string representation

func (ErrorMessage) String

func (s ErrorMessage) String() string

String returns the string representation

type ErrorOutput

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

func (ErrorOutput) GoString

func (s ErrorOutput) GoString() string

GoString returns the string representation

func (ErrorOutput) String

func (s ErrorOutput) String() string

String returns the string representation

type HeartbeatMessage

type HeartbeatMessage struct {
	Healthy *bool `locationName:"healthy" type:"boolean"`
	// contains filtered or unexported fields
}

func (HeartbeatMessage) GoString

func (s HeartbeatMessage) GoString() string

GoString returns the string representation

func (HeartbeatMessage) String

func (s HeartbeatMessage) String() string

String returns the string representation

type HeartbeatOutput

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

func (HeartbeatOutput) GoString

func (s HeartbeatOutput) GoString() string

GoString returns the string representation

func (HeartbeatOutput) String

func (s HeartbeatOutput) String() string

String returns the string representation

type HostVolumeProperties

type HostVolumeProperties struct {
	SourcePath *string `locationName:"sourcePath" type:"string"`
	// contains filtered or unexported fields
}

func (HostVolumeProperties) GoString

func (s HostVolumeProperties) GoString() string

GoString returns the string representation

func (HostVolumeProperties) String

func (s HostVolumeProperties) String() string

String returns the string representation

type IAMRoleCredentials

type IAMRoleCredentials struct {
	AccessKeyId *string `locationName:"accessKeyId" type:"string"`

	CredentialsId *string `locationName:"credentialsId" type:"string"`

	Expiration *string `locationName:"expiration" type:"string"`

	RoleArn *string `locationName:"roleArn" type:"string"`

	SecretAccessKey *string `locationName:"secretAccessKey" type:"string"`

	SessionToken *string `locationName:"sessionToken" type:"string"`
	// contains filtered or unexported fields
}

func (IAMRoleCredentials) GoString

func (s IAMRoleCredentials) GoString() string

GoString returns the string representation

func (IAMRoleCredentials) String

func (s IAMRoleCredentials) String() string

String returns the string representation

type IAMRoleCredentialsAckRequest

type IAMRoleCredentialsAckRequest struct {
	CredentialsId *string `locationName:"credentialsId" type:"string"`

	Expiration *string `locationName:"expiration" type:"string"`

	MessageId *string `locationName:"messageId" type:"string"`
	// contains filtered or unexported fields
}

func (IAMRoleCredentialsAckRequest) GoString

func (s IAMRoleCredentialsAckRequest) GoString() string

GoString returns the string representation

func (IAMRoleCredentialsAckRequest) String

String returns the string representation

type IAMRoleCredentialsMessage

type IAMRoleCredentialsMessage struct {
	MessageId *string `locationName:"messageId" type:"string"`

	RoleCredentials *IAMRoleCredentials `locationName:"roleCredentials" type:"structure"`

	TaskArn *string `locationName:"taskArn" type:"string"`
	// contains filtered or unexported fields
}

func (IAMRoleCredentialsMessage) GoString

func (s IAMRoleCredentialsMessage) GoString() string

GoString returns the string representation

func (IAMRoleCredentialsMessage) String

func (s IAMRoleCredentialsMessage) String() string

String returns the string representation

type IPv4AddressAssignment

type IPv4AddressAssignment struct {
	Primary *bool `locationName:"primary" type:"boolean"`

	PrivateAddress *string `locationName:"privateAddress" type:"string"`
	// contains filtered or unexported fields
}

func (IPv4AddressAssignment) GoString

func (s IPv4AddressAssignment) GoString() string

GoString returns the string representation

func (IPv4AddressAssignment) String

func (s IPv4AddressAssignment) String() string

String returns the string representation

type IPv6AddressAssignment

type IPv6AddressAssignment struct {
	Address *string `locationName:"address" type:"string"`
	// contains filtered or unexported fields
}

func (IPv6AddressAssignment) GoString

func (s IPv6AddressAssignment) GoString() string

GoString returns the string representation

func (IPv6AddressAssignment) String

func (s IPv6AddressAssignment) String() string

String returns the string representation

type InactiveInstanceException

type InactiveInstanceException struct {
	Message *string `locationName:"message" type:"string"`
	// contains filtered or unexported fields
}

func (InactiveInstanceException) GoString

func (s InactiveInstanceException) GoString() string

GoString returns the string representation

func (InactiveInstanceException) String

func (s InactiveInstanceException) String() string

String returns the string representation

type InvalidClusterException

type InvalidClusterException struct {
	Message *string `locationName:"message" type:"string"`
	// contains filtered or unexported fields
}

func (InvalidClusterException) GoString

func (s InvalidClusterException) GoString() string

GoString returns the string representation

func (InvalidClusterException) String

func (s InvalidClusterException) String() string

String returns the string representation

type InvalidInstanceException

type InvalidInstanceException struct {
	Message *string `locationName:"message" type:"string"`
	// contains filtered or unexported fields
}

func (InvalidInstanceException) GoString

func (s InvalidInstanceException) GoString() string

GoString returns the string representation

func (InvalidInstanceException) String

func (s InvalidInstanceException) String() string

String returns the string representation

type MountPoint

type MountPoint struct {
	ContainerPath *string `locationName:"containerPath" type:"string"`

	ReadOnly *bool `locationName:"readOnly" type:"boolean"`

	SourceVolume *string `locationName:"sourceVolume" type:"string"`
	// contains filtered or unexported fields
}

func (MountPoint) GoString

func (s MountPoint) GoString() string

GoString returns the string representation

func (MountPoint) String

func (s MountPoint) String() string

String returns the string representation

type NackRequest

type NackRequest struct {
	Cluster *string `locationName:"cluster" type:"string"`

	ContainerInstance *string `locationName:"containerInstance" type:"string"`

	MessageId *string `locationName:"messageId" type:"string"`

	Reason *string `locationName:"reason" type:"string"`
	// contains filtered or unexported fields
}

func (NackRequest) GoString

func (s NackRequest) GoString() string

GoString returns the string representation

func (NackRequest) String

func (s NackRequest) String() string

String returns the string representation

type PayloadMessage

type PayloadMessage struct {
	ClusterArn *string `locationName:"clusterArn" type:"string"`

	ContainerInstanceArn *string `locationName:"containerInstanceArn" type:"string"`

	GeneratedAt *int64 `locationName:"generatedAt" type:"long"`

	MessageId *string `locationName:"messageId" type:"string"`

	SeqNum *int64 `locationName:"seqNum" type:"integer"`

	Tasks []*Task `locationName:"tasks" type:"list"`
	// contains filtered or unexported fields
}

func (PayloadMessage) GoString

func (s PayloadMessage) GoString() string

GoString returns the string representation

func (PayloadMessage) String

func (s PayloadMessage) String() string

String returns the string representation

type PerformUpdateMessage

type PerformUpdateMessage struct {
	ClusterArn *string `locationName:"clusterArn" type:"string"`

	ContainerInstanceArn *string `locationName:"containerInstanceArn" type:"string"`

	MessageId *string `locationName:"messageId" type:"string"`

	UpdateInfo *UpdateInfo `locationName:"updateInfo" type:"structure"`
	// contains filtered or unexported fields
}

func (PerformUpdateMessage) GoString

func (s PerformUpdateMessage) GoString() string

GoString returns the string representation

func (PerformUpdateMessage) String

func (s PerformUpdateMessage) String() string

String returns the string representation

type PollRequest

type PollRequest struct {
	Cluster *string `locationName:"cluster" type:"string"`

	ContainerInstance *string `locationName:"containerInstance" type:"string"`

	SendCredentials *bool `locationName:"sendCredentials" type:"boolean"`

	SeqNum *int64 `locationName:"seqNum" type:"integer"`

	VersionInfo *VersionInfo `locationName:"versionInfo" type:"structure"`
	// contains filtered or unexported fields
}

func (PollRequest) GoString

func (s PollRequest) GoString() string

GoString returns the string representation

func (PollRequest) String

func (s PollRequest) String() string

String returns the string representation

type PortMapping

type PortMapping struct {
	ContainerPort *int64 `locationName:"containerPort" type:"integer"`

	HostPort *int64 `locationName:"hostPort" type:"integer"`

	Protocol *string `locationName:"protocol" type:"string" enum:"TransportProtocol"`
	// contains filtered or unexported fields
}

func (PortMapping) GoString

func (s PortMapping) GoString() string

GoString returns the string representation

func (PortMapping) String

func (s PortMapping) String() string

String returns the string representation

type RegistryAuthenticationData

type RegistryAuthenticationData struct {
	EcrAuthData *ECRAuthData `locationName:"ecrAuthData" type:"structure"`

	Type *string `locationName:"type" type:"string" enum:"AuthenticationType"`
	// contains filtered or unexported fields
}

func (RegistryAuthenticationData) GoString

func (s RegistryAuthenticationData) GoString() string

GoString returns the string representation

func (RegistryAuthenticationData) String

String returns the string representation

type ServerException

type ServerException struct {
	Message *string `locationName:"message" type:"string"`
	// contains filtered or unexported fields
}

func (ServerException) GoString

func (s ServerException) GoString() string

GoString returns the string representation

func (ServerException) String

func (s ServerException) String() string

String returns the string representation

type StageUpdateMessage

type StageUpdateMessage struct {
	ClusterArn *string `locationName:"clusterArn" type:"string"`

	ContainerInstanceArn *string `locationName:"containerInstanceArn" type:"string"`

	MessageId *string `locationName:"messageId" type:"string"`

	UpdateInfo *UpdateInfo `locationName:"updateInfo" type:"structure"`
	// contains filtered or unexported fields
}

func (StageUpdateMessage) GoString

func (s StageUpdateMessage) GoString() string

GoString returns the string representation

func (StageUpdateMessage) String

func (s StageUpdateMessage) String() string

String returns the string representation

type Task

type Task struct {
	Arn *string `locationName:"arn" type:"string"`

	Containers []*Container `locationName:"containers" type:"list"`

	DesiredStatus *string `locationName:"desiredStatus" type:"string"`

	ElasticNetworkInterfaces []*ElasticNetworkInterface `locationName:"elasticNetworkInterfaces" type:"list"`

	Family *string `locationName:"family" type:"string"`

	Overrides *string `locationName:"overrides" type:"string"`

	RoleCredentials *IAMRoleCredentials `locationName:"roleCredentials" type:"structure"`

	TaskDefinitionAccountId *string `locationName:"taskDefinitionAccountId" type:"string"`

	Version *string `locationName:"version" type:"string"`

	Volumes []*Volume `locationName:"volumes" type:"list"`
	// contains filtered or unexported fields
}

func (Task) GoString

func (s Task) GoString() string

GoString returns the string representation

func (Task) String

func (s Task) String() string

String returns the string representation

type UpdateFailureOutput

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

func (UpdateFailureOutput) GoString

func (s UpdateFailureOutput) GoString() string

GoString returns the string representation

func (UpdateFailureOutput) String

func (s UpdateFailureOutput) String() string

String returns the string representation

type UpdateInfo

type UpdateInfo struct {
	Location *string `locationName:"location" type:"string"`

	Signature *string `locationName:"signature" type:"string"`
	// contains filtered or unexported fields
}

func (UpdateInfo) GoString

func (s UpdateInfo) GoString() string

GoString returns the string representation

func (UpdateInfo) String

func (s UpdateInfo) String() string

String returns the string representation

type VersionInfo

type VersionInfo struct {
	AgentHash *string `locationName:"agentHash" type:"string"`

	AgentVersion *string `locationName:"agentVersion" type:"string"`

	DockerVersion *string `locationName:"dockerVersion" type:"string"`
	// contains filtered or unexported fields
}

func (VersionInfo) GoString

func (s VersionInfo) GoString() string

GoString returns the string representation

func (VersionInfo) String

func (s VersionInfo) String() string

String returns the string representation

type Volume

type Volume struct {
	Host *HostVolumeProperties `locationName:"host" type:"structure"`

	Name *string `locationName:"name" type:"string"`
	// contains filtered or unexported fields
}

func (Volume) GoString

func (s Volume) GoString() string

GoString returns the string representation

func (Volume) String

func (s Volume) String() string

String returns the string representation

type VolumeFrom

type VolumeFrom struct {
	ReadOnly *bool `locationName:"readOnly" type:"boolean"`

	SourceContainer *string `locationName:"sourceContainer" type:"string"`
	// contains filtered or unexported fields
}

func (VolumeFrom) GoString

func (s VolumeFrom) GoString() string

GoString returns the string representation

func (VolumeFrom) String

func (s VolumeFrom) String() string

String returns the string representation

Jump to

Keyboard shortcuts

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