Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data ServiceChange Source #
A complex type that contains changes to an existing service.
See: newServiceChange
smart constructor.
ServiceChange' | |
|
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: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
.
$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:description:ServiceChange'
, serviceChange_description
- A description for the service.
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
.
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_description :: Lens' ServiceChange (Maybe Text) Source #
A description for the service.