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

Description

Returns information about the possible endpoint settings available when you create an endpoint for a specific database engine.

Synopsis

Creating a Request

data DescribeEndpointSettings Source #

See: newDescribeEndpointSettings smart constructor.

Constructors

DescribeEndpointSettings' 

Fields

  • marker :: Maybe Text

    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

  • maxRecords :: Maybe Int

    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

  • engineName :: Text

    The databse engine used for your source or target endpoint.

Instances

Instances details
Eq DescribeEndpointSettings Source # 
Instance details

Defined in Amazonka.DMS.DescribeEndpointSettings

Read DescribeEndpointSettings Source # 
Instance details

Defined in Amazonka.DMS.DescribeEndpointSettings

Show DescribeEndpointSettings Source # 
Instance details

Defined in Amazonka.DMS.DescribeEndpointSettings

Generic DescribeEndpointSettings Source # 
Instance details

Defined in Amazonka.DMS.DescribeEndpointSettings

Associated Types

type Rep DescribeEndpointSettings :: Type -> Type #

NFData DescribeEndpointSettings Source # 
Instance details

Defined in Amazonka.DMS.DescribeEndpointSettings

Hashable DescribeEndpointSettings Source # 
Instance details

Defined in Amazonka.DMS.DescribeEndpointSettings

ToJSON DescribeEndpointSettings Source # 
Instance details

Defined in Amazonka.DMS.DescribeEndpointSettings

AWSRequest DescribeEndpointSettings Source # 
Instance details

Defined in Amazonka.DMS.DescribeEndpointSettings

ToHeaders DescribeEndpointSettings Source # 
Instance details

Defined in Amazonka.DMS.DescribeEndpointSettings

ToPath DescribeEndpointSettings Source # 
Instance details

Defined in Amazonka.DMS.DescribeEndpointSettings

ToQuery DescribeEndpointSettings Source # 
Instance details

Defined in Amazonka.DMS.DescribeEndpointSettings

type Rep DescribeEndpointSettings Source # 
Instance details

Defined in Amazonka.DMS.DescribeEndpointSettings

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

Defined in Amazonka.DMS.DescribeEndpointSettings

newDescribeEndpointSettings Source #

Create a value of DescribeEndpointSettings 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:marker:DescribeEndpointSettings', describeEndpointSettings_marker - An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

$sel:maxRecords:DescribeEndpointSettings', describeEndpointSettings_maxRecords - The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

$sel:engineName:DescribeEndpointSettings', describeEndpointSettings_engineName - The databse engine used for your source or target endpoint.

Request Lenses

describeEndpointSettings_marker :: Lens' DescribeEndpointSettings (Maybe Text) Source #

An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

describeEndpointSettings_maxRecords :: Lens' DescribeEndpointSettings (Maybe Int) Source #

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

describeEndpointSettings_engineName :: Lens' DescribeEndpointSettings Text Source #

The databse engine used for your source or target endpoint.

Destructuring the Response

data DescribeEndpointSettingsResponse Source #

See: newDescribeEndpointSettingsResponse smart constructor.

Constructors

DescribeEndpointSettingsResponse' 

Fields

  • endpointSettings :: Maybe [EndpointSetting]

    Descriptions of the endpoint settings available for your source or target database engine.

  • marker :: Maybe Text

    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

  • httpStatus :: Int

    The response's http status code.

Instances

Instances details
Eq DescribeEndpointSettingsResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeEndpointSettings

Read DescribeEndpointSettingsResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeEndpointSettings

Show DescribeEndpointSettingsResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeEndpointSettings

Generic DescribeEndpointSettingsResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeEndpointSettings

Associated Types

type Rep DescribeEndpointSettingsResponse :: Type -> Type #

NFData DescribeEndpointSettingsResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeEndpointSettings

type Rep DescribeEndpointSettingsResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeEndpointSettings

type Rep DescribeEndpointSettingsResponse = D1 ('MetaData "DescribeEndpointSettingsResponse" "Amazonka.DMS.DescribeEndpointSettings" "libZSservicesZSamazonka-dmsZSamazonka-dms" 'False) (C1 ('MetaCons "DescribeEndpointSettingsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "endpointSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [EndpointSetting])) :*: (S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeEndpointSettingsResponse Source #

Create a value of DescribeEndpointSettingsResponse 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:endpointSettings:DescribeEndpointSettingsResponse', describeEndpointSettingsResponse_endpointSettings - Descriptions of the endpoint settings available for your source or target database engine.

$sel:marker:DescribeEndpointSettings', describeEndpointSettingsResponse_marker - An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

$sel:httpStatus:DescribeEndpointSettingsResponse', describeEndpointSettingsResponse_httpStatus - The response's http status code.

Response Lenses

describeEndpointSettingsResponse_endpointSettings :: Lens' DescribeEndpointSettingsResponse (Maybe [EndpointSetting]) Source #

Descriptions of the endpoint settings available for your source or target database engine.

describeEndpointSettingsResponse_marker :: Lens' DescribeEndpointSettingsResponse (Maybe Text) Source #

An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.