libZSservicesZSamazonka-cloudfrontZSamazonka-cloudfront
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.CloudFront.GetPublicKeyConfig

Description

Gets a public key configuration.

Synopsis

Creating a Request

data GetPublicKeyConfig Source #

See: newGetPublicKeyConfig smart constructor.

Constructors

GetPublicKeyConfig' 

Fields

  • id :: Text

    The identifier of the public key whose configuration you are getting.

Instances

Instances details
Eq GetPublicKeyConfig Source # 
Instance details

Defined in Amazonka.CloudFront.GetPublicKeyConfig

Read GetPublicKeyConfig Source # 
Instance details

Defined in Amazonka.CloudFront.GetPublicKeyConfig

Show GetPublicKeyConfig Source # 
Instance details

Defined in Amazonka.CloudFront.GetPublicKeyConfig

Generic GetPublicKeyConfig Source # 
Instance details

Defined in Amazonka.CloudFront.GetPublicKeyConfig

Associated Types

type Rep GetPublicKeyConfig :: Type -> Type #

NFData GetPublicKeyConfig Source # 
Instance details

Defined in Amazonka.CloudFront.GetPublicKeyConfig

Methods

rnf :: GetPublicKeyConfig -> () #

Hashable GetPublicKeyConfig Source # 
Instance details

Defined in Amazonka.CloudFront.GetPublicKeyConfig

AWSRequest GetPublicKeyConfig Source # 
Instance details

Defined in Amazonka.CloudFront.GetPublicKeyConfig

Associated Types

type AWSResponse GetPublicKeyConfig #

ToHeaders GetPublicKeyConfig Source # 
Instance details

Defined in Amazonka.CloudFront.GetPublicKeyConfig

ToPath GetPublicKeyConfig Source # 
Instance details

Defined in Amazonka.CloudFront.GetPublicKeyConfig

ToQuery GetPublicKeyConfig Source # 
Instance details

Defined in Amazonka.CloudFront.GetPublicKeyConfig

type Rep GetPublicKeyConfig Source # 
Instance details

Defined in Amazonka.CloudFront.GetPublicKeyConfig

type Rep GetPublicKeyConfig = D1 ('MetaData "GetPublicKeyConfig" "Amazonka.CloudFront.GetPublicKeyConfig" "libZSservicesZSamazonka-cloudfrontZSamazonka-cloudfront" 'False) (C1 ('MetaCons "GetPublicKeyConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetPublicKeyConfig Source # 
Instance details

Defined in Amazonka.CloudFront.GetPublicKeyConfig

newGetPublicKeyConfig Source #

Create a value of GetPublicKeyConfig 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:id:GetPublicKeyConfig', getPublicKeyConfig_id - The identifier of the public key whose configuration you are getting.

Request Lenses

getPublicKeyConfig_id :: Lens' GetPublicKeyConfig Text Source #

The identifier of the public key whose configuration you are getting.

Destructuring the Response

data GetPublicKeyConfigResponse Source #

See: newGetPublicKeyConfigResponse smart constructor.

Constructors

GetPublicKeyConfigResponse' 

Fields

Instances

Instances details
Eq GetPublicKeyConfigResponse Source # 
Instance details

Defined in Amazonka.CloudFront.GetPublicKeyConfig

Read GetPublicKeyConfigResponse Source # 
Instance details

Defined in Amazonka.CloudFront.GetPublicKeyConfig

Show GetPublicKeyConfigResponse Source # 
Instance details

Defined in Amazonka.CloudFront.GetPublicKeyConfig

Generic GetPublicKeyConfigResponse Source # 
Instance details

Defined in Amazonka.CloudFront.GetPublicKeyConfig

Associated Types

type Rep GetPublicKeyConfigResponse :: Type -> Type #

NFData GetPublicKeyConfigResponse Source # 
Instance details

Defined in Amazonka.CloudFront.GetPublicKeyConfig

type Rep GetPublicKeyConfigResponse Source # 
Instance details

Defined in Amazonka.CloudFront.GetPublicKeyConfig

type Rep GetPublicKeyConfigResponse = D1 ('MetaData "GetPublicKeyConfigResponse" "Amazonka.CloudFront.GetPublicKeyConfig" "libZSservicesZSamazonka-cloudfrontZSamazonka-cloudfront" 'False) (C1 ('MetaCons "GetPublicKeyConfigResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "eTag") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "publicKeyConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PublicKeyConfig)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newGetPublicKeyConfigResponse Source #

Create a value of GetPublicKeyConfigResponse 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:eTag:GetPublicKeyConfigResponse', getPublicKeyConfigResponse_eTag - The identifier for this version of the public key configuration.

$sel:publicKeyConfig:GetPublicKeyConfigResponse', getPublicKeyConfigResponse_publicKeyConfig - A public key configuration.

$sel:httpStatus:GetPublicKeyConfigResponse', getPublicKeyConfigResponse_httpStatus - The response's http status code.

Response Lenses

getPublicKeyConfigResponse_eTag :: Lens' GetPublicKeyConfigResponse (Maybe Text) Source #

The identifier for this version of the public key configuration.