Versions in this module Expand all Collapse all v1 v1.1.9 Mar 8, 2016 Changes in this version + const ExportTaskStatusCodeCancelled + const ExportTaskStatusCodeCompleted + const ExportTaskStatusCodeFailed + const ExportTaskStatusCodePending + const ExportTaskStatusCodePendingCancel + const ExportTaskStatusCodeRunning + const OrderByLastEventTime + const OrderByLogStreamName + const ServiceName + type CancelExportTaskInput struct + TaskId *string + func (s CancelExportTaskInput) GoString() string + func (s CancelExportTaskInput) String() string + type CancelExportTaskOutput struct + func (s CancelExportTaskOutput) GoString() string + func (s CancelExportTaskOutput) String() string + type CloudWatchLogs struct + func New(p client.ConfigProvider, cfgs ...*aws.Config) *CloudWatchLogs + func (c *CloudWatchLogs) CancelExportTask(input *CancelExportTaskInput) (*CancelExportTaskOutput, error) + func (c *CloudWatchLogs) CancelExportTaskRequest(input *CancelExportTaskInput) (req *request.Request, output *CancelExportTaskOutput) + func (c *CloudWatchLogs) CreateExportTask(input *CreateExportTaskInput) (*CreateExportTaskOutput, error) + func (c *CloudWatchLogs) CreateExportTaskRequest(input *CreateExportTaskInput) (req *request.Request, output *CreateExportTaskOutput) + func (c *CloudWatchLogs) CreateLogGroup(input *CreateLogGroupInput) (*CreateLogGroupOutput, error) + func (c *CloudWatchLogs) CreateLogGroupRequest(input *CreateLogGroupInput) (req *request.Request, output *CreateLogGroupOutput) + func (c *CloudWatchLogs) CreateLogStream(input *CreateLogStreamInput) (*CreateLogStreamOutput, error) + func (c *CloudWatchLogs) CreateLogStreamRequest(input *CreateLogStreamInput) (req *request.Request, output *CreateLogStreamOutput) + func (c *CloudWatchLogs) DeleteDestination(input *DeleteDestinationInput) (*DeleteDestinationOutput, error) + func (c *CloudWatchLogs) DeleteDestinationRequest(input *DeleteDestinationInput) (req *request.Request, output *DeleteDestinationOutput) + func (c *CloudWatchLogs) DeleteLogGroup(input *DeleteLogGroupInput) (*DeleteLogGroupOutput, error) + func (c *CloudWatchLogs) DeleteLogGroupRequest(input *DeleteLogGroupInput) (req *request.Request, output *DeleteLogGroupOutput) + func (c *CloudWatchLogs) DeleteLogStream(input *DeleteLogStreamInput) (*DeleteLogStreamOutput, error) + func (c *CloudWatchLogs) DeleteLogStreamRequest(input *DeleteLogStreamInput) (req *request.Request, output *DeleteLogStreamOutput) + func (c *CloudWatchLogs) DeleteMetricFilter(input *DeleteMetricFilterInput) (*DeleteMetricFilterOutput, error) + func (c *CloudWatchLogs) DeleteMetricFilterRequest(input *DeleteMetricFilterInput) (req *request.Request, output *DeleteMetricFilterOutput) + func (c *CloudWatchLogs) DeleteRetentionPolicy(input *DeleteRetentionPolicyInput) (*DeleteRetentionPolicyOutput, error) + func (c *CloudWatchLogs) DeleteRetentionPolicyRequest(input *DeleteRetentionPolicyInput) (req *request.Request, output *DeleteRetentionPolicyOutput) + func (c *CloudWatchLogs) DeleteSubscriptionFilter(input *DeleteSubscriptionFilterInput) (*DeleteSubscriptionFilterOutput, error) + func (c *CloudWatchLogs) DeleteSubscriptionFilterRequest(input *DeleteSubscriptionFilterInput) (req *request.Request, output *DeleteSubscriptionFilterOutput) + func (c *CloudWatchLogs) DescribeDestinations(input *DescribeDestinationsInput) (*DescribeDestinationsOutput, error) + func (c *CloudWatchLogs) DescribeDestinationsPages(input *DescribeDestinationsInput, ...) error + func (c *CloudWatchLogs) DescribeDestinationsRequest(input *DescribeDestinationsInput) (req *request.Request, output *DescribeDestinationsOutput) + func (c *CloudWatchLogs) DescribeExportTasks(input *DescribeExportTasksInput) (*DescribeExportTasksOutput, error) + func (c *CloudWatchLogs) DescribeExportTasksRequest(input *DescribeExportTasksInput) (req *request.Request, output *DescribeExportTasksOutput) + func (c *CloudWatchLogs) DescribeLogGroups(input *DescribeLogGroupsInput) (*DescribeLogGroupsOutput, error) + func (c *CloudWatchLogs) DescribeLogGroupsPages(input *DescribeLogGroupsInput, ...) error + func (c *CloudWatchLogs) DescribeLogGroupsRequest(input *DescribeLogGroupsInput) (req *request.Request, output *DescribeLogGroupsOutput) + func (c *CloudWatchLogs) DescribeLogStreams(input *DescribeLogStreamsInput) (*DescribeLogStreamsOutput, error) + func (c *CloudWatchLogs) DescribeLogStreamsPages(input *DescribeLogStreamsInput, ...) error + func (c *CloudWatchLogs) DescribeLogStreamsRequest(input *DescribeLogStreamsInput) (req *request.Request, output *DescribeLogStreamsOutput) + func (c *CloudWatchLogs) DescribeMetricFilters(input *DescribeMetricFiltersInput) (*DescribeMetricFiltersOutput, error) + func (c *CloudWatchLogs) DescribeMetricFiltersPages(input *DescribeMetricFiltersInput, ...) error + func (c *CloudWatchLogs) DescribeMetricFiltersRequest(input *DescribeMetricFiltersInput) (req *request.Request, output *DescribeMetricFiltersOutput) + func (c *CloudWatchLogs) DescribeSubscriptionFilters(input *DescribeSubscriptionFiltersInput) (*DescribeSubscriptionFiltersOutput, error) + func (c *CloudWatchLogs) DescribeSubscriptionFiltersPages(input *DescribeSubscriptionFiltersInput, ...) error + func (c *CloudWatchLogs) DescribeSubscriptionFiltersRequest(input *DescribeSubscriptionFiltersInput) (req *request.Request, output *DescribeSubscriptionFiltersOutput) + func (c *CloudWatchLogs) FilterLogEvents(input *FilterLogEventsInput) (*FilterLogEventsOutput, error) + func (c *CloudWatchLogs) FilterLogEventsPages(input *FilterLogEventsInput, ...) error + func (c *CloudWatchLogs) FilterLogEventsRequest(input *FilterLogEventsInput) (req *request.Request, output *FilterLogEventsOutput) + func (c *CloudWatchLogs) GetLogEvents(input *GetLogEventsInput) (*GetLogEventsOutput, error) + func (c *CloudWatchLogs) GetLogEventsPages(input *GetLogEventsInput, ...) error + func (c *CloudWatchLogs) GetLogEventsRequest(input *GetLogEventsInput) (req *request.Request, output *GetLogEventsOutput) + func (c *CloudWatchLogs) PutDestination(input *PutDestinationInput) (*PutDestinationOutput, error) + func (c *CloudWatchLogs) PutDestinationPolicy(input *PutDestinationPolicyInput) (*PutDestinationPolicyOutput, error) + func (c *CloudWatchLogs) PutDestinationPolicyRequest(input *PutDestinationPolicyInput) (req *request.Request, output *PutDestinationPolicyOutput) + func (c *CloudWatchLogs) PutDestinationRequest(input *PutDestinationInput) (req *request.Request, output *PutDestinationOutput) + func (c *CloudWatchLogs) PutLogEvents(input *PutLogEventsInput) (*PutLogEventsOutput, error) + func (c *CloudWatchLogs) PutLogEventsRequest(input *PutLogEventsInput) (req *request.Request, output *PutLogEventsOutput) + func (c *CloudWatchLogs) PutMetricFilter(input *PutMetricFilterInput) (*PutMetricFilterOutput, error) + func (c *CloudWatchLogs) PutMetricFilterRequest(input *PutMetricFilterInput) (req *request.Request, output *PutMetricFilterOutput) + func (c *CloudWatchLogs) PutRetentionPolicy(input *PutRetentionPolicyInput) (*PutRetentionPolicyOutput, error) + func (c *CloudWatchLogs) PutRetentionPolicyRequest(input *PutRetentionPolicyInput) (req *request.Request, output *PutRetentionPolicyOutput) + func (c *CloudWatchLogs) PutSubscriptionFilter(input *PutSubscriptionFilterInput) (*PutSubscriptionFilterOutput, error) + func (c *CloudWatchLogs) PutSubscriptionFilterRequest(input *PutSubscriptionFilterInput) (req *request.Request, output *PutSubscriptionFilterOutput) + func (c *CloudWatchLogs) TestMetricFilter(input *TestMetricFilterInput) (*TestMetricFilterOutput, error) + func (c *CloudWatchLogs) TestMetricFilterRequest(input *TestMetricFilterInput) (req *request.Request, output *TestMetricFilterOutput) + type CreateExportTaskInput struct + Destination *string + DestinationPrefix *string + From *int64 + LogGroupName *string + LogStreamNamePrefix *string + TaskName *string + To *int64 + func (s CreateExportTaskInput) GoString() string + func (s CreateExportTaskInput) String() string + type CreateExportTaskOutput struct + TaskId *string + func (s CreateExportTaskOutput) GoString() string + func (s CreateExportTaskOutput) String() string + type CreateLogGroupInput struct + LogGroupName *string + func (s CreateLogGroupInput) GoString() string + func (s CreateLogGroupInput) String() string + type CreateLogGroupOutput struct + func (s CreateLogGroupOutput) GoString() string + func (s CreateLogGroupOutput) String() string + type CreateLogStreamInput struct + LogGroupName *string + LogStreamName *string + func (s CreateLogStreamInput) GoString() string + func (s CreateLogStreamInput) String() string + type CreateLogStreamOutput struct + func (s CreateLogStreamOutput) GoString() string + func (s CreateLogStreamOutput) String() string + type DeleteDestinationInput struct + DestinationName *string + func (s DeleteDestinationInput) GoString() string + func (s DeleteDestinationInput) String() string + type DeleteDestinationOutput struct + func (s DeleteDestinationOutput) GoString() string + func (s DeleteDestinationOutput) String() string + type DeleteLogGroupInput struct + LogGroupName *string + func (s DeleteLogGroupInput) GoString() string + func (s DeleteLogGroupInput) String() string + type DeleteLogGroupOutput struct + func (s DeleteLogGroupOutput) GoString() string + func (s DeleteLogGroupOutput) String() string + type DeleteLogStreamInput struct + LogGroupName *string + LogStreamName *string + func (s DeleteLogStreamInput) GoString() string + func (s DeleteLogStreamInput) String() string + type DeleteLogStreamOutput struct + func (s DeleteLogStreamOutput) GoString() string + func (s DeleteLogStreamOutput) String() string + type DeleteMetricFilterInput struct + FilterName *string + LogGroupName *string + func (s DeleteMetricFilterInput) GoString() string + func (s DeleteMetricFilterInput) String() string + type DeleteMetricFilterOutput struct + func (s DeleteMetricFilterOutput) GoString() string + func (s DeleteMetricFilterOutput) String() string + type DeleteRetentionPolicyInput struct + LogGroupName *string + func (s DeleteRetentionPolicyInput) GoString() string + func (s DeleteRetentionPolicyInput) String() string + type DeleteRetentionPolicyOutput struct + func (s DeleteRetentionPolicyOutput) GoString() string + func (s DeleteRetentionPolicyOutput) String() string + type DeleteSubscriptionFilterInput struct + FilterName *string + LogGroupName *string + func (s DeleteSubscriptionFilterInput) GoString() string + func (s DeleteSubscriptionFilterInput) String() string + type DeleteSubscriptionFilterOutput struct + func (s DeleteSubscriptionFilterOutput) GoString() string + func (s DeleteSubscriptionFilterOutput) String() string + type DescribeDestinationsInput struct + DestinationNamePrefix *string + Limit *int64 + NextToken *string + func (s DescribeDestinationsInput) GoString() string + func (s DescribeDestinationsInput) String() string + type DescribeDestinationsOutput struct + Destinations []*Destination + NextToken *string + func (s DescribeDestinationsOutput) GoString() string + func (s DescribeDestinationsOutput) String() string + type DescribeExportTasksInput struct + Limit *int64 + NextToken *string + StatusCode *string + TaskId *string + func (s DescribeExportTasksInput) GoString() string + func (s DescribeExportTasksInput) String() string + type DescribeExportTasksOutput struct + ExportTasks []*ExportTask + NextToken *string + func (s DescribeExportTasksOutput) GoString() string + func (s DescribeExportTasksOutput) String() string + type DescribeLogGroupsInput struct + Limit *int64 + LogGroupNamePrefix *string + NextToken *string + func (s DescribeLogGroupsInput) GoString() string + func (s DescribeLogGroupsInput) String() string + type DescribeLogGroupsOutput struct + LogGroups []*LogGroup + NextToken *string + func (s DescribeLogGroupsOutput) GoString() string + func (s DescribeLogGroupsOutput) String() string + type DescribeLogStreamsInput struct + Descending *bool + Limit *int64 + LogGroupName *string + LogStreamNamePrefix *string + NextToken *string + OrderBy *string + func (s DescribeLogStreamsInput) GoString() string + func (s DescribeLogStreamsInput) String() string + type DescribeLogStreamsOutput struct + LogStreams []*LogStream + NextToken *string + func (s DescribeLogStreamsOutput) GoString() string + func (s DescribeLogStreamsOutput) String() string + type DescribeMetricFiltersInput struct + FilterNamePrefix *string + Limit *int64 + LogGroupName *string + NextToken *string + func (s DescribeMetricFiltersInput) GoString() string + func (s DescribeMetricFiltersInput) String() string + type DescribeMetricFiltersOutput struct + MetricFilters []*MetricFilter + NextToken *string + func (s DescribeMetricFiltersOutput) GoString() string + func (s DescribeMetricFiltersOutput) String() string + type DescribeSubscriptionFiltersInput struct + FilterNamePrefix *string + Limit *int64 + LogGroupName *string + NextToken *string + func (s DescribeSubscriptionFiltersInput) GoString() string + func (s DescribeSubscriptionFiltersInput) String() string + type DescribeSubscriptionFiltersOutput struct + NextToken *string + SubscriptionFilters []*SubscriptionFilter + func (s DescribeSubscriptionFiltersOutput) GoString() string + func (s DescribeSubscriptionFiltersOutput) String() string + type Destination struct + AccessPolicy *string + Arn *string + CreationTime *int64 + DestinationName *string + RoleArn *string + TargetArn *string + func (s Destination) GoString() string + func (s Destination) String() string + type ExportTask struct + Destination *string + DestinationPrefix *string + ExecutionInfo *ExportTaskExecutionInfo + From *int64 + LogGroupName *string + Status *ExportTaskStatus + TaskId *string + TaskName *string + To *int64 + func (s ExportTask) GoString() string + func (s ExportTask) String() string + type ExportTaskExecutionInfo struct + CompletionTime *int64 + CreationTime *int64 + func (s ExportTaskExecutionInfo) GoString() string + func (s ExportTaskExecutionInfo) String() string + type ExportTaskStatus struct + Code *string + Message *string + func (s ExportTaskStatus) GoString() string + func (s ExportTaskStatus) String() string + type FilterLogEventsInput struct + EndTime *int64 + FilterPattern *string + Interleaved *bool + Limit *int64 + LogGroupName *string + LogStreamNames []*string + NextToken *string + StartTime *int64 + func (s FilterLogEventsInput) GoString() string + func (s FilterLogEventsInput) String() string + type FilterLogEventsOutput struct + Events []*FilteredLogEvent + NextToken *string + SearchedLogStreams []*SearchedLogStream + func (s FilterLogEventsOutput) GoString() string + func (s FilterLogEventsOutput) String() string + type FilteredLogEvent struct + EventId *string + IngestionTime *int64 + LogStreamName *string + Message *string + Timestamp *int64 + func (s FilteredLogEvent) GoString() string + func (s FilteredLogEvent) String() string + type GetLogEventsInput struct + EndTime *int64 + Limit *int64 + LogGroupName *string + LogStreamName *string + NextToken *string + StartFromHead *bool + StartTime *int64 + func (s GetLogEventsInput) GoString() string + func (s GetLogEventsInput) String() string + type GetLogEventsOutput struct + Events []*OutputLogEvent + NextBackwardToken *string + NextForwardToken *string + func (s GetLogEventsOutput) GoString() string + func (s GetLogEventsOutput) String() string + type InputLogEvent struct + Message *string + Timestamp *int64 + func (s InputLogEvent) GoString() string + func (s InputLogEvent) String() string + type LogGroup struct + Arn *string + CreationTime *int64 + LogGroupName *string + MetricFilterCount *int64 + RetentionInDays *int64 + StoredBytes *int64 + func (s LogGroup) GoString() string + func (s LogGroup) String() string + type LogStream struct + Arn *string + CreationTime *int64 + FirstEventTimestamp *int64 + LastEventTimestamp *int64 + LastIngestionTime *int64 + LogStreamName *string + StoredBytes *int64 + UploadSequenceToken *string + func (s LogStream) GoString() string + func (s LogStream) String() string + type MetricFilter struct + CreationTime *int64 + FilterName *string + FilterPattern *string + MetricTransformations []*MetricTransformation + func (s MetricFilter) GoString() string + func (s MetricFilter) String() string + type MetricFilterMatchRecord struct + EventMessage *string + EventNumber *int64 + ExtractedValues map[string]*string + func (s MetricFilterMatchRecord) GoString() string + func (s MetricFilterMatchRecord) String() string + type MetricTransformation struct + MetricName *string + MetricNamespace *string + MetricValue *string + func (s MetricTransformation) GoString() string + func (s MetricTransformation) String() string + type OutputLogEvent struct + IngestionTime *int64 + Message *string + Timestamp *int64 + func (s OutputLogEvent) GoString() string + func (s OutputLogEvent) String() string + type PutDestinationInput struct + DestinationName *string + RoleArn *string + TargetArn *string + func (s PutDestinationInput) GoString() string + func (s PutDestinationInput) String() string + type PutDestinationOutput struct + Destination *Destination + func (s PutDestinationOutput) GoString() string + func (s PutDestinationOutput) String() string + type PutDestinationPolicyInput struct + AccessPolicy *string + DestinationName *string + func (s PutDestinationPolicyInput) GoString() string + func (s PutDestinationPolicyInput) String() string + type PutDestinationPolicyOutput struct + func (s PutDestinationPolicyOutput) GoString() string + func (s PutDestinationPolicyOutput) String() string + type PutLogEventsInput struct + LogEvents []*InputLogEvent + LogGroupName *string + LogStreamName *string + SequenceToken *string + func (s PutLogEventsInput) GoString() string + func (s PutLogEventsInput) String() string + type PutLogEventsOutput struct + NextSequenceToken *string + RejectedLogEventsInfo *RejectedLogEventsInfo + func (s PutLogEventsOutput) GoString() string + func (s PutLogEventsOutput) String() string + type PutMetricFilterInput struct + FilterName *string + FilterPattern *string + LogGroupName *string + MetricTransformations []*MetricTransformation + func (s PutMetricFilterInput) GoString() string + func (s PutMetricFilterInput) String() string + type PutMetricFilterOutput struct + func (s PutMetricFilterOutput) GoString() string + func (s PutMetricFilterOutput) String() string + type PutRetentionPolicyInput struct + LogGroupName *string + RetentionInDays *int64 + func (s PutRetentionPolicyInput) GoString() string + func (s PutRetentionPolicyInput) String() string + type PutRetentionPolicyOutput struct + func (s PutRetentionPolicyOutput) GoString() string + func (s PutRetentionPolicyOutput) String() string + type PutSubscriptionFilterInput struct + DestinationArn *string + FilterName *string + FilterPattern *string + LogGroupName *string + RoleArn *string + func (s PutSubscriptionFilterInput) GoString() string + func (s PutSubscriptionFilterInput) String() string + type PutSubscriptionFilterOutput struct + func (s PutSubscriptionFilterOutput) GoString() string + func (s PutSubscriptionFilterOutput) String() string + type RejectedLogEventsInfo struct + ExpiredLogEventEndIndex *int64 + TooNewLogEventStartIndex *int64 + TooOldLogEventEndIndex *int64 + func (s RejectedLogEventsInfo) GoString() string + func (s RejectedLogEventsInfo) String() string + type SearchedLogStream struct + LogStreamName *string + SearchedCompletely *bool + func (s SearchedLogStream) GoString() string + func (s SearchedLogStream) String() string + type SubscriptionFilter struct + CreationTime *int64 + DestinationArn *string + FilterName *string + FilterPattern *string + LogGroupName *string + RoleArn *string + func (s SubscriptionFilter) GoString() string + func (s SubscriptionFilter) String() string + type TestMetricFilterInput struct + FilterPattern *string + LogEventMessages []*string + func (s TestMetricFilterInput) GoString() string + func (s TestMetricFilterInput) String() string + type TestMetricFilterOutput struct + Matches []*MetricFilterMatchRecord + func (s TestMetricFilterOutput) GoString() string + func (s TestMetricFilterOutput) String() string