diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@
 
 ## Version
 
-`1.4.2`
+`1.4.3`
 
 
 ## Description
@@ -17,12 +17,7 @@
 
 __Overview__
 
-This is the /AWS Lambda API Reference/. The AWS Lambda Developer Guide
-provides additional information. For the service overview, go to
-<http://docs.aws.amazon.com/lambda/latest/dg/welcome.html What is AWS Lambda>,
-and for information about how the service works, go to
-<http://docs.aws.amazon.com/lambda/latest/dg/lambda-introduction.html AWS Lambda: How it Works>
-in the /AWS Lambda Developer Guide/.
+This is the /AWS Lambda API Reference/. The AWS Lambda Developer Guide provides additional information. For the service overview, go to <http://docs.aws.amazon.com/lambda/latest/dg/welcome.html What is AWS Lambda>, and for information about how the service works, go to <http://docs.aws.amazon.com/lambda/latest/dg/lambda-introduction.html AWS Lambda: How it Works> in the /AWS Lambda Developer Guide/.
 
 Documentation is available via [Hackage](http://hackage.haskell.org/package/amazonka-lambda)
 and the [AWS API Reference](https://aws.amazon.com/documentation/).
diff --git a/amazonka-lambda.cabal b/amazonka-lambda.cabal
--- a/amazonka-lambda.cabal
+++ b/amazonka-lambda.cabal
@@ -1,5 +1,5 @@
 name:                  amazonka-lambda
-version:               1.4.2
+version:               1.4.3
 synopsis:              Amazon Lambda SDK.
 homepage:              https://github.com/brendanhay/amazonka
 bug-reports:           https://github.com/brendanhay/amazonka/issues
@@ -17,12 +17,7 @@
 
     __Overview__
 
-    This is the /AWS Lambda API Reference/. The AWS Lambda Developer Guide
-    provides additional information. For the service overview, go to
-    <http://docs.aws.amazon.com/lambda/latest/dg/welcome.html What is AWS Lambda>,
-    and for information about how the service works, go to
-    <http://docs.aws.amazon.com/lambda/latest/dg/lambda-introduction.html AWS Lambda: How it Works>
-    in the /AWS Lambda Developer Guide/.
+    This is the /AWS Lambda API Reference/. The AWS Lambda Developer Guide provides additional information. For the service overview, go to <http://docs.aws.amazon.com/lambda/latest/dg/welcome.html What is AWS Lambda>, and for information about how the service works, go to <http://docs.aws.amazon.com/lambda/latest/dg/lambda-introduction.html AWS Lambda: How it Works> in the /AWS Lambda Developer Guide/.
     .
     The types from this library are intended to be used with
     <http://hackage.haskell.org/package/amazonka amazonka>, which provides
@@ -81,7 +76,7 @@
         , Network.AWS.Lambda.Types.Sum
 
     build-depends:
-          amazonka-core == 1.4.2.*
+          amazonka-core == 1.4.3.*
         , base          >= 4.7     && < 5
 
 test-suite amazonka-lambda-test
@@ -101,9 +96,9 @@
         , Test.AWS.Lambda.Internal
 
     build-depends:
-          amazonka-core == 1.4.2.*
-        , amazonka-test == 1.4.2.*
-        , amazonka-lambda == 1.4.2.*
+          amazonka-core == 1.4.3.*
+        , amazonka-test == 1.4.3.*
+        , amazonka-lambda == 1.4.3.*
         , base
         , bytestring
         , tasty
diff --git a/gen/Network/AWS/Lambda.hs b/gen/Network/AWS/Lambda.hs
--- a/gen/Network/AWS/Lambda.hs
+++ b/gen/Network/AWS/Lambda.hs
@@ -15,12 +15,7 @@
 --
 -- __Overview__
 --
--- This is the /AWS Lambda API Reference/. The AWS Lambda Developer Guide
--- provides additional information. For the service overview, go to
--- <http://docs.aws.amazon.com/lambda/latest/dg/welcome.html What is AWS Lambda>,
--- and for information about how the service works, go to
--- <http://docs.aws.amazon.com/lambda/latest/dg/lambda-introduction.html AWS Lambda: How it Works>
--- in the /AWS Lambda Developer Guide/.
+-- This is the /AWS Lambda API Reference/. The AWS Lambda Developer Guide provides additional information. For the service overview, go to <http://docs.aws.amazon.com/lambda/latest/dg/welcome.html What is AWS Lambda>, and for information about how the service works, go to <http://docs.aws.amazon.com/lambda/latest/dg/lambda-introduction.html AWS Lambda: How it Works> in the /AWS Lambda Developer Guide/.
 module Network.AWS.Lambda
     (
     -- * Service Configuration
diff --git a/gen/Network/AWS/Lambda/AddPermission.hs b/gen/Network/AWS/Lambda/AddPermission.hs
--- a/gen/Network/AWS/Lambda/AddPermission.hs
+++ b/gen/Network/AWS/Lambda/AddPermission.hs
@@ -18,24 +18,13 @@
 -- Stability   : auto-generated
 -- Portability : non-portable (GHC extensions)
 --
--- Adds a permission to the resource policy associated with the specified
--- AWS Lambda function. You use resource policies to grant permissions to
--- event sources that use /push/ model. In a /push/ model, event sources
--- (such as Amazon S3 and custom applications) invoke your Lambda function.
--- Each permission you add to the resource policy allows an event source,
--- permission to invoke the Lambda function.
+-- Adds a permission to the resource policy associated with the specified AWS Lambda function. You use resource policies to grant permissions to event sources that use /push/ model. In a /push/ model, event sources (such as Amazon S3 and custom applications) invoke your Lambda function. Each permission you add to the resource policy allows an event source, permission to invoke the Lambda function.
 --
--- For information about the push model, see
--- <http://docs.aws.amazon.com/lambda/latest/dg/lambda-introduction.html AWS Lambda: How it Works>.
+-- For information about the push model, see <http://docs.aws.amazon.com/lambda/latest/dg/lambda-introduction.html AWS Lambda: How it Works>.
 --
--- If you are using versioning, the permissions you add are specific to the
--- Lambda function version or alias you specify in the 'AddPermission'
--- request via the 'Qualifier' parameter. For more information about
--- versioning, see
--- <http://docs.aws.amazon.com/lambda/latest/dg/versioning-aliases.html AWS Lambda Function Versioning and Aliases>.
+-- If you are using versioning, the permissions you add are specific to the Lambda function version or alias you specify in the 'AddPermission' request via the 'Qualifier' parameter. For more information about versioning, see <http://docs.aws.amazon.com/lambda/latest/dg/versioning-aliases.html AWS Lambda Function Versioning and Aliases>.
 --
--- This operation requires permission for the 'lambda:AddPermission'
--- action.
+-- This operation requires permission for the 'lambda:AddPermission' action.
 module Network.AWS.Lambda.AddPermission
     (
     -- * Creating a Request
@@ -115,13 +104,7 @@
     , _apPrincipal = pPrincipal_
     }
 
--- | The AWS account ID (without a hyphen) of the source owner. For example,
--- if the 'SourceArn' identifies a bucket, then this is the bucket owner\'s
--- account ID. You can use this additional condition to ensure the bucket
--- you specify is owned by a specific account (it is possible the bucket
--- owner deleted the bucket and some other AWS account created the bucket).
--- You can also use this condition to specify all sources (that is, you
--- don\'t specify the 'SourceArn') owned by a specific account.
+-- | The AWS account ID (without a hyphen) of the source owner. For example, if the 'SourceArn' identifies a bucket, then this is the bucket owner\'s account ID. You can use this additional condition to ensure the bucket you specify is owned by a specific account (it is possible the bucket owner deleted the bucket and some other AWS account created the bucket). You can also use this condition to specify all sources (that is, you don\'t specify the 'SourceArn') owned by a specific account.
 apSourceAccount :: Lens' AddPermission (Maybe Text)
 apSourceAccount = lens _apSourceAccount (\ s a -> s{_apSourceAccount = a});
 
@@ -129,47 +112,29 @@
 apEventSourceToken :: Lens' AddPermission (Maybe Text)
 apEventSourceToken = lens _apEventSourceToken (\ s a -> s{_apEventSourceToken = a});
 
--- | This is optional; however, when granting Amazon S3 permission to invoke
--- your function, you should specify this field with the bucket Amazon
--- Resource Name (ARN) as its value. This ensures that only events
--- generated from the specified bucket can invoke the function.
+-- | This is optional; however, when granting Amazon S3 permission to invoke your function, you should specify this field with the bucket Amazon Resource Name (ARN) as its value. This ensures that only events generated from the specified bucket can invoke the function.
 --
--- If you add a permission for the Amazon S3 principal without providing
--- the source ARN, any AWS account that creates a mapping to your function
--- ARN can send events to invoke your Lambda function from Amazon S3.
+-- If you add a permission for the Amazon S3 principal without providing the source ARN, any AWS account that creates a mapping to your function ARN can send events to invoke your Lambda function from Amazon S3.
 apSourceARN :: Lens' AddPermission (Maybe Text)
 apSourceARN = lens _apSourceARN (\ s a -> s{_apSourceARN = a});
 
--- | You can use this optional query parameter to describe a qualified ARN
--- using a function version or an alias name. The permission will then
--- apply to the specific qualified ARN. For example, if you specify
--- function version 2 as the qualifier, then permission applies only when
--- request is made using qualified function ARN:
+-- | You can use this optional query parameter to describe a qualified ARN using a function version or an alias name. The permission will then apply to the specific qualified ARN. For example, if you specify function version 2 as the qualifier, then permission applies only when request is made using qualified function ARN:
 --
 -- 'arn:aws:lambda:aws-region:acct-id:function:function-name:2'
 --
--- If you specify an alias name, for example 'PROD', then the permission is
--- valid only for requests made using the alias ARN:
+-- If you specify an alias name, for example 'PROD', then the permission is valid only for requests made using the alias ARN:
 --
 -- 'arn:aws:lambda:aws-region:acct-id:function:function-name:PROD'
 --
--- If the qualifier is not specified, the permission is valid only when
--- requests is made using unqualified function ARN.
+-- If the qualifier is not specified, the permission is valid only when requests is made using unqualified function ARN.
 --
 -- 'arn:aws:lambda:aws-region:acct-id:function:function-name'
 apQualifier :: Lens' AddPermission (Maybe Text)
 apQualifier = lens _apQualifier (\ s a -> s{_apQualifier = a});
 
--- | Name of the Lambda function whose resource policy you are updating by
--- adding a new permission.
+-- | Name of the Lambda function whose resource policy you are updating by adding a new permission.
 --
--- You can specify a function name (for example, 'Thumbnail') or you can
--- specify Amazon Resource Name (ARN) of the function (for example,
--- 'arn:aws:lambda:us-west-2:account-id:function:ThumbNail'). AWS Lambda
--- also allows you to specify partial ARN (for example,
--- 'account-id:Thumbnail'). Note that the length constraint applies only to
--- the ARN. If you specify only the function name, it is limited to 64
--- character in length.
+-- You can specify a function name (for example, 'Thumbnail') or you can specify Amazon Resource Name (ARN) of the function (for example, 'arn:aws:lambda:us-west-2:account-id:function:ThumbNail'). AWS Lambda also allows you to specify partial ARN (for example, 'account-id:Thumbnail'). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.
 apFunctionName :: Lens' AddPermission Text
 apFunctionName = lens _apFunctionName (\ s a -> s{_apFunctionName = a});
 
@@ -177,20 +142,11 @@
 apStatementId :: Lens' AddPermission Text
 apStatementId = lens _apStatementId (\ s a -> s{_apStatementId = a});
 
--- | The AWS Lambda action you want to allow in this statement. Each Lambda
--- action is a string starting with 'lambda:' followed by the API name (see
--- < Operations>). For example, 'lambda:CreateFunction'. You can use
--- wildcard ('lambda:*') to grant permission for all AWS Lambda actions.
+-- | The AWS Lambda action you want to allow in this statement. Each Lambda action is a string starting with 'lambda:' followed by the API name (see < Operations>). For example, 'lambda:CreateFunction'. You can use wildcard ('lambda:*') to grant permission for all AWS Lambda actions.
 apAction :: Lens' AddPermission Text
 apAction = lens _apAction (\ s a -> s{_apAction = a});
 
--- | The principal who is getting this permission. It can be Amazon S3
--- service Principal ('s3.amazonaws.com') if you want Amazon S3 to invoke
--- the function, an AWS account ID if you are granting cross-account
--- permission, or any valid AWS service principal such as
--- 'sns.amazonaws.com'. For example, you might want to allow a custom
--- application in another AWS account to push events to AWS Lambda by
--- invoking your function.
+-- | The principal who is getting this permission. It can be Amazon S3 service Principal ('s3.amazonaws.com') if you want Amazon S3 to invoke the function, an AWS account ID if you are granting cross-account permission, or any valid AWS service principal such as 'sns.amazonaws.com'. For example, you might want to allow a custom application in another AWS account to push events to AWS Lambda by invoking your function.
 apPrincipal :: Lens' AddPermission Text
 apPrincipal = lens _apPrincipal (\ s a -> s{_apPrincipal = a});
 
@@ -253,9 +209,7 @@
     , _aprsResponseStatus = pResponseStatus_
     }
 
--- | The permission statement you specified in the request. The response
--- returns the same as a string using a backslash (\"\\\") as an escape
--- character in the JSON.
+-- | The permission statement you specified in the request. The response returns the same as a string using a backslash (\"\\\") as an escape character in the JSON.
 aprsStatement :: Lens' AddPermissionResponse (Maybe Text)
 aprsStatement = lens _aprsStatement (\ s a -> s{_aprsStatement = a});
 
diff --git a/gen/Network/AWS/Lambda/CreateAlias.hs b/gen/Network/AWS/Lambda/CreateAlias.hs
--- a/gen/Network/AWS/Lambda/CreateAlias.hs
+++ b/gen/Network/AWS/Lambda/CreateAlias.hs
@@ -18,9 +18,7 @@
 -- Stability   : auto-generated
 -- Portability : non-portable (GHC extensions)
 --
--- Creates an alias that points to the specified Lambda function version.
--- For more information, see
--- <http://docs.aws.amazon.com/lambda/latest/dg/aliases-intro.html Introduction to AWS Lambda Aliases>.
+-- Creates an alias that points to the specified Lambda function version. For more information, see <http://docs.aws.amazon.com/lambda/latest/dg/aliases-intro.html Introduction to AWS Lambda Aliases>.
 --
 -- Alias names are unique for a given function.
 --
diff --git a/gen/Network/AWS/Lambda/CreateEventSourceMapping.hs b/gen/Network/AWS/Lambda/CreateEventSourceMapping.hs
--- a/gen/Network/AWS/Lambda/CreateEventSourceMapping.hs
+++ b/gen/Network/AWS/Lambda/CreateEventSourceMapping.hs
@@ -18,32 +18,19 @@
 -- Stability   : auto-generated
 -- Portability : non-portable (GHC extensions)
 --
--- Identifies a stream as an event source for a Lambda function. It can be
--- either an Amazon Kinesis stream or an Amazon DynamoDB stream. AWS Lambda
--- invokes the specified function when records are posted to the stream.
+-- Identifies a stream as an event source for a Lambda function. It can be either an Amazon Kinesis stream or an Amazon DynamoDB stream. AWS Lambda invokes the specified function when records are posted to the stream.
 --
--- This association between a stream source and a Lambda function is called
--- the event source mapping.
+-- This association between a stream source and a Lambda function is called the event source mapping.
 --
--- This event source mapping is relevant only in the AWS Lambda pull model,
--- where AWS Lambda invokes the function. For more information, go to
--- <http://docs.aws.amazon.com/lambda/latest/dg/lambda-introduction.html AWS Lambda: How it Works>
--- in the /AWS Lambda Developer Guide/.
+-- This event source mapping is relevant only in the AWS Lambda pull model, where AWS Lambda invokes the function. For more information, go to <http://docs.aws.amazon.com/lambda/latest/dg/lambda-introduction.html AWS Lambda: How it Works> in the /AWS Lambda Developer Guide/.
 --
--- You provide mapping information (for example, which stream to read from
--- and which Lambda function to invoke) in the request body.
+-- You provide mapping information (for example, which stream to read from and which Lambda function to invoke) in the request body.
 --
--- Each event source, such as an Amazon Kinesis or a DynamoDB stream, can
--- be associated with multiple AWS Lambda function. A given Lambda function
--- can be associated with multiple AWS event sources.
+-- Each event source, such as an Amazon Kinesis or a DynamoDB stream, can be associated with multiple AWS Lambda function. A given Lambda function can be associated with multiple AWS event sources.
 --
--- If you are using versioning, you can specify a specific function version
--- or an alias via the function name parameter. For more information about
--- versioning, see
--- <http://docs.aws.amazon.com/lambda/latest/dg/versioning-aliases.html AWS Lambda Function Versioning and Aliases>.
+-- If you are using versioning, you can specify a specific function version or an alias via the function name parameter. For more information about versioning, see <http://docs.aws.amazon.com/lambda/latest/dg/versioning-aliases.html AWS Lambda Function Versioning and Aliases>.
 --
--- This operation requires permission for the
--- 'lambda:CreateEventSourceMapping' action.
+-- This operation requires permission for the 'lambda:CreateEventSourceMapping' action.
 module Network.AWS.Lambda.CreateEventSourceMapping
     (
     -- * Creating a Request
@@ -113,50 +100,31 @@
     , _cesmStartingPosition = pStartingPosition_
     }
 
--- | Indicates whether AWS Lambda should begin polling the event source. By
--- default, 'Enabled' is true.
+-- | Indicates whether AWS Lambda should begin polling the event source. By default, 'Enabled' is true.
 cesmEnabled :: Lens' CreateEventSourceMapping (Maybe Bool)
 cesmEnabled = lens _cesmEnabled (\ s a -> s{_cesmEnabled = a});
 
--- | The largest number of records that AWS Lambda will retrieve from your
--- event source at the time of invoking your function. Your function
--- receives an event with all the retrieved records. The default is 100
--- records.
+-- | The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records. The default is 100 records.
 cesmBatchSize :: Lens' CreateEventSourceMapping (Maybe Natural)
 cesmBatchSize = lens _cesmBatchSize (\ s a -> s{_cesmBatchSize = a}) . mapping _Nat;
 
--- | The Amazon Resource Name (ARN) of the Amazon Kinesis or the Amazon
--- DynamoDB stream that is the event source. Any record added to this
--- stream could cause AWS Lambda to invoke your Lambda function, it depends
--- on the 'BatchSize'. AWS Lambda POSTs the Amazon Kinesis event,
--- containing records, to your Lambda function as JSON.
+-- | The Amazon Resource Name (ARN) of the Amazon Kinesis or the Amazon DynamoDB stream that is the event source. Any record added to this stream could cause AWS Lambda to invoke your Lambda function, it depends on the 'BatchSize'. AWS Lambda POSTs the Amazon Kinesis event, containing records, to your Lambda function as JSON.
 cesmEventSourceARN :: Lens' CreateEventSourceMapping Text
 cesmEventSourceARN = lens _cesmEventSourceARN (\ s a -> s{_cesmEventSourceARN = a});
 
--- | The Lambda function to invoke when AWS Lambda detects an event on the
--- stream.
+-- | The Lambda function to invoke when AWS Lambda detects an event on the stream.
 --
--- You can specify the function name (for example, 'Thumbnail') or you can
--- specify Amazon Resource Name (ARN) of the function (for example,
--- 'arn:aws:lambda:us-west-2:account-id:function:ThumbNail').
+-- You can specify the function name (for example, 'Thumbnail') or you can specify Amazon Resource Name (ARN) of the function (for example, 'arn:aws:lambda:us-west-2:account-id:function:ThumbNail').
 --
--- If you are using versioning, you can also provide a qualified function
--- ARN (ARN that is qualified with function version or alias name as
--- suffix). For more information about versioning, see
--- <http://docs.aws.amazon.com/lambda/latest/dg/versioning-aliases.html AWS Lambda Function Versioning and Aliases>
+-- If you are using versioning, you can also provide a qualified function ARN (ARN that is qualified with function version or alias name as suffix). For more information about versioning, see <http://docs.aws.amazon.com/lambda/latest/dg/versioning-aliases.html AWS Lambda Function Versioning and Aliases>
 --
--- AWS Lambda also allows you to specify only the function name with the
--- account ID qualifier (for example, 'account-id:Thumbnail').
+-- AWS Lambda also allows you to specify only the function name with the account ID qualifier (for example, 'account-id:Thumbnail').
 --
--- Note that the length constraint applies only to the ARN. If you specify
--- only the function name, it is limited to 64 character in length.
+-- Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.
 cesmFunctionName :: Lens' CreateEventSourceMapping Text
 cesmFunctionName = lens _cesmFunctionName (\ s a -> s{_cesmFunctionName = a});
 
--- | The position in the stream where AWS Lambda should start reading. For
--- more information, go to
--- <http://docs.aws.amazon.com/kinesis/latest/APIReference/API_GetShardIterator.html#Kinesis-GetShardIterator-request-ShardIteratorType ShardIteratorType>
--- in the /Amazon Kinesis API Reference/.
+-- | The position in the stream where AWS Lambda should start reading. For more information, go to <http://docs.aws.amazon.com/kinesis/latest/APIReference/API_GetShardIterator.html#Kinesis-GetShardIterator-request-ShardIteratorType ShardIteratorType> in the /Amazon Kinesis API Reference/.
 cesmStartingPosition :: Lens' CreateEventSourceMapping EventSourcePosition
 cesmStartingPosition = lens _cesmStartingPosition (\ s a -> s{_cesmStartingPosition = a});
 
diff --git a/gen/Network/AWS/Lambda/CreateFunction.hs b/gen/Network/AWS/Lambda/CreateFunction.hs
--- a/gen/Network/AWS/Lambda/CreateFunction.hs
+++ b/gen/Network/AWS/Lambda/CreateFunction.hs
@@ -18,18 +18,11 @@
 -- Stability   : auto-generated
 -- Portability : non-portable (GHC extensions)
 --
--- Creates a new Lambda function. The function metadata is created from the
--- request parameters, and the code for the function is provided by a .zip
--- file in the request body. If the function name already exists, the
--- operation will fail. Note that the function name is case-sensitive.
+-- Creates a new Lambda function. The function metadata is created from the request parameters, and the code for the function is provided by a .zip file in the request body. If the function name already exists, the operation will fail. Note that the function name is case-sensitive.
 --
--- If you are using versioning, you can also publish a version of the
--- Lambda function you are creating using the 'Publish' parameter. For more
--- information about versioning, see
--- <http://docs.aws.amazon.com/lambda/latest/dg/versioning-aliases.html AWS Lambda Function Versioning and Aliases>.
+-- If you are using versioning, you can also publish a version of the Lambda function you are creating using the 'Publish' parameter. For more information about versioning, see <http://docs.aws.amazon.com/lambda/latest/dg/versioning-aliases.html AWS Lambda Function Versioning and Aliases>.
 --
--- This operation requires permission for the 'lambda:CreateFunction'
--- action.
+-- This operation requires permission for the 'lambda:CreateFunction' action.
 module Network.AWS.Lambda.CreateFunction
     (
     -- * Creating a Request
@@ -131,43 +124,27 @@
     , _cfCode = pCode_
     }
 
--- | The amount of memory, in MB, your Lambda function is given. Lambda uses
--- this memory size to infer the amount of CPU and memory allocated to your
--- function. Your function use-case determines your CPU and memory
--- requirements. For example, a database operation might need less memory
--- compared to an image processing function. The default value is 128 MB.
--- The value must be a multiple of 64 MB.
+-- | The amount of memory, in MB, your Lambda function is given. Lambda uses this memory size to infer the amount of CPU and memory allocated to your function. Your function use-case determines your CPU and memory requirements. For example, a database operation might need less memory compared to an image processing function. The default value is 128 MB. The value must be a multiple of 64 MB.
 cfMemorySize :: Lens' CreateFunction (Maybe Natural)
 cfMemorySize = lens _cfMemorySize (\ s a -> s{_cfMemorySize = a}) . mapping _Nat;
 
--- | If your Lambda function accesses resources in a VPC, you provide this
--- parameter identifying the list of security group IDs and subnet IDs.
--- These must belong to the same VPC. You must provide at least one
--- security group and one subnet ID.
+-- | If your Lambda function accesses resources in a VPC, you provide this parameter identifying the list of security group IDs and subnet IDs. These must belong to the same VPC. You must provide at least one security group and one subnet ID.
 cfVPCConfig :: Lens' CreateFunction (Maybe VPCConfig)
 cfVPCConfig = lens _cfVPCConfig (\ s a -> s{_cfVPCConfig = a});
 
--- | The function execution time at which Lambda should terminate the
--- function. Because the execution time has cost implications, we recommend
--- you set this value based on your expected execution time. The default is
--- 3 seconds.
+-- | The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.
 cfTimeout :: Lens' CreateFunction (Maybe Natural)
 cfTimeout = lens _cfTimeout (\ s a -> s{_cfTimeout = a}) . mapping _Nat;
 
--- | A short, user-defined function description. Lambda does not use this
--- value. Assign a meaningful description as you see fit.
+-- | A short, user-defined function description. Lambda does not use this value. Assign a meaningful description as you see fit.
 cfDescription :: Lens' CreateFunction (Maybe Text)
 cfDescription = lens _cfDescription (\ s a -> s{_cfDescription = a});
 
--- | This boolean parameter can be used to request AWS Lambda to create the
--- Lambda function and publish a version as an atomic operation.
+-- | This boolean parameter can be used to request AWS Lambda to create the Lambda function and publish a version as an atomic operation.
 cfPublish :: Lens' CreateFunction (Maybe Bool)
 cfPublish = lens _cfPublish (\ s a -> s{_cfPublish = a});
 
--- | The name you want to assign to the function you are uploading. The
--- function names appear in the console and are returned in the
--- < ListFunctions> API. Function names are used to specify functions to
--- other AWS Lambda APIs, such as < Invoke>.
+-- | The name you want to assign to the function you are uploading. The function names appear in the console and are returned in the < ListFunctions> API. Function names are used to specify functions to other AWS Lambda APIs, such as < Invoke>.
 cfFunctionName :: Lens' CreateFunction Text
 cfFunctionName = lens _cfFunctionName (\ s a -> s{_cfFunctionName = a});
 
@@ -175,18 +152,11 @@
 cfRuntime :: Lens' CreateFunction Runtime
 cfRuntime = lens _cfRuntime (\ s a -> s{_cfRuntime = a});
 
--- | The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when
--- it executes your function to access any other Amazon Web Services (AWS)
--- resources. For more information, see
--- <http://docs.aws.amazon.com/lambda/latest/dg/lambda-introduction.html AWS Lambda: How it Works>.
+-- | The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources. For more information, see <http://docs.aws.amazon.com/lambda/latest/dg/lambda-introduction.html AWS Lambda: How it Works>.
 cfRole :: Lens' CreateFunction Text
 cfRole = lens _cfRole (\ s a -> s{_cfRole = a});
 
--- | The function within your code that Lambda calls to begin execution. For
--- Node.js, it is the /module-name/./export/ value in your function. For
--- Java, it can be 'package.class-name::handler' or 'package.class-name'.
--- For more information, see
--- <http://docs.aws.amazon.com/lambda/latest/dg/java-programming-model-handler-types.html Lambda Function Handler (Java)>.
+-- | The function within your code that Lambda calls to begin execution. For Node.js, it is the /module-name/./export/ value in your function. For Java, it can be 'package.class-name::handler' or 'package.class-name'. For more information, see <http://docs.aws.amazon.com/lambda/latest/dg/java-programming-model-handler-types.html Lambda Function Handler (Java)>.
 cfHandler :: Lens' CreateFunction Text
 cfHandler = lens _cfHandler (\ s a -> s{_cfHandler = a});
 
diff --git a/gen/Network/AWS/Lambda/DeleteAlias.hs b/gen/Network/AWS/Lambda/DeleteAlias.hs
--- a/gen/Network/AWS/Lambda/DeleteAlias.hs
+++ b/gen/Network/AWS/Lambda/DeleteAlias.hs
@@ -18,8 +18,7 @@
 -- Stability   : auto-generated
 -- Portability : non-portable (GHC extensions)
 --
--- Deletes the specified Lambda function alias. For more information, see
--- <http://docs.aws.amazon.com/lambda/latest/dg/aliases-intro.html Introduction to AWS Lambda Aliases>.
+-- Deletes the specified Lambda function alias. For more information, see <http://docs.aws.amazon.com/lambda/latest/dg/aliases-intro.html Introduction to AWS Lambda Aliases>.
 --
 -- This requires permission for the lambda:DeleteAlias action.
 module Network.AWS.Lambda.DeleteAlias
@@ -66,8 +65,7 @@
     , _daName = pName_
     }
 
--- | The Lambda function name for which the alias is created. Deleting an
--- alias does not delete the function version to which it is pointing.
+-- | The Lambda function name for which the alias is created. Deleting an alias does not delete the function version to which it is pointing.
 daFunctionName :: Lens' DeleteAlias Text
 daFunctionName = lens _daFunctionName (\ s a -> s{_daFunctionName = a});
 
diff --git a/gen/Network/AWS/Lambda/DeleteEventSourceMapping.hs b/gen/Network/AWS/Lambda/DeleteEventSourceMapping.hs
--- a/gen/Network/AWS/Lambda/DeleteEventSourceMapping.hs
+++ b/gen/Network/AWS/Lambda/DeleteEventSourceMapping.hs
@@ -18,11 +18,9 @@
 -- Stability   : auto-generated
 -- Portability : non-portable (GHC extensions)
 --
--- Removes an event source mapping. This means AWS Lambda will no longer
--- invoke the function for events in the associated source.
+-- Removes an event source mapping. This means AWS Lambda will no longer invoke the function for events in the associated source.
 --
--- This operation requires permission for the
--- 'lambda:DeleteEventSourceMapping' action.
+-- This operation requires permission for the 'lambda:DeleteEventSourceMapping' action.
 module Network.AWS.Lambda.DeleteEventSourceMapping
     (
     -- * Creating a Request
diff --git a/gen/Network/AWS/Lambda/DeleteFunction.hs b/gen/Network/AWS/Lambda/DeleteFunction.hs
--- a/gen/Network/AWS/Lambda/DeleteFunction.hs
+++ b/gen/Network/AWS/Lambda/DeleteFunction.hs
@@ -20,19 +20,11 @@
 --
 -- Deletes the specified Lambda function code and configuration.
 --
--- If you are using the versioning feature and you don\'t specify a
--- function version in your 'DeleteFunction' request, AWS Lambda will
--- delete the function, including all its versions, and any aliases
--- pointing to the function versions. To delete a specific function
--- version, you must provide the function version via the 'Qualifier'
--- parameter. For information about function versioning, see
--- <http://docs.aws.amazon.com/lambda/latest/dg/versioning-aliases.html AWS Lambda Function Versioning and Aliases>.
+-- If you are using the versioning feature and you don\'t specify a function version in your 'DeleteFunction' request, AWS Lambda will delete the function, including all its versions, and any aliases pointing to the function versions. To delete a specific function version, you must provide the function version via the 'Qualifier' parameter. For information about function versioning, see <http://docs.aws.amazon.com/lambda/latest/dg/versioning-aliases.html AWS Lambda Function Versioning and Aliases>.
 --
--- When you delete a function the associated resource policy is also
--- deleted. You will need to delete the event source mappings explicitly.
+-- When you delete a function the associated resource policy is also deleted. You will need to delete the event source mappings explicitly.
 --
--- This operation requires permission for the 'lambda:DeleteFunction'
--- action.
+-- This operation requires permission for the 'lambda:DeleteFunction' action.
 module Network.AWS.Lambda.DeleteFunction
     (
     -- * Creating a Request
@@ -76,34 +68,17 @@
     , _dfFunctionName = pFunctionName_
     }
 
--- | Using this optional parameter you can specify a function version (but
--- not the '$LATEST' version) to direct AWS Lambda to delete a specific
--- function version. If the function version has one or more aliases
--- pointing to it, you will get an error because you cannot have aliases
--- pointing to it. You can delete any function version but not the
--- '$LATEST', that is, you cannot specify '$LATEST' as the value of this
--- parameter. The '$LATEST' version can be deleted only when you want to
--- delete all the function versions and aliases.
+-- | Using this optional parameter you can specify a function version (but not the '>LATEST' version) to direct AWS Lambda to delete a specific function version. If the function version has one or more aliases pointing to it, you will get an error because you cannot have aliases pointing to it. You can delete any function version but not the '>LATEST', that is, you cannot specify '>LATEST' as the value of this parameter. The '>LATEST' version can be deleted only when you want to delete all the function versions and aliases.
 --
--- You can only specify a function version, not an alias name, using this
--- parameter. You cannot delete a function version using its alias.
+-- You can only specify a function version, not an alias name, using this parameter. You cannot delete a function version using its alias.
 --
--- If you don\'t specify this parameter, AWS Lambda will delete the
--- function, including all of its versions and aliases.
+-- If you don\'t specify this parameter, AWS Lambda will delete the function, including all of its versions and aliases.
 dfQualifier :: Lens' DeleteFunction (Maybe Text)
 dfQualifier = lens _dfQualifier (\ s a -> s{_dfQualifier = a});
 
 -- | The Lambda function to delete.
 --
--- You can specify the function name (for example, 'Thumbnail') or you can
--- specify Amazon Resource Name (ARN) of the function (for example,
--- 'arn:aws:lambda:us-west-2:account-id:function:ThumbNail'). If you are
--- using versioning, you can also provide a qualified function ARN (ARN
--- that is qualified with function version or alias name as suffix). AWS
--- Lambda also allows you to specify only the function name with the
--- account ID qualifier (for example, 'account-id:Thumbnail'). Note that
--- the length constraint applies only to the ARN. If you specify only the
--- function name, it is limited to 64 character in length.
+-- You can specify the function name (for example, 'Thumbnail') or you can specify Amazon Resource Name (ARN) of the function (for example, 'arn:aws:lambda:us-west-2:account-id:function:ThumbNail'). If you are using versioning, you can also provide a qualified function ARN (ARN that is qualified with function version or alias name as suffix). AWS Lambda also allows you to specify only the function name with the account ID qualifier (for example, 'account-id:Thumbnail'). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.
 dfFunctionName :: Lens' DeleteFunction Text
 dfFunctionName = lens _dfFunctionName (\ s a -> s{_dfFunctionName = a});
 
diff --git a/gen/Network/AWS/Lambda/GetAlias.hs b/gen/Network/AWS/Lambda/GetAlias.hs
--- a/gen/Network/AWS/Lambda/GetAlias.hs
+++ b/gen/Network/AWS/Lambda/GetAlias.hs
@@ -18,10 +18,7 @@
 -- Stability   : auto-generated
 -- Portability : non-portable (GHC extensions)
 --
--- Returns the specified alias information such as the alias ARN,
--- description, and function version it is pointing to. For more
--- information, see
--- <http://docs.aws.amazon.com/lambda/latest/dg/aliases-intro.html Introduction to AWS Lambda Aliases>.
+-- Returns the specified alias information such as the alias ARN, description, and function version it is pointing to. For more information, see <http://docs.aws.amazon.com/lambda/latest/dg/aliases-intro.html Introduction to AWS Lambda Aliases>.
 --
 -- This requires permission for the 'lambda:GetAlias' action.
 module Network.AWS.Lambda.GetAlias
@@ -73,9 +70,7 @@
     , _gaName = pName_
     }
 
--- | Function name for which the alias is created. An alias is a subresource
--- that exists only in the context of an existing Lambda function so you
--- must specify the function name.
+-- | Function name for which the alias is created. An alias is a subresource that exists only in the context of an existing Lambda function so you must specify the function name.
 gaFunctionName :: Lens' GetAlias Text
 gaFunctionName = lens _gaFunctionName (\ s a -> s{_gaFunctionName = a});
 
diff --git a/gen/Network/AWS/Lambda/GetEventSourceMapping.hs b/gen/Network/AWS/Lambda/GetEventSourceMapping.hs
--- a/gen/Network/AWS/Lambda/GetEventSourceMapping.hs
+++ b/gen/Network/AWS/Lambda/GetEventSourceMapping.hs
@@ -18,11 +18,9 @@
 -- Stability   : auto-generated
 -- Portability : non-portable (GHC extensions)
 --
--- Returns configuration information for the specified event source mapping
--- (see < CreateEventSourceMapping>).
+-- Returns configuration information for the specified event source mapping (see < CreateEventSourceMapping>).
 --
--- This operation requires permission for the
--- 'lambda:GetEventSourceMapping' action.
+-- This operation requires permission for the 'lambda:GetEventSourceMapping' action.
 module Network.AWS.Lambda.GetEventSourceMapping
     (
     -- * Creating a Request
diff --git a/gen/Network/AWS/Lambda/GetFunction.hs b/gen/Network/AWS/Lambda/GetFunction.hs
--- a/gen/Network/AWS/Lambda/GetFunction.hs
+++ b/gen/Network/AWS/Lambda/GetFunction.hs
@@ -18,18 +18,9 @@
 -- Stability   : auto-generated
 -- Portability : non-portable (GHC extensions)
 --
--- Returns the configuration information of the Lambda function and a
--- presigned URL link to the .zip file you uploaded with < CreateFunction>
--- so you can download the .zip file. Note that the URL is valid for up to
--- 10 minutes. The configuration information is the same information you
--- provided as parameters when uploading the function.
+-- Returns the configuration information of the Lambda function and a presigned URL link to the .zip file you uploaded with < CreateFunction> so you can download the .zip file. Note that the URL is valid for up to 10 minutes. The configuration information is the same information you provided as parameters when uploading the function.
 --
--- Using the optional 'Qualifier' parameter, you can specify a specific
--- function version for which you want this information. If you don\'t
--- specify this parameter, the API uses unqualified function ARN which
--- return information about the '$LATEST' version of the Lambda function.
--- For more information, see
--- <http://docs.aws.amazon.com/lambda/latest/dg/versioning-aliases.html AWS Lambda Function Versioning and Aliases>.
+-- Using the optional 'Qualifier' parameter, you can specify a specific function version for which you want this information. If you don\'t specify this parameter, the API uses unqualified function ARN which return information about the '>LATEST' version of the Lambda function. For more information, see <http://docs.aws.amazon.com/lambda/latest/dg/versioning-aliases.html AWS Lambda Function Versioning and Aliases>.
 --
 -- This operation requires permission for the 'lambda:GetFunction' action.
 module Network.AWS.Lambda.GetFunction
@@ -79,26 +70,13 @@
     , _gfFunctionName = pFunctionName_
     }
 
--- | Using this optional parameter to specify a function version or an alias
--- name. If you specify function version, the API uses qualified function
--- ARN for the request and returns information about the specific Lambda
--- function version. If you specify an alias name, the API uses the alias
--- ARN and returns information about the function version to which the
--- alias points. If you don\'t provide this parameter, the API uses
--- unqualified function ARN and returns information about the '$LATEST'
--- version of the Lambda function.
+-- | Using this optional parameter to specify a function version or an alias name. If you specify function version, the API uses qualified function ARN for the request and returns information about the specific Lambda function version. If you specify an alias name, the API uses the alias ARN and returns information about the function version to which the alias points. If you don\'t provide this parameter, the API uses unqualified function ARN and returns information about the '>LATEST' version of the Lambda function.
 gfQualifier :: Lens' GetFunction (Maybe Text)
 gfQualifier = lens _gfQualifier (\ s a -> s{_gfQualifier = a});
 
 -- | The Lambda function name.
 --
--- You can specify a function name (for example, 'Thumbnail') or you can
--- specify Amazon Resource Name (ARN) of the function (for example,
--- 'arn:aws:lambda:us-west-2:account-id:function:ThumbNail'). AWS Lambda
--- also allows you to specify a partial ARN (for example,
--- 'account-id:Thumbnail'). Note that the length constraint applies only to
--- the ARN. If you specify only the function name, it is limited to 64
--- character in length.
+-- You can specify a function name (for example, 'Thumbnail') or you can specify Amazon Resource Name (ARN) of the function (for example, 'arn:aws:lambda:us-west-2:account-id:function:ThumbNail'). AWS Lambda also allows you to specify a partial ARN (for example, 'account-id:Thumbnail'). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.
 gfFunctionName :: Lens' GetFunction Text
 gfFunctionName = lens _gfFunctionName (\ s a -> s{_gfFunctionName = a});
 
@@ -128,8 +106,7 @@
         toQuery GetFunction'{..}
           = mconcat ["Qualifier" =: _gfQualifier]
 
--- | This response contains the object for the Lambda function location (see
--- < API_FunctionCodeLocation>.
+-- | This response contains the object for the Lambda function location (see < API_FunctionCodeLocation>.
 --
 -- /See:/ 'getFunctionResponse' smart constructor.
 data GetFunctionResponse = GetFunctionResponse'
diff --git a/gen/Network/AWS/Lambda/GetFunctionConfiguration.hs b/gen/Network/AWS/Lambda/GetFunctionConfiguration.hs
--- a/gen/Network/AWS/Lambda/GetFunctionConfiguration.hs
+++ b/gen/Network/AWS/Lambda/GetFunctionConfiguration.hs
@@ -18,20 +18,11 @@
 -- Stability   : auto-generated
 -- Portability : non-portable (GHC extensions)
 --
--- Returns the configuration information of the Lambda function. This the
--- same information you provided as parameters when uploading the function
--- by using < CreateFunction>.
+-- Returns the configuration information of the Lambda function. This the same information you provided as parameters when uploading the function by using < CreateFunction>.
 --
--- If you are using the versioning feature, you can retrieve this
--- information for a specific function version by using the optional
--- 'Qualifier' parameter and specifying the function version or alias that
--- points to it. If you don\'t provide it, the API returns information
--- about the $LATEST version of the function. For more information about
--- versioning, see
--- <http://docs.aws.amazon.com/lambda/latest/dg/versioning-aliases.html AWS Lambda Function Versioning and Aliases>.
+-- If you are using the versioning feature, you can retrieve this information for a specific function version by using the optional 'Qualifier' parameter and specifying the function version or alias that points to it. If you don\'t provide it, the API returns information about the >LATEST version of the function. For more information about versioning, see <http://docs.aws.amazon.com/lambda/latest/dg/versioning-aliases.html AWS Lambda Function Versioning and Aliases>.
 --
--- This operation requires permission for the
--- 'lambda:GetFunctionConfiguration' operation.
+-- This operation requires permission for the 'lambda:GetFunctionConfiguration' operation.
 module Network.AWS.Lambda.GetFunctionConfiguration
     (
     -- * Creating a Request
@@ -89,28 +80,15 @@
     , _gfcFunctionName = pFunctionName_
     }
 
--- | Using this optional parameter you can specify a function version or an
--- alias name. If you specify function version, the API uses qualified
--- function ARN and returns information about the specific function
--- version. If you specify an alias name, the API uses the alias ARN and
--- returns information about the function version to which the alias
--- points.
+-- | Using this optional parameter you can specify a function version or an alias name. If you specify function version, the API uses qualified function ARN and returns information about the specific function version. If you specify an alias name, the API uses the alias ARN and returns information about the function version to which the alias points.
 --
--- If you don\'t specify this parameter, the API uses unqualified function
--- ARN, and returns information about the '$LATEST' function version.
+-- If you don\'t specify this parameter, the API uses unqualified function ARN, and returns information about the '>LATEST' function version.
 gfcQualifier :: Lens' GetFunctionConfiguration (Maybe Text)
 gfcQualifier = lens _gfcQualifier (\ s a -> s{_gfcQualifier = a});
 
--- | The name of the Lambda function for which you want to retrieve the
--- configuration information.
+-- | The name of the Lambda function for which you want to retrieve the configuration information.
 --
--- You can specify a function name (for example, 'Thumbnail') or you can
--- specify Amazon Resource Name (ARN) of the function (for example,
--- 'arn:aws:lambda:us-west-2:account-id:function:ThumbNail'). AWS Lambda
--- also allows you to specify a partial ARN (for example,
--- 'account-id:Thumbnail'). Note that the length constraint applies only to
--- the ARN. If you specify only the function name, it is limited to 64
--- character in length.
+-- You can specify a function name (for example, 'Thumbnail') or you can specify Amazon Resource Name (ARN) of the function (for example, 'arn:aws:lambda:us-west-2:account-id:function:ThumbNail'). AWS Lambda also allows you to specify a partial ARN (for example, 'account-id:Thumbnail'). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.
 gfcFunctionName :: Lens' GetFunctionConfiguration Text
 gfcFunctionName = lens _gfcFunctionName (\ s a -> s{_gfcFunctionName = a});
 
diff --git a/gen/Network/AWS/Lambda/GetPolicy.hs b/gen/Network/AWS/Lambda/GetPolicy.hs
--- a/gen/Network/AWS/Lambda/GetPolicy.hs
+++ b/gen/Network/AWS/Lambda/GetPolicy.hs
@@ -18,14 +18,9 @@
 -- Stability   : auto-generated
 -- Portability : non-portable (GHC extensions)
 --
--- Returns the resource policy associated with the specified Lambda
--- function.
+-- Returns the resource policy associated with the specified Lambda function.
 --
--- If you are using the versioning feature, you can get the resource policy
--- associated with the specific Lambda function version or alias by
--- specifying the version or alias name using the 'Qualifier' parameter.
--- For more information about versioning, see
--- <http://docs.aws.amazon.com/lambda/latest/dg/versioning-aliases.html AWS Lambda Function Versioning and Aliases>.
+-- If you are using the versioning feature, you can get the resource policy associated with the specific Lambda function version or alias by specifying the version or alias name using the 'Qualifier' parameter. For more information about versioning, see <http://docs.aws.amazon.com/lambda/latest/dg/versioning-aliases.html AWS Lambda Function Versioning and Aliases>.
 --
 -- For information about adding permissions, see < AddPermission>.
 --
@@ -76,25 +71,13 @@
     , _gpFunctionName = pFunctionName_
     }
 
--- | You can specify this optional query parameter to specify a function
--- version or an alias name in which case this API will return all
--- permissions associated with the specific qualified ARN. If you don\'t
--- provide this parameter, the API will return permissions that apply to
--- the unqualified function ARN.
+-- | You can specify this optional query parameter to specify a function version or an alias name in which case this API will return all permissions associated with the specific qualified ARN. If you don\'t provide this parameter, the API will return permissions that apply to the unqualified function ARN.
 gpQualifier :: Lens' GetPolicy (Maybe Text)
 gpQualifier = lens _gpQualifier (\ s a -> s{_gpQualifier = a});
 
 -- | Function name whose resource policy you want to retrieve.
 --
--- You can specify the function name (for example, 'Thumbnail') or you can
--- specify Amazon Resource Name (ARN) of the function (for example,
--- 'arn:aws:lambda:us-west-2:account-id:function:ThumbNail'). If you are
--- using versioning, you can also provide a qualified function ARN (ARN
--- that is qualified with function version or alias name as suffix). AWS
--- Lambda also allows you to specify only the function name with the
--- account ID qualifier (for example, 'account-id:Thumbnail'). Note that
--- the length constraint applies only to the ARN. If you specify only the
--- function name, it is limited to 64 character in length.
+-- You can specify the function name (for example, 'Thumbnail') or you can specify Amazon Resource Name (ARN) of the function (for example, 'arn:aws:lambda:us-west-2:account-id:function:ThumbNail'). If you are using versioning, you can also provide a qualified function ARN (ARN that is qualified with function version or alias name as suffix). AWS Lambda also allows you to specify only the function name with the account ID qualifier (for example, 'account-id:Thumbnail'). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.
 gpFunctionName :: Lens' GetPolicy Text
 gpFunctionName = lens _gpFunctionName (\ s a -> s{_gpFunctionName = a});
 
@@ -146,9 +129,7 @@
     , _gprsResponseStatus = pResponseStatus_
     }
 
--- | The resource policy associated with the specified function. The response
--- returns the same as a string using a backslash (\"\\\") as an escape
--- character in the JSON.
+-- | The resource policy associated with the specified function. The response returns the same as a string using a backslash (\"\\\") as an escape character in the JSON.
 gprsPolicy :: Lens' GetPolicyResponse (Maybe Text)
 gprsPolicy = lens _gprsPolicy (\ s a -> s{_gprsPolicy = a});
 
diff --git a/gen/Network/AWS/Lambda/Invoke.hs b/gen/Network/AWS/Lambda/Invoke.hs
--- a/gen/Network/AWS/Lambda/Invoke.hs
+++ b/gen/Network/AWS/Lambda/Invoke.hs
@@ -20,16 +20,9 @@
 --
 -- Invokes a specific Lambda function.
 --
--- If you are using the versioning feature, you can invoke the specific
--- function version by providing function version or alias name that is
--- pointing to the function version using the 'Qualifier' parameter in the
--- request. If you don\'t provide the 'Qualifier' parameter, the '$LATEST'
--- version of the Lambda function is invoked. For information about the
--- versioning feature, see
--- <http://docs.aws.amazon.com/lambda/latest/dg/versioning-aliases.html AWS Lambda Function Versioning and Aliases>.
+-- If you are using the versioning feature, you can invoke the specific function version by providing function version or alias name that is pointing to the function version using the 'Qualifier' parameter in the request. If you don\'t provide the 'Qualifier' parameter, the '>LATEST' version of the Lambda function is invoked. For information about the versioning feature, see <http://docs.aws.amazon.com/lambda/latest/dg/versioning-aliases.html AWS Lambda Function Versioning and Aliases>.
 --
--- This operation requires permission for the 'lambda:InvokeFunction'
--- action.
+-- This operation requires permission for the 'lambda:InvokeFunction' action.
 module Network.AWS.Lambda.Invoke
     (
     -- * Creating a Request
@@ -99,41 +92,21 @@
     , _iPayload = pPayload_
     }
 
--- | By default, the 'Invoke' API assumes 'RequestResponse' invocation type.
--- You can optionally request asynchronous execution by specifying 'Event'
--- as the 'InvocationType'. You can also use this parameter to request AWS
--- Lambda to not execute the function but do some verification, such as if
--- the caller is authorized to invoke the function and if the inputs are
--- valid. You request this by specifying 'DryRun' as the 'InvocationType'.
--- This is useful in a cross-account scenario when you want to verify
--- access to a function without running it.
+-- | By default, the 'Invoke' API assumes 'RequestResponse' invocation type. You can optionally request asynchronous execution by specifying 'Event' as the 'InvocationType'. You can also use this parameter to request AWS Lambda to not execute the function but do some verification, such as if the caller is authorized to invoke the function and if the inputs are valid. You request this by specifying 'DryRun' as the 'InvocationType'. This is useful in a cross-account scenario when you want to verify access to a function without running it.
 iInvocationType :: Lens' Invoke (Maybe InvocationType)
 iInvocationType = lens _iInvocationType (\ s a -> s{_iInvocationType = a});
 
--- | You can set this optional parameter to 'Tail' in the request only if you
--- specify the 'InvocationType' parameter with value 'RequestResponse'. In
--- this case, AWS Lambda returns the base64-encoded last 4 KB of log data
--- produced by your Lambda function in the 'x-amz-log-results' header.
+-- | You can set this optional parameter to 'Tail' in the request only if you specify the 'InvocationType' parameter with value 'RequestResponse'. In this case, AWS Lambda returns the base64-encoded last 4 KB of log data produced by your Lambda function in the 'x-amz-log-results' header.
 iLogType :: Lens' Invoke (Maybe LogType)
 iLogType = lens _iLogType (\ s a -> s{_iLogType = a});
 
--- | You can use this optional parameter to specify a Lambda function version
--- or alias name. If you specify a function version, the API uses the
--- qualified function ARN to invoke a specific Lambda function. If you
--- specify an alias name, the API uses the alias ARN to invoke the Lambda
--- function version to which the alias points.
+-- | You can use this optional parameter to specify a Lambda function version or alias name. If you specify a function version, the API uses the qualified function ARN to invoke a specific Lambda function. If you specify an alias name, the API uses the alias ARN to invoke the Lambda function version to which the alias points.
 --
--- If you don\'t provide this parameter, then the API uses unqualified
--- function ARN which results in invocation of the '$LATEST' version.
+-- If you don\'t provide this parameter, then the API uses unqualified function ARN which results in invocation of the '>LATEST' version.
 iQualifier :: Lens' Invoke (Maybe Text)
 iQualifier = lens _iQualifier (\ s a -> s{_iQualifier = a});
 
--- | Using the 'ClientContext' you can pass client-specific information to
--- the Lambda function you are invoking. You can then process the client
--- information in your Lambda function as you choose through the context
--- variable. For an example of a 'ClientContext' JSON, see
--- <http://docs.aws.amazon.com/mobileanalytics/latest/ug/PutEvents.html PutEvents>
--- in the /Amazon Mobile Analytics API Reference and User Guide/.
+-- | Using the 'ClientContext' you can pass client-specific information to the Lambda function you are invoking. You can then process the client information in your Lambda function as you choose through the context variable. For an example of a 'ClientContext' JSON, see <http://docs.aws.amazon.com/mobileanalytics/latest/ug/PutEvents.html PutEvents> in the /Amazon Mobile Analytics API Reference and User Guide/.
 --
 -- The ClientContext JSON must be base64-encoded.
 iClientContext :: Lens' Invoke (Maybe Text)
@@ -141,13 +114,7 @@
 
 -- | The Lambda function name.
 --
--- You can specify a function name (for example, 'Thumbnail') or you can
--- specify Amazon Resource Name (ARN) of the function (for example,
--- 'arn:aws:lambda:us-west-2:account-id:function:ThumbNail'). AWS Lambda
--- also allows you to specify a partial ARN (for example,
--- 'account-id:Thumbnail'). Note that the length constraint applies only to
--- the ARN. If you specify only the function name, it is limited to 64
--- character in length.
+-- You can specify a function name (for example, 'Thumbnail') or you can specify Amazon Resource Name (ARN) of the function (for example, 'arn:aws:lambda:us-west-2:account-id:function:ThumbNail'). AWS Lambda also allows you to specify a partial ARN (for example, 'account-id:Thumbnail'). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.
 iFunctionName :: Lens' Invoke Text
 iFunctionName = lens _iFunctionName (\ s a -> s{_iFunctionName = a});
 
@@ -223,37 +190,21 @@
     , _irsStatusCode = pStatusCode_
     }
 
--- | Indicates whether an error occurred while executing the Lambda function.
--- If an error occurred this field will have one of two values; 'Handled'
--- or 'Unhandled'. 'Handled' errors are errors that are reported by the
--- function while the 'Unhandled' errors are those detected and reported by
--- AWS Lambda. Unhandled errors include out of memory errors and function
--- timeouts. For information about how to report an 'Handled' error, see
--- <http://docs.aws.amazon.com/lambda/latest/dg/programming-model.html Programming Model>.
+-- | Indicates whether an error occurred while executing the Lambda function. If an error occurred this field will have one of two values; 'Handled' or 'Unhandled'. 'Handled' errors are errors that are reported by the function while the 'Unhandled' errors are those detected and reported by AWS Lambda. Unhandled errors include out of memory errors and function timeouts. For information about how to report an 'Handled' error, see <http://docs.aws.amazon.com/lambda/latest/dg/programming-model.html Programming Model>.
 irsFunctionError :: Lens' InvokeResponse (Maybe Text)
 irsFunctionError = lens _irsFunctionError (\ s a -> s{_irsFunctionError = a});
 
--- | It is the base64-encoded logs for the Lambda function invocation. This
--- is present only if the invocation type is 'RequestResponse' and the logs
--- were requested.
+-- | It is the base64-encoded logs for the Lambda function invocation. This is present only if the invocation type is 'RequestResponse' and the logs were requested.
 irsLogResult :: Lens' InvokeResponse (Maybe Text)
 irsLogResult = lens _irsLogResult (\ s a -> s{_irsLogResult = a});
 
--- | It is the JSON representation of the object returned by the Lambda
--- function. In This is present only if the invocation type is
--- 'RequestResponse'.
+-- | It is the JSON representation of the object returned by the Lambda function. In This is present only if the invocation type is 'RequestResponse'.
 --
--- In the event of a function error this field contains a message
--- describing the error. For the 'Handled' errors the Lambda function will
--- report this message. For 'Unhandled' errors AWS Lambda reports the
--- message.
+-- In the event of a function error this field contains a message describing the error. For the 'Handled' errors the Lambda function will report this message. For 'Unhandled' errors AWS Lambda reports the message.
 irsPayload :: Lens' InvokeResponse (Maybe (HashMap Text Value))
 irsPayload = lens _irsPayload (\ s a -> s{_irsPayload = a});
 
--- | The HTTP status code will be in the 200 range for successful request.
--- For the 'RequestResonse' invocation type this status code will be 200.
--- For the 'Event' invocation type this status code will be 202. For the
--- 'DryRun' invocation type the status code will be 204.
+-- | The HTTP status code will be in the 200 range for successful request. For the 'RequestResonse' invocation type this status code will be 200. For the 'Event' invocation type this status code will be 202. For the 'DryRun' invocation type the status code will be 204.
 irsStatusCode :: Lens' InvokeResponse Int
 irsStatusCode = lens _irsStatusCode (\ s a -> s{_irsStatusCode = a});
 
diff --git a/gen/Network/AWS/Lambda/ListAliases.hs b/gen/Network/AWS/Lambda/ListAliases.hs
--- a/gen/Network/AWS/Lambda/ListAliases.hs
+++ b/gen/Network/AWS/Lambda/ListAliases.hs
@@ -18,11 +18,7 @@
 -- Stability   : auto-generated
 -- Portability : non-portable (GHC extensions)
 --
--- Returns list of aliases created for a Lambda function. For each alias,
--- the response includes information such as the alias ARN, description,
--- alias name, and the function version to which it points. For more
--- information, see
--- <http://docs.aws.amazon.com/lambda/latest/dg/aliases-intro.html Introduction to AWS Lambda Aliases>.
+-- Returns list of aliases created for a Lambda function. For each alias, the response includes information such as the alias ARN, description, alias name, and the function version to which it points. For more information, see <http://docs.aws.amazon.com/lambda/latest/dg/aliases-intro.html Introduction to AWS Lambda Aliases>.
 --
 -- This requires permission for the lambda:ListAliases action.
 module Network.AWS.Lambda.ListAliases
@@ -82,20 +78,15 @@
     , _laFunctionName = pFunctionName_
     }
 
--- | Optional string. An opaque pagination token returned from a previous
--- 'ListAliases' operation. If present, indicates where to continue the
--- listing.
+-- | Optional string. An opaque pagination token returned from a previous 'ListAliases' operation. If present, indicates where to continue the listing.
 laMarker :: Lens' ListAliases (Maybe Text)
 laMarker = lens _laMarker (\ s a -> s{_laMarker = a});
 
--- | Optional integer. Specifies the maximum number of aliases to return in
--- response. This parameter value must be greater than 0.
+-- | Optional integer. Specifies the maximum number of aliases to return in response. This parameter value must be greater than 0.
 laMaxItems :: Lens' ListAliases (Maybe Natural)
 laMaxItems = lens _laMaxItems (\ s a -> s{_laMaxItems = a}) . mapping _Nat;
 
--- | If you specify this optional parameter, the API returns only the aliases
--- that are pointing to the specific Lambda function version, otherwise the
--- API returns all of the aliases created for the Lambda function.
+-- | If you specify this optional parameter, the API returns only the aliases that are pointing to the specific Lambda function version, otherwise the API returns all of the aliases created for the Lambda function.
 laFunctionVersion :: Lens' ListAliases (Maybe Text)
 laFunctionVersion = lens _laFunctionVersion (\ s a -> s{_laFunctionVersion = a});
 
diff --git a/gen/Network/AWS/Lambda/ListEventSourceMappings.hs b/gen/Network/AWS/Lambda/ListEventSourceMappings.hs
--- a/gen/Network/AWS/Lambda/ListEventSourceMappings.hs
+++ b/gen/Network/AWS/Lambda/ListEventSourceMappings.hs
@@ -18,20 +18,13 @@
 -- Stability   : auto-generated
 -- Portability : non-portable (GHC extensions)
 --
--- Returns a list of event source mappings you created using the
--- 'CreateEventSourceMapping' (see < CreateEventSourceMapping>).
+-- Returns a list of event source mappings you created using the 'CreateEventSourceMapping' (see < CreateEventSourceMapping>).
 --
--- For each mapping, the API returns configuration information. You can
--- optionally specify filters to retrieve specific event source mappings.
+-- For each mapping, the API returns configuration information. You can optionally specify filters to retrieve specific event source mappings.
 --
--- If you are using the versioning feature, you can get list of event
--- source mappings for a specific Lambda function version or an alias as
--- described in the 'FunctionName' parameter. For information about the
--- versioning feature, see
--- <http://docs.aws.amazon.com/lambda/latest/dg/versioning-aliases.html AWS Lambda Function Versioning and Aliases>.
+-- If you are using the versioning feature, you can get list of event source mappings for a specific Lambda function version or an alias as described in the 'FunctionName' parameter. For information about the versioning feature, see <http://docs.aws.amazon.com/lambda/latest/dg/versioning-aliases.html AWS Lambda Function Versioning and Aliases>.
 --
--- This operation requires permission for the
--- 'lambda:ListEventSourceMappings' action.
+-- This operation requires permission for the 'lambda:ListEventSourceMappings' action.
 --
 -- This operation returns paginated results.
 module Network.AWS.Lambda.ListEventSourceMappings
@@ -95,28 +88,17 @@
 lesmEventSourceARN :: Lens' ListEventSourceMappings (Maybe Text)
 lesmEventSourceARN = lens _lesmEventSourceARN (\ s a -> s{_lesmEventSourceARN = a});
 
--- | Optional string. An opaque pagination token returned from a previous
--- 'ListEventSourceMappings' operation. If present, specifies to continue
--- the list from where the returning call left off.
+-- | Optional string. An opaque pagination token returned from a previous 'ListEventSourceMappings' operation. If present, specifies to continue the list from where the returning call left off.
 lesmMarker :: Lens' ListEventSourceMappings (Maybe Text)
 lesmMarker = lens _lesmMarker (\ s a -> s{_lesmMarker = a});
 
--- | Optional integer. Specifies the maximum number of event sources to
--- return in response. This value must be greater than 0.
+-- | Optional integer. Specifies the maximum number of event sources to return in response. This value must be greater than 0.
 lesmMaxItems :: Lens' ListEventSourceMappings (Maybe Natural)
 lesmMaxItems = lens _lesmMaxItems (\ s a -> s{_lesmMaxItems = a}) . mapping _Nat;
 
 -- | The name of the Lambda function.
 --
--- You can specify the function name (for example, 'Thumbnail') or you can
--- specify Amazon Resource Name (ARN) of the function (for example,
--- 'arn:aws:lambda:us-west-2:account-id:function:ThumbNail'). If you are
--- using versioning, you can also provide a qualified function ARN (ARN
--- that is qualified with function version or alias name as suffix). AWS
--- Lambda also allows you to specify only the function name with the
--- account ID qualifier (for example, 'account-id:Thumbnail'). Note that
--- the length constraint applies only to the ARN. If you specify only the
--- function name, it is limited to 64 character in length.
+-- You can specify the function name (for example, 'Thumbnail') or you can specify Amazon Resource Name (ARN) of the function (for example, 'arn:aws:lambda:us-west-2:account-id:function:ThumbNail'). If you are using versioning, you can also provide a qualified function ARN (ARN that is qualified with function version or alias name as suffix). AWS Lambda also allows you to specify only the function name with the account ID qualifier (for example, 'account-id:Thumbnail'). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.
 lesmFunctionName :: Lens' ListEventSourceMappings (Maybe Text)
 lesmFunctionName = lens _lesmFunctionName (\ s a -> s{_lesmFunctionName = a});
 
@@ -156,8 +138,7 @@
                "Marker" =: _lesmMarker, "MaxItems" =: _lesmMaxItems,
                "FunctionName" =: _lesmFunctionName]
 
--- | Contains a list of event sources (see
--- < API_EventSourceMappingConfiguration>)
+-- | Contains a list of event sources (see < API_EventSourceMappingConfiguration>)
 --
 -- /See:/ 'listEventSourceMappingsResponse' smart constructor.
 data ListEventSourceMappingsResponse = ListEventSourceMappingsResponse'
diff --git a/gen/Network/AWS/Lambda/ListFunctions.hs b/gen/Network/AWS/Lambda/ListFunctions.hs
--- a/gen/Network/AWS/Lambda/ListFunctions.hs
+++ b/gen/Network/AWS/Lambda/ListFunctions.hs
@@ -18,17 +18,11 @@
 -- Stability   : auto-generated
 -- Portability : non-portable (GHC extensions)
 --
--- Returns a list of your Lambda functions. For each function, the response
--- includes the function configuration information. You must use
--- < GetFunction> to retrieve the code for your function.
+-- Returns a list of your Lambda functions. For each function, the response includes the function configuration information. You must use < GetFunction> to retrieve the code for your function.
 --
--- This operation requires permission for the 'lambda:ListFunctions'
--- action.
+-- This operation requires permission for the 'lambda:ListFunctions' action.
 --
--- If you are using versioning feature, the response returns list of
--- $LATEST versions of your functions. For information about the versioning
--- feature, see
--- <http://docs.aws.amazon.com/lambda/latest/dg/versioning-aliases.html AWS Lambda Function Versioning and Aliases>.
+-- If you are using versioning feature, the response returns list of >LATEST versions of your functions. For information about the versioning feature, see <http://docs.aws.amazon.com/lambda/latest/dg/versioning-aliases.html AWS Lambda Function Versioning and Aliases>.
 --
 -- This operation returns paginated results.
 module Network.AWS.Lambda.ListFunctions
@@ -78,14 +72,11 @@
     , _lfMaxItems = Nothing
     }
 
--- | Optional string. An opaque pagination token returned from a previous
--- 'ListFunctions' operation. If present, indicates where to continue the
--- listing.
+-- | Optional string. An opaque pagination token returned from a previous 'ListFunctions' operation. If present, indicates where to continue the listing.
 lfMarker :: Lens' ListFunctions (Maybe Text)
 lfMarker = lens _lfMarker (\ s a -> s{_lfMarker = a});
 
--- | Optional integer. Specifies the maximum number of AWS Lambda functions
--- to return in response. This parameter value must be greater than 0.
+-- | Optional integer. Specifies the maximum number of AWS Lambda functions to return in response. This parameter value must be greater than 0.
 lfMaxItems :: Lens' ListFunctions (Maybe Natural)
 lfMaxItems = lens _lfMaxItems (\ s a -> s{_lfMaxItems = a}) . mapping _Nat;
 
@@ -122,8 +113,7 @@
           = mconcat
               ["Marker" =: _lfMarker, "MaxItems" =: _lfMaxItems]
 
--- | Contains a list of AWS Lambda function configurations (see
--- < FunctionConfiguration>.
+-- | Contains a list of AWS Lambda function configurations (see < FunctionConfiguration>.
 --
 -- /See:/ 'listFunctionsResponse' smart constructor.
 data ListFunctionsResponse = ListFunctionsResponse'
diff --git a/gen/Network/AWS/Lambda/ListVersionsByFunction.hs b/gen/Network/AWS/Lambda/ListVersionsByFunction.hs
--- a/gen/Network/AWS/Lambda/ListVersionsByFunction.hs
+++ b/gen/Network/AWS/Lambda/ListVersionsByFunction.hs
@@ -18,9 +18,7 @@
 -- Stability   : auto-generated
 -- Portability : non-portable (GHC extensions)
 --
--- List all versions of a function. For information about the versioning
--- feature, see
--- <http://docs.aws.amazon.com/lambda/latest/dg/versioning-aliases.html AWS Lambda Function Versioning and Aliases>.
+-- List all versions of a function. For information about the versioning feature, see <http://docs.aws.amazon.com/lambda/latest/dg/versioning-aliases.html AWS Lambda Function Versioning and Aliases>.
 module Network.AWS.Lambda.ListVersionsByFunction
     (
     -- * Creating a Request
@@ -73,26 +71,15 @@
     , _lvbfFunctionName = pFunctionName_
     }
 
--- | Optional string. An opaque pagination token returned from a previous
--- 'ListVersionsByFunction' operation. If present, indicates where to
--- continue the listing.
+-- | Optional string. An opaque pagination token returned from a previous 'ListVersionsByFunction' operation. If present, indicates where to continue the listing.
 lvbfMarker :: Lens' ListVersionsByFunction (Maybe Text)
 lvbfMarker = lens _lvbfMarker (\ s a -> s{_lvbfMarker = a});
 
--- | Optional integer. Specifies the maximum number of AWS Lambda function
--- versions to return in response. This parameter value must be greater
--- than 0.
+-- | Optional integer. Specifies the maximum number of AWS Lambda function versions to return in response. This parameter value must be greater than 0.
 lvbfMaxItems :: Lens' ListVersionsByFunction (Maybe Natural)
 lvbfMaxItems = lens _lvbfMaxItems (\ s a -> s{_lvbfMaxItems = a}) . mapping _Nat;
 
--- | Function name whose versions to list. You can specify a function name
--- (for example, 'Thumbnail') or you can specify Amazon Resource Name (ARN)
--- of the function (for example,
--- 'arn:aws:lambda:us-west-2:account-id:function:ThumbNail'). AWS Lambda
--- also allows you to specify a partial ARN (for example,
--- 'account-id:Thumbnail'). Note that the length constraint applies only to
--- the ARN. If you specify only the function name, it is limited to 64
--- character in length.
+-- | Function name whose versions to list. You can specify a function name (for example, 'Thumbnail') or you can specify Amazon Resource Name (ARN) of the function (for example, 'arn:aws:lambda:us-west-2:account-id:function:ThumbNail'). AWS Lambda also allows you to specify a partial ARN (for example, 'account-id:Thumbnail'). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.
 lvbfFunctionName :: Lens' ListVersionsByFunction Text
 lvbfFunctionName = lens _lvbfFunctionName (\ s a -> s{_lvbfFunctionName = a});
 
diff --git a/gen/Network/AWS/Lambda/PublishVersion.hs b/gen/Network/AWS/Lambda/PublishVersion.hs
--- a/gen/Network/AWS/Lambda/PublishVersion.hs
+++ b/gen/Network/AWS/Lambda/PublishVersion.hs
@@ -18,12 +18,7 @@
 -- Stability   : auto-generated
 -- Portability : non-portable (GHC extensions)
 --
--- Publishes a version of your function from the current snapshot of
--- $LATEST. That is, AWS Lambda takes a snapshot of the function code and
--- configuration information from $LATEST and publishes a new version. The
--- code and configuration cannot be modified after publication. For
--- information about the versioning feature, see
--- <http://docs.aws.amazon.com/lambda/latest/dg/versioning-aliases.html AWS Lambda Function Versioning and Aliases>.
+-- Publishes a version of your function from the current snapshot of >LATEST. That is, AWS Lambda takes a snapshot of the function code and configuration information from >LATEST and publishes a new version. The code and configuration cannot be modified after publication. For information about the versioning feature, see <http://docs.aws.amazon.com/lambda/latest/dg/versioning-aliases.html AWS Lambda Function Versioning and Aliases>.
 module Network.AWS.Lambda.PublishVersion
     (
     -- * Creating a Request
@@ -86,26 +81,15 @@
     , _pvFunctionName = pFunctionName_
     }
 
--- | The SHA256 hash of the deployment package you want to publish. This
--- provides validation on the code you are publishing. If you provide this
--- parameter value must match the SHA256 of the $LATEST version for the
--- publication to succeed.
+-- | The SHA256 hash of the deployment package you want to publish. This provides validation on the code you are publishing. If you provide this parameter value must match the SHA256 of the >LATEST version for the publication to succeed.
 pvCodeSha256 :: Lens' PublishVersion (Maybe Text)
 pvCodeSha256 = lens _pvCodeSha256 (\ s a -> s{_pvCodeSha256 = a});
 
--- | The description for the version you are publishing. If not provided, AWS
--- Lambda copies the description from the $LATEST version.
+-- | The description for the version you are publishing. If not provided, AWS Lambda copies the description from the >LATEST version.
 pvDescription :: Lens' PublishVersion (Maybe Text)
 pvDescription = lens _pvDescription (\ s a -> s{_pvDescription = a});
 
--- | The Lambda function name. You can specify a function name (for example,
--- 'Thumbnail') or you can specify Amazon Resource Name (ARN) of the
--- function (for example,
--- 'arn:aws:lambda:us-west-2:account-id:function:ThumbNail'). AWS Lambda
--- also allows you to specify a partial ARN (for example,
--- 'account-id:Thumbnail'). Note that the length constraint applies only to
--- the ARN. If you specify only the function name, it is limited to 64
--- character in length.
+-- | The Lambda function name. You can specify a function name (for example, 'Thumbnail') or you can specify Amazon Resource Name (ARN) of the function (for example, 'arn:aws:lambda:us-west-2:account-id:function:ThumbNail'). AWS Lambda also allows you to specify a partial ARN (for example, 'account-id:Thumbnail'). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.
 pvFunctionName :: Lens' PublishVersion Text
 pvFunctionName = lens _pvFunctionName (\ s a -> s{_pvFunctionName = a});
 
diff --git a/gen/Network/AWS/Lambda/RemovePermission.hs b/gen/Network/AWS/Lambda/RemovePermission.hs
--- a/gen/Network/AWS/Lambda/RemovePermission.hs
+++ b/gen/Network/AWS/Lambda/RemovePermission.hs
@@ -18,18 +18,11 @@
 -- Stability   : auto-generated
 -- Portability : non-portable (GHC extensions)
 --
--- You can remove individual permissions from an resource policy associated
--- with a Lambda function by providing a statement ID that you provided
--- when you added the permission.
+-- You can remove individual permissions from an resource policy associated with a Lambda function by providing a statement ID that you provided when you added the permission.
 --
--- If you are using versioning, the permissions you remove are specific to
--- the Lambda function version or alias you specify in the 'AddPermission'
--- request via the 'Qualifier' parameter. For more information about
--- versioning, see
--- <http://docs.aws.amazon.com/lambda/latest/dg/versioning-aliases.html AWS Lambda Function Versioning and Aliases>.
+-- If you are using versioning, the permissions you remove are specific to the Lambda function version or alias you specify in the 'AddPermission' request via the 'Qualifier' parameter. For more information about versioning, see <http://docs.aws.amazon.com/lambda/latest/dg/versioning-aliases.html AWS Lambda Function Versioning and Aliases>.
 --
--- Note that removal of a permission will cause an active event source to
--- lose permission to the function.
+-- Note that removal of a permission will cause an active event source to lose permission to the function.
 --
 -- You need permission for the 'lambda:RemovePermission' action.
 module Network.AWS.Lambda.RemovePermission
@@ -81,23 +74,13 @@
     , _rpStatementId = pStatementId_
     }
 
--- | You can specify this optional parameter to remove permission associated
--- with a specific function version or function alias. If you don\'t
--- specify this parameter, the API removes permission associated with the
--- unqualified function ARN.
+-- | You can specify this optional parameter to remove permission associated with a specific function version or function alias. If you don\'t specify this parameter, the API removes permission associated with the unqualified function ARN.
 rpQualifier :: Lens' RemovePermission (Maybe Text)
 rpQualifier = lens _rpQualifier (\ s a -> s{_rpQualifier = a});
 
--- | Lambda function whose resource policy you want to remove a permission
--- from.
+-- | Lambda function whose resource policy you want to remove a permission from.
 --
--- You can specify a function name (for example, 'Thumbnail') or you can
--- specify Amazon Resource Name (ARN) of the function (for example,
--- 'arn:aws:lambda:us-west-2:account-id:function:ThumbNail'). AWS Lambda
--- also allows you to specify a partial ARN (for example,
--- 'account-id:Thumbnail'). Note that the length constraint applies only to
--- the ARN. If you specify only the function name, it is limited to 64
--- character in length.
+-- You can specify a function name (for example, 'Thumbnail') or you can specify Amazon Resource Name (ARN) of the function (for example, 'arn:aws:lambda:us-west-2:account-id:function:ThumbNail'). AWS Lambda also allows you to specify a partial ARN (for example, 'account-id:Thumbnail'). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.
 rpFunctionName :: Lens' RemovePermission Text
 rpFunctionName = lens _rpFunctionName (\ s a -> s{_rpFunctionName = a});
 
diff --git a/gen/Network/AWS/Lambda/Types.hs b/gen/Network/AWS/Lambda/Types.hs
--- a/gen/Network/AWS/Lambda/Types.hs
+++ b/gen/Network/AWS/Lambda/Types.hs
@@ -151,9 +151,7 @@
       | has (hasStatus 509) e = Just "limit_exceeded"
       | otherwise = Nothing
 
--- | AWS Lambda was throttled by Amazon EC2 during Lambda function
--- initiatization using the execution role provided for the Lambda
--- function.
+-- | AWS Lambda was throttled by Amazon EC2 during Lambda function initiatization using the execution role provided for the Lambda function.
 _EC2ThrottledException :: AsError a => Getting (First ServiceError) a ServiceError
 _EC2ThrottledException =
     _ServiceError . hasStatus 502 . hasCode "EC2ThrottledException"
@@ -168,8 +166,7 @@
 _EC2AccessDeniedException =
     _ServiceError . hasStatus 502 . hasCode "EC2AccessDeniedException"
 
--- | The Subnet ID provided in the Lambda function VPC configuration is
--- invalid.
+-- | The Subnet ID provided in the Lambda function VPC configuration is invalid.
 _InvalidSubnetIdException :: AsError a => Getting (First ServiceError) a ServiceError
 _InvalidSubnetIdException =
     _ServiceError . hasStatus 502 . hasCode "InvalidSubnetIDException"
@@ -184,24 +181,17 @@
 _InvalidRequestContentException =
     _ServiceError . hasStatus 400 . hasCode "InvalidRequestContentException"
 
--- | AWS Lambda was not able to create an Elastic Network Interface (ENI) in
--- the VPC, specified as part of Lambda function configuration, because the
--- limit for network interfaces has been reached.
+-- | AWS Lambda was not able to create an Elastic Network Interface (ENI) in the VPC, specified as part of Lambda function configuration, because the limit for network interfaces has been reached.
 _ENILimitReachedException :: AsError a => Getting (First ServiceError) a ServiceError
 _ENILimitReachedException =
     _ServiceError . hasStatus 502 . hasCode "ENILimitReachedException"
 
--- | One of the parameters in the request is invalid. For example, if you
--- provided an IAM role for AWS Lambda to assume in the 'CreateFunction' or
--- the 'UpdateFunctionConfiguration' API, that AWS Lambda is unable to
--- assume you will get this exception.
+-- | One of the parameters in the request is invalid. For example, if you provided an IAM role for AWS Lambda to assume in the 'CreateFunction' or the 'UpdateFunctionConfiguration' API, that AWS Lambda is unable to assume you will get this exception.
 _InvalidParameterValueException :: AsError a => Getting (First ServiceError) a ServiceError
 _InvalidParameterValueException =
     _ServiceError . hasStatus 400 . hasCode "InvalidParameterValueException"
 
--- | The request payload exceeded the 'Invoke' request body JSON input limit.
--- For more information, see
--- <http://docs.aws.amazon.com/lambda/latest/dg/limits.html Limits>.
+-- | The request payload exceeded the 'Invoke' request body JSON input limit. For more information, see <http://docs.aws.amazon.com/lambda/latest/dg/limits.html Limits>.
 _RequestTooLargeException :: AsError a => Getting (First ServiceError) a ServiceError
 _RequestTooLargeException =
     _ServiceError . hasStatus 413 . hasCode "RequestTooLargeException"
@@ -211,14 +201,12 @@
 _TooManyRequestsException =
     _ServiceError . hasStatus 429 . hasCode "TooManyRequestsException"
 
--- | The Security Group ID provided in the Lambda function VPC configuration
--- is invalid.
+-- | The Security Group ID provided in the Lambda function VPC configuration is invalid.
 _InvalidSecurityGroupIdException :: AsError a => Getting (First ServiceError) a ServiceError
 _InvalidSecurityGroupIdException =
     _ServiceError . hasStatus 502 . hasCode "InvalidSecurityGroupIDException"
 
--- | AWS Lambda was not able to set up VPC access for the Lambda function
--- because one or more configured subnets has no available IP addresses.
+-- | AWS Lambda was not able to set up VPC access for the Lambda function because one or more configured subnets has no available IP addresses.
 _SubnetIPAddressLimitReachedException :: AsError a => Getting (First ServiceError) a ServiceError
 _SubnetIPAddressLimitReachedException =
     _ServiceError .
@@ -228,8 +216,7 @@
 _ServiceException :: AsError a => Getting (First ServiceError) a ServiceError
 _ServiceException = _ServiceError . hasStatus 500 . hasCode "ServiceException"
 
--- | You have exceeded your maximum total code size per account.
--- <http://docs.aws.amazon.com/lambda/latest/dg/limits.html Limits>
+-- | You have exceeded your maximum total code size per account. <http://docs.aws.amazon.com/lambda/latest/dg/limits.html Limits>
 _CodeStorageExceededException :: AsError a => Getting (First ServiceError) a ServiceError
 _CodeStorageExceededException =
     _ServiceError . hasStatus 400 . hasCode "CodeStorageExceededException"
@@ -239,14 +226,12 @@
 _ResourceConflictException =
     _ServiceError . hasStatus 409 . hasCode "ResourceConflictException"
 
--- | AWS Lambda received an unexpected EC2 client exception while setting up
--- for the Lambda function.
+-- | AWS Lambda received an unexpected EC2 client exception while setting up for the Lambda function.
 _EC2UnexpectedException :: AsError a => Getting (First ServiceError) a ServiceError
 _EC2UnexpectedException =
     _ServiceError . hasStatus 502 . hasCode "EC2UnexpectedException"
 
--- | The resource (for example, a Lambda function or access policy statement)
--- specified in the request does not exist.
+-- | The resource (for example, a Lambda function or access policy statement) specified in the request does not exist.
 _ResourceNotFoundException :: AsError a => Getting (First ServiceError) a ServiceError
 _ResourceNotFoundException =
     _ServiceError . hasStatus 404 . hasCode "ResourceNotFoundException"
diff --git a/gen/Network/AWS/Lambda/Types/Product.hs b/gen/Network/AWS/Lambda/Types/Product.hs
--- a/gen/Network/AWS/Lambda/Types/Product.hs
+++ b/gen/Network/AWS/Lambda/Types/Product.hs
@@ -21,8 +21,7 @@
 import           Network.AWS.Lens
 import           Network.AWS.Prelude
 
--- | Provides configuration information about a Lambda function version
--- alias.
+-- | Provides configuration information about a Lambda function version alias.
 --
 -- /See:/ 'aliasConfiguration' smart constructor.
 data AliasConfiguration = AliasConfiguration'
@@ -61,10 +60,7 @@
 acFunctionVersion :: Lens' AliasConfiguration (Maybe Text)
 acFunctionVersion = lens _acFunctionVersion (\ s a -> s{_acFunctionVersion = a});
 
--- | Lambda function ARN that is qualified using the alias name as the
--- suffix. For example, if you create an alias called 'BETA' that points to
--- a helloworld function version, the ARN is
--- 'arn:aws:lambda:aws-regions:acct-id:function:helloworld:BETA'.
+-- | Lambda function ARN that is qualified using the alias name as the suffix. For example, if you create an alias called 'BETA' that points to a helloworld function version, the ARN is 'arn:aws:lambda:aws-regions:acct-id:function:helloworld:BETA'.
 acAliasARN :: Lens' AliasConfiguration (Maybe Text)
 acAliasARN = lens _acAliasARN (\ s a -> s{_acAliasARN = a});
 
@@ -85,8 +81,7 @@
 
 instance NFData AliasConfiguration
 
--- | Describes mapping between an Amazon Kinesis stream and a Lambda
--- function.
+-- | Describes mapping between an Amazon Kinesis stream and a Lambda function.
 --
 -- /See:/ 'eventSourceMappingConfiguration' smart constructor.
 data EventSourceMappingConfiguration = EventSourceMappingConfiguration'
@@ -133,18 +128,15 @@
     , _esmcLastModified = Nothing
     }
 
--- | The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is the
--- source of events.
+-- | The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is the source of events.
 esmcEventSourceARN :: Lens' EventSourceMappingConfiguration (Maybe Text)
 esmcEventSourceARN = lens _esmcEventSourceARN (\ s a -> s{_esmcEventSourceARN = a});
 
--- | The state of the event source mapping. It can be 'Creating', 'Enabled',
--- 'Disabled', 'Enabling', 'Disabling', 'Updating', or 'Deleting'.
+-- | The state of the event source mapping. It can be 'Creating', 'Enabled', 'Disabled', 'Enabling', 'Disabling', 'Updating', or 'Deleting'.
 esmcState :: Lens' EventSourceMappingConfiguration (Maybe Text)
 esmcState = lens _esmcState (\ s a -> s{_esmcState = a});
 
--- | The Lambda function to invoke when AWS Lambda detects an event on the
--- stream.
+-- | The Lambda function to invoke when AWS Lambda detects an event on the stream.
 esmcFunctionARN :: Lens' EventSourceMappingConfiguration (Maybe Text)
 esmcFunctionARN = lens _esmcFunctionARN (\ s a -> s{_esmcFunctionARN = a});
 
@@ -156,19 +148,15 @@
 esmcLastProcessingResult :: Lens' EventSourceMappingConfiguration (Maybe Text)
 esmcLastProcessingResult = lens _esmcLastProcessingResult (\ s a -> s{_esmcLastProcessingResult = a});
 
--- | The largest number of records that AWS Lambda will retrieve from your
--- event source at the time of invoking your function. Your function
--- receives an event with all the retrieved records.
+-- | The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records.
 esmcBatchSize :: Lens' EventSourceMappingConfiguration (Maybe Natural)
 esmcBatchSize = lens _esmcBatchSize (\ s a -> s{_esmcBatchSize = a}) . mapping _Nat;
 
--- | The reason the event source mapping is in its current state. It is
--- either user-requested or an AWS Lambda-initiated state transition.
+-- | The reason the event source mapping is in its current state. It is either user-requested or an AWS Lambda-initiated state transition.
 esmcStateTransitionReason :: Lens' EventSourceMappingConfiguration (Maybe Text)
 esmcStateTransitionReason = lens _esmcStateTransitionReason (\ s a -> s{_esmcStateTransitionReason = a});
 
--- | The UTC time string indicating the last time the event mapping was
--- updated.
+-- | The UTC time string indicating the last time the event mapping was updated.
 esmcLastModified :: Lens' EventSourceMappingConfiguration (Maybe UTCTime)
 esmcLastModified = lens _esmcLastModified (\ s a -> s{_esmcLastModified = a}) . mapping _Time;
 
@@ -221,22 +209,15 @@
     , _fcS3Bucket = Nothing
     }
 
--- | The Amazon S3 object (the deployment package) version you want to
--- upload.
+-- | The Amazon S3 object (the deployment package) version you want to upload.
 fcS3ObjectVersion :: Lens' FunctionCode (Maybe Text)
 fcS3ObjectVersion = lens _fcS3ObjectVersion (\ s a -> s{_fcS3ObjectVersion = a});
 
--- | The Amazon S3 object (the deployment package) key name you want to
--- upload.
+-- | The Amazon S3 object (the deployment package) key name you want to upload.
 fcS3Key :: Lens' FunctionCode (Maybe Text)
 fcS3Key = lens _fcS3Key (\ s a -> s{_fcS3Key = a});
 
--- | A zip file containing your deployment package. If you are using the API
--- directly, the zip file must be base64-encoded (if you are using the AWS
--- SDKs or the AWS CLI, the SDKs or CLI will do the encoding for you). For
--- more information about creating a .zip file, go to
--- <http://docs.aws.amazon.com/lambda/latest/dg/intro-permission-model.html#lambda-intro-execution-role.html Execution Permissions>
--- in the /AWS Lambda Developer Guide/.
+-- | A zip file containing your deployment package. If you are using the API directly, the zip file must be base64-encoded (if you are using the AWS SDKs or the AWS CLI, the SDKs or CLI will do the encoding for you). For more information about creating a .zip file, go to <http://docs.aws.amazon.com/lambda/latest/dg/intro-permission-model.html#lambda-intro-execution-role.html Execution Permissions> in the /AWS Lambda Developer Guide/.
 --
 -- /Note:/ This 'Lens' automatically encodes and decodes Base64 data,
 -- despite what the AWS documentation might say.
@@ -246,9 +227,7 @@
 fcZipFile :: Lens' FunctionCode (Maybe ByteString)
 fcZipFile = lens _fcZipFile (\ s a -> s{_fcZipFile = a}) . mapping _Base64;
 
--- | Amazon S3 bucket name where the .zip file containing your deployment
--- package is stored. This bucket must reside in the same AWS region where
--- you are creating the Lambda function.
+-- | Amazon S3 bucket name where the .zip file containing your deployment package is stored. This bucket must reside in the same AWS region where you are creating the Lambda function.
 fcS3Bucket :: Lens' FunctionCode (Maybe Text)
 fcS3Bucket = lens _fcS3Bucket (\ s a -> s{_fcS3Bucket = a});
 
@@ -288,8 +267,7 @@
     , _fclRepositoryType = Nothing
     }
 
