libZSservicesZSamazonka-application-insightsZSamazonka-application-insights
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.ApplicationInsights.ListComponents

Description

Lists the auto-grouped, standalone, and custom components of the application.

Synopsis

Creating a Request

data ListComponents Source #

See: newListComponents smart constructor.

Constructors

ListComponents' 

Fields

Instances

Instances details
Eq ListComponents Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListComponents

Read ListComponents Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListComponents

Show ListComponents Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListComponents

Generic ListComponents Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListComponents

Associated Types

type Rep ListComponents :: Type -> Type #

NFData ListComponents Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListComponents

Methods

rnf :: ListComponents -> () #

Hashable ListComponents Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListComponents

ToJSON ListComponents Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListComponents

AWSRequest ListComponents Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListComponents

Associated Types

type AWSResponse ListComponents #

ToHeaders ListComponents Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListComponents

ToPath ListComponents Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListComponents

ToQuery ListComponents Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListComponents

type Rep ListComponents Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListComponents

type Rep ListComponents = D1 ('MetaData "ListComponents" "Amazonka.ApplicationInsights.ListComponents" "libZSservicesZSamazonka-application-insightsZSamazonka-application-insights" 'False) (C1 ('MetaCons "ListComponents'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "resourceGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse ListComponents Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListComponents

newListComponents Source #

Create a value of ListComponents with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextToken:ListComponents', listComponents_nextToken - The token to request the next page of results.

$sel:maxResults:ListComponents', listComponents_maxResults - The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

$sel:resourceGroupName:ListComponents', listComponents_resourceGroupName - The name of the resource group.

Request Lenses

listComponents_nextToken :: Lens' ListComponents (Maybe Text) Source #

The token to request the next page of results.

listComponents_maxResults :: Lens' ListComponents (Maybe Natural) Source #

The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

Destructuring the Response

data ListComponentsResponse Source #

See: newListComponentsResponse smart constructor.

Constructors

ListComponentsResponse' 

Fields

Instances

Instances details
Eq ListComponentsResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListComponents

Read ListComponentsResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListComponents

Show ListComponentsResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListComponents

Generic ListComponentsResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListComponents

Associated Types

type Rep ListComponentsResponse :: Type -> Type #

NFData ListComponentsResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListComponents

Methods

rnf :: ListComponentsResponse -> () #

type Rep ListComponentsResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListComponents

type Rep ListComponentsResponse = D1 ('MetaData "ListComponentsResponse" "Amazonka.ApplicationInsights.ListComponents" "libZSservicesZSamazonka-application-insightsZSamazonka-application-insights" 'False) (C1 ('MetaCons "ListComponentsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "applicationComponentList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ApplicationComponent])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListComponentsResponse Source #

Create a value of ListComponentsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:applicationComponentList:ListComponentsResponse', listComponentsResponse_applicationComponentList - The list of application components.

$sel:nextToken:ListComponents', listComponentsResponse_nextToken - The token to request the next page of results.

$sel:httpStatus:ListComponentsResponse', listComponentsResponse_httpStatus - The response's http status code.

Response Lenses

listComponentsResponse_nextToken :: Lens' ListComponentsResponse (Maybe Text) Source #

The token to request the next page of results.