libZSservicesZSamazonka-redshiftZSamazonka-redshift
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.Redshift.Types.SupportedOperation

Description

 
Synopsis

Documentation

data SupportedOperation Source #

Describes the operations that are allowed on a maintenance track.

See: newSupportedOperation smart constructor.

Constructors

SupportedOperation' 

Fields

Instances

Instances details
Eq SupportedOperation Source # 
Instance details

Defined in Amazonka.Redshift.Types.SupportedOperation

Read SupportedOperation Source # 
Instance details

Defined in Amazonka.Redshift.Types.SupportedOperation

Show SupportedOperation Source # 
Instance details

Defined in Amazonka.Redshift.Types.SupportedOperation

Generic SupportedOperation Source # 
Instance details

Defined in Amazonka.Redshift.Types.SupportedOperation

Associated Types

type Rep SupportedOperation :: Type -> Type #

NFData SupportedOperation Source # 
Instance details

Defined in Amazonka.Redshift.Types.SupportedOperation

Methods

rnf :: SupportedOperation -> () #

Hashable SupportedOperation Source # 
Instance details

Defined in Amazonka.Redshift.Types.SupportedOperation

FromXML SupportedOperation Source # 
Instance details

Defined in Amazonka.Redshift.Types.SupportedOperation

type Rep SupportedOperation Source # 
Instance details

Defined in Amazonka.Redshift.Types.SupportedOperation

type Rep SupportedOperation = D1 ('MetaData "SupportedOperation" "Amazonka.Redshift.Types.SupportedOperation" "libZSservicesZSamazonka-redshiftZSamazonka-redshift" 'False) (C1 ('MetaCons "SupportedOperation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "operationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newSupportedOperation :: SupportedOperation Source #

Create a value of SupportedOperation 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:operationName:SupportedOperation', supportedOperation_operationName - A list of the supported operations.