amazonka-route53-domains-2.0: Amazon Route 53 Domains 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.Route53Domains.AssociateDelegationSignerToDomain

Description

Creates a delegation signer (DS) record in the registry zone for this domain name.

Note that creating DS record at the registry impacts DNSSEC validation of your DNS records. This action may render your domain name unavailable on the internet if the steps are completed in the wrong order, or with incorrect timing. For more information about DNSSEC signing, see Configuring DNSSEC signing in the Route 53 developer guide.

Synopsis

Creating a Request

data AssociateDelegationSignerToDomain Source #

See: newAssociateDelegationSignerToDomain smart constructor.

Constructors

AssociateDelegationSignerToDomain' 

Fields

Instances

Instances details
ToJSON AssociateDelegationSignerToDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.AssociateDelegationSignerToDomain

ToHeaders AssociateDelegationSignerToDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.AssociateDelegationSignerToDomain

ToPath AssociateDelegationSignerToDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.AssociateDelegationSignerToDomain

ToQuery AssociateDelegationSignerToDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.AssociateDelegationSignerToDomain

AWSRequest AssociateDelegationSignerToDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.AssociateDelegationSignerToDomain

Generic AssociateDelegationSignerToDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.AssociateDelegationSignerToDomain

Associated Types

type Rep AssociateDelegationSignerToDomain :: Type -> Type #

Read AssociateDelegationSignerToDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.AssociateDelegationSignerToDomain

Show AssociateDelegationSignerToDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.AssociateDelegationSignerToDomain

NFData AssociateDelegationSignerToDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.AssociateDelegationSignerToDomain

Eq AssociateDelegationSignerToDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.AssociateDelegationSignerToDomain

Hashable AssociateDelegationSignerToDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.AssociateDelegationSignerToDomain

type AWSResponse AssociateDelegationSignerToDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.AssociateDelegationSignerToDomain

type Rep AssociateDelegationSignerToDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.AssociateDelegationSignerToDomain

type Rep AssociateDelegationSignerToDomain = D1 ('MetaData "AssociateDelegationSignerToDomain" "Amazonka.Route53Domains.AssociateDelegationSignerToDomain" "amazonka-route53-domains-2.0-6iruRSkjgLuDp958hFs0e" 'False) (C1 ('MetaCons "AssociateDelegationSignerToDomain'" 'PrefixI 'True) (S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "signingAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 DnssecSigningAttributes)))

newAssociateDelegationSignerToDomain Source #

Create a value of AssociateDelegationSignerToDomain 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:

AssociateDelegationSignerToDomain, associateDelegationSignerToDomain_domainName - The name of the domain.

$sel:signingAttributes:AssociateDelegationSignerToDomain', associateDelegationSignerToDomain_signingAttributes - The information about a key, including the algorithm, public key-value, and flags.

Request Lenses

associateDelegationSignerToDomain_signingAttributes :: Lens' AssociateDelegationSignerToDomain DnssecSigningAttributes Source #

The information about a key, including the algorithm, public key-value, and flags.

Destructuring the Response

data AssociateDelegationSignerToDomainResponse Source #

Constructors

AssociateDelegationSignerToDomainResponse' 

Fields

Instances

Instances details
Generic AssociateDelegationSignerToDomainResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.AssociateDelegationSignerToDomain

Read AssociateDelegationSignerToDomainResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.AssociateDelegationSignerToDomain

Show AssociateDelegationSignerToDomainResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.AssociateDelegationSignerToDomain

NFData AssociateDelegationSignerToDomainResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.AssociateDelegationSignerToDomain

Eq AssociateDelegationSignerToDomainResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.AssociateDelegationSignerToDomain

type Rep AssociateDelegationSignerToDomainResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.AssociateDelegationSignerToDomain

type Rep AssociateDelegationSignerToDomainResponse = D1 ('MetaData "AssociateDelegationSignerToDomainResponse" "Amazonka.Route53Domains.AssociateDelegationSignerToDomain" "amazonka-route53-domains-2.0-6iruRSkjgLuDp958hFs0e" 'False) (C1 ('MetaCons "AssociateDelegationSignerToDomainResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "operationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newAssociateDelegationSignerToDomainResponse Source #

Create a value of AssociateDelegationSignerToDomainResponse 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:

AssociateDelegationSignerToDomainResponse, associateDelegationSignerToDomainResponse_operationId - The identifier for tracking the progress of the request. To query the operation status, use GetOperationDetail.

$sel:httpStatus:AssociateDelegationSignerToDomainResponse', associateDelegationSignerToDomainResponse_httpStatus - The response's http status code.

Response Lenses

associateDelegationSignerToDomainResponse_operationId :: Lens' AssociateDelegationSignerToDomainResponse (Maybe Text) Source #

The identifier for tracking the progress of the request. To query the operation status, use GetOperationDetail.