amazonka-pipes-2.0: Amazon EventBridge Pipes 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.Pipes.Types

Contents

Description

 
Synopsis

Service Configuration

defaultService :: Service Source #

API version 2015-10-07 of the Amazon EventBridge Pipes SDK configuration.

Errors

_ConflictException :: AsError a => Fold a ServiceError Source #

An action you attempted resulted in an exception.

_InternalException :: AsError a => Fold a ServiceError Source #

This exception occurs due to unexpected causes.

_NotFoundException :: AsError a => Fold a ServiceError Source #

An entity that you specified does not exist.

_ServiceQuotaExceededException :: AsError a => Fold a ServiceError Source #

A quota has been exceeded.

_ThrottlingException :: AsError a => Fold a ServiceError Source #

An action was throttled.

_ValidationException :: AsError a => Fold a ServiceError Source #

Indicates that an error has occurred while performing a validate operation.

AssignPublicIp

newtype AssignPublicIp Source #

Constructors

AssignPublicIp' 

Instances

Instances details
FromJSON AssignPublicIp Source # 
Instance details

Defined in Amazonka.Pipes.Types.AssignPublicIp

FromJSONKey AssignPublicIp Source # 
Instance details

Defined in Amazonka.Pipes.Types.AssignPublicIp

ToJSON AssignPublicIp Source # 
Instance details

Defined in Amazonka.Pipes.Types.AssignPublicIp

ToJSONKey AssignPublicIp Source # 
Instance details

Defined in Amazonka.Pipes.Types.AssignPublicIp

ToByteString AssignPublicIp Source # 
Instance details

Defined in Amazonka.Pipes.Types.AssignPublicIp

ToHeader AssignPublicIp Source # 
Instance details

Defined in Amazonka.Pipes.Types.AssignPublicIp

ToLog AssignPublicIp Source # 
Instance details

Defined in Amazonka.Pipes.Types.AssignPublicIp

ToQuery AssignPublicIp Source # 
Instance details

Defined in Amazonka.Pipes.Types.AssignPublicIp

FromText AssignPublicIp Source # 
Instance details

Defined in Amazonka.Pipes.Types.AssignPublicIp

ToText AssignPublicIp Source # 
Instance details

Defined in Amazonka.Pipes.Types.AssignPublicIp

FromXML AssignPublicIp Source # 
Instance details

Defined in Amazonka.Pipes.Types.AssignPublicIp

ToXML AssignPublicIp Source # 
Instance details

Defined in Amazonka.Pipes.Types.AssignPublicIp

Methods

toXML :: AssignPublicIp -> XML #

Generic AssignPublicIp Source # 
Instance details

Defined in Amazonka.Pipes.Types.AssignPublicIp

Associated Types

type Rep AssignPublicIp :: Type -> Type #

Read AssignPublicIp Source # 
Instance details

Defined in Amazonka.Pipes.Types.AssignPublicIp

Show AssignPublicIp Source # 
Instance details

Defined in Amazonka.Pipes.Types.AssignPublicIp

NFData AssignPublicIp Source # 
Instance details

Defined in Amazonka.Pipes.Types.AssignPublicIp

Methods

rnf :: AssignPublicIp -> () #

Eq AssignPublicIp Source # 
Instance details

Defined in Amazonka.Pipes.Types.AssignPublicIp

Ord AssignPublicIp Source # 
Instance details

Defined in Amazonka.Pipes.Types.AssignPublicIp

Hashable AssignPublicIp Source # 
Instance details

Defined in Amazonka.Pipes.Types.AssignPublicIp

type Rep AssignPublicIp Source # 
Instance details

Defined in Amazonka.Pipes.Types.AssignPublicIp

