| Copyright | (c) 2013-2018 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.KinesisAnalytics.DeleteApplicationOutput
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.
- deleteApplicationOutput :: Text -> Natural -> Text -> DeleteApplicationOutput
- data DeleteApplicationOutput
- daoApplicationName :: Lens' DeleteApplicationOutput Text
- daoCurrentApplicationVersionId :: Lens' DeleteApplicationOutput Natural
- daoOutputId :: Lens' DeleteApplicationOutput Text
- deleteApplicationOutputResponse :: Int -> DeleteApplicationOutputResponse
- data DeleteApplicationOutputResponse
- daorsResponseStatus :: Lens' DeleteApplicationOutputResponse Int
Creating a Request
deleteApplicationOutput Source #
Arguments
| :: Text | |
| -> Natural | |
| -> Text | |
| -> 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 theDescribeApplicationoperation to get the current application version. If the version specified is not the current version, theConcurrentModificationExceptionis 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 theAddApplicationOutputoperation, 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 theDescribeApplicationoperation to get the specificOutputId.
data DeleteApplicationOutput Source #
See: deleteApplicationOutput smart constructor.
Instances
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 #
Arguments
| :: Int | |
| -> 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:
daorsResponseStatus- -- | The response status code.
data DeleteApplicationOutputResponse Source #
See: deleteApplicationOutputResponse smart constructor.
Instances
Response Lenses
daorsResponseStatus :: Lens' DeleteApplicationOutputResponse Int Source #
- - | The response status code.