types

package
v0.0.0-...-68f2935 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 24, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AccessDeniedException

type AccessDeniedException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

The request was denied because of insufficient access or permissions. Check with an administrator to verify your permissions.

func (*AccessDeniedException) Error

func (e *AccessDeniedException) Error() string

func (*AccessDeniedException) ErrorCode

func (e *AccessDeniedException) ErrorCode() string

func (*AccessDeniedException) ErrorFault

func (e *AccessDeniedException) ErrorFault() smithy.ErrorFault

func (*AccessDeniedException) ErrorMessage

func (e *AccessDeniedException) ErrorMessage() string

type ApiKeyFilter

type ApiKeyFilter struct {

	// Filter on Active or Expired API keys.
	KeyStatus Status
	// contains filtered or unexported fields
}

Options for filtering API keys.

type ApiKeyRestrictions

type ApiKeyRestrictions struct {

	// A list of allowed actions that an API key resource grants permissions to
	// perform. You must have at least one action for each type of resource. For
	// example, if you have a place resource, you must include at least one place
	// action.
	//
	// The following are valid values for the actions.
	//
	//   - Map actions
	//
	//   - geo:GetMap* - Allows all actions needed for map rendering.
	//
	//   - Place actions
	//
	//   - geo:SearchPlaceIndexForText - Allows geocoding.
	//
	//   - geo:SearchPlaceIndexForPosition - Allows reverse geocoding.
	//
	//   - geo:SearchPlaceIndexForSuggestions - Allows generating suggestions from text.
	//
	//   - GetPlace - Allows finding a place by place ID.
	//
	//   - Route actions
	//
	//   - geo:CalculateRoute - Allows point to point routing.
	//
	//   - geo:CalculateRouteMatrix - Allows calculating a matrix of routes.
	//
	// You must use these strings exactly. For example, to provide access to map
	// rendering, the only valid action is geo:GetMap* as an input to the list.
	// ["geo:GetMap*"] is valid but ["geo:GetMapTile"] is not. Similarly, you cannot
	// use ["geo:SearchPlaceIndexFor*"] - you must list each of the Place actions
	// separately.
	//
	// This member is required.
	AllowActions []string

	// A list of allowed resource ARNs that a API key bearer can perform actions on.
	//
	//   - The ARN must be the correct ARN for a map, place, or route ARN. You may
	//   include wildcards in the resource-id to match multiple resources of the same
	//   type.
	//
	//   - The resources must be in the same partition , region , and account-id as the
	//   key that is being created.
	//
	//   - Other than wildcards, you must include the full ARN, including the arn ,
	//   partition , service , region , account-id and resource-id delimited by colons
	//   (:).
	//
	//   - No spaces allowed, even with wildcards. For example,
	//   arn:aws:geo:region:account-id:map/ExampleMap* .
	//
	// For more information about ARN format, see [Amazon Resource Names (ARNs)].
	//
	// [Amazon Resource Names (ARNs)]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
	//
	// This member is required.
	AllowResources []string

	// An optional list of allowed HTTP referers for which requests must originate
	// from. Requests using this API key from other domains will not be allowed.
	//
	// Requirements:
	//
	//   - Contain only alphanumeric characters (A–Z, a–z, 0–9) or any symbols in this
	//   list $\-._+!*`(),;/?:@=&
	//
	//   - May contain a percent (%) if followed by 2 hexadecimal digits (A-F, a-f,
	//   0-9); this is used for URL encoding purposes.
	//
	//   - May contain wildcard characters question mark (?) and asterisk (*).
	//
	// Question mark (?) will replace any single character (including hexadecimal
	//   digits).
	//
	// Asterisk (*) will replace any multiple characters (including multiple
	//   hexadecimal digits).
	//
	//   - No spaces allowed. For example, https://example.com .
	AllowReferers []string
	// contains filtered or unexported fields
}

API Restrictions on the allowed actions, resources, and referers for an API key resource.

type BatchDeleteDevicePositionHistoryError

type BatchDeleteDevicePositionHistoryError struct {

	// The ID of the device for this position.
	//
	// This member is required.
	DeviceId *string

	// Contains the batch request error details associated with the request.
	//
	// This member is required.
	Error *BatchItemError
	// contains filtered or unexported fields
}

Contains the tracker resource details.

type BatchDeleteGeofenceError

type BatchDeleteGeofenceError struct {

	// Contains details associated to the batch error.
	//
	// This member is required.
	Error *BatchItemError

	// The geofence associated with the error message.
	//
	// This member is required.
	GeofenceId *string
	// contains filtered or unexported fields
}

Contains error details for each geofence that failed to delete from the geofence collection.

type BatchEvaluateGeofencesError

type BatchEvaluateGeofencesError struct {

	// The device associated with the position evaluation error.
	//
	// This member is required.
	DeviceId *string

	// Contains details associated to the batch error.
	//
	// This member is required.
	Error *BatchItemError

	// Specifies a timestamp for when the error occurred in [ISO 8601] format:
	// YYYY-MM-DDThh:mm:ss.sssZ
	//
	// [ISO 8601]: https://www.iso.org/iso-8601-date-and-time-format.html
	//
	// This member is required.
	SampleTime *time.Time
	// contains filtered or unexported fields
}

Contains error details for each device that failed to evaluate its position against the geofences in a given geofence collection.

type BatchGetDevicePositionError

type BatchGetDevicePositionError struct {

	// The ID of the device that didn't return a position.
	//
	// This member is required.
	DeviceId *string

	// Contains details related to the error code.
	//
	// This member is required.
	Error *BatchItemError
	// contains filtered or unexported fields
}

Contains error details for each device that didn't return a position.

type BatchItemError

type BatchItemError struct {

	// The error code associated with the batch request error.
	Code BatchItemErrorCode

	// A message with the reason for the batch request error.
	Message *string
	// contains filtered or unexported fields
}

Contains the batch request error details associated with the request.

type BatchItemErrorCode

type BatchItemErrorCode string

func (BatchItemErrorCode) Values

Values returns all known values for BatchItemErrorCode. Note that this can be expanded in the future, and so it is only as up to date as the client.

The ordering of this slice is not guaranteed to be stable across updates.

type BatchPutGeofenceError

type BatchPutGeofenceError struct {

	// Contains details associated to the batch error.
	//
	// This member is required.
	Error *BatchItemError

	// The geofence associated with the error message.
	//
	// This member is required.
	GeofenceId *string
	// contains filtered or unexported fields
}

Contains error details for each geofence that failed to be stored in a given geofence collection.

type BatchPutGeofenceRequestEntry

type BatchPutGeofenceRequestEntry struct {

	// The identifier for the geofence to be stored in a given geofence collection.
	//
	// This member is required.
	GeofenceId *string

	// Contains the details of the position of the geofence. Can be either a polygon
	// or a circle. Including both will return a validation error.
	//
	// Each [geofence polygon] can have a maximum of 1,000 vertices.
	//
	// [geofence polygon]: https://docs.aws.amazon.com/location-geofences/latest/APIReference/API_GeofenceGeometry.html
	//
	// This member is required.
	Geometry *GeofenceGeometry

	// Associates one of more properties with the geofence. A property is a key-value
	// pair stored with the geofence and added to any geofence event triggered with
	// that geofence.
	//
	// Format: "key" : "value"
	GeofenceProperties map[string]string
	// contains filtered or unexported fields
}

Contains geofence geometry details.

type BatchPutGeofenceSuccess

