Versions in this module Expand all Collapse all v1 v1.48.2 Nov 21, 2023 Changes in this version + const DataProtectionStatusActivated + const DataProtectionStatusArchived + const DataProtectionStatusDeleted + const DataProtectionStatusDisabled + const DeliveryDestinationTypeCwl + const DeliveryDestinationTypeFh + const DeliveryDestinationTypeS3 + const DistributionByLogStream + const DistributionRandom + const EndpointsID + const ErrCodeAccessDeniedException + const ErrCodeConflictException + const ErrCodeDataAlreadyAcceptedException + const ErrCodeInvalidOperationException + const ErrCodeInvalidParameterException + const ErrCodeInvalidSequenceTokenException + const ErrCodeLimitExceededException + const ErrCodeMalformedQueryException + const ErrCodeOperationAbortedException + const ErrCodeResourceAlreadyExistsException + const ErrCodeResourceNotFoundException + const ErrCodeServiceQuotaExceededException + const ErrCodeServiceUnavailableException + const ErrCodeThrottlingException + const ErrCodeTooManyTagsException + const ErrCodeUnrecognizedClientException + const ErrCodeValidationException + const ExportTaskStatusCodeCancelled + const ExportTaskStatusCodeCompleted + const ExportTaskStatusCodeFailed + const ExportTaskStatusCodePending + const ExportTaskStatusCodePendingCancel + const ExportTaskStatusCodeRunning + const InheritedPropertyAccountDataProtection + const OrderByLastEventTime + const OrderByLogStreamName + const OutputFormatJson + const OutputFormatParquet + const OutputFormatPlain + const OutputFormatRaw + const OutputFormatW3c + const PolicyTypeDataProtectionPolicy + const QueryStatusCancelled + const QueryStatusComplete + const QueryStatusFailed + const QueryStatusRunning + const QueryStatusScheduled + const QueryStatusTimeout + const QueryStatusUnknown + const ScopeAll + const ServiceID + const ServiceName + const StandardUnitBits + const StandardUnitBitsSecond + const StandardUnitBytes + const StandardUnitBytesSecond + const StandardUnitCount + const StandardUnitCountSecond + const StandardUnitGigabits + const StandardUnitGigabitsSecond + const StandardUnitGigabytes + const StandardUnitGigabytesSecond + const StandardUnitKilobits + const StandardUnitKilobitsSecond + const StandardUnitKilobytes + const StandardUnitKilobytesSecond + const StandardUnitMegabits + const StandardUnitMegabitsSecond + const StandardUnitMegabytes + const StandardUnitMegabytesSecond + const StandardUnitMicroseconds + const StandardUnitMilliseconds + const StandardUnitNone + const StandardUnitPercent + const StandardUnitSeconds + const StandardUnitTerabits + const StandardUnitTerabitsSecond + const StandardUnitTerabytes + const StandardUnitTerabytesSecond + func DataProtectionStatus_Values() []string + func DeliveryDestinationType_Values() []string + func Distribution_Values() []string + func ExportTaskStatusCode_Values() []string + func InheritedProperty_Values() []string + func OrderBy_Values() []string + func OutputFormat_Values() []string + func PolicyType_Values() []string + func QueryStatus_Values() []string + func Scope_Values() []string + func StandardUnit_Values() []string + type AccessDeniedException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *AccessDeniedException) Code() string + func (s *AccessDeniedException) Error() string + func (s *AccessDeniedException) Message() string + func (s *AccessDeniedException) OrigErr() error + func (s *AccessDeniedException) RequestID() string + func (s *AccessDeniedException) StatusCode() int + func (s AccessDeniedException) GoString() string + func (s AccessDeniedException) String() string + type AccountPolicy struct + AccountId *string + LastUpdatedTime *int64 + PolicyDocument *string + PolicyName *string + PolicyType *string + Scope *string + func (s *AccountPolicy) SetAccountId(v string) *AccountPolicy + func (s *AccountPolicy) SetLastUpdatedTime(v int64) *AccountPolicy + func (s *AccountPolicy) SetPolicyDocument(v string) *AccountPolicy + func (s *AccountPolicy) SetPolicyName(v string) *AccountPolicy + func (s *AccountPolicy) SetPolicyType(v string) *AccountPolicy + func (s *AccountPolicy) SetScope(v string) *AccountPolicy + func (s AccountPolicy) GoString() string + func (s AccountPolicy) String() string + type AssociateKmsKeyInput struct + KmsKeyId *string + LogGroupName *string + ResourceIdentifier *string + func (s *AssociateKmsKeyInput) SetKmsKeyId(v string) *AssociateKmsKeyInput + func (s *AssociateKmsKeyInput) SetLogGroupName(v string) *AssociateKmsKeyInput + func (s *AssociateKmsKeyInput) SetResourceIdentifier(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) CreateDelivery(input *CreateDeliveryInput) (*CreateDeliveryOutput, error) + func (c *CloudWatchLogs) CreateDeliveryRequest(input *CreateDeliveryInput) (req *request.Request, output *CreateDeliveryOutput) + func (c *CloudWatchLogs) CreateDeliveryWithContext(ctx aws.Context, input *CreateDeliveryInput, opts ...request.Option) (*CreateDeliveryOutput, 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) DeleteAccountPolicy(input *DeleteAccountPolicyInput) (*DeleteAccountPolicyOutput, error) + func (c *CloudWatchLogs) DeleteAccountPolicyRequest(input *DeleteAccountPolicyInput) (req *request.Request, output *DeleteAccountPolicyOutput) + func (c *CloudWatchLogs) DeleteAccountPolicyWithContext(ctx aws.Context, input *DeleteAccountPolicyInput, opts ...request.Option) (*DeleteAccountPolicyOutput, error) + func (c *CloudWatchLogs) DeleteDataProtectionPolicy(input *DeleteDataProtectionPolicyInput) (*DeleteDataProtectionPolicyOutput, error) + func (c *CloudWatchLogs) DeleteDataProtectionPolicyRequest(input *DeleteDataProtectionPolicyInput) (req *request.Request, output *DeleteDataProtectionPolicyOutput) + func (c *CloudWatchLogs) DeleteDataProtectionPolicyWithContext(ctx aws.Context, input *DeleteDataProtectionPolicyInput, ...) (*DeleteDataProtectionPolicyOutput, error) + func (c *CloudWatchLogs) DeleteDelivery(input *DeleteDeliveryInput) (*DeleteDeliveryOutput, error) + func (c *CloudWatchLogs) DeleteDeliveryDestination(input *DeleteDeliveryDestinationInput) (*DeleteDeliveryDestinationOutput, error) + func (c *CloudWatchLogs) DeleteDeliveryDestinationPolicy(input *DeleteDeliveryDestinationPolicyInput) (*DeleteDeliveryDestinationPolicyOutput, error) + func (c *CloudWatchLogs) DeleteDeliveryDestinationPolicyRequest(input *DeleteDeliveryDestinationPolicyInput) (req *request.Request, output *DeleteDeliveryDestinationPolicyOutput) + func (c *CloudWatchLogs) DeleteDeliveryDestinationPolicyWithContext(ctx aws.Context, input *DeleteDeliveryDestinationPolicyInput, ...) (*DeleteDeliveryDestinationPolicyOutput, error) + func (c *CloudWatchLogs) DeleteDeliveryDestinationRequest(input *DeleteDeliveryDestinationInput) (req *request.Request, output *DeleteDeliveryDestinationOutput) + func (c *CloudWatchLogs) DeleteDeliveryDestinationWithContext(ctx aws.Context, input *DeleteDeliveryDestinationInput, opts ...request.Option) (*DeleteDeliveryDestinationOutput, error) + func (c *CloudWatchLogs) DeleteDeliveryRequest(input *DeleteDeliveryInput) (req *request.Request, output *DeleteDeliveryOutput) + func (c *CloudWatchLogs) DeleteDeliverySource(input *DeleteDeliverySourceInput) (*DeleteDeliverySourceOutput, error) + func (c *CloudWatchLogs) DeleteDeliverySourceRequest(input *DeleteDeliverySourceInput) (req *request.Request, output *DeleteDeliverySourceOutput) + func (c *CloudWatchLogs) DeleteDeliverySourceWithContext(ctx aws.Context, input *DeleteDeliverySourceInput, opts ...request.Option) (*DeleteDeliverySourceOutput, error) + func (c *CloudWatchLogs) DeleteDeliveryWithContext(ctx aws.Context, input *DeleteDeliveryInput, opts ...request.Option) (*DeleteDeliveryOutput, 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) DescribeAccountPolicies(input *DescribeAccountPoliciesInput) (*DescribeAccountPoliciesOutput, error) + func (c *CloudWatchLogs) DescribeAccountPoliciesRequest(input *DescribeAccountPoliciesInput) (req *request.Request, output *DescribeAccountPoliciesOutput) + func (c *CloudWatchLogs) DescribeAccountPoliciesWithContext(ctx aws.Context, input *DescribeAccountPoliciesInput, opts ...request.Option) (*DescribeAccountPoliciesOutput, error) + func (c *CloudWatchLogs) DescribeDeliveries(input *DescribeDeliveriesInput) (*DescribeDeliveriesOutput, error) + func (c *CloudWatchLogs) DescribeDeliveriesPages(input *DescribeDeliveriesInput, fn func(*DescribeDeliveriesOutput, bool) bool) error + func (c *CloudWatchLogs) DescribeDeliveriesPagesWithContext(ctx aws.Context, input *DescribeDeliveriesInput, ...) error + func (c *CloudWatchLogs) DescribeDeliveriesRequest(input *DescribeDeliveriesInput) (req *request.Request, output *DescribeDeliveriesOutput) + func (c *CloudWatchLogs) DescribeDeliveriesWithContext(ctx aws.Context, input *DescribeDeliveriesInput, opts ...request.Option) (*DescribeDeliveriesOutput, error) + func (c *CloudWatchLogs) DescribeDeliveryDestinations(input *DescribeDeliveryDestinationsInput) (*DescribeDeliveryDestinationsOutput, error) + func (c *CloudWatchLogs) DescribeDeliveryDestinationsPages(input *DescribeDeliveryDestinationsInput, ...) error + func (c *CloudWatchLogs) DescribeDeliveryDestinationsPagesWithContext(ctx aws.Context, input *DescribeDeliveryDestinationsInput, ...) error + func (c *CloudWatchLogs) DescribeDeliveryDestinationsRequest(input *DescribeDeliveryDestinationsInput) (req *request.Request, output *DescribeDeliveryDestinationsOutput) + func (c *CloudWatchLogs) DescribeDeliveryDestinationsWithContext(ctx aws.Context, input *DescribeDeliveryDestinationsInput, ...) (*DescribeDeliveryDestinationsOutput, error) + func (c *CloudWatchLogs) DescribeDeliverySources(input *DescribeDeliverySourcesInput) (*DescribeDeliverySourcesOutput, error) + func (c *CloudWatchLogs) DescribeDeliverySourcesPages(input *DescribeDeliverySourcesInput, ...) error + func (c *CloudWatchLogs) DescribeDeliverySourcesPagesWithContext(ctx aws.Context, input *DescribeDeliverySourcesInput, ...) error + func (c *CloudWatchLogs) DescribeDeliverySourcesRequest(input *DescribeDeliverySourcesInput) (req *request.Request, output *DescribeDeliverySourcesOutput) + func (c *CloudWatchLogs) DescribeDeliverySourcesWithContext(ctx aws.Context, input *DescribeDeliverySourcesInput, opts ...request.Option) (*DescribeDeliverySourcesOutput, 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) GetDataProtectionPolicy(input *GetDataProtectionPolicyInput) (*GetDataProtectionPolicyOutput, error) + func (c *CloudWatchLogs) GetDataProtectionPolicyRequest(input *GetDataProtectionPolicyInput) (req *request.Request, output *GetDataProtectionPolicyOutput) + func (c *CloudWatchLogs) GetDataProtectionPolicyWithContext(ctx aws.Context, input *GetDataProtectionPolicyInput, opts ...request.Option) (*GetDataProtectionPolicyOutput, error) + func (c *CloudWatchLogs) GetDelivery(input *GetDeliveryInput) (*GetDeliveryOutput, error) + func (c *CloudWatchLogs) GetDeliveryDestination(input *GetDeliveryDestinationInput) (*GetDeliveryDestinationOutput, error) + func (c *CloudWatchLogs) GetDeliveryDestinationPolicy(input *GetDeliveryDestinationPolicyInput) (*GetDeliveryDestinationPolicyOutput, error) + func (c *CloudWatchLogs) GetDeliveryDestinationPolicyRequest(input *GetDeliveryDestinationPolicyInput) (req *request.Request, output *GetDeliveryDestinationPolicyOutput) + func (c *CloudWatchLogs) GetDeliveryDestinationPolicyWithContext(ctx aws.Context, input *GetDeliveryDestinationPolicyInput, ...) (*GetDeliveryDestinationPolicyOutput, error) + func (c *CloudWatchLogs) GetDeliveryDestinationRequest(input *GetDeliveryDestinationInput) (req *request.Request, output *GetDeliveryDestinationOutput) + func (c *CloudWatchLogs) GetDeliveryDestinationWithContext(ctx aws.Context, input *GetDeliveryDestinationInput, opts ...request.Option) (*GetDeliveryDestinationOutput, error) + func (c *CloudWatchLogs) GetDeliveryRequest(input *GetDeliveryInput) (req *request.Request, output *GetDeliveryOutput) + func (c *CloudWatchLogs) GetDeliverySource(input *GetDeliverySourceInput) (*GetDeliverySourceOutput, error) + func (c *CloudWatchLogs) GetDeliverySourceRequest(input *GetDeliverySourceInput) (req *request.Request, output *GetDeliverySourceOutput) + func (c *CloudWatchLogs) GetDeliverySourceWithContext(ctx aws.Context, input *GetDeliverySourceInput, opts ...request.Option) (*GetDeliverySourceOutput, error) + func (c *CloudWatchLogs) GetDeliveryWithContext(ctx aws.Context, input *GetDeliveryInput, opts ...request.Option) (*GetDeliveryOutput, 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) ListTagsForResource(input *ListTagsForResourceInput) (*ListTagsForResourceOutput, error) + func (c *CloudWatchLogs) ListTagsForResourceRequest(input *ListTagsForResourceInput) (req *request.Request, output *ListTagsForResourceOutput) + func (c *CloudWatchLogs) ListTagsForResourceWithContext(ctx aws.Context, input *ListTagsForResourceInput, opts ...request.Option) (*ListTagsForResourceOutput, 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) PutAccountPolicy(input *PutAccountPolicyInput) (*PutAccountPolicyOutput, error) + func (c *CloudWatchLogs) PutAccountPolicyRequest(input *PutAccountPolicyInput) (req *request.Request, output *PutAccountPolicyOutput) + func (c *CloudWatchLogs) PutAccountPolicyWithContext(ctx aws.Context, input *PutAccountPolicyInput, opts ...request.Option) (*PutAccountPolicyOutput, error) + func (c *CloudWatchLogs) PutDataProtectionPolicy(input *PutDataProtectionPolicyInput) (*PutDataProtectionPolicyOutput, error) + func (c *CloudWatchLogs) PutDataProtectionPolicyRequest(input *PutDataProtectionPolicyInput) (req *request.Request, output *PutDataProtectionPolicyOutput) + func (c *CloudWatchLogs) PutDataProtectionPolicyWithContext(ctx aws.Context, input *PutDataProtectionPolicyInput, opts ...request.Option) (*PutDataProtectionPolicyOutput, error) + func (c *CloudWatchLogs) PutDeliveryDestination(input *PutDeliveryDestinationInput) (*PutDeliveryDestinationOutput, error) + func (c *CloudWatchLogs) PutDeliveryDestinationPolicy(input *PutDeliveryDestinationPolicyInput) (*PutDeliveryDestinationPolicyOutput, error) + func (c *CloudWatchLogs) PutDeliveryDestinationPolicyRequest(input *PutDeliveryDestinationPolicyInput) (req *request.Request, output *PutDeliveryDestinationPolicyOutput) + func (c *CloudWatchLogs) PutDeliveryDestinationPolicyWithContext(ctx aws.Context, input *PutDeliveryDestinationPolicyInput, ...) (*PutDeliveryDestinationPolicyOutput, error) + func (c *CloudWatchLogs) PutDeliveryDestinationRequest(input *PutDeliveryDestinationInput) (req *request.Request, output *PutDeliveryDestinationOutput) + func (c *CloudWatchLogs) PutDeliveryDestinationWithContext(ctx aws.Context, input *PutDeliveryDestinationInput, opts ...request.Option) (*PutDeliveryDestinationOutput, error) + func (c *CloudWatchLogs) PutDeliverySource(input *PutDeliverySourceInput) (*PutDeliverySourceOutput, error) + func (c *CloudWatchLogs) PutDeliverySourceRequest(input *PutDeliverySourceInput) (req *request.Request, output *PutDeliverySourceOutput) + func (c *CloudWatchLogs) PutDeliverySourceWithContext(ctx aws.Context, input *PutDeliverySourceInput, opts ...request.Option) (*PutDeliverySourceOutput, 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) TagResource(input *TagResourceInput) (*TagResourceOutput, error) + func (c *CloudWatchLogs) TagResourceRequest(input *TagResourceInput) (req *request.Request, output *TagResourceOutput) + func (c *CloudWatchLogs) TagResourceWithContext(ctx aws.Context, input *TagResourceInput, opts ...request.Option) (*TagResourceOutput, 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) + func (c *CloudWatchLogs) UntagResource(input *UntagResourceInput) (*UntagResourceOutput, error) + func (c *CloudWatchLogs) UntagResourceRequest(input *UntagResourceInput) (req *request.Request, output *UntagResourceOutput) + func (c *CloudWatchLogs) UntagResourceWithContext(ctx aws.Context, input *UntagResourceInput, opts ...request.Option) (*UntagResourceOutput, error) + type ConflictException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ConflictException) Code() string + func (s *ConflictException) Error() string + func (s *ConflictException) Message() string + func (s *ConflictException) OrigErr() error + func (s *ConflictException) RequestID() string + func (s *ConflictException) StatusCode() int + func (s ConflictException) GoString() string + func (s ConflictException) String() string + type CreateDeliveryInput struct + DeliveryDestinationArn *string + DeliverySourceName *string + Tags map[string]*string + func (s *CreateDeliveryInput) SetDeliveryDestinationArn(v string) *CreateDeliveryInput + func (s *CreateDeliveryInput) SetDeliverySourceName(v string) *CreateDeliveryInput + func (s *CreateDeliveryInput) SetTags(v map[string]*string) *CreateDeliveryInput + func (s *CreateDeliveryInput) Validate() error + func (s CreateDeliveryInput) GoString() string + func (s CreateDeliveryInput) String() string + type CreateDeliveryOutput struct + Delivery *Delivery + func (s *CreateDeliveryOutput) SetDelivery(v *Delivery) *CreateDeliveryOutput + func (s CreateDeliveryOutput) GoString() string + func (s CreateDeliveryOutput) String() string + 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 DataAlreadyAcceptedException struct + ExpectedSequenceToken *string + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *DataAlreadyAcceptedException) Code() string + func (s *DataAlreadyAcceptedException) Error() string + func (s *DataAlreadyAcceptedException) Message() string + func (s *DataAlreadyAcceptedException) OrigErr() error + func (s *DataAlreadyAcceptedException) RequestID() string + func (s *DataAlreadyAcceptedException) StatusCode() int + func (s DataAlreadyAcceptedException) GoString() string + func (s DataAlreadyAcceptedException) String() string + type DeleteAccountPolicyInput struct + PolicyName *string + PolicyType *string + func (s *DeleteAccountPolicyInput) SetPolicyName(v string) *DeleteAccountPolicyInput + func (s *DeleteAccountPolicyInput) SetPolicyType(v string) *DeleteAccountPolicyInput + func (s *DeleteAccountPolicyInput) Validate() error + func (s DeleteAccountPolicyInput) GoString() string + func (s DeleteAccountPolicyInput) String() string + type DeleteAccountPolicyOutput struct + func (s DeleteAccountPolicyOutput) GoString() string + func (s DeleteAccountPolicyOutput) String() string + type DeleteDataProtectionPolicyInput struct + LogGroupIdentifier *string + func (s *DeleteDataProtectionPolicyInput) SetLogGroupIdentifier(v string) *DeleteDataProtectionPolicyInput + func (s *DeleteDataProtectionPolicyInput) Validate() error + func (s DeleteDataProtectionPolicyInput) GoString() string + func (s DeleteDataProtectionPolicyInput) String() string + type DeleteDataProtectionPolicyOutput struct + func (s DeleteDataProtectionPolicyOutput) GoString() string + func (s DeleteDataProtectionPolicyOutput) String() string + type DeleteDeliveryDestinationInput struct + Name *string + func (s *DeleteDeliveryDestinationInput) SetName(v string) *DeleteDeliveryDestinationInput + func (s *DeleteDeliveryDestinationInput) Validate() error + func (s DeleteDeliveryDestinationInput) GoString() string + func (s DeleteDeliveryDestinationInput) String() string + type DeleteDeliveryDestinationOutput struct + func (s DeleteDeliveryDestinationOutput) GoString() string + func (s DeleteDeliveryDestinationOutput) String() string + type DeleteDeliveryDestinationPolicyInput struct + DeliveryDestinationName *string + func (s *DeleteDeliveryDestinationPolicyInput) SetDeliveryDestinationName(v string) *DeleteDeliveryDestinationPolicyInput + func (s *DeleteDeliveryDestinationPolicyInput) Validate() error + func (s DeleteDeliveryDestinationPolicyInput) GoString() string + func (s DeleteDeliveryDestinationPolicyInput) String() string + type DeleteDeliveryDestinationPolicyOutput struct + func (s DeleteDeliveryDestinationPolicyOutput) GoString() string + func (s DeleteDeliveryDestinationPolicyOutput) String() string + type DeleteDeliveryInput struct + Id *string + func (s *DeleteDeliveryInput) SetId(v string) *DeleteDeliveryInput + func (s *DeleteDeliveryInput) Validate() error + func (s DeleteDeliveryInput) GoString() string + func (s DeleteDeliveryInput) String() string + type DeleteDeliveryOutput struct + func (s DeleteDeliveryOutput) GoString() string + func (s DeleteDeliveryOutput) String() string + type DeleteDeliverySourceInput struct + Name *string + func (s *DeleteDeliverySourceInput) SetName(v string) *DeleteDeliverySourceInput + func (s *DeleteDeliverySourceInput) Validate() error + func (s DeleteDeliverySourceInput) GoString() string + func (s DeleteDeliverySourceInput) String() string + type DeleteDeliverySourceOutput struct + func (s DeleteDeliverySourceOutput) GoString() string + func (s DeleteDeliverySourceOutput) 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 DeleteQueryDefinitionInput struct + QueryDefinitionId *string + func (s *DeleteQueryDefinitionInput) SetQueryDefinitionId(v string) *DeleteQueryDefinitionInput + func (s *DeleteQueryDefinitionInput) Validate() error + func (s DeleteQueryDefinitionInput) GoString() string + func (s DeleteQueryDefinitionInput) String() string + type DeleteQueryDefinitionOutput struct + Success *bool + func (s *DeleteQueryDefinitionOutput) SetSuccess(v bool) *DeleteQueryDefinitionOutput + func (s DeleteQueryDefinitionOutput) GoString() string + func (s DeleteQueryDefinitionOutput) 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 Delivery struct + Arn *string + DeliveryDestinationArn *string + DeliveryDestinationType *string + DeliverySourceName *string + Id *string + Tags map[string]*string + func (s *Delivery) SetArn(v string) *Delivery + func (s *Delivery) SetDeliveryDestinationArn(v string) *Delivery + func (s *Delivery) SetDeliveryDestinationType(v string) *Delivery + func (s *Delivery) SetDeliverySourceName(v string) *Delivery + func (s *Delivery) SetId(v string) *Delivery + func (s *Delivery) SetTags(v map[string]*string) *Delivery + func (s Delivery) GoString() string + func (s Delivery) String() string + type DeliveryDestination struct + Arn *string + DeliveryDestinationConfiguration *DeliveryDestinationConfiguration + DeliveryDestinationType *string + Name *string + OutputFormat *string + Tags map[string]*string + func (s *DeliveryDestination) SetArn(v string) *DeliveryDestination + func (s *DeliveryDestination) SetDeliveryDestinationConfiguration(v *DeliveryDestinationConfiguration) *DeliveryDestination + func (s *DeliveryDestination) SetDeliveryDestinationType(v string) *DeliveryDestination + func (s *DeliveryDestination) SetName(v string) *DeliveryDestination + func (s *DeliveryDestination) SetOutputFormat(v string) *DeliveryDestination + func (s *DeliveryDestination) SetTags(v map[string]*string) *DeliveryDestination + func (s DeliveryDestination) GoString() string + func (s DeliveryDestination) String() string + type DeliveryDestinationConfiguration struct + DestinationResourceArn *string + func (s *DeliveryDestinationConfiguration) SetDestinationResourceArn(v string) *DeliveryDestinationConfiguration + func (s *DeliveryDestinationConfiguration) Validate() error + func (s DeliveryDestinationConfiguration) GoString() string + func (s DeliveryDestinationConfiguration) String() string + type DeliverySource struct + Arn *string + LogType *string + Name *string + ResourceArns []*string + Service *string + Tags map[string]*string + func (s *DeliverySource) SetArn(v string) *DeliverySource + func (s *DeliverySource) SetLogType(v string) *DeliverySource + func (s *DeliverySource) SetName(v string) *DeliverySource + func (s *DeliverySource) SetResourceArns(v []*string) *DeliverySource + func (s *DeliverySource) SetService(v string) *DeliverySource + func (s *DeliverySource) SetTags(v map[string]*string) *DeliverySource + func (s DeliverySource) GoString() string + func (s DeliverySource) String() string + type DescribeAccountPoliciesInput struct + AccountIdentifiers []*string + PolicyName *string + PolicyType *string + func (s *DescribeAccountPoliciesInput) SetAccountIdentifiers(v []*string) *DescribeAccountPoliciesInput + func (s *DescribeAccountPoliciesInput) SetPolicyName(v string) *DescribeAccountPoliciesInput + func (s *DescribeAccountPoliciesInput) SetPolicyType(v string) *DescribeAccountPoliciesInput + func (s *DescribeAccountPoliciesInput) Validate() error + func (s DescribeAccountPoliciesInput) GoString() string + func (s DescribeAccountPoliciesInput) String() string + type DescribeAccountPoliciesOutput struct + AccountPolicies []*AccountPolicy + func (s *DescribeAccountPoliciesOutput) SetAccountPolicies(v []*AccountPolicy) *DescribeAccountPoliciesOutput + func (s DescribeAccountPoliciesOutput) GoString() string + func (s DescribeAccountPoliciesOutput) String() string + type DescribeDeliveriesInput struct + Limit *int64 + NextToken *string + func (s *DescribeDeliveriesInput) SetLimit(v int64) *DescribeDeliveriesInput + func (s *DescribeDeliveriesInput) SetNextToken(v string) *DescribeDeliveriesInput + func (s *DescribeDeliveriesInput) Validate() error + func (s DescribeDeliveriesInput) GoString() string + func (s DescribeDeliveriesInput) String() string + type DescribeDeliveriesOutput struct + Deliveries []*Delivery + NextToken *string + func (s *DescribeDeliveriesOutput) SetDeliveries(v []*Delivery) *DescribeDeliveriesOutput + func (s *DescribeDeliveriesOutput) SetNextToken(v string) *DescribeDeliveriesOutput + func (s DescribeDeliveriesOutput) GoString() string + func (s DescribeDeliveriesOutput) String() string + type DescribeDeliveryDestinationsInput struct + Limit *int64 + NextToken *string + func (s *DescribeDeliveryDestinationsInput) SetLimit(v int64) *DescribeDeliveryDestinationsInput + func (s *DescribeDeliveryDestinationsInput) SetNextToken(v string) *DescribeDeliveryDestinationsInput + func (s *DescribeDeliveryDestinationsInput) Validate() error + func (s DescribeDeliveryDestinationsInput) GoString() string + func (s DescribeDeliveryDestinationsInput) String() string + type DescribeDeliveryDestinationsOutput struct + DeliveryDestinations []*DeliveryDestination + NextToken *string + func (s *DescribeDeliveryDestinationsOutput) SetDeliveryDestinations(v []*DeliveryDestination) *DescribeDeliveryDestinationsOutput + func (s *DescribeDeliveryDestinationsOutput) SetNextToken(v string) *DescribeDeliveryDestinationsOutput + func (s DescribeDeliveryDestinationsOutput) GoString() string + func (s DescribeDeliveryDestinationsOutput) String() string + type DescribeDeliverySourcesInput struct + Limit *int64 + NextToken *string + func (s *DescribeDeliverySourcesInput) SetLimit(v int64) *DescribeDeliverySourcesInput + func (s *DescribeDeliverySourcesInput) SetNextToken(v string) *DescribeDeliverySourcesInput + func (s *DescribeDeliverySourcesInput) Validate() error + func (s DescribeDeliverySourcesInput) GoString() string + func (s DescribeDeliverySourcesInput) String() string + type DescribeDeliverySourcesOutput struct + DeliverySources []*DeliverySource + NextToken *string + func (s *DescribeDeliverySourcesOutput) SetDeliverySources(v []*DeliverySource) *DescribeDeliverySourcesOutput + func (s *DescribeDeliverySourcesOutput) SetNextToken(v string) *DescribeDeliverySourcesOutput + func (s DescribeDeliverySourcesOutput) GoString() string + func (s DescribeDeliverySourcesOutput) 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 + AccountIdentifiers []*string + IncludeLinkedAccounts *bool + Limit *int64 + LogGroupNamePattern *string + LogGroupNamePrefix *string + NextToken *string + func (s *DescribeLogGroupsInput) SetAccountIdentifiers(v []*string) *DescribeLogGroupsInput + func (s *DescribeLogGroupsInput) SetIncludeLinkedAccounts(v bool) *DescribeLogGroupsInput + func (s *DescribeLogGroupsInput) SetLimit(v int64) *DescribeLogGroupsInput + func (s *DescribeLogGroupsInput) SetLogGroupNamePattern(v string) *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 + LogGroupIdentifier *string + 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) SetLogGroupIdentifier(v string) *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 DescribeQueriesInput struct + LogGroupName *string + MaxResults *int64 + NextToken *string + Status *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) Validate() error + func (s DescribeQueriesInput) GoString() string + func (s DescribeQueriesInput) String() string + type DescribeQueriesOutput struct + NextToken *string + Queries []*QueryInfo + func (s *DescribeQueriesOutput) SetNextToken(v string) *DescribeQueriesOutput + func (s *DescribeQueriesOutput) SetQueries(v []*QueryInfo) *DescribeQueriesOutput + func (s DescribeQueriesOutput) GoString() string + func (s DescribeQueriesOutput) String() string + type DescribeQueryDefinitionsInput struct + MaxResults *int64 + NextToken *string + QueryDefinitionNamePrefix *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) Validate() error + func (s DescribeQueryDefinitionsInput) GoString() string + func (s DescribeQueryDefinitionsInput) String() string + type DescribeQueryDefinitionsOutput struct + NextToken *string + QueryDefinitions []*QueryDefinition + func (s *DescribeQueryDefinitionsOutput) SetNextToken(v string) *DescribeQueryDefinitionsOutput + func (s *DescribeQueryDefinitionsOutput) SetQueryDefinitions(v []*QueryDefinition) *DescribeQueryDefinitionsOutput + func (s DescribeQueryDefinitionsOutput) GoString() string + func (s DescribeQueryDefinitionsOutput) 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 + ResourceIdentifier *string + func (s *DisassociateKmsKeyInput) SetLogGroupName(v string) *DisassociateKmsKeyInput + func (s *DisassociateKmsKeyInput) SetResourceIdentifier(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 + LogGroupIdentifier *string + LogGroupName *string + LogStreamNamePrefix *string + LogStreamNames []*string + NextToken *string + StartTime *int64 + Unmask *bool + 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) SetLogGroupIdentifier(v string) *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) SetUnmask(v bool) *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 GetDataProtectionPolicyInput struct + LogGroupIdentifier *string + func (s *GetDataProtectionPolicyInput) SetLogGroupIdentifier(v string) *GetDataProtectionPolicyInput + func (s *GetDataProtectionPolicyInput) Validate() error + func (s GetDataProtectionPolicyInput) GoString() string + func (s GetDataProtectionPolicyInput) String() string + type GetDataProtectionPolicyOutput struct + LastUpdatedTime *int64 + LogGroupIdentifier *string + PolicyDocument *string + func (s *GetDataProtectionPolicyOutput) SetLastUpdatedTime(v int64) *GetDataProtectionPolicyOutput + func (s *GetDataProtectionPolicyOutput) SetLogGroupIdentifier(v string) *GetDataProtectionPolicyOutput + func (s *GetDataProtectionPolicyOutput) SetPolicyDocument(v string) *GetDataProtectionPolicyOutput + func (s GetDataProtectionPolicyOutput) GoString() string + func (s GetDataProtectionPolicyOutput) String() string + type GetDeliveryDestinationInput struct + Name *string + func (s *GetDeliveryDestinationInput) SetName(v string) *GetDeliveryDestinationInput + func (s *GetDeliveryDestinationInput) Validate() error + func (s GetDeliveryDestinationInput) GoString() string + func (s GetDeliveryDestinationInput) String() string + type GetDeliveryDestinationOutput struct + DeliveryDestination *DeliveryDestination + func (s *GetDeliveryDestinationOutput) SetDeliveryDestination(v *DeliveryDestination) *GetDeliveryDestinationOutput + func (s GetDeliveryDestinationOutput) GoString() string + func (s GetDeliveryDestinationOutput) String() string + type GetDeliveryDestinationPolicyInput struct + DeliveryDestinationName *string + func (s *GetDeliveryDestinationPolicyInput) SetDeliveryDestinationName(v string) *GetDeliveryDestinationPolicyInput + func (s *GetDeliveryDestinationPolicyInput) Validate() error + func (s GetDeliveryDestinationPolicyInput) GoString() string + func (s GetDeliveryDestinationPolicyInput) String() string + type GetDeliveryDestinationPolicyOutput struct + Policy *Policy + func (s *GetDeliveryDestinationPolicyOutput) SetPolicy(v *Policy) *GetDeliveryDestinationPolicyOutput + func (s GetDeliveryDestinationPolicyOutput) GoString() string + func (s GetDeliveryDestinationPolicyOutput) String() string + type GetDeliveryInput struct + Id *string + func (s *GetDeliveryInput) SetId(v string) *GetDeliveryInput + func (s *GetDeliveryInput) Validate() error + func (s GetDeliveryInput) GoString() string + func (s GetDeliveryInput) String() string + type GetDeliveryOutput struct + Delivery *Delivery + func (s *GetDeliveryOutput) SetDelivery(v *Delivery) *GetDeliveryOutput + func (s GetDeliveryOutput) GoString() string + func (s GetDeliveryOutput) String() string + type GetDeliverySourceInput struct + Name *string + func (s *GetDeliverySourceInput) SetName(v string) *GetDeliverySourceInput + func (s *GetDeliverySourceInput) Validate() error + func (s GetDeliverySourceInput) GoString() string + func (s GetDeliverySourceInput) String() string + type GetDeliverySourceOutput struct + DeliverySource *DeliverySource + func (s *GetDeliverySourceOutput) SetDeliverySource(v *DeliverySource) *GetDeliverySourceOutput + func (s GetDeliverySourceOutput) GoString() string + func (s GetDeliverySourceOutput) String() string + type GetLogEventsInput struct + EndTime *int64 + Limit *int64 + LogGroupIdentifier *string + LogGroupName *string + LogStreamName *string + NextToken *string + StartFromHead *bool + StartTime *int64 + Unmask *bool + func (s *GetLogEventsInput) SetEndTime(v int64) *GetLogEventsInput + func (s *GetLogEventsInput) SetLimit(v int64) *GetLogEventsInput + func (s *GetLogEventsInput) SetLogGroupIdentifier(v string) *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) SetUnmask(v bool) *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 GetLogGroupFieldsInput struct + LogGroupIdentifier *string + LogGroupName *string + Time *int64 + func (s *GetLogGroupFieldsInput) SetLogGroupIdentifier(v string) *GetLogGroupFieldsInput + func (s *GetLogGroupFieldsInput) SetLogGroupName(v string) *GetLogGroupFieldsInput + func (s *GetLogGroupFieldsInput) SetTime(v int64) *GetLogGroupFieldsInput + func (s *GetLogGroupFieldsInput) Validate() error + func (s GetLogGroupFieldsInput) GoString() string + func (s GetLogGroupFieldsInput) String() string + type GetLogGroupFieldsOutput struct + LogGroupFields []*LogGroupField + func (s *GetLogGroupFieldsOutput) SetLogGroupFields(v []*LogGroupField) *GetLogGroupFieldsOutput + func (s GetLogGroupFieldsOutput) GoString() string + func (s GetLogGroupFieldsOutput) String() string + type GetLogRecordInput struct + LogRecordPointer *string + Unmask *bool + func (s *GetLogRecordInput) SetLogRecordPointer(v string) *GetLogRecordInput + func (s *GetLogRecordInput) SetUnmask(v bool) *GetLogRecordInput + func (s *GetLogRecordInput) Validate() error + func (s GetLogRecordInput) GoString() string + func (s GetLogRecordInput) String() string + type GetLogRecordOutput struct + LogRecord map[string]*string + func (s *GetLogRecordOutput) SetLogRecord(v map[string]*string) *GetLogRecordOutput + func (s GetLogRecordOutput) GoString() string + func (s GetLogRecordOutput) String() string + type GetQueryResultsInput struct + QueryId *string + func (s *GetQueryResultsInput) SetQueryId(v string) *GetQueryResultsInput + func (s *GetQueryResultsInput) Validate() error + func (s GetQueryResultsInput) GoString() string + func (s GetQueryResultsInput) String() string + type GetQueryResultsOutput struct + EncryptionKey *string + Results [][]*ResultField + Statistics *QueryStatistics + Status *string + func (s *GetQueryResultsOutput) SetEncryptionKey(v string) *GetQueryResultsOutput + func (s *GetQueryResultsOutput) SetResults(v [][]*ResultField) *GetQueryResultsOutput + func (s *GetQueryResultsOutput) SetStatistics(v *QueryStatistics) *GetQueryResultsOutput + func (s *GetQueryResultsOutput) SetStatus(v string) *GetQueryResultsOutput + func (s GetQueryResultsOutput) GoString() string + func (s GetQueryResultsOutput) 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 InvalidOperationException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *InvalidOperationException) Code() string + func (s *InvalidOperationException) Error() string + func (s *InvalidOperationException) Message() string + func (s *InvalidOperationException) OrigErr() error + func (s *InvalidOperationException) RequestID() string + func (s *InvalidOperationException) StatusCode() int + func (s InvalidOperationException) GoString() string + func (s InvalidOperationException) String() string + type InvalidParameterException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *InvalidParameterException) Code() string + func (s *InvalidParameterException) Error() string + func (s *InvalidParameterException) Message() string + func (s *InvalidParameterException) OrigErr() error + func (s *InvalidParameterException) RequestID() string + func (s *InvalidParameterException) StatusCode() int + func (s InvalidParameterException) GoString() string + func (s InvalidParameterException) String() string + type InvalidSequenceTokenException struct + ExpectedSequenceToken *string + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *InvalidSequenceTokenException) Code() string + func (s *InvalidSequenceTokenException) Error() string + func (s *InvalidSequenceTokenException) Message() string + func (s *InvalidSequenceTokenException) OrigErr() error + func (s *InvalidSequenceTokenException) RequestID() string + func (s *InvalidSequenceTokenException) StatusCode() int + func (s InvalidSequenceTokenException) GoString() string + func (s InvalidSequenceTokenException) String() string + type LimitExceededException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *LimitExceededException) Code() string + func (s *LimitExceededException) Error() string + func (s *LimitExceededException) Message() string + func (s *LimitExceededException) OrigErr() error + func (s *LimitExceededException) RequestID() string + func (s *LimitExceededException) StatusCode() int + func (s LimitExceededException) GoString() string + func (s LimitExceededException) String() string + type ListTagsForResourceInput struct + ResourceArn *string + func (s *ListTagsForResourceInput) SetResourceArn(v string) *ListTagsForResourceInput + func (s *ListTagsForResourceInput) Validate() error + func (s ListTagsForResourceInput) GoString() string + func (s ListTagsForResourceInput) String() string + type ListTagsForResourceOutput struct + Tags map[string]*string + func (s *ListTagsForResourceOutput) SetTags(v map[string]*string) *ListTagsForResourceOutput + func (s ListTagsForResourceOutput) GoString() string + func (s ListTagsForResourceOutput) 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 + DataProtectionStatus *string + InheritedProperties []*string + 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) SetDataProtectionStatus(v string) *LogGroup + func (s *LogGroup) SetInheritedProperties(v []*string) *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 LogGroupField struct + Name *string + Percent *int64 + func (s *LogGroupField) SetName(v string) *LogGroupField + func (s *LogGroupField) SetPercent(v int64) *LogGroupField + func (s LogGroupField) GoString() string + func (s LogGroupField) 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 MalformedQueryException struct + Message_ *string + QueryCompileError *QueryCompileError + RespMetadata protocol.ResponseMetadata + func (s *MalformedQueryException) Code() string + func (s *MalformedQueryException) Error() string + func (s *MalformedQueryException) Message() string + func (s *MalformedQueryException) OrigErr() error + func (s *MalformedQueryException) RequestID() string + func (s *MalformedQueryException) StatusCode() int + func (s MalformedQueryException) GoString() string + func (s MalformedQueryException) 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 + Dimensions map[string]*string + MetricName *string + MetricNamespace *string + MetricValue *string + Unit *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) Validate() error + func (s MetricTransformation) GoString() string + func (s MetricTransformation) String() string + type OperationAbortedException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *OperationAbortedException) Code() string + func (s *OperationAbortedException) Error() string + func (s *OperationAbortedException) Message() string + func (s *OperationAbortedException) OrigErr() error + func (s *OperationAbortedException) RequestID() string + func (s *OperationAbortedException) StatusCode() int + func (s OperationAbortedException) GoString() string + func (s OperationAbortedException) 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 Policy struct + DeliveryDestinationPolicy *string + func (s *Policy) SetDeliveryDestinationPolicy(v string) *Policy + func (s Policy) GoString() string + func (s Policy) String() string + type PutAccountPolicyInput struct + PolicyDocument *string + PolicyName *string + PolicyType *string + Scope *string + func (s *PutAccountPolicyInput) SetPolicyDocument(v string) *PutAccountPolicyInput + func (s *PutAccountPolicyInput) SetPolicyName(v string) *PutAccountPolicyInput + func (s *PutAccountPolicyInput) SetPolicyType(v string) *PutAccountPolicyInput + func (s *PutAccountPolicyInput) SetScope(v string) *PutAccountPolicyInput + func (s *PutAccountPolicyInput) Validate() error + func (s PutAccountPolicyInput) GoString() string + func (s PutAccountPolicyInput) String() string + type PutAccountPolicyOutput struct + AccountPolicy *AccountPolicy + func (s *PutAccountPolicyOutput) SetAccountPolicy(v *AccountPolicy) *PutAccountPolicyOutput + func (s PutAccountPolicyOutput) GoString() string + func (s PutAccountPolicyOutput) String() string + type PutDataProtectionPolicyInput struct + LogGroupIdentifier *string + PolicyDocument *string + func (s *PutDataProtectionPolicyInput) SetLogGroupIdentifier(v string) *PutDataProtectionPolicyInput + func (s *PutDataProtectionPolicyInput) SetPolicyDocument(v string) *PutDataProtectionPolicyInput + func (s *PutDataProtectionPolicyInput) Validate() error + func (s PutDataProtectionPolicyInput) GoString() string + func (s PutDataProtectionPolicyInput) String() string + type PutDataProtectionPolicyOutput struct + LastUpdatedTime *int64 + LogGroupIdentifier *string + PolicyDocument *string + func (s *PutDataProtectionPolicyOutput) SetLastUpdatedTime(v int64) *PutDataProtectionPolicyOutput + func (s *PutDataProtectionPolicyOutput) SetLogGroupIdentifier(v string) *PutDataProtectionPolicyOutput + func (s *PutDataProtectionPolicyOutput) SetPolicyDocument(v string) *PutDataProtectionPolicyOutput + func (s PutDataProtectionPolicyOutput) GoString() string + func (s PutDataProtectionPolicyOutput) String() string + type PutDeliveryDestinationInput struct + DeliveryDestinationConfiguration *DeliveryDestinationConfiguration + Name *string + OutputFormat *string + Tags map[string]*string + func (s *PutDeliveryDestinationInput) SetDeliveryDestinationConfiguration(v *DeliveryDestinationConfiguration) *PutDeliveryDestinationInput + func (s *PutDeliveryDestinationInput) SetName(v string) *PutDeliveryDestinationInput + func (s *PutDeliveryDestinationInput) SetOutputFormat(v string) *PutDeliveryDestinationInput + func (s *PutDeliveryDestinationInput) SetTags(v map[string]*string) *PutDeliveryDestinationInput + func (s *PutDeliveryDestinationInput) Validate() error + func (s PutDeliveryDestinationInput) GoString() string + func (s PutDeliveryDestinationInput) String() string + type PutDeliveryDestinationOutput struct + DeliveryDestination *DeliveryDestination + func (s *PutDeliveryDestinationOutput) SetDeliveryDestination(v *DeliveryDestination) *PutDeliveryDestinationOutput + func (s PutDeliveryDestinationOutput) GoString() string + func (s PutDeliveryDestinationOutput) String() string + type PutDeliveryDestinationPolicyInput struct + DeliveryDestinationName *string + DeliveryDestinationPolicy *string + func (s *PutDeliveryDestinationPolicyInput) SetDeliveryDestinationName(v string) *PutDeliveryDestinationPolicyInput + func (s *PutDeliveryDestinationPolicyInput) SetDeliveryDestinationPolicy(v string) *PutDeliveryDestinationPolicyInput + func (s *PutDeliveryDestinationPolicyInput) Validate() error + func (s PutDeliveryDestinationPolicyInput) GoString() string + func (s PutDeliveryDestinationPolicyInput) String() string + type PutDeliveryDestinationPolicyOutput struct + Policy *Policy + func (s *PutDeliveryDestinationPolicyOutput) SetPolicy(v *Policy) *PutDeliveryDestinationPolicyOutput + func (s PutDeliveryDestinationPolicyOutput) GoString() string + func (s PutDeliveryDestinationPolicyOutput) String() string + type PutDeliverySourceInput struct + LogType *string + Name *string + ResourceArn *string + Tags map[string]*string + func (s *PutDeliverySourceInput) SetLogType(v string) *PutDeliverySourceInput + func (s *PutDeliverySourceInput) SetName(v string) *PutDeliverySourceInput + func (s *PutDeliverySourceInput) SetResourceArn(v string) *PutDeliverySourceInput + func (s *PutDeliverySourceInput) SetTags(v map[string]*string) *PutDeliverySourceInput + func (s *PutDeliverySourceInput) Validate() error + func (s PutDeliverySourceInput) GoString() string + func (s PutDeliverySourceInput) String() string + type PutDeliverySourceOutput struct + DeliverySource *DeliverySource + func (s *PutDeliverySourceOutput) SetDeliverySource(v *DeliverySource) *PutDeliverySourceOutput + func (s PutDeliverySourceOutput) GoString() string + func (s PutDeliverySourceOutput) String() string + type PutDestinationInput struct + DestinationName *string + RoleArn *string + Tags map[string]*string + TargetArn *string + func (s *PutDestinationInput) SetDestinationName(v string) *PutDestinationInput + func (s *PutDestinationInput) SetRoleArn(v string) *PutDestinationInput + func (s *PutDestinationInput) SetTags(v map[string]*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 + ForceUpdate *bool + func (s *PutDestinationPolicyInput) SetAccessPolicy(v string) *PutDestinationPolicyInput + func (s *PutDestinationPolicyInput) SetDestinationName(v string) *PutDestinationPolicyInput + func (s *PutDestinationPolicyInput) SetForceUpdate(v bool) *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 PutQueryDefinitionInput struct + ClientToken *string + LogGroupNames []*string + Name *string + QueryDefinitionId *string + QueryString *string + func (s *PutQueryDefinitionInput) SetClientToken(v string) *PutQueryDefinitionInput + 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) Validate() error + func (s PutQueryDefinitionInput) GoString() string + func (s PutQueryDefinitionInput) String() string + type PutQueryDefinitionOutput struct + QueryDefinitionId *string + func (s *PutQueryDefinitionOutput) SetQueryDefinitionId(v string) *PutQueryDefinitionOutput + func (s PutQueryDefinitionOutput) GoString() string + func (s PutQueryDefinitionOutput) 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 QueryCompileError struct + Location *QueryCompileErrorLocation + Message *string + func (s *QueryCompileError) SetLocation(v *QueryCompileErrorLocation) *QueryCompileError + func (s *QueryCompileError) SetMessage(v string) *QueryCompileError + func (s QueryCompileError) GoString() string + func (s QueryCompileError) String() string + type QueryCompileErrorLocation struct + EndCharOffset *int64 + StartCharOffset *int64 + func (s *QueryCompileErrorLocation) SetEndCharOffset(v int64) *QueryCompileErrorLocation + func (s *QueryCompileErrorLocation) SetStartCharOffset(v int64) *QueryCompileErrorLocation + func (s QueryCompileErrorLocation) GoString() string + func (s QueryCompileErrorLocation) String() string + type QueryDefinition struct + LastModified *int64 + LogGroupNames []*string + Name *string + QueryDefinitionId *string + QueryString *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) GoString() string + func (s QueryDefinition) String() string + type QueryInfo struct + CreateTime *int64 + LogGroupName *string + QueryId *string + QueryString *string + Status *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) GoString() string + func (s QueryInfo) String() string + type QueryStatistics struct + BytesScanned *float64 + RecordsMatched *float64 + RecordsScanned *float64 + func (s *QueryStatistics) SetBytesScanned(v float64) *QueryStatistics + func (s *QueryStatistics) SetRecordsMatched(v float64) *QueryStatistics + func (s *QueryStatistics) SetRecordsScanned(v float64) *QueryStatistics + func (s QueryStatistics) GoString() string + func (s QueryStatistics) 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 ResourceAlreadyExistsException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ResourceAlreadyExistsException) Code() string + func (s *ResourceAlreadyExistsException) Error() string + func (s *ResourceAlreadyExistsException) Message() string + func (s *ResourceAlreadyExistsException) OrigErr() error + func (s *ResourceAlreadyExistsException) RequestID() string + func (s *ResourceAlreadyExistsException) StatusCode() int + func (s ResourceAlreadyExistsException) GoString() string + func (s ResourceAlreadyExistsException) String() string + type ResourceNotFoundException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ResourceNotFoundException) Code() string + func (s *ResourceNotFoundException) Error() string + func (s *ResourceNotFoundException) Message() string + func (s *ResourceNotFoundException) OrigErr() error + func (s *ResourceNotFoundException) RequestID() string + func (s *ResourceNotFoundException) StatusCode() int + func (s ResourceNotFoundException) GoString() string + func (s ResourceNotFoundException) 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 ResultField struct + Field *string + Value *string + func (s *ResultField) SetField(v string) *ResultField + func (s *ResultField) SetValue(v string) *ResultField + func (s ResultField) GoString() string + func (s ResultField) 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 ServiceQuotaExceededException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ServiceQuotaExceededException) Code() string + func (s *ServiceQuotaExceededException) Error() string + func (s *ServiceQuotaExceededException) Message() string + func (s *ServiceQuotaExceededException) OrigErr() error + func (s *ServiceQuotaExceededException) RequestID() string + func (s *ServiceQuotaExceededException) StatusCode() int + func (s ServiceQuotaExceededException) GoString() string + func (s ServiceQuotaExceededException) String() string + type ServiceUnavailableException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ServiceUnavailableException) Code() string + func (s *ServiceUnavailableException) Error() string + func (s *ServiceUnavailableException) Message() string + func (s *ServiceUnavailableException) OrigErr() error + func (s *ServiceUnavailableException) RequestID() string + func (s *ServiceUnavailableException) StatusCode() int + func (s ServiceUnavailableException) GoString() string + func (s ServiceUnavailableException) String() string + type StartQueryInput struct + EndTime *int64 + Limit *int64 + LogGroupIdentifiers []*string + LogGroupName *string + LogGroupNames []*string + QueryString *string + StartTime *int64 + func (s *StartQueryInput) SetEndTime(v int64) *StartQueryInput + func (s *StartQueryInput) SetLimit(v int64) *StartQueryInput + func (s *StartQueryInput) SetLogGroupIdentifiers(v []*string) *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) Validate() error + func (s StartQueryInput) GoString() string + func (s StartQueryInput) String() string + type StartQueryOutput struct + QueryId *string + func (s *StartQueryOutput) SetQueryId(v string) *StartQueryOutput + func (s StartQueryOutput) GoString() string + func (s StartQueryOutput) String() string + type StopQueryInput struct + QueryId *string + func (s *StopQueryInput) SetQueryId(v string) *StopQueryInput + func (s *StopQueryInput) Validate() error + func (s StopQueryInput) GoString() string + func (s StopQueryInput) String() string + type StopQueryOutput struct + Success *bool + func (s *StopQueryOutput) SetSuccess(v bool) *StopQueryOutput + func (s StopQueryOutput) GoString() string + func (s StopQueryOutput) 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 TagResourceInput struct + ResourceArn *string + Tags map[string]*string + func (s *TagResourceInput) SetResourceArn(v string) *TagResourceInput + func (s *TagResourceInput) SetTags(v map[string]*string) *TagResourceInput + func (s *TagResourceInput) Validate() error + func (s TagResourceInput) GoString() string + func (s TagResourceInput) String() string + type TagResourceOutput struct + func (s TagResourceOutput) GoString() string + func (s TagResourceOutput) 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 ThrottlingException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ThrottlingException) Code() string + func (s *ThrottlingException) Error() string + func (s *ThrottlingException) Message() string + func (s *ThrottlingException) OrigErr() error + func (s *ThrottlingException) RequestID() string + func (s *ThrottlingException) StatusCode() int + func (s ThrottlingException) GoString() string + func (s ThrottlingException) String() string + type TooManyTagsException struct + Message_ *string + ResourceName *string + RespMetadata protocol.ResponseMetadata + func (s *TooManyTagsException) Code() string + func (s *TooManyTagsException) Error() string + func (s *TooManyTagsException) Message() string + func (s *TooManyTagsException) OrigErr() error + func (s *TooManyTagsException) RequestID() string + func (s *TooManyTagsException) StatusCode() int + func (s TooManyTagsException) GoString() string + func (s TooManyTagsException) String() string + type UnrecognizedClientException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *UnrecognizedClientException) Code() string + func (s *UnrecognizedClientException) Error() string + func (s *UnrecognizedClientException) Message() string + func (s *UnrecognizedClientException) OrigErr() error + func (s *UnrecognizedClientException) RequestID() string + func (s *UnrecognizedClientException) StatusCode() int + func (s UnrecognizedClientException) GoString() string + func (s UnrecognizedClientException) 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 + type UntagResourceInput struct + ResourceArn *string + TagKeys []*string + func (s *UntagResourceInput) SetResourceArn(v string) *UntagResourceInput + func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput + func (s *UntagResourceInput) Validate() error + func (s UntagResourceInput) GoString() string + func (s UntagResourceInput) String() string + type UntagResourceOutput struct + func (s UntagResourceOutput) GoString() string + func (s UntagResourceOutput) String() string + type ValidationException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ValidationException) Code() string + func (s *ValidationException) Error() string + func (s *ValidationException) Message() string + func (s *ValidationException) OrigErr() error + func (s *ValidationException) RequestID() string + func (s *ValidationException) StatusCode() int + func (s ValidationException) GoString() string + func (s ValidationException) String() string