amazonka-iot-1.6.1: Amazon IoT 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.IoT.SetDefaultAuthorizer

Contents

Description

Sets the default authorizer. This will be used if a websocket connection is made without specifying an authorizer.

Synopsis

Creating a Request

setDefaultAuthorizer Source #

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

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

data SetDefaultAuthorizer Source #

See: setDefaultAuthorizer smart constructor.

Instances
Eq SetDefaultAuthorizer Source # 
Instance details

Defined in Network.AWS.IoT.SetDefaultAuthorizer

Data SetDefaultAuthorizer Source # 
Instance details

Defined in Network.AWS.IoT.SetDefaultAuthorizer

Methods

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

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

toConstr :: SetDefaultAuthorizer -> Constr #

dataTypeOf :: SetDefaultAuthorizer -> DataType #

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

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

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

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

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

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

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

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

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

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

Read SetDefaultAuthorizer Source # 
Instance details

Defined in Network.AWS.IoT.SetDefaultAuthorizer

Show SetDefaultAuthorizer Source # 
Instance details

Defined in Network.AWS.IoT.SetDefaultAuthorizer

Generic SetDefaultAuthorizer Source # 
Instance details

Defined in Network.AWS.IoT.SetDefaultAuthorizer

Associated Types

type Rep SetDefaultAuthorizer :: Type -> Type #

Hashable SetDefaultAuthorizer Source # 
Instance details

Defined in Network.AWS.IoT.SetDefaultAuthorizer

ToJSON SetDefaultAuthorizer Source # 
Instance details

Defined in Network.AWS.IoT.SetDefaultAuthorizer

AWSRequest SetDefaultAuthorizer Source # 
Instance details

Defined in Network.AWS.IoT.SetDefaultAuthorizer

Associated Types

type Rs SetDefaultAuthorizer :: Type #

ToHeaders SetDefaultAuthorizer Source # 
Instance details

Defined in Network.AWS.IoT.SetDefaultAuthorizer

ToPath SetDefaultAuthorizer Source # 
Instance details

Defined in Network.AWS.IoT.SetDefaultAuthorizer

ToQuery SetDefaultAuthorizer Source # 
Instance details

Defined in Network.AWS.IoT.SetDefaultAuthorizer

NFData SetDefaultAuthorizer Source # 
Instance details

Defined in Network.AWS.IoT.SetDefaultAuthorizer

Methods

rnf :: SetDefaultAuthorizer -> () #

type Rep SetDefaultAuthorizer Source # 
Instance details

Defined in Network.AWS.IoT.SetDefaultAuthorizer

type Rep SetDefaultAuthorizer = D1 (MetaData "SetDefaultAuthorizer" "Network.AWS.IoT.SetDefaultAuthorizer" "amazonka-iot-1.6.1-1U0NSVSRVsCEeZIE9W0TkV" True) (C1 (MetaCons "SetDefaultAuthorizer'" PrefixI True) (S1 (MetaSel (Just "_sdaAuthorizerName") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs SetDefaultAuthorizer Source # 
Instance details

Defined in Network.AWS.IoT.SetDefaultAuthorizer

Request Lenses

Destructuring the Response

setDefaultAuthorizerResponse Source #

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

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

data SetDefaultAuthorizerResponse Source #

See: setDefaultAuthorizerResponse smart constructor.

Instances
Eq SetDefaultAuthorizerResponse Source # 
Instance details

Defined in Network.AWS.IoT.SetDefaultAuthorizer

Data SetDefaultAuthorizerResponse Source # 
Instance details

Defined in Network.AWS.IoT.SetDefaultAuthorizer

Methods

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

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

toConstr :: SetDefaultAuthorizerResponse -> Constr #

dataTypeOf :: SetDefaultAuthorizerResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read SetDefaultAuthorizerResponse Source # 
Instance details

Defined in Network.AWS.IoT.SetDefaultAuthorizer

Show SetDefaultAuthorizerResponse Source # 
Instance details

Defined in Network.AWS.IoT.SetDefaultAuthorizer

Generic SetDefaultAuthorizerResponse Source # 
Instance details

Defined in Network.AWS.IoT.SetDefaultAuthorizer

Associated Types

type Rep SetDefaultAuthorizerResponse :: Type -> Type #

NFData SetDefaultAuthorizerResponse Source # 
Instance details

Defined in Network.AWS.IoT.SetDefaultAuthorizer

type Rep SetDefaultAuthorizerResponse Source # 
Instance details

Defined in Network.AWS.IoT.SetDefaultAuthorizer

type Rep SetDefaultAuthorizerResponse = D1 (MetaData "SetDefaultAuthorizerResponse" "Network.AWS.IoT.SetDefaultAuthorizer" "amazonka-iot-1.6.1-1U0NSVSRVsCEeZIE9W0TkV" False) (C1 (MetaCons "SetDefaultAuthorizerResponse'" PrefixI True) (S1 (MetaSel (Just "_sdarsAuthorizerName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_sdarsAuthorizerARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_sdarsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int))))

Response Lenses