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

Description

 
Synopsis

Documentation

data ClusterParameterStatus Source #

Describes the status of a parameter group.

See: newClusterParameterStatus smart constructor.

Constructors

ClusterParameterStatus' 

Fields

  • parameterApplyErrorDescription :: Maybe Text

    The error that prevented the parameter from being applied to the database.

  • parameterName :: Maybe Text

    The name of the parameter.

  • parameterApplyStatus :: Maybe Text

    The status of the parameter that indicates whether the parameter is in sync with the database, waiting for a cluster reboot, or encountered an error when being applied.

    The following are possible statuses and descriptions.

    • in-sync: The parameter value is in sync with the database.
    • pending-reboot: The parameter value will be applied after the cluster reboots.
    • applying: The parameter value is being applied to the database.
    • invalid-parameter: Cannot apply the parameter value because it has an invalid value or syntax.
    • apply-deferred: The parameter contains static property changes. The changes are deferred until the cluster reboots.
    • apply-error: Cannot connect to the cluster. The parameter change will be applied after the cluster reboots.
    • unknown-error: Cannot apply the parameter change right now. The change will be applied after the cluster reboots.

Instances

Instances details
Eq ClusterParameterStatus Source # 
Instance details

Defined in Amazonka.Redshift.Types.ClusterParameterStatus

Read ClusterParameterStatus Source # 
Instance details

Defined in Amazonka.Redshift.Types.ClusterParameterStatus

Show ClusterParameterStatus Source # 
Instance details

Defined in Amazonka.Redshift.Types.ClusterParameterStatus

Generic ClusterParameterStatus Source # 
Instance details

Defined in Amazonka.Redshift.Types.ClusterParameterStatus

Associated Types

type Rep ClusterParameterStatus :: Type -> Type #

NFData ClusterParameterStatus Source # 
Instance details

Defined in Amazonka.Redshift.Types.ClusterParameterStatus

Methods

rnf :: ClusterParameterStatus -> () #

Hashable ClusterParameterStatus Source # 
Instance details

Defined in Amazonka.Redshift.Types.ClusterParameterStatus

FromXML ClusterParameterStatus Source # 
Instance details

Defined in Amazonka.Redshift.Types.ClusterParameterStatus

type Rep ClusterParameterStatus Source # 
Instance details

Defined in Amazonka.Redshift.Types.ClusterParameterStatus

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

newClusterParameterStatus :: ClusterParameterStatus Source #

Create a value of ClusterParameterStatus 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:parameterApplyErrorDescription:ClusterParameterStatus', clusterParameterStatus_parameterApplyErrorDescription - The error that prevented the parameter from being applied to the database.

$sel:parameterName:ClusterParameterStatus', clusterParameterStatus_parameterName - The name of the parameter.

$sel:parameterApplyStatus:ClusterParameterStatus', clusterParameterStatus_parameterApplyStatus - The status of the parameter that indicates whether the parameter is in sync with the database, waiting for a cluster reboot, or encountered an error when being applied.

The following are possible statuses and descriptions.

  • in-sync: The parameter value is in sync with the database.
  • pending-reboot: The parameter value will be applied after the cluster reboots.
  • applying: The parameter value is being applied to the database.
  • invalid-parameter: Cannot apply the parameter value because it has an invalid value or syntax.
  • apply-deferred: The parameter contains static property changes. The changes are deferred until the cluster reboots.
  • apply-error: Cannot connect to the cluster. The parameter change will be applied after the cluster reboots.
  • unknown-error: Cannot apply the parameter change right now. The change will be applied after the cluster reboots.

clusterParameterStatus_parameterApplyErrorDescription :: Lens' ClusterParameterStatus (Maybe Text) Source #

The error that prevented the parameter from being applied to the database.

clusterParameterStatus_parameterApplyStatus :: Lens' ClusterParameterStatus (Maybe Text) Source #

The status of the parameter that indicates whether the parameter is in sync with the database, waiting for a cluster reboot, or encountered an error when being applied.

The following are possible statuses and descriptions.

  • in-sync: The parameter value is in sync with the database.
  • pending-reboot: The parameter value will be applied after the cluster reboots.
  • applying: The parameter value is being applied to the database.
  • invalid-parameter: Cannot apply the parameter value because it has an invalid value or syntax.
  • apply-deferred: The parameter contains static property changes. The changes are deferred until the cluster reboots.
  • apply-error: Cannot connect to the cluster. The parameter change will be applied after the cluster reboots.
  • unknown-error: Cannot apply the parameter change right now. The change will be applied after the cluster reboots.