@aws-sdk/client-location 3.35.0 → 3.38.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +48 -0
- package/dist-cjs/Location.js +0 -4
- package/dist-cjs/LocationClient.js +0 -9
- package/dist-cjs/commands/AssociateTrackerConsumerCommand.js +0 -31
- package/dist-cjs/commands/BatchDeleteDevicePositionHistoryCommand.js +0 -25
- package/dist-cjs/commands/BatchDeleteGeofenceCommand.js +0 -28
- package/dist-cjs/commands/BatchEvaluateGeofencesCommand.js +0 -45
- package/dist-cjs/commands/BatchGetDevicePositionCommand.js +0 -25
- package/dist-cjs/commands/BatchPutGeofenceCommand.js +0 -26
- package/dist-cjs/commands/BatchUpdateDevicePositionCommand.js +0 -31
- package/dist-cjs/commands/CalculateRouteCommand.js +0 -55
- package/dist-cjs/commands/CreateGeofenceCollectionCommand.js +0 -25
- package/dist-cjs/commands/CreateMapCommand.js +0 -26
- package/dist-cjs/commands/CreatePlaceIndexCommand.js +0 -26
- package/dist-cjs/commands/CreateRouteCalculatorCommand.js +0 -28
- package/dist-cjs/commands/CreateTrackerCommand.js +0 -26
- package/dist-cjs/commands/DeleteGeofenceCollectionCommand.js +0 -29
- package/dist-cjs/commands/DeleteMapCommand.js +0 -29
- package/dist-cjs/commands/DeletePlaceIndexCommand.js +0 -28
- package/dist-cjs/commands/DeleteRouteCalculatorCommand.js +0 -28
- package/dist-cjs/commands/DeleteTrackerCommand.js +0 -30
- package/dist-cjs/commands/DescribeGeofenceCollectionCommand.js +0 -25
- package/dist-cjs/commands/DescribeMapCommand.js +0 -25
- package/dist-cjs/commands/DescribePlaceIndexCommand.js +0 -25
- package/dist-cjs/commands/DescribeRouteCalculatorCommand.js +0 -25
- package/dist-cjs/commands/DescribeTrackerCommand.js +0 -25
- package/dist-cjs/commands/DisassociateTrackerConsumerCommand.js +0 -29
- package/dist-cjs/commands/GetDevicePositionCommand.js +0 -28
- package/dist-cjs/commands/GetDevicePositionHistoryCommand.js +0 -29
- package/dist-cjs/commands/GetGeofenceCommand.js +0 -25
- package/dist-cjs/commands/GetMapGlyphsCommand.js +0 -25
- package/dist-cjs/commands/GetMapSpritesCommand.js +0 -27
- package/dist-cjs/commands/GetMapStyleDescriptorCommand.js +0 -28
- package/dist-cjs/commands/GetMapTileCommand.js +0 -30
- package/dist-cjs/commands/ListDevicePositionsCommand.js +0 -25
- package/dist-cjs/commands/ListGeofenceCollectionsCommand.js +0 -25
- package/dist-cjs/commands/ListGeofencesCommand.js +0 -25
- package/dist-cjs/commands/ListMapsCommand.js +0 -25
- package/dist-cjs/commands/ListPlaceIndexesCommand.js +0 -25
- package/dist-cjs/commands/ListRouteCalculatorsCommand.js +0 -25
- package/dist-cjs/commands/ListTagsForResourceCommand.js +0 -25
- package/dist-cjs/commands/ListTrackerConsumersCommand.js +0 -25
- package/dist-cjs/commands/ListTrackersCommand.js +0 -25
- package/dist-cjs/commands/PutGeofenceCommand.js +0 -26
- package/dist-cjs/commands/SearchPlaceIndexForPositionCommand.js +0 -26
- package/dist-cjs/commands/SearchPlaceIndexForTextCommand.js +0 -33
- package/dist-cjs/commands/TagResourceCommand.js +0 -38
- package/dist-cjs/commands/UntagResourceCommand.js +0 -25
- package/dist-cjs/commands/UpdateGeofenceCollectionCommand.js +0 -25
- package/dist-cjs/commands/UpdateMapCommand.js +0 -25
- package/dist-cjs/commands/UpdatePlaceIndexCommand.js +0 -25
- package/dist-cjs/commands/UpdateRouteCalculatorCommand.js +0 -25
- package/dist-cjs/commands/UpdateTrackerCommand.js +0 -25
- package/dist-cjs/commands/index.js +53 -0
- package/dist-cjs/endpoints.js +1 -2
- package/dist-cjs/index.js +4 -63
- package/dist-cjs/models/index.js +0 -1
- package/dist-cjs/models/models_0.js +0 -430
- package/dist-cjs/pagination/GetDevicePositionHistoryPaginator.js +0 -11
- package/dist-cjs/pagination/Interfaces.js +0 -1
- package/dist-cjs/pagination/ListDevicePositionsPaginator.js +0 -11
- package/dist-cjs/pagination/ListGeofenceCollectionsPaginator.js +0 -11
- package/dist-cjs/pagination/ListGeofencesPaginator.js +0 -11
- package/dist-cjs/pagination/ListMapsPaginator.js +0 -11
- package/dist-cjs/pagination/ListPlaceIndexesPaginator.js +0 -11
- package/dist-cjs/pagination/ListRouteCalculatorsPaginator.js +0 -11
- package/dist-cjs/pagination/ListTrackerConsumersPaginator.js +0 -11
- package/dist-cjs/pagination/ListTrackersPaginator.js +0 -11
- package/dist-cjs/pagination/index.js +13 -0
- package/dist-cjs/protocols/Aws_restJson1.js +8 -6
- package/dist-cjs/runtimeConfig.browser.js +1 -6
- package/dist-cjs/runtimeConfig.js +2 -7
- package/dist-cjs/runtimeConfig.native.js +0 -4
- package/dist-cjs/runtimeConfig.shared.js +0 -4
- package/dist-es/Location.js +0 -1
- package/dist-es/LocationClient.js +0 -1
- package/dist-es/commands/AssociateTrackerConsumerCommand.js +0 -1
- package/dist-es/commands/BatchDeleteDevicePositionHistoryCommand.js +0 -1
- package/dist-es/commands/BatchDeleteGeofenceCommand.js +0 -1
- package/dist-es/commands/BatchEvaluateGeofencesCommand.js +0 -1
- package/dist-es/commands/BatchGetDevicePositionCommand.js +0 -1
- package/dist-es/commands/BatchPutGeofenceCommand.js +0 -1
- package/dist-es/commands/BatchUpdateDevicePositionCommand.js +0 -1
- package/dist-es/commands/CalculateRouteCommand.js +0 -1
- package/dist-es/commands/CreateGeofenceCollectionCommand.js +0 -1
- package/dist-es/commands/CreateMapCommand.js +0 -1
- package/dist-es/commands/CreatePlaceIndexCommand.js +0 -1
- package/dist-es/commands/CreateRouteCalculatorCommand.js +0 -1
- package/dist-es/commands/CreateTrackerCommand.js +0 -1
- package/dist-es/commands/DeleteGeofenceCollectionCommand.js +0 -1
- package/dist-es/commands/DeleteMapCommand.js +0 -1
- package/dist-es/commands/DeletePlaceIndexCommand.js +0 -1
- package/dist-es/commands/DeleteRouteCalculatorCommand.js +0 -1
- package/dist-es/commands/DeleteTrackerCommand.js +0 -1
- package/dist-es/commands/DescribeGeofenceCollectionCommand.js +0 -1
- package/dist-es/commands/DescribeMapCommand.js +0 -1
- package/dist-es/commands/DescribePlaceIndexCommand.js +0 -1
- package/dist-es/commands/DescribeRouteCalculatorCommand.js +0 -1
- package/dist-es/commands/DescribeTrackerCommand.js +0 -1
- package/dist-es/commands/DisassociateTrackerConsumerCommand.js +0 -1
- package/dist-es/commands/GetDevicePositionCommand.js +0 -1
- package/dist-es/commands/GetDevicePositionHistoryCommand.js +0 -1
- package/dist-es/commands/GetGeofenceCommand.js +0 -1
- package/dist-es/commands/GetMapGlyphsCommand.js +0 -1
- package/dist-es/commands/GetMapSpritesCommand.js +0 -1
- package/dist-es/commands/GetMapStyleDescriptorCommand.js +0 -1
- package/dist-es/commands/GetMapTileCommand.js +0 -1
- package/dist-es/commands/ListDevicePositionsCommand.js +0 -1
- package/dist-es/commands/ListGeofenceCollectionsCommand.js +0 -1
- package/dist-es/commands/ListGeofencesCommand.js +0 -1
- package/dist-es/commands/ListMapsCommand.js +0 -1
- package/dist-es/commands/ListPlaceIndexesCommand.js +0 -1
- package/dist-es/commands/ListRouteCalculatorsCommand.js +0 -1
- package/dist-es/commands/ListTagsForResourceCommand.js +0 -1
- package/dist-es/commands/ListTrackerConsumersCommand.js +0 -1
- package/dist-es/commands/ListTrackersCommand.js +0 -1
- package/dist-es/commands/PutGeofenceCommand.js +0 -1
- package/dist-es/commands/SearchPlaceIndexForPositionCommand.js +0 -1
- package/dist-es/commands/SearchPlaceIndexForTextCommand.js +0 -1
- package/dist-es/commands/TagResourceCommand.js +0 -1
- package/dist-es/commands/UntagResourceCommand.js +0 -1
- package/dist-es/commands/UpdateGeofenceCollectionCommand.js +0 -1
- package/dist-es/commands/UpdateMapCommand.js +0 -1
- package/dist-es/commands/UpdatePlaceIndexCommand.js +0 -1
- package/dist-es/commands/UpdateRouteCalculatorCommand.js +0 -1
- package/dist-es/commands/UpdateTrackerCommand.js +0 -1
- package/dist-es/commands/index.js +50 -0
- package/dist-es/endpoints.js +1 -2
- package/dist-es/index.js +4 -63
- package/dist-es/models/index.js +0 -1
- package/dist-es/models/models_0.js +0 -1
- package/dist-es/pagination/GetDevicePositionHistoryPaginator.js +0 -1
- package/dist-es/pagination/Interfaces.js +0 -1
- package/dist-es/pagination/ListDevicePositionsPaginator.js +0 -1
- package/dist-es/pagination/ListGeofenceCollectionsPaginator.js +0 -1
- package/dist-es/pagination/ListGeofencesPaginator.js +0 -1
- package/dist-es/pagination/ListMapsPaginator.js +0 -1
- package/dist-es/pagination/ListPlaceIndexesPaginator.js +0 -1
- package/dist-es/pagination/ListRouteCalculatorsPaginator.js +0 -1
- package/dist-es/pagination/ListTrackerConsumersPaginator.js +0 -1
- package/dist-es/pagination/ListTrackersPaginator.js +0 -1
- package/dist-es/pagination/index.js +10 -0
- package/dist-es/protocols/Aws_restJson1.js +8 -3
- package/dist-es/runtimeConfig.browser.js +1 -2
- package/dist-es/runtimeConfig.js +2 -3
- package/dist-es/runtimeConfig.native.js +0 -1
- package/dist-es/runtimeConfig.shared.js +0 -1
- package/dist-types/Location.d.ts +8 -4
- package/dist-types/commands/BatchUpdateDevicePositionCommand.d.ts +8 -4
- package/dist-types/commands/index.d.ts +50 -0
- package/dist-types/index.d.ts +4 -62
- package/dist-types/models/models_0.d.ts +82 -42
- package/dist-types/pagination/index.d.ts +10 -0
- package/dist-types/ts3.4/Location.d.ts +51 -288
- package/dist-types/ts3.4/LocationClient.d.ts +24 -89
- package/dist-types/ts3.4/commands/AssociateTrackerConsumerCommand.d.ts +2 -26
- package/dist-types/ts3.4/commands/BatchDeleteDevicePositionHistoryCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/BatchDeleteGeofenceCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/BatchEvaluateGeofencesCommand.d.ts +2 -40
- package/dist-types/ts3.4/commands/BatchGetDevicePositionCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/BatchPutGeofenceCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/BatchUpdateDevicePositionCommand.d.ts +2 -26
- package/dist-types/ts3.4/commands/CalculateRouteCommand.d.ts +2 -50
- package/dist-types/ts3.4/commands/CreateGeofenceCollectionCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/CreateMapCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/CreatePlaceIndexCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/CreateRouteCalculatorCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/CreateTrackerCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DeleteGeofenceCollectionCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/DeleteMapCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/DeletePlaceIndexCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/DeleteRouteCalculatorCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/DeleteTrackerCommand.d.ts +2 -25
- package/dist-types/ts3.4/commands/DescribeGeofenceCollectionCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeMapCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribePlaceIndexCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeRouteCalculatorCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeTrackerCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DisassociateTrackerConsumerCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/GetDevicePositionCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/GetDevicePositionHistoryCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/GetGeofenceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetMapGlyphsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetMapSpritesCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/GetMapStyleDescriptorCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/GetMapTileCommand.d.ts +2 -25
- package/dist-types/ts3.4/commands/ListDevicePositionsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListGeofenceCollectionsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListGeofencesCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListMapsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListPlaceIndexesCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListRouteCalculatorsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListTrackerConsumersCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListTrackersCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/PutGeofenceCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/SearchPlaceIndexForPositionCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/SearchPlaceIndexForTextCommand.d.ts +2 -28
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -33
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdateGeofenceCollectionCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdateMapCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdatePlaceIndexCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdateRouteCalculatorCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdateTrackerCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/index.d.ts +50 -0
- package/dist-types/ts3.4/index.d.ts +4 -62
- package/dist-types/ts3.4/models/models_0.d.ts +584 -3062
- package/dist-types/ts3.4/pagination/index.d.ts +10 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/package.json +33 -30
- package/dist-cjs/Location.js.map +0 -1
- package/dist-cjs/LocationClient.js.map +0 -1
- package/dist-cjs/commands/AssociateTrackerConsumerCommand.js.map +0 -1
- package/dist-cjs/commands/BatchDeleteDevicePositionHistoryCommand.js.map +0 -1
- package/dist-cjs/commands/BatchDeleteGeofenceCommand.js.map +0 -1
- package/dist-cjs/commands/BatchEvaluateGeofencesCommand.js.map +0 -1
- package/dist-cjs/commands/BatchGetDevicePositionCommand.js.map +0 -1
- package/dist-cjs/commands/BatchPutGeofenceCommand.js.map +0 -1
- package/dist-cjs/commands/BatchUpdateDevicePositionCommand.js.map +0 -1
- package/dist-cjs/commands/CalculateRouteCommand.js.map +0 -1
- package/dist-cjs/commands/CreateGeofenceCollectionCommand.js.map +0 -1
- package/dist-cjs/commands/CreateMapCommand.js.map +0 -1
- package/dist-cjs/commands/CreatePlaceIndexCommand.js.map +0 -1
- package/dist-cjs/commands/CreateRouteCalculatorCommand.js.map +0 -1
- package/dist-cjs/commands/CreateTrackerCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteGeofenceCollectionCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteMapCommand.js.map +0 -1
- package/dist-cjs/commands/DeletePlaceIndexCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteRouteCalculatorCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteTrackerCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeGeofenceCollectionCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeMapCommand.js.map +0 -1
- package/dist-cjs/commands/DescribePlaceIndexCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeRouteCalculatorCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeTrackerCommand.js.map +0 -1
- package/dist-cjs/commands/DisassociateTrackerConsumerCommand.js.map +0 -1
- package/dist-cjs/commands/GetDevicePositionCommand.js.map +0 -1
- package/dist-cjs/commands/GetDevicePositionHistoryCommand.js.map +0 -1
- package/dist-cjs/commands/GetGeofenceCommand.js.map +0 -1
- package/dist-cjs/commands/GetMapGlyphsCommand.js.map +0 -1
- package/dist-cjs/commands/GetMapSpritesCommand.js.map +0 -1
- package/dist-cjs/commands/GetMapStyleDescriptorCommand.js.map +0 -1
- package/dist-cjs/commands/GetMapTileCommand.js.map +0 -1
- package/dist-cjs/commands/ListDevicePositionsCommand.js.map +0 -1
- package/dist-cjs/commands/ListGeofenceCollectionsCommand.js.map +0 -1
- package/dist-cjs/commands/ListGeofencesCommand.js.map +0 -1
- package/dist-cjs/commands/ListMapsCommand.js.map +0 -1
- package/dist-cjs/commands/ListPlaceIndexesCommand.js.map +0 -1
- package/dist-cjs/commands/ListRouteCalculatorsCommand.js.map +0 -1
- package/dist-cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist-cjs/commands/ListTrackerConsumersCommand.js.map +0 -1
- package/dist-cjs/commands/ListTrackersCommand.js.map +0 -1
- package/dist-cjs/commands/PutGeofenceCommand.js.map +0 -1
- package/dist-cjs/commands/SearchPlaceIndexForPositionCommand.js.map +0 -1
- package/dist-cjs/commands/SearchPlaceIndexForTextCommand.js.map +0 -1
- package/dist-cjs/commands/TagResourceCommand.js.map +0 -1
- package/dist-cjs/commands/UntagResourceCommand.js.map +0 -1
- package/dist-cjs/commands/UpdateGeofenceCollectionCommand.js.map +0 -1
- package/dist-cjs/commands/UpdateMapCommand.js.map +0 -1
- package/dist-cjs/commands/UpdatePlaceIndexCommand.js.map +0 -1
- package/dist-cjs/commands/UpdateRouteCalculatorCommand.js.map +0 -1
- package/dist-cjs/commands/UpdateTrackerCommand.js.map +0 -1
- package/dist-cjs/endpoints.js.map +0 -1
- package/dist-cjs/index.js.map +0 -1
- package/dist-cjs/models/index.js.map +0 -1
- package/dist-cjs/models/models_0.js.map +0 -1
- package/dist-cjs/pagination/GetDevicePositionHistoryPaginator.js.map +0 -1
- package/dist-cjs/pagination/Interfaces.js.map +0 -1
- package/dist-cjs/pagination/ListDevicePositionsPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListGeofenceCollectionsPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListGeofencesPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListMapsPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListPlaceIndexesPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListRouteCalculatorsPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListTrackerConsumersPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListTrackersPaginator.js.map +0 -1
- package/dist-cjs/protocols/Aws_restJson1.js.map +0 -1
- package/dist-cjs/runtimeConfig.browser.js.map +0 -1
- package/dist-cjs/runtimeConfig.js.map +0 -1
- package/dist-cjs/runtimeConfig.native.js.map +0 -1
- package/dist-cjs/runtimeConfig.shared.js.map +0 -1
- package/dist-es/Location.js.map +0 -1
- package/dist-es/LocationClient.js.map +0 -1
- package/dist-es/commands/AssociateTrackerConsumerCommand.js.map +0 -1
- package/dist-es/commands/BatchDeleteDevicePositionHistoryCommand.js.map +0 -1
- package/dist-es/commands/BatchDeleteGeofenceCommand.js.map +0 -1
- package/dist-es/commands/BatchEvaluateGeofencesCommand.js.map +0 -1
- package/dist-es/commands/BatchGetDevicePositionCommand.js.map +0 -1
- package/dist-es/commands/BatchPutGeofenceCommand.js.map +0 -1
- package/dist-es/commands/BatchUpdateDevicePositionCommand.js.map +0 -1
- package/dist-es/commands/CalculateRouteCommand.js.map +0 -1
- package/dist-es/commands/CreateGeofenceCollectionCommand.js.map +0 -1
- package/dist-es/commands/CreateMapCommand.js.map +0 -1
- package/dist-es/commands/CreatePlaceIndexCommand.js.map +0 -1
- package/dist-es/commands/CreateRouteCalculatorCommand.js.map +0 -1
- package/dist-es/commands/CreateTrackerCommand.js.map +0 -1
- package/dist-es/commands/DeleteGeofenceCollectionCommand.js.map +0 -1
- package/dist-es/commands/DeleteMapCommand.js.map +0 -1
- package/dist-es/commands/DeletePlaceIndexCommand.js.map +0 -1
- package/dist-es/commands/DeleteRouteCalculatorCommand.js.map +0 -1
- package/dist-es/commands/DeleteTrackerCommand.js.map +0 -1
- package/dist-es/commands/DescribeGeofenceCollectionCommand.js.map +0 -1
- package/dist-es/commands/DescribeMapCommand.js.map +0 -1
- package/dist-es/commands/DescribePlaceIndexCommand.js.map +0 -1
- package/dist-es/commands/DescribeRouteCalculatorCommand.js.map +0 -1
- package/dist-es/commands/DescribeTrackerCommand.js.map +0 -1
- package/dist-es/commands/DisassociateTrackerConsumerCommand.js.map +0 -1
- package/dist-es/commands/GetDevicePositionCommand.js.map +0 -1
- package/dist-es/commands/GetDevicePositionHistoryCommand.js.map +0 -1
- package/dist-es/commands/GetGeofenceCommand.js.map +0 -1
- package/dist-es/commands/GetMapGlyphsCommand.js.map +0 -1
- package/dist-es/commands/GetMapSpritesCommand.js.map +0 -1
- package/dist-es/commands/GetMapStyleDescriptorCommand.js.map +0 -1
- package/dist-es/commands/GetMapTileCommand.js.map +0 -1
- package/dist-es/commands/ListDevicePositionsCommand.js.map +0 -1
- package/dist-es/commands/ListGeofenceCollectionsCommand.js.map +0 -1
- package/dist-es/commands/ListGeofencesCommand.js.map +0 -1
- package/dist-es/commands/ListMapsCommand.js.map +0 -1
- package/dist-es/commands/ListPlaceIndexesCommand.js.map +0 -1
- package/dist-es/commands/ListRouteCalculatorsCommand.js.map +0 -1
- package/dist-es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist-es/commands/ListTrackerConsumersCommand.js.map +0 -1
- package/dist-es/commands/ListTrackersCommand.js.map +0 -1
- package/dist-es/commands/PutGeofenceCommand.js.map +0 -1
- package/dist-es/commands/SearchPlaceIndexForPositionCommand.js.map +0 -1
- package/dist-es/commands/SearchPlaceIndexForTextCommand.js.map +0 -1
- package/dist-es/commands/TagResourceCommand.js.map +0 -1
- package/dist-es/commands/UntagResourceCommand.js.map +0 -1
- package/dist-es/commands/UpdateGeofenceCollectionCommand.js.map +0 -1
- package/dist-es/commands/UpdateMapCommand.js.map +0 -1
- package/dist-es/commands/UpdatePlaceIndexCommand.js.map +0 -1
- package/dist-es/commands/UpdateRouteCalculatorCommand.js.map +0 -1
- package/dist-es/commands/UpdateTrackerCommand.js.map +0 -1
- package/dist-es/endpoints.js.map +0 -1
- package/dist-es/index.js.map +0 -1
- package/dist-es/models/index.js.map +0 -1
- package/dist-es/models/models_0.js.map +0 -1
- package/dist-es/pagination/GetDevicePositionHistoryPaginator.js.map +0 -1
- package/dist-es/pagination/Interfaces.js.map +0 -1
- package/dist-es/pagination/ListDevicePositionsPaginator.js.map +0 -1
- package/dist-es/pagination/ListGeofenceCollectionsPaginator.js.map +0 -1
- package/dist-es/pagination/ListGeofencesPaginator.js.map +0 -1
- package/dist-es/pagination/ListMapsPaginator.js.map +0 -1
- package/dist-es/pagination/ListPlaceIndexesPaginator.js.map +0 -1
- package/dist-es/pagination/ListRouteCalculatorsPaginator.js.map +0 -1
- package/dist-es/pagination/ListTrackerConsumersPaginator.js.map +0 -1
- package/dist-es/pagination/ListTrackersPaginator.js.map +0 -1
- package/dist-es/protocols/Aws_restJson1.js.map +0 -1
- package/dist-es/runtimeConfig.browser.js.map +0 -1
- package/dist-es/runtimeConfig.js.map +0 -1
- package/dist-es/runtimeConfig.native.js.map +0 -1
- package/dist-es/runtimeConfig.shared.js.map +0 -1
- package/jest.config.js +0 -4
- package/src/Location.ts +0 -1897
- package/src/LocationClient.ts +0 -458
- package/src/commands/AssociateTrackerConsumerCommand.ts +0 -101
- package/src/commands/BatchDeleteDevicePositionHistoryCommand.ts +0 -103
- package/src/commands/BatchDeleteGeofenceCommand.ts +0 -98
- package/src/commands/BatchEvaluateGeofencesCommand.ts +0 -115
- package/src/commands/BatchGetDevicePositionCommand.ts +0 -95
- package/src/commands/BatchPutGeofenceCommand.ts +0 -96
- package/src/commands/BatchUpdateDevicePositionCommand.ts +0 -104
- package/src/commands/CalculateRouteCommand.ts +0 -125
- package/src/commands/CreateGeofenceCollectionCommand.ts +0 -95
- package/src/commands/CreateMapCommand.ts +0 -96
- package/src/commands/CreatePlaceIndexCommand.ts +0 -96
- package/src/commands/CreateRouteCalculatorCommand.ts +0 -98
- package/src/commands/CreateTrackerCommand.ts +0 -96
- package/src/commands/DeleteGeofenceCollectionCommand.ts +0 -99
- package/src/commands/DeleteMapCommand.ts +0 -99
- package/src/commands/DeletePlaceIndexCommand.ts +0 -98
- package/src/commands/DeleteRouteCalculatorCommand.ts +0 -98
- package/src/commands/DeleteTrackerCommand.ts +0 -100
- package/src/commands/DescribeGeofenceCollectionCommand.ts +0 -98
- package/src/commands/DescribeMapCommand.ts +0 -95
- package/src/commands/DescribePlaceIndexCommand.ts +0 -95
- package/src/commands/DescribeRouteCalculatorCommand.ts +0 -95
- package/src/commands/DescribeTrackerCommand.ts +0 -95
- package/src/commands/DisassociateTrackerConsumerCommand.ts +0 -104
- package/src/commands/GetDevicePositionCommand.ts +0 -98
- package/src/commands/GetDevicePositionHistoryCommand.ts +0 -99
- package/src/commands/GetGeofenceCommand.ts +0 -95
- package/src/commands/GetMapGlyphsCommand.ts +0 -95
- package/src/commands/GetMapSpritesCommand.ts +0 -97
- package/src/commands/GetMapStyleDescriptorCommand.ts +0 -98
- package/src/commands/GetMapTileCommand.ts +0 -100
- package/src/commands/ListDevicePositionsCommand.ts +0 -95
- package/src/commands/ListGeofenceCollectionsCommand.ts +0 -95
- package/src/commands/ListGeofencesCommand.ts +0 -95
- package/src/commands/ListMapsCommand.ts +0 -95
- package/src/commands/ListPlaceIndexesCommand.ts +0 -95
- package/src/commands/ListRouteCalculatorsCommand.ts +0 -95
- package/src/commands/ListTagsForResourceCommand.ts +0 -95
- package/src/commands/ListTrackerConsumersCommand.ts +0 -95
- package/src/commands/ListTrackersCommand.ts +0 -95
- package/src/commands/PutGeofenceCommand.ts +0 -96
- package/src/commands/SearchPlaceIndexForPositionCommand.ts +0 -101
- package/src/commands/SearchPlaceIndexForTextCommand.ts +0 -103
- package/src/commands/TagResourceCommand.ts +0 -108
- package/src/commands/UntagResourceCommand.ts +0 -95
- package/src/commands/UpdateGeofenceCollectionCommand.ts +0 -95
- package/src/commands/UpdateMapCommand.ts +0 -95
- package/src/commands/UpdatePlaceIndexCommand.ts +0 -95
- package/src/commands/UpdateRouteCalculatorCommand.ts +0 -95
- package/src/commands/UpdateTrackerCommand.ts +0 -95
- package/src/endpoints.ts +0 -57
- package/src/index.ts +0 -63
- package/src/models/index.ts +0 -1
- package/src/models/models_0.ts +0 -5096
- package/src/pagination/GetDevicePositionHistoryPaginator.ts +0 -58
- package/src/pagination/Interfaces.ts +0 -8
- package/src/pagination/ListDevicePositionsPaginator.ts +0 -59
- package/src/pagination/ListGeofenceCollectionsPaginator.ts +0 -59
- package/src/pagination/ListGeofencesPaginator.ts +0 -58
- package/src/pagination/ListMapsPaginator.ts +0 -55
- package/src/pagination/ListPlaceIndexesPaginator.ts +0 -59
- package/src/pagination/ListRouteCalculatorsPaginator.ts +0 -59
- package/src/pagination/ListTrackerConsumersPaginator.ts +0 -59
- package/src/pagination/ListTrackersPaginator.ts +0 -59
- package/src/protocols/Aws_restJson1.ts +0 -8120
- package/src/runtimeConfig.browser.ts +0 -41
- package/src/runtimeConfig.native.ts +0 -17
- package/src/runtimeConfig.shared.ts +0 -17
- package/src/runtimeConfig.ts +0 -46
- package/tsconfig.es.json +0 -10
- package/tsconfig.json +0 -33
- package/tsconfig.types.json +0 -9
package/dist-types/index.d.ts
CHANGED
|
@@ -1,63 +1,5 @@
|
|
|
1
|
-
export * from "./LocationClient";
|
|
2
1
|
export * from "./Location";
|
|
3
|
-
export * from "./
|
|
4
|
-
export * from "./commands
|
|
5
|
-
export * from "./
|
|
6
|
-
export * from "./
|
|
7
|
-
export * from "./commands/BatchGetDevicePositionCommand";
|
|
8
|
-
export * from "./commands/BatchPutGeofenceCommand";
|
|
9
|
-
export * from "./commands/BatchUpdateDevicePositionCommand";
|
|
10
|
-
export * from "./commands/CalculateRouteCommand";
|
|
11
|
-
export * from "./commands/CreateGeofenceCollectionCommand";
|
|
12
|
-
export * from "./commands/CreateMapCommand";
|
|
13
|
-
export * from "./commands/CreatePlaceIndexCommand";
|
|
14
|
-
export * from "./commands/CreateRouteCalculatorCommand";
|
|
15
|
-
export * from "./commands/CreateTrackerCommand";
|
|
16
|
-
export * from "./commands/DeleteGeofenceCollectionCommand";
|
|
17
|
-
export * from "./commands/DeleteMapCommand";
|
|
18
|
-
export * from "./commands/DeletePlaceIndexCommand";
|
|
19
|
-
export * from "./commands/DeleteRouteCalculatorCommand";
|
|
20
|
-
export * from "./commands/DeleteTrackerCommand";
|
|
21
|
-
export * from "./commands/DescribeGeofenceCollectionCommand";
|
|
22
|
-
export * from "./commands/DescribeMapCommand";
|
|
23
|
-
export * from "./commands/DescribePlaceIndexCommand";
|
|
24
|
-
export * from "./commands/DescribeRouteCalculatorCommand";
|
|
25
|
-
export * from "./commands/DescribeTrackerCommand";
|
|
26
|
-
export * from "./commands/DisassociateTrackerConsumerCommand";
|
|
27
|
-
export * from "./commands/GetDevicePositionCommand";
|
|
28
|
-
export * from "./commands/GetDevicePositionHistoryCommand";
|
|
29
|
-
export * from "./pagination/GetDevicePositionHistoryPaginator";
|
|
30
|
-
export * from "./commands/GetGeofenceCommand";
|
|
31
|
-
export * from "./commands/GetMapGlyphsCommand";
|
|
32
|
-
export * from "./commands/GetMapSpritesCommand";
|
|
33
|
-
export * from "./commands/GetMapStyleDescriptorCommand";
|
|
34
|
-
export * from "./commands/GetMapTileCommand";
|
|
35
|
-
export * from "./commands/ListDevicePositionsCommand";
|
|
36
|
-
export * from "./pagination/ListDevicePositionsPaginator";
|
|
37
|
-
export * from "./commands/ListGeofenceCollectionsCommand";
|
|
38
|
-
export * from "./pagination/ListGeofenceCollectionsPaginator";
|
|
39
|
-
export * from "./commands/ListGeofencesCommand";
|
|
40
|
-
export * from "./pagination/ListGeofencesPaginator";
|
|
41
|
-
export * from "./commands/ListMapsCommand";
|
|
42
|
-
export * from "./pagination/ListMapsPaginator";
|
|
43
|
-
export * from "./commands/ListPlaceIndexesCommand";
|
|
44
|
-
export * from "./pagination/ListPlaceIndexesPaginator";
|
|
45
|
-
export * from "./commands/ListRouteCalculatorsCommand";
|
|
46
|
-
export * from "./pagination/ListRouteCalculatorsPaginator";
|
|
47
|
-
export * from "./commands/ListTagsForResourceCommand";
|
|
48
|
-
export * from "./commands/ListTrackerConsumersCommand";
|
|
49
|
-
export * from "./pagination/ListTrackerConsumersPaginator";
|
|
50
|
-
export * from "./commands/ListTrackersCommand";
|
|
51
|
-
export * from "./pagination/ListTrackersPaginator";
|
|
52
|
-
export * from "./commands/PutGeofenceCommand";
|
|
53
|
-
export * from "./commands/SearchPlaceIndexForPositionCommand";
|
|
54
|
-
export * from "./commands/SearchPlaceIndexForTextCommand";
|
|
55
|
-
export * from "./commands/TagResourceCommand";
|
|
56
|
-
export * from "./commands/UntagResourceCommand";
|
|
57
|
-
export * from "./commands/UpdateGeofenceCollectionCommand";
|
|
58
|
-
export * from "./commands/UpdateMapCommand";
|
|
59
|
-
export * from "./commands/UpdatePlaceIndexCommand";
|
|
60
|
-
export * from "./commands/UpdateRouteCalculatorCommand";
|
|
61
|
-
export * from "./commands/UpdateTrackerCommand";
|
|
62
|
-
export * from "./pagination/Interfaces";
|
|
63
|
-
export * from "./models/index";
|
|
2
|
+
export * from "./LocationClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
@@ -802,7 +802,8 @@ export interface CalculateRouteRequest {
|
|
|
802
802
|
* </ul>
|
|
803
803
|
* <note>
|
|
804
804
|
* <p>If you specify a departure that's not located on a road, Amazon Location <a href="https://docs.aws.amazon.com/location/latest/developerguide/calculate-route.html#snap-to-nearby-road">moves the
|
|
805
|
-
* position to the nearest road</a
|
|
805
|
+
* position to the nearest road</a>. If Esri is the provider for your route calculator,
|
|
806
|
+
* specifying a route that is longer than 400 km returns a <code>400 RoutesValidationException</code> error.</p>
|
|
806
807
|
* </note>
|
|
807
808
|
* <p>Valid Values: <code>[-180 to 180,-90 to 90]</code>
|
|
808
809
|
* </p>
|
|
@@ -839,6 +840,8 @@ export interface CalculateRouteRequest {
|
|
|
839
840
|
* <p>If you specify a waypoint position that's not located on a road, Amazon Location <a href="https://docs.aws.amazon.com/location/latest/developerguide/calculate-route.html#snap-to-nearby-road">moves the position to the nearest road</a>. </p>
|
|
840
841
|
* <p>Specifying more than 23 waypoints returns a <code>400 ValidationException</code>
|
|
841
842
|
* error.</p>
|
|
843
|
+
* <p>If Esri is the provider for your route calculator, specifying a
|
|
844
|
+
* route that is longer than 400 km returns a <code>400 RoutesValidationException</code> error.</p>
|
|
842
845
|
* </note>
|
|
843
846
|
* <p>Valid Values: <code>[-180 to 180,-90 to 90]</code>
|
|
844
847
|
* </p>
|
|
@@ -1094,7 +1097,7 @@ export interface CalculateRouteSummary {
|
|
|
1094
1097
|
* upper northeast corner. </p>
|
|
1095
1098
|
* </li>
|
|
1096
1099
|
* <li>
|
|
1097
|
-
* <p>The fourth <code>bbox</code> position is the Y coordinate, or
|
|
1100
|
+
* <p>The fourth <code>bbox</code> position is the Y coordinate, or latitude of the
|
|
1098
1101
|
* upper northeast corner. </p>
|
|
1099
1102
|
* </li>
|
|
1100
1103
|
* </ul>
|
|
@@ -1122,9 +1125,9 @@ export interface CalculateRouteSummary {
|
|
|
1122
1125
|
* <p>The total distance covered by the route. The sum of the distance travelled between
|
|
1123
1126
|
* every stop on the route.</p>
|
|
1124
1127
|
* <note>
|
|
1125
|
-
* <p>
|
|
1126
|
-
*
|
|
1127
|
-
* error.</p>
|
|
1128
|
+
* <p>If Esri is the data source for the route calculator, the route distance can’t
|
|
1129
|
+
* be greater than 400 km. If the route exceeds 400 km, the response is a
|
|
1130
|
+
* <code>400 RoutesValidationException</code> error.</p>
|
|
1128
1131
|
* </note>
|
|
1129
1132
|
*/
|
|
1130
1133
|
Distance: number | undefined;
|
|
@@ -1317,11 +1320,8 @@ export declare namespace CreateGeofenceCollectionResponse {
|
|
|
1317
1320
|
*/
|
|
1318
1321
|
export interface MapConfiguration {
|
|
1319
1322
|
/**
|
|
1320
|
-
* <p>Specifies the map style selected from an available data provider
|
|
1321
|
-
*
|
|
1322
|
-
* styles</a> and <a href="location/latest/developerguide/HERE.html#HERE-map-styles">HERE map
|
|
1323
|
-
* styles</a>.</p>
|
|
1324
|
-
* <p>Valid <a href="https://docs.aws.amazon.com/location/latest/developerguide/esri.html">Esri</a> styles: </p>
|
|
1323
|
+
* <p>Specifies the map style selected from an available data provider.</p>
|
|
1324
|
+
* <p>Valid <a href="https://docs.aws.amazon.com/location/latest/developerguide/esri.html">Esri map styles</a>:</p>
|
|
1325
1325
|
* <ul>
|
|
1326
1326
|
* <li>
|
|
1327
1327
|
* <p>
|
|
@@ -1362,7 +1362,7 @@ export interface MapConfiguration {
|
|
|
1362
1362
|
* </li>
|
|
1363
1363
|
* </ul>
|
|
1364
1364
|
* <p>Valid <a href="https://docs.aws.amazon.com/location/latest/developerguide/HERE.html">HERE
|
|
1365
|
-
* Technologies
|
|
1365
|
+
* Technologies map styles</a>:</p>
|
|
1366
1366
|
* <ul>
|
|
1367
1367
|
* <li>
|
|
1368
1368
|
* <p>
|
|
@@ -1408,8 +1408,7 @@ export interface CreateMapRequest {
|
|
|
1408
1408
|
Configuration: MapConfiguration | undefined;
|
|
1409
1409
|
/**
|
|
1410
1410
|
* <p>Specifies the pricing plan for your map resource.</p>
|
|
1411
|
-
* <p>For additional details and restrictions on each pricing plan option, see
|
|
1412
|
-
* page</a>.</p>
|
|
1411
|
+
* <p>For additional details and restrictions on each pricing plan option, see <a href="https://aws.amazon.com/location/pricing/">Amazon Location Service pricing</a>.</p>
|
|
1413
1412
|
*/
|
|
1414
1413
|
PricingPlan: PricingPlan | string | undefined;
|
|
1415
1414
|
/**
|
|
@@ -1559,7 +1558,7 @@ export interface CreatePlaceIndexRequest {
|
|
|
1559
1558
|
* </li>
|
|
1560
1559
|
* <li>
|
|
1561
1560
|
* <p>
|
|
1562
|
-
* <code>Here</code> – For additional information about <a href="https://docs.aws.amazon.com/location/latest/developerguide/HERE.html">HERE Technologies</a>'
|
|
1561
|
+
* <code>Here</code> – For additional information about <a href="https://docs.aws.amazon.com/location/latest/developerguide/HERE.html">HERE Technologies</a>'
|
|
1563
1562
|
* coverage in your region of interest, see <a href="https://developer.here.com/documentation/geocoder/dev_guide/topics/coverage-geocoder.html">HERE details on goecoding coverage</a>.</p>
|
|
1564
1563
|
* <important>
|
|
1565
1564
|
* <p>Place index resources using HERE Technologies as a data provider can't <a href="https://docs.aws.amazon.com/location-places/latest/APIReference/API_DataSourceConfiguration.html">store results</a> for locations in Japan. For more information, see the
|
|
@@ -1574,8 +1573,7 @@ export interface CreatePlaceIndexRequest {
|
|
|
1574
1573
|
DataSource: string | undefined;
|
|
1575
1574
|
/**
|
|
1576
1575
|
* <p>Specifies the pricing plan for your place index resource.</p>
|
|
1577
|
-
* <p>For additional details and restrictions on each pricing plan option, see
|
|
1578
|
-
* page</a>.</p>
|
|
1576
|
+
* <p>For additional details and restrictions on each pricing plan option, see <a href="https://aws.amazon.com/location/pricing/">Amazon Location Service pricing</a>.</p>
|
|
1579
1577
|
*/
|
|
1580
1578
|
PricingPlan: PricingPlan | string | undefined;
|
|
1581
1579
|
/**
|
|
@@ -1672,7 +1670,8 @@ export interface CreateRouteCalculatorRequest {
|
|
|
1672
1670
|
* <p>Specifies the data provider of traffic and road network data.</p>
|
|
1673
1671
|
* <note>
|
|
1674
1672
|
* <p>This field is case-sensitive. Enter the valid values as shown. For example,
|
|
1675
|
-
* entering <code>HERE</code> returns an error
|
|
1673
|
+
* entering <code>HERE</code> returns an error. Route calculators that use Esri as a data source
|
|
1674
|
+
* only calculate routes that are shorter than 400 km.</p>
|
|
1676
1675
|
* </note>
|
|
1677
1676
|
* <p>Valid values include:</p>
|
|
1678
1677
|
* <ul>
|
|
@@ -1683,7 +1682,7 @@ export interface CreateRouteCalculatorRequest {
|
|
|
1683
1682
|
* <li>
|
|
1684
1683
|
* <p>
|
|
1685
1684
|
* <code>Here</code> – For additional information about <a href="https://docs.aws.amazon.com/location/latest/developerguide/HERE.html">HERE
|
|
1686
|
-
* Technologies</a>'
|
|
1685
|
+
* Technologies</a>' coverage in your region of interest, see <a href="https://developer.here.com/documentation/routing-api/dev_guide/topics/coverage/car-routing.html">HERE car routing coverage</a> and <a href="https://developer.here.com/documentation/routing-api/dev_guide/topics/coverage/truck-routing.html">HERE truck routing coverage</a>.</p>
|
|
1687
1686
|
* </li>
|
|
1688
1687
|
* </ul>
|
|
1689
1688
|
* <p>For additional information , see <a href="https://docs.aws.amazon.com/location/latest/developerguide/what-is-data-provider.html">Data
|
|
@@ -1780,6 +1779,7 @@ export declare namespace CreateRouteCalculatorResponse {
|
|
|
1780
1779
|
*/
|
|
1781
1780
|
const filterSensitiveLog: (obj: CreateRouteCalculatorResponse) => any;
|
|
1782
1781
|
}
|
|
1782
|
+
export declare type PositionFiltering = "DistanceBased" | "TimeBased";
|
|
1783
1783
|
export interface CreateTrackerRequest {
|
|
1784
1784
|
/**
|
|
1785
1785
|
* <p>The name for the tracker resource.</p>
|
|
@@ -1799,8 +1799,7 @@ export interface CreateTrackerRequest {
|
|
|
1799
1799
|
TrackerName: string | undefined;
|
|
1800
1800
|
/**
|
|
1801
1801
|
* <p>Specifies the pricing plan for the tracker resource.</p>
|
|
1802
|
-
* <p>For additional details and restrictions on each pricing plan option, see
|
|
1803
|
-
* page</a>.</p>
|
|
1802
|
+
* <p>For additional details and restrictions on each pricing plan option, see <a href="https://aws.amazon.com/location/pricing/">Amazon Location Service pricing</a>.</p>
|
|
1804
1803
|
*/
|
|
1805
1804
|
PricingPlan: PricingPlan | string | undefined;
|
|
1806
1805
|
/**
|
|
@@ -1821,7 +1820,7 @@ export interface CreateTrackerRequest {
|
|
|
1821
1820
|
* <note>
|
|
1822
1821
|
* <p>Amazon Location Service only uses <code>PricingPlanDataSource</code> to calculate billing for your tracker resource. Your data will not be shared with the data provider, and will remain in your AWS account or Region unless you move it.</p>
|
|
1823
1822
|
* </note>
|
|
1824
|
-
* <p>Valid
|
|
1823
|
+
* <p>Valid values: <code>Esri</code> | <code>Here</code>
|
|
1825
1824
|
* </p>
|
|
1826
1825
|
*/
|
|
1827
1826
|
PricingPlanDataSource?: string;
|
|
@@ -1857,6 +1856,29 @@ export interface CreateTrackerRequest {
|
|
|
1857
1856
|
Tags?: {
|
|
1858
1857
|
[key: string]: string;
|
|
1859
1858
|
};
|
|
1859
|
+
/**
|
|
1860
|
+
* <p>Specifies the position filtering for the tracker resource.</p>
|
|
1861
|
+
* <p>Valid values:</p>
|
|
1862
|
+
* <ul>
|
|
1863
|
+
* <li>
|
|
1864
|
+
* <p>
|
|
1865
|
+
* <code>TimeBased</code> - Location updates are evaluated against linked geofence collections,
|
|
1866
|
+
* but not every location update is stored. If your update frequency is more often than 30 seconds,
|
|
1867
|
+
* only one update per 30 seconds is stored for each unique device ID.
|
|
1868
|
+
* </p>
|
|
1869
|
+
* </li>
|
|
1870
|
+
* <li>
|
|
1871
|
+
* <p>
|
|
1872
|
+
* <code>DistanceBased</code> - If the device has moved less than 30 m (98.4 ft), location updates are
|
|
1873
|
+
* ignored. Location updates within this distance are neither evaluated against linked geofence collections, nor stored.
|
|
1874
|
+
* This helps control costs by reducing the number of geofence evaluations and device positions to retrieve.
|
|
1875
|
+
* Distance-based filtering can also reduce the jitter effect when displaying device trajectory on a map.
|
|
1876
|
+
* </p>
|
|
1877
|
+
* </li>
|
|
1878
|
+
* </ul>
|
|
1879
|
+
* <p>This field is optional. If not specified, the default value is <code>TimeBased</code>.</p>
|
|
1880
|
+
*/
|
|
1881
|
+
PositionFiltering?: PositionFiltering | string;
|
|
1860
1882
|
}
|
|
1861
1883
|
export declare namespace CreateTrackerRequest {
|
|
1862
1884
|
/**
|
|
@@ -2097,8 +2119,7 @@ export interface DescribeMapResponse {
|
|
|
2097
2119
|
/**
|
|
2098
2120
|
* <p>The pricing plan selected for the specified map resource.</p>
|
|
2099
2121
|
*
|
|
2100
|
-
* <p>For additional details and restrictions on each pricing plan option, see
|
|
2101
|
-
* page</a>.</p>
|
|
2122
|
+
* <p>For additional details and restrictions on each pricing plan option, see <a href="https://aws.amazon.com/location/pricing/">Amazon Location Service pricing</a>.</p>
|
|
2102
2123
|
*/
|
|
2103
2124
|
PricingPlan: PricingPlan | string | undefined;
|
|
2104
2125
|
/**
|
|
@@ -2167,8 +2188,7 @@ export interface DescribePlaceIndexResponse {
|
|
|
2167
2188
|
IndexArn: string | undefined;
|
|
2168
2189
|
/**
|
|
2169
2190
|
* <p>The pricing plan selected for the specified place index resource.</p>
|
|
2170
|
-
* <p>For additional details and restrictions on each pricing plan option, see
|
|
2171
|
-
* page</a>.</p>
|
|
2191
|
+
* <p>For additional details and restrictions on each pricing plan option, see <a href="https://aws.amazon.com/location/pricing/">Amazon Location Service pricing</a>.</p>
|
|
2172
2192
|
*/
|
|
2173
2193
|
PricingPlan: PricingPlan | string | undefined;
|
|
2174
2194
|
/**
|
|
@@ -2199,8 +2219,7 @@ export interface DescribePlaceIndexResponse {
|
|
|
2199
2219
|
* </p>
|
|
2200
2220
|
* </li>
|
|
2201
2221
|
* </ul>
|
|
2202
|
-
* <p>For additional details on data providers, see
|
|
2203
|
-
* page</a>.</p>
|
|
2222
|
+
* <p>For additional details on data providers, see <a href="https://docs.aws.amazon.com/location/latest/developerguide/what-is-data-provider.html">Amazon Location Service data providers</a>.</p>
|
|
2204
2223
|
*/
|
|
2205
2224
|
DataSource: string | undefined;
|
|
2206
2225
|
/**
|
|
@@ -2346,8 +2365,7 @@ export interface DescribeTrackerResponse {
|
|
|
2346
2365
|
Description: string | undefined;
|
|
2347
2366
|
/**
|
|
2348
2367
|
* <p>The pricing plan selected for the specified tracker resource.</p>
|
|
2349
|
-
* <p>For additional details and restrictions on each pricing plan option, see
|
|
2350
|
-
* page</a>.</p>
|
|
2368
|
+
* <p>For additional details and restrictions on each pricing plan option, see <a href="https://aws.amazon.com/location/pricing/">Amazon Location Service pricing</a>.</p>
|
|
2351
2369
|
*/
|
|
2352
2370
|
PricingPlan: PricingPlan | string | undefined;
|
|
2353
2371
|
/**
|
|
@@ -2374,6 +2392,10 @@ export interface DescribeTrackerResponse {
|
|
|
2374
2392
|
* <p>A key identifier for an <a href="https://docs.aws.amazon.com/kms/latest/developerguide/create-keys.html">AWS KMS customer managed key</a> assigned to the Amazon Location resource.</p>
|
|
2375
2393
|
*/
|
|
2376
2394
|
KmsKeyId?: string;
|
|
2395
|
+
/**
|
|
2396
|
+
* <p>The position filtering method of the tracker resource.</p>
|
|
2397
|
+
*/
|
|
2398
|
+
PositionFiltering?: PositionFiltering | string;
|
|
2377
2399
|
}
|
|
2378
2400
|
export declare namespace DescribeTrackerResponse {
|
|
2379
2401
|
/**
|
|
@@ -2999,7 +3021,7 @@ export interface GetMapGlyphsRequest {
|
|
|
2999
3021
|
/**
|
|
3000
3022
|
* <p>A comma-separated list of fonts to load glyphs from in order of preference. For
|
|
3001
3023
|
* example, <code>Noto Sans Regular, Arial Unicode</code>.</p>
|
|
3002
|
-
* <p>Valid fonts for <a href="https://docs.aws.amazon.com/location/latest/developerguide/esri.html">Esri</a> styles: </p>
|
|
3024
|
+
* <p>Valid fonts stacks for <a href="https://docs.aws.amazon.com/location/latest/developerguide/esri.html">Esri</a> styles: </p>
|
|
3003
3025
|
* <ul>
|
|
3004
3026
|
* <li>
|
|
3005
3027
|
* <p>VectorEsriDarkGrayCanvas – <code>Ubuntu Medium Italic</code> | <code>Ubuntu
|
|
@@ -3029,11 +3051,10 @@ export interface GetMapGlyphsRequest {
|
|
|
3029
3051
|
* </p>
|
|
3030
3052
|
* </li>
|
|
3031
3053
|
* </ul>
|
|
3032
|
-
* <p>Valid
|
|
3054
|
+
* <p>Valid font stacks for <a href="https://docs.aws.amazon.com/location/latest/developerguide/HERE.html">HERE Technologies</a> styles: </p>
|
|
3033
3055
|
* <ul>
|
|
3034
3056
|
* <li>
|
|
3035
|
-
* <p>
|
|
3036
|
-
* <code>VectorHereBerlin</code> – <code>Fira GO Regular</code> | <code>Fira GO
|
|
3057
|
+
* <p>VectorHereBerlin – <code>Fira GO Regular</code> | <code>Fira GO
|
|
3037
3058
|
* Bold</code>
|
|
3038
3059
|
* </p>
|
|
3039
3060
|
* </li>
|
|
@@ -3302,8 +3323,7 @@ export interface ListMapsResponseEntry {
|
|
|
3302
3323
|
DataSource: string | undefined;
|
|
3303
3324
|
/**
|
|
3304
3325
|
* <p>The pricing plan for the specified map resource.</p>
|
|
3305
|
-
* <p>For additional details and restrictions on each pricing plan option, see
|
|
3306
|
-
* page</a>.</p>
|
|
3326
|
+
* <p>For additional details and restrictions on each pricing plan option, see <a href="https://aws.amazon.com/location/pricing/">Amazon Location Service pricing</a>.</p>
|
|
3307
3327
|
*/
|
|
3308
3328
|
PricingPlan: PricingPlan | string | undefined;
|
|
3309
3329
|
/**
|
|
@@ -3386,13 +3406,12 @@ export interface ListPlaceIndexesResponseEntry {
|
|
|
3386
3406
|
* </p>
|
|
3387
3407
|
* </li>
|
|
3388
3408
|
* </ul>
|
|
3389
|
-
* <p>For additional details on data providers, see
|
|
3409
|
+
* <p>For additional details on data providers, see <a href="https://docs.aws.amazon.com/location/latest/developerguide/what-is-data-provider.html">Amazon Location Service data providers</a>.</p>
|
|
3390
3410
|
*/
|
|
3391
3411
|
DataSource: string | undefined;
|
|
3392
3412
|
/**
|
|
3393
3413
|
* <p>The pricing plan for the specified place index resource.</p>
|
|
3394
|
-
* <p>For additional details and restrictions on each pricing plan option, see
|
|
3395
|
-
* page</a>.</p>
|
|
3414
|
+
* <p>For additional details and restrictions on each pricing plan option, see <a href="https://aws.amazon.com/location/pricing/">Amazon Location Service pricing</a>.</p>
|
|
3396
3415
|
*/
|
|
3397
3416
|
PricingPlan: PricingPlan | string | undefined;
|
|
3398
3417
|
/**
|
|
@@ -3608,8 +3627,7 @@ export interface ListTrackersResponseEntry {
|
|
|
3608
3627
|
Description: string | undefined;
|
|
3609
3628
|
/**
|
|
3610
3629
|
* <p>The pricing plan for the specified tracker resource.</p>
|
|
3611
|
-
* <p>For additional details and restrictions on each pricing plan option, see
|
|
3612
|
-
* page</a>.</p>
|
|
3630
|
+
* <p>For additional details and restrictions on each pricing plan option, see <a href="https://aws.amazon.com/location/pricing/">Amazon Location Service pricing</a>.</p>
|
|
3613
3631
|
*/
|
|
3614
3632
|
PricingPlan: PricingPlan | string | undefined;
|
|
3615
3633
|
/**
|
|
@@ -3856,7 +3874,7 @@ export interface SearchPlaceIndexForPositionSummary {
|
|
|
3856
3874
|
* <p>HERE</p>
|
|
3857
3875
|
* </li>
|
|
3858
3876
|
* </ul>
|
|
3859
|
-
* <p>For additional details on data providers, see
|
|
3877
|
+
* <p>For additional details on data providers, see <a href="https://docs.aws.amazon.com/location/latest/developerguide/what-is-data-provider.html">Amazon Location Service data providers</a>.</p>
|
|
3860
3878
|
*/
|
|
3861
3879
|
DataSource: string | undefined;
|
|
3862
3880
|
}
|
|
@@ -4021,7 +4039,7 @@ export interface SearchPlaceIndexForTextSummary {
|
|
|
4021
4039
|
* <p>HERE</p>
|
|
4022
4040
|
* </li>
|
|
4023
4041
|
* </ul>
|
|
4024
|
-
* <p>For additional details on data providers, see
|
|
4042
|
+
* <p>For additional details on data providers, see <a href="https://docs.aws.amazon.com/location/latest/developerguide/what-is-data-provider.html">Amazon Location Service data providers</a>.</p>
|
|
4025
4043
|
*/
|
|
4026
4044
|
DataSource: string | undefined;
|
|
4027
4045
|
}
|
|
@@ -4185,6 +4203,28 @@ export interface UpdateTrackerRequest {
|
|
|
4185
4203
|
* <p>Updates the description for the tracker resource.</p>
|
|
4186
4204
|
*/
|
|
4187
4205
|
Description?: string;
|
|
4206
|
+
/**
|
|
4207
|
+
* <p>Updates the position filtering for the tracker resource.</p>
|
|
4208
|
+
* <p>Valid values:</p>
|
|
4209
|
+
* <ul>
|
|
4210
|
+
* <li>
|
|
4211
|
+
* <p>
|
|
4212
|
+
* <code>TimeBased</code> - Location updates are evaluated against linked geofence collections,
|
|
4213
|
+
* but not every location update is stored. If your update frequency is more often than 30 seconds,
|
|
4214
|
+
* only one update per 30 seconds is stored for each unique device ID.
|
|
4215
|
+
* </p>
|
|
4216
|
+
* </li>
|
|
4217
|
+
* <li>
|
|
4218
|
+
* <p>
|
|
4219
|
+
* <code>DistanceBased</code> - If the device has moved less than 30 m (98.4 ft), location updates are
|
|
4220
|
+
* ignored. Location updates within this distance are neither evaluated against linked geofence collections, nor stored.
|
|
4221
|
+
* This helps control costs by reducing the number of geofence evaluations and device positions to retrieve.
|
|
4222
|
+
* Distance-based filtering can also reduce the jitter effect when displaying device trajectory on a map.
|
|
4223
|
+
* </p>
|
|
4224
|
+
* </li>
|
|
4225
|
+
* </ul>
|
|
4226
|
+
*/
|
|
4227
|
+
PositionFiltering?: PositionFiltering | string;
|
|
4188
4228
|
}
|
|
4189
4229
|
export declare namespace UpdateTrackerRequest {
|
|
4190
4230
|
/**
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export * from "./GetDevicePositionHistoryPaginator";
|
|
2
|
+
export * from "./Interfaces";
|
|
3
|
+
export * from "./ListDevicePositionsPaginator";
|
|
4
|
+
export * from "./ListGeofenceCollectionsPaginator";
|
|
5
|
+
export * from "./ListGeofencesPaginator";
|
|
6
|
+
export * from "./ListMapsPaginator";
|
|
7
|
+
export * from "./ListPlaceIndexesPaginator";
|
|
8
|
+
export * from "./ListRouteCalculatorsPaginator";
|
|
9
|
+
export * from "./ListTrackerConsumersPaginator";
|
|
10
|
+
export * from "./ListTrackersPaginator";
|