amazonka-ssm-sap-2.0: Amazon Systems Manager for SAP SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.SSMSAP.ListComponents

Description

Lists all the components registered with AWS Systems Manager for SAP.

This operation returns paginated results.

Synopsis

Creating a Request

data ListComponents Source #

See: newListComponents smart constructor.

Instances

Instances details
ToJSON ListComponents Source # 
Instance details

Defined in Amazonka.SSMSAP.ListComponents

ToHeaders ListComponents Source # 
Instance details

Defined in Amazonka.SSMSAP.ListComponents

ToPath ListComponents Source # 
Instance details

Defined in Amazonka.SSMSAP.ListComponents

ToQuery ListComponents Source # 
Instance details

Defined in Amazonka.SSMSAP.ListComponents

AWSPager ListComponents Source # 
Instance details

Defined in Amazonka.SSMSAP.ListComponents

AWSRequest ListComponents Source # 
Instance details

Defined in Amazonka.SSMSAP.ListComponents

Associated Types

type AWSResponse ListComponents #

Generic ListComponents Source # 
Instance details

Defined in Amazonka.SSMSAP.ListComponents

Associated Types

type Rep ListComponents :: Type -> Type #

Read ListComponents Source # 
Instance details

Defined in Amazonka.SSMSAP.ListComponents

Show ListComponents Source # 
Instance details

Defined in Amazonka.SSMSAP.ListComponents

NFData ListComponents Source # 
Instance details

Defined in Amazonka.SSMSAP.ListComponents

Methods

rnf :: ListComponents -> () #

Eq ListComponents Source # 
Instance details

Defined in Amazonka.SSMSAP.ListComponents

Hashable ListComponents Source # 
Instance details

Defined in Amazonka.SSMSAP.ListComponents

type AWSResponse ListComponents Source # 
Instance details

Defined in Amazonka.SSMSAP.ListComponents

type Rep ListComponents Source # 
Instance details

Defined in Amazonka.SSMSAP.ListComponents

type Rep ListComponents = D1 ('MetaData "ListComponents" "Amazonka.SSMSAP.ListComponents" "amazonka-ssm-sap-2.0-7GrfuL8AFBH3uo82BcKo6b" 'False) (C1 ('MetaCons "ListComponents'" 'PrefixI 'True) (S1 ('MetaSel ('Just "applicationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newListComponents :: ListComponents 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:

ListComponents, listComponents_applicationId -

$sel:maxResults:ListComponents', listComponents_maxResults -

ListComponents, listComponents_nextToken -

Request Lenses

Destructuring the Response

data ListComponentsResponse Source #

See: newListComponentsResponse smart constructor.

Constructors

ListComponentsResponse' 

Fields

Instances

Instances details
Generic ListComponentsResponse Source # 
Instance details

Defined in Amazonka.SSMSAP.ListComponents

Associated Types

type Rep ListComponentsResponse :: Type -> Type #

Read ListComponentsResponse Source # 
Instance details

Defined in Amazonka.SSMSAP.ListComponents

Show ListComponentsResponse Source # 
Instance details

Defined in Amazonka.SSMSAP.ListComponents

NFData ListComponentsResponse Source # 
Instance details

Defined in Amazonka.SSMSAP.ListComponents

Methods

rnf :: ListComponentsResponse -> () #

Eq ListComponentsResponse Source # 
Instance details

Defined in Amazonka.SSMSAP.ListComponents

type Rep ListComponentsResponse Source # 
Instance details

Defined in Amazonka.SSMSAP.ListComponents

type Rep ListComponentsResponse = D1 ('MetaData "ListComponentsResponse" "Amazonka.SSMSAP.ListComponents" "amazonka-ssm-sap-2.0-7GrfuL8AFBH3uo82BcKo6b" 'False) (C1 ('MetaCons "ListComponentsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "components") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ComponentSummary])) :*: (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:

ListComponentsResponse, listComponentsResponse_components -

ListComponents, listComponentsResponse_nextToken -

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

Response Lenses