type BatchPutGeofenceSuccess struct {

	// The timestamp for when the geofence was stored in a geofence collection in [ISO 8601]
	// format: YYYY-MM-DDThh:mm:ss.sssZ
	//
	// [ISO 8601]: https://www.iso.org/iso-8601-date-and-time-format.html
	//
	// This member is required.
	CreateTime *time.Time

	// The geofence successfully stored in a geofence collection.
	//
	// This member is required.
	GeofenceId *string

	// The timestamp for when the geofence was last updated in [ISO 8601] format:
	// YYYY-MM-DDThh:mm:ss.sssZ
	//
	// [ISO 8601]: https://www.iso.org/iso-8601-date-and-time-format.html
	//
	// This member is required.
	UpdateTime *time.Time
	// contains filtered or unexported fields
}

Contains a summary of each geofence that was successfully stored in a given geofence collection.

type BatchUpdateDevicePositionError

type BatchUpdateDevicePositionError struct {

	// The device associated with the failed location update.
	//
	// This member is required.
	DeviceId *string

	// Contains details related to the error code such as the error code and error
	// message.
	//
	// This member is required.
	Error *BatchItemError

	// The timestamp at which the device position was determined. Uses [ISO 8601] format:
	// YYYY-MM-DDThh:mm:ss.sssZ .
	//
	// [ISO 8601]: https://www.iso.org/iso-8601-date-and-time-format.html
	//
	// This member is required.
	SampleTime *time.Time
	// contains filtered or unexported fields
}

Contains error details for each device that failed to update its position.

type CalculateRouteCarModeOptions

type CalculateRouteCarModeOptions struct {

	// Avoids ferries when calculating routes.
	//
	// Default Value: false
	//
	// Valid Values: false | true
	AvoidFerries *bool

	// Avoids tolls when calculating routes.
	//
	// Default Value: false
	//
	// Valid Values: false | true
	AvoidTolls *bool
	// contains filtered or unexported fields
}

Contains details about additional route preferences for requests that specify TravelMode as Car .

type CalculateRouteMatrixSummary

type CalculateRouteMatrixSummary struct {

	// The data provider of traffic and road network data used to calculate the
	// routes. Indicates one of the available providers:
	//
	//   - Esri
	//
	//   - Grab
	//
	//   - Here
	//
	// For more information about data providers, see [Amazon Location Service data providers].
	//
	// [Amazon Location Service data providers]: https://docs.aws.amazon.com/location/latest/developerguide/what-is-data-provider.html
	//
	// This member is required.
	DataSource *string

	// The unit of measurement for route distances.
	//
	// This member is required.
	DistanceUnit DistanceUnit

	// The count of error results in the route matrix. If this number is 0, all routes
	// were calculated successfully.
	//
	// This member is required.
	ErrorCount *int32

	// The count of cells in the route matrix. Equal to the number of
	// DeparturePositions multiplied by the number of DestinationPositions .
	//
	// This member is required.
	RouteCount *int32
	// contains filtered or unexported fields
}

A summary of the calculated route matrix.

type CalculateRouteSummary

type CalculateRouteSummary struct {

	// The data provider of traffic and road network data used to calculate the route.
	// Indicates one of the available providers:
	//
	//   - Esri
	//
	//   - Grab
	//
	//   - Here
	//
	// For more information about data providers, see [Amazon Location Service data providers].
	//
	// [Amazon Location Service data providers]: https://docs.aws.amazon.com/location/latest/developerguide/what-is-data-provider.html
	//
	// This member is required.
	DataSource *string

	// The total distance covered by the route. The sum of the distance travelled
	// between every stop on the route.
	//
	// If Esri is the data source for the route calculator, the route distance can’t
	// be greater than 400 km. If the route exceeds 400 km, the response is a 400
	// RoutesValidationException error.
	//
	// This member is required.
	Distance *float64

	// The unit of measurement for route distances.
	//
	// This member is required.
	DistanceUnit DistanceUnit

	// The total travel time for the route measured in seconds. The sum of the travel
	// time between every stop on the route.
	//
	// This member is required.
	DurationSeconds *float64

	// Specifies a geographical box surrounding a route. Used to zoom into a route
	// when displaying it in a map. For example, [min x, min y, max x, max y] .
	//
	// The first 2 bbox parameters describe the lower southwest corner:
	//
	//   - The first bbox position is the X coordinate or longitude of the lower
	//   southwest corner.
	//
	//   - The second bbox position is the Y coordinate or latitude of the lower
	//   southwest corner.
	//
	// The next 2 bbox parameters describe the upper northeast corner:
	//
	//   - The third bbox position is the X coordinate, or longitude of the upper
	//   northeast corner.
	//
	//   - The fourth bbox position is the Y coordinate, or latitude of the upper
	//   northeast corner.
	//
	// This member is required.
	RouteBBox []float64
	// contains filtered or unexported fields
}

A summary of the calculated route.

type CalculateRouteTruckModeOptions

type CalculateRouteTruckModeOptions struct {

	// Avoids ferries when calculating routes.
	//
	// Default Value: false
	//
	// Valid Values: false | true
	AvoidFerries *bool

	// Avoids tolls when calculating routes.
	//
	// Default Value: false
	//
	// Valid Values: false | true
	AvoidTolls *bool

	// Specifies the truck's dimension specifications including length, height, width,
	// and unit of measurement. Used to avoid roads that can't support the truck's
	// dimensions.
	Dimensions *TruckDimensions

	// Specifies the truck's weight specifications including total weight and unit of
	// measurement. Used to avoid roads that can't support the truck's weight.
	Weight *TruckWeight
	// contains filtered or unexported fields
}

Contains details about additional route preferences for requests that specify TravelMode as Truck .

type Circle

type Circle struct {

	// A single point geometry, specifying the center of the circle, using [WGS 84]
	// coordinates, in the form [longitude, latitude] .
	//
	// [WGS 84]: https://gisgeography.com/wgs84-world-geodetic-system/
	//
	// This member is required.
	Center []float64

	// The radius of the circle in meters. Must be greater than zero and no larger
	// than 100,000 (100 kilometers).
	//
	// This member is required.
	Radius *float64
	// contains filtered or unexported fields
}

A circle on the earth, as defined by a center point and a radius.

type ConflictException

type ConflictException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

The request was unsuccessful because of a conflict.

func (*ConflictException) Error

func (e *ConflictException) Error() string

func (*ConflictException) ErrorCode

func (e *ConflictException) ErrorCode() string

func (*ConflictException) ErrorFault

func (e *ConflictException) ErrorFault() smithy.ErrorFault

func (*ConflictException) ErrorMessage

func (e *ConflictException) ErrorMessage() string

type DataSourceConfiguration

type DataSourceConfiguration struct {

	// Specifies how the results of an operation will be stored by the caller.
	//
	// Valid values include:
	//
	//   - SingleUse specifies that the results won't be stored.
	//
	//   - Storage specifies that the result can be cached or stored in a database.
	//
	// Default value: SingleUse
	IntendedUse IntendedUse
	// contains filtered or unexported fields
}

Specifies the data storage option chosen for requesting Places.

When using Amazon Location Places:

  • If using HERE Technologies as a data provider, you can't store results for locations in Japan by setting IntendedUse to Storage . parameter.

  • Under the MobileAssetTracking or MobilAssetManagement pricing plan, you can't store results from your place index resources by setting IntendedUse to Storage . This returns a validation exception error.

For more information, see the AWS Service Terms for Amazon Location Service.

type DevicePosition

