packages feed

amazonka-kinesis-analytics 1.4.4 → 1.4.5

raw patch · 18 files changed

+471/−330 lines, 18 filesdep ~amazonka-coredep ~amazonka-kinesis-analyticsdep ~amazonka-testPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

Dependency ranges changed: amazonka-core, amazonka-kinesis-analytics, amazonka-test

API changes (from Hackage documentation)

- Network.AWS.KinesisAnalytics.AddApplicationInput: instance Data.Aeson.Types.Class.ToJSON Network.AWS.KinesisAnalytics.AddApplicationInput.AddApplicationInput
- Network.AWS.KinesisAnalytics.AddApplicationOutput: instance Data.Aeson.Types.Class.ToJSON Network.AWS.KinesisAnalytics.AddApplicationOutput.AddApplicationOutput
- Network.AWS.KinesisAnalytics.AddApplicationReferenceDataSource: instance Data.Aeson.Types.Class.ToJSON Network.AWS.KinesisAnalytics.AddApplicationReferenceDataSource.AddApplicationReferenceDataSource
- Network.AWS.KinesisAnalytics.CreateApplication: instance Data.Aeson.Types.Class.ToJSON Network.AWS.KinesisAnalytics.CreateApplication.CreateApplication
- Network.AWS.KinesisAnalytics.DeleteApplication: instance Data.Aeson.Types.Class.ToJSON Network.AWS.KinesisAnalytics.DeleteApplication.DeleteApplication
- Network.AWS.KinesisAnalytics.DeleteApplicationOutput: instance Data.Aeson.Types.Class.ToJSON Network.AWS.KinesisAnalytics.DeleteApplicationOutput.DeleteApplicationOutput
- Network.AWS.KinesisAnalytics.DeleteApplicationReferenceDataSource: instance Data.Aeson.Types.Class.ToJSON Network.AWS.KinesisAnalytics.DeleteApplicationReferenceDataSource.DeleteApplicationReferenceDataSource
- Network.AWS.KinesisAnalytics.DescribeApplication: instance Data.Aeson.Types.Class.ToJSON Network.AWS.KinesisAnalytics.DescribeApplication.DescribeApplication
- Network.AWS.KinesisAnalytics.DiscoverInputSchema: instance Data.Aeson.Types.Class.ToJSON Network.AWS.KinesisAnalytics.DiscoverInputSchema.DiscoverInputSchema
- Network.AWS.KinesisAnalytics.ListApplications: instance Data.Aeson.Types.Class.ToJSON Network.AWS.KinesisAnalytics.ListApplications.ListApplications
- Network.AWS.KinesisAnalytics.StartApplication: instance Data.Aeson.Types.Class.ToJSON Network.AWS.KinesisAnalytics.StartApplication.StartApplication
- Network.AWS.KinesisAnalytics.StopApplication: instance Data.Aeson.Types.Class.ToJSON Network.AWS.KinesisAnalytics.StopApplication.StopApplication
- Network.AWS.KinesisAnalytics.UpdateApplication: instance Data.Aeson.Types.Class.ToJSON Network.AWS.KinesisAnalytics.UpdateApplication.UpdateApplication
+ Network.AWS.KinesisAnalytics.AddApplicationInput: instance Data.Aeson.Types.ToJSON.ToJSON Network.AWS.KinesisAnalytics.AddApplicationInput.AddApplicationInput
+ Network.AWS.KinesisAnalytics.AddApplicationOutput: instance Data.Aeson.Types.ToJSON.ToJSON Network.AWS.KinesisAnalytics.AddApplicationOutput.AddApplicationOutput
+ Network.AWS.KinesisAnalytics.AddApplicationReferenceDataSource: instance Data.Aeson.Types.ToJSON.ToJSON Network.AWS.KinesisAnalytics.AddApplicationReferenceDataSource.AddApplicationReferenceDataSource
+ Network.AWS.KinesisAnalytics.CreateApplication: instance Data.Aeson.Types.ToJSON.ToJSON Network.AWS.KinesisAnalytics.CreateApplication.CreateApplication
+ Network.AWS.KinesisAnalytics.DeleteApplication: instance Data.Aeson.Types.ToJSON.ToJSON Network.AWS.KinesisAnalytics.DeleteApplication.DeleteApplication
+ Network.AWS.KinesisAnalytics.DeleteApplicationOutput: instance Data.Aeson.Types.ToJSON.ToJSON Network.AWS.KinesisAnalytics.DeleteApplicationOutput.DeleteApplicationOutput
+ Network.AWS.KinesisAnalytics.DeleteApplicationReferenceDataSource: instance Data.Aeson.Types.ToJSON.ToJSON Network.AWS.KinesisAnalytics.DeleteApplicationReferenceDataSource.DeleteApplicationReferenceDataSource
+ Network.AWS.KinesisAnalytics.DescribeApplication: instance Data.Aeson.Types.ToJSON.ToJSON Network.AWS.KinesisAnalytics.DescribeApplication.DescribeApplication
+ Network.AWS.KinesisAnalytics.DiscoverInputSchema: instance Data.Aeson.Types.ToJSON.ToJSON Network.AWS.KinesisAnalytics.DiscoverInputSchema.DiscoverInputSchema
+ Network.AWS.KinesisAnalytics.ListApplications: instance Data.Aeson.Types.ToJSON.ToJSON Network.AWS.KinesisAnalytics.ListApplications.ListApplications
+ Network.AWS.KinesisAnalytics.StartApplication: instance Data.Aeson.Types.ToJSON.ToJSON Network.AWS.KinesisAnalytics.StartApplication.StartApplication
+ Network.AWS.KinesisAnalytics.StopApplication: instance Data.Aeson.Types.ToJSON.ToJSON Network.AWS.KinesisAnalytics.StopApplication.StopApplication
+ Network.AWS.KinesisAnalytics.UpdateApplication: instance Data.Aeson.Types.ToJSON.ToJSON Network.AWS.KinesisAnalytics.UpdateApplication.UpdateApplication
- Network.AWS.KinesisAnalytics: iInputSchema :: Lens' Input (Maybe SourceSchema)
+ Network.AWS.KinesisAnalytics: iInputSchema :: Lens' Input SourceSchema
- Network.AWS.KinesisAnalytics: input :: Text -> Input
+ Network.AWS.KinesisAnalytics: input :: Text -> SourceSchema -> Input
- Network.AWS.KinesisAnalytics.Types: iInputSchema :: Lens' Input (Maybe SourceSchema)
+ Network.AWS.KinesisAnalytics.Types: iInputSchema :: Lens' Input SourceSchema
- Network.AWS.KinesisAnalytics.Types: input :: Text -> Input
+ Network.AWS.KinesisAnalytics.Types: input :: Text -> SourceSchema -> Input

Files

