amazonka-migration-hub-refactor-spaces-2.0: Amazon Migration Hub Refactor Spaces 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.MigrationHubReFactorSpaces.ListServices

Description

Lists all the Amazon Web Services Migration Hub Refactor Spaces services within an application.

This operation returns paginated results.

Synopsis

Creating a Request

data ListServices Source #

See: newListServices smart constructor.

Constructors

ListServices' 

Fields

Instances

Instances details
ToHeaders ListServices Source # 
Instance details

Defined in Amazonka.MigrationHubReFactorSpaces.ListServices

ToPath ListServices Source # 
Instance details

Defined in Amazonka.MigrationHubReFactorSpaces.ListServices

ToQuery ListServices Source # 
Instance details

Defined in Amazonka.MigrationHubReFactorSpaces.ListServices

AWSPager ListServices Source # 
Instance details

Defined in Amazonka.MigrationHubReFactorSpaces.ListServices

AWSRequest ListServices Source # 
Instance details

Defined in Amazonka.MigrationHubReFactorSpaces.ListServices

Associated Types

type AWSResponse ListServices #

Generic ListServices Source # 
Instance details

Defined in Amazonka.MigrationHubReFactorSpaces.ListServices

Associated Types

type Rep ListServices :: Type -> Type #

Read ListServices Source # 
Instance details

Defined in Amazonka.MigrationHubReFactorSpaces.ListServices

Show ListServices Source # 
Instance details

Defined in Amazonka.MigrationHubReFactorSpaces.ListServices

NFData ListServices Source # 
Instance details

Defined in Amazonka.MigrationHubReFactorSpaces.ListServices

Methods

rnf :: ListServices -> () #

Eq ListServices Source # 
Instance details

Defined in Amazonka.MigrationHubReFactorSpaces.ListServices

Hashable ListServices Source # 
Instance details

Defined in Amazonka.MigrationHubReFactorSpaces.ListServices

type AWSResponse ListServices Source # 
Instance details

Defined in Amazonka.MigrationHubReFactorSpaces.ListServices

type Rep ListServices Source # 
Instance details

Defined in Amazonka.MigrationHubReFactorSpaces.ListServices

type Rep ListServices = D1 ('MetaData "ListServices" "Amazonka.MigrationHubReFactorSpaces.ListServices" "amazonka-migration-hub-refactor-spaces-2.0-IgAA0SWWxlS8R7imIzpgpS" 'False) (C1 ('MetaCons "ListServices'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "applicationIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "environmentIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newListServices Source #

Create a value of ListServices 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:maxResults:ListServices', listServices_maxResults - The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

ListServices, listServices_nextToken - The token for the next page of results.

$sel:applicationIdentifier:ListServices', listServices_applicationIdentifier - The ID of the application.

$sel:environmentIdentifier:ListServices', listServices_environmentIdentifier - The ID of the environment.

Request Lenses

listServices_maxResults :: Lens' ListServices (Maybe Natural) Source #

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

listServices_nextToken :: Lens' ListServices (Maybe Text) Source #

The token for the next page of results.

Destructuring the Response

data ListServicesResponse Source #

See: newListServicesResponse smart constructor.

Constructors

ListServicesResponse' 

Fields

Instances

Instances details
Generic ListServicesResponse Source # 
Instance details

Defined in Amazonka.MigrationHubReFactorSpaces.ListServices

Associated Types

type Rep ListServicesResponse :: Type -> Type #

Show ListServicesResponse Source # 
Instance details

Defined in Amazonka.MigrationHubReFactorSpaces.ListServices

NFData ListServicesResponse Source # 
Instance details

Defined in Amazonka.MigrationHubReFactorSpaces.ListServices

Methods

rnf :: ListServicesResponse -> () #

Eq ListServicesResponse Source # 
Instance details

Defined in Amazonka.MigrationHubReFactorSpaces.ListServices

type Rep ListServicesResponse Source # 
Instance details

Defined in Amazonka.MigrationHubReFactorSpaces.ListServices

type Rep ListServicesResponse = D1 ('MetaData "ListServicesResponse" "Amazonka.MigrationHubReFactorSpaces.ListServices" "amazonka-migration-hub-refactor-spaces-2.0-IgAA0SWWxlS8R7imIzpgpS" 'False) (C1 ('MetaCons "ListServicesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "serviceSummaryList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ServiceSummary])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListServicesResponse Source #

Create a value of ListServicesResponse 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:

ListServices, listServicesResponse_nextToken - The token for the next page of results.

$sel:serviceSummaryList:ListServicesResponse', listServicesResponse_serviceSummaryList - The list of ServiceSummary objects.

$sel:httpStatus:ListServicesResponse', listServicesResponse_httpStatus - The response's http status code.

Response Lenses

listServicesResponse_nextToken :: Lens' ListServicesResponse (Maybe Text) Source #

The token for the next page of results.