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.ClusterParameterGroupStatus

Description

 
Synopsis

Documentation

data ClusterParameterGroupStatus Source #

Describes the status of a parameter group.

See: newClusterParameterGroupStatus smart constructor.

Constructors

ClusterParameterGroupStatus' 

Fields

Instances

Instances details
Eq ClusterParameterGroupStatus Source # 
Instance details

Defined in Amazonka.Redshift.Types.ClusterParameterGroupStatus

Read ClusterParameterGroupStatus Source # 
Instance details

Defined in Amazonka.Redshift.Types.ClusterParameterGroupStatus

Show ClusterParameterGroupStatus Source # 
Instance details

Defined in Amazonka.Redshift.Types.ClusterParameterGroupStatus

Generic ClusterParameterGroupStatus Source # 
Instance details

Defined in Amazonka.Redshift.Types.ClusterParameterGroupStatus

Associated Types

type Rep ClusterParameterGroupStatus :: Type -> Type #

NFData ClusterParameterGroupStatus Source # 
Instance details

Defined in Amazonka.Redshift.Types.ClusterParameterGroupStatus

Hashable ClusterParameterGroupStatus Source # 
Instance details

Defined in Amazonka.Redshift.Types.ClusterParameterGroupStatus

FromXML ClusterParameterGroupStatus Source # 
Instance details

Defined in Amazonka.Redshift.Types.ClusterParameterGroupStatus

type Rep ClusterParameterGroupStatus Source # 
Instance details

Defined in Amazonka.Redshift.Types.ClusterParameterGroupStatus

type Rep ClusterParameterGroupStatus = D1 ('MetaData "ClusterParameterGroupStatus" "Amazonka.Redshift.Types.ClusterParameterGroupStatus" "libZSservicesZSamazonka-redshiftZSamazonka-redshift" 'False) (C1 ('MetaCons "ClusterParameterGroupStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "clusterParameterStatusList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ClusterParameterStatus])) :*: (S1 ('MetaSel ('Just "parameterApplyStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "parameterGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newClusterParameterGroupStatus :: ClusterParameterGroupStatus Source #

Create a value of ClusterParameterGroupStatus 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:clusterParameterStatusList:ClusterParameterGroupStatus', clusterParameterGroupStatus_clusterParameterStatusList - The list of parameter statuses.

For more information about parameters and parameter groups, go to Amazon Redshift Parameter Groups in the Amazon Redshift Cluster Management Guide.

$sel:parameterApplyStatus:ClusterParameterGroupStatus', clusterParameterGroupStatus_parameterApplyStatus - The status of parameter updates.

$sel:parameterGroupName:ClusterParameterGroupStatus', clusterParameterGroupStatus_parameterGroupName - The name of the cluster parameter group.

clusterParameterGroupStatus_clusterParameterStatusList :: Lens' ClusterParameterGroupStatus (Maybe [ClusterParameterStatus]) Source #

The list of parameter statuses.

For more information about parameters and parameter groups, go to Amazon Redshift Parameter Groups in the Amazon Redshift Cluster Management Guide.