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

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

Network.AWS.DMS.DescribeCertificates

Contents

Description

Provides a description of the certificate.

This operation returns paginated results.

Synopsis

Creating a Request

describeCertificates :: DescribeCertificates Source #

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

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

  • dFilters - Filters applied to the certificate described in the form of key-value pairs.
  • dMarker - 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 .
  • dMaxRecords - 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. Default: 10

data DescribeCertificates Source #

See: describeCertificates smart constructor.

Instances

Eq DescribeCertificates Source # 
Data DescribeCertificates Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DescribeCertificates -> c DescribeCertificates #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DescribeCertificates #

toConstr :: DescribeCertificates -> Constr #

dataTypeOf :: DescribeCertificates -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c DescribeCertificates) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DescribeCertificates) #

gmapT :: (forall b. Data b => b -> b) -> DescribeCertificates -> DescribeCertificates #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DescribeCertificates -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DescribeCertificates -> r #

gmapQ :: (forall d. Data d => d -> u) -> DescribeCertificates -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DescribeCertificates -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DescribeCertificates -> m DescribeCertificates #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DescribeCertificates -> m DescribeCertificates #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DescribeCertificates -> m DescribeCertificates #

Read DescribeCertificates Source # 
Show DescribeCertificates Source # 
Generic DescribeCertificates Source # 
Hashable DescribeCertificates Source # 
ToJSON DescribeCertificates Source # 
NFData DescribeCertificates Source # 

Methods

rnf :: DescribeCertificates -> () #

AWSPager DescribeCertificates Source # 
AWSRequest DescribeCertificates Source # 
ToHeaders DescribeCertificates Source # 
ToPath DescribeCertificates Source # 
ToQuery DescribeCertificates Source # 
type Rep DescribeCertificates Source # 
type Rep DescribeCertificates = D1 * (MetaData "DescribeCertificates" "Network.AWS.DMS.DescribeCertificates" "amazonka-dms-1.6.0-5NfGace4mZbInPCIHEPoQz" False) (C1 * (MetaCons "DescribeCertificates'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_dFilters") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe [Filter]))) ((:*:) * (S1 * (MetaSel (Just Symbol "_dMarker") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_dMaxRecords") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Int))))))
type Rs DescribeCertificates Source # 

Request Lenses

dFilters :: Lens' DescribeCertificates [Filter] Source #

Filters applied to the certificate described in the form of key-value pairs.

dMarker :: Lens' DescribeCertificates (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 .

dMaxRecords :: Lens' DescribeCertificates (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. Default: 10

Destructuring the Response

describeCertificatesResponse Source #

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

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

data DescribeCertificatesResponse Source #

See: describeCertificatesResponse smart constructor.

Instances

Eq DescribeCertificatesResponse Source # 
Data DescribeCertificatesResponse Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DescribeCertificatesResponse -> c DescribeCertificatesResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DescribeCertificatesResponse #

toConstr :: DescribeCertificatesResponse -> Constr #

dataTypeOf :: DescribeCertificatesResponse -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c DescribeCertificatesResponse) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DescribeCertificatesResponse) #

gmapT :: (forall b. Data b => b -> b) -> DescribeCertificatesResponse -> DescribeCertificatesResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DescribeCertificatesResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DescribeCertificatesResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> DescribeCertificatesResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DescribeCertificatesResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DescribeCertificatesResponse -> m DescribeCertificatesResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DescribeCertificatesResponse -> m DescribeCertificatesResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DescribeCertificatesResponse -> m DescribeCertificatesResponse #

Read DescribeCertificatesResponse Source # 
Show DescribeCertificatesResponse Source # 
Generic DescribeCertificatesResponse Source # 
NFData DescribeCertificatesResponse Source # 
type Rep DescribeCertificatesResponse Source # 
type Rep DescribeCertificatesResponse = D1 * (MetaData "DescribeCertificatesResponse" "Network.AWS.DMS.DescribeCertificates" "amazonka-dms-1.6.0-5NfGace4mZbInPCIHEPoQz" False) (C1 * (MetaCons "DescribeCertificatesResponse'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_dcrsCertificates") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe [Certificate]))) ((:*:) * (S1 * (MetaSel (Just Symbol "_dcrsMarker") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_dcrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int)))))

Response Lenses

dcrsCertificates :: Lens' DescribeCertificatesResponse [Certificate] Source #

The Secure Sockets Layer (SSL) certificates associated with the replication instance.