| 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 |
Network.AWS.DMS.DescribeRefreshSchemasStatus
Description
Returns the status of the RefreshSchemas operation.
- describeRefreshSchemasStatus :: Text -> DescribeRefreshSchemasStatus
- data DescribeRefreshSchemasStatus
- drssEndpointARN :: Lens' DescribeRefreshSchemasStatus Text
- describeRefreshSchemasStatusResponse :: Int -> DescribeRefreshSchemasStatusResponse
- data DescribeRefreshSchemasStatusResponse
- drssrsRefreshSchemasStatus :: Lens' DescribeRefreshSchemasStatusResponse (Maybe RefreshSchemasStatus)
- drssrsResponseStatus :: Lens' DescribeRefreshSchemasStatusResponse Int
Creating a Request
describeRefreshSchemasStatus Source #
Arguments
| :: Text | |
| -> DescribeRefreshSchemasStatus |
Creates a value of DescribeRefreshSchemasStatus with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
drssEndpointARN- The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
data DescribeRefreshSchemasStatus Source #
See: describeRefreshSchemasStatus smart constructor.
Instances
Request Lenses
drssEndpointARN :: Lens' DescribeRefreshSchemasStatus Text Source #
The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
Destructuring the Response
describeRefreshSchemasStatusResponse Source #
Arguments
| :: Int | |
| -> DescribeRefreshSchemasStatusResponse |
Creates a value of DescribeRefreshSchemasStatusResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
drssrsRefreshSchemasStatus- The status of the schema.drssrsResponseStatus- -- | The response status code.
data DescribeRefreshSchemasStatusResponse Source #
See: describeRefreshSchemasStatusResponse smart constructor.
Instances
Response Lenses
drssrsRefreshSchemasStatus :: Lens' DescribeRefreshSchemasStatusResponse (Maybe RefreshSchemasStatus) Source #
The status of the schema.
drssrsResponseStatus :: Lens' DescribeRefreshSchemasStatusResponse Int Source #
- - | The response status code.