Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data AwsRedshiftClusterClusterParameterStatus = AwsRedshiftClusterClusterParameterStatus' {}
- newAwsRedshiftClusterClusterParameterStatus :: AwsRedshiftClusterClusterParameterStatus
- awsRedshiftClusterClusterParameterStatus_parameterApplyErrorDescription :: Lens' AwsRedshiftClusterClusterParameterStatus (Maybe Text)
- awsRedshiftClusterClusterParameterStatus_parameterName :: Lens' AwsRedshiftClusterClusterParameterStatus (Maybe Text)
- awsRedshiftClusterClusterParameterStatus_parameterApplyStatus :: Lens' AwsRedshiftClusterClusterParameterStatus (Maybe Text)
Documentation
data AwsRedshiftClusterClusterParameterStatus Source #
The status of a parameter in a cluster parameter group for an Amazon Redshift cluster.
See: newAwsRedshiftClusterClusterParameterStatus
smart constructor.
AwsRedshiftClusterClusterParameterStatus' | |
|
Instances
newAwsRedshiftClusterClusterParameterStatus :: AwsRedshiftClusterClusterParameterStatus Source #
Create a value of AwsRedshiftClusterClusterParameterStatus
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:AwsRedshiftClusterClusterParameterStatus'
, awsRedshiftClusterClusterParameterStatus_parameterApplyErrorDescription
- The error that prevented the parameter from being applied to the
database.
$sel:parameterName:AwsRedshiftClusterClusterParameterStatus'
, awsRedshiftClusterClusterParameterStatus_parameterName
- The name of the parameter.
$sel:parameterApplyStatus:AwsRedshiftClusterClusterParameterStatus'
, awsRedshiftClusterClusterParameterStatus_parameterApplyStatus
- The status of the parameter. Indicates whether the parameter is in sync
with the database, waiting for a cluster reboot, or encountered an error
when it was applied.
Valid values: in-sync
| pending-reboot
| applying
|
invalid-parameter
| apply-deferred
| apply-error
| unknown-error
awsRedshiftClusterClusterParameterStatus_parameterApplyErrorDescription :: Lens' AwsRedshiftClusterClusterParameterStatus (Maybe Text) Source #
The error that prevented the parameter from being applied to the database.
awsRedshiftClusterClusterParameterStatus_parameterName :: Lens' AwsRedshiftClusterClusterParameterStatus (Maybe Text) Source #
The name of the parameter.
awsRedshiftClusterClusterParameterStatus_parameterApplyStatus :: Lens' AwsRedshiftClusterClusterParameterStatus (Maybe Text) Source #
The status of the parameter. Indicates whether the parameter is in sync with the database, waiting for a cluster reboot, or encountered an error when it was applied.
Valid values: in-sync
| pending-reboot
| applying
|
invalid-parameter
| apply-deferred
| apply-error
| unknown-error