Copyright | (c) 2013-2018 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Gives a description of the Time to Live (TTL) status on the specified table.
Synopsis
- describeTimeToLive :: Text -> DescribeTimeToLive
- data DescribeTimeToLive
- dttlTableName :: Lens' DescribeTimeToLive Text
- describeTimeToLiveResponse :: Int -> DescribeTimeToLiveResponse
- data DescribeTimeToLiveResponse
- dttlrsTimeToLiveDescription :: Lens' DescribeTimeToLiveResponse (Maybe TimeToLiveDescription)
- dttlrsResponseStatus :: Lens' DescribeTimeToLiveResponse Int
Creating a Request
Creates a value of DescribeTimeToLive
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dttlTableName
- The name of the table to be described.
data DescribeTimeToLive Source #
See: describeTimeToLive
smart constructor.
Instances
Request Lenses
dttlTableName :: Lens' DescribeTimeToLive Text Source #
The name of the table to be described.
Destructuring the Response
describeTimeToLiveResponse Source #
Creates a value of DescribeTimeToLiveResponse
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dttlrsTimeToLiveDescription
-dttlrsResponseStatus
- -- | The response status code.
data DescribeTimeToLiveResponse Source #
See: describeTimeToLiveResponse
smart constructor.
Instances
Response Lenses
dttlrsTimeToLiveDescription :: Lens' DescribeTimeToLiveResponse (Maybe TimeToLiveDescription) Source #
dttlrsResponseStatus :: Lens' DescribeTimeToLiveResponse Int Source #
- - | The response status code.