amazonka-shield-1.6.1: Amazon Shield 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.Shield.DeleteSubscription

Contents

Description

Removes AWS Shield Advanced from an account. AWS Shield Advanced requires a 1-year subscription commitment. You cannot delete a subscription prior to the completion of that commitment.

Synopsis

Creating a Request

deleteSubscription :: DeleteSubscription Source #

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

data DeleteSubscription Source #

See: deleteSubscription smart constructor.

Instances
Eq DeleteSubscription Source # 
Instance details

Defined in Network.AWS.Shield.DeleteSubscription

Data DeleteSubscription Source # 
Instance details

Defined in Network.AWS.Shield.DeleteSubscription

Methods

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

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

toConstr :: DeleteSubscription -> Constr #

dataTypeOf :: DeleteSubscription -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteSubscription Source # 
Instance details

Defined in Network.AWS.Shield.DeleteSubscription

Show DeleteSubscription Source # 
Instance details

Defined in Network.AWS.Shield.DeleteSubscription

Generic DeleteSubscription Source # 
Instance details

Defined in Network.AWS.Shield.DeleteSubscription

Associated Types

type Rep DeleteSubscription :: Type -> Type #

Hashable DeleteSubscription Source # 
Instance details

Defined in Network.AWS.Shield.DeleteSubscription

ToJSON DeleteSubscription Source # 
Instance details

Defined in Network.AWS.Shield.DeleteSubscription

AWSRequest DeleteSubscription Source # 
Instance details

Defined in Network.AWS.Shield.DeleteSubscription

Associated Types

type Rs DeleteSubscription :: Type #

ToHeaders DeleteSubscription Source # 
Instance details

Defined in Network.AWS.Shield.DeleteSubscription

ToPath DeleteSubscription Source # 
Instance details

Defined in Network.AWS.Shield.DeleteSubscription

ToQuery DeleteSubscription Source # 
Instance details

Defined in Network.AWS.Shield.DeleteSubscription

NFData DeleteSubscription Source # 
Instance details

Defined in Network.AWS.Shield.DeleteSubscription

Methods

rnf :: DeleteSubscription -> () #

type Rep DeleteSubscription Source # 
Instance details

Defined in Network.AWS.Shield.DeleteSubscription

type Rep DeleteSubscription = D1 (MetaData "DeleteSubscription" "Network.AWS.Shield.DeleteSubscription" "amazonka-shield-1.6.1-8Y66prV5lhL7KZmytnDDA7" False) (C1 (MetaCons "DeleteSubscription'" PrefixI False) (U1 :: Type -> Type))
type Rs DeleteSubscription Source # 
Instance details

Defined in Network.AWS.Shield.DeleteSubscription

Destructuring the Response

deleteSubscriptionResponse Source #

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

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

data DeleteSubscriptionResponse Source #

See: deleteSubscriptionResponse smart constructor.

Instances
Eq DeleteSubscriptionResponse Source # 
Instance details

Defined in Network.AWS.Shield.DeleteSubscription

Data DeleteSubscriptionResponse Source # 
Instance details

Defined in Network.AWS.Shield.DeleteSubscription

Methods

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

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

toConstr :: DeleteSubscriptionResponse -> Constr #

dataTypeOf :: DeleteSubscriptionResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteSubscriptionResponse Source # 
Instance details

Defined in Network.AWS.Shield.DeleteSubscription

Show DeleteSubscriptionResponse Source # 
Instance details

Defined in Network.AWS.Shield.DeleteSubscription

Generic DeleteSubscriptionResponse Source # 
Instance details

Defined in Network.AWS.Shield.DeleteSubscription

Associated Types

type Rep DeleteSubscriptionResponse :: Type -> Type #

NFData DeleteSubscriptionResponse Source # 
Instance details

Defined in Network.AWS.Shield.DeleteSubscription

type Rep DeleteSubscriptionResponse Source # 
Instance details

Defined in Network.AWS.Shield.DeleteSubscription

type Rep DeleteSubscriptionResponse = D1 (MetaData "DeleteSubscriptionResponse" "Network.AWS.Shield.DeleteSubscription" "amazonka-shield-1.6.1-8Y66prV5lhL7KZmytnDDA7" True) (C1 (MetaCons "DeleteSubscriptionResponse'" PrefixI True) (S1 (MetaSel (Just "_drsResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Int)))

Response Lenses