| 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 |
Amazonka.Route53AutoNaming.Types.ServiceChange
Description
Documentation
data ServiceChange Source #
A complex type that contains changes to an existing service.
See: newServiceChange smart constructor.
Constructors
| ServiceChange' | |
Fields
| |
Instances
newServiceChange :: ServiceChange Source #
Create a value of ServiceChange 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:ServiceChange', serviceChange_description - A description for the service.
$sel:dnsConfig:ServiceChange', serviceChange_dnsConfig - Information about the Route 53 DNS records that you want Cloud Map to
create when you register an instance.
$sel:healthCheckConfig:ServiceChange', serviceChange_healthCheckConfig - Public DNS and HTTP namespaces only. Settings for an optional health
check. If you specify settings for a health check, Cloud Map associates
the health check with the records that you specify in DnsConfig.
serviceChange_description :: Lens' ServiceChange (Maybe Text) Source #
A description for the service.
serviceChange_dnsConfig :: Lens' ServiceChange (Maybe DnsConfigChange) Source #
Information about the Route 53 DNS records that you want Cloud Map to create when you register an instance.
serviceChange_healthCheckConfig :: Lens' ServiceChange (Maybe HealthCheckConfig) Source #
Public DNS and HTTP namespaces only. Settings for an optional health
check. If you specify settings for a health check, Cloud Map associates
the health check with the records that you specify in DnsConfig.