type Rep AssignPublicIp = D1 ('MetaData "AssignPublicIp" "Amazonka.Pipes.Types.AssignPublicIp" "amazonka-pipes-2.0-DDuNjbjVfgsJFLlibzr06i" 'True) (C1 ('MetaCons "AssignPublicIp'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAssignPublicIp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

BatchJobDependencyType

newtype BatchJobDependencyType Source #

Instances

Instances details
FromJSON BatchJobDependencyType Source # 
Instance details

Defined in Amazonka.Pipes.Types.BatchJobDependencyType

FromJSONKey BatchJobDependencyType Source # 
Instance details

Defined in Amazonka.Pipes.Types.BatchJobDependencyType

ToJSON BatchJobDependencyType Source # 
Instance details

Defined in Amazonka.Pipes.Types.BatchJobDependencyType

ToJSONKey BatchJobDependencyType Source # 
Instance details

Defined in Amazonka.Pipes.Types.BatchJobDependencyType

ToByteString BatchJobDependencyType Source # 
Instance details

Defined in Amazonka.Pipes.Types.BatchJobDependencyType

ToHeader BatchJobDependencyType Source # 
Instance details

Defined in Amazonka.Pipes.Types.BatchJobDependencyType

ToLog BatchJobDependencyType Source # 
Instance details

Defined in Amazonka.Pipes.Types.BatchJobDependencyType

ToQuery BatchJobDependencyType Source # 
Instance details

Defined in Amazonka.Pipes.Types.BatchJobDependencyType

FromText BatchJobDependencyType Source # 
Instance details

Defined in Amazonka.Pipes.Types.BatchJobDependencyType

ToText BatchJobDependencyType Source # 
Instance details

Defined in Amazonka.Pipes.Types.BatchJobDependencyType

FromXML BatchJobDependencyType Source # 
Instance details

Defined in Amazonka.Pipes.Types.BatchJobDependencyType

ToXML BatchJobDependencyType Source # 
Instance details

Defined in Amazonka.Pipes.Types.BatchJobDependencyType

Generic BatchJobDependencyType Source # 
Instance details

Defined in Amazonka.Pipes.Types.BatchJobDependencyType

Associated Types

type Rep BatchJobDependencyType :: Type -> Type #

Read BatchJobDependencyType Source # 
Instance details

Defined in Amazonka.Pipes.Types.BatchJobDependencyType

Show BatchJobDependencyType Source # 
Instance details

Defined in Amazonka.Pipes.Types.BatchJobDependencyType

NFData BatchJobDependencyType Source # 
Instance details

Defined in Amazonka.Pipes.Types.BatchJobDependencyType

Methods

rnf :: BatchJobDependencyType -> () #

Eq BatchJobDependencyType Source # 
Instance details

Defined in Amazonka.Pipes.Types.BatchJobDependencyType

Ord BatchJobDependencyType Source # 
Instance details

Defined in Amazonka.Pipes.Types.BatchJobDependencyType

Hashable BatchJobDependencyType Source # 
Instance details

Defined in Amazonka.Pipes.Types.BatchJobDependencyType

type Rep BatchJobDependencyType Source # 
Instance details

Defined in Amazonka.Pipes.Types.BatchJobDependencyType

type Rep BatchJobDependencyType = D1 ('MetaData "BatchJobDependencyType" "Amazonka.Pipes.Types.BatchJobDependencyType" "amazonka-pipes-2.0-DDuNjbjVfgsJFLlibzr06i" 'True) (C1 ('MetaCons "BatchJobDependencyType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromBatchJobDependencyType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

BatchResourceRequirementType

newtype BatchResourceRequirementType Source #

Instances

Instances details
FromJSON BatchResourceRequirementType Source # 
Instance details

Defined in Amazonka.Pipes.Types.BatchResourceRequirementType

FromJSONKey BatchResourceRequirementType Source # 
Instance details

Defined in Amazonka.Pipes.Types.BatchResourceRequirementType

ToJSON BatchResourceRequirementType Source # 
Instance details

Defined in Amazonka.Pipes.Types.BatchResourceRequirementType

ToJSONKey BatchResourceRequirementType Source # 
Instance details

Defined in Amazonka.Pipes.Types.BatchResourceRequirementType

ToByteString BatchResourceRequirementType Source # 
Instance details

Defined in Amazonka.Pipes.Types.BatchResourceRequirementType

ToHeader BatchResourceRequirementType Source # 
Instance details

Defined in Amazonka.Pipes.Types.BatchResourceRequirementType

ToLog BatchResourceRequirementType Source # 
Instance details

Defined in Amazonka.Pipes.Types.BatchResourceRequirementType

ToQuery BatchResourceRequirementType Source # 
Instance details

Defined in Amazonka.Pipes.Types.BatchResourceRequirementType

FromText BatchResourceRequirementType Source # 
Instance details

Defined in Amazonka.Pipes.Types.BatchResourceRequirementType

ToText BatchResourceRequirementType Source # 
Instance details

Defined in Amazonka.Pipes.Types.BatchResourceRequirementType

FromXML BatchResourceRequirementType Source # 
Instance details

Defined in Amazonka.Pipes.Types.BatchResourceRequirementType

ToXML BatchResourceRequirementType Source # 
Instance details

Defined in Amazonka.Pipes.Types.BatchResourceRequirementType

Generic BatchResourceRequirementType Source # 
Instance details

Defined in Amazonka.Pipes.Types.BatchResourceRequirementType

Associated Types

type Rep BatchResourceRequirementType :: Type -> Type #

Read BatchResourceRequirementType Source # 
Instance details

Defined in Amazonka.Pipes.Types.BatchResourceRequirementType

Show BatchResourceRequirementType Source # 
Instance details

Defined in Amazonka.Pipes.Types.BatchResourceRequirementType

NFData BatchResourceRequirementType Source # 
Instance details

Defined in Amazonka.Pipes.Types.BatchResourceRequirementType

Eq BatchResourceRequirementType Source # 
Instance details

Defined in Amazonka.Pipes.Types.BatchResourceRequirementType

Ord BatchResourceRequirementType Source # 
Instance details

Defined in Amazonka.Pipes.Types.BatchResourceRequirementType

Hashable BatchResourceRequirementType Source # 
Instance details

Defined in Amazonka.Pipes.Types.BatchResourceRequirementType

type Rep BatchResourceRequirementType Source # 
Instance details

Defined in Amazonka.Pipes.Types.BatchResourceRequirementType

type Rep BatchResourceRequirementType = D1 ('MetaData "BatchResourceRequirementType" "Amazonka.Pipes.Types.BatchResourceRequirementType" "amazonka-pipes-2.0-DDuNjbjVfgsJFLlibzr06i" 'True) (C1 ('MetaCons "BatchResourceRequirementType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromBatchResourceRequirementType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DynamoDBStreamStartPosition

newtype DynamoDBStreamStartPosition Source #

Instances

Instances details
FromJSON DynamoDBStreamStartPosition Source # 
Instance details

Defined in Amazonka.Pipes.Types.DynamoDBStreamStartPosition

FromJSONKey DynamoDBStreamStartPosition Source # 
Instance details

Defined in Amazonka.Pipes.Types.DynamoDBStreamStartPosition

ToJSON DynamoDBStreamStartPosition Source # 
Instance details

Defined in Amazonka.Pipes.Types.DynamoDBStreamStartPosition

ToJSONKey DynamoDBStreamStartPosition Source # 
Instance details

Defined in Amazonka.Pipes.Types.DynamoDBStreamStartPosition

ToByteString DynamoDBStreamStartPosition Source # 
Instance details

Defined in Amazonka.Pipes.Types.DynamoDBStreamStartPosition

ToHeader DynamoDBStreamStartPosition Source # 
Instance details

Defined in Amazonka.Pipes.Types.DynamoDBStreamStartPosition

ToLog DynamoDBStreamStartPosition Source # 
Instance details

Defined in Amazonka.Pipes.Types.DynamoDBStreamStartPosition

ToQuery DynamoDBStreamStartPosition Source # 
Instance details

Defined in Amazonka.Pipes.Types.DynamoDBStreamStartPosition

FromText DynamoDBStreamStartPosition Source # 
Instance details

Defined in Amazonka.Pipes.Types.DynamoDBStreamStartPosition

ToText DynamoDBStreamStartPosition Source # 
Instance details

Defined in Amazonka.Pipes.Types.DynamoDBStreamStartPosition

FromXML DynamoDBStreamStartPosition Source # 
Instance details

Defined in Amazonka.Pipes.Types.DynamoDBStreamStartPosition

ToXML DynamoDBStreamStartPosition Source # 
Instance details

Defined in Amazonka.Pipes.Types.DynamoDBStreamStartPosition

Generic DynamoDBStreamStartPosition Source # 
Instance details

Defined in Amazonka.Pipes.Types.DynamoDBStreamStartPosition

Associated Types

type Rep DynamoDBStreamStartPosition :: Type -> Type #

Read DynamoDBStreamStartPosition Source # 
Instance details

Defined in Amazonka.Pipes.Types.DynamoDBStreamStartPosition

Show DynamoDBStreamStartPosition Source # 
Instance details

Defined in Amazonka.Pipes.Types.DynamoDBStreamStartPosition

NFData DynamoDBStreamStartPosition Source # 
Instance details

Defined in Amazonka.Pipes.Types.DynamoDBStreamStartPosition

Eq DynamoDBStreamStartPosition Source # 
Instance details

Defined in Amazonka.Pipes.Types.DynamoDBStreamStartPosition

Ord DynamoDBStreamStartPosition Source # 
Instance details

Defined in Amazonka.Pipes.Types.DynamoDBStreamStartPosition

Hashable DynamoDBStreamStartPosition Source # 
Instance details

Defined in Amazonka.Pipes.Types.DynamoDBStreamStartPosition

type Rep DynamoDBStreamStartPosition Source # 
Instance details

Defined in Amazonka.Pipes.Types.DynamoDBStreamStartPosition

type Rep DynamoDBStreamStartPosition = D1 ('MetaData "DynamoDBStreamStartPosition" "Amazonka.Pipes.Types.DynamoDBStreamStartPosition" "amazonka-pipes-2.0-DDuNjbjVfgsJFLlibzr06i" 'True) (C1 ('MetaCons "DynamoDBStreamStartPosition'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDynamoDBStreamStartPosition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

EcsEnvironmentFileType

newtype EcsEnvironmentFileType Source #

Instances

Instances details
FromJSON EcsEnvironmentFileType Source # 
Instance details

Defined in Amazonka.Pipes.Types.EcsEnvironmentFileType

FromJSONKey EcsEnvironmentFileType Source # 
Instance details

Defined in Amazonka.Pipes.Types.EcsEnvironmentFileType

ToJSON EcsEnvironmentFileType Source # 
Instance details

Defined in Amazonka.Pipes.Types.EcsEnvironmentFileType

ToJSONKey EcsEnvironmentFileType Source # 
Instance details

Defined in Amazonka.Pipes.Types.EcsEnvironmentFileType

ToByteString EcsEnvironmentFileType Source # 
Instance details

Defined in Amazonka.Pipes.Types.EcsEnvironmentFileType

ToHeader EcsEnvironmentFileType Source # 
Instance details

Defined in Amazonka.Pipes.Types.EcsEnvironmentFileType

ToLog EcsEnvironmentFileType Source # 
Instance details

Defined in Amazonka.Pipes.Types.EcsEnvironmentFileType

ToQuery EcsEnvironmentFileType Source # 
Instance details

Defined in Amazonka.Pipes.Types.EcsEnvironmentFileType

FromText EcsEnvironmentFileType Source # 
Instance details

Defined in Amazonka.Pipes.Types.EcsEnvironmentFileType

ToText EcsEnvironmentFileType Source # 
Instance details

Defined in Amazonka.Pipes.Types.EcsEnvironmentFileType

FromXML EcsEnvironmentFileType Source # 
Instance details

Defined in Amazonka.Pipes.Types.EcsEnvironmentFileType

ToXML EcsEnvironmentFileType Source # 
Instance details

Defined in Amazonka.Pipes.Types.EcsEnvironmentFileType

Generic EcsEnvironmentFileType Source # 
Instance details

Defined in Amazonka.Pipes.Types.EcsEnvironmentFileType

Associated Types

type Rep EcsEnvironmentFileType :: Type -> Type #

Read EcsEnvironmentFileType Source # 
Instance details

Defined in Amazonka.Pipes.Types.EcsEnvironmentFileType

Show EcsEnvironmentFileType Source # 
Instance details

Defined in Amazonka.Pipes.Types.EcsEnvironmentFileType

NFData EcsEnvironmentFileType Source # 
Instance details

Defined in Amazonka.Pipes.Types.EcsEnvironmentFileType

Methods

rnf :: EcsEnvironmentFileType -> () #

Eq EcsEnvironmentFileType Source # 
Instance details

Defined in Amazonka.Pipes.Types.EcsEnvironmentFileType

Ord EcsEnvironmentFileType Source # 
Instance details

Defined in Amazonka.Pipes.Types.EcsEnvironmentFileType

Hashable EcsEnvironmentFileType Source # 
Instance details

Defined in Amazonka.Pipes.Types.EcsEnvironmentFileType

type Rep EcsEnvironmentFileType Source # 
Instance details

Defined in Amazonka.Pipes.Types.EcsEnvironmentFileType

type Rep EcsEnvironmentFileType = D1 ('MetaData "EcsEnvironmentFileType" "Amazonka.Pipes.Types.EcsEnvironmentFileType" "amazonka-pipes-2.0-DDuNjbjVfgsJFLlibzr06i" 'True) (C1 ('MetaCons "EcsEnvironmentFileType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromEcsEnvironmentFileType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

EcsResourceRequirementType

newtype EcsResourceRequirementType Source #

Instances

Instances details
FromJSON EcsResourceRequirementType Source # 
Instance details

Defined in Amazonka.Pipes.Types.EcsResourceRequirementType

FromJSONKey EcsResourceRequirementType Source # 
Instance details

Defined in Amazonka.Pipes.Types.EcsResourceRequirementType

ToJSON EcsResourceRequirementType Source # 
Instance details

Defined in Amazonka.Pipes.Types.EcsResourceRequirementType

ToJSONKey EcsResourceRequirementType Source # 
Instance details

Defined in Amazonka.Pipes.Types.EcsResourceRequirementType

ToByteString EcsResourceRequirementType Source # 
Instance details

Defined in Amazonka.Pipes.Types.EcsResourceRequirementType

ToHeader EcsResourceRequirementType Source # 
Instance details

Defined in Amazonka.Pipes.Types.EcsResourceRequirementType

ToLog EcsResourceRequirementType Source # 
Instance details

Defined in Amazonka.Pipes.Types.EcsResourceRequirementType

ToQuery EcsResourceRequirementType Source # 
Instance details

Defined in Amazonka.Pipes.Types.EcsResourceRequirementType

FromText EcsResourceRequirementType Source # 
Instance details

Defined in Amazonka.Pipes.Types.EcsResourceRequirementType

ToText EcsResourceRequirementType Source # 
Instance details

Defined in Amazonka.Pipes.Types.EcsResourceRequirementType

FromXML EcsResourceRequirementType Source # 
Instance details

Defined in Amazonka.Pipes.Types.EcsResourceRequirementType

ToXML EcsResourceRequirementType Source # 
Instance details

Defined in Amazonka.Pipes.Types.EcsResourceRequirementType

Generic EcsResourceRequirementType Source # 
Instance details

Defined in Amazonka.Pipes.Types.EcsResourceRequirementType

Associated Types

type Rep EcsResourceRequirementType :: Type -> Type #

Read EcsResourceRequirementType Source # 
Instance details

Defined in Amazonka.Pipes.Types.EcsResourceRequirementType

Show EcsResourceRequirementType Source # 
Instance details

Defined in Amazonka.Pipes.Types.EcsResourceRequirementType

NFData EcsResourceRequirementType Source # 
Instance details

Defined in Amazonka.Pipes.Types.EcsResourceRequirementType

Eq EcsResourceRequirementType Source # 
Instance details

Defined in Amazonka.Pipes.Types.EcsResourceRequirementType

Ord EcsResourceRequirementType Source # 
Instance details

Defined in Amazonka.Pipes.Types.EcsResourceRequirementType

Hashable EcsResourceRequirementType Source # 
Instance details

Defined in Amazonka.Pipes.Types.EcsResourceRequirementType

type Rep EcsResourceRequirementType Source # 
Instance details

Defined in Amazonka.Pipes.Types.EcsResourceRequirementType

type Rep EcsResourceRequirementType = D1 ('MetaData "EcsResourceRequirementType" "Amazonka.Pipes.Types.EcsResourceRequirementType" "amazonka-pipes-2.0-DDuNjbjVfgsJFLlibzr06i" 'True) (C1 ('MetaCons "EcsResourceRequirementType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromEcsResourceRequirementType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

KinesisStreamStartPosition

newtype KinesisStreamStartPosition Source #

Instances

Instances details
FromJSON KinesisStreamStartPosition Source # 
Instance details

Defined in Amazonka.Pipes.Types.KinesisStreamStartPosition

FromJSONKey KinesisStreamStartPosition Source # 
Instance details

Defined in Amazonka.Pipes.Types.KinesisStreamStartPosition

ToJSON KinesisStreamStartPosition Source # 
Instance details

Defined in Amazonka.Pipes.Types.KinesisStreamStartPosition

ToJSONKey KinesisStreamStartPosition Source # 
Instance details

Defined in Amazonka.Pipes.Types.KinesisStreamStartPosition

ToByteString KinesisStreamStartPosition Source # 
Instance details

Defined in Amazonka.Pipes.Types.KinesisStreamStartPosition

ToHeader KinesisStreamStartPosition Source # 
Instance details

Defined in Amazonka.Pipes.Types.KinesisStreamStartPosition

ToLog KinesisStreamStartPosition Source # 
Instance details

Defined in Amazonka.Pipes.Types.KinesisStreamStartPosition

ToQuery KinesisStreamStartPosition Source # 
Instance details

Defined in Amazonka.Pipes.Types.KinesisStreamStartPosition

FromText KinesisStreamStartPosition Source # 
Instance details

Defined in Amazonka.Pipes.Types.KinesisStreamStartPosition

ToText KinesisStreamStartPosition Source # 
Instance details

Defined in Amazonka.Pipes.Types.KinesisStreamStartPosition

FromXML KinesisStreamStartPosition Source # 
Instance details

Defined in Amazonka.Pipes.Types.KinesisStreamStartPosition

ToXML KinesisStreamStartPosition Source # 
Instance details

Defined in Amazonka.Pipes.Types.KinesisStreamStartPosition

Generic KinesisStreamStartPosition Source # 
Instance details

Defined in Amazonka.Pipes.Types.KinesisStreamStartPosition

Associated Types

type Rep KinesisStreamStartPosition :: Type -> Type #

Read KinesisStreamStartPosition Source # 
Instance details

Defined in Amazonka.Pipes.Types.KinesisStreamStartPosition

Show KinesisStreamStartPosition Source # 
Instance details

Defined in Amazonka.Pipes.Types.KinesisStreamStartPosition

NFData KinesisStreamStartPosition Source # 
Instance details

Defined in Amazonka.Pipes.Types.KinesisStreamStartPosition

Eq KinesisStreamStartPosition Source # 
Instance details

Defined in Amazonka.Pipes.Types.KinesisStreamStartPosition

Ord KinesisStreamStartPosition Source # 
Instance details

Defined in Amazonka.Pipes.Types.KinesisStreamStartPosition

Hashable KinesisStreamStartPosition Source # 
Instance details

Defined in Amazonka.Pipes.Types.KinesisStreamStartPosition

type Rep KinesisStreamStartPosition Source # 
Instance details

Defined in Amazonka.Pipes.Types.KinesisStreamStartPosition

type Rep KinesisStreamStartPosition = D1 ('MetaData "KinesisStreamStartPosition" "Amazonka.Pipes.Types.KinesisStreamStartPosition" "amazonka-pipes-2.0-DDuNjbjVfgsJFLlibzr06i" 'True) (C1 ('MetaCons "KinesisStreamStartPosition'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromKinesisStreamStartPosition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

LaunchType

newtype LaunchType Source #

Constructors

LaunchType' 

Fields

Bundled Patterns

pattern LaunchType_EC2 :: LaunchType 
pattern LaunchType_EXTERNAL :: LaunchType 
pattern LaunchType_FARGATE :: LaunchType 

Instances

Instances details
FromJSON LaunchType Source # 
Instance details

Defined in Amazonka.Pipes.Types.LaunchType

FromJSONKey LaunchType Source # 
Instance details

Defined in Amazonka.Pipes.Types.LaunchType

ToJSON LaunchType Source # 
Instance details

Defined in Amazonka.Pipes.Types.LaunchType

ToJSONKey LaunchType Source # 
Instance details

Defined in Amazonka.Pipes.Types.LaunchType

ToByteString LaunchType Source # 
Instance details

Defined in Amazonka.Pipes.Types.LaunchType

ToHeader LaunchType Source # 
Instance details

Defined in Amazonka.Pipes.Types.LaunchType

ToLog LaunchType Source # 
Instance details

Defined in Amazonka.Pipes.Types.LaunchType

ToQuery LaunchType Source # 
Instance details

Defined in Amazonka.Pipes.Types.LaunchType

FromText LaunchType Source # 
Instance details

Defined in Amazonka.Pipes.Types.LaunchType

ToText LaunchType Source # 
Instance details

Defined in Amazonka.Pipes.Types.LaunchType

Methods

toText :: LaunchType -> Text #

FromXML LaunchType Source # 
Instance details

Defined in Amazonka.Pipes.Types.LaunchType

ToXML LaunchType Source # 
Instance details

Defined in Amazonka.Pipes.Types.LaunchType

Methods

toXML :: LaunchType -> XML #

Generic LaunchType Source # 
Instance details

Defined in Amazonka.Pipes.Types.LaunchType

Associated Types

type Rep LaunchType :: Type -> Type #

Read LaunchType Source # 
Instance details

Defined in Amazonka.Pipes.Types.LaunchType

Show LaunchType Source # 
Instance details

Defined in Amazonka.Pipes.Types.LaunchType

NFData LaunchType Source # 
Instance details

Defined in Amazonka.Pipes.Types.LaunchType

Methods

rnf :: LaunchType -> () #

Eq LaunchType Source # 
Instance details

Defined in Amazonka.Pipes.Types.LaunchType

Ord LaunchType Source # 
Instance details

Defined in Amazonka.Pipes.Types.LaunchType

Hashable LaunchType Source # 
Instance details

Defined in Amazonka.Pipes.Types.LaunchType

type Rep LaunchType Source # 
Instance details

Defined in Amazonka.Pipes.Types.LaunchType

type Rep LaunchType = D1 ('MetaData "LaunchType" "Amazonka.Pipes.Types.LaunchType" "amazonka-pipes-2.0-DDuNjbjVfgsJFLlibzr06i" 'True) (C1 ('MetaCons "LaunchType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromLaunchType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

MSKStartPosition

newtype MSKStartPosition Source #

Instances

Instances details
FromJSON MSKStartPosition Source # 
Instance details

Defined in Amazonka.Pipes.Types.MSKStartPosition

FromJSONKey MSKStartPosition Source # 
Instance details

Defined in Amazonka.Pipes.Types.MSKStartPosition

ToJSON MSKStartPosition Source # 
Instance details

Defined in Amazonka.Pipes.Types.MSKStartPosition

ToJSONKey MSKStartPosition Source # 
Instance details

Defined in Amazonka.Pipes.Types.MSKStartPosition

ToByteString MSKStartPosition Source # 
Instance details

Defined in Amazonka.Pipes.Types.MSKStartPosition

ToHeader MSKStartPosition Source # 
Instance details

Defined in Amazonka.Pipes.Types.MSKStartPosition

ToLog MSKStartPosition Source # 
Instance details

Defined in Amazonka.Pipes.Types.MSKStartPosition

ToQuery MSKStartPosition Source # 
Instance details

Defined in Amazonka.Pipes.Types.MSKStartPosition

FromText MSKStartPosition Source # 
Instance details

Defined in Amazonka.Pipes.Types.MSKStartPosition

ToText MSKStartPosition Source # 
Instance details

Defined in Amazonka.Pipes.Types.MSKStartPosition

FromXML MSKStartPosition Source # 
Instance details

Defined in Amazonka.Pipes.Types.MSKStartPosition

ToXML MSKStartPosition Source # 
Instance details

Defined in Amazonka.Pipes.Types.MSKStartPosition

Generic MSKStartPosition Source # 
Instance details

Defined in Amazonka.Pipes.Types.MSKStartPosition

Associated Types

type Rep MSKStartPosition :: Type -> Type #

Read MSKStartPosition Source # 
Instance details

Defined in Amazonka.Pipes.Types.MSKStartPosition

Show MSKStartPosition Source # 
Instance details

Defined in Amazonka.Pipes.Types.MSKStartPosition

NFData MSKStartPosition Source # 
Instance details

Defined in Amazonka.Pipes.Types.MSKStartPosition

Methods

rnf :: MSKStartPosition -> () #

Eq MSKStartPosition Source # 
Instance details

Defined in Amazonka.Pipes.Types.MSKStartPosition

Ord MSKStartPosition Source # 
Instance details

Defined in Amazonka.Pipes.Types.MSKStartPosition

Hashable MSKStartPosition Source # 
Instance details

Defined in Amazonka.Pipes.Types.MSKStartPosition

type Rep MSKStartPosition Source # 
Instance details

Defined in Amazonka.Pipes.Types.MSKStartPosition

type Rep MSKStartPosition = D1 ('MetaData "MSKStartPosition" "Amazonka.Pipes.Types.MSKStartPosition" "amazonka-pipes-2.0-DDuNjbjVfgsJFLlibzr06i" 'True) (C1 ('MetaCons "MSKStartPosition'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromMSKStartPosition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

OnPartialBatchItemFailureStreams

newtype OnPartialBatchItemFailureStreams Source #

Instances

Instances details
FromJSON OnPartialBatchItemFailureStreams Source # 
Instance details

Defined in Amazonka.Pipes.Types.OnPartialBatchItemFailureStreams

FromJSONKey OnPartialBatchItemFailureStreams Source # 
Instance details

Defined in Amazonka.Pipes.Types.OnPartialBatchItemFailureStreams

ToJSON OnPartialBatchItemFailureStreams Source # 
Instance details

Defined in Amazonka.Pipes.Types.OnPartialBatchItemFailureStreams

ToJSONKey OnPartialBatchItemFailureStreams Source # 
Instance details

Defined in Amazonka.Pipes.Types.OnPartialBatchItemFailureStreams

ToByteString OnPartialBatchItemFailureStreams Source # 
Instance details

Defined in Amazonka.Pipes.Types.OnPartialBatchItemFailureStreams

ToHeader OnPartialBatchItemFailureStreams Source # 
Instance details

Defined in Amazonka.Pipes.Types.OnPartialBatchItemFailureStreams

ToLog OnPartialBatchItemFailureStreams Source # 
Instance details

Defined in Amazonka.Pipes.Types.OnPartialBatchItemFailureStreams

ToQuery OnPartialBatchItemFailureStreams Source # 
Instance details

Defined in Amazonka.Pipes.Types.OnPartialBatchItemFailureStreams

FromText OnPartialBatchItemFailureStreams Source # 
Instance details

Defined in Amazonka.Pipes.Types.OnPartialBatchItemFailureStreams

ToText OnPartialBatchItemFailureStreams Source # 
Instance details

Defined in Amazonka.Pipes.Types.OnPartialBatchItemFailureStreams

FromXML OnPartialBatchItemFailureStreams Source # 
Instance details

Defined in Amazonka.Pipes.Types.OnPartialBatchItemFailureStreams

ToXML OnPartialBatchItemFailureStreams Source # 
Instance details

Defined in Amazonka.Pipes.Types.OnPartialBatchItemFailureStreams

Generic OnPartialBatchItemFailureStreams Source # 
Instance details

Defined in Amazonka.Pipes.Types.OnPartialBatchItemFailureStreams

Associated Types

type Rep OnPartialBatchItemFailureStreams :: Type -> Type #

Read OnPartialBatchItemFailureStreams Source # 
Instance details

Defined in Amazonka.Pipes.Types.OnPartialBatchItemFailureStreams

Show OnPartialBatchItemFailureStreams Source # 
Instance details

Defined in Amazonka.Pipes.Types.OnPartialBatchItemFailureStreams

NFData OnPartialBatchItemFailureStreams Source # 
Instance details

Defined in Amazonka.Pipes.Types.OnPartialBatchItemFailureStreams

Eq OnPartialBatchItemFailureStreams Source # 
Instance details

Defined in Amazonka.Pipes.Types.OnPartialBatchItemFailureStreams

Ord OnPartialBatchItemFailureStreams Source # 
Instance details

Defined in Amazonka.Pipes.Types.OnPartialBatchItemFailureStreams

Hashable OnPartialBatchItemFailureStreams Source # 
Instance details

Defined in Amazonka.Pipes.Types.OnPartialBatchItemFailureStreams

type Rep OnPartialBatchItemFailureStreams Source # 
Instance details

Defined in Amazonka.Pipes.Types.OnPartialBatchItemFailureStreams

type Rep OnPartialBatchItemFailureStreams = D1 ('MetaData "OnPartialBatchItemFailureStreams" "Amazonka.Pipes.Types.OnPartialBatchItemFailureStreams" "amazonka-pipes-2.0-DDuNjbjVfgsJFLlibzr06i" 'True) (C1 ('MetaCons "OnPartialBatchItemFailureStreams'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromOnPartialBatchItemFailureStreams") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

PipeState

newtype PipeState Source #

Constructors

PipeState' 

Fields

Instances

Instances details
FromJSON PipeState Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeState

FromJSONKey PipeState Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeState

ToJSON PipeState Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeState

ToJSONKey PipeState Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeState

ToByteString PipeState Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeState

Methods

toBS :: PipeState -> ByteString #

ToHeader PipeState Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeState

ToLog PipeState Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeState

ToQuery PipeState Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeState

FromText PipeState Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeState

ToText PipeState Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeState

Methods

toText :: PipeState -> Text #

FromXML PipeState Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeState

ToXML PipeState Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeState

Methods

toXML :: PipeState -> XML #

Generic PipeState Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeState

Associated Types

type Rep PipeState :: Type -> Type #

Read PipeState Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeState

Show PipeState Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeState

NFData PipeState Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeState

Methods

rnf :: PipeState -> () #

Eq PipeState Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeState

Ord PipeState Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeState

Hashable PipeState Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeState

type Rep PipeState Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeState

type Rep PipeState = D1 ('MetaData "PipeState" "Amazonka.Pipes.Types.PipeState" "amazonka-pipes-2.0-DDuNjbjVfgsJFLlibzr06i" 'True) (C1 ('MetaCons "PipeState'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromPipeState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

PipeTargetInvocationType

newtype PipeTargetInvocationType Source #

Instances

Instances details
FromJSON PipeTargetInvocationType Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeTargetInvocationType

FromJSONKey PipeTargetInvocationType Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeTargetInvocationType

ToJSON PipeTargetInvocationType Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeTargetInvocationType

ToJSONKey PipeTargetInvocationType Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeTargetInvocationType

ToByteString PipeTargetInvocationType Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeTargetInvocationType

ToHeader PipeTargetInvocationType Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeTargetInvocationType

ToLog PipeTargetInvocationType Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeTargetInvocationType

ToQuery PipeTargetInvocationType Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeTargetInvocationType

FromText PipeTargetInvocationType Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeTargetInvocationType

ToText PipeTargetInvocationType Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeTargetInvocationType

FromXML PipeTargetInvocationType Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeTargetInvocationType

ToXML PipeTargetInvocationType Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeTargetInvocationType

Generic PipeTargetInvocationType Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeTargetInvocationType

Associated Types

type Rep PipeTargetInvocationType :: Type -> Type #

Read PipeTargetInvocationType Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeTargetInvocationType

Show PipeTargetInvocationType Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeTargetInvocationType

NFData PipeTargetInvocationType Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeTargetInvocationType

Eq PipeTargetInvocationType Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeTargetInvocationType

Ord PipeTargetInvocationType Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeTargetInvocationType

Hashable PipeTargetInvocationType Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeTargetInvocationType

type Rep PipeTargetInvocationType Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeTargetInvocationType

type Rep PipeTargetInvocationType = D1 ('MetaData "PipeTargetInvocationType" "Amazonka.Pipes.Types.PipeTargetInvocationType" "amazonka-pipes-2.0-DDuNjbjVfgsJFLlibzr06i" 'True) (C1 ('MetaCons "PipeTargetInvocationType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromPipeTargetInvocationType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

PlacementConstraintType

newtype PlacementConstraintType Source #

Instances

Instances details
FromJSON PlacementConstraintType Source # 
Instance details

Defined in Amazonka.Pipes.Types.PlacementConstraintType

FromJSONKey PlacementConstraintType Source # 
Instance details

Defined in Amazonka.Pipes.Types.PlacementConstraintType

ToJSON PlacementConstraintType Source # 
Instance details

Defined in Amazonka.Pipes.Types.PlacementConstraintType

ToJSONKey PlacementConstraintType Source # 
Instance details

Defined in Amazonka.Pipes.Types.PlacementConstraintType

ToByteString PlacementConstraintType Source # 
Instance details

Defined in Amazonka.Pipes.Types.PlacementConstraintType

ToHeader PlacementConstraintType Source # 
Instance details

Defined in Amazonka.Pipes.Types.PlacementConstraintType

ToLog PlacementConstraintType Source # 
Instance details

Defined in Amazonka.Pipes.Types.PlacementConstraintType

ToQuery PlacementConstraintType Source # 
Instance details

Defined in Amazonka.Pipes.Types.PlacementConstraintType

FromText PlacementConstraintType Source # 
Instance details

Defined in Amazonka.Pipes.Types.PlacementConstraintType

ToText PlacementConstraintType Source # 
Instance details

Defined in Amazonka.Pipes.Types.PlacementConstraintType

FromXML PlacementConstraintType Source # 
Instance details

Defined in Amazonka.Pipes.Types.PlacementConstraintType

ToXML PlacementConstraintType Source # 
Instance details

Defined in Amazonka.Pipes.Types.PlacementConstraintType

Generic PlacementConstraintType Source # 
Instance details

Defined in Amazonka.Pipes.Types.PlacementConstraintType

Associated Types

type Rep PlacementConstraintType :: Type -> Type #

Read PlacementConstraintType Source # 
Instance details

Defined in Amazonka.Pipes.Types.PlacementConstraintType

Show PlacementConstraintType Source # 
Instance details

Defined in Amazonka.Pipes.Types.PlacementConstraintType

NFData PlacementConstraintType Source # 
Instance details

Defined in Amazonka.Pipes.Types.PlacementConstraintType

Methods

rnf :: PlacementConstraintType -> () #

Eq PlacementConstraintType Source # 
Instance details

Defined in Amazonka.Pipes.Types.PlacementConstraintType

Ord PlacementConstraintType Source # 
Instance details

Defined in Amazonka.Pipes.Types.PlacementConstraintType

Hashable PlacementConstraintType Source # 
Instance details

Defined in Amazonka.Pipes.Types.PlacementConstraintType

type Rep PlacementConstraintType Source # 
Instance details

Defined in Amazonka.Pipes.Types.PlacementConstraintType

type Rep PlacementConstraintType = D1 ('MetaData "PlacementConstraintType" "Amazonka.Pipes.Types.PlacementConstraintType" "amazonka-pipes-2.0-DDuNjbjVfgsJFLlibzr06i" 'True) (C1 ('MetaCons "PlacementConstraintType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromPlacementConstraintType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

PlacementStrategyType

newtype PlacementStrategyType Source #

Instances

Instances details
FromJSON PlacementStrategyType Source # 
Instance details

Defined in Amazonka.Pipes.Types.PlacementStrategyType

FromJSONKey PlacementStrategyType Source # 
Instance details

Defined in Amazonka.Pipes.Types.PlacementStrategyType

ToJSON PlacementStrategyType Source # 
Instance details

Defined in Amazonka.Pipes.Types.PlacementStrategyType

ToJSONKey PlacementStrategyType Source # 
Instance details

Defined in Amazonka.Pipes.Types.PlacementStrategyType

ToByteString PlacementStrategyType Source # 
Instance details

Defined in Amazonka.Pipes.Types.PlacementStrategyType

ToHeader PlacementStrategyType Source # 
Instance details

Defined in Amazonka.Pipes.Types.PlacementStrategyType

ToLog PlacementStrategyType Source # 
Instance details

Defined in Amazonka.Pipes.Types.PlacementStrategyType

ToQuery PlacementStrategyType Source # 
Instance details

Defined in Amazonka.Pipes.Types.PlacementStrategyType

FromText PlacementStrategyType Source # 
Instance details

Defined in Amazonka.Pipes.Types.PlacementStrategyType

ToText PlacementStrategyType Source # 
Instance details

Defined in Amazonka.Pipes.Types.PlacementStrategyType

FromXML PlacementStrategyType Source # 
Instance details

Defined in Amazonka.Pipes.Types.PlacementStrategyType

ToXML PlacementStrategyType Source # 
Instance details

Defined in Amazonka.Pipes.Types.PlacementStrategyType

Generic PlacementStrategyType Source # 
Instance details

Defined in Amazonka.Pipes.Types.PlacementStrategyType

Associated Types

type Rep PlacementStrategyType :: Type -> Type #

Read PlacementStrategyType Source # 
Instance details

Defined in Amazonka.Pipes.Types.PlacementStrategyType

Show PlacementStrategyType Source # 
Instance details

Defined in Amazonka.Pipes.Types.PlacementStrategyType

NFData PlacementStrategyType Source # 
Instance details

Defined in Amazonka.Pipes.Types.PlacementStrategyType

Methods

rnf :: PlacementStrategyType -> () #

Eq PlacementStrategyType Source # 
Instance details

Defined in Amazonka.Pipes.Types.PlacementStrategyType

Ord PlacementStrategyType Source # 
Instance details

Defined in Amazonka.Pipes.Types.PlacementStrategyType

Hashable PlacementStrategyType Source # 
Instance details

Defined in Amazonka.Pipes.Types.PlacementStrategyType

type Rep PlacementStrategyType Source # 
Instance details

Defined in Amazonka.Pipes.Types.PlacementStrategyType

type Rep PlacementStrategyType = D1 ('MetaData "PlacementStrategyType" "Amazonka.Pipes.Types.PlacementStrategyType" "amazonka-pipes-2.0-DDuNjbjVfgsJFLlibzr06i" 'True) (C1 ('MetaCons "PlacementStrategyType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromPlacementStrategyType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

PropagateTags

newtype PropagateTags Source #

Constructors

PropagateTags' 

Bundled Patterns

pattern PropagateTags_TASK_DEFINITION :: PropagateTags 

Instances

Instances details
FromJSON PropagateTags Source # 
Instance details

Defined in Amazonka.Pipes.Types.PropagateTags

FromJSONKey PropagateTags Source # 
Instance details

Defined in Amazonka.Pipes.Types.PropagateTags

ToJSON PropagateTags Source # 
Instance details

Defined in Amazonka.Pipes.Types.PropagateTags

ToJSONKey PropagateTags Source # 
Instance details

Defined in Amazonka.Pipes.Types.PropagateTags

ToByteString PropagateTags Source # 
Instance details

Defined in Amazonka.Pipes.Types.PropagateTags

ToHeader PropagateTags Source # 
Instance details

Defined in Amazonka.Pipes.Types.PropagateTags

ToLog PropagateTags Source # 
Instance details

Defined in Amazonka.Pipes.Types.PropagateTags

ToQuery PropagateTags Source # 
Instance details

Defined in Amazonka.Pipes.Types.PropagateTags

FromText PropagateTags Source # 
Instance details

Defined in Amazonka.Pipes.Types.PropagateTags

ToText PropagateTags Source # 
Instance details

Defined in Amazonka.Pipes.Types.PropagateTags

Methods

toText :: PropagateTags -> Text #

FromXML PropagateTags Source # 
Instance details

Defined in Amazonka.Pipes.Types.PropagateTags

ToXML PropagateTags Source # 
Instance details

Defined in Amazonka.Pipes.Types.PropagateTags

Methods

toXML :: PropagateTags -> XML #

Generic PropagateTags Source # 
Instance details

Defined in Amazonka.Pipes.Types.PropagateTags

Associated Types

type Rep PropagateTags :: Type -> Type #

Read PropagateTags Source # 
Instance details

Defined in Amazonka.Pipes.Types.PropagateTags

Show PropagateTags Source # 
Instance details

Defined in Amazonka.Pipes.Types.PropagateTags

NFData PropagateTags Source # 
Instance details

Defined in Amazonka.Pipes.Types.PropagateTags

Methods

rnf :: PropagateTags -> () #

Eq PropagateTags Source # 
Instance details

Defined in Amazonka.Pipes.Types.PropagateTags

Ord PropagateTags Source # 
Instance details

Defined in Amazonka.Pipes.Types.PropagateTags

Hashable PropagateTags Source # 
Instance details

Defined in Amazonka.Pipes.Types.PropagateTags

type Rep PropagateTags Source # 
Instance details

Defined in Amazonka.Pipes.Types.PropagateTags

type Rep PropagateTags = D1 ('MetaData "PropagateTags" "Amazonka.Pipes.Types.PropagateTags" "amazonka-pipes-2.0-DDuNjbjVfgsJFLlibzr06i" 'True) (C1 ('MetaCons "PropagateTags'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromPropagateTags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

RequestedPipeState

newtype RequestedPipeState Source #

Instances

Instances details
FromJSON RequestedPipeState Source # 
Instance details

Defined in Amazonka.Pipes.Types.RequestedPipeState

FromJSONKey RequestedPipeState Source # 
Instance details

Defined in Amazonka.Pipes.Types.RequestedPipeState

ToJSON RequestedPipeState Source # 
Instance details

Defined in Amazonka.Pipes.Types.RequestedPipeState

ToJSONKey RequestedPipeState Source # 
Instance details

Defined in Amazonka.Pipes.Types.RequestedPipeState

ToByteString RequestedPipeState Source # 
Instance details

Defined in Amazonka.Pipes.Types.RequestedPipeState

ToHeader RequestedPipeState Source # 
Instance details

Defined in Amazonka.Pipes.Types.RequestedPipeState

ToLog RequestedPipeState Source # 
Instance details

Defined in Amazonka.Pipes.Types.RequestedPipeState

ToQuery RequestedPipeState Source # 
Instance details

Defined in Amazonka.Pipes.Types.RequestedPipeState

FromText RequestedPipeState Source # 
Instance details

Defined in Amazonka.Pipes.Types.RequestedPipeState

ToText RequestedPipeState Source # 
Instance details

Defined in Amazonka.Pipes.Types.RequestedPipeState

FromXML RequestedPipeState Source # 
Instance details

Defined in Amazonka.Pipes.Types.RequestedPipeState

ToXML RequestedPipeState Source # 
Instance details

Defined in Amazonka.Pipes.Types.RequestedPipeState

Generic RequestedPipeState Source # 
Instance details

Defined in Amazonka.Pipes.Types.RequestedPipeState

Associated Types

type Rep RequestedPipeState :: Type -> Type #

Read RequestedPipeState Source # 
Instance details

Defined in Amazonka.Pipes.Types.RequestedPipeState

Show RequestedPipeState Source # 
Instance details

Defined in Amazonka.Pipes.Types.RequestedPipeState

NFData RequestedPipeState Source # 
Instance details

Defined in Amazonka.Pipes.Types.RequestedPipeState

Methods

rnf :: RequestedPipeState -> () #

Eq RequestedPipeState Source # 
Instance details

Defined in Amazonka.Pipes.Types.RequestedPipeState

Ord RequestedPipeState Source # 
Instance details

Defined in Amazonka.Pipes.Types.RequestedPipeState

Hashable RequestedPipeState Source # 
Instance details

Defined in Amazonka.Pipes.Types.RequestedPipeState

type Rep RequestedPipeState Source # 
Instance details

Defined in Amazonka.Pipes.Types.RequestedPipeState

type Rep RequestedPipeState = D1 ('MetaData "RequestedPipeState" "Amazonka.Pipes.Types.RequestedPipeState" "amazonka-pipes-2.0-DDuNjbjVfgsJFLlibzr06i" 'True) (C1 ('MetaCons "RequestedPipeState'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromRequestedPipeState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

RequestedPipeStateDescribeResponse

newtype RequestedPipeStateDescribeResponse Source #

Instances

Instances details
FromJSON RequestedPipeStateDescribeResponse Source # 
Instance details

Defined in Amazonka.Pipes.Types.RequestedPipeStateDescribeResponse

FromJSONKey RequestedPipeStateDescribeResponse Source # 
Instance details

Defined in Amazonka.Pipes.Types.RequestedPipeStateDescribeResponse

ToJSON RequestedPipeStateDescribeResponse Source # 
Instance details

Defined in Amazonka.Pipes.Types.RequestedPipeStateDescribeResponse

ToJSONKey RequestedPipeStateDescribeResponse Source # 
Instance details

Defined in Amazonka.Pipes.Types.RequestedPipeStateDescribeResponse

ToByteString RequestedPipeStateDescribeResponse Source # 
Instance details

Defined in Amazonka.Pipes.Types.RequestedPipeStateDescribeResponse

ToHeader RequestedPipeStateDescribeResponse Source # 
Instance details

Defined in Amazonka.Pipes.Types.RequestedPipeStateDescribeResponse

ToLog RequestedPipeStateDescribeResponse Source # 
Instance details

Defined in Amazonka.Pipes.Types.RequestedPipeStateDescribeResponse

ToQuery RequestedPipeStateDescribeResponse Source # 
Instance details

Defined in Amazonka.Pipes.Types.RequestedPipeStateDescribeResponse

FromText RequestedPipeStateDescribeResponse Source # 
Instance details

Defined in Amazonka.Pipes.Types.RequestedPipeStateDescribeResponse

ToText RequestedPipeStateDescribeResponse Source # 
Instance details

Defined in Amazonka.Pipes.Types.RequestedPipeStateDescribeResponse

FromXML RequestedPipeStateDescribeResponse Source # 
Instance details

Defined in Amazonka.Pipes.Types.RequestedPipeStateDescribeResponse

ToXML RequestedPipeStateDescribeResponse Source # 
Instance details

Defined in Amazonka.Pipes.Types.RequestedPipeStateDescribeResponse

Generic RequestedPipeStateDescribeResponse Source # 
Instance details

Defined in Amazonka.Pipes.Types.RequestedPipeStateDescribeResponse

Associated Types

type Rep RequestedPipeStateDescribeResponse :: Type -> Type #

Read RequestedPipeStateDescribeResponse Source # 
Instance details

Defined in Amazonka.Pipes.Types.RequestedPipeStateDescribeResponse

Show RequestedPipeStateDescribeResponse Source # 
Instance details

Defined in Amazonka.Pipes.Types.RequestedPipeStateDescribeResponse

NFData RequestedPipeStateDescribeResponse Source # 
Instance details

Defined in Amazonka.Pipes.Types.RequestedPipeStateDescribeResponse

Eq RequestedPipeStateDescribeResponse Source # 
Instance details

Defined in Amazonka.Pipes.Types.RequestedPipeStateDescribeResponse

Ord RequestedPipeStateDescribeResponse Source # 
Instance details

Defined in Amazonka.Pipes.Types.RequestedPipeStateDescribeResponse

Hashable RequestedPipeStateDescribeResponse Source # 
Instance details

Defined in Amazonka.Pipes.Types.RequestedPipeStateDescribeResponse

type Rep RequestedPipeStateDescribeResponse Source # 
Instance details

Defined in Amazonka.Pipes.Types.RequestedPipeStateDescribeResponse

type Rep RequestedPipeStateDescribeResponse = D1 ('MetaData "RequestedPipeStateDescribeResponse" "Amazonka.Pipes.Types.RequestedPipeStateDescribeResponse" "amazonka-pipes-2.0-DDuNjbjVfgsJFLlibzr06i" 'True) (C1 ('MetaCons "RequestedPipeStateDescribeResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromRequestedPipeStateDescribeResponse") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

SelfManagedKafkaStartPosition

newtype SelfManagedKafkaStartPosition Source #

Instances

Instances details
FromJSON SelfManagedKafkaStartPosition Source # 
Instance details

Defined in Amazonka.Pipes.Types.SelfManagedKafkaStartPosition

FromJSONKey SelfManagedKafkaStartPosition Source # 
Instance details

Defined in Amazonka.Pipes.Types.SelfManagedKafkaStartPosition

ToJSON SelfManagedKafkaStartPosition Source # 
Instance details

Defined in Amazonka.Pipes.Types.SelfManagedKafkaStartPosition

ToJSONKey SelfManagedKafkaStartPosition Source # 
Instance details

Defined in Amazonka.Pipes.Types.SelfManagedKafkaStartPosition

ToByteString SelfManagedKafkaStartPosition Source # 
Instance details

Defined in Amazonka.Pipes.Types.SelfManagedKafkaStartPosition

ToHeader SelfManagedKafkaStartPosition Source # 
Instance details

Defined in Amazonka.Pipes.Types.SelfManagedKafkaStartPosition

ToLog SelfManagedKafkaStartPosition Source # 
Instance details

Defined in Amazonka.Pipes.Types.SelfManagedKafkaStartPosition

ToQuery SelfManagedKafkaStartPosition Source # 
Instance details

Defined in Amazonka.Pipes.Types.SelfManagedKafkaStartPosition

FromText SelfManagedKafkaStartPosition Source # 
Instance details

Defined in Amazonka.Pipes.Types.SelfManagedKafkaStartPosition

ToText SelfManagedKafkaStartPosition Source # 
Instance details

Defined in Amazonka.Pipes.Types.SelfManagedKafkaStartPosition

FromXML SelfManagedKafkaStartPosition Source # 
Instance details

Defined in Amazonka.Pipes.Types.SelfManagedKafkaStartPosition

ToXML SelfManagedKafkaStartPosition Source # 
Instance details

Defined in Amazonka.Pipes.Types.SelfManagedKafkaStartPosition

Generic SelfManagedKafkaStartPosition Source # 
Instance details

Defined in Amazonka.Pipes.Types.SelfManagedKafkaStartPosition

Associated Types

type Rep SelfManagedKafkaStartPosition :: Type -> Type #

Read SelfManagedKafkaStartPosition Source # 
Instance details

Defined in Amazonka.Pipes.Types.SelfManagedKafkaStartPosition

Show SelfManagedKafkaStartPosition Source # 
Instance details

Defined in Amazonka.Pipes.Types.SelfManagedKafkaStartPosition

NFData SelfManagedKafkaStartPosition Source # 
Instance details

Defined in Amazonka.Pipes.Types.SelfManagedKafkaStartPosition

Eq SelfManagedKafkaStartPosition Source # 
Instance details

Defined in Amazonka.Pipes.Types.SelfManagedKafkaStartPosition

Ord SelfManagedKafkaStartPosition Source # 
Instance details

Defined in Amazonka.Pipes.Types.SelfManagedKafkaStartPosition

Hashable SelfManagedKafkaStartPosition Source # 
Instance details

Defined in Amazonka.Pipes.Types.SelfManagedKafkaStartPosition

type Rep SelfManagedKafkaStartPosition Source # 
Instance details

Defined in Amazonka.Pipes.Types.SelfManagedKafkaStartPosition

type Rep SelfManagedKafkaStartPosition = D1 ('MetaData "SelfManagedKafkaStartPosition" "Amazonka.Pipes.Types.SelfManagedKafkaStartPosition" "amazonka-pipes-2.0-DDuNjbjVfgsJFLlibzr06i" 'True) (C1 ('MetaCons "SelfManagedKafkaStartPosition'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSelfManagedKafkaStartPosition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AwsVpcConfiguration

data AwsVpcConfiguration Source #

This structure specifies the VPC subnets and security groups for the task, and whether a public IP address is to be used. This structure is relevant only for ECS tasks that use the awsvpc network mode.

See: newAwsVpcConfiguration smart constructor.

Constructors

AwsVpcConfiguration' 

Fields

  • assignPublicIp :: Maybe AssignPublicIp

    Specifies whether the task's elastic network interface receives a public IP address. You can specify ENABLED only when LaunchType in EcsParameters is set to FARGATE.

  • securityGroups :: Maybe [Sensitive Text]

    Specifies the security groups associated with the task. These security groups must all be in the same VPC. You can specify as many as five security groups. If you do not specify a security group, the default security group for the VPC is used.

  • subnets :: [Sensitive Text]

    Specifies the subnets associated with the task. These subnets must all be in the same VPC. You can specify as many as 16 subnets.

Instances

Instances details
FromJSON AwsVpcConfiguration Source # 
Instance details

Defined in Amazonka.Pipes.Types.AwsVpcConfiguration

ToJSON AwsVpcConfiguration Source # 
Instance details

Defined in Amazonka.Pipes.Types.AwsVpcConfiguration

Generic AwsVpcConfiguration Source # 
Instance details

Defined in Amazonka.Pipes.Types.AwsVpcConfiguration

Associated Types

type Rep AwsVpcConfiguration :: Type -> Type #

Show AwsVpcConfiguration Source # 
Instance details

Defined in Amazonka.Pipes.Types.AwsVpcConfiguration

NFData AwsVpcConfiguration Source # 
Instance details

Defined in Amazonka.Pipes.Types.AwsVpcConfiguration

Methods

rnf :: AwsVpcConfiguration -> () #

Eq AwsVpcConfiguration Source # 
Instance details

Defined in Amazonka.Pipes.Types.AwsVpcConfiguration

Hashable AwsVpcConfiguration Source # 
Instance details

Defined in Amazonka.Pipes.Types.AwsVpcConfiguration

type Rep AwsVpcConfiguration Source # 
Instance details

Defined in Amazonka.Pipes.Types.AwsVpcConfiguration

type Rep AwsVpcConfiguration = D1 ('MetaData "AwsVpcConfiguration" "Amazonka.Pipes.Types.AwsVpcConfiguration" "amazonka-pipes-2.0-DDuNjbjVfgsJFLlibzr06i" 'False) (C1 ('MetaCons "AwsVpcConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "assignPublicIp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AssignPublicIp)) :*: (S1 ('MetaSel ('Just "securityGroups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Sensitive Text])) :*: S1 ('MetaSel ('Just "subnets") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Sensitive Text]))))

newAwsVpcConfiguration :: AwsVpcConfiguration Source #

Create a value of AwsVpcConfiguration 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:assignPublicIp:AwsVpcConfiguration', awsVpcConfiguration_assignPublicIp - Specifies whether the task's elastic network interface receives a public IP address. You can specify ENABLED only when LaunchType in EcsParameters is set to FARGATE.

$sel:securityGroups:AwsVpcConfiguration', awsVpcConfiguration_securityGroups - Specifies the security groups associated with the task. These security groups must all be in the same VPC. You can specify as many as five security groups. If you do not specify a security group, the default security group for the VPC is used.

$sel:subnets:AwsVpcConfiguration', awsVpcConfiguration_subnets - Specifies the subnets associated with the task. These subnets must all be in the same VPC. You can specify as many as 16 subnets.

awsVpcConfiguration_assignPublicIp :: Lens' AwsVpcConfiguration (Maybe AssignPublicIp) Source #

Specifies whether the task's elastic network interface receives a public IP address. You can specify ENABLED only when LaunchType in EcsParameters is set to FARGATE.

awsVpcConfiguration_securityGroups :: Lens' AwsVpcConfiguration (Maybe [Text]) Source #

Specifies the security groups associated with the task. These security groups must all be in the same VPC. You can specify as many as five security groups. If you do not specify a security group, the default security group for the VPC is used.

awsVpcConfiguration_subnets :: Lens' AwsVpcConfiguration [Text] Source #

Specifies the subnets associated with the task. These subnets must all be in the same VPC. You can specify as many as 16 subnets.

BatchArrayProperties

data BatchArrayProperties Source #

The array properties for the submitted job, such as the size of the array. The array size can be between 2 and 10,000. If you specify array properties for a job, it becomes an array job. This parameter is used only if the target is an Batch job.

See: newBatchArrayProperties smart constructor.

Constructors

BatchArrayProperties' 

Fields

Instances

Instances details
FromJSON BatchArrayProperties Source # 
Instance details

Defined in Amazonka.Pipes.Types.BatchArrayProperties

ToJSON BatchArrayProperties Source # 
Instance details

Defined in Amazonka.Pipes.Types.BatchArrayProperties

Generic BatchArrayProperties Source # 
Instance details

Defined in Amazonka.Pipes.Types.BatchArrayProperties

Associated Types

type Rep BatchArrayProperties :: Type -> Type #

Read BatchArrayProperties Source # 
Instance details

Defined in Amazonka.Pipes.Types.BatchArrayProperties

Show BatchArrayProperties Source # 
Instance details

Defined in Amazonka.Pipes.Types.BatchArrayProperties

NFData BatchArrayProperties Source # 
Instance details

Defined in Amazonka.Pipes.Types.BatchArrayProperties

Methods

rnf :: BatchArrayProperties -> () #

Eq BatchArrayProperties Source # 
Instance details

Defined in Amazonka.Pipes.Types.BatchArrayProperties

Hashable BatchArrayProperties Source # 
Instance details

Defined in Amazonka.Pipes.Types.BatchArrayProperties

type Rep BatchArrayProperties Source # 
Instance details

Defined in Amazonka.Pipes.Types.BatchArrayProperties

type Rep BatchArrayProperties = D1 ('MetaData "BatchArrayProperties" "Amazonka.Pipes.Types.BatchArrayProperties" "amazonka-pipes-2.0-DDuNjbjVfgsJFLlibzr06i" 'False) (C1 ('MetaCons "BatchArrayProperties'" 'PrefixI 'True) (S1 ('MetaSel ('Just "size") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))

newBatchArrayProperties :: BatchArrayProperties Source #

Create a value of BatchArrayProperties 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:size:BatchArrayProperties', batchArrayProperties_size - The size of the array, if this is an array batch job.

batchArrayProperties_size :: Lens' BatchArrayProperties (Maybe Natural) Source #

The size of the array, if this is an array batch job.

BatchContainerOverrides

data BatchContainerOverrides Source #

The overrides that are sent to a container.

See: newBatchContainerOverrides smart constructor.

Constructors

BatchContainerOverrides' 

Fields

  • command :: Maybe [Text]

    The command to send to the container that overrides the default command from the Docker image or the task definition.

  • environment :: Maybe [BatchEnvironmentVariable]

    The environment variables to send to the container. You can add new environment variables, which are added to the container at launch, or you can override the existing environment variables from the Docker image or the task definition.

    Environment variables cannot start with "Batch". This naming convention is reserved for variables that Batch sets.

  • instanceType :: Maybe Text

    The instance type to use for a multi-node parallel job.

    This parameter isn't applicable to single-node container jobs or jobs that run on Fargate resources, and shouldn't be provided.

  • resourceRequirements :: Maybe [BatchResourceRequirement]

    The type and amount of resources to assign to a container. This overrides the settings in the job definition. The supported resources include GPU, MEMORY, and VCPU.

Instances

Instances details
FromJSON BatchContainerOverrides Source # 
Instance details

Defined in Amazonka.Pipes.Types.BatchContainerOverrides

ToJSON BatchContainerOverrides Source # 
Instance details

Defined in Amazonka.Pipes.Types.BatchContainerOverrides

Generic BatchContainerOverrides Source # 
Instance details

Defined in Amazonka.Pipes.Types.BatchContainerOverrides

Associated Types

type Rep BatchContainerOverrides :: Type -> Type #

Read BatchContainerOverrides Source # 
Instance details

Defined in Amazonka.Pipes.Types.BatchContainerOverrides

Show BatchContainerOverrides Source # 
Instance details

Defined in Amazonka.Pipes.Types.BatchContainerOverrides

NFData BatchContainerOverrides Source # 
Instance details

Defined in Amazonka.Pipes.Types.BatchContainerOverrides

Methods

rnf :: BatchContainerOverrides -> () #

Eq BatchContainerOverrides Source # 
Instance details

Defined in Amazonka.Pipes.Types.BatchContainerOverrides

Hashable BatchContainerOverrides Source # 
Instance details

Defined in Amazonka.Pipes.Types.BatchContainerOverrides

type Rep BatchContainerOverrides Source # 
Instance details

Defined in Amazonka.Pipes.Types.BatchContainerOverrides

type Rep BatchContainerOverrides = D1 ('MetaData "BatchContainerOverrides" "Amazonka.Pipes.Types.BatchContainerOverrides" "amazonka-pipes-2.0-DDuNjbjVfgsJFLlibzr06i" 'False) (C1 ('MetaCons "BatchContainerOverrides'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "command") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "environment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [BatchEnvironmentVariable]))) :*: (S1 ('MetaSel ('Just "instanceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "resourceRequirements") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [BatchResourceRequirement])))))

newBatchContainerOverrides :: BatchContainerOverrides Source #

Create a value of BatchContainerOverrides 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:command:BatchContainerOverrides', batchContainerOverrides_command - The command to send to the container that overrides the default command from the Docker image or the task definition.

$sel:environment:BatchContainerOverrides', batchContainerOverrides_environment - The environment variables to send to the container. You can add new environment variables, which are added to the container at launch, or you can override the existing environment variables from the Docker image or the task definition.

Environment variables cannot start with "Batch". This naming convention is reserved for variables that Batch sets.

$sel:instanceType:BatchContainerOverrides', batchContainerOverrides_instanceType - The instance type to use for a multi-node parallel job.

This parameter isn't applicable to single-node container jobs or jobs that run on Fargate resources, and shouldn't be provided.

$sel:resourceRequirements:BatchContainerOverrides', batchContainerOverrides_resourceRequirements - The type and amount of resources to assign to a container. This overrides the settings in the job definition. The supported resources include GPU, MEMORY, and VCPU.

batchContainerOverrides_command :: Lens' BatchContainerOverrides (Maybe [Text]) Source #

The command to send to the container that overrides the default command from the Docker image or the task definition.

batchContainerOverrides_environment :: Lens' BatchContainerOverrides (Maybe [BatchEnvironmentVariable]) Source #

The environment variables to send to the container. You can add new environment variables, which are added to the container at launch, or you can override the existing environment variables from the Docker image or the task definition.

Environment variables cannot start with "Batch". This naming convention is reserved for variables that Batch sets.

batchContainerOverrides_instanceType :: Lens' BatchContainerOverrides (Maybe Text) Source #

The instance type to use for a multi-node parallel job.

This parameter isn't applicable to single-node container jobs or jobs that run on Fargate resources, and shouldn't be provided.

batchContainerOverrides_resourceRequirements :: Lens' BatchContainerOverrides (Maybe [BatchResourceRequirement]) Source #

The type and amount of resources to assign to a container. This overrides the settings in the job definition. The supported resources include GPU, MEMORY, and VCPU.

BatchEnvironmentVariable

data BatchEnvironmentVariable Source #

The environment variables to send to the container. You can add new environment variables, which are added to the container at launch, or you can override the existing environment variables from the Docker image or the task definition.

Environment variables cannot start with "Batch". This naming convention is reserved for variables that Batch sets.

See: newBatchEnvironmentVariable smart constructor.

Constructors

BatchEnvironmentVariable' 

Fields

  • name :: Maybe Text

    The name of the key-value pair. For environment variables, this is the name of the environment variable.

  • value :: Maybe Text

    The value of the key-value pair. For environment variables, this is the value of the environment variable.

Instances

Instances details
FromJSON BatchEnvironmentVariable Source # 
Instance details

Defined in Amazonka.Pipes.Types.BatchEnvironmentVariable

ToJSON BatchEnvironmentVariable Source # 
Instance details

Defined in Amazonka.Pipes.Types.BatchEnvironmentVariable

Generic BatchEnvironmentVariable Source # 
Instance details

Defined in Amazonka.Pipes.Types.BatchEnvironmentVariable

Associated Types

type Rep BatchEnvironmentVariable :: Type -> Type #

Read BatchEnvironmentVariable Source # 
Instance details

Defined in Amazonka.Pipes.Types.BatchEnvironmentVariable

Show BatchEnvironmentVariable Source # 
Instance details

Defined in Amazonka.Pipes.Types.BatchEnvironmentVariable

NFData BatchEnvironmentVariable Source # 
Instance details

Defined in Amazonka.Pipes.Types.BatchEnvironmentVariable

Eq BatchEnvironmentVariable Source # 
Instance details

Defined in Amazonka.Pipes.Types.BatchEnvironmentVariable

Hashable BatchEnvironmentVariable Source # 
Instance details

Defined in Amazonka.Pipes.Types.BatchEnvironmentVariable

type Rep BatchEnvironmentVariable Source # 
Instance details

Defined in Amazonka.Pipes.Types.BatchEnvironmentVariable

type Rep BatchEnvironmentVariable = D1 ('MetaData "BatchEnvironmentVariable" "Amazonka.Pipes.Types.BatchEnvironmentVariable" "amazonka-pipes-2.0-DDuNjbjVfgsJFLlibzr06i" 'False) (C1 ('MetaCons "BatchEnvironmentVariable'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newBatchEnvironmentVariable :: BatchEnvironmentVariable Source #

Create a value of BatchEnvironmentVariable 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:name:BatchEnvironmentVariable', batchEnvironmentVariable_name - The name of the key-value pair. For environment variables, this is the name of the environment variable.

$sel:value:BatchEnvironmentVariable', batchEnvironmentVariable_value - The value of the key-value pair. For environment variables, this is the value of the environment variable.

batchEnvironmentVariable_name :: Lens' BatchEnvironmentVariable (Maybe Text) Source #

The name of the key-value pair. For environment variables, this is the name of the environment variable.

batchEnvironmentVariable_value :: Lens' BatchEnvironmentVariable (Maybe Text) Source #

The value of the key-value pair. For environment variables, this is the value of the environment variable.

BatchJobDependency

data BatchJobDependency Source #

An object that represents an Batch job dependency.

See: newBatchJobDependency smart constructor.

Constructors

BatchJobDependency' 

Fields

Instances

Instances details
FromJSON BatchJobDependency Source # 
Instance details

Defined in Amazonka.Pipes.Types.BatchJobDependency

ToJSON BatchJobDependency Source # 
Instance details

Defined in Amazonka.Pipes.Types.BatchJobDependency

Generic BatchJobDependency Source # 
Instance details

Defined in Amazonka.Pipes.Types.BatchJobDependency

Associated Types

type Rep BatchJobDependency :: Type -> Type #

Read BatchJobDependency Source # 
Instance details

Defined in Amazonka.Pipes.Types.BatchJobDependency

Show BatchJobDependency Source # 
Instance details

Defined in Amazonka.Pipes.Types.BatchJobDependency

NFData BatchJobDependency Source # 
Instance details

Defined in Amazonka.Pipes.Types.BatchJobDependency

Methods

rnf :: BatchJobDependency -> () #

Eq BatchJobDependency Source # 
Instance details

Defined in Amazonka.Pipes.Types.BatchJobDependency

Hashable BatchJobDependency Source # 
Instance details

Defined in Amazonka.Pipes.Types.BatchJobDependency

type Rep BatchJobDependency Source # 
Instance details

Defined in Amazonka.Pipes.Types.BatchJobDependency

type Rep BatchJobDependency = D1 ('MetaData "BatchJobDependency" "Amazonka.Pipes.Types.BatchJobDependency" "amazonka-pipes-2.0-DDuNjbjVfgsJFLlibzr06i" 'False) (C1 ('MetaCons "BatchJobDependency'" 'PrefixI 'True) (S1 ('MetaSel ('Just "jobId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BatchJobDependencyType))))

newBatchJobDependency :: BatchJobDependency Source #

Create a value of BatchJobDependency 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:jobId:BatchJobDependency', batchJobDependency_jobId - The job ID of the Batch job that's associated with this dependency.

$sel:type':BatchJobDependency', batchJobDependency_type - The type of the job dependency.

batchJobDependency_jobId :: Lens' BatchJobDependency (Maybe Text) Source #

The job ID of the Batch job that's associated with this dependency.

BatchResourceRequirement

data BatchResourceRequirement Source #

The type and amount of a resource to assign to a container. The supported resources include GPU, MEMORY, and VCPU.

See: newBatchResourceRequirement smart constructor.

Constructors

BatchResourceRequirement' 

Fields

  • type' :: BatchResourceRequirementType

    The type of resource to assign to a container. The supported resources include GPU, MEMORY, and VCPU.

  • value :: Text

    The quantity of the specified resource to reserve for the container. The values vary based on the type specified.

    type="GPU"
    The number of physical GPUs to reserve for the container. Make sure that the number of GPUs reserved for all containers in a job doesn't exceed the number of available GPUs on the compute resource that the job is launched on.

    GPUs aren't available for jobs that are running on Fargate resources.

    type="MEMORY"
    The memory hard limit (in MiB) present to the container. This parameter is supported for jobs that are running on EC2 resources. If your container attempts to exceed the memory specified, the container is terminated. This parameter maps to Memory in the Create a container section of the Docker Remote API and the --memory option to docker run. You must specify at least 4 MiB of memory for a job. This is required but can be specified in several places for multi-node parallel (MNP) jobs. It must be specified for each node at least once. This parameter maps to Memory in the Create a container section of the Docker Remote API and the --memory option to docker run.

    If you're trying to maximize your resource utilization by providing your jobs as much memory as possible for a particular instance type, see Memory management in the Batch User Guide.

    For jobs that are running on Fargate resources, then value is the hard limit (in MiB), and must match one of the supported values and the VCPU values must be one of the values supported for that memory value.

    value = 512
    VCPU = 0.25
    value = 1024
    VCPU = 0.25 or 0.5
    value = 2048
    VCPU = 0.25, 0.5, or 1
    value = 3072
    VCPU = 0.5, or 1
    value = 4096
    VCPU = 0.5, 1, or 2
    value = 5120, 6144, or 7168
    VCPU = 1 or 2
    value = 8192
    VCPU = 1, 2, 4, or 8
    value = 9216, 10240, 11264, 12288, 13312, 14336, or 15360
    VCPU = 2 or 4
    value = 16384
    VCPU = 2, 4, or 8
    value = 17408, 18432, 19456, 21504, 22528, 23552, 25600, 26624, 27648, 29696, or 30720
    VCPU = 4
    value = 20480, 24576, or 28672
    VCPU = 4 or 8
    value = 36864, 45056, 53248, or 61440
    VCPU = 8
    value = 32768, 40960, 49152, or 57344
    VCPU = 8 or 16
    value = 65536, 73728, 81920, 90112, 98304, 106496, 114688, or 122880
    VCPU = 16
    type="VCPU"
    The number of vCPUs reserved for the container. This parameter maps to CpuShares in the Create a container section of the Docker Remote API and the --cpu-shares option to docker run. Each vCPU is equivalent to 1,024 CPU shares. For EC2 resources, you must specify at least one vCPU. This is required but can be specified in several places; it must be specified for each node at least once.

    The default for the Fargate On-Demand vCPU resource count quota is 6 vCPUs. For more information about Fargate quotas, see Fargate quotas in the Amazon Web Services General Reference.

    For jobs that are running on Fargate resources, then value must match one of the supported values and the MEMORY values must be one of the values supported for that VCPU value. The supported values are 0.25, 0.5, 1, 2, 4, 8, and 16

    value = 0.25
    MEMORY = 512, 1024, or 2048
    value = 0.5
    MEMORY = 1024, 2048, 3072, or 4096
    value = 1
    MEMORY = 2048, 3072, 4096, 5120, 6144, 7168, or 8192
    value = 2
    MEMORY = 4096, 5120, 6144, 7168, 8192, 9216, 10240, 11264, 12288, 13312, 14336, 15360, or 16384
    value = 4
    MEMORY = 8192, 9216, 10240, 11264, 12288, 13312, 14336, 15360, 16384, 17408, 18432, 19456, 20480, 21504, 22528, 23552, 24576, 25600, 26624, 27648, 28672, 29696, or 30720
    value = 8
    MEMORY = 16384, 20480, 24576, 28672, 32768, 36864, 40960, 45056, 49152, 53248, 57344, or 61440
    value = 16
    MEMORY = 32768, 40960, 49152, 57344, 65536, 73728, 81920, 90112, 98304, 106496, 114688, or 122880

Instances

Instances details
FromJSON BatchResourceRequirement Source # 
Instance details

Defined in Amazonka.Pipes.Types.BatchResourceRequirement

ToJSON BatchResourceRequirement Source # 
Instance details

Defined in Amazonka.Pipes.Types.BatchResourceRequirement

Generic BatchResourceRequirement Source # 
Instance details

Defined in Amazonka.Pipes.Types.BatchResourceRequirement

Associated Types

type Rep BatchResourceRequirement :: Type -> Type #

Read BatchResourceRequirement Source # 
Instance details

Defined in Amazonka.Pipes.Types.BatchResourceRequirement

Show BatchResourceRequirement Source # 
Instance details

Defined in Amazonka.Pipes.Types.BatchResourceRequirement

NFData BatchResourceRequirement Source # 
Instance details

Defined in Amazonka.Pipes.Types.BatchResourceRequirement

Eq BatchResourceRequirement Source # 
Instance details

Defined in Amazonka.Pipes.Types.BatchResourceRequirement

Hashable BatchResourceRequirement Source # 
Instance details

Defined in Amazonka.Pipes.Types.BatchResourceRequirement

type Rep BatchResourceRequirement Source # 
Instance details

Defined in Amazonka.Pipes.Types.BatchResourceRequirement

type Rep BatchResourceRequirement = D1 ('MetaData "BatchResourceRequirement" "Amazonka.Pipes.Types.BatchResourceRequirement" "amazonka-pipes-2.0-DDuNjbjVfgsJFLlibzr06i" 'False) (C1 ('MetaCons "BatchResourceRequirement'" 'PrefixI 'True) (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 BatchResourceRequirementType) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newBatchResourceRequirement Source #

Create a value of BatchResourceRequirement 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:type':BatchResourceRequirement', batchResourceRequirement_type - The type of resource to assign to a container. The supported resources include GPU, MEMORY, and VCPU.

$sel:value:BatchResourceRequirement', batchResourceRequirement_value - The quantity of the specified resource to reserve for the container. The values vary based on the type specified.

type="GPU"
The number of physical GPUs to reserve for the container. Make sure that the number of GPUs reserved for all containers in a job doesn't exceed the number of available GPUs on the compute resource that the job is launched on.

GPUs aren't available for jobs that are running on Fargate resources.

type="MEMORY"
The memory hard limit (in MiB) present to the container. This parameter is supported for jobs that are running on EC2 resources. If your container attempts to exceed the memory specified, the container is terminated. This parameter maps to Memory in the Create a container section of the Docker Remote API and the --memory option to docker run. You must specify at least 4 MiB of memory for a job. This is required but can be specified in several places for multi-node parallel (MNP) jobs. It must be specified for each node at least once. This parameter maps to Memory in the Create a container section of the Docker Remote API and the --memory option to docker run.

If you're trying to maximize your resource utilization by providing your jobs as much memory as possible for a particular instance type, see Memory management in the Batch User Guide.

For jobs that are running on Fargate resources, then value is the hard limit (in MiB), and must match one of the supported values and the VCPU values must be one of the values supported for that memory value.

value = 512
VCPU = 0.25
value = 1024
VCPU = 0.25 or 0.5
value = 2048
VCPU = 0.25, 0.5, or 1
value = 3072
VCPU = 0.5, or 1
value = 4096
VCPU = 0.5, 1, or 2
value = 5120, 6144, or 7168
VCPU = 1 or 2
value = 8192
VCPU = 1, 2, 4, or 8
value = 9216, 10240, 11264, 12288, 13312, 14336, or 15360
VCPU = 2 or 4
value = 16384
VCPU = 2, 4, or 8
value = 17408, 18432, 19456, 21504, 22528, 23552, 25600, 26624, 27648, 29696, or 30720
VCPU = 4
value = 20480, 24576, or 28672
VCPU = 4 or 8
value = 36864, 45056, 53248, or 61440
VCPU = 8
value = 32768, 40960, 49152, or 57344
VCPU = 8 or 16
value = 65536, 73728, 81920, 90112, 98304, 106496, 114688, or 122880
VCPU = 16
type="VCPU"
The number of vCPUs reserved for the container. This parameter maps to CpuShares in the Create a container section of the Docker Remote API and the --cpu-shares option to docker run. Each vCPU is equivalent to 1,024 CPU shares. For EC2 resources, you must specify at least one vCPU. This is required but can be specified in several places; it must be specified for each node at least once.

The default for the Fargate On-Demand vCPU resource count quota is 6 vCPUs. For more information about Fargate quotas, see Fargate quotas in the Amazon Web Services General Reference.

For jobs that are running on Fargate resources, then value must match one of the supported values and the MEMORY values must be one of the values supported for that VCPU value. The supported values are 0.25, 0.5, 1, 2, 4, 8, and 16

value = 0.25
MEMORY = 512, 1024, or 2048
value = 0.5
MEMORY = 1024, 2048, 3072, or 4096
value = 1
MEMORY = 2048, 3072, 4096, 5120, 6144, 7168, or 8192
value = 2
MEMORY = 4096, 5120, 6144, 7168, 8192, 9216, 10240, 11264, 12288, 13312, 14336, 15360, or 16384
value = 4
MEMORY = 8192, 9216, 10240, 11264, 12288, 13312, 14336, 15360, 16384, 17408, 18432, 19456, 20480, 21504, 22528, 23552, 24576, 25600, 26624, 27648, 28672, 29696, or 30720
value = 8
MEMORY = 16384, 20480, 24576, 28672, 32768, 36864, 40960, 45056, 49152, 53248, 57344, or 61440
value = 16
MEMORY = 32768, 40960, 49152, 57344, 65536, 73728, 81920, 90112, 98304, 106496, 114688, or 122880

batchResourceRequirement_type :: Lens' BatchResourceRequirement BatchResourceRequirementType Source #

The type of resource to assign to a container. The supported resources include GPU, MEMORY, and VCPU.

batchResourceRequirement_value :: Lens' BatchResourceRequirement Text Source #

The quantity of the specified resource to reserve for the container. The values vary based on the type specified.

type="GPU"
The number of physical GPUs to reserve for the container. Make sure that the number of GPUs reserved for all containers in a job doesn't exceed the number of available GPUs on the compute resource that the job is launched on.

GPUs aren't available for jobs that are running on Fargate resources.

type="MEMORY"
The memory hard limit (in MiB) present to the container. This parameter is supported for jobs that are running on EC2 resources. If your container attempts to exceed the memory specified, the container is terminated. This parameter maps to Memory in the Create a container section of the Docker Remote API and the --memory option to docker run. You must specify at least 4 MiB of memory for a job. This is required but can be specified in several places for multi-node parallel (MNP) jobs. It must be specified for each node at least once. This parameter maps to Memory in the Create a container section of the Docker Remote API and the --memory option to docker run.

If you're trying to maximize your resource utilization by providing your jobs as much memory as possible for a particular instance type, see Memory management in the Batch User Guide.

For jobs that are running on Fargate resources, then value is the hard limit (in MiB), and must match one of the supported values and the VCPU values must be one of the values supported for that memory value.

value = 512
VCPU = 0.25
value = 1024
VCPU = 0.25 or 0.5
value = 2048
VCPU = 0.25, 0.5, or 1
value = 3072
VCPU = 0.5, or 1
value = 4096
VCPU = 0.5, 1, or 2
value = 5120, 6144, or 7168
VCPU = 1 or 2
value = 8192
VCPU = 1, 2, 4, or 8
value = 9216, 10240, 11264, 12288, 13312, 14336, or 15360
VCPU = 2 or 4
value = 16384
VCPU = 2, 4, or 8
value = 17408, 18432, 19456, 21504, 22528, 23552, 25600, 26624, 27648, 29696, or 30720
VCPU = 4
value = 20480, 24576, or 28672
VCPU = 4 or 8
value = 36864, 45056, 53248, or 61440
VCPU = 8
value = 32768, 40960, 49152, or 57344
VCPU = 8 or 16
value = 65536, 73728, 81920, 90112, 98304, 106496, 114688, or 122880
VCPU = 16
type="VCPU"
The number of vCPUs reserved for the container. This parameter maps to CpuShares in the Create a container section of the Docker Remote API and the --cpu-shares option to docker run. Each vCPU is equivalent to 1,024 CPU shares. For EC2 resources, you must specify at least one vCPU. This is required but can be specified in several places; it must be specified for each node at least once.

The default for the Fargate On-Demand vCPU resource count quota is 6 vCPUs. For more information about Fargate quotas, see Fargate quotas in the Amazon Web Services General Reference.

For jobs that are running on Fargate resources, then value must match one of the supported values and the MEMORY values must be one of the values supported for that VCPU value. The supported values are 0.25, 0.5, 1, 2, 4, 8, and 16

value = 0.25
MEMORY = 512, 1024, or 2048
value = 0.5
MEMORY = 1024, 2048, 3072, or 4096
value = 1
MEMORY = 2048, 3072, 4096, 5120, 6144, 7168, or 8192
value = 2
MEMORY = 4096, 5120, 6144, 7168, 8192, 9216, 10240, 11264, 12288, 13312, 14336, 15360, or 16384
value = 4
MEMORY = 8192, 9216, 10240, 11264, 12288, 13312, 14336, 15360, 16384, 17408, 18432, 19456, 20480, 21504, 22528, 23552, 24576, 25600, 26624, 27648, 28672, 29696, or 30720
value = 8
MEMORY = 16384, 20480, 24576, 28672, 32768, 36864, 40960, 45056, 49152, 53248, 57344, or 61440
value = 16
MEMORY = 32768, 40960, 49152, 57344, 65536, 73728, 81920, 90112, 98304, 106496, 114688, or 122880

BatchRetryStrategy

data BatchRetryStrategy Source #

The retry strategy that's associated with a job. For more information, see Automated job retries in the Batch User Guide.

See: newBatchRetryStrategy smart constructor.

Constructors

BatchRetryStrategy' 

Fields

  • attempts :: Maybe Natural

    The number of times to move a job to the RUNNABLE status. If the value of attempts is greater than one, the job is retried on failure the same number of attempts as the value.

Instances

Instances details
FromJSON BatchRetryStrategy Source # 
Instance details

Defined in Amazonka.Pipes.Types.BatchRetryStrategy

ToJSON BatchRetryStrategy Source # 
Instance details

Defined in Amazonka.Pipes.Types.BatchRetryStrategy

Generic BatchRetryStrategy Source # 
Instance details

Defined in Amazonka.Pipes.Types.BatchRetryStrategy

Associated Types

type Rep BatchRetryStrategy :: Type -> Type #

Read BatchRetryStrategy Source # 
Instance details

Defined in Amazonka.Pipes.Types.BatchRetryStrategy

Show BatchRetryStrategy Source # 
Instance details

Defined in Amazonka.Pipes.Types.BatchRetryStrategy

NFData BatchRetryStrategy Source # 
Instance details

Defined in Amazonka.Pipes.Types.BatchRetryStrategy

Methods

rnf :: BatchRetryStrategy -> () #

Eq BatchRetryStrategy Source # 
Instance details

Defined in Amazonka.Pipes.Types.BatchRetryStrategy

Hashable BatchRetryStrategy Source # 
Instance details

Defined in Amazonka.Pipes.Types.BatchRetryStrategy

type Rep BatchRetryStrategy Source # 
Instance details

Defined in Amazonka.Pipes.Types.BatchRetryStrategy

type Rep BatchRetryStrategy = D1 ('MetaData "BatchRetryStrategy" "Amazonka.Pipes.Types.BatchRetryStrategy" "amazonka-pipes-2.0-DDuNjbjVfgsJFLlibzr06i" 'False) (C1 ('MetaCons "BatchRetryStrategy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "attempts") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))

newBatchRetryStrategy :: BatchRetryStrategy Source #

Create a value of BatchRetryStrategy 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:attempts:BatchRetryStrategy', batchRetryStrategy_attempts - The number of times to move a job to the RUNNABLE status. If the value of attempts is greater than one, the job is retried on failure the same number of attempts as the value.

batchRetryStrategy_attempts :: Lens' BatchRetryStrategy (Maybe Natural) Source #

The number of times to move a job to the RUNNABLE status. If the value of attempts is greater than one, the job is retried on failure the same number of attempts as the value.

CapacityProviderStrategyItem

data CapacityProviderStrategyItem Source #

The details of a capacity provider strategy. To learn more, see CapacityProviderStrategyItem in the Amazon ECS API Reference.

See: newCapacityProviderStrategyItem smart constructor.

Constructors

CapacityProviderStrategyItem' 

Fields

  • base :: Maybe Natural

    The base value designates how many tasks, at a minimum, to run on the specified capacity provider. Only one capacity provider in a capacity provider strategy can have a base defined. If no value is specified, the default value of 0 is used.

  • weight :: Maybe Natural

    The weight value designates the relative percentage of the total number of tasks launched that should use the specified capacity provider. The weight value is taken into consideration after the base value, if defined, is satisfied.

  • capacityProvider :: Sensitive Text

    The short name of the capacity provider.

Instances

Instances details
FromJSON CapacityProviderStrategyItem Source # 
Instance details

Defined in Amazonka.Pipes.Types.CapacityProviderStrategyItem

ToJSON CapacityProviderStrategyItem Source # 
Instance details

Defined in Amazonka.Pipes.Types.CapacityProviderStrategyItem

Generic CapacityProviderStrategyItem Source # 
Instance details

Defined in Amazonka.Pipes.Types.CapacityProviderStrategyItem

Associated Types

type Rep CapacityProviderStrategyItem :: Type -> Type #

Show CapacityProviderStrategyItem Source # 
Instance details

Defined in Amazonka.Pipes.Types.CapacityProviderStrategyItem

NFData CapacityProviderStrategyItem Source # 
Instance details

Defined in Amazonka.Pipes.Types.CapacityProviderStrategyItem

Eq CapacityProviderStrategyItem Source # 
Instance details

Defined in Amazonka.Pipes.Types.CapacityProviderStrategyItem

Hashable CapacityProviderStrategyItem Source # 
Instance details

Defined in Amazonka.Pipes.Types.CapacityProviderStrategyItem

type Rep CapacityProviderStrategyItem Source # 
Instance details

Defined in Amazonka.Pipes.Types.CapacityProviderStrategyItem

type Rep CapacityProviderStrategyItem = D1 ('MetaData "CapacityProviderStrategyItem" "Amazonka.Pipes.Types.CapacityProviderStrategyItem" "amazonka-pipes-2.0-DDuNjbjVfgsJFLlibzr06i" 'False) (C1 ('MetaCons "CapacityProviderStrategyItem'" 'PrefixI 'True) (S1 ('MetaSel ('Just "base") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "weight") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "capacityProvider") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text)))))

newCapacityProviderStrategyItem Source #

Create a value of CapacityProviderStrategyItem 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:base:CapacityProviderStrategyItem', capacityProviderStrategyItem_base - The base value designates how many tasks, at a minimum, to run on the specified capacity provider. Only one capacity provider in a capacity provider strategy can have a base defined. If no value is specified, the default value of 0 is used.

$sel:weight:CapacityProviderStrategyItem', capacityProviderStrategyItem_weight - The weight value designates the relative percentage of the total number of tasks launched that should use the specified capacity provider. The weight value is taken into consideration after the base value, if defined, is satisfied.

$sel:capacityProvider:CapacityProviderStrategyItem', capacityProviderStrategyItem_capacityProvider - The short name of the capacity provider.

capacityProviderStrategyItem_base :: Lens' CapacityProviderStrategyItem (Maybe Natural) Source #

The base value designates how many tasks, at a minimum, to run on the specified capacity provider. Only one capacity provider in a capacity provider strategy can have a base defined. If no value is specified, the default value of 0 is used.

capacityProviderStrategyItem_weight :: Lens' CapacityProviderStrategyItem (Maybe Natural) Source #

The weight value designates the relative percentage of the total number of tasks launched that should use the specified capacity provider. The weight value is taken into consideration after the base value, if defined, is satisfied.

DeadLetterConfig

data DeadLetterConfig Source #

A DeadLetterConfig object that contains information about a dead-letter queue configuration.

See: newDeadLetterConfig smart constructor.

Constructors

DeadLetterConfig' 

Fields

  • arn :: Maybe Text

    The ARN of the Amazon SQS queue specified as the target for the dead-letter queue.

Instances

Instances details
FromJSON DeadLetterConfig Source # 
Instance details

Defined in Amazonka.Pipes.Types.DeadLetterConfig

ToJSON DeadLetterConfig Source # 
Instance details

Defined in Amazonka.Pipes.Types.DeadLetterConfig

Generic DeadLetterConfig Source # 
Instance details

Defined in Amazonka.Pipes.Types.DeadLetterConfig

Associated Types

type Rep DeadLetterConfig :: Type -> Type #

Read DeadLetterConfig Source # 
Instance details

Defined in Amazonka.Pipes.Types.DeadLetterConfig

Show DeadLetterConfig Source # 
Instance details

Defined in Amazonka.Pipes.Types.DeadLetterConfig

NFData DeadLetterConfig Source # 
Instance details

Defined in Amazonka.Pipes.Types.DeadLetterConfig

Methods

rnf :: DeadLetterConfig -> () #

Eq DeadLetterConfig Source # 
Instance details

Defined in Amazonka.Pipes.Types.DeadLetterConfig

Hashable DeadLetterConfig Source # 
Instance details

Defined in Amazonka.Pipes.Types.DeadLetterConfig

type Rep DeadLetterConfig Source # 
Instance details

Defined in Amazonka.Pipes.Types.DeadLetterConfig

type Rep DeadLetterConfig = D1 ('MetaData "DeadLetterConfig" "Amazonka.Pipes.Types.DeadLetterConfig" "amazonka-pipes-2.0-DDuNjbjVfgsJFLlibzr06i" 'False) (C1 ('MetaCons "DeadLetterConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newDeadLetterConfig :: DeadLetterConfig Source #

Create a value of DeadLetterConfig 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:arn:DeadLetterConfig', deadLetterConfig_arn - The ARN of the Amazon SQS queue specified as the target for the dead-letter queue.

deadLetterConfig_arn :: Lens' DeadLetterConfig (Maybe Text) Source #

The ARN of the Amazon SQS queue specified as the target for the dead-letter queue.

EcsContainerOverride

data EcsContainerOverride Source #

The overrides that are sent to a container. An empty container override can be passed in. An example of an empty container override is {"containerOverrides": [ ] }. If a non-empty container override is specified, the name parameter must be included.

See: newEcsContainerOverride smart constructor.

Constructors

EcsContainerOverride' 

Fields

  • command :: Maybe [Text]

    The command to send to the container that overrides the default command from the Docker image or the task definition. You must also specify a container name.

  • cpu :: Maybe Int

    The number of cpu units reserved for the container, instead of the default value from the task definition. You must also specify a container name.

  • environment :: Maybe [EcsEnvironmentVariable]

    The environment variables to send to the container. You can add new environment variables, which are added to the container at launch, or you can override the existing environment variables from the Docker image or the task definition. You must also specify a container name.

  • environmentFiles :: Maybe [EcsEnvironmentFile]

    A list of files containing the environment variables to pass to a container, instead of the value from the container definition.

  • memory :: Maybe Int

    The hard limit (in MiB) of memory to present to the container, instead of the default value from the task definition. If your container attempts to exceed the memory specified here, the container is killed. You must also specify a container name.

  • memoryReservation :: Maybe Int

    The soft limit (in MiB) of memory to reserve for the container, instead of the default value from the task definition. You must also specify a container name.

  • name :: Maybe Text

    The name of the container that receives the override. This parameter is required if any override is specified.

  • resourceRequirements :: Maybe [EcsResourceRequirement]

    The type and amount of a resource to assign to a container, instead of the default value from the task definition. The only supported resource is a GPU.

Instances

Instances details
FromJSON EcsContainerOverride Source # 
Instance details

Defined in Amazonka.Pipes.Types.EcsContainerOverride

ToJSON EcsContainerOverride Source # 
Instance details

Defined in Amazonka.Pipes.Types.EcsContainerOverride

Generic EcsContainerOverride Source # 
Instance details

Defined in Amazonka.Pipes.Types.EcsContainerOverride

Associated Types

type Rep EcsContainerOverride :: Type -> Type #

Read EcsContainerOverride Source # 
Instance details

Defined in Amazonka.Pipes.Types.EcsContainerOverride

Show EcsContainerOverride Source # 
Instance details

Defined in Amazonka.Pipes.Types.EcsContainerOverride

NFData EcsContainerOverride Source # 
Instance details

Defined in Amazonka.Pipes.Types.EcsContainerOverride

Methods

rnf :: EcsContainerOverride -> () #

Eq EcsContainerOverride Source # 
Instance details

Defined in Amazonka.Pipes.Types.EcsContainerOverride

Hashable EcsContainerOverride Source # 
Instance details

Defined in Amazonka.Pipes.Types.EcsContainerOverride

type Rep EcsContainerOverride Source # 
Instance details

Defined in Amazonka.Pipes.Types.EcsContainerOverride

newEcsContainerOverride :: EcsContainerOverride Source #

Create a value of EcsContainerOverride 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:command:EcsContainerOverride', ecsContainerOverride_command - The command to send to the container that overrides the default command from the Docker image or the task definition. You must also specify a container name.

$sel:cpu:EcsContainerOverride', ecsContainerOverride_cpu - The number of cpu units reserved for the container, instead of the default value from the task definition. You must also specify a container name.

$sel:environment:EcsContainerOverride', ecsContainerOverride_environment - The environment variables to send to the container. You can add new environment variables, which are added to the container at launch, or you can override the existing environment variables from the Docker image or the task definition. You must also specify a container name.

$sel:environmentFiles:EcsContainerOverride', ecsContainerOverride_environmentFiles - A list of files containing the environment variables to pass to a container, instead of the value from the container definition.

$sel:memory:EcsContainerOverride', ecsContainerOverride_memory - The hard limit (in MiB) of memory to present to the container, instead of the default value from the task definition. If your container attempts to exceed the memory specified here, the container is killed. You must also specify a container name.

$sel:memoryReservation:EcsContainerOverride', ecsContainerOverride_memoryReservation - The soft limit (in MiB) of memory to reserve for the container, instead of the default value from the task definition. You must also specify a container name.

EcsContainerOverride, ecsContainerOverride_name - The name of the container that receives the override. This parameter is required if any override is specified.

$sel:resourceRequirements:EcsContainerOverride', ecsContainerOverride_resourceRequirements - The type and amount of a resource to assign to a container, instead of the default value from the task definition. The only supported resource is a GPU.

ecsContainerOverride_command :: Lens' EcsContainerOverride (Maybe [Text]) Source #

The command to send to the container that overrides the default command from the Docker image or the task definition. You must also specify a container name.

ecsContainerOverride_cpu :: Lens' EcsContainerOverride (Maybe Int) Source #

The number of cpu units reserved for the container, instead of the default value from the task definition. You must also specify a container name.

ecsContainerOverride_environment :: Lens' EcsContainerOverride (Maybe [EcsEnvironmentVariable]) Source #

The environment variables to send to the container. You can add new environment variables, which are added to the container at launch, or you can override the existing environment variables from the Docker image or the task definition. You must also specify a container name.

ecsContainerOverride_environmentFiles :: Lens' EcsContainerOverride (Maybe [EcsEnvironmentFile]) Source #

A list of files containing the environment variables to pass to a container, instead of the value from the container definition.

ecsContainerOverride_memory :: Lens' EcsContainerOverride (Maybe Int) Source #

The hard limit (in MiB) of memory to present to the container, instead of the default value from the task definition. If your container attempts to exceed the memory specified here, the container is killed. You must also specify a container name.

ecsContainerOverride_memoryReservation :: Lens' EcsContainerOverride (Maybe Int) Source #

The soft limit (in MiB) of memory to reserve for the container, instead of the default value from the task definition. You must also specify a container name.

ecsContainerOverride_name :: Lens' EcsContainerOverride (Maybe Text) Source #

The name of the container that receives the override. This parameter is required if any override is specified.

ecsContainerOverride_resourceRequirements :: Lens' EcsContainerOverride (Maybe [EcsResourceRequirement]) Source #

The type and amount of a resource to assign to a container, instead of the default value from the task definition. The only supported resource is a GPU.

EcsEnvironmentFile

data EcsEnvironmentFile Source #

A list of files containing the environment variables to pass to a container. You can specify up to ten environment files. The file must have a .env file extension. Each line in an environment file should contain an environment variable in VARIABLE=VALUE format. Lines beginning with # are treated as comments and are ignored. For more information about the environment variable file syntax, see Declare default environment variables in file.

If there are environment variables specified using the environment parameter in a container definition, they take precedence over the variables contained within an environment file. If multiple environment files are specified that contain the same variable, they're processed from the top down. We recommend that you use unique variable names. For more information, see Specifying environment variables in the Amazon Elastic Container Service Developer Guide.

This parameter is only supported for tasks hosted on Fargate using the following platform versions:

  • Linux platform version 1.4.0 or later.
  • Windows platform version 1.0.0 or later.

See: newEcsEnvironmentFile smart constructor.

Constructors

EcsEnvironmentFile' 

Fields

  • type' :: EcsEnvironmentFileType

    The file type to use. The only supported value is s3.

  • value :: Text

    The Amazon Resource Name (ARN) of the Amazon S3 object containing the environment variable file.

Instances

Instances details
FromJSON EcsEnvironmentFile Source # 
Instance details

Defined in Amazonka.Pipes.Types.EcsEnvironmentFile

ToJSON EcsEnvironmentFile Source # 
Instance details

Defined in Amazonka.Pipes.Types.EcsEnvironmentFile

Generic EcsEnvironmentFile Source # 
Instance details

Defined in Amazonka.Pipes.Types.EcsEnvironmentFile

Associated Types

type Rep EcsEnvironmentFile :: Type -> Type #

Read EcsEnvironmentFile Source # 
Instance details

Defined in Amazonka.Pipes.Types.EcsEnvironmentFile

Show EcsEnvironmentFile Source # 
Instance details

Defined in Amazonka.Pipes.Types.EcsEnvironmentFile

NFData EcsEnvironmentFile Source # 
Instance details

Defined in Amazonka.Pipes.Types.EcsEnvironmentFile

Methods

rnf :: EcsEnvironmentFile -> () #

Eq EcsEnvironmentFile Source # 
Instance details

Defined in Amazonka.Pipes.Types.EcsEnvironmentFile

Hashable EcsEnvironmentFile Source # 
Instance details

Defined in Amazonka.Pipes.Types.EcsEnvironmentFile

type Rep EcsEnvironmentFile Source # 
Instance details

Defined in Amazonka.Pipes.Types.EcsEnvironmentFile

type Rep EcsEnvironmentFile = D1 ('MetaData "EcsEnvironmentFile" "Amazonka.Pipes.Types.EcsEnvironmentFile" "amazonka-pipes-2.0-DDuNjbjVfgsJFLlibzr06i" 'False) (C1 ('MetaCons "EcsEnvironmentFile'" 'PrefixI 'True) (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 EcsEnvironmentFileType) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newEcsEnvironmentFile Source #

Create a value of EcsEnvironmentFile 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:type':EcsEnvironmentFile', ecsEnvironmentFile_type - The file type to use. The only supported value is s3.

$sel:value:EcsEnvironmentFile', ecsEnvironmentFile_value - The Amazon Resource Name (ARN) of the Amazon S3 object containing the environment variable file.

ecsEnvironmentFile_type :: Lens' EcsEnvironmentFile EcsEnvironmentFileType Source #

The file type to use. The only supported value is s3.

ecsEnvironmentFile_value :: Lens' EcsEnvironmentFile Text Source #

The Amazon Resource Name (ARN) of the Amazon S3 object containing the environment variable file.

EcsEnvironmentVariable

data EcsEnvironmentVariable Source #

The environment variables to send to the container. You can add new environment variables, which are added to the container at launch, or you can override the existing environment variables from the Docker image or the task definition. You must also specify a container name.

See: newEcsEnvironmentVariable smart constructor.

Constructors

EcsEnvironmentVariable' 

Fields

  • name :: Maybe Text

    The name of the key-value pair. For environment variables, this is the name of the environment variable.

  • value :: Maybe Text

    The value of the key-value pair. For environment variables, this is the value of the environment variable.

Instances

Instances details
FromJSON EcsEnvironmentVariable Source # 
Instance details

Defined in Amazonka.Pipes.Types.EcsEnvironmentVariable

ToJSON EcsEnvironmentVariable Source # 
Instance details

Defined in Amazonka.Pipes.Types.EcsEnvironmentVariable

Generic EcsEnvironmentVariable Source # 
Instance details

Defined in Amazonka.Pipes.Types.EcsEnvironmentVariable

Associated Types

type Rep EcsEnvironmentVariable :: Type -> Type #

Read EcsEnvironmentVariable Source # 
Instance details

Defined in Amazonka.Pipes.Types.EcsEnvironmentVariable

Show EcsEnvironmentVariable Source # 
Instance details

Defined in Amazonka.Pipes.Types.EcsEnvironmentVariable

NFData EcsEnvironmentVariable Source # 
Instance details

Defined in Amazonka.Pipes.Types.EcsEnvironmentVariable

Methods

rnf :: EcsEnvironmentVariable -> () #

Eq EcsEnvironmentVariable Source # 
Instance details

Defined in Amazonka.Pipes.Types.EcsEnvironmentVariable

Hashable EcsEnvironmentVariable Source # 
Instance details

Defined in Amazonka.Pipes.Types.EcsEnvironmentVariable

type Rep EcsEnvironmentVariable Source # 
Instance details

Defined in Amazonka.Pipes.Types.EcsEnvironmentVariable

type Rep EcsEnvironmentVariable = D1 ('MetaData "EcsEnvironmentVariable" "Amazonka.Pipes.Types.EcsEnvironmentVariable" "amazonka-pipes-2.0-DDuNjbjVfgsJFLlibzr06i" 'False) (C1 ('MetaCons "EcsEnvironmentVariable'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newEcsEnvironmentVariable :: EcsEnvironmentVariable Source #

Create a value of EcsEnvironmentVariable 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:name:EcsEnvironmentVariable', ecsEnvironmentVariable_name - The name of the key-value pair. For environment variables, this is the name of the environment variable.

$sel:value:EcsEnvironmentVariable', ecsEnvironmentVariable_value - The value of the key-value pair. For environment variables, this is the value of the environment variable.

ecsEnvironmentVariable_name :: Lens' EcsEnvironmentVariable (Maybe Text) Source #

The name of the key-value pair. For environment variables, this is the name of the environment variable.

ecsEnvironmentVariable_value :: Lens' EcsEnvironmentVariable (Maybe Text) Source #

The value of the key-value pair. For environment variables, this is the value of the environment variable.

EcsEphemeralStorage

data EcsEphemeralStorage Source #

The amount of ephemeral storage to allocate for the task. This parameter is used to expand the total amount of ephemeral storage available, beyond the default amount, for tasks hosted on Fargate. For more information, see Fargate task storage in the Amazon ECS User Guide for Fargate.

This parameter is only supported for tasks hosted on Fargate using Linux platform version 1.4.0 or later. This parameter is not supported for Windows containers on Fargate.

See: newEcsEphemeralStorage smart constructor.

Constructors

EcsEphemeralStorage' 

Fields

  • sizeInGiB :: Natural

    The total amount, in GiB, of ephemeral storage to set for the task. The minimum supported value is 21 GiB and the maximum supported value is 200 GiB.

Instances

Instances details
FromJSON EcsEphemeralStorage Source # 
Instance details

Defined in Amazonka.Pipes.Types.EcsEphemeralStorage

ToJSON EcsEphemeralStorage Source # 
Instance details

Defined in Amazonka.Pipes.Types.EcsEphemeralStorage

Generic EcsEphemeralStorage Source # 
Instance details

Defined in Amazonka.Pipes.Types.EcsEphemeralStorage

Associated Types

type Rep EcsEphemeralStorage :: Type -> Type #

Read EcsEphemeralStorage Source # 
Instance details

Defined in Amazonka.Pipes.Types.EcsEphemeralStorage

Show EcsEphemeralStorage Source # 
Instance details

Defined in Amazonka.Pipes.Types.EcsEphemeralStorage

NFData EcsEphemeralStorage Source # 
Instance details

Defined in Amazonka.Pipes.Types.EcsEphemeralStorage

Methods

rnf :: EcsEphemeralStorage -> () #

Eq EcsEphemeralStorage Source # 
Instance details

Defined in Amazonka.Pipes.Types.EcsEphemeralStorage

Hashable EcsEphemeralStorage Source # 
Instance details

Defined in Amazonka.Pipes.Types.EcsEphemeralStorage

type Rep EcsEphemeralStorage Source # 
Instance details

Defined in Amazonka.Pipes.Types.EcsEphemeralStorage

type Rep EcsEphemeralStorage = D1 ('MetaData "EcsEphemeralStorage" "Amazonka.Pipes.Types.EcsEphemeralStorage" "amazonka-pipes-2.0-DDuNjbjVfgsJFLlibzr06i" 'False) (C1 ('MetaCons "EcsEphemeralStorage'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sizeInGiB") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural)))

newEcsEphemeralStorage Source #

Create a value of EcsEphemeralStorage 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:sizeInGiB:EcsEphemeralStorage', ecsEphemeralStorage_sizeInGiB - The total amount, in GiB, of ephemeral storage to set for the task. The minimum supported value is 21 GiB and the maximum supported value is 200 GiB.

ecsEphemeralStorage_sizeInGiB :: Lens' EcsEphemeralStorage Natural Source #

The total amount, in GiB, of ephemeral storage to set for the task. The minimum supported value is 21 GiB and the maximum supported value is 200 GiB.

EcsInferenceAcceleratorOverride

data EcsInferenceAcceleratorOverride Source #

Details on an Elastic Inference accelerator task override. This parameter is used to override the Elastic Inference accelerator specified in the task definition. For more information, see Working with Amazon Elastic Inference on Amazon ECS in the Amazon Elastic Container Service Developer Guide.

See: newEcsInferenceAcceleratorOverride smart constructor.

Constructors

EcsInferenceAcceleratorOverride' 

Fields

  • deviceName :: Maybe Text

    The Elastic Inference accelerator device name to override for the task. This parameter must match a deviceName specified in the task definition.

  • deviceType :: Maybe Text

    The Elastic Inference accelerator type to use.

Instances

Instances details
FromJSON EcsInferenceAcceleratorOverride Source # 
Instance details

Defined in Amazonka.Pipes.Types.EcsInferenceAcceleratorOverride

ToJSON EcsInferenceAcceleratorOverride Source # 
Instance details

Defined in Amazonka.Pipes.Types.EcsInferenceAcceleratorOverride

Generic EcsInferenceAcceleratorOverride Source # 
Instance details

Defined in Amazonka.Pipes.Types.EcsInferenceAcceleratorOverride

Associated Types

type Rep EcsInferenceAcceleratorOverride :: Type -> Type #

Read EcsInferenceAcceleratorOverride Source # 
Instance details

Defined in Amazonka.Pipes.Types.EcsInferenceAcceleratorOverride

Show EcsInferenceAcceleratorOverride Source # 
Instance details

Defined in Amazonka.Pipes.Types.EcsInferenceAcceleratorOverride

NFData EcsInferenceAcceleratorOverride Source # 
Instance details

Defined in Amazonka.Pipes.Types.EcsInferenceAcceleratorOverride

Eq EcsInferenceAcceleratorOverride Source # 
Instance details

Defined in Amazonka.Pipes.Types.EcsInferenceAcceleratorOverride

Hashable EcsInferenceAcceleratorOverride Source # 
Instance details

Defined in Amazonka.Pipes.Types.EcsInferenceAcceleratorOverride

type Rep EcsInferenceAcceleratorOverride Source # 
Instance details

Defined in Amazonka.Pipes.Types.EcsInferenceAcceleratorOverride

type Rep EcsInferenceAcceleratorOverride = D1 ('MetaData "EcsInferenceAcceleratorOverride" "Amazonka.Pipes.Types.EcsInferenceAcceleratorOverride" "amazonka-pipes-2.0-DDuNjbjVfgsJFLlibzr06i" 'False) (C1 ('MetaCons "EcsInferenceAcceleratorOverride'" 'PrefixI 'True) (S1 ('MetaSel ('Just "deviceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "deviceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newEcsInferenceAcceleratorOverride :: EcsInferenceAcceleratorOverride Source #

Create a value of EcsInferenceAcceleratorOverride 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:deviceName:EcsInferenceAcceleratorOverride', ecsInferenceAcceleratorOverride_deviceName - The Elastic Inference accelerator device name to override for the task. This parameter must match a deviceName specified in the task definition.

$sel:deviceType:EcsInferenceAcceleratorOverride', ecsInferenceAcceleratorOverride_deviceType - The Elastic Inference accelerator type to use.

ecsInferenceAcceleratorOverride_deviceName :: Lens' EcsInferenceAcceleratorOverride (Maybe Text) Source #

The Elastic Inference accelerator device name to override for the task. This parameter must match a deviceName specified in the task definition.

EcsResourceRequirement

data EcsResourceRequirement Source #

The type and amount of a resource to assign to a container. The supported resource types are GPUs and Elastic Inference accelerators. For more information, see Working with GPUs on Amazon ECS or Working with Amazon Elastic Inference on Amazon ECS in the Amazon Elastic Container Service Developer Guide

See: newEcsResourceRequirement smart constructor.

Constructors

EcsResourceRequirement' 

Fields

  • type' :: EcsResourceRequirementType

    The type of resource to assign to a container. The supported values are GPU or InferenceAccelerator.

  • value :: Text

    The value for the specified resource type.

    If the GPU type is used, the value is the number of physical GPUs the Amazon ECS container agent reserves for the container. The number of GPUs that's reserved for all containers in a task can't exceed the number of available GPUs on the container instance that the task is launched on.

    If the InferenceAccelerator type is used, the value matches the deviceName for an InferenceAccelerator specified in a task definition.

Instances

Instances details
FromJSON EcsResourceRequirement Source # 
Instance details

Defined in Amazonka.Pipes.Types.EcsResourceRequirement

ToJSON EcsResourceRequirement Source # 
Instance details

Defined in Amazonka.Pipes.Types.EcsResourceRequirement

Generic EcsResourceRequirement Source # 
Instance details

Defined in Amazonka.Pipes.Types.EcsResourceRequirement

Associated Types

type Rep EcsResourceRequirement :: Type -> Type #

Read EcsResourceRequirement Source # 
Instance details

Defined in Amazonka.Pipes.Types.EcsResourceRequirement

Show EcsResourceRequirement Source # 
Instance details

Defined in Amazonka.Pipes.Types.EcsResourceRequirement

NFData EcsResourceRequirement Source # 
Instance details

Defined in Amazonka.Pipes.Types.EcsResourceRequirement

Methods

rnf :: EcsResourceRequirement -> () #

Eq EcsResourceRequirement Source # 
Instance details

Defined in Amazonka.Pipes.Types.EcsResourceRequirement

Hashable EcsResourceRequirement Source # 
Instance details

Defined in Amazonka.Pipes.Types.EcsResourceRequirement

type Rep EcsResourceRequirement Source # 
Instance details

Defined in Amazonka.Pipes.Types.EcsResourceRequirement

type Rep EcsResourceRequirement = D1 ('MetaData "EcsResourceRequirement" "Amazonka.Pipes.Types.EcsResourceRequirement" "amazonka-pipes-2.0-DDuNjbjVfgsJFLlibzr06i" 'False) (C1 ('MetaCons "EcsResourceRequirement'" 'PrefixI 'True) (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 EcsResourceRequirementType) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newEcsResourceRequirement Source #

Create a value of EcsResourceRequirement 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:type':EcsResourceRequirement', ecsResourceRequirement_type - The type of resource to assign to a container. The supported values are GPU or InferenceAccelerator.

$sel:value:EcsResourceRequirement', ecsResourceRequirement_value - The value for the specified resource type.

If the GPU type is used, the value is the number of physical GPUs the Amazon ECS container agent reserves for the container. The number of GPUs that's reserved for all containers in a task can't exceed the number of available GPUs on the container instance that the task is launched on.

If the InferenceAccelerator type is used, the value matches the deviceName for an InferenceAccelerator specified in a task definition.

ecsResourceRequirement_type :: Lens' EcsResourceRequirement EcsResourceRequirementType Source #

The type of resource to assign to a container. The supported values are GPU or InferenceAccelerator.

ecsResourceRequirement_value :: Lens' EcsResourceRequirement Text Source #

The value for the specified resource type.

If the GPU type is used, the value is the number of physical GPUs the Amazon ECS container agent reserves for the container. The number of GPUs that's reserved for all containers in a task can't exceed the number of available GPUs on the container instance that the task is launched on.

If the InferenceAccelerator type is used, the value matches the deviceName for an InferenceAccelerator specified in a task definition.

EcsTaskOverride

data EcsTaskOverride Source #

The overrides that are associated with a task.

See: newEcsTaskOverride smart constructor.

Constructors

EcsTaskOverride' 

Fields

Instances

Instances details
FromJSON EcsTaskOverride Source # 
Instance details

Defined in Amazonka.Pipes.Types.EcsTaskOverride

ToJSON EcsTaskOverride Source # 
Instance details

Defined in Amazonka.Pipes.Types.EcsTaskOverride

Generic EcsTaskOverride Source # 
Instance details

Defined in Amazonka.Pipes.Types.EcsTaskOverride

Associated Types

type Rep EcsTaskOverride :: Type -> Type #

Read EcsTaskOverride Source # 
Instance details

Defined in Amazonka.Pipes.Types.EcsTaskOverride

Show EcsTaskOverride Source # 
Instance details

Defined in Amazonka.Pipes.Types.EcsTaskOverride

NFData EcsTaskOverride Source # 
Instance details

Defined in Amazonka.Pipes.Types.EcsTaskOverride

Methods

rnf :: EcsTaskOverride -> () #

Eq EcsTaskOverride Source # 
Instance details

Defined in Amazonka.Pipes.Types.EcsTaskOverride

Hashable EcsTaskOverride Source # 
Instance details

Defined in Amazonka.Pipes.Types.EcsTaskOverride

type Rep EcsTaskOverride Source # 
Instance details

Defined in Amazonka.Pipes.Types.EcsTaskOverride

newEcsTaskOverride :: EcsTaskOverride Source #

Create a value of EcsTaskOverride 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:containerOverrides:EcsTaskOverride', ecsTaskOverride_containerOverrides - One or more container overrides that are sent to a task.

EcsTaskOverride, ecsTaskOverride_cpu - The cpu override for the task.

$sel:ephemeralStorage:EcsTaskOverride', ecsTaskOverride_ephemeralStorage - The ephemeral storage setting override for the task.

This parameter is only supported for tasks hosted on Fargate that use the following platform versions:

  • Linux platform version 1.4.0 or later.
  • Windows platform version 1.0.0 or later.

$sel:executionRoleArn:EcsTaskOverride', ecsTaskOverride_executionRoleArn - The Amazon Resource Name (ARN) of the task execution IAM role override for the task. For more information, see Amazon ECS task execution IAM role in the Amazon Elastic Container Service Developer Guide.

$sel:inferenceAcceleratorOverrides:EcsTaskOverride', ecsTaskOverride_inferenceAcceleratorOverrides - The Elastic Inference accelerator override for the task.

EcsTaskOverride, ecsTaskOverride_memory - The memory override for the task.

$sel:taskRoleArn:EcsTaskOverride', ecsTaskOverride_taskRoleArn - The Amazon Resource Name (ARN) of the IAM role that containers in this task can assume. All containers in this task are granted the permissions that are specified in this role. For more information, see IAM Role for Tasks in the Amazon Elastic Container Service Developer Guide.

ecsTaskOverride_containerOverrides :: Lens' EcsTaskOverride (Maybe [EcsContainerOverride]) Source #

One or more container overrides that are sent to a task.

ecsTaskOverride_cpu :: Lens' EcsTaskOverride (Maybe Text) Source #

The cpu override for the task.

ecsTaskOverride_ephemeralStorage :: Lens' EcsTaskOverride (Maybe EcsEphemeralStorage) Source #

The ephemeral storage setting override for the task.

This parameter is only supported for tasks hosted on Fargate that use the following platform versions:

  • Linux platform version 1.4.0 or later.
  • Windows platform version 1.0.0 or later.

ecsTaskOverride_executionRoleArn :: Lens' EcsTaskOverride (Maybe Text) Source #

The Amazon Resource Name (ARN) of the task execution IAM role override for the task. For more information, see Amazon ECS task execution IAM role in the Amazon Elastic Container Service Developer Guide.

ecsTaskOverride_memory :: Lens' EcsTaskOverride (Maybe Text) Source #

The memory override for the task.

ecsTaskOverride_taskRoleArn :: Lens' EcsTaskOverride (Maybe Text) Source #

The Amazon Resource Name (ARN) of the IAM role that containers in this task can assume. All containers in this task are granted the permissions that are specified in this role. For more information, see IAM Role for Tasks in the Amazon Elastic Container Service Developer Guide.

Filter

data Filter Source #

Filter events using an event pattern. For more information, see Events and Event Patterns in the Amazon EventBridge User Guide.

See: newFilter smart constructor.

Constructors

Filter' 

Fields

Instances

Instances details
FromJSON Filter Source # 
Instance details

Defined in Amazonka.Pipes.Types.Filter

ToJSON Filter Source # 
Instance details

Defined in Amazonka.Pipes.Types.Filter

Generic Filter Source # 
Instance details

Defined in Amazonka.Pipes.Types.Filter

Associated Types

type Rep Filter :: Type -> Type #

Methods

from :: Filter -> Rep Filter x #

to :: Rep Filter x -> Filter #

Show Filter Source # 
Instance details

Defined in Amazonka.Pipes.Types.Filter

NFData Filter Source # 
Instance details

Defined in Amazonka.Pipes.Types.Filter

Methods

rnf :: Filter -> () #

Eq Filter Source # 
Instance details

Defined in Amazonka.Pipes.Types.Filter

Methods

(==) :: Filter -> Filter -> Bool #

(/=) :: Filter -> Filter -> Bool #

Hashable Filter Source # 
Instance details

Defined in Amazonka.Pipes.Types.Filter

Methods

hashWithSalt :: Int -> Filter -> Int #

hash :: Filter -> Int #

type Rep Filter Source # 
Instance details

Defined in Amazonka.Pipes.Types.Filter

type Rep Filter = D1 ('MetaData "Filter" "Amazonka.Pipes.Types.Filter" "amazonka-pipes-2.0-DDuNjbjVfgsJFLlibzr06i" 'False) (C1 ('MetaCons "Filter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "pattern'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text)))))

newFilter :: Filter Source #

Create a value of Filter 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:pattern':Filter', filter_pattern - The event pattern.

filter_pattern :: Lens' Filter (Maybe Text) Source #

The event pattern.

FilterCriteria

data FilterCriteria Source #

The collection of event patterns used to filter events. For more information, see Events and Event Patterns in the Amazon EventBridge User Guide.

See: newFilterCriteria smart constructor.

Constructors

FilterCriteria' 

Fields

Instances

Instances details
FromJSON FilterCriteria Source # 
Instance details

Defined in Amazonka.Pipes.Types.FilterCriteria

ToJSON FilterCriteria Source # 
Instance details

Defined in Amazonka.Pipes.Types.FilterCriteria

Generic FilterCriteria Source # 
Instance details

Defined in Amazonka.Pipes.Types.FilterCriteria

Associated Types

type Rep FilterCriteria :: Type -> Type #

Show FilterCriteria Source # 
Instance details

Defined in Amazonka.Pipes.Types.FilterCriteria

NFData FilterCriteria Source # 
Instance details

Defined in Amazonka.Pipes.Types.FilterCriteria

Methods

rnf :: FilterCriteria -> () #

Eq FilterCriteria Source # 
Instance details

Defined in Amazonka.Pipes.Types.FilterCriteria

Hashable FilterCriteria Source # 
Instance details

Defined in Amazonka.Pipes.Types.FilterCriteria

type Rep FilterCriteria Source # 
Instance details

Defined in Amazonka.Pipes.Types.FilterCriteria

type Rep FilterCriteria = D1 ('MetaData "FilterCriteria" "Amazonka.Pipes.Types.FilterCriteria" "amazonka-pipes-2.0-DDuNjbjVfgsJFLlibzr06i" 'False) (C1 ('MetaCons "FilterCriteria'" 'PrefixI 'True) (S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Filter]))))

newFilterCriteria :: FilterCriteria Source #

Create a value of FilterCriteria 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:filters:FilterCriteria', filterCriteria_filters - The event patterns.

MQBrokerAccessCredentials

data MQBrokerAccessCredentials Source #

The Secrets Manager secret that stores your broker credentials.

See: newMQBrokerAccessCredentials smart constructor.

Constructors

MQBrokerAccessCredentials' 

Fields

Instances

Instances details
FromJSON MQBrokerAccessCredentials Source # 
Instance details

Defined in Amazonka.Pipes.Types.MQBrokerAccessCredentials

ToJSON MQBrokerAccessCredentials Source # 
Instance details

Defined in Amazonka.Pipes.Types.MQBrokerAccessCredentials

Generic MQBrokerAccessCredentials Source # 
Instance details

Defined in Amazonka.Pipes.Types.MQBrokerAccessCredentials

Associated Types

type Rep MQBrokerAccessCredentials :: Type -> Type #

Read MQBrokerAccessCredentials Source # 
Instance details

Defined in Amazonka.Pipes.Types.MQBrokerAccessCredentials

Show MQBrokerAccessCredentials Source # 
Instance details

Defined in Amazonka.Pipes.Types.MQBrokerAccessCredentials

NFData MQBrokerAccessCredentials Source # 
Instance details

Defined in Amazonka.Pipes.Types.MQBrokerAccessCredentials

Eq MQBrokerAccessCredentials Source # 
Instance details

Defined in Amazonka.Pipes.Types.MQBrokerAccessCredentials

Hashable MQBrokerAccessCredentials Source # 
Instance details

Defined in Amazonka.Pipes.Types.MQBrokerAccessCredentials

type Rep MQBrokerAccessCredentials Source # 
Instance details

Defined in Amazonka.Pipes.Types.MQBrokerAccessCredentials

type Rep MQBrokerAccessCredentials = D1 ('MetaData "MQBrokerAccessCredentials" "Amazonka.Pipes.Types.MQBrokerAccessCredentials" "amazonka-pipes-2.0-DDuNjbjVfgsJFLlibzr06i" 'False) (C1 ('MetaCons "MQBrokerAccessCredentials'" 'PrefixI 'True) (S1 ('MetaSel ('Just "basicAuth") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newMQBrokerAccessCredentials :: MQBrokerAccessCredentials Source #

Create a value of MQBrokerAccessCredentials 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:basicAuth:MQBrokerAccessCredentials', mQBrokerAccessCredentials_basicAuth - The ARN of the Secrets Manager secret.

MSKAccessCredentials

data MSKAccessCredentials Source #

The Secrets Manager secret that stores your stream credentials.

See: newMSKAccessCredentials smart constructor.

Constructors

MSKAccessCredentials' 

Fields

Instances

Instances details
FromJSON MSKAccessCredentials Source # 
Instance details

Defined in Amazonka.Pipes.Types.MSKAccessCredentials

ToJSON MSKAccessCredentials Source # 
Instance details

Defined in Amazonka.Pipes.Types.MSKAccessCredentials

Generic MSKAccessCredentials Source # 
Instance details

Defined in Amazonka.Pipes.Types.MSKAccessCredentials

Associated Types

type Rep MSKAccessCredentials :: Type -> Type #

Read MSKAccessCredentials Source # 
Instance details

Defined in Amazonka.Pipes.Types.MSKAccessCredentials

Show MSKAccessCredentials Source # 
Instance details

Defined in Amazonka.Pipes.Types.MSKAccessCredentials

NFData MSKAccessCredentials Source # 
Instance details

Defined in Amazonka.Pipes.Types.MSKAccessCredentials

Methods

rnf :: MSKAccessCredentials -> () #

Eq MSKAccessCredentials Source # 
Instance details

Defined in Amazonka.Pipes.Types.MSKAccessCredentials

Hashable MSKAccessCredentials Source # 
Instance details

Defined in Amazonka.Pipes.Types.MSKAccessCredentials

type Rep MSKAccessCredentials Source # 
Instance details

Defined in Amazonka.Pipes.Types.MSKAccessCredentials

type Rep MSKAccessCredentials = D1 ('MetaData "MSKAccessCredentials" "Amazonka.Pipes.Types.MSKAccessCredentials" "amazonka-pipes-2.0-DDuNjbjVfgsJFLlibzr06i" 'False) (C1 ('MetaCons "MSKAccessCredentials'" 'PrefixI 'True) (S1 ('MetaSel ('Just "clientCertificateTlsAuth") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "saslScram512Auth") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newMSKAccessCredentials :: MSKAccessCredentials Source #

Create a value of MSKAccessCredentials 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:clientCertificateTlsAuth:MSKAccessCredentials', mSKAccessCredentials_clientCertificateTlsAuth - The ARN of the Secrets Manager secret.

$sel:saslScram512Auth:MSKAccessCredentials', mSKAccessCredentials_saslScram512Auth - The ARN of the Secrets Manager secret.

NetworkConfiguration

data NetworkConfiguration Source #

This structure specifies the network configuration for an Amazon ECS task.

See: newNetworkConfiguration smart constructor.

Constructors

NetworkConfiguration' 

Fields

  • awsvpcConfiguration :: Maybe AwsVpcConfiguration

    Use this structure to specify the VPC subnets and security groups for the task, and whether a public IP address is to be used. This structure is relevant only for ECS tasks that use the awsvpc network mode.

Instances

Instances details
FromJSON NetworkConfiguration Source # 
Instance details

Defined in Amazonka.Pipes.Types.NetworkConfiguration

ToJSON NetworkConfiguration Source # 
Instance details

Defined in Amazonka.Pipes.Types.NetworkConfiguration

Generic NetworkConfiguration Source # 
Instance details

Defined in Amazonka.Pipes.Types.NetworkConfiguration

Associated Types

type Rep NetworkConfiguration :: Type -> Type #

Show NetworkConfiguration Source # 
Instance details

Defined in Amazonka.Pipes.Types.NetworkConfiguration

NFData NetworkConfiguration Source # 
Instance details

Defined in Amazonka.Pipes.Types.NetworkConfiguration

Methods

rnf :: NetworkConfiguration -> () #

Eq NetworkConfiguration Source # 
Instance details

Defined in Amazonka.Pipes.Types.NetworkConfiguration

Hashable NetworkConfiguration Source # 
Instance details

Defined in Amazonka.Pipes.Types.NetworkConfiguration

type Rep NetworkConfiguration Source # 
Instance details

Defined in Amazonka.Pipes.Types.NetworkConfiguration

type Rep NetworkConfiguration = D1 ('MetaData "NetworkConfiguration" "Amazonka.Pipes.Types.NetworkConfiguration" "amazonka-pipes-2.0-DDuNjbjVfgsJFLlibzr06i" 'False) (C1 ('MetaCons "NetworkConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "awsvpcConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AwsVpcConfiguration))))

newNetworkConfiguration :: NetworkConfiguration Source #

Create a value of NetworkConfiguration 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:awsvpcConfiguration:NetworkConfiguration', networkConfiguration_awsvpcConfiguration - Use this structure to specify the VPC subnets and security groups for the task, and whether a public IP address is to be used. This structure is relevant only for ECS tasks that use the awsvpc network mode.

networkConfiguration_awsvpcConfiguration :: Lens' NetworkConfiguration (Maybe AwsVpcConfiguration) Source #

Use this structure to specify the VPC subnets and security groups for the task, and whether a public IP address is to be used. This structure is relevant only for ECS tasks that use the awsvpc network mode.

Pipe

data Pipe Source #

An object that represents a pipe. Amazon EventBridgePipes connect event sources to targets and reduces the need for specialized knowledge and integration code.

See: newPipe smart constructor.

Constructors

Pipe' 

Fields

Instances

Instances details
FromJSON Pipe Source # 
Instance details

Defined in Amazonka.Pipes.Types.Pipe

Generic Pipe Source # 
Instance details

Defined in Amazonka.Pipes.Types.Pipe

Associated Types

type Rep Pipe :: Type -> Type #

Methods

from :: Pipe -> Rep Pipe x #

to :: Rep Pipe x -> Pipe #

Read Pipe Source # 
Instance details

Defined in Amazonka.Pipes.Types.Pipe

Show Pipe Source # 
Instance details

Defined in Amazonka.Pipes.Types.Pipe

Methods

showsPrec :: Int -> Pipe -> ShowS #

show :: Pipe -> String #

showList :: [Pipe] -> ShowS #

NFData Pipe Source # 
Instance details

Defined in Amazonka.Pipes.Types.Pipe

Methods

rnf :: Pipe -> () #

Eq Pipe Source # 
Instance details

Defined in Amazonka.Pipes.Types.Pipe

Methods

(==) :: Pipe -> Pipe -> Bool #

(/=) :: Pipe -> Pipe -> Bool #

Hashable Pipe Source # 
Instance details

Defined in Amazonka.Pipes.Types.Pipe

Methods

hashWithSalt :: Int -> Pipe -> Int #

hash :: Pipe -> Int #

type Rep Pipe Source # 
Instance details

Defined in Amazonka.Pipes.Types.Pipe

newPipe :: Pipe Source #

Create a value of Pipe 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:arn:Pipe', pipe_arn - The ARN of the pipe.

$sel:creationTime:Pipe', pipe_creationTime - The time the pipe was created.

$sel:currentState:Pipe', pipe_currentState - The state the pipe is in.

$sel:desiredState:Pipe', pipe_desiredState - The state the pipe should be in.

$sel:enrichment:Pipe', pipe_enrichment - The ARN of the enrichment resource.

$sel:lastModifiedTime:Pipe', pipe_lastModifiedTime - When the pipe was last updated, in ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD).

$sel:name:Pipe', pipe_name - The name of the pipe.

$sel:source:Pipe', pipe_source - The ARN of the source resource.

$sel:stateReason:Pipe', pipe_stateReason - The reason the pipe is in its current state.

$sel:target:Pipe', pipe_target - The ARN of the target resource.

pipe_arn :: Lens' Pipe (Maybe Text) Source #

The ARN of the pipe.

pipe_creationTime :: Lens' Pipe (Maybe UTCTime) Source #

The time the pipe was created.

pipe_currentState :: Lens' Pipe (Maybe PipeState) Source #

The state the pipe is in.

pipe_desiredState :: Lens' Pipe (Maybe RequestedPipeState) Source #

The state the pipe should be in.

pipe_enrichment :: Lens' Pipe (Maybe Text) Source #

The ARN of the enrichment resource.

pipe_lastModifiedTime :: Lens' Pipe (Maybe UTCTime) Source #

When the pipe was last updated, in ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD).

pipe_name :: Lens' Pipe (Maybe Text) Source #

The name of the pipe.

pipe_source :: Lens' Pipe (Maybe Text) Source #

The ARN of the source resource.

pipe_stateReason :: Lens' Pipe (Maybe Text) Source #

The reason the pipe is in its current state.

pipe_target :: Lens' Pipe (Maybe Text) Source #

The ARN of the target resource.

PipeEnrichmentHttpParameters

data PipeEnrichmentHttpParameters Source #

These are custom parameter to be used when the target is an API Gateway REST APIs or EventBridge ApiDestinations. In the latter case, these are merged with any InvocationParameters specified on the Connection, with any values from the Connection taking precedence.

See: newPipeEnrichmentHttpParameters smart constructor.

Constructors

PipeEnrichmentHttpParameters' 

Fields

Instances

Instances details
FromJSON PipeEnrichmentHttpParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeEnrichmentHttpParameters

ToJSON PipeEnrichmentHttpParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeEnrichmentHttpParameters

Generic PipeEnrichmentHttpParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeEnrichmentHttpParameters

Associated Types

type Rep PipeEnrichmentHttpParameters :: Type -> Type #

Show PipeEnrichmentHttpParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeEnrichmentHttpParameters

NFData PipeEnrichmentHttpParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeEnrichmentHttpParameters

Eq PipeEnrichmentHttpParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeEnrichmentHttpParameters

Hashable PipeEnrichmentHttpParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeEnrichmentHttpParameters

type Rep PipeEnrichmentHttpParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeEnrichmentHttpParameters

type Rep PipeEnrichmentHttpParameters = D1 ('MetaData "PipeEnrichmentHttpParameters" "Amazonka.Pipes.Types.PipeEnrichmentHttpParameters" "amazonka-pipes-2.0-DDuNjbjVfgsJFLlibzr06i" 'False) (C1 ('MetaCons "PipeEnrichmentHttpParameters'" 'PrefixI 'True) (S1 ('MetaSel ('Just "headerParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text (Sensitive Text)))) :*: (S1 ('MetaSel ('Just "pathParameterValues") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Sensitive Text])) :*: S1 ('MetaSel ('Just "queryStringParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text (Sensitive Text)))))))

newPipeEnrichmentHttpParameters :: PipeEnrichmentHttpParameters Source #

Create a value of PipeEnrichmentHttpParameters 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:headerParameters:PipeEnrichmentHttpParameters', pipeEnrichmentHttpParameters_headerParameters - The headers that need to be sent as part of request invoking the API Gateway REST API or EventBridge ApiDestination.

$sel:pathParameterValues:PipeEnrichmentHttpParameters', pipeEnrichmentHttpParameters_pathParameterValues - The path parameter values to be used to populate API Gateway REST API or EventBridge ApiDestination path wildcards ("*").

$sel:queryStringParameters:PipeEnrichmentHttpParameters', pipeEnrichmentHttpParameters_queryStringParameters - The query string keys/values that need to be sent as part of request invoking the API Gateway REST API or EventBridge ApiDestination.

pipeEnrichmentHttpParameters_headerParameters :: Lens' PipeEnrichmentHttpParameters (Maybe (HashMap Text Text)) Source #

The headers that need to be sent as part of request invoking the API Gateway REST API or EventBridge ApiDestination.

pipeEnrichmentHttpParameters_pathParameterValues :: Lens' PipeEnrichmentHttpParameters (Maybe [Text]) Source #

The path parameter values to be used to populate API Gateway REST API or EventBridge ApiDestination path wildcards ("*").

pipeEnrichmentHttpParameters_queryStringParameters :: Lens' PipeEnrichmentHttpParameters (Maybe (HashMap Text Text)) Source #

The query string keys/values that need to be sent as part of request invoking the API Gateway REST API or EventBridge ApiDestination.

PipeEnrichmentParameters

data PipeEnrichmentParameters Source #

The parameters required to set up enrichment on your pipe.

See: newPipeEnrichmentParameters smart constructor.

Constructors

PipeEnrichmentParameters' 

Fields

  • httpParameters :: Maybe PipeEnrichmentHttpParameters

    Contains the HTTP parameters to use when the target is a API Gateway REST endpoint or EventBridge ApiDestination.

    If you specify an API Gateway REST API or EventBridge ApiDestination as a target, you can use this parameter to specify headers, path parameters, and query string keys/values as part of your target invoking request. If you're using ApiDestinations, the corresponding Connection can also have these values configured. In case of any conflicting keys, values from the Connection take precedence.

  • inputTemplate :: Maybe (Sensitive Text)

    Valid JSON text passed to the enrichment. In this case, nothing from the event itself is passed to the enrichment. For more information, see The JavaScript Object Notation (JSON) Data Interchange Format.

Instances

Instances details
FromJSON PipeEnrichmentParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeEnrichmentParameters

ToJSON PipeEnrichmentParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeEnrichmentParameters

Generic PipeEnrichmentParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeEnrichmentParameters

Associated Types

type Rep PipeEnrichmentParameters :: Type -> Type #

Show PipeEnrichmentParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeEnrichmentParameters

NFData PipeEnrichmentParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeEnrichmentParameters

Eq PipeEnrichmentParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeEnrichmentParameters

Hashable PipeEnrichmentParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeEnrichmentParameters

type Rep PipeEnrichmentParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeEnrichmentParameters

type Rep PipeEnrichmentParameters = D1 ('MetaData "PipeEnrichmentParameters" "Amazonka.Pipes.Types.PipeEnrichmentParameters" "amazonka-pipes-2.0-DDuNjbjVfgsJFLlibzr06i" 'False) (C1 ('MetaCons "PipeEnrichmentParameters'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PipeEnrichmentHttpParameters)) :*: S1 ('MetaSel ('Just "inputTemplate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text)))))

newPipeEnrichmentParameters :: PipeEnrichmentParameters Source #

Create a value of PipeEnrichmentParameters 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:httpParameters:PipeEnrichmentParameters', pipeEnrichmentParameters_httpParameters - Contains the HTTP parameters to use when the target is a API Gateway REST endpoint or EventBridge ApiDestination.

If you specify an API Gateway REST API or EventBridge ApiDestination as a target, you can use this parameter to specify headers, path parameters, and query string keys/values as part of your target invoking request. If you're using ApiDestinations, the corresponding Connection can also have these values configured. In case of any conflicting keys, values from the Connection take precedence.

$sel:inputTemplate:PipeEnrichmentParameters', pipeEnrichmentParameters_inputTemplate - Valid JSON text passed to the enrichment. In this case, nothing from the event itself is passed to the enrichment. For more information, see The JavaScript Object Notation (JSON) Data Interchange Format.

pipeEnrichmentParameters_httpParameters :: Lens' PipeEnrichmentParameters (Maybe PipeEnrichmentHttpParameters) Source #

Contains the HTTP parameters to use when the target is a API Gateway REST endpoint or EventBridge ApiDestination.

If you specify an API Gateway REST API or EventBridge ApiDestination as a target, you can use this parameter to specify headers, path parameters, and query string keys/values as part of your target invoking request. If you're using ApiDestinations, the corresponding Connection can also have these values configured. In case of any conflicting keys, values from the Connection take precedence.

pipeEnrichmentParameters_inputTemplate :: Lens' PipeEnrichmentParameters (Maybe Text) Source #

Valid JSON text passed to the enrichment. In this case, nothing from the event itself is passed to the enrichment. For more information, see The JavaScript Object Notation (JSON) Data Interchange Format.

PipeSourceActiveMQBrokerParameters

data PipeSourceActiveMQBrokerParameters Source #

The parameters for using an Active MQ broker as a source.

See: newPipeSourceActiveMQBrokerParameters smart constructor.

Constructors

PipeSourceActiveMQBrokerParameters' 

Fields

Instances

Instances details
FromJSON PipeSourceActiveMQBrokerParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeSourceActiveMQBrokerParameters

ToJSON PipeSourceActiveMQBrokerParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeSourceActiveMQBrokerParameters

Generic PipeSourceActiveMQBrokerParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeSourceActiveMQBrokerParameters

Associated Types

type Rep PipeSourceActiveMQBrokerParameters :: Type -> Type #

Show PipeSourceActiveMQBrokerParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeSourceActiveMQBrokerParameters

NFData PipeSourceActiveMQBrokerParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeSourceActiveMQBrokerParameters

Eq PipeSourceActiveMQBrokerParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeSourceActiveMQBrokerParameters

Hashable PipeSourceActiveMQBrokerParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeSourceActiveMQBrokerParameters

type Rep PipeSourceActiveMQBrokerParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeSourceActiveMQBrokerParameters

type Rep PipeSourceActiveMQBrokerParameters = D1 ('MetaData "PipeSourceActiveMQBrokerParameters" "Amazonka.Pipes.Types.PipeSourceActiveMQBrokerParameters" "amazonka-pipes-2.0-DDuNjbjVfgsJFLlibzr06i" 'False) (C1 ('MetaCons "PipeSourceActiveMQBrokerParameters'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "batchSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "maximumBatchingWindowInSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "credentials") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 MQBrokerAccessCredentials) :*: S1 ('MetaSel ('Just "queueName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text)))))

PipeSourceDynamoDBStreamParameters

data PipeSourceDynamoDBStreamParameters Source #

The parameters for using a DynamoDB stream as a source.

See: newPipeSourceDynamoDBStreamParameters smart constructor.

Constructors

PipeSourceDynamoDBStreamParameters' 

Fields

Instances

Instances details
FromJSON PipeSourceDynamoDBStreamParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeSourceDynamoDBStreamParameters

ToJSON PipeSourceDynamoDBStreamParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeSourceDynamoDBStreamParameters

Generic PipeSourceDynamoDBStreamParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeSourceDynamoDBStreamParameters

Associated Types

type Rep PipeSourceDynamoDBStreamParameters :: Type -> Type #

Read PipeSourceDynamoDBStreamParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeSourceDynamoDBStreamParameters

Show PipeSourceDynamoDBStreamParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeSourceDynamoDBStreamParameters

NFData PipeSourceDynamoDBStreamParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeSourceDynamoDBStreamParameters

Eq PipeSourceDynamoDBStreamParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeSourceDynamoDBStreamParameters

Hashable PipeSourceDynamoDBStreamParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeSourceDynamoDBStreamParameters

type Rep PipeSourceDynamoDBStreamParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeSourceDynamoDBStreamParameters

type Rep PipeSourceDynamoDBStreamParameters = D1 ('MetaData "PipeSourceDynamoDBStreamParameters" "Amazonka.Pipes.Types.PipeSourceDynamoDBStreamParameters" "amazonka-pipes-2.0-DDuNjbjVfgsJFLlibzr06i" 'False) (C1 ('MetaCons "PipeSourceDynamoDBStreamParameters'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "batchSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "deadLetterConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DeadLetterConfig))) :*: (S1 ('MetaSel ('Just "maximumBatchingWindowInSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "maximumRecordAgeInSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))) :*: ((S1 ('MetaSel ('Just "maximumRetryAttempts") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "onPartialBatchItemFailure") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OnPartialBatchItemFailureStreams))) :*: (S1 ('MetaSel ('Just "parallelizationFactor") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "startingPosition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 DynamoDBStreamStartPosition)))))

newPipeSourceDynamoDBStreamParameters Source #

Create a value of PipeSourceDynamoDBStreamParameters 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:batchSize:PipeSourceDynamoDBStreamParameters', pipeSourceDynamoDBStreamParameters_batchSize - The maximum number of records to include in each batch.

$sel:deadLetterConfig:PipeSourceDynamoDBStreamParameters', pipeSourceDynamoDBStreamParameters_deadLetterConfig - Define the target queue to send dead-letter queue events to.

$sel:maximumBatchingWindowInSeconds:PipeSourceDynamoDBStreamParameters', pipeSourceDynamoDBStreamParameters_maximumBatchingWindowInSeconds - The maximum length of a time to wait for events.

$sel:maximumRecordAgeInSeconds:PipeSourceDynamoDBStreamParameters', pipeSourceDynamoDBStreamParameters_maximumRecordAgeInSeconds - (Streams only) Discard records older than the specified age. The default value is -1, which sets the maximum age to infinite. When the value is set to infinite, EventBridge never discards old records.

$sel:maximumRetryAttempts:PipeSourceDynamoDBStreamParameters', pipeSourceDynamoDBStreamParameters_maximumRetryAttempts - (Streams only) Discard records after the specified number of retries. The default value is -1, which sets the maximum number of retries to infinite. When MaximumRetryAttempts is infinite, EventBridge retries failed records until the record expires in the event source.

$sel:onPartialBatchItemFailure:PipeSourceDynamoDBStreamParameters', pipeSourceDynamoDBStreamParameters_onPartialBatchItemFailure - (Streams only) Define how to handle item process failures. AUTOMATIC_BISECT halves each batch and retry each half until all the records are processed or there is one failed message left in the batch.

$sel:parallelizationFactor:PipeSourceDynamoDBStreamParameters', pipeSourceDynamoDBStreamParameters_parallelizationFactor - (Streams only) The number of batches to process concurrently from each shard. The default value is 1.

$sel:startingPosition:PipeSourceDynamoDBStreamParameters', pipeSourceDynamoDBStreamParameters_startingPosition - (Streams only) The position in a stream from which to start reading.

pipeSourceDynamoDBStreamParameters_maximumRecordAgeInSeconds :: Lens' PipeSourceDynamoDBStreamParameters (Maybe Int) Source #

(Streams only) Discard records older than the specified age. The default value is -1, which sets the maximum age to infinite. When the value is set to infinite, EventBridge never discards old records.

pipeSourceDynamoDBStreamParameters_maximumRetryAttempts :: Lens' PipeSourceDynamoDBStreamParameters (Maybe Int) Source #

(Streams only) Discard records after the specified number of retries. The default value is -1, which sets the maximum number of retries to infinite. When MaximumRetryAttempts is infinite, EventBridge retries failed records until the record expires in the event source.

pipeSourceDynamoDBStreamParameters_onPartialBatchItemFailure :: Lens' PipeSourceDynamoDBStreamParameters (Maybe OnPartialBatchItemFailureStreams) Source #

(Streams only) Define how to handle item process failures. AUTOMATIC_BISECT halves each batch and retry each half until all the records are processed or there is one failed message left in the batch.

pipeSourceDynamoDBStreamParameters_parallelizationFactor :: Lens' PipeSourceDynamoDBStreamParameters (Maybe Natural) Source #

(Streams only) The number of batches to process concurrently from each shard. The default value is 1.

PipeSourceKinesisStreamParameters

data PipeSourceKinesisStreamParameters Source #

The parameters for using a Kinesis stream as a source.

See: newPipeSourceKinesisStreamParameters smart constructor.

Constructors

PipeSourceKinesisStreamParameters' 

Fields

Instances

Instances details
FromJSON PipeSourceKinesisStreamParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeSourceKinesisStreamParameters

ToJSON PipeSourceKinesisStreamParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeSourceKinesisStreamParameters

Generic PipeSourceKinesisStreamParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeSourceKinesisStreamParameters

Associated Types

type Rep PipeSourceKinesisStreamParameters :: Type -> Type #

Read PipeSourceKinesisStreamParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeSourceKinesisStreamParameters

Show PipeSourceKinesisStreamParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeSourceKinesisStreamParameters

NFData PipeSourceKinesisStreamParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeSourceKinesisStreamParameters

Eq PipeSourceKinesisStreamParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeSourceKinesisStreamParameters

Hashable PipeSourceKinesisStreamParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeSourceKinesisStreamParameters

type Rep PipeSourceKinesisStreamParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeSourceKinesisStreamParameters

type Rep PipeSourceKinesisStreamParameters = D1 ('MetaData "PipeSourceKinesisStreamParameters" "Amazonka.Pipes.Types.PipeSourceKinesisStreamParameters" "amazonka-pipes-2.0-DDuNjbjVfgsJFLlibzr06i" 'False) (C1 ('MetaCons "PipeSourceKinesisStreamParameters'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "batchSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "deadLetterConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DeadLetterConfig))) :*: (S1 ('MetaSel ('Just "maximumBatchingWindowInSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "maximumRecordAgeInSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))) :*: ((S1 ('MetaSel ('Just "maximumRetryAttempts") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "onPartialBatchItemFailure") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OnPartialBatchItemFailureStreams))) :*: (S1 ('MetaSel ('Just "parallelizationFactor") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "startingPositionTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "startingPosition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 KinesisStreamStartPosition))))))

newPipeSourceKinesisStreamParameters Source #

Create a value of PipeSourceKinesisStreamParameters 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:batchSize:PipeSourceKinesisStreamParameters', pipeSourceKinesisStreamParameters_batchSize - The maximum number of records to include in each batch.

$sel:deadLetterConfig:PipeSourceKinesisStreamParameters', pipeSourceKinesisStreamParameters_deadLetterConfig - Define the target queue to send dead-letter queue events to.

$sel:maximumBatchingWindowInSeconds:PipeSourceKinesisStreamParameters', pipeSourceKinesisStreamParameters_maximumBatchingWindowInSeconds - The maximum length of a time to wait for events.

$sel:maximumRecordAgeInSeconds:PipeSourceKinesisStreamParameters', pipeSourceKinesisStreamParameters_maximumRecordAgeInSeconds - (Streams only) Discard records older than the specified age. The default value is -1, which sets the maximum age to infinite. When the value is set to infinite, EventBridge never discards old records.

$sel:maximumRetryAttempts:PipeSourceKinesisStreamParameters', pipeSourceKinesisStreamParameters_maximumRetryAttempts - (Streams only) Discard records after the specified number of retries. The default value is -1, which sets the maximum number of retries to infinite. When MaximumRetryAttempts is infinite, EventBridge retries failed records until the record expires in the event source.

$sel:onPartialBatchItemFailure:PipeSourceKinesisStreamParameters', pipeSourceKinesisStreamParameters_onPartialBatchItemFailure - (Streams only) Define how to handle item process failures. AUTOMATIC_BISECT halves each batch and retry each half until all the records are processed or there is one failed message left in the batch.

$sel:parallelizationFactor:PipeSourceKinesisStreamParameters', pipeSourceKinesisStreamParameters_parallelizationFactor - (Streams only) The number of batches to process concurrently from each shard. The default value is 1.

$sel:startingPositionTimestamp:PipeSourceKinesisStreamParameters', pipeSourceKinesisStreamParameters_startingPositionTimestamp - With StartingPosition set to AT_TIMESTAMP, the time from which to start reading, in Unix time seconds.

$sel:startingPosition:PipeSourceKinesisStreamParameters', pipeSourceKinesisStreamParameters_startingPosition - (Streams only) The position in a stream from which to start reading.

pipeSourceKinesisStreamParameters_maximumRecordAgeInSeconds :: Lens' PipeSourceKinesisStreamParameters (Maybe Int) Source #

(Streams only) Discard records older than the specified age. The default value is -1, which sets the maximum age to infinite. When the value is set to infinite, EventBridge never discards old records.

pipeSourceKinesisStreamParameters_maximumRetryAttempts :: Lens' PipeSourceKinesisStreamParameters (Maybe Int) Source #

(Streams only) Discard records after the specified number of retries. The default value is -1, which sets the maximum number of retries to infinite. When MaximumRetryAttempts is infinite, EventBridge retries failed records until the record expires in the event source.

pipeSourceKinesisStreamParameters_onPartialBatchItemFailure :: Lens' PipeSourceKinesisStreamParameters (Maybe OnPartialBatchItemFailureStreams) Source #

(Streams only) Define how to handle item process failures. AUTOMATIC_BISECT halves each batch and retry each half until all the records are processed or there is one failed message left in the batch.

pipeSourceKinesisStreamParameters_parallelizationFactor :: Lens' PipeSourceKinesisStreamParameters (Maybe Natural) Source #

(Streams only) The number of batches to process concurrently from each shard. The default value is 1.

pipeSourceKinesisStreamParameters_startingPositionTimestamp :: Lens' PipeSourceKinesisStreamParameters (Maybe UTCTime) Source #

With StartingPosition set to AT_TIMESTAMP, the time from which to start reading, in Unix time seconds.

PipeSourceManagedStreamingKafkaParameters

data PipeSourceManagedStreamingKafkaParameters Source #

The parameters for using an MSK stream as a source.

See: newPipeSourceManagedStreamingKafkaParameters smart constructor.

Constructors

PipeSourceManagedStreamingKafkaParameters' 

Fields

Instances

Instances details
FromJSON PipeSourceManagedStreamingKafkaParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeSourceManagedStreamingKafkaParameters

ToJSON PipeSourceManagedStreamingKafkaParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeSourceManagedStreamingKafkaParameters

Generic PipeSourceManagedStreamingKafkaParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeSourceManagedStreamingKafkaParameters

Show PipeSourceManagedStreamingKafkaParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeSourceManagedStreamingKafkaParameters

NFData PipeSourceManagedStreamingKafkaParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeSourceManagedStreamingKafkaParameters

Eq PipeSourceManagedStreamingKafkaParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeSourceManagedStreamingKafkaParameters

Hashable PipeSourceManagedStreamingKafkaParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeSourceManagedStreamingKafkaParameters

type Rep PipeSourceManagedStreamingKafkaParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeSourceManagedStreamingKafkaParameters

type Rep PipeSourceManagedStreamingKafkaParameters = D1 ('MetaData "PipeSourceManagedStreamingKafkaParameters" "Amazonka.Pipes.Types.PipeSourceManagedStreamingKafkaParameters" "amazonka-pipes-2.0-DDuNjbjVfgsJFLlibzr06i" 'False) (C1 ('MetaCons "PipeSourceManagedStreamingKafkaParameters'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "batchSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "consumerGroupID") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "credentials") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MSKAccessCredentials)))) :*: (S1 ('MetaSel ('Just "maximumBatchingWindowInSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "startingPosition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MSKStartPosition)) :*: S1 ('MetaSel ('Just "topicName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text))))))

PipeSourceParameters

data PipeSourceParameters Source #

The parameters required to set up a source for your pipe.

See: newPipeSourceParameters smart constructor.

Constructors

PipeSourceParameters' 

Fields

Instances

Instances details
FromJSON PipeSourceParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeSourceParameters

ToJSON PipeSourceParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeSourceParameters

Generic PipeSourceParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeSourceParameters

Associated Types

type Rep PipeSourceParameters :: Type -> Type #

Show PipeSourceParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeSourceParameters

NFData PipeSourceParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeSourceParameters

Methods

rnf :: PipeSourceParameters -> () #

Eq PipeSourceParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeSourceParameters

Hashable PipeSourceParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeSourceParameters

type Rep PipeSourceParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeSourceParameters

newPipeSourceParameters :: PipeSourceParameters Source #

Create a value of PipeSourceParameters 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:activeMQBrokerParameters:PipeSourceParameters', pipeSourceParameters_activeMQBrokerParameters - The parameters for using an Active MQ broker as a source.

$sel:dynamoDBStreamParameters:PipeSourceParameters', pipeSourceParameters_dynamoDBStreamParameters - The parameters for using a DynamoDB stream as a source.

$sel:filterCriteria:PipeSourceParameters', pipeSourceParameters_filterCriteria - The collection of event patterns used to filter events. For more information, see Events and Event Patterns in the Amazon EventBridge User Guide.

$sel:kinesisStreamParameters:PipeSourceParameters', pipeSourceParameters_kinesisStreamParameters - The parameters for using a Kinesis stream as a source.

$sel:managedStreamingKafkaParameters:PipeSourceParameters', pipeSourceParameters_managedStreamingKafkaParameters - The parameters for using an MSK stream as a source.

$sel:rabbitMQBrokerParameters:PipeSourceParameters', pipeSourceParameters_rabbitMQBrokerParameters - The parameters for using a Rabbit MQ broker as a source.

$sel:selfManagedKafkaParameters:PipeSourceParameters', pipeSourceParameters_selfManagedKafkaParameters - The parameters for using a self-managed Apache Kafka stream as a source.

$sel:sqsQueueParameters:PipeSourceParameters', pipeSourceParameters_sqsQueueParameters - The parameters for using a Amazon SQS stream as a source.

pipeSourceParameters_filterCriteria :: Lens' PipeSourceParameters (Maybe FilterCriteria) Source #

The collection of event patterns used to filter events. For more information, see Events and Event Patterns in the Amazon EventBridge User Guide.

pipeSourceParameters_selfManagedKafkaParameters :: Lens' PipeSourceParameters (Maybe PipeSourceSelfManagedKafkaParameters) Source #

The parameters for using a self-managed Apache Kafka stream as a source.

PipeSourceRabbitMQBrokerParameters

data PipeSourceRabbitMQBrokerParameters Source #

The parameters for using a Rabbit MQ broker as a source.

See: newPipeSourceRabbitMQBrokerParameters smart constructor.

Constructors

PipeSourceRabbitMQBrokerParameters' 

Fields

Instances

Instances details
FromJSON PipeSourceRabbitMQBrokerParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeSourceRabbitMQBrokerParameters

ToJSON PipeSourceRabbitMQBrokerParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeSourceRabbitMQBrokerParameters

Generic PipeSourceRabbitMQBrokerParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeSourceRabbitMQBrokerParameters

Associated Types

type Rep PipeSourceRabbitMQBrokerParameters :: Type -> Type #

Show PipeSourceRabbitMQBrokerParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeSourceRabbitMQBrokerParameters

NFData PipeSourceRabbitMQBrokerParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeSourceRabbitMQBrokerParameters

Eq PipeSourceRabbitMQBrokerParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeSourceRabbitMQBrokerParameters

Hashable PipeSourceRabbitMQBrokerParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeSourceRabbitMQBrokerParameters

type Rep PipeSourceRabbitMQBrokerParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeSourceRabbitMQBrokerParameters

type Rep PipeSourceRabbitMQBrokerParameters = D1 ('MetaData "PipeSourceRabbitMQBrokerParameters" "Amazonka.Pipes.Types.PipeSourceRabbitMQBrokerParameters" "amazonka-pipes-2.0-DDuNjbjVfgsJFLlibzr06i" 'False) (C1 ('MetaCons "PipeSourceRabbitMQBrokerParameters'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "batchSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "maximumBatchingWindowInSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "virtualHost") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: (S1 ('MetaSel ('Just "credentials") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 MQBrokerAccessCredentials) :*: S1 ('MetaSel ('Just "queueName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text))))))

pipeSourceRabbitMQBrokerParameters_virtualHost :: Lens' PipeSourceRabbitMQBrokerParameters (Maybe Text) Source #

The name of the virtual host associated with the source broker.

PipeSourceSelfManagedKafkaParameters

data PipeSourceSelfManagedKafkaParameters Source #

The parameters for using a self-managed Apache Kafka stream as a source.

See: newPipeSourceSelfManagedKafkaParameters smart constructor.

Constructors

PipeSourceSelfManagedKafkaParameters' 

Fields

Instances

Instances details
FromJSON PipeSourceSelfManagedKafkaParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeSourceSelfManagedKafkaParameters

ToJSON PipeSourceSelfManagedKafkaParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeSourceSelfManagedKafkaParameters

Generic PipeSourceSelfManagedKafkaParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeSourceSelfManagedKafkaParameters

Show PipeSourceSelfManagedKafkaParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeSourceSelfManagedKafkaParameters

NFData PipeSourceSelfManagedKafkaParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeSourceSelfManagedKafkaParameters

Eq PipeSourceSelfManagedKafkaParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeSourceSelfManagedKafkaParameters

Hashable PipeSourceSelfManagedKafkaParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeSourceSelfManagedKafkaParameters

type Rep PipeSourceSelfManagedKafkaParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeSourceSelfManagedKafkaParameters

type Rep PipeSourceSelfManagedKafkaParameters = D1 ('MetaData "PipeSourceSelfManagedKafkaParameters" "Amazonka.Pipes.Types.PipeSourceSelfManagedKafkaParameters" "amazonka-pipes-2.0-DDuNjbjVfgsJFLlibzr06i" 'False) (C1 ('MetaCons "PipeSourceSelfManagedKafkaParameters'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "additionalBootstrapServers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Sensitive Text])) :*: S1 ('MetaSel ('Just "batchSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "consumerGroupID") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "credentials") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SelfManagedKafkaAccessConfigurationCredentials)))) :*: ((S1 ('MetaSel ('Just "maximumBatchingWindowInSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "serverRootCaCertificate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "startingPosition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SelfManagedKafkaStartPosition)) :*: (S1 ('MetaSel ('Just "vpc") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SelfManagedKafkaAccessConfigurationVpc)) :*: S1 ('MetaSel ('Just "topicName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text)))))))

newPipeSourceSelfManagedKafkaParameters Source #

Create a value of PipeSourceSelfManagedKafkaParameters 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:additionalBootstrapServers:PipeSourceSelfManagedKafkaParameters', pipeSourceSelfManagedKafkaParameters_additionalBootstrapServers - An array of server URLs.

$sel:batchSize:PipeSourceSelfManagedKafkaParameters', pipeSourceSelfManagedKafkaParameters_batchSize - The maximum number of records to include in each batch.

$sel:consumerGroupID:PipeSourceSelfManagedKafkaParameters', pipeSourceSelfManagedKafkaParameters_consumerGroupID - The name of the destination queue to consume.

$sel:credentials:PipeSourceSelfManagedKafkaParameters', pipeSourceSelfManagedKafkaParameters_credentials - The credentials needed to access the resource.

$sel:maximumBatchingWindowInSeconds:PipeSourceSelfManagedKafkaParameters', pipeSourceSelfManagedKafkaParameters_maximumBatchingWindowInSeconds - The maximum length of a time to wait for events.

$sel:serverRootCaCertificate:PipeSourceSelfManagedKafkaParameters', pipeSourceSelfManagedKafkaParameters_serverRootCaCertificate - The ARN of the Secrets Manager secret used for certification.

$sel:startingPosition:PipeSourceSelfManagedKafkaParameters', pipeSourceSelfManagedKafkaParameters_startingPosition - (Streams only) The position in a stream from which to start reading.

$sel:vpc:PipeSourceSelfManagedKafkaParameters', pipeSourceSelfManagedKafkaParameters_vpc - This structure specifies the VPC subnets and security groups for the stream, and whether a public IP address is to be used.

$sel:topicName:PipeSourceSelfManagedKafkaParameters', pipeSourceSelfManagedKafkaParameters_topicName - The name of the topic that the pipe will read from.

pipeSourceSelfManagedKafkaParameters_vpc :: Lens' PipeSourceSelfManagedKafkaParameters (Maybe SelfManagedKafkaAccessConfigurationVpc) Source #

This structure specifies the VPC subnets and security groups for the stream, and whether a public IP address is to be used.

PipeSourceSqsQueueParameters

data PipeSourceSqsQueueParameters Source #

The parameters for using a Amazon SQS stream as a source.

See: newPipeSourceSqsQueueParameters smart constructor.

Constructors

PipeSourceSqsQueueParameters' 

Fields

Instances

Instances details
FromJSON PipeSourceSqsQueueParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeSourceSqsQueueParameters

ToJSON PipeSourceSqsQueueParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeSourceSqsQueueParameters

Generic PipeSourceSqsQueueParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeSourceSqsQueueParameters

Associated Types

type Rep PipeSourceSqsQueueParameters :: Type -> Type #

Read PipeSourceSqsQueueParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeSourceSqsQueueParameters

Show PipeSourceSqsQueueParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeSourceSqsQueueParameters

NFData PipeSourceSqsQueueParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeSourceSqsQueueParameters

Eq PipeSourceSqsQueueParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeSourceSqsQueueParameters

Hashable PipeSourceSqsQueueParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeSourceSqsQueueParameters

type Rep PipeSourceSqsQueueParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeSourceSqsQueueParameters

type Rep PipeSourceSqsQueueParameters = D1 ('MetaData "PipeSourceSqsQueueParameters" "Amazonka.Pipes.Types.PipeSourceSqsQueueParameters" "amazonka-pipes-2.0-DDuNjbjVfgsJFLlibzr06i" 'False) (C1 ('MetaCons "PipeSourceSqsQueueParameters'" 'PrefixI 'True) (S1 ('MetaSel ('Just "batchSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "maximumBatchingWindowInSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))

newPipeSourceSqsQueueParameters :: PipeSourceSqsQueueParameters Source #

Create a value of PipeSourceSqsQueueParameters 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:batchSize:PipeSourceSqsQueueParameters', pipeSourceSqsQueueParameters_batchSize - The maximum number of records to include in each batch.

$sel:maximumBatchingWindowInSeconds:PipeSourceSqsQueueParameters', pipeSourceSqsQueueParameters_maximumBatchingWindowInSeconds - The maximum length of a time to wait for events.

pipeSourceSqsQueueParameters_batchSize :: Lens' PipeSourceSqsQueueParameters (Maybe Natural) Source #

The maximum number of records to include in each batch.

PipeTargetBatchJobParameters

data PipeTargetBatchJobParameters Source #

The parameters for using an Batch job as a target.

See: newPipeTargetBatchJobParameters smart constructor.

Constructors

PipeTargetBatchJobParameters' 

Fields

  • arrayProperties :: Maybe BatchArrayProperties

    The array properties for the submitted job, such as the size of the array. The array size can be between 2 and 10,000. If you specify array properties for a job, it becomes an array job. This parameter is used only if the target is an Batch job.

  • containerOverrides :: Maybe BatchContainerOverrides

    The overrides that are sent to a container.

  • dependsOn :: Maybe [BatchJobDependency]

    A list of dependencies for the job. A job can depend upon a maximum of 20 jobs. You can specify a SEQUENTIAL type dependency without specifying a job ID for array jobs so that each child array job completes sequentially, starting at index 0. You can also specify an N_TO_N type dependency with a job ID for array jobs. In that case, each index child of this job must wait for the corresponding index child of each dependency to complete before it can begin.

  • parameters :: Maybe (HashMap Text Text)

    Additional parameters passed to the job that replace parameter substitution placeholders that are set in the job definition. Parameters are specified as a key and value pair mapping. Parameters included here override any corresponding parameter defaults from the job definition.

  • retryStrategy :: Maybe BatchRetryStrategy

    The retry strategy to use for failed jobs. When a retry strategy is specified here, it overrides the retry strategy defined in the job definition.

  • jobDefinition :: Text

    The job definition used by this job. This value can be one of name, name:revision, or the Amazon Resource Name (ARN) for the job definition. If name is specified without a revision then the latest active revision is used.

  • jobName :: Text

    The name of the job. It can be up to 128 letters long. The first character must be alphanumeric, can contain uppercase and lowercase letters, numbers, hyphens (-), and underscores (_).

Instances

Instances details
FromJSON PipeTargetBatchJobParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeTargetBatchJobParameters

ToJSON PipeTargetBatchJobParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeTargetBatchJobParameters

Generic PipeTargetBatchJobParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeTargetBatchJobParameters

Associated Types

type Rep PipeTargetBatchJobParameters :: Type -> Type #

Read PipeTargetBatchJobParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeTargetBatchJobParameters

Show PipeTargetBatchJobParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeTargetBatchJobParameters

NFData PipeTargetBatchJobParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeTargetBatchJobParameters

Eq PipeTargetBatchJobParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeTargetBatchJobParameters

Hashable PipeTargetBatchJobParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeTargetBatchJobParameters

type Rep PipeTargetBatchJobParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeTargetBatchJobParameters

type Rep PipeTargetBatchJobParameters = D1 ('MetaData "PipeTargetBatchJobParameters" "Amazonka.Pipes.Types.PipeTargetBatchJobParameters" "amazonka-pipes-2.0-DDuNjbjVfgsJFLlibzr06i" 'False) (C1 ('MetaCons "PipeTargetBatchJobParameters'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "arrayProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BatchArrayProperties)) :*: (S1 ('MetaSel ('Just "containerOverrides") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BatchContainerOverrides)) :*: S1 ('MetaSel ('Just "dependsOn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [BatchJobDependency])))) :*: ((S1 ('MetaSel ('Just "parameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "retryStrategy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BatchRetryStrategy))) :*: (S1 ('MetaSel ('Just "jobDefinition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "jobName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newPipeTargetBatchJobParameters Source #

Create a value of PipeTargetBatchJobParameters 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:arrayProperties:PipeTargetBatchJobParameters', pipeTargetBatchJobParameters_arrayProperties - The array properties for the submitted job, such as the size of the array. The array size can be between 2 and 10,000. If you specify array properties for a job, it becomes an array job. This parameter is used only if the target is an Batch job.

$sel:containerOverrides:PipeTargetBatchJobParameters', pipeTargetBatchJobParameters_containerOverrides - The overrides that are sent to a container.

$sel:dependsOn:PipeTargetBatchJobParameters', pipeTargetBatchJobParameters_dependsOn - A list of dependencies for the job. A job can depend upon a maximum of 20 jobs. You can specify a SEQUENTIAL type dependency without specifying a job ID for array jobs so that each child array job completes sequentially, starting at index 0. You can also specify an N_TO_N type dependency with a job ID for array jobs. In that case, each index child of this job must wait for the corresponding index child of each dependency to complete before it can begin.

$sel:parameters:PipeTargetBatchJobParameters', pipeTargetBatchJobParameters_parameters - Additional parameters passed to the job that replace parameter substitution placeholders that are set in the job definition. Parameters are specified as a key and value pair mapping. Parameters included here override any corresponding parameter defaults from the job definition.

$sel:retryStrategy:PipeTargetBatchJobParameters', pipeTargetBatchJobParameters_retryStrategy - The retry strategy to use for failed jobs. When a retry strategy is specified here, it overrides the retry strategy defined in the job definition.

$sel:jobDefinition:PipeTargetBatchJobParameters', pipeTargetBatchJobParameters_jobDefinition - The job definition used by this job. This value can be one of name, name:revision, or the Amazon Resource Name (ARN) for the job definition. If name is specified without a revision then the latest active revision is used.

$sel:jobName:PipeTargetBatchJobParameters', pipeTargetBatchJobParameters_jobName - The name of the job. It can be up to 128 letters long. The first character must be alphanumeric, can contain uppercase and lowercase letters, numbers, hyphens (-), and underscores (_).

pipeTargetBatchJobParameters_arrayProperties :: Lens' PipeTargetBatchJobParameters (Maybe BatchArrayProperties) Source #

The array properties for the submitted job, such as the size of the array. The array size can be between 2 and 10,000. If you specify array properties for a job, it becomes an array job. This parameter is used only if the target is an Batch job.

pipeTargetBatchJobParameters_dependsOn :: Lens' PipeTargetBatchJobParameters (Maybe [BatchJobDependency]) Source #

A list of dependencies for the job. A job can depend upon a maximum of 20 jobs. You can specify a SEQUENTIAL type dependency without specifying a job ID for array jobs so that each child array job completes sequentially, starting at index 0. You can also specify an N_TO_N type dependency with a job ID for array jobs. In that case, each index child of this job must wait for the corresponding index child of each dependency to complete before it can begin.

pipeTargetBatchJobParameters_parameters :: Lens' PipeTargetBatchJobParameters (Maybe (HashMap Text Text)) Source #

Additional parameters passed to the job that replace parameter substitution placeholders that are set in the job definition. Parameters are specified as a key and value pair mapping. Parameters included here override any corresponding parameter defaults from the job definition.

pipeTargetBatchJobParameters_retryStrategy :: Lens' PipeTargetBatchJobParameters (Maybe BatchRetryStrategy) Source #

The retry strategy to use for failed jobs. When a retry strategy is specified here, it overrides the retry strategy defined in the job definition.

pipeTargetBatchJobParameters_jobDefinition :: Lens' PipeTargetBatchJobParameters Text Source #

The job definition used by this job. This value can be one of name, name:revision, or the Amazon Resource Name (ARN) for the job definition. If name is specified without a revision then the latest active revision is used.

pipeTargetBatchJobParameters_jobName :: Lens' PipeTargetBatchJobParameters Text Source #

The name of the job. It can be up to 128 letters long. The first character must be alphanumeric, can contain uppercase and lowercase letters, numbers, hyphens (-), and underscores (_).

PipeTargetCloudWatchLogsParameters

data PipeTargetCloudWatchLogsParameters Source #

The parameters for using an CloudWatch Logs log stream as a target.

See: newPipeTargetCloudWatchLogsParameters smart constructor.

Constructors

PipeTargetCloudWatchLogsParameters' 

Fields

Instances

Instances details
FromJSON PipeTargetCloudWatchLogsParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeTargetCloudWatchLogsParameters

ToJSON PipeTargetCloudWatchLogsParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeTargetCloudWatchLogsParameters

Generic PipeTargetCloudWatchLogsParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeTargetCloudWatchLogsParameters

Associated Types

type Rep PipeTargetCloudWatchLogsParameters :: Type -> Type #

Read PipeTargetCloudWatchLogsParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeTargetCloudWatchLogsParameters

Show PipeTargetCloudWatchLogsParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeTargetCloudWatchLogsParameters

NFData PipeTargetCloudWatchLogsParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeTargetCloudWatchLogsParameters

Eq PipeTargetCloudWatchLogsParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeTargetCloudWatchLogsParameters

Hashable PipeTargetCloudWatchLogsParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeTargetCloudWatchLogsParameters

type Rep PipeTargetCloudWatchLogsParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeTargetCloudWatchLogsParameters

type Rep PipeTargetCloudWatchLogsParameters = D1 ('MetaData "PipeTargetCloudWatchLogsParameters" "Amazonka.Pipes.Types.PipeTargetCloudWatchLogsParameters" "amazonka-pipes-2.0-DDuNjbjVfgsJFLlibzr06i" 'False) (C1 ('MetaCons "PipeTargetCloudWatchLogsParameters'" 'PrefixI 'True) (S1 ('MetaSel ('Just "logStreamName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "timestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newPipeTargetCloudWatchLogsParameters :: PipeTargetCloudWatchLogsParameters Source #

Create a value of PipeTargetCloudWatchLogsParameters 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:logStreamName:PipeTargetCloudWatchLogsParameters', pipeTargetCloudWatchLogsParameters_logStreamName - The name of the log stream.

$sel:timestamp:PipeTargetCloudWatchLogsParameters', pipeTargetCloudWatchLogsParameters_timestamp - The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

pipeTargetCloudWatchLogsParameters_timestamp :: Lens' PipeTargetCloudWatchLogsParameters (Maybe Text) Source #

The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

PipeTargetEcsTaskParameters

data PipeTargetEcsTaskParameters Source #

The parameters for using an Amazon ECS task as a target.

See: newPipeTargetEcsTaskParameters smart constructor.

Constructors

PipeTargetEcsTaskParameters' 

Fields

  • capacityProviderStrategy :: Maybe [CapacityProviderStrategyItem]

    The capacity provider strategy to use for the task.

    If a capacityProviderStrategy is specified, the launchType parameter must be omitted. If no capacityProviderStrategy or launchType is specified, the defaultCapacityProviderStrategy for the cluster is used.

  • enableECSManagedTags :: Maybe Bool

    Specifies whether to enable Amazon ECS managed tags for the task. For more information, see Tagging Your Amazon ECS Resources in the Amazon Elastic Container Service Developer Guide.

  • enableExecuteCommand :: Maybe Bool

    Whether or not to enable the execute command functionality for the containers in this task. If true, this enables execute command functionality on all containers in the task.

  • group' :: Maybe Text

    Specifies an Amazon ECS task group for the task. The maximum length is 255 characters.

  • launchType :: Maybe LaunchType

    Specifies the launch type on which your task is running. The launch type that you specify here must match one of the launch type (compatibilities) of the target task. The FARGATE value is supported only in the Regions where Fargate with Amazon ECS is supported. For more information, see Fargate on Amazon ECS in the Amazon Elastic Container Service Developer Guide.

  • networkConfiguration :: Maybe NetworkConfiguration

    Use this structure if the Amazon ECS task uses the awsvpc network mode. This structure specifies the VPC subnets and security groups associated with the task, and whether a public IP address is to be used. This structure is required if LaunchType is FARGATE because the awsvpc mode is required for Fargate tasks.

    If you specify NetworkConfiguration when the target ECS task does not use the awsvpc network mode, the task fails.

  • overrides :: Maybe EcsTaskOverride

    The overrides that are associated with a task.

  • placementConstraints :: Maybe [PlacementConstraint]

    An array of placement constraint objects to use for the task. You can specify up to 10 constraints per task (including constraints in the task definition and those specified at runtime).

  • placementStrategy :: Maybe [PlacementStrategy]

    The placement strategy objects to use for the task. You can specify a maximum of five strategy rules per task.

  • platformVersion :: Maybe Text

    Specifies the platform version for the task. Specify only the numeric portion of the platform version, such as 1.1.0.

    This structure is used only if LaunchType is FARGATE. For more information about valid platform versions, see Fargate Platform Versions in the Amazon Elastic Container Service Developer Guide.

  • propagateTags :: Maybe PropagateTags

    Specifies whether to propagate the tags from the task definition to the task. If no value is specified, the tags are not propagated. Tags can only be propagated to the task during task creation. To add tags to a task after task creation, use the TagResource API action.

  • referenceId :: Maybe (Sensitive Text)

    The reference ID to use for the task.

  • tags :: Maybe [Tag]

    The metadata that you apply to the task to help you categorize and organize them. Each tag consists of a key and an optional value, both of which you define. To learn more, see RunTask in the Amazon ECS API Reference.

  • taskCount :: Maybe Natural

    The number of tasks to create based on TaskDefinition. The default is 1.

  • taskDefinitionArn :: Text

    The ARN of the task definition to use if the event target is an Amazon ECS task.

Instances

Instances details
FromJSON PipeTargetEcsTaskParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeTargetEcsTaskParameters

ToJSON PipeTargetEcsTaskParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeTargetEcsTaskParameters

Generic PipeTargetEcsTaskParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeTargetEcsTaskParameters

Associated Types

type Rep PipeTargetEcsTaskParameters :: Type -> Type #

Show PipeTargetEcsTaskParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeTargetEcsTaskParameters

NFData PipeTargetEcsTaskParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeTargetEcsTaskParameters

Eq PipeTargetEcsTaskParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeTargetEcsTaskParameters

Hashable PipeTargetEcsTaskParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeTargetEcsTaskParameters

type Rep PipeTargetEcsTaskParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeTargetEcsTaskParameters

type Rep PipeTargetEcsTaskParameters = D1 ('MetaData "PipeTargetEcsTaskParameters" "Amazonka.Pipes.Types.PipeTargetEcsTaskParameters" "amazonka-pipes-2.0-DDuNjbjVfgsJFLlibzr06i" 'False) (C1 ('MetaCons "PipeTargetEcsTaskParameters'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "capacityProviderStrategy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [CapacityProviderStrategyItem])) :*: (S1 ('MetaSel ('Just "enableECSManagedTags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "enableExecuteCommand") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))) :*: ((S1 ('MetaSel ('Just "group'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "launchType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LaunchType))) :*: (S1 ('MetaSel ('Just "networkConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NetworkConfiguration)) :*: S1 ('MetaSel ('Just "overrides") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EcsTaskOverride))))) :*: (((S1 ('MetaSel ('Just "placementConstraints") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PlacementConstraint])) :*: S1 ('MetaSel ('Just "placementStrategy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PlacementStrategy]))) :*: (S1 ('MetaSel ('Just "platformVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "propagateTags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PropagateTags)))) :*: ((S1 ('MetaSel ('Just "referenceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag]))) :*: (S1 ('MetaSel ('Just "taskCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "taskDefinitionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))

newPipeTargetEcsTaskParameters Source #

Create a value of PipeTargetEcsTaskParameters 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:capacityProviderStrategy:PipeTargetEcsTaskParameters', pipeTargetEcsTaskParameters_capacityProviderStrategy - The capacity provider strategy to use for the task.

If a capacityProviderStrategy is specified, the launchType parameter must be omitted. If no capacityProviderStrategy or launchType is specified, the defaultCapacityProviderStrategy for the cluster is used.

$sel:enableECSManagedTags:PipeTargetEcsTaskParameters', pipeTargetEcsTaskParameters_enableECSManagedTags - Specifies whether to enable Amazon ECS managed tags for the task. For more information, see Tagging Your Amazon ECS Resources in the Amazon Elastic Container Service Developer Guide.

$sel:enableExecuteCommand:PipeTargetEcsTaskParameters', pipeTargetEcsTaskParameters_enableExecuteCommand - Whether or not to enable the execute command functionality for the containers in this task. If true, this enables execute command functionality on all containers in the task.

$sel:group':PipeTargetEcsTaskParameters', pipeTargetEcsTaskParameters_group - Specifies an Amazon ECS task group for the task. The maximum length is 255 characters.

$sel:launchType:PipeTargetEcsTaskParameters', pipeTargetEcsTaskParameters_launchType - Specifies the launch type on which your task is running. The launch type that you specify here must match one of the launch type (compatibilities) of the target task. The FARGATE value is supported only in the Regions where Fargate with Amazon ECS is supported. For more information, see Fargate on Amazon ECS in the Amazon Elastic Container Service Developer Guide.

$sel:networkConfiguration:PipeTargetEcsTaskParameters', pipeTargetEcsTaskParameters_networkConfiguration - Use this structure if the Amazon ECS task uses the awsvpc network mode. This structure specifies the VPC subnets and security groups associated with the task, and whether a public IP address is to be used. This structure is required if LaunchType is FARGATE because the awsvpc mode is required for Fargate tasks.

If you specify NetworkConfiguration when the target ECS task does not use the awsvpc network mode, the task fails.

$sel:overrides:PipeTargetEcsTaskParameters', pipeTargetEcsTaskParameters_overrides - The overrides that are associated with a task.

$sel:placementConstraints:PipeTargetEcsTaskParameters', pipeTargetEcsTaskParameters_placementConstraints - An array of placement constraint objects to use for the task. You can specify up to 10 constraints per task (including constraints in the task definition and those specified at runtime).

$sel:placementStrategy:PipeTargetEcsTaskParameters', pipeTargetEcsTaskParameters_placementStrategy - The placement strategy objects to use for the task. You can specify a maximum of five strategy rules per task.

$sel:platformVersion:PipeTargetEcsTaskParameters', pipeTargetEcsTaskParameters_platformVersion - Specifies the platform version for the task. Specify only the numeric portion of the platform version, such as 1.1.0.

This structure is used only if LaunchType is FARGATE. For more information about valid platform versions, see Fargate Platform Versions in the Amazon Elastic Container Service Developer Guide.

$sel:propagateTags:PipeTargetEcsTaskParameters', pipeTargetEcsTaskParameters_propagateTags - Specifies whether to propagate the tags from the task definition to the task. If no value is specified, the tags are not propagated. Tags can only be propagated to the task during task creation. To add tags to a task after task creation, use the TagResource API action.

$sel:referenceId:PipeTargetEcsTaskParameters', pipeTargetEcsTaskParameters_referenceId - The reference ID to use for the task.

$sel:tags:PipeTargetEcsTaskParameters', pipeTargetEcsTaskParameters_tags - The metadata that you apply to the task to help you categorize and organize them. Each tag consists of a key and an optional value, both of which you define. To learn more, see RunTask in the Amazon ECS API Reference.

$sel:taskCount:PipeTargetEcsTaskParameters', pipeTargetEcsTaskParameters_taskCount - The number of tasks to create based on TaskDefinition. The default is 1.

$sel:taskDefinitionArn:PipeTargetEcsTaskParameters', pipeTargetEcsTaskParameters_taskDefinitionArn - The ARN of the task definition to use if the event target is an Amazon ECS task.

pipeTargetEcsTaskParameters_capacityProviderStrategy :: Lens' PipeTargetEcsTaskParameters (Maybe [CapacityProviderStrategyItem]) Source #

The capacity provider strategy to use for the task.

If a capacityProviderStrategy is specified, the launchType parameter must be omitted. If no capacityProviderStrategy or launchType is specified, the defaultCapacityProviderStrategy for the cluster is used.

pipeTargetEcsTaskParameters_enableECSManagedTags :: Lens' PipeTargetEcsTaskParameters (Maybe Bool) Source #

Specifies whether to enable Amazon ECS managed tags for the task. For more information, see Tagging Your Amazon ECS Resources in the Amazon Elastic Container Service Developer Guide.

pipeTargetEcsTaskParameters_enableExecuteCommand :: Lens' PipeTargetEcsTaskParameters (Maybe Bool) Source #

Whether or not to enable the execute command functionality for the containers in this task. If true, this enables execute command functionality on all containers in the task.

pipeTargetEcsTaskParameters_group :: Lens' PipeTargetEcsTaskParameters (Maybe Text) Source #

Specifies an Amazon ECS task group for the task. The maximum length is 255 characters.

pipeTargetEcsTaskParameters_launchType :: Lens' PipeTargetEcsTaskParameters (Maybe LaunchType) Source #

Specifies the launch type on which your task is running. The launch type that you specify here must match one of the launch type (compatibilities) of the target task. The FARGATE value is supported only in the Regions where Fargate with Amazon ECS is supported. For more information, see Fargate on Amazon ECS in the Amazon Elastic Container Service Developer Guide.

pipeTargetEcsTaskParameters_networkConfiguration :: Lens' PipeTargetEcsTaskParameters (Maybe NetworkConfiguration) Source #

Use this structure if the Amazon ECS task uses the awsvpc network mode. This structure specifies the VPC subnets and security groups associated with the task, and whether a public IP address is to be used. This structure is required if LaunchType is FARGATE because the awsvpc mode is required for Fargate tasks.

If you specify NetworkConfiguration when the target ECS task does not use the awsvpc network mode, the task fails.

pipeTargetEcsTaskParameters_placementConstraints :: Lens' PipeTargetEcsTaskParameters (Maybe [PlacementConstraint]) Source #

An array of placement constraint objects to use for the task. You can specify up to 10 constraints per task (including constraints in the task definition and those specified at runtime).

pipeTargetEcsTaskParameters_placementStrategy :: Lens' PipeTargetEcsTaskParameters (Maybe [PlacementStrategy]) Source #

The placement strategy objects to use for the task. You can specify a maximum of five strategy rules per task.

pipeTargetEcsTaskParameters_platformVersion :: Lens' PipeTargetEcsTaskParameters (Maybe Text) Source #

Specifies the platform version for the task. Specify only the numeric portion of the platform version, such as 1.1.0.

This structure is used only if LaunchType is FARGATE. For more information about valid platform versions, see Fargate Platform Versions in the Amazon Elastic Container Service Developer Guide.

pipeTargetEcsTaskParameters_propagateTags :: Lens' PipeTargetEcsTaskParameters (Maybe PropagateTags) Source #

Specifies whether to propagate the tags from the task definition to the task. If no value is specified, the tags are not propagated. Tags can only be propagated to the task during task creation. To add tags to a task after task creation, use the TagResource API action.

pipeTargetEcsTaskParameters_tags :: Lens' PipeTargetEcsTaskParameters (Maybe [Tag]) Source #

The metadata that you apply to the task to help you categorize and organize them. Each tag consists of a key and an optional value, both of which you define. To learn more, see RunTask in the Amazon ECS API Reference.

pipeTargetEcsTaskParameters_taskCount :: Lens' PipeTargetEcsTaskParameters (Maybe Natural) Source #

The number of tasks to create based on TaskDefinition. The default is 1.

pipeTargetEcsTaskParameters_taskDefinitionArn :: Lens' PipeTargetEcsTaskParameters Text Source #

The ARN of the task definition to use if the event target is an Amazon ECS task.

PipeTargetEventBridgeEventBusParameters

data PipeTargetEventBridgeEventBusParameters Source #

The parameters for using an EventBridge event bus as a target.

See: newPipeTargetEventBridgeEventBusParameters smart constructor.

Constructors

PipeTargetEventBridgeEventBusParameters' 

Fields

  • detailType :: Maybe (Sensitive Text)

    A free-form string, with a maximum of 128 characters, used to decide what fields to expect in the event detail.

  • endpointId :: Maybe (Sensitive Text)

    The URL subdomain of the endpoint. For example, if the URL for Endpoint is https://abcde.veo.endpoints.event.amazonaws.com, then the EndpointId is abcde.veo.

    When using Java, you must include auth-crt on the class path.

  • resources :: Maybe [Text]

    Amazon Web Services resources, identified by Amazon Resource Name (ARN), which the event primarily concerns. Any number, including zero, may be present.

  • source :: Maybe (Sensitive Text)

    The source of the event.

  • time :: Maybe Text

    The time stamp of the event, per RFC3339. If no time stamp is provided, the time stamp of the PutEvents call is used.

Instances

Instances details
FromJSON PipeTargetEventBridgeEventBusParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeTargetEventBridgeEventBusParameters

ToJSON PipeTargetEventBridgeEventBusParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeTargetEventBridgeEventBusParameters

Generic PipeTargetEventBridgeEventBusParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeTargetEventBridgeEventBusParameters

Show PipeTargetEventBridgeEventBusParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeTargetEventBridgeEventBusParameters

NFData PipeTargetEventBridgeEventBusParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeTargetEventBridgeEventBusParameters

Eq PipeTargetEventBridgeEventBusParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeTargetEventBridgeEventBusParameters

Hashable PipeTargetEventBridgeEventBusParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeTargetEventBridgeEventBusParameters

type Rep PipeTargetEventBridgeEventBusParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeTargetEventBridgeEventBusParameters

type Rep PipeTargetEventBridgeEventBusParameters = D1 ('MetaData "PipeTargetEventBridgeEventBusParameters" "Amazonka.Pipes.Types.PipeTargetEventBridgeEventBusParameters" "amazonka-pipes-2.0-DDuNjbjVfgsJFLlibzr06i" 'False) (C1 ('MetaCons "PipeTargetEventBridgeEventBusParameters'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "detailType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "endpointId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text)))) :*: (S1 ('MetaSel ('Just "resources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "source") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "time") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newPipeTargetEventBridgeEventBusParameters :: PipeTargetEventBridgeEventBusParameters Source #

Create a value of PipeTargetEventBridgeEventBusParameters 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:detailType:PipeTargetEventBridgeEventBusParameters', pipeTargetEventBridgeEventBusParameters_detailType - A free-form string, with a maximum of 128 characters, used to decide what fields to expect in the event detail.

$sel:endpointId:PipeTargetEventBridgeEventBusParameters', pipeTargetEventBridgeEventBusParameters_endpointId - The URL subdomain of the endpoint. For example, if the URL for Endpoint is https://abcde.veo.endpoints.event.amazonaws.com, then the EndpointId is abcde.veo.

When using Java, you must include auth-crt on the class path.

$sel:resources:PipeTargetEventBridgeEventBusParameters', pipeTargetEventBridgeEventBusParameters_resources - Amazon Web Services resources, identified by Amazon Resource Name (ARN), which the event primarily concerns. Any number, including zero, may be present.

$sel:source:PipeTargetEventBridgeEventBusParameters', pipeTargetEventBridgeEventBusParameters_source - The source of the event.

$sel:time:PipeTargetEventBridgeEventBusParameters', pipeTargetEventBridgeEventBusParameters_time - The time stamp of the event, per RFC3339. If no time stamp is provided, the time stamp of the PutEvents call is used.

pipeTargetEventBridgeEventBusParameters_detailType :: Lens' PipeTargetEventBridgeEventBusParameters (Maybe Text) Source #

A free-form string, with a maximum of 128 characters, used to decide what fields to expect in the event detail.

pipeTargetEventBridgeEventBusParameters_endpointId :: Lens' PipeTargetEventBridgeEventBusParameters (Maybe Text) Source #

The URL subdomain of the endpoint. For example, if the URL for Endpoint is https://abcde.veo.endpoints.event.amazonaws.com, then the EndpointId is abcde.veo.

When using Java, you must include auth-crt on the class path.

pipeTargetEventBridgeEventBusParameters_resources :: Lens' PipeTargetEventBridgeEventBusParameters (Maybe [Text]) Source #

Amazon Web Services resources, identified by Amazon Resource Name (ARN), which the event primarily concerns. Any number, including zero, may be present.

pipeTargetEventBridgeEventBusParameters_time :: Lens' PipeTargetEventBridgeEventBusParameters (Maybe Text) Source #

The time stamp of the event, per RFC3339. If no time stamp is provided, the time stamp of the PutEvents call is used.

PipeTargetHttpParameters

data PipeTargetHttpParameters Source #

These are custom parameter to be used when the target is an API Gateway REST APIs or EventBridge ApiDestinations.

See: newPipeTargetHttpParameters smart constructor.

Constructors

PipeTargetHttpParameters' 

Fields

Instances

Instances details
FromJSON PipeTargetHttpParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeTargetHttpParameters

ToJSON PipeTargetHttpParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeTargetHttpParameters

Generic PipeTargetHttpParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeTargetHttpParameters

Associated Types

type Rep PipeTargetHttpParameters :: Type -> Type #

Show PipeTargetHttpParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeTargetHttpParameters

NFData PipeTargetHttpParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeTargetHttpParameters

Eq PipeTargetHttpParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeTargetHttpParameters

Hashable PipeTargetHttpParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeTargetHttpParameters

type Rep PipeTargetHttpParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeTargetHttpParameters

type Rep PipeTargetHttpParameters = D1 ('MetaData "PipeTargetHttpParameters" "Amazonka.Pipes.Types.PipeTargetHttpParameters" "amazonka-pipes-2.0-DDuNjbjVfgsJFLlibzr06i" 'False) (C1 ('MetaCons "PipeTargetHttpParameters'" 'PrefixI 'True) (S1 ('MetaSel ('Just "headerParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text (Sensitive Text)))) :*: (S1 ('MetaSel ('Just "pathParameterValues") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Sensitive Text])) :*: S1 ('MetaSel ('Just "queryStringParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text (Sensitive Text)))))))

newPipeTargetHttpParameters :: PipeTargetHttpParameters Source #

Create a value of PipeTargetHttpParameters 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:headerParameters:PipeTargetHttpParameters', pipeTargetHttpParameters_headerParameters - The headers that need to be sent as part of request invoking the API Gateway REST API or EventBridge ApiDestination.

$sel:pathParameterValues:PipeTargetHttpParameters', pipeTargetHttpParameters_pathParameterValues - The path parameter values to be used to populate API Gateway REST API or EventBridge ApiDestination path wildcards ("*").

$sel:queryStringParameters:PipeTargetHttpParameters', pipeTargetHttpParameters_queryStringParameters - The query string keys/values that need to be sent as part of request invoking the API Gateway REST API or EventBridge ApiDestination.

pipeTargetHttpParameters_headerParameters :: Lens' PipeTargetHttpParameters (Maybe (HashMap Text Text)) Source #

The headers that need to be sent as part of request invoking the API Gateway REST API or EventBridge ApiDestination.

pipeTargetHttpParameters_pathParameterValues :: Lens' PipeTargetHttpParameters (Maybe [Text]) Source #

The path parameter values to be used to populate API Gateway REST API or EventBridge ApiDestination path wildcards ("*").

pipeTargetHttpParameters_queryStringParameters :: Lens' PipeTargetHttpParameters (Maybe (HashMap Text Text)) Source #

The query string keys/values that need to be sent as part of request invoking the API Gateway REST API or EventBridge ApiDestination.

PipeTargetKinesisStreamParameters

data PipeTargetKinesisStreamParameters Source #

The parameters for using a Kinesis stream as a source.

See: newPipeTargetKinesisStreamParameters smart constructor.

Constructors

PipeTargetKinesisStreamParameters' 

Fields

  • partitionKey :: Sensitive Text

    Determines which shard in the stream the data record is assigned to. Partition keys are Unicode strings with a maximum length limit of 256 characters for each key. Amazon Kinesis Data Streams uses the partition key as input to a hash function that maps the partition key and associated data to a specific shard. Specifically, an MD5 hash function is used to map partition keys to 128-bit integer values and to map associated data records to shards. As a result of this hashing mechanism, all data records with the same partition key map to the same shard within the stream.

Instances

Instances details
FromJSON PipeTargetKinesisStreamParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeTargetKinesisStreamParameters

ToJSON PipeTargetKinesisStreamParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeTargetKinesisStreamParameters

Generic PipeTargetKinesisStreamParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeTargetKinesisStreamParameters

Associated Types

type Rep PipeTargetKinesisStreamParameters :: Type -> Type #

Show PipeTargetKinesisStreamParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeTargetKinesisStreamParameters

NFData PipeTargetKinesisStreamParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeTargetKinesisStreamParameters

Eq PipeTargetKinesisStreamParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeTargetKinesisStreamParameters

Hashable PipeTargetKinesisStreamParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeTargetKinesisStreamParameters

type Rep PipeTargetKinesisStreamParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeTargetKinesisStreamParameters

type Rep PipeTargetKinesisStreamParameters = D1 ('MetaData "PipeTargetKinesisStreamParameters" "Amazonka.Pipes.Types.PipeTargetKinesisStreamParameters" "amazonka-pipes-2.0-DDuNjbjVfgsJFLlibzr06i" 'False) (C1 ('MetaCons "PipeTargetKinesisStreamParameters'" 'PrefixI 'True) (S1 ('MetaSel ('Just "partitionKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text))))

newPipeTargetKinesisStreamParameters Source #

Create a value of PipeTargetKinesisStreamParameters 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:partitionKey:PipeTargetKinesisStreamParameters', pipeTargetKinesisStreamParameters_partitionKey - Determines which shard in the stream the data record is assigned to. Partition keys are Unicode strings with a maximum length limit of 256 characters for each key. Amazon Kinesis Data Streams uses the partition key as input to a hash function that maps the partition key and associated data to a specific shard. Specifically, an MD5 hash function is used to map partition keys to 128-bit integer values and to map associated data records to shards. As a result of this hashing mechanism, all data records with the same partition key map to the same shard within the stream.

pipeTargetKinesisStreamParameters_partitionKey :: Lens' PipeTargetKinesisStreamParameters Text Source #

Determines which shard in the stream the data record is assigned to. Partition keys are Unicode strings with a maximum length limit of 256 characters for each key. Amazon Kinesis Data Streams uses the partition key as input to a hash function that maps the partition key and associated data to a specific shard. Specifically, an MD5 hash function is used to map partition keys to 128-bit integer values and to map associated data records to shards. As a result of this hashing mechanism, all data records with the same partition key map to the same shard within the stream.

PipeTargetLambdaFunctionParameters

data PipeTargetLambdaFunctionParameters Source #

The parameters for using a Lambda function as a target.

See: newPipeTargetLambdaFunctionParameters smart constructor.

Constructors

PipeTargetLambdaFunctionParameters' 

Fields

  • invocationType :: Maybe PipeTargetInvocationType

    Choose from the following options.

    • RequestResponse (default) - Invoke the function synchronously. Keep the connection open until the function returns a response or times out. The API response includes the function response and additional data.
    • Event - Invoke the function asynchronously. Send events that fail multiple times to the function's dead-letter queue (if it's configured). The API response only includes a status code.
    • DryRun - Validate parameter values and verify that the user or role has permission to invoke the function.

Instances

Instances details
FromJSON PipeTargetLambdaFunctionParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeTargetLambdaFunctionParameters

ToJSON PipeTargetLambdaFunctionParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeTargetLambdaFunctionParameters

Generic PipeTargetLambdaFunctionParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeTargetLambdaFunctionParameters

Associated Types

type Rep PipeTargetLambdaFunctionParameters :: Type -> Type #

Read PipeTargetLambdaFunctionParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeTargetLambdaFunctionParameters

Show PipeTargetLambdaFunctionParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeTargetLambdaFunctionParameters

NFData PipeTargetLambdaFunctionParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeTargetLambdaFunctionParameters

Eq PipeTargetLambdaFunctionParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeTargetLambdaFunctionParameters

Hashable PipeTargetLambdaFunctionParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeTargetLambdaFunctionParameters

type Rep PipeTargetLambdaFunctionParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeTargetLambdaFunctionParameters

type Rep PipeTargetLambdaFunctionParameters = D1 ('MetaData "PipeTargetLambdaFunctionParameters" "Amazonka.Pipes.Types.PipeTargetLambdaFunctionParameters" "amazonka-pipes-2.0-DDuNjbjVfgsJFLlibzr06i" 'False) (C1 ('MetaCons "PipeTargetLambdaFunctionParameters'" 'PrefixI 'True) (S1 ('MetaSel ('Just "invocationType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PipeTargetInvocationType))))

newPipeTargetLambdaFunctionParameters :: PipeTargetLambdaFunctionParameters Source #

Create a value of PipeTargetLambdaFunctionParameters 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:invocationType:PipeTargetLambdaFunctionParameters', pipeTargetLambdaFunctionParameters_invocationType - Choose from the following options.

  • RequestResponse (default) - Invoke the function synchronously. Keep the connection open until the function returns a response or times out. The API response includes the function response and additional data.
  • Event - Invoke the function asynchronously. Send events that fail multiple times to the function's dead-letter queue (if it's configured). The API response only includes a status code.
  • DryRun - Validate parameter values and verify that the user or role has permission to invoke the function.

pipeTargetLambdaFunctionParameters_invocationType :: Lens' PipeTargetLambdaFunctionParameters (Maybe PipeTargetInvocationType) Source #

Choose from the following options.

  • RequestResponse (default) - Invoke the function synchronously. Keep the connection open until the function returns a response or times out. The API response includes the function response and additional data.
  • Event - Invoke the function asynchronously. Send events that fail multiple times to the function's dead-letter queue (if it's configured). The API response only includes a status code.
  • DryRun - Validate parameter values and verify that the user or role has permission to invoke the function.

PipeTargetParameters

data PipeTargetParameters Source #

The parameters required to set up a target for your pipe.

See: newPipeTargetParameters smart constructor.

Constructors

PipeTargetParameters' 

Fields

Instances

Instances details
FromJSON PipeTargetParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeTargetParameters

ToJSON PipeTargetParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeTargetParameters

Generic PipeTargetParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeTargetParameters

Associated Types

type Rep PipeTargetParameters :: Type -> Type #

Show PipeTargetParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeTargetParameters

NFData PipeTargetParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeTargetParameters

Methods

rnf :: PipeTargetParameters -> () #

Eq PipeTargetParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeTargetParameters

Hashable PipeTargetParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeTargetParameters

type Rep PipeTargetParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeTargetParameters

type Rep PipeTargetParameters = D1 ('MetaData "PipeTargetParameters" "Amazonka.Pipes.Types.PipeTargetParameters" "amazonka-pipes-2.0-DDuNjbjVfgsJFLlibzr06i" 'False) (C1 ('MetaCons "PipeTargetParameters'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "batchJobParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PipeTargetBatchJobParameters)) :*: (S1 ('MetaSel ('Just "cloudWatchLogsParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PipeTargetCloudWatchLogsParameters)) :*: S1 ('MetaSel ('Just "ecsTaskParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PipeTargetEcsTaskParameters)))) :*: (S1 ('MetaSel ('Just "eventBridgeEventBusParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PipeTargetEventBridgeEventBusParameters)) :*: (S1 ('MetaSel ('Just "httpParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PipeTargetHttpParameters)) :*: S1 ('MetaSel ('Just "inputTemplate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text)))))) :*: ((S1 ('MetaSel ('Just "kinesisStreamParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PipeTargetKinesisStreamParameters)) :*: (S1 ('MetaSel ('Just "lambdaFunctionParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PipeTargetLambdaFunctionParameters)) :*: S1 ('MetaSel ('Just "redshiftDataParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PipeTargetRedshiftDataParameters)))) :*: (S1 ('MetaSel ('Just "sageMakerPipelineParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PipeTargetSageMakerPipelineParameters)) :*: (S1 ('MetaSel ('Just "sqsQueueParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PipeTargetSqsQueueParameters)) :*: S1 ('MetaSel ('Just "stepFunctionStateMachineParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PipeTargetStateMachineParameters)))))))

newPipeTargetParameters :: PipeTargetParameters Source #

Create a value of PipeTargetParameters 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:batchJobParameters:PipeTargetParameters', pipeTargetParameters_batchJobParameters - The parameters for using an Batch job as a target.

$sel:cloudWatchLogsParameters:PipeTargetParameters', pipeTargetParameters_cloudWatchLogsParameters - The parameters for using an CloudWatch Logs log stream as a target.

$sel:ecsTaskParameters:PipeTargetParameters', pipeTargetParameters_ecsTaskParameters - The parameters for using an Amazon ECS task as a target.

$sel:eventBridgeEventBusParameters:PipeTargetParameters', pipeTargetParameters_eventBridgeEventBusParameters - The parameters for using an EventBridge event bus as a target.

$sel:httpParameters:PipeTargetParameters', pipeTargetParameters_httpParameters - These are custom parameter to be used when the target is an API Gateway REST APIs or EventBridge ApiDestinations.

$sel:inputTemplate:PipeTargetParameters', pipeTargetParameters_inputTemplate - Valid JSON text passed to the target. In this case, nothing from the event itself is passed to the target. For more information, see The JavaScript Object Notation (JSON) Data Interchange Format.

$sel:kinesisStreamParameters:PipeTargetParameters', pipeTargetParameters_kinesisStreamParameters - The parameters for using a Kinesis stream as a source.

$sel:lambdaFunctionParameters:PipeTargetParameters', pipeTargetParameters_lambdaFunctionParameters - The parameters for using a Lambda function as a target.

$sel:redshiftDataParameters:PipeTargetParameters', pipeTargetParameters_redshiftDataParameters - These are custom parameters to be used when the target is a Amazon Redshift cluster to invoke the Amazon Redshift Data API ExecuteStatement.

$sel:sageMakerPipelineParameters:PipeTargetParameters', pipeTargetParameters_sageMakerPipelineParameters - The parameters for using a SageMaker pipeline as a target.

$sel:sqsQueueParameters:PipeTargetParameters', pipeTargetParameters_sqsQueueParameters - The parameters for using a Amazon SQS stream as a source.

$sel:stepFunctionStateMachineParameters:PipeTargetParameters', pipeTargetParameters_stepFunctionStateMachineParameters - The parameters for using a Step Functions state machine as a target.

pipeTargetParameters_cloudWatchLogsParameters :: Lens' PipeTargetParameters (Maybe PipeTargetCloudWatchLogsParameters) Source #

The parameters for using an CloudWatch Logs log stream as a target.

pipeTargetParameters_httpParameters :: Lens' PipeTargetParameters (Maybe PipeTargetHttpParameters) Source #

These are custom parameter to be used when the target is an API Gateway REST APIs or EventBridge ApiDestinations.

pipeTargetParameters_inputTemplate :: Lens' PipeTargetParameters (Maybe Text) Source #

Valid JSON text passed to the target. In this case, nothing from the event itself is passed to the target. For more information, see The JavaScript Object Notation (JSON) Data Interchange Format.

pipeTargetParameters_redshiftDataParameters :: Lens' PipeTargetParameters (Maybe PipeTargetRedshiftDataParameters) Source #

These are custom parameters to be used when the target is a Amazon Redshift cluster to invoke the Amazon Redshift Data API ExecuteStatement.

PipeTargetRedshiftDataParameters

data PipeTargetRedshiftDataParameters Source #

These are custom parameters to be used when the target is a Amazon Redshift cluster to invoke the Amazon Redshift Data API ExecuteStatement.

See: newPipeTargetRedshiftDataParameters smart constructor.

Constructors

PipeTargetRedshiftDataParameters' 

Fields

Instances

Instances details
FromJSON PipeTargetRedshiftDataParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeTargetRedshiftDataParameters

ToJSON PipeTargetRedshiftDataParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeTargetRedshiftDataParameters

Generic PipeTargetRedshiftDataParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeTargetRedshiftDataParameters

Associated Types

type Rep PipeTargetRedshiftDataParameters :: Type -> Type #

Show PipeTargetRedshiftDataParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeTargetRedshiftDataParameters

NFData PipeTargetRedshiftDataParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeTargetRedshiftDataParameters

Eq PipeTargetRedshiftDataParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeTargetRedshiftDataParameters

Hashable PipeTargetRedshiftDataParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeTargetRedshiftDataParameters

type Rep PipeTargetRedshiftDataParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeTargetRedshiftDataParameters

type Rep PipeTargetRedshiftDataParameters = D1 ('MetaData "PipeTargetRedshiftDataParameters" "Amazonka.Pipes.Types.PipeTargetRedshiftDataParameters" "amazonka-pipes-2.0-DDuNjbjVfgsJFLlibzr06i" 'False) (C1 ('MetaCons "PipeTargetRedshiftDataParameters'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "dbUser") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: (S1 ('MetaSel ('Just "secretManagerArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "statementName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))))) :*: (S1 ('MetaSel ('Just "withEvent") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "database") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text)) :*: S1 ('MetaSel ('Just "sqls") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty (Sensitive Text)))))))

newPipeTargetRedshiftDataParameters Source #

Create a value of PipeTargetRedshiftDataParameters 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:dbUser:PipeTargetRedshiftDataParameters', pipeTargetRedshiftDataParameters_dbUser - The database user name. Required when authenticating using temporary credentials.

$sel:secretManagerArn:PipeTargetRedshiftDataParameters', pipeTargetRedshiftDataParameters_secretManagerArn - The name or ARN of the secret that enables access to the database. Required when authenticating using SageMaker.

$sel:statementName:PipeTargetRedshiftDataParameters', pipeTargetRedshiftDataParameters_statementName - The name of the SQL statement. You can name the SQL statement when you create it to identify the query.

$sel:withEvent:PipeTargetRedshiftDataParameters', pipeTargetRedshiftDataParameters_withEvent - Indicates whether to send an event back to EventBridge after the SQL statement runs.

$sel:database:PipeTargetRedshiftDataParameters', pipeTargetRedshiftDataParameters_database - The name of the database. Required when authenticating using temporary credentials.

$sel:sqls:PipeTargetRedshiftDataParameters', pipeTargetRedshiftDataParameters_sqls - The SQL statement text to run.

pipeTargetRedshiftDataParameters_dbUser :: Lens' PipeTargetRedshiftDataParameters (Maybe Text) Source #

The database user name. Required when authenticating using temporary credentials.

pipeTargetRedshiftDataParameters_secretManagerArn :: Lens' PipeTargetRedshiftDataParameters (Maybe Text) Source #

The name or ARN of the secret that enables access to the database. Required when authenticating using SageMaker.

pipeTargetRedshiftDataParameters_statementName :: Lens' PipeTargetRedshiftDataParameters (Maybe Text) Source #

The name of the SQL statement. You can name the SQL statement when you create it to identify the query.

pipeTargetRedshiftDataParameters_withEvent :: Lens' PipeTargetRedshiftDataParameters (Maybe Bool) Source #

Indicates whether to send an event back to EventBridge after the SQL statement runs.

pipeTargetRedshiftDataParameters_database :: Lens' PipeTargetRedshiftDataParameters Text Source #

The name of the database. Required when authenticating using temporary credentials.

PipeTargetSageMakerPipelineParameters

data PipeTargetSageMakerPipelineParameters Source #

The parameters for using a SageMaker pipeline as a target.

See: newPipeTargetSageMakerPipelineParameters smart constructor.

Constructors

PipeTargetSageMakerPipelineParameters' 

Fields

Instances

Instances details
FromJSON PipeTargetSageMakerPipelineParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeTargetSageMakerPipelineParameters

ToJSON PipeTargetSageMakerPipelineParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeTargetSageMakerPipelineParameters

Generic PipeTargetSageMakerPipelineParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeTargetSageMakerPipelineParameters

Show PipeTargetSageMakerPipelineParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeTargetSageMakerPipelineParameters

NFData PipeTargetSageMakerPipelineParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeTargetSageMakerPipelineParameters

Eq PipeTargetSageMakerPipelineParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeTargetSageMakerPipelineParameters

Hashable PipeTargetSageMakerPipelineParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeTargetSageMakerPipelineParameters

type Rep PipeTargetSageMakerPipelineParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeTargetSageMakerPipelineParameters

type Rep PipeTargetSageMakerPipelineParameters = D1 ('MetaData "PipeTargetSageMakerPipelineParameters" "Amazonka.Pipes.Types.PipeTargetSageMakerPipelineParameters" "amazonka-pipes-2.0-DDuNjbjVfgsJFLlibzr06i" 'False) (C1 ('MetaCons "PipeTargetSageMakerPipelineParameters'" 'PrefixI 'True) (S1 ('MetaSel ('Just "pipelineParameterList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [SageMakerPipelineParameter]))))

newPipeTargetSageMakerPipelineParameters :: PipeTargetSageMakerPipelineParameters Source #

Create a value of PipeTargetSageMakerPipelineParameters 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:pipelineParameterList:PipeTargetSageMakerPipelineParameters', pipeTargetSageMakerPipelineParameters_pipelineParameterList - List of Parameter names and values for SageMaker Model Building Pipeline execution.

pipeTargetSageMakerPipelineParameters_pipelineParameterList :: Lens' PipeTargetSageMakerPipelineParameters (Maybe [SageMakerPipelineParameter]) Source #

List of Parameter names and values for SageMaker Model Building Pipeline execution.

PipeTargetSqsQueueParameters

data PipeTargetSqsQueueParameters Source #

The parameters for using a Amazon SQS stream as a source.

See: newPipeTargetSqsQueueParameters smart constructor.

Constructors

PipeTargetSqsQueueParameters' 

Fields

Instances

Instances details
FromJSON PipeTargetSqsQueueParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeTargetSqsQueueParameters

ToJSON PipeTargetSqsQueueParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeTargetSqsQueueParameters

Generic PipeTargetSqsQueueParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeTargetSqsQueueParameters

Associated Types

type Rep PipeTargetSqsQueueParameters :: Type -> Type #

Show PipeTargetSqsQueueParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeTargetSqsQueueParameters

NFData PipeTargetSqsQueueParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeTargetSqsQueueParameters

Eq PipeTargetSqsQueueParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeTargetSqsQueueParameters

Hashable PipeTargetSqsQueueParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeTargetSqsQueueParameters

type Rep PipeTargetSqsQueueParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeTargetSqsQueueParameters

type Rep PipeTargetSqsQueueParameters = D1 ('MetaData "PipeTargetSqsQueueParameters" "Amazonka.Pipes.Types.PipeTargetSqsQueueParameters" "amazonka-pipes-2.0-DDuNjbjVfgsJFLlibzr06i" 'False) (C1 ('MetaCons "PipeTargetSqsQueueParameters'" 'PrefixI 'True) (S1 ('MetaSel ('Just "messageDeduplicationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "messageGroupId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text)))))

newPipeTargetSqsQueueParameters :: PipeTargetSqsQueueParameters Source #

Create a value of PipeTargetSqsQueueParameters 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:messageDeduplicationId:PipeTargetSqsQueueParameters', pipeTargetSqsQueueParameters_messageDeduplicationId - This parameter applies only to FIFO (first-in-first-out) queues.

The token used for deduplication of sent messages.

$sel:messageGroupId:PipeTargetSqsQueueParameters', pipeTargetSqsQueueParameters_messageGroupId - The FIFO message group ID to use as the target.

pipeTargetSqsQueueParameters_messageDeduplicationId :: Lens' PipeTargetSqsQueueParameters (Maybe Text) Source #

This parameter applies only to FIFO (first-in-first-out) queues.

The token used for deduplication of sent messages.

PipeTargetStateMachineParameters

data PipeTargetStateMachineParameters Source #

The parameters for using a Step Functions state machine as a target.

See: newPipeTargetStateMachineParameters smart constructor.

Constructors

PipeTargetStateMachineParameters' 

Fields

Instances

Instances details
FromJSON PipeTargetStateMachineParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeTargetStateMachineParameters

ToJSON PipeTargetStateMachineParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeTargetStateMachineParameters

Generic PipeTargetStateMachineParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeTargetStateMachineParameters

Associated Types

type Rep PipeTargetStateMachineParameters :: Type -> Type #

Read PipeTargetStateMachineParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeTargetStateMachineParameters

Show PipeTargetStateMachineParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeTargetStateMachineParameters

NFData PipeTargetStateMachineParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeTargetStateMachineParameters

Eq PipeTargetStateMachineParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeTargetStateMachineParameters

Hashable PipeTargetStateMachineParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeTargetStateMachineParameters

type Rep PipeTargetStateMachineParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeTargetStateMachineParameters

type Rep PipeTargetStateMachineParameters = D1 ('MetaData "PipeTargetStateMachineParameters" "Amazonka.Pipes.Types.PipeTargetStateMachineParameters" "amazonka-pipes-2.0-DDuNjbjVfgsJFLlibzr06i" 'False) (C1 ('MetaCons "PipeTargetStateMachineParameters'" 'PrefixI 'True) (S1 ('MetaSel ('Just "invocationType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PipeTargetInvocationType))))

newPipeTargetStateMachineParameters :: PipeTargetStateMachineParameters Source #

Create a value of PipeTargetStateMachineParameters 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:invocationType:PipeTargetStateMachineParameters', pipeTargetStateMachineParameters_invocationType - Specify whether to wait for the state machine to finish or not.

PlacementConstraint

data PlacementConstraint Source #

An object representing a constraint on task placement. To learn more, see Task Placement Constraints in the Amazon Elastic Container Service Developer Guide.

See: newPlacementConstraint smart constructor.

Constructors

PlacementConstraint' 

Fields

  • expression :: Maybe (Sensitive Text)

    A cluster query language expression to apply to the constraint. You cannot specify an expression if the constraint type is distinctInstance. To learn more, see Cluster Query Language in the Amazon Elastic Container Service Developer Guide.

  • type' :: Maybe PlacementConstraintType

    The type of constraint. Use distinctInstance to ensure that each task in a particular group is running on a different container instance. Use memberOf to restrict the selection to a group of valid candidates.

Instances

Instances details
FromJSON PlacementConstraint Source # 
Instance details

Defined in Amazonka.Pipes.Types.PlacementConstraint

ToJSON PlacementConstraint Source # 
Instance details

Defined in Amazonka.Pipes.Types.PlacementConstraint

Generic PlacementConstraint Source # 
Instance details

Defined in Amazonka.Pipes.Types.PlacementConstraint

Associated Types

type Rep PlacementConstraint :: Type -> Type #

Show PlacementConstraint Source # 
Instance details

Defined in Amazonka.Pipes.Types.PlacementConstraint

NFData PlacementConstraint Source # 
Instance details

Defined in Amazonka.Pipes.Types.PlacementConstraint

Methods

rnf :: PlacementConstraint -> () #

Eq PlacementConstraint Source # 
Instance details

Defined in Amazonka.Pipes.Types.PlacementConstraint

Hashable PlacementConstraint Source # 
Instance details

Defined in Amazonka.Pipes.Types.PlacementConstraint

type Rep PlacementConstraint Source # 
Instance details

Defined in Amazonka.Pipes.Types.PlacementConstraint

type Rep PlacementConstraint = D1 ('MetaData "PlacementConstraint" "Amazonka.Pipes.Types.PlacementConstraint" "amazonka-pipes-2.0-DDuNjbjVfgsJFLlibzr06i" 'False) (C1 ('MetaCons "PlacementConstraint'" 'PrefixI 'True) (S1 ('MetaSel ('Just "expression") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PlacementConstraintType))))

newPlacementConstraint :: PlacementConstraint Source #

Create a value of PlacementConstraint 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:expression:PlacementConstraint', placementConstraint_expression - A cluster query language expression to apply to the constraint. You cannot specify an expression if the constraint type is distinctInstance. To learn more, see Cluster Query Language in the Amazon Elastic Container Service Developer Guide.

$sel:type':PlacementConstraint', placementConstraint_type - The type of constraint. Use distinctInstance to ensure that each task in a particular group is running on a different container instance. Use memberOf to restrict the selection to a group of valid candidates.

placementConstraint_expression :: Lens' PlacementConstraint (Maybe Text) Source #

A cluster query language expression to apply to the constraint. You cannot specify an expression if the constraint type is distinctInstance. To learn more, see Cluster Query Language in the Amazon Elastic Container Service Developer Guide.

placementConstraint_type :: Lens' PlacementConstraint (Maybe PlacementConstraintType) Source #

The type of constraint. Use distinctInstance to ensure that each task in a particular group is running on a different container instance. Use memberOf to restrict the selection to a group of valid candidates.

PlacementStrategy

data PlacementStrategy Source #

The task placement strategy for a task or service. To learn more, see Task Placement Strategies in the Amazon Elastic Container Service Service Developer Guide.

See: newPlacementStrategy smart constructor.

Constructors

PlacementStrategy' 

Fields

  • field :: Maybe (Sensitive Text)

    The field to apply the placement strategy against. For the spread placement strategy, valid values are instanceId (or host, which has the same effect), or any platform or custom attribute that is applied to a container instance, such as attribute:ecs.availability-zone. For the binpack placement strategy, valid values are cpu and memory. For the random placement strategy, this field is not used.

  • type' :: Maybe PlacementStrategyType

    The type of placement strategy. The random placement strategy randomly places tasks on available candidates. The spread placement strategy spreads placement across available candidates evenly based on the field parameter. The binpack strategy places tasks on available candidates that have the least available amount of the resource that is specified with the field parameter. For example, if you binpack on memory, a task is placed on the instance with the least amount of remaining memory (but still enough to run the task).

Instances

Instances details
FromJSON PlacementStrategy Source # 
Instance details

Defined in Amazonka.Pipes.Types.PlacementStrategy

ToJSON PlacementStrategy Source # 
Instance details

Defined in Amazonka.Pipes.Types.PlacementStrategy

Generic PlacementStrategy Source # 
Instance details

Defined in Amazonka.Pipes.Types.PlacementStrategy

Associated Types

type Rep PlacementStrategy :: Type -> Type #

Show PlacementStrategy Source # 
Instance details

Defined in Amazonka.Pipes.Types.PlacementStrategy

NFData PlacementStrategy Source # 
Instance details

Defined in Amazonka.Pipes.Types.PlacementStrategy

Methods

rnf :: PlacementStrategy -> () #

Eq PlacementStrategy Source # 
Instance details

Defined in Amazonka.Pipes.Types.PlacementStrategy

Hashable PlacementStrategy Source # 
Instance details

Defined in Amazonka.Pipes.Types.PlacementStrategy

type Rep PlacementStrategy Source # 
Instance details

Defined in Amazonka.Pipes.Types.PlacementStrategy

type Rep PlacementStrategy = D1 ('MetaData "PlacementStrategy" "Amazonka.Pipes.Types.PlacementStrategy" "amazonka-pipes-2.0-DDuNjbjVfgsJFLlibzr06i" 'False) (C1 ('MetaCons "PlacementStrategy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "field") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PlacementStrategyType))))

newPlacementStrategy :: PlacementStrategy Source #

Create a value of PlacementStrategy 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:field:PlacementStrategy', placementStrategy_field - The field to apply the placement strategy against. For the spread placement strategy, valid values are instanceId (or host, which has the same effect), or any platform or custom attribute that is applied to a container instance, such as attribute:ecs.availability-zone. For the binpack placement strategy, valid values are cpu and memory. For the random placement strategy, this field is not used.

$sel:type':PlacementStrategy', placementStrategy_type - The type of placement strategy. The random placement strategy randomly places tasks on available candidates. The spread placement strategy spreads placement across available candidates evenly based on the field parameter. The binpack strategy places tasks on available candidates that have the least available amount of the resource that is specified with the field parameter. For example, if you binpack on memory, a task is placed on the instance with the least amount of remaining memory (but still enough to run the task).

placementStrategy_field :: Lens' PlacementStrategy (Maybe Text) Source #

The field to apply the placement strategy against. For the spread placement strategy, valid values are instanceId (or host, which has the same effect), or any platform or custom attribute that is applied to a container instance, such as attribute:ecs.availability-zone. For the binpack placement strategy, valid values are cpu and memory. For the random placement strategy, this field is not used.

placementStrategy_type :: Lens' PlacementStrategy (Maybe PlacementStrategyType) Source #

The type of placement strategy. The random placement strategy randomly places tasks on available candidates. The spread placement strategy spreads placement across available candidates evenly based on the field parameter. The binpack strategy places tasks on available candidates that have the least available amount of the resource that is specified with the field parameter. For example, if you binpack on memory, a task is placed on the instance with the least amount of remaining memory (but still enough to run the task).

SageMakerPipelineParameter

data SageMakerPipelineParameter Source #

Name/Value pair of a parameter to start execution of a SageMaker Model Building Pipeline.

See: newSageMakerPipelineParameter smart constructor.

Constructors

SageMakerPipelineParameter' 

Fields

  • name :: Sensitive Text

    Name of parameter to start execution of a SageMaker Model Building Pipeline.

  • value :: Sensitive Text

    Value of parameter to start execution of a SageMaker Model Building Pipeline.

Instances

Instances details
FromJSON SageMakerPipelineParameter Source # 
Instance details

Defined in Amazonka.Pipes.Types.SageMakerPipelineParameter

ToJSON SageMakerPipelineParameter Source # 
Instance details

Defined in Amazonka.Pipes.Types.SageMakerPipelineParameter

Generic SageMakerPipelineParameter Source # 
Instance details

Defined in Amazonka.Pipes.Types.SageMakerPipelineParameter

Associated Types

type Rep SageMakerPipelineParameter :: Type -> Type #

Show SageMakerPipelineParameter Source # 
Instance details

Defined in Amazonka.Pipes.Types.SageMakerPipelineParameter

NFData SageMakerPipelineParameter Source # 
Instance details

Defined in Amazonka.Pipes.Types.SageMakerPipelineParameter

Eq SageMakerPipelineParameter Source # 
Instance details

Defined in Amazonka.Pipes.Types.SageMakerPipelineParameter

Hashable SageMakerPipelineParameter Source # 
Instance details

Defined in Amazonka.Pipes.Types.SageMakerPipelineParameter

type Rep SageMakerPipelineParameter Source # 
Instance details

Defined in Amazonka.Pipes.Types.SageMakerPipelineParameter

type Rep SageMakerPipelineParameter = D1 ('MetaData "SageMakerPipelineParameter" "Amazonka.Pipes.Types.SageMakerPipelineParameter" "amazonka-pipes-2.0-DDuNjbjVfgsJFLlibzr06i" 'False) (C1 ('MetaCons "SageMakerPipelineParameter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text)) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text))))

newSageMakerPipelineParameter Source #

Create a value of SageMakerPipelineParameter 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:name:SageMakerPipelineParameter', sageMakerPipelineParameter_name - Name of parameter to start execution of a SageMaker Model Building Pipeline.

$sel:value:SageMakerPipelineParameter', sageMakerPipelineParameter_value - Value of parameter to start execution of a SageMaker Model Building Pipeline.

sageMakerPipelineParameter_name :: Lens' SageMakerPipelineParameter Text Source #

Name of parameter to start execution of a SageMaker Model Building Pipeline.

sageMakerPipelineParameter_value :: Lens' SageMakerPipelineParameter Text Source #

Value of parameter to start execution of a SageMaker Model Building Pipeline.

SelfManagedKafkaAccessConfigurationCredentials

data SelfManagedKafkaAccessConfigurationCredentials Source #

The Secrets Manager secret that stores your stream credentials.

See: newSelfManagedKafkaAccessConfigurationCredentials smart constructor.

Constructors

SelfManagedKafkaAccessConfigurationCredentials' 

Fields

Instances

Instances details
FromJSON SelfManagedKafkaAccessConfigurationCredentials Source # 
Instance details

Defined in Amazonka.Pipes.Types.SelfManagedKafkaAccessConfigurationCredentials

ToJSON SelfManagedKafkaAccessConfigurationCredentials Source # 
Instance details

Defined in Amazonka.Pipes.Types.SelfManagedKafkaAccessConfigurationCredentials

Generic SelfManagedKafkaAccessConfigurationCredentials Source # 
Instance details

Defined in Amazonka.Pipes.Types.SelfManagedKafkaAccessConfigurationCredentials

Read SelfManagedKafkaAccessConfigurationCredentials Source # 
Instance details

Defined in Amazonka.Pipes.Types.SelfManagedKafkaAccessConfigurationCredentials

Show SelfManagedKafkaAccessConfigurationCredentials Source # 
Instance details

Defined in Amazonka.Pipes.Types.SelfManagedKafkaAccessConfigurationCredentials

NFData SelfManagedKafkaAccessConfigurationCredentials Source # 
Instance details

Defined in Amazonka.Pipes.Types.SelfManagedKafkaAccessConfigurationCredentials

Eq SelfManagedKafkaAccessConfigurationCredentials Source # 
Instance details

Defined in Amazonka.Pipes.Types.SelfManagedKafkaAccessConfigurationCredentials

Hashable SelfManagedKafkaAccessConfigurationCredentials Source # 
Instance details

Defined in Amazonka.Pipes.Types.SelfManagedKafkaAccessConfigurationCredentials

type Rep SelfManagedKafkaAccessConfigurationCredentials Source # 
Instance details

Defined in Amazonka.Pipes.Types.SelfManagedKafkaAccessConfigurationCredentials

type Rep SelfManagedKafkaAccessConfigurationCredentials = D1 ('MetaData "SelfManagedKafkaAccessConfigurationCredentials" "Amazonka.Pipes.Types.SelfManagedKafkaAccessConfigurationCredentials" "amazonka-pipes-2.0-DDuNjbjVfgsJFLlibzr06i" 'False) (C1 ('MetaCons "SelfManagedKafkaAccessConfigurationCredentials'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "basicAuth") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "clientCertificateTlsAuth") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "saslScram256Auth") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "saslScram512Auth") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

SelfManagedKafkaAccessConfigurationVpc

data SelfManagedKafkaAccessConfigurationVpc Source #

This structure specifies the VPC subnets and security groups for the stream, and whether a public IP address is to be used.

See: newSelfManagedKafkaAccessConfigurationVpc smart constructor.

Constructors

SelfManagedKafkaAccessConfigurationVpc' 

Fields

  • securityGroup :: Maybe [Sensitive Text]

    Specifies the security groups associated with the stream. These security groups must all be in the same VPC. You can specify as many as five security groups. If you do not specify a security group, the default security group for the VPC is used.

  • subnets :: Maybe [Sensitive Text]

    Specifies the subnets associated with the stream. These subnets must all be in the same VPC. You can specify as many as 16 subnets.

Instances

Instances details
FromJSON SelfManagedKafkaAccessConfigurationVpc Source # 
Instance details

Defined in Amazonka.Pipes.Types.SelfManagedKafkaAccessConfigurationVpc

ToJSON SelfManagedKafkaAccessConfigurationVpc Source # 
Instance details

Defined in Amazonka.Pipes.Types.SelfManagedKafkaAccessConfigurationVpc

Generic SelfManagedKafkaAccessConfigurationVpc Source # 
Instance details

Defined in Amazonka.Pipes.Types.SelfManagedKafkaAccessConfigurationVpc

Show SelfManagedKafkaAccessConfigurationVpc Source # 
Instance details

Defined in Amazonka.Pipes.Types.SelfManagedKafkaAccessConfigurationVpc

NFData SelfManagedKafkaAccessConfigurationVpc Source # 
Instance details

Defined in Amazonka.Pipes.Types.SelfManagedKafkaAccessConfigurationVpc

Eq SelfManagedKafkaAccessConfigurationVpc Source # 
Instance details

Defined in Amazonka.Pipes.Types.SelfManagedKafkaAccessConfigurationVpc

Hashable SelfManagedKafkaAccessConfigurationVpc Source # 
Instance details

Defined in Amazonka.Pipes.Types.SelfManagedKafkaAccessConfigurationVpc

type Rep SelfManagedKafkaAccessConfigurationVpc Source # 
Instance details

Defined in Amazonka.Pipes.Types.SelfManagedKafkaAccessConfigurationVpc

type Rep SelfManagedKafkaAccessConfigurationVpc = D1 ('MetaData "SelfManagedKafkaAccessConfigurationVpc" "Amazonka.Pipes.Types.SelfManagedKafkaAccessConfigurationVpc" "amazonka-pipes-2.0-DDuNjbjVfgsJFLlibzr06i" 'False) (C1 ('MetaCons "SelfManagedKafkaAccessConfigurationVpc'" 'PrefixI 'True) (S1 ('MetaSel ('Just "securityGroup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Sensitive Text])) :*: S1 ('MetaSel ('Just "subnets") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Sensitive Text]))))

newSelfManagedKafkaAccessConfigurationVpc :: SelfManagedKafkaAccessConfigurationVpc Source #

Create a value of SelfManagedKafkaAccessConfigurationVpc 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:securityGroup:SelfManagedKafkaAccessConfigurationVpc', selfManagedKafkaAccessConfigurationVpc_securityGroup - Specifies the security groups associated with the stream. These security groups must all be in the same VPC. You can specify as many as five security groups. If you do not specify a security group, the default security group for the VPC is used.

$sel:subnets:SelfManagedKafkaAccessConfigurationVpc', selfManagedKafkaAccessConfigurationVpc_subnets - Specifies the subnets associated with the stream. These subnets must all be in the same VPC. You can specify as many as 16 subnets.

selfManagedKafkaAccessConfigurationVpc_securityGroup :: Lens' SelfManagedKafkaAccessConfigurationVpc (Maybe [Text]) Source #

Specifies the security groups associated with the stream. These security groups must all be in the same VPC. You can specify as many as five security groups. If you do not specify a security group, the default security group for the VPC is used.

selfManagedKafkaAccessConfigurationVpc_subnets :: Lens' SelfManagedKafkaAccessConfigurationVpc (Maybe [Text]) Source #

Specifies the subnets associated with the stream. These subnets must all be in the same VPC. You can specify as many as 16 subnets.

Tag

data Tag Source #

A key-value pair associated with an Amazon Web Services resource. In EventBridge, rules and event buses support tagging.

See: newTag smart constructor.

Constructors

Tag' 

Fields

  • key :: Text

    A string you can use to assign a value. The combination of tag keys and values can help you organize and categorize your resources.

  • value :: Sensitive Text

    The value for the specified tag key.

Instances

Instances details
FromJSON Tag Source # 
Instance details

Defined in Amazonka.Pipes.Types.Tag

ToJSON Tag Source # 
Instance details

Defined in Amazonka.Pipes.Types.Tag

Generic Tag Source # 
Instance details

Defined in Amazonka.Pipes.Types.Tag

Associated Types

type Rep Tag :: Type -> Type #

Methods

from :: Tag -> Rep Tag x #

to :: Rep Tag x -> Tag #

Show Tag Source # 
Instance details

Defined in Amazonka.Pipes.Types.Tag

Methods

showsPrec :: Int -> Tag -> ShowS #

show :: Tag -> String #

showList :: [Tag] -> ShowS #

NFData Tag Source # 
Instance details

Defined in Amazonka.Pipes.Types.Tag

Methods

rnf :: Tag -> () #

Eq Tag Source # 
Instance details

Defined in Amazonka.Pipes.Types.Tag

Methods

(==) :: Tag -> Tag -> Bool #

(/=) :: Tag -> Tag -> Bool #

Hashable Tag Source # 
Instance details

Defined in Amazonka.Pipes.Types.Tag

Methods

hashWithSalt :: Int -> Tag -> Int #

hash :: Tag -> Int #

type Rep Tag Source # 
Instance details

Defined in Amazonka.Pipes.Types.Tag

type Rep Tag = D1 ('MetaData "Tag" "Amazonka.Pipes.Types.Tag" "amazonka-pipes-2.0-DDuNjbjVfgsJFLlibzr06i" 'False) (C1 ('MetaCons "Tag'" 'PrefixI 'True) (S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text))))

newTag Source #

Create a value of Tag 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:key:Tag', tag_key - A string you can use to assign a value. The combination of tag keys and values can help you organize and categorize your resources.

$sel:value:Tag', tag_value - The value for the specified tag key.

tag_key :: Lens' Tag Text Source #

A string you can use to assign a value. The combination of tag keys and values can help you organize and categorize your resources.

tag_value :: Lens' Tag Text Source #

The value for the specified tag key.

UpdatePipeSourceActiveMQBrokerParameters

data UpdatePipeSourceActiveMQBrokerParameters Source #

The parameters for using an Active MQ broker as a source.

See: newUpdatePipeSourceActiveMQBrokerParameters smart constructor.

Constructors

UpdatePipeSourceActiveMQBrokerParameters' 

Fields

Instances

Instances details
ToJSON UpdatePipeSourceActiveMQBrokerParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.UpdatePipeSourceActiveMQBrokerParameters

Generic UpdatePipeSourceActiveMQBrokerParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.UpdatePipeSourceActiveMQBrokerParameters

Read UpdatePipeSourceActiveMQBrokerParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.UpdatePipeSourceActiveMQBrokerParameters

Show UpdatePipeSourceActiveMQBrokerParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.UpdatePipeSourceActiveMQBrokerParameters

NFData UpdatePipeSourceActiveMQBrokerParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.UpdatePipeSourceActiveMQBrokerParameters

Eq UpdatePipeSourceActiveMQBrokerParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.UpdatePipeSourceActiveMQBrokerParameters

Hashable UpdatePipeSourceActiveMQBrokerParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.UpdatePipeSourceActiveMQBrokerParameters

type Rep UpdatePipeSourceActiveMQBrokerParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.UpdatePipeSourceActiveMQBrokerParameters

type Rep UpdatePipeSourceActiveMQBrokerParameters = D1 ('MetaData "UpdatePipeSourceActiveMQBrokerParameters" "Amazonka.Pipes.Types.UpdatePipeSourceActiveMQBrokerParameters" "amazonka-pipes-2.0-DDuNjbjVfgsJFLlibzr06i" 'False) (C1 ('MetaCons "UpdatePipeSourceActiveMQBrokerParameters'" 'PrefixI 'True) (S1 ('MetaSel ('Just "batchSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "maximumBatchingWindowInSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "credentials") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 MQBrokerAccessCredentials))))

UpdatePipeSourceDynamoDBStreamParameters

data UpdatePipeSourceDynamoDBStreamParameters Source #

The parameters for using a DynamoDB stream as a source.

See: newUpdatePipeSourceDynamoDBStreamParameters smart constructor.

Constructors

UpdatePipeSourceDynamoDBStreamParameters' 

Fields

Instances

Instances details
ToJSON UpdatePipeSourceDynamoDBStreamParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.UpdatePipeSourceDynamoDBStreamParameters

Generic UpdatePipeSourceDynamoDBStreamParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.UpdatePipeSourceDynamoDBStreamParameters

Read UpdatePipeSourceDynamoDBStreamParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.UpdatePipeSourceDynamoDBStreamParameters

Show UpdatePipeSourceDynamoDBStreamParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.UpdatePipeSourceDynamoDBStreamParameters

NFData UpdatePipeSourceDynamoDBStreamParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.UpdatePipeSourceDynamoDBStreamParameters

Eq UpdatePipeSourceDynamoDBStreamParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.UpdatePipeSourceDynamoDBStreamParameters

Hashable UpdatePipeSourceDynamoDBStreamParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.UpdatePipeSourceDynamoDBStreamParameters

type Rep UpdatePipeSourceDynamoDBStreamParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.UpdatePipeSourceDynamoDBStreamParameters

type Rep UpdatePipeSourceDynamoDBStreamParameters = D1 ('MetaData "UpdatePipeSourceDynamoDBStreamParameters" "Amazonka.Pipes.Types.UpdatePipeSourceDynamoDBStreamParameters" "amazonka-pipes-2.0-DDuNjbjVfgsJFLlibzr06i" 'False) (C1 ('MetaCons "UpdatePipeSourceDynamoDBStreamParameters'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "batchSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "deadLetterConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DeadLetterConfig)) :*: S1 ('MetaSel ('Just "maximumBatchingWindowInSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))) :*: ((S1 ('MetaSel ('Just "maximumRecordAgeInSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "maximumRetryAttempts") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "onPartialBatchItemFailure") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OnPartialBatchItemFailureStreams)) :*: S1 ('MetaSel ('Just "parallelizationFactor") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))))

newUpdatePipeSourceDynamoDBStreamParameters :: UpdatePipeSourceDynamoDBStreamParameters Source #

Create a value of UpdatePipeSourceDynamoDBStreamParameters 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:batchSize:UpdatePipeSourceDynamoDBStreamParameters', updatePipeSourceDynamoDBStreamParameters_batchSize - The maximum number of records to include in each batch.

$sel:deadLetterConfig:UpdatePipeSourceDynamoDBStreamParameters', updatePipeSourceDynamoDBStreamParameters_deadLetterConfig - Define the target queue to send dead-letter queue events to.

$sel:maximumBatchingWindowInSeconds:UpdatePipeSourceDynamoDBStreamParameters', updatePipeSourceDynamoDBStreamParameters_maximumBatchingWindowInSeconds - The maximum length of a time to wait for events.

$sel:maximumRecordAgeInSeconds:UpdatePipeSourceDynamoDBStreamParameters', updatePipeSourceDynamoDBStreamParameters_maximumRecordAgeInSeconds - (Streams only) Discard records older than the specified age. The default value is -1, which sets the maximum age to infinite. When the value is set to infinite, EventBridge never discards old records.

$sel:maximumRetryAttempts:UpdatePipeSourceDynamoDBStreamParameters', updatePipeSourceDynamoDBStreamParameters_maximumRetryAttempts - (Streams only) Discard records after the specified number of retries. The default value is -1, which sets the maximum number of retries to infinite. When MaximumRetryAttempts is infinite, EventBridge retries failed records until the record expires in the event source.

$sel:onPartialBatchItemFailure:UpdatePipeSourceDynamoDBStreamParameters', updatePipeSourceDynamoDBStreamParameters_onPartialBatchItemFailure - (Streams only) Define how to handle item process failures. AUTOMATIC_BISECT halves each batch and retry each half until all the records are processed or there is one failed message left in the batch.

$sel:parallelizationFactor:UpdatePipeSourceDynamoDBStreamParameters', updatePipeSourceDynamoDBStreamParameters_parallelizationFactor - (Streams only) The number of batches to process concurrently from each shard. The default value is 1.

updatePipeSourceDynamoDBStreamParameters_maximumRecordAgeInSeconds :: Lens' UpdatePipeSourceDynamoDBStreamParameters (Maybe Int) Source #

(Streams only) Discard records older than the specified age. The default value is -1, which sets the maximum age to infinite. When the value is set to infinite, EventBridge never discards old records.

updatePipeSourceDynamoDBStreamParameters_maximumRetryAttempts :: Lens' UpdatePipeSourceDynamoDBStreamParameters (Maybe Int) Source #

(Streams only) Discard records after the specified number of retries. The default value is -1, which sets the maximum number of retries to infinite. When MaximumRetryAttempts is infinite, EventBridge retries failed records until the record expires in the event source.

updatePipeSourceDynamoDBStreamParameters_onPartialBatchItemFailure :: Lens' UpdatePipeSourceDynamoDBStreamParameters (Maybe OnPartialBatchItemFailureStreams) Source #

(Streams only) Define how to handle item process failures. AUTOMATIC_BISECT halves each batch and retry each half until all the records are processed or there is one failed message left in the batch.

updatePipeSourceDynamoDBStreamParameters_parallelizationFactor :: Lens' UpdatePipeSourceDynamoDBStreamParameters (Maybe Natural) Source #

(Streams only) The number of batches to process concurrently from each shard. The default value is 1.

UpdatePipeSourceKinesisStreamParameters

data UpdatePipeSourceKinesisStreamParameters Source #

The parameters for using a Kinesis stream as a source.

See: newUpdatePipeSourceKinesisStreamParameters smart constructor.

Constructors

UpdatePipeSourceKinesisStreamParameters' 

Fields

Instances

Instances details
ToJSON UpdatePipeSourceKinesisStreamParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.UpdatePipeSourceKinesisStreamParameters

Generic UpdatePipeSourceKinesisStreamParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.UpdatePipeSourceKinesisStreamParameters

Read UpdatePipeSourceKinesisStreamParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.UpdatePipeSourceKinesisStreamParameters

Show UpdatePipeSourceKinesisStreamParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.UpdatePipeSourceKinesisStreamParameters

NFData UpdatePipeSourceKinesisStreamParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.UpdatePipeSourceKinesisStreamParameters

Eq UpdatePipeSourceKinesisStreamParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.UpdatePipeSourceKinesisStreamParameters

Hashable UpdatePipeSourceKinesisStreamParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.UpdatePipeSourceKinesisStreamParameters

type Rep UpdatePipeSourceKinesisStreamParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.UpdatePipeSourceKinesisStreamParameters

type Rep UpdatePipeSourceKinesisStreamParameters = D1 ('MetaData "UpdatePipeSourceKinesisStreamParameters" "Amazonka.Pipes.Types.UpdatePipeSourceKinesisStreamParameters" "amazonka-pipes-2.0-DDuNjbjVfgsJFLlibzr06i" 'False) (C1 ('MetaCons "UpdatePipeSourceKinesisStreamParameters'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "batchSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "deadLetterConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DeadLetterConfig)) :*: S1 ('MetaSel ('Just "maximumBatchingWindowInSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))) :*: ((S1 ('MetaSel ('Just "maximumRecordAgeInSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "maximumRetryAttempts") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "onPartialBatchItemFailure") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OnPartialBatchItemFailureStreams)) :*: S1 ('MetaSel ('Just "parallelizationFactor") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))))

