Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
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.
LinkedService' | |
|
Instances
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: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.
$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.
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.
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.