amazonka-redshift-2.0: Amazon Redshift SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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

AWSRequest 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 #

Read ModifyClusterSnapshotSchedule Source # 
Instance details

Defined in Amazonka.Redshift.ModifyClusterSnapshotSchedule

Show ModifyClusterSnapshotSchedule Source # 
Instance details

Defined in Amazonka.Redshift.ModifyClusterSnapshotSchedule

NFData ModifyClusterSnapshotSchedule Source # 
Instance details

Defined in Amazonka.Redshift.ModifyClusterSnapshotSchedule

Eq ModifyClusterSnapshotSchedule Source # 
Instance details

Defined in Amazonka.Redshift.ModifyClusterSnapshotSchedule

Hashable ModifyClusterSnapshotSchedule Source # 
Instance details

Defined in Amazonka.Redshift.ModifyClusterSnapshotSchedule

type AWSResponse 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" "amazonka-redshift-2.0-4tocKxBWIuj2GdXa6djdUl" '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))))

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.

ModifyClusterSnapshotSchedule, modifyClusterSnapshotSchedule_scheduleIdentifier - A unique alphanumeric identifier for the schedule that you want to associate with the cluster.

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
Generic 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

NFData ModifyClusterSnapshotScheduleResponse Source # 
Instance details

Defined in Amazonka.Redshift.ModifyClusterSnapshotSchedule

Eq 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" "amazonka-redshift-2.0-4tocKxBWIuj2GdXa6djdUl" '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.