--- | The presigned URL you can use to download the function\'s .zip file that
--- you previously uploaded. The URL is valid for up to 10 minutes.
+-- | The presigned URL you can use to download the function\'s .zip file that you previously uploaded. The URL is valid for up to 10 minutes.
 fclLocation :: Lens' FunctionCodeLocation (Maybe Text)
 fclLocation = lens _fclLocation (\ s a -> s{_fclLocation = a});
 
@@ -375,8 +353,7 @@
     , _fcDescription = Nothing
     }
 
--- | The memory size, in MB, you configured for the function. Must be a
--- multiple of 64 MB.
+-- | The memory size, in MB, you configured for the function. Must be a multiple of 64 MB.
 fcMemorySize :: Lens' FunctionConfiguration (Maybe Natural)
 fcMemorySize = lens _fcMemorySize (\ s a -> s{_fcMemorySize = a}) . mapping _Nat;
 
@@ -388,9 +365,7 @@
 fcFunctionARN :: Lens' FunctionConfiguration (Maybe Text)
 fcFunctionARN = lens _fcFunctionARN (\ s a -> s{_fcFunctionARN = a});
 
--- | The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when
--- it executes your function to access any other Amazon Web Services (AWS)
--- resources.
+-- | The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.
 fcRole :: Lens' FunctionConfiguration (Maybe Text)
 fcRole = lens _fcRole (\ s a -> s{_fcRole = a});
 
