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.RefreshSchemas

Description

Populates the schema for the specified endpoint. This is an asynchronous operation and can take several minutes. You can check the status of this operation by calling the DescribeRefreshSchemasStatus operation.

Synopsis

Creating a Request

data RefreshSchemas Source #

See: newRefreshSchemas smart constructor.

Constructors

RefreshSchemas' 

Fields

Instances

Instances details
Eq RefreshSchemas Source # 
Instance details

Defined in Amazonka.DMS.RefreshSchemas

Read RefreshSchemas Source # 
Instance details

Defined in Amazonka.DMS.RefreshSchemas

Show RefreshSchemas Source # 
Instance details

Defined in Amazonka.DMS.RefreshSchemas

Generic RefreshSchemas Source # 
Instance details

Defined in Amazonka.DMS.RefreshSchemas

Associated Types

type Rep RefreshSchemas :: Type -> Type #

NFData RefreshSchemas Source # 
Instance details

Defined in Amazonka.DMS.RefreshSchemas

Methods

rnf :: RefreshSchemas -> () #

Hashable RefreshSchemas Source # 
Instance details

Defined in Amazonka.DMS.RefreshSchemas

ToJSON RefreshSchemas Source # 
Instance details

Defined in Amazonka.DMS.RefreshSchemas

AWSRequest RefreshSchemas Source # 
Instance details

Defined in Amazonka.DMS.RefreshSchemas

Associated Types

type AWSResponse RefreshSchemas #

ToHeaders RefreshSchemas Source # 
Instance details

Defined in Amazonka.DMS.RefreshSchemas

ToPath RefreshSchemas Source # 
Instance details

Defined in Amazonka.DMS.RefreshSchemas

ToQuery RefreshSchemas Source # 
Instance details

Defined in Amazonka.DMS.RefreshSchemas

type Rep RefreshSchemas Source # 
Instance details

Defined in Amazonka.DMS.RefreshSchemas

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

Defined in Amazonka.DMS.RefreshSchemas

newRefreshSchemas Source #

Create a value of RefreshSchemas 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:RefreshSchemas', refreshSchemas_endpointArn - The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

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

Request Lenses

refreshSchemas_endpointArn :: Lens' RefreshSchemas Text Source #

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

refreshSchemas_replicationInstanceArn :: Lens' RefreshSchemas Text Source #

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

Destructuring the Response

data RefreshSchemasResponse Source #

See: newRefreshSchemasResponse smart constructor.

Constructors

RefreshSchemasResponse' 

Fields

Instances

Instances details
Eq RefreshSchemasResponse Source # 
Instance details

Defined in Amazonka.DMS.RefreshSchemas

Read RefreshSchemasResponse Source # 
Instance details

Defined in Amazonka.DMS.RefreshSchemas

Show RefreshSchemasResponse Source # 
Instance details

Defined in Amazonka.DMS.RefreshSchemas

Generic RefreshSchemasResponse Source # 
Instance details

Defined in Amazonka.DMS.RefreshSchemas

Associated Types

type Rep RefreshSchemasResponse :: Type -> Type #

NFData RefreshSchemasResponse Source # 
Instance details

Defined in Amazonka.DMS.RefreshSchemas

Methods

rnf :: RefreshSchemasResponse -> () #

type Rep RefreshSchemasResponse Source # 
Instance details

Defined in Amazonka.DMS.RefreshSchemas

type Rep RefreshSchemasResponse = D1 ('MetaData "RefreshSchemasResponse" "Amazonka.DMS.RefreshSchemas" "libZSservicesZSamazonka-dmsZSamazonka-dms" 'False) (C1 ('MetaCons "RefreshSchemasResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "refreshSchemasStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RefreshSchemasStatus)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newRefreshSchemasResponse Source #

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

$sel:httpStatus:RefreshSchemasResponse', refreshSchemasResponse_httpStatus - The response's http status code.

Response Lenses