type DevicePosition struct {

	// The last known device position.
	//
	// This member is required.
	Position []float64

	// The timestamp for when the tracker resource received the device position in [ISO 8601]
	// format: YYYY-MM-DDThh:mm:ss.sssZ .
	//
	// [ISO 8601]: https://www.iso.org/iso-8601-date-and-time-format.html
	//
	// This member is required.
	ReceivedTime *time.Time

	// The timestamp at which the device's position was determined. Uses [ISO 8601] format:
	// YYYY-MM-DDThh:mm:ss.sssZ .
	//
	// [ISO 8601]: https://www.iso.org/iso-8601-date-and-time-format.html
	//
	// This member is required.
	SampleTime *time.Time

	// The accuracy of the device position.
	Accuracy *PositionalAccuracy

	// The device whose position you retrieved.
	DeviceId *string

	// The properties associated with the position.
	PositionProperties map[string]string
	// contains filtered or unexported fields
}

Contains the device position details.

type DevicePositionUpdate

type DevicePositionUpdate struct {

	// The device associated to the position update.
	//
	// This member is required.
	DeviceId *string

	// The latest device position defined in [WGS 84] format: [X or longitude, Y or latitude] .
	//
	// [WGS 84]: https://earth-info.nga.mil/index.php?dir=wgs84&action=wgs84
	//
	// This member is required.
	Position []float64

	// The timestamp at which the device's position was determined. Uses [ISO 8601] format:
	// YYYY-MM-DDThh:mm:ss.sssZ
	//
	// [ISO 8601]: https://www.iso.org/iso-8601-date-and-time-format.html
	//
	// This member is required.
	SampleTime *time.Time

	// The accuracy of the device position.
	Accuracy *PositionalAccuracy

	// Associates one of more properties with the position update. A property is a
	// key-value pair stored with the position update and added to any geofence event
	// the update may trigger.
	//
	// Format: "key" : "value"
	PositionProperties map[string]string
	// contains filtered or unexported fields
}

Contains the position update details for a device.

type DimensionUnit

type DimensionUnit string

func (DimensionUnit) Values

func (DimensionUnit) Values() []DimensionUnit

Values returns all known values for DimensionUnit. Note that this can be expanded in the future, and so it is only as up to date as the client.

The ordering of this slice is not guaranteed to be stable across updates.

type DistanceUnit

type DistanceUnit string

func (DistanceUnit) Values

func (DistanceUnit) Values() []DistanceUnit

Values returns all known values for DistanceUnit. Note that this can be expanded in the future, and so it is only as up to date as the client.

The ordering of this slice is not guaranteed to be stable across updates.

type GeofenceGeometry

type GeofenceGeometry struct {

	// A circle on the earth, as defined by a center point and a radius.
	Circle *Circle

	// A polygon is a list of linear rings which are each made up of a list of
	// vertices.
	//
	// Each vertex is a 2-dimensional point of the form: [longitude, latitude] . This
	// is represented as an array of doubles of length 2 (so [double, double] ).
	//
	// An array of 4 or more vertices, where the first and last vertex are the same
	// (to form a closed boundary), is called a linear ring. The linear ring vertices
	// must be listed in counter-clockwise order around the ring’s interior. The linear
	// ring is represented as an array of vertices, or an array of arrays of doubles (
	// [[double, double], ...] ).
	//
	// A geofence consists of a single linear ring. To allow for future expansion, the
	// Polygon parameter takes an array of linear rings, which is represented as an
	// array of arrays of arrays of doubles ( [[[double, double], ...], ...] ).
	//
	// A linear ring for use in geofences can consist of between 4 and 1,000 vertices.
	Polygon [][][]float64
	// contains filtered or unexported fields
}

Contains the geofence geometry details.

A geofence geometry is made up of either a polygon or a circle. Can be either a polygon or a circle. Including both will return a validation error.

Amazon Location doesn't currently support polygons with holes, multipolygons, polygons that are wound clockwise, or that cross the antimeridian.

type IntendedUse

type IntendedUse string

func (IntendedUse) Values

func (IntendedUse) Values() []IntendedUse

Values returns all known values for IntendedUse. Note that this can be expanded in the future, and so it is only as up to date as the client.

The ordering of this slice is not guaranteed to be stable across updates.

type InternalServerException

type InternalServerException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

The request has failed to process because of an unknown server error, exception, or failure.

func (*InternalServerException) Error

func (e *InternalServerException) Error() string

func (*InternalServerException) ErrorCode

func (e *InternalServerException) ErrorCode() string

func (*InternalServerException) ErrorFault

func (e *InternalServerException) ErrorFault() smithy.ErrorFault

func (*InternalServerException) ErrorMessage

func (e *InternalServerException) ErrorMessage() string

type Leg

type Leg struct {

	// The distance between the leg's StartPosition and EndPosition along a calculated
	// route.
	//
	//   - The default measurement is Kilometers unless the request specifies a
	//   DistanceUnit of Miles .
	//
	// This member is required.
	Distance *float64

	// The estimated travel time between the leg's StartPosition and EndPosition . The
	// travel mode and departure time that you specify in the request determines the
	// calculated time.
	//
	// This member is required.
	DurationSeconds *float64

	// The terminating position of the leg. Follows the format [longitude,latitude] .
	//
	// If the EndPosition isn't located on a road, it's [snapped to a nearby road].
	//
	// [snapped to a nearby road]: https://docs.aws.amazon.com/location/latest/developerguide/nap-to-nearby-road.html
	//
	// This member is required.
	EndPosition []float64

	// The starting position of the leg. Follows the format [longitude,latitude] .
	//
	// If the StartPosition isn't located on a road, it's [snapped to a nearby road].
	//
	// [snapped to a nearby road]: https://docs.aws.amazon.com/location/latest/developerguide/snap-to-nearby-road.html
	//
	// This member is required.
	StartPosition []float64

	// Contains a list of steps, which represent subsections of a leg. Each step
	// provides instructions for how to move to the next step in the leg such as the
	// step's start position, end position, travel distance, travel duration, and
	// geometry offset.
	//
	// This member is required.
	Steps []Step

	// Contains the calculated route's path as a linestring geometry.
	Geometry *LegGeometry
	// contains filtered or unexported fields
}

Contains the calculated route's details for each path between a pair of positions. The number of legs returned corresponds to one fewer than the total number of positions in the request.

For example, a route with a departure position and destination position returns one leg with the positions snapped to a nearby road:

  • The StartPosition is the departure position.

  • The EndPosition is the destination position.

A route with a waypoint between the departure and destination position returns two legs with the positions snapped to a nearby road:

  • Leg 1: The StartPosition is the departure position . The EndPosition is the waypoint positon.

  • Leg 2: The StartPosition is the waypoint position. The EndPosition is the destination position.

type LegGeometry

type LegGeometry struct {

	// An ordered list of positions used to plot a route on a map.
	//
	// The first position is closest to the start position for the leg, and the last
	// position is the closest to the end position for the leg.
	//
	//   - For example, [[-123.117, 49.284],[-123.115, 49.285],[-123.115, 49.285]]
	LineString [][]float64
	// contains filtered or unexported fields
}

Contains the geometry details for each path between a pair of positions. Used in plotting a route leg on a map.

type ListDevicePositionsResponseEntry

type ListDevicePositionsResponseEntry struct {

	// The ID of the device for this position.
	//
	// This member is required.
	DeviceId *string

	// The last known device position. Empty if no positions currently stored.
	//
	// This member is required.
	Position []float64

	// The timestamp at which the device position was determined. Uses [ISO 8601] format:
	// YYYY-MM-DDThh:mm:ss.sssZ .
	//
	// [ISO 8601]: https://www.iso.org/iso-8601-date-and-time-format.html
	//
	// This member is required.
	SampleTime *time.Time

	// The accuracy of the device position.
	Accuracy *PositionalAccuracy

	// The properties associated with the position.
	PositionProperties map[string]string
	// contains filtered or unexported fields
}

Contains the tracker resource details.

type ListGeofenceCollectionsResponseEntry

