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 |
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
- data DisassociateTrackerConsumer = DisassociateTrackerConsumer' {
- consumerArn :: Text
- trackerName :: Text
- newDisassociateTrackerConsumer :: Text -> Text -> DisassociateTrackerConsumer
- disassociateTrackerConsumer_consumerArn :: Lens' DisassociateTrackerConsumer Text
- disassociateTrackerConsumer_trackerName :: Lens' DisassociateTrackerConsumer Text
- data DisassociateTrackerConsumerResponse = DisassociateTrackerConsumerResponse' {
- httpStatus :: Int
- newDisassociateTrackerConsumerResponse :: Int -> DisassociateTrackerConsumerResponse
- disassociateTrackerConsumerResponse_httpStatus :: Lens' DisassociateTrackerConsumerResponse Int
Creating a Request
data DisassociateTrackerConsumer Source #
See: newDisassociateTrackerConsumer
smart constructor.
DisassociateTrackerConsumer' | |
|
Instances
newDisassociateTrackerConsumer Source #
:: Text | |
-> Text | |
-> DisassociateTrackerConsumer |
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 #
See: newDisassociateTrackerConsumerResponse
smart constructor.
DisassociateTrackerConsumerResponse' | |
|
Instances
Eq DisassociateTrackerConsumerResponse Source # | |
Read DisassociateTrackerConsumerResponse Source # | |
Show DisassociateTrackerConsumerResponse Source # | |
Generic DisassociateTrackerConsumerResponse Source # | |
NFData DisassociateTrackerConsumerResponse Source # | |
Defined in Amazonka.Location.DisassociateTrackerConsumer rnf :: DisassociateTrackerConsumerResponse -> () # | |
type Rep DisassociateTrackerConsumerResponse Source # | |
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
disassociateTrackerConsumerResponse_httpStatus :: Lens' DisassociateTrackerConsumerResponse Int Source #
The response's http status code.