amazonka-gamelift-1.4.1: Amazon GameLift SDK.

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

Network.AWS.GameLift.DescribeFleetEvents

Contents

Description

Retrieves entries from the fleet event log. You can specify a time range to limit the result set. Use the pagination parameters to retrieve results as a set of sequential pages. If successful, a collection of event log entries matching the request are returned.

Synopsis

Creating a Request

describeFleetEvents Source #

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

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

data DescribeFleetEvents Source #

Represents the input for a request action.

See: describeFleetEvents smart constructor.

Instances

Eq DescribeFleetEvents Source # 
Data DescribeFleetEvents Source # 

Methods

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

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

toConstr :: DescribeFleetEvents -> Constr #

dataTypeOf :: DescribeFleetEvents -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribeFleetEvents Source # 
Show DescribeFleetEvents Source # 
Generic DescribeFleetEvents Source # 
Hashable DescribeFleetEvents Source # 
ToJSON DescribeFleetEvents Source # 
NFData DescribeFleetEvents Source # 

Methods

rnf :: DescribeFleetEvents -> () #

AWSRequest DescribeFleetEvents Source # 
ToQuery DescribeFleetEvents Source # 
ToPath DescribeFleetEvents Source # 
ToHeaders DescribeFleetEvents Source # 
type Rep DescribeFleetEvents Source # 
type Rep DescribeFleetEvents = D1 (MetaData "DescribeFleetEvents" "Network.AWS.GameLift.DescribeFleetEvents" "amazonka-gamelift-1.4.1-CX4yO3v9jQ1D6MQHqoMmwU" False) (C1 (MetaCons "DescribeFleetEvents'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_dfeStartTime") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe POSIX))) (S1 (MetaSel (Just Symbol "_dfeNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_dfeEndTime") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe POSIX))) ((:*:) (S1 (MetaSel (Just Symbol "_dfeLimit") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Nat))) (S1 (MetaSel (Just Symbol "_dfeFleetId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))))
type Rs DescribeFleetEvents Source # 

Request Lenses

dfeStartTime :: Lens' DescribeFleetEvents (Maybe UTCTime) Source #

Earliest date to retrieve event logs for. If no start time is specified, this call returns entries starting from when the fleet was created to the specified end time. Format is an integer representing the number of seconds since the Unix epoch (Unix time).

dfeNextToken :: Lens' DescribeFleetEvents (Maybe Text) Source #

Token indicating the start of the next sequential page of results. Use the token that is returned with a previous call to this action. To specify the start of the result set, do not specify a value.

dfeEndTime :: Lens' DescribeFleetEvents (Maybe UTCTime) Source #

Most recent date to retrieve event logs for. If no end time is specified, this call returns entries from the specified start time up to the present. Format is an integer representing the number of seconds since the Unix epoch (Unix time).

dfeLimit :: Lens' DescribeFleetEvents (Maybe Natural) Source #

Maximum number of results to return. You can use this parameter with NextToken to get results as a set of sequential pages.

dfeFleetId :: Lens' DescribeFleetEvents Text Source #

Unique identifier for the fleet to get event logs for.

Destructuring the Response

describeFleetEventsResponse Source #

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

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

data DescribeFleetEventsResponse Source #

Represents the returned data in response to a request action.

See: describeFleetEventsResponse smart constructor.

Instances

Eq DescribeFleetEventsResponse Source # 
Data DescribeFleetEventsResponse Source # 

Methods

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

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

toConstr :: DescribeFleetEventsResponse -> Constr #

dataTypeOf :: DescribeFleetEventsResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribeFleetEventsResponse Source # 
Show DescribeFleetEventsResponse Source # 
Generic DescribeFleetEventsResponse Source # 
NFData DescribeFleetEventsResponse Source # 
type Rep DescribeFleetEventsResponse Source # 
type Rep DescribeFleetEventsResponse = D1 (MetaData "DescribeFleetEventsResponse" "Network.AWS.GameLift.DescribeFleetEvents" "amazonka-gamelift-1.4.1-CX4yO3v9jQ1D6MQHqoMmwU" False) (C1 (MetaCons "DescribeFleetEventsResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_dfersNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_dfersEvents") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Event]))) (S1 (MetaSel (Just Symbol "_dfersResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int)))))

Response Lenses

dfersNextToken :: Lens' DescribeFleetEventsResponse (Maybe Text) Source #

Token indicating where to resume retrieving results on the next call to this action. If no token is returned, these results represent the end of the list.

If a request has a limit that exactly matches the number of remaining results, a token is returned even though there are no more results to retrieve.

dfersEvents :: Lens' DescribeFleetEventsResponse [Event] Source #

Collection of objects containing event log entries for the specified fleet.