libZSservicesZSamazonka-route53-autonamingZSamazonka-route53-autonaming
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.Route53AutoNaming.DeregisterInstance

Description

Deletes the Amazon Route 53 DNS records and health check, if any, that Cloud Map created for the specified instance.

Synopsis

Creating a Request

data DeregisterInstance Source #

See: newDeregisterInstance smart constructor.

Constructors

DeregisterInstance' 

Fields

Instances

Instances details
Eq DeregisterInstance Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.DeregisterInstance

Read DeregisterInstance Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.DeregisterInstance

Show DeregisterInstance Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.DeregisterInstance

Generic DeregisterInstance Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.DeregisterInstance

Associated Types

type Rep DeregisterInstance :: Type -> Type #

NFData DeregisterInstance Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.DeregisterInstance

Methods

rnf :: DeregisterInstance -> () #

Hashable DeregisterInstance Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.DeregisterInstance

ToJSON DeregisterInstance Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.DeregisterInstance

AWSRequest DeregisterInstance Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.DeregisterInstance

Associated Types

type AWSResponse DeregisterInstance #

ToHeaders DeregisterInstance Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.DeregisterInstance

ToPath DeregisterInstance Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.DeregisterInstance

ToQuery DeregisterInstance Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.DeregisterInstance

type Rep DeregisterInstance Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.DeregisterInstance

type Rep DeregisterInstance = D1 ('MetaData "DeregisterInstance" "Amazonka.Route53AutoNaming.DeregisterInstance" "libZSservicesZSamazonka-route53-autonamingZSamazonka-route53-autonaming" 'False) (C1 ('MetaCons "DeregisterInstance'" 'PrefixI 'True) (S1 ('MetaSel ('Just "serviceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "instanceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeregisterInstance Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.DeregisterInstance

newDeregisterInstance Source #

Create a value of DeregisterInstance 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:serviceId:DeregisterInstance', deregisterInstance_serviceId - The ID of the service that the instance is associated with.

$sel:instanceId:DeregisterInstance', deregisterInstance_instanceId - The value that you specified for Id in the RegisterInstance request.

Request Lenses

deregisterInstance_serviceId :: Lens' DeregisterInstance Text Source #

The ID of the service that the instance is associated with.

deregisterInstance_instanceId :: Lens' DeregisterInstance Text Source #

The value that you specified for Id in the RegisterInstance request.

Destructuring the Response

data DeregisterInstanceResponse Source #

See: newDeregisterInstanceResponse smart constructor.

Constructors

DeregisterInstanceResponse' 

Fields

Instances

Instances details
Eq DeregisterInstanceResponse Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.DeregisterInstance

Read DeregisterInstanceResponse Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.DeregisterInstance

Show DeregisterInstanceResponse Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.DeregisterInstance

Generic DeregisterInstanceResponse Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.DeregisterInstance

Associated Types

type Rep DeregisterInstanceResponse :: Type -> Type #

NFData DeregisterInstanceResponse Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.DeregisterInstance

type Rep DeregisterInstanceResponse Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.DeregisterInstance

type Rep DeregisterInstanceResponse = D1 ('MetaData "DeregisterInstanceResponse" "Amazonka.Route53AutoNaming.DeregisterInstance" "libZSservicesZSamazonka-route53-autonamingZSamazonka-route53-autonaming" 'False) (C1 ('MetaCons "DeregisterInstanceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "operationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeregisterInstanceResponse Source #

Create a value of DeregisterInstanceResponse 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:operationId:DeregisterInstanceResponse', deregisterInstanceResponse_operationId - A value that you can use to determine whether the request completed successfully. To get the status of the operation, see GetOperation.

$sel:httpStatus:DeregisterInstanceResponse', deregisterInstanceResponse_httpStatus - The response's http status code.

Response Lenses

deregisterInstanceResponse_operationId :: Lens' DeregisterInstanceResponse (Maybe Text) Source #

A value that you can use to determine whether the request completed successfully. To get the status of the operation, see GetOperation.