Documentation ¶
Index ¶
- type Client
- type CreateApplicationFuture
- type CreateComponentFuture
- type CreateLogPatternFuture
- type DeleteApplicationFuture
- type DeleteComponentFuture
- type DeleteLogPatternFuture
- type DescribeApplicationFuture
- type DescribeComponentConfigurationFuture
- type DescribeComponentConfigurationRecommendationFuture
- type DescribeComponentFuture
- type DescribeLogPatternFuture
- type DescribeObservationFuture
- type DescribeProblemFuture
- type DescribeProblemObservationsFuture
- type ListApplicationsFuture
- type ListComponentsFuture
- type ListConfigurationHistoryFuture
- type ListLogPatternSetsFuture
- type ListLogPatternsFuture
- type ListProblemsFuture
- type ListTagsForResourceFuture
- type TagResourceFuture
- type UntagResourceFuture
- type UpdateApplicationFuture
- type UpdateComponentConfigurationFuture
- type UpdateComponentFuture
- type UpdateLogPatternFuture
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface { CreateApplication(ctx workflow.Context, input *applicationinsights.CreateApplicationInput) (*applicationinsights.CreateApplicationOutput, error) CreateApplicationAsync(ctx workflow.Context, input *applicationinsights.CreateApplicationInput) *CreateApplicationFuture CreateComponent(ctx workflow.Context, input *applicationinsights.CreateComponentInput) (*applicationinsights.CreateComponentOutput, error) CreateComponentAsync(ctx workflow.Context, input *applicationinsights.CreateComponentInput) *CreateComponentFuture CreateLogPattern(ctx workflow.Context, input *applicationinsights.CreateLogPatternInput) (*applicationinsights.CreateLogPatternOutput, error) CreateLogPatternAsync(ctx workflow.Context, input *applicationinsights.CreateLogPatternInput) *CreateLogPatternFuture DeleteApplication(ctx workflow.Context, input *applicationinsights.DeleteApplicationInput) (*applicationinsights.DeleteApplicationOutput, error) DeleteApplicationAsync(ctx workflow.Context, input *applicationinsights.DeleteApplicationInput) *DeleteApplicationFuture DeleteComponent(ctx workflow.Context, input *applicationinsights.DeleteComponentInput) (*applicationinsights.DeleteComponentOutput, error) DeleteComponentAsync(ctx workflow.Context, input *applicationinsights.DeleteComponentInput) *DeleteComponentFuture DeleteLogPattern(ctx workflow.Context, input *applicationinsights.DeleteLogPatternInput) (*applicationinsights.DeleteLogPatternOutput, error) DeleteLogPatternAsync(ctx workflow.Context, input *applicationinsights.DeleteLogPatternInput) *DeleteLogPatternFuture DescribeApplication(ctx workflow.Context, input *applicationinsights.DescribeApplicationInput) (*applicationinsights.DescribeApplicationOutput, error) DescribeApplicationAsync(ctx workflow.Context, input *applicationinsights.DescribeApplicationInput) *DescribeApplicationFuture DescribeComponent(ctx workflow.Context, input *applicationinsights.DescribeComponentInput) (*applicationinsights.DescribeComponentOutput, error) DescribeComponentAsync(ctx workflow.Context, input *applicationinsights.DescribeComponentInput) *DescribeComponentFuture DescribeComponentConfiguration(ctx workflow.Context, input *applicationinsights.DescribeComponentConfigurationInput) (*applicationinsights.DescribeComponentConfigurationOutput, error) DescribeComponentConfigurationAsync(ctx workflow.Context, input *applicationinsights.DescribeComponentConfigurationInput) *DescribeComponentConfigurationFuture DescribeComponentConfigurationRecommendation(ctx workflow.Context, input *applicationinsights.DescribeComponentConfigurationRecommendationInput) (*applicationinsights.DescribeComponentConfigurationRecommendationOutput, error) DescribeComponentConfigurationRecommendationAsync(ctx workflow.Context, input *applicationinsights.DescribeComponentConfigurationRecommendationInput) *DescribeComponentConfigurationRecommendationFuture DescribeLogPattern(ctx workflow.Context, input *applicationinsights.DescribeLogPatternInput) (*applicationinsights.DescribeLogPatternOutput, error) DescribeLogPatternAsync(ctx workflow.Context, input *applicationinsights.DescribeLogPatternInput) *DescribeLogPatternFuture DescribeObservation(ctx workflow.Context, input *applicationinsights.DescribeObservationInput) (*applicationinsights.DescribeObservationOutput, error) DescribeObservationAsync(ctx workflow.Context, input *applicationinsights.DescribeObservationInput) *DescribeObservationFuture DescribeProblem(ctx workflow.Context, input *applicationinsights.DescribeProblemInput) (*applicationinsights.DescribeProblemOutput, error) DescribeProblemAsync(ctx workflow.Context, input *applicationinsights.DescribeProblemInput) *DescribeProblemFuture DescribeProblemObservations(ctx workflow.Context, input *applicationinsights.DescribeProblemObservationsInput) (*applicationinsights.DescribeProblemObservationsOutput, error) DescribeProblemObservationsAsync(ctx workflow.Context, input *applicationinsights.DescribeProblemObservationsInput) *DescribeProblemObservationsFuture ListApplications(ctx workflow.Context, input *applicationinsights.ListApplicationsInput) (*applicationinsights.ListApplicationsOutput, error) ListApplicationsAsync(ctx workflow.Context, input *applicationinsights.ListApplicationsInput) *ListApplicationsFuture ListComponents(ctx workflow.Context, input *applicationinsights.ListComponentsInput) (*applicationinsights.ListComponentsOutput, error) ListComponentsAsync(ctx workflow.Context, input *applicationinsights.ListComponentsInput) *ListComponentsFuture ListConfigurationHistory(ctx workflow.Context, input *applicationinsights.ListConfigurationHistoryInput) (*applicationinsights.ListConfigurationHistoryOutput, error) ListConfigurationHistoryAsync(ctx workflow.Context, input *applicationinsights.ListConfigurationHistoryInput) *ListConfigurationHistoryFuture ListLogPatternSets(ctx workflow.Context, input *applicationinsights.ListLogPatternSetsInput) (*applicationinsights.ListLogPatternSetsOutput, error) ListLogPatternSetsAsync(ctx workflow.Context, input *applicationinsights.ListLogPatternSetsInput) *ListLogPatternSetsFuture ListLogPatterns(ctx workflow.Context, input *applicationinsights.ListLogPatternsInput) (*applicationinsights.ListLogPatternsOutput, error) ListLogPatternsAsync(ctx workflow.Context, input *applicationinsights.ListLogPatternsInput) *ListLogPatternsFuture ListProblems(ctx workflow.Context, input *applicationinsights.ListProblemsInput) (*applicationinsights.ListProblemsOutput, error) ListProblemsAsync(ctx workflow.Context, input *applicationinsights.ListProblemsInput) *ListProblemsFuture ListTagsForResource(ctx workflow.Context, input *applicationinsights.ListTagsForResourceInput) (*applicationinsights.ListTagsForResourceOutput, error) ListTagsForResourceAsync(ctx workflow.Context, input *applicationinsights.ListTagsForResourceInput) *ListTagsForResourceFuture TagResource(ctx workflow.Context, input *applicationinsights.TagResourceInput) (*applicationinsights.TagResourceOutput, error) TagResourceAsync(ctx workflow.Context, input *applicationinsights.TagResourceInput) *TagResourceFuture UntagResource(ctx workflow.Context, input *applicationinsights.UntagResourceInput) (*applicationinsights.UntagResourceOutput, error) UntagResourceAsync(ctx workflow.Context, input *applicationinsights.UntagResourceInput) *UntagResourceFuture UpdateApplication(ctx workflow.Context, input *applicationinsights.UpdateApplicationInput) (*applicationinsights.UpdateApplicationOutput, error) UpdateApplicationAsync(ctx workflow.Context, input *applicationinsights.UpdateApplicationInput) *UpdateApplicationFuture UpdateComponent(ctx workflow.Context, input *applicationinsights.UpdateComponentInput) (*applicationinsights.UpdateComponentOutput, error) UpdateComponentAsync(ctx workflow.Context, input *applicationinsights.UpdateComponentInput) *UpdateComponentFuture UpdateComponentConfiguration(ctx workflow.Context, input *applicationinsights.UpdateComponentConfigurationInput) (*applicationinsights.UpdateComponentConfigurationOutput, error) UpdateComponentConfigurationAsync(ctx workflow.Context, input *applicationinsights.UpdateComponentConfigurationInput) *UpdateComponentConfigurationFuture UpdateLogPattern(ctx workflow.Context, input *applicationinsights.UpdateLogPatternInput) (*applicationinsights.UpdateLogPatternOutput, error) UpdateLogPatternAsync(ctx workflow.Context, input *applicationinsights.UpdateLogPatternInput) *UpdateLogPatternFuture }
type CreateApplicationFuture ¶
type CreateApplicationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateApplicationFuture) Get ¶
func (r *CreateApplicationFuture) Get(ctx workflow.Context) (*applicationinsights.CreateApplicationOutput, error)
type CreateComponentFuture ¶
type CreateComponentFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateComponentFuture) Get ¶
func (r *CreateComponentFuture) Get(ctx workflow.Context) (*applicationinsights.CreateComponentOutput, error)
type CreateLogPatternFuture ¶
type CreateLogPatternFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateLogPatternFuture) Get ¶
func (r *CreateLogPatternFuture) Get(ctx workflow.Context) (*applicationinsights.CreateLogPatternOutput, error)
type DeleteApplicationFuture ¶
type DeleteApplicationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteApplicationFuture) Get ¶
func (r *DeleteApplicationFuture) Get(ctx workflow.Context) (*applicationinsights.DeleteApplicationOutput, error)
type DeleteComponentFuture ¶
type DeleteComponentFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteComponentFuture) Get ¶
func (r *DeleteComponentFuture) Get(ctx workflow.Context) (*applicationinsights.DeleteComponentOutput, error)
type DeleteLogPatternFuture ¶
type DeleteLogPatternFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteLogPatternFuture) Get ¶
func (r *DeleteLogPatternFuture) Get(ctx workflow.Context) (*applicationinsights.DeleteLogPatternOutput, error)
type DescribeApplicationFuture ¶
type DescribeApplicationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeApplicationFuture) Get ¶
func (r *DescribeApplicationFuture) Get(ctx workflow.Context) (*applicationinsights.DescribeApplicationOutput, error)
type DescribeComponentConfigurationFuture ¶
type DescribeComponentConfigurationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeComponentConfigurationFuture) Get ¶
func (r *DescribeComponentConfigurationFuture) Get(ctx workflow.Context) (*applicationinsights.DescribeComponentConfigurationOutput, error)
type DescribeComponentConfigurationRecommendationFuture ¶
type DescribeComponentConfigurationRecommendationFuture struct { // public to support Selector.addFuture Future workflow.Future }
type DescribeComponentFuture ¶
type DescribeComponentFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeComponentFuture) Get ¶
func (r *DescribeComponentFuture) Get(ctx workflow.Context) (*applicationinsights.DescribeComponentOutput, error)
type DescribeLogPatternFuture ¶
type DescribeLogPatternFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeLogPatternFuture) Get ¶
func (r *DescribeLogPatternFuture) Get(ctx workflow.Context) (*applicationinsights.DescribeLogPatternOutput, error)
type DescribeObservationFuture ¶
type DescribeObservationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeObservationFuture) Get ¶
func (r *DescribeObservationFuture) Get(ctx workflow.Context) (*applicationinsights.DescribeObservationOutput, error)
type DescribeProblemFuture ¶
type DescribeProblemFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeProblemFuture) Get ¶
func (r *DescribeProblemFuture) Get(ctx workflow.Context) (*applicationinsights.DescribeProblemOutput, error)
type DescribeProblemObservationsFuture ¶
type DescribeProblemObservationsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeProblemObservationsFuture) Get ¶
func (r *DescribeProblemObservationsFuture) Get(ctx workflow.Context) (*applicationinsights.DescribeProblemObservationsOutput, error)
type ListApplicationsFuture ¶
type ListApplicationsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListApplicationsFuture) Get ¶
func (r *ListApplicationsFuture) Get(ctx workflow.Context) (*applicationinsights.ListApplicationsOutput, error)
type ListComponentsFuture ¶
func (*ListComponentsFuture) Get ¶
func (r *ListComponentsFuture) Get(ctx workflow.Context) (*applicationinsights.ListComponentsOutput, error)
type ListConfigurationHistoryFuture ¶
type ListConfigurationHistoryFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListConfigurationHistoryFuture) Get ¶
func (r *ListConfigurationHistoryFuture) Get(ctx workflow.Context) (*applicationinsights.ListConfigurationHistoryOutput, error)
type ListLogPatternSetsFuture ¶
type ListLogPatternSetsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListLogPatternSetsFuture) Get ¶
func (r *ListLogPatternSetsFuture) Get(ctx workflow.Context) (*applicationinsights.ListLogPatternSetsOutput, error)
type ListLogPatternsFuture ¶
type ListLogPatternsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListLogPatternsFuture) Get ¶
func (r *ListLogPatternsFuture) Get(ctx workflow.Context) (*applicationinsights.ListLogPatternsOutput, error)
type ListProblemsFuture ¶
func (*ListProblemsFuture) Get ¶
func (r *ListProblemsFuture) Get(ctx workflow.Context) (*applicationinsights.ListProblemsOutput, error)
type ListTagsForResourceFuture ¶
type ListTagsForResourceFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListTagsForResourceFuture) Get ¶
func (r *ListTagsForResourceFuture) Get(ctx workflow.Context) (*applicationinsights.ListTagsForResourceOutput, error)
type TagResourceFuture ¶
func (*TagResourceFuture) Get ¶
func (r *TagResourceFuture) Get(ctx workflow.Context) (*applicationinsights.TagResourceOutput, error)
type UntagResourceFuture ¶
func (*UntagResourceFuture) Get ¶
func (r *UntagResourceFuture) Get(ctx workflow.Context) (*applicationinsights.UntagResourceOutput, error)
type UpdateApplicationFuture ¶
type UpdateApplicationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateApplicationFuture) Get ¶
func (r *UpdateApplicationFuture) Get(ctx workflow.Context) (*applicationinsights.UpdateApplicationOutput, error)
type UpdateComponentConfigurationFuture ¶
type UpdateComponentConfigurationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateComponentConfigurationFuture) Get ¶
func (r *UpdateComponentConfigurationFuture) Get(ctx workflow.Context) (*applicationinsights.UpdateComponentConfigurationOutput, error)
type UpdateComponentFuture ¶
type UpdateComponentFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateComponentFuture) Get ¶
func (r *UpdateComponentFuture) Get(ctx workflow.Context) (*applicationinsights.UpdateComponentOutput, error)
type UpdateLogPatternFuture ¶
type UpdateLogPatternFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateLogPatternFuture) Get ¶
func (r *UpdateLogPatternFuture) Get(ctx workflow.Context) (*applicationinsights.UpdateLogPatternOutput, error)
Click to show internal directories.
Click to hide internal directories.