ecsacs

package
v1.49.0 Latest Latest
Warning

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

Go to latest
Published: Jan 6, 2021 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ASMAuthData added in v1.19.0

type ASMAuthData struct {
	CredentialsParameter *string `locationName:"credentialsParameter" type:"string"`

	Region *string `locationName:"region" type:"string"`
	// contains filtered or unexported fields
}

func (ASMAuthData) GoString added in v1.19.0

func (s ASMAuthData) GoString() string

GoString returns the string representation

func (ASMAuthData) String added in v1.19.0

func (s ASMAuthData) String() string

String returns the string representation

type AccessDeniedException

type AccessDeniedException struct {
	RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

	Message_ *string `locationName:"message" type:"string"`
	// contains filtered or unexported fields
}

func (*AccessDeniedException) Code added in v1.49.0

func (s *AccessDeniedException) Code() string

Code returns the exception type name.

func (*AccessDeniedException) Error added in v1.49.0

func (s *AccessDeniedException) Error() string

func (AccessDeniedException) GoString added in v1.3.1

func (s AccessDeniedException) GoString() string

GoString returns the string representation

func (*AccessDeniedException) Message

func (s *AccessDeniedException) Message() string

Message returns the exception's message.

func (*AccessDeniedException) OrigErr added in v1.49.0

func (s *AccessDeniedException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*AccessDeniedException) RequestID added in v1.49.0

func (s *AccessDeniedException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*AccessDeniedException) StatusCode added in v1.49.0