newUpdatePipeSourceKinesisStreamParameters :: UpdatePipeSourceKinesisStreamParameters Source #

Create a value of UpdatePipeSourceKinesisStreamParameters 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:batchSize:UpdatePipeSourceKinesisStreamParameters', updatePipeSourceKinesisStreamParameters_batchSize - The maximum number of records to include in each batch.

$sel:deadLetterConfig:UpdatePipeSourceKinesisStreamParameters', updatePipeSourceKinesisStreamParameters_deadLetterConfig - Define the target queue to send dead-letter queue events to.

$sel:maximumBatchingWindowInSeconds:UpdatePipeSourceKinesisStreamParameters', updatePipeSourceKinesisStreamParameters_maximumBatchingWindowInSeconds - The maximum length of a time to wait for events.

$sel:maximumRecordAgeInSeconds:UpdatePipeSourceKinesisStreamParameters', updatePipeSourceKinesisStreamParameters_maximumRecordAgeInSeconds - (Streams only) Discard records older than the specified age. The default value is -1, which sets the maximum age to infinite. When the value is set to infinite, EventBridge never discards old records.

$sel:maximumRetryAttempts:UpdatePipeSourceKinesisStreamParameters', updatePipeSourceKinesisStreamParameters_maximumRetryAttempts - (Streams only) Discard records after the specified number of retries. The default value is -1, which sets the maximum number of retries to infinite. When MaximumRetryAttempts is infinite, EventBridge retries failed records until the record expires in the event source.

