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 |
Returns the status of the RefreshSchemas operation.
Synopsis
- data DescribeRefreshSchemasStatus = DescribeRefreshSchemasStatus' {
- endpointArn :: Text
- newDescribeRefreshSchemasStatus :: Text -> DescribeRefreshSchemasStatus
- describeRefreshSchemasStatus_endpointArn :: Lens' DescribeRefreshSchemasStatus Text
- data DescribeRefreshSchemasStatusResponse = DescribeRefreshSchemasStatusResponse' {}
- newDescribeRefreshSchemasStatusResponse :: Int -> DescribeRefreshSchemasStatusResponse
- describeRefreshSchemasStatusResponse_refreshSchemasStatus :: Lens' DescribeRefreshSchemasStatusResponse (Maybe RefreshSchemasStatus)
- describeRefreshSchemasStatusResponse_httpStatus :: Lens' DescribeRefreshSchemasStatusResponse Int
Creating a Request
data DescribeRefreshSchemasStatus Source #
See: newDescribeRefreshSchemasStatus
smart constructor.
DescribeRefreshSchemasStatus' | |
|
Instances
newDescribeRefreshSchemasStatus Source #
Create a value of DescribeRefreshSchemasStatus
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:endpointArn:DescribeRefreshSchemasStatus'
, describeRefreshSchemasStatus_endpointArn
- The Amazon Resource Name (ARN) string that uniquely identifies the
endpoint.
Request Lenses
describeRefreshSchemasStatus_endpointArn :: Lens' DescribeRefreshSchemasStatus Text Source #
The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
Destructuring the Response
data DescribeRefreshSchemasStatusResponse Source #
See: newDescribeRefreshSchemasStatusResponse
smart constructor.
DescribeRefreshSchemasStatusResponse' | |
|
Instances
Eq DescribeRefreshSchemasStatusResponse Source # | |
Read DescribeRefreshSchemasStatusResponse Source # | |
Show DescribeRefreshSchemasStatusResponse Source # | |
Generic DescribeRefreshSchemasStatusResponse Source # | |
NFData DescribeRefreshSchemasStatusResponse Source # | |
Defined in Amazonka.DMS.DescribeRefreshSchemasStatus rnf :: DescribeRefreshSchemasStatusResponse -> () # | |
type Rep DescribeRefreshSchemasStatusResponse Source # | |
Defined in Amazonka.DMS.DescribeRefreshSchemasStatus type Rep DescribeRefreshSchemasStatusResponse = D1 ('MetaData "DescribeRefreshSchemasStatusResponse" "Amazonka.DMS.DescribeRefreshSchemasStatus" "libZSservicesZSamazonka-dmsZSamazonka-dms" 'False) (C1 ('MetaCons "DescribeRefreshSchemasStatusResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "refreshSchemasStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RefreshSchemasStatus)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) |
newDescribeRefreshSchemasStatusResponse Source #
Create a value of DescribeRefreshSchemasStatusResponse
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:refreshSchemasStatus:DescribeRefreshSchemasStatusResponse'
, describeRefreshSchemasStatusResponse_refreshSchemasStatus
- The status of the schema.
$sel:httpStatus:DescribeRefreshSchemasStatusResponse'
, describeRefreshSchemasStatusResponse_httpStatus
- The response's http status code.
Response Lenses
describeRefreshSchemasStatusResponse_refreshSchemasStatus :: Lens' DescribeRefreshSchemasStatusResponse (Maybe RefreshSchemasStatus) Source #
The status of the schema.
describeRefreshSchemasStatusResponse_httpStatus :: Lens' DescribeRefreshSchemasStatusResponse Int Source #
The response's http status code.