README.md view
@@ -8,24 +8,27 @@  ## Version -`1.4.4`+`1.4.5`   ## Description -Amazon Kinesis Analytics is the easiest way to process streaming data in real time with standard SQL without having to learn new programming languages or processing frameworks. Amazon Kinesis Analytics enables you to create and run SQL queries on streaming data so that you can gain actionable insights and respond to your business and customer needs promptly. Amazon Kinesis Analytics takes care of everything required to run your queries continuously and scales automatically to match the volume and throughput rate of your incoming data. With Amazon Kinesis Analytics, you only pay for the resources your queries consume. There is no minimum fee or setup cost.- Documentation is available via [Hackage](http://hackage.haskell.org/package/amazonka-kinesis-analytics) and the [AWS API Reference](https://aws.amazon.com/documentation/).  The types from this library are intended to be used with [amazonka](http://hackage.haskell.org/package/amazonka),-which provides mechanisms for specifying AuthN/AuthZ information and sending requests.+which provides mechanisms for specifying AuthN/AuthZ information, sending requests,+and receiving responses. -Use of lenses is required for constructing and manipulating types.-This is due to the amount of nesting of AWS types and transparency regarding+Lenses are used for constructing and manipulating types,+due to the depth of nesting of AWS types and transparency regarding de/serialisation into more palatable Haskell values. The provided lenses should be compatible with any of the major lens libraries [lens](http://hackage.haskell.org/package/lens) or [lens-family-core](http://hackage.haskell.org/package/lens-family-core).++See [Network.AWS.KinesisAnalytics](http://hackage.haskell.org/package/amazonka-kinesis-analytics/docs/Network-AWS-KinesisAnalytics.html)+or [the AWS documentation](https://aws.amazon.com/documentation/) to get started.+  ## Contribute 
amazonka-kinesis-analytics.cabal view
@@ -1,5 +1,5 @@ name:                  amazonka-kinesis-analytics-version:               1.4.4+version:               1.4.5 synopsis:              Amazon Kinesis Analytics SDK. homepage:              https://github.com/brendanhay/amazonka bug-reports:           https://github.com/brendanhay/amazonka/issues@@ -13,20 +13,19 @@ cabal-version:         >= 1.10 extra-source-files:    README.md fixture/*.yaml fixture/*.proto src/.gitkeep description:-    Amazon Kinesis Analytics is the easiest way to process streaming data in real time with standard SQL without having to learn new programming languages or processing frameworks. Amazon Kinesis Analytics enables you to create and run SQL queries on streaming data so that you can gain actionable insights and respond to your business and customer needs promptly. Amazon Kinesis Analytics takes care of everything required to run your queries continuously and scales automatically to match the volume and throughput rate of your incoming data. With Amazon Kinesis Analytics, you only pay for the resources your queries consume. There is no minimum fee or setup cost.-    .     The types from this library are intended to be used with     <http://hackage.haskell.org/package/amazonka amazonka>, which provides-    mechanisms for specifying AuthN/AuthZ information and sending requests.+    mechanisms for specifying AuthN/AuthZ information, sending requests,+    and receiving responses.     .-    Use of lenses is required for constructing and manipulating types.-    This is due to the amount of nesting of AWS types and transparency regarding+    Lenses are used for constructing and manipulating types,+    due to the depth of nesting of AWS types and transparency regarding     de/serialisation into more palatable Haskell values.     The provided lenses should be compatible with any of the major lens libraries     such as <http://hackage.haskell.org/package/lens lens> or     <http://hackage.haskell.org/package/lens-family-core lens-family-core>.     .-    See "Network.AWS.KinesisAnalytics" or <https://aws.amazon.com/documentation/ the AWS Documentation>+    See "Network.AWS.KinesisAnalytics" or <https://aws.amazon.com/documentation/ the AWS documentation>     to get started.  source-repository head@@ -62,7 +61,7 @@         , Network.AWS.KinesisAnalytics.Types.Sum      build-depends:-          amazonka-core == 1.4.4.*+          amazonka-core == 1.4.5.*         , base          >= 4.7     && < 5  test-suite amazonka-kinesis-analytics-test@@ -82,9 +81,9 @@         , Test.AWS.KinesisAnalytics.Internal      build-depends:-          amazonka-core == 1.4.4.*-        , amazonka-test == 1.4.4.*-        , amazonka-kinesis-analytics == 1.4.4.*+          amazonka-core == 1.4.5.*+        , amazonka-test == 1.4.5.*+        , amazonka-kinesis-analytics == 1.4.5.*         , base         , bytestring         , tasty
gen/Network/AWS/KinesisAnalytics.hs view
@@ -11,7 +11,10 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Amazon Kinesis Analytics is the easiest way to process streaming data in real time with standard SQL without having to learn new programming languages or processing frameworks. Amazon Kinesis Analytics enables you to create and run SQL queries on streaming data so that you can gain actionable insights and respond to your business and customer needs promptly. Amazon Kinesis Analytics takes care of everything required to run your queries continuously and scales automatically to match the volume and throughput rate of your incoming data. With Amazon Kinesis Analytics, you only pay for the resources your queries consume. There is no minimum fee or setup cost.+-- Amazon Kinesis Analytics is the easiest way to process streaming data in real time with standard SQL without having to learn new programming languages or processing frameworks. Amazon Kinesis Analytics enables you to create and run SQL queries on streaming data so that you can gain actionable insights and respond to your business and customer needs promptly.+--+--+-- Amazon Kinesis Analytics takes care of everything required to run your queries continuously and scales automatically to match the volume and throughput rate of your incoming data. With Amazon Kinesis Analytics, you only pay for the resources your queries consume. There is no minimum fee or setup cost. module Network.AWS.KinesisAnalytics     (     -- * Service Configuration@@ -150,8 +153,8 @@     , iInputParallelism     , iKinesisStreamsInput     , iKinesisFirehoseInput-    , iInputSchema     , iNamePrefix+    , iInputSchema      -- ** InputConfiguration     , InputConfiguration
gen/Network/AWS/KinesisAnalytics/AddApplicationInput.hs view
@@ -18,13 +18,15 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Adds a streaming source to your Amazon Kinesis application. For conceptual information, see <http://docs.aws.amazon.com/kinesisanalytics/latest/dev/how-it-works-input.html Configuring Application Input>.+-- Adds a streaming source to your Amazon Kinesis application. For conceptual information, see <http://docs.aws.amazon.com/kinesisanalytics/latest/dev/how-it-works-input.html Configuring Application Input> . ----- You can add a streaming source either when you create an application or you can use this operation to add a streaming source after you create an application. For more information, see < CreateApplication>. ----- Any configuration update, including adding a streaming source using this operation, results in a new version of the application. You can use the < DescribeApplication> operation to find the current application version.+-- You can add a streaming source either when you create an application or you can use this operation to add a streaming source after you create an application. For more information, see 'CreateApplication' . ----- This operation requires permissions to perform the 'kinesisanalytics:AddApplicationInput' action.+-- Any configuration update, including adding a streaming source using this operation, results in a new version of the application. You can use the 'DescribeApplication' operation to find the current application version.+--+-- This operation requires permissions to perform the @kinesisanalytics:AddApplicationInput@ action.+-- module Network.AWS.KinesisAnalytics.AddApplicationInput     (     -- * Creating a Request@@ -51,6 +53,8 @@  -- | --+--+-- -- /See:/ 'addApplicationInput' smart constructor. data AddApplicationInput = AddApplicationInput'     { _aaiApplicationName             :: !Text@@ -62,11 +66,11 @@ -- -- Use one of the following lenses to modify other fields as desired: ----- * 'aaiApplicationName'+-- * 'aaiApplicationName' - Name of your existing Amazon Kinesis Analytics application to which you want to add the streaming source. ----- * 'aaiCurrentApplicationVersionId'+-- * 'aaiCurrentApplicationVersionId' - Current version of your Amazon Kinesis Analytics application. You can use the 'DescribeApplication' operation to find the current application version. ----- * 'aaiInput'+-- * 'aaiInput' - Undocumented member. addApplicationInput     :: Text -- ^ 'aaiApplicationName'     -> Natural -- ^ 'aaiCurrentApplicationVersionId'@@ -83,7 +87,7 @@ aaiApplicationName :: Lens' AddApplicationInput Text aaiApplicationName = lens _aaiApplicationName (\ s a -> s{_aaiApplicationName = a}); --- | Current version of your Amazon Kinesis Analytics application. You can use the < DescribeApplication> operation to find the current application version.+-- | Current version of your Amazon Kinesis Analytics application. You can use the 'DescribeApplication' operation to find the current application version. aaiCurrentApplicationVersionId :: Lens' AddApplicationInput Natural aaiCurrentApplicationVersionId = lens _aaiCurrentApplicationVersionId (\ s a -> s{_aaiCurrentApplicationVersionId = a}) . _Nat; @@ -132,6 +136,8 @@  -- | --+--+-- -- /See:/ 'addApplicationInputResponse' smart constructor. newtype AddApplicationInputResponse = AddApplicationInputResponse'     { _aairsResponseStatus :: Int@@ -141,7 +147,7 @@ -- -- Use one of the following lenses to modify other fields as desired: ----- * 'aairsResponseStatus'+-- * 'aairsResponseStatus' - -- | The response status code. addApplicationInputResponse     :: Int -- ^ 'aairsResponseStatus'     -> AddApplicationInputResponse@@ -150,7 +156,7 @@     { _aairsResponseStatus = pResponseStatus_     } --- | The response status code.+-- | -- | The response status code. aairsResponseStatus :: Lens' AddApplicationInputResponse Int aairsResponseStatus = lens _aairsResponseStatus (\ s a -> s{_aairsResponseStatus = a}); 
gen/Network/AWS/KinesisAnalytics/AddApplicationOutput.hs view
@@ -20,15 +20,17 @@ -- -- Adds an external destination to your Amazon Kinesis Analytics application. --+-- -- If you want Amazon Kinesis Analytics to deliver data from an in-application stream within your application to an external destination (such as an Amazon Kinesis stream or a Firehose delivery stream), you add the relevant configuration to your application using this operation. You can configure one or more outputs for your application. Each output configuration maps an in-application stream and an external destination. ----- You can use one of the output configurations to deliver data from your in-application error stream to an external destination so that you can analyze the errors. For conceptual information, see <http://docs.aws.amazon.com/kinesisanalytics/latest/dev/how-it-works-output.html Understanding Application Output (Destination)>.+-- You can use one of the output configurations to deliver data from your in-application error stream to an external destination so that you can analyze the errors. For conceptual information, see <http://docs.aws.amazon.com/kinesisanalytics/latest/dev/how-it-works-output.html Understanding Application Output (Destination)> . ----- Note that any configuration update, including adding a streaming source using this operation, results in a new version of the application. You can use the < DescribeApplication> operation to find the current application version.+-- Note that any configuration update, including adding a streaming source using this operation, results in a new version of the application. You can use the 'DescribeApplication' operation to find the current application version. ----- For the limits on the number of application inputs and outputs you can configure, see <http://docs.aws.amazon.com/kinesisanalytics/latest/dev/limits.html Limits>.+-- For the limits on the number of application inputs and outputs you can configure, see <http://docs.aws.amazon.com/kinesisanalytics/latest/dev/limits.html Limits> . ----- This operation requires permissions to perform the 'kinesisanalytics:AddApplicationOutput' action.+-- This operation requires permissions to perform the @kinesisanalytics:AddApplicationOutput@ action.+-- module Network.AWS.KinesisAnalytics.AddApplicationOutput     (     -- * Creating a Request@@ -55,6 +57,8 @@  -- | --+--+-- -- /See:/ 'addApplicationOutput' smart constructor. data AddApplicationOutput = AddApplicationOutput'     { _aaoApplicationName             :: !Text@@ -66,11 +70,11 @@ -- -- Use one of the following lenses to modify other fields as desired: ----- * 'aaoApplicationName'+-- * 'aaoApplicationName' - Name of the application to which you want to add the output configuration. ----- * 'aaoCurrentApplicationVersionId'+-- * 'aaoCurrentApplicationVersionId' - Version of the application to which you want add the output configuration. 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. ----- * 'aaoOutput'+-- * 'aaoOutput' - An array of objects, each describing one output configuration. In the output configuration, you specify the name of an in-application stream, a destination (that is, an Amazon Kinesis stream or an Amazon Kinesis Firehose delivery stream), and record the formation to use when writing to the destination. addApplicationOutput     :: Text -- ^ 'aaoApplicationName'     -> Natural -- ^ 'aaoCurrentApplicationVersionId'@@ -87,7 +91,7 @@ aaoApplicationName :: Lens' AddApplicationOutput Text aaoApplicationName = lens _aaoApplicationName (\ s a -> s{_aaoApplicationName = a}); --- | Version of the application to which you want add the output configuration. 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.+-- | Version of the application to which you want add the output configuration. 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. aaoCurrentApplicationVersionId :: Lens' AddApplicationOutput Natural aaoCurrentApplicationVersionId = lens _aaoCurrentApplicationVersionId (\ s a -> s{_aaoCurrentApplicationVersionId = a}) . _Nat; @@ -137,6 +141,8 @@  -- | --+--+-- -- /See:/ 'addApplicationOutputResponse' smart constructor. newtype AddApplicationOutputResponse = AddApplicationOutputResponse'     { _aaorsResponseStatus :: Int@@ -146,7 +152,7 @@ -- -- Use one of the following lenses to modify other fields as desired: ----- * 'aaorsResponseStatus'+-- * 'aaorsResponseStatus' - -- | The response status code. addApplicationOutputResponse     :: Int -- ^ 'aaorsResponseStatus'     -> AddApplicationOutputResponse@@ -155,7 +161,7 @@     { _aaorsResponseStatus = pResponseStatus_     } --- | The response status code.+-- | -- | The response status code. aaorsResponseStatus :: Lens' AddApplicationOutputResponse Int aaorsResponseStatus = lens _aaorsResponseStatus (\ s a -> s{_aaorsResponseStatus = a}); 
gen/Network/AWS/KinesisAnalytics/AddApplicationReferenceDataSource.hs view
@@ -20,11 +20,13 @@ -- -- Adds a reference data source to an existing application. --+-- -- Amazon Kinesis Analytics reads reference data (that is, an Amazon S3 object) and creates an in-application table within your application. In the request, you provide the source (S3 bucket name and object key name), name of the in-application table to create, and the necessary mapping information that describes how data in Amazon S3 object maps to columns in the resulting in-application table. ----- For conceptual information, see <http://docs.aws.amazon.com/kinesisanalytics/latest/dev/how-it-works-input.html Configuring Application Input>. For the limits on data sources you can add to your application, see <http://docs.aws.amazon.com/kinesisanalytics/latest/dev/limits.html Limits>.+-- For conceptual information, see <http://docs.aws.amazon.com/kinesisanalytics/latest/dev/how-it-works-input.html Configuring Application Input> . For the limits on data sources you can add to your application, see <http://docs.aws.amazon.com/kinesisanalytics/latest/dev/limits.html Limits> . ----- This operation requires permissions to perform the 'kinesisanalytics:AddApplicationOutput' action.+-- This operation requires permissions to perform the @kinesisanalytics:AddApplicationOutput@ action.+-- module Network.AWS.KinesisAnalytics.AddApplicationReferenceDataSource     (     -- * Creating a Request@@ -51,6 +53,8 @@  -- | --+--+-- -- /See:/ 'addApplicationReferenceDataSource' smart constructor. data AddApplicationReferenceDataSource = AddApplicationReferenceDataSource'     { _aardsApplicationName             :: !Text@@ -62,11 +66,11 @@ -- -- Use one of the following lenses to modify other fields as desired: ----- * 'aardsApplicationName'+-- * 'aardsApplicationName' - Name of an existing application. ----- * 'aardsCurrentApplicationVersionId'+-- * 'aardsCurrentApplicationVersionId' - Version of the application for which you are adding the reference data source. 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. ----- * 'aardsReferenceDataSource'+-- * 'aardsReferenceDataSource' - The reference data source can be an object in your Amazon S3 bucket. Amazon Kinesis Analytics reads the object and copies the data into the in-application table that is created. You provide an S3 bucket, object key name, and the resulting in-application table that is created. You must also provide an IAM role with the necessary permissions that Amazon Kinesis Analytics can assume to read the object from your S3 bucket on your behalf. addApplicationReferenceDataSource     :: Text -- ^ 'aardsApplicationName'     -> Natural -- ^ 'aardsCurrentApplicationVersionId'@@ -83,7 +87,7 @@ aardsApplicationName :: Lens' AddApplicationReferenceDataSource Text aardsApplicationName = lens _aardsApplicationName (\ s a -> s{_aardsApplicationName = a}); --- | Version of the application for which you are adding the reference data source. 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.+-- | Version of the application for which you are adding the reference data source. 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. aardsCurrentApplicationVersionId :: Lens' AddApplicationReferenceDataSource Natural aardsCurrentApplicationVersionId = lens _aardsCurrentApplicationVersionId (\ s a -> s{_aardsCurrentApplicationVersionId = a}) . _Nat; @@ -140,6 +144,8 @@  -- | --+--+-- -- /See:/ 'addApplicationReferenceDataSourceResponse' smart constructor. newtype AddApplicationReferenceDataSourceResponse = AddApplicationReferenceDataSourceResponse'     { _aardsrsResponseStatus :: Int@@ -149,7 +155,7 @@ -- -- Use one of the following lenses to modify other fields as desired: ----- * 'aardsrsResponseStatus'+-- * 'aardsrsResponseStatus' - -- | The response status code. addApplicationReferenceDataSourceResponse     :: Int -- ^ 'aardsrsResponseStatus'     -> AddApplicationReferenceDataSourceResponse@@ -158,7 +164,7 @@     { _aardsrsResponseStatus = pResponseStatus_     } --- | The response status code.+-- | -- | The response status code. aardsrsResponseStatus :: Lens' AddApplicationReferenceDataSourceResponse Int aardsrsResponseStatus = lens _aardsrsResponseStatus (\ s a -> s{_aardsrsResponseStatus = a}); 
gen/Network/AWS/KinesisAnalytics/CreateApplication.hs view
@@ -18,17 +18,19 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Creates an Amazon Kinesis Analytics application. You can configure each application with one streaming source as input, application code to process the input, and up to five streaming destinations where you want Amazon Kinesis Analytics to write the output data from your application. For an overview, see <http://docs.aws.amazon.com/kinesisanalytics/latest/dev/how-it-works.html How it Works>.+-- Creates an Amazon Kinesis Analytics application. You can configure each application with one streaming source as input, application code to process the input, and up to five streaming destinations where you want Amazon Kinesis Analytics to write the output data from your application. For an overview, see <http://docs.aws.amazon.com/kinesisanalytics/latest/dev/how-it-works.html How it Works> . --+-- -- In the input configuration, you map the streaming source to an in-application stream, which you can think of as a constantly updating table. In the mapping, you must provide a schema for the in-application stream and map each data column in the in-application stream to a data element in the streaming source, with the option of renaming, casting and dropping columns as desired. -- -- Your application code is one or more SQL statements that read input data, transform it, and generate output. Your application code can create one or more SQL artifacts like SQL streams or pumps. -- -- In the output configuration, you can configure the application to write data from in-application streams created in your applications to up to five streaming destinations. ----- To read data from your source stream or write data to destination streams, Amazon Kinesis Analytics needs your permissions. You grant these permissions by creating IAM roles. This operation requires permissions to perform the 'kinesisanalytics:CreateApplication' action.+-- To read data from your source stream or write data to destination streams, Amazon Kinesis Analytics needs your permissions. You grant these permissions by creating IAM roles. This operation requires permissions to perform the @kinesisanalytics:CreateApplication@ action. ----- For introductory exercises to create an Amazon Kinesis Analytics application, see <http://docs.aws.amazon.com/kinesisanalytics/latest/dev/getting-started.html Getting Started>.+-- For introductory exercises to create an Amazon Kinesis Analytics application, see <http://docs.aws.amazon.com/kinesisanalytics/latest/dev/getting-started.html Getting Started> .+-- module Network.AWS.KinesisAnalytics.CreateApplication     (     -- * Creating a Request@@ -58,6 +60,8 @@  -- | TBD --+--+-- -- /See:/ 'createApplication' smart constructor. data CreateApplication = CreateApplication'     { _caApplicationDescription :: !(Maybe Text)@@ -71,15 +75,15 @@ -- -- Use one of the following lenses to modify other fields as desired: ----- * 'caApplicationDescription'+-- * 'caApplicationDescription' - Summary description of the application. ----- * 'caInputs'+-- * 'caInputs' - Use this parameter to configure the application input. You can configure your application to receive input from a single streaming source. In this configuration, you map this streaming source to an in-application stream that is created. Your application code can then query the in-application stream like a table (you can think of it as a constantly updating table). For the streaming source, you provide its Amazon Resource Name (ARN) and format of data on the stream (for example, JSON, CSV, etc). You also must provide an IAM role that Amazon Kinesis Analytics can assume to read this stream on your behalf. To create the in-application stream, you need to specify a schema to transform your data into a schematized version used in SQL. In the schema, you provide the necessary mapping of the data elements in the streaming source to record columns in the in-app stream. ----- * 'caOutputs'+-- * 'caOutputs' - You can configure application output to write data from any of the in-application streams to up to five destinations. These destinations can be Amazon Kinesis streams, Amazon Kinesis Firehose delivery streams, or both. In the configuration, you specify the in-application stream name, the destination stream Amazon Resource Name (ARN), and the format to use when writing data. You must also provide an IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf. In the output configuration, you also provide the output stream Amazon Resource Name (ARN) and the format of data in the stream (for example, JSON, CSV). You also must provide an IAM role that Amazon Kinesis Analytics can assume to write to this stream on your behalf. ----- * 'caApplicationCode'+-- * 'caApplicationCode' - One or more SQL statements that read input data, transform it, and generate output. For example, you can write a SQL statement that reads input data and generates a running average of the number of advertisement clicks by vendor. You can also provide a series of SQL statements, where output of one statement can be used as the input for the next statement. Note that the application code must create the streams with names specified in the @Outputs@ . For example, if your @Outputs@ defines output streams named @ExampleOutputStream1@ and @ExampleOutputStream2@ , then your application code must create these streams. ----- * 'caApplicationName'+-- * 'caApplicationName' - Name of your Amazon Kinesis Analytics application (for example, @sample-app@ ). createApplication     :: Text -- ^ 'caApplicationName'     -> CreateApplication@@ -96,35 +100,19 @@ caApplicationDescription :: Lens' CreateApplication (Maybe Text) caApplicationDescription = lens _caApplicationDescription (\ s a -> s{_caApplicationDescription = a}); --- | Use this parameter to configure the application input.------ You can configure your application to receive input from a single streaming source. In this configuration, you map this streaming source to an in-application stream that is created. Your application code can then query the in-application stream like a table (you can think of it as a constantly updating table).------ For the streaming source, you provide its Amazon Resource Name (ARN) and format of data on the stream (for example, JSON, CSV, etc). You also must provide an IAM role that Amazon Kinesis Analytics can assume to read this stream on your behalf.------ To create the in-application stream, you need to specify a schema to transform your data into a schematized version used in SQL. In the schema, you provide the necessary mapping of the data elements in the streaming source to record columns in the in-app stream.+-- | Use this parameter to configure the application input. You can configure your application to receive input from a single streaming source. In this configuration, you map this streaming source to an in-application stream that is created. Your application code can then query the in-application stream like a table (you can think of it as a constantly updating table). For the streaming source, you provide its Amazon Resource Name (ARN) and format of data on the stream (for example, JSON, CSV, etc). You also must provide an IAM role that Amazon Kinesis Analytics can assume to read this stream on your behalf. To create the in-application stream, you need to specify a schema to transform your data into a schematized version used in SQL. In the schema, you provide the necessary mapping of the data elements in the streaming source to record columns in the in-app stream. caInputs :: Lens' CreateApplication [Input] caInputs = lens _caInputs (\ s a -> s{_caInputs = a}) . _Default . _Coerce; --- | You can configure application output to write data from any of the in-application streams to up to five destinations.------ These destinations can be Amazon Kinesis streams, Amazon Kinesis Firehose delivery streams, or both.------ In the configuration, you specify the in-application stream name, the destination stream Amazon Resource Name (ARN), and the format to use when writing data. You must also provide an IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf.------ In the output configuration, you also provide the output stream Amazon Resource Name (ARN) and the format of data in the stream (for example, JSON, CSV). You also must provide an IAM role that Amazon Kinesis Analytics can assume to write to this stream on your behalf.+-- | You can configure application output to write data from any of the in-application streams to up to five destinations. These destinations can be Amazon Kinesis streams, Amazon Kinesis Firehose delivery streams, or both. In the configuration, you specify the in-application stream name, the destination stream Amazon Resource Name (ARN), and the format to use when writing data. You must also provide an IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf. In the output configuration, you also provide the output stream Amazon Resource Name (ARN) and the format of data in the stream (for example, JSON, CSV). You also must provide an IAM role that Amazon Kinesis Analytics can assume to write to this stream on your behalf. caOutputs :: Lens' CreateApplication [Output] caOutputs = lens _caOutputs (\ s a -> s{_caOutputs = a}) . _Default . _Coerce; --- | One or more SQL statements that read input data, transform it, and generate output. For example, you can write a SQL statement that reads input data and generates a running average of the number of advertisement clicks by vendor.------ You can also provide a series of SQL statements, where output of one statement can be used as the input for the next statement.------ Note that the application code must create the streams with names specified in the 'Outputs'. For example, if your 'Outputs' defines output streams named 'ExampleOutputStream1' and 'ExampleOutputStream2', then your application code must create these streams.+-- | One or more SQL statements that read input data, transform it, and generate output. For example, you can write a SQL statement that reads input data and generates a running average of the number of advertisement clicks by vendor. You can also provide a series of SQL statements, where output of one statement can be used as the input for the next statement. Note that the application code must create the streams with names specified in the @Outputs@ . For example, if your @Outputs@ defines output streams named @ExampleOutputStream1@ and @ExampleOutputStream2@ , then your application code must create these streams. caApplicationCode :: Lens' CreateApplication (Maybe Text) caApplicationCode = lens _caApplicationCode (\ s a -> s{_caApplicationCode = a}); --- | Name of your Amazon Kinesis Analytics application (for example, 'sample-app').+-- | Name of your Amazon Kinesis Analytics application (for example, @sample-app@ ). caApplicationName :: Lens' CreateApplication Text caApplicationName = lens _caApplicationName (\ s a -> s{_caApplicationName = a}); @@ -170,6 +158,8 @@  -- | TBD --+--+-- -- /See:/ 'createApplicationResponse' smart constructor. data CreateApplicationResponse = CreateApplicationResponse'     { _carsResponseStatus     :: !Int@@ -180,9 +170,9 @@ -- -- Use one of the following lenses to modify other fields as desired: ----- * 'carsResponseStatus'+-- * 'carsResponseStatus' - -- | The response status code. ----- * 'carsApplicationSummary'+-- * 'carsApplicationSummary' - In response to your @CreateApplication@ request, Amazon Kinesis Analytics returns a response with a summary of the application it created, including the application Amazon Resource Name (ARN), name, and status. createApplicationResponse     :: Int -- ^ 'carsResponseStatus'     -> ApplicationSummary -- ^ 'carsApplicationSummary'@@ -193,11 +183,11 @@     , _carsApplicationSummary = pApplicationSummary_     } --- | The response status code.+-- | -- | The response status code. carsResponseStatus :: Lens' CreateApplicationResponse Int carsResponseStatus = lens _carsResponseStatus (\ s a -> s{_carsResponseStatus = a}); --- | In response to your 'CreateApplication' request, Amazon Kinesis Analytics returns a response with a summary of the application it created, including the application Amazon Resource Name (ARN), name, and status.+-- | In response to your @CreateApplication@ request, Amazon Kinesis Analytics returns a response with a summary of the application it created, including the application Amazon Resource Name (ARN), name, and status. carsApplicationSummary :: Lens' CreateApplicationResponse ApplicationSummary carsApplicationSummary = lens _carsApplicationSummary (\ s a -> s{_carsApplicationSummary = a}); 
gen/Network/AWS/KinesisAnalytics/DeleteApplication.hs view
@@ -20,7 +20,9 @@ -- -- Deletes the specified application. Amazon Kinesis Analytics halts application execution and deletes the application, including any application artifacts (such as in-application streams, reference table, and application code). ----- This operation requires permissions to perform the 'kinesisanalytics:DeleteApplication' action.+--+-- This operation requires permissions to perform the @kinesisanalytics:DeleteApplication@ action.+-- module Network.AWS.KinesisAnalytics.DeleteApplication     (     -- * Creating a Request@@ -46,6 +48,8 @@  -- | --+--+-- -- /See:/ 'deleteApplication' smart constructor. data DeleteApplication = DeleteApplication'     { _dApplicationName :: !Text@@ -56,9 +60,9 @@ -- -- Use one of the following lenses to modify other fields as desired: ----- * 'dApplicationName'+-- * 'dApplicationName' - Name of the Amazon Kinesis Analytics application to delete. ----- * 'dCreateTimestamp'+-- * 'dCreateTimestamp' - You can use the @DescribeApplication@ operation to get this value. deleteApplication     :: Text -- ^ 'dApplicationName'     -> UTCTime -- ^ 'dCreateTimestamp'@@ -73,7 +77,7 @@ dApplicationName :: Lens' DeleteApplication Text dApplicationName = lens _dApplicationName (\ s a -> s{_dApplicationName = a}); --- | You can use the 'DescribeApplication' operation to get this value.+-- | You can use the @DescribeApplication@ operation to get this value. dCreateTimestamp :: Lens' DeleteApplication UTCTime dCreateTimestamp = lens _dCreateTimestamp (\ s a -> s{_dCreateTimestamp = a}) . _Time; @@ -114,6 +118,8 @@  -- | --+--+-- -- /See:/ 'deleteApplicationResponse' smart constructor. newtype DeleteApplicationResponse = DeleteApplicationResponse'     { _drsResponseStatus :: Int@@ -123,7 +129,7 @@ -- -- Use one of the following lenses to modify other fields as desired: ----- * 'drsResponseStatus'+-- * 'drsResponseStatus' - -- | The response status code. deleteApplicationResponse     :: Int -- ^ 'drsResponseStatus'     -> DeleteApplicationResponse@@ -132,7 +138,7 @@     { _drsResponseStatus = pResponseStatus_     } --- | The response status code.+-- | -- | The response status code. drsResponseStatus :: Lens' DeleteApplicationResponse Int drsResponseStatus = lens _drsResponseStatus (\ s a -> s{_drsResponseStatus = a}); 
gen/Network/AWS/KinesisAnalytics/DeleteApplicationOutput.hs view
@@ -20,7 +20,9 @@ -- -- 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.+--+-- This operation requires permissions to perform the @kinesisanalytics:DeleteApplicationOutput@ action.+-- module Network.AWS.KinesisAnalytics.DeleteApplicationOutput     (     -- * Creating a Request@@ -47,6 +49,8 @@  -- | --+--+-- -- /See:/ 'deleteApplicationOutput' smart constructor. data DeleteApplicationOutput = DeleteApplicationOutput'     { _daoApplicationName             :: !Text@@ -58,11 +62,11 @@ -- -- Use one of the following lenses to modify other fields as desired: ----- * 'daoApplicationName'+-- * 'daoApplicationName' - Amazon Kinesis Analytics application name. ----- * 'daoCurrentApplicationVersionId'+-- * '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'+-- * '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@ . deleteApplicationOutput     :: Text -- ^ 'daoApplicationName'     -> Natural -- ^ 'daoCurrentApplicationVersionId'@@ -79,11 +83,11 @@ daoApplicationName :: Lens' DeleteApplicationOutput Text daoApplicationName = lens _daoApplicationName (\ s a -> s{_daoApplicationName = a}); --- | 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.+-- | 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. daoCurrentApplicationVersionId :: Lens' DeleteApplicationOutput Natural daoCurrentApplicationVersionId = lens _daoCurrentApplicationVersionId (\ s a -> s{_daoCurrentApplicationVersionId = a}) . _Nat; --- | 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'.+-- | 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@ . daoOutputId :: Lens' DeleteApplicationOutput Text daoOutputId = lens _daoOutputId (\ s a -> s{_daoOutputId = a}); @@ -129,6 +133,8 @@  -- | --+--+-- -- /See:/ 'deleteApplicationOutputResponse' smart constructor. newtype DeleteApplicationOutputResponse = DeleteApplicationOutputResponse'     { _daorsResponseStatus :: Int@@ -138,7 +144,7 @@ -- -- Use one of the following lenses to modify other fields as desired: ----- * 'daorsResponseStatus'+-- * 'daorsResponseStatus' - -- | The response status code. deleteApplicationOutputResponse     :: Int -- ^ 'daorsResponseStatus'     -> DeleteApplicationOutputResponse@@ -147,7 +153,7 @@     { _daorsResponseStatus = pResponseStatus_     } --- | The response status code.+-- | -- | The response status code. daorsResponseStatus :: Lens' DeleteApplicationOutputResponse Int daorsResponseStatus = lens _daorsResponseStatus (\ s a -> s{_daorsResponseStatus = a}); 
gen/Network/AWS/KinesisAnalytics/DeleteApplicationReferenceDataSource.hs view
@@ -20,9 +20,11 @@ -- -- Deletes a reference data source configuration from the specified application configuration. ----- If the application is running, Amazon Kinesis Analytics immediately removes the in-application table that you created using the < AddApplicationReferenceDataSource> operation. ----- This operation requires permissions to perform the 'kinesisanalytics.DeleteApplicationReferenceDataSource' action.+-- If the application is running, Amazon Kinesis Analytics immediately removes the in-application table that you created using the 'AddApplicationReferenceDataSource' operation.+--+-- This operation requires permissions to perform the @kinesisanalytics.DeleteApplicationReferenceDataSource@ action.+-- module Network.AWS.KinesisAnalytics.DeleteApplicationReferenceDataSource     (     -- * Creating a Request@@ -58,11 +60,11 @@ -- -- Use one of the following lenses to modify other fields as desired: ----- * 'dardsApplicationName'+-- * 'dardsApplicationName' - Name of an existing application. ----- * 'dardsCurrentApplicationVersionId'+-- * 'dardsCurrentApplicationVersionId' - Version of the application. 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. ----- * 'dardsReferenceId'+-- * 'dardsReferenceId' - ID of the reference data source. When you add a reference data source to your application using the 'AddApplicationReferenceDataSource' , Amazon Kinesis Analytics assigns an ID. You can use the 'DescribeApplication' operation to get the reference ID. deleteApplicationReferenceDataSource     :: Text -- ^ 'dardsApplicationName'     -> Natural -- ^ 'dardsCurrentApplicationVersionId'@@ -79,11 +81,11 @@ dardsApplicationName :: Lens' DeleteApplicationReferenceDataSource Text dardsApplicationName = lens _dardsApplicationName (\ s a -> s{_dardsApplicationName = a}); --- | Version of the application. 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.+-- | Version of the application. 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. dardsCurrentApplicationVersionId :: Lens' DeleteApplicationReferenceDataSource Natural dardsCurrentApplicationVersionId = lens _dardsCurrentApplicationVersionId (\ s a -> s{_dardsCurrentApplicationVersionId = a}) . _Nat; --- | ID of the reference data source. When you add a reference data source to your application using the < AddApplicationReferenceDataSource>, Amazon Kinesis Analytics assigns an ID. You can use the < DescribeApplication> operation to get the reference ID.+-- | ID of the reference data source. When you add a reference data source to your application using the 'AddApplicationReferenceDataSource' , Amazon Kinesis Analytics assigns an ID. You can use the 'DescribeApplication' operation to get the reference ID. dardsReferenceId :: Lens' DeleteApplicationReferenceDataSource Text dardsReferenceId = lens _dardsReferenceId (\ s a -> s{_dardsReferenceId = a}); @@ -142,7 +144,7 @@ -- -- Use one of the following lenses to modify other fields as desired: ----- * 'dardsrsResponseStatus'+-- * 'dardsrsResponseStatus' - -- | The response status code. deleteApplicationReferenceDataSourceResponse     :: Int -- ^ 'dardsrsResponseStatus'     -> DeleteApplicationReferenceDataSourceResponse@@ -151,7 +153,7 @@     { _dardsrsResponseStatus = pResponseStatus_     } --- | The response status code.+-- | -- | The response status code. dardsrsResponseStatus :: Lens' DeleteApplicationReferenceDataSourceResponse Int dardsrsResponseStatus = lens _dardsrsResponseStatus (\ s a -> s{_dardsrsResponseStatus = a}); 
gen/Network/AWS/KinesisAnalytics/DescribeApplication.hs view
@@ -20,9 +20,11 @@ -- -- Returns information about a specific Amazon Kinesis Analytics application. ----- If you want to retrieve a list of all applications in your account, use the < ListApplications> operation. ----- This operation requires permissions to perform the 'kinesisanalytics:DescribeApplication' action. You can use 'DescribeApplication' to get the current application versionId, which you need to call other operations such as 'Update'.+-- If you want to retrieve a list of all applications in your account, use the 'ListApplications' operation.+--+-- This operation requires permissions to perform the @kinesisanalytics:DescribeApplication@ action. You can use @DescribeApplication@ to get the current application versionId, which you need to call other operations such as @Update@ .+-- module Network.AWS.KinesisAnalytics.DescribeApplication     (     -- * Creating a Request@@ -48,6 +50,8 @@  -- | --+--+-- -- /See:/ 'describeApplication' smart constructor. newtype DescribeApplication = DescribeApplication'     { _daApplicationName :: Text@@ -57,7 +61,7 @@ -- -- Use one of the following lenses to modify other fields as desired: ----- * 'daApplicationName'+-- * 'daApplicationName' - Name of the application. describeApplication     :: Text -- ^ 'daApplicationName'     -> DescribeApplication@@ -108,6 +112,8 @@  -- | --+--+-- -- /See:/ 'describeApplicationResponse' smart constructor. data DescribeApplicationResponse = DescribeApplicationResponse'     { _darsResponseStatus    :: !Int@@ -118,9 +124,9 @@ -- -- Use one of the following lenses to modify other fields as desired: ----- * 'darsResponseStatus'+-- * 'darsResponseStatus' - -- | The response status code. ----- * 'darsApplicationDetail'+-- * 'darsApplicationDetail' - Provides a description of the application, such as the application Amazon Resource Name (ARN), status, latest version, and input and output configuration details. describeApplicationResponse     :: Int -- ^ 'darsResponseStatus'     -> ApplicationDetail -- ^ 'darsApplicationDetail'@@ -131,7 +137,7 @@     , _darsApplicationDetail = pApplicationDetail_     } --- | The response status code.+-- | -- | The response status code. darsResponseStatus :: Lens' DescribeApplicationResponse Int darsResponseStatus = lens _darsResponseStatus (\ s a -> s{_darsResponseStatus = a}); 
gen/Network/AWS/KinesisAnalytics/DiscoverInputSchema.hs view
@@ -20,9 +20,11 @@ -- -- Infers a schema by evaluating sample records on the specified streaming source (Amazon Kinesis stream or Amazon Kinesis Firehose delivery stream). In the response, the operation returns the inferred schema and also the sample records that the operation used to infer the schema. ----- You can use the inferred schema when configuring a streaming source for your application. For conceptual information, see <http://docs.aws.amazon.com/kinesisanalytics/latest/dev/how-it-works-input.html Configuring Application Input>. Note that when you create an application using the Amazon Kinesis Analytics console, the console uses this operation to infer a schema and show it in the console user interface. ----- This operation requires permissions to perform the 'kinesisanalytics:DiscoverInputSchema' action.+-- You can use the inferred schema when configuring a streaming source for your application. For conceptual information, see <http://docs.aws.amazon.com/kinesisanalytics/latest/dev/how-it-works-input.html Configuring Application Input> . Note that when you create an application using the Amazon Kinesis Analytics console, the console uses this operation to infer a schema and show it in the console user interface.+--+-- This operation requires permissions to perform the @kinesisanalytics:DiscoverInputSchema@ action.+-- module Network.AWS.KinesisAnalytics.DiscoverInputSchema     (     -- * Creating a Request@@ -52,6 +54,8 @@  -- | --+--+-- -- /See:/ 'discoverInputSchema' smart constructor. data DiscoverInputSchema = DiscoverInputSchema'     { _disResourceARN                        :: !Text@@ -63,11 +67,11 @@ -- -- Use one of the following lenses to modify other fields as desired: ----- * 'disResourceARN'+-- * 'disResourceARN' - Amazon Resource Name (ARN) of the streaming source. ----- * 'disRoleARN'+-- * 'disRoleARN' - ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. ----- * 'disInputStartingPositionConfiguration'+-- * 'disInputStartingPositionConfiguration' - Point at which you want Amazon Kinesis Analytics to start reading records from the specified streaming source discovery purposes. discoverInputSchema     :: Text -- ^ 'disResourceARN'     -> Text -- ^ 'disRoleARN'@@ -137,6 +141,8 @@  -- | --+--+-- -- /See:/ 'discoverInputSchemaResponse' smart constructor. data DiscoverInputSchemaResponse = DiscoverInputSchemaResponse'     { _disrsRawInputRecords    :: !(Maybe [Text])@@ -149,13 +155,13 @@ -- -- Use one of the following lenses to modify other fields as desired: ----- * 'disrsRawInputRecords'+-- * 'disrsRawInputRecords' - Raw stream data that was sampled to infer the schema. ----- * 'disrsInputSchema'+-- * 'disrsInputSchema' - Schema inferred from the streaming source. It identifies the format of the data in the streaming source and how each data element maps to corresponding columns in the in-application stream that you can create. ----- * 'disrsParsedInputRecords'+-- * 'disrsParsedInputRecords' - An array of elements, where each element corresponds to a row in a stream record (a stream record can have more than one row). ----- * 'disrsResponseStatus'+-- * 'disrsResponseStatus' - -- | The response status code. discoverInputSchemaResponse     :: Int -- ^ 'disrsResponseStatus'     -> DiscoverInputSchemaResponse@@ -179,7 +185,7 @@ disrsParsedInputRecords :: Lens' DiscoverInputSchemaResponse [[Text]] disrsParsedInputRecords = lens _disrsParsedInputRecords (\ s a -> s{_disrsParsedInputRecords = a}) . _Default . _Coerce; --- | The response status code.+-- | -- | The response status code. disrsResponseStatus :: Lens' DiscoverInputSchemaResponse Int disrsResponseStatus = lens _disrsResponseStatus (\ s a -> s{_disrsResponseStatus = a}); 
gen/Network/AWS/KinesisAnalytics/ListApplications.hs view
@@ -18,11 +18,13 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Returns a list of Amazon Kinesis Analytics applications in your account. For each application, the response includes the application name, Amazon Resource Name (ARN), and status. If the response returns the 'HasMoreApplications' value as true, you can send another request by adding the 'ExclusiveStartApplicationName' in the request body, and set the value of this to the last application name from the previous response.+-- Returns a list of Amazon Kinesis Analytics applications in your account. For each application, the response includes the application name, Amazon Resource Name (ARN), and status. If the response returns the @HasMoreApplications@ value as true, you can send another request by adding the @ExclusiveStartApplicationName@ in the request body, and set the value of this to the last application name from the previous response. ----- If you want detailed information about a specific application, use < DescribeApplication>. ----- This operation requires permissions to perform the 'kinesisanalytics:ListApplications' action.+-- If you want detailed information about a specific application, use 'DescribeApplication' .+--+-- This operation requires permissions to perform the @kinesisanalytics:ListApplications@ action.+-- module Network.AWS.KinesisAnalytics.ListApplications     (     -- * Creating a Request@@ -50,6 +52,8 @@  -- | --+--+-- -- /See:/ 'listApplications' smart constructor. data ListApplications = ListApplications'     { _laLimit                         :: !(Maybe Nat)@@ -60,9 +64,9 @@ -- -- Use one of the following lenses to modify other fields as desired: ----- * 'laLimit'+-- * 'laLimit' - Maximum number of applications to list. ----- * 'laExclusiveStartApplicationName'+-- * 'laExclusiveStartApplicationName' - Name of the application to start the list with. When using pagination to retrieve the list, you don't need to specify this parameter in the first request. However, in subsequent requests, you add the last application name from the previous response to get the next page of applications. listApplications     :: ListApplications listApplications =@@ -75,7 +79,7 @@ laLimit :: Lens' ListApplications (Maybe Natural) laLimit = lens _laLimit (\ s a -> s{_laLimit = a}) . mapping _Nat; --- | Name of the application to start the list with. When using pagination to retrieve the list, you don\'t need to specify this parameter in the first request. However, in subsequent requests, you add the last application name from the previous response to get the next page of applications.+-- | Name of the application to start the list with. When using pagination to retrieve the list, you don't need to specify this parameter in the first request. However, in subsequent requests, you add the last application name from the previous response to get the next page of applications. laExclusiveStartApplicationName :: Lens' ListApplications (Maybe Text) laExclusiveStartApplicationName = lens _laExclusiveStartApplicationName (\ s a -> s{_laExclusiveStartApplicationName = a}); @@ -120,6 +124,8 @@  -- | --+--+-- -- /See:/ 'listApplicationsResponse' smart constructor. data ListApplicationsResponse = ListApplicationsResponse'     { _larsResponseStatus       :: !Int@@ -131,11 +137,11 @@ -- -- Use one of the following lenses to modify other fields as desired: ----- * 'larsResponseStatus'+-- * 'larsResponseStatus' - -- | The response status code. ----- * 'larsApplicationSummaries'+-- * 'larsApplicationSummaries' - List of @ApplicationSummary@ objects. ----- * 'larsHasMoreApplications'+-- * 'larsHasMoreApplications' - Returns true if there are more applications to retrieve. listApplicationsResponse     :: Int -- ^ 'larsResponseStatus'     -> Bool -- ^ 'larsHasMoreApplications'@@ -147,11 +153,11 @@     , _larsHasMoreApplications = pHasMoreApplications_     } --- | The response status code.+-- | -- | The response status code. larsResponseStatus :: Lens' ListApplicationsResponse Int larsResponseStatus = lens _larsResponseStatus (\ s a -> s{_larsResponseStatus = a}); --- | List of 'ApplicationSummary' objects.+-- | List of @ApplicationSummary@ objects. larsApplicationSummaries :: Lens' ListApplicationsResponse [ApplicationSummary] larsApplicationSummaries = lens _larsApplicationSummaries (\ s a -> s{_larsApplicationSummaries = a}) . _Coerce; 
gen/Network/AWS/KinesisAnalytics/StartApplication.hs view
@@ -20,13 +20,15 @@ -- -- Starts the specified Amazon Kinesis Analytics application. After creating an application, you must exclusively call this operation to start your application. --+-- -- After the application starts, it begins consuming the input data, processes it, and writes the output to the configured destination. ----- The application status must be 'READY' for you to start an application. You can get the application status in the console or using the < DescribeApplication> operation.+-- The application status must be @READY@ for you to start an application. You can get the application status in the console or using the 'DescribeApplication' operation. ----- After you start the application, you can stop the application from processing the input by calling the < StopApplication> operation.+-- After you start the application, you can stop the application from processing the input by calling the 'StopApplication' operation. ----- This operation requires permissions to perform the 'kinesisanalytics:StartApplication' action.+-- This operation requires permissions to perform the @kinesisanalytics:StartApplication@ action.+-- module Network.AWS.KinesisAnalytics.StartApplication     (     -- * Creating a Request@@ -52,6 +54,8 @@  -- | --+--+-- -- /See:/ 'startApplication' smart constructor. data StartApplication = StartApplication'     { _saApplicationName     :: !Text@@ -62,9 +66,9 @@ -- -- Use one of the following lenses to modify other fields as desired: ----- * 'saApplicationName'+-- * 'saApplicationName' - Name of the application. ----- * 'saInputConfigurations'+-- * 'saInputConfigurations' - Identifies the specific input, by ID, that the application starts consuming. Amazon Kinesis Analytics starts reading the streaming source associated with the input. You can also specify where in the streaming source you want Amazon Kinesis Analytics to start reading. startApplication     :: Text -- ^ 'saApplicationName'     -> StartApplication@@ -120,6 +124,8 @@  -- | --+--+-- -- /See:/ 'startApplicationResponse' smart constructor. newtype StartApplicationResponse = StartApplicationResponse'     { _sarsResponseStatus :: Int@@ -129,7 +135,7 @@ -- -- Use one of the following lenses to modify other fields as desired: ----- * 'sarsResponseStatus'+-- * 'sarsResponseStatus' - -- | The response status code. startApplicationResponse     :: Int -- ^ 'sarsResponseStatus'     -> StartApplicationResponse@@ -138,7 +144,7 @@     { _sarsResponseStatus = pResponseStatus_     } --- | The response status code.+-- | -- | The response status code. sarsResponseStatus :: Lens' StartApplicationResponse Int sarsResponseStatus = lens _sarsResponseStatus (\ s a -> s{_sarsResponseStatus = a}); 
gen/Network/AWS/KinesisAnalytics/StopApplication.hs view
@@ -18,9 +18,11 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Stops the application from processing input data. You can stop an application only if it is in the running state. You can use the < DescribeApplication> operation to find the application state. After the application is stopped, Amazon Kinesis Analytics stops reading data from the input, the application stops processing data, and there is no output written to the destination.+-- Stops the application from processing input data. You can stop an application only if it is in the running state. You can use the 'DescribeApplication' operation to find the application state. After the application is stopped, Amazon Kinesis Analytics stops reading data from the input, the application stops processing data, and there is no output written to the destination. ----- This operation requires permissions to perform the 'kinesisanalytics:StopApplication' action.+--+-- This operation requires permissions to perform the @kinesisanalytics:StopApplication@ action.+-- module Network.AWS.KinesisAnalytics.StopApplication     (     -- * Creating a Request@@ -45,6 +47,8 @@  -- | --+--+-- -- /See:/ 'stopApplication' smart constructor. newtype StopApplication = StopApplication'     { _sApplicationName :: Text@@ -54,7 +58,7 @@ -- -- Use one of the following lenses to modify other fields as desired: ----- * 'sApplicationName'+-- * 'sApplicationName' - Name of the running application to stop. stopApplication     :: Text -- ^ 'sApplicationName'     -> StopApplication@@ -103,6 +107,8 @@  -- | --+--+-- -- /See:/ 'stopApplicationResponse' smart constructor. newtype StopApplicationResponse = StopApplicationResponse'     { _srsResponseStatus :: Int@@ -112,7 +118,7 @@ -- -- Use one of the following lenses to modify other fields as desired: ----- * 'srsResponseStatus'+-- * 'srsResponseStatus' - -- | The response status code. stopApplicationResponse     :: Int -- ^ 'srsResponseStatus'     -> StopApplicationResponse@@ -121,7 +127,7 @@     { _srsResponseStatus = pResponseStatus_     } --- | The response status code.+-- | -- | The response status code. srsResponseStatus :: Lens' StopApplicationResponse Int srsResponseStatus = lens _srsResponseStatus (\ s a -> s{_srsResponseStatus = a}); 
gen/Network/AWS/KinesisAnalytics/Types.hs view
@@ -82,8 +82,8 @@     , iInputParallelism     , iKinesisStreamsInput     , iKinesisFirehoseInput-    , iInputSchema     , iNamePrefix+    , iInputSchema      -- * InputConfiguration     , InputConfiguration@@ -315,7 +315,7 @@ import           Network.AWS.Prelude import           Network.AWS.Sign.V4 --- | API version '2015-08-14' of the Amazon Kinesis Analytics SDK configuration.+-- | API version @2015-08-14@ of the Amazon Kinesis Analytics SDK configuration. kinesisAnalytics :: Service kinesisAnalytics =     Service@@ -350,42 +350,60 @@       | otherwise = Nothing  -- | User-provided application configuration is not valid.+--+-- _InvalidApplicationConfigurationException :: AsError a => Getting (First ServiceError) a ServiceError _InvalidApplicationConfigurationException =     _ServiceError . hasCode "InvalidApplicationConfigurationException"  -- | Discovery failed to get a record from the streaming source because of the Kinesis Streams ProvisionedThroughputExceededException.+--+-- _ResourceProvisionedThroughputExceededException :: AsError a => Getting (First ServiceError) a ServiceError _ResourceProvisionedThroughputExceededException =     _ServiceError . hasCode "ResourceProvisionedThroughputExceededException"  -- | Specified input parameter value is invalid.+--+-- _InvalidArgumentException :: AsError a => Getting (First ServiceError) a ServiceError _InvalidArgumentException = _ServiceError . hasCode "InvalidArgumentException"  -- | User-provided application code (query) is invalid. This can be a simple syntax error.+--+-- _CodeValidationException :: AsError a => Getting (First ServiceError) a ServiceError _CodeValidationException = _ServiceError . hasCode "CodeValidationException"  -- | Exception thrown as a result of concurrent modification to an application. For example, two individuals attempting to edit the same application at the same time.+--+-- _ConcurrentModificationException :: AsError a => Getting (First ServiceError) a ServiceError _ConcurrentModificationException =     _ServiceError . hasCode "ConcurrentModificationException"  -- | Data format is not valid, Kinesis Analytics is not able to detect schema for the given streaming source.+--+-- _UnableToDetectSchemaException :: AsError a => Getting (First ServiceError) a ServiceError _UnableToDetectSchemaException =     _ServiceError . hasCode "UnableToDetectSchemaException" --- | Specified application can\'t be found.+-- | Specified application can't be found.+--+-- _ResourceNotFoundException :: AsError a => Getting (First ServiceError) a ServiceError _ResourceNotFoundException =     _ServiceError . hasCode "ResourceNotFoundException"  -- | Exceeded the number of applications allowed.+--+-- _LimitExceededException :: AsError a => Getting (First ServiceError) a ServiceError _LimitExceededException = _ServiceError . hasCode "LimitExceededException"  -- | Application is not available for this operation.+--+-- _ResourceInUseException :: AsError a => Getting (First ServiceError) a ServiceError _ResourceInUseException = _ServiceError . hasCode "ResourceInUseException"
gen/Network/AWS/KinesisAnalytics/Types/Product.hs view
@@ -23,6 +23,8 @@  -- | Provides a description of the application, including the application Amazon Resource Name (ARN), status, latest version, and input and output configuration. --+--+-- -- /See:/ 'applicationDetail' smart constructor. data ApplicationDetail = ApplicationDetail'     { _adApplicationDescription          :: !(Maybe Text)@@ -42,27 +44,27 @@ -- -- Use one of the following lenses to modify other fields as desired: ----- * 'adApplicationDescription'+-- * 'adApplicationDescription' - Description of the application. ----- * 'adOutputDescriptions'+-- * 'adOutputDescriptions' - Describes the application output configuration. For more information, see <http://docs.aws.amazon.com/kinesisanalytics/latest/dev/how-it-works-output.html Configuring Application Output> . ----- * 'adReferenceDataSourceDescriptions'+-- * 'adReferenceDataSourceDescriptions' - Describes reference data sources configured for the application. For more information, see <http://docs.aws.amazon.com/kinesisanalytics/latest/dev/how-it-works-input.html Configuring Application Input> . ----- * 'adInputDescriptions'+-- * 'adInputDescriptions' - Describes the application input configuration. For more information, see <http://docs.aws.amazon.com/kinesisanalytics/latest/dev/how-it-works-input.html Configuring Application Input> . ----- * 'adApplicationCode'+-- * 'adApplicationCode' - Returns the application code that you provided to perform data analysis on any of the in-application streams in your application. ----- * 'adCreateTimestamp'+-- * 'adCreateTimestamp' - Timestamp when the application version was created. ----- * 'adLastUpdateTimestamp'+-- * 'adLastUpdateTimestamp' - Timestamp when the application was last updated. ----- * 'adApplicationName'+-- * 'adApplicationName' - Name of the application. ----- * 'adApplicationARN'+-- * 'adApplicationARN' - ARN of the application. ----- * 'adApplicationStatus'+-- * 'adApplicationStatus' - Status of the application. ----- * 'adApplicationVersionId'+-- * 'adApplicationVersionId' - Provides the current application version. applicationDetail     :: Text -- ^ 'adApplicationName'     -> Text -- ^ 'adApplicationARN'@@ -88,15 +90,15 @@ adApplicationDescription :: Lens' ApplicationDetail (Maybe Text) adApplicationDescription = lens _adApplicationDescription (\ s a -> s{_adApplicationDescription = a}); --- | Describes the application output configuration. For more information, see <http://docs.aws.amazon.com/kinesisanalytics/latest/dev/how-it-works-output.html Configuring Application Output>.+-- | Describes the application output configuration. For more information, see <http://docs.aws.amazon.com/kinesisanalytics/latest/dev/how-it-works-output.html Configuring Application Output> . adOutputDescriptions :: Lens' ApplicationDetail [OutputDescription] adOutputDescriptions = lens _adOutputDescriptions (\ s a -> s{_adOutputDescriptions = a}) . _Default . _Coerce; --- | Describes reference data sources configured for the application. For more information, see <http://docs.aws.amazon.com/kinesisanalytics/latest/dev/how-it-works-input.html Configuring Application Input>.+-- | Describes reference data sources configured for the application. For more information, see <http://docs.aws.amazon.com/kinesisanalytics/latest/dev/how-it-works-input.html Configuring Application Input> . adReferenceDataSourceDescriptions :: Lens' ApplicationDetail [ReferenceDataSourceDescription] adReferenceDataSourceDescriptions = lens _adReferenceDataSourceDescriptions (\ s a -> s{_adReferenceDataSourceDescriptions = a}) . _Default . _Coerce; --- | Describes the application input configuration. For more information, see <http://docs.aws.amazon.com/kinesisanalytics/latest/dev/how-it-works-input.html Configuring Application Input>.+-- | Describes the application input configuration. For more information, see <http://docs.aws.amazon.com/kinesisanalytics/latest/dev/how-it-works-input.html Configuring Application Input> . adInputDescriptions :: Lens' ApplicationDetail [InputDescription] adInputDescriptions = lens _adInputDescriptions (\ s a -> s{_adInputDescriptions = a}) . _Default . _Coerce; @@ -152,6 +154,8 @@  -- | Provides application summary information, including the application Amazon Resource Name (ARN), name, and status. --+--+-- -- /See:/ 'applicationSummary' smart constructor. data ApplicationSummary = ApplicationSummary'     { _asApplicationName   :: !Text@@ -163,11 +167,11 @@ -- -- Use one of the following lenses to modify other fields as desired: ----- * 'asApplicationName'+-- * 'asApplicationName' - Name of the application. ----- * 'asApplicationARN'+-- * 'asApplicationARN' - ARN of the application. ----- * 'asApplicationStatus'+-- * 'asApplicationStatus' - Status of the application. applicationSummary     :: Text -- ^ 'asApplicationName'     -> Text -- ^ 'asApplicationARN'@@ -206,6 +210,8 @@  -- | Describes updates to apply to an existing Kinesis Analytics application. --+--+-- -- /See:/ 'applicationUpdate' smart constructor. data ApplicationUpdate = ApplicationUpdate'     { _auReferenceDataSourceUpdates :: !(Maybe [ReferenceDataSourceUpdate])@@ -218,13 +224,13 @@ -- -- Use one of the following lenses to modify other fields as desired: ----- * 'auReferenceDataSourceUpdates'+-- * 'auReferenceDataSourceUpdates' - Describes application reference data source updates. ----- * 'auInputUpdates'+-- * 'auInputUpdates' - Describes application input configuration updates. ----- * 'auOutputUpdates'+-- * 'auOutputUpdates' - Describes application output configuration updates. ----- * 'auApplicationCodeUpdate'+-- * 'auApplicationCodeUpdate' - Describes application code updates. applicationUpdate     :: ApplicationUpdate applicationUpdate =@@ -266,12 +272,14 @@                   ("ApplicationCodeUpdate" .=) <$>                     _auApplicationCodeUpdate]) --- | Provides additional mapping information when the record format uses delimiters, such as CSV. For example, the following sample records use CSV format, where the records use the /\'\\n\'/ as the row delimiter and a comma (\",\") as the column delimiter:+-- | Provides additional mapping information when the record format uses delimiters, such as CSV. For example, the following sample records use CSV format, where the records use the /'\n'/ as the row delimiter and a comma (",") as the column delimiter: ----- '\"name1\", \"address1\" ' ----- '\"name2, \"address2\"'+-- @"name1", "address1" @ --+-- @"name2, "address2"@+--+-- -- /See:/ 'csvMappingParameters' smart constructor. data CSVMappingParameters = CSVMappingParameters'     { _cmpRecordRowDelimiter    :: !Text@@ -282,9 +290,9 @@ -- -- Use one of the following lenses to modify other fields as desired: ----- * 'cmpRecordRowDelimiter'+-- * 'cmpRecordRowDelimiter' - Row delimiter. For example, in a CSV format, /'\n'/ is the typical row delimiter. ----- * 'cmpRecordColumnDelimiter'+-- * 'cmpRecordColumnDelimiter' - Column delimiter. For example, in a CSV format, a comma (",") is the typical column delimiter. csvMappingParameters     :: Text -- ^ 'cmpRecordRowDelimiter'     -> Text -- ^ 'cmpRecordColumnDelimiter'@@ -295,11 +303,11 @@     , _cmpRecordColumnDelimiter = pRecordColumnDelimiter_     } --- | Row delimiter. For example, in a CSV format, /\'\\n\'/ is the typical row delimiter.+-- | Row delimiter. For example, in a CSV format, /'\n'/ is the typical row delimiter. cmpRecordRowDelimiter :: Lens' CSVMappingParameters Text cmpRecordRowDelimiter = lens _cmpRecordRowDelimiter (\ s a -> s{_cmpRecordRowDelimiter = a}); --- | Column delimiter. For example, in a CSV format, a comma (\",\") is the typical column delimiter.+-- | Column delimiter. For example, in a CSV format, a comma (",") is the typical column delimiter. cmpRecordColumnDelimiter :: Lens' CSVMappingParameters Text cmpRecordColumnDelimiter = lens _cmpRecordColumnDelimiter (\ s a -> s{_cmpRecordColumnDelimiter = a}); @@ -325,8 +333,10 @@                     ("RecordColumnDelimiter" .=                        _cmpRecordColumnDelimiter)]) --- | Describes the data format when records are written to the destination. For more information, see <http://docs.aws.amazon.com/kinesisanalytics/latest/dev/how-it-works-output.html Configuring Application Output>.+-- | Describes the data format when records are written to the destination. For more information, see <http://docs.aws.amazon.com/kinesisanalytics/latest/dev/how-it-works-output.html Configuring Application Output> . --+--+-- -- /See:/ 'destinationSchema' smart constructor. newtype DestinationSchema = DestinationSchema'     { _dsRecordFormatType :: Maybe RecordFormatType@@ -336,7 +346,7 @@ -- -- Use one of the following lenses to modify other fields as desired: ----- * 'dsRecordFormatType'+-- * 'dsRecordFormatType' - Specifies the format of the records on the output stream. destinationSchema     :: DestinationSchema destinationSchema =@@ -364,68 +374,65 @@               (catMaybes                  [("RecordFormatType" .=) <$> _dsRecordFormatType]) --- | When you configure the application input, you specify the streaming source, the in-application stream name that is created, and the mapping between the two. For more information, see <http://docs.aws.amazon.com/kinesisanalytics/latest/dev/how-it-works-input.html Configuring Application Input>.+-- | When you configure the application input, you specify the streaming source, the in-application stream name that is created, and the mapping between the two. For more information, see <http://docs.aws.amazon.com/kinesisanalytics/latest/dev/how-it-works-input.html Configuring Application Input> . --+--+-- -- /See:/ 'input' smart constructor. data Input = Input'     { _iInputParallelism     :: !(Maybe InputParallelism)     , _iKinesisStreamsInput  :: !(Maybe KinesisStreamsInput)     , _iKinesisFirehoseInput :: !(Maybe KinesisFirehoseInput)-    , _iInputSchema          :: !(Maybe SourceSchema)     , _iNamePrefix           :: !Text+    , _iInputSchema          :: !SourceSchema     } deriving (Eq,Read,Show,Data,Typeable,Generic)  -- | Creates a value of 'Input' with the minimum fields required to make a request. -- -- Use one of the following lenses to modify other fields as desired: ----- * 'iInputParallelism'+-- * 'iInputParallelism' - Describes the number of in-application streams to create.  Data from your source will be routed to these in-application input streams. (see <http://docs.aws.amazon.com/kinesisanalytics/latest/dev/how-it-works-input.html Configuring Application Input> . ----- * 'iKinesisStreamsInput'+-- * 'iKinesisStreamsInput' - If the streaming source is an Amazon Kinesis stream, identifies the stream's Amazon Resource Name (ARN) and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf. ----- * 'iKinesisFirehoseInput'+-- * 'iKinesisFirehoseInput' - If the streaming source is an Amazon Kinesis Firehose delivery stream, identifies the Firehose delivery stream's ARN and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf. ----- * 'iInputSchema'+-- * 'iNamePrefix' - Name prefix to use when creating in-application stream. Suppose you specify a prefix "MyInApplicationStream". Kinesis Analytics will then create one or more (as per the @InputParallelism@ count you specified) in-application streams with names "MyInApplicationStream_001", "MyInApplicationStream_002" and so on. ----- * 'iNamePrefix'+-- * 'iInputSchema' - Describes the format of the data in the streaming source, and how each data element maps to corresponding columns in the in-application stream that is being created. Also used to describe the format of the reference data source. input     :: Text -- ^ 'iNamePrefix'+    -> SourceSchema -- ^ 'iInputSchema'     -> Input-input pNamePrefix_ =+input pNamePrefix_ pInputSchema_ =     Input'     { _iInputParallelism = Nothing     , _iKinesisStreamsInput = Nothing     , _iKinesisFirehoseInput = Nothing-    , _iInputSchema = Nothing     , _iNamePrefix = pNamePrefix_+    , _iInputSchema = pInputSchema_     } --- | Describes the number of in-application streams to create.------ Data from your source will be routed to these in-application input streams.------ (see <http://docs.aws.amazon.com/kinesisanalytics/latest/dev/how-it-works-input.html Configuring Application Input>.+-- | Describes the number of in-application streams to create.  Data from your source will be routed to these in-application input streams. (see <http://docs.aws.amazon.com/kinesisanalytics/latest/dev/how-it-works-input.html Configuring Application Input> . iInputParallelism :: Lens' Input (Maybe InputParallelism) iInputParallelism = lens _iInputParallelism (\ s a -> s{_iInputParallelism = a}); --- | If the streaming source is an Amazon Kinesis stream, identifies the stream\'s Amazon Resource Name (ARN) and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.+-- | If the streaming source is an Amazon Kinesis stream, identifies the stream's Amazon Resource Name (ARN) and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf. iKinesisStreamsInput :: Lens' Input (Maybe KinesisStreamsInput) iKinesisStreamsInput = lens _iKinesisStreamsInput (\ s a -> s{_iKinesisStreamsInput = a}); --- | If the streaming source is an Amazon Kinesis Firehose delivery stream, identifies the Firehose delivery stream\'s ARN and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.+-- | If the streaming source is an Amazon Kinesis Firehose delivery stream, identifies the Firehose delivery stream's ARN and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf. iKinesisFirehoseInput :: Lens' Input (Maybe KinesisFirehoseInput) iKinesisFirehoseInput = lens _iKinesisFirehoseInput (\ s a -> s{_iKinesisFirehoseInput = a}); --- | Describes the format of the data in the streaming source, and how each data element maps to corresponding columns in the in-application stream that is being created.------ Also used to describe the format of the reference data source.-iInputSchema :: Lens' Input (Maybe SourceSchema)-iInputSchema = lens _iInputSchema (\ s a -> s{_iInputSchema = a});---- | Name prefix to use when creating in-application stream. Suppose you specify a prefix \"MyInApplicationStream\". Kinesis Analytics will then create one or more (as per the 'InputParallelism' count you specified) in-application streams with names \"MyInApplicationStream_001\", \"MyInApplicationStream_002\" and so on.+-- | Name prefix to use when creating in-application stream. Suppose you specify a prefix "MyInApplicationStream". Kinesis Analytics will then create one or more (as per the @InputParallelism@ count you specified) in-application streams with names "MyInApplicationStream_001", "MyInApplicationStream_002" and so on. iNamePrefix :: Lens' Input Text iNamePrefix = lens _iNamePrefix (\ s a -> s{_iNamePrefix = a}); +-- | Describes the format of the data in the streaming source, and how each data element maps to corresponding columns in the in-application stream that is being created. Also used to describe the format of the reference data source.+iInputSchema :: Lens' Input SourceSchema+iInputSchema = lens _iInputSchema (\ s a -> s{_iInputSchema = a});+ instance Hashable Input  instance NFData Input@@ -438,11 +445,13 @@                   ("KinesisStreamsInput" .=) <$> _iKinesisStreamsInput,                   ("KinesisFirehoseInput" .=) <$>                     _iKinesisFirehoseInput,-                  ("InputSchema" .=) <$> _iInputSchema,-                  Just ("NamePrefix" .= _iNamePrefix)])+                  Just ("NamePrefix" .= _iNamePrefix),+                  Just ("InputSchema" .= _iInputSchema)])  -- | When you start your application, you provide this configuration, which identifies the input source and the point in the input source at which you want the application to start processing records. --+--+-- -- /See:/ 'inputConfiguration' smart constructor. data InputConfiguration = InputConfiguration'     { _icId                                 :: !Text@@ -453,9 +462,9 @@ -- -- Use one of the following lenses to modify other fields as desired: ----- * 'icId'+-- * 'icId' - Input source ID. You can get this ID by calling the 'DescribeApplication' operation. ----- * 'icInputStartingPositionConfiguration'+-- * 'icInputStartingPositionConfiguration' - Point at which you want the application to start processing records from the streaming source. inputConfiguration     :: Text -- ^ 'icId'     -> InputStartingPositionConfiguration -- ^ 'icInputStartingPositionConfiguration'@@ -466,7 +475,7 @@     , _icInputStartingPositionConfiguration = pInputStartingPositionConfiguration_     } --- | Input source ID. You can get this ID by calling the < DescribeApplication> operation.+-- | Input source ID. You can get this ID by calling the 'DescribeApplication' operation. icId :: Lens' InputConfiguration Text icId = lens _icId (\ s a -> s{_icId = a}); @@ -487,8 +496,10 @@                     ("InputStartingPositionConfiguration" .=                        _icInputStartingPositionConfiguration)]) --- | Describes the application input configuration. For more information, see <http://docs.aws.amazon.com/kinesisanalytics/latest/dev/how-it-works-input.html Configuring Application Input>.+-- | Describes the application input configuration. For more information, see <http://docs.aws.amazon.com/kinesisanalytics/latest/dev/how-it-works-input.html Configuring Application Input> . --+--+-- -- /See:/ 'inputDescription' smart constructor. data InputDescription = InputDescription'     { _idInputStartingPositionConfiguration :: !(Maybe InputStartingPositionConfiguration)@@ -505,21 +516,21 @@ -- -- Use one of the following lenses to modify other fields as desired: ----- * 'idInputStartingPositionConfiguration'+-- * 'idInputStartingPositionConfiguration' - Point at which the application is configured to read from the input stream. ----- * 'idInputParallelism'+-- * 'idInputParallelism' - Describes the configured parallelism (number of in-application streams mapped to the streaming source). ----- * 'idInputId'+-- * 'idInputId' - Input ID associated with the application input. This is the ID that Amazon Kinesis Analytics assigns to each input configuration you add to your application. ----- * 'idInAppStreamNames'+-- * 'idInAppStreamNames' - Returns the in-application stream names that are mapped to the stream source. ----- * 'idKinesisFirehoseInputDescription'+-- * 'idKinesisFirehoseInputDescription' - If an Amazon Kinesis Firehose delivery stream is configured as a streaming source, provides the Firehose delivery stream's Amazon Resource Name (ARN) and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf. ----- * 'idInputSchema'+-- * 'idInputSchema' - Undocumented member. ----- * 'idKinesisStreamsInputDescription'+-- * 'idKinesisStreamsInputDescription' - If an Amazon Kinesis stream is configured as streaming source, provides Amazon Kinesis stream's ARN and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf. ----- * 'idNamePrefix'+-- * 'idNamePrefix' - In-application name prefix. inputDescription     :: InputDescription inputDescription =@@ -550,7 +561,7 @@ idInAppStreamNames :: Lens' InputDescription [Text] idInAppStreamNames = lens _idInAppStreamNames (\ s a -> s{_idInAppStreamNames = a}) . _Default . _Coerce; --- | If an Amazon Kinesis Firehose delivery stream is configured as a streaming source, provides the Firehose delivery stream\'s Amazon Resource Name (ARN) and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.+-- | If an Amazon Kinesis Firehose delivery stream is configured as a streaming source, provides the Firehose delivery stream's Amazon Resource Name (ARN) and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf. idKinesisFirehoseInputDescription :: Lens' InputDescription (Maybe KinesisFirehoseInputDescription) idKinesisFirehoseInputDescription = lens _idKinesisFirehoseInputDescription (\ s a -> s{_idKinesisFirehoseInputDescription = a}); @@ -558,7 +569,7 @@ idInputSchema :: Lens' InputDescription (Maybe SourceSchema) idInputSchema = lens _idInputSchema (\ s a -> s{_idInputSchema = a}); --- | If an Amazon Kinesis stream is configured as streaming source, provides Amazon Kinesis stream\'s ARN and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.+-- | If an Amazon Kinesis stream is configured as streaming source, provides Amazon Kinesis stream's ARN and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf. idKinesisStreamsInputDescription :: Lens' InputDescription (Maybe KinesisStreamsInputDescription) idKinesisStreamsInputDescription = lens _idKinesisStreamsInputDescription (\ s a -> s{_idKinesisStreamsInputDescription = a}); @@ -584,8 +595,10 @@  instance NFData InputDescription --- | Describes the number of in-application streams to create for a given streaming source. For information about parallellism, see <http://docs.aws.amazon.com/kinesisanalytics/latest/dev/how-it-works-input.html Configuring Application Input>.+-- | Describes the number of in-application streams to create for a given streaming source. For information about parallellism, see <http://docs.aws.amazon.com/kinesisanalytics/latest/dev/how-it-works-input.html Configuring Application Input> . --+--+-- -- /See:/ 'inputParallelism' smart constructor. newtype InputParallelism = InputParallelism'     { _ipCount :: Maybe Nat@@ -595,7 +608,7 @@ -- -- Use one of the following lenses to modify other fields as desired: ----- * 'ipCount'+-- * 'ipCount' - Number of in-application streams to create. For more information, see <http://docs.aws.amazon.com/kinesisanalytics/latest/dev/limits.html Limits> . inputParallelism     :: InputParallelism inputParallelism =@@ -603,7 +616,7 @@     { _ipCount = Nothing     } --- | Number of in-application streams to create. For more information, see <http://docs.aws.amazon.com/kinesisanalytics/latest/dev/limits.html Limits>.+-- | Number of in-application streams to create. For more information, see <http://docs.aws.amazon.com/kinesisanalytics/latest/dev/limits.html Limits> . ipCount :: Lens' InputParallelism (Maybe Natural) ipCount = lens _ipCount (\ s a -> s{_ipCount = a}) . mapping _Nat; @@ -622,6 +635,8 @@  -- | Provides updates to the parallelism count. --+--+-- -- /See:/ 'inputParallelismUpdate' smart constructor. newtype InputParallelismUpdate = InputParallelismUpdate'     { _ipuCountUpdate :: Maybe Nat@@ -631,7 +646,7 @@ -- -- Use one of the following lenses to modify other fields as desired: ----- * 'ipuCountUpdate'+-- * 'ipuCountUpdate' - Number of in-application streams to create for the specified streaming source. inputParallelismUpdate     :: InputParallelismUpdate inputParallelismUpdate =@@ -652,8 +667,10 @@           = object               (catMaybes [("CountUpdate" .=) <$> _ipuCountUpdate]) --- | Describes updates for the application\'s input schema.+-- | Describes updates for the application's input schema. --+--+-- -- /See:/ 'inputSchemaUpdate' smart constructor. data InputSchemaUpdate = InputSchemaUpdate'     { _isuRecordFormatUpdate   :: !(Maybe RecordFormat)@@ -665,11 +682,11 @@ -- -- Use one of the following lenses to modify other fields as desired: ----- * 'isuRecordFormatUpdate'+-- * 'isuRecordFormatUpdate' - Specifies the format of the records on the streaming source. ----- * 'isuRecordEncodingUpdate'+-- * 'isuRecordEncodingUpdate' - Specifies the encoding of the records in the streaming source. For example, UTF-8. ----- * 'isuRecordColumnUpdates'+-- * 'isuRecordColumnUpdates' - A list of @RecordColumn@ objects. Each object describes the mapping of the streaming source element to the corresponding column in the in-application stream. inputSchemaUpdate     :: InputSchemaUpdate inputSchemaUpdate =@@ -687,7 +704,7 @@ isuRecordEncodingUpdate :: Lens' InputSchemaUpdate (Maybe Text) isuRecordEncodingUpdate = lens _isuRecordEncodingUpdate (\ s a -> s{_isuRecordEncodingUpdate = a}); --- | A list of 'RecordColumn' objects. Each object describes the mapping of the streaming source element to the corresponding column in the in-application stream.+-- | A list of @RecordColumn@ objects. Each object describes the mapping of the streaming source element to the corresponding column in the in-application stream. isuRecordColumnUpdates :: Lens' InputSchemaUpdate (Maybe (NonEmpty RecordColumn)) isuRecordColumnUpdates = lens _isuRecordColumnUpdates (\ s a -> s{_isuRecordColumnUpdates = a}) . mapping _List1; @@ -708,6 +725,8 @@  -- | Describes the point at which the application reads from the streaming source. --+--+-- -- /See:/ 'inputStartingPositionConfiguration' smart constructor. newtype InputStartingPositionConfiguration = InputStartingPositionConfiguration'     { _ispcInputStartingPosition :: Maybe InputStartingPosition@@ -717,7 +736,7 @@ -- -- Use one of the following lenses to modify other fields as desired: ----- * 'ispcInputStartingPosition'+-- * 'ispcInputStartingPosition' - The starting position on the stream.     * @LATEST@ - Start reading just after the most recent record in the stream.     * @TRIM_HORIZON@ - Start reading at the last untrimmed record in the stream, which is the oldest record available in the stream. This option is not available for an Amazon Kinesis Firehose delivery stream.     * @LAST_STOPPED_POINT@ - Resume reading from where the application last stopped reading. inputStartingPositionConfiguration     :: InputStartingPositionConfiguration inputStartingPositionConfiguration =@@ -725,14 +744,7 @@     { _ispcInputStartingPosition = Nothing     } --- | The starting position on the stream.------ -   'LATEST' - Start reading just after the most recent record in the stream.------ -   'TRIM_HORIZON' - Start reading at the last untrimmed record in the stream, which is the oldest record available in the stream. This option is not available for an Amazon Kinesis Firehose delivery stream.------ -   'LAST_STOPPED_POINT' - Resume reading from where the application last stopped reading.---+-- | The starting position on the stream.     * @LATEST@ - Start reading just after the most recent record in the stream.     * @TRIM_HORIZON@ - Start reading at the last untrimmed record in the stream, which is the oldest record available in the stream. This option is not available for an Amazon Kinesis Firehose delivery stream.     * @LAST_STOPPED_POINT@ - Resume reading from where the application last stopped reading. ispcInputStartingPosition :: Lens' InputStartingPositionConfiguration (Maybe InputStartingPosition) ispcInputStartingPosition = lens _ispcInputStartingPosition (\ s a -> s{_ispcInputStartingPosition = a}); @@ -756,8 +768,10 @@                  [("InputStartingPosition" .=) <$>                     _ispcInputStartingPosition]) --- | Describes updates to a specific input configuration (identified by the 'InputId' of an application).+-- | Describes updates to a specific input configuration (identified by the @InputId@ of an application). --+--+-- -- /See:/ 'inputUpdate' smart constructor. data InputUpdate = InputUpdate'     { _iuKinesisStreamsInputUpdate  :: !(Maybe KinesisStreamsInputUpdate)@@ -772,17 +786,17 @@ -- -- Use one of the following lenses to modify other fields as desired: ----- * 'iuKinesisStreamsInputUpdate'+-- * 'iuKinesisStreamsInputUpdate' - If a Amazon Kinesis stream is the streaming source to be updated, provides an updated stream ARN and IAM role ARN. ----- * 'iuInputParallelismUpdate'+-- * 'iuInputParallelismUpdate' - Describes the parallelism updates (the number in-application streams Kinesis Analytics creates for the specific streaming source). ----- * 'iuNamePrefixUpdate'+-- * 'iuNamePrefixUpdate' - Name prefix for in-application stream(s) that Kinesis Analytics creates for the specific streaming source. ----- * 'iuInputSchemaUpdate'+-- * 'iuInputSchemaUpdate' - Describes the data format on the streaming source, and how record elements on the streaming source map to columns of the in-application stream that is created. ----- * 'iuKinesisFirehoseInputUpdate'+-- * 'iuKinesisFirehoseInputUpdate' - If an Amazon Kinesis Firehose delivery stream is the streaming source to be updated, provides an updated stream Amazon Resource Name (ARN) and IAM role ARN. ----- * 'iuInputId'+-- * 'iuInputId' - Input ID of the application input to be updated. inputUpdate     :: Text -- ^ 'iuInputId'     -> InputUpdate@@ -840,6 +854,8 @@  -- | Provides additional mapping information when JSON is the record format on the streaming source. --+--+-- -- /See:/ 'jsonMappingParameters' smart constructor. newtype JSONMappingParameters = JSONMappingParameters'     { _jmpRecordRowPath :: Text@@ -849,7 +865,7 @@ -- -- Use one of the following lenses to modify other fields as desired: ----- * 'jmpRecordRowPath'+-- * 'jmpRecordRowPath' - Path to the top-level parent that contains the records. For example, consider the following JSON record: In the @RecordRowPath@ , @"$"@ refers to the root and path @"$.vehicle.Model"@ refers to the specific @"Model"@ key in the JSON. jsonMappingParameters     :: Text -- ^ 'jmpRecordRowPath'     -> JSONMappingParameters@@ -858,11 +874,7 @@     { _jmpRecordRowPath = pRecordRowPath_     } --- | Path to the top-level parent that contains the records.------ For example, consider the following JSON record:------ In the 'RecordRowPath', '\">\"' refers to the root and path '\">.vehicle.Model\"' refers to the specific '\"Model\"' key in the JSON.+-- | Path to the top-level parent that contains the records. For example, consider the following JSON record: In the @RecordRowPath@ , @"$"@ refers to the root and path @"$.vehicle.Model"@ refers to the specific @"Model"@ key in the JSON. jmpRecordRowPath :: Lens' JSONMappingParameters Text jmpRecordRowPath = lens _jmpRecordRowPath (\ s a -> s{_jmpRecordRowPath = a}); @@ -882,8 +894,10 @@               (catMaybes                  [Just ("RecordRowPath" .= _jmpRecordRowPath)]) --- | Identifies an Amazon Kinesis Firehose delivery stream as the streaming source. You provide the Firehose delivery stream\'s Amazon Resource Name (ARN) and an IAM role ARN that enables Amazon Kinesis Analytics to access the stream on your behalf.+-- | Identifies an Amazon Kinesis Firehose delivery stream as the streaming source. You provide the Firehose delivery stream's Amazon Resource Name (ARN) and an IAM role ARN that enables Amazon Kinesis Analytics to access the stream on your behalf. --+--+-- -- /See:/ 'kinesisFirehoseInput' smart constructor. data KinesisFirehoseInput = KinesisFirehoseInput'     { _kfiResourceARN :: !Text@@ -894,9 +908,9 @@ -- -- Use one of the following lenses to modify other fields as desired: ----- * 'kfiResourceARN'+-- * 'kfiResourceARN' - ARN of the input Firehose delivery stream. ----- * 'kfiRoleARN'+-- * 'kfiRoleARN' - ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to make sure the role has necessary permissions to access the stream. kinesisFirehoseInput     :: Text -- ^ 'kfiResourceARN'     -> Text -- ^ 'kfiRoleARN'@@ -928,6 +942,8 @@  -- | Describes the Amazon Kinesis Firehose delivery stream that is configured as the streaming source in the application input configuration. --+--+-- -- /See:/ 'kinesisFirehoseInputDescription' smart constructor. data KinesisFirehoseInputDescription = KinesisFirehoseInputDescription'     { _kfidResourceARN :: !(Maybe Text)@@ -938,9 +954,9 @@ -- -- Use one of the following lenses to modify other fields as desired: ----- * 'kfidResourceARN'+-- * 'kfidResourceARN' - Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream. ----- * 'kfidRoleARN'+-- * 'kfidRoleARN' - ARN of the IAM role that Amazon Kinesis Analytics assumes to access the stream. kinesisFirehoseInputDescription     :: KinesisFirehoseInputDescription kinesisFirehoseInputDescription =@@ -971,6 +987,8 @@  -- | When updating application input configuration, provides information about an Amazon Kinesis Firehose delivery stream as the streaming source. --+--+-- -- /See:/ 'kinesisFirehoseInputUpdate' smart constructor. data KinesisFirehoseInputUpdate = KinesisFirehoseInputUpdate'     { _kfiuRoleARNUpdate     :: !(Maybe Text)@@ -981,9 +999,9 @@ -- -- Use one of the following lenses to modify other fields as desired: ----- * 'kfiuRoleARNUpdate'+-- * 'kfiuRoleARNUpdate' - Amazon Resource Name (ARN) of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant necessary permissions to this role. ----- * 'kfiuResourceARNUpdate'+-- * 'kfiuResourceARNUpdate' - ARN of the input Amazon Kinesis Firehose delivery stream to read. kinesisFirehoseInputUpdate     :: KinesisFirehoseInputUpdate kinesisFirehoseInputUpdate =@@ -1013,6 +1031,8 @@  -- | When configuring application output, identifies an Amazon Kinesis Firehose delivery stream as the destination. You provide the stream Amazon Resource Name (ARN) and an IAM role that enables Amazon Kinesis Analytics to write to the stream on your behalf. --+--+-- -- /See:/ 'kinesisFirehoseOutput' smart constructor. data KinesisFirehoseOutput = KinesisFirehoseOutput'     { _kfoResourceARN :: !Text@@ -1023,9 +1043,9 @@ -- -- Use one of the following lenses to modify other fields as desired: ----- * 'kfoResourceARN'+-- * 'kfoResourceARN' - ARN of the destination Amazon Kinesis Firehose delivery stream to write to. ----- * 'kfoRoleARN'+-- * 'kfoRoleARN' - ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf. You need to grant the necessary permissions to this role. kinesisFirehoseOutput     :: Text -- ^ 'kfoResourceARN'     -> Text -- ^ 'kfoRoleARN'@@ -1057,6 +1077,8 @@  -- | For an application output, describes the Amazon Kinesis Firehose delivery stream configured as its destination. --+--+-- -- /See:/ 'kinesisFirehoseOutputDescription' smart constructor. data KinesisFirehoseOutputDescription = KinesisFirehoseOutputDescription'     { _kfodResourceARN :: !(Maybe Text)@@ -1067,9 +1089,9 @@ -- -- Use one of the following lenses to modify other fields as desired: ----- * 'kfodResourceARN'+-- * 'kfodResourceARN' - Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream. ----- * 'kfodRoleARN'+-- * 'kfodRoleARN' - ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream. kinesisFirehoseOutputDescription     :: KinesisFirehoseOutputDescription kinesisFirehoseOutputDescription =@@ -1098,8 +1120,10 @@  instance NFData KinesisFirehoseOutputDescription --- | When updating an output configuration using the < UpdateApplication> operation, provides information about an Amazon Kinesis Firehose delivery stream configured as the destination.+-- | When updating an output configuration using the 'UpdateApplication' operation, provides information about an Amazon Kinesis Firehose delivery stream configured as the destination. --+--+-- -- /See:/ 'kinesisFirehoseOutputUpdate' smart constructor. data KinesisFirehoseOutputUpdate = KinesisFirehoseOutputUpdate'     { _kfouRoleARNUpdate     :: !(Maybe Text)@@ -1110,9 +1134,9 @@ -- -- Use one of the following lenses to modify other fields as desired: ----- * 'kfouRoleARNUpdate'+-- * 'kfouRoleARNUpdate' - ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant necessary permissions to this role. ----- * 'kfouResourceARNUpdate'+-- * 'kfouResourceARNUpdate' - Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream to write to. kinesisFirehoseOutputUpdate     :: KinesisFirehoseOutputUpdate kinesisFirehoseOutputUpdate =@@ -1140,8 +1164,10 @@                  [("RoleARNUpdate" .=) <$> _kfouRoleARNUpdate,                   ("ResourceARNUpdate" .=) <$> _kfouResourceARNUpdate]) --- | Identifies an Amazon Kinesis stream as the streaming source. You provide the stream\'s ARN and an IAM role ARN that enables Amazon Kinesis Analytics to access the stream on your behalf.+-- | Identifies an Amazon Kinesis stream as the streaming source. You provide the stream's ARN and an IAM role ARN that enables Amazon Kinesis Analytics to access the stream on your behalf. --+--+-- -- /See:/ 'kinesisStreamsInput' smart constructor. data KinesisStreamsInput = KinesisStreamsInput'     { _ksiResourceARN :: !Text@@ -1152,9 +1178,9 @@ -- -- Use one of the following lenses to modify other fields as desired: ----- * 'ksiResourceARN'+-- * 'ksiResourceARN' - ARN of the input Amazon Kinesis stream to read. ----- * 'ksiRoleARN'+-- * 'ksiRoleARN' - ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role. kinesisStreamsInput     :: Text -- ^ 'ksiResourceARN'     -> Text -- ^ 'ksiRoleARN'@@ -1186,6 +1212,8 @@  -- | Describes the Amazon Kinesis stream that is configured as the streaming source in the application input configuration. --+--+-- -- /See:/ 'kinesisStreamsInputDescription' smart constructor. data KinesisStreamsInputDescription = KinesisStreamsInputDescription'     { _ksidResourceARN :: !(Maybe Text)@@ -1196,9 +1224,9 @@ -- -- Use one of the following lenses to modify other fields as desired: ----- * 'ksidResourceARN'+-- * 'ksidResourceARN' - Amazon Resource Name (ARN) of the Amazon Kinesis stream. ----- * 'ksidRoleARN'+-- * 'ksidRoleARN' - ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream. kinesisStreamsInputDescription     :: KinesisStreamsInputDescription kinesisStreamsInputDescription =@@ -1229,6 +1257,8 @@  -- | When updating application input configuration, provides information about an Amazon Kinesis stream as the streaming source. --+--+-- -- /See:/ 'kinesisStreamsInputUpdate' smart constructor. data KinesisStreamsInputUpdate = KinesisStreamsInputUpdate'     { _ksiuRoleARNUpdate     :: !(Maybe Text)@@ -1239,9 +1269,9 @@ -- -- Use one of the following lenses to modify other fields as desired: ----- * 'ksiuRoleARNUpdate'+-- * 'ksiuRoleARNUpdate' - ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role. ----- * 'ksiuResourceARNUpdate'+-- * 'ksiuResourceARNUpdate' - Amazon Resource Name (ARN) of the input Amazon Kinesis stream to read. kinesisStreamsInputUpdate     :: KinesisStreamsInputUpdate kinesisStreamsInputUpdate =@@ -1271,6 +1301,8 @@  -- | When configuring application output, identifies a Amazon Kinesis stream as the destination. You provide the stream Amazon Resource Name (ARN) and also an IAM role ARN that Amazon Kinesis Analytics can use to write to the stream on your behalf. --+--+-- -- /See:/ 'kinesisStreamsOutput' smart constructor. data KinesisStreamsOutput = KinesisStreamsOutput'     { _ksoResourceARN :: !Text@@ -1281,9 +1313,9 @@ -- -- Use one of the following lenses to modify other fields as desired: ----- * 'ksoResourceARN'+-- * 'ksoResourceARN' - ARN of the destination Amazon Kinesis stream to write to. ----- * 'ksoRoleARN'+-- * 'ksoRoleARN' - ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf. You need to grant the necessary permissions to this role. kinesisStreamsOutput     :: Text -- ^ 'ksoResourceARN'     -> Text -- ^ 'ksoRoleARN'@@ -1315,6 +1347,8 @@  -- | For an application output, describes the Amazon Kinesis stream configured as its destination. --+--+-- -- /See:/ 'kinesisStreamsOutputDescription' smart constructor. data KinesisStreamsOutputDescription = KinesisStreamsOutputDescription'     { _ksodResourceARN :: !(Maybe Text)@@ -1325,9 +1359,9 @@ -- -- Use one of the following lenses to modify other fields as desired: ----- * 'ksodResourceARN'+-- * 'ksodResourceARN' - Amazon Resource Name (ARN) of the Amazon Kinesis stream. ----- * 'ksodRoleARN'+-- * 'ksodRoleARN' - ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream. kinesisStreamsOutputDescription     :: KinesisStreamsOutputDescription kinesisStreamsOutputDescription =@@ -1356,8 +1390,10 @@  instance NFData KinesisStreamsOutputDescription --- | When updating an output configuration using the < UpdateApplication> operation, provides information about an Amazon Kinesis stream configured as the destination.+-- | When updating an output configuration using the 'UpdateApplication' operation, provides information about an Amazon Kinesis stream configured as the destination. --+--+-- -- /See:/ 'kinesisStreamsOutputUpdate' smart constructor. data KinesisStreamsOutputUpdate = KinesisStreamsOutputUpdate'     { _ksouRoleARNUpdate     :: !(Maybe Text)@@ -1368,9 +1404,9 @@ -- -- Use one of the following lenses to modify other fields as desired: ----- * 'ksouRoleARNUpdate'+-- * 'ksouRoleARNUpdate' - ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role. ----- * 'ksouResourceARNUpdate'+-- * 'ksouResourceARNUpdate' - Amazon Resource Name (ARN) of the Amazon Kinesis stream where you want to write the output. kinesisStreamsOutputUpdate     :: KinesisStreamsOutputUpdate kinesisStreamsOutputUpdate =@@ -1400,6 +1436,8 @@  -- | When configuring application input at the time of creating or updating an application, provides additional mapping information specific to the record format (such as JSON, CSV, or record fields delimited by some delimiter) on the streaming source. --+--+-- -- /See:/ 'mappingParameters' smart constructor. data MappingParameters = MappingParameters'     { _mpCSVMappingParameters  :: !(Maybe CSVMappingParameters)@@ -1410,9 +1448,9 @@ -- -- Use one of the following lenses to modify other fields as desired: ----- * 'mpCSVMappingParameters'+-- * 'mpCSVMappingParameters' - Provides additional mapping information when the record format uses delimiters (for example, CSV). ----- * 'mpJSONMappingParameters'+-- * 'mpJSONMappingParameters' - Provides additional mapping information when JSON is the record format on the streaming source. mappingParameters     :: MappingParameters mappingParameters =@@ -1452,8 +1490,12 @@  -- | Describes application output configuration in which you identify an in-application stream and a destination where you want the in-application stream data to be written. The destination can be an Amazon Kinesis stream or an Amazon Kinesis Firehose delivery stream. --+--+--+-- -- You can configure your application to write output to up to five destinations. --+-- -- /See:/ 'output' smart constructor. data Output = Output'     { _oKinesisStreamsOutput  :: !(Maybe KinesisStreamsOutput)@@ -1466,13 +1508,13 @@ -- -- Use one of the following lenses to modify other fields as desired: ----- * 'oKinesisStreamsOutput'+-- * 'oKinesisStreamsOutput' - Identifies an Amazon Kinesis stream as the destination. ----- * 'oKinesisFirehoseOutput'+-- * 'oKinesisFirehoseOutput' - Identifies an Amazon Kinesis Firehose delivery stream as the destination. ----- * 'oName'+-- * 'oName' - Name of the in-application stream. ----- * 'oDestinationSchema'+-- * 'oDestinationSchema' - Undocumented member. output     :: Text -- ^ 'oName'     -> DestinationSchema -- ^ 'oDestinationSchema'@@ -1518,6 +1560,8 @@  -- | Describes the application output configuration, which includes the in-application stream name and the destination where the stream data is written. The destination can be an Amazon Kinesis stream or an Amazon Kinesis Firehose delivery stream. --+--+-- -- /See:/ 'outputDescription' smart constructor. data OutputDescription = OutputDescription'     { _odOutputId                         :: !(Maybe Text)@@ -1531,15 +1575,15 @@ -- -- Use one of the following lenses to modify other fields as desired: ----- * 'odOutputId'+-- * 'odOutputId' - A unique identifier for the output configuration. ----- * 'odDestinationSchema'+-- * 'odDestinationSchema' - Data format used for writing data to the destination. ----- * 'odKinesisFirehoseOutputDescription'+-- * 'odKinesisFirehoseOutputDescription' - Describes the Amazon Kinesis Firehose delivery stream configured as the destination where output is written. ----- * 'odKinesisStreamsOutputDescription'+-- * 'odKinesisStreamsOutputDescription' - Describes Amazon Kinesis stream configured as the destination where output is written. ----- * 'odName'+-- * 'odName' - Name of the in-application stream configured as output. outputDescription     :: OutputDescription outputDescription =@@ -1585,8 +1629,10 @@  instance NFData OutputDescription --- | Describes updates to the output configuration identified by the 'OutputId'.+-- | Describes updates to the output configuration identified by the @OutputId@ . --+--+-- -- /See:/ 'outputUpdate' smart constructor. data OutputUpdate = OutputUpdate'     { _ouKinesisStreamsOutputUpdate  :: !(Maybe KinesisStreamsOutputUpdate)@@ -1600,15 +1646,15 @@ -- -- Use one of the following lenses to modify other fields as desired: ----- * 'ouKinesisStreamsOutputUpdate'+-- * 'ouKinesisStreamsOutputUpdate' - Describes an Amazon Kinesis stream as the destination for the output. ----- * 'ouDestinationSchemaUpdate'+-- * 'ouDestinationSchemaUpdate' - Undocumented member. ----- * 'ouKinesisFirehoseOutputUpdate'+-- * 'ouKinesisFirehoseOutputUpdate' - Describes a Amazon Kinesis Firehose delivery stream as the destination for the output. ----- * 'ouNameUpdate'+-- * 'ouNameUpdate' - If you want to specify a different in-application stream for this output configuration, use this field to specify the new in-application stream name. ----- * 'ouOutputId'+-- * 'ouOutputId' - Identifies the specific output configuration that you want to update. outputUpdate     :: Text -- ^ 'ouOutputId'     -> OutputUpdate@@ -1660,8 +1706,10 @@  -- | Describes the mapping of each data element in the streaming source to the corresponding column in the in-application stream. --+-- -- Also used to describe the format of the reference data source. --+-- -- /See:/ 'recordColumn' smart constructor. data RecordColumn = RecordColumn'     { _rcMapping :: !(Maybe Text)@@ -1673,11 +1721,11 @@ -- -- Use one of the following lenses to modify other fields as desired: ----- * 'rcMapping'+-- * 'rcMapping' - Reference to the data element in the streaming input of the reference data source. ----- * 'rcName'+-- * 'rcName' - Name of the column created in the in-application input stream or reference table. ----- * 'rcSqlType'+-- * 'rcSqlType' - Type of column created in the in-application input stream or reference table. recordColumn     :: Text -- ^ 'rcName'     -> Text -- ^ 'rcSqlType'@@ -1723,6 +1771,8 @@  -- | Describes the record format and relevant mapping information that should be applied to schematize the records on the stream. --+--+-- -- /See:/ 'recordFormat' smart constructor. data RecordFormat = RecordFormat'     { _rfMappingParameters :: !(Maybe MappingParameters)@@ -1733,9 +1783,9 @@ -- -- Use one of the following lenses to modify other fields as desired: ----- * 'rfMappingParameters'+-- * 'rfMappingParameters' - Undocumented member. ----- * 'rfRecordFormatType'+-- * 'rfRecordFormatType' - The type of record format. recordFormat     :: RecordFormatType -- ^ 'rfRecordFormatType'     -> RecordFormat@@ -1774,6 +1824,8 @@  -- | Describes the reference data source by providing the source information (S3 bucket name and object key name), the resulting in-application table name that is created, and the necessary schema to map the data elements in the Amazon S3 object to the in-application table. --+--+-- -- /See:/ 'referenceDataSource' smart constructor. data ReferenceDataSource = ReferenceDataSource'     { _rdsS3ReferenceDataSource :: !(Maybe S3ReferenceDataSource)@@ -1785,11 +1837,11 @@ -- -- Use one of the following lenses to modify other fields as desired: ----- * 'rdsS3ReferenceDataSource'+-- * 'rdsS3ReferenceDataSource' - Undocumented member. ----- * 'rdsTableName'+-- * 'rdsTableName' - Name of the in-application table to create. ----- * 'rdsReferenceSchema'+-- * 'rdsReferenceSchema' - Undocumented member. referenceDataSource     :: Text -- ^ 'rdsTableName'     -> SourceSchema -- ^ 'rdsReferenceSchema'@@ -1828,6 +1880,8 @@  -- | Describes the reference data source configured for an application. --+--+-- -- /See:/ 'referenceDataSourceDescription' smart constructor. data ReferenceDataSourceDescription = ReferenceDataSourceDescription'     { _rdsdReferenceSchema                  :: !(Maybe SourceSchema)@@ -1840,13 +1894,13 @@ -- -- Use one of the following lenses to modify other fields as desired: ----- * 'rdsdReferenceSchema'+-- * 'rdsdReferenceSchema' - Undocumented member. ----- * 'rdsdReferenceId'+-- * 'rdsdReferenceId' - ID of the reference data source. This is the ID that Amazon Kinesis Analytics assigns when you add the reference data source to your application using the 'AddApplicationReferenceDataSource' operation. ----- * 'rdsdTableName'+-- * 'rdsdTableName' - The in-application table name created by the specific reference data source configuration. ----- * 'rdsdS3ReferenceDataSourceDescription'+-- * 'rdsdS3ReferenceDataSourceDescription' - Provides the S3 bucket name, the object key name that contains the reference data. It also provides the Amazon Resource Name (ARN) of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object and populate the in-application reference table. referenceDataSourceDescription     :: Text -- ^ 'rdsdReferenceId'     -> Text -- ^ 'rdsdTableName'@@ -1864,7 +1918,7 @@ rdsdReferenceSchema :: Lens' ReferenceDataSourceDescription (Maybe SourceSchema) rdsdReferenceSchema = lens _rdsdReferenceSchema (\ s a -> s{_rdsdReferenceSchema = a}); --- | ID of the reference data source. This is the ID that Amazon Kinesis Analytics assigns when you add the reference data source to your application using the < AddApplicationReferenceDataSource> operation.+-- | ID of the reference data source. This is the ID that Amazon Kinesis Analytics assigns when you add the reference data source to your application using the 'AddApplicationReferenceDataSource' operation. rdsdReferenceId :: Lens' ReferenceDataSourceDescription Text rdsdReferenceId = lens _rdsdReferenceId (\ s a -> s{_rdsdReferenceId = a}); @@ -1892,6 +1946,8 @@  -- | When you update a reference data source configuration for an application, this object provides all the updated values (such as the source bucket name and object key name), the in-application table name that is created, and updated mapping information that maps the data in the Amazon S3 object to the in-application reference table that is created. --+--+-- -- /See:/ 'referenceDataSourceUpdate' smart constructor. data ReferenceDataSourceUpdate = ReferenceDataSourceUpdate'     { _rdsuTableNameUpdate             :: !(Maybe Text)@@ -1904,13 +1960,13 @@ -- -- Use one of the following lenses to modify other fields as desired: ----- * 'rdsuTableNameUpdate'+-- * 'rdsuTableNameUpdate' - In-application table name that is created by this update. ----- * 'rdsuS3ReferenceDataSourceUpdate'+-- * 'rdsuS3ReferenceDataSourceUpdate' - Describes the S3 bucket name, object key name, and IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object on your behalf and populate the in-application reference table. ----- * 'rdsuReferenceSchemaUpdate'+-- * 'rdsuReferenceSchemaUpdate' - Undocumented member. ----- * 'rdsuReferenceId'+-- * 'rdsuReferenceId' - ID of the reference data source being updated. You can use the 'DescribeApplication' operation to get this value. referenceDataSourceUpdate     :: Text -- ^ 'rdsuReferenceId'     -> ReferenceDataSourceUpdate@@ -1934,7 +1990,7 @@ rdsuReferenceSchemaUpdate :: Lens' ReferenceDataSourceUpdate (Maybe SourceSchema) rdsuReferenceSchemaUpdate = lens _rdsuReferenceSchemaUpdate (\ s a -> s{_rdsuReferenceSchemaUpdate = a}); --- | ID of the reference data source being updated. You can use the < DescribeApplication> operation to get this value.+-- | ID of the reference data source being updated. You can use the 'DescribeApplication' operation to get this value. rdsuReferenceId :: Lens' ReferenceDataSourceUpdate Text rdsuReferenceId = lens _rdsuReferenceId (\ s a -> s{_rdsuReferenceId = a}); @@ -1955,8 +2011,10 @@  -- | Identifies the S3 bucket and object that contains the reference data. Also identifies the IAM role Amazon Kinesis Analytics can assume to read this object on your behalf. ----- An Amazon Kinesis Analytics application loads reference data only once. If the data changes, you call the < UpdateApplication> operation to trigger reloading of data into your application. --+-- An Amazon Kinesis Analytics application loads reference data only once. If the data changes, you call the 'UpdateApplication' operation to trigger reloading of data into your application.+--+-- -- /See:/ 's3ReferenceDataSource' smart constructor. data S3ReferenceDataSource = S3ReferenceDataSource'     { _srdsBucketARN        :: !Text@@ -1968,11 +2026,11 @@ -- -- Use one of the following lenses to modify other fields as desired: ----- * 'srdsBucketARN'+-- * 'srdsBucketARN' - Amazon Resource Name (ARN) of the S3 bucket. ----- * 'srdsFileKey'+-- * 'srdsFileKey' - Object key name containing reference data. ----- * 'srdsReferenceRoleARN'+-- * 'srdsReferenceRoleARN' - ARN of the IAM role that the service can assume to read data on your behalf. This role must have permission for the @s3:GetObject@ action on the object and trust policy that allows Amazon Kinesis Analytics service principal to assume this role. s3ReferenceDataSource     :: Text -- ^ 'srdsBucketARN'     -> Text -- ^ 'srdsFileKey'@@ -1993,7 +2051,7 @@ srdsFileKey :: Lens' S3ReferenceDataSource Text srdsFileKey = lens _srdsFileKey (\ s a -> s{_srdsFileKey = a}); --- | ARN of the IAM role that the service can assume to read data on your behalf. This role must have permission for the 's3:GetObject' action on the object and trust policy that allows Amazon Kinesis Analytics service principal to assume this role.+-- | ARN of the IAM role that the service can assume to read data on your behalf. This role must have permission for the @s3:GetObject@ action on the object and trust policy that allows Amazon Kinesis Analytics service principal to assume this role. srdsReferenceRoleARN :: Lens' S3ReferenceDataSource Text srdsReferenceRoleARN = lens _srdsReferenceRoleARN (\ s a -> s{_srdsReferenceRoleARN = a}); @@ -2011,6 +2069,8 @@  -- | Provides the bucket name and object key name that stores the reference data. --+--+-- -- /See:/ 's3ReferenceDataSourceDescription' smart constructor. data S3ReferenceDataSourceDescription = S3ReferenceDataSourceDescription'     { _srdsdBucketARN        :: !Text@@ -2022,11 +2082,11 @@ -- -- Use one of the following lenses to modify other fields as desired: ----- * 'srdsdBucketARN'+-- * 'srdsdBucketARN' - Amazon Resource Name (ARN) of the S3 bucket. ----- * 'srdsdFileKey'+-- * 'srdsdFileKey' - Amazon S3 object key name. ----- * 'srdsdReferenceRoleARN'+-- * 'srdsdReferenceRoleARN' - ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object on your behalf to populate the in-application reference table. s3ReferenceDataSourceDescription     :: Text -- ^ 'srdsdBucketARN'     -> Text -- ^ 'srdsdFileKey'@@ -2066,6 +2126,8 @@  -- | Describes the S3 bucket name, object key name, and IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object on your behalf and populate the in-application reference table. --+--+-- -- /See:/ 's3ReferenceDataSourceUpdate' smart constructor. data S3ReferenceDataSourceUpdate = S3ReferenceDataSourceUpdate'     { _srdsuBucketARNUpdate        :: !(Maybe Text)@@ -2077,11 +2139,11 @@ -- -- Use one of the following lenses to modify other fields as desired: ----- * 'srdsuBucketARNUpdate'+-- * 'srdsuBucketARNUpdate' - Amazon Resource Name (ARN) of the S3 bucket. ----- * 'srdsuFileKeyUpdate'+-- * 'srdsuFileKeyUpdate' - Object key name. ----- * 'srdsuReferenceRoleARNUpdate'+-- * 'srdsuReferenceRoleARNUpdate' - ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object and populate the in-application. s3ReferenceDataSourceUpdate     :: S3ReferenceDataSourceUpdate s3ReferenceDataSourceUpdate =@@ -2118,6 +2180,8 @@  -- | Describes the format of the data in the streaming source, and how each data element maps to corresponding columns created in the in-application stream. --+--+-- -- /See:/ 'sourceSchema' smart constructor. data SourceSchema = SourceSchema'     { _ssRecordEncoding :: !(Maybe Text)@@ -2129,11 +2193,11 @@ -- -- Use one of the following lenses to modify other fields as desired: ----- * 'ssRecordEncoding'+-- * 'ssRecordEncoding' - Specifies the encoding of the records in the streaming source. For example, UTF-8. ----- * 'ssRecordFormat'+-- * 'ssRecordFormat' - Specifies the format of the records on the streaming source. ----- * 'ssRecordColumns'+-- * 'ssRecordColumns' - A list of @RecordColumn@ objects. sourceSchema     :: RecordFormat -- ^ 'ssRecordFormat'     -> NonEmpty RecordColumn -- ^ 'ssRecordColumns'@@ -2153,7 +2217,7 @@ ssRecordFormat :: Lens' SourceSchema RecordFormat ssRecordFormat = lens _ssRecordFormat (\ s a -> s{_ssRecordFormat = a}); --- | A list of 'RecordColumn' objects.+-- | A list of @RecordColumn@ objects. ssRecordColumns :: Lens' SourceSchema (NonEmpty RecordColumn) ssRecordColumns = lens _ssRecordColumns (\ s a -> s{_ssRecordColumns = a}) . _List1; 
gen/Network/AWS/KinesisAnalytics/UpdateApplication.hs view
@@ -20,9 +20,11 @@ -- -- Updates an existing Kinesis Analytics application. Using this API, you can update application code, input configuration, and output configuration. ----- Note that Kinesis Analytics updates the 'CurrentApplicationVersionId' each time you update your application. ----- This opeation requires permission for the 'kinesisanalytics:UpdateApplication' action.+-- Note that Kinesis Analytics updates the @CurrentApplicationVersionId@ each time you update your application.+--+-- This opeation requires permission for the @kinesisanalytics:UpdateApplication@ action.+-- module Network.AWS.KinesisAnalytics.UpdateApplication     (     -- * Creating a Request@@ -58,11 +60,11 @@ -- -- Use one of the following lenses to modify other fields as desired: ----- * 'uaApplicationName'+-- * 'uaApplicationName' - Name of the Kinesis Analytics application to update. ----- * 'uaCurrentApplicationVersionId'+-- * 'uaCurrentApplicationVersionId' - The current application version ID. You can use the 'DescribeApplication' operation to get this value. ----- * 'uaApplicationUpdate'+-- * 'uaApplicationUpdate' - Describes application updates. updateApplication     :: Text -- ^ 'uaApplicationName'     -> Natural -- ^ 'uaCurrentApplicationVersionId'@@ -79,7 +81,7 @@ uaApplicationName :: Lens' UpdateApplication Text uaApplicationName = lens _uaApplicationName (\ s a -> s{_uaApplicationName = a}); --- | The current application version ID. You can use the < DescribeApplication> operation to get this value.+-- | The current application version ID. You can use the 'DescribeApplication' operation to get this value. uaCurrentApplicationVersionId :: Lens' UpdateApplication Natural uaCurrentApplicationVersionId = lens _uaCurrentApplicationVersionId (\ s a -> s{_uaCurrentApplicationVersionId = a}) . _Nat; @@ -134,7 +136,7 @@ -- -- Use one of the following lenses to modify other fields as desired: ----- * 'uarsResponseStatus'+-- * 'uarsResponseStatus' - -- | The response status code. updateApplicationResponse     :: Int -- ^ 'uarsResponseStatus'     -> UpdateApplicationResponse@@ -143,7 +145,7 @@     { _uarsResponseStatus = pResponseStatus_     } --- | The response status code.+-- | -- | The response status code. uarsResponseStatus :: Lens' UpdateApplicationResponse Int uarsResponseStatus = lens _uarsResponseStatus (\ s a -> s{_uarsResponseStatus = a});