Documentation ¶
Index ¶
- type AckPublishHealth
- type AckPublishMetric
- type BadRequestException
- type CWStatsSet
- type ContainerHealth
- type ContainerMetric
- type HealthMetadata
- type HeartbeatInput
- type HeartbeatMessage
- type HeartbeatOutput
- type InvalidParameterException
- type MetricsMetadata
- type NetworkStatsSet
- type PublishHealthInput
- type PublishHealthOutput
- type PublishHealthRequest
- type PublishMetricsInput
- type PublishMetricsOutput
- type PublishMetricsRequest
- type ResourceValidationException
- type ServerException
- type StartTelemetrySessionInput
- type StartTelemetrySessionOutput
- type StartTelemetrySessionRequest
- type StopTelemetrySessionMessage
- type StorageStatsSet
- type TaskHealth
- type TaskMetric
- type ULongStatsSet
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AckPublishHealth ¶ added in v1.17.0
type AckPublishHealth struct { Message *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
func (AckPublishHealth) GoString ¶ added in v1.17.0
func (s AckPublishHealth) GoString() string
GoString returns the string representation
func (AckPublishHealth) String ¶ added in v1.17.0
func (s AckPublishHealth) String() string
String returns the string representation
type AckPublishMetric ¶
type AckPublishMetric struct { Message *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
func (AckPublishMetric) GoString ¶ added in v1.3.1
func (s AckPublishMetric) GoString() string
GoString returns the string representation
func (AckPublishMetric) String ¶ added in v1.3.1
func (s AckPublishMetric) String() 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 ¶ added in v1.3.1
func (s BadRequestException) GoString() string
GoString returns the string representation
func (BadRequestException) String ¶ added in v1.3.1
func (s BadRequestException) String() string
String returns the string representation
type CWStatsSet ¶
type CWStatsSet struct { Max *float64 `locationName:"max" type:"double"` Min *float64 `locationName:"min" type:"double"` SampleCount *int64 `locationName:"sampleCount" type:"integer"` Sum *float64 `locationName:"sum" type:"double"` // contains filtered or unexported fields }
func (CWStatsSet) GoString ¶ added in v1.3.1
func (s CWStatsSet) GoString() string
GoString returns the string representation
func (CWStatsSet) String ¶ added in v1.3.1
func (s CWStatsSet) String() string
String returns the string representation
type ContainerHealth ¶ added in v1.17.0
type ContainerHealth struct { ContainerName *string `locationName:"containerName" type:"string"` HealthStatus *string `locationName:"healthStatus" type:"string" enum:"HealthStatus"` StatusSince *time.Time `locationName:"statusSince" type:"timestamp"` // contains filtered or unexported fields }
func (ContainerHealth) GoString ¶ added in v1.17.0
func (s ContainerHealth) GoString() string
GoString returns the string representation
func (ContainerHealth) String ¶ added in v1.17.0
func (s ContainerHealth) String() string
String returns the string representation
type ContainerMetric ¶
type ContainerMetric struct { ContainerArn *string `locationName:"containerArn" type:"string"` ContainerName *string `locationName:"containerName" type:"string"` CpuStatsSet *CWStatsSet `locationName:"cpuStatsSet" type:"structure"` MemoryStatsSet *CWStatsSet `locationName:"memoryStatsSet" type:"structure"` NetworkStatsSet *NetworkStatsSet `locationName:"networkStatsSet" type:"structure"` StorageStatsSet *StorageStatsSet `locationName:"storageStatsSet" type:"structure"` // contains filtered or unexported fields }
func (ContainerMetric) GoString ¶ added in v1.3.1
func (s ContainerMetric) GoString() string
GoString returns the string representation
func (ContainerMetric) String ¶ added in v1.3.1
func (s ContainerMetric) String() string
String returns the string representation
func (*ContainerMetric) Validate ¶ added in v1.29.0
func (s *ContainerMetric) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type HealthMetadata ¶ added in v1.17.0
type HealthMetadata struct { Cluster *string `locationName:"cluster" type:"string"` ContainerInstance *string `locationName:"containerInstance" type:"string"` Fin *bool `locationName:"fin" type:"boolean"` MessageId *string `locationName:"messageId" type:"string"` // contains filtered or unexported fields }
func (HealthMetadata) GoString ¶ added in v1.17.0
func (s HealthMetadata) GoString() string
GoString returns the string representation
func (HealthMetadata) String ¶ added in v1.17.0
func (s HealthMetadata) 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 InvalidParameterException ¶
type InvalidParameterException struct { Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
func (InvalidParameterException) GoString ¶ added in v1.3.1
func (s InvalidParameterException) GoString() string
GoString returns the string representation
func (InvalidParameterException) String ¶ added in v1.3.1
func (s InvalidParameterException) String() string
String returns the string representation
type MetricsMetadata ¶
type MetricsMetadata struct { Cluster *string `locationName:"cluster" type:"string"` ContainerInstance *string `locationName:"containerInstance" type:"string"` Fin *bool `locationName:"fin" type:"boolean"` Idle *bool `locationName:"idle" type:"boolean"` MessageId *string `locationName:"messageId" type:"string"` // contains filtered or unexported fields }
func (MetricsMetadata) GoString ¶ added in v1.3.1
func (s MetricsMetadata) GoString() string
GoString returns the string representation
func (MetricsMetadata) String ¶ added in v1.3.1
func (s MetricsMetadata) String() string
String returns the string representation
type NetworkStatsSet ¶ added in v1.29.0
type NetworkStatsSet struct { RxBytes *ULongStatsSet `locationName:"rxBytes" type:"structure"` RxDropped *ULongStatsSet `locationName:"rxDropped" type:"structure"` RxErrors *ULongStatsSet `locationName:"rxErrors" type:"structure"` RxPackets *ULongStatsSet `locationName:"rxPackets" type:"structure"` TxBytes *ULongStatsSet `locationName:"txBytes" type:"structure"` TxDropped *ULongStatsSet `locationName:"txDropped" type:"structure"` TxErrors *ULongStatsSet `locationName:"txErrors" type:"structure"` TxPackets *ULongStatsSet `locationName:"txPackets" type:"structure"` // contains filtered or unexported fields }
func (NetworkStatsSet) GoString ¶ added in v1.29.0
func (s NetworkStatsSet) GoString() string
GoString returns the string representation
func (NetworkStatsSet) String ¶ added in v1.29.0
func (s NetworkStatsSet) String() string
String returns the string representation
func (*NetworkStatsSet) Validate ¶ added in v1.29.0
func (s *NetworkStatsSet) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type PublishHealthInput ¶ added in v1.22.0
type PublishHealthInput struct { Metadata *HealthMetadata `locationName:"metadata" type:"structure"` Tasks []*TaskHealth `locationName:"tasks" type:"list"` Timestamp *time.Time `locationName:"timestamp" type:"timestamp"` // contains filtered or unexported fields }
func (PublishHealthInput) GoString ¶ added in v1.22.0
func (s PublishHealthInput) GoString() string
GoString returns the string representation
func (PublishHealthInput) String ¶ added in v1.22.0
func (s PublishHealthInput) String() string
String returns the string representation
type PublishHealthOutput ¶ added in v1.22.0
type PublishHealthOutput struct { Message *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
func (PublishHealthOutput) GoString ¶ added in v1.22.0
func (s PublishHealthOutput) GoString() string
GoString returns the string representation
func (PublishHealthOutput) String ¶ added in v1.22.0
func (s PublishHealthOutput) String() string
String returns the string representation
type PublishHealthRequest ¶ added in v1.17.0
type PublishHealthRequest struct { Metadata *HealthMetadata `locationName:"metadata" type:"structure"` Tasks []*TaskHealth `locationName:"tasks" type:"list"` Timestamp *time.Time `locationName:"timestamp" type:"timestamp"` // contains filtered or unexported fields }
func NewPublishHealthMetricsRequest ¶ added in v1.17.0
func NewPublishHealthMetricsRequest(metadata *HealthMetadata, healthMetrics []*TaskHealth) *PublishHealthRequest
NewPublishHealthMetricsRequest creates a PublishHealthRequest
func (PublishHealthRequest) GoString ¶ added in v1.17.0
func (s PublishHealthRequest) GoString() string
GoString returns the string representation
func (PublishHealthRequest) String ¶ added in v1.17.0
func (s PublishHealthRequest) String() string
String returns the string representation
type PublishMetricsInput ¶ added in v1.22.0
type PublishMetricsInput struct { Metadata *MetricsMetadata `locationName:"metadata" type:"structure"` TaskMetrics []*TaskMetric `locationName:"taskMetrics" type:"list"` Timestamp *time.Time `locationName:"timestamp" type:"timestamp"` // contains filtered or unexported fields }
func (PublishMetricsInput) GoString ¶ added in v1.22.0
func (s PublishMetricsInput) GoString() string
GoString returns the string representation
func (PublishMetricsInput) String ¶ added in v1.22.0
func (s PublishMetricsInput) String() string
String returns the string representation
func (*PublishMetricsInput) Validate ¶ added in v1.29.0
func (s *PublishMetricsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type PublishMetricsOutput ¶ added in v1.22.0
type PublishMetricsOutput struct { Message *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
func (PublishMetricsOutput) GoString ¶ added in v1.22.0
func (s PublishMetricsOutput) GoString() string
GoString returns the string representation
func (PublishMetricsOutput) String ¶ added in v1.22.0
func (s PublishMetricsOutput) String() string
String returns the string representation
type PublishMetricsRequest ¶
type PublishMetricsRequest struct { Metadata *MetricsMetadata `locationName:"metadata" type:"structure"` TaskMetrics []*TaskMetric `locationName:"taskMetrics" type:"list"` Timestamp *time.Time `locationName:"timestamp" type:"timestamp"` // contains filtered or unexported fields }
func NewPublishMetricsRequest ¶
func NewPublishMetricsRequest(metadata *MetricsMetadata, taskMetrics []*TaskMetric) *PublishMetricsRequest
NewPublishMetricsRequest creates a PublishMetricsRequest object.
func (PublishMetricsRequest) GoString ¶ added in v1.3.1
func (s PublishMetricsRequest) GoString() string
GoString returns the string representation
func (PublishMetricsRequest) String ¶ added in v1.3.1
func (s PublishMetricsRequest) String() string
String returns the string representation
type ResourceValidationException ¶
type ResourceValidationException struct { Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
func (ResourceValidationException) GoString ¶ added in v1.3.1
func (s ResourceValidationException) GoString() string
GoString returns the string representation
func (ResourceValidationException) String ¶ added in v1.3.1
func (s ResourceValidationException) String() 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 ¶ added in v1.3.1
func (s ServerException) GoString() string
GoString returns the string representation
func (ServerException) String ¶ added in v1.3.1
func (s ServerException) String() string
String returns the string representation
type StartTelemetrySessionInput ¶ added in v1.22.0
type StartTelemetrySessionInput struct { Cluster *string `locationName:"cluster" type:"string"` ContainerInstance *string `locationName:"containerInstance" type:"string"` // contains filtered or unexported fields }
func (StartTelemetrySessionInput) GoString ¶ added in v1.22.0
func (s StartTelemetrySessionInput) GoString() string
GoString returns the string representation
func (StartTelemetrySessionInput) String ¶ added in v1.22.0
func (s StartTelemetrySessionInput) String() string
String returns the string representation
type StartTelemetrySessionOutput ¶ added in v1.22.0
type StartTelemetrySessionOutput struct { Message *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
func (StartTelemetrySessionOutput) GoString ¶ added in v1.22.0
func (s StartTelemetrySessionOutput) GoString() string
GoString returns the string representation
func (StartTelemetrySessionOutput) String ¶ added in v1.22.0
func (s StartTelemetrySessionOutput) String() string
String returns the string representation
type StartTelemetrySessionRequest ¶
type StartTelemetrySessionRequest struct { Cluster *string `locationName:"cluster" type:"string"` ContainerInstance *string `locationName:"containerInstance" type:"string"` // contains filtered or unexported fields }
func (StartTelemetrySessionRequest) GoString ¶ added in v1.3.1
func (s StartTelemetrySessionRequest) GoString() string
GoString returns the string representation
func (StartTelemetrySessionRequest) String ¶ added in v1.3.1
func (s StartTelemetrySessionRequest) String() string
String returns the string representation
type StopTelemetrySessionMessage ¶
type StopTelemetrySessionMessage struct { Message *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
func (StopTelemetrySessionMessage) GoString ¶ added in v1.3.1
func (s StopTelemetrySessionMessage) GoString() string
GoString returns the string representation
func (StopTelemetrySessionMessage) String ¶ added in v1.3.1
func (s StopTelemetrySessionMessage) String() string
String returns the string representation
type StorageStatsSet ¶ added in v1.29.0
type StorageStatsSet struct { ReadSizeBytes *ULongStatsSet `locationName:"readSizeBytes" type:"structure"` WriteSizeBytes *ULongStatsSet `locationName:"writeSizeBytes" type:"structure"` // contains filtered or unexported fields }
func (StorageStatsSet) GoString ¶ added in v1.29.0
func (s StorageStatsSet) GoString() string
GoString returns the string representation
func (StorageStatsSet) String ¶ added in v1.29.0
func (s StorageStatsSet) String() string
String returns the string representation
func (*StorageStatsSet) Validate ¶ added in v1.29.0
func (s *StorageStatsSet) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type TaskHealth ¶ added in v1.17.0
type TaskHealth struct { Containers []*ContainerHealth `locationName:"containers" type:"list"` TaskArn *string `locationName:"taskArn" type:"string"` TaskDefinitionFamily *string `locationName:"taskDefinitionFamily" type:"string"` TaskDefinitionVersion *string `locationName:"taskDefinitionVersion" type:"string"` // contains filtered or unexported fields }
func (TaskHealth) GoString ¶ added in v1.17.0
func (s TaskHealth) GoString() string
GoString returns the string representation
func (TaskHealth) String ¶ added in v1.17.0
func (s TaskHealth) String() string
String returns the string representation
type TaskMetric ¶
type TaskMetric struct { ContainerMetrics []*ContainerMetric `locationName:"containerMetrics" type:"list"` TaskArn *string `locationName:"taskArn" type:"string"` TaskDefinitionFamily *string `locationName:"taskDefinitionFamily" type:"string"` TaskDefinitionVersion *string `locationName:"taskDefinitionVersion" type:"string"` // contains filtered or unexported fields }
func (TaskMetric) GoString ¶ added in v1.3.1
func (s TaskMetric) GoString() string
GoString returns the string representation
func (TaskMetric) String ¶ added in v1.3.1
func (s TaskMetric) String() string
String returns the string representation
func (*TaskMetric) Validate ¶ added in v1.29.0
func (s *TaskMetric) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ULongStatsSet ¶ added in v1.29.0
type ULongStatsSet struct { // Max is a required field Max *int64 `locationName:"max" type:"long" required:"true"` // Min is a required field Min *int64 `locationName:"min" type:"long" required:"true"` OverflowMax *int64 `locationName:"overflowMax" type:"long"` OverflowMin *int64 `locationName:"overflowMin" type:"long"` OverflowSum *int64 `locationName:"overflowSum" type:"long"` // SampleCount is a required field SampleCount *int64 `locationName:"sampleCount" type:"long" required:"true"` // Sum is a required field Sum *int64 `locationName:"sum" type:"long" required:"true"` // contains filtered or unexported fields }
func (ULongStatsSet) GoString ¶ added in v1.29.0
func (s ULongStatsSet) GoString() string
GoString returns the string representation
func (ULongStatsSet) String ¶ added in v1.29.0
func (s ULongStatsSet) String() string
String returns the string representation
func (*ULongStatsSet) Validate ¶ added in v1.29.0
func (s *ULongStatsSet) Validate() error
Validate inspects the fields of the type to determine if they are valid.