- Navigation Guide
@aws-sdk/client-location
PutGeofenceCommandOutput Interface
The output of PutGeofenceCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | Metadata pertaining to this request. |
CreateTime Required | Date | undefined | The timestamp for when the geofence was created in ISO 8601 format: |
GeofenceId Required | string | undefined | The geofence identifier entered in the request. |
UpdateTime Required | Date | undefined | The timestamp for when the geofence was last updated in ISO 8601 format: |
Full Signature
export interface PutGeofenceCommandOutput extends PutGeofenceResponse, MetadataBearer