Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
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.
Instances
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.