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

Description

Lists the deployments for an environment.

Synopsis

Creating a Request

data ListDeployments Source #

See: newListDeployments smart constructor.

Constructors

ListDeployments' 

Fields

Instances

Instances details
Eq ListDeployments Source # 
Instance details

Defined in Amazonka.AppConfig.ListDeployments

Read ListDeployments Source # 
Instance details

Defined in Amazonka.AppConfig.ListDeployments

Show ListDeployments Source # 
Instance details

Defined in Amazonka.AppConfig.ListDeployments

Generic ListDeployments Source # 
Instance details

Defined in Amazonka.AppConfig.ListDeployments

Associated Types

type Rep ListDeployments :: Type -> Type #

NFData ListDeployments Source # 
Instance details

Defined in Amazonka.AppConfig.ListDeployments

Methods

rnf :: ListDeployments -> () #

Hashable ListDeployments Source # 
Instance details

Defined in Amazonka.AppConfig.ListDeployments

AWSRequest ListDeployments Source # 
Instance details

Defined in Amazonka.AppConfig.ListDeployments

Associated Types

type AWSResponse ListDeployments #

ToHeaders ListDeployments Source # 
Instance details

Defined in Amazonka.AppConfig.ListDeployments

ToPath ListDeployments Source # 
Instance details

Defined in Amazonka.AppConfig.ListDeployments

ToQuery ListDeployments Source # 
Instance details

Defined in Amazonka.AppConfig.ListDeployments

type Rep ListDeployments Source # 
Instance details

Defined in Amazonka.AppConfig.ListDeployments

type Rep ListDeployments = D1 ('MetaData "ListDeployments" "Amazonka.AppConfig.ListDeployments" "libZSservicesZSamazonka-appconfigZSamazonka-appconfig" 'False) (C1 ('MetaCons "ListDeployments'" '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 "environmentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse ListDeployments Source # 
Instance details

Defined in Amazonka.AppConfig.ListDeployments

newListDeployments Source #

Create a value of ListDeployments 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:ListDeployments', listDeployments_nextToken - A token to start the list. Use this token to get the next set of results.

$sel:maxResults:ListDeployments', listDeployments_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:ListDeployments', listDeployments_applicationId - The application ID.

$sel:environmentId:ListDeployments', listDeployments_environmentId - The environment ID.

Request Lenses

listDeployments_nextToken :: Lens' ListDeployments (Maybe Text) Source #

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

listDeployments_maxResults :: Lens' ListDeployments (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 ListDeploymentsResponse Source #

See: newListDeploymentsResponse smart constructor.

Constructors

ListDeploymentsResponse' 

Fields

Instances

Instances details
Eq ListDeploymentsResponse Source # 
Instance details

Defined in Amazonka.AppConfig.ListDeployments

Read ListDeploymentsResponse Source # 
Instance details

Defined in Amazonka.AppConfig.ListDeployments

Show ListDeploymentsResponse Source # 
Instance details

Defined in Amazonka.AppConfig.ListDeployments

Generic ListDeploymentsResponse Source # 
Instance details

Defined in Amazonka.AppConfig.ListDeployments

Associated Types

type Rep ListDeploymentsResponse :: Type -> Type #

NFData ListDeploymentsResponse Source # 
Instance details

Defined in Amazonka.AppConfig.ListDeployments

Methods

rnf :: ListDeploymentsResponse -> () #

type Rep ListDeploymentsResponse Source # 
Instance details

Defined in Amazonka.AppConfig.ListDeployments

type Rep ListDeploymentsResponse = D1 ('MetaData "ListDeploymentsResponse" "Amazonka.AppConfig.ListDeployments" "libZSservicesZSamazonka-appconfigZSamazonka-appconfig" 'False) (C1 ('MetaCons "ListDeploymentsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "items") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DeploymentSummary])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListDeploymentsResponse Source #

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

$sel:nextToken:ListDeployments', listDeploymentsResponse_nextToken - The token for the next set of items to return. Use this token to get the next set of results.

$sel:httpStatus:ListDeploymentsResponse', listDeploymentsResponse_httpStatus - The response's http status code.

Response Lenses

listDeploymentsResponse_nextToken :: Lens' ListDeploymentsResponse (Maybe Text) Source #

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