amazonka-dms-1.4.0: Amazon Database Migration Service SDK.

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

Network.AWS.DMS.ModifyEndpoint

Contents

Description

Modifies the specified endpoint.

Synopsis

Creating a Request

modifyEndpoint Source

Creates a value of ModifyEndpoint with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

meServerName :: Lens' ModifyEndpoint (Maybe Text) Source

The name of the server where the endpoint database resides.

meExtraConnectionAttributes :: Lens' ModifyEndpoint (Maybe Text) Source

Additional attributes associated with the connection.

meUsername :: Lens' ModifyEndpoint (Maybe Text) Source

The user name to be used to login to the endpoint database.

meEngineName :: Lens' ModifyEndpoint (Maybe Text) Source

The type of engine for the endpoint. Valid values include MYSQL, ORACLE, POSTGRES.

mePassword :: Lens' ModifyEndpoint (Maybe Text) Source

The password to be used to login to the endpoint database.

meDatabaseName :: Lens' ModifyEndpoint (Maybe Text) Source

The name of the endpoint database.

meEndpointIdentifier :: Lens' ModifyEndpoint (Maybe Text) Source

The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.

mePort :: Lens' ModifyEndpoint (Maybe Int) Source

The port used by the endpoint database.

meEndpointARN :: Lens' ModifyEndpoint Text Source

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

Destructuring the Response

modifyEndpointResponse Source

Creates a value of ModifyEndpointResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Response Lenses