| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.IoT.Types.PutItemInput
Description
Synopsis
- data PutItemInput = PutItemInput' {}
- newPutItemInput :: Text -> PutItemInput
- putItemInput_tableName :: Lens' PutItemInput Text
Documentation
data PutItemInput Source #
The input for the DynamoActionVS action that specifies the DynamoDB table to which the message data will be written.
See: newPutItemInput smart constructor.
Constructors
| PutItemInput' | |
Instances
Arguments
| :: Text | |
| -> PutItemInput |
Create a value of PutItemInput with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:tableName:PutItemInput', putItemInput_tableName - The table where the message data will be written.
putItemInput_tableName :: Lens' PutItemInput Text Source #
The table where the message data will be written.