type ListGeofenceCollectionsResponseEntry struct {

	// The name of the geofence collection.
	//
	// This member is required.
	CollectionName *string

	// The timestamp for when the geofence collection was created in [ISO 8601] format:
	// YYYY-MM-DDThh:mm:ss.sssZ
	//
	// [ISO 8601]: https://www.iso.org/iso-8601-date-and-time-format.html
	//
	// This member is required.
	CreateTime *time.Time

	// The description for the geofence collection
	//
	// This member is required.
	Description *string

	// Specifies a timestamp for when the resource was last updated in [ISO 8601] format:
	// YYYY-MM-DDThh:mm:ss.sssZ
	//
	// [ISO 8601]: https://www.iso.org/iso-8601-date-and-time-format.html
	//
	// This member is required.
	UpdateTime *time.Time

	// No longer used. Always returns RequestBasedUsage .
	//
	// Deprecated: Deprecated. Always returns RequestBasedUsage.
	PricingPlan PricingPlan

	// No longer used. Always returns an empty string.
	//
	// Deprecated: Deprecated. Unused.
	PricingPlanDataSource *string
	// contains filtered or unexported fields
}

Contains the geofence collection details.

type ListGeofenceResponseEntry

type ListGeofenceResponseEntry struct {

	// The timestamp for when the geofence was stored in a geofence collection in [ISO 8601]
	// format: YYYY-MM-DDThh:mm:ss.sssZ
	//
	// [ISO 8601]: https://www.iso.org/iso-8601-date-and-time-format.html
	//
	// This member is required.
	CreateTime *time.Time

	// The geofence identifier.
	//
	// This member is required.
	GeofenceId *string

	// Contains the geofence geometry details describing a polygon or a circle.
	//
	// This member is required.
	Geometry *GeofenceGeometry

	// Identifies the state of the geofence. A geofence will hold one of the following
	// states:
	//
	//   - ACTIVE — The geofence has been indexed by the system.
	//
	//   - PENDING — The geofence is being processed by the system.
	//
	//   - FAILED — The geofence failed to be indexed by the system.
	//
	//   - DELETED — The geofence has been deleted from the system index.
	//
	//   - DELETING — The geofence is being deleted from the system index.
	//
	// This member is required.
	Status *string

	// The timestamp for when the geofence was last updated in [ISO 8601] format:
	// YYYY-MM-DDThh:mm:ss.sssZ
	//
	// [ISO 8601]: https://www.iso.org/iso-8601-date-and-time-format.html
	//
	// This member is required.
	UpdateTime *time.Time

	// User defined properties of the geofence. A property is a key-value pair stored
	// with the geofence and added to any geofence event triggered with that geofence.
	//
	// Format: "key" : "value"
	GeofenceProperties map[string]string
	// contains filtered or unexported fields
}

Contains a list of geofences stored in a given geofence collection.

type ListKeysResponseEntry

type ListKeysResponseEntry struct {

	// The timestamp of when the API key was created, in [ISO 8601] format:
	// YYYY-MM-DDThh:mm:ss.sssZ .
	//
	// [ISO 8601]: https://www.iso.org/iso-8601-date-and-time-format.html
	//
	// This member is required.
	CreateTime *time.Time

	// The timestamp for when the API key resource will expire, in [ISO 8601] format:
	// YYYY-MM-DDThh:mm:ss.sssZ .
	//
	// [ISO 8601]: https://www.iso.org/iso-8601-date-and-time-format.html
	//
	// This member is required.
	ExpireTime *time.Time

	// The name of the API key resource.
	//
	// This member is required.
	KeyName *string

	// API Restrictions on the allowed actions, resources, and referers for an API key
	// resource.
	//
	// This member is required.
	Restrictions *ApiKeyRestrictions

	// The timestamp of when the API key was last updated, in [ISO 8601] format:
	// YYYY-MM-DDThh:mm:ss.sssZ .
	//
	// [ISO 8601]: https://www.iso.org/iso-8601-date-and-time-format.html
	//
	// This member is required.
	UpdateTime *time.Time

	// The optional description for the API key resource.
	Description *string
	// contains filtered or unexported fields
}

An API key resource listed in your Amazon Web Services account.

type ListMapsResponseEntry

type ListMapsResponseEntry struct {

	// The timestamp for when the map resource was created in [ISO 8601] format:
	// YYYY-MM-DDThh:mm:ss.sssZ .
	//
	// [ISO 8601]: https://www.iso.org/iso-8601-date-and-time-format.html
	//
	// This member is required.
	CreateTime *time.Time

	// Specifies the data provider for the associated map tiles.
	//
	// This member is required.
	DataSource *string

	// The description for the map resource.
	//
	// This member is required.
	Description *string

	// The name of the associated map resource.
	//
	// This member is required.
	MapName *string

	// The timestamp for when the map resource was last updated in [ISO 8601] format:
	// YYYY-MM-DDThh:mm:ss.sssZ .
	//
	// [ISO 8601]: https://www.iso.org/iso-8601-date-and-time-format.html
	//
	// This member is required.
	UpdateTime *time.Time

	// No longer used. Always returns RequestBasedUsage .
	//
	// Deprecated: Deprecated. Always returns RequestBasedUsage.
	PricingPlan PricingPlan
	// contains filtered or unexported fields
}

Contains details of an existing map resource in your Amazon Web Services account.

type ListPlaceIndexesResponseEntry

type ListPlaceIndexesResponseEntry struct {

	// The timestamp for when the place index resource was created in [ISO 8601] format:
	// YYYY-MM-DDThh:mm:ss.sssZ .
	//
	// [ISO 8601]: https://www.iso.org/iso-8601-date-and-time-format.html
	//
	// This member is required.
	CreateTime *time.Time

	// The data provider of geospatial data. Values can be one of the following:
	//
	//   - Esri
	//
	//   - Grab
	//
	//   - Here
	//
	// For more information about data providers, see [Amazon Location Service data providers].
	//
	// [Amazon Location Service data providers]: https://docs.aws.amazon.com/location/latest/developerguide/what-is-data-provider.html
	//
	// This member is required.
	DataSource *string

	// The optional description for the place index resource.
	//
	// This member is required.
	Description *string

	// The name of the place index resource.
	//
	// This member is required.
	IndexName *string

	// The timestamp for when the place index resource was last updated in [ISO 8601] format:
	// YYYY-MM-DDThh:mm:ss.sssZ .
	//
	// [ISO 8601]: https://www.iso.org/iso-8601-date-and-time-format.html
	//
	// This member is required.
	UpdateTime *time.Time

	// No longer used. Always returns RequestBasedUsage .
	//
	// Deprecated: Deprecated. Always returns RequestBasedUsage.
	PricingPlan PricingPlan
	// contains filtered or unexported fields
}

A place index resource listed in your Amazon Web Services account.

type ListRouteCalculatorsResponseEntry

type ListRouteCalculatorsResponseEntry struct {

	// The name of the route calculator resource.
	//
	// This member is required.
	CalculatorName *string

	// The timestamp when the route calculator resource was created in [ISO 8601] format:
	// YYYY-MM-DDThh:mm:ss.sssZ .
	//
	//   - For example, 2020–07-2T12:15:20.000Z+01:00
	//
	// [ISO 8601]: https://www.iso.org/iso-8601-date-and-time-format.html
	//
	// This member is required.
	CreateTime *time.Time

	// The data provider of traffic and road network data. Indicates one of the
	// available providers:
	//
	//   - Esri
	//
	//   - Grab
	//
	//   - Here
	//
	// For more information about data providers, see [Amazon Location Service data providers].
	//
	// [Amazon Location Service data providers]: https://docs.aws.amazon.com/location/latest/developerguide/what-is-data-provider.html
	//
	// This member is required.
	DataSource *string

	// The optional description of the route calculator resource.
	//
	// This member is required.
	Description *string

	// The timestamp when the route calculator resource was last updated in [ISO 8601] format:
	// YYYY-MM-DDThh:mm:ss.sssZ .
	//
	//   - For example, 2020–07-2T12:15:20.000Z+01:00
	//
	// [ISO 8601]: https://www.iso.org/iso-8601-date-and-time-format.html
	//
	// This member is required.
	UpdateTime *time.Time

	// Always returns RequestBasedUsage .
	//
	// Deprecated: Deprecated. Always returns RequestBasedUsage.
	PricingPlan PricingPlan
	// contains filtered or unexported fields
}

