libZSservicesZSamazonka-locationZSamazonka-location
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.Location.DisassociateTrackerConsumer

Description

Removes the association between a tracker resource and a geofence collection.

Once you unlink a tracker resource from a geofence collection, the tracker positions will no longer be automatically evaluated against geofences.

Synopsis

Creating a Request

data DisassociateTrackerConsumer Source #

See: newDisassociateTrackerConsumer smart constructor.

Constructors

DisassociateTrackerConsumer' 

Fields

  • consumerArn :: Text

    The Amazon Resource Name (ARN) for the geofence collection to be disassociated from the tracker resource. Used when you need to specify a resource across all AWS.

    • Format example: arn:aws:geo:region:account-id:geofence-collection/ExampleGeofenceCollectionConsumer
  • trackerName :: Text

    The name of the tracker resource to be dissociated from the consumer.

Instances

Instances details
Eq DisassociateTrackerConsumer Source # 
Instance details

Defined in Amazonka.Location.DisassociateTrackerConsumer

Read DisassociateTrackerConsumer Source # 
Instance details

Defined in Amazonka.Location.DisassociateTrackerConsumer

Show DisassociateTrackerConsumer Source # 
Instance details

Defined in Amazonka.Location.DisassociateTrackerConsumer

Generic DisassociateTrackerConsumer Source # 
Instance details

Defined in Amazonka.Location.DisassociateTrackerConsumer

Associated Types

type Rep DisassociateTrackerConsumer :: Type -> Type #

NFData DisassociateTrackerConsumer Source # 
Instance details

Defined in Amazonka.Location.DisassociateTrackerConsumer

Hashable DisassociateTrackerConsumer Source # 
Instance details

Defined in Amazonka.Location.DisassociateTrackerConsumer

AWSRequest DisassociateTrackerConsumer Source # 
Instance details

Defined in Amazonka.Location.DisassociateTrackerConsumer

ToHeaders DisassociateTrackerConsumer Source # 
Instance details

Defined in Amazonka.Location.DisassociateTrackerConsumer

ToPath DisassociateTrackerConsumer Source # 
Instance details

Defined in Amazonka.Location.DisassociateTrackerConsumer

ToQuery DisassociateTrackerConsumer Source # 
Instance details

Defined in Amazonka.Location.DisassociateTrackerConsumer

type Rep DisassociateTrackerConsumer Source # 
Instance details

Defined in Amazonka.Location.DisassociateTrackerConsumer

type Rep DisassociateTrackerConsumer = D1 ('MetaData "DisassociateTrackerConsumer" "Amazonka.Location.DisassociateTrackerConsumer" "libZSservicesZSamazonka-locationZSamazonka-location" 'False) (C1 ('MetaCons "DisassociateTrackerConsumer'" 'PrefixI 'True) (S1 ('MetaSel ('Just "consumerArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "trackerName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DisassociateTrackerConsumer Source # 
Instance details

Defined in Amazonka.Location.DisassociateTrackerConsumer

newDisassociateTrackerConsumer Source #

Create a value of DisassociateTrackerConsumer 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:consumerArn:DisassociateTrackerConsumer', disassociateTrackerConsumer_consumerArn - The Amazon Resource Name (ARN) for the geofence collection to be disassociated from the tracker resource. Used when you need to specify a resource across all AWS.

  • Format example: arn:aws:geo:region:account-id:geofence-collection/ExampleGeofenceCollectionConsumer

$sel:trackerName:DisassociateTrackerConsumer', disassociateTrackerConsumer_trackerName - The name of the tracker resource to be dissociated from the consumer.

Request Lenses

disassociateTrackerConsumer_consumerArn :: Lens' DisassociateTrackerConsumer Text Source #

The Amazon Resource Name (ARN) for the geofence collection to be disassociated from the tracker resource. Used when you need to specify a resource across all AWS.

  • Format example: arn:aws:geo:region:account-id:geofence-collection/ExampleGeofenceCollectionConsumer

disassociateTrackerConsumer_trackerName :: Lens' DisassociateTrackerConsumer Text Source #

The name of the tracker resource to be dissociated from the consumer.

Destructuring the Response

data DisassociateTrackerConsumerResponse Source #

Constructors

DisassociateTrackerConsumerResponse' 

Fields

Instances

Instances details
Eq DisassociateTrackerConsumerResponse Source # 
Instance details

Defined in Amazonka.Location.DisassociateTrackerConsumer

Read DisassociateTrackerConsumerResponse Source # 
Instance details

Defined in Amazonka.Location.DisassociateTrackerConsumer

Show DisassociateTrackerConsumerResponse Source # 
Instance details

Defined in Amazonka.Location.DisassociateTrackerConsumer

Generic DisassociateTrackerConsumerResponse Source # 
Instance details

Defined in Amazonka.Location.DisassociateTrackerConsumer

NFData DisassociateTrackerConsumerResponse Source # 
Instance details

Defined in Amazonka.Location.DisassociateTrackerConsumer

type Rep DisassociateTrackerConsumerResponse Source # 
Instance details

Defined in Amazonka.Location.DisassociateTrackerConsumer

type Rep DisassociateTrackerConsumerResponse = D1 ('MetaData "DisassociateTrackerConsumerResponse" "Amazonka.Location.DisassociateTrackerConsumer" "libZSservicesZSamazonka-locationZSamazonka-location" 'False) (C1 ('MetaCons "DisassociateTrackerConsumerResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDisassociateTrackerConsumerResponse Source #

Create a value of DisassociateTrackerConsumerResponse 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:httpStatus:DisassociateTrackerConsumerResponse', disassociateTrackerConsumerResponse_httpStatus - The response's http status code.

Response Lenses