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.LinkedService

Description

 
Synopsis

Documentation

data LinkedService Source #

If a health check or hosted zone was created by another service, LinkedService is a complex type that describes the service that created the resource. When a resource is created by another service, you can't edit or delete it using Amazon Route 53.

See: newLinkedService smart constructor.

Constructors

LinkedService' 

Fields

  • servicePrincipal :: Maybe Text

    If the health check or hosted zone was created by another service, the service that created the resource. When a resource is created by another service, you can't edit or delete it using Amazon Route 53.

  • description :: Maybe Text

    If the health check or hosted zone was created by another service, an optional description that can be provided by the other service. When a resource is created by another service, you can't edit or delete it using Amazon Route 53.

Instances

Instances details
Eq LinkedService Source # 
Instance details

Defined in Amazonka.Route53.Types.LinkedService

Read LinkedService Source # 
Instance details

Defined in Amazonka.Route53.Types.LinkedService

Show LinkedService Source # 
Instance details

Defined in Amazonka.Route53.Types.LinkedService

Generic LinkedService Source # 
Instance details

Defined in Amazonka.Route53.Types.LinkedService

Associated Types

type Rep LinkedService :: Type -> Type #

NFData LinkedService Source # 
Instance details

Defined in Amazonka.Route53.Types.LinkedService

Methods

rnf :: LinkedService -> () #

Hashable LinkedService Source # 
Instance details

Defined in Amazonka.Route53.Types.LinkedService

FromXML LinkedService Source # 
Instance details

Defined in Amazonka.Route53.Types.LinkedService

type Rep LinkedService Source # 
Instance details

Defined in Amazonka.Route53.Types.LinkedService

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

newLinkedService :: LinkedService Source #

Create a value of LinkedService 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:servicePrincipal:LinkedService', linkedService_servicePrincipal - If the health check or hosted zone was created by another service, the service that created the resource. When a resource is created by another service, you can't edit or delete it using Amazon Route 53.

$sel:description:LinkedService', linkedService_description - If the health check or hosted zone was created by another service, an optional description that can be provided by the other service. When a resource is created by another service, you can't edit or delete it using Amazon Route 53.

linkedService_servicePrincipal :: Lens' LinkedService (Maybe Text) Source #

If the health check or hosted zone was created by another service, the service that created the resource. When a resource is created by another service, you can't edit or delete it using Amazon Route 53.

linkedService_description :: Lens' LinkedService (Maybe Text) Source #

If the health check or hosted zone was created by another service, an optional description that can be provided by the other service. When a resource is created by another service, you can't edit or delete it using Amazon Route 53.