A route calculator resource listed in your Amazon Web Services account.

type ListTrackersResponseEntry

type ListTrackersResponseEntry struct {

	// The timestamp for when the tracker resource was created in [ISO 8601] format:
	// YYYY-MM-DDThh:mm:ss.sssZ .
	//
	// [ISO 8601]: https://www.iso.org/iso-8601-date-and-time-format.html
	//
	// This member is required.
	CreateTime *time.Time

	// The description for the tracker resource.
	//
	// This member is required.
	Description *string

	// The name of the tracker resource.
	//
	// This member is required.
	TrackerName *string

	// The timestamp at which the device's position was determined. Uses [ISO 8601] format:
	// YYYY-MM-DDThh:mm:ss.sssZ .
	//
	// [ISO 8601]: https://www.iso.org/iso-8601-date-and-time-format.html
	//
	// This member is required.
	UpdateTime *time.Time

	// Always returns RequestBasedUsage .
	//
	// Deprecated: Deprecated. Always returns RequestBasedUsage.
	PricingPlan PricingPlan

	// No longer used. Always returns an empty string.
	//
	// Deprecated: Deprecated. Unused.
	PricingPlanDataSource *string
	// contains filtered or unexported fields
}

Contains the tracker resource details.

type MapConfiguration

type MapConfiguration struct {

	// Specifies the map style selected from an available data provider.
	//
	// Valid [Esri map styles]:
	//
	//   - VectorEsriNavigation – The Esri Navigation map style, which provides a
	//   detailed basemap for the world symbolized with a custom navigation map style
	//   that's designed for use during the day in mobile devices. It also includes a
	//   richer set of places, such as shops, services, restaurants, attractions, and
	//   other points of interest. Enable the POI layer by setting it in CustomLayers
	//   to leverage the additional places data.
	//
	//   - RasterEsriImagery – The Esri Imagery map style. A raster basemap that
	//   provides one meter or better satellite and aerial imagery in many parts of the
	//   world and lower resolution satellite imagery worldwide.
	//
	//   - VectorEsriLightGrayCanvas – The Esri Light Gray Canvas map style, which
	//   provides a detailed vector basemap with a light gray, neutral background style
	//   with minimal colors, labels, and features that's designed to draw attention to
	//   your thematic content.
	//
	//   - VectorEsriTopographic – The Esri Light map style, which provides a detailed
	//   vector basemap with a classic Esri map style.
	//
	//   - VectorEsriStreets – The Esri Street Map style, which provides a detailed
	//   vector basemap for the world symbolized with a classic Esri street map style.
	//   The vector tile layer is similar in content and style to the World Street Map
	//   raster map.
	//
	//   - VectorEsriDarkGrayCanvas – The Esri Dark Gray Canvas map style. A vector
	//   basemap with a dark gray, neutral background with minimal colors, labels, and
	//   features that's designed to draw attention to your thematic content.
	//
	// Valid [HERE Technologies map styles]:
	//
	//   - VectorHereExplore – A default HERE map style containing a neutral, global
	//   map and its features including roads, buildings, landmarks, and water features.
	//   It also now includes a fully designed map of Japan.
	//
	//   - RasterHereExploreSatellite – A global map containing high resolution
	//   satellite imagery.
	//
	//   - HybridHereExploreSatellite – A global map displaying the road network,
	//   street names, and city labels over satellite imagery. This style will
	//   automatically retrieve both raster and vector tiles, and your charges will be
	//   based on total tiles retrieved.
	//
	// Hybrid styles use both vector and raster tiles when rendering the map that you
	//   see. This means that more tiles are retrieved than when using either vector or
	//   raster tiles alone. Your charges will include all tiles retrieved.
	//
	//   - VectorHereContrast – The HERE Contrast (Berlin) map style is a high contrast
	//   detailed base map of the world that blends 3D and 2D rendering.
	//
	// The VectorHereContrast style has been renamed from VectorHereBerlin .
	//   VectorHereBerlin has been deprecated, but will continue to work in
	//   applications that use it.
	//
	//   - VectorHereExploreTruck – A global map containing truck restrictions and
	//   attributes (e.g. width / height / HAZMAT) symbolized with highlighted segments
	//   and icons on top of HERE Explore to support use cases within transport and
	//   logistics.
	//
	// Valid [GrabMaps map styles]:
	//
	//   - VectorGrabStandardLight – The Grab Standard Light map style provides a
	//   basemap with detailed land use coloring, area names, roads, landmarks, and
	//   points of interest covering Southeast Asia.
	//
	//   - VectorGrabStandardDark – The Grab Standard Dark map style provides a dark
	//   variation of the standard basemap covering Southeast Asia.
	//
	// Grab provides maps only for countries in Southeast Asia, and is only available
	// in the Asia Pacific (Singapore) Region ( ap-southeast-1 ). For more information,
	// see [GrabMaps countries and area covered].
	//
	// Valid [Open Data map styles]:
	//
	//   - VectorOpenDataStandardLight – The Open Data Standard Light map style
	//   provides a detailed basemap for the world suitable for website and mobile
	//   application use. The map includes highways major roads, minor roads, railways,
	//   water features, cities, parks, landmarks, building footprints, and
	//   administrative boundaries.
	//
	//   - VectorOpenDataStandardDark – Open Data Standard Dark is a dark-themed map
	//   style that provides a detailed basemap for the world suitable for website and
	//   mobile application use. The map includes highways major roads, minor roads,
	//   railways, water features, cities, parks, landmarks, building footprints, and
	//   administrative boundaries.
	//
	//   - VectorOpenDataVisualizationLight – The Open Data Visualization Light map
	//   style is a light-themed style with muted colors and fewer features that aids in
	//   understanding overlaid data.
	//
	//   - VectorOpenDataVisualizationDark – The Open Data Visualization Dark map style
	//   is a dark-themed style with muted colors and fewer features that aids in
	//   understanding overlaid data.
	//
	// [GrabMaps map styles]: https://docs.aws.amazon.com/location/latest/developerguide/grab.html
	// [GrabMaps countries and area covered]: https://docs.aws.amazon.com/location/latest/developerguide/grab.html#grab-coverage-area
	// [Open Data map styles]: https://docs.aws.amazon.com/location/latest/developerguide/open-data.html
	// [Esri map styles]: https://docs.aws.amazon.com/location/latest/developerguide/esri.html
	// [HERE Technologies map styles]: https://docs.aws.amazon.com/location/latest/developerguide/HERE.html
	//
	// This member is required.
	Style *string

	// Specifies the custom layers for the style. Leave unset to not enable any custom
	// layer, or, for styles that support custom layers, you can enable layer(s), such
	// as POI layer for the VectorEsriNavigation style. Default is unset .
	//
	// Currenlty only VectorEsriNavigation supports CustomLayers. For more
	// information, see [Custom Layers].
	//
	// [Custom Layers]: https://docs.aws.amazon.com/location/latest/developerguide/map-concepts.html#map-custom-layers
	CustomLayers []string

	// Specifies the political view for the style. Leave unset to not use a political
	// view, or, for styles that support specific political views, you can choose a
	// view, such as IND for the Indian view.
	//
	// Default is unset.
	//
	// Not all map resources or styles support political view styles. See [Political views] for more
	// information.
	//
	// [Political views]: https://docs.aws.amazon.com/location/latest/developerguide/map-concepts.html#political-views
	PoliticalView *string
	// contains filtered or unexported fields
}

