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

Defined in Network.AWS.KinesisAnalytics.DeleteApplicationOutput

Data DeleteApplicationOutput Source # 
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 Source # 
Instance details

Defined in Network.AWS.KinesisAnalytics.DeleteApplicationOutput

Show DeleteApplicationOutput Source # 
Instance details

Defined in Network.AWS.KinesisAnalytics.DeleteApplicationOutput

Generic DeleteApplicationOutput Source # 
Instance details

Defined in Network.AWS.KinesisAnalytics.DeleteApplicationOutput

Associated Types

type Rep DeleteApplicationOutput :: Type -> Type #

Hashable DeleteApplicationOutput Source # 
Instance details

Defined in Network.AWS.KinesisAnalytics.DeleteApplicationOutput

ToJSON DeleteApplicationOutput Source # 
Instance details

Defined in Network.AWS.KinesisAnalytics.DeleteApplicationOutput

AWSRequest DeleteApplicationOutput Source # 
Instance details

Defined in Network.AWS.KinesisAnalytics.DeleteApplicationOutput

Associated Types

type Rs DeleteApplicationOutput :: Type #

ToHeaders DeleteApplicationOutput Source # 
Instance details

Defined in Network.AWS.KinesisAnalytics.DeleteApplicationOutput

ToPath DeleteApplicationOutput Source # 
Instance details

Defined in Network.AWS.KinesisAnalytics.DeleteApplicationOutput

ToQuery DeleteApplicationOutput Source # 
Instance details

Defined in Network.AWS.KinesisAnalytics.DeleteApplicationOutput

NFData DeleteApplicationOutput Source # 
Instance details

Defined in Network.AWS.KinesisAnalytics.DeleteApplicationOutput

Methods

rnf :: DeleteApplicationOutput -> () #

type Rep DeleteApplicationOutput Source # 
Instance details

Defined in Network.AWS.KinesisAnalytics.DeleteApplicationOutput

type Rep DeleteApplicationOutput = D1 (MetaData "DeleteApplicationOutput" "Network.AWS.KinesisAnalytics.DeleteApplicationOutput" "amazonka-kinesis-analytics-1.6.1-2ypQISJOXcDAxCkmUKrTv4" 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 Source # 
Instance details

Defined in Network.AWS.KinesisAnalytics.DeleteApplicationOutput

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

Defined in Network.AWS.KinesisAnalytics.DeleteApplicationOutput

Data DeleteApplicationOutputResponse Source # 
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 Source # 
Instance details

Defined in Network.AWS.KinesisAnalytics.DeleteApplicationOutput

Show DeleteApplicationOutputResponse Source # 
Instance details

Defined in Network.AWS.KinesisAnalytics.DeleteApplicationOutput

Generic DeleteApplicationOutputResponse Source # 
Instance details

Defined in Network.AWS.KinesisAnalytics.DeleteApplicationOutput

Associated Types

type Rep DeleteApplicationOutputResponse :: Type -> Type #

NFData DeleteApplicationOutputResponse Source # 
Instance details

Defined in Network.AWS.KinesisAnalytics.DeleteApplicationOutput

type Rep DeleteApplicationOutputResponse Source # 
Instance details

Defined in Network.AWS.KinesisAnalytics.DeleteApplicationOutput

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

Response Lenses