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

Description

Get a list service of instance Infrastructure as Code (IaC) outputs.

This operation returns paginated results.

Synopsis

Creating a Request

data ListServiceInstanceOutputs Source #

See: newListServiceInstanceOutputs smart constructor.

Constructors

ListServiceInstanceOutputs' 

Fields

  • nextToken :: Maybe Text

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

  • serviceInstanceName :: Text

    The name of the service instance whose outputs you want.

  • serviceName :: Text

    The name of the service that serviceInstanceName is associated to.

Instances

Instances details
ToJSON ListServiceInstanceOutputs Source # 
Instance details

Defined in Amazonka.Proton.ListServiceInstanceOutputs

ToHeaders ListServiceInstanceOutputs Source # 
Instance details

Defined in Amazonka.Proton.ListServiceInstanceOutputs

ToPath ListServiceInstanceOutputs Source # 
Instance details

Defined in Amazonka.Proton.ListServiceInstanceOutputs

ToQuery ListServiceInstanceOutputs Source # 
Instance details

Defined in Amazonka.Proton.ListServiceInstanceOutputs

AWSPager ListServiceInstanceOutputs Source # 
Instance details

Defined in Amazonka.Proton.ListServiceInstanceOutputs

AWSRequest ListServiceInstanceOutputs Source # 
Instance details

Defined in Amazonka.Proton.ListServiceInstanceOutputs

Generic ListServiceInstanceOutputs Source # 
Instance details

Defined in Amazonka.Proton.ListServiceInstanceOutputs

Associated Types

type Rep ListServiceInstanceOutputs :: Type -> Type #

Read ListServiceInstanceOutputs Source # 
Instance details

Defined in Amazonka.Proton.ListServiceInstanceOutputs

Show ListServiceInstanceOutputs Source # 
Instance details

Defined in Amazonka.Proton.ListServiceInstanceOutputs

NFData ListServiceInstanceOutputs Source # 
Instance details

Defined in Amazonka.Proton.ListServiceInstanceOutputs

Eq ListServiceInstanceOutputs Source # 
Instance details

Defined in Amazonka.Proton.ListServiceInstanceOutputs

Hashable ListServiceInstanceOutputs Source # 
Instance details

Defined in Amazonka.Proton.ListServiceInstanceOutputs

type AWSResponse ListServiceInstanceOutputs Source # 
Instance details

Defined in Amazonka.Proton.ListServiceInstanceOutputs

type Rep ListServiceInstanceOutputs Source # 
Instance details

Defined in Amazonka.Proton.ListServiceInstanceOutputs

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

newListServiceInstanceOutputs Source #

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

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

ListServiceInstanceOutputs, listServiceInstanceOutputs_serviceInstanceName - The name of the service instance whose outputs you want.

ListServiceInstanceOutputs, listServiceInstanceOutputs_serviceName - The name of the service that serviceInstanceName is associated to.

Request Lenses

listServiceInstanceOutputs_nextToken :: Lens' ListServiceInstanceOutputs (Maybe Text) Source #

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

listServiceInstanceOutputs_serviceInstanceName :: Lens' ListServiceInstanceOutputs Text Source #

The name of the service instance whose outputs you want.

listServiceInstanceOutputs_serviceName :: Lens' ListServiceInstanceOutputs Text Source #

The name of the service that serviceInstanceName is associated to.

Destructuring the Response

data ListServiceInstanceOutputsResponse Source #

Constructors

ListServiceInstanceOutputsResponse' 

Fields

  • nextToken :: Maybe Text

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

  • httpStatus :: Int

    The response's http status code.

  • outputs :: [Sensitive Output]

    An array of service instance Infrastructure as Code (IaC) outputs.

Instances

Instances details
Generic ListServiceInstanceOutputsResponse Source # 
Instance details

Defined in Amazonka.Proton.ListServiceInstanceOutputs

Associated Types

type Rep ListServiceInstanceOutputsResponse :: Type -> Type #

Show ListServiceInstanceOutputsResponse Source # 
Instance details

Defined in Amazonka.Proton.ListServiceInstanceOutputs

NFData ListServiceInstanceOutputsResponse Source # 
Instance details

Defined in Amazonka.Proton.ListServiceInstanceOutputs

Eq ListServiceInstanceOutputsResponse Source # 
Instance details

Defined in Amazonka.Proton.ListServiceInstanceOutputs

type Rep ListServiceInstanceOutputsResponse Source # 
Instance details

Defined in Amazonka.Proton.ListServiceInstanceOutputs

type Rep ListServiceInstanceOutputsResponse = D1 ('MetaData "ListServiceInstanceOutputsResponse" "Amazonka.Proton.ListServiceInstanceOutputs" "amazonka-proton-2.0-LlJ92rKPVfGGXHsLqGeI74" 'False) (C1 ('MetaCons "ListServiceInstanceOutputsResponse'" '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]))))

newListServiceInstanceOutputsResponse Source #

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

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

$sel:httpStatus:ListServiceInstanceOutputsResponse', listServiceInstanceOutputsResponse_httpStatus - The response's http status code.

$sel:outputs:ListServiceInstanceOutputsResponse', listServiceInstanceOutputsResponse_outputs - An array of service instance Infrastructure as Code (IaC) outputs.

Response Lenses

listServiceInstanceOutputsResponse_nextToken :: Lens' ListServiceInstanceOutputsResponse (Maybe Text) Source #

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

listServiceInstanceOutputsResponse_outputs :: Lens' ListServiceInstanceOutputsResponse [Output] Source #

An array of service instance Infrastructure as Code (IaC) outputs.