amazonka-dms-2.0: Amazon Database Migration Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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
ToJSON RefreshSchemas Source # 
Instance details

Defined in Amazonka.DMS.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

AWSRequest RefreshSchemas Source # 
Instance details

Defined in Amazonka.DMS.RefreshSchemas

Associated Types

type AWSResponse RefreshSchemas #

Generic RefreshSchemas Source # 
Instance details

Defined in Amazonka.DMS.RefreshSchemas

Associated Types

type Rep RefreshSchemas :: Type -> Type #

Read RefreshSchemas Source # 
Instance details

Defined in Amazonka.DMS.RefreshSchemas

Show RefreshSchemas Source # 
Instance details

Defined in Amazonka.DMS.RefreshSchemas

NFData RefreshSchemas Source # 
Instance details

Defined in Amazonka.DMS.RefreshSchemas

Methods

rnf :: RefreshSchemas -> () #

Eq RefreshSchemas Source # 
Instance details

Defined in Amazonka.DMS.RefreshSchemas

Hashable RefreshSchemas Source # 
Instance details

Defined in Amazonka.DMS.RefreshSchemas

type AWSResponse 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" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "RefreshSchemas'" 'PrefixI 'True) (S1 ('MetaSel ('Just "endpointArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "replicationInstanceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

RefreshSchemas, refreshSchemas_endpointArn - The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

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
Generic RefreshSchemasResponse Source # 
Instance details

Defined in Amazonka.DMS.RefreshSchemas

Associated Types

type Rep RefreshSchemasResponse :: Type -> Type #

Read RefreshSchemasResponse Source # 
Instance details

Defined in Amazonka.DMS.RefreshSchemas

Show RefreshSchemasResponse Source # 
Instance details

Defined in Amazonka.DMS.RefreshSchemas

NFData RefreshSchemasResponse Source # 
Instance details

Defined in Amazonka.DMS.RefreshSchemas

Methods

rnf :: RefreshSchemasResponse -> () #

Eq RefreshSchemasResponse Source # 
Instance details

Defined in Amazonka.DMS.RefreshSchemas

type Rep RefreshSchemasResponse Source # 
Instance details

Defined in Amazonka.DMS.RefreshSchemas

type Rep RefreshSchemasResponse = D1 ('MetaData "RefreshSchemasResponse" "Amazonka.DMS.RefreshSchemas" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" '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