@@ -414,10 +389,7 @@
 fcHandler :: Lens' FunctionConfiguration (Maybe Text)
 fcHandler = lens _fcHandler (\ s a -> s{_fcHandler = a});
 
--- | The function execution time at which Lambda should terminate the
--- function. Because the execution time has cost implications, we recommend
--- you set this value based on your expected execution time. The default is
--- 3 seconds.
+-- | The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.
 fcTimeout :: Lens' FunctionConfiguration (Maybe Natural)
 fcTimeout = lens _fcTimeout (\ s a -> s{_fcTimeout = a}) . mapping _Nat;
 
@@ -455,10 +427,7 @@
 
 instance NFData FunctionConfiguration
 
--- | If your Lambda function accesses resources in a VPC, you provide this
--- parameter identifying the list of security group IDs and subnet IDs.
--- These must belong to the same VPC. You must provide at least one
--- security group and one subnet ID.
+-- | If your Lambda function accesses resources in a VPC, you provide this parameter identifying the list of security group IDs and subnet IDs. These must belong to the same VPC. You must provide at least one security group and one subnet ID.
 --
 -- /See:/ 'vpcConfig' smart constructor.
 data VPCConfig = VPCConfig'
diff --git a/gen/Network/AWS/Lambda/UpdateAlias.hs b/gen/Network/AWS/Lambda/UpdateAlias.hs
--- a/gen/Network/AWS/Lambda/UpdateAlias.hs
+++ b/gen/Network/AWS/Lambda/UpdateAlias.hs
@@ -18,9 +18,7 @@
 -- Stability   : auto-generated
 -- Portability : non-portable (GHC extensions)
 --
