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

Contents

Description

Deletes output destination configuration from your application configuration. Amazon Kinesis Analytics will no longer write data from the corresponding in-application stream to the external output destination.

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

Synopsis

Creating a Request

deleteApplicationOutput #

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

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

  • daoApplicationName - Amazon Kinesis Analytics application name.
  • daoCurrentApplicationVersionId - Amazon Kinesis Analytics application version. You can use the DescribeApplication operation to get the current application version. If the version specified is not the current version, the ConcurrentModificationException is returned.
  • daoOutputId - The ID of the configuration to delete. Each output configuration that is added to the application, either when the application is created or later using the AddApplicationOutput operation, has a unique ID. You need to provide the ID to uniquely identify the output configuration that you want to delete from the application configuration. You can use the DescribeApplication operation to get the specific OutputId .

data DeleteApplicationOutput #

See: deleteApplicationOutput smart constructor.

Instances

Eq DeleteApplicationOutput # 
Data DeleteApplicationOutput # 

Methods

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

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

toConstr :: DeleteApplicationOutput -> Constr #

dataTypeOf :: DeleteApplicationOutput -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteApplicationOutput # 
Show DeleteApplicationOutput # 
Generic DeleteApplicationOutput # 
Hashable DeleteApplicationOutput # 
ToJSON DeleteApplicationOutput # 
NFData DeleteApplicationOutput # 

Methods

rnf :: DeleteApplicationOutput -> () #

AWSRequest DeleteApplicationOutput # 
ToQuery DeleteApplicationOutput # 
ToPath DeleteApplicationOutput # 
ToHeaders DeleteApplicationOutput # 
type Rep DeleteApplicationOutput # 
type Rep DeleteApplicationOutput = D1 (MetaData "DeleteApplicationOutput" "Network.AWS.KinesisAnalytics.DeleteApplicationOutput" "amazonka-kinesis-analytics-1.4.5-H83WG5KfDkB7lwaI8ml04Y" False) (C1 (MetaCons "DeleteApplicationOutput'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_daoApplicationName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) ((:*:) (S1 (MetaSel (Just Symbol "_daoCurrentApplicationVersionId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Nat)) (S1 (MetaSel (Just Symbol "_daoOutputId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))))
type Rs DeleteApplicationOutput # 

Request Lenses

daoApplicationName :: Lens' DeleteApplicationOutput Text #

Amazon Kinesis Analytics application name.

daoCurrentApplicationVersionId :: Lens' DeleteApplicationOutput Natural #

Amazon Kinesis Analytics application version. You can use the DescribeApplication operation to get the current application version. If the version specified is not the current version, the ConcurrentModificationException is returned.

daoOutputId :: Lens' DeleteApplicationOutput Text #

The ID of the configuration to delete. Each output configuration that is added to the application, either when the application is created or later using the AddApplicationOutput operation, has a unique ID. You need to provide the ID to uniquely identify the output configuration that you want to delete from the application configuration. You can use the DescribeApplication operation to get the specific OutputId .

Destructuring the Response

deleteApplicationOutputResponse #

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

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

data DeleteApplicationOutputResponse #

See: deleteApplicationOutputResponse smart constructor.

Instances

Eq DeleteApplicationOutputResponse # 
Data DeleteApplicationOutputResponse # 

Methods

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

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

toConstr :: DeleteApplicationOutputResponse -> Constr #

dataTypeOf :: DeleteApplicationOutputResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteApplicationOutputResponse # 
Show DeleteApplicationOutputResponse # 
Generic DeleteApplicationOutputResponse # 
NFData DeleteApplicationOutputResponse # 
type Rep DeleteApplicationOutputResponse # 
type Rep DeleteApplicationOutputResponse = D1 (MetaData "DeleteApplicationOutputResponse" "Network.AWS.KinesisAnalytics.DeleteApplicationOutput" "amazonka-kinesis-analytics-1.4.5-H83WG5KfDkB7lwaI8ml04Y" True) (C1 (MetaCons "DeleteApplicationOutputResponse'" PrefixI True) (S1 (MetaSel (Just Symbol "_daorsResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Int)))

Response Lenses