Versions in this module Expand all Collapse all v1 v1.0.1 Jul 4, 2024 v1.0.0 Jul 4, 2024 Changes in this version + const BatchItemErrorCodeAccessDeniedError + const BatchItemErrorCodeConflictError + const BatchItemErrorCodeInternalServerError + const BatchItemErrorCodeResourceNotFoundError + const BatchItemErrorCodeThrottlingError + const BatchItemErrorCodeValidationError + const DimensionUnitFeet + const DimensionUnitMeters + const DistanceUnitKilometers + const DistanceUnitMiles + const EndpointsID + const ErrCodeAccessDeniedException + const ErrCodeConflictException + const ErrCodeInternalServerException + const ErrCodeResourceNotFoundException + const ErrCodeServiceQuotaExceededException + const ErrCodeThrottlingException + const ErrCodeValidationException + const IntendedUseSingleUse + const IntendedUseStorage + const PositionFilteringAccuracyBased + const PositionFilteringDistanceBased + const PositionFilteringTimeBased + const PricingPlanMobileAssetManagement + const PricingPlanMobileAssetTracking + const PricingPlanRequestBasedUsage + const RouteMatrixErrorCodeDeparturePositionNotFound + const RouteMatrixErrorCodeDestinationPositionNotFound + const RouteMatrixErrorCodeOtherValidationError + const RouteMatrixErrorCodePositionsNotFound + const RouteMatrixErrorCodeRouteNotFound + const RouteMatrixErrorCodeRouteTooLong + const ServiceID + const ServiceName + const StatusActive + const StatusExpired + const TravelModeBicycle + const TravelModeCar + const TravelModeMotorcycle + const TravelModeTruck + const TravelModeWalking + const ValidationExceptionReasonCannotParse + const ValidationExceptionReasonFieldValidationFailed + const ValidationExceptionReasonMissing + const ValidationExceptionReasonOther + const ValidationExceptionReasonUnknownOperation + const VehicleWeightUnitKilograms + const VehicleWeightUnitPounds + func BatchItemErrorCode_Values() []string + func DimensionUnit_Values() []string + func DistanceUnit_Values() []string + func IntendedUse_Values() []string + func PositionFiltering_Values() []string + func PricingPlan_Values() []string + func RouteMatrixErrorCode_Values() []string + func Status_Values() []string + func TravelMode_Values() []string + func ValidationExceptionReason_Values() []string + func VehicleWeightUnit_Values() []string + type AccessDeniedException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *AccessDeniedException) Code() string + func (s *AccessDeniedException) Error() string + func (s *AccessDeniedException) Message() string + func (s *AccessDeniedException) OrigErr() error + func (s *AccessDeniedException) RequestID() string + func (s *AccessDeniedException) StatusCode() int + func (s AccessDeniedException) GoString() string + func (s AccessDeniedException) String() string + type ApiKeyFilter struct + KeyStatus *string + func (s *ApiKeyFilter) SetKeyStatus(v string) *ApiKeyFilter + func (s ApiKeyFilter) GoString() string + func (s ApiKeyFilter) String() string + type ApiKeyRestrictions struct + AllowActions []*string + AllowReferers []*string + AllowResources []*string + func (s *ApiKeyRestrictions) SetAllowActions(v []*string) *ApiKeyRestrictions + func (s *ApiKeyRestrictions) SetAllowReferers(v []*string) *ApiKeyRestrictions + func (s *ApiKeyRestrictions) SetAllowResources(v []*string) *ApiKeyRestrictions + func (s *ApiKeyRestrictions) Validate() error + func (s ApiKeyRestrictions) GoString() string + func (s ApiKeyRestrictions) String() string + type AssociateTrackerConsumerInput struct + ConsumerArn *string + TrackerName *string + func (s *AssociateTrackerConsumerInput) SetConsumerArn(v string) *AssociateTrackerConsumerInput + func (s *AssociateTrackerConsumerInput) SetTrackerName(v string) *AssociateTrackerConsumerInput + func (s *AssociateTrackerConsumerInput) Validate() error + func (s AssociateTrackerConsumerInput) GoString() string + func (s AssociateTrackerConsumerInput) String() string + type AssociateTrackerConsumerOutput struct + func (s AssociateTrackerConsumerOutput) GoString() string + func (s AssociateTrackerConsumerOutput) String() string + type BatchDeleteDevicePositionHistoryError struct + DeviceId *string + Error *BatchItemError + func (s *BatchDeleteDevicePositionHistoryError) SetDeviceId(v string) *BatchDeleteDevicePositionHistoryError + func (s *BatchDeleteDevicePositionHistoryError) SetError(v *BatchItemError) *BatchDeleteDevicePositionHistoryError + func (s BatchDeleteDevicePositionHistoryError) GoString() string + func (s BatchDeleteDevicePositionHistoryError) String() string + type BatchDeleteDevicePositionHistoryInput struct + DeviceIds []*string + TrackerName *string + func (s *BatchDeleteDevicePositionHistoryInput) SetDeviceIds(v []*string) *BatchDeleteDevicePositionHistoryInput + func (s *BatchDeleteDevicePositionHistoryInput) SetTrackerName(v string) *BatchDeleteDevicePositionHistoryInput + func (s *BatchDeleteDevicePositionHistoryInput) Validate() error + func (s BatchDeleteDevicePositionHistoryInput) GoString() string + func (s BatchDeleteDevicePositionHistoryInput) String() string + type BatchDeleteDevicePositionHistoryOutput struct + Errors []*BatchDeleteDevicePositionHistoryError + func (s *BatchDeleteDevicePositionHistoryOutput) SetErrors(v []*BatchDeleteDevicePositionHistoryError) *BatchDeleteDevicePositionHistoryOutput + func (s BatchDeleteDevicePositionHistoryOutput) GoString() string + func (s BatchDeleteDevicePositionHistoryOutput) String() string + type BatchDeleteGeofenceError struct + Error *BatchItemError + GeofenceId *string + func (s *BatchDeleteGeofenceError) SetError(v *BatchItemError) *BatchDeleteGeofenceError + func (s *BatchDeleteGeofenceError) SetGeofenceId(v string) *BatchDeleteGeofenceError + func (s BatchDeleteGeofenceError) GoString() string + func (s BatchDeleteGeofenceError) String() string + type BatchDeleteGeofenceInput struct + CollectionName *string + GeofenceIds []*string + func (s *BatchDeleteGeofenceInput) SetCollectionName(v string) *BatchDeleteGeofenceInput + func (s *BatchDeleteGeofenceInput) SetGeofenceIds(v []*string) *BatchDeleteGeofenceInput + func (s *BatchDeleteGeofenceInput) Validate() error + func (s BatchDeleteGeofenceInput) GoString() string + func (s BatchDeleteGeofenceInput) String() string + type BatchDeleteGeofenceOutput struct + Errors []*BatchDeleteGeofenceError + func (s *BatchDeleteGeofenceOutput) SetErrors(v []*BatchDeleteGeofenceError) *BatchDeleteGeofenceOutput + func (s BatchDeleteGeofenceOutput) GoString() string + func (s BatchDeleteGeofenceOutput) String() string + type BatchEvaluateGeofencesError struct + DeviceId *string + Error *BatchItemError + SampleTime *time.Time + func (s *BatchEvaluateGeofencesError) SetDeviceId(v string) *BatchEvaluateGeofencesError + func (s *BatchEvaluateGeofencesError) SetError(v *BatchItemError) *BatchEvaluateGeofencesError + func (s *BatchEvaluateGeofencesError) SetSampleTime(v time.Time) *BatchEvaluateGeofencesError + func (s BatchEvaluateGeofencesError) GoString() string + func (s BatchEvaluateGeofencesError) String() string + type BatchEvaluateGeofencesInput struct + CollectionName *string + DevicePositionUpdates []*DevicePositionUpdate + func (s *BatchEvaluateGeofencesInput) SetCollectionName(v string) *BatchEvaluateGeofencesInput + func (s *BatchEvaluateGeofencesInput) SetDevicePositionUpdates(v []*DevicePositionUpdate) *BatchEvaluateGeofencesInput + func (s *BatchEvaluateGeofencesInput) Validate() error + func (s BatchEvaluateGeofencesInput) GoString() string + func (s BatchEvaluateGeofencesInput) String() string + type BatchEvaluateGeofencesOutput struct + Errors []*BatchEvaluateGeofencesError + func (s *BatchEvaluateGeofencesOutput) SetErrors(v []*BatchEvaluateGeofencesError) *BatchEvaluateGeofencesOutput + func (s BatchEvaluateGeofencesOutput) GoString() string + func (s BatchEvaluateGeofencesOutput) String() string + type BatchGetDevicePositionError struct + DeviceId *string + Error *BatchItemError + func (s *BatchGetDevicePositionError) SetDeviceId(v string) *BatchGetDevicePositionError + func (s *BatchGetDevicePositionError) SetError(v *BatchItemError) *BatchGetDevicePositionError + func (s BatchGetDevicePositionError) GoString() string + func (s BatchGetDevicePositionError) String() string + type BatchGetDevicePositionInput struct + DeviceIds []*string + TrackerName *string + func (s *BatchGetDevicePositionInput) SetDeviceIds(v []*string) *BatchGetDevicePositionInput + func (s *BatchGetDevicePositionInput) SetTrackerName(v string) *BatchGetDevicePositionInput + func (s *BatchGetDevicePositionInput) Validate() error + func (s BatchGetDevicePositionInput) GoString() string + func (s BatchGetDevicePositionInput) String() string + type BatchGetDevicePositionOutput struct + DevicePositions []*DevicePosition + Errors []*BatchGetDevicePositionError + func (s *BatchGetDevicePositionOutput) SetDevicePositions(v []*DevicePosition) *BatchGetDevicePositionOutput + func (s *BatchGetDevicePositionOutput) SetErrors(v []*BatchGetDevicePositionError) *BatchGetDevicePositionOutput + func (s BatchGetDevicePositionOutput) GoString() string + func (s BatchGetDevicePositionOutput) String() string + type BatchItemError struct + Code *string + Message *string + func (s *BatchItemError) SetCode(v string) *BatchItemError + func (s *BatchItemError) SetMessage(v string) *BatchItemError + func (s BatchItemError) GoString() string + func (s BatchItemError) String() string + type BatchPutGeofenceError struct + Error *BatchItemError + GeofenceId *string + func (s *BatchPutGeofenceError) SetError(v *BatchItemError) *BatchPutGeofenceError + func (s *BatchPutGeofenceError) SetGeofenceId(v string) *BatchPutGeofenceError + func (s BatchPutGeofenceError) GoString() string + func (s BatchPutGeofenceError) String() string + type BatchPutGeofenceInput struct + CollectionName *string + Entries []*BatchPutGeofenceRequestEntry + func (s *BatchPutGeofenceInput) SetCollectionName(v string) *BatchPutGeofenceInput + func (s *BatchPutGeofenceInput) SetEntries(v []*BatchPutGeofenceRequestEntry) *BatchPutGeofenceInput + func (s *BatchPutGeofenceInput) Validate() error + func (s BatchPutGeofenceInput) GoString() string + func (s BatchPutGeofenceInput) String() string + type BatchPutGeofenceOutput struct + Errors []*BatchPutGeofenceError + Successes []*BatchPutGeofenceSuccess + func (s *BatchPutGeofenceOutput) SetErrors(v []*BatchPutGeofenceError) *BatchPutGeofenceOutput + func (s *BatchPutGeofenceOutput) SetSuccesses(v []*BatchPutGeofenceSuccess) *BatchPutGeofenceOutput + func (s BatchPutGeofenceOutput) GoString() string + func (s BatchPutGeofenceOutput) String() string + type BatchPutGeofenceRequestEntry struct + GeofenceId *string + GeofenceProperties map[string]*string + Geometry *GeofenceGeometry + func (s *BatchPutGeofenceRequestEntry) SetGeofenceId(v string) *BatchPutGeofenceRequestEntry + func (s *BatchPutGeofenceRequestEntry) SetGeofenceProperties(v map[string]*string) *BatchPutGeofenceRequestEntry + func (s *BatchPutGeofenceRequestEntry) SetGeometry(v *GeofenceGeometry) *BatchPutGeofenceRequestEntry + func (s *BatchPutGeofenceRequestEntry) Validate() error + func (s BatchPutGeofenceRequestEntry) GoString() string + func (s BatchPutGeofenceRequestEntry) String() string + type BatchPutGeofenceSuccess struct + CreateTime *time.Time + GeofenceId *string + UpdateTime *time.Time + func (s *BatchPutGeofenceSuccess) SetCreateTime(v time.Time) *BatchPutGeofenceSuccess + func (s *BatchPutGeofenceSuccess) SetGeofenceId(v string) *BatchPutGeofenceSuccess + func (s *BatchPutGeofenceSuccess) SetUpdateTime(v time.Time) *BatchPutGeofenceSuccess + func (s BatchPutGeofenceSuccess) GoString() string + func (s BatchPutGeofenceSuccess) String() string + type BatchUpdateDevicePositionError struct + DeviceId *string + Error *BatchItemError + SampleTime *time.Time + func (s *BatchUpdateDevicePositionError) SetDeviceId(v string) *BatchUpdateDevicePositionError + func (s *BatchUpdateDevicePositionError) SetError(v *BatchItemError) *BatchUpdateDevicePositionError + func (s *BatchUpdateDevicePositionError) SetSampleTime(v time.Time) *BatchUpdateDevicePositionError + func (s BatchUpdateDevicePositionError) GoString() string + func (s BatchUpdateDevicePositionError) String() string + type BatchUpdateDevicePositionInput struct + TrackerName *string + Updates []*DevicePositionUpdate + func (s *BatchUpdateDevicePositionInput) SetTrackerName(v string) *BatchUpdateDevicePositionInput + func (s *BatchUpdateDevicePositionInput) SetUpdates(v []*DevicePositionUpdate) *BatchUpdateDevicePositionInput + func (s *BatchUpdateDevicePositionInput) Validate() error + func (s BatchUpdateDevicePositionInput) GoString() string + func (s BatchUpdateDevicePositionInput) String() string + type BatchUpdateDevicePositionOutput struct + Errors []*BatchUpdateDevicePositionError + func (s *BatchUpdateDevicePositionOutput) SetErrors(v []*BatchUpdateDevicePositionError) *BatchUpdateDevicePositionOutput + func (s BatchUpdateDevicePositionOutput) GoString() string + func (s BatchUpdateDevicePositionOutput) String() string + type CalculateRouteCarModeOptions struct + AvoidFerries *bool + AvoidTolls *bool + func (s *CalculateRouteCarModeOptions) SetAvoidFerries(v bool) *CalculateRouteCarModeOptions + func (s *CalculateRouteCarModeOptions) SetAvoidTolls(v bool) *CalculateRouteCarModeOptions + func (s CalculateRouteCarModeOptions) GoString() string + func (s CalculateRouteCarModeOptions) String() string + type CalculateRouteInput struct + CalculatorName *string + CarModeOptions *CalculateRouteCarModeOptions + DepartNow *bool + DeparturePosition []*float64 + DepartureTime *time.Time + DestinationPosition []*float64 + DistanceUnit *string + IncludeLegGeometry *bool + Key *string + TravelMode *string + TruckModeOptions *CalculateRouteTruckModeOptions + WaypointPositions [][]*float64 + func (s *CalculateRouteInput) SetCalculatorName(v string) *CalculateRouteInput + func (s *CalculateRouteInput) SetCarModeOptions(v *CalculateRouteCarModeOptions) *CalculateRouteInput + func (s *CalculateRouteInput) SetDepartNow(v bool) *CalculateRouteInput + func (s *CalculateRouteInput) SetDeparturePosition(v []*float64) *CalculateRouteInput + func (s *CalculateRouteInput) SetDepartureTime(v time.Time) *CalculateRouteInput + func (s *CalculateRouteInput) SetDestinationPosition(v []*float64) *CalculateRouteInput + func (s *CalculateRouteInput) SetDistanceUnit(v string) *CalculateRouteInput + func (s *CalculateRouteInput) SetIncludeLegGeometry(v bool) *CalculateRouteInput + func (s *CalculateRouteInput) SetKey(v string) *CalculateRouteInput + func (s *CalculateRouteInput) SetTravelMode(v string) *CalculateRouteInput + func (s *CalculateRouteInput) SetTruckModeOptions(v *CalculateRouteTruckModeOptions) *CalculateRouteInput + func (s *CalculateRouteInput) SetWaypointPositions(v [][]*float64) *CalculateRouteInput + func (s *CalculateRouteInput) Validate() error + func (s CalculateRouteInput) GoString() string + func (s CalculateRouteInput) String() string + type CalculateRouteMatrixInput struct + CalculatorName *string + CarModeOptions *CalculateRouteCarModeOptions + DepartNow *bool + DeparturePositions [][]*float64 + DepartureTime *time.Time + DestinationPositions [][]*float64 + DistanceUnit *string + Key *string + TravelMode *string + TruckModeOptions *CalculateRouteTruckModeOptions + func (s *CalculateRouteMatrixInput) SetCalculatorName(v string) *CalculateRouteMatrixInput + func (s *CalculateRouteMatrixInput) SetCarModeOptions(v *CalculateRouteCarModeOptions) *CalculateRouteMatrixInput + func (s *CalculateRouteMatrixInput) SetDepartNow(v bool) *CalculateRouteMatrixInput + func (s *CalculateRouteMatrixInput) SetDeparturePositions(v [][]*float64) *CalculateRouteMatrixInput + func (s *CalculateRouteMatrixInput) SetDepartureTime(v time.Time) *CalculateRouteMatrixInput + func (s *CalculateRouteMatrixInput) SetDestinationPositions(v [][]*float64) *CalculateRouteMatrixInput + func (s *CalculateRouteMatrixInput) SetDistanceUnit(v string) *CalculateRouteMatrixInput + func (s *CalculateRouteMatrixInput) SetKey(v string) *CalculateRouteMatrixInput + func (s *CalculateRouteMatrixInput) SetTravelMode(v string) *CalculateRouteMatrixInput + func (s *CalculateRouteMatrixInput) SetTruckModeOptions(v *CalculateRouteTruckModeOptions) *CalculateRouteMatrixInput + func (s *CalculateRouteMatrixInput) Validate() error + func (s CalculateRouteMatrixInput) GoString() string + func (s CalculateRouteMatrixInput) String() string + type CalculateRouteMatrixOutput struct + RouteMatrix [][]*RouteMatrixEntry + SnappedDeparturePositions [][]*float64 + SnappedDestinationPositions [][]*float64 + Summary *CalculateRouteMatrixSummary + func (s *CalculateRouteMatrixOutput) SetRouteMatrix(v [][]*RouteMatrixEntry) *CalculateRouteMatrixOutput + func (s *CalculateRouteMatrixOutput) SetSnappedDeparturePositions(v [][]*float64) *CalculateRouteMatrixOutput + func (s *CalculateRouteMatrixOutput) SetSnappedDestinationPositions(v [][]*float64) *CalculateRouteMatrixOutput + func (s *CalculateRouteMatrixOutput) SetSummary(v *CalculateRouteMatrixSummary) *CalculateRouteMatrixOutput + func (s CalculateRouteMatrixOutput) GoString() string + func (s CalculateRouteMatrixOutput) String() string + type CalculateRouteMatrixSummary struct + DataSource *string + DistanceUnit *string + ErrorCount *int64 + RouteCount *int64 + func (s *CalculateRouteMatrixSummary) SetDataSource(v string) *CalculateRouteMatrixSummary + func (s *CalculateRouteMatrixSummary) SetDistanceUnit(v string) *CalculateRouteMatrixSummary + func (s *CalculateRouteMatrixSummary) SetErrorCount(v int64) *CalculateRouteMatrixSummary + func (s *CalculateRouteMatrixSummary) SetRouteCount(v int64) *CalculateRouteMatrixSummary + func (s CalculateRouteMatrixSummary) GoString() string + func (s CalculateRouteMatrixSummary) String() string + type CalculateRouteOutput struct + Legs []*Leg + Summary *CalculateRouteSummary + func (s *CalculateRouteOutput) SetLegs(v []*Leg) *CalculateRouteOutput + func (s *CalculateRouteOutput) SetSummary(v *CalculateRouteSummary) *CalculateRouteOutput + func (s CalculateRouteOutput) GoString() string + func (s CalculateRouteOutput) String() string + type CalculateRouteSummary struct + DataSource *string + Distance *float64 + DistanceUnit *string + DurationSeconds *float64 + RouteBBox []*float64 + func (s *CalculateRouteSummary) SetDataSource(v string) *CalculateRouteSummary + func (s *CalculateRouteSummary) SetDistance(v float64) *CalculateRouteSummary + func (s *CalculateRouteSummary) SetDistanceUnit(v string) *CalculateRouteSummary + func (s *CalculateRouteSummary) SetDurationSeconds(v float64) *CalculateRouteSummary + func (s *CalculateRouteSummary) SetRouteBBox(v []*float64) *CalculateRouteSummary + func (s CalculateRouteSummary) GoString() string + func (s CalculateRouteSummary) String() string + type CalculateRouteTruckModeOptions struct + AvoidFerries *bool + AvoidTolls *bool + Dimensions *TruckDimensions + Weight *TruckWeight + func (s *CalculateRouteTruckModeOptions) SetAvoidFerries(v bool) *CalculateRouteTruckModeOptions + func (s *CalculateRouteTruckModeOptions) SetAvoidTolls(v bool) *CalculateRouteTruckModeOptions + func (s *CalculateRouteTruckModeOptions) SetDimensions(v *TruckDimensions) *CalculateRouteTruckModeOptions + func (s *CalculateRouteTruckModeOptions) SetWeight(v *TruckWeight) *CalculateRouteTruckModeOptions + func (s CalculateRouteTruckModeOptions) GoString() string + func (s CalculateRouteTruckModeOptions) String() string + type Circle struct + Center []*float64 + Radius *float64 + func (s *Circle) SetCenter(v []*float64) *Circle + func (s *Circle) SetRadius(v float64) *Circle + func (s *Circle) Validate() error + func (s Circle) GoString() string + func (s Circle) String() string + type ConflictException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ConflictException) Code() string + func (s *ConflictException) Error() string + func (s *ConflictException) Message() string + func (s *ConflictException) OrigErr() error + func (s *ConflictException) RequestID() string + func (s *ConflictException) StatusCode() int + func (s ConflictException) GoString() string + func (s ConflictException) String() string + type CreateGeofenceCollectionInput struct + CollectionName *string + Description *string + KmsKeyId *string + PricingPlan *string + PricingPlanDataSource *string + Tags map[string]*string + func (s *CreateGeofenceCollectionInput) SetCollectionName(v string) *CreateGeofenceCollectionInput + func (s *CreateGeofenceCollectionInput) SetDescription(v string) *CreateGeofenceCollectionInput + func (s *CreateGeofenceCollectionInput) SetKmsKeyId(v string) *CreateGeofenceCollectionInput + func (s *CreateGeofenceCollectionInput) SetPricingPlan(v string) *CreateGeofenceCollectionInput + func (s *CreateGeofenceCollectionInput) SetPricingPlanDataSource(v string) *CreateGeofenceCollectionInput + func (s *CreateGeofenceCollectionInput) SetTags(v map[string]*string) *CreateGeofenceCollectionInput + func (s *CreateGeofenceCollectionInput) Validate() error + func (s CreateGeofenceCollectionInput) GoString() string + func (s CreateGeofenceCollectionInput) String() string + type CreateGeofenceCollectionOutput struct + CollectionArn *string + CollectionName *string + CreateTime *time.Time + func (s *CreateGeofenceCollectionOutput) SetCollectionArn(v string) *CreateGeofenceCollectionOutput + func (s *CreateGeofenceCollectionOutput) SetCollectionName(v string) *CreateGeofenceCollectionOutput + func (s *CreateGeofenceCollectionOutput) SetCreateTime(v time.Time) *CreateGeofenceCollectionOutput + func (s CreateGeofenceCollectionOutput) GoString() string + func (s CreateGeofenceCollectionOutput) String() string + type CreateKeyInput struct + Description *string + ExpireTime *time.Time + KeyName *string + NoExpiry *bool + Restrictions *ApiKeyRestrictions + Tags map[string]*string + func (s *CreateKeyInput) SetDescription(v string) *CreateKeyInput + func (s *CreateKeyInput) SetExpireTime(v time.Time) *CreateKeyInput + func (s *CreateKeyInput) SetKeyName(v string) *CreateKeyInput + func (s *CreateKeyInput) SetNoExpiry(v bool) *CreateKeyInput + func (s *CreateKeyInput) SetRestrictions(v *ApiKeyRestrictions) *CreateKeyInput + func (s *CreateKeyInput) SetTags(v map[string]*string) *CreateKeyInput + func (s *CreateKeyInput) Validate() error + func (s CreateKeyInput) GoString() string + func (s CreateKeyInput) String() string + type CreateKeyOutput struct + CreateTime *time.Time + Key *string + KeyArn *string + KeyName *string + func (s *CreateKeyOutput) SetCreateTime(v time.Time) *CreateKeyOutput + func (s *CreateKeyOutput) SetKey(v string) *CreateKeyOutput + func (s *CreateKeyOutput) SetKeyArn(v string) *CreateKeyOutput + func (s *CreateKeyOutput) SetKeyName(v string) *CreateKeyOutput + func (s CreateKeyOutput) GoString() string + func (s CreateKeyOutput) String() string + type CreateMapInput struct + Configuration *MapConfiguration + Description *string + MapName *string + PricingPlan *string + Tags map[string]*string + func (s *CreateMapInput) SetConfiguration(v *MapConfiguration) *CreateMapInput + func (s *CreateMapInput) SetDescription(v string) *CreateMapInput + func (s *CreateMapInput) SetMapName(v string) *CreateMapInput + func (s *CreateMapInput) SetPricingPlan(v string) *CreateMapInput + func (s *CreateMapInput) SetTags(v map[string]*string) *CreateMapInput + func (s *CreateMapInput) Validate() error + func (s CreateMapInput) GoString() string + func (s CreateMapInput) String() string + type CreateMapOutput struct + CreateTime *time.Time + MapArn *string + MapName *string + func (s *CreateMapOutput) SetCreateTime(v time.Time) *CreateMapOutput + func (s *CreateMapOutput) SetMapArn(v string) *CreateMapOutput + func (s *CreateMapOutput) SetMapName(v string) *CreateMapOutput + func (s CreateMapOutput) GoString() string + func (s CreateMapOutput) String() string + type CreatePlaceIndexInput struct + DataSource *string + DataSourceConfiguration *DataSourceConfiguration + Description *string + IndexName *string + PricingPlan *string + Tags map[string]*string + func (s *CreatePlaceIndexInput) SetDataSource(v string) *CreatePlaceIndexInput + func (s *CreatePlaceIndexInput) SetDataSourceConfiguration(v *DataSourceConfiguration) *CreatePlaceIndexInput + func (s *CreatePlaceIndexInput) SetDescription(v string) *CreatePlaceIndexInput + func (s *CreatePlaceIndexInput) SetIndexName(v string) *CreatePlaceIndexInput + func (s *CreatePlaceIndexInput) SetPricingPlan(v string) *CreatePlaceIndexInput + func (s *CreatePlaceIndexInput) SetTags(v map[string]*string) *CreatePlaceIndexInput + func (s *CreatePlaceIndexInput) Validate() error + func (s CreatePlaceIndexInput) GoString() string + func (s CreatePlaceIndexInput) String() string + type CreatePlaceIndexOutput struct + CreateTime *time.Time + IndexArn *string + IndexName *string + func (s *CreatePlaceIndexOutput) SetCreateTime(v time.Time) *CreatePlaceIndexOutput + func (s *CreatePlaceIndexOutput) SetIndexArn(v string) *CreatePlaceIndexOutput + func (s *CreatePlaceIndexOutput) SetIndexName(v string) *CreatePlaceIndexOutput + func (s CreatePlaceIndexOutput) GoString() string + func (s CreatePlaceIndexOutput) String() string + type CreateRouteCalculatorInput struct + CalculatorName *string + DataSource *string + Description *string + PricingPlan *string + Tags map[string]*string + func (s *CreateRouteCalculatorInput) SetCalculatorName(v string) *CreateRouteCalculatorInput + func (s *CreateRouteCalculatorInput) SetDataSource(v string) *CreateRouteCalculatorInput + func (s *CreateRouteCalculatorInput) SetDescription(v string) *CreateRouteCalculatorInput + func (s *CreateRouteCalculatorInput) SetPricingPlan(v string) *CreateRouteCalculatorInput + func (s *CreateRouteCalculatorInput) SetTags(v map[string]*string) *CreateRouteCalculatorInput + func (s *CreateRouteCalculatorInput) Validate() error + func (s CreateRouteCalculatorInput) GoString() string + func (s CreateRouteCalculatorInput) String() string + type CreateRouteCalculatorOutput struct + CalculatorArn *string + CalculatorName *string + CreateTime *time.Time + func (s *CreateRouteCalculatorOutput) SetCalculatorArn(v string) *CreateRouteCalculatorOutput + func (s *CreateRouteCalculatorOutput) SetCalculatorName(v string) *CreateRouteCalculatorOutput + func (s *CreateRouteCalculatorOutput) SetCreateTime(v time.Time) *CreateRouteCalculatorOutput + func (s CreateRouteCalculatorOutput) GoString() string + func (s CreateRouteCalculatorOutput) String() string + type CreateTrackerInput struct + Description *string + EventBridgeEnabled *bool + KmsKeyId *string + PositionFiltering *string + PricingPlan *string + PricingPlanDataSource *string + Tags map[string]*string + TrackerName *string + func (s *CreateTrackerInput) SetDescription(v string) *CreateTrackerInput + func (s *CreateTrackerInput) SetEventBridgeEnabled(v bool) *CreateTrackerInput + func (s *CreateTrackerInput) SetKmsKeyId(v string) *CreateTrackerInput + func (s *CreateTrackerInput) SetPositionFiltering(v string) *CreateTrackerInput + func (s *CreateTrackerInput) SetPricingPlan(v string) *CreateTrackerInput + func (s *CreateTrackerInput) SetPricingPlanDataSource(v string) *CreateTrackerInput + func (s *CreateTrackerInput) SetTags(v map[string]*string) *CreateTrackerInput + func (s *CreateTrackerInput) SetTrackerName(v string) *CreateTrackerInput + func (s *CreateTrackerInput) Validate() error + func (s CreateTrackerInput) GoString() string + func (s CreateTrackerInput) String() string + type CreateTrackerOutput struct + CreateTime *time.Time + TrackerArn *string + TrackerName *string + func (s *CreateTrackerOutput) SetCreateTime(v time.Time) *CreateTrackerOutput + func (s *CreateTrackerOutput) SetTrackerArn(v string) *CreateTrackerOutput + func (s *CreateTrackerOutput) SetTrackerName(v string) *CreateTrackerOutput + func (s CreateTrackerOutput) GoString() string + func (s CreateTrackerOutput) String() string + type DataSourceConfiguration struct + IntendedUse *string + func (s *DataSourceConfiguration) SetIntendedUse(v string) *DataSourceConfiguration + func (s DataSourceConfiguration) GoString() string + func (s DataSourceConfiguration) String() string + type DeleteGeofenceCollectionInput struct + CollectionName *string + func (s *DeleteGeofenceCollectionInput) SetCollectionName(v string) *DeleteGeofenceCollectionInput + func (s *DeleteGeofenceCollectionInput) Validate() error + func (s DeleteGeofenceCollectionInput) GoString() string + func (s DeleteGeofenceCollectionInput) String() string + type DeleteGeofenceCollectionOutput struct + func (s DeleteGeofenceCollectionOutput) GoString() string + func (s DeleteGeofenceCollectionOutput) String() string + type DeleteKeyInput struct + KeyName *string + func (s *DeleteKeyInput) SetKeyName(v string) *DeleteKeyInput + func (s *DeleteKeyInput) Validate() error + func (s DeleteKeyInput) GoString() string + func (s DeleteKeyInput) String() string + type DeleteKeyOutput struct + func (s DeleteKeyOutput) GoString() string + func (s DeleteKeyOutput) String() string + type DeleteMapInput struct + MapName *string + func (s *DeleteMapInput) SetMapName(v string) *DeleteMapInput + func (s *DeleteMapInput) Validate() error + func (s DeleteMapInput) GoString() string + func (s DeleteMapInput) String() string + type DeleteMapOutput struct + func (s DeleteMapOutput) GoString() string + func (s DeleteMapOutput) String() string + type DeletePlaceIndexInput struct + IndexName *string + func (s *DeletePlaceIndexInput) SetIndexName(v string) *DeletePlaceIndexInput + func (s *DeletePlaceIndexInput) Validate() error + func (s DeletePlaceIndexInput) GoString() string + func (s DeletePlaceIndexInput) String() string + type DeletePlaceIndexOutput struct + func (s DeletePlaceIndexOutput) GoString() string + func (s DeletePlaceIndexOutput) String() string + type DeleteRouteCalculatorInput struct + CalculatorName *string + func (s *DeleteRouteCalculatorInput) SetCalculatorName(v string) *DeleteRouteCalculatorInput + func (s *DeleteRouteCalculatorInput) Validate() error + func (s DeleteRouteCalculatorInput) GoString() string + func (s DeleteRouteCalculatorInput) String() string + type DeleteRouteCalculatorOutput struct + func (s DeleteRouteCalculatorOutput) GoString() string + func (s DeleteRouteCalculatorOutput) String() string + type DeleteTrackerInput struct + TrackerName *string + func (s *DeleteTrackerInput) SetTrackerName(v string) *DeleteTrackerInput + func (s *DeleteTrackerInput) Validate() error + func (s DeleteTrackerInput) GoString() string + func (s DeleteTrackerInput) String() string + type DeleteTrackerOutput struct + func (s DeleteTrackerOutput) GoString() string + func (s DeleteTrackerOutput) String() string + type DescribeGeofenceCollectionInput struct + CollectionName *string + func (s *DescribeGeofenceCollectionInput) SetCollectionName(v string) *DescribeGeofenceCollectionInput + func (s *DescribeGeofenceCollectionInput) Validate() error + func (s DescribeGeofenceCollectionInput) GoString() string + func (s DescribeGeofenceCollectionInput) String() string + type DescribeGeofenceCollectionOutput struct + CollectionArn *string + CollectionName *string + CreateTime *time.Time + Description *string + KmsKeyId *string + PricingPlan *string + PricingPlanDataSource *string + Tags map[string]*string + UpdateTime *time.Time + func (s *DescribeGeofenceCollectionOutput) SetCollectionArn(v string) *DescribeGeofenceCollectionOutput + func (s *DescribeGeofenceCollectionOutput) SetCollectionName(v string) *DescribeGeofenceCollectionOutput + func (s *DescribeGeofenceCollectionOutput) SetCreateTime(v time.Time) *DescribeGeofenceCollectionOutput + func (s *DescribeGeofenceCollectionOutput) SetDescription(v string) *DescribeGeofenceCollectionOutput + func (s *DescribeGeofenceCollectionOutput) SetKmsKeyId(v string) *DescribeGeofenceCollectionOutput + func (s *DescribeGeofenceCollectionOutput) SetPricingPlan(v string) *DescribeGeofenceCollectionOutput + func (s *DescribeGeofenceCollectionOutput) SetPricingPlanDataSource(v string) *DescribeGeofenceCollectionOutput + func (s *DescribeGeofenceCollectionOutput) SetTags(v map[string]*string) *DescribeGeofenceCollectionOutput + func (s *DescribeGeofenceCollectionOutput) SetUpdateTime(v time.Time) *DescribeGeofenceCollectionOutput + func (s DescribeGeofenceCollectionOutput) GoString() string + func (s DescribeGeofenceCollectionOutput) String() string + type DescribeKeyInput struct + KeyName *string + func (s *DescribeKeyInput) SetKeyName(v string) *DescribeKeyInput + func (s *DescribeKeyInput) Validate() error + func (s DescribeKeyInput) GoString() string + func (s DescribeKeyInput) String() string + type DescribeKeyOutput struct + CreateTime *time.Time + Description *string + ExpireTime *time.Time + Key *string + KeyArn *string + KeyName *string + Restrictions *ApiKeyRestrictions + Tags map[string]*string + UpdateTime *time.Time + func (s *DescribeKeyOutput) SetCreateTime(v time.Time) *DescribeKeyOutput + func (s *DescribeKeyOutput) SetDescription(v string) *DescribeKeyOutput + func (s *DescribeKeyOutput) SetExpireTime(v time.Time) *DescribeKeyOutput + func (s *DescribeKeyOutput) SetKey(v string) *DescribeKeyOutput + func (s *DescribeKeyOutput) SetKeyArn(v string) *DescribeKeyOutput + func (s *DescribeKeyOutput) SetKeyName(v string) *DescribeKeyOutput + func (s *DescribeKeyOutput) SetRestrictions(v *ApiKeyRestrictions) *DescribeKeyOutput + func (s *DescribeKeyOutput) SetTags(v map[string]*string) *DescribeKeyOutput + func (s *DescribeKeyOutput) SetUpdateTime(v time.Time) *DescribeKeyOutput + func (s DescribeKeyOutput) GoString() string + func (s DescribeKeyOutput) String() string + type DescribeMapInput struct + MapName *string + func (s *DescribeMapInput) SetMapName(v string) *DescribeMapInput + func (s *DescribeMapInput) Validate() error + func (s DescribeMapInput) GoString() string + func (s DescribeMapInput) String() string + type DescribeMapOutput struct + Configuration *MapConfiguration + CreateTime *time.Time + DataSource *string + Description *string + MapArn *string + MapName *string + PricingPlan *string + Tags map[string]*string + UpdateTime *time.Time + func (s *DescribeMapOutput) SetConfiguration(v *MapConfiguration) *DescribeMapOutput + func (s *DescribeMapOutput) SetCreateTime(v time.Time) *DescribeMapOutput + func (s *DescribeMapOutput) SetDataSource(v string) *DescribeMapOutput + func (s *DescribeMapOutput) SetDescription(v string) *DescribeMapOutput + func (s *DescribeMapOutput) SetMapArn(v string) *DescribeMapOutput + func (s *DescribeMapOutput) SetMapName(v string) *DescribeMapOutput + func (s *DescribeMapOutput) SetPricingPlan(v string) *DescribeMapOutput + func (s *DescribeMapOutput) SetTags(v map[string]*string) *DescribeMapOutput + func (s *DescribeMapOutput) SetUpdateTime(v time.Time) *DescribeMapOutput + func (s DescribeMapOutput) GoString() string + func (s DescribeMapOutput) String() string + type DescribePlaceIndexInput struct + IndexName *string + func (s *DescribePlaceIndexInput) SetIndexName(v string) *DescribePlaceIndexInput + func (s *DescribePlaceIndexInput) Validate() error + func (s DescribePlaceIndexInput) GoString() string + func (s DescribePlaceIndexInput) String() string + type DescribePlaceIndexOutput struct + CreateTime *time.Time + DataSource *string + DataSourceConfiguration *DataSourceConfiguration + Description *string + IndexArn *string + IndexName *string + PricingPlan *string + Tags map[string]*string + UpdateTime *time.Time + func (s *DescribePlaceIndexOutput) SetCreateTime(v time.Time) *DescribePlaceIndexOutput + func (s *DescribePlaceIndexOutput) SetDataSource(v string) *DescribePlaceIndexOutput + func (s *DescribePlaceIndexOutput) SetDataSourceConfiguration(v *DataSourceConfiguration) *DescribePlaceIndexOutput + func (s *DescribePlaceIndexOutput) SetDescription(v string) *DescribePlaceIndexOutput + func (s *DescribePlaceIndexOutput) SetIndexArn(v string) *DescribePlaceIndexOutput + func (s *DescribePlaceIndexOutput) SetIndexName(v string) *DescribePlaceIndexOutput + func (s *DescribePlaceIndexOutput) SetPricingPlan(v string) *DescribePlaceIndexOutput + func (s *DescribePlaceIndexOutput) SetTags(v map[string]*string) *DescribePlaceIndexOutput + func (s *DescribePlaceIndexOutput) SetUpdateTime(v time.Time) *DescribePlaceIndexOutput + func (s DescribePlaceIndexOutput) GoString() string + func (s DescribePlaceIndexOutput) String() string + type DescribeRouteCalculatorInput struct + CalculatorName *string + func (s *DescribeRouteCalculatorInput) SetCalculatorName(v string) *DescribeRouteCalculatorInput + func (s *DescribeRouteCalculatorInput) Validate() error + func (s DescribeRouteCalculatorInput) GoString() string + func (s DescribeRouteCalculatorInput) String() string + type DescribeRouteCalculatorOutput struct + CalculatorArn *string + CalculatorName *string + CreateTime *time.Time + DataSource *string + Description *string + PricingPlan *string + Tags map[string]*string + UpdateTime *time.Time + func (s *DescribeRouteCalculatorOutput) SetCalculatorArn(v string) *DescribeRouteCalculatorOutput + func (s *DescribeRouteCalculatorOutput) SetCalculatorName(v string) *DescribeRouteCalculatorOutput + func (s *DescribeRouteCalculatorOutput) SetCreateTime(v time.Time) *DescribeRouteCalculatorOutput + func (s *DescribeRouteCalculatorOutput) SetDataSource(v string) *DescribeRouteCalculatorOutput + func (s *DescribeRouteCalculatorOutput) SetDescription(v string) *DescribeRouteCalculatorOutput + func (s *DescribeRouteCalculatorOutput) SetPricingPlan(v string) *DescribeRouteCalculatorOutput + func (s *DescribeRouteCalculatorOutput) SetTags(v map[string]*string) *DescribeRouteCalculatorOutput + func (s *DescribeRouteCalculatorOutput) SetUpdateTime(v time.Time) *DescribeRouteCalculatorOutput + func (s DescribeRouteCalculatorOutput) GoString() string + func (s DescribeRouteCalculatorOutput) String() string + type DescribeTrackerInput struct + TrackerName *string + func (s *DescribeTrackerInput) SetTrackerName(v string) *DescribeTrackerInput + func (s *DescribeTrackerInput) Validate() error + func (s DescribeTrackerInput) GoString() string + func (s DescribeTrackerInput) String() string + type DescribeTrackerOutput struct + CreateTime *time.Time + Description *string + EventBridgeEnabled *bool + KmsKeyId *string + PositionFiltering *string + PricingPlan *string + PricingPlanDataSource *string + Tags map[string]*string + TrackerArn *string + TrackerName *string + UpdateTime *time.Time + func (s *DescribeTrackerOutput) SetCreateTime(v time.Time) *DescribeTrackerOutput + func (s *DescribeTrackerOutput) SetDescription(v string) *DescribeTrackerOutput + func (s *DescribeTrackerOutput) SetEventBridgeEnabled(v bool) *DescribeTrackerOutput + func (s *DescribeTrackerOutput) SetKmsKeyId(v string) *DescribeTrackerOutput + func (s *DescribeTrackerOutput) SetPositionFiltering(v string) *DescribeTrackerOutput + func (s *DescribeTrackerOutput) SetPricingPlan(v string) *DescribeTrackerOutput + func (s *DescribeTrackerOutput) SetPricingPlanDataSource(v string) *DescribeTrackerOutput + func (s *DescribeTrackerOutput) SetTags(v map[string]*string) *DescribeTrackerOutput + func (s *DescribeTrackerOutput) SetTrackerArn(v string) *DescribeTrackerOutput + func (s *DescribeTrackerOutput) SetTrackerName(v string) *DescribeTrackerOutput + func (s *DescribeTrackerOutput) SetUpdateTime(v time.Time) *DescribeTrackerOutput + func (s DescribeTrackerOutput) GoString() string + func (s DescribeTrackerOutput) String() string + type DevicePosition struct + Accuracy *PositionalAccuracy + DeviceId *string + Position []*float64 + PositionProperties map[string]*string + ReceivedTime *time.Time + SampleTime *time.Time + func (s *DevicePosition) SetAccuracy(v *PositionalAccuracy) *DevicePosition + func (s *DevicePosition) SetDeviceId(v string) *DevicePosition + func (s *DevicePosition) SetPosition(v []*float64) *DevicePosition + func (s *DevicePosition) SetPositionProperties(v map[string]*string) *DevicePosition + func (s *DevicePosition) SetReceivedTime(v time.Time) *DevicePosition + func (s *DevicePosition) SetSampleTime(v time.Time) *DevicePosition + func (s DevicePosition) GoString() string + func (s DevicePosition) String() string + type DevicePositionUpdate struct + Accuracy *PositionalAccuracy + DeviceId *string + Position []*float64 + PositionProperties map[string]*string + SampleTime *time.Time + func (s *DevicePositionUpdate) SetAccuracy(v *PositionalAccuracy) *DevicePositionUpdate + func (s *DevicePositionUpdate) SetDeviceId(v string) *DevicePositionUpdate + func (s *DevicePositionUpdate) SetPosition(v []*float64) *DevicePositionUpdate + func (s *DevicePositionUpdate) SetPositionProperties(v map[string]*string) *DevicePositionUpdate + func (s *DevicePositionUpdate) SetSampleTime(v time.Time) *DevicePositionUpdate + func (s *DevicePositionUpdate) Validate() error + func (s DevicePositionUpdate) GoString() string + func (s DevicePositionUpdate) String() string + type DisassociateTrackerConsumerInput struct + ConsumerArn *string + TrackerName *string + func (s *DisassociateTrackerConsumerInput) SetConsumerArn(v string) *DisassociateTrackerConsumerInput + func (s *DisassociateTrackerConsumerInput) SetTrackerName(v string) *DisassociateTrackerConsumerInput + func (s *DisassociateTrackerConsumerInput) Validate() error + func (s DisassociateTrackerConsumerInput) GoString() string + func (s DisassociateTrackerConsumerInput) String() string + type DisassociateTrackerConsumerOutput struct + func (s DisassociateTrackerConsumerOutput) GoString() string + func (s DisassociateTrackerConsumerOutput) String() string + type GeofenceGeometry struct + Circle *Circle + Polygon [][][]*float64 + func (s *GeofenceGeometry) SetCircle(v *Circle) *GeofenceGeometry + func (s *GeofenceGeometry) SetPolygon(v [][][]*float64) *GeofenceGeometry + func (s *GeofenceGeometry) Validate() error + func (s GeofenceGeometry) GoString() string + func (s GeofenceGeometry) String() string + type GetDevicePositionHistoryInput struct + DeviceId *string + EndTimeExclusive *time.Time + MaxResults *int64 + NextToken *string + StartTimeInclusive *time.Time + TrackerName *string + func (s *GetDevicePositionHistoryInput) SetDeviceId(v string) *GetDevicePositionHistoryInput + func (s *GetDevicePositionHistoryInput) SetEndTimeExclusive(v time.Time) *GetDevicePositionHistoryInput + func (s *GetDevicePositionHistoryInput) SetMaxResults(v int64) *GetDevicePositionHistoryInput + func (s *GetDevicePositionHistoryInput) SetNextToken(v string) *GetDevicePositionHistoryInput + func (s *GetDevicePositionHistoryInput) SetStartTimeInclusive(v time.Time) *GetDevicePositionHistoryInput + func (s *GetDevicePositionHistoryInput) SetTrackerName(v string) *GetDevicePositionHistoryInput + func (s *GetDevicePositionHistoryInput) Validate() error + func (s GetDevicePositionHistoryInput) GoString() string + func (s GetDevicePositionHistoryInput) String() string + type GetDevicePositionHistoryOutput struct + DevicePositions []*DevicePosition + NextToken *string + func (s *GetDevicePositionHistoryOutput) SetDevicePositions(v []*DevicePosition) *GetDevicePositionHistoryOutput + func (s *GetDevicePositionHistoryOutput) SetNextToken(v string) *GetDevicePositionHistoryOutput + func (s GetDevicePositionHistoryOutput) GoString() string + func (s GetDevicePositionHistoryOutput) String() string + type GetDevicePositionInput struct + DeviceId *string + TrackerName *string + func (s *GetDevicePositionInput) SetDeviceId(v string) *GetDevicePositionInput + func (s *GetDevicePositionInput) SetTrackerName(v string) *GetDevicePositionInput + func (s *GetDevicePositionInput) Validate() error + func (s GetDevicePositionInput) GoString() string + func (s GetDevicePositionInput) String() string + type GetDevicePositionOutput struct + Accuracy *PositionalAccuracy + DeviceId *string + Position []*float64 + PositionProperties map[string]*string + ReceivedTime *time.Time + SampleTime *time.Time + func (s *GetDevicePositionOutput) SetAccuracy(v *PositionalAccuracy) *GetDevicePositionOutput + func (s *GetDevicePositionOutput) SetDeviceId(v string) *GetDevicePositionOutput + func (s *GetDevicePositionOutput) SetPosition(v []*float64) *GetDevicePositionOutput + func (s *GetDevicePositionOutput) SetPositionProperties(v map[string]*string) *GetDevicePositionOutput + func (s *GetDevicePositionOutput) SetReceivedTime(v time.Time) *GetDevicePositionOutput + func (s *GetDevicePositionOutput) SetSampleTime(v time.Time) *GetDevicePositionOutput + func (s GetDevicePositionOutput) GoString() string + func (s GetDevicePositionOutput) String() string + type GetGeofenceInput struct + CollectionName *string + GeofenceId *string + func (s *GetGeofenceInput) SetCollectionName(v string) *GetGeofenceInput + func (s *GetGeofenceInput) SetGeofenceId(v string) *GetGeofenceInput + func (s *GetGeofenceInput) Validate() error + func (s GetGeofenceInput) GoString() string + func (s GetGeofenceInput) String() string + type GetGeofenceOutput struct + CreateTime *time.Time + GeofenceId *string + GeofenceProperties map[string]*string + Geometry *GeofenceGeometry + Status *string + UpdateTime *time.Time + func (s *GetGeofenceOutput) SetCreateTime(v time.Time) *GetGeofenceOutput + func (s *GetGeofenceOutput) SetGeofenceId(v string) *GetGeofenceOutput + func (s *GetGeofenceOutput) SetGeofenceProperties(v map[string]*string) *GetGeofenceOutput + func (s *GetGeofenceOutput) SetGeometry(v *GeofenceGeometry) *GetGeofenceOutput + func (s *GetGeofenceOutput) SetStatus(v string) *GetGeofenceOutput + func (s *GetGeofenceOutput) SetUpdateTime(v time.Time) *GetGeofenceOutput + func (s GetGeofenceOutput) GoString() string + func (s GetGeofenceOutput) String() string + type GetMapGlyphsInput struct + FontStack *string + FontUnicodeRange *string + Key *string + MapName *string + func (s *GetMapGlyphsInput) SetFontStack(v string) *GetMapGlyphsInput + func (s *GetMapGlyphsInput) SetFontUnicodeRange(v string) *GetMapGlyphsInput + func (s *GetMapGlyphsInput) SetKey(v string) *GetMapGlyphsInput + func (s *GetMapGlyphsInput) SetMapName(v string) *GetMapGlyphsInput + func (s *GetMapGlyphsInput) Validate() error + func (s GetMapGlyphsInput) GoString() string + func (s GetMapGlyphsInput) String() string + type GetMapGlyphsOutput struct + Blob []byte + CacheControl *string + ContentType *string + func (s *GetMapGlyphsOutput) SetBlob(v []byte) *GetMapGlyphsOutput + func (s *GetMapGlyphsOutput) SetCacheControl(v string) *GetMapGlyphsOutput + func (s *GetMapGlyphsOutput) SetContentType(v string) *GetMapGlyphsOutput + func (s GetMapGlyphsOutput) GoString() string + func (s GetMapGlyphsOutput) String() string + type GetMapSpritesInput struct + FileName *string + Key *string + MapName *string + func (s *GetMapSpritesInput) SetFileName(v string) *GetMapSpritesInput + func (s *GetMapSpritesInput) SetKey(v string) *GetMapSpritesInput + func (s *GetMapSpritesInput) SetMapName(v string) *GetMapSpritesInput + func (s *GetMapSpritesInput) Validate() error + func (s GetMapSpritesInput) GoString() string + func (s GetMapSpritesInput) String() string + type GetMapSpritesOutput struct + Blob []byte + CacheControl *string + ContentType *string + func (s *GetMapSpritesOutput) SetBlob(v []byte) *GetMapSpritesOutput + func (s *GetMapSpritesOutput) SetCacheControl(v string) *GetMapSpritesOutput + func (s *GetMapSpritesOutput) SetContentType(v string) *GetMapSpritesOutput + func (s GetMapSpritesOutput) GoString() string + func (s GetMapSpritesOutput) String() string + type GetMapStyleDescriptorInput struct + Key *string + MapName *string + func (s *GetMapStyleDescriptorInput) SetKey(v string) *GetMapStyleDescriptorInput + func (s *GetMapStyleDescriptorInput) SetMapName(v string) *GetMapStyleDescriptorInput + func (s *GetMapStyleDescriptorInput) Validate() error + func (s GetMapStyleDescriptorInput) GoString() string + func (s GetMapStyleDescriptorInput) String() string + type GetMapStyleDescriptorOutput struct + Blob []byte + CacheControl *string + ContentType *string + func (s *GetMapStyleDescriptorOutput) SetBlob(v []byte) *GetMapStyleDescriptorOutput + func (s *GetMapStyleDescriptorOutput) SetCacheControl(v string) *GetMapStyleDescriptorOutput + func (s *GetMapStyleDescriptorOutput) SetContentType(v string) *GetMapStyleDescriptorOutput + func (s GetMapStyleDescriptorOutput) GoString() string + func (s GetMapStyleDescriptorOutput) String() string + type GetMapTileInput struct + Key *string + MapName *string + X *string + Y *string + Z *string + func (s *GetMapTileInput) SetKey(v string) *GetMapTileInput + func (s *GetMapTileInput) SetMapName(v string) *GetMapTileInput + func (s *GetMapTileInput) SetX(v string) *GetMapTileInput + func (s *GetMapTileInput) SetY(v string) *GetMapTileInput + func (s *GetMapTileInput) SetZ(v string) *GetMapTileInput + func (s *GetMapTileInput) Validate() error + func (s GetMapTileInput) GoString() string + func (s GetMapTileInput) String() string + type GetMapTileOutput struct + Blob []byte + CacheControl *string + ContentType *string + func (s *GetMapTileOutput) SetBlob(v []byte) *GetMapTileOutput + func (s *GetMapTileOutput) SetCacheControl(v string) *GetMapTileOutput + func (s *GetMapTileOutput) SetContentType(v string) *GetMapTileOutput + func (s GetMapTileOutput) GoString() string + func (s GetMapTileOutput) String() string + type GetPlaceInput struct + IndexName *string + Key *string + Language *string + PlaceId *string + func (s *GetPlaceInput) SetIndexName(v string) *GetPlaceInput + func (s *GetPlaceInput) SetKey(v string) *GetPlaceInput + func (s *GetPlaceInput) SetLanguage(v string) *GetPlaceInput + func (s *GetPlaceInput) SetPlaceId(v string) *GetPlaceInput + func (s *GetPlaceInput) Validate() error + func (s GetPlaceInput) GoString() string + func (s GetPlaceInput) String() string + type GetPlaceOutput struct + Place *Place + func (s *GetPlaceOutput) SetPlace(v *Place) *GetPlaceOutput + func (s GetPlaceOutput) GoString() string + func (s GetPlaceOutput) String() string + type InternalServerException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *InternalServerException) Code() string + func (s *InternalServerException) Error() string + func (s *InternalServerException) Message() string + func (s *InternalServerException) OrigErr() error + func (s *InternalServerException) RequestID() string + func (s *InternalServerException) StatusCode() int + func (s InternalServerException) GoString() string + func (s InternalServerException) String() string + type Leg struct + Distance *float64 + DurationSeconds *float64 + EndPosition []*float64 + Geometry *LegGeometry + StartPosition []*float64 + Steps []*Step + func (s *Leg) SetDistance(v float64) *Leg + func (s *Leg) SetDurationSeconds(v float64) *Leg + func (s *Leg) SetEndPosition(v []*float64) *Leg + func (s *Leg) SetGeometry(v *LegGeometry) *Leg + func (s *Leg) SetStartPosition(v []*float64) *Leg + func (s *Leg) SetSteps(v []*Step) *Leg + func (s Leg) GoString() string + func (s Leg) String() string + type LegGeometry struct + LineString [][]*float64 + func (s *LegGeometry) SetLineString(v [][]*float64) *LegGeometry + func (s LegGeometry) GoString() string + func (s LegGeometry) String() string + type ListDevicePositionsInput struct + MaxResults *int64 + NextToken *string + TrackerName *string + func (s *ListDevicePositionsInput) SetMaxResults(v int64) *ListDevicePositionsInput + func (s *ListDevicePositionsInput) SetNextToken(v string) *ListDevicePositionsInput + func (s *ListDevicePositionsInput) SetTrackerName(v string) *ListDevicePositionsInput + func (s *ListDevicePositionsInput) Validate() error + func (s ListDevicePositionsInput) GoString() string + func (s ListDevicePositionsInput) String() string + type ListDevicePositionsOutput struct + Entries []*ListDevicePositionsResponseEntry + NextToken *string + func (s *ListDevicePositionsOutput) SetEntries(v []*ListDevicePositionsResponseEntry) *ListDevicePositionsOutput + func (s *ListDevicePositionsOutput) SetNextToken(v string) *ListDevicePositionsOutput + func (s ListDevicePositionsOutput) GoString() string + func (s ListDevicePositionsOutput) String() string + type ListDevicePositionsResponseEntry struct + Accuracy *PositionalAccuracy + DeviceId *string + Position []*float64 + PositionProperties map[string]*string + SampleTime *time.Time + func (s *ListDevicePositionsResponseEntry) SetAccuracy(v *PositionalAccuracy) *ListDevicePositionsResponseEntry + func (s *ListDevicePositionsResponseEntry) SetDeviceId(v string) *ListDevicePositionsResponseEntry + func (s *ListDevicePositionsResponseEntry) SetPosition(v []*float64) *ListDevicePositionsResponseEntry + func (s *ListDevicePositionsResponseEntry) SetPositionProperties(v map[string]*string) *ListDevicePositionsResponseEntry + func (s *ListDevicePositionsResponseEntry) SetSampleTime(v time.Time) *ListDevicePositionsResponseEntry + func (s ListDevicePositionsResponseEntry) GoString() string + func (s ListDevicePositionsResponseEntry) String() string + type ListGeofenceCollectionsInput struct + MaxResults *int64 + NextToken *string + func (s *ListGeofenceCollectionsInput) SetMaxResults(v int64) *ListGeofenceCollectionsInput + func (s *ListGeofenceCollectionsInput) SetNextToken(v string) *ListGeofenceCollectionsInput + func (s *ListGeofenceCollectionsInput) Validate() error + func (s ListGeofenceCollectionsInput) GoString() string + func (s ListGeofenceCollectionsInput) String() string + type ListGeofenceCollectionsOutput struct + Entries []*ListGeofenceCollectionsResponseEntry + NextToken *string + func (s *ListGeofenceCollectionsOutput) SetEntries(v []*ListGeofenceCollectionsResponseEntry) *ListGeofenceCollectionsOutput + func (s *ListGeofenceCollectionsOutput) SetNextToken(v string) *ListGeofenceCollectionsOutput + func (s ListGeofenceCollectionsOutput) GoString() string + func (s ListGeofenceCollectionsOutput) String() string + type ListGeofenceCollectionsResponseEntry struct + CollectionName *string + CreateTime *time.Time + Description *string + PricingPlan *string + PricingPlanDataSource *string + UpdateTime *time.Time + func (s *ListGeofenceCollectionsResponseEntry) SetCollectionName(v string) *ListGeofenceCollectionsResponseEntry + func (s *ListGeofenceCollectionsResponseEntry) SetCreateTime(v time.Time) *ListGeofenceCollectionsResponseEntry + func (s *ListGeofenceCollectionsResponseEntry) SetDescription(v string) *ListGeofenceCollectionsResponseEntry + func (s *ListGeofenceCollectionsResponseEntry) SetPricingPlan(v string) *ListGeofenceCollectionsResponseEntry + func (s *ListGeofenceCollectionsResponseEntry) SetPricingPlanDataSource(v string) *ListGeofenceCollectionsResponseEntry + func (s *ListGeofenceCollectionsResponseEntry) SetUpdateTime(v time.Time) *ListGeofenceCollectionsResponseEntry + func (s ListGeofenceCollectionsResponseEntry) GoString() string + func (s ListGeofenceCollectionsResponseEntry) String() string + type ListGeofenceResponseEntry struct + CreateTime *time.Time + GeofenceId *string + GeofenceProperties map[string]*string + Geometry *GeofenceGeometry + Status *string + UpdateTime *time.Time + func (s *ListGeofenceResponseEntry) SetCreateTime(v time.Time) *ListGeofenceResponseEntry + func (s *ListGeofenceResponseEntry) SetGeofenceId(v string) *ListGeofenceResponseEntry + func (s *ListGeofenceResponseEntry) SetGeofenceProperties(v map[string]*string) *ListGeofenceResponseEntry + func (s *ListGeofenceResponseEntry) SetGeometry(v *GeofenceGeometry) *ListGeofenceResponseEntry + func (s *ListGeofenceResponseEntry) SetStatus(v string) *ListGeofenceResponseEntry + func (s *ListGeofenceResponseEntry) SetUpdateTime(v time.Time) *ListGeofenceResponseEntry + func (s ListGeofenceResponseEntry) GoString() string + func (s ListGeofenceResponseEntry) String() string + type ListGeofencesInput struct + CollectionName *string + MaxResults *int64 + NextToken *string + func (s *ListGeofencesInput) SetCollectionName(v string) *ListGeofencesInput + func (s *ListGeofencesInput) SetMaxResults(v int64) *ListGeofencesInput + func (s *ListGeofencesInput) SetNextToken(v string) *ListGeofencesInput + func (s *ListGeofencesInput) Validate() error + func (s ListGeofencesInput) GoString() string + func (s ListGeofencesInput) String() string + type ListGeofencesOutput struct + Entries []*ListGeofenceResponseEntry + NextToken *string + func (s *ListGeofencesOutput) SetEntries(v []*ListGeofenceResponseEntry) *ListGeofencesOutput + func (s *ListGeofencesOutput) SetNextToken(v string) *ListGeofencesOutput + func (s ListGeofencesOutput) GoString() string + func (s ListGeofencesOutput) String() string + type ListKeysInput struct + Filter *ApiKeyFilter + MaxResults *int64 + NextToken *string + func (s *ListKeysInput) SetFilter(v *ApiKeyFilter) *ListKeysInput + func (s *ListKeysInput) SetMaxResults(v int64) *ListKeysInput + func (s *ListKeysInput) SetNextToken(v string) *ListKeysInput + func (s *ListKeysInput) Validate() error + func (s ListKeysInput) GoString() string + func (s ListKeysInput) String() string + type ListKeysOutput struct + Entries []*ListKeysResponseEntry + NextToken *string + func (s *ListKeysOutput) SetEntries(v []*ListKeysResponseEntry) *ListKeysOutput + func (s *ListKeysOutput) SetNextToken(v string) *ListKeysOutput + func (s ListKeysOutput) GoString() string + func (s ListKeysOutput) String() string + type ListKeysResponseEntry struct + CreateTime *time.Time + Description *string + ExpireTime *time.Time + KeyName *string + Restrictions *ApiKeyRestrictions + UpdateTime *time.Time + func (s *ListKeysResponseEntry) SetCreateTime(v time.Time) *ListKeysResponseEntry + func (s *ListKeysResponseEntry) SetDescription(v string) *ListKeysResponseEntry + func (s *ListKeysResponseEntry) SetExpireTime(v time.Time) *ListKeysResponseEntry + func (s *ListKeysResponseEntry) SetKeyName(v string) *ListKeysResponseEntry + func (s *ListKeysResponseEntry) SetRestrictions(v *ApiKeyRestrictions) *ListKeysResponseEntry + func (s *ListKeysResponseEntry) SetUpdateTime(v time.Time) *ListKeysResponseEntry + func (s ListKeysResponseEntry) GoString() string + func (s ListKeysResponseEntry) String() string + type ListMapsInput struct + MaxResults *int64 + NextToken *string + func (s *ListMapsInput) SetMaxResults(v int64) *ListMapsInput + func (s *ListMapsInput) SetNextToken(v string) *ListMapsInput + func (s *ListMapsInput) Validate() error + func (s ListMapsInput) GoString() string + func (s ListMapsInput) String() string + type ListMapsOutput struct + Entries []*ListMapsResponseEntry + NextToken *string + func (s *ListMapsOutput) SetEntries(v []*ListMapsResponseEntry) *ListMapsOutput + func (s *ListMapsOutput) SetNextToken(v string) *ListMapsOutput + func (s ListMapsOutput) GoString() string + func (s ListMapsOutput) String() string + type ListMapsResponseEntry struct + CreateTime *time.Time + DataSource *string + Description *string + MapName *string + PricingPlan *string + UpdateTime *time.Time + func (s *ListMapsResponseEntry) SetCreateTime(v time.Time) *ListMapsResponseEntry + func (s *ListMapsResponseEntry) SetDataSource(v string) *ListMapsResponseEntry + func (s *ListMapsResponseEntry) SetDescription(v string) *ListMapsResponseEntry + func (s *ListMapsResponseEntry) SetMapName(v string) *ListMapsResponseEntry + func (s *ListMapsResponseEntry) SetPricingPlan(v string) *ListMapsResponseEntry + func (s *ListMapsResponseEntry) SetUpdateTime(v time.Time) *ListMapsResponseEntry + func (s ListMapsResponseEntry) GoString() string + func (s ListMapsResponseEntry) String() string + type ListPlaceIndexesInput struct + MaxResults *int64 + NextToken *string + func (s *ListPlaceIndexesInput) SetMaxResults(v int64) *ListPlaceIndexesInput + func (s *ListPlaceIndexesInput) SetNextToken(v string) *ListPlaceIndexesInput + func (s *ListPlaceIndexesInput) Validate() error + func (s ListPlaceIndexesInput) GoString() string + func (s ListPlaceIndexesInput) String() string + type ListPlaceIndexesOutput struct + Entries []*ListPlaceIndexesResponseEntry + NextToken *string + func (s *ListPlaceIndexesOutput) SetEntries(v []*ListPlaceIndexesResponseEntry) *ListPlaceIndexesOutput + func (s *ListPlaceIndexesOutput) SetNextToken(v string) *ListPlaceIndexesOutput + func (s ListPlaceIndexesOutput) GoString() string + func (s ListPlaceIndexesOutput) String() string + type ListPlaceIndexesResponseEntry struct + CreateTime *time.Time + DataSource *string + Description *string + IndexName *string + PricingPlan *string + UpdateTime *time.Time + func (s *ListPlaceIndexesResponseEntry) SetCreateTime(v time.Time) *ListPlaceIndexesResponseEntry + func (s *ListPlaceIndexesResponseEntry) SetDataSource(v string) *ListPlaceIndexesResponseEntry + func (s *ListPlaceIndexesResponseEntry) SetDescription(v string) *ListPlaceIndexesResponseEntry + func (s *ListPlaceIndexesResponseEntry) SetIndexName(v string) *ListPlaceIndexesResponseEntry + func (s *ListPlaceIndexesResponseEntry) SetPricingPlan(v string) *ListPlaceIndexesResponseEntry + func (s *ListPlaceIndexesResponseEntry) SetUpdateTime(v time.Time) *ListPlaceIndexesResponseEntry + func (s ListPlaceIndexesResponseEntry) GoString() string + func (s ListPlaceIndexesResponseEntry) String() string + type ListRouteCalculatorsInput struct + MaxResults *int64 + NextToken *string + func (s *ListRouteCalculatorsInput) SetMaxResults(v int64) *ListRouteCalculatorsInput + func (s *ListRouteCalculatorsInput) SetNextToken(v string) *ListRouteCalculatorsInput + func (s *ListRouteCalculatorsInput) Validate() error + func (s ListRouteCalculatorsInput) GoString() string + func (s ListRouteCalculatorsInput) String() string + type ListRouteCalculatorsOutput struct + Entries []*ListRouteCalculatorsResponseEntry + NextToken *string + func (s *ListRouteCalculatorsOutput) SetEntries(v []*ListRouteCalculatorsResponseEntry) *ListRouteCalculatorsOutput + func (s *ListRouteCalculatorsOutput) SetNextToken(v string) *ListRouteCalculatorsOutput + func (s ListRouteCalculatorsOutput) GoString() string + func (s ListRouteCalculatorsOutput) String() string + type ListRouteCalculatorsResponseEntry struct + CalculatorName *string + CreateTime *time.Time + DataSource *string + Description *string + PricingPlan *string + UpdateTime *time.Time + func (s *ListRouteCalculatorsResponseEntry) SetCalculatorName(v string) *ListRouteCalculatorsResponseEntry + func (s *ListRouteCalculatorsResponseEntry) SetCreateTime(v time.Time) *ListRouteCalculatorsResponseEntry + func (s *ListRouteCalculatorsResponseEntry) SetDataSource(v string) *ListRouteCalculatorsResponseEntry + func (s *ListRouteCalculatorsResponseEntry) SetDescription(v string) *ListRouteCalculatorsResponseEntry + func (s *ListRouteCalculatorsResponseEntry) SetPricingPlan(v string) *ListRouteCalculatorsResponseEntry + func (s *ListRouteCalculatorsResponseEntry) SetUpdateTime(v time.Time) *ListRouteCalculatorsResponseEntry + func (s ListRouteCalculatorsResponseEntry) GoString() string + func (s ListRouteCalculatorsResponseEntry) String() string + type ListTagsForResourceInput struct + ResourceArn *string + func (s *ListTagsForResourceInput) SetResourceArn(v string) *ListTagsForResourceInput + func (s *ListTagsForResourceInput) Validate() error + func (s ListTagsForResourceInput) GoString() string + func (s ListTagsForResourceInput) String() string + type ListTagsForResourceOutput struct + Tags map[string]*string + func (s *ListTagsForResourceOutput) SetTags(v map[string]*string) *ListTagsForResourceOutput + func (s ListTagsForResourceOutput) GoString() string + func (s ListTagsForResourceOutput) String() string + type ListTrackerConsumersInput struct + MaxResults *int64 + NextToken *string + TrackerName *string + func (s *ListTrackerConsumersInput) SetMaxResults(v int64) *ListTrackerConsumersInput + func (s *ListTrackerConsumersInput) SetNextToken(v string) *ListTrackerConsumersInput + func (s *ListTrackerConsumersInput) SetTrackerName(v string) *ListTrackerConsumersInput + func (s *ListTrackerConsumersInput) Validate() error + func (s ListTrackerConsumersInput) GoString() string + func (s ListTrackerConsumersInput) String() string + type ListTrackerConsumersOutput struct + ConsumerArns []*string + NextToken *string + func (s *ListTrackerConsumersOutput) SetConsumerArns(v []*string) *ListTrackerConsumersOutput + func (s *ListTrackerConsumersOutput) SetNextToken(v string) *ListTrackerConsumersOutput + func (s ListTrackerConsumersOutput) GoString() string + func (s ListTrackerConsumersOutput) String() string + type ListTrackersInput struct + MaxResults *int64 + NextToken *string + func (s *ListTrackersInput) SetMaxResults(v int64) *ListTrackersInput + func (s *ListTrackersInput) SetNextToken(v string) *ListTrackersInput + func (s *ListTrackersInput) Validate() error + func (s ListTrackersInput) GoString() string + func (s ListTrackersInput) String() string + type ListTrackersOutput struct + Entries []*ListTrackersResponseEntry + NextToken *string + func (s *ListTrackersOutput) SetEntries(v []*ListTrackersResponseEntry) *ListTrackersOutput + func (s *ListTrackersOutput) SetNextToken(v string) *ListTrackersOutput + func (s ListTrackersOutput) GoString() string + func (s ListTrackersOutput) String() string + type ListTrackersResponseEntry struct + CreateTime *time.Time + Description *string + PricingPlan *string + PricingPlanDataSource *string + TrackerName *string + UpdateTime *time.Time + func (s *ListTrackersResponseEntry) SetCreateTime(v time.Time) *ListTrackersResponseEntry + func (s *ListTrackersResponseEntry) SetDescription(v string) *ListTrackersResponseEntry + func (s *ListTrackersResponseEntry) SetPricingPlan(v string) *ListTrackersResponseEntry + func (s *ListTrackersResponseEntry) SetPricingPlanDataSource(v string) *ListTrackersResponseEntry + func (s *ListTrackersResponseEntry) SetTrackerName(v string) *ListTrackersResponseEntry + func (s *ListTrackersResponseEntry) SetUpdateTime(v time.Time) *ListTrackersResponseEntry + func (s ListTrackersResponseEntry) GoString() string + func (s ListTrackersResponseEntry) String() string + type LocationService struct + func New(p client.ConfigProvider, cfgs ...*aws.Config) *LocationService + func (c *LocationService) AssociateTrackerConsumer(input *AssociateTrackerConsumerInput) (*AssociateTrackerConsumerOutput, error) + func (c *LocationService) AssociateTrackerConsumerRequest(input *AssociateTrackerConsumerInput) (req *request.Request, output *AssociateTrackerConsumerOutput) + func (c *LocationService) AssociateTrackerConsumerWithContext(ctx aws.Context, input *AssociateTrackerConsumerInput, opts ...request.Option) (*AssociateTrackerConsumerOutput, error) + func (c *LocationService) BatchDeleteDevicePositionHistory(input *BatchDeleteDevicePositionHistoryInput) (*BatchDeleteDevicePositionHistoryOutput, error) + func (c *LocationService) BatchDeleteDevicePositionHistoryRequest(input *BatchDeleteDevicePositionHistoryInput) (req *request.Request, output *BatchDeleteDevicePositionHistoryOutput) + func (c *LocationService) BatchDeleteDevicePositionHistoryWithContext(ctx aws.Context, input *BatchDeleteDevicePositionHistoryInput, ...) (*BatchDeleteDevicePositionHistoryOutput, error) + func (c *LocationService) BatchDeleteGeofence(input *BatchDeleteGeofenceInput) (*BatchDeleteGeofenceOutput, error) + func (c *LocationService) BatchDeleteGeofenceRequest(input *BatchDeleteGeofenceInput) (req *request.Request, output *BatchDeleteGeofenceOutput) + func (c *LocationService) BatchDeleteGeofenceWithContext(ctx aws.Context, input *BatchDeleteGeofenceInput, opts ...request.Option) (*BatchDeleteGeofenceOutput, error) + func (c *LocationService) BatchEvaluateGeofences(input *BatchEvaluateGeofencesInput) (*BatchEvaluateGeofencesOutput, error) + func (c *LocationService) BatchEvaluateGeofencesRequest(input *BatchEvaluateGeofencesInput) (req *request.Request, output *BatchEvaluateGeofencesOutput) + func (c *LocationService) BatchEvaluateGeofencesWithContext(ctx aws.Context, input *BatchEvaluateGeofencesInput, opts ...request.Option) (*BatchEvaluateGeofencesOutput, error) + func (c *LocationService) BatchGetDevicePosition(input *BatchGetDevicePositionInput) (*BatchGetDevicePositionOutput, error) + func (c *LocationService) BatchGetDevicePositionRequest(input *BatchGetDevicePositionInput) (req *request.Request, output *BatchGetDevicePositionOutput) + func (c *LocationService) BatchGetDevicePositionWithContext(ctx aws.Context, input *BatchGetDevicePositionInput, opts ...request.Option) (*BatchGetDevicePositionOutput, error) + func (c *LocationService) BatchPutGeofence(input *BatchPutGeofenceInput) (*BatchPutGeofenceOutput, error) + func (c *LocationService) BatchPutGeofenceRequest(input *BatchPutGeofenceInput) (req *request.Request, output *BatchPutGeofenceOutput) + func (c *LocationService) BatchPutGeofenceWithContext(ctx aws.Context, input *BatchPutGeofenceInput, opts ...request.Option) (*BatchPutGeofenceOutput, error) + func (c *LocationService) BatchUpdateDevicePosition(input *BatchUpdateDevicePositionInput) (*BatchUpdateDevicePositionOutput, error) + func (c *LocationService) BatchUpdateDevicePositionRequest(input *BatchUpdateDevicePositionInput) (req *request.Request, output *BatchUpdateDevicePositionOutput) + func (c *LocationService) BatchUpdateDevicePositionWithContext(ctx aws.Context, input *BatchUpdateDevicePositionInput, opts ...request.Option) (*BatchUpdateDevicePositionOutput, error) + func (c *LocationService) CalculateRoute(input *CalculateRouteInput) (*CalculateRouteOutput, error) + func (c *LocationService) CalculateRouteMatrix(input *CalculateRouteMatrixInput) (*CalculateRouteMatrixOutput, error) + func (c *LocationService) CalculateRouteMatrixRequest(input *CalculateRouteMatrixInput) (req *request.Request, output *CalculateRouteMatrixOutput) + func (c *LocationService) CalculateRouteMatrixWithContext(ctx aws.Context, input *CalculateRouteMatrixInput, opts ...request.Option) (*CalculateRouteMatrixOutput, error) + func (c *LocationService) CalculateRouteRequest(input *CalculateRouteInput) (req *request.Request, output *CalculateRouteOutput) + func (c *LocationService) CalculateRouteWithContext(ctx aws.Context, input *CalculateRouteInput, opts ...request.Option) (*CalculateRouteOutput, error) + func (c *LocationService) CreateGeofenceCollection(input *CreateGeofenceCollectionInput) (*CreateGeofenceCollectionOutput, error) + func (c *LocationService) CreateGeofenceCollectionRequest(input *CreateGeofenceCollectionInput) (req *request.Request, output *CreateGeofenceCollectionOutput) + func (c *LocationService) CreateGeofenceCollectionWithContext(ctx aws.Context, input *CreateGeofenceCollectionInput, opts ...request.Option) (*CreateGeofenceCollectionOutput, error) + func (c *LocationService) CreateKey(input *CreateKeyInput) (*CreateKeyOutput, error) + func (c *LocationService) CreateKeyRequest(input *CreateKeyInput) (req *request.Request, output *CreateKeyOutput) + func (c *LocationService) CreateKeyWithContext(ctx aws.Context, input *CreateKeyInput, opts ...request.Option) (*CreateKeyOutput, error) + func (c *LocationService) CreateMap(input *CreateMapInput) (*CreateMapOutput, error) + func (c *LocationService) CreateMapRequest(input *CreateMapInput) (req *request.Request, output *CreateMapOutput) + func (c *LocationService) CreateMapWithContext(ctx aws.Context, input *CreateMapInput, opts ...request.Option) (*CreateMapOutput, error) + func (c *LocationService) CreatePlaceIndex(input *CreatePlaceIndexInput) (*CreatePlaceIndexOutput, error) + func (c *LocationService) CreatePlaceIndexRequest(input *CreatePlaceIndexInput) (req *request.Request, output *CreatePlaceIndexOutput) + func (c *LocationService) CreatePlaceIndexWithContext(ctx aws.Context, input *CreatePlaceIndexInput, opts ...request.Option) (*CreatePlaceIndexOutput, error) + func (c *LocationService) CreateRouteCalculator(input *CreateRouteCalculatorInput) (*CreateRouteCalculatorOutput, error) + func (c *LocationService) CreateRouteCalculatorRequest(input *CreateRouteCalculatorInput) (req *request.Request, output *CreateRouteCalculatorOutput) + func (c *LocationService) CreateRouteCalculatorWithContext(ctx aws.Context, input *CreateRouteCalculatorInput, opts ...request.Option) (*CreateRouteCalculatorOutput, error) + func (c *LocationService) CreateTracker(input *CreateTrackerInput) (*CreateTrackerOutput, error) + func (c *LocationService) CreateTrackerRequest(input *CreateTrackerInput) (req *request.Request, output *CreateTrackerOutput) + func (c *LocationService) CreateTrackerWithContext(ctx aws.Context, input *CreateTrackerInput, opts ...request.Option) (*CreateTrackerOutput, error) + func (c *LocationService) DeleteGeofenceCollection(input *DeleteGeofenceCollectionInput) (*DeleteGeofenceCollectionOutput, error) + func (c *LocationService) DeleteGeofenceCollectionRequest(input *DeleteGeofenceCollectionInput) (req *request.Request, output *DeleteGeofenceCollectionOutput) + func (c *LocationService) DeleteGeofenceCollectionWithContext(ctx aws.Context, input *DeleteGeofenceCollectionInput, opts ...request.Option) (*DeleteGeofenceCollectionOutput, error) + func (c *LocationService) DeleteKey(input *DeleteKeyInput) (*DeleteKeyOutput, error) + func (c *LocationService) DeleteKeyRequest(input *DeleteKeyInput) (req *request.Request, output *DeleteKeyOutput) + func (c *LocationService) DeleteKeyWithContext(ctx aws.Context, input *DeleteKeyInput, opts ...request.Option) (*DeleteKeyOutput, error) + func (c *LocationService) DeleteMap(input *DeleteMapInput) (*DeleteMapOutput, error) + func (c *LocationService) DeleteMapRequest(input *DeleteMapInput) (req *request.Request, output *DeleteMapOutput) + func (c *LocationService) DeleteMapWithContext(ctx aws.Context, input *DeleteMapInput, opts ...request.Option) (*DeleteMapOutput, error) + func (c *LocationService) DeletePlaceIndex(input *DeletePlaceIndexInput) (*DeletePlaceIndexOutput, error) + func (c *LocationService) DeletePlaceIndexRequest(input *DeletePlaceIndexInput) (req *request.Request, output *DeletePlaceIndexOutput) + func (c *LocationService) DeletePlaceIndexWithContext(ctx aws.Context, input *DeletePlaceIndexInput, opts ...request.Option) (*DeletePlaceIndexOutput, error) + func (c *LocationService) DeleteRouteCalculator(input *DeleteRouteCalculatorInput) (*DeleteRouteCalculatorOutput, error) + func (c *LocationService) DeleteRouteCalculatorRequest(input *DeleteRouteCalculatorInput) (req *request.Request, output *DeleteRouteCalculatorOutput) + func (c *LocationService) DeleteRouteCalculatorWithContext(ctx aws.Context, input *DeleteRouteCalculatorInput, opts ...request.Option) (*DeleteRouteCalculatorOutput, error) + func (c *LocationService) DeleteTracker(input *DeleteTrackerInput) (*DeleteTrackerOutput, error) + func (c *LocationService) DeleteTrackerRequest(input *DeleteTrackerInput) (req *request.Request, output *DeleteTrackerOutput) + func (c *LocationService) DeleteTrackerWithContext(ctx aws.Context, input *DeleteTrackerInput, opts ...request.Option) (*DeleteTrackerOutput, error) + func (c *LocationService) DescribeGeofenceCollection(input *DescribeGeofenceCollectionInput) (*DescribeGeofenceCollectionOutput, error) + func (c *LocationService) DescribeGeofenceCollectionRequest(input *DescribeGeofenceCollectionInput) (req *request.Request, output *DescribeGeofenceCollectionOutput) + func (c *LocationService) DescribeGeofenceCollectionWithContext(ctx aws.Context, input *DescribeGeofenceCollectionInput, ...) (*DescribeGeofenceCollectionOutput, error) + func (c *LocationService) DescribeKey(input *DescribeKeyInput) (*DescribeKeyOutput, error) + func (c *LocationService) DescribeKeyRequest(input *DescribeKeyInput) (req *request.Request, output *DescribeKeyOutput) + func (c *LocationService) DescribeKeyWithContext(ctx aws.Context, input *DescribeKeyInput, opts ...request.Option) (*DescribeKeyOutput, error) + func (c *LocationService) DescribeMap(input *DescribeMapInput) (*DescribeMapOutput, error) + func (c *LocationService) DescribeMapRequest(input *DescribeMapInput) (req *request.Request, output *DescribeMapOutput) + func (c *LocationService) DescribeMapWithContext(ctx aws.Context, input *DescribeMapInput, opts ...request.Option) (*DescribeMapOutput, error) + func (c *LocationService) DescribePlaceIndex(input *DescribePlaceIndexInput) (*DescribePlaceIndexOutput, error) + func (c *LocationService) DescribePlaceIndexRequest(input *DescribePlaceIndexInput) (req *request.Request, output *DescribePlaceIndexOutput) + func (c *LocationService) DescribePlaceIndexWithContext(ctx aws.Context, input *DescribePlaceIndexInput, opts ...request.Option) (*DescribePlaceIndexOutput, error) + func (c *LocationService) DescribeRouteCalculator(input *DescribeRouteCalculatorInput) (*DescribeRouteCalculatorOutput, error) + func (c *LocationService) DescribeRouteCalculatorRequest(input *DescribeRouteCalculatorInput) (req *request.Request, output *DescribeRouteCalculatorOutput) + func (c *LocationService) DescribeRouteCalculatorWithContext(ctx aws.Context, input *DescribeRouteCalculatorInput, opts ...request.Option) (*DescribeRouteCalculatorOutput, error) + func (c *LocationService) DescribeTracker(input *DescribeTrackerInput) (*DescribeTrackerOutput, error) + func (c *LocationService) DescribeTrackerRequest(input *DescribeTrackerInput) (req *request.Request, output *DescribeTrackerOutput) + func (c *LocationService) DescribeTrackerWithContext(ctx aws.Context, input *DescribeTrackerInput, opts ...request.Option) (*DescribeTrackerOutput, error) + func (c *LocationService) DisassociateTrackerConsumer(input *DisassociateTrackerConsumerInput) (*DisassociateTrackerConsumerOutput, error) + func (c *LocationService) DisassociateTrackerConsumerRequest(input *DisassociateTrackerConsumerInput) (req *request.Request, output *DisassociateTrackerConsumerOutput) + func (c *LocationService) DisassociateTrackerConsumerWithContext(ctx aws.Context, input *DisassociateTrackerConsumerInput, ...) (*DisassociateTrackerConsumerOutput, error) + func (c *LocationService) GetDevicePosition(input *GetDevicePositionInput) (*GetDevicePositionOutput, error) + func (c *LocationService) GetDevicePositionHistory(input *GetDevicePositionHistoryInput) (*GetDevicePositionHistoryOutput, error) + func (c *LocationService) GetDevicePositionHistoryPages(input *GetDevicePositionHistoryInput, ...) error + func (c *LocationService) GetDevicePositionHistoryPagesWithContext(ctx aws.Context, input *GetDevicePositionHistoryInput, ...) error + func (c *LocationService) GetDevicePositionHistoryRequest(input *GetDevicePositionHistoryInput) (req *request.Request, output *GetDevicePositionHistoryOutput) + func (c *LocationService) GetDevicePositionHistoryWithContext(ctx aws.Context, input *GetDevicePositionHistoryInput, opts ...request.Option) (*GetDevicePositionHistoryOutput, error) + func (c *LocationService) GetDevicePositionRequest(input *GetDevicePositionInput) (req *request.Request, output *GetDevicePositionOutput) + func (c *LocationService) GetDevicePositionWithContext(ctx aws.Context, input *GetDevicePositionInput, opts ...request.Option) (*GetDevicePositionOutput, error) + func (c *LocationService) GetGeofence(input *GetGeofenceInput) (*GetGeofenceOutput, error) + func (c *LocationService) GetGeofenceRequest(input *GetGeofenceInput) (req *request.Request, output *GetGeofenceOutput) + func (c *LocationService) GetGeofenceWithContext(ctx aws.Context, input *GetGeofenceInput, opts ...request.Option) (*GetGeofenceOutput, error) + func (c *LocationService) GetMapGlyphs(input *GetMapGlyphsInput) (*GetMapGlyphsOutput, error) + func (c *LocationService) GetMapGlyphsRequest(input *GetMapGlyphsInput) (req *request.Request, output *GetMapGlyphsOutput) + func (c *LocationService) GetMapGlyphsWithContext(ctx aws.Context, input *GetMapGlyphsInput, opts ...request.Option) (*GetMapGlyphsOutput, error) + func (c *LocationService) GetMapSprites(input *GetMapSpritesInput) (*GetMapSpritesOutput, error) + func (c *LocationService) GetMapSpritesRequest(input *GetMapSpritesInput) (req *request.Request, output *GetMapSpritesOutput) + func (c *LocationService) GetMapSpritesWithContext(ctx aws.Context, input *GetMapSpritesInput, opts ...request.Option) (*GetMapSpritesOutput, error) + func (c *LocationService) GetMapStyleDescriptor(input *GetMapStyleDescriptorInput) (*GetMapStyleDescriptorOutput, error) + func (c *LocationService) GetMapStyleDescriptorRequest(input *GetMapStyleDescriptorInput) (req *request.Request, output *GetMapStyleDescriptorOutput) + func (c *LocationService) GetMapStyleDescriptorWithContext(ctx aws.Context, input *GetMapStyleDescriptorInput, opts ...request.Option) (*GetMapStyleDescriptorOutput, error) + func (c *LocationService) GetMapTile(input *GetMapTileInput) (*GetMapTileOutput, error) + func (c *LocationService) GetMapTileRequest(input *GetMapTileInput) (req *request.Request, output *GetMapTileOutput) + func (c *LocationService) GetMapTileWithContext(ctx aws.Context, input *GetMapTileInput, opts ...request.Option) (*GetMapTileOutput, error) + func (c *LocationService) GetPlace(input *GetPlaceInput) (*GetPlaceOutput, error) + func (c *LocationService) GetPlaceRequest(input *GetPlaceInput) (req *request.Request, output *GetPlaceOutput) + func (c *LocationService) GetPlaceWithContext(ctx aws.Context, input *GetPlaceInput, opts ...request.Option) (*GetPlaceOutput, error) + func (c *LocationService) ListDevicePositions(input *ListDevicePositionsInput) (*ListDevicePositionsOutput, error) + func (c *LocationService) ListDevicePositionsPages(input *ListDevicePositionsInput, ...) error + func (c *LocationService) ListDevicePositionsPagesWithContext(ctx aws.Context, input *ListDevicePositionsInput, ...) error + func (c *LocationService) ListDevicePositionsRequest(input *ListDevicePositionsInput) (req *request.Request, output *ListDevicePositionsOutput) + func (c *LocationService) ListDevicePositionsWithContext(ctx aws.Context, input *ListDevicePositionsInput, opts ...request.Option) (*ListDevicePositionsOutput, error) + func (c *LocationService) ListGeofenceCollections(input *ListGeofenceCollectionsInput) (*ListGeofenceCollectionsOutput, error) + func (c *LocationService) ListGeofenceCollectionsPages(input *ListGeofenceCollectionsInput, ...) error + func (c *LocationService) ListGeofenceCollectionsPagesWithContext(ctx aws.Context, input *ListGeofenceCollectionsInput, ...) error + func (c *LocationService) ListGeofenceCollectionsRequest(input *ListGeofenceCollectionsInput) (req *request.Request, output *ListGeofenceCollectionsOutput) + func (c *LocationService) ListGeofenceCollectionsWithContext(ctx aws.Context, input *ListGeofenceCollectionsInput, opts ...request.Option) (*ListGeofenceCollectionsOutput, error) + func (c *LocationService) ListGeofences(input *ListGeofencesInput) (*ListGeofencesOutput, error) + func (c *LocationService) ListGeofencesPages(input *ListGeofencesInput, fn func(*ListGeofencesOutput, bool) bool) error + func (c *LocationService) ListGeofencesPagesWithContext(ctx aws.Context, input *ListGeofencesInput, ...) error + func (c *LocationService) ListGeofencesRequest(input *ListGeofencesInput) (req *request.Request, output *ListGeofencesOutput) + func (c *LocationService) ListGeofencesWithContext(ctx aws.Context, input *ListGeofencesInput, opts ...request.Option) (*ListGeofencesOutput, error) + func (c *LocationService) ListKeys(input *ListKeysInput) (*ListKeysOutput, error) + func (c *LocationService) ListKeysPages(input *ListKeysInput, fn func(*ListKeysOutput, bool) bool) error + func (c *LocationService) ListKeysPagesWithContext(ctx aws.Context, input *ListKeysInput, fn func(*ListKeysOutput, bool) bool, ...) error + func (c *LocationService) ListKeysRequest(input *ListKeysInput) (req *request.Request, output *ListKeysOutput) + func (c *LocationService) ListKeysWithContext(ctx aws.Context, input *ListKeysInput, opts ...request.Option) (*ListKeysOutput, error) + func (c *LocationService) ListMaps(input *ListMapsInput) (*ListMapsOutput, error) + func (c *LocationService) ListMapsPages(input *ListMapsInput, fn func(*ListMapsOutput, bool) bool) error + func (c *LocationService) ListMapsPagesWithContext(ctx aws.Context, input *ListMapsInput, fn func(*ListMapsOutput, bool) bool, ...) error + func (c *LocationService) ListMapsRequest(input *ListMapsInput) (req *request.Request, output *ListMapsOutput) + func (c *LocationService) ListMapsWithContext(ctx aws.Context, input *ListMapsInput, opts ...request.Option) (*ListMapsOutput, error) + func (c *LocationService) ListPlaceIndexes(input *ListPlaceIndexesInput) (*ListPlaceIndexesOutput, error) + func (c *LocationService) ListPlaceIndexesPages(input *ListPlaceIndexesInput, fn func(*ListPlaceIndexesOutput, bool) bool) error + func (c *LocationService) ListPlaceIndexesPagesWithContext(ctx aws.Context, input *ListPlaceIndexesInput, ...) error + func (c *LocationService) ListPlaceIndexesRequest(input *ListPlaceIndexesInput) (req *request.Request, output *ListPlaceIndexesOutput) + func (c *LocationService) ListPlaceIndexesWithContext(ctx aws.Context, input *ListPlaceIndexesInput, opts ...request.Option) (*ListPlaceIndexesOutput, error) + func (c *LocationService) ListRouteCalculators(input *ListRouteCalculatorsInput) (*ListRouteCalculatorsOutput, error) + func (c *LocationService) ListRouteCalculatorsPages(input *ListRouteCalculatorsInput, ...) error + func (c *LocationService) ListRouteCalculatorsPagesWithContext(ctx aws.Context, input *ListRouteCalculatorsInput, ...) error + func (c *LocationService) ListRouteCalculatorsRequest(input *ListRouteCalculatorsInput) (req *request.Request, output *ListRouteCalculatorsOutput) + func (c *LocationService) ListRouteCalculatorsWithContext(ctx aws.Context, input *ListRouteCalculatorsInput, opts ...request.Option) (*ListRouteCalculatorsOutput, error) + func (c *LocationService) ListTagsForResource(input *ListTagsForResourceInput) (*ListTagsForResourceOutput, error) + func (c *LocationService) ListTagsForResourceRequest(input *ListTagsForResourceInput) (req *request.Request, output *ListTagsForResourceOutput) + func (c *LocationService) ListTagsForResourceWithContext(ctx aws.Context, input *ListTagsForResourceInput, opts ...request.Option) (*ListTagsForResourceOutput, error) + func (c *LocationService) ListTrackerConsumers(input *ListTrackerConsumersInput) (*ListTrackerConsumersOutput, error) + func (c *LocationService) ListTrackerConsumersPages(input *ListTrackerConsumersInput, ...) error + func (c *LocationService) ListTrackerConsumersPagesWithContext(ctx aws.Context, input *ListTrackerConsumersInput, ...) error + func (c *LocationService) ListTrackerConsumersRequest(input *ListTrackerConsumersInput) (req *request.Request, output *ListTrackerConsumersOutput) + func (c *LocationService) ListTrackerConsumersWithContext(ctx aws.Context, input *ListTrackerConsumersInput, opts ...request.Option) (*ListTrackerConsumersOutput, error) + func (c *LocationService) ListTrackers(input *ListTrackersInput) (*ListTrackersOutput, error) + func (c *LocationService) ListTrackersPages(input *ListTrackersInput, fn func(*ListTrackersOutput, bool) bool) error + func (c *LocationService) ListTrackersPagesWithContext(ctx aws.Context, input *ListTrackersInput, ...) error + func (c *LocationService) ListTrackersRequest(input *ListTrackersInput) (req *request.Request, output *ListTrackersOutput) + func (c *LocationService) ListTrackersWithContext(ctx aws.Context, input *ListTrackersInput, opts ...request.Option) (*ListTrackersOutput, error) + func (c *LocationService) PutGeofence(input *PutGeofenceInput) (*PutGeofenceOutput, error) + func (c *LocationService) PutGeofenceRequest(input *PutGeofenceInput) (req *request.Request, output *PutGeofenceOutput) + func (c *LocationService) PutGeofenceWithContext(ctx aws.Context, input *PutGeofenceInput, opts ...request.Option) (*PutGeofenceOutput, error) + func (c *LocationService) SearchPlaceIndexForPosition(input *SearchPlaceIndexForPositionInput) (*SearchPlaceIndexForPositionOutput, error) + func (c *LocationService) SearchPlaceIndexForPositionRequest(input *SearchPlaceIndexForPositionInput) (req *request.Request, output *SearchPlaceIndexForPositionOutput) + func (c *LocationService) SearchPlaceIndexForPositionWithContext(ctx aws.Context, input *SearchPlaceIndexForPositionInput, ...) (*SearchPlaceIndexForPositionOutput, error) + func (c *LocationService) SearchPlaceIndexForSuggestions(input *SearchPlaceIndexForSuggestionsInput) (*SearchPlaceIndexForSuggestionsOutput, error) + func (c *LocationService) SearchPlaceIndexForSuggestionsRequest(input *SearchPlaceIndexForSuggestionsInput) (req *request.Request, output *SearchPlaceIndexForSuggestionsOutput) + func (c *LocationService) SearchPlaceIndexForSuggestionsWithContext(ctx aws.Context, input *SearchPlaceIndexForSuggestionsInput, ...) (*SearchPlaceIndexForSuggestionsOutput, error) + func (c *LocationService) SearchPlaceIndexForText(input *SearchPlaceIndexForTextInput) (*SearchPlaceIndexForTextOutput, error) + func (c *LocationService) SearchPlaceIndexForTextRequest(input *SearchPlaceIndexForTextInput) (req *request.Request, output *SearchPlaceIndexForTextOutput) + func (c *LocationService) SearchPlaceIndexForTextWithContext(ctx aws.Context, input *SearchPlaceIndexForTextInput, opts ...request.Option) (*SearchPlaceIndexForTextOutput, error) + func (c *LocationService) TagResource(input *TagResourceInput) (*TagResourceOutput, error) + func (c *LocationService) TagResourceRequest(input *TagResourceInput) (req *request.Request, output *TagResourceOutput) + func (c *LocationService) TagResourceWithContext(ctx aws.Context, input *TagResourceInput, opts ...request.Option) (*TagResourceOutput, error) + func (c *LocationService) UntagResource(input *UntagResourceInput) (*UntagResourceOutput, error) + func (c *LocationService) UntagResourceRequest(input *UntagResourceInput) (req *request.Request, output *UntagResourceOutput) + func (c *LocationService) UntagResourceWithContext(ctx aws.Context, input *UntagResourceInput, opts ...request.Option) (*UntagResourceOutput, error) + func (c *LocationService) UpdateGeofenceCollection(input *UpdateGeofenceCollectionInput) (*UpdateGeofenceCollectionOutput, error) + func (c *LocationService) UpdateGeofenceCollectionRequest(input *UpdateGeofenceCollectionInput) (req *request.Request, output *UpdateGeofenceCollectionOutput) + func (c *LocationService) UpdateGeofenceCollectionWithContext(ctx aws.Context, input *UpdateGeofenceCollectionInput, opts ...request.Option) (*UpdateGeofenceCollectionOutput, error) + func (c *LocationService) UpdateKey(input *UpdateKeyInput) (*UpdateKeyOutput, error) + func (c *LocationService) UpdateKeyRequest(input *UpdateKeyInput) (req *request.Request, output *UpdateKeyOutput) + func (c *LocationService) UpdateKeyWithContext(ctx aws.Context, input *UpdateKeyInput, opts ...request.Option) (*UpdateKeyOutput, error) + func (c *LocationService) UpdateMap(input *UpdateMapInput) (*UpdateMapOutput, error) + func (c *LocationService) UpdateMapRequest(input *UpdateMapInput) (req *request.Request, output *UpdateMapOutput) + func (c *LocationService) UpdateMapWithContext(ctx aws.Context, input *UpdateMapInput, opts ...request.Option) (*UpdateMapOutput, error) + func (c *LocationService) UpdatePlaceIndex(input *UpdatePlaceIndexInput) (*UpdatePlaceIndexOutput, error) + func (c *LocationService) UpdatePlaceIndexRequest(input *UpdatePlaceIndexInput) (req *request.Request, output *UpdatePlaceIndexOutput) + func (c *LocationService) UpdatePlaceIndexWithContext(ctx aws.Context, input *UpdatePlaceIndexInput, opts ...request.Option) (*UpdatePlaceIndexOutput, error) + func (c *LocationService) UpdateRouteCalculator(input *UpdateRouteCalculatorInput) (*UpdateRouteCalculatorOutput, error) + func (c *LocationService) UpdateRouteCalculatorRequest(input *UpdateRouteCalculatorInput) (req *request.Request, output *UpdateRouteCalculatorOutput) + func (c *LocationService) UpdateRouteCalculatorWithContext(ctx aws.Context, input *UpdateRouteCalculatorInput, opts ...request.Option) (*UpdateRouteCalculatorOutput, error) + func (c *LocationService) UpdateTracker(input *UpdateTrackerInput) (*UpdateTrackerOutput, error) + func (c *LocationService) UpdateTrackerRequest(input *UpdateTrackerInput) (req *request.Request, output *UpdateTrackerOutput) + func (c *LocationService) UpdateTrackerWithContext(ctx aws.Context, input *UpdateTrackerInput, opts ...request.Option) (*UpdateTrackerOutput, error) + type MapConfiguration struct + PoliticalView *string + Style *string + func (s *MapConfiguration) SetPoliticalView(v string) *MapConfiguration + func (s *MapConfiguration) SetStyle(v string) *MapConfiguration + func (s *MapConfiguration) Validate() error + func (s MapConfiguration) GoString() string + func (s MapConfiguration) String() string + type MapConfigurationUpdate struct + PoliticalView *string + func (s *MapConfigurationUpdate) SetPoliticalView(v string) *MapConfigurationUpdate + func (s MapConfigurationUpdate) GoString() string + func (s MapConfigurationUpdate) String() string + type Place struct + AddressNumber *string + Categories []*string + Country *string + Geometry *PlaceGeometry + Interpolated *bool + Label *string + Municipality *string + Neighborhood *string + PostalCode *string + Region *string + Street *string + SubRegion *string + SupplementalCategories []*string + TimeZone *TimeZone + UnitNumber *string + UnitType *string + func (s *Place) SetAddressNumber(v string) *Place + func (s *Place) SetCategories(v []*string) *Place + func (s *Place) SetCountry(v string) *Place + func (s *Place) SetGeometry(v *PlaceGeometry) *Place + func (s *Place) SetInterpolated(v bool) *Place + func (s *Place) SetLabel(v string) *Place + func (s *Place) SetMunicipality(v string) *Place + func (s *Place) SetNeighborhood(v string) *Place + func (s *Place) SetPostalCode(v string) *Place + func (s *Place) SetRegion(v string) *Place + func (s *Place) SetStreet(v string) *Place + func (s *Place) SetSubRegion(v string) *Place + func (s *Place) SetSupplementalCategories(v []*string) *Place + func (s *Place) SetTimeZone(v *TimeZone) *Place + func (s *Place) SetUnitNumber(v string) *Place + func (s *Place) SetUnitType(v string) *Place + func (s Place) GoString() string + func (s Place) String() string + type PlaceGeometry struct + Point []*float64 + func (s *PlaceGeometry) SetPoint(v []*float64) *PlaceGeometry + func (s PlaceGeometry) GoString() string + func (s PlaceGeometry) String() string + type PositionalAccuracy struct + Horizontal *float64 + func (s *PositionalAccuracy) SetHorizontal(v float64) *PositionalAccuracy + func (s *PositionalAccuracy) Validate() error + func (s PositionalAccuracy) GoString() string + func (s PositionalAccuracy) String() string + type PutGeofenceInput struct + CollectionName *string + GeofenceId *string + GeofenceProperties map[string]*string + Geometry *GeofenceGeometry + func (s *PutGeofenceInput) SetCollectionName(v string) *PutGeofenceInput + func (s *PutGeofenceInput) SetGeofenceId(v string) *PutGeofenceInput + func (s *PutGeofenceInput) SetGeofenceProperties(v map[string]*string) *PutGeofenceInput + func (s *PutGeofenceInput) SetGeometry(v *GeofenceGeometry) *PutGeofenceInput + func (s *PutGeofenceInput) Validate() error + func (s PutGeofenceInput) GoString() string + func (s PutGeofenceInput) String() string + type PutGeofenceOutput struct + CreateTime *time.Time + GeofenceId *string + UpdateTime *time.Time + func (s *PutGeofenceOutput) SetCreateTime(v time.Time) *PutGeofenceOutput + func (s *PutGeofenceOutput) SetGeofenceId(v string) *PutGeofenceOutput + func (s *PutGeofenceOutput) SetUpdateTime(v time.Time) *PutGeofenceOutput + func (s PutGeofenceOutput) GoString() string + func (s PutGeofenceOutput) String() string + type ResourceNotFoundException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ResourceNotFoundException) Code() string + func (s *ResourceNotFoundException) Error() string + func (s *ResourceNotFoundException) Message() string + func (s *ResourceNotFoundException) OrigErr() error + func (s *ResourceNotFoundException) RequestID() string + func (s *ResourceNotFoundException) StatusCode() int + func (s ResourceNotFoundException) GoString() string + func (s ResourceNotFoundException) String() string + type RouteMatrixEntry struct + Distance *float64 + DurationSeconds *float64 + Error *RouteMatrixEntryError + func (s *RouteMatrixEntry) SetDistance(v float64) *RouteMatrixEntry + func (s *RouteMatrixEntry) SetDurationSeconds(v float64) *RouteMatrixEntry + func (s *RouteMatrixEntry) SetError(v *RouteMatrixEntryError) *RouteMatrixEntry + func (s RouteMatrixEntry) GoString() string + func (s RouteMatrixEntry) String() string + type RouteMatrixEntryError struct + Code *string + Message *string + func (s *RouteMatrixEntryError) SetCode(v string) *RouteMatrixEntryError + func (s *RouteMatrixEntryError) SetMessage(v string) *RouteMatrixEntryError + func (s RouteMatrixEntryError) GoString() string + func (s RouteMatrixEntryError) String() string + type SearchForPositionResult struct + Distance *float64 + Place *Place + PlaceId *string + func (s *SearchForPositionResult) SetDistance(v float64) *SearchForPositionResult + func (s *SearchForPositionResult) SetPlace(v *Place) *SearchForPositionResult + func (s *SearchForPositionResult) SetPlaceId(v string) *SearchForPositionResult + func (s SearchForPositionResult) GoString() string + func (s SearchForPositionResult) String() string + type SearchForSuggestionsResult struct + Categories []*string + PlaceId *string + SupplementalCategories []*string + Text *string + func (s *SearchForSuggestionsResult) SetCategories(v []*string) *SearchForSuggestionsResult + func (s *SearchForSuggestionsResult) SetPlaceId(v string) *SearchForSuggestionsResult + func (s *SearchForSuggestionsResult) SetSupplementalCategories(v []*string) *SearchForSuggestionsResult + func (s *SearchForSuggestionsResult) SetText(v string) *SearchForSuggestionsResult + func (s SearchForSuggestionsResult) GoString() string + func (s SearchForSuggestionsResult) String() string + type SearchForTextResult struct + Distance *float64 + Place *Place + PlaceId *string + Relevance *float64 + func (s *SearchForTextResult) SetDistance(v float64) *SearchForTextResult + func (s *SearchForTextResult) SetPlace(v *Place) *SearchForTextResult + func (s *SearchForTextResult) SetPlaceId(v string) *SearchForTextResult + func (s *SearchForTextResult) SetRelevance(v float64) *SearchForTextResult + func (s SearchForTextResult) GoString() string + func (s SearchForTextResult) String() string + type SearchPlaceIndexForPositionInput struct + IndexName *string + Key *string + Language *string + MaxResults *int64 + Position []*float64 + func (s *SearchPlaceIndexForPositionInput) SetIndexName(v string) *SearchPlaceIndexForPositionInput + func (s *SearchPlaceIndexForPositionInput) SetKey(v string) *SearchPlaceIndexForPositionInput + func (s *SearchPlaceIndexForPositionInput) SetLanguage(v string) *SearchPlaceIndexForPositionInput + func (s *SearchPlaceIndexForPositionInput) SetMaxResults(v int64) *SearchPlaceIndexForPositionInput + func (s *SearchPlaceIndexForPositionInput) SetPosition(v []*float64) *SearchPlaceIndexForPositionInput + func (s *SearchPlaceIndexForPositionInput) Validate() error + func (s SearchPlaceIndexForPositionInput) GoString() string + func (s SearchPlaceIndexForPositionInput) String() string + type SearchPlaceIndexForPositionOutput struct + Results []*SearchForPositionResult + Summary *SearchPlaceIndexForPositionSummary + func (s *SearchPlaceIndexForPositionOutput) SetResults(v []*SearchForPositionResult) *SearchPlaceIndexForPositionOutput + func (s *SearchPlaceIndexForPositionOutput) SetSummary(v *SearchPlaceIndexForPositionSummary) *SearchPlaceIndexForPositionOutput + func (s SearchPlaceIndexForPositionOutput) GoString() string + func (s SearchPlaceIndexForPositionOutput) String() string + type SearchPlaceIndexForPositionSummary struct + DataSource *string + Language *string + MaxResults *int64 + Position []*float64 + func (s *SearchPlaceIndexForPositionSummary) SetDataSource(v string) *SearchPlaceIndexForPositionSummary + func (s *SearchPlaceIndexForPositionSummary) SetLanguage(v string) *SearchPlaceIndexForPositionSummary + func (s *SearchPlaceIndexForPositionSummary) SetMaxResults(v int64) *SearchPlaceIndexForPositionSummary + func (s *SearchPlaceIndexForPositionSummary) SetPosition(v []*float64) *SearchPlaceIndexForPositionSummary + func (s SearchPlaceIndexForPositionSummary) GoString() string + func (s SearchPlaceIndexForPositionSummary) String() string + type SearchPlaceIndexForSuggestionsInput struct + BiasPosition []*float64 + FilterBBox []*float64 + FilterCategories []*string + FilterCountries []*string + IndexName *string + Key *string + Language *string + MaxResults *int64 + Text *string + func (s *SearchPlaceIndexForSuggestionsInput) SetBiasPosition(v []*float64) *SearchPlaceIndexForSuggestionsInput + func (s *SearchPlaceIndexForSuggestionsInput) SetFilterBBox(v []*float64) *SearchPlaceIndexForSuggestionsInput + func (s *SearchPlaceIndexForSuggestionsInput) SetFilterCategories(v []*string) *SearchPlaceIndexForSuggestionsInput + func (s *SearchPlaceIndexForSuggestionsInput) SetFilterCountries(v []*string) *SearchPlaceIndexForSuggestionsInput + func (s *SearchPlaceIndexForSuggestionsInput) SetIndexName(v string) *SearchPlaceIndexForSuggestionsInput + func (s *SearchPlaceIndexForSuggestionsInput) SetKey(v string) *SearchPlaceIndexForSuggestionsInput + func (s *SearchPlaceIndexForSuggestionsInput) SetLanguage(v string) *SearchPlaceIndexForSuggestionsInput + func (s *SearchPlaceIndexForSuggestionsInput) SetMaxResults(v int64) *SearchPlaceIndexForSuggestionsInput + func (s *SearchPlaceIndexForSuggestionsInput) SetText(v string) *SearchPlaceIndexForSuggestionsInput + func (s *SearchPlaceIndexForSuggestionsInput) Validate() error + func (s SearchPlaceIndexForSuggestionsInput) GoString() string + func (s SearchPlaceIndexForSuggestionsInput) String() string + type SearchPlaceIndexForSuggestionsOutput struct + Results []*SearchForSuggestionsResult + Summary *SearchPlaceIndexForSuggestionsSummary + func (s *SearchPlaceIndexForSuggestionsOutput) SetResults(v []*SearchForSuggestionsResult) *SearchPlaceIndexForSuggestionsOutput + func (s *SearchPlaceIndexForSuggestionsOutput) SetSummary(v *SearchPlaceIndexForSuggestionsSummary) *SearchPlaceIndexForSuggestionsOutput + func (s SearchPlaceIndexForSuggestionsOutput) GoString() string + func (s SearchPlaceIndexForSuggestionsOutput) String() string + type SearchPlaceIndexForSuggestionsSummary struct + BiasPosition []*float64 + DataSource *string + FilterBBox []*float64 + FilterCategories []*string + FilterCountries []*string + Language *string + MaxResults *int64 + Text *string + func (s *SearchPlaceIndexForSuggestionsSummary) SetBiasPosition(v []*float64) *SearchPlaceIndexForSuggestionsSummary + func (s *SearchPlaceIndexForSuggestionsSummary) SetDataSource(v string) *SearchPlaceIndexForSuggestionsSummary + func (s *SearchPlaceIndexForSuggestionsSummary) SetFilterBBox(v []*float64) *SearchPlaceIndexForSuggestionsSummary + func (s *SearchPlaceIndexForSuggestionsSummary) SetFilterCategories(v []*string) *SearchPlaceIndexForSuggestionsSummary + func (s *SearchPlaceIndexForSuggestionsSummary) SetFilterCountries(v []*string) *SearchPlaceIndexForSuggestionsSummary + func (s *SearchPlaceIndexForSuggestionsSummary) SetLanguage(v string) *SearchPlaceIndexForSuggestionsSummary + func (s *SearchPlaceIndexForSuggestionsSummary) SetMaxResults(v int64) *SearchPlaceIndexForSuggestionsSummary + func (s *SearchPlaceIndexForSuggestionsSummary) SetText(v string) *SearchPlaceIndexForSuggestionsSummary + func (s SearchPlaceIndexForSuggestionsSummary) GoString() string + func (s SearchPlaceIndexForSuggestionsSummary) String() string + type SearchPlaceIndexForTextInput struct + BiasPosition []*float64 + FilterBBox []*float64 + FilterCategories []*string + FilterCountries []*string + IndexName *string + Key *string + Language *string + MaxResults *int64 + Text *string + func (s *SearchPlaceIndexForTextInput) SetBiasPosition(v []*float64) *SearchPlaceIndexForTextInput + func (s *SearchPlaceIndexForTextInput) SetFilterBBox(v []*float64) *SearchPlaceIndexForTextInput + func (s *SearchPlaceIndexForTextInput) SetFilterCategories(v []*string) *SearchPlaceIndexForTextInput + func (s *SearchPlaceIndexForTextInput) SetFilterCountries(v []*string) *SearchPlaceIndexForTextInput + func (s *SearchPlaceIndexForTextInput) SetIndexName(v string) *SearchPlaceIndexForTextInput + func (s *SearchPlaceIndexForTextInput) SetKey(v string) *SearchPlaceIndexForTextInput + func (s *SearchPlaceIndexForTextInput) SetLanguage(v string) *SearchPlaceIndexForTextInput + func (s *SearchPlaceIndexForTextInput) SetMaxResults(v int64) *SearchPlaceIndexForTextInput + func (s *SearchPlaceIndexForTextInput) SetText(v string) *SearchPlaceIndexForTextInput + func (s *SearchPlaceIndexForTextInput) Validate() error + func (s SearchPlaceIndexForTextInput) GoString() string + func (s SearchPlaceIndexForTextInput) String() string + type SearchPlaceIndexForTextOutput struct + Results []*SearchForTextResult + Summary *SearchPlaceIndexForTextSummary + func (s *SearchPlaceIndexForTextOutput) SetResults(v []*SearchForTextResult) *SearchPlaceIndexForTextOutput + func (s *SearchPlaceIndexForTextOutput) SetSummary(v *SearchPlaceIndexForTextSummary) *SearchPlaceIndexForTextOutput + func (s SearchPlaceIndexForTextOutput) GoString() string + func (s SearchPlaceIndexForTextOutput) String() string + type SearchPlaceIndexForTextSummary struct + BiasPosition []*float64 + DataSource *string + FilterBBox []*float64 + FilterCategories []*string + FilterCountries []*string + Language *string + MaxResults *int64 + ResultBBox []*float64 + Text *string + func (s *SearchPlaceIndexForTextSummary) SetBiasPosition(v []*float64) *SearchPlaceIndexForTextSummary + func (s *SearchPlaceIndexForTextSummary) SetDataSource(v string) *SearchPlaceIndexForTextSummary + func (s *SearchPlaceIndexForTextSummary) SetFilterBBox(v []*float64) *SearchPlaceIndexForTextSummary + func (s *SearchPlaceIndexForTextSummary) SetFilterCategories(v []*string) *SearchPlaceIndexForTextSummary + func (s *SearchPlaceIndexForTextSummary) SetFilterCountries(v []*string) *SearchPlaceIndexForTextSummary + func (s *SearchPlaceIndexForTextSummary) SetLanguage(v string) *SearchPlaceIndexForTextSummary + func (s *SearchPlaceIndexForTextSummary) SetMaxResults(v int64) *SearchPlaceIndexForTextSummary + func (s *SearchPlaceIndexForTextSummary) SetResultBBox(v []*float64) *SearchPlaceIndexForTextSummary + func (s *SearchPlaceIndexForTextSummary) SetText(v string) *SearchPlaceIndexForTextSummary + func (s SearchPlaceIndexForTextSummary) GoString() string + func (s SearchPlaceIndexForTextSummary) String() string + type ServiceQuotaExceededException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ServiceQuotaExceededException) Code() string + func (s *ServiceQuotaExceededException) Error() string + func (s *ServiceQuotaExceededException) Message() string + func (s *ServiceQuotaExceededException) OrigErr() error + func (s *ServiceQuotaExceededException) RequestID() string + func (s *ServiceQuotaExceededException) StatusCode() int + func (s ServiceQuotaExceededException) GoString() string + func (s ServiceQuotaExceededException) String() string + type Step struct + Distance *float64 + DurationSeconds *float64 + EndPosition []*float64 + GeometryOffset *int64 + StartPosition []*float64 + func (s *Step) SetDistance(v float64) *Step + func (s *Step) SetDurationSeconds(v float64) *Step + func (s *Step) SetEndPosition(v []*float64) *Step + func (s *Step) SetGeometryOffset(v int64) *Step + func (s *Step) SetStartPosition(v []*float64) *Step + func (s Step) GoString() string + func (s Step) String() string + type TagResourceInput struct + ResourceArn *string + Tags map[string]*string + func (s *TagResourceInput) SetResourceArn(v string) *TagResourceInput + func (s *TagResourceInput) SetTags(v map[string]*string) *TagResourceInput + func (s *TagResourceInput) Validate() error + func (s TagResourceInput) GoString() string + func (s TagResourceInput) String() string + type TagResourceOutput struct + func (s TagResourceOutput) GoString() string + func (s TagResourceOutput) String() string + type ThrottlingException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ThrottlingException) Code() string + func (s *ThrottlingException) Error() string + func (s *ThrottlingException) Message() string + func (s *ThrottlingException) OrigErr() error + func (s *ThrottlingException) RequestID() string + func (s *ThrottlingException) StatusCode() int + func (s ThrottlingException) GoString() string + func (s ThrottlingException) String() string + type TimeZone struct + Name *string + Offset *int64 + func (s *TimeZone) SetName(v string) *TimeZone + func (s *TimeZone) SetOffset(v int64) *TimeZone + func (s TimeZone) GoString() string + func (s TimeZone) String() string + type TruckDimensions struct + Height *float64 + Length *float64 + Unit *string + Width *float64 + func (s *TruckDimensions) SetHeight(v float64) *TruckDimensions + func (s *TruckDimensions) SetLength(v float64) *TruckDimensions + func (s *TruckDimensions) SetUnit(v string) *TruckDimensions + func (s *TruckDimensions) SetWidth(v float64) *TruckDimensions + func (s TruckDimensions) GoString() string + func (s TruckDimensions) String() string + type TruckWeight struct + Total *float64 + Unit *string + func (s *TruckWeight) SetTotal(v float64) *TruckWeight + func (s *TruckWeight) SetUnit(v string) *TruckWeight + func (s TruckWeight) GoString() string + func (s TruckWeight) String() string + type UntagResourceInput struct + ResourceArn *string + TagKeys []*string + func (s *UntagResourceInput) SetResourceArn(v string) *UntagResourceInput + func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput + func (s *UntagResourceInput) Validate() error + func (s UntagResourceInput) GoString() string + func (s UntagResourceInput) String() string + type UntagResourceOutput struct + func (s UntagResourceOutput) GoString() string + func (s UntagResourceOutput) String() string + type UpdateGeofenceCollectionInput struct + CollectionName *string + Description *string + PricingPlan *string + PricingPlanDataSource *string + func (s *UpdateGeofenceCollectionInput) SetCollectionName(v string) *UpdateGeofenceCollectionInput + func (s *UpdateGeofenceCollectionInput) SetDescription(v string) *UpdateGeofenceCollectionInput + func (s *UpdateGeofenceCollectionInput) SetPricingPlan(v string) *UpdateGeofenceCollectionInput + func (s *UpdateGeofenceCollectionInput) SetPricingPlanDataSource(v string) *UpdateGeofenceCollectionInput + func (s *UpdateGeofenceCollectionInput) Validate() error + func (s UpdateGeofenceCollectionInput) GoString() string + func (s UpdateGeofenceCollectionInput) String() string + type UpdateGeofenceCollectionOutput struct + CollectionArn *string + CollectionName *string + UpdateTime *time.Time + func (s *UpdateGeofenceCollectionOutput) SetCollectionArn(v string) *UpdateGeofenceCollectionOutput + func (s *UpdateGeofenceCollectionOutput) SetCollectionName(v string) *UpdateGeofenceCollectionOutput + func (s *UpdateGeofenceCollectionOutput) SetUpdateTime(v time.Time) *UpdateGeofenceCollectionOutput + func (s UpdateGeofenceCollectionOutput) GoString() string + func (s UpdateGeofenceCollectionOutput) String() string + type UpdateKeyInput struct + Description *string + ExpireTime *time.Time + ForceUpdate *bool + KeyName *string + NoExpiry *bool + Restrictions *ApiKeyRestrictions + func (s *UpdateKeyInput) SetDescription(v string) *UpdateKeyInput + func (s *UpdateKeyInput) SetExpireTime(v time.Time) *UpdateKeyInput + func (s *UpdateKeyInput) SetForceUpdate(v bool) *UpdateKeyInput + func (s *UpdateKeyInput) SetKeyName(v string) *UpdateKeyInput + func (s *UpdateKeyInput) SetNoExpiry(v bool) *UpdateKeyInput + func (s *UpdateKeyInput) SetRestrictions(v *ApiKeyRestrictions) *UpdateKeyInput + func (s *UpdateKeyInput) Validate() error + func (s UpdateKeyInput) GoString() string + func (s UpdateKeyInput) String() string + type UpdateKeyOutput struct + KeyArn *string + KeyName *string + UpdateTime *time.Time + func (s *UpdateKeyOutput) SetKeyArn(v string) *UpdateKeyOutput + func (s *UpdateKeyOutput) SetKeyName(v string) *UpdateKeyOutput + func (s *UpdateKeyOutput) SetUpdateTime(v time.Time) *UpdateKeyOutput + func (s UpdateKeyOutput) GoString() string + func (s UpdateKeyOutput) String() string + type UpdateMapInput struct + ConfigurationUpdate *MapConfigurationUpdate + Description *string + MapName *string + PricingPlan *string + func (s *UpdateMapInput) SetConfigurationUpdate(v *MapConfigurationUpdate) *UpdateMapInput + func (s *UpdateMapInput) SetDescription(v string) *UpdateMapInput + func (s *UpdateMapInput) SetMapName(v string) *UpdateMapInput + func (s *UpdateMapInput) SetPricingPlan(v string) *UpdateMapInput + func (s *UpdateMapInput) Validate() error + func (s UpdateMapInput) GoString() string + func (s UpdateMapInput) String() string + type UpdateMapOutput struct + MapArn *string + MapName *string + UpdateTime *time.Time + func (s *UpdateMapOutput) SetMapArn(v string) *UpdateMapOutput + func (s *UpdateMapOutput) SetMapName(v string) *UpdateMapOutput + func (s *UpdateMapOutput) SetUpdateTime(v time.Time) *UpdateMapOutput + func (s UpdateMapOutput) GoString() string + func (s UpdateMapOutput) String() string + type UpdatePlaceIndexInput struct + DataSourceConfiguration *DataSourceConfiguration + Description *string + IndexName *string + PricingPlan *string + func (s *UpdatePlaceIndexInput) SetDataSourceConfiguration(v *DataSourceConfiguration) *UpdatePlaceIndexInput + func (s *UpdatePlaceIndexInput) SetDescription(v string) *UpdatePlaceIndexInput + func (s *UpdatePlaceIndexInput) SetIndexName(v string) *UpdatePlaceIndexInput + func (s *UpdatePlaceIndexInput) SetPricingPlan(v string) *UpdatePlaceIndexInput + func (s *UpdatePlaceIndexInput) Validate() error + func (s UpdatePlaceIndexInput) GoString() string + func (s UpdatePlaceIndexInput) String() string + type UpdatePlaceIndexOutput struct + IndexArn *string + IndexName *string + UpdateTime *time.Time + func (s *UpdatePlaceIndexOutput) SetIndexArn(v string) *UpdatePlaceIndexOutput + func (s *UpdatePlaceIndexOutput) SetIndexName(v string) *UpdatePlaceIndexOutput + func (s *UpdatePlaceIndexOutput) SetUpdateTime(v time.Time) *UpdatePlaceIndexOutput + func (s UpdatePlaceIndexOutput) GoString() string + func (s UpdatePlaceIndexOutput) String() string + type UpdateRouteCalculatorInput struct + CalculatorName *string + Description *string + PricingPlan *string + func (s *UpdateRouteCalculatorInput) SetCalculatorName(v string) *UpdateRouteCalculatorInput + func (s *UpdateRouteCalculatorInput) SetDescription(v string) *UpdateRouteCalculatorInput + func (s *UpdateRouteCalculatorInput) SetPricingPlan(v string) *UpdateRouteCalculatorInput + func (s *UpdateRouteCalculatorInput) Validate() error + func (s UpdateRouteCalculatorInput) GoString() string + func (s UpdateRouteCalculatorInput) String() string + type UpdateRouteCalculatorOutput struct + CalculatorArn *string + CalculatorName *string + UpdateTime *time.Time + func (s *UpdateRouteCalculatorOutput) SetCalculatorArn(v string) *UpdateRouteCalculatorOutput + func (s *UpdateRouteCalculatorOutput) SetCalculatorName(v string) *UpdateRouteCalculatorOutput + func (s *UpdateRouteCalculatorOutput) SetUpdateTime(v time.Time) *UpdateRouteCalculatorOutput + func (s UpdateRouteCalculatorOutput) GoString() string + func (s UpdateRouteCalculatorOutput) String() string + type UpdateTrackerInput struct + Description *string + EventBridgeEnabled *bool + PositionFiltering *string + PricingPlan *string + PricingPlanDataSource *string + TrackerName *string + func (s *UpdateTrackerInput) SetDescription(v string) *UpdateTrackerInput + func (s *UpdateTrackerInput) SetEventBridgeEnabled(v bool) *UpdateTrackerInput + func (s *UpdateTrackerInput) SetPositionFiltering(v string) *UpdateTrackerInput + func (s *UpdateTrackerInput) SetPricingPlan(v string) *UpdateTrackerInput + func (s *UpdateTrackerInput) SetPricingPlanDataSource(v string) *UpdateTrackerInput + func (s *UpdateTrackerInput) SetTrackerName(v string) *UpdateTrackerInput + func (s *UpdateTrackerInput) Validate() error + func (s UpdateTrackerInput) GoString() string + func (s UpdateTrackerInput) String() string + type UpdateTrackerOutput struct + TrackerArn *string + TrackerName *string + UpdateTime *time.Time + func (s *UpdateTrackerOutput) SetTrackerArn(v string) *UpdateTrackerOutput + func (s *UpdateTrackerOutput) SetTrackerName(v string) *UpdateTrackerOutput + func (s *UpdateTrackerOutput) SetUpdateTime(v time.Time) *UpdateTrackerOutput + func (s UpdateTrackerOutput) GoString() string + func (s UpdateTrackerOutput) String() string + type ValidationException struct + FieldList []*ValidationExceptionField + Message_ *string + Reason *string + RespMetadata protocol.ResponseMetadata + func (s *ValidationException) Code() string + func (s *ValidationException) Error() string + func (s *ValidationException) Message() string + func (s *ValidationException) OrigErr() error + func (s *ValidationException) RequestID() string + func (s *ValidationException) StatusCode() int + func (s ValidationException) GoString() string + func (s ValidationException) String() string + type ValidationExceptionField struct + Message *string + Name *string + func (s *ValidationExceptionField) SetMessage(v string) *ValidationExceptionField + func (s *ValidationExceptionField) SetName(v string) *ValidationExceptionField + func (s ValidationExceptionField) GoString() string + func (s ValidationExceptionField) String() string