$sel:onPartialBatchItemFailure:UpdatePipeSourceKinesisStreamParameters', updatePipeSourceKinesisStreamParameters_onPartialBatchItemFailure - (Streams only) Define how to handle item process failures. AUTOMATIC_BISECT halves each batch and retry each half until all the records are processed or there is one failed message left in the batch.

$sel:parallelizationFactor:UpdatePipeSourceKinesisStreamParameters', updatePipeSourceKinesisStreamParameters_parallelizationFactor - (Streams only) The number of batches to process concurrently from each shard. The default value is 1.

updatePipeSourceKinesisStreamParameters_maximumRecordAgeInSeconds :: Lens' UpdatePipeSourceKinesisStreamParameters (Maybe Int) Source #

(Streams only) Discard records older than the specified age. The default value is -1, which sets the maximum age to infinite. When the value is set to infinite, EventBridge never discards old records.

updatePipeSourceKinesisStreamParameters_maximumRetryAttempts :: Lens' UpdatePipeSourceKinesisStreamParameters (Maybe Int) Source #

(Streams only) Discard records after the specified number of retries. The default value is -1, which sets the maximum number of retries to infinite. When MaximumRetryAttempts is infinite, EventBridge retries failed records until the record expires in the event source.

updatePipeSourceKinesisStreamParameters_onPartialBatchItemFailure :: Lens' UpdatePipeSourceKinesisStreamParameters (Maybe OnPartialBatchItemFailureStreams) Source #

