amazonka-iot-2.0: Amazon IoT 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.IoT.ListCertificatesByCA

Description

List the device certificates signed by the specified CA certificate.

Requires permission to access the ListCertificatesByCA action.

This operation returns paginated results.

Synopsis

Creating a Request

data ListCertificatesByCA Source #

The input to the ListCertificatesByCA operation.

See: newListCertificatesByCA smart constructor.

Constructors

ListCertificatesByCA' 

Fields

  • ascendingOrder :: Maybe Bool

    Specifies the order for results. If True, the results are returned in ascending order, based on the creation date.

  • marker :: Maybe Text

    The marker for the next set of results.

  • pageSize :: Maybe Natural

    The result page size.

  • caCertificateId :: Text

    The ID of the CA certificate. This operation will list all registered device certificate that were signed by this CA certificate.

Instances

Instances details
ToHeaders ListCertificatesByCA Source # 
Instance details

Defined in Amazonka.IoT.ListCertificatesByCA

ToPath ListCertificatesByCA Source # 
Instance details

Defined in Amazonka.IoT.ListCertificatesByCA

ToQuery ListCertificatesByCA Source # 
Instance details

Defined in Amazonka.IoT.ListCertificatesByCA

AWSPager ListCertificatesByCA Source # 
Instance details

Defined in Amazonka.IoT.ListCertificatesByCA

AWSRequest ListCertificatesByCA Source # 
Instance details

Defined in Amazonka.IoT.ListCertificatesByCA

Associated Types

type AWSResponse ListCertificatesByCA #

Generic ListCertificatesByCA Source # 
Instance details

Defined in Amazonka.IoT.ListCertificatesByCA

Associated Types

type Rep ListCertificatesByCA :: Type -> Type #

Read ListCertificatesByCA Source # 
Instance details

Defined in Amazonka.IoT.ListCertificatesByCA

Show ListCertificatesByCA Source # 
Instance details

Defined in Amazonka.IoT.ListCertificatesByCA

NFData ListCertificatesByCA Source # 
Instance details

Defined in Amazonka.IoT.ListCertificatesByCA

Methods

rnf :: ListCertificatesByCA -> () #

Eq ListCertificatesByCA Source # 
Instance details

Defined in Amazonka.IoT.ListCertificatesByCA

Hashable ListCertificatesByCA Source # 
Instance details

Defined in Amazonka.IoT.ListCertificatesByCA

type AWSResponse ListCertificatesByCA Source # 
Instance details

Defined in Amazonka.IoT.ListCertificatesByCA

type Rep ListCertificatesByCA Source # 
Instance details

Defined in Amazonka.IoT.ListCertificatesByCA

type Rep ListCertificatesByCA = D1 ('MetaData "ListCertificatesByCA" "Amazonka.IoT.ListCertificatesByCA" "amazonka-iot-2.0-6w03vgAfmrM1SG22OsNJXL" 'False) (C1 ('MetaCons "ListCertificatesByCA'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "ascendingOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "pageSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "caCertificateId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newListCertificatesByCA Source #

Create a value of ListCertificatesByCA 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:ascendingOrder:ListCertificatesByCA', listCertificatesByCA_ascendingOrder - Specifies the order for results. If True, the results are returned in ascending order, based on the creation date.

$sel:marker:ListCertificatesByCA', listCertificatesByCA_marker - The marker for the next set of results.

$sel:pageSize:ListCertificatesByCA', listCertificatesByCA_pageSize - The result page size.

ListCertificatesByCA, listCertificatesByCA_caCertificateId - The ID of the CA certificate. This operation will list all registered device certificate that were signed by this CA certificate.

Request Lenses

listCertificatesByCA_ascendingOrder :: Lens' ListCertificatesByCA (Maybe Bool) Source #

Specifies the order for results. If True, the results are returned in ascending order, based on the creation date.

listCertificatesByCA_marker :: Lens' ListCertificatesByCA (Maybe Text) Source #

The marker for the next set of results.

listCertificatesByCA_caCertificateId :: Lens' ListCertificatesByCA Text Source #

The ID of the CA certificate. This operation will list all registered device certificate that were signed by this CA certificate.

Destructuring the Response

data ListCertificatesByCAResponse Source #

The output of the ListCertificatesByCA operation.

See: newListCertificatesByCAResponse smart constructor.

Constructors

ListCertificatesByCAResponse' 

Fields

Instances

Instances details
Generic ListCertificatesByCAResponse Source # 
Instance details

Defined in Amazonka.IoT.ListCertificatesByCA

Associated Types

type Rep ListCertificatesByCAResponse :: Type -> Type #

Read ListCertificatesByCAResponse Source # 
Instance details

Defined in Amazonka.IoT.ListCertificatesByCA

Show ListCertificatesByCAResponse Source # 
Instance details

Defined in Amazonka.IoT.ListCertificatesByCA

NFData ListCertificatesByCAResponse Source # 
Instance details

Defined in Amazonka.IoT.ListCertificatesByCA

Eq ListCertificatesByCAResponse Source # 
Instance details

Defined in Amazonka.IoT.ListCertificatesByCA

type Rep ListCertificatesByCAResponse Source # 
Instance details

Defined in Amazonka.IoT.ListCertificatesByCA

type Rep ListCertificatesByCAResponse = D1 ('MetaData "ListCertificatesByCAResponse" "Amazonka.IoT.ListCertificatesByCA" "amazonka-iot-2.0-6w03vgAfmrM1SG22OsNJXL" 'False) (C1 ('MetaCons "ListCertificatesByCAResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "certificates") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Certificate])) :*: (S1 ('MetaSel ('Just "nextMarker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListCertificatesByCAResponse Source #

Create a value of ListCertificatesByCAResponse 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:certificates:ListCertificatesByCAResponse', listCertificatesByCAResponse_certificates - The device certificates signed by the specified CA certificate.

$sel:nextMarker:ListCertificatesByCAResponse', listCertificatesByCAResponse_nextMarker - The marker for the next set of results, or null if there are no additional results.

$sel:httpStatus:ListCertificatesByCAResponse', listCertificatesByCAResponse_httpStatus - The response's http status code.

Response Lenses

listCertificatesByCAResponse_certificates :: Lens' ListCertificatesByCAResponse (Maybe [Certificate]) Source #

The device certificates signed by the specified CA certificate.

listCertificatesByCAResponse_nextMarker :: Lens' ListCertificatesByCAResponse (Maybe Text) Source #

The marker for the next set of results, or null if there are no additional results.