Versions in this module Expand all Collapse all v1 v1.11.0 Dec 6, 2022 Changes in this version + const DistributionByLogStream + const DistributionRandom + const EndpointsID + const ErrCodeDataAlreadyAcceptedException + const ErrCodeInvalidOperationException + const ErrCodeInvalidParameterException + const ErrCodeInvalidSequenceTokenException + const ErrCodeLimitExceededException + const ErrCodeOperationAbortedException + const ErrCodeResourceAlreadyExistsException + const ErrCodeResourceNotFoundException + const ErrCodeServiceUnavailableException + const ExportTaskStatusCodeCancelled + const ExportTaskStatusCodeCompleted + const ExportTaskStatusCodeFailed + const ExportTaskStatusCodePending + const ExportTaskStatusCodePendingCancel + const ExportTaskStatusCodeRunning + const OrderByLastEventTime + const OrderByLogStreamName + const ServiceName + type AssociateKmsKeyInput struct + KmsKeyId *string + LogGroupName *string + func (s *AssociateKmsKeyInput) SetKmsKeyId(v string) *AssociateKmsKeyInput + func (s *AssociateKmsKeyInput) SetLogGroupName(v string) *AssociateKmsKeyInput + func (s *AssociateKmsKeyInput) Validate() error + func (s AssociateKmsKeyInput) GoString() string + func (s AssociateKmsKeyInput) String() string + type AssociateKmsKeyOutput struct + func (s AssociateKmsKeyOutput) GoString() string + func (s AssociateKmsKeyOutput) String() string + type CancelExportTaskInput struct + TaskId *string + func (s *CancelExportTaskInput) SetTaskId(v string) *CancelExportTaskInput + func (s *CancelExportTaskInput) Validate() error + func (s CancelExportTaskInput) GoString() string + func (s CancelExportTaskInput) String() string + type CancelExportTaskOutput struct + func (s CancelExportTaskOutput) GoString() string + func (s CancelExportTaskOutput) String() string + type CloudWatchLogs struct + func New(p client.ConfigProvider, cfgs ...*aws.Config) *CloudWatchLogs + func (c *CloudWatchLogs) 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) 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) 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) 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) 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) 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 struct + Destination *string + DestinationPrefix *string + From *int64 + LogGroupName *string + LogStreamNamePrefix *string + TaskName *string + To *int64 + 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) Validate() error + func (s CreateExportTaskInput) GoString() string + func (s CreateExportTaskInput) String() string + type CreateExportTaskOutput struct + TaskId *string + func (s *CreateExportTaskOutput) SetTaskId(v string) *CreateExportTaskOutput + func (s CreateExportTaskOutput) GoString() string + func (s CreateExportTaskOutput) String() string + type CreateLogGroupInput struct + KmsKeyId *string + LogGroupName *string + Tags map[string]*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) Validate() error + func (s CreateLogGroupInput) GoString() string + func (s CreateLogGroupInput) String() string + type CreateLogGroupOutput struct + func (s CreateLogGroupOutput) GoString() string + func (s CreateLogGroupOutput) String() string + type CreateLogStreamInput struct + LogGroupName *string + LogStreamName *string + func (s *CreateLogStreamInput) SetLogGroupName(v string) *CreateLogStreamInput + func (s *CreateLogStreamInput) SetLogStreamName(v string) *CreateLogStreamInput + func (s *CreateLogStreamInput) Validate() error + func (s CreateLogStreamInput) GoString() string + func (s CreateLogStreamInput) String() string + type CreateLogStreamOutput struct + func (s CreateLogStreamOutput) GoString() string + func (s CreateLogStreamOutput) String() string + type DeleteDestinationInput struct + DestinationName *string + func (s *DeleteDestinationInput) SetDestinationName(v string) *DeleteDestinationInput + func (s *DeleteDestinationInput) Validate() error + func (s DeleteDestinationInput) GoString() string + func (s DeleteDestinationInput) String() string + type DeleteDestinationOutput struct + func (s DeleteDestinationOutput) GoString() string + func (s DeleteDestinationOutput) String() string + type DeleteLogGroupInput struct + LogGroupName *string + func (s *DeleteLogGroupInput) SetLogGroupName(v string) *DeleteLogGroupInput + func (s *DeleteLogGroupInput) Validate() error + func (s DeleteLogGroupInput) GoString() string + func (s DeleteLogGroupInput) String() string + type DeleteLogGroupOutput struct + func (s DeleteLogGroupOutput) GoString() string + func (s DeleteLogGroupOutput) String() string + type DeleteLogStreamInput struct + LogGroupName *string + LogStreamName *string + func (s *DeleteLogStreamInput) SetLogGroupName(v string) *DeleteLogStreamInput + func (s *DeleteLogStreamInput) SetLogStreamName(v string) *DeleteLogStreamInput + func (s *DeleteLogStreamInput) Validate() error + func (s DeleteLogStreamInput) GoString() string + func (s DeleteLogStreamInput) String() string + type DeleteLogStreamOutput struct + func (s DeleteLogStreamOutput) GoString() string + func (s DeleteLogStreamOutput) String() string + type DeleteMetricFilterInput struct + FilterName *string + LogGroupName *string + func (s *DeleteMetricFilterInput) SetFilterName(v string) *DeleteMetricFilterInput + func (s *DeleteMetricFilterInput) SetLogGroupName(v string) *DeleteMetricFilterInput + func (s *DeleteMetricFilterInput) Validate() error + func (s DeleteMetricFilterInput) GoString() string + func (s DeleteMetricFilterInput) String() string + type DeleteMetricFilterOutput struct + func (s DeleteMetricFilterOutput) GoString() string + func (s DeleteMetricFilterOutput) String() string + type DeleteResourcePolicyInput struct + PolicyName *string + func (s *DeleteResourcePolicyInput) SetPolicyName(v string) *DeleteResourcePolicyInput + func (s DeleteResourcePolicyInput) GoString() string + func (s DeleteResourcePolicyInput) String() string + type DeleteResourcePolicyOutput struct + func (s DeleteResourcePolicyOutput) GoString() string + func (s DeleteResourcePolicyOutput) String() string + type DeleteRetentionPolicyInput struct + LogGroupName *string + func (s *DeleteRetentionPolicyInput) SetLogGroupName(v string) *DeleteRetentionPolicyInput + func (s *DeleteRetentionPolicyInput) Validate() error + func (s DeleteRetentionPolicyInput) GoString() string + func (s DeleteRetentionPolicyInput) String() string + type DeleteRetentionPolicyOutput struct + func (s DeleteRetentionPolicyOutput) GoString() string + func (s DeleteRetentionPolicyOutput) String() string + type DeleteSubscriptionFilterInput struct + FilterName *string + LogGroupName *string + func (s *DeleteSubscriptionFilterInput) SetFilterName(v string) *DeleteSubscriptionFilterInput + func (s *DeleteSubscriptionFilterInput) SetLogGroupName(v string) *DeleteSubscriptionFilterInput + func (s *DeleteSubscriptionFilterInput) Validate() error + func (s DeleteSubscriptionFilterInput) GoString() string + func (s DeleteSubscriptionFilterInput) String() string + type DeleteSubscriptionFilterOutput struct + func (s DeleteSubscriptionFilterOutput) GoString() string + func (s DeleteSubscriptionFilterOutput) String() string + type DescribeDestinationsInput struct + DestinationNamePrefix *string + Limit *int64 + NextToken *string + func (s *DescribeDestinationsInput) SetDestinationNamePrefix(v string) *DescribeDestinationsInput + func (s *DescribeDestinationsInput) SetLimit(v int64) *DescribeDestinationsInput + func (s *DescribeDestinationsInput) SetNextToken(v string) *DescribeDestinationsInput + func (s *DescribeDestinationsInput) Validate() error + func (s DescribeDestinationsInput) GoString() string + func (s DescribeDestinationsInput) String() string + type DescribeDestinationsOutput struct + Destinations []*Destination + NextToken *string + func (s *DescribeDestinationsOutput) SetDestinations(v []*Destination) *DescribeDestinationsOutput + func (s *DescribeDestinationsOutput) SetNextToken(v string) *DescribeDestinationsOutput + func (s DescribeDestinationsOutput) GoString() string + func (s DescribeDestinationsOutput) String() string + type DescribeExportTasksInput struct + Limit *int64 + NextToken *string + StatusCode *string + TaskId *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) Validate() error + func (s DescribeExportTasksInput) GoString() string + func (s DescribeExportTasksInput) String() string + type DescribeExportTasksOutput struct + ExportTasks []*ExportTask + NextToken *string + func (s *DescribeExportTasksOutput) SetExportTasks(v []*ExportTask) *DescribeExportTasksOutput + func (s *DescribeExportTasksOutput) SetNextToken(v string) *DescribeExportTasksOutput + func (s DescribeExportTasksOutput) GoString() string + func (s DescribeExportTasksOutput) String() string + type DescribeLogGroupsInput struct + Limit *int64 + LogGroupNamePrefix *string + NextToken *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) Validate() error + func (s DescribeLogGroupsInput) GoString() string + func (s DescribeLogGroupsInput) String() string + type DescribeLogGroupsOutput struct + LogGroups []*LogGroup + NextToken *string + func (s *DescribeLogGroupsOutput) SetLogGroups(v []*LogGroup) *DescribeLogGroupsOutput + func (s *DescribeLogGroupsOutput) SetNextToken(v string) *DescribeLogGroupsOutput + func (s DescribeLogGroupsOutput) GoString() string + func (s DescribeLogGroupsOutput) String() string + type DescribeLogStreamsInput struct + Descending *bool + Limit *int64 + LogGroupName *string + LogStreamNamePrefix *string + NextToken *string + OrderBy *string + func (s *DescribeLogStreamsInput) 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) Validate() error + func (s DescribeLogStreamsInput) GoString() string + func (s DescribeLogStreamsInput) String() string + type DescribeLogStreamsOutput struct + LogStreams []*LogStream + NextToken *string + func (s *DescribeLogStreamsOutput) SetLogStreams(v []*LogStream) *DescribeLogStreamsOutput + func (s *DescribeLogStreamsOutput) SetNextToken(v string) *DescribeLogStreamsOutput + func (s DescribeLogStreamsOutput) GoString() string + func (s DescribeLogStreamsOutput) String() string + type DescribeMetricFiltersInput struct + FilterNamePrefix *string + Limit *int64 + LogGroupName *string + MetricName *string + MetricNamespace *string + NextToken *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) Validate() error + func (s DescribeMetricFiltersInput) GoString() string + func (s DescribeMetricFiltersInput) String() string + type DescribeMetricFiltersOutput struct + MetricFilters []*MetricFilter + NextToken *string + func (s *DescribeMetricFiltersOutput) SetMetricFilters(v []*MetricFilter) *DescribeMetricFiltersOutput + func (s *DescribeMetricFiltersOutput) SetNextToken(v string) *DescribeMetricFiltersOutput + func (s DescribeMetricFiltersOutput) GoString() string + func (s DescribeMetricFiltersOutput) String() string + type DescribeResourcePoliciesInput struct + Limit *int64 + NextToken *string + func (s *DescribeResourcePoliciesInput) SetLimit(v int64) *DescribeResourcePoliciesInput + func (s *DescribeResourcePoliciesInput) SetNextToken(v string) *DescribeResourcePoliciesInput + func (s *DescribeResourcePoliciesInput) Validate() error + func (s DescribeResourcePoliciesInput) GoString() string + func (s DescribeResourcePoliciesInput) String() string + type DescribeResourcePoliciesOutput struct + NextToken *string + ResourcePolicies []*ResourcePolicy + func (s *DescribeResourcePoliciesOutput) SetNextToken(v string) *DescribeResourcePoliciesOutput + func (s *DescribeResourcePoliciesOutput) SetResourcePolicies(v []*ResourcePolicy) *DescribeResourcePoliciesOutput + func (s DescribeResourcePoliciesOutput) GoString() string + func (s DescribeResourcePoliciesOutput) String() string + type DescribeSubscriptionFiltersInput struct + FilterNamePrefix *string + Limit *int64 + LogGroupName *string + NextToken *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) Validate() error + func (s DescribeSubscriptionFiltersInput) GoString() string + func (s DescribeSubscriptionFiltersInput) String() string + type DescribeSubscriptionFiltersOutput struct + NextToken *string + SubscriptionFilters []*SubscriptionFilter + func (s *DescribeSubscriptionFiltersOutput) SetNextToken(v string) *DescribeSubscriptionFiltersOutput + func (s *DescribeSubscriptionFiltersOutput) SetSubscriptionFilters(v []*SubscriptionFilter) *DescribeSubscriptionFiltersOutput + func (s DescribeSubscriptionFiltersOutput) GoString() string + func (s DescribeSubscriptionFiltersOutput) String() string + type Destination struct + AccessPolicy *string + Arn *string + CreationTime *int64 + DestinationName *string + RoleArn *string + TargetArn *string + func (s *Destination) 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) GoString() string + func (s Destination) String() string + type DisassociateKmsKeyInput struct + LogGroupName *string + func (s *DisassociateKmsKeyInput) SetLogGroupName(v string) *DisassociateKmsKeyInput + func (s *DisassociateKmsKeyInput) Validate() error + func (s DisassociateKmsKeyInput) GoString() string + func (s DisassociateKmsKeyInput) String() string + type DisassociateKmsKeyOutput struct + func (s DisassociateKmsKeyOutput) GoString() string + func (s DisassociateKmsKeyOutput) String() string + type ExportTask struct + Destination *string + DestinationPrefix *string + ExecutionInfo *ExportTaskExecutionInfo + From *int64 + LogGroupName *string + Status *ExportTaskStatus + TaskId *string + TaskName *string + To *int64 + func (s *ExportTask) 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) GoString() string + func (s ExportTask) String() string + type ExportTaskExecutionInfo struct + CompletionTime *int64 + CreationTime *int64 + func (s *ExportTaskExecutionInfo) SetCompletionTime(v int64) *ExportTaskExecutionInfo + func (s *ExportTaskExecutionInfo) SetCreationTime(v int64) *ExportTaskExecutionInfo + func (s ExportTaskExecutionInfo) GoString() string + func (s ExportTaskExecutionInfo) String() string + type ExportTaskStatus struct + Code *string + Message *string + func (s *ExportTaskStatus) SetCode(v string) *ExportTaskStatus + func (s *ExportTaskStatus) SetMessage(v string) *ExportTaskStatus + func (s ExportTaskStatus) GoString() string + func (s ExportTaskStatus) String() string + type FilterLogEventsInput struct + EndTime *int64 + FilterPattern *string + Interleaved *bool + Limit *int64 + LogGroupName *string + LogStreamNames []*string + NextToken *string + StartTime *int64 + func (s *FilterLogEventsInput) SetEndTime(v int64) *FilterLogEventsInput + func (s *FilterLogEventsInput) SetFilterPattern(v string) *FilterLogEventsInput + func (s *FilterLogEventsInput) SetInterleaved(v bool) *FilterLogEventsInput + func (s *FilterLogEventsInput) SetLimit(v int64) *FilterLogEventsInput + func (s *FilterLogEventsInput) SetLogGroupName(v string) *FilterLogEventsInput + func (s *FilterLogEventsInput) SetLogStreamNames(v []*string) *FilterLogEventsInput + func (s *FilterLogEventsInput) SetNextToken(v string) *FilterLogEventsInput + func (s *FilterLogEventsInput) SetStartTime(v int64) *FilterLogEventsInput + func (s *FilterLogEventsInput) Validate() error + func (s FilterLogEventsInput) GoString() string + func (s FilterLogEventsInput) String() string + type FilterLogEventsOutput struct + Events []*FilteredLogEvent + NextToken *string + SearchedLogStreams []*SearchedLogStream + func (s *FilterLogEventsOutput) SetEvents(v []*FilteredLogEvent) *FilterLogEventsOutput + func (s *FilterLogEventsOutput) SetNextToken(v string) *FilterLogEventsOutput + func (s *FilterLogEventsOutput) SetSearchedLogStreams(v []*SearchedLogStream) *FilterLogEventsOutput + func (s FilterLogEventsOutput) GoString() string + func (s FilterLogEventsOutput) String() string + type FilteredLogEvent struct + EventId *string + IngestionTime *int64 + LogStreamName *string + Message *string + Timestamp *int64 + func (s *FilteredLogEvent) 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) GoString() string + func (s FilteredLogEvent) String() string + type GetLogEventsInput struct + EndTime *int64 + Limit *int64 + LogGroupName *string + LogStreamName *string + NextToken *string + StartFromHead *bool + StartTime *int64 + func (s *GetLogEventsInput) 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) Validate() error + func (s GetLogEventsInput) GoString() string + func (s GetLogEventsInput) String() string + type GetLogEventsOutput struct + Events []*OutputLogEvent + NextBackwardToken *string + NextForwardToken *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) GoString() string + func (s GetLogEventsOutput) String() string + type InputLogEvent struct + Message *string + Timestamp *int64 + func (s *InputLogEvent) SetMessage(v string) *InputLogEvent + func (s *InputLogEvent) SetTimestamp(v int64) *InputLogEvent + func (s *InputLogEvent) Validate() error + func (s InputLogEvent) GoString() string + func (s InputLogEvent) String() string + type ListTagsLogGroupInput struct + LogGroupName *string + func (s *ListTagsLogGroupInput) SetLogGroupName(v string) *ListTagsLogGroupInput + func (s *ListTagsLogGroupInput) Validate() error + func (s ListTagsLogGroupInput) GoString() string + func (s ListTagsLogGroupInput) String() string + type ListTagsLogGroupOutput struct + Tags map[string]*string + func (s *ListTagsLogGroupOutput) SetTags(v map[string]*string) *ListTagsLogGroupOutput + func (s ListTagsLogGroupOutput) GoString() string + func (s ListTagsLogGroupOutput) String() string + type LogGroup struct + Arn *string + CreationTime *int64 + KmsKeyId *string + LogGroupName *string + MetricFilterCount *int64 + RetentionInDays *int64 + StoredBytes *int64 + 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) GoString() string + func (s LogGroup) String() string + type LogStream struct + Arn *string + CreationTime *int64 + FirstEventTimestamp *int64 + LastEventTimestamp *int64 + LastIngestionTime *int64 + LogStreamName *string + StoredBytes *int64 + UploadSequenceToken *string + func (s *LogStream) 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) GoString() string + func (s LogStream) String() string + type MetricFilter struct + CreationTime *int64 + FilterName *string + FilterPattern *string + LogGroupName *string + MetricTransformations []*MetricTransformation + 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) GoString() string + func (s MetricFilter) String() string + type MetricFilterMatchRecord struct + EventMessage *string + EventNumber *int64 + ExtractedValues map[string]*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) GoString() string + func (s MetricFilterMatchRecord) String() string + type MetricTransformation struct + DefaultValue *float64 + MetricName *string + MetricNamespace *string + MetricValue *string + func (s *MetricTransformation) SetDefaultValue(v float64) *MetricTransformation + func (s *MetricTransformation) SetMetricName(v string) *MetricTransformation + func (s *MetricTransformation) SetMetricNamespace(v string) *MetricTransformation + func (s *MetricTransformation) SetMetricValue(v string) *MetricTransformation + func (s *MetricTransformation) Validate() error + func (s MetricTransformation) GoString() string + func (s MetricTransformation) String() string + type OutputLogEvent struct + IngestionTime *int64 + Message *string + Timestamp *int64 + func (s *OutputLogEvent) SetIngestionTime(v int64) *OutputLogEvent + func (s *OutputLogEvent) SetMessage(v string) *OutputLogEvent + func (s *OutputLogEvent) SetTimestamp(v int64) *OutputLogEvent + func (s OutputLogEvent) GoString() string + func (s OutputLogEvent) String() string + type PutDestinationInput struct + DestinationName *string + RoleArn *string + TargetArn *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) Validate() error + func (s PutDestinationInput) GoString() string + func (s PutDestinationInput) String() string + type PutDestinationOutput struct + Destination *Destination + func (s *PutDestinationOutput) SetDestination(v *Destination) *PutDestinationOutput + func (s PutDestinationOutput) GoString() string + func (s PutDestinationOutput) String() string + type PutDestinationPolicyInput struct + AccessPolicy *string + DestinationName *string + func (s *PutDestinationPolicyInput) SetAccessPolicy(v string) *PutDestinationPolicyInput + func (s *PutDestinationPolicyInput) SetDestinationName(v string) *PutDestinationPolicyInput + func (s *PutDestinationPolicyInput) Validate() error + func (s PutDestinationPolicyInput) GoString() string + func (s PutDestinationPolicyInput) String() string + type PutDestinationPolicyOutput struct + func (s PutDestinationPolicyOutput) GoString() string + func (s PutDestinationPolicyOutput) String() string + type PutLogEventsInput struct + LogEvents []*InputLogEvent + LogGroupName *string + LogStreamName *string + SequenceToken *string + func (s *PutLogEventsInput) 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) Validate() error + func (s PutLogEventsInput) GoString() string + func (s PutLogEventsInput) String() string + type PutLogEventsOutput struct + NextSequenceToken *string + RejectedLogEventsInfo *RejectedLogEventsInfo + func (s *PutLogEventsOutput) SetNextSequenceToken(v string) *PutLogEventsOutput + func (s *PutLogEventsOutput) SetRejectedLogEventsInfo(v *RejectedLogEventsInfo) *PutLogEventsOutput + func (s PutLogEventsOutput) GoString() string + func (s PutLogEventsOutput) String() string + type PutMetricFilterInput struct + FilterName *string + FilterPattern *string + LogGroupName *string + MetricTransformations []*MetricTransformation + 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) Validate() error + func (s PutMetricFilterInput) GoString() string + func (s PutMetricFilterInput) String() string + type PutMetricFilterOutput struct + func (s PutMetricFilterOutput) GoString() string + func (s PutMetricFilterOutput) String() string + type PutResourcePolicyInput struct + PolicyDocument *string + PolicyName *string + func (s *PutResourcePolicyInput) SetPolicyDocument(v string) *PutResourcePolicyInput + func (s *PutResourcePolicyInput) SetPolicyName(v string) *PutResourcePolicyInput + func (s *PutResourcePolicyInput) Validate() error + func (s PutResourcePolicyInput) GoString() string + func (s PutResourcePolicyInput) String() string + type PutResourcePolicyOutput struct + ResourcePolicy *ResourcePolicy + func (s *PutResourcePolicyOutput) SetResourcePolicy(v *ResourcePolicy) *PutResourcePolicyOutput + func (s PutResourcePolicyOutput) GoString() string + func (s PutResourcePolicyOutput) String() string + type PutRetentionPolicyInput struct + LogGroupName *string + RetentionInDays *int64 + func (s *PutRetentionPolicyInput) SetLogGroupName(v string) *PutRetentionPolicyInput + func (s *PutRetentionPolicyInput) SetRetentionInDays(v int64) *PutRetentionPolicyInput + func (s *PutRetentionPolicyInput) Validate() error + func (s PutRetentionPolicyInput) GoString() string + func (s PutRetentionPolicyInput) String() string + type PutRetentionPolicyOutput struct + func (s PutRetentionPolicyOutput) GoString() string + func (s PutRetentionPolicyOutput) String() string + type PutSubscriptionFilterInput struct + DestinationArn *string + Distribution *string + FilterName *string + FilterPattern *string + LogGroupName *string + RoleArn *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) Validate() error + func (s PutSubscriptionFilterInput) GoString() string + func (s PutSubscriptionFilterInput) String() string + type PutSubscriptionFilterOutput struct + func (s PutSubscriptionFilterOutput) GoString() string + func (s PutSubscriptionFilterOutput) String() string + type RejectedLogEventsInfo struct + ExpiredLogEventEndIndex *int64 + TooNewLogEventStartIndex *int64 + TooOldLogEventEndIndex *int64 + func (s *RejectedLogEventsInfo) SetExpiredLogEventEndIndex(v int64) *RejectedLogEventsInfo + func (s *RejectedLogEventsInfo) SetTooNewLogEventStartIndex(v int64) *RejectedLogEventsInfo + func (s *RejectedLogEventsInfo) SetTooOldLogEventEndIndex(v int64) *RejectedLogEventsInfo + func (s RejectedLogEventsInfo) GoString() string + func (s RejectedLogEventsInfo) String() string + type ResourcePolicy struct + LastUpdatedTime *int64 + PolicyDocument *string + PolicyName *string + func (s *ResourcePolicy) SetLastUpdatedTime(v int64) *ResourcePolicy + func (s *ResourcePolicy) SetPolicyDocument(v string) *ResourcePolicy + func (s *ResourcePolicy) SetPolicyName(v string) *ResourcePolicy + func (s ResourcePolicy) GoString() string + func (s ResourcePolicy) String() string + type SearchedLogStream struct + LogStreamName *string + SearchedCompletely *bool + func (s *SearchedLogStream) SetLogStreamName(v string) *SearchedLogStream + func (s *SearchedLogStream) SetSearchedCompletely(v bool) *SearchedLogStream + func (s SearchedLogStream) GoString() string + func (s SearchedLogStream) String() string + type SubscriptionFilter struct + CreationTime *int64 + DestinationArn *string + Distribution *string + FilterName *string + FilterPattern *string + LogGroupName *string + RoleArn *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) GoString() string + func (s SubscriptionFilter) String() string + type TagLogGroupInput struct + LogGroupName *string + Tags map[string]*string + func (s *TagLogGroupInput) SetLogGroupName(v string) *TagLogGroupInput + func (s *TagLogGroupInput) SetTags(v map[string]*string) *TagLogGroupInput + func (s *TagLogGroupInput) Validate() error + func (s TagLogGroupInput) GoString() string + func (s TagLogGroupInput) String() string + type TagLogGroupOutput struct + func (s TagLogGroupOutput) GoString() string + func (s TagLogGroupOutput) String() string + type TestMetricFilterInput struct + FilterPattern *string + LogEventMessages []*string + func (s *TestMetricFilterInput) SetFilterPattern(v string) *TestMetricFilterInput + func (s *TestMetricFilterInput) SetLogEventMessages(v []*string) *TestMetricFilterInput + func (s *TestMetricFilterInput) Validate() error + func (s TestMetricFilterInput) GoString() string + func (s TestMetricFilterInput) String() string + type TestMetricFilterOutput struct + Matches []*MetricFilterMatchRecord + func (s *TestMetricFilterOutput) SetMatches(v []*MetricFilterMatchRecord) *TestMetricFilterOutput + func (s TestMetricFilterOutput) GoString() string + func (s TestMetricFilterOutput) String() string + type UntagLogGroupInput struct + LogGroupName *string + Tags []*string + func (s *UntagLogGroupInput) SetLogGroupName(v string) *UntagLogGroupInput + func (s *UntagLogGroupInput) SetTags(v []*string) *UntagLogGroupInput + func (s *UntagLogGroupInput) Validate() error + func (s UntagLogGroupInput) GoString() string + func (s UntagLogGroupInput) String() string + type UntagLogGroupOutput struct + func (s UntagLogGroupOutput) GoString() string + func (s UntagLogGroupOutput) String() string