(Streams only) Define how to handle item process failures. AUTOMATIC_BISECT halves each batch and retry each half until all the records are processed or there is one failed message left in the batch.

updatePipeSourceKinesisStreamParameters_parallelizationFactor :: Lens' UpdatePipeSourceKinesisStreamParameters (Maybe Natural) Source #

(Streams only) The number of batches to process concurrently from each shard. The default value is 1.

UpdatePipeSourceManagedStreamingKafkaParameters

data UpdatePipeSourceManagedStreamingKafkaParameters Source #

The parameters for using an MSK stream as a source.

See: newUpdatePipeSourceManagedStreamingKafkaParameters smart constructor.

Constructors

UpdatePipeSourceManagedStreamingKafkaParameters' 

Fields

Instances

Instances details
ToJSON UpdatePipeSourceManagedStreamingKafkaParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.UpdatePipeSourceManagedStreamingKafkaParameters

Generic UpdatePipeSourceManagedStreamingKafkaParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.UpdatePipeSourceManagedStreamingKafkaParameters

Read UpdatePipeSourceManagedStreamingKafkaParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.UpdatePipeSourceManagedStreamingKafkaParameters

Show UpdatePipeSourceManagedStreamingKafkaParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.UpdatePipeSourceManagedStreamingKafkaParameters

