libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker
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.SageMaker.Types.CaptureContentTypeHeader

Description

 
Synopsis

Documentation

data CaptureContentTypeHeader Source #

See: newCaptureContentTypeHeader smart constructor.

Instances

Instances details
Eq CaptureContentTypeHeader Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureContentTypeHeader

Read CaptureContentTypeHeader Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureContentTypeHeader

Show CaptureContentTypeHeader Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureContentTypeHeader

Generic CaptureContentTypeHeader Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureContentTypeHeader

Associated Types

type Rep CaptureContentTypeHeader :: Type -> Type #

NFData CaptureContentTypeHeader Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureContentTypeHeader

Hashable CaptureContentTypeHeader Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureContentTypeHeader

ToJSON CaptureContentTypeHeader Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureContentTypeHeader

FromJSON CaptureContentTypeHeader Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureContentTypeHeader

type Rep CaptureContentTypeHeader Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureContentTypeHeader

type Rep CaptureContentTypeHeader = D1 ('MetaData "CaptureContentTypeHeader" "Amazonka.SageMaker.Types.CaptureContentTypeHeader" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "CaptureContentTypeHeader'" 'PrefixI 'True) (S1 ('MetaSel ('Just "csvContentTypes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: S1 ('MetaSel ('Just "jsonContentTypes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text)))))

newCaptureContentTypeHeader :: CaptureContentTypeHeader Source #

Create a value of CaptureContentTypeHeader 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:csvContentTypes:CaptureContentTypeHeader', captureContentTypeHeader_csvContentTypes -

$sel:jsonContentTypes:CaptureContentTypeHeader', captureContentTypeHeader_jsonContentTypes -