@aws-sdk/client-location

PutGeofenceCommandOutput Interface

The output of PutGeofenceCommand.

Members

Name
Type
Details
$metadata RequiredResponseMetadata
Metadata pertaining to this request.
CreateTime RequiredDate | undefined

The timestamp for when the geofence was created in ISO 8601  format: YYYY-MM-DDThh:mm:ss.sssZ

GeofenceId Requiredstring | undefined

The geofence identifier entered in the request.

UpdateTime RequiredDate | undefined

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

Full Signature

export interface PutGeofenceCommandOutput extends PutGeofenceResponse, MetadataBearer