Documentation
¶
Overview ¶
Package cloudwatchlogs provides the client and types for making API requests to Amazon CloudWatch Logs.
You can use Amazon CloudWatch Logs to monitor, store, and access your log files from EC2 instances, CloudTrail, and other sources. You can then retrieve the associated log data from CloudWatch Logs using the CloudWatch console, CloudWatch Logs commands in the Amazon Web Services CLI, CloudWatch Logs API, or CloudWatch Logs SDK.
You can use CloudWatch Logs to:
Monitor logs from 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 that 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 CloudWatch metric that you specify.
Monitor CloudTrail logged events: You can create alarms in CloudWatch and receive notifications of particular API activity as captured by CloudTrail. You can 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.
See https://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28 for more information on this service.
See cloudwatchlogs package documentation for more information. https://docs.aws.amazon.com/sdk-for-go/api/service/cloudwatchlogs/
Using the Client ¶
To contact Amazon CloudWatch Logs with the SDK use the New function to create a new service client. With that client you can make API requests to the service. These clients are safe to use concurrently.
See the SDK's documentation for more information on how to use the SDK. https://docs.aws.amazon.com/sdk-for-go/api/
See aws.Config documentation for more information on configuring SDK clients. https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config
See the Amazon CloudWatch Logs client CloudWatchLogs for more information on creating client for this service. https://docs.aws.amazon.com/sdk-for-go/api/service/cloudwatchlogs/#New
Index ¶
- Constants
- func Distribution_Values() []string
- func ExportTaskStatusCode_Values() []string
- func OrderBy_Values() []string
- func QueryStatus_Values() []string
- func StandardUnit_Values() []string
- type AssociateKmsKeyInput
- type AssociateKmsKeyOutput
- type CancelExportTaskInput
- type CancelExportTaskOutput
- type CloudWatchLogs
- func (c *CloudWatchLogs) AssociateKmsKey(input *AssociateKmsKeyInput) (*AssociateKmsKeyOutput, error)
- func (c *CloudWatchLogs) AssociateKmsKeyRequest(input *AssociateKmsKeyInput) (req *request.Request, output *AssociateKmsKeyOutput)
- func (c *CloudWatchLogs) AssociateKmsKeyWithContext(ctx aws.Context, input *AssociateKmsKeyInput, opts ...request.Option) (*AssociateKmsKeyOutput, error)
- func (c *CloudWatchLogs) CancelExportTask(input *CancelExportTaskInput) (*CancelExportTaskOutput, error)
- func (c *CloudWatchLogs) CancelExportTaskRequest(input *CancelExportTaskInput) (req *request.Request, output *CancelExportTaskOutput)
- func (c *CloudWatchLogs) CancelExportTaskWithContext(ctx aws.Context, input *CancelExportTaskInput, opts ...request.Option) (*CancelExportTaskOutput, error)
- func (c *CloudWatchLogs) CreateExportTask(input *CreateExportTaskInput) (*CreateExportTaskOutput, error)
- func (c *CloudWatchLogs) CreateExportTaskRequest(input *CreateExportTaskInput) (req *request.Request, output *CreateExportTaskOutput)
- func (c *CloudWatchLogs) CreateExportTaskWithContext(ctx aws.Context, input *CreateExportTaskInput, opts ...request.Option) (*CreateExportTaskOutput, error)
- func (c *CloudWatchLogs) CreateLogGroup(input *CreateLogGroupInput) (*CreateLogGroupOutput, error)
- func (c *CloudWatchLogs) CreateLogGroupRequest(input *CreateLogGroupInput) (req *request.Request, output *CreateLogGroupOutput)
- func (c *CloudWatchLogs) CreateLogGroupWithContext(ctx aws.Context, input *CreateLogGroupInput, opts ...request.Option) (*CreateLogGroupOutput, error)
- func (c *CloudWatchLogs) CreateLogStream(input *CreateLogStreamInput) (*CreateLogStreamOutput, error)
- func (c *CloudWatchLogs) CreateLogStreamRequest(input *CreateLogStreamInput) (req *request.Request, output *CreateLogStreamOutput)
- func (c *CloudWatchLogs) CreateLogStreamWithContext(ctx aws.Context, input *CreateLogStreamInput, opts ...request.Option) (*CreateLogStreamOutput, error)
- func (c *CloudWatchLogs) DeleteDestination(input *DeleteDestinationInput) (*DeleteDestinationOutput, error)
- func (c *CloudWatchLogs) DeleteDestinationRequest(input *DeleteDestinationInput) (req *request.Request, output *DeleteDestinationOutput)
- func (c *CloudWatchLogs) DeleteDestinationWithContext(ctx aws.Context, input *DeleteDestinationInput, opts ...request.Option) (*DeleteDestinationOutput, error)
- func (c *CloudWatchLogs) DeleteLogGroup(input *DeleteLogGroupInput) (*DeleteLogGroupOutput, error)
- func (c *CloudWatchLogs) DeleteLogGroupRequest(input *DeleteLogGroupInput) (req *request.Request, output *DeleteLogGroupOutput)
- func (c *CloudWatchLogs) DeleteLogGroupWithContext(ctx aws.Context, input *DeleteLogGroupInput, opts ...request.Option) (*DeleteLogGroupOutput, error)
- func (c *CloudWatchLogs) DeleteLogStream(input *DeleteLogStreamInput) (*DeleteLogStreamOutput, error)
- func (c *CloudWatchLogs) DeleteLogStreamRequest(input *DeleteLogStreamInput) (req *request.Request, output *DeleteLogStreamOutput)
- func (c *CloudWatchLogs) DeleteLogStreamWithContext(ctx aws.Context, input *DeleteLogStreamInput, opts ...request.Option) (*DeleteLogStreamOutput, error)
- func (c *CloudWatchLogs) DeleteMetricFilter(input *DeleteMetricFilterInput) (*DeleteMetricFilterOutput, error)
- func (c *CloudWatchLogs) DeleteMetricFilterRequest(input *DeleteMetricFilterInput) (req *request.Request, output *DeleteMetricFilterOutput)
- func (c *CloudWatchLogs) DeleteMetricFilterWithContext(ctx aws.Context, input *DeleteMetricFilterInput, opts ...request.Option) (*DeleteMetricFilterOutput, error)
- func (c *CloudWatchLogs) DeleteQueryDefinition(input *DeleteQueryDefinitionInput) (*DeleteQueryDefinitionOutput, error)
- func (c *CloudWatchLogs) DeleteQueryDefinitionRequest(input *DeleteQueryDefinitionInput) (req *request.Request, output *DeleteQueryDefinitionOutput)
- func (c *CloudWatchLogs) DeleteQueryDefinitionWithContext(ctx aws.Context, input *DeleteQueryDefinitionInput, opts ...request.Option) (*DeleteQueryDefinitionOutput, error)
- func (c *CloudWatchLogs) DeleteResourcePolicy(input *DeleteResourcePolicyInput) (*DeleteResourcePolicyOutput, error)
- func (c *CloudWatchLogs) DeleteResourcePolicyRequest(input *DeleteResourcePolicyInput) (req *request.Request, output *DeleteResourcePolicyOutput)
- func (c *CloudWatchLogs) DeleteResourcePolicyWithContext(ctx aws.Context, input *DeleteResourcePolicyInput, opts ...request.Option) (*DeleteResourcePolicyOutput, error)
- func (c *CloudWatchLogs) DeleteRetentionPolicy(input *DeleteRetentionPolicyInput) (*DeleteRetentionPolicyOutput, error)
- func (c *CloudWatchLogs) DeleteRetentionPolicyRequest(input *DeleteRetentionPolicyInput) (req *request.Request, output *DeleteRetentionPolicyOutput)
- func (c *CloudWatchLogs) DeleteRetentionPolicyWithContext(ctx aws.Context, input *DeleteRetentionPolicyInput, opts ...request.Option) (*DeleteRetentionPolicyOutput, error)
- func (c *CloudWatchLogs) DeleteSubscriptionFilter(input *DeleteSubscriptionFilterInput) (*DeleteSubscriptionFilterOutput, error)
- func (c *CloudWatchLogs) DeleteSubscriptionFilterRequest(input *DeleteSubscriptionFilterInput) (req *request.Request, output *DeleteSubscriptionFilterOutput)
- func (c *CloudWatchLogs) DeleteSubscriptionFilterWithContext(ctx aws.Context, input *DeleteSubscriptionFilterInput, opts ...request.Option) (*DeleteSubscriptionFilterOutput, error)
- func (c *CloudWatchLogs) DescribeDestinations(input *DescribeDestinationsInput) (*DescribeDestinationsOutput, error)
- func (c *CloudWatchLogs) DescribeDestinationsPages(input *DescribeDestinationsInput, ...) error
- func (c *CloudWatchLogs) DescribeDestinationsPagesWithContext(ctx aws.Context, input *DescribeDestinationsInput, ...) error
- func (c *CloudWatchLogs) DescribeDestinationsRequest(input *DescribeDestinationsInput) (req *request.Request, output *DescribeDestinationsOutput)
- func (c *CloudWatchLogs) DescribeDestinationsWithContext(ctx aws.Context, input *DescribeDestinationsInput, opts ...request.Option) (*DescribeDestinationsOutput, error)
- func (c *CloudWatchLogs) DescribeExportTasks(input *DescribeExportTasksInput) (*DescribeExportTasksOutput, error)
- func (c *CloudWatchLogs) DescribeExportTasksRequest(input *DescribeExportTasksInput) (req *request.Request, output *DescribeExportTasksOutput)
- func (c *CloudWatchLogs) DescribeExportTasksWithContext(ctx aws.Context, input *DescribeExportTasksInput, opts ...request.Option) (*DescribeExportTasksOutput, error)
- func (c *CloudWatchLogs) DescribeLogGroups(input *DescribeLogGroupsInput) (*DescribeLogGroupsOutput, error)
- func (c *CloudWatchLogs) DescribeLogGroupsPages(input *DescribeLogGroupsInput, fn func(*DescribeLogGroupsOutput, bool) bool) error
- func (c *CloudWatchLogs) DescribeLogGroupsPagesWithContext(ctx aws.Context, input *DescribeLogGroupsInput, ...) error
- func (c *CloudWatchLogs) DescribeLogGroupsRequest(input *DescribeLogGroupsInput) (req *request.Request, output *DescribeLogGroupsOutput)
- func (c *CloudWatchLogs) DescribeLogGroupsWithContext(ctx aws.Context, input *DescribeLogGroupsInput, opts ...request.Option) (*DescribeLogGroupsOutput, error)
- func (c *CloudWatchLogs) DescribeLogStreams(input *DescribeLogStreamsInput) (*DescribeLogStreamsOutput, error)
- func (c *CloudWatchLogs) DescribeLogStreamsPages(input *DescribeLogStreamsInput, fn func(*DescribeLogStreamsOutput, bool) bool) error
- func (c *CloudWatchLogs) DescribeLogStreamsPagesWithContext(ctx aws.Context, input *DescribeLogStreamsInput, ...) error
- func (c *CloudWatchLogs) DescribeLogStreamsRequest(input *DescribeLogStreamsInput) (req *request.Request, output *DescribeLogStreamsOutput)
- func (c *CloudWatchLogs) DescribeLogStreamsWithContext(ctx aws.Context, input *DescribeLogStreamsInput, opts ...request.Option) (*DescribeLogStreamsOutput, error)
- func (c *CloudWatchLogs) DescribeMetricFilters(input *DescribeMetricFiltersInput) (*DescribeMetricFiltersOutput, error)
- func (c *CloudWatchLogs) DescribeMetricFiltersPages(input *DescribeMetricFiltersInput, ...) error
- func (c *CloudWatchLogs) DescribeMetricFiltersPagesWithContext(ctx aws.Context, input *DescribeMetricFiltersInput, ...) error
- func (c *CloudWatchLogs) DescribeMetricFiltersRequest(input *DescribeMetricFiltersInput) (req *request.Request, output *DescribeMetricFiltersOutput)
- func (c *CloudWatchLogs) DescribeMetricFiltersWithContext(ctx aws.Context, input *DescribeMetricFiltersInput, opts ...request.Option) (*DescribeMetricFiltersOutput, error)
- func (c *CloudWatchLogs) DescribeQueries(input *DescribeQueriesInput) (*DescribeQueriesOutput, error)
- func (c *CloudWatchLogs) DescribeQueriesRequest(input *DescribeQueriesInput) (req *request.Request, output *DescribeQueriesOutput)
- func (c *CloudWatchLogs) DescribeQueriesWithContext(ctx aws.Context, input *DescribeQueriesInput, opts ...request.Option) (*DescribeQueriesOutput, error)
- func (c *CloudWatchLogs) DescribeQueryDefinitions(input *DescribeQueryDefinitionsInput) (*DescribeQueryDefinitionsOutput, error)
- func (c *CloudWatchLogs) DescribeQueryDefinitionsRequest(input *DescribeQueryDefinitionsInput) (req *request.Request, output *DescribeQueryDefinitionsOutput)
- func (c *CloudWatchLogs) DescribeQueryDefinitionsWithContext(ctx aws.Context, input *DescribeQueryDefinitionsInput, opts ...request.Option) (*DescribeQueryDefinitionsOutput, error)
- func (c *CloudWatchLogs) DescribeResourcePolicies(input *DescribeResourcePoliciesInput) (*DescribeResourcePoliciesOutput, error)
- func (c *CloudWatchLogs) DescribeResourcePoliciesRequest(input *DescribeResourcePoliciesInput) (req *request.Request, output *DescribeResourcePoliciesOutput)
- func (c *CloudWatchLogs) DescribeResourcePoliciesWithContext(ctx aws.Context, input *DescribeResourcePoliciesInput, opts ...request.Option) (*DescribeResourcePoliciesOutput, error)
- func (c *CloudWatchLogs) DescribeSubscriptionFilters(input *DescribeSubscriptionFiltersInput) (*DescribeSubscriptionFiltersOutput, error)
- func (c *CloudWatchLogs) DescribeSubscriptionFiltersPages(input *DescribeSubscriptionFiltersInput, ...) error
- func (c *CloudWatchLogs) DescribeSubscriptionFiltersPagesWithContext(ctx aws.Context, input *DescribeSubscriptionFiltersInput, ...) error
- func (c *CloudWatchLogs) DescribeSubscriptionFiltersRequest(input *DescribeSubscriptionFiltersInput) (req *request.Request, output *DescribeSubscriptionFiltersOutput)
- func (c *CloudWatchLogs) DescribeSubscriptionFiltersWithContext(ctx aws.Context, input *DescribeSubscriptionFiltersInput, ...) (*DescribeSubscriptionFiltersOutput, error)
- func (c *CloudWatchLogs) DisassociateKmsKey(input *DisassociateKmsKeyInput) (*DisassociateKmsKeyOutput, error)
- func (c *CloudWatchLogs) DisassociateKmsKeyRequest(input *DisassociateKmsKeyInput) (req *request.Request, output *DisassociateKmsKeyOutput)
- func (c *CloudWatchLogs) DisassociateKmsKeyWithContext(ctx aws.Context, input *DisassociateKmsKeyInput, opts ...request.Option) (*DisassociateKmsKeyOutput, error)
- func (c *CloudWatchLogs) FilterLogEvents(input *FilterLogEventsInput) (*FilterLogEventsOutput, error)
- func (c *CloudWatchLogs) FilterLogEventsPages(input *FilterLogEventsInput, fn func(*FilterLogEventsOutput, bool) bool) error
- func (c *CloudWatchLogs) FilterLogEventsPagesWithContext(ctx aws.Context, input *FilterLogEventsInput, ...) error
- func (c *CloudWatchLogs) FilterLogEventsRequest(input *FilterLogEventsInput) (req *request.Request, output *FilterLogEventsOutput)
- func (c *CloudWatchLogs) FilterLogEventsWithContext(ctx aws.Context, input *FilterLogEventsInput, opts ...request.Option) (*FilterLogEventsOutput, error)
- func (c *CloudWatchLogs) GetLogEvents(input *GetLogEventsInput) (*GetLogEventsOutput, error)
- func (c *CloudWatchLogs) GetLogEventsPages(input *GetLogEventsInput, fn func(*GetLogEventsOutput, bool) bool) error
- func (c *CloudWatchLogs) GetLogEventsPagesWithContext(ctx aws.Context, input *GetLogEventsInput, ...) error
- func (c *CloudWatchLogs) GetLogEventsRequest(input *GetLogEventsInput) (req *request.Request, output *GetLogEventsOutput)
- func (c *CloudWatchLogs) GetLogEventsWithContext(ctx aws.Context, input *GetLogEventsInput, opts ...request.Option) (*GetLogEventsOutput, error)
- func (c *CloudWatchLogs) GetLogGroupFields(input *GetLogGroupFieldsInput) (*GetLogGroupFieldsOutput, error)
- func (c *CloudWatchLogs) GetLogGroupFieldsRequest(input *GetLogGroupFieldsInput) (req *request.Request, output *GetLogGroupFieldsOutput)
- func (c *CloudWatchLogs) GetLogGroupFieldsWithContext(ctx aws.Context, input *GetLogGroupFieldsInput, opts ...request.Option) (*GetLogGroupFieldsOutput, error)
- func (c *CloudWatchLogs) GetLogRecord(input *GetLogRecordInput) (*GetLogRecordOutput, error)
- func (c *CloudWatchLogs) GetLogRecordRequest(input *GetLogRecordInput) (req *request.Request, output *GetLogRecordOutput)
- func (c *CloudWatchLogs) GetLogRecordWithContext(ctx aws.Context, input *GetLogRecordInput, opts ...request.Option) (*GetLogRecordOutput, error)
- func (c *CloudWatchLogs) GetQueryResults(input *GetQueryResultsInput) (*GetQueryResultsOutput, error)
- func (c *CloudWatchLogs) GetQueryResultsRequest(input *GetQueryResultsInput) (req *request.Request, output *GetQueryResultsOutput)
- func (c *CloudWatchLogs) GetQueryResultsWithContext(ctx aws.Context, input *GetQueryResultsInput, opts ...request.Option) (*GetQueryResultsOutput, error)
- func (c *CloudWatchLogs) ListTagsLogGroup(input *ListTagsLogGroupInput) (*ListTagsLogGroupOutput, error)
- func (c *CloudWatchLogs) ListTagsLogGroupRequest(input *ListTagsLogGroupInput) (req *request.Request, output *ListTagsLogGroupOutput)
- func (c *CloudWatchLogs) ListTagsLogGroupWithContext(ctx aws.Context, input *ListTagsLogGroupInput, opts ...request.Option) (*ListTagsLogGroupOutput, error)
- 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) PutDestinationPolicyWithContext(ctx aws.Context, input *PutDestinationPolicyInput, opts ...request.Option) (*PutDestinationPolicyOutput, error)
- func (c *CloudWatchLogs) PutDestinationRequest(input *PutDestinationInput) (req *request.Request, output *PutDestinationOutput)
- func (c *CloudWatchLogs) PutDestinationWithContext(ctx aws.Context, input *PutDestinationInput, opts ...request.Option) (*PutDestinationOutput, error)
- func (c *CloudWatchLogs) PutLogEvents(input *PutLogEventsInput) (*PutLogEventsOutput, error)
- func (c *CloudWatchLogs) PutLogEventsRequest(input *PutLogEventsInput) (req *request.Request, output *PutLogEventsOutput)
- func (c *CloudWatchLogs) PutLogEventsWithContext(ctx aws.Context, input *PutLogEventsInput, opts ...request.Option) (*PutLogEventsOutput, error)
- func (c *CloudWatchLogs) PutMetricFilter(input *PutMetricFilterInput) (*PutMetricFilterOutput, error)
- func (c *CloudWatchLogs) PutMetricFilterRequest(input *PutMetricFilterInput) (req *request.Request, output *PutMetricFilterOutput)
- func (c *CloudWatchLogs) PutMetricFilterWithContext(ctx aws.Context, input *PutMetricFilterInput, opts ...request.Option) (*PutMetricFilterOutput, error)
- func (c *CloudWatchLogs) PutQueryDefinition(input *PutQueryDefinitionInput) (*PutQueryDefinitionOutput, error)
- func (c *CloudWatchLogs) PutQueryDefinitionRequest(input *PutQueryDefinitionInput) (req *request.Request, output *PutQueryDefinitionOutput)
- func (c *CloudWatchLogs) PutQueryDefinitionWithContext(ctx aws.Context, input *PutQueryDefinitionInput, opts ...request.Option) (*PutQueryDefinitionOutput, error)
- func (c *CloudWatchLogs) PutResourcePolicy(input *PutResourcePolicyInput) (*PutResourcePolicyOutput, error)
- func (c *CloudWatchLogs) PutResourcePolicyRequest(input *PutResourcePolicyInput) (req *request.Request, output *PutResourcePolicyOutput)
- func (c *CloudWatchLogs) PutResourcePolicyWithContext(ctx aws.Context, input *PutResourcePolicyInput, opts ...request.Option) (*PutResourcePolicyOutput, error)
- func (c *CloudWatchLogs) PutRetentionPolicy(input *PutRetentionPolicyInput) (*PutRetentionPolicyOutput, error)
- func (c *CloudWatchLogs) PutRetentionPolicyRequest(input *PutRetentionPolicyInput) (req *request.Request, output *PutRetentionPolicyOutput)
- func (c *CloudWatchLogs) PutRetentionPolicyWithContext(ctx aws.Context, input *PutRetentionPolicyInput, opts ...request.Option) (*PutRetentionPolicyOutput, error)
- func (c *CloudWatchLogs) PutSubscriptionFilter(input *PutSubscriptionFilterInput) (*PutSubscriptionFilterOutput, error)
- func (c *CloudWatchLogs) PutSubscriptionFilterRequest(input *PutSubscriptionFilterInput) (req *request.Request, output *PutSubscriptionFilterOutput)
- func (c *CloudWatchLogs) PutSubscriptionFilterWithContext(ctx aws.Context, input *PutSubscriptionFilterInput, opts ...request.Option) (*PutSubscriptionFilterOutput, error)
- func (c *CloudWatchLogs) StartQuery(input *StartQueryInput) (*StartQueryOutput, error)
- func (c *CloudWatchLogs) StartQueryRequest(input *StartQueryInput) (req *request.Request, output *StartQueryOutput)
- func (c *CloudWatchLogs) StartQueryWithContext(ctx aws.Context, input *StartQueryInput, opts ...request.Option) (*StartQueryOutput, error)
- func (c *CloudWatchLogs) StopQuery(input *StopQueryInput) (*StopQueryOutput, error)
- func (c *CloudWatchLogs) StopQueryRequest(input *StopQueryInput) (req *request.Request, output *StopQueryOutput)
- func (c *CloudWatchLogs) StopQueryWithContext(ctx aws.Context, input *StopQueryInput, opts ...request.Option) (*StopQueryOutput, error)
- func (c *CloudWatchLogs) TagLogGroup(input *TagLogGroupInput) (*TagLogGroupOutput, error)
- func (c *CloudWatchLogs) TagLogGroupRequest(input *TagLogGroupInput) (req *request.Request, output *TagLogGroupOutput)
- func (c *CloudWatchLogs) TagLogGroupWithContext(ctx aws.Context, input *TagLogGroupInput, opts ...request.Option) (*TagLogGroupOutput, error)
- func (c *CloudWatchLogs) TestMetricFilter(input *TestMetricFilterInput) (*TestMetricFilterOutput, error)
- func (c *CloudWatchLogs) TestMetricFilterRequest(input *TestMetricFilterInput) (req *request.Request, output *TestMetricFilterOutput)
- func (c *CloudWatchLogs) TestMetricFilterWithContext(ctx aws.Context, input *TestMetricFilterInput, opts ...request.Option) (*TestMetricFilterOutput, error)
- func (c *CloudWatchLogs) UntagLogGroup(input *UntagLogGroupInput) (*UntagLogGroupOutput, error)
- func (c *CloudWatchLogs) UntagLogGroupRequest(input *UntagLogGroupInput) (req *request.Request, output *UntagLogGroupOutput)
- func (c *CloudWatchLogs) UntagLogGroupWithContext(ctx aws.Context, input *UntagLogGroupInput, opts ...request.Option) (*UntagLogGroupOutput, error)
- 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
- func (s CreateLogGroupInput) GoString() string
- func (s *CreateLogGroupInput) SetKmsKeyId(v string) *CreateLogGroupInput
- func (s *CreateLogGroupInput) SetLogGroupName(v string) *CreateLogGroupInput
- func (s *CreateLogGroupInput) SetTags(v map[string]*string) *CreateLogGroupInput
- func (s CreateLogGroupInput) String() string
- func (s *CreateLogGroupInput) Validate() error
- 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 DataAlreadyAcceptedException
- func (s *DataAlreadyAcceptedException) Code() string
- func (s *DataAlreadyAcceptedException) Error() string
- func (s DataAlreadyAcceptedException) GoString() string
- func (s *DataAlreadyAcceptedException) Message() string
- func (s *DataAlreadyAcceptedException) OrigErr() error
- func (s *DataAlreadyAcceptedException) RequestID() string
- func (s *DataAlreadyAcceptedException) StatusCode() int
- func (s DataAlreadyAcceptedException) String() string
- 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 DeleteQueryDefinitionInput
- type DeleteQueryDefinitionOutput
- type DeleteResourcePolicyInput
- type DeleteResourcePolicyOutput
- 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) SetMetricName(v string) *DescribeMetricFiltersInput
- func (s *DescribeMetricFiltersInput) SetMetricNamespace(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 DescribeQueriesInput
- func (s DescribeQueriesInput) GoString() string
- func (s *DescribeQueriesInput) SetLogGroupName(v string) *DescribeQueriesInput
- func (s *DescribeQueriesInput) SetMaxResults(v int64) *DescribeQueriesInput
- func (s *DescribeQueriesInput) SetNextToken(v string) *DescribeQueriesInput
- func (s *DescribeQueriesInput) SetStatus(v string) *DescribeQueriesInput
- func (s DescribeQueriesInput) String() string
- func (s *DescribeQueriesInput) Validate() error
- type DescribeQueriesOutput
- type DescribeQueryDefinitionsInput
- func (s DescribeQueryDefinitionsInput) GoString() string
- func (s *DescribeQueryDefinitionsInput) SetMaxResults(v int64) *DescribeQueryDefinitionsInput
- func (s *DescribeQueryDefinitionsInput) SetNextToken(v string) *DescribeQueryDefinitionsInput
- func (s *DescribeQueryDefinitionsInput) SetQueryDefinitionNamePrefix(v string) *DescribeQueryDefinitionsInput
- func (s DescribeQueryDefinitionsInput) String() string
- func (s *DescribeQueryDefinitionsInput) Validate() error
- type DescribeQueryDefinitionsOutput
- func (s DescribeQueryDefinitionsOutput) GoString() string
- func (s *DescribeQueryDefinitionsOutput) SetNextToken(v string) *DescribeQueryDefinitionsOutput
- func (s *DescribeQueryDefinitionsOutput) SetQueryDefinitions(v []*QueryDefinition) *DescribeQueryDefinitionsOutput
- func (s DescribeQueryDefinitionsOutput) String() string
- type DescribeResourcePoliciesInput
- func (s DescribeResourcePoliciesInput) GoString() string
- func (s *DescribeResourcePoliciesInput) SetLimit(v int64) *DescribeResourcePoliciesInput
- func (s *DescribeResourcePoliciesInput) SetNextToken(v string) *DescribeResourcePoliciesInput
- func (s DescribeResourcePoliciesInput) String() string
- func (s *DescribeResourcePoliciesInput) Validate() error
- type DescribeResourcePoliciesOutput
- func (s DescribeResourcePoliciesOutput) GoString() string
- func (s *DescribeResourcePoliciesOutput) SetNextToken(v string) *DescribeResourcePoliciesOutput
- func (s *DescribeResourcePoliciesOutput) SetResourcePolicies(v []*ResourcePolicy) *DescribeResourcePoliciesOutput
- func (s DescribeResourcePoliciesOutput) 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 DisassociateKmsKeyInput
- type DisassociateKmsKeyOutput
- 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) SetLogStreamNamePrefix(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 GetLogGroupFieldsInput
- func (s GetLogGroupFieldsInput) GoString() string
- func (s *GetLogGroupFieldsInput) SetLogGroupName(v string) *GetLogGroupFieldsInput
- func (s *GetLogGroupFieldsInput) SetTime(v int64) *GetLogGroupFieldsInput
- func (s GetLogGroupFieldsInput) String() string
- func (s *GetLogGroupFieldsInput) Validate() error
- type GetLogGroupFieldsOutput
- type GetLogRecordInput
- type GetLogRecordOutput
- type GetQueryResultsInput
- type GetQueryResultsOutput
- func (s GetQueryResultsOutput) GoString() string
- func (s *GetQueryResultsOutput) SetResults(v [][]*ResultField) *GetQueryResultsOutput
- func (s *GetQueryResultsOutput) SetStatistics(v *QueryStatistics) *GetQueryResultsOutput
- func (s *GetQueryResultsOutput) SetStatus(v string) *GetQueryResultsOutput
- func (s GetQueryResultsOutput) String() string
- type InputLogEvent
- type InvalidOperationException
- func (s *InvalidOperationException) Code() string
- func (s *InvalidOperationException) Error() string
- func (s InvalidOperationException) GoString() string
- func (s *InvalidOperationException) Message() string
- func (s *InvalidOperationException) OrigErr() error
- func (s *InvalidOperationException) RequestID() string
- func (s *InvalidOperationException) StatusCode() int
- func (s InvalidOperationException) String() string
- type InvalidParameterException
- func (s *InvalidParameterException) Code() string
- func (s *InvalidParameterException) Error() string
- func (s InvalidParameterException) GoString() string
- func (s *InvalidParameterException) Message() string
- func (s *InvalidParameterException) OrigErr() error
- func (s *InvalidParameterException) RequestID() string
- func (s *InvalidParameterException) StatusCode() int
- func (s InvalidParameterException) String() string
- type InvalidSequenceTokenException
- func (s *InvalidSequenceTokenException) Code() string
- func (s *InvalidSequenceTokenException) Error() string
- func (s InvalidSequenceTokenException) GoString() string
- func (s *InvalidSequenceTokenException) Message() string
- func (s *InvalidSequenceTokenException) OrigErr() error
- func (s *InvalidSequenceTokenException) RequestID() string
- func (s *InvalidSequenceTokenException) StatusCode() int
- func (s InvalidSequenceTokenException) String() string
- type LimitExceededException
- func (s *LimitExceededException) Code() string
- func (s *LimitExceededException) Error() string
- func (s LimitExceededException) GoString() string
- func (s *LimitExceededException) Message() string
- func (s *LimitExceededException) OrigErr() error
- func (s *LimitExceededException) RequestID() string
- func (s *LimitExceededException) StatusCode() int
- func (s LimitExceededException) String() string
- type ListTagsLogGroupInput
- type ListTagsLogGroupOutput
- type LogGroup
- func (s LogGroup) GoString() string
- func (s *LogGroup) SetArn(v string) *LogGroup
- func (s *LogGroup) SetCreationTime(v int64) *LogGroup
- func (s *LogGroup) SetKmsKeyId(v string) *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 LogGroupField
- 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 MalformedQueryException
- func (s *MalformedQueryException) Code() string
- func (s *MalformedQueryException) Error() string
- func (s MalformedQueryException) GoString() string
- func (s *MalformedQueryException) Message() string
- func (s *MalformedQueryException) OrigErr() error
- func (s *MalformedQueryException) RequestID() string
- func (s *MalformedQueryException) StatusCode() int
- func (s MalformedQueryException) 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) SetLogGroupName(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) SetDimensions(v map[string]*string) *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) SetUnit(v string) *MetricTransformation
- func (s MetricTransformation) String() string
- func (s *MetricTransformation) Validate() error
- type OperationAbortedException
- func (s *OperationAbortedException) Code() string
- func (s *OperationAbortedException) Error() string
- func (s OperationAbortedException) GoString() string
- func (s *OperationAbortedException) Message() string
- func (s *OperationAbortedException) OrigErr() error
- func (s *OperationAbortedException) RequestID() string
- func (s *OperationAbortedException) StatusCode() int
- func (s OperationAbortedException) String() string
- 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) SetForceUpdate(v bool) *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 PutQueryDefinitionInput
- func (s PutQueryDefinitionInput) GoString() string
- func (s *PutQueryDefinitionInput) SetLogGroupNames(v []*string) *PutQueryDefinitionInput
- func (s *PutQueryDefinitionInput) SetName(v string) *PutQueryDefinitionInput
- func (s *PutQueryDefinitionInput) SetQueryDefinitionId(v string) *PutQueryDefinitionInput
- func (s *PutQueryDefinitionInput) SetQueryString(v string) *PutQueryDefinitionInput
- func (s PutQueryDefinitionInput) String() string
- func (s *PutQueryDefinitionInput) Validate() error
- type PutQueryDefinitionOutput
- type PutResourcePolicyInput
- func (s PutResourcePolicyInput) GoString() string
- func (s *PutResourcePolicyInput) SetPolicyDocument(v string) *PutResourcePolicyInput
- func (s *PutResourcePolicyInput) SetPolicyName(v string) *PutResourcePolicyInput
- func (s PutResourcePolicyInput) String() string
- func (s *PutResourcePolicyInput) Validate() error
- type PutResourcePolicyOutput
- 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) SetDistribution(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 QueryCompileError
- type QueryCompileErrorLocation
- type QueryDefinition
- func (s QueryDefinition) GoString() string
- func (s *QueryDefinition) SetLastModified(v int64) *QueryDefinition
- func (s *QueryDefinition) SetLogGroupNames(v []*string) *QueryDefinition
- func (s *QueryDefinition) SetName(v string) *QueryDefinition
- func (s *QueryDefinition) SetQueryDefinitionId(v string) *QueryDefinition
- func (s *QueryDefinition) SetQueryString(v string) *QueryDefinition
- func (s QueryDefinition) String() string
- type QueryInfo
- func (s QueryInfo) GoString() string
- func (s *QueryInfo) SetCreateTime(v int64) *QueryInfo
- func (s *QueryInfo) SetLogGroupName(v string) *QueryInfo
- func (s *QueryInfo) SetQueryId(v string) *QueryInfo
- func (s *QueryInfo) SetQueryString(v string) *QueryInfo
- func (s *QueryInfo) SetStatus(v string) *QueryInfo
- func (s QueryInfo) String() string
- type QueryStatistics
- 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 ResourceAlreadyExistsException
- func (s *ResourceAlreadyExistsException) Code() string
- func (s *ResourceAlreadyExistsException) Error() string
- func (s ResourceAlreadyExistsException) GoString() string
- func (s *ResourceAlreadyExistsException) Message() string
- func (s *ResourceAlreadyExistsException) OrigErr() error
- func (s *ResourceAlreadyExistsException) RequestID() string
- func (s *ResourceAlreadyExistsException) StatusCode() int
- func (s ResourceAlreadyExistsException) String() string
- type ResourceNotFoundException
- func (s *ResourceNotFoundException) Code() string
- func (s *ResourceNotFoundException) Error() string
- func (s ResourceNotFoundException) GoString() string
- func (s *ResourceNotFoundException) Message() string
- func (s *ResourceNotFoundException) OrigErr() error
- func (s *ResourceNotFoundException) RequestID() string
- func (s *ResourceNotFoundException) StatusCode() int
- func (s ResourceNotFoundException) String() string
- type ResourcePolicy
- type ResultField
- type SearchedLogStream
- type ServiceUnavailableException
- func (s *ServiceUnavailableException) Code() string
- func (s *ServiceUnavailableException) Error() string
- func (s ServiceUnavailableException) GoString() string
- func (s *ServiceUnavailableException) Message() string
- func (s *ServiceUnavailableException) OrigErr() error
- func (s *ServiceUnavailableException) RequestID() string
- func (s *ServiceUnavailableException) StatusCode() int
- func (s ServiceUnavailableException) String() string
- type StartQueryInput
- func (s StartQueryInput) GoString() string
- func (s *StartQueryInput) SetEndTime(v int64) *StartQueryInput
- func (s *StartQueryInput) SetLimit(v int64) *StartQueryInput
- func (s *StartQueryInput) SetLogGroupName(v string) *StartQueryInput
- func (s *StartQueryInput) SetLogGroupNames(v []*string) *StartQueryInput
- func (s *StartQueryInput) SetQueryString(v string) *StartQueryInput
- func (s *StartQueryInput) SetStartTime(v int64) *StartQueryInput
- func (s StartQueryInput) String() string
- func (s *StartQueryInput) Validate() error
- type StartQueryOutput
- type StopQueryInput
- type StopQueryOutput
- type SubscriptionFilter
- func (s SubscriptionFilter) GoString() string
- func (s *SubscriptionFilter) SetCreationTime(v int64) *SubscriptionFilter
- func (s *SubscriptionFilter) SetDestinationArn(v string) *SubscriptionFilter
- func (s *SubscriptionFilter) SetDistribution(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 TagLogGroupInput
- type TagLogGroupOutput
- 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
- type UnrecognizedClientException
- func (s *UnrecognizedClientException) Code() string
- func (s *UnrecognizedClientException) Error() string
- func (s UnrecognizedClientException) GoString() string
- func (s *UnrecognizedClientException) Message() string
- func (s *UnrecognizedClientException) OrigErr() error
- func (s *UnrecognizedClientException) RequestID() string
- func (s *UnrecognizedClientException) StatusCode() int
- func (s UnrecognizedClientException) String() string
- type UntagLogGroupInput
- type UntagLogGroupOutput
Constants ¶
const ( // DistributionRandom is a Distribution enum value DistributionRandom = "Random" // DistributionByLogStream is a Distribution enum value DistributionByLogStream = "ByLogStream" )
The method used to distribute log data to the destination, which can be either random or grouped by log stream.
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 ( // QueryStatusScheduled is a QueryStatus enum value QueryStatusScheduled = "Scheduled" // QueryStatusRunning is a QueryStatus enum value QueryStatusRunning = "Running" // QueryStatusComplete is a QueryStatus enum value QueryStatusComplete = "Complete" // QueryStatusFailed is a QueryStatus enum value QueryStatusFailed = "Failed" // QueryStatusCancelled is a QueryStatus enum value QueryStatusCancelled = "Cancelled" // QueryStatusTimeout is a QueryStatus enum value QueryStatusTimeout = "Timeout" // QueryStatusUnknown is a QueryStatus enum value QueryStatusUnknown = "Unknown" )
const ( // StandardUnitSeconds is a StandardUnit enum value StandardUnitSeconds = "Seconds" // StandardUnitMicroseconds is a StandardUnit enum value StandardUnitMicroseconds = "Microseconds" // StandardUnitMilliseconds is a StandardUnit enum value StandardUnitMilliseconds = "Milliseconds" // StandardUnitBytes is a StandardUnit enum value StandardUnitBytes = "Bytes" // StandardUnitKilobytes is a StandardUnit enum value StandardUnitKilobytes = "Kilobytes" // StandardUnitMegabytes is a StandardUnit enum value StandardUnitMegabytes = "Megabytes" // StandardUnitGigabytes is a StandardUnit enum value StandardUnitGigabytes = "Gigabytes" // StandardUnitTerabytes is a StandardUnit enum value StandardUnitTerabytes = "Terabytes" // StandardUnitBits is a StandardUnit enum value StandardUnitBits = "Bits" // StandardUnitKilobits is a StandardUnit enum value StandardUnitKilobits = "Kilobits" // StandardUnitMegabits is a StandardUnit enum value StandardUnitMegabits = "Megabits" // StandardUnitGigabits is a StandardUnit enum value StandardUnitGigabits = "Gigabits" // StandardUnitTerabits is a StandardUnit enum value StandardUnitTerabits = "Terabits" // StandardUnitPercent is a StandardUnit enum value StandardUnitPercent = "Percent" // StandardUnitCount is a StandardUnit enum value StandardUnitCount = "Count" // StandardUnitBytesSecond is a StandardUnit enum value StandardUnitBytesSecond = "Bytes/Second" // StandardUnitKilobytesSecond is a StandardUnit enum value StandardUnitKilobytesSecond = "Kilobytes/Second" // StandardUnitMegabytesSecond is a StandardUnit enum value StandardUnitMegabytesSecond = "Megabytes/Second" // StandardUnitGigabytesSecond is a StandardUnit enum value StandardUnitGigabytesSecond = "Gigabytes/Second" // StandardUnitTerabytesSecond is a StandardUnit enum value StandardUnitTerabytesSecond = "Terabytes/Second" // StandardUnitBitsSecond is a StandardUnit enum value StandardUnitBitsSecond = "Bits/Second" // StandardUnitKilobitsSecond is a StandardUnit enum value StandardUnitKilobitsSecond = "Kilobits/Second" // StandardUnitMegabitsSecond is a StandardUnit enum value StandardUnitMegabitsSecond = "Megabits/Second" // StandardUnitGigabitsSecond is a StandardUnit enum value StandardUnitGigabitsSecond = "Gigabits/Second" // StandardUnitTerabitsSecond is a StandardUnit enum value StandardUnitTerabitsSecond = "Terabits/Second" // StandardUnitCountSecond is a StandardUnit enum value StandardUnitCountSecond = "Count/Second" // StandardUnitNone is a StandardUnit enum value StandardUnitNone = "None" )
const ( // ErrCodeDataAlreadyAcceptedException for service response error code // "DataAlreadyAcceptedException". // // The event was already logged. ErrCodeDataAlreadyAcceptedException = "DataAlreadyAcceptedException" // ErrCodeInvalidOperationException for service response error code // "InvalidOperationException". // // The operation is not valid on the specified resource. ErrCodeInvalidOperationException = "InvalidOperationException" // ErrCodeInvalidParameterException for service response error code // "InvalidParameterException". // // A parameter is specified incorrectly. ErrCodeInvalidParameterException = "InvalidParameterException" // ErrCodeInvalidSequenceTokenException for service response error code // "InvalidSequenceTokenException". // // The sequence token is not valid. You can get the correct sequence token in // the expectedSequenceToken field in the InvalidSequenceTokenException message. ErrCodeInvalidSequenceTokenException = "InvalidSequenceTokenException" // ErrCodeLimitExceededException for service response error code // "LimitExceededException". // // You have reached the maximum number of resources that can be created. ErrCodeLimitExceededException = "LimitExceededException" // ErrCodeMalformedQueryException for service response error code // "MalformedQueryException". // // The query string is not valid. Details about this error are displayed in // a QueryCompileError object. For more information, see QueryCompileError (https://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_QueryCompileError.html). // // For more information about valid query syntax, see CloudWatch Logs Insights // Query Syntax (https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CWL_QuerySyntax.html). ErrCodeMalformedQueryException = "MalformedQueryException" // ErrCodeOperationAbortedException for service response error code // "OperationAbortedException". // // Multiple concurrent requests to update the same resource were in conflict. ErrCodeOperationAbortedException = "OperationAbortedException" // ErrCodeResourceAlreadyExistsException for service response error code // "ResourceAlreadyExistsException". // // The specified resource already exists. ErrCodeResourceAlreadyExistsException = "ResourceAlreadyExistsException" // ErrCodeResourceNotFoundException for service response error code // "ResourceNotFoundException". // // The specified resource does not exist. ErrCodeResourceNotFoundException = "ResourceNotFoundException" // "ServiceUnavailableException". // // The service cannot complete the request. ErrCodeServiceUnavailableException = "ServiceUnavailableException" // ErrCodeUnrecognizedClientException for service response error code // "UnrecognizedClientException". // // The most likely cause is an invalid Amazon Web Services access key ID or // secret key. ErrCodeUnrecognizedClientException = "UnrecognizedClientException" )
const ( ServiceName = "logs" // Name of service. EndpointsID = ServiceName // ID to lookup a service endpoint with. ServiceID = "CloudWatch Logs" // ServiceID is a unique identifier of a specific service. )
Service information constants
Variables ¶
This section is empty.
Functions ¶
func Distribution_Values ¶ added in v1.34.3
func Distribution_Values() []string
Distribution_Values returns all elements of the Distribution enum
func ExportTaskStatusCode_Values ¶ added in v1.34.3
func ExportTaskStatusCode_Values() []string
ExportTaskStatusCode_Values returns all elements of the ExportTaskStatusCode enum
func OrderBy_Values ¶ added in v1.34.3
func OrderBy_Values() []string
OrderBy_Values returns all elements of the OrderBy enum
func QueryStatus_Values ¶ added in v1.34.3
func QueryStatus_Values() []string
QueryStatus_Values returns all elements of the QueryStatus enum
func StandardUnit_Values ¶ added in v1.38.46
func StandardUnit_Values() []string
StandardUnit_Values returns all elements of the StandardUnit enum
Types ¶
type AssociateKmsKeyInput ¶ added in v1.10.50
type AssociateKmsKeyInput struct { // The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. // This must be a symmetric CMK. For more information, see Amazon Resource Names // - Key Management Service (https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html#arn-syntax-kms) // and Using Symmetric and Asymmetric Keys (https://docs.aws.amazon.com/kms/latest/developerguide/symmetric-asymmetric.html). // // KmsKeyId is a required field KmsKeyId *string `locationName:"kmsKeyId" type:"string" required:"true"` // The name of the log group. // // LogGroupName is a required field LogGroupName *string `locationName:"logGroupName" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (AssociateKmsKeyInput) GoString ¶ added in v1.10.50
func (s AssociateKmsKeyInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AssociateKmsKeyInput) SetKmsKeyId ¶ added in v1.10.50
func (s *AssociateKmsKeyInput) SetKmsKeyId(v string) *AssociateKmsKeyInput
SetKmsKeyId sets the KmsKeyId field's value.
func (*AssociateKmsKeyInput) SetLogGroupName ¶ added in v1.10.50
func (s *AssociateKmsKeyInput) SetLogGroupName(v string) *AssociateKmsKeyInput
SetLogGroupName sets the LogGroupName field's value.
func (AssociateKmsKeyInput) String ¶ added in v1.10.50
func (s AssociateKmsKeyInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AssociateKmsKeyInput) Validate ¶ added in v1.10.50
func (s *AssociateKmsKeyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AssociateKmsKeyOutput ¶ added in v1.10.50
type AssociateKmsKeyOutput struct {
// contains filtered or unexported fields
}
func (AssociateKmsKeyOutput) GoString ¶ added in v1.10.50
func (s AssociateKmsKeyOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (AssociateKmsKeyOutput) String ¶ added in v1.10.50
func (s AssociateKmsKeyOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CancelExportTaskInput ¶ added in v0.9.9
type CancelExportTaskInput struct { // The ID of the export task. // // 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.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
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.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
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.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (CancelExportTaskOutput) String ¶ added in v0.9.9
func (s CancelExportTaskOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CloudWatchLogs ¶
CloudWatchLogs provides the API operation methods for making requests to Amazon CloudWatch Logs. See this package's package overview docs for details on the service.
CloudWatchLogs methods are safe to use concurrently. It is not safe to modify mutate any of the struct'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:
mySession := session.Must(session.NewSession()) // 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) AssociateKmsKey ¶ added in v1.10.50
func (c *CloudWatchLogs) AssociateKmsKey(input *AssociateKmsKeyInput) (*AssociateKmsKeyOutput, error)
AssociateKmsKey API operation for Amazon CloudWatch Logs.
Associates the specified Key Management Service customer master key (CMK) with the specified log group.
Associating an KMS CMK with a log group overrides any existing associations between the log group and a CMK. After a CMK is associated with a log group, all newly ingested data for the log group is encrypted using the CMK. This association is stored as long as the data encrypted with the CMK is still within CloudWatch Logs. This enables CloudWatch Logs to decrypt this data whenever it is requested.
CloudWatch Logs supports only symmetric CMKs. Do not use an associate an asymmetric CMK with your log group. For more information, see Using Symmetric and Asymmetric Keys (https://docs.aws.amazon.com/kms/latest/developerguide/symmetric-asymmetric.html).
It can take up to 5 minutes for this operation to take effect.
If you attempt to associate a CMK with a log group but the CMK does not exist or the CMK is disabled, you receive an InvalidParameterException error.
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 AssociateKmsKey for usage and error information.
Returned Error Types:
InvalidParameterException A parameter is specified incorrectly.
ResourceNotFoundException The specified resource does not exist.
OperationAbortedException Multiple concurrent requests to update the same resource were in conflict.
ServiceUnavailableException The service cannot complete the request.
See also, https://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/AssociateKmsKey
func (*CloudWatchLogs) AssociateKmsKeyRequest ¶ added in v1.10.50
func (c *CloudWatchLogs) AssociateKmsKeyRequest(input *AssociateKmsKeyInput) (req *request.Request, output *AssociateKmsKeyOutput)
AssociateKmsKeyRequest generates a "aws/request.Request" representing the client's request for the AssociateKmsKey operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See AssociateKmsKey for more information on using the AssociateKmsKey API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the AssociateKmsKeyRequest method. req, resp := client.AssociateKmsKeyRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/AssociateKmsKey
func (*CloudWatchLogs) AssociateKmsKeyWithContext ¶ added in v1.10.50
func (c *CloudWatchLogs) AssociateKmsKeyWithContext(ctx aws.Context, input *AssociateKmsKeyInput, opts ...request.Option) (*AssociateKmsKeyOutput, error)
AssociateKmsKeyWithContext is the same as AssociateKmsKey with the addition of the ability to pass a context and additional request options.
See AssociateKmsKey for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CloudWatchLogs) CancelExportTask ¶ added in v0.9.9
func (c *CloudWatchLogs) CancelExportTask(input *CancelExportTaskInput) (*CancelExportTaskOutput, error)
CancelExportTask API operation for Amazon CloudWatch Logs.
Cancels the specified export task.
The task must be in the 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 Types:
InvalidParameterException A parameter is specified incorrectly.
ResourceNotFoundException The specified resource does not exist.
InvalidOperationException The operation is not valid on the specified resource.
ServiceUnavailableException The service cannot complete the request.
See also, https://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/CancelExportTask
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 will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CancelExportTask for more information on using the CancelExportTask API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// 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) }
See also, https://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/CancelExportTask
func (*CloudWatchLogs) CancelExportTaskWithContext ¶ added in v1.8.0
func (c *CloudWatchLogs) CancelExportTaskWithContext(ctx aws.Context, input *CancelExportTaskInput, opts ...request.Option) (*CancelExportTaskOutput, error)
CancelExportTaskWithContext is the same as CancelExportTask with the addition of the ability to pass a context and additional request options.
See CancelExportTask for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
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 export task, which allows you to efficiently export data from a log group to an Amazon S3 bucket. When you perform a CreateExportTask operation, you must use credentials that have permission to write to the S3 bucket that you specify as the destination.
Exporting log data to Amazon S3 buckets that are encrypted by KMS is not supported. Exporting log data to Amazon S3 buckets that have S3 Object Lock enabled with a retention period is not supported.
Exporting to S3 buckets that are encrypted with AES-256 is supported.
This is an asynchronous call. If all the required information is provided, this operation initiates an export task and responds with the ID of the task. After the task has started, you can use DescribeExportTasks (https://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_DescribeExportTasks.html) to get the status of the export task. Each account can only have one active (RUNNING or PENDING) export task at a time. To cancel an export task, use CancelExportTask (https://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_CancelExportTask.html).
You can export logs from multiple log groups or multiple time ranges to the same S3 bucket. To separate out log data for each export task, you can specify a prefix to be used as the Amazon S3 key prefix for all exported objects.
Time-based sorting on chunks of log data inside an exported file is not guaranteed. You can sort the exported log fild data by using Linux utilities.
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 Types:
InvalidParameterException A parameter is specified incorrectly.
LimitExceededException You have reached the maximum number of resources that can be created.
OperationAbortedException Multiple concurrent requests to update the same resource were in conflict.
ServiceUnavailableException The service cannot complete the request.
ResourceNotFoundException The specified resource does not exist.
ResourceAlreadyExistsException The specified resource already exists.
See also, https://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/CreateExportTask
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 will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CreateExportTask for more information on using the CreateExportTask API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// 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) }
See also, https://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/CreateExportTask
func (*CloudWatchLogs) CreateExportTaskWithContext ¶ added in v1.8.0
func (c *CloudWatchLogs) CreateExportTaskWithContext(ctx aws.Context, input *CreateExportTaskInput, opts ...request.Option) (*CreateExportTaskOutput, error)
CreateExportTaskWithContext is the same as CreateExportTask with the addition of the ability to pass a context and additional request options.
See CreateExportTask for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CloudWatchLogs) CreateLogGroup ¶
func (c *CloudWatchLogs) CreateLogGroup(input *CreateLogGroupInput) (*CreateLogGroupOutput, error)
CreateLogGroup API operation for Amazon CloudWatch Logs.
Creates a log group with the specified name. You can create up to 20,000 log groups per account.
You must use the following guidelines when naming a log group:
Log group names must be unique within a region for an Amazon Web Services account.
Log group names can be between 1 and 512 characters long.
Log group names consist of the following characters: a-z, A-Z, 0-9, '_' (underscore), '-' (hyphen), '/' (forward slash), '.' (period), and '#' (number sign)
When you create a log group, by default the log events in the log group never expire. To set a retention policy so that events expire and are deleted after a specified time, use PutRetentionPolicy (https://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_PutRetentionPolicy.html).
If you associate a Key Management Service customer master key (CMK) with the log group, ingested data is encrypted using the CMK. This association is stored as long as the data encrypted with the CMK is still within CloudWatch Logs. This enables CloudWatch Logs to decrypt this data whenever it is requested.
If you attempt to associate a CMK with the log group but the CMK does not exist or the CMK is disabled, you receive an InvalidParameterException error.
CloudWatch Logs supports only symmetric CMKs. Do not associate an asymmetric CMK with your log group. For more information, see Using Symmetric and Asymmetric Keys (https://docs.aws.amazon.com/kms/latest/developerguide/symmetric-asymmetric.html).
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 Types:
InvalidParameterException A parameter is specified incorrectly.
ResourceAlreadyExistsException The specified resource already exists.
LimitExceededException You have reached the maximum number of resources that can be created.
OperationAbortedException Multiple concurrent requests to update the same resource were in conflict.
ServiceUnavailableException The service cannot complete the request.
See also, https://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/CreateLogGroup
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 will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CreateLogGroup for more information on using the CreateLogGroup API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// 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) }
See also, https://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/CreateLogGroup
func (*CloudWatchLogs) CreateLogGroupWithContext ¶ added in v1.8.0
func (c *CloudWatchLogs) CreateLogGroupWithContext(ctx aws.Context, input *CreateLogGroupInput, opts ...request.Option) (*CreateLogGroupOutput, error)
CreateLogGroupWithContext is the same as CreateLogGroup with the addition of the ability to pass a context and additional request options.
See CreateLogGroup for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CloudWatchLogs) CreateLogStream ¶
func (c *CloudWatchLogs) CreateLogStream(input *CreateLogStreamInput) (*CreateLogStreamOutput, error)
CreateLogStream API operation for Amazon CloudWatch Logs.
Creates a log stream for the specified log group. A log stream is a sequence of log events that originate from a single source, such as an application instance or a resource that is being monitored.
There is no limit on the number of log streams that you can create for a log group. There is a limit of 50 TPS on CreateLogStream operations, after which transactions are throttled.
You must use the following guidelines when naming a log stream:
Log stream names must be unique within the log group.
Log stream names can be between 1 and 512 characters long.
The ':' (colon) and '*' (asterisk) characters are 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 Types:
InvalidParameterException A parameter is specified incorrectly.
ResourceAlreadyExistsException The specified resource already exists.
ResourceNotFoundException The specified resource does not exist.
ServiceUnavailableException The service cannot complete the request.
See also, https://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/CreateLogStream
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 will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CreateLogStream for more information on using the CreateLogStream API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// 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) }
See also, https://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/CreateLogStream
func (*CloudWatchLogs) CreateLogStreamWithContext ¶ added in v1.8.0
func (c *CloudWatchLogs) CreateLogStreamWithContext(ctx aws.Context, input *CreateLogStreamInput, opts ...request.Option) (*CreateLogStreamOutput, error)
CreateLogStreamWithContext is the same as CreateLogStream with the addition of the ability to pass a context and additional request options.
See CreateLogStream for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
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 specified destination, and eventually disables all the subscription filters that publish to it. This operation does 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 Types:
InvalidParameterException A parameter is specified incorrectly.
ResourceNotFoundException The specified resource does not exist.
OperationAbortedException Multiple concurrent requests to update the same resource were in conflict.
ServiceUnavailableException The service cannot complete the request.
See also, https://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/DeleteDestination
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 will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteDestination for more information on using the DeleteDestination API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// 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) }
See also, https://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/DeleteDestination
func (*CloudWatchLogs) DeleteDestinationWithContext ¶ added in v1.8.0
func (c *CloudWatchLogs) DeleteDestinationWithContext(ctx aws.Context, input *DeleteDestinationInput, opts ...request.Option) (*DeleteDestinationOutput, error)
DeleteDestinationWithContext is the same as DeleteDestination with the addition of the ability to pass a context and additional request options.
See DeleteDestination for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CloudWatchLogs) DeleteLogGroup ¶
func (c *CloudWatchLogs) DeleteLogGroup(input *DeleteLogGroupInput) (*DeleteLogGroupOutput, error)
DeleteLogGroup API operation for Amazon CloudWatch Logs.
Deletes the specified log group and permanently deletes all the archived log events associated with the 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 DeleteLogGroup for usage and error information.
Returned Error Types:
InvalidParameterException A parameter is specified incorrectly.
ResourceNotFoundException The specified resource does not exist.
OperationAbortedException Multiple concurrent requests to update the same resource were in conflict.
ServiceUnavailableException The service cannot complete the request.
See also, https://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/DeleteLogGroup
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 will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteLogGroup for more information on using the DeleteLogGroup API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// 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) }
See also, https://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/DeleteLogGroup
func (*CloudWatchLogs) DeleteLogGroupWithContext ¶ added in v1.8.0
func (c *CloudWatchLogs) DeleteLogGroupWithContext(ctx aws.Context, input *DeleteLogGroupInput, opts ...request.Option) (*DeleteLogGroupOutput, error)
DeleteLogGroupWithContext is the same as DeleteLogGroup with the addition of the ability to pass a context and additional request options.
See DeleteLogGroup for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CloudWatchLogs) DeleteLogStream ¶
func (c *CloudWatchLogs) DeleteLogStream(input *DeleteLogStreamInput) (*DeleteLogStreamOutput, error)
DeleteLogStream API operation for Amazon CloudWatch Logs.
Deletes the specified log stream and permanently deletes all the archived log events associated with the log stream.
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 Types:
InvalidParameterException A parameter is specified incorrectly.
ResourceNotFoundException The specified resource does not exist.
OperationAbortedException Multiple concurrent requests to update the same resource were in conflict.
ServiceUnavailableException The service cannot complete the request.
See also, https://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/DeleteLogStream
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 will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteLogStream for more information on using the DeleteLogStream API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// 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) }
See also, https://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/DeleteLogStream
func (*CloudWatchLogs) DeleteLogStreamWithContext ¶ added in v1.8.0
func (c *CloudWatchLogs) DeleteLogStreamWithContext(ctx aws.Context, input *DeleteLogStreamInput, opts ...request.Option) (*DeleteLogStreamOutput, error)
DeleteLogStreamWithContext is the same as DeleteLogStream with the addition of the ability to pass a context and additional request options.
See DeleteLogStream for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CloudWatchLogs) DeleteMetricFilter ¶
func (c *CloudWatchLogs) DeleteMetricFilter(input *DeleteMetricFilterInput) (*DeleteMetricFilterOutput, error)
DeleteMetricFilter API operation for Amazon CloudWatch Logs.
Deletes the specified metric filter.
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 Types:
InvalidParameterException A parameter is specified incorrectly.
ResourceNotFoundException The specified resource does not exist.
OperationAbortedException Multiple concurrent requests to update the same resource were in conflict.
ServiceUnavailableException The service cannot complete the request.
See also, https://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/DeleteMetricFilter
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 will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteMetricFilter for more information on using the DeleteMetricFilter API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// 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) }
See also, https://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/DeleteMetricFilter
func (*CloudWatchLogs) DeleteMetricFilterWithContext ¶ added in v1.8.0
func (c *CloudWatchLogs) DeleteMetricFilterWithContext(ctx aws.Context, input *DeleteMetricFilterInput, opts ...request.Option) (*DeleteMetricFilterOutput, error)
DeleteMetricFilterWithContext is the same as DeleteMetricFilter with the addition of the ability to pass a context and additional request options.
See DeleteMetricFilter for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CloudWatchLogs) DeleteQueryDefinition ¶ added in v1.30.23
func (c *CloudWatchLogs) DeleteQueryDefinition(input *DeleteQueryDefinitionInput) (*DeleteQueryDefinitionOutput, error)
DeleteQueryDefinition API operation for Amazon CloudWatch Logs.
Deletes a saved CloudWatch Logs Insights query definition. A query definition contains details about a saved CloudWatch Logs Insights query.
Each DeleteQueryDefinition operation can delete one query definition.
You must have the logs:DeleteQueryDefinition permission to be able to perform this operation.
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 DeleteQueryDefinition for usage and error information.
Returned Error Types:
InvalidParameterException A parameter is specified incorrectly.
ResourceNotFoundException The specified resource does not exist.
ServiceUnavailableException The service cannot complete the request.
See also, https://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/DeleteQueryDefinition
func (*CloudWatchLogs) DeleteQueryDefinitionRequest ¶ added in v1.30.23
func (c *CloudWatchLogs) DeleteQueryDefinitionRequest(input *DeleteQueryDefinitionInput) (req *request.Request, output *DeleteQueryDefinitionOutput)
DeleteQueryDefinitionRequest generates a "aws/request.Request" representing the client's request for the DeleteQueryDefinition operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteQueryDefinition for more information on using the DeleteQueryDefinition API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteQueryDefinitionRequest method. req, resp := client.DeleteQueryDefinitionRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/DeleteQueryDefinition
func (*CloudWatchLogs) DeleteQueryDefinitionWithContext ¶ added in v1.30.23
func (c *CloudWatchLogs) DeleteQueryDefinitionWithContext(ctx aws.Context, input *DeleteQueryDefinitionInput, opts ...request.Option) (*DeleteQueryDefinitionOutput, error)
DeleteQueryDefinitionWithContext is the same as DeleteQueryDefinition with the addition of the ability to pass a context and additional request options.
See DeleteQueryDefinition for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CloudWatchLogs) DeleteResourcePolicy ¶ added in v1.10.41
func (c *CloudWatchLogs) DeleteResourcePolicy(input *DeleteResourcePolicyInput) (*DeleteResourcePolicyOutput, error)
DeleteResourcePolicy API operation for Amazon CloudWatch Logs.
Deletes a resource policy from this account. This revokes the access of the identities in that policy to put log events to this account.
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 DeleteResourcePolicy for usage and error information.
Returned Error Types:
InvalidParameterException A parameter is specified incorrectly.
ResourceNotFoundException The specified resource does not exist.
ServiceUnavailableException The service cannot complete the request.
See also, https://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/DeleteResourcePolicy
func (*CloudWatchLogs) DeleteResourcePolicyRequest ¶ added in v1.10.41
func (c *CloudWatchLogs) DeleteResourcePolicyRequest(input *DeleteResourcePolicyInput) (req *request.Request, output *DeleteResourcePolicyOutput)
DeleteResourcePolicyRequest generates a "aws/request.Request" representing the client's request for the DeleteResourcePolicy operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteResourcePolicy for more information on using the DeleteResourcePolicy API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteResourcePolicyRequest method. req, resp := client.DeleteResourcePolicyRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/DeleteResourcePolicy
func (*CloudWatchLogs) DeleteResourcePolicyWithContext ¶ added in v1.10.41
func (c *CloudWatchLogs) DeleteResourcePolicyWithContext(ctx aws.Context, input *DeleteResourcePolicyInput, opts ...request.Option) (*DeleteResourcePolicyOutput, error)
DeleteResourcePolicyWithContext is the same as DeleteResourcePolicy with the addition of the ability to pass a context and additional request options.
See DeleteResourcePolicy for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CloudWatchLogs) DeleteRetentionPolicy ¶
func (c *CloudWatchLogs) DeleteRetentionPolicy(input *DeleteRetentionPolicyInput) (*DeleteRetentionPolicyOutput, error)
DeleteRetentionPolicy API operation for Amazon CloudWatch Logs.
Deletes the specified retention policy.
Log events do 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 Types:
InvalidParameterException A parameter is specified incorrectly.
ResourceNotFoundException The specified resource does not exist.
OperationAbortedException Multiple concurrent requests to update the same resource were in conflict.
ServiceUnavailableException The service cannot complete the request.
See also, https://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/DeleteRetentionPolicy
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 will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteRetentionPolicy for more information on using the DeleteRetentionPolicy API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// 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) }
See also, https://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/DeleteRetentionPolicy
func (*CloudWatchLogs) DeleteRetentionPolicyWithContext ¶ added in v1.8.0
func (c *CloudWatchLogs) DeleteRetentionPolicyWithContext(ctx aws.Context, input *DeleteRetentionPolicyInput, opts ...request.Option) (*DeleteRetentionPolicyOutput, error)
DeleteRetentionPolicyWithContext is the same as DeleteRetentionPolicy with the addition of the ability to pass a context and additional request options.
See DeleteRetentionPolicy for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CloudWatchLogs) DeleteSubscriptionFilter ¶ added in v0.6.1
func (c *CloudWatchLogs) DeleteSubscriptionFilter(input *DeleteSubscriptionFilterInput) (*DeleteSubscriptionFilterOutput, error)
DeleteSubscriptionFilter API operation for Amazon CloudWatch Logs.
Deletes the specified subscription filter.
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 Types:
InvalidParameterException A parameter is specified incorrectly.
ResourceNotFoundException The specified resource does not exist.
OperationAbortedException Multiple concurrent requests to update the same resource were in conflict.
ServiceUnavailableException The service cannot complete the request.
See also, https://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/DeleteSubscriptionFilter
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 will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteSubscriptionFilter for more information on using the DeleteSubscriptionFilter API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// 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) }
See also, https://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/DeleteSubscriptionFilter
func (*CloudWatchLogs) DeleteSubscriptionFilterWithContext ¶ added in v1.8.0
func (c *CloudWatchLogs) DeleteSubscriptionFilterWithContext(ctx aws.Context, input *DeleteSubscriptionFilterInput, opts ...request.Option) (*DeleteSubscriptionFilterOutput, error)
DeleteSubscriptionFilterWithContext is the same as DeleteSubscriptionFilter with the addition of the ability to pass a context and additional request options.
See DeleteSubscriptionFilter for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CloudWatchLogs) DescribeDestinations ¶ added in v0.7.1
func (c *CloudWatchLogs) DescribeDestinations(input *DescribeDestinationsInput) (*DescribeDestinationsOutput, error)
DescribeDestinations API operation for Amazon CloudWatch Logs.
Lists all your destinations. The results are ASCII-sorted by destination name.
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 Types:
InvalidParameterException A parameter is specified incorrectly.
ServiceUnavailableException The service cannot complete the request.
See also, https://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/DescribeDestinations
func (*CloudWatchLogs) DescribeDestinationsPages ¶ added in v0.9.5
func (c *CloudWatchLogs) DescribeDestinationsPages(input *DescribeDestinationsInput, fn func(*DescribeDestinationsOutput, bool) 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 *cloudwatchlogs.DescribeDestinationsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*CloudWatchLogs) DescribeDestinationsPagesWithContext ¶ added in v1.8.0
func (c *CloudWatchLogs) DescribeDestinationsPagesWithContext(ctx aws.Context, input *DescribeDestinationsInput, fn func(*DescribeDestinationsOutput, bool) bool, opts ...request.Option) error
DescribeDestinationsPagesWithContext same as DescribeDestinationsPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
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 will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeDestinations for more information on using the DescribeDestinations API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// 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) }
See also, https://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/DescribeDestinations
func (*CloudWatchLogs) DescribeDestinationsWithContext ¶ added in v1.8.0
func (c *CloudWatchLogs) DescribeDestinationsWithContext(ctx aws.Context, input *DescribeDestinationsInput, opts ...request.Option) (*DescribeDestinationsOutput, error)
DescribeDestinationsWithContext is the same as DescribeDestinations with the addition of the ability to pass a context and additional request options.
See DescribeDestinations for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CloudWatchLogs) DescribeExportTasks ¶ added in v0.9.9
func (c *CloudWatchLogs) DescribeExportTasks(input *DescribeExportTasksInput) (*DescribeExportTasksOutput, error)
DescribeExportTasks API operation for Amazon CloudWatch Logs.
Lists the specified export tasks. You can list all your export tasks or filter the results based on task ID or task status.
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 Types:
InvalidParameterException A parameter is specified incorrectly.
ServiceUnavailableException The service cannot complete the request.
See also, https://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/DescribeExportTasks
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 will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeExportTasks for more information on using the DescribeExportTasks API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// 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) }
See also, https://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/DescribeExportTasks
func (*CloudWatchLogs) DescribeExportTasksWithContext ¶ added in v1.8.0
func (c *CloudWatchLogs) DescribeExportTasksWithContext(ctx aws.Context, input *DescribeExportTasksInput, opts ...request.Option) (*DescribeExportTasksOutput, error)
DescribeExportTasksWithContext is the same as DescribeExportTasks with the addition of the ability to pass a context and additional request options.
See DescribeExportTasks for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CloudWatchLogs) DescribeLogGroups ¶
func (c *CloudWatchLogs) DescribeLogGroups(input *DescribeLogGroupsInput) (*DescribeLogGroupsOutput, error)
DescribeLogGroups API operation for Amazon CloudWatch Logs.
Lists the specified log groups. You can list all your log groups or filter the results by prefix. The results are ASCII-sorted by log group name.
CloudWatch Logs doesn’t support IAM policies that control access to the DescribeLogGroups action by using the aws:ResourceTag/key-name condition key. Other CloudWatch Logs actions do support the use of the aws:ResourceTag/key-name condition key to control access. For more information about using tags to control access, see Controlling access to Amazon Web Services resources using tags (https://docs.aws.amazon.com/IAM/latest/UserGuide/access_tags.html).
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 Types:
InvalidParameterException A parameter is specified incorrectly.
ServiceUnavailableException The service cannot complete the request.
See also, https://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/DescribeLogGroups
func (*CloudWatchLogs) DescribeLogGroupsPages ¶
func (c *CloudWatchLogs) DescribeLogGroupsPages(input *DescribeLogGroupsInput, fn func(*DescribeLogGroupsOutput, bool) 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 *cloudwatchlogs.DescribeLogGroupsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*CloudWatchLogs) DescribeLogGroupsPagesWithContext ¶ added in v1.8.0
func (c *CloudWatchLogs) DescribeLogGroupsPagesWithContext(ctx aws.Context, input *DescribeLogGroupsInput, fn func(*DescribeLogGroupsOutput, bool) bool, opts ...request.Option) error
DescribeLogGroupsPagesWithContext same as DescribeLogGroupsPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
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 will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeLogGroups for more information on using the DescribeLogGroups API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// 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) }
See also, https://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/DescribeLogGroups
func (*CloudWatchLogs) DescribeLogGroupsWithContext ¶ added in v1.8.0
func (c *CloudWatchLogs) DescribeLogGroupsWithContext(ctx aws.Context, input *DescribeLogGroupsInput, opts ...request.Option) (*DescribeLogGroupsOutput, error)
DescribeLogGroupsWithContext is the same as DescribeLogGroups with the addition of the ability to pass a context and additional request options.
See DescribeLogGroups for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CloudWatchLogs) DescribeLogStreams ¶
func (c *CloudWatchLogs) DescribeLogStreams(input *DescribeLogStreamsInput) (*DescribeLogStreamsOutput, error)
DescribeLogStreams API operation for Amazon CloudWatch Logs.
Lists the log streams for the specified log group. You can list all the log streams or filter the results by prefix. You can also control how the results are ordered.
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 Types:
InvalidParameterException A parameter is specified incorrectly.
ResourceNotFoundException The specified resource does not exist.
ServiceUnavailableException The service cannot complete the request.
See also, https://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/DescribeLogStreams
func (*CloudWatchLogs) DescribeLogStreamsPages ¶
func (c *CloudWatchLogs) DescribeLogStreamsPages(input *DescribeLogStreamsInput, fn func(*DescribeLogStreamsOutput, bool) 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 *cloudwatchlogs.DescribeLogStreamsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*CloudWatchLogs) DescribeLogStreamsPagesWithContext ¶ added in v1.8.0
func (c *CloudWatchLogs) DescribeLogStreamsPagesWithContext(ctx aws.Context, input *DescribeLogStreamsInput, fn func(*DescribeLogStreamsOutput, bool) bool, opts ...request.Option) error
DescribeLogStreamsPagesWithContext same as DescribeLogStreamsPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
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 will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeLogStreams for more information on using the DescribeLogStreams API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// 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) }
See also, https://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/DescribeLogStreams
func (*CloudWatchLogs) DescribeLogStreamsWithContext ¶ added in v1.8.0
func (c *CloudWatchLogs) DescribeLogStreamsWithContext(ctx aws.Context, input *DescribeLogStreamsInput, opts ...request.Option) (*DescribeLogStreamsOutput, error)
DescribeLogStreamsWithContext is the same as DescribeLogStreams with the addition of the ability to pass a context and additional request options.
See DescribeLogStreams for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CloudWatchLogs) DescribeMetricFilters ¶
func (c *CloudWatchLogs) DescribeMetricFilters(input *DescribeMetricFiltersInput) (*DescribeMetricFiltersOutput, error)
DescribeMetricFilters API operation for Amazon CloudWatch Logs.
Lists the specified metric filters. You can list all of the metric filters or filter the results by log name, prefix, metric name, or metric namespace. The results are ASCII-sorted by filter name.
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 Types:
InvalidParameterException A parameter is specified incorrectly.
ResourceNotFoundException The specified resource does not exist.
ServiceUnavailableException The service cannot complete the request.
See also, https://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/DescribeMetricFilters
func (*CloudWatchLogs) DescribeMetricFiltersPages ¶
func (c *CloudWatchLogs) DescribeMetricFiltersPages(input *DescribeMetricFiltersInput, fn func(*DescribeMetricFiltersOutput, bool) 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 *cloudwatchlogs.DescribeMetricFiltersOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*CloudWatchLogs) DescribeMetricFiltersPagesWithContext ¶ added in v1.8.0
func (c *CloudWatchLogs) DescribeMetricFiltersPagesWithContext(ctx aws.Context, input *DescribeMetricFiltersInput, fn func(*DescribeMetricFiltersOutput, bool) bool, opts ...request.Option) error
DescribeMetricFiltersPagesWithContext same as DescribeMetricFiltersPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
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 will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeMetricFilters for more information on using the DescribeMetricFilters API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// 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) }
See also, https://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/DescribeMetricFilters
func (*CloudWatchLogs) DescribeMetricFiltersWithContext ¶ added in v1.8.0
func (c *CloudWatchLogs) DescribeMetricFiltersWithContext(ctx aws.Context, input *DescribeMetricFiltersInput, opts ...request.Option) (*DescribeMetricFiltersOutput, error)
DescribeMetricFiltersWithContext is the same as DescribeMetricFilters with the addition of the ability to pass a context and additional request options.
See DescribeMetricFilters for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CloudWatchLogs) DescribeQueries ¶ added in v1.15.84
func (c *CloudWatchLogs) DescribeQueries(input *DescribeQueriesInput) (*DescribeQueriesOutput, error)
DescribeQueries API operation for Amazon CloudWatch Logs.
Returns a list of CloudWatch Logs Insights queries that are scheduled, executing, or have been executed recently in this account. You can request all queries or limit it to queries of a specific log group or queries with a certain status.
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 DescribeQueries for usage and error information.
Returned Error Types:
InvalidParameterException A parameter is specified incorrectly.
ResourceNotFoundException The specified resource does not exist.
ServiceUnavailableException The service cannot complete the request.
See also, https://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/DescribeQueries
func (*CloudWatchLogs) DescribeQueriesRequest ¶ added in v1.15.84
func (c *CloudWatchLogs) DescribeQueriesRequest(input *DescribeQueriesInput) (req *request.Request, output *DescribeQueriesOutput)
DescribeQueriesRequest generates a "aws/request.Request" representing the client's request for the DescribeQueries operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeQueries for more information on using the DescribeQueries API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeQueriesRequest method. req, resp := client.DescribeQueriesRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/DescribeQueries
func (*CloudWatchLogs) DescribeQueriesWithContext ¶ added in v1.15.84
func (c *CloudWatchLogs) DescribeQueriesWithContext(ctx aws.Context, input *DescribeQueriesInput, opts ...request.Option) (*DescribeQueriesOutput, error)
DescribeQueriesWithContext is the same as DescribeQueries with the addition of the ability to pass a context and additional request options.
See DescribeQueries for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CloudWatchLogs) DescribeQueryDefinitions ¶ added in v1.30.23
func (c *CloudWatchLogs) DescribeQueryDefinitions(input *DescribeQueryDefinitionsInput) (*DescribeQueryDefinitionsOutput, error)
DescribeQueryDefinitions API operation for Amazon CloudWatch Logs.
This operation returns a paginated list of your saved CloudWatch Logs Insights query definitions.
You can use the queryDefinitionNamePrefix parameter to limit the results to only the query definitions that have names that start with a certain string.
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 DescribeQueryDefinitions for usage and error information.
Returned Error Types:
InvalidParameterException A parameter is specified incorrectly.
ServiceUnavailableException The service cannot complete the request.
See also, https://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/DescribeQueryDefinitions
func (*CloudWatchLogs) DescribeQueryDefinitionsRequest ¶ added in v1.30.23
func (c *CloudWatchLogs) DescribeQueryDefinitionsRequest(input *DescribeQueryDefinitionsInput) (req *request.Request, output *DescribeQueryDefinitionsOutput)
DescribeQueryDefinitionsRequest generates a "aws/request.Request" representing the client's request for the DescribeQueryDefinitions operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeQueryDefinitions for more information on using the DescribeQueryDefinitions API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeQueryDefinitionsRequest method. req, resp := client.DescribeQueryDefinitionsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/DescribeQueryDefinitions
func (*CloudWatchLogs) DescribeQueryDefinitionsWithContext ¶ added in v1.30.23
func (c *CloudWatchLogs) DescribeQueryDefinitionsWithContext(ctx aws.Context, input *DescribeQueryDefinitionsInput, opts ...request.Option) (*DescribeQueryDefinitionsOutput, error)
DescribeQueryDefinitionsWithContext is the same as DescribeQueryDefinitions with the addition of the ability to pass a context and additional request options.
See DescribeQueryDefinitions for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CloudWatchLogs) DescribeResourcePolicies ¶ added in v1.10.41
func (c *CloudWatchLogs) DescribeResourcePolicies(input *DescribeResourcePoliciesInput) (*DescribeResourcePoliciesOutput, error)
DescribeResourcePolicies API operation for Amazon CloudWatch Logs.
Lists the resource policies in this account.
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 DescribeResourcePolicies for usage and error information.
Returned Error Types:
InvalidParameterException A parameter is specified incorrectly.
ServiceUnavailableException The service cannot complete the request.
See also, https://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/DescribeResourcePolicies
func (*CloudWatchLogs) DescribeResourcePoliciesRequest ¶ added in v1.10.41
func (c *CloudWatchLogs) DescribeResourcePoliciesRequest(input *DescribeResourcePoliciesInput) (req *request.Request, output *DescribeResourcePoliciesOutput)
DescribeResourcePoliciesRequest generates a "aws/request.Request" representing the client's request for the DescribeResourcePolicies operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeResourcePolicies for more information on using the DescribeResourcePolicies API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeResourcePoliciesRequest method. req, resp := client.DescribeResourcePoliciesRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/DescribeResourcePolicies
func (*CloudWatchLogs) DescribeResourcePoliciesWithContext ¶ added in v1.10.41
func (c *CloudWatchLogs) DescribeResourcePoliciesWithContext(ctx aws.Context, input *DescribeResourcePoliciesInput, opts ...request.Option) (*DescribeResourcePoliciesOutput, error)
DescribeResourcePoliciesWithContext is the same as DescribeResourcePolicies with the addition of the ability to pass a context and additional request options.
See DescribeResourcePolicies for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CloudWatchLogs) DescribeSubscriptionFilters ¶ added in v0.6.1
func (c *CloudWatchLogs) DescribeSubscriptionFilters(input *DescribeSubscriptionFiltersInput) (*DescribeSubscriptionFiltersOutput, error)
DescribeSubscriptionFilters API operation for Amazon CloudWatch Logs.
Lists the subscription filters for the specified log group. You can list all the subscription filters or filter the results by prefix. The results are ASCII-sorted by filter name.
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 Types:
InvalidParameterException A parameter is specified incorrectly.
ResourceNotFoundException The specified resource does not exist.
ServiceUnavailableException The service cannot complete the request.
See also, https://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/DescribeSubscriptionFilters
func (*CloudWatchLogs) DescribeSubscriptionFiltersPages ¶ added in v0.9.5
func (c *CloudWatchLogs) DescribeSubscriptionFiltersPages(input *DescribeSubscriptionFiltersInput, fn func(*DescribeSubscriptionFiltersOutput, bool) 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 *cloudwatchlogs.DescribeSubscriptionFiltersOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*CloudWatchLogs) DescribeSubscriptionFiltersPagesWithContext ¶ added in v1.8.0
func (c *CloudWatchLogs) DescribeSubscriptionFiltersPagesWithContext(ctx aws.Context, input *DescribeSubscriptionFiltersInput, fn func(*DescribeSubscriptionFiltersOutput, bool) bool, opts ...request.Option) error
DescribeSubscriptionFiltersPagesWithContext same as DescribeSubscriptionFiltersPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
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 will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeSubscriptionFilters for more information on using the DescribeSubscriptionFilters API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// 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) }
See also, https://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/DescribeSubscriptionFilters
func (*CloudWatchLogs) DescribeSubscriptionFiltersWithContext ¶ added in v1.8.0
func (c *CloudWatchLogs) DescribeSubscriptionFiltersWithContext(ctx aws.Context, input *DescribeSubscriptionFiltersInput, opts ...request.Option) (*DescribeSubscriptionFiltersOutput, error)
DescribeSubscriptionFiltersWithContext is the same as DescribeSubscriptionFilters with the addition of the ability to pass a context and additional request options.
See DescribeSubscriptionFilters for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CloudWatchLogs) DisassociateKmsKey ¶ added in v1.10.50
func (c *CloudWatchLogs) DisassociateKmsKey(input *DisassociateKmsKeyInput) (*DisassociateKmsKeyOutput, error)
DisassociateKmsKey API operation for Amazon CloudWatch Logs.
Disassociates the associated Key Management Service customer master key (CMK) from the specified log group.
After the KMS CMK is disassociated from the log group, CloudWatch Logs stops encrypting newly ingested data for the log group. All previously ingested data remains encrypted, and CloudWatch Logs requires permissions for the CMK whenever the encrypted data is requested.
Note that it can take up to 5 minutes for this operation to take effect.
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 DisassociateKmsKey for usage and error information.
Returned Error Types:
InvalidParameterException A parameter is specified incorrectly.
ResourceNotFoundException The specified resource does not exist.
OperationAbortedException Multiple concurrent requests to update the same resource were in conflict.
ServiceUnavailableException The service cannot complete the request.
See also, https://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/DisassociateKmsKey
func (*CloudWatchLogs) DisassociateKmsKeyRequest ¶ added in v1.10.50
func (c *CloudWatchLogs) DisassociateKmsKeyRequest(input *DisassociateKmsKeyInput) (req *request.Request, output *DisassociateKmsKeyOutput)
DisassociateKmsKeyRequest generates a "aws/request.Request" representing the client's request for the DisassociateKmsKey operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DisassociateKmsKey for more information on using the DisassociateKmsKey API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DisassociateKmsKeyRequest method. req, resp := client.DisassociateKmsKeyRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/DisassociateKmsKey
func (*CloudWatchLogs) DisassociateKmsKeyWithContext ¶ added in v1.10.50
func (c *CloudWatchLogs) DisassociateKmsKeyWithContext(ctx aws.Context, input *DisassociateKmsKeyInput, opts ...request.Option) (*DisassociateKmsKeyOutput, error)
DisassociateKmsKeyWithContext is the same as DisassociateKmsKey with the addition of the ability to pass a context and additional request options.
See DisassociateKmsKey for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CloudWatchLogs) FilterLogEvents ¶
func (c *CloudWatchLogs) FilterLogEvents(input *FilterLogEventsInput) (*FilterLogEventsOutput, error)
FilterLogEvents API operation for Amazon CloudWatch Logs.
Lists log events from the specified log group. You can list all the log events or filter the results using a filter pattern, a time range, and the name of the log stream.
By default, this operation returns as many log events as can fit in 1 MB (up to 10,000 log events) or all the events found within the time range that you specify. If the results include a token, then there are more log events available, and you can get additional results by specifying the token in a subsequent call. This operation can return empty results while there are more log events available through the token.
The returned log events are sorted by event timestamp, the timestamp when the event was ingested by CloudWatch Logs, and the ID of the PutLogEvents 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 FilterLogEvents for usage and error information.
Returned Error Types:
InvalidParameterException A parameter is specified incorrectly.
ResourceNotFoundException The specified resource does not exist.
ServiceUnavailableException The service cannot complete the request.
See also, https://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/FilterLogEvents
func (*CloudWatchLogs) FilterLogEventsPages ¶ added in v0.9.5
func (c *CloudWatchLogs) FilterLogEventsPages(input *FilterLogEventsInput, fn func(*FilterLogEventsOutput, bool) 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 *cloudwatchlogs.FilterLogEventsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*CloudWatchLogs) FilterLogEventsPagesWithContext ¶ added in v1.8.0
func (c *CloudWatchLogs) FilterLogEventsPagesWithContext(ctx aws.Context, input *FilterLogEventsInput, fn func(*FilterLogEventsOutput, bool) bool, opts ...request.Option) error
FilterLogEventsPagesWithContext same as FilterLogEventsPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
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 will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See FilterLogEvents for more information on using the FilterLogEvents API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// 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) }
See also, https://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/FilterLogEvents
func (*CloudWatchLogs) FilterLogEventsWithContext ¶ added in v1.8.0
func (c *CloudWatchLogs) FilterLogEventsWithContext(ctx aws.Context, input *FilterLogEventsInput, opts ...request.Option) (*FilterLogEventsOutput, error)
FilterLogEventsWithContext is the same as FilterLogEvents with the addition of the ability to pass a context and additional request options.
See FilterLogEvents for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CloudWatchLogs) GetLogEvents ¶
func (c *CloudWatchLogs) GetLogEvents(input *GetLogEventsInput) (*GetLogEventsOutput, error)
GetLogEvents API operation for Amazon CloudWatch Logs.
Lists log events from the specified log stream. You can list all of the log events or filter using a time range.
By default, this operation returns as many log events as can fit in a response size of 1MB (up to 10,000 log events). You can get additional log events by specifying one of the tokens in a subsequent call. This operation can return empty results while there are more log events available through the token.
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 Types:
InvalidParameterException A parameter is specified incorrectly.
ResourceNotFoundException The specified resource does not exist.
ServiceUnavailableException The service cannot complete the request.
See also, https://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/GetLogEvents
func (*CloudWatchLogs) GetLogEventsPages ¶
func (c *CloudWatchLogs) GetLogEventsPages(input *GetLogEventsInput, fn func(*GetLogEventsOutput, bool) 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 *cloudwatchlogs.GetLogEventsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*CloudWatchLogs) GetLogEventsPagesWithContext ¶ added in v1.8.0
func (c *CloudWatchLogs) GetLogEventsPagesWithContext(ctx aws.Context, input *GetLogEventsInput, fn func(*GetLogEventsOutput, bool) bool, opts ...request.Option) error
GetLogEventsPagesWithContext same as GetLogEventsPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
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 will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetLogEvents for more information on using the GetLogEvents API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// 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) }
See also, https://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/GetLogEvents
func (*CloudWatchLogs) GetLogEventsWithContext ¶ added in v1.8.0
func (c *CloudWatchLogs) GetLogEventsWithContext(ctx aws.Context, input *GetLogEventsInput, opts ...request.Option) (*GetLogEventsOutput, error)
GetLogEventsWithContext is the same as GetLogEvents with the addition of the ability to pass a context and additional request options.
See GetLogEvents for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CloudWatchLogs) GetLogGroupFields ¶ added in v1.15.84
func (c *CloudWatchLogs) GetLogGroupFields(input *GetLogGroupFieldsInput) (*GetLogGroupFieldsOutput, error)
GetLogGroupFields API operation for Amazon CloudWatch Logs.
Returns a list of the fields that are included in log events in the specified log group, along with the percentage of log events that contain each field. The search is limited to a time period that you specify.
In the results, fields that start with @ are fields generated by CloudWatch Logs. For example, @timestamp is the timestamp of each log event. For more information about the fields that are generated by CloudWatch logs, see Supported Logs and Discovered Fields (https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CWL_AnalyzeLogData-discoverable-fields.html).
The response results are sorted by the frequency percentage, starting with the highest percentage.
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 GetLogGroupFields for usage and error information.
Returned Error Types:
InvalidParameterException A parameter is specified incorrectly.
LimitExceededException You have reached the maximum number of resources that can be created.
ResourceNotFoundException The specified resource does not exist.
ServiceUnavailableException The service cannot complete the request.
See also, https://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/GetLogGroupFields
func (*CloudWatchLogs) GetLogGroupFieldsRequest ¶ added in v1.15.84
func (c *CloudWatchLogs) GetLogGroupFieldsRequest(input *GetLogGroupFieldsInput) (req *request.Request, output *GetLogGroupFieldsOutput)
GetLogGroupFieldsRequest generates a "aws/request.Request" representing the client's request for the GetLogGroupFields operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetLogGroupFields for more information on using the GetLogGroupFields API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetLogGroupFieldsRequest method. req, resp := client.GetLogGroupFieldsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/GetLogGroupFields
func (*CloudWatchLogs) GetLogGroupFieldsWithContext ¶ added in v1.15.84
func (c *CloudWatchLogs) GetLogGroupFieldsWithContext(ctx aws.Context, input *GetLogGroupFieldsInput, opts ...request.Option) (*GetLogGroupFieldsOutput, error)
GetLogGroupFieldsWithContext is the same as GetLogGroupFields with the addition of the ability to pass a context and additional request options.
See GetLogGroupFields for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CloudWatchLogs) GetLogRecord ¶ added in v1.15.84
func (c *CloudWatchLogs) GetLogRecord(input *GetLogRecordInput) (*GetLogRecordOutput, error)
GetLogRecord API operation for Amazon CloudWatch Logs.
Retrieves all of the fields and values of a single log event. All fields are retrieved, even if the original query that produced the logRecordPointer retrieved only a subset of fields. Fields are returned as field name/field value pairs.
The full unparsed log event is returned within @message.
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 GetLogRecord for usage and error information.
Returned Error Types:
InvalidParameterException A parameter is specified incorrectly.
LimitExceededException You have reached the maximum number of resources that can be created.
ResourceNotFoundException The specified resource does not exist.
ServiceUnavailableException The service cannot complete the request.
See also, https://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/GetLogRecord
func (*CloudWatchLogs) GetLogRecordRequest ¶ added in v1.15.84
func (c *CloudWatchLogs) GetLogRecordRequest(input *GetLogRecordInput) (req *request.Request, output *GetLogRecordOutput)
GetLogRecordRequest generates a "aws/request.Request" representing the client's request for the GetLogRecord operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetLogRecord for more information on using the GetLogRecord API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetLogRecordRequest method. req, resp := client.GetLogRecordRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/GetLogRecord
func (*CloudWatchLogs) GetLogRecordWithContext ¶ added in v1.15.84
func (c *CloudWatchLogs) GetLogRecordWithContext(ctx aws.Context, input *GetLogRecordInput, opts ...request.Option) (*GetLogRecordOutput, error)
GetLogRecordWithContext is the same as GetLogRecord with the addition of the ability to pass a context and additional request options.
See GetLogRecord for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CloudWatchLogs) GetQueryResults ¶ added in v1.15.84
func (c *CloudWatchLogs) GetQueryResults(input *GetQueryResultsInput) (*GetQueryResultsOutput, error)
GetQueryResults API operation for Amazon CloudWatch Logs.
Returns the results from the specified query.
Only the fields requested in the query are returned, along with a @ptr field, which is the identifier for the log record. You can use the value of @ptr in a GetLogRecord (https://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_GetLogRecord.html) operation to get the full log record.
GetQueryResults does not start a query execution. To run a query, use StartQuery (https://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_StartQuery.html).
If the value of the Status field in the output is Running, this operation returns only partial results. If you see a value of Scheduled or Running for the status, you can retry the operation later to see the final results.
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 GetQueryResults for usage and error information.
Returned Error Types:
InvalidParameterException A parameter is specified incorrectly.
ResourceNotFoundException The specified resource does not exist.
ServiceUnavailableException The service cannot complete the request.
See also, https://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/GetQueryResults
func (*CloudWatchLogs) GetQueryResultsRequest ¶ added in v1.15.84
func (c *CloudWatchLogs) GetQueryResultsRequest(input *GetQueryResultsInput) (req *request.Request, output *GetQueryResultsOutput)
GetQueryResultsRequest generates a "aws/request.Request" representing the client's request for the GetQueryResults operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetQueryResults for more information on using the GetQueryResults API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetQueryResultsRequest method. req, resp := client.GetQueryResultsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/GetQueryResults
func (*CloudWatchLogs) GetQueryResultsWithContext ¶ added in v1.15.84
func (c *CloudWatchLogs) GetQueryResultsWithContext(ctx aws.Context, input *GetQueryResultsInput, opts ...request.Option) (*GetQueryResultsOutput, error)
GetQueryResultsWithContext is the same as GetQueryResults with the addition of the ability to pass a context and additional request options.
See GetQueryResults for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CloudWatchLogs) ListTagsLogGroup ¶ added in v1.6.3
func (c *CloudWatchLogs) ListTagsLogGroup(input *ListTagsLogGroupInput) (*ListTagsLogGroupOutput, error)
ListTagsLogGroup API operation for Amazon CloudWatch Logs.
Lists the tags for 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 ListTagsLogGroup for usage and error information.
Returned Error Types:
ResourceNotFoundException The specified resource does not exist.
ServiceUnavailableException The service cannot complete the request.
See also, https://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/ListTagsLogGroup
func (*CloudWatchLogs) ListTagsLogGroupRequest ¶ added in v1.6.3
func (c *CloudWatchLogs) ListTagsLogGroupRequest(input *ListTagsLogGroupInput) (req *request.Request, output *ListTagsLogGroupOutput)
ListTagsLogGroupRequest generates a "aws/request.Request" representing the client's request for the ListTagsLogGroup operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListTagsLogGroup for more information on using the ListTagsLogGroup API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListTagsLogGroupRequest method. req, resp := client.ListTagsLogGroupRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/ListTagsLogGroup
func (*CloudWatchLogs) ListTagsLogGroupWithContext ¶ added in v1.8.0
func (c *CloudWatchLogs) ListTagsLogGroupWithContext(ctx aws.Context, input *ListTagsLogGroupInput, opts ...request.Option) (*ListTagsLogGroupOutput, error)
ListTagsLogGroupWithContext is the same as ListTagsLogGroup with the addition of the ability to pass a context and additional request options.
See ListTagsLogGroup for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
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. This operation is used only to create destinations for cross-account subscriptions.
A destination encapsulates a physical resource (such as an Amazon Kinesis stream) and enables you to subscribe to a real-time stream of log events for a different account, ingested using PutLogEvents (https://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_PutLogEvents.html).
Through an access policy, a destination controls what is written to it. By default, PutDestination does not set any access policy with the destination, which means a cross-account user cannot call PutSubscriptionFilter (https://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_PutSubscriptionFilter.html) against this destination. To enable this, the destination owner must call PutDestinationPolicy (https://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_PutDestinationPolicy.html) after PutDestination.
To perform a PutDestination operation, you must also have the iam:PassRole permission.
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 Types:
InvalidParameterException A parameter is specified incorrectly.
OperationAbortedException Multiple concurrent requests to update the same resource were in conflict.
ServiceUnavailableException The service cannot complete the request.
See also, https://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/PutDestination
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 (https://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.
If multiple Amazon Web Services accounts are sending logs to this destination, each sender account must be listed separately in the policy. The policy does not support specifying * as the Principal or the use of the aws:PrincipalOrgId global key.
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 Types:
InvalidParameterException A parameter is specified incorrectly.
OperationAbortedException Multiple concurrent requests to update the same resource were in conflict.
ServiceUnavailableException The service cannot complete the request.
See also, https://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/PutDestinationPolicy
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 will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See PutDestinationPolicy for more information on using the PutDestinationPolicy API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// 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) }
See also, https://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/PutDestinationPolicy
func (*CloudWatchLogs) PutDestinationPolicyWithContext ¶ added in v1.8.0
func (c *CloudWatchLogs) PutDestinationPolicyWithContext(ctx aws.Context, input *PutDestinationPolicyInput, opts ...request.Option) (*PutDestinationPolicyOutput, error)
PutDestinationPolicyWithContext is the same as PutDestinationPolicy with the addition of the ability to pass a context and additional request options.
See PutDestinationPolicy for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
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 will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See PutDestination for more information on using the PutDestination API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// 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) }
See also, https://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/PutDestination
func (*CloudWatchLogs) PutDestinationWithContext ¶ added in v1.8.0
func (c *CloudWatchLogs) PutDestinationWithContext(ctx aws.Context, input *PutDestinationInput, opts ...request.Option) (*PutDestinationOutput, error)
PutDestinationWithContext is the same as PutDestination with the addition of the ability to pass a context and additional request options.
See PutDestination for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CloudWatchLogs) PutLogEvents ¶
func (c *CloudWatchLogs) PutLogEvents(input *PutLogEventsInput) (*PutLogEventsOutput, error)
PutLogEvents API operation for Amazon CloudWatch Logs.
Uploads a batch of log events to the specified log stream.
You must include the sequence token obtained from the response of the previous call. An upload in a newly created log stream does not require a sequence token. You can also get the sequence token in the expectedSequenceToken field from InvalidSequenceTokenException. If you call PutLogEvents twice within a narrow time period using the same value for sequenceToken, both calls might be successful or one might be rejected.
The batch of events must satisfy the following constraints:
The maximum batch size is 1,048,576 bytes. This size is calculated as the sum of all event messages in UTF-8, plus 26 bytes for each log event.
None of the log events in the batch can be more than 2 hours in the future.
None of the log events in the batch can be older than 14 days or older than the retention period of the log group.
The log events in the batch must be in chronological order by their timestamp. The timestamp is the time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. (In Amazon Web Services Tools for PowerShell and the Amazon Web Services SDK for .NET, the timestamp is specified in .NET format: yyyy-mm-ddThh:mm:ss. For example, 2017-09-15T13:45:30.)
A batch of log events in a single request cannot span more than 24 hours. Otherwise, the operation fails.
The maximum number of log events in a batch is 10,000.
There is a quota of 5 requests per second per log stream. Additional requests are throttled. This quota can't be changed.
If a call to PutLogEvents returns "UnrecognizedClientException" the most likely cause is an invalid Amazon Web Services access key ID or secret key.
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 PutLogEvents for usage and error information.
Returned Error Types:
InvalidParameterException A parameter is specified incorrectly.
InvalidSequenceTokenException The sequence token is not valid. You can get the correct sequence token in the expectedSequenceToken field in the InvalidSequenceTokenException message.
DataAlreadyAcceptedException The event was already logged.
ResourceNotFoundException The specified resource does not exist.
ServiceUnavailableException The service cannot complete the request.
UnrecognizedClientException The most likely cause is an invalid Amazon Web Services access key ID or secret key.
See also, https://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/PutLogEvents
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 will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See PutLogEvents for more information on using the PutLogEvents API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// 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) }
See also, https://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/PutLogEvents
func (*CloudWatchLogs) PutLogEventsWithContext ¶ added in v1.8.0
func (c *CloudWatchLogs) PutLogEventsWithContext(ctx aws.Context, input *PutLogEventsInput, opts ...request.Option) (*PutLogEventsOutput, error)
PutLogEventsWithContext is the same as PutLogEvents with the addition of the ability to pass a context and additional request options.
See PutLogEvents for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
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 (https://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_PutLogEvents.html).
The maximum number of metric filters that can be associated with a log group is 100.
When you create a metric filter, you can also optionally assign a unit and dimensions to the metric that is created.
Metrics extracted from log events are charged as custom metrics. To prevent unexpected high charges, do not specify high-cardinality fields such as IPAddress or requestID as dimensions. Each different value found for a dimension is treated as a separate metric and accrues charges as a separate custom metric.
To help prevent accidental high charges, Amazon disables a metric filter if it generates 1000 different name/value pairs for the dimensions that you have specified within a certain amount of time.
You can also set up a billing alarm to alert you if your charges are higher than expected. For more information, see Creating a Billing Alarm to Monitor Your Estimated Amazon Web Services Charges (https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/monitor_estimated_charges_with_cloudwatch.html).
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 Types:
InvalidParameterException A parameter is specified incorrectly.
ResourceNotFoundException The specified resource does not exist.
OperationAbortedException Multiple concurrent requests to update the same resource were in conflict.
LimitExceededException You have reached the maximum number of resources that can be created.
ServiceUnavailableException The service cannot complete the request.
See also, https://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/PutMetricFilter
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 will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See PutMetricFilter for more information on using the PutMetricFilter API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// 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) }
See also, https://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/PutMetricFilter
func (*CloudWatchLogs) PutMetricFilterWithContext ¶ added in v1.8.0
func (c *CloudWatchLogs) PutMetricFilterWithContext(ctx aws.Context, input *PutMetricFilterInput, opts ...request.Option) (*PutMetricFilterOutput, error)
PutMetricFilterWithContext is the same as PutMetricFilter with the addition of the ability to pass a context and additional request options.
See PutMetricFilter for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CloudWatchLogs) PutQueryDefinition ¶ added in v1.30.23
func (c *CloudWatchLogs) PutQueryDefinition(input *PutQueryDefinitionInput) (*PutQueryDefinitionOutput, error)
PutQueryDefinition API operation for Amazon CloudWatch Logs.
Creates or updates a query definition for CloudWatch Logs Insights. For more information, see Analyzing Log Data with CloudWatch Logs Insights (https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/AnalyzingLogData.html).
To update a query definition, specify its queryDefinitionId in your request. The values of name, queryString, and logGroupNames are changed to the values that you specify in your update operation. No current values are retained from the current query definition. For example, if you update a current query definition that includes log groups, and you don't specify the logGroupNames parameter in your update operation, the query definition changes to contain no log groups.
You must have the logs:PutQueryDefinition permission to be able to perform this operation.
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 PutQueryDefinition for usage and error information.
Returned Error Types:
InvalidParameterException A parameter is specified incorrectly.
LimitExceededException You have reached the maximum number of resources that can be created.
ResourceNotFoundException The specified resource does not exist.
ServiceUnavailableException The service cannot complete the request.
See also, https://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/PutQueryDefinition
func (*CloudWatchLogs) PutQueryDefinitionRequest ¶ added in v1.30.23
func (c *CloudWatchLogs) PutQueryDefinitionRequest(input *PutQueryDefinitionInput) (req *request.Request, output *PutQueryDefinitionOutput)
PutQueryDefinitionRequest generates a "aws/request.Request" representing the client's request for the PutQueryDefinition operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See PutQueryDefinition for more information on using the PutQueryDefinition API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the PutQueryDefinitionRequest method. req, resp := client.PutQueryDefinitionRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/PutQueryDefinition
func (*CloudWatchLogs) PutQueryDefinitionWithContext ¶ added in v1.30.23
func (c *CloudWatchLogs) PutQueryDefinitionWithContext(ctx aws.Context, input *PutQueryDefinitionInput, opts ...request.Option) (*PutQueryDefinitionOutput, error)
PutQueryDefinitionWithContext is the same as PutQueryDefinition with the addition of the ability to pass a context and additional request options.
See PutQueryDefinition for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CloudWatchLogs) PutResourcePolicy ¶ added in v1.10.41
func (c *CloudWatchLogs) PutResourcePolicy(input *PutResourcePolicyInput) (*PutResourcePolicyOutput, error)
PutResourcePolicy API operation for Amazon CloudWatch Logs.
Creates or updates a resource policy allowing other Amazon Web Services services to put log events to this account, such as Amazon Route 53. An account can have up to 10 resource policies per Amazon Web Services Region.
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 PutResourcePolicy for usage and error information.
Returned Error Types:
InvalidParameterException A parameter is specified incorrectly.
LimitExceededException You have reached the maximum number of resources that can be created.
ServiceUnavailableException The service cannot complete the request.
See also, https://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/PutResourcePolicy
func (*CloudWatchLogs) PutResourcePolicyRequest ¶ added in v1.10.41
func (c *CloudWatchLogs) PutResourcePolicyRequest(input *PutResourcePolicyInput) (req *request.Request, output *PutResourcePolicyOutput)
PutResourcePolicyRequest generates a "aws/request.Request" representing the client's request for the PutResourcePolicy operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See PutResourcePolicy for more information on using the PutResourcePolicy API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the PutResourcePolicyRequest method. req, resp := client.PutResourcePolicyRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/PutResourcePolicy
func (*CloudWatchLogs) PutResourcePolicyWithContext ¶ added in v1.10.41
func (c *CloudWatchLogs) PutResourcePolicyWithContext(ctx aws.Context, input *PutResourcePolicyInput, opts ...request.Option) (*PutResourcePolicyOutput, error)
PutResourcePolicyWithContext is the same as PutResourcePolicy with the addition of the ability to pass a context and additional request options.
See PutResourcePolicy for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
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 for which 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 Types:
InvalidParameterException A parameter is specified incorrectly.
ResourceNotFoundException The specified resource does not exist.
OperationAbortedException Multiple concurrent requests to update the same resource were in conflict.
ServiceUnavailableException The service cannot complete the request.
See also, https://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/PutRetentionPolicy
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 will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See PutRetentionPolicy for more information on using the PutRetentionPolicy API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// 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) }
See also, https://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/PutRetentionPolicy
func (*CloudWatchLogs) PutRetentionPolicyWithContext ¶ added in v1.8.0
func (c *CloudWatchLogs) PutRetentionPolicyWithContext(ctx aws.Context, input *PutRetentionPolicyInput, opts ...request.Option) (*PutRetentionPolicyOutput, error)
PutRetentionPolicyWithContext is the same as PutRetentionPolicy with the addition of the ability to pass a context and additional request options.
See PutRetentionPolicy for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
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 (https://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_PutLogEvents.html) and have them delivered to a specific destination. When log events are sent to the receiving service, they are Base64 encoded and compressed with the gzip format.
The following destinations are supported for subscription filters:
An Amazon Kinesis stream belonging to the same account as the subscription filter, for same-account delivery.
A logical destination that belongs to a different account, for cross-account delivery.
An Amazon Kinesis Firehose delivery stream that belongs to the same account as the subscription filter, for same-account delivery.
An Lambda function that belongs to the same account as the subscription filter, for same-account delivery.
Each log group can have up to two subscription filters associated with it. If you are updating an existing filter, you must specify the correct name in filterName.
To perform a PutSubscriptionFilter operation, you must also have the iam:PassRole permission.
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 Types:
InvalidParameterException A parameter is specified incorrectly.
ResourceNotFoundException The specified resource does not exist.
OperationAbortedException Multiple concurrent requests to update the same resource were in conflict.
LimitExceededException You have reached the maximum number of resources that can be created.
ServiceUnavailableException The service cannot complete the request.
See also, https://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/PutSubscriptionFilter
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 will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See PutSubscriptionFilter for more information on using the PutSubscriptionFilter API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// 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) }
See also, https://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/PutSubscriptionFilter
func (*CloudWatchLogs) PutSubscriptionFilterWithContext ¶ added in v1.8.0
func (c *CloudWatchLogs) PutSubscriptionFilterWithContext(ctx aws.Context, input *PutSubscriptionFilterInput, opts ...request.Option) (*PutSubscriptionFilterOutput, error)
PutSubscriptionFilterWithContext is the same as PutSubscriptionFilter with the addition of the ability to pass a context and additional request options.
See PutSubscriptionFilter for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CloudWatchLogs) StartQuery ¶ added in v1.15.84
func (c *CloudWatchLogs) StartQuery(input *StartQueryInput) (*StartQueryOutput, error)
StartQuery API operation for Amazon CloudWatch Logs.
Schedules a query of a log group using CloudWatch Logs Insights. You specify the log group and time range to query and the query string to use.
For more information, see CloudWatch Logs Insights Query Syntax (https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CWL_QuerySyntax.html).
Queries time out after 15 minutes of execution. If your queries are timing out, reduce the time range being searched or partition your query into a number of queries.
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 StartQuery for usage and error information.
Returned Error Types:
MalformedQueryException The query string is not valid. Details about this error are displayed in a QueryCompileError object. For more information, see QueryCompileError (https://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_QueryCompileError.html).
For more information about valid query syntax, see CloudWatch Logs Insights Query Syntax (https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CWL_QuerySyntax.html).
InvalidParameterException A parameter is specified incorrectly.
LimitExceededException You have reached the maximum number of resources that can be created.
ResourceNotFoundException The specified resource does not exist.
ServiceUnavailableException The service cannot complete the request.
See also, https://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/StartQuery
func (*CloudWatchLogs) StartQueryRequest ¶ added in v1.15.84
func (c *CloudWatchLogs) StartQueryRequest(input *StartQueryInput) (req *request.Request, output *StartQueryOutput)
StartQueryRequest generates a "aws/request.Request" representing the client's request for the StartQuery operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See StartQuery for more information on using the StartQuery API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the StartQueryRequest method. req, resp := client.StartQueryRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/StartQuery
func (*CloudWatchLogs) StartQueryWithContext ¶ added in v1.15.84
func (c *CloudWatchLogs) StartQueryWithContext(ctx aws.Context, input *StartQueryInput, opts ...request.Option) (*StartQueryOutput, error)
StartQueryWithContext is the same as StartQuery with the addition of the ability to pass a context and additional request options.
See StartQuery for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CloudWatchLogs) StopQuery ¶ added in v1.15.84
func (c *CloudWatchLogs) StopQuery(input *StopQueryInput) (*StopQueryOutput, error)
StopQuery API operation for Amazon CloudWatch Logs.
Stops a CloudWatch Logs Insights query that is in progress. If the query has already ended, the operation returns an error indicating that the specified query is not running.
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 StopQuery for usage and error information.
Returned Error Types:
InvalidParameterException A parameter is specified incorrectly.
ResourceNotFoundException The specified resource does not exist.
ServiceUnavailableException The service cannot complete the request.
See also, https://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/StopQuery
func (*CloudWatchLogs) StopQueryRequest ¶ added in v1.15.84
func (c *CloudWatchLogs) StopQueryRequest(input *StopQueryInput) (req *request.Request, output *StopQueryOutput)
StopQueryRequest generates a "aws/request.Request" representing the client's request for the StopQuery operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See StopQuery for more information on using the StopQuery API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the StopQueryRequest method. req, resp := client.StopQueryRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/StopQuery
func (*CloudWatchLogs) StopQueryWithContext ¶ added in v1.15.84
func (c *CloudWatchLogs) StopQueryWithContext(ctx aws.Context, input *StopQueryInput, opts ...request.Option) (*StopQueryOutput, error)
StopQueryWithContext is the same as StopQuery with the addition of the ability to pass a context and additional request options.
See StopQuery for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CloudWatchLogs) TagLogGroup ¶ added in v1.6.3
func (c *CloudWatchLogs) TagLogGroup(input *TagLogGroupInput) (*TagLogGroupOutput, error)
TagLogGroup API operation for Amazon CloudWatch Logs.
Adds or updates the specified tags for the specified log group.
To list the tags for a log group, use ListTagsLogGroup (https://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_ListTagsLogGroup.html). To remove tags, use UntagLogGroup (https://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_UntagLogGroup.html).
For more information about tags, see Tag Log Groups in Amazon CloudWatch Logs (https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/Working-with-log-groups-and-streams.html#log-group-tagging) in the Amazon CloudWatch Logs User Guide.
CloudWatch Logs doesn’t support IAM policies that prevent users from assigning specified tags to log groups using the aws:Resource/key-name or aws:TagKeys condition keys. For more information about using tags to control access, see Controlling access to Amazon Web Services resources using tags (https://docs.aws.amazon.com/IAM/latest/UserGuide/access_tags.html).
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 TagLogGroup for usage and error information.
Returned Error Types:
ResourceNotFoundException The specified resource does not exist.
InvalidParameterException A parameter is specified incorrectly.
See also, https://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/TagLogGroup
func (*CloudWatchLogs) TagLogGroupRequest ¶ added in v1.6.3
func (c *CloudWatchLogs) TagLogGroupRequest(input *TagLogGroupInput) (req *request.Request, output *TagLogGroupOutput)
TagLogGroupRequest generates a "aws/request.Request" representing the client's request for the TagLogGroup operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See TagLogGroup for more information on using the TagLogGroup API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the TagLogGroupRequest method. req, resp := client.TagLogGroupRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/TagLogGroup
func (*CloudWatchLogs) TagLogGroupWithContext ¶ added in v1.8.0
func (c *CloudWatchLogs) TagLogGroupWithContext(ctx aws.Context, input *TagLogGroupInput, opts ...request.Option) (*TagLogGroupOutput, error)
TagLogGroupWithContext is the same as TagLogGroup with the addition of the ability to pass a context and additional request options.
See TagLogGroup for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
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 Types:
InvalidParameterException A parameter is specified incorrectly.
ServiceUnavailableException The service cannot complete the request.
See also, https://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/TestMetricFilter
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 will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See TestMetricFilter for more information on using the TestMetricFilter API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// 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) }
See also, https://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/TestMetricFilter
func (*CloudWatchLogs) TestMetricFilterWithContext ¶ added in v1.8.0
func (c *CloudWatchLogs) TestMetricFilterWithContext(ctx aws.Context, input *TestMetricFilterInput, opts ...request.Option) (*TestMetricFilterOutput, error)
TestMetricFilterWithContext is the same as TestMetricFilter with the addition of the ability to pass a context and additional request options.
See TestMetricFilter for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CloudWatchLogs) UntagLogGroup ¶ added in v1.6.3
func (c *CloudWatchLogs) UntagLogGroup(input *UntagLogGroupInput) (*UntagLogGroupOutput, error)
UntagLogGroup API operation for Amazon CloudWatch Logs.
Removes the specified tags from the specified log group.
To list the tags for a log group, use ListTagsLogGroup (https://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_ListTagsLogGroup.html). To add tags, use TagLogGroup (https://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_TagLogGroup.html).
CloudWatch Logs doesn’t support IAM policies that prevent users from assigning specified tags to log groups using the aws:Resource/key-name or aws:TagKeys condition keys.
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 UntagLogGroup for usage and error information.
Returned Error Types:
- ResourceNotFoundException The specified resource does not exist.
See also, https://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/UntagLogGroup
func (*CloudWatchLogs) UntagLogGroupRequest ¶ added in v1.6.3
func (c *CloudWatchLogs) UntagLogGroupRequest(input *UntagLogGroupInput) (req *request.Request, output *UntagLogGroupOutput)
UntagLogGroupRequest generates a "aws/request.Request" representing the client's request for the UntagLogGroup operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See UntagLogGroup for more information on using the UntagLogGroup API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the UntagLogGroupRequest method. req, resp := client.UntagLogGroupRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/UntagLogGroup
func (*CloudWatchLogs) UntagLogGroupWithContext ¶ added in v1.8.0
func (c *CloudWatchLogs) UntagLogGroupWithContext(ctx aws.Context, input *UntagLogGroupInput, opts ...request.Option) (*UntagLogGroupOutput, error)
UntagLogGroupWithContext is the same as UntagLogGroup with the addition of the ability to pass a context and additional request options.
See UntagLogGroup for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
type CreateExportTaskInput ¶ added in v0.9.9
type CreateExportTaskInput struct { // The name of S3 bucket for the exported log data. The bucket must be in the // same Amazon Web Services region. // // Destination is a required field Destination *string `locationName:"destination" min:"1" type:"string" required:"true"` // The prefix used as the start of the key for every object exported. If you // don't specify a value, the default is exportedlogs. DestinationPrefix *string `locationName:"destinationPrefix" type:"string"` // The start time of the range for the request, expressed as the number of milliseconds // after Jan 1, 1970 00:00:00 UTC. Events with a timestamp earlier than this // time are not exported. // // From is a required field From *int64 `locationName:"from" type:"long" required:"true"` // The name of the log group. // // LogGroupName is a required field LogGroupName *string `locationName:"logGroupName" min:"1" type:"string" required:"true"` // Export only log streams that match the provided prefix. 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"` // The end time of the range for the request, expressed as the number of milliseconds // after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time // are not 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.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
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.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
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 { // The ID of the export task. 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.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
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.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CreateLogGroupInput ¶
type CreateLogGroupInput struct { // The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. // For more information, see Amazon Resource Names - Key Management Service // (https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html#arn-syntax-kms). KmsKeyId *string `locationName:"kmsKeyId" type:"string"` // The name of the log group. // // LogGroupName is a required field LogGroupName *string `locationName:"logGroupName" min:"1" type:"string" required:"true"` // The key-value pairs to use for the tags. // // CloudWatch Logs doesn’t support IAM policies that prevent users from assigning // specified tags to log groups using the aws:Resource/key-name or aws:TagKeys // condition keys. For more information about using tags to control access, // see Controlling access to Amazon Web Services resources using tags (https://docs.aws.amazon.com/IAM/latest/UserGuide/access_tags.html). Tags map[string]*string `locationName:"tags" min:"1" type:"map"` // contains filtered or unexported fields }
func (CreateLogGroupInput) GoString ¶ added in v0.6.5
func (s CreateLogGroupInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateLogGroupInput) SetKmsKeyId ¶ added in v1.10.50
func (s *CreateLogGroupInput) SetKmsKeyId(v string) *CreateLogGroupInput
SetKmsKeyId sets the KmsKeyId field's value.
func (*CreateLogGroupInput) SetLogGroupName ¶ added in v1.5.0
func (s *CreateLogGroupInput) SetLogGroupName(v string) *CreateLogGroupInput
SetLogGroupName sets the LogGroupName field's value.
func (*CreateLogGroupInput) SetTags ¶ added in v1.6.3
func (s *CreateLogGroupInput) SetTags(v map[string]*string) *CreateLogGroupInput
SetTags sets the Tags field's value.
func (CreateLogGroupInput) String ¶ added in v0.6.5
func (s CreateLogGroupInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
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.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (CreateLogGroupOutput) String ¶ added in v0.6.5
func (s CreateLogGroupOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CreateLogStreamInput ¶
type CreateLogStreamInput struct { // The name of the log group. // // LogGroupName is a required field LogGroupName *string `locationName:"logGroupName" min:"1" type:"string" required:"true"` // The name of the log stream. // // 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.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
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.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
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.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (CreateLogStreamOutput) String ¶ added in v0.6.5
func (s CreateLogStreamOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DataAlreadyAcceptedException ¶ added in v1.28.0
type DataAlreadyAcceptedException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` ExpectedSequenceToken *string `locationName:"expectedSequenceToken" min:"1" type:"string"` Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
The event was already logged.
func (*DataAlreadyAcceptedException) Code ¶ added in v1.28.0
func (s *DataAlreadyAcceptedException) Code() string
Code returns the exception type name.
func (*DataAlreadyAcceptedException) Error ¶ added in v1.28.0
func (s *DataAlreadyAcceptedException) Error() string
func (DataAlreadyAcceptedException) GoString ¶ added in v1.28.0
func (s DataAlreadyAcceptedException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DataAlreadyAcceptedException) Message ¶ added in v1.28.0
func (s *DataAlreadyAcceptedException) Message() string
Message returns the exception's message.
func (*DataAlreadyAcceptedException) OrigErr ¶ added in v1.28.0
func (s *DataAlreadyAcceptedException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*DataAlreadyAcceptedException) RequestID ¶ added in v1.28.0
func (s *DataAlreadyAcceptedException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*DataAlreadyAcceptedException) StatusCode ¶ added in v1.28.0
func (s *DataAlreadyAcceptedException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (DataAlreadyAcceptedException) String ¶ added in v1.28.0
func (s DataAlreadyAcceptedException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DeleteDestinationInput ¶ added in v0.7.1
type DeleteDestinationInput struct { // The name of the destination. // // 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.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
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.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
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.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (DeleteDestinationOutput) String ¶ added in v0.7.1
func (s DeleteDestinationOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DeleteLogGroupInput ¶
type DeleteLogGroupInput struct { // The name of the log group. // // 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.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
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.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
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.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (DeleteLogGroupOutput) String ¶ added in v0.6.5
func (s DeleteLogGroupOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DeleteLogStreamInput ¶
type DeleteLogStreamInput struct { // The name of the log group. // // LogGroupName is a required field LogGroupName *string `locationName:"logGroupName" min:"1" type:"string" required:"true"` // The name of the log stream. // // 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.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
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.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
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.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (DeleteLogStreamOutput) String ¶ added in v0.6.5
func (s DeleteLogStreamOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DeleteMetricFilterInput ¶
type DeleteMetricFilterInput struct { // The name of the metric filter. // // FilterName is a required field FilterName *string `locationName:"filterName" min:"1" type:"string" required:"true"` // The name of the log group. // // 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.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
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.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
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.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (DeleteMetricFilterOutput) String ¶ added in v0.6.5
func (s DeleteMetricFilterOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DeleteQueryDefinitionInput ¶ added in v1.30.23
type DeleteQueryDefinitionInput struct { // The ID of the query definition that you want to delete. You can use DescribeQueryDefinitions // (https://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_DescribeQueryDefinitions.html) // to retrieve the IDs of your saved query definitions. // // QueryDefinitionId is a required field QueryDefinitionId *string `locationName:"queryDefinitionId" type:"string" required:"true"` // contains filtered or unexported fields }
func (DeleteQueryDefinitionInput) GoString ¶ added in v1.30.23
func (s DeleteQueryDefinitionInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteQueryDefinitionInput) SetQueryDefinitionId ¶ added in v1.30.23
func (s *DeleteQueryDefinitionInput) SetQueryDefinitionId(v string) *DeleteQueryDefinitionInput
SetQueryDefinitionId sets the QueryDefinitionId field's value.
func (DeleteQueryDefinitionInput) String ¶ added in v1.30.23
func (s DeleteQueryDefinitionInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteQueryDefinitionInput) Validate ¶ added in v1.30.23
func (s *DeleteQueryDefinitionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteQueryDefinitionOutput ¶ added in v1.30.23
type DeleteQueryDefinitionOutput struct { // A value of TRUE indicates that the operation succeeded. FALSE indicates that // the operation failed. Success *bool `locationName:"success" type:"boolean"` // contains filtered or unexported fields }
func (DeleteQueryDefinitionOutput) GoString ¶ added in v1.30.23
func (s DeleteQueryDefinitionOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteQueryDefinitionOutput) SetSuccess ¶ added in v1.30.23
func (s *DeleteQueryDefinitionOutput) SetSuccess(v bool) *DeleteQueryDefinitionOutput
SetSuccess sets the Success field's value.
func (DeleteQueryDefinitionOutput) String ¶ added in v1.30.23
func (s DeleteQueryDefinitionOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DeleteResourcePolicyInput ¶ added in v1.10.41
type DeleteResourcePolicyInput struct { // The name of the policy to be revoked. This parameter is required. PolicyName *string `locationName:"policyName" type:"string"` // contains filtered or unexported fields }
func (DeleteResourcePolicyInput) GoString ¶ added in v1.10.41
func (s DeleteResourcePolicyInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteResourcePolicyInput) SetPolicyName ¶ added in v1.10.41
func (s *DeleteResourcePolicyInput) SetPolicyName(v string) *DeleteResourcePolicyInput
SetPolicyName sets the PolicyName field's value.
func (DeleteResourcePolicyInput) String ¶ added in v1.10.41
func (s DeleteResourcePolicyInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DeleteResourcePolicyOutput ¶ added in v1.10.41
type DeleteResourcePolicyOutput struct {
// contains filtered or unexported fields
}
func (DeleteResourcePolicyOutput) GoString ¶ added in v1.10.41
func (s DeleteResourcePolicyOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (DeleteResourcePolicyOutput) String ¶ added in v1.10.41
func (s DeleteResourcePolicyOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DeleteRetentionPolicyInput ¶
type DeleteRetentionPolicyInput struct { // The name of the log group. // // 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.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
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.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
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.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (DeleteRetentionPolicyOutput) String ¶ added in v0.6.5
func (s DeleteRetentionPolicyOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DeleteSubscriptionFilterInput ¶ added in v0.6.1
type DeleteSubscriptionFilterInput struct { // The name of the subscription filter. // // FilterName is a required field FilterName *string `locationName:"filterName" min:"1" type:"string" required:"true"` // The name of the log group. // // 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.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
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.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
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.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (DeleteSubscriptionFilterOutput) String ¶ added in v0.6.5
func (s DeleteSubscriptionFilterOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DescribeDestinationsInput ¶ added in v0.7.1
type DescribeDestinationsInput struct { // The prefix to match. If you don't specify a value, no prefix filter is applied. DestinationNamePrefix *string `min:"1" type:"string"` // The maximum number of items returned. If you don't specify a value, the default // is up to 50 items. Limit *int64 `locationName:"limit" min:"1" type:"integer"` // The token for the next set of items to return. (You received this token from // a previous call.) 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.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
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.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
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 { // The destinations. Destinations []*Destination `locationName:"destinations" type:"list"` // The token for the next set of items to return. 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.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
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.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DescribeExportTasksInput ¶ added in v0.9.9
type DescribeExportTasksInput struct { // The maximum number of items returned. If you don't specify a value, the default // is up to 50 items. Limit *int64 `locationName:"limit" min:"1" type:"integer"` // The token for the next set of items to return. (You received this token from // a previous call.) NextToken *string `locationName:"nextToken" min:"1" type:"string"` // The status code of the export task. Specifying a status code filters the // results to zero or more export tasks. StatusCode *string `locationName:"statusCode" type:"string" enum:"ExportTaskStatusCode"` // The ID of the export task. Specifying a task ID filters the results to zero // or one export tasks. 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.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
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.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
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 { // The export tasks. ExportTasks []*ExportTask `locationName:"exportTasks" type:"list"` // The token for the next set of items to return. 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.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
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.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DescribeLogGroupsInput ¶
type DescribeLogGroupsInput struct { // The maximum number of items returned. If you don't specify a value, the default // is up to 50 items. Limit *int64 `locationName:"limit" min:"1" type:"integer"` // The prefix to match. LogGroupNamePrefix *string `locationName:"logGroupNamePrefix" min:"1" type:"string"` // The token for the next set of items to return. (You received this token from // a previous call.) 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.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
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.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
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 { // The log groups. // // If the retentionInDays value is not included for a log group, then that log // group is set to have its events never expire. LogGroups []*LogGroup `locationName:"logGroups" type:"list"` // The token for the next set of items to return. 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.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
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.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DescribeLogStreamsInput ¶
type DescribeLogStreamsInput struct { // If the value is true, results are returned in descending order. If the value // is to false, results are returned in ascending order. The default value is // false. Descending *bool `locationName:"descending" type:"boolean"` // The maximum number of items returned. If you don't specify a value, the default // is up to 50 items. Limit *int64 `locationName:"limit" min:"1" type:"integer"` // The name of the log group. // // LogGroupName is a required field LogGroupName *string `locationName:"logGroupName" min:"1" type:"string" required:"true"` // The prefix to match. // // If orderBy is LastEventTime, you cannot specify this parameter. LogStreamNamePrefix *string `locationName:"logStreamNamePrefix" min:"1" type:"string"` // The token for the next set of items to return. (You received this token from // a previous call.) NextToken *string `locationName:"nextToken" min:"1" type:"string"` // If the value is LogStreamName, the results are ordered by log stream name. // If the value is LastEventTime, the results are ordered by the event time. // The default value is LogStreamName. // // If you order the results by event time, you cannot specify the logStreamNamePrefix // parameter. // // lastEventTimestamp represents the time of the most recent log event in the // log stream in CloudWatch Logs. This number is expressed as the number of // milliseconds after Jan 1, 1970 00:00:00 UTC. lastEventTimestamp updates on // an eventual consistency basis. It typically updates in less than an hour // from ingestion, but in rare situations might take longer. 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.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
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.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
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 { // The log streams. LogStreams []*LogStream `locationName:"logStreams" type:"list"` // The token for the next set of items to return. 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.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
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.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DescribeMetricFiltersInput ¶
type DescribeMetricFiltersInput struct { // The prefix to match. CloudWatch Logs uses the value you set here only if // you also include the logGroupName parameter in your request. FilterNamePrefix *string `locationName:"filterNamePrefix" min:"1" type:"string"` // The maximum number of items returned. If you don't specify a value, the default // is up to 50 items. Limit *int64 `locationName:"limit" min:"1" type:"integer"` // The name of the log group. LogGroupName *string `locationName:"logGroupName" min:"1" type:"string"` // Filters results to include only those with the specified metric name. If // you include this parameter in your request, you must also include the metricNamespace // parameter. MetricName *string `locationName:"metricName" type:"string"` // Filters results to include only those in the specified namespace. If you // include this parameter in your request, you must also include the metricName // parameter. MetricNamespace *string `locationName:"metricNamespace" type:"string"` // The token for the next set of items to return. (You received this token from // a previous call.) 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.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
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) SetMetricName ¶ added in v1.5.3
func (s *DescribeMetricFiltersInput) SetMetricName(v string) *DescribeMetricFiltersInput
SetMetricName sets the MetricName field's value.
func (*DescribeMetricFiltersInput) SetMetricNamespace ¶ added in v1.5.3
func (s *DescribeMetricFiltersInput) SetMetricNamespace(v string) *DescribeMetricFiltersInput
SetMetricNamespace sets the MetricNamespace 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.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
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 { // The metric filters. MetricFilters []*MetricFilter `locationName:"metricFilters" type:"list"` // The token for the next set of items to return. 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.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
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.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DescribeQueriesInput ¶ added in v1.15.84
type DescribeQueriesInput struct { // Limits the returned queries to only those for the specified log group. LogGroupName *string `locationName:"logGroupName" min:"1" type:"string"` // Limits the number of returned queries to the specified number. MaxResults *int64 `locationName:"maxResults" min:"1" type:"integer"` // The token for the next set of items to return. The token expires after 24 // hours. NextToken *string `locationName:"nextToken" min:"1" type:"string"` // Limits the returned queries to only those that have the specified status. // Valid values are Cancelled, Complete, Failed, Running, and Scheduled. Status *string `locationName:"status" type:"string" enum:"QueryStatus"` // contains filtered or unexported fields }
func (DescribeQueriesInput) GoString ¶ added in v1.15.84
func (s DescribeQueriesInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeQueriesInput) SetLogGroupName ¶ added in v1.15.84
func (s *DescribeQueriesInput) SetLogGroupName(v string) *DescribeQueriesInput
SetLogGroupName sets the LogGroupName field's value.
func (*DescribeQueriesInput) SetMaxResults ¶ added in v1.15.84
func (s *DescribeQueriesInput) SetMaxResults(v int64) *DescribeQueriesInput
SetMaxResults sets the MaxResults field's value.
func (*DescribeQueriesInput) SetNextToken ¶ added in v1.15.84
func (s *DescribeQueriesInput) SetNextToken(v string) *DescribeQueriesInput
SetNextToken sets the NextToken field's value.
func (*DescribeQueriesInput) SetStatus ¶ added in v1.15.84
func (s *DescribeQueriesInput) SetStatus(v string) *DescribeQueriesInput
SetStatus sets the Status field's value.
func (DescribeQueriesInput) String ¶ added in v1.15.84
func (s DescribeQueriesInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeQueriesInput) Validate ¶ added in v1.15.84
func (s *DescribeQueriesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeQueriesOutput ¶ added in v1.15.84
type DescribeQueriesOutput struct { // The token for the next set of items to return. The token expires after 24 // hours. NextToken *string `locationName:"nextToken" min:"1" type:"string"` // The list of queries that match the request. Queries []*QueryInfo `locationName:"queries" type:"list"` // contains filtered or unexported fields }
func (DescribeQueriesOutput) GoString ¶ added in v1.15.84
func (s DescribeQueriesOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeQueriesOutput) SetNextToken ¶ added in v1.15.84
func (s *DescribeQueriesOutput) SetNextToken(v string) *DescribeQueriesOutput
SetNextToken sets the NextToken field's value.
func (*DescribeQueriesOutput) SetQueries ¶ added in v1.15.84
func (s *DescribeQueriesOutput) SetQueries(v []*QueryInfo) *DescribeQueriesOutput
SetQueries sets the Queries field's value.
func (DescribeQueriesOutput) String ¶ added in v1.15.84
func (s DescribeQueriesOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DescribeQueryDefinitionsInput ¶ added in v1.30.23
type DescribeQueryDefinitionsInput struct { // Limits the number of returned query definitions to the specified number. MaxResults *int64 `locationName:"maxResults" min:"1" type:"integer"` // The token for the next set of items to return. The token expires after 24 // hours. NextToken *string `locationName:"nextToken" min:"1" type:"string"` // Use this parameter to filter your results to only the query definitions that // have names that start with the prefix you specify. QueryDefinitionNamePrefix *string `locationName:"queryDefinitionNamePrefix" min:"1" type:"string"` // contains filtered or unexported fields }
func (DescribeQueryDefinitionsInput) GoString ¶ added in v1.30.23
func (s DescribeQueryDefinitionsInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeQueryDefinitionsInput) SetMaxResults ¶ added in v1.30.23
func (s *DescribeQueryDefinitionsInput) SetMaxResults(v int64) *DescribeQueryDefinitionsInput
SetMaxResults sets the MaxResults field's value.
func (*DescribeQueryDefinitionsInput) SetNextToken ¶ added in v1.30.23
func (s *DescribeQueryDefinitionsInput) SetNextToken(v string) *DescribeQueryDefinitionsInput
SetNextToken sets the NextToken field's value.
func (*DescribeQueryDefinitionsInput) SetQueryDefinitionNamePrefix ¶ added in v1.30.23
func (s *DescribeQueryDefinitionsInput) SetQueryDefinitionNamePrefix(v string) *DescribeQueryDefinitionsInput
SetQueryDefinitionNamePrefix sets the QueryDefinitionNamePrefix field's value.
func (DescribeQueryDefinitionsInput) String ¶ added in v1.30.23
func (s DescribeQueryDefinitionsInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeQueryDefinitionsInput) Validate ¶ added in v1.30.23
func (s *DescribeQueryDefinitionsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeQueryDefinitionsOutput ¶ added in v1.30.23
type DescribeQueryDefinitionsOutput struct { // The token for the next set of items to return. The token expires after 24 // hours. NextToken *string `locationName:"nextToken" min:"1" type:"string"` // The list of query definitions that match your request. QueryDefinitions []*QueryDefinition `locationName:"queryDefinitions" type:"list"` // contains filtered or unexported fields }
func (DescribeQueryDefinitionsOutput) GoString ¶ added in v1.30.23
func (s DescribeQueryDefinitionsOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeQueryDefinitionsOutput) SetNextToken ¶ added in v1.30.23
func (s *DescribeQueryDefinitionsOutput) SetNextToken(v string) *DescribeQueryDefinitionsOutput
SetNextToken sets the NextToken field's value.
func (*DescribeQueryDefinitionsOutput) SetQueryDefinitions ¶ added in v1.30.23
func (s *DescribeQueryDefinitionsOutput) SetQueryDefinitions(v []*QueryDefinition) *DescribeQueryDefinitionsOutput
SetQueryDefinitions sets the QueryDefinitions field's value.
func (DescribeQueryDefinitionsOutput) String ¶ added in v1.30.23
func (s DescribeQueryDefinitionsOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DescribeResourcePoliciesInput ¶ added in v1.10.41
type DescribeResourcePoliciesInput struct { // The maximum number of resource policies to be displayed with one call of // this API. Limit *int64 `locationName:"limit" min:"1" type:"integer"` // The token for the next set of items to return. The token expires after 24 // hours. NextToken *string `locationName:"nextToken" min:"1" type:"string"` // contains filtered or unexported fields }
func (DescribeResourcePoliciesInput) GoString ¶ added in v1.10.41
func (s DescribeResourcePoliciesInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeResourcePoliciesInput) SetLimit ¶ added in v1.10.41
func (s *DescribeResourcePoliciesInput) SetLimit(v int64) *DescribeResourcePoliciesInput
SetLimit sets the Limit field's value.
func (*DescribeResourcePoliciesInput) SetNextToken ¶ added in v1.10.41
func (s *DescribeResourcePoliciesInput) SetNextToken(v string) *DescribeResourcePoliciesInput
SetNextToken sets the NextToken field's value.
func (DescribeResourcePoliciesInput) String ¶ added in v1.10.41
func (s DescribeResourcePoliciesInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeResourcePoliciesInput) Validate ¶ added in v1.10.41
func (s *DescribeResourcePoliciesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeResourcePoliciesOutput ¶ added in v1.10.41
type DescribeResourcePoliciesOutput struct { // The token for the next set of items to return. The token expires after 24 // hours. NextToken *string `locationName:"nextToken" min:"1" type:"string"` // The resource policies that exist in this account. ResourcePolicies []*ResourcePolicy `locationName:"resourcePolicies" type:"list"` // contains filtered or unexported fields }
func (DescribeResourcePoliciesOutput) GoString ¶ added in v1.10.41
func (s DescribeResourcePoliciesOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeResourcePoliciesOutput) SetNextToken ¶ added in v1.10.41
func (s *DescribeResourcePoliciesOutput) SetNextToken(v string) *DescribeResourcePoliciesOutput
SetNextToken sets the NextToken field's value.
func (*DescribeResourcePoliciesOutput) SetResourcePolicies ¶ added in v1.10.41
func (s *DescribeResourcePoliciesOutput) SetResourcePolicies(v []*ResourcePolicy) *DescribeResourcePoliciesOutput
SetResourcePolicies sets the ResourcePolicies field's value.
func (DescribeResourcePoliciesOutput) String ¶ added in v1.10.41
func (s DescribeResourcePoliciesOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DescribeSubscriptionFiltersInput ¶ added in v0.6.1
type DescribeSubscriptionFiltersInput struct { // The prefix to match. 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. If you don't specify a value, the default // is up to 50 items. Limit *int64 `locationName:"limit" min:"1" type:"integer"` // The name of the log group. // // LogGroupName is a required field LogGroupName *string `locationName:"logGroupName" min:"1" type:"string" required:"true"` // The token for the next set of items to return. (You received this token from // a previous call.) 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.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
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.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
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 { // The token for the next set of items to return. The token expires after 24 // hours. NextToken *string `locationName:"nextToken" min:"1" type:"string"` // The subscription filters. 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.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
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.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type Destination ¶ added in v0.7.1
type Destination struct { // An IAM policy document that governs which Amazon Web Services accounts can // create subscription filters against this destination. AccessPolicy *string `locationName:"accessPolicy" min:"1" type:"string"` // The ARN of this destination. Arn *string `locationName:"arn" type:"string"` // The creation time of the destination, expressed as the number of milliseconds // after Jan 1, 1970 00:00:00 UTC. CreationTime *int64 `locationName:"creationTime" type:"long"` // The name of the destination. DestinationName *string `locationName:"destinationName" min:"1" type:"string"` // A role for impersonation, used when delivering log events to the target. RoleArn *string `locationName:"roleArn" min:"1" type:"string"` // The Amazon Resource Name (ARN) of the physical target where the log events // are delivered (for example, a Kinesis stream). TargetArn *string `locationName:"targetArn" min:"1" type:"string"` // contains filtered or unexported fields }
Represents a cross-account destination that receives subscription log events.
func (Destination) GoString ¶ added in v0.7.1
func (s Destination) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
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.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DisassociateKmsKeyInput ¶ added in v1.10.50
type DisassociateKmsKeyInput struct { // The name of the log group. // // LogGroupName is a required field LogGroupName *string `locationName:"logGroupName" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (DisassociateKmsKeyInput) GoString ¶ added in v1.10.50
func (s DisassociateKmsKeyInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DisassociateKmsKeyInput) SetLogGroupName ¶ added in v1.10.50
func (s *DisassociateKmsKeyInput) SetLogGroupName(v string) *DisassociateKmsKeyInput
SetLogGroupName sets the LogGroupName field's value.
func (DisassociateKmsKeyInput) String ¶ added in v1.10.50
func (s DisassociateKmsKeyInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DisassociateKmsKeyInput) Validate ¶ added in v1.10.50
func (s *DisassociateKmsKeyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DisassociateKmsKeyOutput ¶ added in v1.10.50
type DisassociateKmsKeyOutput struct {
// contains filtered or unexported fields
}
func (DisassociateKmsKeyOutput) GoString ¶ added in v1.10.50
func (s DisassociateKmsKeyOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (DisassociateKmsKeyOutput) String ¶ added in v1.10.50
func (s DisassociateKmsKeyOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ExportTask ¶ added in v0.9.9
type ExportTask struct { // The name of the S3 bucket to which the log data was exported. Destination *string `locationName:"destination" min:"1" type:"string"` // The prefix that was used as the start of Amazon S3 key for every object exported. DestinationPrefix *string `locationName:"destinationPrefix" type:"string"` // Execution information about the export task. ExecutionInfo *ExportTaskExecutionInfo `locationName:"executionInfo" type:"structure"` // The start time, expressed as the number of milliseconds after Jan 1, 1970 // 00:00:00 UTC. Events with a timestamp before 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"` // The status of the export task. Status *ExportTaskStatus `locationName:"status" type:"structure"` // The 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"` // The end time, expressed as the number of milliseconds after 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.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
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.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ExportTaskExecutionInfo ¶ added in v0.9.9
type ExportTaskExecutionInfo struct { // The completion time of the export task, expressed as the number of milliseconds // after Jan 1, 1970 00:00:00 UTC. CompletionTime *int64 `locationName:"completionTime" type:"long"` // The creation time of the export task, expressed as the number of milliseconds // after Jan 1, 1970 00:00:00 UTC. 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.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
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.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ExportTaskStatus ¶ added in v0.9.9
type ExportTaskStatus struct { // The status code of the export task. Code *string `locationName:"code" type:"string" enum:"ExportTaskStatusCode"` // The status message related to the status 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.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
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.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type FilterLogEventsInput ¶
type FilterLogEventsInput struct { // The end of the time range, expressed as the number of milliseconds after // Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are // not returned. EndTime *int64 `locationName:"endTime" type:"long"` // The filter pattern to use. For more information, see Filter and Pattern Syntax // (https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/FilterAndPatternSyntax.html). // // If not provided, all the events are matched. FilterPattern *string `locationName:"filterPattern" type:"string"` // If the value is true, the operation makes a best effort to provide responses // that contain events from multiple log streams within the log group, interleaved // in a single response. If the value is false, all the matched log events in // the first log stream are searched first, then those in the next log stream, // and so on. The default is false. // // Important: Starting on June 17, 2019, this parameter is ignored and the value // is assumed to be true. The response from this operation always interleaves // events from multiple log streams within a log group. // // Deprecated: Starting on June 17, 2019, this parameter will be ignored and the value will be assumed to be true. The response from this operation will always interleave events from multiple log streams within a log group. Interleaved *bool `locationName:"interleaved" deprecated:"true" type:"boolean"` // The maximum number of events to return. The default is 10,000 events. Limit *int64 `locationName:"limit" min:"1" type:"integer"` // The name of the log group to search. // // LogGroupName is a required field LogGroupName *string `locationName:"logGroupName" min:"1" type:"string" required:"true"` // Filters the results to include only events from log streams that have names // starting with this prefix. // // If you specify a value for both logStreamNamePrefix and logStreamNames, but // the value for logStreamNamePrefix does not match any log stream names specified // in logStreamNames, the action returns an InvalidParameterException error. LogStreamNamePrefix *string `locationName:"logStreamNamePrefix" min:"1" type:"string"` // Filters the results to only logs from the log streams in this list. // // If you specify a value for both logStreamNamePrefix and logStreamNames, the // action returns an InvalidParameterException error. LogStreamNames []*string `locationName:"logStreamNames" min:"1" type:"list"` // The token for the next set of events to return. (You received this token // from a previous call.) NextToken *string `locationName:"nextToken" min:"1" type:"string"` // The start of the time range, expressed as the number of milliseconds after // Jan 1, 1970 00:00:00 UTC. Events with a timestamp before this time are not // returned. StartTime *int64 `locationName:"startTime" type:"long"` // contains filtered or unexported fields }