amazonka-xray-1.6.1: 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 Source #

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 Source #

See: putTelemetryRecords smart constructor.

Instances
Eq PutTelemetryRecords Source # 
Instance details

Defined in Network.AWS.XRay.PutTelemetryRecords

Data PutTelemetryRecords Source # 
Instance details

Defined in Network.AWS.XRay.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 Source # 
Instance details

Defined in Network.AWS.XRay.PutTelemetryRecords

Show PutTelemetryRecords Source # 
Instance details

Defined in Network.AWS.XRay.PutTelemetryRecords

Generic PutTelemetryRecords Source # 
Instance details

Defined in Network.AWS.XRay.PutTelemetryRecords

Associated Types

type Rep PutTelemetryRecords :: Type -> Type #

Hashable PutTelemetryRecords Source # 
Instance details

Defined in Network.AWS.XRay.PutTelemetryRecords

ToJSON PutTelemetryRecords Source # 
Instance details

Defined in Network.AWS.XRay.PutTelemetryRecords

AWSRequest PutTelemetryRecords Source # 
Instance details

Defined in Network.AWS.XRay.PutTelemetryRecords

Associated Types

type Rs PutTelemetryRecords :: Type #

ToHeaders PutTelemetryRecords Source # 
Instance details

Defined in Network.AWS.XRay.PutTelemetryRecords

ToPath PutTelemetryRecords Source # 
Instance details

Defined in Network.AWS.XRay.PutTelemetryRecords

ToQuery PutTelemetryRecords Source # 
Instance details

Defined in Network.AWS.XRay.PutTelemetryRecords

NFData PutTelemetryRecords Source # 
Instance details

Defined in Network.AWS.XRay.PutTelemetryRecords

Methods

rnf :: PutTelemetryRecords -> () #

type Rep PutTelemetryRecords Source # 
Instance details

Defined in Network.AWS.XRay.PutTelemetryRecords

type Rep PutTelemetryRecords = D1 (MetaData "PutTelemetryRecords" "Network.AWS.XRay.PutTelemetryRecords" "amazonka-xray-1.6.1-6uyA4HRXo0kJ9ryfmHEerX" False) (C1 (MetaCons "PutTelemetryRecords'" PrefixI True) ((S1 (MetaSel (Just "_ptrHostname") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_ptrEC2InstanceId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_ptrResourceARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_ptrTelemetryRecords") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 [TelemetryRecord]))))
type Rs PutTelemetryRecords Source # 
Instance details

Defined in Network.AWS.XRay.PutTelemetryRecords

Request Lenses

Destructuring the Response

putTelemetryRecordsResponse Source #

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 Source #

See: putTelemetryRecordsResponse smart constructor.

Instances
Eq PutTelemetryRecordsResponse Source # 
Instance details

Defined in Network.AWS.XRay.PutTelemetryRecords

Data PutTelemetryRecordsResponse Source # 
Instance details

Defined in Network.AWS.XRay.PutTelemetryRecords

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 Source # 
Instance details

Defined in Network.AWS.XRay.PutTelemetryRecords

Show PutTelemetryRecordsResponse Source # 
Instance details

Defined in Network.AWS.XRay.PutTelemetryRecords

Generic PutTelemetryRecordsResponse Source # 
Instance details

Defined in Network.AWS.XRay.PutTelemetryRecords

Associated Types

type Rep PutTelemetryRecordsResponse :: Type -> Type #

NFData PutTelemetryRecordsResponse Source # 
Instance details

Defined in Network.AWS.XRay.PutTelemetryRecords

type Rep PutTelemetryRecordsResponse Source # 
Instance details

Defined in Network.AWS.XRay.PutTelemetryRecords

type Rep PutTelemetryRecordsResponse = D1 (MetaData "PutTelemetryRecordsResponse" "Network.AWS.XRay.PutTelemetryRecords" "amazonka-xray-1.6.1-6uyA4HRXo0kJ9ryfmHEerX" True) (C1 (MetaCons "PutTelemetryRecordsResponse'" PrefixI True) (S1 (MetaSel (Just "_ptrrsResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Int)))

Response Lenses