libZSservicesZSamazonka-glacierZSamazonka-glacier
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.Glacier.Types.SelectParameters

Description

 
Synopsis

Documentation

data SelectParameters Source #

Contains information about the parameters used for a select.

See: newSelectParameters smart constructor.

Constructors

SelectParameters' 

Fields

Instances

Instances details
Eq SelectParameters Source # 
Instance details

Defined in Amazonka.Glacier.Types.SelectParameters

Read SelectParameters Source # 
Instance details

Defined in Amazonka.Glacier.Types.SelectParameters

Show SelectParameters Source # 
Instance details

Defined in Amazonka.Glacier.Types.SelectParameters

Generic SelectParameters Source # 
Instance details

Defined in Amazonka.Glacier.Types.SelectParameters

Associated Types

type Rep SelectParameters :: Type -> Type #

NFData SelectParameters Source # 
Instance details

Defined in Amazonka.Glacier.Types.SelectParameters

Methods

rnf :: SelectParameters -> () #

Hashable SelectParameters Source # 
Instance details

Defined in Amazonka.Glacier.Types.SelectParameters

ToJSON SelectParameters Source # 
Instance details

Defined in Amazonka.Glacier.Types.SelectParameters

FromJSON SelectParameters Source # 
Instance details

Defined in Amazonka.Glacier.Types.SelectParameters

type Rep SelectParameters Source # 
Instance details

Defined in Amazonka.Glacier.Types.SelectParameters

type Rep SelectParameters = D1 ('MetaData "SelectParameters" "Amazonka.Glacier.Types.SelectParameters" "libZSservicesZSamazonka-glacierZSamazonka-glacier" 'False) (C1 ('MetaCons "SelectParameters'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "expressionType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ExpressionType)) :*: S1 ('MetaSel ('Just "outputSerialization") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OutputSerialization))) :*: (S1 ('MetaSel ('Just "expression") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "inputSerialization") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InputSerialization)))))

newSelectParameters :: SelectParameters Source #

Create a value of SelectParameters 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:expressionType:SelectParameters', selectParameters_expressionType - The type of the provided expression, for example SQL.

$sel:outputSerialization:SelectParameters', selectParameters_outputSerialization - Describes how the results of the select job are serialized.

$sel:expression:SelectParameters', selectParameters_expression - The expression that is used to select the object.

$sel:inputSerialization:SelectParameters', selectParameters_inputSerialization - Describes the serialization format of the object.

selectParameters_expressionType :: Lens' SelectParameters (Maybe ExpressionType) Source #

The type of the provided expression, for example SQL.

selectParameters_outputSerialization :: Lens' SelectParameters (Maybe OutputSerialization) Source #

Describes how the results of the select job are serialized.

selectParameters_expression :: Lens' SelectParameters (Maybe Text) Source #

The expression that is used to select the object.

selectParameters_inputSerialization :: Lens' SelectParameters (Maybe InputSerialization) Source #

Describes the serialization format of the object.