libZSservicesZSamazonka-dmsZSamazonka-dms
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.DMS.DescribeRefreshSchemasStatus

Description

Returns the status of the RefreshSchemas operation.

Synopsis

Creating a Request

data DescribeRefreshSchemasStatus Source #

See: newDescribeRefreshSchemasStatus smart constructor.

Constructors

DescribeRefreshSchemasStatus' 

Fields

  • endpointArn :: Text

    The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

Instances

Instances details
Eq DescribeRefreshSchemasStatus Source # 
Instance details

Defined in Amazonka.DMS.DescribeRefreshSchemasStatus

Read DescribeRefreshSchemasStatus Source # 
Instance details

Defined in Amazonka.DMS.DescribeRefreshSchemasStatus

Show DescribeRefreshSchemasStatus Source # 
Instance details

Defined in Amazonka.DMS.DescribeRefreshSchemasStatus

Generic DescribeRefreshSchemasStatus Source # 
Instance details

Defined in Amazonka.DMS.DescribeRefreshSchemasStatus

Associated Types

type Rep DescribeRefreshSchemasStatus :: Type -> Type #

NFData DescribeRefreshSchemasStatus Source # 
Instance details

Defined in Amazonka.DMS.DescribeRefreshSchemasStatus

Hashable DescribeRefreshSchemasStatus Source # 
Instance details

Defined in Amazonka.DMS.DescribeRefreshSchemasStatus

ToJSON DescribeRefreshSchemasStatus Source # 
Instance details

Defined in Amazonka.DMS.DescribeRefreshSchemasStatus

AWSRequest DescribeRefreshSchemasStatus Source # 
Instance details

Defined in Amazonka.DMS.DescribeRefreshSchemasStatus

ToHeaders DescribeRefreshSchemasStatus Source # 
Instance details

Defined in Amazonka.DMS.DescribeRefreshSchemasStatus

ToPath DescribeRefreshSchemasStatus Source # 
Instance details

Defined in Amazonka.DMS.DescribeRefreshSchemasStatus

ToQuery DescribeRefreshSchemasStatus Source # 
Instance details

Defined in Amazonka.DMS.DescribeRefreshSchemasStatus

type Rep DescribeRefreshSchemasStatus Source # 
Instance details

Defined in Amazonka.DMS.DescribeRefreshSchemasStatus

type Rep DescribeRefreshSchemasStatus = D1 ('MetaData "DescribeRefreshSchemasStatus" "Amazonka.DMS.DescribeRefreshSchemasStatus" "libZSservicesZSamazonka-dmsZSamazonka-dms" 'False) (C1 ('MetaCons "DescribeRefreshSchemasStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "endpointArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeRefreshSchemasStatus Source # 
Instance details

Defined in Amazonka.DMS.DescribeRefreshSchemasStatus

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 #

Constructors

DescribeRefreshSchemasStatusResponse' 

Fields

Instances

Instances details
Eq DescribeRefreshSchemasStatusResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeRefreshSchemasStatus

Read DescribeRefreshSchemasStatusResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeRefreshSchemasStatus

Show DescribeRefreshSchemasStatusResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeRefreshSchemasStatus

Generic DescribeRefreshSchemasStatusResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeRefreshSchemasStatus

NFData DescribeRefreshSchemasStatusResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeRefreshSchemasStatus

type Rep DescribeRefreshSchemasStatusResponse Source # 
Instance details

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