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.Types.RefreshSchemasStatus

Description

 
Synopsis

Documentation

data RefreshSchemasStatus Source #

Provides information that describes status of a schema at an endpoint specified by the DescribeRefreshSchemaStatus operation.

See: newRefreshSchemasStatus smart constructor.

Constructors

RefreshSchemasStatus' 

Fields

Instances

Instances details
Eq RefreshSchemasStatus Source # 
Instance details

Defined in Amazonka.DMS.Types.RefreshSchemasStatus

Read RefreshSchemasStatus Source # 
Instance details

Defined in Amazonka.DMS.Types.RefreshSchemasStatus

Show RefreshSchemasStatus Source # 
Instance details

Defined in Amazonka.DMS.Types.RefreshSchemasStatus

Generic RefreshSchemasStatus Source # 
Instance details

Defined in Amazonka.DMS.Types.RefreshSchemasStatus

Associated Types

type Rep RefreshSchemasStatus :: Type -> Type #

NFData RefreshSchemasStatus Source # 
Instance details

Defined in Amazonka.DMS.Types.RefreshSchemasStatus

Methods

rnf :: RefreshSchemasStatus -> () #

Hashable RefreshSchemasStatus Source # 
Instance details

Defined in Amazonka.DMS.Types.RefreshSchemasStatus

FromJSON RefreshSchemasStatus Source # 
Instance details

Defined in Amazonka.DMS.Types.RefreshSchemasStatus

type Rep RefreshSchemasStatus Source # 
Instance details

Defined in Amazonka.DMS.Types.RefreshSchemasStatus

type Rep RefreshSchemasStatus = D1 ('MetaData "RefreshSchemasStatus" "Amazonka.DMS.Types.RefreshSchemasStatus" "libZSservicesZSamazonka-dmsZSamazonka-dms" 'False) (C1 ('MetaCons "RefreshSchemasStatus'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RefreshSchemasStatusTypeValue)) :*: S1 ('MetaSel ('Just "lastRefreshDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "replicationInstanceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "endpointArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastFailureMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newRefreshSchemasStatus :: RefreshSchemasStatus Source #

Create a value of RefreshSchemasStatus 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:status:RefreshSchemasStatus', refreshSchemasStatus_status - The status of the schema.

$sel:lastRefreshDate:RefreshSchemasStatus', refreshSchemasStatus_lastRefreshDate - The date the schema was last refreshed.

$sel:replicationInstanceArn:RefreshSchemasStatus', refreshSchemasStatus_replicationInstanceArn - The Amazon Resource Name (ARN) of the replication instance.

$sel:endpointArn:RefreshSchemasStatus', refreshSchemasStatus_endpointArn - The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

$sel:lastFailureMessage:RefreshSchemasStatus', refreshSchemasStatus_lastFailureMessage - The last failure message for the schema.

refreshSchemasStatus_replicationInstanceArn :: Lens' RefreshSchemasStatus (Maybe Text) Source #

The Amazon Resource Name (ARN) of the replication instance.

refreshSchemasStatus_endpointArn :: Lens' RefreshSchemasStatus (Maybe Text) Source #

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