Specifies the map tile style selected from an available provider.

type MapConfigurationUpdate

type MapConfigurationUpdate struct {

	// Specifies the custom layers for the style. Leave unset to not enable any custom
	// layer, or, for styles that support custom layers, you can enable layer(s), such
	// as POI layer for the VectorEsriNavigation style. Default is unset .
	//
	// Currenlty only VectorEsriNavigation supports CustomLayers. For more
	// information, see [Custom Layers].
	//
	// [Custom Layers]: https://docs.aws.amazon.com/location/latest/developerguide/map-concepts.html#map-custom-layers
	CustomLayers []string

	// Specifies the political view for the style. Set to an empty string to not use a
	// political view, or, for styles that support specific political views, you can
	// choose a view, such as IND for the Indian view.
	//
	// Not all map resources or styles support political view styles. See [Political views] for more
	// information.
	//
	// [Political views]: https://docs.aws.amazon.com/location/latest/developerguide/map-concepts.html#political-views
	PoliticalView *string
	// contains filtered or unexported fields
}

Specifies the political view for the style.

type OptimizationMode

type OptimizationMode string

func (OptimizationMode) Values

Values returns all known values for OptimizationMode. Note that this can be expanded in the future, and so it is only as up to date as the client.

The ordering of this slice is not guaranteed to be stable across updates.

type Place

type Place struct {

	// Places uses a point geometry to specify a location or a Place.
	//
	// This member is required.
	Geometry *PlaceGeometry

	// The numerical portion of an address, such as a building number.
	AddressNumber *string

	// The Amazon Location categories that describe this Place.
	//
	// For more information about using categories, including a list of Amazon
	// Location categories, see [Categories and filtering], in the Amazon Location Service Developer Guide.
	//
	// [Categories and filtering]: https://docs.aws.amazon.com/location/latest/developerguide/category-filtering.html
	Categories []string

	// A country/region specified using [ISO 3166] 3-digit country/region code. For example, CAN .
	//
	// [ISO 3166]: https://www.iso.org/iso-3166-country-codes.html
	Country *string

	// True if the result is interpolated from other known places.
	//
	// False if the Place is a known place.
	//
	// Not returned when the partner does not provide the information.
	//
	// For example, returns False for an address location that is found in the partner
	// data, but returns True if an address does not exist in the partner data and its
	// location is calculated by interpolating between other known addresses.
	Interpolated *bool

	// The full name and address of the point of interest such as a city, region, or
	// country. For example, 123 Any Street, Any Town, USA .
	Label *string

	// A name for a local area, such as a city or town name. For example, Toronto .
	Municipality *string

	// The name of a community district. For example, Downtown .
	Neighborhood *string

	// A group of numbers and letters in a country-specific format, which accompanies
	// the address for the purpose of identifying a location.
	PostalCode *string

	// A name for an area or geographical division, such as a province or state name.
	// For example, British Columbia .
	Region *string

	// The name for a street or a road to identify a location. For example, Main Street
	// .
	Street *string

	// An area that's part of a larger municipality. For example, Blissville is a
	// submunicipality in the Queen County in New York.
	//
	// This property is only returned for a place index that uses Esri as a data
	// provider. The property is represented as a district .
	//
	// For more information about data providers, see [Amazon Location Service data providers].
	//
	// [Amazon Location Service data providers]: https://docs.aws.amazon.com/location/latest/developerguide/what-is-data-provider.html
	SubMunicipality *string

	// A county, or an area that's part of a larger region. For example, Metro
	// Vancouver .
	SubRegion *string

	// Categories from the data provider that describe the Place that are not mapped
	// to any Amazon Location categories.
	SupplementalCategories []string

	// The time zone in which the Place is located. Returned only when using HERE or
	// Grab as the selected partner.
	TimeZone *TimeZone

	// For addresses with multiple units, the unit identifier. Can include numbers and
	// letters, for example 3B or Unit 123 .
	//
	// This property is returned only for a place index that uses Esri or Grab as a
	// data provider. It is not returned for SearchPlaceIndexForPosition .
	UnitNumber *string

	// For addresses with a UnitNumber , the type of unit. For example, Apartment .
	//
	// This property is returned only for a place index that uses Esri as a data
	// provider.
	UnitType *string
	// contains filtered or unexported fields
}

Contains details about addresses or points of interest that match the search criteria.

Not all details are included with all responses. Some details may only be returned by specific data partners.

type PlaceGeometry

type PlaceGeometry struct {

	// A single point geometry specifies a location for a Place using [WGS 84] coordinates:
	//
	//   - x — Specifies the x coordinate or longitude.
	//
	//   - y — Specifies the y coordinate or latitude.
	//
	// [WGS 84]: https://gisgeography.com/wgs84-world-geodetic-system/
	Point []float64
	// contains filtered or unexported fields
}

Places uses a point geometry to specify a location or a Place.

type PositionFiltering

type PositionFiltering string

func (PositionFiltering) Values

Values returns all known values for PositionFiltering. Note that this can be expanded in the future, and so it is only as up to date as the client.

The ordering of this slice is not guaranteed to be stable across updates.

type PositionalAccuracy

type PositionalAccuracy struct {

	// Estimated maximum distance, in meters, between the measured position and the
	// true position of a device, along the Earth's surface.
	//
	// This member is required.
	Horizontal *float64
	// contains filtered or unexported fields
}

Defines the level of certainty of the position.

type PricingPlan

type PricingPlan string

func (PricingPlan) Values

func (PricingPlan) Values() []PricingPlan

Values returns all known values for PricingPlan. Note that this can be expanded in the future, and so it is only as up to date as the client.

The ordering of this slice is not guaranteed to be stable across updates.

type ResourceNotFoundException

type ResourceNotFoundException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

The resource that you've entered was not found in your AWS account.

func (*ResourceNotFoundException) Error

func (e *ResourceNotFoundException) Error() string

func (*ResourceNotFoundException) ErrorCode

func (e *ResourceNotFoundException) ErrorCode() string

func (*ResourceNotFoundException) ErrorFault

func (*ResourceNotFoundException) ErrorMessage

func (e *ResourceNotFoundException) ErrorMessage() string

type RouteMatrixEntry

type RouteMatrixEntry struct {

	// The total distance of travel for the route.
	Distance *float64

	// The expected duration of travel for the route.
	DurationSeconds *float64

	// An error corresponding to the calculation of a route between the
	// DeparturePosition and DestinationPosition .
	Error *RouteMatrixEntryError
	// contains filtered or unexported fields
}

The result for the calculated route of one DeparturePosition DestinationPosition pair.

type RouteMatrixEntryError

type RouteMatrixEntryError struct {

	// The type of error which occurred for the route calculation.
	//
	// This member is required.
	Code RouteMatrixErrorCode

	// A message about the error that occurred for the route calculation.
	Message *string
	// contains filtered or unexported fields
}

An error corresponding to the calculation of a route between the DeparturePosition and DestinationPosition .

The error code can be one of the following:

  • RouteNotFound - Unable to find a valid route with the given parameters.

  • RouteTooLong - Route calculation went beyond the maximum size of a route and was terminated before completion.

  • PositionsNotFound - One or more of the input positions were not found on the route network.

  • DestinationPositionNotFound - The destination position was not found on the route network.

  • DeparturePositionNotFound - The departure position was not found on the route network.

  • OtherValidationError - The given inputs were not valid or a route was not found. More information is given in the error Message

