Documentation ¶
Index ¶
- type AssociateKmsKeyFuture
- type CancelExportTaskFuture
- type Client
- type CreateExportTaskFuture
- type CreateLogGroupFuture
- type CreateLogStreamFuture
- type DeleteDestinationFuture
- type DeleteLogGroupFuture
- type DeleteLogStreamFuture
- type DeleteMetricFilterFuture
- type DeleteQueryDefinitionFuture
- type DeleteResourcePolicyFuture
- type DeleteRetentionPolicyFuture
- type DeleteSubscriptionFilterFuture
- type DescribeDestinationsFuture
- type DescribeExportTasksFuture
- type DescribeLogGroupsFuture
- type DescribeLogStreamsFuture
- type DescribeMetricFiltersFuture
- type DescribeQueriesFuture
- type DescribeQueryDefinitionsFuture
- type DescribeResourcePoliciesFuture
- type DescribeSubscriptionFiltersFuture
- type DisassociateKmsKeyFuture
- type FilterLogEventsFuture
- type GetLogEventsFuture
- type GetLogGroupFieldsFuture
- type GetLogRecordFuture
- type GetQueryResultsFuture
- type ListTagsLogGroupFuture
- type PutDestinationFuture
- type PutDestinationPolicyFuture
- type PutLogEventsFuture
- type PutMetricFilterFuture
- type PutQueryDefinitionFuture
- type PutResourcePolicyFuture
- type PutRetentionPolicyFuture
- type PutSubscriptionFilterFuture
- type StartQueryFuture
- type StopQueryFuture
- type TagLogGroupFuture
- type TestMetricFilterFuture
- type UntagLogGroupFuture
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AssociateKmsKeyFuture ¶
type AssociateKmsKeyFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*AssociateKmsKeyFuture) Get ¶
func (r *AssociateKmsKeyFuture) Get(ctx workflow.Context) (*cloudwatchlogs.AssociateKmsKeyOutput, error)
type CancelExportTaskFuture ¶
type CancelExportTaskFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CancelExportTaskFuture) Get ¶
func (r *CancelExportTaskFuture) Get(ctx workflow.Context) (*cloudwatchlogs.CancelExportTaskOutput, error)
type Client ¶
type Client interface { AssociateKmsKey(ctx workflow.Context, input *cloudwatchlogs.AssociateKmsKeyInput) (*cloudwatchlogs.AssociateKmsKeyOutput, error) AssociateKmsKeyAsync(ctx workflow.Context, input *cloudwatchlogs.AssociateKmsKeyInput) *AssociateKmsKeyFuture CancelExportTask(ctx workflow.Context, input *cloudwatchlogs.CancelExportTaskInput) (*cloudwatchlogs.CancelExportTaskOutput, error) CancelExportTaskAsync(ctx workflow.Context, input *cloudwatchlogs.CancelExportTaskInput) *CancelExportTaskFuture CreateExportTask(ctx workflow.Context, input *cloudwatchlogs.CreateExportTaskInput) (*cloudwatchlogs.CreateExportTaskOutput, error) CreateExportTaskAsync(ctx workflow.Context, input *cloudwatchlogs.CreateExportTaskInput) *CreateExportTaskFuture CreateLogGroup(ctx workflow.Context, input *cloudwatchlogs.CreateLogGroupInput) (*cloudwatchlogs.CreateLogGroupOutput, error) CreateLogGroupAsync(ctx workflow.Context, input *cloudwatchlogs.CreateLogGroupInput) *CreateLogGroupFuture CreateLogStream(ctx workflow.Context, input *cloudwatchlogs.CreateLogStreamInput) (*cloudwatchlogs.CreateLogStreamOutput, error) CreateLogStreamAsync(ctx workflow.Context, input *cloudwatchlogs.CreateLogStreamInput) *CreateLogStreamFuture DeleteDestination(ctx workflow.Context, input *cloudwatchlogs.DeleteDestinationInput) (*cloudwatchlogs.DeleteDestinationOutput, error) DeleteDestinationAsync(ctx workflow.Context, input *cloudwatchlogs.DeleteDestinationInput) *DeleteDestinationFuture DeleteLogGroup(ctx workflow.Context, input *cloudwatchlogs.DeleteLogGroupInput) (*cloudwatchlogs.DeleteLogGroupOutput, error) DeleteLogGroupAsync(ctx workflow.Context, input *cloudwatchlogs.DeleteLogGroupInput) *DeleteLogGroupFuture DeleteLogStream(ctx workflow.Context, input *cloudwatchlogs.DeleteLogStreamInput) (*cloudwatchlogs.DeleteLogStreamOutput, error) DeleteLogStreamAsync(ctx workflow.Context, input *cloudwatchlogs.DeleteLogStreamInput) *DeleteLogStreamFuture DeleteMetricFilter(ctx workflow.Context, input *cloudwatchlogs.DeleteMetricFilterInput) (*cloudwatchlogs.DeleteMetricFilterOutput, error) DeleteMetricFilterAsync(ctx workflow.Context, input *cloudwatchlogs.DeleteMetricFilterInput) *DeleteMetricFilterFuture DeleteQueryDefinition(ctx workflow.Context, input *cloudwatchlogs.DeleteQueryDefinitionInput) (*cloudwatchlogs.DeleteQueryDefinitionOutput, error) DeleteQueryDefinitionAsync(ctx workflow.Context, input *cloudwatchlogs.DeleteQueryDefinitionInput) *DeleteQueryDefinitionFuture DeleteResourcePolicy(ctx workflow.Context, input *cloudwatchlogs.DeleteResourcePolicyInput) (*cloudwatchlogs.DeleteResourcePolicyOutput, error) DeleteResourcePolicyAsync(ctx workflow.Context, input *cloudwatchlogs.DeleteResourcePolicyInput) *DeleteResourcePolicyFuture DeleteRetentionPolicy(ctx workflow.Context, input *cloudwatchlogs.DeleteRetentionPolicyInput) (*cloudwatchlogs.DeleteRetentionPolicyOutput, error) DeleteRetentionPolicyAsync(ctx workflow.Context, input *cloudwatchlogs.DeleteRetentionPolicyInput) *DeleteRetentionPolicyFuture DeleteSubscriptionFilter(ctx workflow.Context, input *cloudwatchlogs.DeleteSubscriptionFilterInput) (*cloudwatchlogs.DeleteSubscriptionFilterOutput, error) DeleteSubscriptionFilterAsync(ctx workflow.Context, input *cloudwatchlogs.DeleteSubscriptionFilterInput) *DeleteSubscriptionFilterFuture DescribeDestinations(ctx workflow.Context, input *cloudwatchlogs.DescribeDestinationsInput) (*cloudwatchlogs.DescribeDestinationsOutput, error) DescribeDestinationsAsync(ctx workflow.Context, input *cloudwatchlogs.DescribeDestinationsInput) *DescribeDestinationsFuture DescribeExportTasks(ctx workflow.Context, input *cloudwatchlogs.DescribeExportTasksInput) (*cloudwatchlogs.DescribeExportTasksOutput, error) DescribeExportTasksAsync(ctx workflow.Context, input *cloudwatchlogs.DescribeExportTasksInput) *DescribeExportTasksFuture DescribeLogGroups(ctx workflow.Context, input *cloudwatchlogs.DescribeLogGroupsInput) (*cloudwatchlogs.DescribeLogGroupsOutput, error) DescribeLogGroupsAsync(ctx workflow.Context, input *cloudwatchlogs.DescribeLogGroupsInput) *DescribeLogGroupsFuture DescribeLogStreams(ctx workflow.Context, input *cloudwatchlogs.DescribeLogStreamsInput) (*cloudwatchlogs.DescribeLogStreamsOutput, error) DescribeLogStreamsAsync(ctx workflow.Context, input *cloudwatchlogs.DescribeLogStreamsInput) *DescribeLogStreamsFuture DescribeMetricFilters(ctx workflow.Context, input *cloudwatchlogs.DescribeMetricFiltersInput) (*cloudwatchlogs.DescribeMetricFiltersOutput, error) DescribeMetricFiltersAsync(ctx workflow.Context, input *cloudwatchlogs.DescribeMetricFiltersInput) *DescribeMetricFiltersFuture DescribeQueries(ctx workflow.Context, input *cloudwatchlogs.DescribeQueriesInput) (*cloudwatchlogs.DescribeQueriesOutput, error) DescribeQueriesAsync(ctx workflow.Context, input *cloudwatchlogs.DescribeQueriesInput) *DescribeQueriesFuture DescribeQueryDefinitions(ctx workflow.Context, input *cloudwatchlogs.DescribeQueryDefinitionsInput) (*cloudwatchlogs.DescribeQueryDefinitionsOutput, error) DescribeQueryDefinitionsAsync(ctx workflow.Context, input *cloudwatchlogs.DescribeQueryDefinitionsInput) *DescribeQueryDefinitionsFuture DescribeResourcePolicies(ctx workflow.Context, input *cloudwatchlogs.DescribeResourcePoliciesInput) (*cloudwatchlogs.DescribeResourcePoliciesOutput, error) DescribeResourcePoliciesAsync(ctx workflow.Context, input *cloudwatchlogs.DescribeResourcePoliciesInput) *DescribeResourcePoliciesFuture DescribeSubscriptionFilters(ctx workflow.Context, input *cloudwatchlogs.DescribeSubscriptionFiltersInput) (*cloudwatchlogs.DescribeSubscriptionFiltersOutput, error) DescribeSubscriptionFiltersAsync(ctx workflow.Context, input *cloudwatchlogs.DescribeSubscriptionFiltersInput) *DescribeSubscriptionFiltersFuture DisassociateKmsKey(ctx workflow.Context, input *cloudwatchlogs.DisassociateKmsKeyInput) (*cloudwatchlogs.DisassociateKmsKeyOutput, error) DisassociateKmsKeyAsync(ctx workflow.Context, input *cloudwatchlogs.DisassociateKmsKeyInput) *DisassociateKmsKeyFuture FilterLogEvents(ctx workflow.Context, input *cloudwatchlogs.FilterLogEventsInput) (*cloudwatchlogs.FilterLogEventsOutput, error) FilterLogEventsAsync(ctx workflow.Context, input *cloudwatchlogs.FilterLogEventsInput) *FilterLogEventsFuture GetLogEvents(ctx workflow.Context, input *cloudwatchlogs.GetLogEventsInput) (*cloudwatchlogs.GetLogEventsOutput, error) GetLogEventsAsync(ctx workflow.Context, input *cloudwatchlogs.GetLogEventsInput) *GetLogEventsFuture GetLogGroupFields(ctx workflow.Context, input *cloudwatchlogs.GetLogGroupFieldsInput) (*cloudwatchlogs.GetLogGroupFieldsOutput, error) GetLogGroupFieldsAsync(ctx workflow.Context, input *cloudwatchlogs.GetLogGroupFieldsInput) *GetLogGroupFieldsFuture GetLogRecord(ctx workflow.Context, input *cloudwatchlogs.GetLogRecordInput) (*cloudwatchlogs.GetLogRecordOutput, error) GetLogRecordAsync(ctx workflow.Context, input *cloudwatchlogs.GetLogRecordInput) *GetLogRecordFuture GetQueryResults(ctx workflow.Context, input *cloudwatchlogs.GetQueryResultsInput) (*cloudwatchlogs.GetQueryResultsOutput, error) GetQueryResultsAsync(ctx workflow.Context, input *cloudwatchlogs.GetQueryResultsInput) *GetQueryResultsFuture ListTagsLogGroup(ctx workflow.Context, input *cloudwatchlogs.ListTagsLogGroupInput) (*cloudwatchlogs.ListTagsLogGroupOutput, error) ListTagsLogGroupAsync(ctx workflow.Context, input *cloudwatchlogs.ListTagsLogGroupInput) *ListTagsLogGroupFuture PutDestination(ctx workflow.Context, input *cloudwatchlogs.PutDestinationInput) (*cloudwatchlogs.PutDestinationOutput, error) PutDestinationAsync(ctx workflow.Context, input *cloudwatchlogs.PutDestinationInput) *PutDestinationFuture PutDestinationPolicy(ctx workflow.Context, input *cloudwatchlogs.PutDestinationPolicyInput) (*cloudwatchlogs.PutDestinationPolicyOutput, error) PutDestinationPolicyAsync(ctx workflow.Context, input *cloudwatchlogs.PutDestinationPolicyInput) *PutDestinationPolicyFuture PutLogEvents(ctx workflow.Context, input *cloudwatchlogs.PutLogEventsInput) (*cloudwatchlogs.PutLogEventsOutput, error) PutLogEventsAsync(ctx workflow.Context, input *cloudwatchlogs.PutLogEventsInput) *PutLogEventsFuture PutMetricFilter(ctx workflow.Context, input *cloudwatchlogs.PutMetricFilterInput) (*cloudwatchlogs.PutMetricFilterOutput, error) PutMetricFilterAsync(ctx workflow.Context, input *cloudwatchlogs.PutMetricFilterInput) *PutMetricFilterFuture PutQueryDefinition(ctx workflow.Context, input *cloudwatchlogs.PutQueryDefinitionInput) (*cloudwatchlogs.PutQueryDefinitionOutput, error) PutQueryDefinitionAsync(ctx workflow.Context, input *cloudwatchlogs.PutQueryDefinitionInput) *PutQueryDefinitionFuture PutResourcePolicy(ctx workflow.Context, input *cloudwatchlogs.PutResourcePolicyInput) (*cloudwatchlogs.PutResourcePolicyOutput, error) PutResourcePolicyAsync(ctx workflow.Context, input *cloudwatchlogs.PutResourcePolicyInput) *PutResourcePolicyFuture PutRetentionPolicy(ctx workflow.Context, input *cloudwatchlogs.PutRetentionPolicyInput) (*cloudwatchlogs.PutRetentionPolicyOutput, error) PutRetentionPolicyAsync(ctx workflow.Context, input *cloudwatchlogs.PutRetentionPolicyInput) *PutRetentionPolicyFuture PutSubscriptionFilter(ctx workflow.Context, input *cloudwatchlogs.PutSubscriptionFilterInput) (*cloudwatchlogs.PutSubscriptionFilterOutput, error) PutSubscriptionFilterAsync(ctx workflow.Context, input *cloudwatchlogs.PutSubscriptionFilterInput) *PutSubscriptionFilterFuture StartQuery(ctx workflow.Context, input *cloudwatchlogs.StartQueryInput) (*cloudwatchlogs.StartQueryOutput, error) StartQueryAsync(ctx workflow.Context, input *cloudwatchlogs.StartQueryInput) *StartQueryFuture StopQuery(ctx workflow.Context, input *cloudwatchlogs.StopQueryInput) (*cloudwatchlogs.StopQueryOutput, error) StopQueryAsync(ctx workflow.Context, input *cloudwatchlogs.StopQueryInput) *StopQueryFuture TagLogGroup(ctx workflow.Context, input *cloudwatchlogs.TagLogGroupInput) (*cloudwatchlogs.TagLogGroupOutput, error) TagLogGroupAsync(ctx workflow.Context, input *cloudwatchlogs.TagLogGroupInput) *TagLogGroupFuture TestMetricFilter(ctx workflow.Context, input *cloudwatchlogs.TestMetricFilterInput) (*cloudwatchlogs.TestMetricFilterOutput, error) TestMetricFilterAsync(ctx workflow.Context, input *cloudwatchlogs.TestMetricFilterInput) *TestMetricFilterFuture UntagLogGroup(ctx workflow.Context, input *cloudwatchlogs.UntagLogGroupInput) (*cloudwatchlogs.UntagLogGroupOutput, error) UntagLogGroupAsync(ctx workflow.Context, input *cloudwatchlogs.UntagLogGroupInput) *UntagLogGroupFuture }
type CreateExportTaskFuture ¶
type CreateExportTaskFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateExportTaskFuture) Get ¶
func (r *CreateExportTaskFuture) Get(ctx workflow.Context) (*cloudwatchlogs.CreateExportTaskOutput, error)
type CreateLogGroupFuture ¶
func (*CreateLogGroupFuture) Get ¶
func (r *CreateLogGroupFuture) Get(ctx workflow.Context) (*cloudwatchlogs.CreateLogGroupOutput, error)
type CreateLogStreamFuture ¶
type CreateLogStreamFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateLogStreamFuture) Get ¶
func (r *CreateLogStreamFuture) Get(ctx workflow.Context) (*cloudwatchlogs.CreateLogStreamOutput, error)
type DeleteDestinationFuture ¶
type DeleteDestinationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteDestinationFuture) Get ¶
func (r *DeleteDestinationFuture) Get(ctx workflow.Context) (*cloudwatchlogs.DeleteDestinationOutput, error)
type DeleteLogGroupFuture ¶
func (*DeleteLogGroupFuture) Get ¶
func (r *DeleteLogGroupFuture) Get(ctx workflow.Context) (*cloudwatchlogs.DeleteLogGroupOutput, error)
type DeleteLogStreamFuture ¶
type DeleteLogStreamFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteLogStreamFuture) Get ¶
func (r *DeleteLogStreamFuture) Get(ctx workflow.Context) (*cloudwatchlogs.DeleteLogStreamOutput, error)
type DeleteMetricFilterFuture ¶
type DeleteMetricFilterFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteMetricFilterFuture) Get ¶
func (r *DeleteMetricFilterFuture) Get(ctx workflow.Context) (*cloudwatchlogs.DeleteMetricFilterOutput, error)
type DeleteQueryDefinitionFuture ¶
type DeleteQueryDefinitionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteQueryDefinitionFuture) Get ¶
func (r *DeleteQueryDefinitionFuture) Get(ctx workflow.Context) (*cloudwatchlogs.DeleteQueryDefinitionOutput, error)
type DeleteResourcePolicyFuture ¶
type DeleteResourcePolicyFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteResourcePolicyFuture) Get ¶
func (r *DeleteResourcePolicyFuture) Get(ctx workflow.Context) (*cloudwatchlogs.DeleteResourcePolicyOutput, error)
type DeleteRetentionPolicyFuture ¶
type DeleteRetentionPolicyFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteRetentionPolicyFuture) Get ¶
func (r *DeleteRetentionPolicyFuture) Get(ctx workflow.Context) (*cloudwatchlogs.DeleteRetentionPolicyOutput, error)
type DeleteSubscriptionFilterFuture ¶
type DeleteSubscriptionFilterFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteSubscriptionFilterFuture) Get ¶
func (r *DeleteSubscriptionFilterFuture) Get(ctx workflow.Context) (*cloudwatchlogs.DeleteSubscriptionFilterOutput, error)
type DescribeDestinationsFuture ¶
type DescribeDestinationsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeDestinationsFuture) Get ¶
func (r *DescribeDestinationsFuture) Get(ctx workflow.Context) (*cloudwatchlogs.DescribeDestinationsOutput, error)
type DescribeExportTasksFuture ¶
type DescribeExportTasksFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeExportTasksFuture) Get ¶
func (r *DescribeExportTasksFuture) Get(ctx workflow.Context) (*cloudwatchlogs.DescribeExportTasksOutput, error)
type DescribeLogGroupsFuture ¶
type DescribeLogGroupsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeLogGroupsFuture) Get ¶
func (r *DescribeLogGroupsFuture) Get(ctx workflow.Context) (*cloudwatchlogs.DescribeLogGroupsOutput, error)
type DescribeLogStreamsFuture ¶
type DescribeLogStreamsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeLogStreamsFuture) Get ¶
func (r *DescribeLogStreamsFuture) Get(ctx workflow.Context) (*cloudwatchlogs.DescribeLogStreamsOutput, error)
type DescribeMetricFiltersFuture ¶
type DescribeMetricFiltersFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeMetricFiltersFuture) Get ¶
func (r *DescribeMetricFiltersFuture) Get(ctx workflow.Context) (*cloudwatchlogs.DescribeMetricFiltersOutput, error)
type DescribeQueriesFuture ¶
type DescribeQueriesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeQueriesFuture) Get ¶
func (r *DescribeQueriesFuture) Get(ctx workflow.Context) (*cloudwatchlogs.DescribeQueriesOutput, error)
type DescribeQueryDefinitionsFuture ¶
type DescribeQueryDefinitionsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeQueryDefinitionsFuture) Get ¶
func (r *DescribeQueryDefinitionsFuture) Get(ctx workflow.Context) (*cloudwatchlogs.DescribeQueryDefinitionsOutput, error)
type DescribeResourcePoliciesFuture ¶
type DescribeResourcePoliciesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeResourcePoliciesFuture) Get ¶
func (r *DescribeResourcePoliciesFuture) Get(ctx workflow.Context) (*cloudwatchlogs.DescribeResourcePoliciesOutput, error)
type DescribeSubscriptionFiltersFuture ¶
type DescribeSubscriptionFiltersFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeSubscriptionFiltersFuture) Get ¶
func (r *DescribeSubscriptionFiltersFuture) Get(ctx workflow.Context) (*cloudwatchlogs.DescribeSubscriptionFiltersOutput, error)
type DisassociateKmsKeyFuture ¶
type DisassociateKmsKeyFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DisassociateKmsKeyFuture) Get ¶
func (r *DisassociateKmsKeyFuture) Get(ctx workflow.Context) (*cloudwatchlogs.DisassociateKmsKeyOutput, error)
type FilterLogEventsFuture ¶
type FilterLogEventsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*FilterLogEventsFuture) Get ¶
func (r *FilterLogEventsFuture) Get(ctx workflow.Context) (*cloudwatchlogs.FilterLogEventsOutput, error)
type GetLogEventsFuture ¶
func (*GetLogEventsFuture) Get ¶
func (r *GetLogEventsFuture) Get(ctx workflow.Context) (*cloudwatchlogs.GetLogEventsOutput, error)
type GetLogGroupFieldsFuture ¶
type GetLogGroupFieldsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetLogGroupFieldsFuture) Get ¶
func (r *GetLogGroupFieldsFuture) Get(ctx workflow.Context) (*cloudwatchlogs.GetLogGroupFieldsOutput, error)
type GetLogRecordFuture ¶
func (*GetLogRecordFuture) Get ¶
func (r *GetLogRecordFuture) Get(ctx workflow.Context) (*cloudwatchlogs.GetLogRecordOutput, error)
type GetQueryResultsFuture ¶
type GetQueryResultsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetQueryResultsFuture) Get ¶
func (r *GetQueryResultsFuture) Get(ctx workflow.Context) (*cloudwatchlogs.GetQueryResultsOutput, error)
type ListTagsLogGroupFuture ¶
type ListTagsLogGroupFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListTagsLogGroupFuture) Get ¶
func (r *ListTagsLogGroupFuture) Get(ctx workflow.Context) (*cloudwatchlogs.ListTagsLogGroupOutput, error)
type PutDestinationFuture ¶
func (*PutDestinationFuture) Get ¶
func (r *PutDestinationFuture) Get(ctx workflow.Context) (*cloudwatchlogs.PutDestinationOutput, error)
type PutDestinationPolicyFuture ¶
type PutDestinationPolicyFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*PutDestinationPolicyFuture) Get ¶
func (r *PutDestinationPolicyFuture) Get(ctx workflow.Context) (*cloudwatchlogs.PutDestinationPolicyOutput, error)
type PutLogEventsFuture ¶
func (*PutLogEventsFuture) Get ¶
func (r *PutLogEventsFuture) Get(ctx workflow.Context) (*cloudwatchlogs.PutLogEventsOutput, error)
type PutMetricFilterFuture ¶
type PutMetricFilterFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*PutMetricFilterFuture) Get ¶
func (r *PutMetricFilterFuture) Get(ctx workflow.Context) (*cloudwatchlogs.PutMetricFilterOutput, error)
type PutQueryDefinitionFuture ¶
type PutQueryDefinitionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*PutQueryDefinitionFuture) Get ¶
func (r *PutQueryDefinitionFuture) Get(ctx workflow.Context) (*cloudwatchlogs.PutQueryDefinitionOutput, error)
type PutResourcePolicyFuture ¶
type PutResourcePolicyFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*PutResourcePolicyFuture) Get ¶
func (r *PutResourcePolicyFuture) Get(ctx workflow.Context) (*cloudwatchlogs.PutResourcePolicyOutput, error)
type PutRetentionPolicyFuture ¶
type PutRetentionPolicyFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*PutRetentionPolicyFuture) Get ¶
func (r *PutRetentionPolicyFuture) Get(ctx workflow.Context) (*cloudwatchlogs.PutRetentionPolicyOutput, error)
type PutSubscriptionFilterFuture ¶
type PutSubscriptionFilterFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*PutSubscriptionFilterFuture) Get ¶
func (r *PutSubscriptionFilterFuture) Get(ctx workflow.Context) (*cloudwatchlogs.PutSubscriptionFilterOutput, error)
type StartQueryFuture ¶
func (*StartQueryFuture) Get ¶
func (r *StartQueryFuture) Get(ctx workflow.Context) (*cloudwatchlogs.StartQueryOutput, error)
type StopQueryFuture ¶
func (*StopQueryFuture) Get ¶
func (r *StopQueryFuture) Get(ctx workflow.Context) (*cloudwatchlogs.StopQueryOutput, error)
type TagLogGroupFuture ¶
func (*TagLogGroupFuture) Get ¶
func (r *TagLogGroupFuture) Get(ctx workflow.Context) (*cloudwatchlogs.TagLogGroupOutput, error)
type TestMetricFilterFuture ¶
type TestMetricFilterFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*TestMetricFilterFuture) Get ¶
func (r *TestMetricFilterFuture) Get(ctx workflow.Context) (*cloudwatchlogs.TestMetricFilterOutput, error)
type UntagLogGroupFuture ¶
func (*UntagLogGroupFuture) Get ¶
func (r *UntagLogGroupFuture) Get(ctx workflow.Context) (*cloudwatchlogs.UntagLogGroupOutput, error)
Click to show internal directories.
Click to hide internal directories.