amazonka-kinesis-analytics-1.6.0: 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.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 # 
Instance details

Defined in Network.AWS.KinesisAnalytics.DeleteApplicationOutput

Data DeleteApplicationOutput # 
Instance details

Defined in Network.AWS.KinesisAnalytics.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 # 
Instance details

Defined in Network.AWS.KinesisAnalytics.DeleteApplicationOutput

Show DeleteApplicationOutput # 
Instance details

Defined in Network.AWS.KinesisAnalytics.DeleteApplicationOutput

Generic DeleteApplicationOutput # 
Instance details

Defined in Network.AWS.KinesisAnalytics.DeleteApplicationOutput

Associated Types

type Rep DeleteApplicationOutput :: * -> * #

Hashable DeleteApplicationOutput # 
Instance details

Defined in Network.AWS.KinesisAnalytics.DeleteApplicationOutput

ToJSON DeleteApplicationOutput # 
Instance details

Defined in Network.AWS.KinesisAnalytics.DeleteApplicationOutput

AWSRequest DeleteApplicationOutput # 
Instance details

Defined in Network.AWS.KinesisAnalytics.DeleteApplicationOutput

Associated Types

type Rs DeleteApplicationOutput :: * #

ToHeaders DeleteApplicationOutput # 
Instance details

Defined in Network.AWS.KinesisAnalytics.DeleteApplicationOutput

ToPath DeleteApplicationOutput # 
Instance details

Defined in Network.AWS.KinesisAnalytics.DeleteApplicationOutput

ToQuery DeleteApplicationOutput # 
Instance details

Defined in Network.AWS.KinesisAnalytics.DeleteApplicationOutput

NFData DeleteApplicationOutput # 
Instance details

Defined in Network.AWS.KinesisAnalytics.DeleteApplicationOutput

Methods

rnf :: DeleteApplicationOutput -> () #

type Rep DeleteApplicationOutput # 
Instance details

Defined in Network.AWS.KinesisAnalytics.DeleteApplicationOutput

type Rep DeleteApplicationOutput = D1 (MetaData "DeleteApplicationOutput" "Network.AWS.KinesisAnalytics.DeleteApplicationOutput" "amazonka-kinesis-analytics-1.6.0-KYWxzVl8J5VIKqym3A5K1p" False) (C1 (MetaCons "DeleteApplicationOutput'" PrefixI True) (S1 (MetaSel (Just "_daoApplicationName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: (S1 (MetaSel (Just "_daoCurrentApplicationVersionId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Nat) :*: S1 (MetaSel (Just "_daoOutputId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))
type Rs DeleteApplicationOutput # 
Instance details

Defined in Network.AWS.KinesisAnalytics.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 # 
Instance details

Defined in Network.AWS.KinesisAnalytics.DeleteApplicationOutput

Data DeleteApplicationOutputResponse # 
Instance details

Defined in Network.AWS.KinesisAnalytics.DeleteApplicationOutput

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 # 
Instance details

Defined in Network.AWS.KinesisAnalytics.DeleteApplicationOutput

Show DeleteApplicationOutputResponse # 
Instance details

Defined in Network.AWS.KinesisAnalytics.DeleteApplicationOutput

Generic DeleteApplicationOutputResponse # 
Instance details

Defined in Network.AWS.KinesisAnalytics.DeleteApplicationOutput

Associated Types

type Rep DeleteApplicationOutputResponse :: * -> * #

NFData DeleteApplicationOutputResponse # 
Instance details

Defined in Network.AWS.KinesisAnalytics.DeleteApplicationOutput

type Rep DeleteApplicationOutputResponse # 
Instance details

Defined in Network.AWS.KinesisAnalytics.DeleteApplicationOutput

type Rep DeleteApplicationOutputResponse = D1 (MetaData "DeleteApplicationOutputResponse" "Network.AWS.KinesisAnalytics.DeleteApplicationOutput" "amazonka-kinesis-analytics-1.6.0-KYWxzVl8J5VIKqym3A5K1p" True) (C1 (MetaCons "DeleteApplicationOutputResponse'" PrefixI True) (S1 (MetaSel (Just "_daorsResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Int)))

Response Lenses