--- Using this API you can update the function version to which the alias
--- points and the alias description. For more information, see
--- <http://docs.aws.amazon.com/lambda/latest/dg/aliases-intro.html Introduction to AWS Lambda Aliases>.
+-- Using this API you can update the function version to which the alias points and the alias description. For more information, see <http://docs.aws.amazon.com/lambda/latest/dg/aliases-intro.html Introduction to AWS Lambda Aliases>.
 --
 -- This requires permission for the lambda:UpdateAlias action.
 module Network.AWS.Lambda.UpdateAlias
@@ -82,8 +80,7 @@
     , _uaName = pName_
     }
 
--- | Using this parameter you can change the Lambda function version to which
--- the alias points.
+-- | Using this parameter you can change the Lambda function version to which the alias points.
 uaFunctionVersion :: Lens' UpdateAlias (Maybe Text)
 uaFunctionVersion = lens _uaFunctionVersion (\ s a -> s{_uaFunctionVersion = a});
 
diff --git a/gen/Network/AWS/Lambda/UpdateEventSourceMapping.hs b/gen/Network/AWS/Lambda/UpdateEventSourceMapping.hs
--- a/gen/Network/AWS/Lambda/UpdateEventSourceMapping.hs
+++ b/gen/Network/AWS/Lambda/UpdateEventSourceMapping.hs
@@ -18,25 +18,13 @@
 -- Stability   : auto-generated
 -- Portability : non-portable (GHC extensions)
 --
