amazonka-kinesis-analytics-1.6.1: Amazon Kinesis Analytics 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.KinesisAnalytics.DeleteApplication

Contents

Description

Deletes the specified application. Amazon Kinesis Analytics halts application execution and deletes the application, including any application artifacts (such as in-application streams, reference table, and application code).

This operation requires permissions to perform the kinesisanalytics:DeleteApplication action.

Synopsis

Creating a Request

deleteApplication Source #

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

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

  • dApplicationName - Name of the Amazon Kinesis Analytics application to delete.
  • dCreateTimestamp - You can use the DescribeApplication operation to get this value.

data DeleteApplication Source #

See: deleteApplication smart constructor.

Instances
Eq DeleteApplication Source # 
Instance details

Defined in Network.AWS.KinesisAnalytics.DeleteApplication

Data DeleteApplication Source # 
Instance details

Defined in Network.AWS.KinesisAnalytics.DeleteApplication

Methods

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

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

toConstr :: DeleteApplication -> Constr #

dataTypeOf :: DeleteApplication -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteApplication Source # 
Instance details

Defined in Network.AWS.KinesisAnalytics.DeleteApplication

Show DeleteApplication Source # 
Instance details

Defined in Network.AWS.KinesisAnalytics.DeleteApplication

Generic DeleteApplication Source # 
Instance details

Defined in Network.AWS.KinesisAnalytics.DeleteApplication

Associated Types

type Rep DeleteApplication :: Type -> Type #

Hashable DeleteApplication Source # 
Instance details

Defined in Network.AWS.KinesisAnalytics.DeleteApplication

ToJSON DeleteApplication Source # 
Instance details

Defined in Network.AWS.KinesisAnalytics.DeleteApplication

AWSRequest DeleteApplication Source # 
Instance details

Defined in Network.AWS.KinesisAnalytics.DeleteApplication

Associated Types

type Rs DeleteApplication :: Type #

ToHeaders DeleteApplication Source # 
Instance details

Defined in Network.AWS.KinesisAnalytics.DeleteApplication

ToPath DeleteApplication Source # 
Instance details

Defined in Network.AWS.KinesisAnalytics.DeleteApplication

ToQuery DeleteApplication Source # 
Instance details

Defined in Network.AWS.KinesisAnalytics.DeleteApplication

NFData DeleteApplication Source # 
Instance details

Defined in Network.AWS.KinesisAnalytics.DeleteApplication

Methods

rnf :: DeleteApplication -> () #

type Rep DeleteApplication Source # 
Instance details

Defined in Network.AWS.KinesisAnalytics.DeleteApplication

type Rep DeleteApplication = D1 (MetaData "DeleteApplication" "Network.AWS.KinesisAnalytics.DeleteApplication" "amazonka-kinesis-analytics-1.6.1-2ypQISJOXcDAxCkmUKrTv4" False) (C1 (MetaCons "DeleteApplication'" PrefixI True) (S1 (MetaSel (Just "_dApplicationName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_dCreateTimestamp") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 POSIX)))
type Rs DeleteApplication Source # 
Instance details

Defined in Network.AWS.KinesisAnalytics.DeleteApplication

Request Lenses

dApplicationName :: Lens' DeleteApplication Text Source #

Name of the Amazon Kinesis Analytics application to delete.

dCreateTimestamp :: Lens' DeleteApplication UTCTime Source #

You can use the DescribeApplication operation to get this value.

Destructuring the Response

deleteApplicationResponse Source #

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

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

data DeleteApplicationResponse Source #

See: deleteApplicationResponse smart constructor.

Instances
Eq DeleteApplicationResponse Source # 
Instance details

Defined in Network.AWS.KinesisAnalytics.DeleteApplication

Data DeleteApplicationResponse Source # 
Instance details

Defined in Network.AWS.KinesisAnalytics.DeleteApplication

Methods

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

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

toConstr :: DeleteApplicationResponse -> Constr #

dataTypeOf :: DeleteApplicationResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteApplicationResponse Source # 
Instance details

Defined in Network.AWS.KinesisAnalytics.DeleteApplication

Show DeleteApplicationResponse Source # 
Instance details

Defined in Network.AWS.KinesisAnalytics.DeleteApplication

Generic DeleteApplicationResponse Source # 
Instance details

Defined in Network.AWS.KinesisAnalytics.DeleteApplication

Associated Types

type Rep DeleteApplicationResponse :: Type -> Type #

NFData DeleteApplicationResponse Source # 
Instance details

Defined in Network.AWS.KinesisAnalytics.DeleteApplication

type Rep DeleteApplicationResponse Source # 
Instance details

Defined in Network.AWS.KinesisAnalytics.DeleteApplication

type Rep DeleteApplicationResponse = D1 (MetaData "DeleteApplicationResponse" "Network.AWS.KinesisAnalytics.DeleteApplication" "amazonka-kinesis-analytics-1.6.1-2ypQISJOXcDAxCkmUKrTv4" True) (C1 (MetaCons "DeleteApplicationResponse'" PrefixI True) (S1 (MetaSel (Just "_drsResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Int)))

Response Lenses