libZSservicesZSamazonka-route53ZSamazonka-route53
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.Route53.Types.DNSSECStatus

Description

 
Synopsis

Documentation

data DNSSECStatus Source #

A string repesenting the status of DNSSEC signing.

See: newDNSSECStatus smart constructor.

Constructors

DNSSECStatus' 

Fields

  • serveSignature :: Maybe Text

    A string that represents the current hosted zone signing status.

    Status can have one of the following values:

    SIGNING
    DNSSEC signing is enabled for the hosted zone.
    NOT_SIGNING
    DNSSEC signing is not enabled for the hosted zone.
    DELETING
    DNSSEC signing is in the process of being removed for the hosted zone.
    ACTION_NEEDED
    There is a problem with signing in the hosted zone that requires you to take action to resolve. For example, the customer managed customer master key (CMK) might have been deleted, or the permissions for the customer managed CMK might have been changed.
    INTERNAL_FAILURE
    There was an error during a request. Before you can continue to work with DNSSEC signing, including with key-signing keys (KSKs), you must correct the problem by enabling or disabling DNSSEC signing for the hosted zone.
  • statusMessage :: Maybe Text

    The status message provided for the following DNSSEC signing status: INTERNAL_FAILURE. The status message includes information about what the problem might be and steps that you can take to correct the issue.

Instances

Instances details
Eq DNSSECStatus Source # 
Instance details

Defined in Amazonka.Route53.Types.DNSSECStatus

Read DNSSECStatus Source # 
Instance details

Defined in Amazonka.Route53.Types.DNSSECStatus

Show DNSSECStatus Source # 
Instance details

Defined in Amazonka.Route53.Types.DNSSECStatus

Generic DNSSECStatus Source # 
Instance details

Defined in Amazonka.Route53.Types.DNSSECStatus

Associated Types

type Rep DNSSECStatus :: Type -> Type #

NFData DNSSECStatus Source # 
Instance details

Defined in Amazonka.Route53.Types.DNSSECStatus

Methods

rnf :: DNSSECStatus -> () #

Hashable DNSSECStatus Source # 
Instance details

Defined in Amazonka.Route53.Types.DNSSECStatus

FromXML DNSSECStatus Source # 
Instance details

Defined in Amazonka.Route53.Types.DNSSECStatus

type Rep DNSSECStatus Source # 
Instance details

Defined in Amazonka.Route53.Types.DNSSECStatus

type Rep DNSSECStatus = D1 ('MetaData "DNSSECStatus" "Amazonka.Route53.Types.DNSSECStatus" "libZSservicesZSamazonka-route53ZSamazonka-route53" 'False) (C1 ('MetaCons "DNSSECStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "serveSignature") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "statusMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newDNSSECStatus :: DNSSECStatus Source #

Create a value of DNSSECStatus 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:serveSignature:DNSSECStatus', dNSSECStatus_serveSignature - A string that represents the current hosted zone signing status.

Status can have one of the following values:

SIGNING
DNSSEC signing is enabled for the hosted zone.
NOT_SIGNING
DNSSEC signing is not enabled for the hosted zone.
DELETING
DNSSEC signing is in the process of being removed for the hosted zone.
ACTION_NEEDED
There is a problem with signing in the hosted zone that requires you to take action to resolve. For example, the customer managed customer master key (CMK) might have been deleted, or the permissions for the customer managed CMK might have been changed.
INTERNAL_FAILURE
There was an error during a request. Before you can continue to work with DNSSEC signing, including with key-signing keys (KSKs), you must correct the problem by enabling or disabling DNSSEC signing for the hosted zone.

$sel:statusMessage:DNSSECStatus', dNSSECStatus_statusMessage - The status message provided for the following DNSSEC signing status: INTERNAL_FAILURE. The status message includes information about what the problem might be and steps that you can take to correct the issue.

dNSSECStatus_serveSignature :: Lens' DNSSECStatus (Maybe Text) Source #

A string that represents the current hosted zone signing status.

Status can have one of the following values:

SIGNING
DNSSEC signing is enabled for the hosted zone.
NOT_SIGNING
DNSSEC signing is not enabled for the hosted zone.
DELETING
DNSSEC signing is in the process of being removed for the hosted zone.
ACTION_NEEDED
There is a problem with signing in the hosted zone that requires you to take action to resolve. For example, the customer managed customer master key (CMK) might have been deleted, or the permissions for the customer managed CMK might have been changed.
INTERNAL_FAILURE
There was an error during a request. Before you can continue to work with DNSSEC signing, including with key-signing keys (KSKs), you must correct the problem by enabling or disabling DNSSEC signing for the hosted zone.

dNSSECStatus_statusMessage :: Lens' DNSSECStatus (Maybe Text) Source #

The status message provided for the following DNSSEC signing status: INTERNAL_FAILURE. The status message includes information about what the problem might be and steps that you can take to correct the issue.