amazonka-scheduler-2.0: Amazon EventBridge Scheduler 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.Scheduler.Types.SqsParameters

Description

 
Synopsis

Documentation

data SqsParameters Source #

The templated target type for the Amazon SQS SendMessage API operation. Contains the message group ID to use when the target is a FIFO queue. If you specify an Amazon SQS FIFO queue as a target, the queue must have content-based deduplication enabled. For more information, see Using the Amazon SQS message deduplication ID in the Amazon SQS Developer Guide.

See: newSqsParameters smart constructor.

Constructors

SqsParameters' 

Fields

Instances

Instances details
FromJSON SqsParameters Source # 
Instance details

Defined in Amazonka.Scheduler.Types.SqsParameters

ToJSON SqsParameters Source # 
Instance details

Defined in Amazonka.Scheduler.Types.SqsParameters

Generic SqsParameters Source # 
Instance details

Defined in Amazonka.Scheduler.Types.SqsParameters

Associated Types

type Rep SqsParameters :: Type -> Type #

Read SqsParameters Source # 
Instance details

Defined in Amazonka.Scheduler.Types.SqsParameters

Show SqsParameters Source # 
Instance details

Defined in Amazonka.Scheduler.Types.SqsParameters

NFData SqsParameters Source # 
Instance details

Defined in Amazonka.Scheduler.Types.SqsParameters

Methods

rnf :: SqsParameters -> () #

Eq SqsParameters Source # 
Instance details

Defined in Amazonka.Scheduler.Types.SqsParameters

Hashable SqsParameters Source # 
Instance details

Defined in Amazonka.Scheduler.Types.SqsParameters

type Rep SqsParameters Source # 
Instance details

Defined in Amazonka.Scheduler.Types.SqsParameters

type Rep SqsParameters = D1 ('MetaData "SqsParameters" "Amazonka.Scheduler.Types.SqsParameters" "amazonka-scheduler-2.0-8LKlva3Whvt7TpHIvtcn6a" 'False) (C1 ('MetaCons "SqsParameters'" 'PrefixI 'True) (S1 ('MetaSel ('Just "messageGroupId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newSqsParameters :: SqsParameters Source #

Create a value of SqsParameters 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:messageGroupId:SqsParameters', sqsParameters_messageGroupId - The FIFO message group ID to use as the target.

sqsParameters_messageGroupId :: Lens' SqsParameters (Maybe Text) Source #

The FIFO message group ID to use as the target.