amazonka-redshift-1.4.3: Amazon Redshift 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.Redshift.DescribeHSMClientCertificates

Contents

Description

Returns information about the specified HSM client certificate. If no certificate ID is specified, returns information about all the HSM certificates owned by your AWS customer account.

If you specify both tag keys and tag values in the same request, Amazon Redshift returns all HSM client certificates that match any combination of the specified keys and values. For example, if you have owner and environment for tag keys, and admin and test for tag values, all HSM client certificates that have any combination of those values are returned.

If both tag keys and values are omitted from the request, HSM client certificates are returned regardless of whether they have tag keys or values associated with them.

This operation returns paginated results.

Synopsis

Creating a Request

describeHSMClientCertificates :: DescribeHSMClientCertificates Source #

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

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

data DescribeHSMClientCertificates Source #

See: describeHSMClientCertificates smart constructor.

Instances

Eq DescribeHSMClientCertificates Source # 
Data DescribeHSMClientCertificates Source # 

Methods

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

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

toConstr :: DescribeHSMClientCertificates -> Constr #

dataTypeOf :: DescribeHSMClientCertificates -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribeHSMClientCertificates Source # 
Show DescribeHSMClientCertificates Source # 
Generic DescribeHSMClientCertificates Source # 
Hashable DescribeHSMClientCertificates Source # 
NFData DescribeHSMClientCertificates Source # 
AWSPager DescribeHSMClientCertificates Source # 
AWSRequest DescribeHSMClientCertificates Source # 
ToPath DescribeHSMClientCertificates Source # 
ToHeaders DescribeHSMClientCertificates Source # 
ToQuery DescribeHSMClientCertificates Source # 
type Rep DescribeHSMClientCertificates Source # 
type Rep DescribeHSMClientCertificates = D1 (MetaData "DescribeHSMClientCertificates" "Network.AWS.Redshift.DescribeHSMClientCertificates" "amazonka-redshift-1.4.3-AWSyrfpmrT1ruH0Xy72OB" False) (C1 (MetaCons "DescribeHSMClientCertificates'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_dhccTagValues") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text]))) (S1 (MetaSel (Just Symbol "_dhccTagKeys") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text])))) ((:*:) (S1 (MetaSel (Just Symbol "_dhccHSMClientCertificateIdentifier") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_dhccMarker") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_dhccMaxRecords") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Int)))))))
type Rs DescribeHSMClientCertificates Source # 

Request Lenses

dhccTagValues :: Lens' DescribeHSMClientCertificates [Text] Source #

A tag value or values for which you want to return all matching HSM client certificates that are associated with the specified tag value or values. For example, suppose that you have HSM client certificates that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the HSM client certificates that have either or both of these tag values associated with them.

dhccTagKeys :: Lens' DescribeHSMClientCertificates [Text] Source #

A tag key or keys for which you want to return all matching HSM client certificates that are associated with the specified key or keys. For example, suppose that you have HSM client certificates that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the HSM client certificates that have either or both of these tag keys associated with them.

dhccHSMClientCertificateIdentifier :: Lens' DescribeHSMClientCertificates (Maybe Text) Source #

The identifier of a specific HSM client certificate for which you want information. If no identifier is specified, information is returned for all HSM client certificates owned by your AWS customer account.

dhccMarker :: Lens' DescribeHSMClientCertificates (Maybe Text) Source #

An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeHsmClientCertificates request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

dhccMaxRecords :: Lens' DescribeHSMClientCertificates (Maybe Int) Source #

The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

Default: '100'

Constraints: minimum 20, maximum 100.

Destructuring the Response

describeHSMClientCertificatesResponse Source #

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

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

data DescribeHSMClientCertificatesResponse Source #

Instances

Eq DescribeHSMClientCertificatesResponse Source # 
Data DescribeHSMClientCertificatesResponse Source # 

Methods

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

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

toConstr :: DescribeHSMClientCertificatesResponse -> Constr #

dataTypeOf :: DescribeHSMClientCertificatesResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribeHSMClientCertificatesResponse Source # 
Show DescribeHSMClientCertificatesResponse Source # 
Generic DescribeHSMClientCertificatesResponse Source # 
NFData DescribeHSMClientCertificatesResponse Source # 
type Rep DescribeHSMClientCertificatesResponse Source # 
type Rep DescribeHSMClientCertificatesResponse = D1 (MetaData "DescribeHSMClientCertificatesResponse" "Network.AWS.Redshift.DescribeHSMClientCertificates" "amazonka-redshift-1.4.3-AWSyrfpmrT1ruH0Xy72OB" False) (C1 (MetaCons "DescribeHSMClientCertificatesResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_dhccrsMarker") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_dhccrsHSMClientCertificates") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [HSMClientCertificate]))) (S1 (MetaSel (Just Symbol "_dhccrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int)))))

Response Lenses

dhccrsMarker :: Lens' DescribeHSMClientCertificatesResponse (Maybe Text) Source #

A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

dhccrsHSMClientCertificates :: Lens' DescribeHSMClientCertificatesResponse [HSMClientCertificate] Source #

A list of the identifiers for one or more HSM client certificates used by Amazon Redshift clusters to store and retrieve database encryption keys in an HSM.