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

Description

List deployment strategies.

Synopsis

Creating a Request

data ListDeploymentStrategies Source #

See: newListDeploymentStrategies smart constructor.

Constructors

ListDeploymentStrategies' 

Fields

  • nextToken :: Maybe Text

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

  • maxResults :: Maybe Natural

    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.

Instances

Instances details
Eq ListDeploymentStrategies Source # 
Instance details

Defined in Amazonka.AppConfig.ListDeploymentStrategies

Read ListDeploymentStrategies Source # 
Instance details

Defined in Amazonka.AppConfig.ListDeploymentStrategies

Show ListDeploymentStrategies Source # 
Instance details

Defined in Amazonka.AppConfig.ListDeploymentStrategies

Generic ListDeploymentStrategies Source # 
Instance details

Defined in Amazonka.AppConfig.ListDeploymentStrategies

Associated Types

type Rep ListDeploymentStrategies :: Type -> Type #

NFData ListDeploymentStrategies Source # 
Instance details

Defined in Amazonka.AppConfig.ListDeploymentStrategies

Hashable ListDeploymentStrategies Source # 
Instance details

Defined in Amazonka.AppConfig.ListDeploymentStrategies

AWSRequest ListDeploymentStrategies Source # 
Instance details

Defined in Amazonka.AppConfig.ListDeploymentStrategies

ToHeaders ListDeploymentStrategies Source # 
Instance details

Defined in Amazonka.AppConfig.ListDeploymentStrategies

ToPath ListDeploymentStrategies Source # 
Instance details

Defined in Amazonka.AppConfig.ListDeploymentStrategies

ToQuery ListDeploymentStrategies Source # 
Instance details

Defined in Amazonka.AppConfig.ListDeploymentStrategies

type Rep ListDeploymentStrategies Source # 
Instance details

Defined in Amazonka.AppConfig.ListDeploymentStrategies

type Rep ListDeploymentStrategies = D1 ('MetaData "ListDeploymentStrategies" "Amazonka.AppConfig.ListDeploymentStrategies" "libZSservicesZSamazonka-appconfigZSamazonka-appconfig" 'False) (C1 ('MetaCons "ListDeploymentStrategies'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))
type AWSResponse ListDeploymentStrategies Source # 
Instance details

Defined in Amazonka.AppConfig.ListDeploymentStrategies

newListDeploymentStrategies :: ListDeploymentStrategies Source #

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

$sel:maxResults:ListDeploymentStrategies', listDeploymentStrategies_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.

Request Lenses

listDeploymentStrategies_nextToken :: Lens' ListDeploymentStrategies (Maybe Text) Source #

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

listDeploymentStrategies_maxResults :: Lens' ListDeploymentStrategies (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 ListDeploymentStrategiesResponse Source #

See: newListDeploymentStrategiesResponse smart constructor.

Constructors

ListDeploymentStrategiesResponse' 

Fields

Instances

Instances details
Eq ListDeploymentStrategiesResponse Source # 
Instance details

Defined in Amazonka.AppConfig.ListDeploymentStrategies

Read ListDeploymentStrategiesResponse Source # 
Instance details

Defined in Amazonka.AppConfig.ListDeploymentStrategies

Show ListDeploymentStrategiesResponse Source # 
Instance details

Defined in Amazonka.AppConfig.ListDeploymentStrategies

Generic ListDeploymentStrategiesResponse Source # 
Instance details

Defined in Amazonka.AppConfig.ListDeploymentStrategies

Associated Types

type Rep ListDeploymentStrategiesResponse :: Type -> Type #

NFData ListDeploymentStrategiesResponse Source # 
Instance details

Defined in Amazonka.AppConfig.ListDeploymentStrategies

type Rep ListDeploymentStrategiesResponse Source # 
Instance details

Defined in Amazonka.AppConfig.ListDeploymentStrategies

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

newListDeploymentStrategiesResponse Source #

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

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

$sel:httpStatus:ListDeploymentStrategiesResponse', listDeploymentStrategiesResponse_httpStatus - The response's http status code.

Response Lenses

listDeploymentStrategiesResponse_nextToken :: Lens' ListDeploymentStrategiesResponse (Maybe Text) Source #

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