--- You can update an event source mapping. This is useful if you want to
--- change the parameters of the existing mapping without losing your
--- position in the stream. You can change which function will receive the
--- stream records, but to change the stream itself, you must create a new
--- mapping.
+-- You can update an event source mapping. This is useful if you want to change the parameters of the existing mapping without losing your position in the stream. You can change which function will receive the stream records, but to change the stream itself, you must create a new mapping.
 --
--- If you are using the versioning feature, you can update the event source
--- mapping to map to a specific Lambda function version or alias as
--- described in the 'FunctionName' parameter. For information about the
--- versioning feature, see
--- <http://docs.aws.amazon.com/lambda/latest/dg/versioning-aliases.html AWS Lambda Function Versioning and Aliases>.
+-- If you are using the versioning feature, you can update the event source mapping to map to a specific Lambda function version or alias as described in the 'FunctionName' parameter. For information about the versioning feature, see <http://docs.aws.amazon.com/lambda/latest/dg/versioning-aliases.html AWS Lambda Function Versioning and Aliases>.
 --
--- If you disable the event source mapping, AWS Lambda stops polling. If
--- you enable again, it will resume polling from the time it had stopped
--- polling, so you don\'t lose processing of any records. However, if you
--- delete event source mapping and create it again, it will reset.
+-- If you disable the event source mapping, AWS Lambda stops polling. If you enable again, it will resume polling from the time it had stopped polling, so you don\'t lose processing of any records. However, if you delete event source mapping and create it again, it will reset.
 --
