libZSservicesZSamazonka-codedeployZSamazonka-codedeploy
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.CodeDeploy.ListDeploymentConfigs

Description

Lists the deployment configurations with the IAM user or AWS account.

This operation returns paginated results.

Synopsis

Creating a Request

data ListDeploymentConfigs Source #

Represents the input of a ListDeploymentConfigs operation.

See: newListDeploymentConfigs smart constructor.

Constructors

ListDeploymentConfigs' 

Fields

  • nextToken :: Maybe Text

    An identifier returned from the previous ListDeploymentConfigs call. It can be used to return the next set of deployment configurations in the list.

Instances

Instances details
Eq ListDeploymentConfigs Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeploymentConfigs

Read ListDeploymentConfigs Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeploymentConfigs

Show ListDeploymentConfigs Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeploymentConfigs

Generic ListDeploymentConfigs Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeploymentConfigs

Associated Types

type Rep ListDeploymentConfigs :: Type -> Type #

NFData ListDeploymentConfigs Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeploymentConfigs

Methods

rnf :: ListDeploymentConfigs -> () #

Hashable ListDeploymentConfigs Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeploymentConfigs

ToJSON ListDeploymentConfigs Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeploymentConfigs

AWSPager ListDeploymentConfigs Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeploymentConfigs

AWSRequest ListDeploymentConfigs Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeploymentConfigs

Associated Types

type AWSResponse ListDeploymentConfigs #

ToHeaders ListDeploymentConfigs Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeploymentConfigs

ToPath ListDeploymentConfigs Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeploymentConfigs

ToQuery ListDeploymentConfigs Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeploymentConfigs

type Rep ListDeploymentConfigs Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeploymentConfigs

type Rep ListDeploymentConfigs = D1 ('MetaData "ListDeploymentConfigs" "Amazonka.CodeDeploy.ListDeploymentConfigs" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "ListDeploymentConfigs'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))
type AWSResponse ListDeploymentConfigs Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeploymentConfigs

newListDeploymentConfigs :: ListDeploymentConfigs Source #

Create a value of ListDeploymentConfigs 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:ListDeploymentConfigs', listDeploymentConfigs_nextToken - An identifier returned from the previous ListDeploymentConfigs call. It can be used to return the next set of deployment configurations in the list.

Request Lenses

listDeploymentConfigs_nextToken :: Lens' ListDeploymentConfigs (Maybe Text) Source #

An identifier returned from the previous ListDeploymentConfigs call. It can be used to return the next set of deployment configurations in the list.

Destructuring the Response

data ListDeploymentConfigsResponse Source #

Represents the output of a ListDeploymentConfigs operation.

See: newListDeploymentConfigsResponse smart constructor.

Constructors

ListDeploymentConfigsResponse' 

Fields

  • nextToken :: Maybe Text

    If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployment configurations call to return the next set of deployment configurations in the list.

  • deploymentConfigsList :: Maybe [Text]

    A list of deployment configurations, including built-in configurations such as CodeDeployDefault.OneAtATime.

  • httpStatus :: Int

    The response's http status code.

Instances

Instances details
Eq ListDeploymentConfigsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeploymentConfigs

Read ListDeploymentConfigsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeploymentConfigs

Show ListDeploymentConfigsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeploymentConfigs

Generic ListDeploymentConfigsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeploymentConfigs

Associated Types

type Rep ListDeploymentConfigsResponse :: Type -> Type #

NFData ListDeploymentConfigsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeploymentConfigs

type Rep ListDeploymentConfigsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeploymentConfigs

type Rep ListDeploymentConfigsResponse = D1 ('MetaData "ListDeploymentConfigsResponse" "Amazonka.CodeDeploy.ListDeploymentConfigs" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "ListDeploymentConfigsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "deploymentConfigsList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListDeploymentConfigsResponse Source #

Create a value of ListDeploymentConfigsResponse 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:ListDeploymentConfigs', listDeploymentConfigsResponse_nextToken - If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployment configurations call to return the next set of deployment configurations in the list.

$sel:deploymentConfigsList:ListDeploymentConfigsResponse', listDeploymentConfigsResponse_deploymentConfigsList - A list of deployment configurations, including built-in configurations such as CodeDeployDefault.OneAtATime.

$sel:httpStatus:ListDeploymentConfigsResponse', listDeploymentConfigsResponse_httpStatus - The response's http status code.

Response Lenses

listDeploymentConfigsResponse_nextToken :: Lens' ListDeploymentConfigsResponse (Maybe Text) Source #

If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployment configurations call to return the next set of deployment configurations in the list.

listDeploymentConfigsResponse_deploymentConfigsList :: Lens' ListDeploymentConfigsResponse (Maybe [Text]) Source #

A list of deployment configurations, including built-in configurations such as CodeDeployDefault.OneAtATime.