libZSservicesZSamazonka-servicecatalogZSamazonka-servicecatalog
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.ServiceCatalog.Types.RecordOutput

Description

 
Synopsis

Documentation

data RecordOutput Source #

The output for the product created as the result of a request. For example, the output for a CloudFormation-backed product that creates an S3 bucket would include the S3 bucket URL.

See: newRecordOutput smart constructor.

Constructors

RecordOutput' 

Fields

Instances

Instances details
Eq RecordOutput Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.RecordOutput

Read RecordOutput Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.RecordOutput

Show RecordOutput Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.RecordOutput

Generic RecordOutput Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.RecordOutput

Associated Types

type Rep RecordOutput :: Type -> Type #

NFData RecordOutput Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.RecordOutput

Methods

rnf :: RecordOutput -> () #

Hashable RecordOutput Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.RecordOutput

FromJSON RecordOutput Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.RecordOutput

type Rep RecordOutput Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.RecordOutput

type Rep RecordOutput = D1 ('MetaData "RecordOutput" "Amazonka.ServiceCatalog.Types.RecordOutput" "libZSservicesZSamazonka-servicecatalogZSamazonka-servicecatalog" 'False) (C1 ('MetaCons "RecordOutput'" 'PrefixI 'True) (S1 ('MetaSel ('Just "outputValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "outputKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newRecordOutput :: RecordOutput Source #

Create a value of RecordOutput 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:outputValue:RecordOutput', recordOutput_outputValue - The output value.

$sel:outputKey:RecordOutput', recordOutput_outputKey - The output key.

$sel:description:RecordOutput', recordOutput_description - The description of the output.

recordOutput_description :: Lens' RecordOutput (Maybe Text) Source #

The description of the output.