Documentation ¶
Overview ¶
Package cloudwatchlogs provides a client for Amazon CloudWatch Logs.
Index ¶
- Constants
- type CancelExportTaskInput
- type CancelExportTaskOutput
- type 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
- func (s CreateExportTaskInput) GoString() string
- func (s *CreateExportTaskInput) SetDestination(v string) *CreateExportTaskInput
- func (s *CreateExportTaskInput) SetDestinationPrefix(v string) *CreateExportTaskInput
- func (s *CreateExportTaskInput) SetFrom(v int64) *CreateExportTaskInput
- func (s *CreateExportTaskInput) SetLogGroupName(v string) *CreateExportTaskInput
- func (s *CreateExportTaskInput) SetLogStreamNamePrefix(v string) *CreateExportTaskInput
- func (s *CreateExportTaskInput) SetTaskName(v string) *CreateExportTaskInput
- func (s *CreateExportTaskInput) SetTo(v int64) *CreateExportTaskInput
- func (s CreateExportTaskInput) String() string
- func (s *CreateExportTaskInput) Validate() error
- type CreateExportTaskOutput
- type CreateLogGroupInput
- type CreateLogGroupOutput
- type CreateLogStreamInput
- func (s CreateLogStreamInput) GoString() string
- func (s *CreateLogStreamInput) SetLogGroupName(v string) *CreateLogStreamInput
- func (s *CreateLogStreamInput) SetLogStreamName(v string) *CreateLogStreamInput
- func (s CreateLogStreamInput) String() string
- func (s *CreateLogStreamInput) Validate() error
- type CreateLogStreamOutput
- type DeleteDestinationInput
- type DeleteDestinationOutput
- type DeleteLogGroupInput
- type DeleteLogGroupOutput
- type DeleteLogStreamInput
- func (s DeleteLogStreamInput) GoString() string
- func (s *DeleteLogStreamInput) SetLogGroupName(v string) *DeleteLogStreamInput
- func (s *DeleteLogStreamInput) SetLogStreamName(v string) *DeleteLogStreamInput
- func (s DeleteLogStreamInput) String() string
- func (s *DeleteLogStreamInput) Validate() error
- type DeleteLogStreamOutput
- type DeleteMetricFilterInput
- func (s DeleteMetricFilterInput) GoString() string
- func (s *DeleteMetricFilterInput) SetFilterName(v string) *DeleteMetricFilterInput
- func (s *DeleteMetricFilterInput) SetLogGroupName(v string) *DeleteMetricFilterInput
- func (s DeleteMetricFilterInput) String() string
- func (s *DeleteMetricFilterInput) Validate() error
- type DeleteMetricFilterOutput
- type DeleteRetentionPolicyInput
- type DeleteRetentionPolicyOutput
- type DeleteSubscriptionFilterInput
- func (s DeleteSubscriptionFilterInput) GoString() string
- func (s *DeleteSubscriptionFilterInput) SetFilterName(v string) *DeleteSubscriptionFilterInput
- func (s *DeleteSubscriptionFilterInput) SetLogGroupName(v string) *DeleteSubscriptionFilterInput
- func (s DeleteSubscriptionFilterInput) String() string
- func (s *DeleteSubscriptionFilterInput) Validate() error
- type DeleteSubscriptionFilterOutput
- type DescribeDestinationsInput
- func (s DescribeDestinationsInput) GoString() string
- func (s *DescribeDestinationsInput) SetDestinationNamePrefix(v string) *DescribeDestinationsInput
- func (s *DescribeDestinationsInput) SetLimit(v int64) *DescribeDestinationsInput
- func (s *DescribeDestinationsInput) SetNextToken(v string) *DescribeDestinationsInput
- func (s DescribeDestinationsInput) String() string
- func (s *DescribeDestinationsInput) Validate() error
- type DescribeDestinationsOutput
- type DescribeExportTasksInput
- func (s DescribeExportTasksInput) GoString() string
- func (s *DescribeExportTasksInput) SetLimit(v int64) *DescribeExportTasksInput
- func (s *DescribeExportTasksInput) SetNextToken(v string) *DescribeExportTasksInput
- func (s *DescribeExportTasksInput) SetStatusCode(v string) *DescribeExportTasksInput
- func (s *DescribeExportTasksInput) SetTaskId(v string) *DescribeExportTasksInput
- func (s DescribeExportTasksInput) String() string
- func (s *DescribeExportTasksInput) Validate() error
- type DescribeExportTasksOutput
- type DescribeLogGroupsInput
- func (s DescribeLogGroupsInput) GoString() string
- func (s *DescribeLogGroupsInput) SetLimit(v int64) *DescribeLogGroupsInput
- func (s *DescribeLogGroupsInput) SetLogGroupNamePrefix(v string) *DescribeLogGroupsInput
- func (s *DescribeLogGroupsInput) SetNextToken(v string) *DescribeLogGroupsInput
- func (s DescribeLogGroupsInput) String() string
- func (s *DescribeLogGroupsInput) Validate() error
- type DescribeLogGroupsOutput
- type DescribeLogStreamsInput
- func (s DescribeLogStreamsInput) GoString() string
- func (s *DescribeLogStreamsInput) SetDescending(v bool) *DescribeLogStreamsInput
- func (s *DescribeLogStreamsInput) SetLimit(v int64) *DescribeLogStreamsInput
- func (s *DescribeLogStreamsInput) SetLogGroupName(v string) *DescribeLogStreamsInput
- func (s *DescribeLogStreamsInput) SetLogStreamNamePrefix(v string) *DescribeLogStreamsInput
- func (s *DescribeLogStreamsInput) SetNextToken(v string) *DescribeLogStreamsInput
- func (s *DescribeLogStreamsInput) SetOrderBy(v string) *DescribeLogStreamsInput
- func (s DescribeLogStreamsInput) String() string
- func (s *DescribeLogStreamsInput) Validate() error
- type DescribeLogStreamsOutput
- type DescribeMetricFiltersInput
- func (s DescribeMetricFiltersInput) GoString() string
- func (s *DescribeMetricFiltersInput) SetFilterNamePrefix(v string) *DescribeMetricFiltersInput
- func (s *DescribeMetricFiltersInput) SetLimit(v int64) *DescribeMetricFiltersInput
- func (s *DescribeMetricFiltersInput) SetLogGroupName(v string) *DescribeMetricFiltersInput
- func (s *DescribeMetricFiltersInput) SetNextToken(v string) *DescribeMetricFiltersInput
- func (s DescribeMetricFiltersInput) String() string
- func (s *DescribeMetricFiltersInput) Validate() error
- type DescribeMetricFiltersOutput
- func (s DescribeMetricFiltersOutput) GoString() string
- func (s *DescribeMetricFiltersOutput) SetMetricFilters(v []*MetricFilter) *DescribeMetricFiltersOutput
- func (s *DescribeMetricFiltersOutput) SetNextToken(v string) *DescribeMetricFiltersOutput
- func (s DescribeMetricFiltersOutput) String() string
- type DescribeSubscriptionFiltersInput
- func (s DescribeSubscriptionFiltersInput) GoString() string
- func (s *DescribeSubscriptionFiltersInput) SetFilterNamePrefix(v string) *DescribeSubscriptionFiltersInput
- func (s *DescribeSubscriptionFiltersInput) SetLimit(v int64) *DescribeSubscriptionFiltersInput
- func (s *DescribeSubscriptionFiltersInput) SetLogGroupName(v string) *DescribeSubscriptionFiltersInput
- func (s *DescribeSubscriptionFiltersInput) SetNextToken(v string) *DescribeSubscriptionFiltersInput
- func (s DescribeSubscriptionFiltersInput) String() string
- func (s *DescribeSubscriptionFiltersInput) Validate() error
- type DescribeSubscriptionFiltersOutput
- func (s DescribeSubscriptionFiltersOutput) GoString() string
- func (s *DescribeSubscriptionFiltersOutput) SetNextToken(v string) *DescribeSubscriptionFiltersOutput
- func (s *DescribeSubscriptionFiltersOutput) SetSubscriptionFilters(v []*SubscriptionFilter) *DescribeSubscriptionFiltersOutput
- func (s DescribeSubscriptionFiltersOutput) String() string
- type Destination
- func (s Destination) GoString() string
- func (s *Destination) SetAccessPolicy(v string) *Destination
- func (s *Destination) SetArn(v string) *Destination
- func (s *Destination) SetCreationTime(v int64) *Destination
- func (s *Destination) SetDestinationName(v string) *Destination
- func (s *Destination) SetRoleArn(v string) *Destination
- func (s *Destination) SetTargetArn(v string) *Destination
- func (s Destination) String() string
- type ExportTask
- func (s ExportTask) GoString() string
- func (s *ExportTask) SetDestination(v string) *ExportTask
- func (s *ExportTask) SetDestinationPrefix(v string) *ExportTask
- func (s *ExportTask) SetExecutionInfo(v *ExportTaskExecutionInfo) *ExportTask
- func (s *ExportTask) SetFrom(v int64) *ExportTask
- func (s *ExportTask) SetLogGroupName(v string) *ExportTask
- func (s *ExportTask) SetStatus(v *ExportTaskStatus) *ExportTask
- func (s *ExportTask) SetTaskId(v string) *ExportTask
- func (s *ExportTask) SetTaskName(v string) *ExportTask
- func (s *ExportTask) SetTo(v int64) *ExportTask
- func (s ExportTask) String() string
- type ExportTaskExecutionInfo
- type ExportTaskStatus
- type FilterLogEventsInput
- func (s FilterLogEventsInput) GoString() string
- func (s *FilterLogEventsInput) SetEndTime(v int64) *FilterLogEventsInput
- func (s *FilterLogEventsInput) SetFilterPattern(v string) *FilterLogEventsInput
- func (s *FilterLogEventsInput) SetInterleaved(v bool) *FilterLogEventsInput
- func (s *FilterLogEventsInput) SetLimit(v int64) *FilterLogEventsInput
- func (s *FilterLogEventsInput) SetLogGroupName(v string) *FilterLogEventsInput
- func (s *FilterLogEventsInput) SetLogStreamNames(v []*string) *FilterLogEventsInput
- func (s *FilterLogEventsInput) SetNextToken(v string) *FilterLogEventsInput
- func (s *FilterLogEventsInput) SetStartTime(v int64) *FilterLogEventsInput
- func (s FilterLogEventsInput) String() string
- func (s *FilterLogEventsInput) Validate() error
- type FilterLogEventsOutput
- func (s FilterLogEventsOutput) GoString() string
- func (s *FilterLogEventsOutput) SetEvents(v []*FilteredLogEvent) *FilterLogEventsOutput
- func (s *FilterLogEventsOutput) SetNextToken(v string) *FilterLogEventsOutput
- func (s *FilterLogEventsOutput) SetSearchedLogStreams(v []*SearchedLogStream) *FilterLogEventsOutput
- func (s FilterLogEventsOutput) String() string
- type FilteredLogEvent
- func (s FilteredLogEvent) GoString() string
- func (s *FilteredLogEvent) SetEventId(v string) *FilteredLogEvent
- func (s *FilteredLogEvent) SetIngestionTime(v int64) *FilteredLogEvent
- func (s *FilteredLogEvent) SetLogStreamName(v string) *FilteredLogEvent
- func (s *FilteredLogEvent) SetMessage(v string) *FilteredLogEvent
- func (s *FilteredLogEvent) SetTimestamp(v int64) *FilteredLogEvent
- func (s FilteredLogEvent) String() string
- type GetLogEventsInput
- func (s GetLogEventsInput) GoString() string
- func (s *GetLogEventsInput) SetEndTime(v int64) *GetLogEventsInput
- func (s *GetLogEventsInput) SetLimit(v int64) *GetLogEventsInput
- func (s *GetLogEventsInput) SetLogGroupName(v string) *GetLogEventsInput
- func (s *GetLogEventsInput) SetLogStreamName(v string) *GetLogEventsInput
- func (s *GetLogEventsInput) SetNextToken(v string) *GetLogEventsInput
- func (s *GetLogEventsInput) SetStartFromHead(v bool) *GetLogEventsInput
- func (s *GetLogEventsInput) SetStartTime(v int64) *GetLogEventsInput
- func (s GetLogEventsInput) String() string
- func (s *GetLogEventsInput) Validate() error
- type GetLogEventsOutput
- func (s GetLogEventsOutput) GoString() string
- func (s *GetLogEventsOutput) SetEvents(v []*OutputLogEvent) *GetLogEventsOutput
- func (s *GetLogEventsOutput) SetNextBackwardToken(v string) *GetLogEventsOutput
- func (s *GetLogEventsOutput) SetNextForwardToken(v string) *GetLogEventsOutput
- func (s GetLogEventsOutput) String() string
- type InputLogEvent
- type LogGroup
- func (s LogGroup) GoString() string
- func (s *LogGroup) SetArn(v string) *LogGroup
- func (s *LogGroup) SetCreationTime(v int64) *LogGroup
- func (s *LogGroup) SetLogGroupName(v string) *LogGroup
- func (s *LogGroup) SetMetricFilterCount(v int64) *LogGroup
- func (s *LogGroup) SetRetentionInDays(v int64) *LogGroup
- func (s *LogGroup) SetStoredBytes(v int64) *LogGroup
- func (s LogGroup) String() string
- type LogStream
- func (s LogStream) GoString() string
- func (s *LogStream) SetArn(v string) *LogStream
- func (s *LogStream) SetCreationTime(v int64) *LogStream
- func (s *LogStream) SetFirstEventTimestamp(v int64) *LogStream
- func (s *LogStream) SetLastEventTimestamp(v int64) *LogStream
- func (s *LogStream) SetLastIngestionTime(v int64) *LogStream
- func (s *LogStream) SetLogStreamName(v string) *LogStream
- func (s *LogStream) SetStoredBytes(v int64) *LogStream
- func (s *LogStream) SetUploadSequenceToken(v string) *LogStream
- func (s LogStream) String() string
- type MetricFilter
- func (s MetricFilter) GoString() string
- func (s *MetricFilter) SetCreationTime(v int64) *MetricFilter
- func (s *MetricFilter) SetFilterName(v string) *MetricFilter
- func (s *MetricFilter) SetFilterPattern(v string) *MetricFilter
- func (s *MetricFilter) SetMetricTransformations(v []*MetricTransformation) *MetricFilter
- func (s MetricFilter) String() string
- type MetricFilterMatchRecord
- func (s MetricFilterMatchRecord) GoString() string
- func (s *MetricFilterMatchRecord) SetEventMessage(v string) *MetricFilterMatchRecord
- func (s *MetricFilterMatchRecord) SetEventNumber(v int64) *MetricFilterMatchRecord
- func (s *MetricFilterMatchRecord) SetExtractedValues(v map[string]*string) *MetricFilterMatchRecord
- func (s MetricFilterMatchRecord) String() string
- type MetricTransformation
- func (s MetricTransformation) GoString() string
- func (s *MetricTransformation) SetDefaultValue(v float64) *MetricTransformation
- func (s *MetricTransformation) SetMetricName(v string) *MetricTransformation
- func (s *MetricTransformation) SetMetricNamespace(v string) *MetricTransformation
- func (s *MetricTransformation) SetMetricValue(v string) *MetricTransformation
- func (s MetricTransformation) String() string
- func (s *MetricTransformation) Validate() error
- type OutputLogEvent
- type PutDestinationInput
- func (s PutDestinationInput) GoString() string
- func (s *PutDestinationInput) SetDestinationName(v string) *PutDestinationInput
- func (s *PutDestinationInput) SetRoleArn(v string) *PutDestinationInput
- func (s *PutDestinationInput) SetTargetArn(v string) *PutDestinationInput
- func (s PutDestinationInput) String() string
- func (s *PutDestinationInput) Validate() error
- type PutDestinationOutput
- type PutDestinationPolicyInput
- func (s PutDestinationPolicyInput) GoString() string
- func (s *PutDestinationPolicyInput) SetAccessPolicy(v string) *PutDestinationPolicyInput
- func (s *PutDestinationPolicyInput) SetDestinationName(v string) *PutDestinationPolicyInput
- func (s PutDestinationPolicyInput) String() string
- func (s *PutDestinationPolicyInput) Validate() error
- type PutDestinationPolicyOutput
- type PutLogEventsInput
- func (s PutLogEventsInput) GoString() string
- func (s *PutLogEventsInput) SetLogEvents(v []*InputLogEvent) *PutLogEventsInput
- func (s *PutLogEventsInput) SetLogGroupName(v string) *PutLogEventsInput
- func (s *PutLogEventsInput) SetLogStreamName(v string) *PutLogEventsInput
- func (s *PutLogEventsInput) SetSequenceToken(v string) *PutLogEventsInput
- func (s PutLogEventsInput) String() string
- func (s *PutLogEventsInput) Validate() error
- type PutLogEventsOutput
- type PutMetricFilterInput
- func (s PutMetricFilterInput) GoString() string
- func (s *PutMetricFilterInput) SetFilterName(v string) *PutMetricFilterInput
- func (s *PutMetricFilterInput) SetFilterPattern(v string) *PutMetricFilterInput
- func (s *PutMetricFilterInput) SetLogGroupName(v string) *PutMetricFilterInput
- func (s *PutMetricFilterInput) SetMetricTransformations(v []*MetricTransformation) *PutMetricFilterInput
- func (s PutMetricFilterInput) String() string
- func (s *PutMetricFilterInput) Validate() error
- type PutMetricFilterOutput
- type PutRetentionPolicyInput
- func (s PutRetentionPolicyInput) GoString() string
- func (s *PutRetentionPolicyInput) SetLogGroupName(v string) *PutRetentionPolicyInput
- func (s *PutRetentionPolicyInput) SetRetentionInDays(v int64) *PutRetentionPolicyInput
- func (s PutRetentionPolicyInput) String() string
- func (s *PutRetentionPolicyInput) Validate() error
- type PutRetentionPolicyOutput
- type PutSubscriptionFilterInput
- func (s PutSubscriptionFilterInput) GoString() string
- func (s *PutSubscriptionFilterInput) SetDestinationArn(v string) *PutSubscriptionFilterInput
- func (s *PutSubscriptionFilterInput) SetFilterName(v string) *PutSubscriptionFilterInput
- func (s *PutSubscriptionFilterInput) SetFilterPattern(v string) *PutSubscriptionFilterInput
- func (s *PutSubscriptionFilterInput) SetLogGroupName(v string) *PutSubscriptionFilterInput
- func (s *PutSubscriptionFilterInput) SetRoleArn(v string) *PutSubscriptionFilterInput
- func (s PutSubscriptionFilterInput) String() string
- func (s *PutSubscriptionFilterInput) Validate() error
- type PutSubscriptionFilterOutput
- type RejectedLogEventsInfo
- func (s RejectedLogEventsInfo) GoString() string
- func (s *RejectedLogEventsInfo) SetExpiredLogEventEndIndex(v int64) *RejectedLogEventsInfo
- func (s *RejectedLogEventsInfo) SetTooNewLogEventStartIndex(v int64) *RejectedLogEventsInfo
- func (s *RejectedLogEventsInfo) SetTooOldLogEventEndIndex(v int64) *RejectedLogEventsInfo
- func (s RejectedLogEventsInfo) String() string
- type SearchedLogStream
- type SubscriptionFilter
- func (s SubscriptionFilter) GoString() string
- func (s *SubscriptionFilter) SetCreationTime(v int64) *SubscriptionFilter
- func (s *SubscriptionFilter) SetDestinationArn(v string) *SubscriptionFilter
- func (s *SubscriptionFilter) SetFilterName(v string) *SubscriptionFilter
- func (s *SubscriptionFilter) SetFilterPattern(v string) *SubscriptionFilter
- func (s *SubscriptionFilter) SetLogGroupName(v string) *SubscriptionFilter
- func (s *SubscriptionFilter) SetRoleArn(v string) *SubscriptionFilter
- func (s SubscriptionFilter) String() string
- type TestMetricFilterInput
- func (s TestMetricFilterInput) GoString() string
- func (s *TestMetricFilterInput) SetFilterPattern(v string) *TestMetricFilterInput
- func (s *TestMetricFilterInput) SetLogEventMessages(v []*string) *TestMetricFilterInput
- func (s TestMetricFilterInput) String() string
- func (s *TestMetricFilterInput) Validate() error
- type TestMetricFilterOutput
Examples ¶
- CloudWatchLogs.CancelExportTask
- CloudWatchLogs.CreateExportTask
- CloudWatchLogs.CreateLogGroup
- CloudWatchLogs.CreateLogStream
- CloudWatchLogs.DeleteDestination
- CloudWatchLogs.DeleteLogGroup
- CloudWatchLogs.DeleteLogStream
- CloudWatchLogs.DeleteMetricFilter
- CloudWatchLogs.DeleteRetentionPolicy
- CloudWatchLogs.DeleteSubscriptionFilter
- CloudWatchLogs.DescribeDestinations
- CloudWatchLogs.DescribeExportTasks
- CloudWatchLogs.DescribeLogGroups
- CloudWatchLogs.DescribeLogStreams
- CloudWatchLogs.DescribeMetricFilters
- CloudWatchLogs.DescribeSubscriptionFilters
- CloudWatchLogs.FilterLogEvents
- CloudWatchLogs.GetLogEvents
- CloudWatchLogs.PutDestination
- CloudWatchLogs.PutDestinationPolicy
- CloudWatchLogs.PutLogEvents
- CloudWatchLogs.PutMetricFilter
- CloudWatchLogs.PutRetentionPolicy
- CloudWatchLogs.PutSubscriptionFilter
- CloudWatchLogs.TestMetricFilter
Constants ¶
const ( // ExportTaskStatusCodeCancelled is a ExportTaskStatusCode enum value ExportTaskStatusCodeCancelled = "CANCELLED" // ExportTaskStatusCodeCompleted is a ExportTaskStatusCode enum value ExportTaskStatusCodeCompleted = "COMPLETED" // ExportTaskStatusCodeFailed is a ExportTaskStatusCode enum value ExportTaskStatusCodeFailed = "FAILED" // ExportTaskStatusCodePending is a ExportTaskStatusCode enum value ExportTaskStatusCodePending = "PENDING" // ExportTaskStatusCodePendingCancel is a ExportTaskStatusCode enum value ExportTaskStatusCodePendingCancel = "PENDING_CANCEL" // ExportTaskStatusCodeRunning is a ExportTaskStatusCode enum value ExportTaskStatusCodeRunning = "RUNNING" )
const ( // OrderByLogStreamName is a OrderBy enum value OrderByLogStreamName = "LogStreamName" // OrderByLastEventTime is a OrderBy enum value OrderByLastEventTime = "LastEventTime" )
const ServiceName = "logs"
A ServiceName is the name of the service the client will make API calls to.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CancelExportTaskInput ¶ added in v0.9.9
type CancelExportTaskInput struct { // Id of the export task to cancel. // // TaskId is a required field TaskId *string `locationName:"taskId" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (CancelExportTaskInput) GoString ¶ added in v0.9.9
func (s CancelExportTaskInput) GoString() string
GoString returns the string representation
func (*CancelExportTaskInput) SetTaskId ¶ added in v1.5.0
func (s *CancelExportTaskInput) SetTaskId(v string) *CancelExportTaskInput
SetTaskId sets the TaskId field's value.
func (CancelExportTaskInput) String ¶ added in v0.9.9
func (s CancelExportTaskInput) String() string
String returns the string representation
func (*CancelExportTaskInput) Validate ¶ added in v1.1.21
func (s *CancelExportTaskInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CancelExportTaskOutput ¶ added in v0.9.9
type CancelExportTaskOutput struct {
// contains filtered or unexported fields
}
func (CancelExportTaskOutput) GoString ¶ added in v0.9.9
func (s CancelExportTaskOutput) GoString() string
GoString returns the string representation
func (CancelExportTaskOutput) String ¶ added in v0.9.9
func (s CancelExportTaskOutput) String() string
String returns the string representation
type CloudWatchLogs ¶
You can use Amazon CloudWatch Logs to monitor, store, and access your log files from Amazon Elastic Compute Cloud (Amazon EC2) instances, Amazon CloudTrail, or other sources. You can then retrieve the associated log data from CloudWatch Logs using the Amazon CloudWatch console, the CloudWatch Logs commands in the AWS CLI, the CloudWatch Logs API, or the CloudWatch Logs SDK.
You can use CloudWatch Logs to:
Monitor Logs from Amazon EC2 Instances in Real-time: You can use CloudWatch Logs to monitor applications and systems using log data. For example, CloudWatch Logs can track the number of errors that occur in your application logs and send you a notification whenever the rate of errors exceeds a threshold you specify. CloudWatch Logs uses your log data for monitoring; so, no code changes are required. For example, you can monitor application logs for specific literal terms (such as "NullReferenceException") or count the number of occurrences of a literal term at a particular position in log data (such as "404" status codes in an Apache access log). When the term you are searching for is found, CloudWatch Logs reports the data to a Amazon CloudWatch metric that you specify.
Monitor Amazon CloudTrail Logged Events: You can create alarms in Amazon CloudWatch and receive notifications of particular API activity as captured by CloudTrail and use the notification to perform troubleshooting.
Archive Log Data: You can use CloudWatch Logs to store your log data in highly durable storage. You can change the log retention setting so that any log events older than this setting are automatically deleted. The CloudWatch Logs agent makes it easy to quickly send both rotated and non-rotated log data off of a host and into the log service. You can then access the raw log data when you need it.
The service client's operations are safe to be used concurrently. It is not safe to mutate any of the client's properties though.
func New ¶
func New(p client.ConfigProvider, cfgs ...*aws.Config) *CloudWatchLogs
New creates a new instance of the CloudWatchLogs client with a session. If additional configuration is needed for the client instance use the optional aws.Config parameter to add your extra config.
Example:
// Create a CloudWatchLogs client from just a session. svc := cloudwatchlogs.New(mySession) // Create a CloudWatchLogs client with additional configuration svc := cloudwatchlogs.New(mySession, aws.NewConfig().WithRegion("us-west-2"))
func (*CloudWatchLogs) CancelExportTask ¶ added in v0.9.9
func (c *CloudWatchLogs) CancelExportTask(input *CancelExportTaskInput) (*CancelExportTaskOutput, error)
CancelExportTask API operation for Amazon CloudWatch Logs.
Cancels an export task if it is in PENDING or RUNNING state.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon CloudWatch Logs's API operation CancelExportTask for usage and error information.
Returned Error Codes:
InvalidParameterException Returned if a parameter of the request is incorrectly specified.
ResourceNotFoundException Returned if the specified resource does not exist.
InvalidOperationException Returned if the operation is not valid on the specified resource
ServiceUnavailableException Returned if the service cannot complete the request.
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/cloudwatchlogs" ) func main() { sess, err := session.NewSession() if err != nil { fmt.Println("failed to create session,", err) return } svc := cloudwatchlogs.New(sess) params := &cloudwatchlogs.CancelExportTaskInput{ TaskId: aws.String("ExportTaskId"), // Required } resp, err := svc.CancelExportTask(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
func (*CloudWatchLogs) CancelExportTaskRequest ¶ added in v0.9.9
func (c *CloudWatchLogs) CancelExportTaskRequest(input *CancelExportTaskInput) (req *request.Request, output *CancelExportTaskOutput)
CancelExportTaskRequest generates a "aws/request.Request" representing the client's request for the CancelExportTask operation. The "output" return value can be used to capture response data after the request's "Send" method is called.
See CancelExportTask for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the CancelExportTask method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// Example sending a request using the CancelExportTaskRequest method. req, resp := client.CancelExportTaskRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CloudWatchLogs) CreateExportTask ¶ added in v0.9.9
func (c *CloudWatchLogs) CreateExportTask(input *CreateExportTaskInput) (*CreateExportTaskOutput, error)
CreateExportTask API operation for Amazon CloudWatch Logs.
Creates an ExportTask which allows you to efficiently export data from a Log Group to your Amazon S3 bucket.
This is an asynchronous call. If all the required information is provided, this API will initiate an export task and respond with the task Id. Once started, DescribeExportTasks can be used to get the status of an export task. You can only have one active (RUNNING or PENDING) export task at a time, per account.
You can export logs from multiple log groups or multiple time ranges to the same Amazon S3 bucket. To separate out log data for each export task, you can specify a prefix that will be used as the Amazon S3 key prefix for all exported objects.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon CloudWatch Logs's API operation CreateExportTask for usage and error information.
Returned Error Codes:
InvalidParameterException Returned if a parameter of the request is incorrectly specified.
LimitExceededException Returned if you have reached the maximum number of resources that can be created.
OperationAbortedException Returned if multiple requests to update the same resource were in conflict.
ServiceUnavailableException Returned if the service cannot complete the request.
ResourceNotFoundException Returned if the specified resource does not exist.
ResourceAlreadyExistsException Returned if the specified resource already exists.
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/cloudwatchlogs" ) func main() { sess, err := session.NewSession() if err != nil { fmt.Println("failed to create session,", err) return } svc := cloudwatchlogs.New(sess) params := &cloudwatchlogs.CreateExportTaskInput{ Destination: aws.String("ExportDestinationBucket"), // Required From: aws.Int64(1), // Required LogGroupName: aws.String("LogGroupName"), // Required To: aws.Int64(1), // Required DestinationPrefix: aws.String("ExportDestinationPrefix"), LogStreamNamePrefix: aws.String("LogStreamName"), TaskName: aws.String("ExportTaskName"), } resp, err := svc.CreateExportTask(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
func (*CloudWatchLogs) CreateExportTaskRequest ¶ added in v0.9.9
func (c *CloudWatchLogs) CreateExportTaskRequest(input *CreateExportTaskInput) (req *request.Request, output *CreateExportTaskOutput)
CreateExportTaskRequest generates a "aws/request.Request" representing the client's request for the CreateExportTask operation. The "output" return value can be used to capture response data after the request's "Send" method is called.
See CreateExportTask for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the CreateExportTask method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// Example sending a request using the CreateExportTaskRequest method. req, resp := client.CreateExportTaskRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CloudWatchLogs) CreateLogGroup ¶
func (c *CloudWatchLogs) CreateLogGroup(input *CreateLogGroupInput) (*CreateLogGroupOutput, error)
CreateLogGroup API operation for Amazon CloudWatch Logs.
Creates a new log group with the specified name. The name of the log group must be unique within a region for an AWS account. You can create up to 500 log groups per account.
You must use the following guidelines when naming a log group:
Log group names can be between 1 and 512 characters long.
Allowed characters are a-z, A-Z, 0-9, '_' (underscore), '-' (hyphen), '/' (forward slash), and '.' (period).
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon CloudWatch Logs's API operation CreateLogGroup for usage and error information.
Returned Error Codes:
InvalidParameterException Returned if a parameter of the request is incorrectly specified.
ResourceAlreadyExistsException Returned if the specified resource already exists.
LimitExceededException Returned if you have reached the maximum number of resources that can be created.
OperationAbortedException Returned if multiple requests to update the same resource were in conflict.
ServiceUnavailableException Returned if the service cannot complete the request.
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/cloudwatchlogs" ) func main() { sess, err := session.NewSession() if err != nil { fmt.Println("failed to create session,", err) return } svc := cloudwatchlogs.New(sess) params := &cloudwatchlogs.CreateLogGroupInput{ LogGroupName: aws.String("LogGroupName"), // Required } resp, err := svc.CreateLogGroup(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
func (*CloudWatchLogs) CreateLogGroupRequest ¶
func (c *CloudWatchLogs) CreateLogGroupRequest(input *CreateLogGroupInput) (req *request.Request, output *CreateLogGroupOutput)
CreateLogGroupRequest generates a "aws/request.Request" representing the client's request for the CreateLogGroup operation. The "output" return value can be used to capture response data after the request's "Send" method is called.
See CreateLogGroup for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the CreateLogGroup method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// Example sending a request using the CreateLogGroupRequest method. req, resp := client.CreateLogGroupRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CloudWatchLogs) CreateLogStream ¶
func (c *CloudWatchLogs) CreateLogStream(input *CreateLogStreamInput) (*CreateLogStreamOutput, error)
CreateLogStream API operation for Amazon CloudWatch Logs.
Creates a new log stream in the specified log group. The name of the log stream must be unique within the log group. There is no limit on the number of log streams that can exist in a log group.
You must use the following guidelines when naming a log stream:
Log stream names can be between 1 and 512 characters long.
The ':' colon character is not allowed.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon CloudWatch Logs's API operation CreateLogStream for usage and error information.
Returned Error Codes:
InvalidParameterException Returned if a parameter of the request is incorrectly specified.
ResourceAlreadyExistsException Returned if the specified resource already exists.
ResourceNotFoundException Returned if the specified resource does not exist.
ServiceUnavailableException Returned if the service cannot complete the request.
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/cloudwatchlogs" ) func main() { sess, err := session.NewSession() if err != nil { fmt.Println("failed to create session,", err) return } svc := cloudwatchlogs.New(sess) params := &cloudwatchlogs.CreateLogStreamInput{ LogGroupName: aws.String("LogGroupName"), // Required LogStreamName: aws.String("LogStreamName"), // Required } resp, err := svc.CreateLogStream(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
func (*CloudWatchLogs) CreateLogStreamRequest ¶
func (c *CloudWatchLogs) CreateLogStreamRequest(input *CreateLogStreamInput) (req *request.Request, output *CreateLogStreamOutput)
CreateLogStreamRequest generates a "aws/request.Request" representing the client's request for the CreateLogStream operation. The "output" return value can be used to capture response data after the request's "Send" method is called.
See CreateLogStream for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the CreateLogStream method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// Example sending a request using the CreateLogStreamRequest method. req, resp := client.CreateLogStreamRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CloudWatchLogs) DeleteDestination ¶ added in v0.7.1
func (c *CloudWatchLogs) DeleteDestination(input *DeleteDestinationInput) (*DeleteDestinationOutput, error)
DeleteDestination API operation for Amazon CloudWatch Logs.
Deletes the destination with the specified name and eventually disables all the subscription filters that publish to it. This will not delete the physical resource encapsulated by the destination.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon CloudWatch Logs's API operation DeleteDestination for usage and error information.
Returned Error Codes:
InvalidParameterException Returned if a parameter of the request is incorrectly specified.
ResourceNotFoundException Returned if the specified resource does not exist.
OperationAbortedException Returned if multiple requests to update the same resource were in conflict.
ServiceUnavailableException Returned if the service cannot complete the request.
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/cloudwatchlogs" ) func main() { sess, err := session.NewSession() if err != nil { fmt.Println("failed to create session,", err) return } svc := cloudwatchlogs.New(sess) params := &cloudwatchlogs.DeleteDestinationInput{ DestinationName: aws.String("DestinationName"), // Required } resp, err := svc.DeleteDestination(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
func (*CloudWatchLogs) DeleteDestinationRequest ¶ added in v0.7.1
func (c *CloudWatchLogs) DeleteDestinationRequest(input *DeleteDestinationInput) (req *request.Request, output *DeleteDestinationOutput)
DeleteDestinationRequest generates a "aws/request.Request" representing the client's request for the DeleteDestination operation. The "output" return value can be used to capture response data after the request's "Send" method is called.
See DeleteDestination for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the DeleteDestination method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// Example sending a request using the DeleteDestinationRequest method. req, resp := client.DeleteDestinationRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CloudWatchLogs) DeleteLogGroup ¶
func (c *CloudWatchLogs) DeleteLogGroup(input *DeleteLogGroupInput) (*DeleteLogGroupOutput, error)
DeleteLogGroup API operation for Amazon CloudWatch Logs.
Deletes the log group with the specified name and permanently deletes all the archived log events associated with it.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon CloudWatch Logs's API operation DeleteLogGroup for usage and error information.
Returned Error Codes:
InvalidParameterException Returned if a parameter of the request is incorrectly specified.
ResourceNotFoundException Returned if the specified resource does not exist.
OperationAbortedException Returned if multiple requests to update the same resource were in conflict.
ServiceUnavailableException Returned if the service cannot complete the request.
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/cloudwatchlogs" ) func main() { sess, err := session.NewSession() if err != nil { fmt.Println("failed to create session,", err) return } svc := cloudwatchlogs.New(sess) params := &cloudwatchlogs.DeleteLogGroupInput{ LogGroupName: aws.String("LogGroupName"), // Required } resp, err := svc.DeleteLogGroup(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
func (*CloudWatchLogs) DeleteLogGroupRequest ¶
func (c *CloudWatchLogs) DeleteLogGroupRequest(input *DeleteLogGroupInput) (req *request.Request, output *DeleteLogGroupOutput)
DeleteLogGroupRequest generates a "aws/request.Request" representing the client's request for the DeleteLogGroup operation. The "output" return value can be used to capture response data after the request's "Send" method is called.
See DeleteLogGroup for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the DeleteLogGroup method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// Example sending a request using the DeleteLogGroupRequest method. req, resp := client.DeleteLogGroupRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CloudWatchLogs) DeleteLogStream ¶
func (c *CloudWatchLogs) DeleteLogStream(input *DeleteLogStreamInput) (*DeleteLogStreamOutput, error)
DeleteLogStream API operation for Amazon CloudWatch Logs.
Deletes a log stream and permanently deletes all the archived log events associated with it.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon CloudWatch Logs's API operation DeleteLogStream for usage and error information.
Returned Error Codes:
InvalidParameterException Returned if a parameter of the request is incorrectly specified.
ResourceNotFoundException Returned if the specified resource does not exist.
OperationAbortedException Returned if multiple requests to update the same resource were in conflict.
ServiceUnavailableException Returned if the service cannot complete the request.
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/cloudwatchlogs" ) func main() { sess, err := session.NewSession() if err != nil { fmt.Println("failed to create session,", err) return } svc := cloudwatchlogs.New(sess) params := &cloudwatchlogs.DeleteLogStreamInput{ LogGroupName: aws.String("LogGroupName"), // Required LogStreamName: aws.String("LogStreamName"), // Required } resp, err := svc.DeleteLogStream(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
func (*CloudWatchLogs) DeleteLogStreamRequest ¶
func (c *CloudWatchLogs) DeleteLogStreamRequest(input *DeleteLogStreamInput) (req *request.Request, output *DeleteLogStreamOutput)
DeleteLogStreamRequest generates a "aws/request.Request" representing the client's request for the DeleteLogStream operation. The "output" return value can be used to capture response data after the request's "Send" method is called.
See DeleteLogStream for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the DeleteLogStream method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// Example sending a request using the DeleteLogStreamRequest method. req, resp := client.DeleteLogStreamRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CloudWatchLogs) DeleteMetricFilter ¶
func (c *CloudWatchLogs) DeleteMetricFilter(input *DeleteMetricFilterInput) (*DeleteMetricFilterOutput, error)
DeleteMetricFilter API operation for Amazon CloudWatch Logs.
Deletes a metric filter associated with the specified log group.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon CloudWatch Logs's API operation DeleteMetricFilter for usage and error information.
Returned Error Codes:
InvalidParameterException Returned if a parameter of the request is incorrectly specified.
ResourceNotFoundException Returned if the specified resource does not exist.
OperationAbortedException Returned if multiple requests to update the same resource were in conflict.
ServiceUnavailableException Returned if the service cannot complete the request.
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/cloudwatchlogs" ) func main() { sess, err := session.NewSession() if err != nil { fmt.Println("failed to create session,", err) return } svc := cloudwatchlogs.New(sess) params := &cloudwatchlogs.DeleteMetricFilterInput{ FilterName: aws.String("FilterName"), // Required LogGroupName: aws.String("LogGroupName"), // Required } resp, err := svc.DeleteMetricFilter(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
func (*CloudWatchLogs) DeleteMetricFilterRequest ¶
func (c *CloudWatchLogs) DeleteMetricFilterRequest(input *DeleteMetricFilterInput) (req *request.Request, output *DeleteMetricFilterOutput)
DeleteMetricFilterRequest generates a "aws/request.Request" representing the client's request for the DeleteMetricFilter operation. The "output" return value can be used to capture response data after the request's "Send" method is called.
See DeleteMetricFilter for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the DeleteMetricFilter method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// Example sending a request using the DeleteMetricFilterRequest method. req, resp := client.DeleteMetricFilterRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CloudWatchLogs) DeleteRetentionPolicy ¶
func (c *CloudWatchLogs) DeleteRetentionPolicy(input *DeleteRetentionPolicyInput) (*DeleteRetentionPolicyOutput, error)
DeleteRetentionPolicy API operation for Amazon CloudWatch Logs.
Deletes the retention policy of the specified log group. Log events would not expire if they belong to log groups without a retention policy.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon CloudWatch Logs's API operation DeleteRetentionPolicy for usage and error information.
Returned Error Codes:
InvalidParameterException Returned if a parameter of the request is incorrectly specified.
ResourceNotFoundException Returned if the specified resource does not exist.
OperationAbortedException Returned if multiple requests to update the same resource were in conflict.
ServiceUnavailableException Returned if the service cannot complete the request.
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/cloudwatchlogs" ) func main() { sess, err := session.NewSession() if err != nil { fmt.Println("failed to create session,", err) return } svc := cloudwatchlogs.New(sess) params := &cloudwatchlogs.DeleteRetentionPolicyInput{ LogGroupName: aws.String("LogGroupName"), // Required } resp, err := svc.DeleteRetentionPolicy(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
func (*CloudWatchLogs) DeleteRetentionPolicyRequest ¶
func (c *CloudWatchLogs) DeleteRetentionPolicyRequest(input *DeleteRetentionPolicyInput) (req *request.Request, output *DeleteRetentionPolicyOutput)
DeleteRetentionPolicyRequest generates a "aws/request.Request" representing the client's request for the DeleteRetentionPolicy operation. The "output" return value can be used to capture response data after the request's "Send" method is called.
See DeleteRetentionPolicy for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the DeleteRetentionPolicy method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// Example sending a request using the DeleteRetentionPolicyRequest method. req, resp := client.DeleteRetentionPolicyRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CloudWatchLogs) DeleteSubscriptionFilter ¶ added in v0.6.1
func (c *CloudWatchLogs) DeleteSubscriptionFilter(input *DeleteSubscriptionFilterInput) (*DeleteSubscriptionFilterOutput, error)
DeleteSubscriptionFilter API operation for Amazon CloudWatch Logs.
Deletes a subscription filter associated with the specified log group.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon CloudWatch Logs's API operation DeleteSubscriptionFilter for usage and error information.
Returned Error Codes:
InvalidParameterException Returned if a parameter of the request is incorrectly specified.
ResourceNotFoundException Returned if the specified resource does not exist.
OperationAbortedException Returned if multiple requests to update the same resource were in conflict.
ServiceUnavailableException Returned if the service cannot complete the request.
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/cloudwatchlogs" ) func main() { sess, err := session.NewSession() if err != nil { fmt.Println("failed to create session,", err) return } svc := cloudwatchlogs.New(sess) params := &cloudwatchlogs.DeleteSubscriptionFilterInput{ FilterName: aws.String("FilterName"), // Required LogGroupName: aws.String("LogGroupName"), // Required } resp, err := svc.DeleteSubscriptionFilter(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
func (*CloudWatchLogs) DeleteSubscriptionFilterRequest ¶ added in v0.6.1
func (c *CloudWatchLogs) DeleteSubscriptionFilterRequest(input *DeleteSubscriptionFilterInput) (req *request.Request, output *DeleteSubscriptionFilterOutput)
DeleteSubscriptionFilterRequest generates a "aws/request.Request" representing the client's request for the DeleteSubscriptionFilter operation. The "output" return value can be used to capture response data after the request's "Send" method is called.
See DeleteSubscriptionFilter for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the DeleteSubscriptionFilter method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// Example sending a request using the DeleteSubscriptionFilterRequest method. req, resp := client.DeleteSubscriptionFilterRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CloudWatchLogs) DescribeDestinations ¶ added in v0.7.1
func (c *CloudWatchLogs) DescribeDestinations(input *DescribeDestinationsInput) (*DescribeDestinationsOutput, error)
DescribeDestinations API operation for Amazon CloudWatch Logs.
Returns all the destinations that are associated with the AWS account making the request. The list returned in the response is ASCII-sorted by destination name.
By default, this operation returns up to 50 destinations. If there are more destinations to list, the response would contain a nextToken value in the response body. You can also limit the number of destinations returned in the response by specifying the limit parameter in the request.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon CloudWatch Logs's API operation DescribeDestinations for usage and error information.
Returned Error Codes:
InvalidParameterException Returned if a parameter of the request is incorrectly specified.
ServiceUnavailableException Returned if the service cannot complete the request.
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/cloudwatchlogs" ) func main() { sess, err := session.NewSession() if err != nil { fmt.Println("failed to create session,", err) return } svc := cloudwatchlogs.New(sess) params := &cloudwatchlogs.DescribeDestinationsInput{ DestinationNamePrefix: aws.String("DestinationName"), Limit: aws.Int64(1), NextToken: aws.String("NextToken"), } resp, err := svc.DescribeDestinations(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
func (*CloudWatchLogs) DescribeDestinationsPages ¶ added in v0.9.5
func (c *CloudWatchLogs) DescribeDestinationsPages(input *DescribeDestinationsInput, fn func(p *DescribeDestinationsOutput, lastPage bool) (shouldContinue bool)) error
DescribeDestinationsPages iterates over the pages of a DescribeDestinations operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See DescribeDestinations method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a DescribeDestinations operation. pageNum := 0 err := client.DescribeDestinationsPages(params, func(page *DescribeDestinationsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*CloudWatchLogs) DescribeDestinationsRequest ¶ added in v0.7.1
func (c *CloudWatchLogs) DescribeDestinationsRequest(input *DescribeDestinationsInput) (req *request.Request, output *DescribeDestinationsOutput)
DescribeDestinationsRequest generates a "aws/request.Request" representing the client's request for the DescribeDestinations operation. The "output" return value can be used to capture response data after the request's "Send" method is called.
See DescribeDestinations for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the DescribeDestinations method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// Example sending a request using the DescribeDestinationsRequest method. req, resp := client.DescribeDestinationsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CloudWatchLogs) DescribeExportTasks ¶ added in v0.9.9
func (c *CloudWatchLogs) DescribeExportTasks(input *DescribeExportTasksInput) (*DescribeExportTasksOutput, error)
DescribeExportTasks API operation for Amazon CloudWatch Logs.
Returns all the export tasks that are associated with the AWS account making the request. The export tasks can be filtered based on TaskId or TaskStatus.
By default, this operation returns up to 50 export tasks that satisfy the specified filters. If there are more export tasks to list, the response would contain a nextToken value in the response body. You can also limit the number of export tasks returned in the response by specifying the limit parameter in the request.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon CloudWatch Logs's API operation DescribeExportTasks for usage and error information.
Returned Error Codes:
InvalidParameterException Returned if a parameter of the request is incorrectly specified.
ServiceUnavailableException Returned if the service cannot complete the request.
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/cloudwatchlogs" ) func main() { sess, err := session.NewSession() if err != nil { fmt.Println("failed to create session,", err) return } svc := cloudwatchlogs.New(sess) params := &cloudwatchlogs.DescribeExportTasksInput{ Limit: aws.Int64(1), NextToken: aws.String("NextToken"), StatusCode: aws.String("ExportTaskStatusCode"), TaskId: aws.String("ExportTaskId"), } resp, err := svc.DescribeExportTasks(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
func (*CloudWatchLogs) DescribeExportTasksRequest ¶ added in v0.9.9
func (c *CloudWatchLogs) DescribeExportTasksRequest(input *DescribeExportTasksInput) (req *request.Request, output *DescribeExportTasksOutput)
DescribeExportTasksRequest generates a "aws/request.Request" representing the client's request for the DescribeExportTasks operation. The "output" return value can be used to capture response data after the request's "Send" method is called.
See DescribeExportTasks for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the DescribeExportTasks method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// Example sending a request using the DescribeExportTasksRequest method. req, resp := client.DescribeExportTasksRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CloudWatchLogs) DescribeLogGroups ¶
func (c *CloudWatchLogs) DescribeLogGroups(input *DescribeLogGroupsInput) (*DescribeLogGroupsOutput, error)
DescribeLogGroups API operation for Amazon CloudWatch Logs.
Returns all the log groups that are associated with the AWS account making the request. The list returned in the response is ASCII-sorted by log group name.
By default, this operation returns up to 50 log groups. If there are more log groups to list, the response would contain a nextToken value in the response body. You can also limit the number of log groups returned in the response by specifying the limit parameter in the request.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon CloudWatch Logs's API operation DescribeLogGroups for usage and error information.
Returned Error Codes:
InvalidParameterException Returned if a parameter of the request is incorrectly specified.
ServiceUnavailableException Returned if the service cannot complete the request.
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/cloudwatchlogs" ) func main() { sess, err := session.NewSession() if err != nil { fmt.Println("failed to create session,", err) return } svc := cloudwatchlogs.New(sess) params := &cloudwatchlogs.DescribeLogGroupsInput{ Limit: aws.Int64(1), LogGroupNamePrefix: aws.String("LogGroupName"), NextToken: aws.String("NextToken"), } resp, err := svc.DescribeLogGroups(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
func (*CloudWatchLogs) DescribeLogGroupsPages ¶
func (c *CloudWatchLogs) DescribeLogGroupsPages(input *DescribeLogGroupsInput, fn func(p *DescribeLogGroupsOutput, lastPage bool) (shouldContinue bool)) error
DescribeLogGroupsPages iterates over the pages of a DescribeLogGroups operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See DescribeLogGroups method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a DescribeLogGroups operation. pageNum := 0 err := client.DescribeLogGroupsPages(params, func(page *DescribeLogGroupsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*CloudWatchLogs) DescribeLogGroupsRequest ¶
func (c *CloudWatchLogs) DescribeLogGroupsRequest(input *DescribeLogGroupsInput) (req *request.Request, output *DescribeLogGroupsOutput)
DescribeLogGroupsRequest generates a "aws/request.Request" representing the client's request for the DescribeLogGroups operation. The "output" return value can be used to capture response data after the request's "Send" method is called.
See DescribeLogGroups for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the DescribeLogGroups method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// Example sending a request using the DescribeLogGroupsRequest method. req, resp := client.DescribeLogGroupsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CloudWatchLogs) DescribeLogStreams ¶
func (c *CloudWatchLogs) DescribeLogStreams(input *DescribeLogStreamsInput) (*DescribeLogStreamsOutput, error)
DescribeLogStreams API operation for Amazon CloudWatch Logs.
Returns all the log streams that are associated with the specified log group. The list returned in the response is ASCII-sorted by log stream name.
By default, this operation returns up to 50 log streams. If there are more log streams to list, the response would contain a nextToken value in the response body. You can also limit the number of log streams returned in the response by specifying the limit parameter in the request. This operation has a limit of five transactions per second, after which transactions are throttled.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon CloudWatch Logs's API operation DescribeLogStreams for usage and error information.
Returned Error Codes:
InvalidParameterException Returned if a parameter of the request is incorrectly specified.
ResourceNotFoundException Returned if the specified resource does not exist.
ServiceUnavailableException Returned if the service cannot complete the request.
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/cloudwatchlogs" ) func main() { sess, err := session.NewSession() if err != nil { fmt.Println("failed to create session,", err) return } svc := cloudwatchlogs.New(sess) params := &cloudwatchlogs.DescribeLogStreamsInput{ LogGroupName: aws.String("LogGroupName"), // Required Descending: aws.Bool(true), Limit: aws.Int64(1), LogStreamNamePrefix: aws.String("LogStreamName"), NextToken: aws.String("NextToken"), OrderBy: aws.String("OrderBy"), } resp, err := svc.DescribeLogStreams(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
func (*CloudWatchLogs) DescribeLogStreamsPages ¶
func (c *CloudWatchLogs) DescribeLogStreamsPages(input *DescribeLogStreamsInput, fn func(p *DescribeLogStreamsOutput, lastPage bool) (shouldContinue bool)) error
DescribeLogStreamsPages iterates over the pages of a DescribeLogStreams operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See DescribeLogStreams method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a DescribeLogStreams operation. pageNum := 0 err := client.DescribeLogStreamsPages(params, func(page *DescribeLogStreamsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*CloudWatchLogs) DescribeLogStreamsRequest ¶
func (c *CloudWatchLogs) DescribeLogStreamsRequest(input *DescribeLogStreamsInput) (req *request.Request, output *DescribeLogStreamsOutput)
DescribeLogStreamsRequest generates a "aws/request.Request" representing the client's request for the DescribeLogStreams operation. The "output" return value can be used to capture response data after the request's "Send" method is called.
See DescribeLogStreams for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the DescribeLogStreams method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// Example sending a request using the DescribeLogStreamsRequest method. req, resp := client.DescribeLogStreamsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CloudWatchLogs) DescribeMetricFilters ¶
func (c *CloudWatchLogs) DescribeMetricFilters(input *DescribeMetricFiltersInput) (*DescribeMetricFiltersOutput, error)
DescribeMetricFilters API operation for Amazon CloudWatch Logs.
Returns all the metrics filters associated with the specified log group. The list returned in the response is ASCII-sorted by filter name.
By default, this operation returns up to 50 metric filters. If there are more metric filters to list, the response would contain a nextToken value in the response body. You can also limit the number of metric filters returned in the response by specifying the limit parameter in the request.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon CloudWatch Logs's API operation DescribeMetricFilters for usage and error information.
Returned Error Codes:
InvalidParameterException Returned if a parameter of the request is incorrectly specified.
ResourceNotFoundException Returned if the specified resource does not exist.
ServiceUnavailableException Returned if the service cannot complete the request.
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/cloudwatchlogs" ) func main() { sess, err := session.NewSession() if err != nil { fmt.Println("failed to create session,", err) return } svc := cloudwatchlogs.New(sess) params := &cloudwatchlogs.DescribeMetricFiltersInput{ LogGroupName: aws.String("LogGroupName"), // Required FilterNamePrefix: aws.String("FilterName"), Limit: aws.Int64(1), NextToken: aws.String("NextToken"), } resp, err := svc.DescribeMetricFilters(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
func (*CloudWatchLogs) DescribeMetricFiltersPages ¶
func (c *CloudWatchLogs) DescribeMetricFiltersPages(input *DescribeMetricFiltersInput, fn func(p *DescribeMetricFiltersOutput, lastPage bool) (shouldContinue bool)) error
DescribeMetricFiltersPages iterates over the pages of a DescribeMetricFilters operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See DescribeMetricFilters method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a DescribeMetricFilters operation. pageNum := 0 err := client.DescribeMetricFiltersPages(params, func(page *DescribeMetricFiltersOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*CloudWatchLogs) DescribeMetricFiltersRequest ¶
func (c *CloudWatchLogs) DescribeMetricFiltersRequest(input *DescribeMetricFiltersInput) (req *request.Request, output *DescribeMetricFiltersOutput)
DescribeMetricFiltersRequest generates a "aws/request.Request" representing the client's request for the DescribeMetricFilters operation. The "output" return value can be used to capture response data after the request's "Send" method is called.
See DescribeMetricFilters for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the DescribeMetricFilters method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// Example sending a request using the DescribeMetricFiltersRequest method. req, resp := client.DescribeMetricFiltersRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CloudWatchLogs) DescribeSubscriptionFilters ¶ added in v0.6.1
func (c *CloudWatchLogs) DescribeSubscriptionFilters(input *DescribeSubscriptionFiltersInput) (*DescribeSubscriptionFiltersOutput, error)
DescribeSubscriptionFilters API operation for Amazon CloudWatch Logs.
Returns all the subscription filters associated with the specified log group. The list returned in the response is ASCII-sorted by filter name.
By default, this operation returns up to 50 subscription filters. If there are more subscription filters to list, the response would contain a nextToken value in the response body. You can also limit the number of subscription filters returned in the response by specifying the limit parameter in the request.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon CloudWatch Logs's API operation DescribeSubscriptionFilters for usage and error information.
Returned Error Codes:
InvalidParameterException Returned if a parameter of the request is incorrectly specified.
ResourceNotFoundException Returned if the specified resource does not exist.
ServiceUnavailableException Returned if the service cannot complete the request.
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/cloudwatchlogs" ) func main() { sess, err := session.NewSession() if err != nil { fmt.Println("failed to create session,", err) return } svc := cloudwatchlogs.New(sess) params := &cloudwatchlogs.DescribeSubscriptionFiltersInput{ LogGroupName: aws.String("LogGroupName"), // Required FilterNamePrefix: aws.String("FilterName"), Limit: aws.Int64(1), NextToken: aws.String("NextToken"), } resp, err := svc.DescribeSubscriptionFilters(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
func (*CloudWatchLogs) DescribeSubscriptionFiltersPages ¶ added in v0.9.5
func (c *CloudWatchLogs) DescribeSubscriptionFiltersPages(input *DescribeSubscriptionFiltersInput, fn func(p *DescribeSubscriptionFiltersOutput, lastPage bool) (shouldContinue bool)) error
DescribeSubscriptionFiltersPages iterates over the pages of a DescribeSubscriptionFilters operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See DescribeSubscriptionFilters method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a DescribeSubscriptionFilters operation. pageNum := 0 err := client.DescribeSubscriptionFiltersPages(params, func(page *DescribeSubscriptionFiltersOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*CloudWatchLogs) DescribeSubscriptionFiltersRequest ¶ added in v0.6.1
func (c *CloudWatchLogs) DescribeSubscriptionFiltersRequest(input *DescribeSubscriptionFiltersInput) (req *request.Request, output *DescribeSubscriptionFiltersOutput)
DescribeSubscriptionFiltersRequest generates a "aws/request.Request" representing the client's request for the DescribeSubscriptionFilters operation. The "output" return value can be used to capture response data after the request's "Send" method is called.
See DescribeSubscriptionFilters for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the DescribeSubscriptionFilters method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// Example sending a request using the DescribeSubscriptionFiltersRequest method. req, resp := client.DescribeSubscriptionFiltersRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CloudWatchLogs) FilterLogEvents ¶
func (c *CloudWatchLogs) FilterLogEvents(input *FilterLogEventsInput) (*FilterLogEventsOutput, error)
FilterLogEvents API operation for Amazon CloudWatch Logs.
Retrieves log events, optionally filtered by a filter pattern from the specified log group. You can provide an optional time range to filter the results on the event timestamp. You can limit the streams searched to an explicit list of logStreamNames.
By default, this operation returns as much matching log events as can fit in a response size of 1MB, up to 10,000 log events, or all the events found within a time-bounded scan window. If the response includes a nextToken, then there is more data to search, and the search can be resumed with a new request providing the nextToken. The response will contain a list of searchedLogStreams that contains information about which streams were searched in the request and whether they have been searched completely or require further pagination. The limit parameter in the request can be used to specify the maximum number of events to return in a page.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon CloudWatch Logs's API operation FilterLogEvents for usage and error information.
Returned Error Codes:
InvalidParameterException Returned if a parameter of the request is incorrectly specified.
ResourceNotFoundException Returned if the specified resource does not exist.
ServiceUnavailableException Returned if the service cannot complete the request.
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/cloudwatchlogs" ) func main() { sess, err := session.NewSession() if err != nil { fmt.Println("failed to create session,", err) return } svc := cloudwatchlogs.New(sess) params := &cloudwatchlogs.FilterLogEventsInput{ LogGroupName: aws.String("LogGroupName"), // Required EndTime: aws.Int64(1), FilterPattern: aws.String("FilterPattern"), Interleaved: aws.Bool(true), Limit: aws.Int64(1), LogStreamNames: []*string{ aws.String("LogStreamName"), // Required // More values... }, NextToken: aws.String("NextToken"), StartTime: aws.Int64(1), } resp, err := svc.FilterLogEvents(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
func (*CloudWatchLogs) FilterLogEventsPages ¶ added in v0.9.5
func (c *CloudWatchLogs) FilterLogEventsPages(input *FilterLogEventsInput, fn func(p *FilterLogEventsOutput, lastPage bool) (shouldContinue bool)) error
FilterLogEventsPages iterates over the pages of a FilterLogEvents operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See FilterLogEvents method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a FilterLogEvents operation. pageNum := 0 err := client.FilterLogEventsPages(params, func(page *FilterLogEventsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*CloudWatchLogs) FilterLogEventsRequest ¶
func (c *CloudWatchLogs) FilterLogEventsRequest(input *FilterLogEventsInput) (req *request.Request, output *FilterLogEventsOutput)
FilterLogEventsRequest generates a "aws/request.Request" representing the client's request for the FilterLogEvents operation. The "output" return value can be used to capture response data after the request's "Send" method is called.
See FilterLogEvents for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the FilterLogEvents method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// Example sending a request using the FilterLogEventsRequest method. req, resp := client.FilterLogEventsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CloudWatchLogs) GetLogEvents ¶
func (c *CloudWatchLogs) GetLogEvents(input *GetLogEventsInput) (*GetLogEventsOutput, error)
GetLogEvents API operation for Amazon CloudWatch Logs.
Retrieves log events from the specified log stream. You can provide an optional time range to filter the results on the event timestamp.
By default, this operation returns as much log events as can fit in a response size of 1MB, up to 10,000 log events. The response will always include a nextForwardToken and a nextBackwardToken in the response body. You can use any of these tokens in subsequent GetLogEvents requests to paginate through events in either forward or backward direction. You can also limit the number of log events returned in the response by specifying the limit parameter in the request.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon CloudWatch Logs's API operation GetLogEvents for usage and error information.
Returned Error Codes:
InvalidParameterException Returned if a parameter of the request is incorrectly specified.
ResourceNotFoundException Returned if the specified resource does not exist.
ServiceUnavailableException Returned if the service cannot complete the request.
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/cloudwatchlogs" ) func main() { sess, err := session.NewSession() if err != nil { fmt.Println("failed to create session,", err) return } svc := cloudwatchlogs.New(sess) params := &cloudwatchlogs.GetLogEventsInput{ LogGroupName: aws.String("LogGroupName"), // Required LogStreamName: aws.String("LogStreamName"), // Required EndTime: aws.Int64(1), Limit: aws.Int64(1), NextToken: aws.String("NextToken"), StartFromHead: aws.Bool(true), StartTime: aws.Int64(1), } resp, err := svc.GetLogEvents(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
func (*CloudWatchLogs) GetLogEventsPages ¶
func (c *CloudWatchLogs) GetLogEventsPages(input *GetLogEventsInput, fn func(p *GetLogEventsOutput, lastPage bool) (shouldContinue bool)) error
GetLogEventsPages iterates over the pages of a GetLogEvents operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See GetLogEvents method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a GetLogEvents operation. pageNum := 0 err := client.GetLogEventsPages(params, func(page *GetLogEventsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*CloudWatchLogs) GetLogEventsRequest ¶
func (c *CloudWatchLogs) GetLogEventsRequest(input *GetLogEventsInput) (req *request.Request, output *GetLogEventsOutput)
GetLogEventsRequest generates a "aws/request.Request" representing the client's request for the GetLogEvents operation. The "output" return value can be used to capture response data after the request's "Send" method is called.
See GetLogEvents for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the GetLogEvents method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// Example sending a request using the GetLogEventsRequest method. req, resp := client.GetLogEventsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CloudWatchLogs) PutDestination ¶ added in v0.7.1
func (c *CloudWatchLogs) PutDestination(input *PutDestinationInput) (*PutDestinationOutput, error)
PutDestination API operation for Amazon CloudWatch Logs.
Creates or updates a Destination. A destination encapsulates a physical resource (such as a Kinesis stream) and allows you to subscribe to a real-time stream of log events of a different account, ingested through PutLogEvents requests. Currently, the only supported physical resource is a Amazon Kinesis stream belonging to the same account as the destination.
A destination controls what is written to its Amazon Kinesis stream through an access policy. By default, PutDestination does not set any access policy with the destination, which means a cross-account user will not be able to call PutSubscriptionFilter against this destination. To enable that, the destination owner must call PutDestinationPolicy after PutDestination.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon CloudWatch Logs's API operation PutDestination for usage and error information.
Returned Error Codes:
InvalidParameterException Returned if a parameter of the request is incorrectly specified.
OperationAbortedException Returned if multiple requests to update the same resource were in conflict.
ServiceUnavailableException Returned if the service cannot complete the request.
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/cloudwatchlogs" ) func main() { sess, err := session.NewSession() if err != nil { fmt.Println("failed to create session,", err) return } svc := cloudwatchlogs.New(sess) params := &cloudwatchlogs.PutDestinationInput{ DestinationName: aws.String("DestinationName"), // Required RoleArn: aws.String("RoleArn"), // Required TargetArn: aws.String("TargetArn"), // Required } resp, err := svc.PutDestination(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
func (*CloudWatchLogs) PutDestinationPolicy ¶ added in v0.7.1
func (c *CloudWatchLogs) PutDestinationPolicy(input *PutDestinationPolicyInput) (*PutDestinationPolicyOutput, error)
PutDestinationPolicy API operation for Amazon CloudWatch Logs.
Creates or updates an access policy associated with an existing Destination. An access policy is an IAM policy document (http://docs.aws.amazon.com/IAM/latest/UserGuide/policies_overview.html) that is used to authorize claims to register a subscription filter against a given destination.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon CloudWatch Logs's API operation PutDestinationPolicy for usage and error information.
Returned Error Codes:
InvalidParameterException Returned if a parameter of the request is incorrectly specified.
OperationAbortedException Returned if multiple requests to update the same resource were in conflict.
ServiceUnavailableException Returned if the service cannot complete the request.
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/cloudwatchlogs" ) func main() { sess, err := session.NewSession() if err != nil { fmt.Println("failed to create session,", err) return } svc := cloudwatchlogs.New(sess) params := &cloudwatchlogs.PutDestinationPolicyInput{ AccessPolicy: aws.String("AccessPolicy"), // Required DestinationName: aws.String("DestinationName"), // Required } resp, err := svc.PutDestinationPolicy(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
func (*CloudWatchLogs) PutDestinationPolicyRequest ¶ added in v0.7.1
func (c *CloudWatchLogs) PutDestinationPolicyRequest(input *PutDestinationPolicyInput) (req *request.Request, output *PutDestinationPolicyOutput)
PutDestinationPolicyRequest generates a "aws/request.Request" representing the client's request for the PutDestinationPolicy operation. The "output" return value can be used to capture response data after the request's "Send" method is called.
See PutDestinationPolicy for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the PutDestinationPolicy method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// Example sending a request using the PutDestinationPolicyRequest method. req, resp := client.PutDestinationPolicyRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CloudWatchLogs) PutDestinationRequest ¶ added in v0.7.1
func (c *CloudWatchLogs) PutDestinationRequest(input *PutDestinationInput) (req *request.Request, output *PutDestinationOutput)
PutDestinationRequest generates a "aws/request.Request" representing the client's request for the PutDestination operation. The "output" return value can be used to capture response data after the request's "Send" method is called.
See PutDestination for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the PutDestination method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// Example sending a request using the PutDestinationRequest method. req, resp := client.PutDestinationRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CloudWatchLogs) PutLogEvents ¶
func (c *CloudWatchLogs) PutLogEvents(input *PutLogEventsInput) (*PutLogEventsOutput, error)
* ResourceNotFoundException Returned if the specified resource does not exist.
* ServiceUnavailableException Returned if the service cannot complete the request.
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/cloudwatchlogs" ) func main() { sess, err := session.NewSession() if err != nil { fmt.Println("failed to create session,", err) return } svc := cloudwatchlogs.New(sess) params := &cloudwatchlogs.PutLogEventsInput{ LogEvents: []*cloudwatchlogs.InputLogEvent{ // Required { // Required Message: aws.String("EventMessage"), // Required Timestamp: aws.Int64(1), // Required }, // More values... }, LogGroupName: aws.String("LogGroupName"), // Required LogStreamName: aws.String("LogStreamName"), // Required SequenceToken: aws.String("SequenceToken"), } resp, err := svc.PutLogEvents(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
func (*CloudWatchLogs) PutLogEventsRequest ¶
func (c *CloudWatchLogs) PutLogEventsRequest(input *PutLogEventsInput) (req *request.Request, output *PutLogEventsOutput)
PutLogEventsRequest generates a "aws/request.Request" representing the client's request for the PutLogEvents operation. The "output" return value can be used to capture response data after the request's "Send" method is called.
See PutLogEvents for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the PutLogEvents method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// Example sending a request using the PutLogEventsRequest method. req, resp := client.PutLogEventsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CloudWatchLogs) PutMetricFilter ¶
func (c *CloudWatchLogs) PutMetricFilter(input *PutMetricFilterInput) (*PutMetricFilterOutput, error)
PutMetricFilter API operation for Amazon CloudWatch Logs.
Creates or updates a metric filter and associates it with the specified log group. Metric filters allow you to configure rules to extract metric data from log events ingested through PutLogEvents requests.
The maximum number of metric filters that can be associated with a log group is 100.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon CloudWatch Logs's API operation PutMetricFilter for usage and error information.
Returned Error Codes:
InvalidParameterException Returned if a parameter of the request is incorrectly specified.
ResourceNotFoundException Returned if the specified resource does not exist.
OperationAbortedException Returned if multiple requests to update the same resource were in conflict.
LimitExceededException Returned if you have reached the maximum number of resources that can be created.
ServiceUnavailableException Returned if the service cannot complete the request.
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/cloudwatchlogs" ) func main() { sess, err := session.NewSession() if err != nil { fmt.Println("failed to create session,", err) return } svc := cloudwatchlogs.New(sess) params := &cloudwatchlogs.PutMetricFilterInput{ FilterName: aws.String("FilterName"), // Required FilterPattern: aws.String("FilterPattern"), // Required LogGroupName: aws.String("LogGroupName"), // Required MetricTransformations: []*cloudwatchlogs.MetricTransformation{ // Required { // Required MetricName: aws.String("MetricName"), // Required MetricNamespace: aws.String("MetricNamespace"), // Required MetricValue: aws.String("MetricValue"), // Required DefaultValue: aws.Float64(1.0), }, // More values... }, } resp, err := svc.PutMetricFilter(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
func (*CloudWatchLogs) PutMetricFilterRequest ¶
func (c *CloudWatchLogs) PutMetricFilterRequest(input *PutMetricFilterInput) (req *request.Request, output *PutMetricFilterOutput)
PutMetricFilterRequest generates a "aws/request.Request" representing the client's request for the PutMetricFilter operation. The "output" return value can be used to capture response data after the request's "Send" method is called.
See PutMetricFilter for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the PutMetricFilter method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// Example sending a request using the PutMetricFilterRequest method. req, resp := client.PutMetricFilterRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CloudWatchLogs) PutRetentionPolicy ¶
func (c *CloudWatchLogs) PutRetentionPolicy(input *PutRetentionPolicyInput) (*PutRetentionPolicyOutput, error)
PutRetentionPolicy API operation for Amazon CloudWatch Logs.
Sets the retention of the specified log group. A retention policy allows you to configure the number of days you want to retain log events in the specified log group.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon CloudWatch Logs's API operation PutRetentionPolicy for usage and error information.
Returned Error Codes:
InvalidParameterException Returned if a parameter of the request is incorrectly specified.
ResourceNotFoundException Returned if the specified resource does not exist.
OperationAbortedException Returned if multiple requests to update the same resource were in conflict.
ServiceUnavailableException Returned if the service cannot complete the request.
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/cloudwatchlogs" ) func main() { sess, err := session.NewSession() if err != nil { fmt.Println("failed to create session,", err) return } svc := cloudwatchlogs.New(sess) params := &cloudwatchlogs.PutRetentionPolicyInput{ LogGroupName: aws.String("LogGroupName"), // Required RetentionInDays: aws.Int64(1), // Required } resp, err := svc.PutRetentionPolicy(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
func (*CloudWatchLogs) PutRetentionPolicyRequest ¶
func (c *CloudWatchLogs) PutRetentionPolicyRequest(input *PutRetentionPolicyInput) (req *request.Request, output *PutRetentionPolicyOutput)
PutRetentionPolicyRequest generates a "aws/request.Request" representing the client's request for the PutRetentionPolicy operation. The "output" return value can be used to capture response data after the request's "Send" method is called.
See PutRetentionPolicy for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the PutRetentionPolicy method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// Example sending a request using the PutRetentionPolicyRequest method. req, resp := client.PutRetentionPolicyRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CloudWatchLogs) PutSubscriptionFilter ¶ added in v0.6.1
func (c *CloudWatchLogs) PutSubscriptionFilter(input *PutSubscriptionFilterInput) (*PutSubscriptionFilterOutput, error)
PutSubscriptionFilter API operation for Amazon CloudWatch Logs.
Creates or updates a subscription filter and associates it with the specified log group. Subscription filters allow you to subscribe to a real-time stream of log events ingested through PutLogEvents requests and have them delivered to a specific destination. Currently, the supported destinations are:
An Amazon Kinesis stream belonging to the same account as the subscription filter, for same-account delivery.
A logical destination (used via an ARN of Destination) belonging to a different account, for cross-account delivery.
An Amazon Kinesis Firehose stream belonging to the same account as the subscription filter, for same-account delivery.
An AWS Lambda function belonging to the same account as the subscription filter, for same-account delivery.
Currently there can only be one subscription filter associated with a log group.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon CloudWatch Logs's API operation PutSubscriptionFilter for usage and error information.
Returned Error Codes:
InvalidParameterException Returned if a parameter of the request is incorrectly specified.
ResourceNotFoundException Returned if the specified resource does not exist.
OperationAbortedException Returned if multiple requests to update the same resource were in conflict.
LimitExceededException Returned if you have reached the maximum number of resources that can be created.
ServiceUnavailableException Returned if the service cannot complete the request.
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/cloudwatchlogs" ) func main() { sess, err := session.NewSession() if err != nil { fmt.Println("failed to create session,", err) return } svc := cloudwatchlogs.New(sess) params := &cloudwatchlogs.PutSubscriptionFilterInput{ DestinationArn: aws.String("DestinationArn"), // Required FilterName: aws.String("FilterName"), // Required FilterPattern: aws.String("FilterPattern"), // Required LogGroupName: aws.String("LogGroupName"), // Required RoleArn: aws.String("RoleArn"), } resp, err := svc.PutSubscriptionFilter(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
func (*CloudWatchLogs) PutSubscriptionFilterRequest ¶ added in v0.6.1
func (c *CloudWatchLogs) PutSubscriptionFilterRequest(input *PutSubscriptionFilterInput) (req *request.Request, output *PutSubscriptionFilterOutput)
PutSubscriptionFilterRequest generates a "aws/request.Request" representing the client's request for the PutSubscriptionFilter operation. The "output" return value can be used to capture response data after the request's "Send" method is called.
See PutSubscriptionFilter for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the PutSubscriptionFilter method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// Example sending a request using the PutSubscriptionFilterRequest method. req, resp := client.PutSubscriptionFilterRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CloudWatchLogs) TestMetricFilter ¶
func (c *CloudWatchLogs) TestMetricFilter(input *TestMetricFilterInput) (*TestMetricFilterOutput, error)
TestMetricFilter API operation for Amazon CloudWatch Logs.
Tests the filter pattern of a metric filter against a sample of log event messages. You can use this operation to validate the correctness of a metric filter pattern.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon CloudWatch Logs's API operation TestMetricFilter for usage and error information.
Returned Error Codes:
InvalidParameterException Returned if a parameter of the request is incorrectly specified.
ServiceUnavailableException Returned if the service cannot complete the request.
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/cloudwatchlogs" ) func main() { sess, err := session.NewSession() if err != nil { fmt.Println("failed to create session,", err) return } svc := cloudwatchlogs.New(sess) params := &cloudwatchlogs.TestMetricFilterInput{ FilterPattern: aws.String("FilterPattern"), // Required LogEventMessages: []*string{ // Required aws.String("EventMessage"), // Required // More values... }, } resp, err := svc.TestMetricFilter(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
func (*CloudWatchLogs) TestMetricFilterRequest ¶
func (c *CloudWatchLogs) TestMetricFilterRequest(input *TestMetricFilterInput) (req *request.Request, output *TestMetricFilterOutput)
TestMetricFilterRequest generates a "aws/request.Request" representing the client's request for the TestMetricFilter operation. The "output" return value can be used to capture response data after the request's "Send" method is called.
See TestMetricFilter for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the TestMetricFilter method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// Example sending a request using the TestMetricFilterRequest method. req, resp := client.TestMetricFilterRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
type CreateExportTaskInput ¶ added in v0.9.9
type CreateExportTaskInput struct { // Name of Amazon S3 bucket to which the log data will be exported. // // Note: Only buckets in the same AWS region are supported. // // Destination is a required field Destination *string `locationName:"destination" min:"1" type:"string" required:"true"` // Prefix that will be used as the start of Amazon S3 key for every object exported. // If not specified, this defaults to 'exportedlogs'. DestinationPrefix *string `locationName:"destinationPrefix" type:"string"` // A point in time expressed as the number of milliseconds since Jan 1, 1970 // 00:00:00 UTC. It indicates the start time of the range for the request. Events // with a timestamp prior to this time will not be exported. // // From is a required field From *int64 `locationName:"from" type:"long" required:"true"` // The name of the log group to export. // // LogGroupName is a required field LogGroupName *string `locationName:"logGroupName" min:"1" type:"string" required:"true"` // Will only export log streams that match the provided logStreamNamePrefix. // If you don't specify a value, no prefix filter is applied. LogStreamNamePrefix *string `locationName:"logStreamNamePrefix" min:"1" type:"string"` // The name of the export task. TaskName *string `locationName:"taskName" min:"1" type:"string"` // A point in time expressed as the number of milliseconds since Jan 1, 1970 // 00:00:00 UTC. It indicates the end time of the range for the request. Events // with a timestamp later than this time will not be exported. // // To is a required field To *int64 `locationName:"to" type:"long" required:"true"` // contains filtered or unexported fields }
func (CreateExportTaskInput) GoString ¶ added in v0.9.9
func (s CreateExportTaskInput) GoString() string
GoString returns the string representation
func (*CreateExportTaskInput) SetDestination ¶ added in v1.5.0
func (s *CreateExportTaskInput) SetDestination(v string) *CreateExportTaskInput
SetDestination sets the Destination field's value.
func (*CreateExportTaskInput) SetDestinationPrefix ¶ added in v1.5.0
func (s *CreateExportTaskInput) SetDestinationPrefix(v string) *CreateExportTaskInput
SetDestinationPrefix sets the DestinationPrefix field's value.
func (*CreateExportTaskInput) SetFrom ¶ added in v1.5.0
func (s *CreateExportTaskInput) SetFrom(v int64) *CreateExportTaskInput
SetFrom sets the From field's value.
func (*CreateExportTaskInput) SetLogGroupName ¶ added in v1.5.0
func (s *CreateExportTaskInput) SetLogGroupName(v string) *CreateExportTaskInput
SetLogGroupName sets the LogGroupName field's value.
func (*CreateExportTaskInput) SetLogStreamNamePrefix ¶ added in v1.5.0
func (s *CreateExportTaskInput) SetLogStreamNamePrefix(v string) *CreateExportTaskInput
SetLogStreamNamePrefix sets the LogStreamNamePrefix field's value.
func (*CreateExportTaskInput) SetTaskName ¶ added in v1.5.0
func (s *CreateExportTaskInput) SetTaskName(v string) *CreateExportTaskInput
SetTaskName sets the TaskName field's value.
func (*CreateExportTaskInput) SetTo ¶ added in v1.5.0
func (s *CreateExportTaskInput) SetTo(v int64) *CreateExportTaskInput
SetTo sets the To field's value.
func (CreateExportTaskInput) String ¶ added in v0.9.9
func (s CreateExportTaskInput) String() string
String returns the string representation
func (*CreateExportTaskInput) Validate ¶ added in v1.1.21
func (s *CreateExportTaskInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateExportTaskOutput ¶ added in v0.9.9
type CreateExportTaskOutput struct { // Id of the export task that got created. TaskId *string `locationName:"taskId" min:"1" type:"string"` // contains filtered or unexported fields }
func (CreateExportTaskOutput) GoString ¶ added in v0.9.9
func (s CreateExportTaskOutput) GoString() string
GoString returns the string representation
func (*CreateExportTaskOutput) SetTaskId ¶ added in v1.5.0
func (s *CreateExportTaskOutput) SetTaskId(v string) *CreateExportTaskOutput
SetTaskId sets the TaskId field's value.
func (CreateExportTaskOutput) String ¶ added in v0.9.9
func (s CreateExportTaskOutput) String() string
String returns the string representation
type CreateLogGroupInput ¶
type CreateLogGroupInput struct { // The name of the log group to create. // // LogGroupName is a required field LogGroupName *string `locationName:"logGroupName" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (CreateLogGroupInput) GoString ¶ added in v0.6.5
func (s CreateLogGroupInput) GoString() string
GoString returns the string representation
func (*CreateLogGroupInput) SetLogGroupName ¶ added in v1.5.0
func (s *CreateLogGroupInput) SetLogGroupName(v string) *CreateLogGroupInput
SetLogGroupName sets the LogGroupName field's value.
func (CreateLogGroupInput) String ¶ added in v0.6.5
func (s CreateLogGroupInput) String() string
String returns the string representation
func (*CreateLogGroupInput) Validate ¶ added in v1.1.21
func (s *CreateLogGroupInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateLogGroupOutput ¶
type CreateLogGroupOutput struct {
// contains filtered or unexported fields
}
func (CreateLogGroupOutput) GoString ¶ added in v0.6.5
func (s CreateLogGroupOutput) GoString() string
GoString returns the string representation
func (CreateLogGroupOutput) String ¶ added in v0.6.5
func (s CreateLogGroupOutput) String() string
String returns the string representation
type CreateLogStreamInput ¶
type CreateLogStreamInput struct { // The name of the log group under which the log stream is to be created. // // LogGroupName is a required field LogGroupName *string `locationName:"logGroupName" min:"1" type:"string" required:"true"` // The name of the log stream to create. // // LogStreamName is a required field LogStreamName *string `locationName:"logStreamName" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (CreateLogStreamInput) GoString ¶ added in v0.6.5
func (s CreateLogStreamInput) GoString() string
GoString returns the string representation
func (*CreateLogStreamInput) SetLogGroupName ¶ added in v1.5.0
func (s *CreateLogStreamInput) SetLogGroupName(v string) *CreateLogStreamInput
SetLogGroupName sets the LogGroupName field's value.
func (*CreateLogStreamInput) SetLogStreamName ¶ added in v1.5.0
func (s *CreateLogStreamInput) SetLogStreamName(v string) *CreateLogStreamInput
SetLogStreamName sets the LogStreamName field's value.
func (CreateLogStreamInput) String ¶ added in v0.6.5
func (s CreateLogStreamInput) String() string
String returns the string representation
func (*CreateLogStreamInput) Validate ¶ added in v1.1.21
func (s *CreateLogStreamInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateLogStreamOutput ¶
type CreateLogStreamOutput struct {
// contains filtered or unexported fields
}
func (CreateLogStreamOutput) GoString ¶ added in v0.6.5
func (s CreateLogStreamOutput) GoString() string
GoString returns the string representation
func (CreateLogStreamOutput) String ¶ added in v0.6.5
func (s CreateLogStreamOutput) String() string
String returns the string representation
type DeleteDestinationInput ¶ added in v0.7.1
type DeleteDestinationInput struct { // The name of destination to delete. // // DestinationName is a required field DestinationName *string `locationName:"destinationName" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (DeleteDestinationInput) GoString ¶ added in v0.7.1
func (s DeleteDestinationInput) GoString() string
GoString returns the string representation
func (*DeleteDestinationInput) SetDestinationName ¶ added in v1.5.0
func (s *DeleteDestinationInput) SetDestinationName(v string) *DeleteDestinationInput
SetDestinationName sets the DestinationName field's value.
func (DeleteDestinationInput) String ¶ added in v0.7.1
func (s DeleteDestinationInput) String() string
String returns the string representation
func (*DeleteDestinationInput) Validate ¶ added in v1.1.21
func (s *DeleteDestinationInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteDestinationOutput ¶ added in v0.7.1
type DeleteDestinationOutput struct {
// contains filtered or unexported fields
}
func (DeleteDestinationOutput) GoString ¶ added in v0.7.1
func (s DeleteDestinationOutput) GoString() string
GoString returns the string representation
func (DeleteDestinationOutput) String ¶ added in v0.7.1
func (s DeleteDestinationOutput) String() string
String returns the string representation
type DeleteLogGroupInput ¶
type DeleteLogGroupInput struct { // The name of the log group to delete. // // LogGroupName is a required field LogGroupName *string `locationName:"logGroupName" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (DeleteLogGroupInput) GoString ¶ added in v0.6.5
func (s DeleteLogGroupInput) GoString() string
GoString returns the string representation
func (*DeleteLogGroupInput) SetLogGroupName ¶ added in v1.5.0
func (s *DeleteLogGroupInput) SetLogGroupName(v string) *DeleteLogGroupInput
SetLogGroupName sets the LogGroupName field's value.
func (DeleteLogGroupInput) String ¶ added in v0.6.5
func (s DeleteLogGroupInput) String() string
String returns the string representation
func (*DeleteLogGroupInput) Validate ¶ added in v1.1.21
func (s *DeleteLogGroupInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteLogGroupOutput ¶
type DeleteLogGroupOutput struct {
// contains filtered or unexported fields
}
func (DeleteLogGroupOutput) GoString ¶ added in v0.6.5
func (s DeleteLogGroupOutput) GoString() string
GoString returns the string representation
func (DeleteLogGroupOutput) String ¶ added in v0.6.5
func (s DeleteLogGroupOutput) String() string
String returns the string representation
type DeleteLogStreamInput ¶
type DeleteLogStreamInput struct { // The name of the log group under which the log stream to delete belongs. // // LogGroupName is a required field LogGroupName *string `locationName:"logGroupName" min:"1" type:"string" required:"true"` // The name of the log stream to delete. // // LogStreamName is a required field LogStreamName *string `locationName:"logStreamName" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (DeleteLogStreamInput) GoString ¶ added in v0.6.5
func (s DeleteLogStreamInput) GoString() string
GoString returns the string representation
func (*DeleteLogStreamInput) SetLogGroupName ¶ added in v1.5.0
func (s *DeleteLogStreamInput) SetLogGroupName(v string) *DeleteLogStreamInput
SetLogGroupName sets the LogGroupName field's value.
func (*DeleteLogStreamInput) SetLogStreamName ¶ added in v1.5.0
func (s *DeleteLogStreamInput) SetLogStreamName(v string) *DeleteLogStreamInput
SetLogStreamName sets the LogStreamName field's value.
func (DeleteLogStreamInput) String ¶ added in v0.6.5
func (s DeleteLogStreamInput) String() string
String returns the string representation
func (*DeleteLogStreamInput) Validate ¶ added in v1.1.21
func (s *DeleteLogStreamInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteLogStreamOutput ¶
type DeleteLogStreamOutput struct {
// contains filtered or unexported fields
}
func (DeleteLogStreamOutput) GoString ¶ added in v0.6.5
func (s DeleteLogStreamOutput) GoString() string
GoString returns the string representation
func (DeleteLogStreamOutput) String ¶ added in v0.6.5
func (s DeleteLogStreamOutput) String() string
String returns the string representation
type DeleteMetricFilterInput ¶
type DeleteMetricFilterInput struct { // The name of the metric filter to delete. // // FilterName is a required field FilterName *string `locationName:"filterName" min:"1" type:"string" required:"true"` // The name of the log group that is associated with the metric filter to delete. // // LogGroupName is a required field LogGroupName *string `locationName:"logGroupName" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (DeleteMetricFilterInput) GoString ¶ added in v0.6.5
func (s DeleteMetricFilterInput) GoString() string
GoString returns the string representation
func (*DeleteMetricFilterInput) SetFilterName ¶ added in v1.5.0
func (s *DeleteMetricFilterInput) SetFilterName(v string) *DeleteMetricFilterInput
SetFilterName sets the FilterName field's value.
func (*DeleteMetricFilterInput) SetLogGroupName ¶ added in v1.5.0
func (s *DeleteMetricFilterInput) SetLogGroupName(v string) *DeleteMetricFilterInput
SetLogGroupName sets the LogGroupName field's value.
func (DeleteMetricFilterInput) String ¶ added in v0.6.5
func (s DeleteMetricFilterInput) String() string
String returns the string representation
func (*DeleteMetricFilterInput) Validate ¶ added in v1.1.21
func (s *DeleteMetricFilterInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteMetricFilterOutput ¶
type DeleteMetricFilterOutput struct {
// contains filtered or unexported fields
}
func (DeleteMetricFilterOutput) GoString ¶ added in v0.6.5
func (s DeleteMetricFilterOutput) GoString() string
GoString returns the string representation
func (DeleteMetricFilterOutput) String ¶ added in v0.6.5
func (s DeleteMetricFilterOutput) String() string
String returns the string representation
type DeleteRetentionPolicyInput ¶
type DeleteRetentionPolicyInput struct { // The name of the log group that is associated with the retention policy to // delete. // // LogGroupName is a required field LogGroupName *string `locationName:"logGroupName" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (DeleteRetentionPolicyInput) GoString ¶ added in v0.6.5
func (s DeleteRetentionPolicyInput) GoString() string
GoString returns the string representation
func (*DeleteRetentionPolicyInput) SetLogGroupName ¶ added in v1.5.0
func (s *DeleteRetentionPolicyInput) SetLogGroupName(v string) *DeleteRetentionPolicyInput
SetLogGroupName sets the LogGroupName field's value.
func (DeleteRetentionPolicyInput) String ¶ added in v0.6.5
func (s DeleteRetentionPolicyInput) String() string
String returns the string representation
func (*DeleteRetentionPolicyInput) Validate ¶ added in v1.1.21
func (s *DeleteRetentionPolicyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteRetentionPolicyOutput ¶
type DeleteRetentionPolicyOutput struct {
// contains filtered or unexported fields
}
func (DeleteRetentionPolicyOutput) GoString ¶ added in v0.6.5
func (s DeleteRetentionPolicyOutput) GoString() string
GoString returns the string representation
func (DeleteRetentionPolicyOutput) String ¶ added in v0.6.5
func (s DeleteRetentionPolicyOutput) String() string
String returns the string representation
type DeleteSubscriptionFilterInput ¶ added in v0.6.1
type DeleteSubscriptionFilterInput struct { // The name of the subscription filter to delete. // // FilterName is a required field FilterName *string `locationName:"filterName" min:"1" type:"string" required:"true"` // The name of the log group that is associated with the subscription filter // to delete. // // LogGroupName is a required field LogGroupName *string `locationName:"logGroupName" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (DeleteSubscriptionFilterInput) GoString ¶ added in v0.6.5
func (s DeleteSubscriptionFilterInput) GoString() string
GoString returns the string representation
func (*DeleteSubscriptionFilterInput) SetFilterName ¶ added in v1.5.0
func (s *DeleteSubscriptionFilterInput) SetFilterName(v string) *DeleteSubscriptionFilterInput
SetFilterName sets the FilterName field's value.
func (*DeleteSubscriptionFilterInput) SetLogGroupName ¶ added in v1.5.0
func (s *DeleteSubscriptionFilterInput) SetLogGroupName(v string) *DeleteSubscriptionFilterInput
SetLogGroupName sets the LogGroupName field's value.
func (DeleteSubscriptionFilterInput) String ¶ added in v0.6.5
func (s DeleteSubscriptionFilterInput) String() string
String returns the string representation
func (*DeleteSubscriptionFilterInput) Validate ¶ added in v1.1.21
func (s *DeleteSubscriptionFilterInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteSubscriptionFilterOutput ¶ added in v0.6.1
type DeleteSubscriptionFilterOutput struct {
// contains filtered or unexported fields
}
func (DeleteSubscriptionFilterOutput) GoString ¶ added in v0.6.5
func (s DeleteSubscriptionFilterOutput) GoString() string
GoString returns the string representation
func (DeleteSubscriptionFilterOutput) String ¶ added in v0.6.5
func (s DeleteSubscriptionFilterOutput) String() string
String returns the string representation
type DescribeDestinationsInput ¶ added in v0.7.1
type DescribeDestinationsInput struct { // Will only return destinations that match the provided destinationNamePrefix. // If you don't specify a value, no prefix is applied. DestinationNamePrefix *string `min:"1" type:"string"` // The maximum number of results to return. Limit *int64 `locationName:"limit" min:"1" type:"integer"` // A string token used for pagination that points to the next page of results. // It must be a value obtained from the response of the previous request. The // token expires after 24 hours. NextToken *string `locationName:"nextToken" min:"1" type:"string"` // contains filtered or unexported fields }
func (DescribeDestinationsInput) GoString ¶ added in v0.7.1
func (s DescribeDestinationsInput) GoString() string
GoString returns the string representation
func (*DescribeDestinationsInput) SetDestinationNamePrefix ¶ added in v1.5.0
func (s *DescribeDestinationsInput) SetDestinationNamePrefix(v string) *DescribeDestinationsInput
SetDestinationNamePrefix sets the DestinationNamePrefix field's value.
func (*DescribeDestinationsInput) SetLimit ¶ added in v1.5.0
func (s *DescribeDestinationsInput) SetLimit(v int64) *DescribeDestinationsInput
SetLimit sets the Limit field's value.
func (*DescribeDestinationsInput) SetNextToken ¶ added in v1.5.0
func (s *DescribeDestinationsInput) SetNextToken(v string) *DescribeDestinationsInput
SetNextToken sets the NextToken field's value.
func (DescribeDestinationsInput) String ¶ added in v0.7.1
func (s DescribeDestinationsInput) String() string
String returns the string representation
func (*DescribeDestinationsInput) Validate ¶ added in v1.1.21
func (s *DescribeDestinationsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeDestinationsOutput ¶ added in v0.7.1
type DescribeDestinationsOutput struct { Destinations []*Destination `locationName:"destinations" type:"list"` // A string token used for pagination that points to the next page of results. // It must be a value obtained from the response of the previous request. The // token expires after 24 hours. NextToken *string `locationName:"nextToken" min:"1" type:"string"` // contains filtered or unexported fields }
func (DescribeDestinationsOutput) GoString ¶ added in v0.7.1
func (s DescribeDestinationsOutput) GoString() string
GoString returns the string representation
func (*DescribeDestinationsOutput) SetDestinations ¶ added in v1.5.0
func (s *DescribeDestinationsOutput) SetDestinations(v []*Destination) *DescribeDestinationsOutput
SetDestinations sets the Destinations field's value.
func (*DescribeDestinationsOutput) SetNextToken ¶ added in v1.5.0
func (s *DescribeDestinationsOutput) SetNextToken(v string) *DescribeDestinationsOutput
SetNextToken sets the NextToken field's value.
func (DescribeDestinationsOutput) String ¶ added in v0.7.1
func (s DescribeDestinationsOutput) String() string
String returns the string representation
type DescribeExportTasksInput ¶ added in v0.9.9
type DescribeExportTasksInput struct { // The maximum number of items returned in the response. If you don't specify // a value, the request would return up to 50 items. Limit *int64 `locationName:"limit" min:"1" type:"integer"` // A string token used for pagination that points to the next page of results. // It must be a value obtained from the response of the previous DescribeExportTasks // request. NextToken *string `locationName:"nextToken" min:"1" type:"string"` // All export tasks that matches the specified status code will be returned. // This can return zero or more export tasks. StatusCode *string `locationName:"statusCode" type:"string" enum:"ExportTaskStatusCode"` // Export task that matches the specified task Id will be returned. This can // result in zero or one export task. TaskId *string `locationName:"taskId" min:"1" type:"string"` // contains filtered or unexported fields }
func (DescribeExportTasksInput) GoString ¶ added in v0.9.9
func (s DescribeExportTasksInput) GoString() string
GoString returns the string representation
func (*DescribeExportTasksInput) SetLimit ¶ added in v1.5.0
func (s *DescribeExportTasksInput) SetLimit(v int64) *DescribeExportTasksInput
SetLimit sets the Limit field's value.
func (*DescribeExportTasksInput) SetNextToken ¶ added in v1.5.0
func (s *DescribeExportTasksInput) SetNextToken(v string) *DescribeExportTasksInput
SetNextToken sets the NextToken field's value.
func (*DescribeExportTasksInput) SetStatusCode ¶ added in v1.5.0
func (s *DescribeExportTasksInput) SetStatusCode(v string) *DescribeExportTasksInput
SetStatusCode sets the StatusCode field's value.
func (*DescribeExportTasksInput) SetTaskId ¶ added in v1.5.0
func (s *DescribeExportTasksInput) SetTaskId(v string) *DescribeExportTasksInput
SetTaskId sets the TaskId field's value.
func (DescribeExportTasksInput) String ¶ added in v0.9.9
func (s DescribeExportTasksInput) String() string
String returns the string representation
func (*DescribeExportTasksInput) Validate ¶ added in v1.1.21
func (s *DescribeExportTasksInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeExportTasksOutput ¶ added in v0.9.9
type DescribeExportTasksOutput struct { // A list of export tasks. ExportTasks []*ExportTask `locationName:"exportTasks" type:"list"` // A string token used for pagination that points to the next page of results. // It must be a value obtained from the response of the previous request. The // token expires after 24 hours. NextToken *string `locationName:"nextToken" min:"1" type:"string"` // contains filtered or unexported fields }
func (DescribeExportTasksOutput) GoString ¶ added in v0.9.9
func (s DescribeExportTasksOutput) GoString() string
GoString returns the string representation
func (*DescribeExportTasksOutput) SetExportTasks ¶ added in v1.5.0
func (s *DescribeExportTasksOutput) SetExportTasks(v []*ExportTask) *DescribeExportTasksOutput
SetExportTasks sets the ExportTasks field's value.
func (*DescribeExportTasksOutput) SetNextToken ¶ added in v1.5.0
func (s *DescribeExportTasksOutput) SetNextToken(v string) *DescribeExportTasksOutput
SetNextToken sets the NextToken field's value.
func (DescribeExportTasksOutput) String ¶ added in v0.9.9
func (s DescribeExportTasksOutput) String() string
String returns the string representation
type DescribeLogGroupsInput ¶
type DescribeLogGroupsInput struct { // The maximum number of items returned in the response. If you don't specify // a value, the request would return up to 50 items. Limit *int64 `locationName:"limit" min:"1" type:"integer"` // Will only return log groups that match the provided logGroupNamePrefix. If // you don't specify a value, no prefix filter is applied. LogGroupNamePrefix *string `locationName:"logGroupNamePrefix" min:"1" type:"string"` // A string token used for pagination that points to the next page of results. // It must be a value obtained from the response of the previous DescribeLogGroups // request. NextToken *string `locationName:"nextToken" min:"1" type:"string"` // contains filtered or unexported fields }
func (DescribeLogGroupsInput) GoString ¶ added in v0.6.5
func (s DescribeLogGroupsInput) GoString() string
GoString returns the string representation
func (*DescribeLogGroupsInput) SetLimit ¶ added in v1.5.0
func (s *DescribeLogGroupsInput) SetLimit(v int64) *DescribeLogGroupsInput
SetLimit sets the Limit field's value.
func (*DescribeLogGroupsInput) SetLogGroupNamePrefix ¶ added in v1.5.0
func (s *DescribeLogGroupsInput) SetLogGroupNamePrefix(v string) *DescribeLogGroupsInput
SetLogGroupNamePrefix sets the LogGroupNamePrefix field's value.
func (*DescribeLogGroupsInput) SetNextToken ¶ added in v1.5.0
func (s *DescribeLogGroupsInput) SetNextToken(v string) *DescribeLogGroupsInput
SetNextToken sets the NextToken field's value.
func (DescribeLogGroupsInput) String ¶ added in v0.6.5
func (s DescribeLogGroupsInput) String() string
String returns the string representation
func (*DescribeLogGroupsInput) Validate ¶ added in v1.1.21
func (s *DescribeLogGroupsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeLogGroupsOutput ¶
type DescribeLogGroupsOutput struct { // A list of log groups. LogGroups []*LogGroup `locationName:"logGroups" type:"list"` // A string token used for pagination that points to the next page of results. // It must be a value obtained from the response of the previous request. The // token expires after 24 hours. NextToken *string `locationName:"nextToken" min:"1" type:"string"` // contains filtered or unexported fields }
func (DescribeLogGroupsOutput) GoString ¶ added in v0.6.5
func (s DescribeLogGroupsOutput) GoString() string
GoString returns the string representation
func (*DescribeLogGroupsOutput) SetLogGroups ¶ added in v1.5.0
func (s *DescribeLogGroupsOutput) SetLogGroups(v []*LogGroup) *DescribeLogGroupsOutput
SetLogGroups sets the LogGroups field's value.
func (*DescribeLogGroupsOutput) SetNextToken ¶ added in v1.5.0
func (s *DescribeLogGroupsOutput) SetNextToken(v string) *DescribeLogGroupsOutput
SetNextToken sets the NextToken field's value.
func (DescribeLogGroupsOutput) String ¶ added in v0.6.5
func (s DescribeLogGroupsOutput) String() string
String returns the string representation
type DescribeLogStreamsInput ¶
type DescribeLogStreamsInput struct { // If set to true, results are returned in descending order. If you don't specify // a value or set it to false, results are returned in ascending order. Descending *bool `locationName:"descending" type:"boolean"` // The maximum number of items returned in the response. If you don't specify // a value, the request would return up to 50 items. Limit *int64 `locationName:"limit" min:"1" type:"integer"` // The log group name for which log streams are to be listed. // // LogGroupName is a required field LogGroupName *string `locationName:"logGroupName" min:"1" type:"string" required:"true"` // Will only return log streams that match the provided logStreamNamePrefix. // If you don't specify a value, no prefix filter is applied. LogStreamNamePrefix *string `locationName:"logStreamNamePrefix" min:"1" type:"string"` // A string token used for pagination that points to the next page of results. // It must be a value obtained from the response of the previous DescribeLogStreams // request. NextToken *string `locationName:"nextToken" min:"1" type:"string"` // Specifies what to order the returned log streams by. Valid arguments are // 'LogStreamName' or 'LastEventTime'. If you don't specify a value, results // are ordered by LogStreamName. If 'LastEventTime' is chosen, the request cannot // also contain a logStreamNamePrefix. OrderBy *string `locationName:"orderBy" type:"string" enum:"OrderBy"` // contains filtered or unexported fields }
func (DescribeLogStreamsInput) GoString ¶ added in v0.6.5
func (s DescribeLogStreamsInput) GoString() string
GoString returns the string representation
func (*DescribeLogStreamsInput) SetDescending ¶ added in v1.5.0
func (s *DescribeLogStreamsInput) SetDescending(v bool) *DescribeLogStreamsInput
SetDescending sets the Descending field's value.
func (*DescribeLogStreamsInput) SetLimit ¶ added in v1.5.0
func (s *DescribeLogStreamsInput) SetLimit(v int64) *DescribeLogStreamsInput
SetLimit sets the Limit field's value.
func (*DescribeLogStreamsInput) SetLogGroupName ¶ added in v1.5.0
func (s *DescribeLogStreamsInput) SetLogGroupName(v string) *DescribeLogStreamsInput
SetLogGroupName sets the LogGroupName field's value.
func (*DescribeLogStreamsInput) SetLogStreamNamePrefix ¶ added in v1.5.0
func (s *DescribeLogStreamsInput) SetLogStreamNamePrefix(v string) *DescribeLogStreamsInput
SetLogStreamNamePrefix sets the LogStreamNamePrefix field's value.
func (*DescribeLogStreamsInput) SetNextToken ¶ added in v1.5.0
func (s *DescribeLogStreamsInput) SetNextToken(v string) *DescribeLogStreamsInput
SetNextToken sets the NextToken field's value.
func (*DescribeLogStreamsInput) SetOrderBy ¶ added in v1.5.0
func (s *DescribeLogStreamsInput) SetOrderBy(v string) *DescribeLogStreamsInput
SetOrderBy sets the OrderBy field's value.
func (DescribeLogStreamsInput) String ¶ added in v0.6.5
func (s DescribeLogStreamsInput) String() string
String returns the string representation
func (*DescribeLogStreamsInput) Validate ¶ added in v1.1.21
func (s *DescribeLogStreamsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeLogStreamsOutput ¶
type DescribeLogStreamsOutput struct { // A list of log streams. LogStreams []*LogStream `locationName:"logStreams" type:"list"` // A string token used for pagination that points to the next page of results. // It must be a value obtained from the response of the previous request. The // token expires after 24 hours. NextToken *string `locationName:"nextToken" min:"1" type:"string"` // contains filtered or unexported fields }
func (DescribeLogStreamsOutput) GoString ¶ added in v0.6.5
func (s DescribeLogStreamsOutput) GoString() string
GoString returns the string representation
func (*DescribeLogStreamsOutput) SetLogStreams ¶ added in v1.5.0
func (s *DescribeLogStreamsOutput) SetLogStreams(v []*LogStream) *DescribeLogStreamsOutput
SetLogStreams sets the LogStreams field's value.
func (*DescribeLogStreamsOutput) SetNextToken ¶ added in v1.5.0
func (s *DescribeLogStreamsOutput) SetNextToken(v string) *DescribeLogStreamsOutput
SetNextToken sets the NextToken field's value.
func (DescribeLogStreamsOutput) String ¶ added in v0.6.5
func (s DescribeLogStreamsOutput) String() string
String returns the string representation
type DescribeMetricFiltersInput ¶
type DescribeMetricFiltersInput struct { // Will only return metric filters that match the provided filterNamePrefix. // If you don't specify a value, no prefix filter is applied. FilterNamePrefix *string `locationName:"filterNamePrefix" min:"1" type:"string"` // The maximum number of items returned in the response. If you don't specify // a value, the request would return up to 50 items. Limit *int64 `locationName:"limit" min:"1" type:"integer"` // The log group name for which metric filters are to be listed. // // LogGroupName is a required field LogGroupName *string `locationName:"logGroupName" min:"1" type:"string" required:"true"` // A string token used for pagination that points to the next page of results. // It must be a value obtained from the response of the previous DescribeMetricFilters // request. NextToken *string `locationName:"nextToken" min:"1" type:"string"` // contains filtered or unexported fields }
func (DescribeMetricFiltersInput) GoString ¶ added in v0.6.5
func (s DescribeMetricFiltersInput) GoString() string
GoString returns the string representation
func (*DescribeMetricFiltersInput) SetFilterNamePrefix ¶ added in v1.5.0
func (s *DescribeMetricFiltersInput) SetFilterNamePrefix(v string) *DescribeMetricFiltersInput
SetFilterNamePrefix sets the FilterNamePrefix field's value.
func (*DescribeMetricFiltersInput) SetLimit ¶ added in v1.5.0
func (s *DescribeMetricFiltersInput) SetLimit(v int64) *DescribeMetricFiltersInput
SetLimit sets the Limit field's value.
func (*DescribeMetricFiltersInput) SetLogGroupName ¶ added in v1.5.0
func (s *DescribeMetricFiltersInput) SetLogGroupName(v string) *DescribeMetricFiltersInput
SetLogGroupName sets the LogGroupName field's value.
func (*DescribeMetricFiltersInput) SetNextToken ¶ added in v1.5.0
func (s *DescribeMetricFiltersInput) SetNextToken(v string) *DescribeMetricFiltersInput
SetNextToken sets the NextToken field's value.
func (DescribeMetricFiltersInput) String ¶ added in v0.6.5
func (s DescribeMetricFiltersInput) String() string
String returns the string representation
func (*DescribeMetricFiltersInput) Validate ¶ added in v1.1.21
func (s *DescribeMetricFiltersInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeMetricFiltersOutput ¶
type DescribeMetricFiltersOutput struct { MetricFilters []*MetricFilter `locationName:"metricFilters" type:"list"` // A string token used for pagination that points to the next page of results. // It must be a value obtained from the response of the previous request. The // token expires after 24 hours. NextToken *string `locationName:"nextToken" min:"1" type:"string"` // contains filtered or unexported fields }
func (DescribeMetricFiltersOutput) GoString ¶ added in v0.6.5
func (s DescribeMetricFiltersOutput) GoString() string
GoString returns the string representation
func (*DescribeMetricFiltersOutput) SetMetricFilters ¶ added in v1.5.0
func (s *DescribeMetricFiltersOutput) SetMetricFilters(v []*MetricFilter) *DescribeMetricFiltersOutput
SetMetricFilters sets the MetricFilters field's value.
func (*DescribeMetricFiltersOutput) SetNextToken ¶ added in v1.5.0
func (s *DescribeMetricFiltersOutput) SetNextToken(v string) *DescribeMetricFiltersOutput
SetNextToken sets the NextToken field's value.
func (DescribeMetricFiltersOutput) String ¶ added in v0.6.5
func (s DescribeMetricFiltersOutput) String() string
String returns the string representation
type DescribeSubscriptionFiltersInput ¶ added in v0.6.1
type DescribeSubscriptionFiltersInput struct { // Will only return subscription filters that match the provided filterNamePrefix. // If you don't specify a value, no prefix filter is applied. FilterNamePrefix *string `locationName:"filterNamePrefix" min:"1" type:"string"` // The maximum number of results to return. Limit *int64 `locationName:"limit" min:"1" type:"integer"` // The log group name for which subscription filters are to be listed. // // LogGroupName is a required field LogGroupName *string `locationName:"logGroupName" min:"1" type:"string" required:"true"` // A string token used for pagination that points to the next page of results. // It must be a value obtained from the response of the previous request. The // token expires after 24 hours. NextToken *string `locationName:"nextToken" min:"1" type:"string"` // contains filtered or unexported fields }
func (DescribeSubscriptionFiltersInput) GoString ¶ added in v0.6.5
func (s DescribeSubscriptionFiltersInput) GoString() string
GoString returns the string representation
func (*DescribeSubscriptionFiltersInput) SetFilterNamePrefix ¶ added in v1.5.0
func (s *DescribeSubscriptionFiltersInput) SetFilterNamePrefix(v string) *DescribeSubscriptionFiltersInput
SetFilterNamePrefix sets the FilterNamePrefix field's value.
func (*DescribeSubscriptionFiltersInput) SetLimit ¶ added in v1.5.0
func (s *DescribeSubscriptionFiltersInput) SetLimit(v int64) *DescribeSubscriptionFiltersInput
SetLimit sets the Limit field's value.
func (*DescribeSubscriptionFiltersInput) SetLogGroupName ¶ added in v1.5.0
func (s *DescribeSubscriptionFiltersInput) SetLogGroupName(v string) *DescribeSubscriptionFiltersInput
SetLogGroupName sets the LogGroupName field's value.
func (*DescribeSubscriptionFiltersInput) SetNextToken ¶ added in v1.5.0
func (s *DescribeSubscriptionFiltersInput) SetNextToken(v string) *DescribeSubscriptionFiltersInput
SetNextToken sets the NextToken field's value.
func (DescribeSubscriptionFiltersInput) String ¶ added in v0.6.5
func (s DescribeSubscriptionFiltersInput) String() string
String returns the string representation
func (*DescribeSubscriptionFiltersInput) Validate ¶ added in v1.1.21
func (s *DescribeSubscriptionFiltersInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeSubscriptionFiltersOutput ¶ added in v0.6.1
type DescribeSubscriptionFiltersOutput struct { // A string token used for pagination that points to the next page of results. // It must be a value obtained from the response of the previous request. The // token expires after 24 hours. NextToken *string `locationName:"nextToken" min:"1" type:"string"` SubscriptionFilters []*SubscriptionFilter `locationName:"subscriptionFilters" type:"list"` // contains filtered or unexported fields }
func (DescribeSubscriptionFiltersOutput) GoString ¶ added in v0.6.5
func (s DescribeSubscriptionFiltersOutput) GoString() string
GoString returns the string representation
func (*DescribeSubscriptionFiltersOutput) SetNextToken ¶ added in v1.5.0
func (s *DescribeSubscriptionFiltersOutput) SetNextToken(v string) *DescribeSubscriptionFiltersOutput
SetNextToken sets the NextToken field's value.
func (*DescribeSubscriptionFiltersOutput) SetSubscriptionFilters ¶ added in v1.5.0
func (s *DescribeSubscriptionFiltersOutput) SetSubscriptionFilters(v []*SubscriptionFilter) *DescribeSubscriptionFiltersOutput
SetSubscriptionFilters sets the SubscriptionFilters field's value.
func (DescribeSubscriptionFiltersOutput) String ¶ added in v0.6.5
func (s DescribeSubscriptionFiltersOutput) String() string
String returns the string representation
type Destination ¶ added in v0.7.1
type Destination struct { // An IAM policy document that governs which AWS accounts can create subscription // filters against this destination. AccessPolicy *string `locationName:"accessPolicy" min:"1" type:"string"` // ARN of this destination. Arn *string `locationName:"arn" type:"string"` // A point in time expressed as the number of milliseconds since Jan 1, 1970 // 00:00:00 UTC specifying when this destination was created. CreationTime *int64 `locationName:"creationTime" type:"long"` // Name of the destination. DestinationName *string `locationName:"destinationName" min:"1" type:"string"` // A role for impersonation for delivering log events to the target. RoleArn *string `locationName:"roleArn" min:"1" type:"string"` // ARN of the physical target where the log events will be delivered (eg. ARN // of a Kinesis stream). TargetArn *string `locationName:"targetArn" min:"1" type:"string"` // contains filtered or unexported fields }
A cross account destination that is the recipient of subscription log events.
func (Destination) GoString ¶ added in v0.7.1
func (s Destination) GoString() string
GoString returns the string representation
func (*Destination) SetAccessPolicy ¶ added in v1.5.0
func (s *Destination) SetAccessPolicy(v string) *Destination
SetAccessPolicy sets the AccessPolicy field's value.
func (*Destination) SetArn ¶ added in v1.5.0
func (s *Destination) SetArn(v string) *Destination
SetArn sets the Arn field's value.
func (*Destination) SetCreationTime ¶ added in v1.5.0
func (s *Destination) SetCreationTime(v int64) *Destination
SetCreationTime sets the CreationTime field's value.
func (*Destination) SetDestinationName ¶ added in v1.5.0
func (s *Destination) SetDestinationName(v string) *Destination
SetDestinationName sets the DestinationName field's value.
func (*Destination) SetRoleArn ¶ added in v1.5.0
func (s *Destination) SetRoleArn(v string) *Destination
SetRoleArn sets the RoleArn field's value.
func (*Destination) SetTargetArn ¶ added in v1.5.0
func (s *Destination) SetTargetArn(v string) *Destination
SetTargetArn sets the TargetArn field's value.
func (Destination) String ¶ added in v0.7.1
func (s Destination) String() string
String returns the string representation
type ExportTask ¶ added in v0.9.9
type ExportTask struct { // Name of Amazon S3 bucket to which the log data was exported. Destination *string `locationName:"destination" min:"1" type:"string"` // Prefix that was used as the start of Amazon S3 key for every object exported. DestinationPrefix *string `locationName:"destinationPrefix" type:"string"` // Execution info about the export task. ExecutionInfo *ExportTaskExecutionInfo `locationName:"executionInfo" type:"structure"` // A point in time expressed as the number of milliseconds since Jan 1, 1970 // 00:00:00 UTC. Events with a timestamp prior to this time are not exported. From *int64 `locationName:"from" type:"long"` // The name of the log group from which logs data was exported. LogGroupName *string `locationName:"logGroupName" min:"1" type:"string"` // Status of the export task. Status *ExportTaskStatus `locationName:"status" type:"structure"` // Id of the export task. TaskId *string `locationName:"taskId" min:"1" type:"string"` // The name of the export task. TaskName *string `locationName:"taskName" min:"1" type:"string"` // A point in time expressed as the number of milliseconds since Jan 1, 1970 // 00:00:00 UTC. Events with a timestamp later than this time are not exported. To *int64 `locationName:"to" type:"long"` // contains filtered or unexported fields }
Represents an export task.
func (ExportTask) GoString ¶ added in v0.9.9
func (s ExportTask) GoString() string
GoString returns the string representation
func (*ExportTask) SetDestination ¶ added in v1.5.0
func (s *ExportTask) SetDestination(v string) *ExportTask
SetDestination sets the Destination field's value.
func (*ExportTask) SetDestinationPrefix ¶ added in v1.5.0
func (s *ExportTask) SetDestinationPrefix(v string) *ExportTask
SetDestinationPrefix sets the DestinationPrefix field's value.
func (*ExportTask) SetExecutionInfo ¶ added in v1.5.0
func (s *ExportTask) SetExecutionInfo(v *ExportTaskExecutionInfo) *ExportTask
SetExecutionInfo sets the ExecutionInfo field's value.
func (*ExportTask) SetFrom ¶ added in v1.5.0
func (s *ExportTask) SetFrom(v int64) *ExportTask
SetFrom sets the From field's value.
func (*ExportTask) SetLogGroupName ¶ added in v1.5.0
func (s *ExportTask) SetLogGroupName(v string) *ExportTask
SetLogGroupName sets the LogGroupName field's value.
func (*ExportTask) SetStatus ¶ added in v1.5.0
func (s *ExportTask) SetStatus(v *ExportTaskStatus) *ExportTask
SetStatus sets the Status field's value.
func (*ExportTask) SetTaskId ¶ added in v1.5.0
func (s *ExportTask) SetTaskId(v string) *ExportTask
SetTaskId sets the TaskId field's value.
func (*ExportTask) SetTaskName ¶ added in v1.5.0
func (s *ExportTask) SetTaskName(v string) *ExportTask
SetTaskName sets the TaskName field's value.
func (*ExportTask) SetTo ¶ added in v1.5.0
func (s *ExportTask) SetTo(v int64) *ExportTask
SetTo sets the To field's value.
func (ExportTask) String ¶ added in v0.9.9
func (s ExportTask) String() string
String returns the string representation
type ExportTaskExecutionInfo ¶ added in v0.9.9
type ExportTaskExecutionInfo struct { // A point in time when the export task got completed. CompletionTime *int64 `locationName:"completionTime" type:"long"` // A point in time when the export task got created. CreationTime *int64 `locationName:"creationTime" type:"long"` // contains filtered or unexported fields }
Represents the status of an export task.
func (ExportTaskExecutionInfo) GoString ¶ added in v0.9.9
func (s ExportTaskExecutionInfo) GoString() string
GoString returns the string representation
func (*ExportTaskExecutionInfo) SetCompletionTime ¶ added in v1.5.0
func (s *ExportTaskExecutionInfo) SetCompletionTime(v int64) *ExportTaskExecutionInfo
SetCompletionTime sets the CompletionTime field's value.
func (*ExportTaskExecutionInfo) SetCreationTime ¶ added in v1.5.0
func (s *ExportTaskExecutionInfo) SetCreationTime(v int64) *ExportTaskExecutionInfo
SetCreationTime sets the CreationTime field's value.
func (ExportTaskExecutionInfo) String ¶ added in v0.9.9
func (s ExportTaskExecutionInfo) String() string
String returns the string representation
type ExportTaskStatus ¶ added in v0.9.9
type ExportTaskStatus struct { // Status code of the export task. Code *string `locationName:"code" type:"string" enum:"ExportTaskStatusCode"` // Status message related to the code. Message *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
Represents the status of an export task.
func (ExportTaskStatus) GoString ¶ added in v0.9.9
func (s ExportTaskStatus) GoString() string
GoString returns the string representation
func (*ExportTaskStatus) SetCode ¶ added in v1.5.0
func (s *ExportTaskStatus) SetCode(v string) *ExportTaskStatus
SetCode sets the Code field's value.
func (*ExportTaskStatus) SetMessage ¶ added in v1.5.0
func (s *ExportTaskStatus) SetMessage(v string) *ExportTaskStatus
SetMessage sets the Message field's value.
func (ExportTaskStatus) String ¶ added in v0.9.9
func (s ExportTaskStatus) String() string
String returns the string representation
type FilterLogEventsInput ¶
type FilterLogEventsInput struct { // A point in time expressed as the number of milliseconds since Jan 1, 1970 // 00:00:00 UTC. If provided, events with a timestamp later than this time are // not returned. EndTime *int64 `locationName:"endTime" type:"long"` // A valid CloudWatch Logs filter pattern to use for filtering the response. // If not provided, all the events are matched. FilterPattern *string `locationName:"filterPattern" type:"string"` // If provided, the API will make a best effort to provide responses that contain // events from multiple log streams within the log group interleaved in a single // response. If not provided, all the matched log events in the first log stream // will be searched first, then those in the next log stream, etc. Interleaved *bool `locationName:"interleaved" type:"boolean"` // The maximum number of events to return in a page of results. Default is 10,000 // events. Limit *int64 `locationName:"limit" min:"1" type:"integer"` // The name of the log group to query. // // LogGroupName is a required field LogGroupName *string `locationName:"logGroupName" min:"1" type:"string" required:"true"` // Optional list of log stream names within the specified log group to search. // Defaults to all the log streams in the log group. LogStreamNames []*string `locationName:"logStreamNames" min:"1" type:"list"` // A pagination token obtained from a FilterLogEvents response to continue paginating // the FilterLogEvents results. This token is omitted from the response when // there are no other events to display. NextToken *string `locationName:"nextToken" min:"1" type:"string"` // A point in time expressed as the number of milliseconds since Jan 1, 1970 // 00:00:00 UTC. If provided, events with a timestamp prior to this time are // not returned. StartTime *int64 `locationName:"startTime" type:"long"` // contains filtered or unexported fields }
func (FilterLogEventsInput) GoString ¶ added in v0.6.5
func (s FilterLogEventsInput) GoString() string
GoString returns the string representation
func (*FilterLogEventsInput) SetEndTime ¶ added in v1.5.0
func (s *FilterLogEventsInput) SetEndTime(v int64) *FilterLogEventsInput
SetEndTime sets the EndTime field's value.
func (*FilterLogEventsInput) SetFilterPattern ¶ added in v1.5.0
func (s *FilterLogEventsInput) SetFilterPattern(v string) *FilterLogEventsInput
SetFilterPattern sets the FilterPattern field's value.
func (*FilterLogEventsInput) SetInterleaved ¶ added in v1.5.0
func (s *FilterLogEventsInput) SetInterleaved(v bool) *FilterLogEventsInput
SetInterleaved sets the Interleaved field's value.
func (*FilterLogEventsInput) SetLimit ¶ added in v1.5.0
func (s *FilterLogEventsInput) SetLimit(v int64) *FilterLogEventsInput
SetLimit sets the Limit field's value.
func (*FilterLogEventsInput) SetLogGroupName ¶ added in v1.5.0
func (s *FilterLogEventsInput) SetLogGroupName(v string) *FilterLogEventsInput
SetLogGroupName sets the LogGroupName field's value.
func (*FilterLogEventsInput) SetLogStreamNames ¶ added in v1.5.0
func (s *FilterLogEventsInput) SetLogStreamNames(v []*string) *FilterLogEventsInput
SetLogStreamNames sets the LogStreamNames field's value.
func (*FilterLogEventsInput) SetNextToken ¶ added in v1.5.0
func (s *FilterLogEventsInput) SetNextToken(v string) *FilterLogEventsInput
SetNextToken sets the NextToken field's value.
func (*FilterLogEventsInput) SetStartTime ¶ added in v1.5.0
func (s *FilterLogEventsInput) SetStartTime(v int64) *FilterLogEventsInput
SetStartTime sets the StartTime field's value.
func (FilterLogEventsInput) String ¶ added in v0.6.5
func (s FilterLogEventsInput) String() string
String returns the string representation
func (*FilterLogEventsInput) Validate ¶ added in v1.1.21
func (s *FilterLogEventsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type FilterLogEventsOutput ¶
type FilterLogEventsOutput struct { // A list of FilteredLogEvent objects representing the matched events from the // request. Events []*FilteredLogEvent `locationName:"events" type:"list"` // A pagination token obtained from a FilterLogEvents response to continue paginating // the FilterLogEvents results. This token is omitted from the response when // there are no other events to display. NextToken *string `locationName:"nextToken" min:"1" type:"string"` // A list of SearchedLogStream objects indicating which log streams have been // searched in this request and whether each has been searched completely or // still has more to be paginated. SearchedLogStreams []*SearchedLogStream `locationName:"searchedLogStreams" type:"list"` // contains filtered or unexported fields }
func (FilterLogEventsOutput) GoString ¶ added in v0.6.5
func (s FilterLogEventsOutput) GoString() string
GoString returns the string representation
func (*FilterLogEventsOutput) SetEvents ¶ added in v1.5.0
func (s *FilterLogEventsOutput) SetEvents(v []*FilteredLogEvent) *FilterLogEventsOutput
SetEvents sets the Events field's value.
func (*FilterLogEventsOutput) SetNextToken ¶ added in v1.5.0
func (s *FilterLogEventsOutput) SetNextToken(v string) *FilterLogEventsOutput
SetNextToken sets the NextToken field's value.
func (*FilterLogEventsOutput) SetSearchedLogStreams ¶ added in v1.5.0
func (s *FilterLogEventsOutput) SetSearchedLogStreams(v []*SearchedLogStream) *FilterLogEventsOutput
SetSearchedLogStreams sets the SearchedLogStreams field's value.
func (FilterLogEventsOutput) String ¶ added in v0.6.5
func (s FilterLogEventsOutput) String() string
String returns the string representation
type FilteredLogEvent ¶
type FilteredLogEvent struct { // A unique identifier for this event. EventId *string `locationName:"eventId" type:"string"` // A point in time expressed as the number of milliseconds since Jan 1, 1970 // 00:00:00 UTC. IngestionTime *int64 `locationName:"ingestionTime" type:"long"` // The name of the log stream this event belongs to. LogStreamName *string `locationName:"logStreamName" min:"1" type:"string"` // The data contained in the log event. Message *string `locationName:"message" min:"1" type:"string"` // A point in time expressed as the number of milliseconds since Jan 1, 1970 // 00:00:00 UTC. Timestamp *int64 `locationName:"timestamp" type:"long"` // contains filtered or unexported fields }
Represents a matched event from a FilterLogEvents request.
func (FilteredLogEvent) GoString ¶ added in v0.6.5
func (s FilteredLogEvent) GoString() string
GoString returns the string representation
func (*FilteredLogEvent) SetEventId ¶ added in v1.5.0
func (s *FilteredLogEvent) SetEventId(v string) *FilteredLogEvent
SetEventId sets the EventId field's value.
func (*FilteredLogEvent) SetIngestionTime ¶ added in v1.5.0
func (s *FilteredLogEvent) SetIngestionTime(v int64) *FilteredLogEvent
SetIngestionTime sets the IngestionTime field's value.
func (*FilteredLogEvent) SetLogStreamName ¶ added in v1.5.0
func (s *FilteredLogEvent) SetLogStreamName(v string) *FilteredLogEvent
SetLogStreamName sets the LogStreamName field's value.
func (*FilteredLogEvent) SetMessage ¶ added in v1.5.0
func (s *FilteredLogEvent) SetMessage(v string) *FilteredLogEvent
SetMessage sets the Message field's value.
func (*FilteredLogEvent) SetTimestamp ¶ added in v1.5.0
func (s *FilteredLogEvent) SetTimestamp(v int64) *FilteredLogEvent
SetTimestamp sets the Timestamp field's value.
func (FilteredLogEvent) String ¶ added in v0.6.5
func (s FilteredLogEvent) String() string
String returns the string representation
type GetLogEventsInput ¶
type GetLogEventsInput struct { // A point in time expressed as the number of milliseconds since Jan 1, 1970 // 00:00:00 UTC. EndTime *int64 `locationName:"endTime" type:"long"` // The maximum number of log events returned in the response. If you don't specify // a value, the request would return as many log events as can fit in a response // size of 1MB, up to 10,000 log events. Limit *int64 `locationName:"limit" min:"1" type:"integer"` // The name of the log group to query. // // LogGroupName is a required field LogGroupName *string `locationName:"logGroupName" min:"1" type:"string" required:"true"` // The name of the log stream to query. // // LogStreamName is a required field LogStreamName *string `locationName:"logStreamName" min:"1" type:"string" required:"true"` // A string token used for pagination that points to the next page of results. // It must be a value obtained from the nextForwardToken or nextBackwardToken // fields in the response of the previous GetLogEvents request. NextToken *string `locationName:"nextToken" min:"1" type:"string"` // If set to true, the earliest log events would be returned first. The default // is false (the latest log events are returned first). StartFromHead *bool `locationName:"startFromHead" type:"boolean"` // A point in time expressed as the number of milliseconds since Jan 1, 1970 // 00:00:00 UTC. StartTime *int64 `locationName:"startTime" type:"long"` // contains filtered or unexported fields }
func (GetLogEventsInput) GoString ¶ added in v0.6.5
func (s GetLogEventsInput) GoString() string
GoString returns the string representation
func (*GetLogEventsInput) SetEndTime ¶ added in v1.5.0
func (s *GetLogEventsInput) SetEndTime(v int64) *GetLogEventsInput
SetEndTime sets the EndTime field's value.
func (*GetLogEventsInput) SetLimit ¶ added in v1.5.0
func (s *GetLogEventsInput) SetLimit(v int64) *GetLogEventsInput
SetLimit sets the Limit field's value.
func (*GetLogEventsInput) SetLogGroupName ¶ added in v1.5.0
func (s *GetLogEventsInput) SetLogGroupName(v string) *GetLogEventsInput
SetLogGroupName sets the LogGroupName field's value.
func (*GetLogEventsInput) SetLogStreamName ¶ added in v1.5.0
func (s *GetLogEventsInput) SetLogStreamName(v string) *GetLogEventsInput
SetLogStreamName sets the LogStreamName field's value.
func (*GetLogEventsInput) SetNextToken ¶ added in v1.5.0
func (s *GetLogEventsInput) SetNextToken(v string) *GetLogEventsInput
SetNextToken sets the NextToken field's value.
func (*GetLogEventsInput) SetStartFromHead ¶ added in v1.5.0
func (s *GetLogEventsInput) SetStartFromHead(v bool) *GetLogEventsInput
SetStartFromHead sets the StartFromHead field's value.
func (*GetLogEventsInput) SetStartTime ¶ added in v1.5.0
func (s *GetLogEventsInput) SetStartTime(v int64) *GetLogEventsInput
SetStartTime sets the StartTime field's value.
func (GetLogEventsInput) String ¶ added in v0.6.5
func (s GetLogEventsInput) String() string
String returns the string representation
func (*GetLogEventsInput) Validate ¶ added in v1.1.21
func (s *GetLogEventsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetLogEventsOutput ¶
type GetLogEventsOutput struct { Events []*OutputLogEvent `locationName:"events" type:"list"` // A string token used for pagination that points to the next page of results. // It must be a value obtained from the response of the previous request. The // token expires after 24 hours. NextBackwardToken *string `locationName:"nextBackwardToken" min:"1" type:"string"` // A string token used for pagination that points to the next page of results. // It must be a value obtained from the response of the previous request. The // token expires after 24 hours. NextForwardToken *string `locationName:"nextForwardToken" min:"1" type:"string"` // contains filtered or unexported fields }
func (GetLogEventsOutput) GoString ¶ added in v0.6.5
func (s GetLogEventsOutput) GoString() string
GoString returns the string representation
func (*GetLogEventsOutput) SetEvents ¶ added in v1.5.0
func (s *GetLogEventsOutput) SetEvents(v []*OutputLogEvent) *GetLogEventsOutput
SetEvents sets the Events field's value.
func (*GetLogEventsOutput) SetNextBackwardToken ¶ added in v1.5.0
func (s *GetLogEventsOutput) SetNextBackwardToken(v string) *GetLogEventsOutput
SetNextBackwardToken sets the NextBackwardToken field's value.
func (*GetLogEventsOutput) SetNextForwardToken ¶ added in v1.5.0
func (s *GetLogEventsOutput) SetNextForwardToken(v string) *GetLogEventsOutput
SetNextForwardToken sets the NextForwardToken field's value.
func (GetLogEventsOutput) String ¶ added in v0.6.5
func (s GetLogEventsOutput) String() string
String returns the string representation
type InputLogEvent ¶
type InputLogEvent struct { // Message is a required field Message *string `locationName:"message" min:"1" type:"string" required:"true"` // A point in time expressed as the number of milliseconds since Jan 1, 1970 // 00:00:00 UTC. // // Timestamp is a required field Timestamp *int64 `locationName:"timestamp" type:"long" required:"true"` // contains filtered or unexported fields }
A log event is a record of some activity that was recorded by the application or resource being monitored. The log event record that CloudWatch Logs understands contains two properties: the timestamp of when the event occurred, and the raw event message.
func (InputLogEvent) GoString ¶ added in v0.6.5
func (s InputLogEvent) GoString() string
GoString returns the string representation
func (*InputLogEvent) SetMessage ¶ added in v1.5.0
func (s *InputLogEvent) SetMessage(v string) *InputLogEvent
SetMessage sets the Message field's value.
func (*InputLogEvent) SetTimestamp ¶ added in v1.5.0
func (s *InputLogEvent) SetTimestamp(v int64) *InputLogEvent
SetTimestamp sets the Timestamp field's value.
func (InputLogEvent) String ¶ added in v0.6.5
func (s InputLogEvent) String() string
String returns the string representation
func (*InputLogEvent) Validate ¶ added in v1.1.21
func (s *InputLogEvent) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type LogGroup ¶
type LogGroup struct { Arn *string `locationName:"arn" type:"string"` // A point in time expressed as the number of milliseconds since Jan 1, 1970 // 00:00:00 UTC. CreationTime *int64 `locationName:"creationTime" type:"long"` LogGroupName *string `locationName:"logGroupName" min:"1" type:"string"` // The number of metric filters associated with the log group. MetricFilterCount *int64 `locationName:"metricFilterCount" type:"integer"` // Specifies the number of days you want to retain log events in the specified // log group. Possible values are: 1, 3, 5, 7, 14, 30, 60, 90, 120, 150, 180, // 365, 400, 545, 731, 1827, 3653. RetentionInDays *int64 `locationName:"retentionInDays" type:"integer"` StoredBytes *int64 `locationName:"storedBytes" type:"long"` // contains filtered or unexported fields }
func (*LogGroup) SetCreationTime ¶ added in v1.5.0
SetCreationTime sets the CreationTime field's value.
func (*LogGroup) SetLogGroupName ¶ added in v1.5.0
SetLogGroupName sets the LogGroupName field's value.
func (*LogGroup) SetMetricFilterCount ¶ added in v1.5.0
SetMetricFilterCount sets the MetricFilterCount field's value.
func (*LogGroup) SetRetentionInDays ¶ added in v1.5.0
SetRetentionInDays sets the RetentionInDays field's value.
func (*LogGroup) SetStoredBytes ¶ added in v1.5.0
SetStoredBytes sets the StoredBytes field's value.
type LogStream ¶
type LogStream struct { Arn *string `locationName:"arn" type:"string"` // A point in time expressed as the number of milliseconds since Jan 1, 1970 // 00:00:00 UTC. CreationTime *int64 `locationName:"creationTime" type:"long"` // A point in time expressed as the number of milliseconds since Jan 1, 1970 // 00:00:00 UTC. FirstEventTimestamp *int64 `locationName:"firstEventTimestamp" type:"long"` // A point in time expressed as the number of milliseconds since Jan 1, 1970 // 00:00:00 UTC. LastEventTimestamp *int64 `locationName:"lastEventTimestamp" type:"long"` // A point in time expressed as the number of milliseconds since Jan 1, 1970 // 00:00:00 UTC. LastIngestionTime *int64 `locationName:"lastIngestionTime" type:"long"` LogStreamName *string `locationName:"logStreamName" min:"1" type:"string"` StoredBytes *int64 `locationName:"storedBytes" type:"long"` // A string token used for making PutLogEvents requests. A sequenceToken can // only be used once, and PutLogEvents requests must include the sequenceToken // obtained from the response of the previous request. UploadSequenceToken *string `locationName:"uploadSequenceToken" min:"1" type:"string"` // contains filtered or unexported fields }
A log stream is sequence of log events from a single emitter of logs.
func (*LogStream) SetCreationTime ¶ added in v1.5.0
SetCreationTime sets the CreationTime field's value.
func (*LogStream) SetFirstEventTimestamp ¶ added in v1.5.0
SetFirstEventTimestamp sets the FirstEventTimestamp field's value.
func (*LogStream) SetLastEventTimestamp ¶ added in v1.5.0
SetLastEventTimestamp sets the LastEventTimestamp field's value.
func (*LogStream) SetLastIngestionTime ¶ added in v1.5.0
SetLastIngestionTime sets the LastIngestionTime field's value.
func (*LogStream) SetLogStreamName ¶ added in v1.5.0
SetLogStreamName sets the LogStreamName field's value.
func (*LogStream) SetStoredBytes ¶ added in v1.5.0
SetStoredBytes sets the StoredBytes field's value.
func (*LogStream) SetUploadSequenceToken ¶ added in v1.5.0
SetUploadSequenceToken sets the UploadSequenceToken field's value.
type MetricFilter ¶
type MetricFilter struct { // A point in time expressed as the number of milliseconds since Jan 1, 1970 // 00:00:00 UTC. CreationTime *int64 `locationName:"creationTime" type:"long"` // A name for a metric or subscription filter. FilterName *string `locationName:"filterName" min:"1" type:"string"` // A symbolic description of how CloudWatch Logs should interpret the data in // each log event. For example, a log event may contain timestamps, IP addresses, // strings, and so on. You use the filter pattern to specify what to look for // in the log event message. FilterPattern *string `locationName:"filterPattern" type:"string"` MetricTransformations []*MetricTransformation `locationName:"metricTransformations" min:"1" type:"list"` // contains filtered or unexported fields }
Metric filters can be used to express how CloudWatch Logs would extract metric observations from ingested log events and transform them to metric data in a CloudWatch metric.
func (MetricFilter) GoString ¶ added in v0.6.5
func (s MetricFilter) GoString() string
GoString returns the string representation
func (*MetricFilter) SetCreationTime ¶ added in v1.5.0
func (s *MetricFilter) SetCreationTime(v int64) *MetricFilter
SetCreationTime sets the CreationTime field's value.
func (*MetricFilter) SetFilterName ¶ added in v1.5.0
func (s *MetricFilter) SetFilterName(v string) *MetricFilter
SetFilterName sets the FilterName field's value.
func (*MetricFilter) SetFilterPattern ¶ added in v1.5.0
func (s *MetricFilter) SetFilterPattern(v string) *MetricFilter
SetFilterPattern sets the FilterPattern field's value.
func (*MetricFilter) SetMetricTransformations ¶ added in v1.5.0
func (s *MetricFilter) SetMetricTransformations(v []*MetricTransformation) *MetricFilter
SetMetricTransformations sets the MetricTransformations field's value.
func (MetricFilter) String ¶ added in v0.6.5
func (s MetricFilter) String() string
String returns the string representation
type MetricFilterMatchRecord ¶
type MetricFilterMatchRecord struct { EventMessage *string `locationName:"eventMessage" min:"1" type:"string"` EventNumber *int64 `locationName:"eventNumber" type:"long"` ExtractedValues map[string]*string `locationName:"extractedValues" type:"map"` // contains filtered or unexported fields }
func (MetricFilterMatchRecord) GoString ¶ added in v0.6.5
func (s MetricFilterMatchRecord) GoString() string
GoString returns the string representation
func (*MetricFilterMatchRecord) SetEventMessage ¶ added in v1.5.0
func (s *MetricFilterMatchRecord) SetEventMessage(v string) *MetricFilterMatchRecord
SetEventMessage sets the EventMessage field's value.
func (*MetricFilterMatchRecord) SetEventNumber ¶ added in v1.5.0
func (s *MetricFilterMatchRecord) SetEventNumber(v int64) *MetricFilterMatchRecord
SetEventNumber sets the EventNumber field's value.
func (*MetricFilterMatchRecord) SetExtractedValues ¶ added in v1.5.0
func (s *MetricFilterMatchRecord) SetExtractedValues(v map[string]*string) *MetricFilterMatchRecord
SetExtractedValues sets the ExtractedValues field's value.
func (MetricFilterMatchRecord) String ¶ added in v0.6.5
func (s MetricFilterMatchRecord) String() string
String returns the string representation
type MetricTransformation ¶
type MetricTransformation struct { // (Optional) A default value to emit when a filter pattern does not match a // log event. Can be null. DefaultValue *float64 `locationName:"defaultValue" type:"double"` // Name of the metric. // // MetricName is a required field MetricName *string `locationName:"metricName" type:"string" required:"true"` // Namespace to which the metric belongs. // // MetricNamespace is a required field MetricNamespace *string `locationName:"metricNamespace" type:"string" required:"true"` // A string representing a value to publish to this metric when a filter pattern // matches a log event. // // MetricValue is a required field MetricValue *string `locationName:"metricValue" type:"string" required:"true"` // contains filtered or unexported fields }
func (MetricTransformation) GoString ¶ added in v0.6.5
func (s MetricTransformation) GoString() string
GoString returns the string representation
func (*MetricTransformation) SetDefaultValue ¶ added in v1.5.0
func (s *MetricTransformation) SetDefaultValue(v float64) *MetricTransformation
SetDefaultValue sets the DefaultValue field's value.
func (*MetricTransformation) SetMetricName ¶ added in v1.5.0
func (s *MetricTransformation) SetMetricName(v string) *MetricTransformation
SetMetricName sets the MetricName field's value.
func (*MetricTransformation) SetMetricNamespace ¶ added in v1.5.0
func (s *MetricTransformation) SetMetricNamespace(v string) *MetricTransformation
SetMetricNamespace sets the MetricNamespace field's value.
func (*MetricTransformation) SetMetricValue ¶ added in v1.5.0
func (s *MetricTransformation) SetMetricValue(v string) *MetricTransformation
SetMetricValue sets the MetricValue field's value.
func (MetricTransformation) String ¶ added in v0.6.5
func (s MetricTransformation) String() string
String returns the string representation
func (*MetricTransformation) Validate ¶ added in v1.1.21
func (s *MetricTransformation) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type OutputLogEvent ¶
type OutputLogEvent struct { // A point in time expressed as the number of milliseconds since Jan 1, 1970 // 00:00:00 UTC. IngestionTime *int64 `locationName:"ingestionTime" type:"long"` Message *string `locationName:"message" min:"1" type:"string"` // A point in time expressed as the number of milliseconds since Jan 1, 1970 // 00:00:00 UTC. Timestamp *int64 `locationName:"timestamp" type:"long"` // contains filtered or unexported fields }
func (OutputLogEvent) GoString ¶ added in v0.6.5
func (s OutputLogEvent) GoString() string
GoString returns the string representation
func (*OutputLogEvent) SetIngestionTime ¶ added in v1.5.0
func (s *OutputLogEvent) SetIngestionTime(v int64) *OutputLogEvent
SetIngestionTime sets the IngestionTime field's value.
func (*OutputLogEvent) SetMessage ¶ added in v1.5.0
func (s *OutputLogEvent) SetMessage(v string) *OutputLogEvent
SetMessage sets the Message field's value.
func (*OutputLogEvent) SetTimestamp ¶ added in v1.5.0
func (s *OutputLogEvent) SetTimestamp(v int64) *OutputLogEvent
SetTimestamp sets the Timestamp field's value.
func (OutputLogEvent) String ¶ added in v0.6.5
func (s OutputLogEvent) String() string
String returns the string representation
type PutDestinationInput ¶ added in v0.7.1
type PutDestinationInput struct { // A name for the destination. // // DestinationName is a required field DestinationName *string `locationName:"destinationName" min:"1" type:"string" required:"true"` // The ARN of an IAM role that grants CloudWatch Logs permissions to do Amazon // Kinesis PutRecord requests on the destination stream. // // RoleArn is a required field RoleArn *string `locationName:"roleArn" min:"1" type:"string" required:"true"` // The ARN of an Amazon Kinesis stream to deliver matching log events to. // // TargetArn is a required field TargetArn *string `locationName:"targetArn" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (PutDestinationInput) GoString ¶ added in v0.7.1
func (s PutDestinationInput) GoString() string
GoString returns the string representation
func (*PutDestinationInput) SetDestinationName ¶ added in v1.5.0
func (s *PutDestinationInput) SetDestinationName(v string) *PutDestinationInput
SetDestinationName sets the DestinationName field's value.
func (*PutDestinationInput) SetRoleArn ¶ added in v1.5.0
func (s *PutDestinationInput) SetRoleArn(v string) *PutDestinationInput
SetRoleArn sets the RoleArn field's value.
func (*PutDestinationInput) SetTargetArn ¶ added in v1.5.0
func (s *PutDestinationInput) SetTargetArn(v string) *PutDestinationInput
SetTargetArn sets the TargetArn field's value.
func (PutDestinationInput) String ¶ added in v0.7.1
func (s PutDestinationInput) String() string
String returns the string representation
func (*PutDestinationInput) Validate ¶ added in v1.1.21
func (s *PutDestinationInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type PutDestinationOutput ¶ added in v0.7.1
type PutDestinationOutput struct { // A cross account destination that is the recipient of subscription log events. Destination *Destination `locationName:"destination" type:"structure"` // contains filtered or unexported fields }
func (PutDestinationOutput) GoString ¶ added in v0.7.1
func (s PutDestinationOutput) GoString() string
GoString returns the string representation
func (*PutDestinationOutput) SetDestination ¶ added in v1.5.0
func (s *PutDestinationOutput) SetDestination(v *Destination) *PutDestinationOutput
SetDestination sets the Destination field's value.
func (PutDestinationOutput) String ¶ added in v0.7.1
func (s PutDestinationOutput) String() string
String returns the string representation
type PutDestinationPolicyInput ¶ added in v0.7.1
type PutDestinationPolicyInput struct { // An IAM policy document that authorizes cross-account users to deliver their // log events to associated destination. // // AccessPolicy is a required field AccessPolicy *string `locationName:"accessPolicy" min:"1" type:"string" required:"true"` // A name for an existing destination. // // DestinationName is a required field DestinationName *string `locationName:"destinationName" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (PutDestinationPolicyInput) GoString ¶ added in v0.7.1
func (s PutDestinationPolicyInput) GoString() string
GoString returns the string representation
func (*PutDestinationPolicyInput) SetAccessPolicy ¶ added in v1.5.0
func (s *PutDestinationPolicyInput) SetAccessPolicy(v string) *PutDestinationPolicyInput
SetAccessPolicy sets the AccessPolicy field's value.
func (*PutDestinationPolicyInput) SetDestinationName ¶ added in v1.5.0
func (s *PutDestinationPolicyInput) SetDestinationName(v string) *PutDestinationPolicyInput
SetDestinationName sets the DestinationName field's value.
func (PutDestinationPolicyInput) String ¶ added in v0.7.1
func (s PutDestinationPolicyInput) String() string
String returns the string representation
func (*PutDestinationPolicyInput) Validate ¶ added in v1.1.21
func (s *PutDestinationPolicyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type PutDestinationPolicyOutput ¶ added in v0.7.1
type PutDestinationPolicyOutput struct {
// contains filtered or unexported fields
}
func (PutDestinationPolicyOutput) GoString ¶ added in v0.7.1
func (s PutDestinationPolicyOutput) GoString() string
GoString returns the string representation
func (PutDestinationPolicyOutput) String ¶ added in v0.7.1
func (s PutDestinationPolicyOutput) String() string
String returns the string representation
type PutLogEventsInput ¶
type PutLogEventsInput struct { // A list of log events belonging to a log stream. // // LogEvents is a required field LogEvents []*InputLogEvent `locationName:"logEvents" min:"1" type:"list" required:"true"` // The name of the log group to put log events to. // // LogGroupName is a required field LogGroupName *string `locationName:"logGroupName" min:"1" type:"string" required:"true"` // The name of the log stream to put log events to. // // LogStreamName is a required field LogStreamName *string `locationName:"logStreamName" min:"1" type:"string" required:"true"` // A string token that must be obtained from the response of the previous PutLogEvents // request. SequenceToken *string `locationName:"sequenceToken" min:"1" type:"string"` // contains filtered or unexported fields }
func (PutLogEventsInput) GoString ¶ added in v0.6.5
func (s PutLogEventsInput) GoString() string
GoString returns the string representation
func (*PutLogEventsInput) SetLogEvents ¶ added in v1.5.0
func (s *PutLogEventsInput) SetLogEvents(v []*InputLogEvent) *PutLogEventsInput
SetLogEvents sets the LogEvents field's value.
func (*PutLogEventsInput) SetLogGroupName ¶ added in v1.5.0
func (s *PutLogEventsInput) SetLogGroupName(v string) *PutLogEventsInput
SetLogGroupName sets the LogGroupName field's value.
func (*PutLogEventsInput) SetLogStreamName ¶ added in v1.5.0
func (s *PutLogEventsInput) SetLogStreamName(v string) *PutLogEventsInput
SetLogStreamName sets the LogStreamName field's value.
func (*PutLogEventsInput) SetSequenceToken ¶ added in v1.5.0
func (s *PutLogEventsInput) SetSequenceToken(v string) *PutLogEventsInput
SetSequenceToken sets the SequenceToken field's value.
func (PutLogEventsInput) String ¶ added in v0.6.5
func (s PutLogEventsInput) String() string
String returns the string representation
func (*PutLogEventsInput) Validate ¶ added in v1.1.21
func (s *PutLogEventsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type PutLogEventsOutput ¶
type PutLogEventsOutput struct { // A string token used for making PutLogEvents requests. A sequenceToken can // only be used once, and PutLogEvents requests must include the sequenceToken // obtained from the response of the previous request. NextSequenceToken *string `locationName:"nextSequenceToken" min:"1" type:"string"` RejectedLogEventsInfo *RejectedLogEventsInfo `locationName:"rejectedLogEventsInfo" type:"structure"` // contains filtered or unexported fields }
func (PutLogEventsOutput) GoString ¶ added in v0.6.5
func (s PutLogEventsOutput) GoString() string
GoString returns the string representation
func (*PutLogEventsOutput) SetNextSequenceToken ¶ added in v1.5.0
func (s *PutLogEventsOutput) SetNextSequenceToken(v string) *PutLogEventsOutput
SetNextSequenceToken sets the NextSequenceToken field's value.
func (*PutLogEventsOutput) SetRejectedLogEventsInfo ¶ added in v1.5.0
func (s *PutLogEventsOutput) SetRejectedLogEventsInfo(v *RejectedLogEventsInfo) *PutLogEventsOutput
SetRejectedLogEventsInfo sets the RejectedLogEventsInfo field's value.
func (PutLogEventsOutput) String ¶ added in v0.6.5
func (s PutLogEventsOutput) String() string
String returns the string representation
type PutMetricFilterInput ¶
type PutMetricFilterInput struct { // A name for the metric filter. // // FilterName is a required field FilterName *string `locationName:"filterName" min:"1" type:"string" required:"true"` // A valid CloudWatch Logs filter pattern for extracting metric data out of // ingested log events. // // FilterPattern is a required field FilterPattern *string `locationName:"filterPattern" type:"string" required:"true"` // The name of the log group to associate the metric filter with. // // LogGroupName is a required field LogGroupName *string `locationName:"logGroupName" min:"1" type:"string" required:"true"` // A collection of information needed to define how metric data gets emitted. // // MetricTransformations is a required field MetricTransformations []*MetricTransformation `locationName:"metricTransformations" min:"1" type:"list" required:"true"` // contains filtered or unexported fields }
func (PutMetricFilterInput) GoString ¶ added in v0.6.5
func (s PutMetricFilterInput) GoString() string
GoString returns the string representation
func (*PutMetricFilterInput) SetFilterName ¶ added in v1.5.0
func (s *PutMetricFilterInput) SetFilterName(v string) *PutMetricFilterInput
SetFilterName sets the FilterName field's value.
func (*PutMetricFilterInput) SetFilterPattern ¶ added in v1.5.0
func (s *PutMetricFilterInput) SetFilterPattern(v string) *PutMetricFilterInput
SetFilterPattern sets the FilterPattern field's value.
func (*PutMetricFilterInput) SetLogGroupName ¶ added in v1.5.0
func (s *PutMetricFilterInput) SetLogGroupName(v string) *PutMetricFilterInput
SetLogGroupName sets the LogGroupName field's value.
func (*PutMetricFilterInput) SetMetricTransformations ¶ added in v1.5.0
func (s *PutMetricFilterInput) SetMetricTransformations(v []*MetricTransformation) *PutMetricFilterInput
SetMetricTransformations sets the MetricTransformations field's value.
func (PutMetricFilterInput) String ¶ added in v0.6.5
func (s PutMetricFilterInput) String() string
String returns the string representation
func (*PutMetricFilterInput) Validate ¶ added in v1.1.21
func (s *PutMetricFilterInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type PutMetricFilterOutput ¶
type PutMetricFilterOutput struct {
// contains filtered or unexported fields
}
func (PutMetricFilterOutput) GoString ¶ added in v0.6.5
func (s PutMetricFilterOutput) GoString() string
GoString returns the string representation
func (PutMetricFilterOutput) String ¶ added in v0.6.5
func (s PutMetricFilterOutput) String() string
String returns the string representation
type PutRetentionPolicyInput ¶
type PutRetentionPolicyInput struct { // The name of the log group to associate the retention policy with. // // LogGroupName is a required field LogGroupName *string `locationName:"logGroupName" min:"1" type:"string" required:"true"` // Specifies the number of days you want to retain log events in the specified // log group. Possible values are: 1, 3, 5, 7, 14, 30, 60, 90, 120, 150, 180, // 365, 400, 545, 731, 1827, 3653. // // RetentionInDays is a required field RetentionInDays *int64 `locationName:"retentionInDays" type:"integer" required:"true"` // contains filtered or unexported fields }
func (PutRetentionPolicyInput) GoString ¶ added in v0.6.5
func (s PutRetentionPolicyInput) GoString() string
GoString returns the string representation
func (*PutRetentionPolicyInput) SetLogGroupName ¶ added in v1.5.0
func (s *PutRetentionPolicyInput) SetLogGroupName(v string) *PutRetentionPolicyInput
SetLogGroupName sets the LogGroupName field's value.
func (*PutRetentionPolicyInput) SetRetentionInDays ¶ added in v1.5.0
func (s *PutRetentionPolicyInput) SetRetentionInDays(v int64) *PutRetentionPolicyInput
SetRetentionInDays sets the RetentionInDays field's value.
func (PutRetentionPolicyInput) String ¶ added in v0.6.5
func (s PutRetentionPolicyInput) String() string
String returns the string representation
func (*PutRetentionPolicyInput) Validate ¶ added in v1.1.21
func (s *PutRetentionPolicyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type PutRetentionPolicyOutput ¶
type PutRetentionPolicyOutput struct {
// contains filtered or unexported fields
}
func (PutRetentionPolicyOutput) GoString ¶ added in v0.6.5
func (s PutRetentionPolicyOutput) GoString() string
GoString returns the string representation
func (PutRetentionPolicyOutput) String ¶ added in v0.6.5
func (s PutRetentionPolicyOutput) String() string
String returns the string representation
type PutSubscriptionFilterInput ¶ added in v0.6.1
type PutSubscriptionFilterInput struct { // The ARN of the destination to deliver matching log events to. Currently, // the supported destinations are: // // * An Amazon Kinesis stream belonging to the same account as the subscription // filter, for same-account delivery. // // * A logical destination (used via an ARN of Destination) belonging to // a different account, for cross-account delivery. // // * An Amazon Kinesis Firehose stream belonging to the same account as the // subscription filter, for same-account delivery. // // * An AWS Lambda function belonging to the same account as the subscription // filter, for same-account delivery. // // DestinationArn is a required field DestinationArn *string `locationName:"destinationArn" min:"1" type:"string" required:"true"` // A name for the subscription filter. // // FilterName is a required field FilterName *string `locationName:"filterName" min:"1" type:"string" required:"true"` // A valid CloudWatch Logs filter pattern for subscribing to a filtered stream // of log events. // // FilterPattern is a required field FilterPattern *string `locationName:"filterPattern" type:"string" required:"true"` // The name of the log group to associate the subscription filter with. // // LogGroupName is a required field LogGroupName *string `locationName:"logGroupName" min:"1" type:"string" required:"true"` // The ARN of an IAM role that grants CloudWatch Logs permissions to deliver // ingested log events to the destination stream. You don't need to provide // the ARN when you are working with a logical destination (used via an ARN // of Destination) for cross-account delivery. RoleArn *string `locationName:"roleArn" min:"1" type:"string"` // contains filtered or unexported fields }
func (PutSubscriptionFilterInput) GoString ¶ added in v0.6.5
func (s PutSubscriptionFilterInput) GoString() string
GoString returns the string representation
func (*PutSubscriptionFilterInput) SetDestinationArn ¶ added in v1.5.0
func (s *PutSubscriptionFilterInput) SetDestinationArn(v string) *PutSubscriptionFilterInput
SetDestinationArn sets the DestinationArn field's value.
func (*PutSubscriptionFilterInput) SetFilterName ¶ added in v1.5.0
func (s *PutSubscriptionFilterInput) SetFilterName(v string) *PutSubscriptionFilterInput
SetFilterName sets the FilterName field's value.
func (*PutSubscriptionFilterInput) SetFilterPattern ¶ added in v1.5.0
func (s *PutSubscriptionFilterInput) SetFilterPattern(v string) *PutSubscriptionFilterInput
SetFilterPattern sets the FilterPattern field's value.
func (*PutSubscriptionFilterInput) SetLogGroupName ¶ added in v1.5.0
func (s *PutSubscriptionFilterInput) SetLogGroupName(v string) *PutSubscriptionFilterInput
SetLogGroupName sets the LogGroupName field's value.
func (*PutSubscriptionFilterInput) SetRoleArn ¶ added in v1.5.0
func (s *PutSubscriptionFilterInput) SetRoleArn(v string) *PutSubscriptionFilterInput
SetRoleArn sets the RoleArn field's value.
func (PutSubscriptionFilterInput) String ¶ added in v0.6.5
func (s PutSubscriptionFilterInput) String() string
String returns the string representation
func (*PutSubscriptionFilterInput) Validate ¶ added in v1.1.21
func (s *PutSubscriptionFilterInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type PutSubscriptionFilterOutput ¶ added in v0.6.1
type PutSubscriptionFilterOutput struct {
// contains filtered or unexported fields
}
func (PutSubscriptionFilterOutput) GoString ¶ added in v0.6.5
func (s PutSubscriptionFilterOutput) GoString() string
GoString returns the string representation
func (PutSubscriptionFilterOutput) String ¶ added in v0.6.5
func (s PutSubscriptionFilterOutput) String() string
String returns the string representation
type RejectedLogEventsInfo ¶
type RejectedLogEventsInfo struct { ExpiredLogEventEndIndex *int64 `locationName:"expiredLogEventEndIndex" type:"integer"` TooNewLogEventStartIndex *int64 `locationName:"tooNewLogEventStartIndex" type:"integer"` TooOldLogEventEndIndex *int64 `locationName:"tooOldLogEventEndIndex" type:"integer"` // contains filtered or unexported fields }
func (RejectedLogEventsInfo) GoString ¶ added in v0.6.5
func (s RejectedLogEventsInfo) GoString() string
GoString returns the string representation
func (*RejectedLogEventsInfo) SetExpiredLogEventEndIndex ¶ added in v1.5.0
func (s *RejectedLogEventsInfo) SetExpiredLogEventEndIndex(v int64) *RejectedLogEventsInfo
SetExpiredLogEventEndIndex sets the ExpiredLogEventEndIndex field's value.
func (*RejectedLogEventsInfo) SetTooNewLogEventStartIndex ¶ added in v1.5.0
func (s *RejectedLogEventsInfo) SetTooNewLogEventStartIndex(v int64) *RejectedLogEventsInfo
SetTooNewLogEventStartIndex sets the TooNewLogEventStartIndex field's value.
func (*RejectedLogEventsInfo) SetTooOldLogEventEndIndex ¶ added in v1.5.0
func (s *RejectedLogEventsInfo) SetTooOldLogEventEndIndex(v int64) *RejectedLogEventsInfo
SetTooOldLogEventEndIndex sets the TooOldLogEventEndIndex field's value.
func (RejectedLogEventsInfo) String ¶ added in v0.6.5
func (s RejectedLogEventsInfo) String() string
String returns the string representation
type SearchedLogStream ¶
type SearchedLogStream struct { // The name of the log stream. LogStreamName *string `locationName:"logStreamName" min:"1" type:"string"` // Indicates whether all the events in this log stream were searched or more // data exists to search by paginating further. SearchedCompletely *bool `locationName:"searchedCompletely" type:"boolean"` // contains filtered or unexported fields }
An object indicating the search status of a log stream in a FilterLogEvents request.
func (SearchedLogStream) GoString ¶ added in v0.6.5
func (s SearchedLogStream) GoString() string
GoString returns the string representation
func (*SearchedLogStream) SetLogStreamName ¶ added in v1.5.0
func (s *SearchedLogStream) SetLogStreamName(v string) *SearchedLogStream
SetLogStreamName sets the LogStreamName field's value.
func (*SearchedLogStream) SetSearchedCompletely ¶ added in v1.5.0
func (s *SearchedLogStream) SetSearchedCompletely(v bool) *SearchedLogStream
SetSearchedCompletely sets the SearchedCompletely field's value.
func (SearchedLogStream) String ¶ added in v0.6.5
func (s SearchedLogStream) String() string
String returns the string representation
type SubscriptionFilter ¶ added in v0.6.1
type SubscriptionFilter struct { // A point in time expressed as the number of milliseconds since Jan 1, 1970 // 00:00:00 UTC. CreationTime *int64 `locationName:"creationTime" type:"long"` DestinationArn *string `locationName:"destinationArn" min:"1" type:"string"` // A name for a metric or subscription filter. FilterName *string `locationName:"filterName" min:"1" type:"string"` // A symbolic description of how CloudWatch Logs should interpret the data in // each log event. For example, a log event may contain timestamps, IP addresses, // strings, and so on. You use the filter pattern to specify what to look for // in the log event message. FilterPattern *string `locationName:"filterPattern" type:"string"` LogGroupName *string `locationName:"logGroupName" min:"1" type:"string"` RoleArn *string `locationName:"roleArn" min:"1" type:"string"` // contains filtered or unexported fields }
func (SubscriptionFilter) GoString ¶ added in v0.6.5
func (s SubscriptionFilter) GoString() string
GoString returns the string representation
func (*SubscriptionFilter) SetCreationTime ¶ added in v1.5.0
func (s *SubscriptionFilter) SetCreationTime(v int64) *SubscriptionFilter
SetCreationTime sets the CreationTime field's value.
func (*SubscriptionFilter) SetDestinationArn ¶ added in v1.5.0
func (s *SubscriptionFilter) SetDestinationArn(v string) *SubscriptionFilter
SetDestinationArn sets the DestinationArn field's value.
func (*SubscriptionFilter) SetFilterName ¶ added in v1.5.0
func (s *SubscriptionFilter) SetFilterName(v string) *SubscriptionFilter
SetFilterName sets the FilterName field's value.
func (*SubscriptionFilter) SetFilterPattern ¶ added in v1.5.0
func (s *SubscriptionFilter) SetFilterPattern(v string) *SubscriptionFilter
SetFilterPattern sets the FilterPattern field's value.
func (*SubscriptionFilter) SetLogGroupName ¶ added in v1.5.0
func (s *SubscriptionFilter) SetLogGroupName(v string) *SubscriptionFilter
SetLogGroupName sets the LogGroupName field's value.
func (*SubscriptionFilter) SetRoleArn ¶ added in v1.5.0
func (s *SubscriptionFilter) SetRoleArn(v string) *SubscriptionFilter
SetRoleArn sets the RoleArn field's value.
func (SubscriptionFilter) String ¶ added in v0.6.5
func (s SubscriptionFilter) String() string
String returns the string representation
type TestMetricFilterInput ¶
type TestMetricFilterInput struct { // A symbolic description of how CloudWatch Logs should interpret the data in // each log event. For example, a log event may contain timestamps, IP addresses, // strings, and so on. You use the filter pattern to specify what to look for // in the log event message. // // FilterPattern is a required field FilterPattern *string `locationName:"filterPattern" type:"string" required:"true"` // A list of log event messages to test. // // LogEventMessages is a required field LogEventMessages []*string `locationName:"logEventMessages" min:"1" type:"list" required:"true"` // contains filtered or unexported fields }
func (TestMetricFilterInput) GoString ¶ added in v0.6.5
func (s TestMetricFilterInput) GoString() string
GoString returns the string representation
func (*TestMetricFilterInput) SetFilterPattern ¶ added in v1.5.0
func (s *TestMetricFilterInput) SetFilterPattern(v string) *TestMetricFilterInput
SetFilterPattern sets the FilterPattern field's value.
func (*TestMetricFilterInput) SetLogEventMessages ¶ added in v1.5.0
func (s *TestMetricFilterInput) SetLogEventMessages(v []*string) *TestMetricFilterInput
SetLogEventMessages sets the LogEventMessages field's value.
func (TestMetricFilterInput) String ¶ added in v0.6.5
func (s TestMetricFilterInput) String() string
String returns the string representation
func (*TestMetricFilterInput) Validate ¶ added in v1.1.21
func (s *TestMetricFilterInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type TestMetricFilterOutput ¶
type TestMetricFilterOutput struct { Matches []*MetricFilterMatchRecord `locationName:"matches" type:"list"` // contains filtered or unexported fields }
func (TestMetricFilterOutput) GoString ¶ added in v0.6.5
func (s TestMetricFilterOutput) GoString() string
GoString returns the string representation
func (*TestMetricFilterOutput) SetMatches ¶ added in v1.5.0
func (s *TestMetricFilterOutput) SetMatches(v []*MetricFilterMatchRecord) *TestMetricFilterOutput
SetMatches sets the Matches field's value.
func (TestMetricFilterOutput) String ¶ added in v0.6.5
func (s TestMetricFilterOutput) String() string
String returns the string representation
Directories ¶
Path | Synopsis |
---|---|
Package cloudwatchlogsiface provides an interface to enable mocking the Amazon CloudWatch Logs service client for testing your code.
|
Package cloudwatchlogsiface provides an interface to enable mocking the Amazon CloudWatch Logs service client for testing your code. |