libZSservicesZSamazonka-appconfigZSamazonka-appconfig
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.AppConfig.ListHostedConfigurationVersions

Description

View a list of configurations stored in the AppConfig configuration store by version.

Synopsis

Creating a Request

data ListHostedConfigurationVersions Source #

See: newListHostedConfigurationVersions smart constructor.

Constructors

ListHostedConfigurationVersions' 

Fields

Instances

Instances details
Eq ListHostedConfigurationVersions Source # 
Instance details

Defined in Amazonka.AppConfig.ListHostedConfigurationVersions

Read ListHostedConfigurationVersions Source # 
Instance details

Defined in Amazonka.AppConfig.ListHostedConfigurationVersions

Show 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 #

NFData ListHostedConfigurationVersions Source # 
Instance details

Defined in Amazonka.AppConfig.ListHostedConfigurationVersions

Hashable ListHostedConfigurationVersions Source # 
Instance details

Defined in Amazonka.AppConfig.ListHostedConfigurationVersions

AWSRequest ListHostedConfigurationVersions Source # 
Instance details

Defined in Amazonka.AppConfig.ListHostedConfigurationVersions

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

type Rep ListHostedConfigurationVersions Source # 
Instance details

Defined in Amazonka.AppConfig.ListHostedConfigurationVersions

type Rep ListHostedConfigurationVersions = D1 ('MetaData "ListHostedConfigurationVersions" "Amazonka.AppConfig.ListHostedConfigurationVersions" "libZSservicesZSamazonka-appconfigZSamazonka-appconfig" 'False) (C1 ('MetaCons "ListHostedConfigurationVersions'" '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 "applicationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "configurationProfileId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse ListHostedConfigurationVersions Source # 
Instance details

Defined in Amazonka.AppConfig.ListHostedConfigurationVersions

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:nextToken:ListHostedConfigurationVersions', listHostedConfigurationVersions_nextToken - A token to start the list. Use this token to get the next set of results.

$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.

$sel:applicationId:ListHostedConfigurationVersions', listHostedConfigurationVersions_applicationId - The application ID.

$sel:configurationProfileId:ListHostedConfigurationVersions', listHostedConfigurationVersions_configurationProfileId - The configuration profile ID.

Request Lenses

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

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

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.

Destructuring the Response

data ListHostedConfigurationVersionsResponse Source #

Constructors

ListHostedConfigurationVersionsResponse' 

Fields

Instances

Instances details
Eq 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

Generic ListHostedConfigurationVersionsResponse Source # 
Instance details

Defined in Amazonka.AppConfig.ListHostedConfigurationVersions

NFData 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" "libZSservicesZSamazonka-appconfigZSamazonka-appconfig" '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.

$sel:nextToken: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.