libZSservicesZSamazonka-lightsailZSamazonka-lightsail
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.Lightsail.UpdateDomainEntry

Description

Updates a domain recordset after it is created.

The update domain entry operation supports tag-based access control via resource tags applied to the resource identified by domain name. For more information, see the Amazon Lightsail Developer Guide.

Synopsis

Creating a Request

data UpdateDomainEntry Source #

See: newUpdateDomainEntry smart constructor.

Constructors

UpdateDomainEntry' 

Fields

Instances

Instances details
Eq UpdateDomainEntry Source # 
Instance details

Defined in Amazonka.Lightsail.UpdateDomainEntry

Read UpdateDomainEntry Source # 
Instance details

Defined in Amazonka.Lightsail.UpdateDomainEntry

Show UpdateDomainEntry Source # 
Instance details

Defined in Amazonka.Lightsail.UpdateDomainEntry

Generic UpdateDomainEntry Source # 
Instance details

Defined in Amazonka.Lightsail.UpdateDomainEntry

Associated Types

type Rep UpdateDomainEntry :: Type -> Type #

NFData UpdateDomainEntry Source # 
Instance details

Defined in Amazonka.Lightsail.UpdateDomainEntry

Methods

rnf :: UpdateDomainEntry -> () #

Hashable UpdateDomainEntry Source # 
Instance details

Defined in Amazonka.Lightsail.UpdateDomainEntry

ToJSON UpdateDomainEntry Source # 
Instance details

Defined in Amazonka.Lightsail.UpdateDomainEntry

AWSRequest UpdateDomainEntry Source # 
Instance details

Defined in Amazonka.Lightsail.UpdateDomainEntry

Associated Types

type AWSResponse UpdateDomainEntry #

ToHeaders UpdateDomainEntry Source # 
Instance details

Defined in Amazonka.Lightsail.UpdateDomainEntry

ToPath UpdateDomainEntry Source # 
Instance details

Defined in Amazonka.Lightsail.UpdateDomainEntry

ToQuery UpdateDomainEntry Source # 
Instance details

Defined in Amazonka.Lightsail.UpdateDomainEntry

type Rep UpdateDomainEntry Source # 
Instance details

Defined in Amazonka.Lightsail.UpdateDomainEntry

type Rep UpdateDomainEntry = D1 ('MetaData "UpdateDomainEntry" "Amazonka.Lightsail.UpdateDomainEntry" "libZSservicesZSamazonka-lightsailZSamazonka-lightsail" 'False) (C1 ('MetaCons "UpdateDomainEntry'" 'PrefixI 'True) (S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "domainEntry") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 DomainEntry)))
type AWSResponse UpdateDomainEntry Source # 
Instance details

Defined in Amazonka.Lightsail.UpdateDomainEntry

newUpdateDomainEntry Source #

Create a value of UpdateDomainEntry 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:domainName:UpdateDomainEntry', updateDomainEntry_domainName - The name of the domain recordset to update.

$sel:domainEntry:UpdateDomainEntry', updateDomainEntry_domainEntry - An array of key-value pairs containing information about the domain entry.

Request Lenses

updateDomainEntry_domainName :: Lens' UpdateDomainEntry Text Source #

The name of the domain recordset to update.

updateDomainEntry_domainEntry :: Lens' UpdateDomainEntry DomainEntry Source #

An array of key-value pairs containing information about the domain entry.

Destructuring the Response

data UpdateDomainEntryResponse Source #

See: newUpdateDomainEntryResponse smart constructor.

Constructors

UpdateDomainEntryResponse' 

Fields

  • operations :: Maybe [Operation]

    An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.

  • httpStatus :: Int

    The response's http status code.

Instances

Instances details
Eq UpdateDomainEntryResponse Source # 
Instance details

Defined in Amazonka.Lightsail.UpdateDomainEntry

Read UpdateDomainEntryResponse Source # 
Instance details

Defined in Amazonka.Lightsail.UpdateDomainEntry

Show UpdateDomainEntryResponse Source # 
Instance details

Defined in Amazonka.Lightsail.UpdateDomainEntry

Generic UpdateDomainEntryResponse Source # 
Instance details

Defined in Amazonka.Lightsail.UpdateDomainEntry

Associated Types

type Rep UpdateDomainEntryResponse :: Type -> Type #

NFData UpdateDomainEntryResponse Source # 
Instance details

Defined in Amazonka.Lightsail.UpdateDomainEntry

type Rep UpdateDomainEntryResponse Source # 
Instance details

Defined in Amazonka.Lightsail.UpdateDomainEntry

type Rep UpdateDomainEntryResponse = D1 ('MetaData "UpdateDomainEntryResponse" "Amazonka.Lightsail.UpdateDomainEntry" "libZSservicesZSamazonka-lightsailZSamazonka-lightsail" 'False) (C1 ('MetaCons "UpdateDomainEntryResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "operations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Operation])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateDomainEntryResponse Source #

Create a value of UpdateDomainEntryResponse 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:operations:UpdateDomainEntryResponse', updateDomainEntryResponse_operations - An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.

$sel:httpStatus:UpdateDomainEntryResponse', updateDomainEntryResponse_httpStatus - The response's http status code.

Response Lenses

updateDomainEntryResponse_operations :: Lens' UpdateDomainEntryResponse (Maybe [Operation]) Source #

An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.