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 AwsRedshiftClusterDeferredMaintenanceWindow = AwsRedshiftClusterDeferredMaintenanceWindow' {}
- newAwsRedshiftClusterDeferredMaintenanceWindow :: AwsRedshiftClusterDeferredMaintenanceWindow
- awsRedshiftClusterDeferredMaintenanceWindow_deferMaintenanceEndTime :: Lens' AwsRedshiftClusterDeferredMaintenanceWindow (Maybe Text)
- awsRedshiftClusterDeferredMaintenanceWindow_deferMaintenanceStartTime :: Lens' AwsRedshiftClusterDeferredMaintenanceWindow (Maybe Text)
- awsRedshiftClusterDeferredMaintenanceWindow_deferMaintenanceIdentifier :: Lens' AwsRedshiftClusterDeferredMaintenanceWindow (Maybe Text)
Documentation
data AwsRedshiftClusterDeferredMaintenanceWindow Source #
A time windows during which maintenance was deferred for an Amazon Redshift cluster.
See: newAwsRedshiftClusterDeferredMaintenanceWindow
smart constructor.
AwsRedshiftClusterDeferredMaintenanceWindow' | |
|
Instances
newAwsRedshiftClusterDeferredMaintenanceWindow :: AwsRedshiftClusterDeferredMaintenanceWindow Source #
Create a value of AwsRedshiftClusterDeferredMaintenanceWindow
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:deferMaintenanceEndTime:AwsRedshiftClusterDeferredMaintenanceWindow'
, awsRedshiftClusterDeferredMaintenanceWindow_deferMaintenanceEndTime
- The end of the time window for which maintenance was deferred.
Uses the date-time
format specified in
RFC 3339 section 5.6, Internet Date/Time Format.
The value cannot contain spaces. For example,
2020-03-22T13:22:13.933Z
.
$sel:deferMaintenanceStartTime:AwsRedshiftClusterDeferredMaintenanceWindow'
, awsRedshiftClusterDeferredMaintenanceWindow_deferMaintenanceStartTime
- The start of the time window for which maintenance was deferred.
Uses the date-time
format specified in
RFC 3339 section 5.6, Internet Date/Time Format.
The value cannot contain spaces. For example,
2020-03-22T13:22:13.933Z
.
$sel:deferMaintenanceIdentifier:AwsRedshiftClusterDeferredMaintenanceWindow'
, awsRedshiftClusterDeferredMaintenanceWindow_deferMaintenanceIdentifier
- The identifier of the maintenance window.
awsRedshiftClusterDeferredMaintenanceWindow_deferMaintenanceEndTime :: Lens' AwsRedshiftClusterDeferredMaintenanceWindow (Maybe Text) Source #
The end of the time window for which maintenance was deferred.
Uses the date-time
format specified in
RFC 3339 section 5.6, Internet Date/Time Format.
The value cannot contain spaces. For example,
2020-03-22T13:22:13.933Z
.
awsRedshiftClusterDeferredMaintenanceWindow_deferMaintenanceStartTime :: Lens' AwsRedshiftClusterDeferredMaintenanceWindow (Maybe Text) Source #
The start of the time window for which maintenance was deferred.
Uses the date-time
format specified in
RFC 3339 section 5.6, Internet Date/Time Format.
The value cannot contain spaces. For example,
2020-03-22T13:22:13.933Z
.
awsRedshiftClusterDeferredMaintenanceWindow_deferMaintenanceIdentifier :: Lens' AwsRedshiftClusterDeferredMaintenanceWindow (Maybe Text) Source #
The identifier of the maintenance window.