libZSservicesZSamazonka-protonZSamazonka-proton
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.Proton.ListEnvironmentAccountConnections

Description

View a list of environment account connections.

For more information, see Environment account connections in the AWS Proton Administrator guide.

This operation returns paginated results.

Synopsis

Creating a Request

data ListEnvironmentAccountConnections Source #

See: newListEnvironmentAccountConnections smart constructor.

Constructors

ListEnvironmentAccountConnections' 

Fields

Instances

Instances details
Eq ListEnvironmentAccountConnections Source # 
Instance details

Defined in Amazonka.Proton.ListEnvironmentAccountConnections

Read ListEnvironmentAccountConnections Source # 
Instance details

Defined in Amazonka.Proton.ListEnvironmentAccountConnections

Show ListEnvironmentAccountConnections Source # 
Instance details

Defined in Amazonka.Proton.ListEnvironmentAccountConnections

Generic ListEnvironmentAccountConnections Source # 
Instance details

Defined in Amazonka.Proton.ListEnvironmentAccountConnections

Associated Types

type Rep ListEnvironmentAccountConnections :: Type -> Type #

NFData ListEnvironmentAccountConnections Source # 
Instance details

Defined in Amazonka.Proton.ListEnvironmentAccountConnections

Hashable ListEnvironmentAccountConnections Source # 
Instance details

Defined in Amazonka.Proton.ListEnvironmentAccountConnections

ToJSON ListEnvironmentAccountConnections Source # 
Instance details

Defined in Amazonka.Proton.ListEnvironmentAccountConnections

AWSPager ListEnvironmentAccountConnections Source # 
Instance details

Defined in Amazonka.Proton.ListEnvironmentAccountConnections

AWSRequest ListEnvironmentAccountConnections Source # 
Instance details

Defined in Amazonka.Proton.ListEnvironmentAccountConnections

ToHeaders ListEnvironmentAccountConnections Source # 
Instance details

Defined in Amazonka.Proton.ListEnvironmentAccountConnections

ToPath ListEnvironmentAccountConnections Source # 
Instance details

Defined in Amazonka.Proton.ListEnvironmentAccountConnections

ToQuery ListEnvironmentAccountConnections Source # 
Instance details

Defined in Amazonka.Proton.ListEnvironmentAccountConnections

type Rep ListEnvironmentAccountConnections Source # 
Instance details

Defined in Amazonka.Proton.ListEnvironmentAccountConnections

type Rep ListEnvironmentAccountConnections = D1 ('MetaData "ListEnvironmentAccountConnections" "Amazonka.Proton.ListEnvironmentAccountConnections" "libZSservicesZSamazonka-protonZSamazonka-proton" 'False) (C1 ('MetaCons "ListEnvironmentAccountConnections'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "environmentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "statuses") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [EnvironmentAccountConnectionStatus])) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "requestedBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 EnvironmentAccountConnectionRequesterAccountType)))))
type AWSResponse ListEnvironmentAccountConnections Source # 
Instance details

Defined in Amazonka.Proton.ListEnvironmentAccountConnections

newListEnvironmentAccountConnections Source #

Create a value of ListEnvironmentAccountConnections 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:ListEnvironmentAccountConnections', listEnvironmentAccountConnections_nextToken - A token to indicate the location of the next environment account connection in the array of environment account connections, after the list of environment account connections that was previously requested.

$sel:environmentName:ListEnvironmentAccountConnections', listEnvironmentAccountConnections_environmentName - The environment name that's associated with each listed environment account connection.

$sel:statuses:ListEnvironmentAccountConnections', listEnvironmentAccountConnections_statuses - The status details for each listed environment account connection.

$sel:maxResults:ListEnvironmentAccountConnections', listEnvironmentAccountConnections_maxResults - The maximum number of environment account connections to list.

$sel:requestedBy:ListEnvironmentAccountConnections', listEnvironmentAccountConnections_requestedBy - The type of account making the ListEnvironmentAccountConnections request.

Request Lenses

listEnvironmentAccountConnections_nextToken :: Lens' ListEnvironmentAccountConnections (Maybe Text) Source #

A token to indicate the location of the next environment account connection in the array of environment account connections, after the list of environment account connections that was previously requested.

listEnvironmentAccountConnections_environmentName :: Lens' ListEnvironmentAccountConnections (Maybe Text) Source #

The environment name that's associated with each listed environment account connection.

listEnvironmentAccountConnections_maxResults :: Lens' ListEnvironmentAccountConnections (Maybe Natural) Source #

The maximum number of environment account connections to list.

Destructuring the Response

data ListEnvironmentAccountConnectionsResponse Source #

Constructors

ListEnvironmentAccountConnectionsResponse' 

Fields

Instances

Instances details
Eq ListEnvironmentAccountConnectionsResponse Source # 
Instance details

Defined in Amazonka.Proton.ListEnvironmentAccountConnections

Read ListEnvironmentAccountConnectionsResponse Source # 
Instance details

Defined in Amazonka.Proton.ListEnvironmentAccountConnections

Show ListEnvironmentAccountConnectionsResponse Source # 
Instance details

Defined in Amazonka.Proton.ListEnvironmentAccountConnections

Generic ListEnvironmentAccountConnectionsResponse Source # 
Instance details

Defined in Amazonka.Proton.ListEnvironmentAccountConnections

NFData ListEnvironmentAccountConnectionsResponse Source # 
Instance details

Defined in Amazonka.Proton.ListEnvironmentAccountConnections

type Rep ListEnvironmentAccountConnectionsResponse Source # 
Instance details

Defined in Amazonka.Proton.ListEnvironmentAccountConnections

type Rep ListEnvironmentAccountConnectionsResponse = D1 ('MetaData "ListEnvironmentAccountConnectionsResponse" "Amazonka.Proton.ListEnvironmentAccountConnections" "libZSservicesZSamazonka-protonZSamazonka-proton" 'False) (C1 ('MetaCons "ListEnvironmentAccountConnectionsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "environmentAccountConnections") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [EnvironmentAccountConnectionSummary]))))

newListEnvironmentAccountConnectionsResponse Source #

Create a value of ListEnvironmentAccountConnectionsResponse 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:ListEnvironmentAccountConnections', listEnvironmentAccountConnectionsResponse_nextToken - A token to indicate the location of the next environment account connection in the array of environment account connections, after the current requested list of environment account connections.

$sel:httpStatus:ListEnvironmentAccountConnectionsResponse', listEnvironmentAccountConnectionsResponse_httpStatus - The response's http status code.

$sel:environmentAccountConnections:ListEnvironmentAccountConnectionsResponse', listEnvironmentAccountConnectionsResponse_environmentAccountConnections - An array of environment account connections with details that's returned by AWS Proton.

Response Lenses

listEnvironmentAccountConnectionsResponse_nextToken :: Lens' ListEnvironmentAccountConnectionsResponse (Maybe Text) Source #

A token to indicate the location of the next environment account connection in the array of environment account connections, after the current requested list of environment account connections.