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

Description

List the infrastructure as code outputs for your environment.

This operation returns paginated results.

Synopsis

Creating a Request

data ListEnvironmentOutputs Source #

See: newListEnvironmentOutputs smart constructor.

Constructors

ListEnvironmentOutputs' 

Fields

  • nextToken :: Maybe Text

    A token that indicates the location of the next environment output in the array of environment outputs, after the list of environment outputs that was previously requested.

  • environmentName :: Text

    The environment name.

Instances

Instances details
ToJSON ListEnvironmentOutputs Source # 
Instance details

Defined in Amazonka.Proton.ListEnvironmentOutputs

ToHeaders ListEnvironmentOutputs Source # 
Instance details

Defined in Amazonka.Proton.ListEnvironmentOutputs

ToPath ListEnvironmentOutputs Source # 
Instance details

Defined in Amazonka.Proton.ListEnvironmentOutputs

ToQuery ListEnvironmentOutputs Source # 
Instance details

Defined in Amazonka.Proton.ListEnvironmentOutputs

AWSPager ListEnvironmentOutputs Source # 
Instance details

Defined in Amazonka.Proton.ListEnvironmentOutputs

AWSRequest ListEnvironmentOutputs Source # 
Instance details

Defined in Amazonka.Proton.ListEnvironmentOutputs

Associated Types

type AWSResponse ListEnvironmentOutputs #

Generic ListEnvironmentOutputs Source # 
Instance details

Defined in Amazonka.Proton.ListEnvironmentOutputs

Associated Types

type Rep ListEnvironmentOutputs :: Type -> Type #

Read ListEnvironmentOutputs Source # 
Instance details

Defined in Amazonka.Proton.ListEnvironmentOutputs

Show ListEnvironmentOutputs Source # 
Instance details

Defined in Amazonka.Proton.ListEnvironmentOutputs

NFData ListEnvironmentOutputs Source # 
Instance details

Defined in Amazonka.Proton.ListEnvironmentOutputs

Methods

rnf :: ListEnvironmentOutputs -> () #

Eq ListEnvironmentOutputs Source # 
Instance details

Defined in Amazonka.Proton.ListEnvironmentOutputs

Hashable ListEnvironmentOutputs Source # 
Instance details

Defined in Amazonka.Proton.ListEnvironmentOutputs

type AWSResponse ListEnvironmentOutputs Source # 
Instance details

Defined in Amazonka.Proton.ListEnvironmentOutputs

type Rep ListEnvironmentOutputs Source # 
Instance details

Defined in Amazonka.Proton.ListEnvironmentOutputs

type Rep ListEnvironmentOutputs = D1 ('MetaData "ListEnvironmentOutputs" "Amazonka.Proton.ListEnvironmentOutputs" "amazonka-proton-2.0-LlJ92rKPVfGGXHsLqGeI74" 'False) (C1 ('MetaCons "ListEnvironmentOutputs'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "environmentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newListEnvironmentOutputs Source #

Create a value of ListEnvironmentOutputs 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:

ListEnvironmentOutputs, listEnvironmentOutputs_nextToken - A token that indicates the location of the next environment output in the array of environment outputs, after the list of environment outputs that was previously requested.

ListEnvironmentOutputs, listEnvironmentOutputs_environmentName - The environment name.

Request Lenses

listEnvironmentOutputs_nextToken :: Lens' ListEnvironmentOutputs (Maybe Text) Source #

A token that indicates the location of the next environment output in the array of environment outputs, after the list of environment outputs that was previously requested.

Destructuring the Response

data ListEnvironmentOutputsResponse Source #

See: newListEnvironmentOutputsResponse smart constructor.

Constructors

ListEnvironmentOutputsResponse' 

Fields

  • nextToken :: Maybe Text

    A token that indicates the location of the next environment output in the array of environment outputs, after the current requested list of environment outputs.

  • httpStatus :: Int

    The response's http status code.

  • outputs :: [Sensitive Output]

    An array of environment outputs with detail data.

Instances

Instances details
Generic ListEnvironmentOutputsResponse Source # 
Instance details

Defined in Amazonka.Proton.ListEnvironmentOutputs

Associated Types

type Rep ListEnvironmentOutputsResponse :: Type -> Type #

Show ListEnvironmentOutputsResponse Source # 
Instance details

Defined in Amazonka.Proton.ListEnvironmentOutputs

NFData ListEnvironmentOutputsResponse Source # 
Instance details

Defined in Amazonka.Proton.ListEnvironmentOutputs

Eq ListEnvironmentOutputsResponse Source # 
Instance details

Defined in Amazonka.Proton.ListEnvironmentOutputs

type Rep ListEnvironmentOutputsResponse Source # 
Instance details

Defined in Amazonka.Proton.ListEnvironmentOutputs

type Rep ListEnvironmentOutputsResponse = D1 ('MetaData "ListEnvironmentOutputsResponse" "Amazonka.Proton.ListEnvironmentOutputs" "amazonka-proton-2.0-LlJ92rKPVfGGXHsLqGeI74" 'False) (C1 ('MetaCons "ListEnvironmentOutputsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "outputs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Sensitive Output]))))

newListEnvironmentOutputsResponse Source #

Create a value of ListEnvironmentOutputsResponse 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:

ListEnvironmentOutputs, listEnvironmentOutputsResponse_nextToken - A token that indicates the location of the next environment output in the array of environment outputs, after the current requested list of environment outputs.

$sel:httpStatus:ListEnvironmentOutputsResponse', listEnvironmentOutputsResponse_httpStatus - The response's http status code.

$sel:outputs:ListEnvironmentOutputsResponse', listEnvironmentOutputsResponse_outputs - An array of environment outputs with detail data.

Response Lenses

listEnvironmentOutputsResponse_nextToken :: Lens' ListEnvironmentOutputsResponse (Maybe Text) Source #

A token that indicates the location of the next environment output in the array of environment outputs, after the current requested list of environment outputs.

listEnvironmentOutputsResponse_outputs :: Lens' ListEnvironmentOutputsResponse [Output] Source #

An array of environment outputs with detail data.