amazonka-apigateway-1.4.0: Amazon API Gateway 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.APIGateway.UpdateDomainName

Contents

Description

Changes information about the DomainName resource.

Synopsis

Creating a Request

updateDomainName Source

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

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

Request Lenses

udnPatchOperations :: Lens' UpdateDomainName [PatchOperation] Source

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

udnDomainName :: Lens' UpdateDomainName Text Source

The name of the DomainName resource to be changed.

Destructuring the Response

domainName :: DomainName Source

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

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

data DomainName Source

Represents a domain name that is contained in a simpler, more intuitive URL that can be called.

See: domainName smart constructor.

Response Lenses

dnCertificateName :: Lens' DomainName (Maybe Text) Source

The name of the certificate.

dnDomainName :: Lens' DomainName (Maybe Text) Source

The name of the DomainName resource.

dnCertificateUploadDate :: Lens' DomainName (Maybe UTCTime) Source

The date when the certificate was uploaded, in ISO 8601 format.

dnDistributionDomainName :: Lens' DomainName (Maybe Text) Source

The domain name of the Amazon CloudFront distribution. For more information, see the Amazon CloudFront documentation.