--- This operation requires permission for the
--- 'lambda:UpdateEventSourceMapping' action.
+-- This operation requires permission for the 'lambda:UpdateEventSourceMapping' action.
 module Network.AWS.Lambda.UpdateEventSourceMapping
     (
     -- * Creating a Request
@@ -99,31 +87,21 @@
     , _uesmUUId = pUUId_
     }
 
--- | Specifies whether AWS Lambda should actively poll the stream or not. If
--- disabled, AWS Lambda will not poll the stream.
+-- | Specifies whether AWS Lambda should actively poll the stream or not. If disabled, AWS Lambda will not poll the stream.
 uesmEnabled :: Lens' UpdateEventSourceMapping (Maybe Bool)
 uesmEnabled = lens _uesmEnabled (\ s a -> s{_uesmEnabled = a});
 
--- | The maximum number of stream records that can be sent to your Lambda
--- function for a single invocation.
+-- | The maximum number of stream records that can be sent to your Lambda function for a single invocation.
 uesmBatchSize :: Lens' UpdateEventSourceMapping (Maybe Natural)
 uesmBatchSize = lens _uesmBatchSize (\ s a -> s{_uesmBatchSize = a}) . mapping _Nat;
 
 -- | The Lambda function to which you want the stream records sent.
 --
--- You can specify a function name (for example, 'Thumbnail') or you can
--- specify Amazon Resource Name (ARN) of the function (for example,
--- 'arn:aws:lambda:us-west-2:account-id:function:ThumbNail'). AWS Lambda
--- also allows you to specify a partial ARN (for example,
--- 'account-id:Thumbnail').
+-- You can specify a function name (for example, 'Thumbnail') or you can specify Amazon Resource Name (ARN) of the function (for example, 'arn:aws:lambda:us-west-2:account-id:function:ThumbNail'). AWS Lambda also allows you to specify a partial ARN (for example, 'account-id:Thumbnail').
 --
