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

Description

Start an existing pipe.

Synopsis

Creating a Request

data StartPipe Source #

See: newStartPipe smart constructor.

Constructors

StartPipe' 

Fields

Instances

Instances details
ToJSON StartPipe Source # 
Instance details

Defined in Amazonka.Pipes.StartPipe

ToHeaders StartPipe Source # 
Instance details

Defined in Amazonka.Pipes.StartPipe

Methods

toHeaders :: StartPipe -> [Header] #

ToPath StartPipe Source # 
Instance details

Defined in Amazonka.Pipes.StartPipe

ToQuery StartPipe Source # 
Instance details

Defined in Amazonka.Pipes.StartPipe

AWSRequest StartPipe Source # 
Instance details

Defined in Amazonka.Pipes.StartPipe

Associated Types

type AWSResponse StartPipe #

Generic StartPipe Source # 
Instance details

Defined in Amazonka.Pipes.StartPipe

Associated Types

type Rep StartPipe :: Type -> Type #

Read StartPipe Source # 
Instance details

Defined in Amazonka.Pipes.StartPipe

Show StartPipe Source # 
Instance details

Defined in Amazonka.Pipes.StartPipe

NFData StartPipe Source # 
Instance details

Defined in Amazonka.Pipes.StartPipe

Methods

rnf :: StartPipe -> () #

Eq StartPipe Source # 
Instance details

Defined in Amazonka.Pipes.StartPipe

Hashable StartPipe Source # 
Instance details

Defined in Amazonka.Pipes.StartPipe

type AWSResponse StartPipe Source # 
Instance details

Defined in Amazonka.Pipes.StartPipe

type Rep StartPipe Source # 
Instance details

Defined in Amazonka.Pipes.StartPipe

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

newStartPipe Source #

Arguments

:: Text

StartPipe

-> StartPipe 

Create a value of StartPipe 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:

StartPipe, startPipe_name - The name of the pipe.

Request Lenses

startPipe_name :: Lens' StartPipe Text Source #

The name of the pipe.

Destructuring the Response

data StartPipeResponse Source #

See: newStartPipeResponse smart constructor.

Constructors

StartPipeResponse' 

Fields

Instances

Instances details
Generic StartPipeResponse Source # 
Instance details

Defined in Amazonka.Pipes.StartPipe

Associated Types

type Rep StartPipeResponse :: Type -> Type #

Read StartPipeResponse Source # 
Instance details

Defined in Amazonka.Pipes.StartPipe

Show StartPipeResponse Source # 
Instance details

Defined in Amazonka.Pipes.StartPipe

NFData StartPipeResponse Source # 
Instance details

Defined in Amazonka.Pipes.StartPipe

Methods

rnf :: StartPipeResponse -> () #

Eq StartPipeResponse Source # 
Instance details

Defined in Amazonka.Pipes.StartPipe

type Rep StartPipeResponse Source # 
Instance details

Defined in Amazonka.Pipes.StartPipe

newStartPipeResponse Source #

Create a value of StartPipeResponse 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:

StartPipeResponse, startPipeResponse_arn - The ARN of the pipe.

StartPipeResponse, startPipeResponse_creationTime - The time the pipe was created.

StartPipeResponse, startPipeResponse_currentState - The state the pipe is in.

StartPipeResponse, startPipeResponse_desiredState - The state the pipe should be in.

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

StartPipe, startPipeResponse_name - The name of the pipe.

$sel:httpStatus:StartPipeResponse', startPipeResponse_httpStatus - The response's http status code.

Response Lenses

startPipeResponse_lastModifiedTime :: Lens' StartPipeResponse (Maybe UTCTime) Source #

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

startPipeResponse_httpStatus :: Lens' StartPipeResponse Int Source #

The response's http status code.