amazonka-location-2.0: Amazon Location Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Location.UpdateGeofenceCollection

Description

Updates the specified properties of a given geofence collection.

Synopsis

Creating a Request

data UpdateGeofenceCollection Source #

See: newUpdateGeofenceCollection smart constructor.

Constructors

UpdateGeofenceCollection' 

Fields

Instances

Instances details
ToJSON UpdateGeofenceCollection Source # 
Instance details

Defined in Amazonka.Location.UpdateGeofenceCollection

ToHeaders UpdateGeofenceCollection Source # 
Instance details

Defined in Amazonka.Location.UpdateGeofenceCollection

ToPath UpdateGeofenceCollection Source # 
Instance details

Defined in Amazonka.Location.UpdateGeofenceCollection

ToQuery UpdateGeofenceCollection Source # 
Instance details

Defined in Amazonka.Location.UpdateGeofenceCollection

AWSRequest UpdateGeofenceCollection Source # 
Instance details

Defined in Amazonka.Location.UpdateGeofenceCollection

Generic UpdateGeofenceCollection Source # 
Instance details

Defined in Amazonka.Location.UpdateGeofenceCollection

Associated Types

type Rep UpdateGeofenceCollection :: Type -> Type #

Read UpdateGeofenceCollection Source # 
Instance details

Defined in Amazonka.Location.UpdateGeofenceCollection

Show UpdateGeofenceCollection Source # 
Instance details

Defined in Amazonka.Location.UpdateGeofenceCollection

NFData UpdateGeofenceCollection Source # 
Instance details

Defined in Amazonka.Location.UpdateGeofenceCollection

Eq UpdateGeofenceCollection Source # 
Instance details

Defined in Amazonka.Location.UpdateGeofenceCollection

Hashable UpdateGeofenceCollection Source # 
Instance details

Defined in Amazonka.Location.UpdateGeofenceCollection

type AWSResponse UpdateGeofenceCollection Source # 
Instance details

Defined in Amazonka.Location.UpdateGeofenceCollection

type Rep UpdateGeofenceCollection Source # 
Instance details

Defined in Amazonka.Location.UpdateGeofenceCollection

type Rep UpdateGeofenceCollection = D1 ('MetaData "UpdateGeofenceCollection" "Amazonka.Location.UpdateGeofenceCollection" "amazonka-location-2.0-4NLaYgEbMXwF6j2j7LAFNb" 'False) (C1 ('MetaCons "UpdateGeofenceCollection'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "pricingPlan") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PricingPlan))) :*: (S1 ('MetaSel ('Just "pricingPlanDataSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "collectionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newUpdateGeofenceCollection Source #

Create a value of UpdateGeofenceCollection 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:

UpdateGeofenceCollection, updateGeofenceCollection_description - Updates the description for the geofence collection.

UpdateGeofenceCollection, updateGeofenceCollection_pricingPlan - No longer used. If included, the only allowed value is RequestBasedUsage.

UpdateGeofenceCollection, updateGeofenceCollection_pricingPlanDataSource - This parameter is no longer used.

UpdateGeofenceCollection, updateGeofenceCollection_collectionName - The name of the geofence collection to update.

Request Lenses

updateGeofenceCollection_description :: Lens' UpdateGeofenceCollection (Maybe Text) Source #

Updates the description for the geofence collection.

updateGeofenceCollection_pricingPlan :: Lens' UpdateGeofenceCollection (Maybe PricingPlan) Source #

No longer used. If included, the only allowed value is RequestBasedUsage.

updateGeofenceCollection_collectionName :: Lens' UpdateGeofenceCollection Text Source #

The name of the geofence collection to update.

Destructuring the Response

data UpdateGeofenceCollectionResponse Source #

See: newUpdateGeofenceCollectionResponse smart constructor.

Constructors

UpdateGeofenceCollectionResponse' 

Fields

  • httpStatus :: Int

    The response's http status code.

  • collectionArn :: Text

    The Amazon Resource Name (ARN) of the updated geofence collection. Used to specify a resource across AWS.

    • Format example: arn:aws:geo:region:account-id:geofence-collection/ExampleGeofenceCollection
  • collectionName :: Text

    The name of the updated geofence collection.

  • updateTime :: ISO8601

    The time when the geofence collection was last updated in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ

Instances

Instances details
Generic UpdateGeofenceCollectionResponse Source # 
Instance details

Defined in Amazonka.Location.UpdateGeofenceCollection

Associated Types

type Rep UpdateGeofenceCollectionResponse :: Type -> Type #

Read UpdateGeofenceCollectionResponse Source # 
Instance details

Defined in Amazonka.Location.UpdateGeofenceCollection

Show UpdateGeofenceCollectionResponse Source # 
Instance details

Defined in Amazonka.Location.UpdateGeofenceCollection

NFData UpdateGeofenceCollectionResponse Source # 
Instance details

Defined in Amazonka.Location.UpdateGeofenceCollection

Eq UpdateGeofenceCollectionResponse Source # 
Instance details

Defined in Amazonka.Location.UpdateGeofenceCollection

type Rep UpdateGeofenceCollectionResponse Source # 
Instance details

Defined in Amazonka.Location.UpdateGeofenceCollection

type Rep UpdateGeofenceCollectionResponse = D1 ('MetaData "UpdateGeofenceCollectionResponse" "Amazonka.Location.UpdateGeofenceCollection" "amazonka-location-2.0-4NLaYgEbMXwF6j2j7LAFNb" 'False) (C1 ('MetaCons "UpdateGeofenceCollectionResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "collectionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "collectionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "updateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ISO8601))))

newUpdateGeofenceCollectionResponse Source #

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

$sel:collectionArn:UpdateGeofenceCollectionResponse', updateGeofenceCollectionResponse_collectionArn - The Amazon Resource Name (ARN) of the updated geofence collection. Used to specify a resource across AWS.

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

UpdateGeofenceCollection, updateGeofenceCollectionResponse_collectionName - The name of the updated geofence collection.

UpdateGeofenceCollectionResponse, updateGeofenceCollectionResponse_updateTime - The time when the geofence collection was last updated in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ

Response Lenses

updateGeofenceCollectionResponse_collectionArn :: Lens' UpdateGeofenceCollectionResponse Text Source #

The Amazon Resource Name (ARN) of the updated geofence collection. Used to specify a resource across AWS.

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

updateGeofenceCollectionResponse_updateTime :: Lens' UpdateGeofenceCollectionResponse UTCTime Source #

The time when the geofence collection was last updated in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