--- If you are using versioning, you can also provide a qualified function
--- ARN (ARN that is qualified with function version or alias name as
--- suffix). For more information about versioning, see
--- <http://docs.aws.amazon.com/lambda/latest/dg/versioning-aliases.html AWS Lambda Function Versioning and Aliases>
+-- If you are using versioning, you can also provide a qualified function ARN (ARN that is qualified with function version or alias name as suffix). For more information about versioning, see <http://docs.aws.amazon.com/lambda/latest/dg/versioning-aliases.html AWS Lambda Function Versioning and Aliases>
 --
--- Note that the length constraint applies only to the ARN. If you specify
--- only the function name, it is limited to 64 character in length.
+-- Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.
 uesmFunctionName :: Lens' UpdateEventSourceMapping (Maybe Text)
 uesmFunctionName = lens _uesmFunctionName (\ s a -> s{_uesmFunctionName = a});
 
diff --git a/gen/Network/AWS/Lambda/UpdateFunctionCode.hs b/gen/Network/AWS/Lambda/UpdateFunctionCode.hs
--- a/gen/Network/AWS/Lambda/UpdateFunctionCode.hs
+++ b/gen/Network/AWS/Lambda/UpdateFunctionCode.hs
@@ -18,17 +18,11 @@
 -- Stability   : auto-generated
 -- Portability : non-portable (GHC extensions)
 --
--- Updates the code for the specified Lambda function. This operation must
--- only be used on an existing Lambda function and cannot be used to update
--- the function configuration.
+-- Updates the code for the specified Lambda function. This operation must only be used on an existing Lambda function and cannot be used to update the function configuration.
 --
--- If you are using the versioning feature, note this API will always
--- update the $LATEST version of your Lambda function. For information
--- about the versioning feature, see
--- <http://docs.aws.amazon.com/lambda/latest/dg/versioning-aliases.html AWS Lambda Function Versioning and Aliases>.
+-- If you are using the versioning feature, note this API will always update the >LATEST version of your Lambda function. For information about the versioning feature, see <http://docs.aws.amazon.com/lambda/latest/dg/versioning-aliases.html AWS Lambda Function Versioning and Aliases>.
 --
--- This operation requires permission for the 'lambda:UpdateFunctionCode'
--- action.
+-- This operation requires permission for the 'lambda:UpdateFunctionCode' action.
 module Network.AWS.Lambda.UpdateFunctionCode
     (
     -- * Creating a Request
@@ -106,13 +100,11 @@
     , _uFunctionName = pFunctionName_
     }
 
--- | The Amazon S3 object (the deployment package) version you want to
--- upload.
+-- | The Amazon S3 object (the deployment package) version you want to upload.
 uS3ObjectVersion :: Lens' UpdateFunctionCode (Maybe Text)
 uS3ObjectVersion = lens _uS3ObjectVersion (\ s a -> s{_uS3ObjectVersion = a});
 
--- | The Amazon S3 object (the deployment package) key name you want to
--- upload.
+-- | The Amazon S3 object (the deployment package) key name you want to upload.
 uS3Key :: Lens' UpdateFunctionCode (Maybe Text)
 uS3Key = lens _uS3Key (\ s a -> s{_uS3Key = a});
 
@@ -126,26 +118,17 @@
 uZipFile :: Lens' UpdateFunctionCode (Maybe ByteString)
 uZipFile = lens _uZipFile (\ s a -> s{_uZipFile = a}) . mapping _Base64;
 
--- | Amazon S3 bucket name where the .zip file containing your deployment
--- package is stored. This bucket must reside in the same AWS region where
--- you are creating the Lambda function.
+-- | Amazon S3 bucket name where the .zip file containing your deployment package is stored. This bucket must reside in the same AWS region where you are creating the Lambda function.
 uS3Bucket :: Lens' UpdateFunctionCode (Maybe Text)
 uS3Bucket = lens _uS3Bucket (\ s a -> s{_uS3Bucket = a});
 
--- | This boolean parameter can be used to request AWS Lambda to update the
--- Lambda function and publish a version as an atomic operation.
+-- | This boolean parameter can be used to request AWS Lambda to update the Lambda function and publish a version as an atomic operation.
 uPublish :: Lens' UpdateFunctionCode (Maybe Bool)
 uPublish = lens _uPublish (\ s a -> s{_uPublish = a});
 
 -- | The existing Lambda function name whose code you want to replace.
 --
--- You can specify a function name (for example, 'Thumbnail') or you can
--- specify Amazon Resource Name (ARN) of the function (for example,
--- 'arn:aws:lambda:us-west-2:account-id:function:ThumbNail'). AWS Lambda
--- also allows you to specify a partial ARN (for example,
--- 'account-id:Thumbnail'). Note that the length constraint applies only to
--- the ARN. If you specify only the function name, it is limited to 64
--- character in length.
+-- You can specify a function name (for example, 'Thumbnail') or you can specify Amazon Resource Name (ARN) of the function (for example, 'arn:aws:lambda:us-west-2:account-id:function:ThumbNail'). AWS Lambda also allows you to specify a partial ARN (for example, 'account-id:Thumbnail'). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.
 uFunctionName :: Lens' UpdateFunctionCode Text
 uFunctionName = lens _uFunctionName (\ s a -> s{_uFunctionName = a});
 
diff --git a/gen/Network/AWS/Lambda/UpdateFunctionConfiguration.hs b/gen/Network/AWS/Lambda/UpdateFunctionConfiguration.hs
--- a/gen/Network/AWS/Lambda/UpdateFunctionConfiguration.hs
+++ b/gen/Network/AWS/Lambda/UpdateFunctionConfiguration.hs
@@ -18,19 +18,11 @@
 -- Stability   : auto-generated
 -- Portability : non-portable (GHC extensions)
 --
--- Updates the configuration parameters for the specified Lambda function
--- by using the values provided in the request. You provide only the
--- parameters you want to change. This operation must only be used on an
--- existing Lambda function and cannot be used to update the function\'s
--- code.
+-- Updates the configuration parameters for the specified Lambda function by using the values provided in the request. You provide only the parameters you want to change. This operation must only be used on an existing Lambda function and cannot be used to update the function\'s code.
 --
--- If you are using the versioning feature, note this API will always
--- update the $LATEST version of your Lambda function. For information
--- about the versioning feature, see
--- <http://docs.aws.amazon.com/lambda/latest/dg/versioning-aliases.html AWS Lambda Function Versioning and Aliases>.
+-- If you are using the versioning feature, note this API will always update the >LATEST version of your Lambda function. For information about the versioning feature, see <http://docs.aws.amazon.com/lambda/latest/dg/versioning-aliases.html AWS Lambda Function Versioning and Aliases>.
 --
--- This operation requires permission for the
--- 'lambda:UpdateFunctionConfiguration' action.
+-- This operation requires permission for the 'lambda:UpdateFunctionConfiguration' action.
 module Network.AWS.Lambda.UpdateFunctionConfiguration
     (
     -- * Creating a Request
@@ -118,12 +110,7 @@
     , _ufcFunctionName = pFunctionName_
     }
 
--- | The amount of memory, in MB, your Lambda function is given. AWS Lambda
--- uses this memory size to infer the amount of CPU allocated to your
--- function. Your function use-case determines your CPU and memory
--- requirements. For example, a database operation might need less memory
--- compared to an image processing function. The default value is 128 MB.
--- The value must be a multiple of 64 MB.
+-- | The amount of memory, in MB, your Lambda function is given. AWS Lambda uses this memory size to infer the amount of CPU allocated to your function. Your function use-case determines your CPU and memory requirements. For example, a database operation might need less memory compared to an image processing function. The default value is 128 MB. The value must be a multiple of 64 MB.
 ufcMemorySize :: Lens' UpdateFunctionConfiguration (Maybe Natural)
 ufcMemorySize = lens _ufcMemorySize (\ s a -> s{_ufcMemorySize = a}) . mapping _Nat;
 
@@ -131,8 +118,7 @@
 ufcRuntime :: Lens' UpdateFunctionConfiguration (Maybe Runtime)
 ufcRuntime = lens _ufcRuntime (\ s a -> s{_ufcRuntime = a});
 
--- | The Amazon Resource Name (ARN) of the IAM role that Lambda will assume
--- when it executes your function.
+-- | The Amazon Resource Name (ARN) of the IAM role that Lambda will assume when it executes your function.
 ufcRole :: Lens' UpdateFunctionConfiguration (Maybe Text)
 ufcRole = lens _ufcRole (\ s a -> s{_ufcRole = a});
 
@@ -140,32 +126,21 @@
 ufcVPCConfig :: Lens' UpdateFunctionConfiguration (Maybe VPCConfig)
 ufcVPCConfig = lens _ufcVPCConfig (\ s a -> s{_ufcVPCConfig = a});
 
--- | The function that Lambda calls to begin executing your function. For
--- Node.js, it is the 'module-name.export' value in your function.
+-- | The function that Lambda calls to begin executing your function. For Node.js, it is the 'module-name.export' value in your function.
 ufcHandler :: Lens' UpdateFunctionConfiguration (Maybe Text)
 ufcHandler = lens _ufcHandler (\ s a -> s{_ufcHandler = a});
 
--- | The function execution time at which AWS Lambda should terminate the
--- function. Because the execution time has cost implications, we recommend
--- you set this value based on your expected execution time. The default is
--- 3 seconds.
+-- | The function execution time at which AWS Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.
 ufcTimeout :: Lens' UpdateFunctionConfiguration (Maybe Natural)
 ufcTimeout = lens _ufcTimeout (\ s a -> s{_ufcTimeout = a}) . mapping _Nat;
 
--- | A short user-defined function description. AWS Lambda does not use this
--- value. Assign a meaningful description as you see fit.
+-- | A short user-defined function description. AWS Lambda does not use this value. Assign a meaningful description as you see fit.
 ufcDescription :: Lens' UpdateFunctionConfiguration (Maybe Text)
 ufcDescription = lens _ufcDescription (\ s a -> s{_ufcDescription = a});
 
 -- | The name of the Lambda function.
 --
--- You can specify a function name (for example, 'Thumbnail') or you can
--- specify Amazon Resource Name (ARN) of the function (for example,
--- 'arn:aws:lambda:us-west-2:account-id:function:ThumbNail'). AWS Lambda
--- also allows you to specify a partial ARN (for example,
--- 'account-id:Thumbnail'). Note that the length constraint applies only to
--- the ARN. If you specify only the function name, it is limited to 64
--- character in length.
+-- You can specify a function name (for example, 'Thumbnail') or you can specify Amazon Resource Name (ARN) of the function (for example, 'arn:aws:lambda:us-west-2:account-id:function:ThumbNail'). AWS Lambda also allows you to specify a partial ARN (for example, 'account-id:Thumbnail'). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.
 ufcFunctionName :: Lens' UpdateFunctionConfiguration Text
 ufcFunctionName = lens _ufcFunctionName (\ s a -> s{_ufcFunctionName = a});
 