NFData UpdatePipeSourceManagedStreamingKafkaParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.UpdatePipeSourceManagedStreamingKafkaParameters

Eq UpdatePipeSourceManagedStreamingKafkaParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.UpdatePipeSourceManagedStreamingKafkaParameters

Hashable UpdatePipeSourceManagedStreamingKafkaParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.UpdatePipeSourceManagedStreamingKafkaParameters

type Rep UpdatePipeSourceManagedStreamingKafkaParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.UpdatePipeSourceManagedStreamingKafkaParameters

type Rep UpdatePipeSourceManagedStreamingKafkaParameters = D1 ('MetaData "UpdatePipeSourceManagedStreamingKafkaParameters" "Amazonka.Pipes.Types.UpdatePipeSourceManagedStreamingKafkaParameters" "amazonka-pipes-2.0-DDuNjbjVfgsJFLlibzr06i" 'False) (C1 ('MetaCons "UpdatePipeSourceManagedStreamingKafkaParameters'" 'PrefixI 'True) (S1 ('MetaSel ('Just "batchSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "credentials") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MSKAccessCredentials)) :*: S1 ('MetaSel ('Just "maximumBatchingWindowInSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))))

UpdatePipeSourceParameters

data UpdatePipeSourceParameters Source #

The parameters required to set up a source for your pipe.

See: newUpdatePipeSourceParameters smart constructor.

Constructors

UpdatePipeSourceParameters' 

Fields

Instances

Instances details
ToJSON UpdatePipeSourceParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.UpdatePipeSourceParameters

Generic UpdatePipeSourceParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.UpdatePipeSourceParameters

Associated Types

type Rep UpdatePipeSourceParameters :: Type -> Type #

Show UpdatePipeSourceParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.UpdatePipeSourceParameters

NFData UpdatePipeSourceParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.UpdatePipeSourceParameters

Eq UpdatePipeSourceParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.UpdatePipeSourceParameters

Hashable UpdatePipeSourceParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.UpdatePipeSourceParameters

type Rep UpdatePipeSourceParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.UpdatePipeSourceParameters

type Rep UpdatePipeSourceParameters = D1 ('MetaData "UpdatePipeSourceParameters" "Amazonka.Pipes.Types.UpdatePipeSourceParameters" "amazonka-pipes-2.0-DDuNjbjVfgsJFLlibzr06i" 'False) (C1 ('MetaCons "UpdatePipeSourceParameters'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "activeMQBrokerParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UpdatePipeSourceActiveMQBrokerParameters)) :*: S1 ('MetaSel ('Just "dynamoDBStreamParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UpdatePipeSourceDynamoDBStreamParameters))) :*: (S1 ('MetaSel ('Just "filterCriteria") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FilterCriteria)) :*: S1 ('MetaSel ('Just "kinesisStreamParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UpdatePipeSourceKinesisStreamParameters)))) :*: ((S1 ('MetaSel ('Just "managedStreamingKafkaParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UpdatePipeSourceManagedStreamingKafkaParameters)) :*: S1 ('MetaSel ('Just "rabbitMQBrokerParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UpdatePipeSourceRabbitMQBrokerParameters))) :*: (S1 ('MetaSel ('Just "selfManagedKafkaParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UpdatePipeSourceSelfManagedKafkaParameters)) :*: S1 ('MetaSel ('Just "sqsQueueParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UpdatePipeSourceSqsQueueParameters))))))

newUpdatePipeSourceParameters :: UpdatePipeSourceParameters Source #

Create a value of UpdatePipeSourceParameters 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:activeMQBrokerParameters:UpdatePipeSourceParameters', updatePipeSourceParameters_activeMQBrokerParameters - The parameters for using an Active MQ broker as a source.

$sel:dynamoDBStreamParameters:UpdatePipeSourceParameters', updatePipeSourceParameters_dynamoDBStreamParameters - The parameters for using a DynamoDB stream as a source.

$sel:filterCriteria:UpdatePipeSourceParameters', updatePipeSourceParameters_filterCriteria - The collection of event patterns used to filter events. For more information, see Events and Event Patterns in the Amazon EventBridge User Guide.

$sel:kinesisStreamParameters:UpdatePipeSourceParameters', updatePipeSourceParameters_kinesisStreamParameters - The parameters for using a Kinesis stream as a source.

$sel:managedStreamingKafkaParameters:UpdatePipeSourceParameters', updatePipeSourceParameters_managedStreamingKafkaParameters - The parameters for using an MSK stream as a source.

$sel:rabbitMQBrokerParameters:UpdatePipeSourceParameters', updatePipeSourceParameters_rabbitMQBrokerParameters - The parameters for using a Rabbit MQ broker as a source.

$sel:selfManagedKafkaParameters:UpdatePipeSourceParameters', updatePipeSourceParameters_selfManagedKafkaParameters - The parameters for using a self-managed Apache Kafka stream as a source.

$sel:sqsQueueParameters:UpdatePipeSourceParameters', updatePipeSourceParameters_sqsQueueParameters - The parameters for using a Amazon SQS stream as a source.

updatePipeSourceParameters_filterCriteria :: Lens' UpdatePipeSourceParameters (Maybe FilterCriteria) Source #

The collection of event patterns used to filter events. For more information, see Events and Event Patterns in the Amazon EventBridge User Guide.

UpdatePipeSourceRabbitMQBrokerParameters

data UpdatePipeSourceRabbitMQBrokerParameters Source #

The parameters for using a Rabbit MQ broker as a source.

See: newUpdatePipeSourceRabbitMQBrokerParameters smart constructor.

Constructors

UpdatePipeSourceRabbitMQBrokerParameters' 

Fields

Instances

Instances details
ToJSON UpdatePipeSourceRabbitMQBrokerParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.UpdatePipeSourceRabbitMQBrokerParameters

Generic UpdatePipeSourceRabbitMQBrokerParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.UpdatePipeSourceRabbitMQBrokerParameters

Read UpdatePipeSourceRabbitMQBrokerParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.UpdatePipeSourceRabbitMQBrokerParameters

Show UpdatePipeSourceRabbitMQBrokerParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.UpdatePipeSourceRabbitMQBrokerParameters

NFData UpdatePipeSourceRabbitMQBrokerParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.UpdatePipeSourceRabbitMQBrokerParameters

Eq UpdatePipeSourceRabbitMQBrokerParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.UpdatePipeSourceRabbitMQBrokerParameters

Hashable UpdatePipeSourceRabbitMQBrokerParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.UpdatePipeSourceRabbitMQBrokerParameters

type Rep UpdatePipeSourceRabbitMQBrokerParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.UpdatePipeSourceRabbitMQBrokerParameters

type Rep UpdatePipeSourceRabbitMQBrokerParameters = D1 ('MetaData "UpdatePipeSourceRabbitMQBrokerParameters" "Amazonka.Pipes.Types.UpdatePipeSourceRabbitMQBrokerParameters" "amazonka-pipes-2.0-DDuNjbjVfgsJFLlibzr06i" 'False) (C1 ('MetaCons "UpdatePipeSourceRabbitMQBrokerParameters'" 'PrefixI 'True) (S1 ('MetaSel ('Just "batchSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "maximumBatchingWindowInSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "credentials") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 MQBrokerAccessCredentials))))

UpdatePipeSourceSelfManagedKafkaParameters

data UpdatePipeSourceSelfManagedKafkaParameters Source #

The parameters for using a self-managed Apache Kafka stream as a source.

See: newUpdatePipeSourceSelfManagedKafkaParameters smart constructor.

Constructors

UpdatePipeSourceSelfManagedKafkaParameters' 

Fields

Instances

Instances details
ToJSON UpdatePipeSourceSelfManagedKafkaParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.UpdatePipeSourceSelfManagedKafkaParameters

Generic UpdatePipeSourceSelfManagedKafkaParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.UpdatePipeSourceSelfManagedKafkaParameters

Show UpdatePipeSourceSelfManagedKafkaParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.UpdatePipeSourceSelfManagedKafkaParameters

NFData UpdatePipeSourceSelfManagedKafkaParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.UpdatePipeSourceSelfManagedKafkaParameters

Eq UpdatePipeSourceSelfManagedKafkaParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.UpdatePipeSourceSelfManagedKafkaParameters

Hashable UpdatePipeSourceSelfManagedKafkaParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.UpdatePipeSourceSelfManagedKafkaParameters

type Rep UpdatePipeSourceSelfManagedKafkaParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.UpdatePipeSourceSelfManagedKafkaParameters

type Rep UpdatePipeSourceSelfManagedKafkaParameters = D1 ('MetaData "UpdatePipeSourceSelfManagedKafkaParameters" "Amazonka.Pipes.Types.UpdatePipeSourceSelfManagedKafkaParameters" "amazonka-pipes-2.0-DDuNjbjVfgsJFLlibzr06i" 'False) (C1 ('MetaCons "UpdatePipeSourceSelfManagedKafkaParameters'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "batchSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "credentials") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SelfManagedKafkaAccessConfigurationCredentials))) :*: (S1 ('MetaSel ('Just "maximumBatchingWindowInSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "serverRootCaCertificate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "vpc") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SelfManagedKafkaAccessConfigurationVpc))))))

newUpdatePipeSourceSelfManagedKafkaParameters :: UpdatePipeSourceSelfManagedKafkaParameters Source #

Create a value of UpdatePipeSourceSelfManagedKafkaParameters 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:batchSize:UpdatePipeSourceSelfManagedKafkaParameters', updatePipeSourceSelfManagedKafkaParameters_batchSize - The maximum number of records to include in each batch.

$sel:credentials:UpdatePipeSourceSelfManagedKafkaParameters', updatePipeSourceSelfManagedKafkaParameters_credentials - The credentials needed to access the resource.

$sel:maximumBatchingWindowInSeconds:UpdatePipeSourceSelfManagedKafkaParameters', updatePipeSourceSelfManagedKafkaParameters_maximumBatchingWindowInSeconds - The maximum length of a time to wait for events.

$sel:serverRootCaCertificate:UpdatePipeSourceSelfManagedKafkaParameters', updatePipeSourceSelfManagedKafkaParameters_serverRootCaCertificate - The ARN of the Secrets Manager secret used for certification.

$sel:vpc:UpdatePipeSourceSelfManagedKafkaParameters', updatePipeSourceSelfManagedKafkaParameters_vpc - This structure specifies the VPC subnets and security groups for the stream, and whether a public IP address is to be used.

updatePipeSourceSelfManagedKafkaParameters_vpc :: Lens' UpdatePipeSourceSelfManagedKafkaParameters (Maybe SelfManagedKafkaAccessConfigurationVpc) Source #

This structure specifies the VPC subnets and security groups for the stream, and whether a public IP address is to be used.

UpdatePipeSourceSqsQueueParameters

data UpdatePipeSourceSqsQueueParameters Source #

The parameters for using a Amazon SQS stream as a source.

See: newUpdatePipeSourceSqsQueueParameters smart constructor.

Constructors

UpdatePipeSourceSqsQueueParameters' 

Fields

Instances

Instances details
ToJSON UpdatePipeSourceSqsQueueParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.UpdatePipeSourceSqsQueueParameters

Generic UpdatePipeSourceSqsQueueParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.UpdatePipeSourceSqsQueueParameters

Associated Types

type Rep UpdatePipeSourceSqsQueueParameters :: Type -> Type #

Read UpdatePipeSourceSqsQueueParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.UpdatePipeSourceSqsQueueParameters

Show UpdatePipeSourceSqsQueueParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.UpdatePipeSourceSqsQueueParameters

NFData UpdatePipeSourceSqsQueueParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.UpdatePipeSourceSqsQueueParameters

Eq UpdatePipeSourceSqsQueueParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.UpdatePipeSourceSqsQueueParameters

Hashable UpdatePipeSourceSqsQueueParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.UpdatePipeSourceSqsQueueParameters

type Rep UpdatePipeSourceSqsQueueParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.UpdatePipeSourceSqsQueueParameters

type Rep UpdatePipeSourceSqsQueueParameters = D1 ('MetaData "UpdatePipeSourceSqsQueueParameters" "Amazonka.Pipes.Types.UpdatePipeSourceSqsQueueParameters" "amazonka-pipes-2.0-DDuNjbjVfgsJFLlibzr06i" 'False) (C1 ('MetaCons "UpdatePipeSourceSqsQueueParameters'" 'PrefixI 'True) (S1 ('MetaSel ('Just "batchSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "maximumBatchingWindowInSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))

newUpdatePipeSourceSqsQueueParameters :: UpdatePipeSourceSqsQueueParameters Source #

Create a value of UpdatePipeSourceSqsQueueParameters 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:batchSize:UpdatePipeSourceSqsQueueParameters', updatePipeSourceSqsQueueParameters_batchSize - The maximum number of records to include in each batch.

$sel:maximumBatchingWindowInSeconds:UpdatePipeSourceSqsQueueParameters', updatePipeSourceSqsQueueParameters_maximumBatchingWindowInSeconds - The maximum length of a time to wait for events.