| 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.DeleteApplicationInputProcessingConfiguration
Description
Deletes an InputProcessingConfiguration from an input.
- deleteApplicationInputProcessingConfiguration :: Text -> Natural -> Text -> DeleteApplicationInputProcessingConfiguration
- data DeleteApplicationInputProcessingConfiguration
- daipcApplicationName :: Lens' DeleteApplicationInputProcessingConfiguration Text
- daipcCurrentApplicationVersionId :: Lens' DeleteApplicationInputProcessingConfiguration Natural
- daipcInputId :: Lens' DeleteApplicationInputProcessingConfiguration Text
- deleteApplicationInputProcessingConfigurationResponse :: Int -> DeleteApplicationInputProcessingConfigurationResponse
- data DeleteApplicationInputProcessingConfigurationResponse
- daipcrsResponseStatus :: Lens' DeleteApplicationInputProcessingConfigurationResponse Int
Creating a Request
deleteApplicationInputProcessingConfiguration Source #
Arguments
| :: Text | |
| -> Natural | |
| -> Text | |
| -> DeleteApplicationInputProcessingConfiguration |
Creates a value of DeleteApplicationInputProcessingConfiguration with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
daipcApplicationName- The Kinesis Analytics application name.daipcCurrentApplicationVersionId- The version ID of the Kinesis Analytics application.daipcInputId- The ID of the input configuration from which to delete the input processing configuration. You can get a list of the input IDs for an application by using theDescribeApplicationoperation.
data DeleteApplicationInputProcessingConfiguration Source #
See: deleteApplicationInputProcessingConfiguration smart constructor.
Instances
Request Lenses
daipcApplicationName :: Lens' DeleteApplicationInputProcessingConfiguration Text Source #
The Kinesis Analytics application name.
daipcCurrentApplicationVersionId :: Lens' DeleteApplicationInputProcessingConfiguration Natural Source #
The version ID of the Kinesis Analytics application.
daipcInputId :: Lens' DeleteApplicationInputProcessingConfiguration Text Source #
The ID of the input configuration from which to delete the input processing configuration. You can get a list of the input IDs for an application by using the DescribeApplication operation.
Destructuring the Response
deleteApplicationInputProcessingConfigurationResponse Source #
Creates a value of DeleteApplicationInputProcessingConfigurationResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
daipcrsResponseStatus- -- | The response status code.
data DeleteApplicationInputProcessingConfigurationResponse Source #
See: deleteApplicationInputProcessingConfigurationResponse smart constructor.
Instances
Response Lenses
daipcrsResponseStatus :: Lens' DeleteApplicationInputProcessingConfigurationResponse Int Source #
- - | The response status code.