diff --git a/test/Test/AWS/Gen/Lambda.hs b/test/Test/AWS/Gen/Lambda.hs
--- a/test/Test/AWS/Gen/Lambda.hs
+++ b/test/Test/AWS/Gen/Lambda.hs
@@ -28,145 +28,145 @@
 -- fixtures :: TestTree
 -- fixtures =
 --     [ testGroup "request"
---         [ testGetFunctionConfiguration $
+--         [ requestGetFunctionConfiguration $
 --             getFunctionConfiguration
 --
---         , testDeleteEventSourceMapping $
+--         , requestDeleteEventSourceMapping $
 --             deleteEventSourceMapping
 --
---         , testUpdateEventSourceMapping $
+--         , requestUpdateEventSourceMapping $
 --             updateEventSourceMapping
 --
---         , testCreateAlias $
+--         , requestCreateAlias $
 --             createAlias
 --
---         , testListVersionsByFunction $
+--         , requestListVersionsByFunction $
 --             listVersionsByFunction
 --
---         , testListAliases $
+--         , requestListAliases $
 --             listAliases
 --
---         , testRemovePermission $
+--         , requestRemovePermission $
 --             removePermission
 --
---         , testInvoke $
+--         , requestInvoke $
 --             invoke
 --
---         , testGetAlias $
+--         , requestGetAlias $
 --             getAlias
 --
---         , testGetEventSourceMapping $
+--         , requestGetEventSourceMapping $
 --             getEventSourceMapping
 --
---         , testCreateFunction $
+--         , requestCreateFunction $
 --             createFunction
 --
---         , testCreateEventSourceMapping $
+--         , requestCreateEventSourceMapping $
 --             createEventSourceMapping
 --
---         , testGetFunction $
+--         , requestGetFunction $
 --             getFunction
 --
---         , testListEventSourceMappings $
+--         , requestListEventSourceMappings $
 --             listEventSourceMappings
 --
---         , testDeleteAlias $
+--         , requestDeleteAlias $
 --             deleteAlias
 --
---         , testUpdateAlias $
+--         , requestUpdateAlias $
 --             updateAlias
 --
---         , testAddPermission $
+--         , requestAddPermission $
 --             addPermission
 --
---         , testPublishVersion $
+--         , requestPublishVersion $
 --             publishVersion
 --
---         , testDeleteFunction $
+--         , requestDeleteFunction $
 --             deleteFunction
 --
---         , testUpdateFunctionConfiguration $
+--         , requestUpdateFunctionConfiguration $
 --             updateFunctionConfiguration
 --
---         , testListFunctions $
+--         , requestListFunctions $
 --             listFunctions
 --
---         , testUpdateFunctionCode $
+--         , requestUpdateFunctionCode $
 --             updateFunctionCode
 --
---         , testGetPolicy $
+--         , requestGetPolicy $
 --             getPolicy
 --
 --           ]
 
 --     , testGroup "response"
---         [ testGetFunctionConfigurationResponse $
+--         [ responseGetFunctionConfiguration $
 --             functionConfiguration
 --
---         , testDeleteEventSourceMappingResponse $
+--         , responseDeleteEventSourceMapping $
 --             eventSourceMappingConfiguration
 --
---         , testUpdateEventSourceMappingResponse $
+--         , responseUpdateEventSourceMapping $
 --             eventSourceMappingConfiguration
 --
---         , testCreateAliasResponse $
+--         , responseCreateAlias $
 --             aliasConfiguration
 --
---         , testListVersionsByFunctionResponse $
+--         , responseListVersionsByFunction $
 --             listVersionsByFunctionResponse
 --
---         , testListAliasesResponse $
+--         , responseListAliases $
 --             listAliasesResponse
 --
---         , testRemovePermissionResponse $
+--         , responseRemovePermission $
 --             removePermissionResponse
 --
---         , testInvokeResponse $
+--         , responseInvoke $
 --             invokeResponse
 --
---         , testGetAliasResponse $
+--         , responseGetAlias $
 --             aliasConfiguration
 --
---         , testGetEventSourceMappingResponse $
+--         , responseGetEventSourceMapping $
 --             eventSourceMappingConfiguration
 --
---         , testCreateFunctionResponse $
+--         , responseCreateFunction $
 --             functionConfiguration
 --
---         , testCreateEventSourceMappingResponse $
+--         , responseCreateEventSourceMapping $
 --             eventSourceMappingConfiguration
 --
---         , testGetFunctionResponse $
+--         , responseGetFunction $
 --             getFunctionResponse
 --
---         , testListEventSourceMappingsResponse $
+--         , responseListEventSourceMappings $
 --             listEventSourceMappingsResponse
 --
---         , testDeleteAliasResponse $
+--         , responseDeleteAlias $
 --             deleteAliasResponse
 --
---         , testUpdateAliasResponse $
+--         , responseUpdateAlias $
 --             aliasConfiguration
 --
---         , testAddPermissionResponse $
+--         , responseAddPermission $
 --             addPermissionResponse
 --
---         , testPublishVersionResponse $
+--         , responsePublishVersion $
 --             functionConfiguration
 --
---         , testDeleteFunctionResponse $
+--         , responseDeleteFunction $
 --             deleteFunctionResponse
 --
---         , testUpdateFunctionConfigurationResponse $
+--         , responseUpdateFunctionConfiguration $
 --             functionConfiguration
 --
---         , testListFunctionsResponse $
+--         , responseListFunctions $
 --             listFunctionsResponse
 --
---         , testUpdateFunctionCodeResponse $
+--         , responseUpdateFunctionCode $
 --             functionConfiguration
 --
---         , testGetPolicyResponse $
+--         , responseGetPolicy $
 --             getPolicyResponse
 --
 --           ]
@@ -174,279 +174,279 @@
 
 -- Requests
 
-testGetFunctionConfiguration :: GetFunctionConfiguration -> TestTree
-testGetFunctionConfiguration = req
+requestGetFunctionConfiguration :: GetFunctionConfiguration -> TestTree
+requestGetFunctionConfiguration = req
     "GetFunctionConfiguration"
     "fixture/GetFunctionConfiguration.yaml"
 
-testDeleteEventSourceMapping :: DeleteEventSourceMapping -> TestTree
-testDeleteEventSourceMapping = req
+requestDeleteEventSourceMapping :: DeleteEventSourceMapping -> TestTree
+requestDeleteEventSourceMapping = req
     "DeleteEventSourceMapping"
     "fixture/DeleteEventSourceMapping.yaml"
 
-testUpdateEventSourceMapping :: UpdateEventSourceMapping -> TestTree
-testUpdateEventSourceMapping = req
+requestUpdateEventSourceMapping :: UpdateEventSourceMapping -> TestTree
+requestUpdateEventSourceMapping = req
     "UpdateEventSourceMapping"
     "fixture/UpdateEventSourceMapping.yaml"
 
-testCreateAlias :: CreateAlias -> TestTree
-testCreateAlias = req
+requestCreateAlias :: CreateAlias -> TestTree
+requestCreateAlias = req
     "CreateAlias"
     "fixture/CreateAlias.yaml"
 
-testListVersionsByFunction :: ListVersionsByFunction -> TestTree
-testListVersionsByFunction = req
+requestListVersionsByFunction :: ListVersionsByFunction -> TestTree
+requestListVersionsByFunction = req
     "ListVersionsByFunction"
     "fixture/ListVersionsByFunction.yaml"
 
-testListAliases :: ListAliases -> TestTree
-testListAliases = req
+requestListAliases :: ListAliases -> TestTree
+requestListAliases = req
     "ListAliases"
     "fixture/ListAliases.yaml"
 
-testRemovePermission :: RemovePermission -> TestTree
-testRemovePermission = req
+requestRemovePermission :: RemovePermission -> TestTree
+requestRemovePermission = req
     "RemovePermission"
     "fixture/RemovePermission.yaml"
 
-testInvoke :: Invoke -> TestTree
-testInvoke = req
+requestInvoke :: Invoke -> TestTree
+requestInvoke = req
     "Invoke"
     "fixture/Invoke.yaml"
 
-testGetAlias :: GetAlias -> TestTree
-testGetAlias = req
+requestGetAlias :: GetAlias -> TestTree
+requestGetAlias = req
     "GetAlias"
     "fixture/GetAlias.yaml"
 
-testGetEventSourceMapping :: GetEventSourceMapping -> TestTree
-testGetEventSourceMapping = req
+requestGetEventSourceMapping :: GetEventSourceMapping -> TestTree
+requestGetEventSourceMapping = req
     "GetEventSourceMapping"
     "fixture/GetEventSourceMapping.yaml"
 
-testCreateFunction :: CreateFunction -> TestTree
-testCreateFunction = req
+requestCreateFunction :: CreateFunction -> TestTree
+requestCreateFunction = req
     "CreateFunction"
     "fixture/CreateFunction.yaml"
 
-testCreateEventSourceMapping :: CreateEventSourceMapping -> TestTree
-testCreateEventSourceMapping = req
+requestCreateEventSourceMapping :: CreateEventSourceMapping -> TestTree
+requestCreateEventSourceMapping = req
     "CreateEventSourceMapping"
     "fixture/CreateEventSourceMapping.yaml"
 
-testGetFunction :: GetFunction -> TestTree
-testGetFunction = req
+requestGetFunction :: GetFunction -> TestTree
+requestGetFunction = req
     "GetFunction"
     "fixture/GetFunction.yaml"
 
-testListEventSourceMappings :: ListEventSourceMappings -> TestTree
-testListEventSourceMappings = req
+requestListEventSourceMappings :: ListEventSourceMappings -> TestTree
+requestListEventSourceMappings = req
     "ListEventSourceMappings"
     "fixture/ListEventSourceMappings.yaml"
 
-testDeleteAlias :: DeleteAlias -> TestTree
-testDeleteAlias = req
+requestDeleteAlias :: DeleteAlias -> TestTree
+requestDeleteAlias = req
     "DeleteAlias"
     "fixture/DeleteAlias.yaml"
 
-testUpdateAlias :: UpdateAlias -> TestTree
-testUpdateAlias = req
+requestUpdateAlias :: UpdateAlias -> TestTree
+requestUpdateAlias = req
     "UpdateAlias"
     "fixture/UpdateAlias.yaml"
 
-testAddPermission :: AddPermission -> TestTree
-testAddPermission = req
+requestAddPermission :: AddPermission -> TestTree
+requestAddPermission = req
     "AddPermission"
     "fixture/AddPermission.yaml"
 
-testPublishVersion :: PublishVersion -> TestTree
-testPublishVersion = req
+requestPublishVersion :: PublishVersion -> TestTree
+requestPublishVersion = req
     "PublishVersion"
     "fixture/PublishVersion.yaml"
 
-testDeleteFunction :: DeleteFunction -> TestTree
-testDeleteFunction = req
+requestDeleteFunction :: DeleteFunction -> TestTree
+requestDeleteFunction = req
     "DeleteFunction"
     "fixture/DeleteFunction.yaml"
 
-testUpdateFunctionConfiguration :: UpdateFunctionConfiguration -> TestTree
-testUpdateFunctionConfiguration = req
+requestUpdateFunctionConfiguration :: UpdateFunctionConfiguration -> TestTree
+requestUpdateFunctionConfiguration = req
     "UpdateFunctionConfiguration"
     "fixture/UpdateFunctionConfiguration.yaml"
 
-testListFunctions :: ListFunctions -> TestTree
-testListFunctions = req
+requestListFunctions :: ListFunctions -> TestTree
+requestListFunctions = req
     "ListFunctions"
     "fixture/ListFunctions.yaml"
 
-testUpdateFunctionCode :: UpdateFunctionCode -> TestTree
-testUpdateFunctionCode = req
+requestUpdateFunctionCode :: UpdateFunctionCode -> TestTree
+requestUpdateFunctionCode = req
     "UpdateFunctionCode"
     "fixture/UpdateFunctionCode.yaml"
 
-testGetPolicy :: GetPolicy -> TestTree
-testGetPolicy = req
+requestGetPolicy :: GetPolicy -> TestTree
+requestGetPolicy = req
     "GetPolicy"
     "fixture/GetPolicy.yaml"
 
 -- Responses
 
-testGetFunctionConfigurationResponse :: FunctionConfiguration -> TestTree
-testGetFunctionConfigurationResponse = res
+responseGetFunctionConfiguration :: FunctionConfiguration -> TestTree
+responseGetFunctionConfiguration = res
     "GetFunctionConfigurationResponse"
     "fixture/GetFunctionConfigurationResponse.proto"
     lambda
     (Proxy :: Proxy GetFunctionConfiguration)
 
-testDeleteEventSourceMappingResponse :: EventSourceMappingConfiguration -> TestTree
-testDeleteEventSourceMappingResponse = res
+responseDeleteEventSourceMapping :: EventSourceMappingConfiguration -> TestTree
+responseDeleteEventSourceMapping = res
     "DeleteEventSourceMappingResponse"
     "fixture/DeleteEventSourceMappingResponse.proto"
     lambda
     (Proxy :: Proxy DeleteEventSourceMapping)
 
-testUpdateEventSourceMappingResponse :: EventSourceMappingConfiguration -> TestTree
-testUpdateEventSourceMappingResponse = res
+responseUpdateEventSourceMapping :: EventSourceMappingConfiguration -> TestTree
+responseUpdateEventSourceMapping = res
     "UpdateEventSourceMappingResponse"
     "fixture/UpdateEventSourceMappingResponse.proto"
     lambda
     (Proxy :: Proxy UpdateEventSourceMapping)
 
-testCreateAliasResponse :: AliasConfiguration -> TestTree
-testCreateAliasResponse = res
+responseCreateAlias :: AliasConfiguration -> TestTree
+responseCreateAlias = res
     "CreateAliasResponse"
     "fixture/CreateAliasResponse.proto"
     lambda
     (Proxy :: Proxy CreateAlias)
 
-testListVersionsByFunctionResponse :: ListVersionsByFunctionResponse -> TestTree
-testListVersionsByFunctionResponse = res
+responseListVersionsByFunction :: ListVersionsByFunctionResponse -> TestTree
+responseListVersionsByFunction = res
     "ListVersionsByFunctionResponse"
     "fixture/ListVersionsByFunctionResponse.proto"
     lambda
     (Proxy :: Proxy ListVersionsByFunction)
 
-testListAliasesResponse :: ListAliasesResponse -> TestTree
-testListAliasesResponse = res
+responseListAliases :: ListAliasesResponse -> TestTree
+responseListAliases = res
     "ListAliasesResponse"
     "fixture/ListAliasesResponse.proto"
     lambda
     (Proxy :: Proxy ListAliases)
 
-testRemovePermissionResponse :: RemovePermissionResponse -> TestTree
-testRemovePermissionResponse = res
+responseRemovePermission :: RemovePermissionResponse -> TestTree
+responseRemovePermission = res
     "RemovePermissionResponse"
     "fixture/RemovePermissionResponse.proto"
     lambda
     (Proxy :: Proxy RemovePermission)
 
-testInvokeResponse :: InvokeResponse -> TestTree
-testInvokeResponse = res
+responseInvoke :: InvokeResponse -> TestTree
+responseInvoke = res
     "InvokeResponse"
     "fixture/InvokeResponse.proto"
     lambda
     (Proxy :: Proxy Invoke)
 
-testGetAliasResponse :: AliasConfiguration -> TestTree
-testGetAliasResponse = res
+responseGetAlias :: AliasConfiguration -> TestTree
+responseGetAlias = res
     "GetAliasResponse"
     "fixture/GetAliasResponse.proto"
     lambda
     (Proxy :: Proxy GetAlias)
 
-testGetEventSourceMappingResponse :: EventSourceMappingConfiguration -> TestTree
-testGetEventSourceMappingResponse = res
+responseGetEventSourceMapping :: EventSourceMappingConfiguration -> TestTree
+responseGetEventSourceMapping = res
     "GetEventSourceMappingResponse"
     "fixture/GetEventSourceMappingResponse.proto"
     lambda
     (Proxy :: Proxy GetEventSourceMapping)
 
-testCreateFunctionResponse :: FunctionConfiguration -> TestTree
-testCreateFunctionResponse = res
+responseCreateFunction :: FunctionConfiguration -> TestTree
+responseCreateFunction = res
     "CreateFunctionResponse"
     "fixture/CreateFunctionResponse.proto"
     lambda
     (Proxy :: Proxy CreateFunction)
 
-testCreateEventSourceMappingResponse :: EventSourceMappingConfiguration -> TestTree
-testCreateEventSourceMappingResponse = res
+responseCreateEventSourceMapping :: EventSourceMappingConfiguration -> TestTree
+responseCreateEventSourceMapping = res
     "CreateEventSourceMappingResponse"
     "fixture/CreateEventSourceMappingResponse.proto"
     lambda
     (Proxy :: Proxy CreateEventSourceMapping)
 
-testGetFunctionResponse :: GetFunctionResponse -> TestTree
-testGetFunctionResponse = res
+responseGetFunction :: GetFunctionResponse -> TestTree
+responseGetFunction = res
     "GetFunctionResponse"
     "fixture/GetFunctionResponse.proto"
     lambda
     (Proxy :: Proxy GetFunction)
 
-testListEventSourceMappingsResponse :: ListEventSourceMappingsResponse -> TestTree
-testListEventSourceMappingsResponse = res
+responseListEventSourceMappings :: ListEventSourceMappingsResponse -> TestTree
+responseListEventSourceMappings = res
     "ListEventSourceMappingsResponse"
     "fixture/ListEventSourceMappingsResponse.proto"
     lambda
     (Proxy :: Proxy ListEventSourceMappings)
 
-testDeleteAliasResponse :: DeleteAliasResponse -> TestTree
-testDeleteAliasResponse = res
+responseDeleteAlias :: DeleteAliasResponse -> TestTree
+responseDeleteAlias = res
     "DeleteAliasResponse"
     "fixture/DeleteAliasResponse.proto"
     lambda
     (Proxy :: Proxy DeleteAlias)
 
-testUpdateAliasResponse :: AliasConfiguration -> TestTree
-testUpdateAliasResponse = res
+responseUpdateAlias :: AliasConfiguration -> TestTree
+responseUpdateAlias = res
     "UpdateAliasResponse"
     "fixture/UpdateAliasResponse.proto"
     lambda
     (Proxy :: Proxy UpdateAlias)
 
-testAddPermissionResponse :: AddPermissionResponse -> TestTree
-testAddPermissionResponse = res
+responseAddPermission :: AddPermissionResponse -> TestTree
+responseAddPermission = res
     "AddPermissionResponse"
     "fixture/AddPermissionResponse.proto"
     lambda
     (Proxy :: Proxy AddPermission)
 
-testPublishVersionResponse :: FunctionConfiguration -> TestTree
-testPublishVersionResponse = res
+responsePublishVersion :: FunctionConfiguration -> TestTree
+responsePublishVersion = res
     "PublishVersionResponse"
     "fixture/PublishVersionResponse.proto"
     lambda
     (Proxy :: Proxy PublishVersion)
 
-testDeleteFunctionResponse :: DeleteFunctionResponse -> TestTree
-testDeleteFunctionResponse = res
+responseDeleteFunction :: DeleteFunctionResponse -> TestTree
+responseDeleteFunction = res
     "DeleteFunctionResponse"
     "fixture/DeleteFunctionResponse.proto"
     lambda
     (Proxy :: Proxy DeleteFunction)
 
-testUpdateFunctionConfigurationResponse :: FunctionConfiguration -> TestTree
-testUpdateFunctionConfigurationResponse = res
+responseUpdateFunctionConfiguration :: FunctionConfiguration -> TestTree
+responseUpdateFunctionConfiguration = res
     "UpdateFunctionConfigurationResponse"
     "fixture/UpdateFunctionConfigurationResponse.proto"
     lambda
     (Proxy :: Proxy UpdateFunctionConfiguration)
 
-testListFunctionsResponse :: ListFunctionsResponse -> TestTree
-testListFunctionsResponse = res
+responseListFunctions :: ListFunctionsResponse -> TestTree
+responseListFunctions = res
     "ListFunctionsResponse"
     "fixture/ListFunctionsResponse.proto"
     lambda
     (Proxy :: Proxy ListFunctions)
 
-testUpdateFunctionCodeResponse :: FunctionConfiguration -> TestTree
-testUpdateFunctionCodeResponse = res
+responseUpdateFunctionCode :: FunctionConfiguration -> TestTree
+responseUpdateFunctionCode = res
     "UpdateFunctionCodeResponse"
     "fixture/UpdateFunctionCodeResponse.proto"
     lambda
     (Proxy :: Proxy UpdateFunctionCode)
 
-testGetPolicyResponse :: GetPolicyResponse -> TestTree
-testGetPolicyResponse = res
+responseGetPolicy :: GetPolicyResponse -> TestTree
+responseGetPolicy = res
     "GetPolicyResponse"
     "fixture/GetPolicyResponse.proto"
     lambda
