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

Description

Modifies a snapshot schedule for a cluster.

Synopsis

Creating a Request

data ModifyClusterSnapshotSchedule Source #

See: newModifyClusterSnapshotSchedule smart constructor.

Constructors

ModifyClusterSnapshotSchedule' 

Fields

Instances

Instances details
Eq ModifyClusterSnapshotSchedule Source # 
Instance details

Defined in Amazonka.Redshift.ModifyClusterSnapshotSchedule

Read ModifyClusterSnapshotSchedule Source # 
Instance details

Defined in Amazonka.Redshift.ModifyClusterSnapshotSchedule

Show ModifyClusterSnapshotSchedule Source # 
Instance details

Defined in Amazonka.Redshift.ModifyClusterSnapshotSchedule

Generic ModifyClusterSnapshotSchedule Source # 
Instance details

Defined in Amazonka.Redshift.ModifyClusterSnapshotSchedule

Associated Types

type Rep ModifyClusterSnapshotSchedule :: Type -> Type #

NFData ModifyClusterSnapshotSchedule Source # 
Instance details

Defined in Amazonka.Redshift.ModifyClusterSnapshotSchedule

Hashable ModifyClusterSnapshotSchedule Source # 
Instance details

Defined in Amazonka.Redshift.ModifyClusterSnapshotSchedule

AWSRequest ModifyClusterSnapshotSchedule Source # 
Instance details

Defined in Amazonka.Redshift.ModifyClusterSnapshotSchedule

ToHeaders ModifyClusterSnapshotSchedule Source # 
Instance details

Defined in Amazonka.Redshift.ModifyClusterSnapshotSchedule

ToPath ModifyClusterSnapshotSchedule Source # 
Instance details

Defined in Amazonka.Redshift.ModifyClusterSnapshotSchedule

ToQuery ModifyClusterSnapshotSchedule Source # 
Instance details

Defined in Amazonka.Redshift.ModifyClusterSnapshotSchedule

type Rep ModifyClusterSnapshotSchedule Source # 
Instance details

Defined in Amazonka.Redshift.ModifyClusterSnapshotSchedule

type Rep ModifyClusterSnapshotSchedule = D1 ('MetaData "ModifyClusterSnapshotSchedule" "Amazonka.Redshift.ModifyClusterSnapshotSchedule" "libZSservicesZSamazonka-redshiftZSamazonka-redshift" 'False) (C1 ('MetaCons "ModifyClusterSnapshotSchedule'" 'PrefixI 'True) (S1 ('MetaSel ('Just "disassociateSchedule") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "scheduleIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "clusterIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse ModifyClusterSnapshotSchedule Source # 
Instance details

Defined in Amazonka.Redshift.ModifyClusterSnapshotSchedule

newModifyClusterSnapshotSchedule Source #

Create a value of ModifyClusterSnapshotSchedule 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:disassociateSchedule:ModifyClusterSnapshotSchedule', modifyClusterSnapshotSchedule_disassociateSchedule - A boolean to indicate whether to remove the assoiciation between the cluster and the schedule.

$sel:scheduleIdentifier:ModifyClusterSnapshotSchedule', modifyClusterSnapshotSchedule_scheduleIdentifier - A unique alphanumeric identifier for the schedule that you want to associate with the cluster.

$sel:clusterIdentifier:ModifyClusterSnapshotSchedule', modifyClusterSnapshotSchedule_clusterIdentifier - A unique identifier for the cluster whose snapshot schedule you want to modify.

Request Lenses

modifyClusterSnapshotSchedule_disassociateSchedule :: Lens' ModifyClusterSnapshotSchedule (Maybe Bool) Source #

A boolean to indicate whether to remove the assoiciation between the cluster and the schedule.

modifyClusterSnapshotSchedule_scheduleIdentifier :: Lens' ModifyClusterSnapshotSchedule (Maybe Text) Source #

A unique alphanumeric identifier for the schedule that you want to associate with the cluster.

modifyClusterSnapshotSchedule_clusterIdentifier :: Lens' ModifyClusterSnapshotSchedule Text Source #

A unique identifier for the cluster whose snapshot schedule you want to modify.

Destructuring the Response

data ModifyClusterSnapshotScheduleResponse Source #

Instances

Instances details
Eq ModifyClusterSnapshotScheduleResponse Source # 
Instance details

Defined in Amazonka.Redshift.ModifyClusterSnapshotSchedule

Read ModifyClusterSnapshotScheduleResponse Source # 
Instance details

Defined in Amazonka.Redshift.ModifyClusterSnapshotSchedule

Show ModifyClusterSnapshotScheduleResponse Source # 
Instance details

Defined in Amazonka.Redshift.ModifyClusterSnapshotSchedule

Generic ModifyClusterSnapshotScheduleResponse Source # 
Instance details

Defined in Amazonka.Redshift.ModifyClusterSnapshotSchedule

NFData ModifyClusterSnapshotScheduleResponse Source # 
Instance details

Defined in Amazonka.Redshift.ModifyClusterSnapshotSchedule

type Rep ModifyClusterSnapshotScheduleResponse Source # 
Instance details

Defined in Amazonka.Redshift.ModifyClusterSnapshotSchedule

type Rep ModifyClusterSnapshotScheduleResponse = D1 ('MetaData "ModifyClusterSnapshotScheduleResponse" "Amazonka.Redshift.ModifyClusterSnapshotSchedule" "libZSservicesZSamazonka-redshiftZSamazonka-redshift" 'False) (C1 ('MetaCons "ModifyClusterSnapshotScheduleResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newModifyClusterSnapshotScheduleResponse :: ModifyClusterSnapshotScheduleResponse Source #

Create a value of ModifyClusterSnapshotScheduleResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.