amazonka-appconfig-2.0: Amazon AppConfig 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.AppConfig.ListHostedConfigurationVersions

Description

Lists configurations stored in the AppConfig hosted configuration store by version.

Synopsis

Creating a Request

data ListHostedConfigurationVersions Source #

See: newListHostedConfigurationVersions smart constructor.

Constructors

ListHostedConfigurationVersions' 

Fields

Instances

Instances details
ToHeaders ListHostedConfigurationVersions Source # 
Instance details

Defined in Amazonka.AppConfig.ListHostedConfigurationVersions

ToPath ListHostedConfigurationVersions Source # 
Instance details

Defined in Amazonka.AppConfig.ListHostedConfigurationVersions

ToQuery ListHostedConfigurationVersions Source # 
Instance details

Defined in Amazonka.AppConfig.ListHostedConfigurationVersions

AWSRequest ListHostedConfigurationVersions Source # 
Instance details

Defined in Amazonka.AppConfig.ListHostedConfigurationVersions

Generic ListHostedConfigurationVersions Source # 
Instance details

Defined in Amazonka.AppConfig.ListHostedConfigurationVersions

Associated Types

type Rep ListHostedConfigurationVersions :: Type -> Type #

Read ListHostedConfigurationVersions Source # 
Instance details

Defined in Amazonka.AppConfig.ListHostedConfigurationVersions

Show ListHostedConfigurationVersions Source # 
Instance details

Defined in Amazonka.AppConfig.ListHostedConfigurationVersions

NFData ListHostedConfigurationVersions Source # 
Instance details

Defined in Amazonka.AppConfig.ListHostedConfigurationVersions

Eq ListHostedConfigurationVersions Source # 
Instance details

Defined in Amazonka.AppConfig.ListHostedConfigurationVersions

Hashable ListHostedConfigurationVersions Source # 
Instance details

Defined in Amazonka.AppConfig.ListHostedConfigurationVersions

type AWSResponse ListHostedConfigurationVersions Source # 
Instance details

Defined in Amazonka.AppConfig.ListHostedConfigurationVersions

type Rep ListHostedConfigurationVersions Source # 
Instance details

Defined in Amazonka.AppConfig.ListHostedConfigurationVersions

type Rep ListHostedConfigurationVersions = D1 ('MetaData "ListHostedConfigurationVersions" "Amazonka.AppConfig.ListHostedConfigurationVersions" "amazonka-appconfig-2.0-KxEFpSAUlWtLf1lFyPWujo" 'False) (C1 ('MetaCons "ListHostedConfigurationVersions'" '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 "applicationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "configurationProfileId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newListHostedConfigurationVersions Source #

Create a value of ListHostedConfigurationVersions 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:ListHostedConfigurationVersions', listHostedConfigurationVersions_maxResults - The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.

ListHostedConfigurationVersions, listHostedConfigurationVersions_nextToken - A token to start the list. Use this token to get the next set of results.

ListHostedConfigurationVersions, listHostedConfigurationVersions_applicationId - The application ID.

ListHostedConfigurationVersions, listHostedConfigurationVersions_configurationProfileId - The configuration profile ID.

Request Lenses

listHostedConfigurationVersions_maxResults :: Lens' ListHostedConfigurationVersions (Maybe Natural) Source #

The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.

listHostedConfigurationVersions_nextToken :: Lens' ListHostedConfigurationVersions (Maybe Text) Source #

A token to start the list. Use this token to get the next set of results.

Destructuring the Response

data ListHostedConfigurationVersionsResponse Source #

Constructors

ListHostedConfigurationVersionsResponse' 

Fields

Instances

Instances details
Generic ListHostedConfigurationVersionsResponse Source # 
Instance details

Defined in Amazonka.AppConfig.ListHostedConfigurationVersions

Read ListHostedConfigurationVersionsResponse Source # 
Instance details

Defined in Amazonka.AppConfig.ListHostedConfigurationVersions

Show ListHostedConfigurationVersionsResponse Source # 
Instance details

Defined in Amazonka.AppConfig.ListHostedConfigurationVersions

NFData ListHostedConfigurationVersionsResponse Source # 
Instance details

Defined in Amazonka.AppConfig.ListHostedConfigurationVersions

Eq ListHostedConfigurationVersionsResponse Source # 
Instance details

Defined in Amazonka.AppConfig.ListHostedConfigurationVersions

type Rep ListHostedConfigurationVersionsResponse Source # 
Instance details

Defined in Amazonka.AppConfig.ListHostedConfigurationVersions

type Rep ListHostedConfigurationVersionsResponse = D1 ('MetaData "ListHostedConfigurationVersionsResponse" "Amazonka.AppConfig.ListHostedConfigurationVersions" "amazonka-appconfig-2.0-KxEFpSAUlWtLf1lFyPWujo" 'False) (C1 ('MetaCons "ListHostedConfigurationVersionsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "items") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [HostedConfigurationVersionSummary])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListHostedConfigurationVersionsResponse Source #

Create a value of ListHostedConfigurationVersionsResponse 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:items:ListHostedConfigurationVersionsResponse', listHostedConfigurationVersionsResponse_items - The elements from this collection.

ListHostedConfigurationVersions, listHostedConfigurationVersionsResponse_nextToken - The token for the next set of items to return. Use this token to get the next set of results.

$sel:httpStatus:ListHostedConfigurationVersionsResponse', listHostedConfigurationVersionsResponse_httpStatus - The response's http status code.

Response Lenses

listHostedConfigurationVersionsResponse_nextToken :: Lens' ListHostedConfigurationVersionsResponse (Maybe Text) Source #

The token for the next set of items to return. Use this token to get the next set of results.