amazonka-kinesis-analytics-1.5.0: Amazon Kinesis Analytics SDK.

Copyright(c) 2013-2017 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.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 Source #

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 Source #

See: deleteApplicationOutput smart constructor.

Instances

Eq DeleteApplicationOutput Source # 
Data DeleteApplicationOutput Source # 

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 Source # 
Show DeleteApplicationOutput Source # 
Generic DeleteApplicationOutput Source # 
Hashable DeleteApplicationOutput Source # 
ToJSON DeleteApplicationOutput Source # 
NFData DeleteApplicationOutput Source # 

Methods

rnf :: DeleteApplicationOutput -> () #

AWSRequest DeleteApplicationOutput Source # 
ToQuery DeleteApplicationOutput Source # 
ToPath DeleteApplicationOutput Source # 
ToHeaders DeleteApplicationOutput Source # 
type Rep DeleteApplicationOutput Source # 
type Rep DeleteApplicationOutput = D1 (MetaData "DeleteApplicationOutput" "Network.AWS.KinesisAnalytics.DeleteApplicationOutput" "amazonka-kinesis-analytics-1.5.0-Aag53z1k8npIGaZevnWzPh" 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 Source # 

Request Lenses

daoApplicationName :: Lens' DeleteApplicationOutput Text Source #

Amazon Kinesis Analytics application name.

daoCurrentApplicationVersionId :: Lens' DeleteApplicationOutput Natural Source #

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 Source #

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 Source #

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 Source #

See: deleteApplicationOutputResponse smart constructor.

Instances

Eq DeleteApplicationOutputResponse Source # 
Data DeleteApplicationOutputResponse Source # 

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 Source # 
Show DeleteApplicationOutputResponse Source # 
Generic DeleteApplicationOutputResponse Source # 
NFData DeleteApplicationOutputResponse Source # 
type Rep DeleteApplicationOutputResponse Source # 
type Rep DeleteApplicationOutputResponse = D1 (MetaData "DeleteApplicationOutputResponse" "Network.AWS.KinesisAnalytics.DeleteApplicationOutput" "amazonka-kinesis-analytics-1.5.0-Aag53z1k8npIGaZevnWzPh" True) (C1 (MetaCons "DeleteApplicationOutputResponse'" PrefixI True) (S1 (MetaSel (Just Symbol "_daorsResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Int)))

Response Lenses