libZSservicesZSamazonka-iot-analyticsZSamazonka-iot-analytics
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.IoTAnalytics.Types.OutputFileUriValue

Description

 
Synopsis

Documentation

data OutputFileUriValue Source #

The value of the variable as a structure that specifies an output file URI.

See: newOutputFileUriValue smart constructor.

Constructors

OutputFileUriValue' 

Fields

  • fileName :: Text

    The URI of the location where dataset contents are stored, usually the URI of a file in an S3 bucket.

Instances

Instances details
Eq OutputFileUriValue Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.OutputFileUriValue

Read OutputFileUriValue Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.OutputFileUriValue

Show OutputFileUriValue Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.OutputFileUriValue

Generic OutputFileUriValue Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.OutputFileUriValue

Associated Types

type Rep OutputFileUriValue :: Type -> Type #

NFData OutputFileUriValue Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.OutputFileUriValue

Methods

rnf :: OutputFileUriValue -> () #

Hashable OutputFileUriValue Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.OutputFileUriValue

ToJSON OutputFileUriValue Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.OutputFileUriValue

FromJSON OutputFileUriValue Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.OutputFileUriValue

type Rep OutputFileUriValue Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.OutputFileUriValue

type Rep OutputFileUriValue = D1 ('MetaData "OutputFileUriValue" "Amazonka.IoTAnalytics.Types.OutputFileUriValue" "libZSservicesZSamazonka-iot-analyticsZSamazonka-iot-analytics" 'False) (C1 ('MetaCons "OutputFileUriValue'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fileName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newOutputFileUriValue Source #

Create a value of OutputFileUriValue 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:fileName:OutputFileUriValue', outputFileUriValue_fileName - The URI of the location where dataset contents are stored, usually the URI of a file in an S3 bucket.

outputFileUriValue_fileName :: Lens' OutputFileUriValue Text Source #

The URI of the location where dataset contents are stored, usually the URI of a file in an S3 bucket.