amazonka-xray-1.6.0: Amazon X-Ray SDK.

Copyright(c) 2013-2018 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.XRay.PutTelemetryRecords

Contents

Description

Used by the AWS X-Ray daemon to upload telemetry.

Synopsis

Creating a Request

putTelemetryRecords :: PutTelemetryRecords #

Creates a value of PutTelemetryRecords with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data PutTelemetryRecords #

See: putTelemetryRecords smart constructor.

Instances

Eq PutTelemetryRecords # 
Data PutTelemetryRecords # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> PutTelemetryRecords -> c PutTelemetryRecords #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c PutTelemetryRecords #

toConstr :: PutTelemetryRecords -> Constr #

dataTypeOf :: PutTelemetryRecords -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c PutTelemetryRecords) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c PutTelemetryRecords) #

gmapT :: (forall b. Data b => b -> b) -> PutTelemetryRecords -> PutTelemetryRecords #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> PutTelemetryRecords -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> PutTelemetryRecords -> r #

gmapQ :: (forall d. Data d => d -> u) -> PutTelemetryRecords -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> PutTelemetryRecords -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> PutTelemetryRecords -> m PutTelemetryRecords #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> PutTelemetryRecords -> m PutTelemetryRecords #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> PutTelemetryRecords -> m PutTelemetryRecords #

Read PutTelemetryRecords # 
Show PutTelemetryRecords # 
Generic PutTelemetryRecords # 
Hashable PutTelemetryRecords # 
ToJSON PutTelemetryRecords # 
NFData PutTelemetryRecords # 

Methods

rnf :: PutTelemetryRecords -> () #

AWSRequest PutTelemetryRecords # 
ToHeaders PutTelemetryRecords # 
ToPath PutTelemetryRecords # 
ToQuery PutTelemetryRecords # 
type Rep PutTelemetryRecords # 
type Rep PutTelemetryRecords = D1 * (MetaData "PutTelemetryRecords" "Network.AWS.XRay.PutTelemetryRecords" "amazonka-xray-1.6.0-GVT5rDofn4I7DwOaAYHLhD" False) (C1 * (MetaCons "PutTelemetryRecords'" PrefixI True) ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "_ptrHostname") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_ptrEC2InstanceId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text)))) ((:*:) * (S1 * (MetaSel (Just Symbol "_ptrResourceARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_ptrTelemetryRecords") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * [TelemetryRecord])))))
type Rs PutTelemetryRecords # 

Request Lenses

Destructuring the Response

putTelemetryRecordsResponse #

Creates a value of PutTelemetryRecordsResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data PutTelemetryRecordsResponse #

See: putTelemetryRecordsResponse smart constructor.

Instances

Eq PutTelemetryRecordsResponse # 
Data PutTelemetryRecordsResponse # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> PutTelemetryRecordsResponse -> c PutTelemetryRecordsResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c PutTelemetryRecordsResponse #

toConstr :: PutTelemetryRecordsResponse -> Constr #

dataTypeOf :: PutTelemetryRecordsResponse -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c PutTelemetryRecordsResponse) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c PutTelemetryRecordsResponse) #

gmapT :: (forall b. Data b => b -> b) -> PutTelemetryRecordsResponse -> PutTelemetryRecordsResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> PutTelemetryRecordsResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> PutTelemetryRecordsResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> PutTelemetryRecordsResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> PutTelemetryRecordsResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> PutTelemetryRecordsResponse -> m PutTelemetryRecordsResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> PutTelemetryRecordsResponse -> m PutTelemetryRecordsResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> PutTelemetryRecordsResponse -> m PutTelemetryRecordsResponse #

Read PutTelemetryRecordsResponse # 
Show PutTelemetryRecordsResponse # 
Generic PutTelemetryRecordsResponse # 
NFData PutTelemetryRecordsResponse # 
type Rep PutTelemetryRecordsResponse # 
type Rep PutTelemetryRecordsResponse = D1 * (MetaData "PutTelemetryRecordsResponse" "Network.AWS.XRay.PutTelemetryRecords" "amazonka-xray-1.6.0-GVT5rDofn4I7DwOaAYHLhD" True) (C1 * (MetaCons "PutTelemetryRecordsResponse'" PrefixI True) (S1 * (MetaSel (Just Symbol "_ptrrsResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Int)))

Response Lenses