func (s *AccessDeniedException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (AccessDeniedException) String added in v1.3.1

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 added in v1.3.1

func (s AckRequest) GoString() string

GoString returns the string representation

func (AckRequest) String added in v1.3.1

func (s AckRequest) String() string

String returns the string representation

type Association added in v1.25.0

type Association struct {
	Containers []*string `locationName:"containers" type:"list"`

	Content *EncodedString `locationName:"content" type:"structure"`

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

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

func (Association) GoString added in v1.25.0

func (s Association) GoString() string

GoString returns the string representation

func (Association) String added in v1.25.0

func (s Association) String() string

String returns the string representation

type AttachInstanceNetworkInterfacesInput added in v1.28.0

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

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

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

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

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

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

func (AttachInstanceNetworkInterfacesInput) GoString added in v1.28.0

GoString returns the string representation

func (AttachInstanceNetworkInterfacesInput) String added in v1.28.0

String returns the string representation

type AttachInstanceNetworkInterfacesMessage added in v1.28.0

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

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

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

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

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

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

func (AttachInstanceNetworkInterfacesMessage) GoString added in v1.28.0

GoString returns the string representation

func (AttachInstanceNetworkInterfacesMessage) String added in v1.28.0

String returns the string representation

type AttachInstanceNetworkInterfacesOutput added in v1.28.0

type AttachInstanceNetworkInterfacesOutput 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 (AttachInstanceNetworkInterfacesOutput) GoString added in v1.28.0

GoString returns the string representation

func (AttachInstanceNetworkInterfacesOutput) String added in v1.28.0

String returns the string representation

type AttachTaskNetworkInterfacesInput added in v1.22.0

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

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

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

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

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

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

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

func (AttachTaskNetworkInterfacesInput) GoString added in v1.22.0

GoString returns the string representation

func (AttachTaskNetworkInterfacesInput) String added in v1.22.0

String returns the string representation

type AttachTaskNetworkInterfacesMessage added in v1.14.5

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

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

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

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

	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 added in v1.14.5

GoString returns the string representation

func (AttachTaskNetworkInterfacesMessage) String added in v1.14.5

String returns the string representation

type AttachTaskNetworkInterfacesOutput added in v1.22.0

type AttachTaskNetworkInterfacesOutput 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 (AttachTaskNetworkInterfacesOutput) GoString added in v1.22.0

GoString returns the string representation

func (AttachTaskNetworkInterfacesOutput) String added in v1.22.0

String returns the string representation

type BadRequestException

type BadRequestException struct {
	RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

	Message_ *string `locationName:"message" type:"string"`
	// contains filtered or unexported fields
}

func (*BadRequestException) Code added in v1.49.0

func (s *BadRequestException) Code() string

Code returns the exception type name.

func (*BadRequestException) Error added in v1.49.0

func (s *BadRequestException) Error() string

func (BadRequestException) GoString added in v1.3.1

func (s BadRequestException) GoString() string

GoString returns the string representation

func (*BadRequestException) Message

func (s *BadRequestException) Message() string

Message returns the exception's message.

func (*BadRequestException) OrigErr added in v1.49.0

func (s *BadRequestException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*BadRequestException) RequestID added in v1.49.0

func (s *BadRequestException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*BadRequestException) StatusCode added in v1.49.0

func (s *BadRequestException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (BadRequestException) String added in v1.3.1

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 added in v1.3.1

func (s CloseMessage) GoString() string

GoString returns the string representation

func (CloseMessage) String added in v1.3.1

func (s CloseMessage) String() string

String returns the string representation

type Container

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

	ContainerArn *string `locationName:"containerArn" type:"string"`

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

	DependsOn []*ContainerDependency `locationName:"dependsOn" type:"list"`

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

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

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

	EnvironmentFiles []*EnvironmentFile `locationName:"environmentFiles" type:"list"`

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

	FirelensConfiguration *FirelensConfiguration `locationName:"firelensConfiguration" type:"structure"`

	HealthCheckType *string `locationName:"healthCheckType" type:"string" enum:"HealthCheckType"`

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

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

	LogsAuthStrategy *string `locationName:"logsAuthStrategy" type:"string" enum:"AuthStrategy"`

	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"`

	Secrets []*Secret `locationName:"secrets" type:"list"`

	StartTimeout *int64 `locationName:"startTimeout" type:"integer"`

	StopTimeout *int64 `locationName:"stopTimeout" type:"integer"`

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

func (Container) GoString added in v1.3.1

func (s Container) GoString() string

GoString returns the string representation

func (Container) String added in v1.3.1

func (s Container) String() string

String returns the string representation

type ContainerDependency added in v1.26.0

type ContainerDependency struct {
	Condition *string `locationName:"condition" type:"string" enum:"ContainerCondition"`

	ContainerName *string `locationName:"containerName" type:"string"`
	// contains filtered or unexported fields
}

func (ContainerDependency) GoString added in v1.26.0

func (s ContainerDependency) GoString() string

GoString returns the string representation

func (ContainerDependency) String added in v1.26.0

func (s ContainerDependency) String() string

String returns the string representation

type DockerConfig added in v1.5.0

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 added in v1.5.0

func (s DockerConfig) GoString() string

GoString returns the string representation

func (DockerConfig) String added in v1.5.0

func (s DockerConfig) String() string

String returns the string representation

type DockerVolumeConfiguration added in v1.20.0

type DockerVolumeConfiguration struct {
	Autoprovision *bool `locationName:"autoprovision" type:"boolean"`

	Driver *string `locationName:"driver" type:"string"`

	DriverOpts map[string]*string `locationName:"driverOpts" type:"map"`

	Labels map[string]*string `locationName:"labels" type:"map"`

	Scope *string `locationName:"scope" type:"string" enum:"Scope"`
	// contains filtered or unexported fields
}

func (DockerVolumeConfiguration) GoString added in v1.20.0

func (s DockerVolumeConfiguration) GoString() string

GoString returns the string representation

func (DockerVolumeConfiguration) String added in v1.20.0

func (s DockerVolumeConfiguration) String() string

String returns the string representation

type ECRAuthData added in v1.7.0

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

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

	RegistryId *string `locationName:"registryId" type:"string"`

	UseExecutionRole *bool `locationName:"useExecutionRole" type:"boolean"`
	// contains filtered or unexported fields
}

func (ECRAuthData) GoString added in v1.7.0

func (s ECRAuthData) GoString() string

GoString returns the string representation

func (ECRAuthData) String added in v1.7.0

func (s ECRAuthData) String() string

String returns the string representation

type EFSAuthorizationConfig added in v1.38.0

type EFSAuthorizationConfig struct {
	AccessPointId *string `locationName:"accessPointId" type:"string"`

	Iam *string `locationName:"iam" type:"string" enum:"EFSAuthorizationConfigIAM"`
	// contains filtered or unexported fields
}

func (EFSAuthorizationConfig) GoString added in v1.38.0

func (s EFSAuthorizationConfig) GoString() string

GoString returns the string representation

func (EFSAuthorizationConfig) String added in v1.38.0

func (s EFSAuthorizationConfig) String() string

String returns the string representation

type EFSVolumeConfiguration added in v1.35.0

type EFSVolumeConfiguration struct {
	AuthorizationConfig *EFSAuthorizationConfig `locationName:"authorizationConfig" type:"structure"`

	FileSystemId *string `locationName:"fileSystemId" type:"string"`

	RootDirectory *string `locationName:"rootDirectory" type:"string"`

	TransitEncryption *string `locationName:"transitEncryption" type:"string" enum:"EFSTransitEncryption"`

	TransitEncryptionPort *int64 `locationName:"transitEncryptionPort" type:"integer"`
	// contains filtered or unexported fields
}

func (EFSVolumeConfiguration) GoString added in v1.35.0

func (s EFSVolumeConfiguration) GoString() string

GoString returns the string representation

func (EFSVolumeConfiguration) String added in v1.35.0

func (s EFSVolumeConfiguration) String() string

String returns the string representation

type ElasticNetworkInterface added in v1.14.5

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

	DomainName []*string `locationName:"domainName" type:"list"`

	DomainNameServers []*string `locationName:"domainNameServers" type:"list"`

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

	InterfaceAssociationProtocol *string `locationName:"interfaceAssociationProtocol" type:"string" enum:"NetworkInterfaceAssociationProtocol"`

	InterfaceVlanProperties *NetworkInterfaceVlanProperties `locationName:"interfaceVlanProperties" type:"structure"`

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

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

	MacAddress *string `locationName:"macAddress" type:"string"`

	PrivateDnsName *string `locationName:"privateDnsName" type:"string"`

	SubnetGatewayIpv4Address *string `locationName:"subnetGatewayIpv4Address" type:"string"`
	// contains filtered or unexported fields
}

func (ElasticNetworkInterface) GoString added in v1.14.5

func (s ElasticNetworkInterface) GoString() string

GoString returns the string representation

func (ElasticNetworkInterface) String added in v1.14.5

func (s ElasticNetworkInterface) String() string

String returns the string representation

type EncodedString added in v1.25.0

type EncodedString struct {
	Encoding *string `locationName:"encoding" type:"string" enum:"Encoding"`

	Value *string `locationName:"value" type:"string"`
	// contains filtered or unexported fields
}

func (EncodedString) GoString added in v1.25.0

func (s EncodedString) GoString() string

GoString returns the string representation

func (EncodedString) String added in v1.25.0

func (s EncodedString) String() string

String returns the string representation

type EnvironmentFile added in v1.39.0

type EnvironmentFile struct {
	Type *string `locationName:"type" type:"string" enum:"EnvironmentFileType"`

	Value *string `locationName:"value" type:"string"`
	// contains filtered or unexported fields
}

func (EnvironmentFile) GoString added in v1.39.0

func (s EnvironmentFile) GoString() string

GoString returns the string representation

func (EnvironmentFile) String added in v1.39.0

func (s EnvironmentFile) String() string

String returns the string representation

type ErrorInput added in v1.22.0

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

func (ErrorInput) GoString added in v1.22.0

func (s ErrorInput) GoString() string

GoString returns the string representation

func (ErrorInput) String added in v1.22.0

func (s ErrorInput) String() string

String returns the string representation

type ErrorMessage added in v1.2.0

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

func (ErrorMessage) GoString added in v1.3.1

func (s ErrorMessage) GoString() string

GoString returns the string representation

func (ErrorMessage) String added in v1.3.1

func (s ErrorMessage) String() string

String returns the string representation

type ErrorOutput added in v1.2.0

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

func (ErrorOutput) GoString added in v1.3.1

func (s ErrorOutput) GoString() string

GoString returns the string representation

func (ErrorOutput) String added in v1.3.1

func (s ErrorOutput) String() string

String returns the string representation

type FSxWindowsFileServerAuthorizationConfig added in v1.47.0

type FSxWindowsFileServerAuthorizationConfig struct {
	CredentialsParameter *string `locationName:"credentialsParameter" type:"string"`

	Domain *string `locationName:"domain" type:"string"`
	// contains filtered or unexported fields
}

func (FSxWindowsFileServerAuthorizationConfig) GoString added in v1.47.0

GoString returns the string representation

func (FSxWindowsFileServerAuthorizationConfig) String added in v1.47.0

String returns the string representation

type FSxWindowsFileServerVolumeConfiguration added in v1.47.0

type FSxWindowsFileServerVolumeConfiguration struct {
	AuthorizationConfig *FSxWindowsFileServerAuthorizationConfig `locationName:"authorizationConfig" type:"structure"`

	FileSystemId *string `locationName:"fileSystemId" type:"string"`

	RootDirectory *string `locationName:"rootDirectory" type:"string"`
	// contains filtered or unexported fields
}

func (FSxWindowsFileServerVolumeConfiguration) GoString added in v1.47.0

GoString returns the string representation

func (FSxWindowsFileServerVolumeConfiguration) String added in v1.47.0

String returns the string representation

type FirelensConfiguration added in v1.30.0

type FirelensConfiguration struct {
	Options map[string]*string `locationName:"options" type:"map"`

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

func (FirelensConfiguration) GoString added in v1.30.0

func (s FirelensConfiguration) GoString() string

GoString returns the string representation

func (FirelensConfiguration) String added in v1.30.0

func (s FirelensConfiguration) String() string

String returns the string representation

type HeartbeatInput added in v1.22.0

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

func (HeartbeatInput) GoString added in v1.22.0

func (s HeartbeatInput) GoString() string

GoString returns the string representation

func (HeartbeatInput) String added in v1.22.0

func (s HeartbeatInput) 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 added in v1.3.1

func (s HeartbeatMessage) GoString() string

GoString returns the string representation

func (HeartbeatMessage) String added in v1.3.1

func (s HeartbeatMessage) String() string

String returns the string representation

type HeartbeatOutput

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

func (HeartbeatOutput) GoString added in v1.3.1

func (s HeartbeatOutput) GoString() string

GoString returns the string representation

func (HeartbeatOutput) String added in v1.3.1

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 added in v1.3.1

func (s HostVolumeProperties) GoString() string

GoString returns the string representation

func (HostVolumeProperties) String added in v1.3.1

func (s HostVolumeProperties) String() string

String returns the string representation

type IAMRoleCredentials added in v1.11.0

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" sensitive:"true"`

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

func (IAMRoleCredentials) GoString added in v1.11.0

func (s IAMRoleCredentials) GoString() string

GoString returns the string representation

func (IAMRoleCredentials) String added in v1.11.0

func (s IAMRoleCredentials) String() string

String returns the string representation

type IAMRoleCredentialsAckRequest added in v1.11.0

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 added in v1.11.0

func (s IAMRoleCredentialsAckRequest) GoString() string

GoString returns the string representation

func (IAMRoleCredentialsAckRequest) String added in v1.11.0

String returns the string representation

type IAMRoleCredentialsMessage added in v1.11.0

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

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

	RoleType *string `locationName:"roleType" type:"string" enum:"RoleType"`

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

func (IAMRoleCredentialsMessage) GoString added in v1.11.0

func (s IAMRoleCredentialsMessage) GoString() string

GoString returns the string representation

func (IAMRoleCredentialsMessage) String added in v1.11.0

func (s IAMRoleCredentialsMessage) String() string

String returns the string representation

type IPv4AddressAssignment added in v1.14.5

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

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

func (IPv4AddressAssignment) GoString added in v1.14.5

func (s IPv4AddressAssignment) GoString() string

GoString returns the string representation

func (IPv4AddressAssignment) String added in v1.14.5

func (s IPv4AddressAssignment) String() string

String returns the string representation

type IPv6AddressAssignment added in v1.14.5

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

func (IPv6AddressAssignment) GoString added in v1.14.5

func (s IPv6AddressAssignment) GoString() string

GoString returns the string representation

func (IPv6AddressAssignment) String added in v1.14.5

func (s IPv6AddressAssignment) String() string

String returns the string representation

type InactiveInstanceException

type InactiveInstanceException struct {
	RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

	Message_ *string `locationName:"message" type:"string"`
	// contains filtered or unexported fields
}

func (*InactiveInstanceException) Code added in v1.49.0

Code returns the exception type name.

func (*InactiveInstanceException) Error added in v1.49.0

func (s *InactiveInstanceException) Error() string

func (InactiveInstanceException) GoString added in v1.3.1

func (s InactiveInstanceException) GoString() string

GoString returns the string representation

func (*InactiveInstanceException) Message

func (s *InactiveInstanceException) Message() string

Message returns the exception's message.

func (*InactiveInstanceException) OrigErr added in v1.49.0

func (s *InactiveInstanceException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InactiveInstanceException) RequestID added in v1.49.0

func (s *InactiveInstanceException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InactiveInstanceException) StatusCode added in v1.49.0

func (s *InactiveInstanceException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (InactiveInstanceException) String added in v1.3.1

func (s InactiveInstanceException) String() string

String returns the string representation

type InvalidClusterException

type InvalidClusterException struct {
	RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

	Message_ *string `locationName:"message" type:"string"`
	// contains filtered or unexported fields
}

func (*InvalidClusterException) Code added in v1.49.0

func (s *InvalidClusterException) Code() string

Code returns the exception type name.

func (*InvalidClusterException) Error added in v1.49.0

func (s *InvalidClusterException) Error() string

func (InvalidClusterException) GoString added in v1.3.1

func (s InvalidClusterException) GoString() string

GoString returns the string representation

func (*InvalidClusterException) Message

func (s *InvalidClusterException) Message() string

Message returns the exception's message.

func (*InvalidClusterException) OrigErr added in v1.49.0

func (s *InvalidClusterException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidClusterException) RequestID added in v1.49.0

func (s *InvalidClusterException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidClusterException) StatusCode added in v1.49.0

func (s *InvalidClusterException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (InvalidClusterException) String added in v1.3.1

func (s InvalidClusterException) String() string

String returns the string representation

type InvalidInstanceException

type InvalidInstanceException struct {
	RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

	Message_ *string `locationName:"message" type:"string"`
	// contains filtered or unexported fields
}

func (*InvalidInstanceException) Code added in v1.49.0

func (s *InvalidInstanceException) Code() string

Code returns the exception type name.

func (*InvalidInstanceException) Error added in v1.49.0

func (s *InvalidInstanceException) Error() string

func (InvalidInstanceException) GoString added in v1.3.1

func (s InvalidInstanceException) GoString() string

GoString returns the string representation

func (*InvalidInstanceException) Message

func (s *InvalidInstanceException) Message() string

Message returns the exception's message.

func (*InvalidInstanceException) OrigErr added in v1.49.0

func (s *InvalidInstanceException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidInstanceException) RequestID added in v1.49.0

func (s *InvalidInstanceException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidInstanceException) StatusCode added in v1.49.0

func (s *InvalidInstanceException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (InvalidInstanceException) String added in v1.3.1

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 added in v1.3.1

func (s MountPoint) GoString() string

GoString returns the string representation

func (MountPoint) String added in v1.3.1

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 added in v1.3.1

func (s NackRequest) GoString() string

GoString returns the string representation

func (NackRequest) String added in v1.3.1

func (s NackRequest) String() string

String returns the string representation

type NetworkInterfaceVlanProperties added in v1.28.0

type NetworkInterfaceVlanProperties struct {
	TrunkInterfaceMacAddress *string `locationName:"trunkInterfaceMacAddress" type:"string"`

	VlanId *string `locationName:"vlanId" type:"string"`
	// contains filtered or unexported fields
}

func (NetworkInterfaceVlanProperties) GoString added in v1.28.0

GoString returns the string representation

func (NetworkInterfaceVlanProperties) String added in v1.28.0

String returns the string representation

type PayloadInput added in v1.22.0

type PayloadInput 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 (PayloadInput) GoString added in v1.22.0

func (s PayloadInput) GoString() string

GoString returns the string representation

func (PayloadInput) String added in v1.22.0

func (s PayloadInput) 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 added in v1.3.1

func (s PayloadMessage) GoString() string

GoString returns the string representation

func (PayloadMessage) String added in v1.3.1

func (s PayloadMessage) String() string

String returns the string representation

type PayloadOutput added in v1.22.0

type PayloadOutput 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 (PayloadOutput) GoString added in v1.22.0

func (s PayloadOutput) GoString() string

GoString returns the string representation

func (PayloadOutput) String added in v1.22.0

func (s PayloadOutput) String() string

String returns the string representation

type PerformUpdateInput added in v1.22.0

type PerformUpdateInput 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 (PerformUpdateInput) GoString added in v1.22.0

func (s PerformUpdateInput) GoString() string

GoString returns the string representation

func (PerformUpdateInput) String added in v1.22.0

func (s PerformUpdateInput) 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 added in v1.3.1

func (s PerformUpdateMessage) GoString() string

GoString returns the string representation

func (PerformUpdateMessage) String added in v1.3.1

func (s PerformUpdateMessage) String() string

String returns the string representation

type PerformUpdateOutput added in v1.22.0

type PerformUpdateOutput 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 (PerformUpdateOutput) GoString added in v1.22.0

func (s PerformUpdateOutput) GoString() string

GoString returns the string representation

func (PerformUpdateOutput) String added in v1.22.0

func (s PerformUpdateOutput) String() string

String returns the string representation

type PollInput added in v1.22.0

type PollInput 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 (PollInput) GoString added in v1.22.0

func (s PollInput) GoString() string

GoString returns the string representation

func (PollInput) String added in v1.22.0

func (s PollInput) String() string

String returns the string representation

type PollOutput added in v1.22.0

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

func (PollOutput) GoString added in v1.22.0

func (s PollOutput) GoString() string

GoString returns the string representation

func (PollOutput) String added in v1.22.0

func (s PollOutput) 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 added in v1.3.1

func (s PollRequest) GoString() string

GoString returns the string representation

func (PollRequest) String added in v1.3.1

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 added in v1.3.1

func (s PortMapping) GoString() string

GoString returns the string representation

func (PortMapping) String added in v1.3.1

func (s PortMapping) String() string

String returns the string representation

type ProxyConfiguration added in v1.26.0

type ProxyConfiguration struct {
	ContainerName *string `locationName:"containerName" type:"string"`

	Properties map[string]*string `locationName:"properties" type:"map"`

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

func (ProxyConfiguration) GoString added in v1.26.0

func (s ProxyConfiguration) GoString() string

GoString returns the string representation

func (ProxyConfiguration) String added in v1.26.0

func (s ProxyConfiguration) String() string

String returns the string representation

type RefreshTaskIAMRoleCredentialsInput added in v1.22.0

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

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

	RoleType *string `locationName:"roleType" type:"string" enum:"RoleType"`

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

func (RefreshTaskIAMRoleCredentialsInput) GoString added in v1.22.0

GoString returns the string representation

func (RefreshTaskIAMRoleCredentialsInput) String added in v1.22.0

String returns the string representation

type RefreshTaskIAMRoleCredentialsOutput added in v1.22.0

type RefreshTaskIAMRoleCredentialsOutput 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 (RefreshTaskIAMRoleCredentialsOutput) GoString added in v1.22.0

GoString returns the string representation

func (RefreshTaskIAMRoleCredentialsOutput) String added in v1.22.0

String returns the string representation

type RegistryAuthenticationData added in v1.7.0

type RegistryAuthenticationData struct {
	AsmAuthData *ASMAuthData `locationName:"asmAuthData" type:"structure"`

	EcrAuthData *ECRAuthData `locationName:"ecrAuthData" type:"structure"`

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

func (RegistryAuthenticationData) GoString added in v1.7.0

func (s RegistryAuthenticationData) GoString() string

GoString returns the string representation

func (RegistryAuthenticationData) String added in v1.7.0

String returns the string representation

type Secret added in v1.22.0

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

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

	Provider *string `locationName:"provider" type:"string" enum:"SecretProvider"`

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

	Target *string `locationName:"target" type:"string" enum:"SecretTarget"`

	Type *string `locationName:"type" type:"string" enum:"SecretType"`

	ValueFrom *string `locationName:"valueFrom" type:"string"`
	// contains filtered or unexported fields
}

func (Secret) GoString added in v1.22.0

func (s Secret) GoString() string

GoString returns the string representation

func (Secret) String added in v1.22.0

func (s Secret) String() string

String returns the string representation

type ServerException

type ServerException struct {
	RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

	Message_ *string `locationName:"message" type:"string"`
	// contains filtered or unexported fields
}

func (*ServerException) Code added in v1.49.0

func (s *ServerException) Code() string

Code returns the exception type name.

func (*ServerException) Error added in v1.49.0

func (s *ServerException) Error() string

func (ServerException) GoString added in v1.3.1

func (s ServerException) GoString() string

GoString returns the string representation

func (*ServerException) Message

func (s *ServerException) Message() string

Message returns the exception's message.

func (*ServerException) OrigErr added in v1.49.0

func (s *ServerException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ServerException) RequestID added in v1.49.0

func (s *ServerException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ServerException) StatusCode added in v1.49.0

func (s *ServerException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (ServerException) String added in v1.3.1

func (s ServerException) String() string

String returns the string representation

type StageUpdateInput added in v1.22.0

type StageUpdateInput 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 (StageUpdateInput) GoString added in v1.22.0

func (s StageUpdateInput) GoString() string

GoString returns the string representation

func (StageUpdateInput) String added in v1.22.0

func (s StageUpdateInput) 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 added in v1.3.1

func (s StageUpdateMessage) GoString() string

GoString returns the string representation

func (StageUpdateMessage) String added in v1.3.1

func (s StageUpdateMessage) String() string

String returns the string representation

type StageUpdateOutput added in v1.22.0

type StageUpdateOutput 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 (StageUpdateOutput) GoString added in v1.22.0

func (s StageUpdateOutput) GoString() string

GoString returns the string representation

func (StageUpdateOutput) String added in v1.22.0

func (s StageUpdateOutput) String() string

String returns the string representation

type Task

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

	Associations []*Association `locationName:"associations" type:"list"`

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

	Cpu *float64 `locationName:"cpu" type:"double"`

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

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

	ExecutionRoleCredentials *IAMRoleCredentials `locationName:"executionRoleCredentials" type:"structure"`

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

	IpcMode *string `locationName:"ipcMode" type:"string"`

	LaunchType *string `locationName:"launchType" type:"string"`

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

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

	PidMode *string `locationName:"pidMode" type:"string"`

	ProxyConfiguration *ProxyConfiguration `locationName:"proxyConfiguration" type:"structure"`

	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 added in v1.3.1

func (s Task) GoString() string

GoString returns the string representation

func (Task) String added in v1.3.1

func (s Task) String() string

String returns the string representation

type TaskIdentifier added in v1.33.0

type TaskIdentifier struct {
	DesiredStatus *string `locationName:"desiredStatus" type:"string"`

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

	TaskClusterArn *string `locationName:"taskClusterArn" type:"string"`
	// contains filtered or unexported fields
}

func (TaskIdentifier) GoString added in v1.33.0

func (s TaskIdentifier) GoString() string

GoString returns the string representation

func (TaskIdentifier) String added in v1.33.0

func (s TaskIdentifier) String() string

String returns the string representation

type TaskManifestMessage added in v1.33.0

type TaskManifestMessage 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"`

	Tasks []*TaskIdentifier `locationName:"tasks" type:"list"`

	Timeline *int64 `locationName:"timeline" type:"long"`
	// contains filtered or unexported fields
}

func (TaskManifestMessage) GoString added in v1.33.0

func (s TaskManifestMessage) GoString() string

GoString returns the string representation

func (TaskManifestMessage) String added in v1.33.0

func (s TaskManifestMessage) String() string

String returns the string representation

type TaskStopVerificationAck added in v1.33.0

type TaskStopVerificationAck struct {
	GeneratedAt *int64 `locationName:"generatedAt" type:"long"`

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

	StopTasks []*TaskIdentifier `locationName:"stopTasks" type:"list"`
	// contains filtered or unexported fields
}

func (TaskStopVerificationAck) GoString added in v1.33.0

func (s TaskStopVerificationAck) GoString() string

GoString returns the string representation

func (TaskStopVerificationAck) String added in v1.33.0

func (s TaskStopVerificationAck) String() string

String returns the string representation

type TaskStopVerificationMessage added in v1.33.0

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

	StopCandidates []*TaskIdentifier `locationName:"stopCandidates" type:"list"`
	// contains filtered or unexported fields
}

func (TaskStopVerificationMessage) GoString added in v1.33.0

func (s TaskStopVerificationMessage) GoString() string

GoString returns the string representation

func (TaskStopVerificationMessage) String added in v1.33.0

String returns the string representation

type UpdateFailureInput added in v1.22.0

type UpdateFailureInput 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 (UpdateFailureInput) GoString added in v1.22.0

func (s UpdateFailureInput) GoString() string

GoString returns the string representation

func (UpdateFailureInput) String added in v1.22.0

func (s UpdateFailureInput) String() string

String returns the string representation

type UpdateFailureOutput

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

func (UpdateFailureOutput) GoString added in v1.3.1

func (s UpdateFailureOutput) GoString() string

GoString returns the string representation

func (UpdateFailureOutput) String added in v1.3.1

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 added in v1.3.1

func (s UpdateInfo) GoString() string

GoString returns the string representation

func (UpdateInfo) String added in v1.3.1

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 added in v1.3.1

func (s VersionInfo) GoString() string

GoString returns the string representation

func (VersionInfo) String added in v1.3.1

func (s VersionInfo) String() string

String returns the string representation

type Volume

type Volume struct {
	DockerVolumeConfiguration *DockerVolumeConfiguration `locationName:"dockerVolumeConfiguration" type:"structure"`

	EfsVolumeConfiguration *EFSVolumeConfiguration `locationName:"efsVolumeConfiguration" type:"structure"`

	FsxWindowsFileServerVolumeConfiguration *FSxWindowsFileServerVolumeConfiguration `locationName:"fsxWindowsFileServerVolumeConfiguration" type:"structure"`

	Host *HostVolumeProperties `locationName:"host" type:"structure"`

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

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

func (Volume) GoString added in v1.3.1

func (s Volume) GoString() string

GoString returns the string representation

func (Volume) String added in v1.3.1

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 added in v1.3.1

func (s VolumeFrom) GoString() string

GoString returns the string representation

func (VolumeFrom) String added in v1.3.1

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