| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Pipes.Types.Pipe
Description
Synopsis
- data Pipe = Pipe' {}
- newPipe :: Pipe
- pipe_arn :: Lens' Pipe (Maybe Text)
- pipe_creationTime :: Lens' Pipe (Maybe UTCTime)
- pipe_currentState :: Lens' Pipe (Maybe PipeState)
- pipe_desiredState :: Lens' Pipe (Maybe RequestedPipeState)
- pipe_enrichment :: Lens' Pipe (Maybe Text)
- pipe_lastModifiedTime :: Lens' Pipe (Maybe UTCTime)
- pipe_name :: Lens' Pipe (Maybe Text)
- pipe_source :: Lens' Pipe (Maybe Text)
- pipe_stateReason :: Lens' Pipe (Maybe Text)
- pipe_target :: Lens' Pipe (Maybe Text)
Documentation
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
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_desiredState :: Lens' Pipe (Maybe RequestedPipeState) Source #
The state the pipe should be in.
pipe_lastModifiedTime :: Lens' Pipe (Maybe UTCTime) Source #
When the pipe was last updated, in ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD).