amazonka-proton-2.0: Amazon Proton SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Proton.ListEnvironmentAccountConnections

Description

View a list of environment account connections.

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

This operation returns paginated results.

Synopsis

Creating a Request

data ListEnvironmentAccountConnections Source #

See: newListEnvironmentAccountConnections smart constructor.

Constructors

ListEnvironmentAccountConnections' 

Fields

Instances

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

AWSPager ListEnvironmentAccountConnections Source # 
Instance details

Defined in Amazonka.Proton.ListEnvironmentAccountConnections

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

Read ListEnvironmentAccountConnections Source # 
Instance details

Defined in Amazonka.Proton.ListEnvironmentAccountConnections

Show ListEnvironmentAccountConnections Source # 
Instance details

Defined in Amazonka.Proton.ListEnvironmentAccountConnections

NFData ListEnvironmentAccountConnections Source # 
Instance details

Defined in Amazonka.Proton.ListEnvironmentAccountConnections

Eq ListEnvironmentAccountConnections Source # 
Instance details

Defined in Amazonka.Proton.ListEnvironmentAccountConnections

Hashable ListEnvironmentAccountConnections Source # 
Instance details

Defined in Amazonka.Proton.ListEnvironmentAccountConnections

type AWSResponse 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" "amazonka-proton-2.0-LlJ92rKPVfGGXHsLqGeI74" 'False) (C1 ('MetaCons "ListEnvironmentAccountConnections'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "environmentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "statuses") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [EnvironmentAccountConnectionStatus])) :*: S1 ('MetaSel ('Just "requestedBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 EnvironmentAccountConnectionRequesterAccountType)))))

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:

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

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

ListEnvironmentAccountConnections, listEnvironmentAccountConnections_nextToken - A token that indicates 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:statuses:ListEnvironmentAccountConnections', listEnvironmentAccountConnections_statuses - The status details for each listed environment account connection.

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

Request Lenses

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.

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

A token that indicates 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.

Destructuring the Response

data ListEnvironmentAccountConnectionsResponse Source #

Constructors

ListEnvironmentAccountConnectionsResponse' 

Fields

Instances

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

NFData ListEnvironmentAccountConnectionsResponse Source # 
Instance details

Defined in Amazonka.Proton.ListEnvironmentAccountConnections

Eq 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" "amazonka-proton-2.0-LlJ92rKPVfGGXHsLqGeI74" '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:

ListEnvironmentAccountConnections, listEnvironmentAccountConnectionsResponse_nextToken - A token that indicates 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 Proton.

Response Lenses

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

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