type RouteMatrixErrorCode

type RouteMatrixErrorCode string

func (RouteMatrixErrorCode) Values

Values returns all known values for RouteMatrixErrorCode. Note that this can be expanded in the future, and so it is only as up to date as the client.

The ordering of this slice is not guaranteed to be stable across updates.

type SearchForPositionResult

type SearchForPositionResult struct {

	// The distance in meters of a great-circle arc between the query position and the
	// result.
	//
	// A great-circle arc is the shortest path on a sphere, in this case the Earth.
	// This returns the shortest distance between two locations.
	//
	// This member is required.
	Distance *float64

	// Details about the search result, such as its address and position.
	//
	// This member is required.
	Place *Place

	// The unique identifier of the place. You can use this with the GetPlace
	// operation to find the place again later.
	//
	// For SearchPlaceIndexForPosition operations, the PlaceId is returned only by
	// place indexes that use HERE or Grab as a data provider.
	PlaceId *string
	// contains filtered or unexported fields
}

Contains a search result from a position search query that is run on a place index resource.

type SearchForSuggestionsResult

type SearchForSuggestionsResult struct {

	// The text of the place suggestion, typically formatted as an address string.
	//
	// This member is required.
	Text *string

	// The Amazon Location categories that describe the Place.
	//
	// For more information about using categories, including a list of Amazon
	// Location categories, see [Categories and filtering], in the Amazon Location Service Developer Guide.
	//
	// [Categories and filtering]: https://docs.aws.amazon.com/location/latest/developerguide/category-filtering.html
	Categories []string

	// The unique identifier of the Place. You can use this with the GetPlace
	// operation to find the place again later, or to get full information for the
	// Place.
	//
	// The GetPlace request must use the same PlaceIndex resource as the
	// SearchPlaceIndexForSuggestions that generated the Place ID.
	//
	// For SearchPlaceIndexForSuggestions operations, the PlaceId is returned by place
	// indexes that use Esri, Grab, or HERE as data providers.
	//
	// While you can use PlaceID in subsequent requests, PlaceID is not intended to be
	// a permanent identifier and the ID can change between consecutive API calls.
	// Please see the following PlaceID behaviour for each data provider:
	//
	//   - Esri: Place IDs will change every quarter at a minimum. The typical time
	//   period for these changes would be March, June, September, and December. Place
	//   IDs might also change between the typical quarterly change but that will be much
	//   less frequent.
	//
	//   - HERE: We recommend that you cache data for no longer than a week to keep
	//   your data data fresh. You can assume that less than 1% ID shifts will release
	//   over release which is approximately 1 - 2 times per week.
	//
	//   - Grab: Place IDs can expire or become invalid in the following situations.
	//
	//   - Data operations: The POI may be removed from Grab POI database by Grab Map
	//   Ops based on the ground-truth, such as being closed in the real world, being
	//   detected as a duplicate POI, or having incorrect information. Grab will
	//   synchronize data to the Waypoint environment on weekly basis.
	//
	//   - Interpolated POI: Interpolated POI is a temporary POI generated in real
	//   time when serving a request, and it will be marked as derived in the
	//   place.result_type field in the response. The information of interpolated POIs
	//   will be retained for at least 30 days, which means that within 30 days, you are
	//   able to obtain POI details by Place ID from Place Details API. After 30 days,
	//   the interpolated POIs(both Place ID and details) may expire and inaccessible
	//   from the Places Details API.
	PlaceId *string

	// Categories from the data provider that describe the Place that are not mapped
	// to any Amazon Location categories.
	SupplementalCategories []string
	// contains filtered or unexported fields
}

Contains a place suggestion resulting from a place suggestion query that is run on a place index resource.

type SearchForTextResult

type SearchForTextResult struct {

	// Details about the search result, such as its address and position.
	//
	// This member is required.
	Place *Place

	// The distance in meters of a great-circle arc between the bias position
	// specified and the result. Distance will be returned only if a bias position was
	// specified in the query.
	//
	// A great-circle arc is the shortest path on a sphere, in this case the Earth.
	// This returns the shortest distance between two locations.
	Distance *float64

	// The unique identifier of the place. You can use this with the GetPlace
	// operation to find the place again later.
	//
	// For SearchPlaceIndexForText operations, the PlaceId is returned only by place
	// indexes that use HERE or Grab as a data provider.
	PlaceId *string

	// The relative confidence in the match for a result among the results returned.
	// For example, if more fields for an address match (including house number,
	// street, city, country/region, and postal code), the relevance score is closer to
	// 1.
	//
	// Returned only when the partner selected is Esri or Grab.
	Relevance *float64
	// contains filtered or unexported fields
}

Contains a search result from a text search query that is run on a place index resource.

type SearchPlaceIndexForPositionSummary

type SearchPlaceIndexForPositionSummary struct {

	// The geospatial data provider attached to the place index resource specified in
	// the request. Values can be one of the following:
	//
	//   - Esri
	//
	//   - Grab
	//
	//   - Here
	//
	// For more information about data providers, see [Amazon Location Service data providers].
	//
	// [Amazon Location Service data providers]: https://docs.aws.amazon.com/location/latest/developerguide/what-is-data-provider.html
	//
	// This member is required.
	DataSource *string

	// The position specified in the request.
	//
	// This member is required.
	Position []float64

	// The preferred language used to return results. Matches the language in the
	// request. The value is a valid [BCP 47]language tag, for example, en for English.
	//
	// [BCP 47]: https://tools.ietf.org/search/bcp47
	Language *string

	// Contains the optional result count limit that is specified in the request.
	//
	// Default value: 50
	MaxResults *int32
	// contains filtered or unexported fields
}

A summary of the request sent by using SearchPlaceIndexForPosition .

type SearchPlaceIndexForSuggestionsSummary

type SearchPlaceIndexForSuggestionsSummary struct {

	// The geospatial data provider attached to the place index resource specified in
	// the request. Values can be one of the following:
	//
	//   - Esri
	//
	//   - Grab
	//
	//   - Here
	//
	// For more information about data providers, see [Amazon Location Service data providers].
	//
	// [Amazon Location Service data providers]: https://docs.aws.amazon.com/location/latest/developerguide/what-is-data-provider.html
	//
	// This member is required.
	DataSource *string

	// The free-form partial text input specified in the request.
	//
	// This member is required.
	Text *string

	// Contains the coordinates for the optional bias position specified in the
	// request.
	//
	// This parameter contains a pair of numbers. The first number represents the X
	// coordinate, or longitude; the second number represents the Y coordinate, or
	// latitude.
	//
	// For example, [-123.1174, 49.2847] represents the position with longitude
	// -123.1174 and latitude 49.2847 .
	BiasPosition []float64

	// Contains the coordinates for the optional bounding box specified in the request.
	FilterBBox []float64

	// The optional category filter specified in the request.
	FilterCategories []string

	// Contains the optional country filter specified in the request.
	FilterCountries []string

	// The preferred language used to return results. Matches the language in the
	// request. The value is a valid [BCP 47]language tag, for example, en for English.
	//
	// [BCP 47]: https://tools.ietf.org/search/bcp47
	Language *string

	// Contains the optional result count limit specified in the request.
	MaxResults *int32
	// contains filtered or unexported fields
}

A summary of the request sent by using SearchPlaceIndexForSuggestions .

type SearchPlaceIndexForTextSummary

type SearchPlaceIndexForTextSummary struct {

	// The geospatial data provider attached to the place index resource specified in
	// the request. Values can be one of the following:
	//
	//   - Esri
	//
	//   - Grab
	//
	//   - Here
	//
	// For more information about data providers, see [Amazon Location Service data providers].
	//
	// [Amazon Location Service data providers]: https://docs.aws.amazon.com/location/latest/developerguide/what-is-data-provider.html
	//
	// This member is required.
	DataSource *string

	// The search text specified in the request.
	//
	// This member is required.
	Text *string

	// Contains the coordinates for the optional bias position specified in the
	// request.
	//
	// This parameter contains a pair of numbers. The first number represents the X
	// coordinate, or longitude; the second number represents the Y coordinate, or
	// latitude.
	//
	// For example, [-123.1174, 49.2847] represents the position with longitude
	// -123.1174 and latitude 49.2847 .
	BiasPosition []float64

	// Contains the coordinates for the optional bounding box specified in the request.
	FilterBBox []float64

	// The optional category filter specified in the request.
	FilterCategories []string

	// Contains the optional country filter specified in the request.
	FilterCountries []string

	// The preferred language used to return results. Matches the language in the
	// request. The value is a valid [BCP 47]language tag, for example, en for English.
	//
	// [BCP 47]: https://tools.ietf.org/search/bcp47
	Language *string

	// Contains the optional result count limit specified in the request.
	MaxResults *int32

	// The bounding box that fully contains all search results.
	//
	// If you specified the optional FilterBBox parameter in the request, ResultBBox
	// is contained within FilterBBox .
	ResultBBox []float64
	// contains filtered or unexported fields
}

A summary of the request sent by using SearchPlaceIndexForText .

type ServiceQuotaExceededException

type ServiceQuotaExceededException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

The operation was denied because the request would exceed the maximum quota set for Amazon Location Service.

func (*ServiceQuotaExceededException) Error

func (*ServiceQuotaExceededException) ErrorCode

func (e *ServiceQuotaExceededException) ErrorCode() string

func (*ServiceQuotaExceededException) ErrorFault

func (*ServiceQuotaExceededException) ErrorMessage

func (e *ServiceQuotaExceededException) ErrorMessage() string

type Status

type Status string

func (Status) Values

func (Status) Values() []Status

Values returns all known values for Status. Note that this can be expanded in the future, and so it is only as up to date as the client.

The ordering of this slice is not guaranteed to be stable across updates.

type Step

type Step struct {

	// The travel distance between the step's StartPosition and EndPosition .
	//
	// This member is required.
	Distance *float64

	// The estimated travel time, in seconds, from the step's StartPosition to the
	// EndPosition . . The travel mode and departure time that you specify in the
	// request determines the calculated time.
	//
	// This member is required.
	DurationSeconds *float64

	// The end position of a step. If the position the last step in the leg, this
	// position is the same as the end position of the leg.
	//
	// This member is required.
	EndPosition []float64

	// The starting position of a step. If the position is the first step in the leg,
	// this position is the same as the start position of the leg.
	//
	// This member is required.
	StartPosition []float64

	// Represents the start position, or index, in a sequence of steps within the
	// leg's line string geometry. For example, the index of the first step in a leg
	// geometry is 0 .
	//
	// Included in the response for queries that set IncludeLegGeometry to True .
	GeometryOffset *int32
	// contains filtered or unexported fields
}
Represents an element of a leg within a route. A step contains instructions

for how to move to the next step in the leg.

type ThrottlingException

type ThrottlingException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

The request was denied because of request throttling.

func (*ThrottlingException) Error

func (e *ThrottlingException) Error() string

func (*ThrottlingException) ErrorCode

func (e *ThrottlingException) ErrorCode() string

func (*ThrottlingException) ErrorFault

func (e *ThrottlingException) ErrorFault() smithy.ErrorFault

func (*ThrottlingException) ErrorMessage

func (e *ThrottlingException) ErrorMessage() string

type TimeZone

type TimeZone struct {

	// The name of the time zone, following the [IANA time zone standard]. For example, America/Los_Angeles .
	//
	// [IANA time zone standard]: https://www.iana.org/time-zones
	//
	// This member is required.
	Name *string

	// The time zone's offset, in seconds, from UTC.
	Offset *int32
	// contains filtered or unexported fields
}

Information about a time zone. Includes the name of the time zone and the offset from UTC in seconds.

type TrackingFilterGeometry

type TrackingFilterGeometry struct {

	// The set of arrays which define the polygon. A polygon can have between 4 and
	// 1000 vertices.
	Polygon [][][]float64
	// contains filtered or unexported fields
}

The geomerty used to filter device positions.

type TravelMode

type TravelMode string

func (TravelMode) Values

func (TravelMode) Values() []TravelMode

Values returns all known values for TravelMode. Note that this can be expanded in the future, and so it is only as up to date as the client.

The ordering of this slice is not guaranteed to be stable across updates.

type TruckDimensions

type TruckDimensions struct {

	// The height of the truck.
	//
	//   - For example, 4.5 .
	//
	// For routes calculated with a HERE resource, this value must be between 0 and 50
	// meters.
	Height *float64

	// The length of the truck.
	//
	//   - For example, 15.5 .
	//
	// For routes calculated with a HERE resource, this value must be between 0 and
	// 300 meters.
	Length *float64

	//  Specifies the unit of measurement for the truck dimensions.
	//
	// Default Value: Meters
	Unit DimensionUnit

	// The width of the truck.
	//
	//   - For example, 4.5 .
	//
	// For routes calculated with a HERE resource, this value must be between 0 and 50
	// meters.
	Width *float64
	// contains filtered or unexported fields
}

Contains details about the truck dimensions in the unit of measurement that you specify. Used to filter out roads that can't support or allow the specified dimensions for requests that specify TravelMode as Truck .

type TruckWeight

type TruckWeight struct {

	// The total weight of the truck.
	//
	//   - For example, 3500 .
	Total *float64

	// The unit of measurement to use for the truck weight.
	//
	// Default Value: Kilograms
	Unit VehicleWeightUnit
	// contains filtered or unexported fields
}

Contains details about the truck's weight specifications. Used to avoid roads that can't support or allow the total weight for requests that specify TravelMode as Truck .

type ValidationException

type ValidationException struct {
	Message *string

	ErrorCodeOverride *string

	Reason    ValidationExceptionReason
	FieldList []ValidationExceptionField
	// contains filtered or unexported fields
}

The input failed to meet the constraints specified by the AWS service.

func (*ValidationException) Error

func (e *ValidationException) Error() string

func (*ValidationException) ErrorCode

func (e *ValidationException) ErrorCode() string

func (*ValidationException) ErrorFault

func (e *ValidationException) ErrorFault() smithy.ErrorFault

func (*ValidationException) ErrorMessage

func (e *ValidationException) ErrorMessage() string

type ValidationExceptionField

type ValidationExceptionField struct {

	// A message with the reason for the validation exception error.
	//
	// This member is required.
	Message *string

	// The field name where the invalid entry was detected.
	//
	// This member is required.
	Name *string
	// contains filtered or unexported fields
}

The input failed to meet the constraints specified by the AWS service in a specified field.

type ValidationExceptionReason

type ValidationExceptionReason string

func (ValidationExceptionReason) Values

Values returns all known values for ValidationExceptionReason. Note that this can be expanded in the future, and so it is only as up to date as the client.

The ordering of this slice is not guaranteed to be stable across updates.

type VehicleWeightUnit

type VehicleWeightUnit string

func (VehicleWeightUnit) Values

Values returns all known values for VehicleWeightUnit. Note that this can be expanded in the future, and so it is only as up to date as the client.

The ordering of this slice is not guaranteed to be stable across updates.

Source Files

  • enums.go
  • errors.go
  • types.go

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL