@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
|
@@ -1,68 +1,41 @@
|
|
|
1
1
|
import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
|
|
2
|
-
|
|
3
|
-
* <p>The request was denied because of insufficient access or permissions. Check with an
|
|
4
|
-
* administrator to verify your permissions.</p>
|
|
5
|
-
*/
|
|
2
|
+
|
|
6
3
|
export interface AccessDeniedException extends __SmithyException, $MetadataBearer {
|
|
7
4
|
name: "AccessDeniedException";
|
|
8
5
|
$fault: "client";
|
|
9
6
|
Message: string | undefined;
|
|
10
7
|
}
|
|
11
8
|
export declare namespace AccessDeniedException {
|
|
12
|
-
|
|
13
|
-
* @internal
|
|
14
|
-
*/
|
|
9
|
+
|
|
15
10
|
const filterSensitiveLog: (obj: AccessDeniedException) => any;
|
|
16
11
|
}
|
|
17
12
|
export interface AssociateTrackerConsumerRequest {
|
|
18
|
-
|
|
19
|
-
* <p>The name of the tracker resource to be associated with a geofence collection.</p>
|
|
20
|
-
*/
|
|
13
|
+
|
|
21
14
|
TrackerName: string | undefined;
|
|
22
|
-
|
|
23
|
-
* <p>The Amazon Resource Name (ARN) for the geofence collection to be associated to tracker
|
|
24
|
-
* resource. Used when you need to specify a resource across all AWS.</p>
|
|
25
|
-
* <ul>
|
|
26
|
-
* <li>
|
|
27
|
-
* <p>Format example:
|
|
28
|
-
* <code>arn:aws:geo:region:account-id:geofence-collection/ExampleGeofenceCollectionConsumer</code>
|
|
29
|
-
* </p>
|
|
30
|
-
* </li>
|
|
31
|
-
* </ul>
|
|
32
|
-
*/
|
|
15
|
+
|
|
33
16
|
ConsumerArn: string | undefined;
|
|
34
17
|
}
|
|
35
18
|
export declare namespace AssociateTrackerConsumerRequest {
|
|
36
|
-
|
|
37
|
-
* @internal
|
|
38
|
-
*/
|
|
19
|
+
|
|
39
20
|
const filterSensitiveLog: (obj: AssociateTrackerConsumerRequest) => any;
|
|
40
21
|
}
|
|
41
22
|
export interface AssociateTrackerConsumerResponse {
|
|
42
23
|
}
|
|
43
24
|
export declare namespace AssociateTrackerConsumerResponse {
|
|
44
|
-
|
|
45
|
-
* @internal
|
|
46
|
-
*/
|
|
25
|
+
|
|
47
26
|
const filterSensitiveLog: (obj: AssociateTrackerConsumerResponse) => any;
|
|
48
27
|
}
|
|
49
|
-
|
|
50
|
-
* <p>The request was unsuccessful because of a conflict.</p>
|
|
51
|
-
*/
|
|
28
|
+
|
|
52
29
|
export interface ConflictException extends __SmithyException, $MetadataBearer {
|
|
53
30
|
name: "ConflictException";
|
|
54
31
|
$fault: "client";
|
|
55
32
|
Message: string | undefined;
|
|
56
33
|
}
|
|
57
34
|
export declare namespace ConflictException {
|
|
58
|
-
|
|
59
|
-
* @internal
|
|
60
|
-
*/
|
|
35
|
+
|
|
61
36
|
const filterSensitiveLog: (obj: ConflictException) => any;
|
|
62
37
|
}
|
|
63
|
-
|
|
64
|
-
* <p>The request has failed to process because of an unknown server error, exception, or failure.</p>
|
|
65
|
-
*/
|
|
38
|
+
|
|
66
39
|
export interface InternalServerException extends __SmithyException, $MetadataBearer {
|
|
67
40
|
name: "InternalServerException";
|
|
68
41
|
$fault: "server";
|
|
@@ -70,46 +43,31 @@ export interface InternalServerException extends __SmithyException, $MetadataBea
|
|
|
70
43
|
Message: string | undefined;
|
|
71
44
|
}
|
|
72
45
|
export declare namespace InternalServerException {
|
|
73
|
-
|
|
74
|
-
* @internal
|
|
75
|
-
*/
|
|
46
|
+
|
|
76
47
|
const filterSensitiveLog: (obj: InternalServerException) => any;
|
|
77
48
|
}
|
|
78
|
-
|
|
79
|
-
* <p>The resource that you've entered was not found in your AWS account.</p>
|
|
80
|
-
*/
|
|
49
|
+
|
|
81
50
|
export interface ResourceNotFoundException extends __SmithyException, $MetadataBearer {
|
|
82
51
|
name: "ResourceNotFoundException";
|
|
83
52
|
$fault: "client";
|
|
84
53
|
Message: string | undefined;
|
|
85
54
|
}
|
|
86
55
|
export declare namespace ResourceNotFoundException {
|
|
87
|
-
|
|
88
|
-
* @internal
|
|
89
|
-
*/
|
|
56
|
+
|
|
90
57
|
const filterSensitiveLog: (obj: ResourceNotFoundException) => any;
|
|
91
58
|
}
|
|
92
|
-
|
|
93
|
-
* <p>The operation was denied because the request would exceed the maximum <a href="https://docs.aws.amazon.com/location/latest/developerguide/location-quotas.html">quota</a>
|
|
94
|
-
* set for Amazon Location Service.</p>
|
|
95
|
-
*/
|
|
59
|
+
|
|
96
60
|
export interface ServiceQuotaExceededException extends __SmithyException, $MetadataBearer {
|
|
97
61
|
name: "ServiceQuotaExceededException";
|
|
98
62
|
$fault: "client";
|
|
99
|
-
|
|
100
|
-
* <p>A message with the reason for the service quota exceeded exception error.</p>
|
|
101
|
-
*/
|
|
63
|
+
|
|
102
64
|
Message: string | undefined;
|
|
103
65
|
}
|
|
104
66
|
export declare namespace ServiceQuotaExceededException {
|
|
105
|
-
|
|
106
|
-
* @internal
|
|
107
|
-
*/
|
|
67
|
+
|
|
108
68
|
const filterSensitiveLog: (obj: ServiceQuotaExceededException) => any;
|
|
109
69
|
}
|
|
110
|
-
|
|
111
|
-
* <p>The request was denied because of request throttling.</p>
|
|
112
|
-
*/
|
|
70
|
+
|
|
113
71
|
export interface ThrottlingException extends __SmithyException, $MetadataBearer {
|
|
114
72
|
name: "ThrottlingException";
|
|
115
73
|
$fault: "client";
|
|
@@ -117,4106 +75,1670 @@ export interface ThrottlingException extends __SmithyException, $MetadataBearer
|
|
|
117
75
|
Message: string | undefined;
|
|
118
76
|
}
|
|
119
77
|
export declare namespace ThrottlingException {
|
|
120
|
-
|
|
121
|
-
* @internal
|
|
122
|
-
*/
|
|
78
|
+
|
|
123
79
|
const filterSensitiveLog: (obj: ThrottlingException) => any;
|
|
124
80
|
}
|
|
125
|
-
|
|
126
|
-
* <p>The input failed to meet the constraints specified by the AWS service in a specified
|
|
127
|
-
* field. </p>
|
|
128
|
-
*/
|
|
81
|
+
|
|
129
82
|
export interface ValidationExceptionField {
|
|
130
|
-
|
|
131
|
-
* <p>The field name where the invalid entry was detected.</p>
|
|
132
|
-
*/
|
|
83
|
+
|
|
133
84
|
Name: string | undefined;
|
|
134
|
-
|
|
135
|
-
* <p>A message with the reason for the validation exception error.</p>
|
|
136
|
-
*/
|
|
85
|
+
|
|
137
86
|
Message: string | undefined;
|
|
138
87
|
}
|
|
139
88
|
export declare namespace ValidationExceptionField {
|
|
140
|
-
|
|
141
|
-
* @internal
|
|
142
|
-
*/
|
|
89
|
+
|
|
143
90
|
const filterSensitiveLog: (obj: ValidationExceptionField) => any;
|
|
144
91
|
}
|
|
145
92
|
export declare type ValidationExceptionReason = "CannotParse" | "FieldValidationFailed" | "Missing" | "Other" | "UnknownOperation";
|
|
146
|
-
|
|
147
|
-
* <p>The input failed to meet the constraints specified by the AWS service. </p>
|
|
148
|
-
*/
|
|
93
|
+
|
|
149
94
|
export interface ValidationException extends __SmithyException, $MetadataBearer {
|
|
150
95
|
name: "ValidationException";
|
|
151
96
|
$fault: "client";
|
|
152
97
|
Message: string | undefined;
|
|
153
|
-
|
|
154
|
-
* <p>A message with the reason for the validation exception error.</p>
|
|
155
|
-
*/
|
|
98
|
+
|
|
156
99
|
Reason: ValidationExceptionReason | string | undefined;
|
|
157
|
-
|
|
158
|
-
* <p>The field where the invalid entry was detected.</p>
|
|
159
|
-
*/
|
|
100
|
+
|
|
160
101
|
FieldList: ValidationExceptionField[] | undefined;
|
|
161
102
|
}
|
|
162
103
|
export declare namespace ValidationException {
|
|
163
|
-
|
|
164
|
-
* @internal
|
|
165
|
-
*/
|
|
104
|
+
|
|
166
105
|
const filterSensitiveLog: (obj: ValidationException) => any;
|
|
167
106
|
}
|
|
168
107
|
export interface BatchDeleteDevicePositionHistoryRequest {
|
|
169
|
-
|
|
170
|
-
* <p>The name of the tracker resource to delete the device position history from.</p>
|
|
171
|
-
*/
|
|
108
|
+
|
|
172
109
|
TrackerName: string | undefined;
|
|
173
|
-
|
|
174
|
-
* <p>Devices whose position history you want to delete.</p>
|
|
175
|
-
* <ul>
|
|
176
|
-
* <li>
|
|
177
|
-
* <p>For example, for two devices:
|
|
178
|
-
* <code>“DeviceIds” : [DeviceId1,DeviceId2]</code>
|
|
179
|
-
* </p>
|
|
180
|
-
* </li>
|
|
181
|
-
* </ul>
|
|
182
|
-
*/
|
|
110
|
+
|
|
183
111
|
DeviceIds: string[] | undefined;
|
|
184
112
|
}
|
|
185
113
|
export declare namespace BatchDeleteDevicePositionHistoryRequest {
|
|
186
|
-
|
|
187
|
-
* @internal
|
|
188
|
-
*/
|
|
114
|
+
|
|
189
115
|
const filterSensitiveLog: (obj: BatchDeleteDevicePositionHistoryRequest) => any;
|
|
190
116
|
}
|
|
191
117
|
export declare type BatchItemErrorCode = "AccessDeniedError" | "ConflictError" | "InternalServerError" | "ResourceNotFoundError" | "ThrottlingError" | "ValidationError";
|
|
192
|
-
|
|
193
|
-
* <p>Contains the batch request error details associated with the request.</p>
|
|
194
|
-
*/
|
|
118
|
+
|
|
195
119
|
export interface BatchItemError {
|
|
196
|
-
|
|
197
|
-
* <p>The error code associated with the batch request error.</p>
|
|
198
|
-
*/
|
|
120
|
+
|
|
199
121
|
Code?: BatchItemErrorCode | string;
|
|
200
|
-
|
|
201
|
-
* <p>A message with the reason for the batch request error.</p>
|
|
202
|
-
*/
|
|
122
|
+
|
|
203
123
|
Message?: string;
|
|
204
124
|
}
|
|
205
125
|
export declare namespace BatchItemError {
|
|
206
|
-
|
|
207
|
-
* @internal
|
|
208
|
-
*/
|
|
126
|
+
|
|
209
127
|
const filterSensitiveLog: (obj: BatchItemError) => any;
|
|
210
128
|
}
|
|
211
|
-
|
|
212
|
-
* <p>Contains the tracker resource details.</p>
|
|
213
|
-
*/
|
|
129
|
+
|
|
214
130
|
export interface BatchDeleteDevicePositionHistoryError {
|
|
215
|
-
|
|
216
|
-
* <p>The ID of the device for this position.</p>
|
|
217
|
-
*/
|
|
131
|
+
|
|
218
132
|
DeviceId: string | undefined;
|
|
219
|
-
|
|
220
|
-
* <p>Contains the batch request error details associated with the request.</p>
|
|
221
|
-
*/
|
|
133
|
+
|
|
222
134
|
Error: BatchItemError | undefined;
|
|
223
135
|
}
|
|
224
136
|
export declare namespace BatchDeleteDevicePositionHistoryError {
|
|
225
|
-
|
|
226
|
-
* @internal
|
|
227
|
-
*/
|
|
137
|
+
|
|
228
138
|
const filterSensitiveLog: (obj: BatchDeleteDevicePositionHistoryError) => any;
|
|
229
139
|
}
|
|
230
140
|
export interface BatchDeleteDevicePositionHistoryResponse {
|
|
231
|
-
|
|
232
|
-
* <p>Contains error details for each device history that failed to delete.</p>
|
|
233
|
-
*/
|
|
141
|
+
|
|
234
142
|
Errors: BatchDeleteDevicePositionHistoryError[] | undefined;
|
|
235
143
|
}
|
|
236
144
|
export declare namespace BatchDeleteDevicePositionHistoryResponse {
|
|
237
|
-
|
|
238
|
-
* @internal
|
|
239
|
-
*/
|
|
145
|
+
|
|
240
146
|
const filterSensitiveLog: (obj: BatchDeleteDevicePositionHistoryResponse) => any;
|
|
241
147
|
}
|
|
242
148
|
export interface BatchDeleteGeofenceRequest {
|
|
243
|
-
|
|
244
|
-
* <p>The geofence collection storing the geofences to be deleted.</p>
|
|
245
|
-
*/
|
|
149
|
+
|
|
246
150
|
CollectionName: string | undefined;
|
|
247
|
-
|
|
248
|
-
* <p>The batch of geofences to be deleted.</p>
|
|
249
|
-
*/
|
|
151
|
+
|
|
250
152
|
GeofenceIds: string[] | undefined;
|
|
251
153
|
}
|
|
252
154
|
export declare namespace BatchDeleteGeofenceRequest {
|
|
253
|
-
|
|
254
|
-
* @internal
|
|
255
|
-
*/
|
|
155
|
+
|
|
256
156
|
const filterSensitiveLog: (obj: BatchDeleteGeofenceRequest) => any;
|
|
257
157
|
}
|
|
258
|
-
|
|
259
|
-
* <p>Contains error details for each geofence that failed to delete from the geofence
|
|
260
|
-
* collection.</p>
|
|
261
|
-
*/
|
|
158
|
+
|
|
262
159
|
export interface BatchDeleteGeofenceError {
|
|
263
|
-
|
|
264
|
-
* <p>The geofence associated with the error message.</p>
|
|
265
|
-
*/
|
|
160
|
+
|
|
266
161
|
GeofenceId: string | undefined;
|
|
267
|
-
|
|
268
|
-
* <p>Contains details associated to the batch error.</p>
|
|
269
|
-
*/
|
|
162
|
+
|
|
270
163
|
Error: BatchItemError | undefined;
|
|
271
164
|
}
|
|
272
165
|
export declare namespace BatchDeleteGeofenceError {
|
|
273
|
-
|
|
274
|
-
* @internal
|
|
275
|
-
*/
|
|
166
|
+
|
|
276
167
|
const filterSensitiveLog: (obj: BatchDeleteGeofenceError) => any;
|
|
277
168
|
}
|
|
278
169
|
export interface BatchDeleteGeofenceResponse {
|
|
279
|
-
|
|
280
|
-
* <p>Contains error details for each geofence that failed to delete.</p>
|
|
281
|
-
*/
|
|
170
|
+
|
|
282
171
|
Errors: BatchDeleteGeofenceError[] | undefined;
|
|
283
172
|
}
|
|
284
173
|
export declare namespace BatchDeleteGeofenceResponse {
|
|
285
|
-
|
|
286
|
-
* @internal
|
|
287
|
-
*/
|
|
174
|
+
|
|
288
175
|
const filterSensitiveLog: (obj: BatchDeleteGeofenceResponse) => any;
|
|
289
176
|
}
|
|
290
|
-
|
|
291
|
-
* <p>Contains the position update details for a device.</p>
|
|
292
|
-
*/
|
|
177
|
+
|
|
293
178
|
export interface DevicePositionUpdate {
|
|
294
|
-
|
|
295
|
-
* <p>The device associated to the position update.</p>
|
|
296
|
-
*/
|
|
179
|
+
|
|
297
180
|
DeviceId: string | undefined;
|
|
298
|
-
|
|
299
|
-
* <p>The timestamp at which the device's position was determined. Uses <a href="https://www.iso.org/iso-8601-date-and-time-format.html">ISO 8601</a>
|
|
300
|
-
* format: <code>YYYY-MM-DDThh:mm:ss.sssZ</code>
|
|
301
|
-
* </p>
|
|
302
|
-
*/
|
|
181
|
+
|
|
303
182
|
SampleTime: Date | undefined;
|
|
304
|
-
|
|
305
|
-
* <p>The latest device position defined in <a href="https://earth-info.nga.mil/GandG/wgs84/index.html">WGS 84</a> format:
|
|
306
|
-
* <code>[X or longitude, Y or latitude]</code>.</p>
|
|
307
|
-
*/
|
|
183
|
+
|
|
308
184
|
Position: number[] | undefined;
|
|
309
185
|
}
|
|
310
186
|
export declare namespace DevicePositionUpdate {
|
|
311
|
-
|
|
312
|
-
* @internal
|
|
313
|
-
*/
|
|
187
|
+
|
|
314
188
|
const filterSensitiveLog: (obj: DevicePositionUpdate) => any;
|
|
315
189
|
}
|
|
316
190
|
export interface BatchEvaluateGeofencesRequest {
|
|
317
|
-
|
|
318
|
-
* <p>The geofence collection used in evaluating the position of devices against its
|
|
319
|
-
* geofences.</p>
|
|
320
|
-
*/
|
|
191
|
+
|
|
321
192
|
CollectionName: string | undefined;
|
|
322
|
-
|
|
323
|
-
* <p>Contains device details for each device to be evaluated against the given geofence
|
|
324
|
-
* collection.</p>
|
|
325
|
-
*/
|
|
193
|
+
|
|
326
194
|
DevicePositionUpdates: DevicePositionUpdate[] | undefined;
|
|
327
195
|
}
|
|
328
196
|
export declare namespace BatchEvaluateGeofencesRequest {
|
|
329
|
-
|
|
330
|
-
* @internal
|
|
331
|
-
*/
|
|
197
|
+
|
|
332
198
|
const filterSensitiveLog: (obj: BatchEvaluateGeofencesRequest) => any;
|
|
333
199
|
}
|
|
334
|
-
|
|
335
|
-
* <p>Contains error details for each device that failed to evaluate its position against
|
|
336
|
-
* the geofences in a given geofence collection.</p>
|
|
337
|
-
*/
|
|
200
|
+
|
|
338
201
|
export interface BatchEvaluateGeofencesError {
|
|
339
|
-
|
|
340
|
-
* <p>The device associated with the position evaluation error.</p>
|
|
341
|
-
*/
|
|
202
|
+
|
|
342
203
|
DeviceId: string | undefined;
|
|
343
|
-
|
|
344
|
-
* <p>Specifies a timestamp for when the error occurred in <a href="https://www.iso.org/iso-8601-date-and-time-format.html">ISO 8601</a>
|
|
345
|
-
* format: <code>YYYY-MM-DDThh:mm:ss.sssZ</code>
|
|
346
|
-
* </p>
|
|
347
|
-
*/
|
|
204
|
+
|
|
348
205
|
SampleTime: Date | undefined;
|
|
349
|
-
|
|
350
|
-
* <p>Contains details associated to the batch error.</p>
|
|
351
|
-
*/
|
|
206
|
+
|
|
352
207
|
Error: BatchItemError | undefined;
|
|
353
208
|
}
|
|
354
209
|
export declare namespace BatchEvaluateGeofencesError {
|
|
355
|
-
|
|
356
|
-
* @internal
|
|
357
|
-
*/
|
|
210
|
+
|
|
358
211
|
const filterSensitiveLog: (obj: BatchEvaluateGeofencesError) => any;
|
|
359
212
|
}
|
|
360
213
|
export interface BatchEvaluateGeofencesResponse {
|
|
361
|
-
|
|
362
|
-
* <p>Contains error details for each device that failed to evaluate its position against
|
|
363
|
-
* the given geofence collection.</p>
|
|
364
|
-
*/
|
|
214
|
+
|
|
365
215
|
Errors: BatchEvaluateGeofencesError[] | undefined;
|
|
366
216
|
}
|
|
367
217
|
export declare namespace BatchEvaluateGeofencesResponse {
|
|
368
|
-
|
|
369
|
-
* @internal
|
|
370
|
-
*/
|
|
218
|
+
|
|
371
219
|
const filterSensitiveLog: (obj: BatchEvaluateGeofencesResponse) => any;
|
|
372
220
|
}
|
|
373
221
|
export interface BatchGetDevicePositionRequest {
|
|
374
|
-
|
|
375
|
-
* <p>The tracker resource retrieving the device position.</p>
|
|
376
|
-
*/
|
|
222
|
+
|
|
377
223
|
TrackerName: string | undefined;
|
|
378
|
-
|
|
379
|
-
* <p>Devices whose position you want to retrieve.</p>
|
|
380
|
-
* <ul>
|
|
381
|
-
* <li>
|
|
382
|
-
* <p>For example, for two devices:
|
|
383
|
-
* <code>device-ids=DeviceId1&device-ids=DeviceId2</code>
|
|
384
|
-
* </p>
|
|
385
|
-
* </li>
|
|
386
|
-
* </ul>
|
|
387
|
-
*/
|
|
224
|
+
|
|
388
225
|
DeviceIds: string[] | undefined;
|
|
389
226
|
}
|
|
390
227
|
export declare namespace BatchGetDevicePositionRequest {
|
|
391
|
-
|
|
392
|
-
* @internal
|
|
393
|
-
*/
|
|
228
|
+
|
|
394
229
|
const filterSensitiveLog: (obj: BatchGetDevicePositionRequest) => any;
|
|
395
230
|
}
|
|
396
|
-
|
|
397
|
-
* <p>Contains the device position details.</p>
|
|
398
|
-
*/
|
|
231
|
+
|
|
399
232
|
export interface DevicePosition {
|
|
400
|
-
|
|
401
|
-
* <p>The device whose position you retrieved.</p>
|
|
402
|
-
*/
|
|
233
|
+
|
|
403
234
|
DeviceId?: string;
|
|
404
|
-
|
|
405
|
-
* <p>The timestamp at which the device's position was determined. Uses <a href="https://www.iso.org/iso-8601-date-and-time-format.html"> ISO 8601</a>
|
|
406
|
-
* format: <code>YYYY-MM-DDThh:mm:ss.sssZ</code>. </p>
|
|
407
|
-
*/
|
|
235
|
+
|
|
408
236
|
SampleTime: Date | undefined;
|
|
409
|
-
|
|
410
|
-
* <p>The timestamp for when the tracker resource received the device position in <a href="https://www.iso.org/iso-8601-date-and-time-format.html"> ISO 8601</a>
|
|
411
|
-
* format: <code>YYYY-MM-DDThh:mm:ss.sssZ</code>. </p>
|
|
412
|
-
*/
|
|
237
|
+
|
|
413
238
|
ReceivedTime: Date | undefined;
|
|
414
|
-
|
|
415
|
-
* <p>The last known device position.</p>
|
|
416
|
-
*/
|
|
239
|
+
|
|
417
240
|
Position: number[] | undefined;
|
|
418
241
|
}
|
|
419
242
|
export declare namespace DevicePosition {
|
|
420
|
-
|
|
421
|
-
* @internal
|
|
422
|
-
*/
|
|
243
|
+
|
|
423
244
|
const filterSensitiveLog: (obj: DevicePosition) => any;
|
|
424
245
|
}
|
|
425
|
-
|
|
426
|
-
* <p>Contains error details for each device that didn't return a position.</p>
|
|
427
|
-
*/
|
|
246
|
+
|
|
428
247
|
export interface BatchGetDevicePositionError {
|
|
429
|
-
|
|
430
|
-
* <p>The ID of the device that didn't return a position.</p>
|
|
431
|
-
*/
|
|
248
|
+
|
|
432
249
|
DeviceId: string | undefined;
|
|
433
|
-
|
|
434
|
-
* <p>Contains details related to the error code.</p>
|
|
435
|
-
*/
|
|
250
|
+
|
|
436
251
|
Error: BatchItemError | undefined;
|
|
437
252
|
}
|
|
438
253
|
export declare namespace BatchGetDevicePositionError {
|
|
439
|
-
|
|
440
|
-
* @internal
|
|
441
|
-
*/
|
|
254
|
+
|
|
442
255
|
const filterSensitiveLog: (obj: BatchGetDevicePositionError) => any;
|
|
443
256
|
}
|
|
444
257
|
export interface BatchGetDevicePositionResponse {
|
|
445
|
-
|
|
446
|
-
* <p>Contains error details for each device that failed to send its position to the tracker
|
|
447
|
-
* resource.</p>
|
|
448
|
-
*/
|
|
258
|
+
|
|
449
259
|
Errors: BatchGetDevicePositionError[] | undefined;
|
|
450
|
-
|
|
451
|
-
* <p>Contains device position details such as the device ID, position, and timestamps for
|
|
452
|
-
* when the position was received and sampled.</p>
|
|
453
|
-
*/
|
|
260
|
+
|
|
454
261
|
DevicePositions: DevicePosition[] | undefined;
|
|
455
262
|
}
|
|
456
263
|
export declare namespace BatchGetDevicePositionResponse {
|
|
457
|
-
|
|
458
|
-
* @internal
|
|
459
|
-
*/
|
|
264
|
+
|
|
460
265
|
const filterSensitiveLog: (obj: BatchGetDevicePositionResponse) => any;
|
|
461
266
|
}
|
|
462
|
-
|
|
463
|
-
* <p>Contains the geofence geometry details.</p>
|
|
464
|
-
* <note>
|
|
465
|
-
* <p>Amazon Location doesn't currently support polygons with holes, multipolygons, polygons
|
|
466
|
-
* that are wound clockwise, or that cross the antimeridian. </p>
|
|
467
|
-
* </note>
|
|
468
|
-
*/
|
|
267
|
+
|
|
469
268
|
export interface GeofenceGeometry {
|
|
470
|
-
|
|
471
|
-
* <p>An array of 1 or more linear rings. A linear ring is an array of 4 or more vertices,
|
|
472
|
-
* where the first and last vertex are the same to form a closed boundary. Each vertex is a
|
|
473
|
-
* 2-dimensional point of the form: <code>[longitude, latitude]</code>. </p>
|
|
474
|
-
* <p>The first linear ring is an outer ring, describing the polygon's boundary. Subsequent
|
|
475
|
-
* linear rings may be inner or outer rings to describe holes and islands. Outer rings must
|
|
476
|
-
* list their vertices in counter-clockwise order around the ring's center, where the left
|
|
477
|
-
* side is the polygon's exterior. Inner rings must list their vertices in clockwise order,
|
|
478
|
-
* where the left side is the polygon's interior.</p>
|
|
479
|
-
*/
|
|
269
|
+
|
|
480
270
|
Polygon?: number[][][];
|
|
481
271
|
}
|
|
482
272
|
export declare namespace GeofenceGeometry {
|
|
483
|
-
|
|
484
|
-
* @internal
|
|
485
|
-
*/
|
|
273
|
+
|
|
486
274
|
const filterSensitiveLog: (obj: GeofenceGeometry) => any;
|
|
487
275
|
}
|
|
488
|
-
|
|
489
|
-
* <p>Contains geofence geometry details. </p>
|
|
490
|
-
*/
|
|
276
|
+
|
|
491
277
|
export interface BatchPutGeofenceRequestEntry {
|
|
492
|
-
|
|
493
|
-
* <p>The identifier for the geofence to be stored in a given geofence collection.</p>
|
|
494
|
-
*/
|
|
278
|
+
|
|
495
279
|
GeofenceId: string | undefined;
|
|
496
|
-
|
|
497
|
-
* <p>Contains the polygon details to specify the position of the geofence.</p>
|
|
498
|
-
* <note>
|
|
499
|
-
* <p>Each <a href="https://docs.aws.amazon.com/location-geofences/latest/APIReference/API_GeofenceGeometry.html">geofence polygon</a> can have a maximum of 1,000 vertices.</p>
|
|
500
|
-
* </note>
|
|
501
|
-
*/
|
|
280
|
+
|
|
502
281
|
Geometry: GeofenceGeometry | undefined;
|
|
503
282
|
}
|
|
504
283
|
export declare namespace BatchPutGeofenceRequestEntry {
|
|
505
|
-
|
|
506
|
-
* @internal
|
|
507
|
-
*/
|
|
284
|
+
|
|
508
285
|
const filterSensitiveLog: (obj: BatchPutGeofenceRequestEntry) => any;
|
|
509
286
|
}
|
|
510
287
|
export interface BatchPutGeofenceRequest {
|
|
511
|
-
|
|
512
|
-
* <p>The geofence collection storing the geofences.</p>
|
|
513
|
-
*/
|
|
288
|
+
|
|
514
289
|
CollectionName: string | undefined;
|
|
515
|
-
|
|
516
|
-
* <p>The batch of geofences to be stored in a geofence collection.</p>
|
|
517
|
-
*/
|
|
290
|
+
|
|
518
291
|
Entries: BatchPutGeofenceRequestEntry[] | undefined;
|
|
519
292
|
}
|
|
520
293
|
export declare namespace BatchPutGeofenceRequest {
|
|
521
|
-
|
|
522
|
-
* @internal
|
|
523
|
-
*/
|
|
294
|
+
|
|
524
295
|
const filterSensitiveLog: (obj: BatchPutGeofenceRequest) => any;
|
|
525
296
|
}
|
|
526
|
-
|
|
527
|
-
* <p>Contains error details for each geofence that failed to be stored in a given geofence
|
|
528
|
-
* collection.</p>
|
|
529
|
-
*/
|
|
297
|
+
|
|
530
298
|
export interface BatchPutGeofenceError {
|
|
531
|
-
|
|
532
|
-
* <p>The geofence associated with the error message.</p>
|
|
533
|
-
*/
|
|
299
|
+
|
|
534
300
|
GeofenceId: string | undefined;
|
|
535
|
-
|
|
536
|
-
* <p>Contains details associated to the batch error.</p>
|
|
537
|
-
*/
|
|
301
|
+
|
|
538
302
|
Error: BatchItemError | undefined;
|
|
539
303
|
}
|
|
540
304
|
export declare namespace BatchPutGeofenceError {
|
|
541
|
-
|
|
542
|
-
* @internal
|
|
543
|
-
*/
|
|
305
|
+
|
|
544
306
|
const filterSensitiveLog: (obj: BatchPutGeofenceError) => any;
|
|
545
307
|
}
|
|
546
|
-
|
|
547
|
-
* <p>Contains a summary of each geofence that was successfully stored in a given geofence
|
|
548
|
-
* collection.</p>
|
|
549
|
-
*/
|
|
308
|
+
|
|
550
309
|
export interface BatchPutGeofenceSuccess {
|
|
551
|
-
|
|
552
|
-
* <p>The geofence successfully stored in a geofence collection.</p>
|
|
553
|
-
*/
|
|
310
|
+
|
|
554
311
|
GeofenceId: string | undefined;
|
|
555
|
-
|
|
556
|
-
* <p>The timestamp for when the geofence was stored in a geofence collection in <a href="https://www.iso.org/iso-8601-date-and-time-format.html">ISO 8601</a>
|
|
557
|
-
* format: <code>YYYY-MM-DDThh:mm:ss.sssZ</code>
|
|
558
|
-
* </p>
|
|
559
|
-
*/
|
|
312
|
+
|
|
560
313
|
CreateTime: Date | undefined;
|
|
561
|
-
|
|
562
|
-
* <p>The timestamp for when the geofence was last updated in <a href="https://www.iso.org/iso-8601-date-and-time-format.html">ISO 8601</a>
|
|
563
|
-
* format: <code>YYYY-MM-DDThh:mm:ss.sssZ</code>
|
|
564
|
-
* </p>
|
|
565
|
-
*/
|
|
314
|
+
|
|
566
315
|
UpdateTime: Date | undefined;
|
|
567
316
|
}
|
|
568
317
|
export declare namespace BatchPutGeofenceSuccess {
|
|
569
|
-
|
|
570
|
-
* @internal
|
|
571
|
-
*/
|
|
318
|
+
|
|
572
319
|
const filterSensitiveLog: (obj: BatchPutGeofenceSuccess) => any;
|
|
573
320
|
}
|
|
574
321
|
export interface BatchPutGeofenceResponse {
|
|
575
|
-
|
|
576
|
-
* <p>Contains each geofence that was successfully stored in a geofence collection.</p>
|
|
577
|
-
*/
|
|
322
|
+
|
|
578
323
|
Successes: BatchPutGeofenceSuccess[] | undefined;
|
|
579
|
-
|
|
580
|
-
* <p>Contains additional error details for each geofence that failed to be stored in a
|
|
581
|
-
* geofence collection.</p>
|
|
582
|
-
*/
|
|
324
|
+
|
|
583
325
|
Errors: BatchPutGeofenceError[] | undefined;
|
|
584
326
|
}
|
|
585
327
|
export declare namespace BatchPutGeofenceResponse {
|
|
586
|
-
|
|
587
|
-
* @internal
|
|
588
|
-
*/
|
|
328
|
+
|
|
589
329
|
const filterSensitiveLog: (obj: BatchPutGeofenceResponse) => any;
|
|
590
330
|
}
|
|
591
331
|
export interface BatchUpdateDevicePositionRequest {
|
|
592
|
-
|
|
593
|
-
* <p>The name of the tracker resource to update.</p>
|
|
594
|
-
*/
|
|
332
|
+
|
|
595
333
|
TrackerName: string | undefined;
|
|
596
|
-
|
|
597
|
-
* <p>Contains the position update details for each device.</p>
|
|
598
|
-
*/
|
|
334
|
+
|
|
599
335
|
Updates: DevicePositionUpdate[] | undefined;
|
|
600
336
|
}
|
|
601
337
|
export declare namespace BatchUpdateDevicePositionRequest {
|
|
602
|
-
|
|
603
|
-
* @internal
|
|
604
|
-
*/
|
|
338
|
+
|
|
605
339
|
const filterSensitiveLog: (obj: BatchUpdateDevicePositionRequest) => any;
|
|
606
340
|
}
|
|
607
|
-
|
|
608
|
-
* <p>Contains error details for each device that failed to update its position.</p>
|
|
609
|
-
*/
|
|
341
|
+
|
|
610
342
|
export interface BatchUpdateDevicePositionError {
|
|
611
|
-
|
|
612
|
-
* <p>The device associated with the failed location update.</p>
|
|
613
|
-
*/
|
|
343
|
+
|
|
614
344
|
DeviceId: string | undefined;
|
|
615
|
-
|
|
616
|
-
* <p>The timestamp at which the device position was determined. Uses <a href="https://www.iso.org/iso-8601-date-and-time-format.html"> ISO 8601</a>
|
|
617
|
-
* format: <code>YYYY-MM-DDThh:mm:ss.sssZ</code>. </p>
|
|
618
|
-
*/
|
|
345
|
+
|
|
619
346
|
SampleTime: Date | undefined;
|
|
620
|
-
|
|
621
|
-
* <p>Contains details related to the error code such as the error code and error
|
|
622
|
-
* message.</p>
|
|
623
|
-
*/
|
|
347
|
+
|
|
624
348
|
Error: BatchItemError | undefined;
|
|
625
349
|
}
|
|
626
350
|
export declare namespace BatchUpdateDevicePositionError {
|
|
627
|
-
|
|
628
|
-
* @internal
|
|
629
|
-
*/
|
|
351
|
+
|
|
630
352
|
const filterSensitiveLog: (obj: BatchUpdateDevicePositionError) => any;
|
|
631
353
|
}
|
|
632
354
|
export interface BatchUpdateDevicePositionResponse {
|
|
633
|
-
|
|
634
|
-
* <p>Contains error details for each device that failed to update its position.</p>
|
|
635
|
-
*/
|
|
355
|
+
|
|
636
356
|
Errors: BatchUpdateDevicePositionError[] | undefined;
|
|
637
357
|
}
|
|
638
358
|
export declare namespace BatchUpdateDevicePositionResponse {
|
|
639
|
-
|
|
640
|
-
* @internal
|
|
641
|
-
*/
|
|
359
|
+
|
|
642
360
|
const filterSensitiveLog: (obj: BatchUpdateDevicePositionResponse) => any;
|
|
643
361
|
}
|
|
644
|
-
|
|
645
|
-
* <p>Contains details about additional route preferences for requests that specify
|
|
646
|
-
* <code>TravelMode</code> as <code>Car</code>.</p>
|
|
647
|
-
*/
|
|
362
|
+
|
|
648
363
|
export interface CalculateRouteCarModeOptions {
|
|
649
|
-
|
|
650
|
-
* <p>Avoids ferries when calculating routes.</p>
|
|
651
|
-
* <p>Default Value: <code>false</code>
|
|
652
|
-
* </p>
|
|
653
|
-
* <p>Valid Values: <code>false</code> | <code>true</code>
|
|
654
|
-
* </p>
|
|
655
|
-
*/
|
|
364
|
+
|
|
656
365
|
AvoidFerries?: boolean;
|
|
657
|
-
|
|
658
|
-
* <p>Avoids tolls when calculating routes.</p>
|
|
659
|
-
* <p>Default Value: <code>false</code>
|
|
660
|
-
* </p>
|
|
661
|
-
* <p>Valid Values: <code>false</code> | <code>true</code>
|
|
662
|
-
* </p>
|
|
663
|
-
*/
|
|
366
|
+
|
|
664
367
|
AvoidTolls?: boolean;
|
|
665
368
|
}
|
|
666
369
|
export declare namespace CalculateRouteCarModeOptions {
|
|
667
|
-
|
|
668
|
-
* @internal
|
|
669
|
-
*/
|
|
370
|
+
|
|
670
371
|
const filterSensitiveLog: (obj: CalculateRouteCarModeOptions) => any;
|
|
671
372
|
}
|
|
672
373
|
export declare type DistanceUnit = "Kilometers" | "Miles";
|
|
673
374
|
export declare type TravelMode = "Car" | "Truck" | "Walking";
|
|
674
375
|
export declare type DimensionUnit = "Feet" | "Meters";
|
|
675
|
-
|
|
676
|
-
* <p>Contains details about the truck dimensions in the unit of measurement that you
|
|
677
|
-
* specify. Used to filter out roads that can't support or allow the specified dimensions
|
|
678
|
-
* for requests that specify <code>TravelMode</code> as <code>Truck</code>.</p>
|
|
679
|
-
*/
|
|
376
|
+
|
|
680
377
|
export interface TruckDimensions {
|
|
681
|
-
|
|
682
|
-
* <p>The length of the truck.</p>
|
|
683
|
-
* <ul>
|
|
684
|
-
* <li>
|
|
685
|
-
* <p>For example, <code>15.5</code>.</p>
|
|
686
|
-
* </li>
|
|
687
|
-
* </ul>
|
|
688
|
-
*/
|
|
378
|
+
|
|
689
379
|
Length?: number;
|
|
690
|
-
|
|
691
|
-
* <p>The height of the truck.</p>
|
|
692
|
-
* <ul>
|
|
693
|
-
* <li>
|
|
694
|
-
* <p>For example, <code>4.5</code>.</p>
|
|
695
|
-
* </li>
|
|
696
|
-
* </ul>
|
|
697
|
-
*/
|
|
380
|
+
|
|
698
381
|
Height?: number;
|
|
699
|
-
|
|
700
|
-
* <p>The width of the truck.</p>
|
|
701
|
-
* <ul>
|
|
702
|
-
* <li>
|
|
703
|
-
* <p>For example, <code>4.5</code>.</p>
|
|
704
|
-
* </li>
|
|
705
|
-
* </ul>
|
|
706
|
-
*/
|
|
382
|
+
|
|
707
383
|
Width?: number;
|
|
708
|
-
|
|
709
|
-
* <p> Specifies the unit of measurement for the truck dimensions.</p>
|
|
710
|
-
* <p>Default Value: <code>Meters</code>
|
|
711
|
-
* </p>
|
|
712
|
-
*/
|
|
384
|
+
|
|
713
385
|
Unit?: DimensionUnit | string;
|
|
714
386
|
}
|
|
715
387
|
export declare namespace TruckDimensions {
|
|
716
|
-
|
|
717
|
-
* @internal
|
|
718
|
-
*/
|
|
388
|
+
|
|
719
389
|
const filterSensitiveLog: (obj: TruckDimensions) => any;
|
|
720
390
|
}
|
|
721
391
|
export declare type VehicleWeightUnit = "Kilograms" | "Pounds";
|
|
722
|
-
|
|
723
|
-
* <p>Contains details about the truck's weight specifications. Used to avoid roads that
|
|
724
|
-
* can't support or allow the total weight for requests that specify
|
|
725
|
-
* <code>TravelMode</code> as <code>Truck</code>.</p>
|
|
726
|
-
*/
|
|
392
|
+
|
|
727
393
|
export interface TruckWeight {
|
|
728
|
-
|
|
729
|
-
* <p>The total weight of the truck. </p>
|
|
730
|
-
* <ul>
|
|
731
|
-
* <li>
|
|
732
|
-
* <p>For example, <code>3500</code>.</p>
|
|
733
|
-
* </li>
|
|
734
|
-
* </ul>
|
|
735
|
-
*/
|
|
394
|
+
|
|
736
395
|
Total?: number;
|
|
737
|
-
|
|
738
|
-
* <p>The unit of measurement to use for the truck weight.</p>
|
|
739
|
-
* <p>Default Value: <code>Kilograms</code>
|
|
740
|
-
* </p>
|
|
741
|
-
*/
|
|
396
|
+
|
|
742
397
|
Unit?: VehicleWeightUnit | string;
|
|
743
398
|
}
|
|
744
399
|
export declare namespace TruckWeight {
|
|
745
|
-
|
|
746
|
-
* @internal
|
|
747
|
-
*/
|
|
400
|
+
|
|
748
401
|
const filterSensitiveLog: (obj: TruckWeight) => any;
|
|
749
402
|
}
|
|
750
|
-
|
|
751
|
-
* <p>Contains details about additional route preferences for requests that specify
|
|
752
|
-
* <code>TravelMode</code> as <code>Truck</code>.</p>
|
|
753
|
-
*/
|
|
403
|
+
|
|
754
404
|
export interface CalculateRouteTruckModeOptions {
|
|
755
|
-
|
|
756
|
-
* <p>Avoids ferries when calculating routes.</p>
|
|
757
|
-
* <p>Default Value: <code>false</code>
|
|
758
|
-
* </p>
|
|
759
|
-
* <p>Valid Values: <code>false</code> | <code>true</code>
|
|
760
|
-
* </p>
|
|
761
|
-
*/
|
|
405
|
+
|
|
762
406
|
AvoidFerries?: boolean;
|
|
763
|
-
|
|
764
|
-
* <p>Avoids ferries when calculating routes.</p>
|
|
765
|
-
* <p>Default Value: <code>false</code>
|
|
766
|
-
* </p>
|
|
767
|
-
* <p>Valid Values: <code>false</code> | <code>true</code>
|
|
768
|
-
* </p>
|
|
769
|
-
*/
|
|
407
|
+
|
|
770
408
|
AvoidTolls?: boolean;
|
|
771
|
-
|
|
772
|
-
* <p>Specifies the truck's dimension specifications including length, height, width, and
|
|
773
|
-
* unit of measurement. Used to avoid roads that can't support the truck's
|
|
774
|
-
* dimensions.</p>
|
|
775
|
-
*/
|
|
409
|
+
|
|
776
410
|
Dimensions?: TruckDimensions;
|
|
777
|
-
|
|
778
|
-
* <p>Specifies the truck's weight specifications including total weight and unit of
|
|
779
|
-
* measurement. Used to avoid roads that can't support the truck's weight.</p>
|
|
780
|
-
*/
|
|
411
|
+
|
|
781
412
|
Weight?: TruckWeight;
|
|
782
413
|
}
|
|
783
414
|
export declare namespace CalculateRouteTruckModeOptions {
|
|
784
|
-
|
|
785
|
-
* @internal
|
|
786
|
-
*/
|
|
415
|
+
|
|
787
416
|
const filterSensitiveLog: (obj: CalculateRouteTruckModeOptions) => any;
|
|
788
417
|
}
|
|
789
418
|
export interface CalculateRouteRequest {
|
|
790
|
-
|
|
791
|
-
* <p>The name of the route calculator resource that you want to use to calculate a route. </p>
|
|
792
|
-
*/
|
|
419
|
+
|
|
793
420
|
CalculatorName: string | undefined;
|
|
794
|
-
|
|
795
|
-
* <p>The start position for the route. Defined in <a href="https://earth-info.nga.mil/GandG/wgs84/index.html">WGS 84</a> format:
|
|
796
|
-
* <code>[longitude, latitude]</code>.</p>
|
|
797
|
-
* <ul>
|
|
798
|
-
* <li>
|
|
799
|
-
* <p>For example, <code>[-123.115, 49.285]</code>
|
|
800
|
-
* </p>
|
|
801
|
-
* </li>
|
|
802
|
-
* </ul>
|
|
803
|
-
* <note>
|
|
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>.</p>
|
|
806
|
-
* </note>
|
|
807
|
-
* <p>Valid Values: <code>[-180 to 180,-90 to 90]</code>
|
|
808
|
-
* </p>
|
|
809
|
-
*/
|
|
421
|
+
|
|
810
422
|
DeparturePosition: number[] | undefined;
|
|
811
|
-
|
|
812
|
-
* <p>The finish position for the route. Defined in <a href="https://earth-info.nga.mil/GandG/wgs84/index.html">WGS 84</a> format:
|
|
813
|
-
* <code>[longitude, latitude]</code>.</p>
|
|
814
|
-
* <ul>
|
|
815
|
-
* <li>
|
|
816
|
-
* <p> For example, <code>[-122.339, 47.615]</code>
|
|
817
|
-
* </p>
|
|
818
|
-
* </li>
|
|
819
|
-
* </ul>
|
|
820
|
-
* <note>
|
|
821
|
-
* <p>If you specify a destination 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>
|
|
822
|
-
* </note>
|
|
823
|
-
* <p>Valid Values: <code>[-180 to 180,-90 to 90]</code>
|
|
824
|
-
* </p>
|
|
825
|
-
*/
|
|
423
|
+
|
|
826
424
|
DestinationPosition: number[] | undefined;
|
|
827
|
-
|
|
828
|
-
* <p>Specifies an ordered list of up to 23 intermediate positions to include along a route
|
|
829
|
-
* between the departure position and destination position. </p>
|
|
830
|
-
* <ul>
|
|
831
|
-
* <li>
|
|
832
|
-
* <p>For example, from the <code>DeparturePosition</code>
|
|
833
|
-
* <code>[-123.115, 49.285]</code>, the route follows the order that the waypoint
|
|
834
|
-
* positions are given <code>[[-122.757, 49.0021],[-122.349, 47.620]]</code>
|
|
835
|
-
* </p>
|
|
836
|
-
* </li>
|
|
837
|
-
* </ul>
|
|
838
|
-
* <note>
|
|
839
|
-
* <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
|
-
* <p>Specifying more than 23 waypoints returns a <code>400 ValidationException</code>
|
|
841
|
-
* error.</p>
|
|
842
|
-
* </note>
|
|
843
|
-
* <p>Valid Values: <code>[-180 to 180,-90 to 90]</code>
|
|
844
|
-
* </p>
|
|
845
|
-
*/
|
|
425
|
+
|
|
846
426
|
WaypointPositions?: number[][];
|
|
847
|
-
|
|
848
|
-
* <p>Specifies the mode of transport when calculating a route. Used in estimating the speed
|
|
849
|
-
* of travel and road compatibility.</p>
|
|
850
|
-
* <p>The <code>TravelMode</code> you specify determines how you specify route preferences: </p>
|
|
851
|
-
* <ul>
|
|
852
|
-
* <li>
|
|
853
|
-
* <p>If traveling by <code>Car</code> use the <code>CarModeOptions</code>
|
|
854
|
-
* parameter.</p>
|
|
855
|
-
* </li>
|
|
856
|
-
* <li>
|
|
857
|
-
* <p>If traveling by <code>Truck</code> use the <code>TruckModeOptions</code>
|
|
858
|
-
* parameter.</p>
|
|
859
|
-
* </li>
|
|
860
|
-
* </ul>
|
|
861
|
-
* <p>Default Value: <code>Car</code>
|
|
862
|
-
* </p>
|
|
863
|
-
*/
|
|
427
|
+
|
|
864
428
|
TravelMode?: TravelMode | string;
|
|
865
|
-
|
|
866
|
-
* <p>Specifies the desired time of departure. Uses the given time to calculate a route.
|
|
867
|
-
* Otherwise, the best time of day to travel with the best traffic conditions is used to
|
|
868
|
-
* calculate the route.</p>
|
|
869
|
-
* <note>
|
|
870
|
-
* <p>Setting a departure time in the past returns a <code>400
|
|
871
|
-
* ValidationException</code> error.</p>
|
|
872
|
-
* </note>
|
|
873
|
-
* <ul>
|
|
874
|
-
* <li>
|
|
875
|
-
* <p>In <a href="https://www.iso.org/iso-8601-date-and-time-format.html">ISO
|
|
876
|
-
* 8601</a> format: <code>YYYY-MM-DDThh:mm:ss.sssZ</code>. For example,
|
|
877
|
-
* <code>2020–07-2T12:15:20.000Z+01:00</code>
|
|
878
|
-
* </p>
|
|
879
|
-
* </li>
|
|
880
|
-
* </ul>
|
|
881
|
-
*/
|
|
429
|
+
|
|
882
430
|
DepartureTime?: Date;
|
|
883
|
-
|
|
884
|
-
* <p>Sets the time of departure as the current time. Uses the current time to calculate a
|
|
885
|
-
* route. Otherwise, the best time of day to travel with the best traffic conditions is
|
|
886
|
-
* used to calculate the route.</p>
|
|
887
|
-
* <p>Default Value: <code>false</code>
|
|
888
|
-
* </p>
|
|
889
|
-
* <p>Valid Values: <code>false</code> | <code>true</code>
|
|
890
|
-
* </p>
|
|
891
|
-
*/
|
|
431
|
+
|
|
892
432
|
DepartNow?: boolean;
|
|
893
|
-
|
|
894
|
-
* <p>Set the unit system to specify the distance.</p>
|
|
895
|
-
* <p>Default Value: <code>Kilometers</code>
|
|
896
|
-
* </p>
|
|
897
|
-
*/
|
|
433
|
+
|
|
898
434
|
DistanceUnit?: DistanceUnit | string;
|
|
899
|
-
|
|
900
|
-
* <p>Set to include the geometry details in the result for each path between a pair of
|
|
901
|
-
* positions.</p>
|
|
902
|
-
* <p>Default Value: <code>false</code>
|
|
903
|
-
* </p>
|
|
904
|
-
* <p>Valid Values: <code>false</code> | <code>true</code>
|
|
905
|
-
* </p>
|
|
906
|
-
*/
|
|
435
|
+
|
|
907
436
|
IncludeLegGeometry?: boolean;
|
|
908
|
-
|
|
909
|
-
* <p>Specifies route preferences when traveling by <code>Car</code>, such as avoiding
|
|
910
|
-
* routes that use ferries or tolls.</p>
|
|
911
|
-
* <p>Requirements: <code>TravelMode</code> must be specified as <code>Car</code>.</p>
|
|
912
|
-
*/
|
|
437
|
+
|
|
913
438
|
CarModeOptions?: CalculateRouteCarModeOptions;
|
|
914
|
-
|
|
915
|
-
* <p>Specifies route preferences when traveling by <code>Truck</code>, such as avoiding
|
|
916
|
-
* routes that use ferries or tolls, and truck specifications to consider when choosing an
|
|
917
|
-
* optimal road.</p>
|
|
918
|
-
* <p>Requirements: <code>TravelMode</code> must be specified as <code>Truck</code>.</p>
|
|
919
|
-
*/
|
|
439
|
+
|
|
920
440
|
TruckModeOptions?: CalculateRouteTruckModeOptions;
|
|
921
441
|
}
|
|
922
442
|
export declare namespace CalculateRouteRequest {
|
|
923
|
-
|
|
924
|
-
* @internal
|
|
925
|
-
*/
|
|
443
|
+
|
|
926
444
|
const filterSensitiveLog: (obj: CalculateRouteRequest) => any;
|
|
927
445
|
}
|
|
928
|
-
|
|
929
|
-
* <p>Contains the geometry details for each path between a pair of positions. Used in
|
|
930
|
-
* plotting a route leg on a map.</p>
|
|
931
|
-
*/
|
|
446
|
+
|
|
932
447
|
export interface LegGeometry {
|
|
933
|
-
|
|
934
|
-
* <p>An ordered list of positions used to plot a route on a map. </p>
|
|
935
|
-
* <p>The first position is closest to the start position for the leg, and the last position
|
|
936
|
-
* is the closest to the end position for the leg.</p>
|
|
937
|
-
* <ul>
|
|
938
|
-
* <li>
|
|
939
|
-
* <p>For example, <code>[[-123.117, 49.284],[-123.115, 49.285],[-123.115,
|
|
940
|
-
* 49.285]]</code>
|
|
941
|
-
* </p>
|
|
942
|
-
* </li>
|
|
943
|
-
* </ul>
|
|
944
|
-
*/
|
|
448
|
+
|
|
945
449
|
LineString?: number[][];
|
|
946
450
|
}
|
|
947
451
|
export declare namespace LegGeometry {
|
|
948
|
-
|
|
949
|
-
* @internal
|
|
950
|
-
*/
|
|
452
|
+
|
|
951
453
|
const filterSensitiveLog: (obj: LegGeometry) => any;
|
|
952
454
|
}
|
|
953
|
-
|
|
954
|
-
* <p> Represents an element of a leg within a route. A step contains instructions for how
|
|
955
|
-
* to move to the next step in the leg. </p>
|
|
956
|
-
*/
|
|
455
|
+
|
|
957
456
|
export interface Step {
|
|
958
|
-
|
|
959
|
-
* <p>The starting position of a step. If the position is the first step in the leg, this
|
|
960
|
-
* position is the same as the start position of the leg.</p>
|
|
961
|
-
*/
|
|
457
|
+
|
|
962
458
|
StartPosition: number[] | undefined;
|
|
963
|
-
|
|
964
|
-
* <p>The end position of a step. If the position the last step in the leg, this position is
|
|
965
|
-
* the same as the end position of the leg.</p>
|
|
966
|
-
*/
|
|
459
|
+
|
|
967
460
|
EndPosition: number[] | undefined;
|
|
968
|
-
|
|
969
|
-
* <p>The travel distance between the step's <code>StartPosition</code> and
|
|
970
|
-
* <code>EndPosition</code>.</p>
|
|
971
|
-
*/
|
|
461
|
+
|
|
972
462
|
Distance: number | undefined;
|
|
973
|
-
|
|
974
|
-
* <p>The estimated travel time, in seconds, from the step's <code>StartPosition</code> to
|
|
975
|
-
* the <code>EndPosition</code>. . The travel mode and departure time that you specify in
|
|
976
|
-
* the request determines the calculated time.</p>
|
|
977
|
-
*/
|
|
463
|
+
|
|
978
464
|
DurationSeconds: number | undefined;
|
|
979
|
-
|
|
980
|
-
* <p>Represents the start position, or index, in a sequence of steps within the leg's line
|
|
981
|
-
* string geometry. For example, the index of the first step in a leg geometry is
|
|
982
|
-
* <code>0</code>. </p>
|
|
983
|
-
* <p>Included in the response for queries that set <code>IncludeLegGeometry</code> to
|
|
984
|
-
* <code>True</code>. </p>
|
|
985
|
-
*/
|
|
465
|
+
|
|
986
466
|
GeometryOffset?: number;
|
|
987
467
|
}
|
|
988
468
|
export declare namespace Step {
|
|
989
|
-
|
|
990
|
-
* @internal
|
|
991
|
-
*/
|
|
469
|
+
|
|
992
470
|
const filterSensitiveLog: (obj: Step) => any;
|
|
993
471
|
}
|
|
994
|
-
|
|
995
|
-
* <p>Contains the calculated route's details for each path between a pair of positions. The
|
|
996
|
-
* number of legs returned corresponds to one fewer than the total number of positions in
|
|
997
|
-
* the request. </p>
|
|
998
|
-
* <p>For example, a route with a departure position and destination position returns one
|
|
999
|
-
* leg with the positions <a href="https://docs.aws.amazon.com/location/latest/developerguide/calculate-route.html#snap-to-nearby-road">snapped to a nearby road</a>:</p>
|
|
1000
|
-
* <ul>
|
|
1001
|
-
* <li>
|
|
1002
|
-
* <p>The <code>StartPosition</code> is the departure position.</p>
|
|
1003
|
-
* </li>
|
|
1004
|
-
* <li>
|
|
1005
|
-
* <p>The <code>EndPosition</code> is the destination position.</p>
|
|
1006
|
-
* </li>
|
|
1007
|
-
* </ul>
|
|
1008
|
-
* <p>A route with a waypoint between the departure and destination position returns two
|
|
1009
|
-
* legs with the positions snapped to a nearby road:</p>
|
|
1010
|
-
* <ul>
|
|
1011
|
-
* <li>
|
|
1012
|
-
* <p>Leg 1: The <code>StartPosition</code> is the departure position . The
|
|
1013
|
-
* <code>EndPosition</code> is the waypoint positon.</p>
|
|
1014
|
-
* </li>
|
|
1015
|
-
* <li>
|
|
1016
|
-
* <p>Leg 2: The <code>StartPosition</code> is the waypoint position. The
|
|
1017
|
-
* <code>EndPosition</code> is the destination position.</p>
|
|
1018
|
-
* </li>
|
|
1019
|
-
* </ul>
|
|
1020
|
-
*/
|
|
472
|
+
|
|
1021
473
|
export interface Leg {
|
|
1022
|
-
|
|
1023
|
-
* <p>The starting position of the leg. Follows the format
|
|
1024
|
-
* <code>[longitude,latitude]</code>.</p>
|
|
1025
|
-
* <note>
|
|
1026
|
-
* <p>If the <code>StartPosition</code> isn't located on a road, it's <a href="https://docs.aws.amazon.com/location/latest/developerguide/calculate-route.html#snap-to-nearby-road">snapped to a nearby road</a>. </p>
|
|
1027
|
-
* </note>
|
|
1028
|
-
*/
|
|
474
|
+
|
|
1029
475
|
StartPosition: number[] | undefined;
|
|
1030
|
-
|
|
1031
|
-
* <p>The terminating position of the leg. Follows the format
|
|
1032
|
-
* <code>[longitude,latitude]</code>.</p>
|
|
1033
|
-
* <note>
|
|
1034
|
-
* <p>If the <code>EndPosition</code> isn't located on a road, it's <a href="https://docs.aws.amazon.com/location/latest/developerguide/calculate-route.html#snap-to-nearby-road">snapped to a nearby road</a>. </p>
|
|
1035
|
-
* </note>
|
|
1036
|
-
*/
|
|
476
|
+
|
|
1037
477
|
EndPosition: number[] | undefined;
|
|
1038
|
-
|
|
1039
|
-
* <p>The distance between the leg's <code>StartPosition</code> and <code>EndPosition</code>
|
|
1040
|
-
* along a calculated route. </p>
|
|
1041
|
-
* <ul>
|
|
1042
|
-
* <li>
|
|
1043
|
-
* <p>The default measurement is <code>Kilometers</code> unless the request
|
|
1044
|
-
* specifies a <code>DistanceUnit</code> of <code>Miles</code>.</p>
|
|
1045
|
-
* </li>
|
|
1046
|
-
* </ul>
|
|
1047
|
-
*/
|
|
478
|
+
|
|
1048
479
|
Distance: number | undefined;
|
|
1049
|
-
|
|
1050
|
-
* <p>The estimated travel time between the leg's <code>StartPosition</code> and
|
|
1051
|
-
* <code>EndPosition</code>. The travel mode and departure time that you specify in the
|
|
1052
|
-
* request determines the calculated time.</p>
|
|
1053
|
-
*/
|
|
480
|
+
|
|
1054
481
|
DurationSeconds: number | undefined;
|
|
1055
|
-
|
|
1056
|
-
* <p>Contains the calculated route's path as a linestring geometry.</p>
|
|
1057
|
-
*/
|
|
482
|
+
|
|
1058
483
|
Geometry?: LegGeometry;
|
|
1059
|
-
|
|
1060
|
-
* <p>Contains a list of steps, which represent subsections of a leg. Each step provides
|
|
1061
|
-
* instructions for how to move to the next step in the leg such as the step's start
|
|
1062
|
-
* position, end position, travel distance, travel duration, and geometry offset.</p>
|
|
1063
|
-
*/
|
|
484
|
+
|
|
1064
485
|
Steps: Step[] | undefined;
|
|
1065
486
|
}
|
|
1066
487
|
export declare namespace Leg {
|
|
1067
|
-
|
|
1068
|
-
* @internal
|
|
1069
|
-
*/
|
|
488
|
+
|
|
1070
489
|
const filterSensitiveLog: (obj: Leg) => any;
|
|
1071
490
|
}
|
|
1072
|
-
|
|
1073
|
-
* <p>A summary of the calculated route.</p>
|
|
1074
|
-
*/
|
|
491
|
+
|
|
1075
492
|
export interface CalculateRouteSummary {
|
|
1076
|
-
|
|
1077
|
-
* <p>Specifies a geographical box surrounding a route. Used to zoom into a route when
|
|
1078
|
-
* displaying it in a map. For example, <code>[min x, min y, max x, max y]</code>.</p>
|
|
1079
|
-
* <p>The first 2 <code>bbox</code> parameters describe the lower southwest corner: </p>
|
|
1080
|
-
* <ul>
|
|
1081
|
-
* <li>
|
|
1082
|
-
* <p>The first <code>bbox</code> position is the X coordinate or longitude of the
|
|
1083
|
-
* lower southwest corner. </p>
|
|
1084
|
-
* </li>
|
|
1085
|
-
* <li>
|
|
1086
|
-
* <p>The second <code>bbox</code> position is the Y coordinate or latitude of the
|
|
1087
|
-
* lower southwest corner. </p>
|
|
1088
|
-
* </li>
|
|
1089
|
-
* </ul>
|
|
1090
|
-
* <p>The next 2 <code>bbox</code> parameters describe the upper northeast corner: </p>
|
|
1091
|
-
* <ul>
|
|
1092
|
-
* <li>
|
|
1093
|
-
* <p>The third <code>bbox</code> position is the X coordinate, or longitude of the
|
|
1094
|
-
* upper northeast corner. </p>
|
|
1095
|
-
* </li>
|
|
1096
|
-
* <li>
|
|
1097
|
-
* <p>The fourth <code>bbox</code> position is the Y coordinate, or longitude of the
|
|
1098
|
-
* upper northeast corner. </p>
|
|
1099
|
-
* </li>
|
|
1100
|
-
* </ul>
|
|
1101
|
-
*/
|
|
493
|
+
|
|
1102
494
|
RouteBBox: number[] | undefined;
|
|
1103
|
-
|
|
1104
|
-
* <p>The data provider of traffic and road network data used to calculate the route.
|
|
1105
|
-
* Indicates one of the available providers:</p>
|
|
1106
|
-
* <ul>
|
|
1107
|
-
* <li>
|
|
1108
|
-
* <p>
|
|
1109
|
-
* <code>Esri</code>
|
|
1110
|
-
* </p>
|
|
1111
|
-
* </li>
|
|
1112
|
-
* <li>
|
|
1113
|
-
* <p>
|
|
1114
|
-
* <code>Here</code>
|
|
1115
|
-
* </p>
|
|
1116
|
-
* </li>
|
|
1117
|
-
* </ul>
|
|
1118
|
-
* <p>For more information about 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>
|
|
1119
|
-
*/
|
|
495
|
+
|
|
1120
496
|
DataSource: string | undefined;
|
|
1121
|
-
|
|
1122
|
-
* <p>The total distance covered by the route. The sum of the distance travelled between
|
|
1123
|
-
* every stop on the route.</p>
|
|
1124
|
-
* <note>
|
|
1125
|
-
* <p>The route <code>distance</code> can't be greater than 250 km. If the route exceeds
|
|
1126
|
-
* 250 km, the response returns a <code>400 RoutesValidationException</code>
|
|
1127
|
-
* error.</p>
|
|
1128
|
-
* </note>
|
|
1129
|
-
*/
|
|
497
|
+
|
|
1130
498
|
Distance: number | undefined;
|
|
1131
|
-
|
|
1132
|
-
* <p>The total travel time for the route measured in seconds. The sum of the travel time
|
|
1133
|
-
* between every stop on the
|
|
1134
|
-
* route.</p>
|
|
1135
|
-
*/
|
|
499
|
+
|
|
1136
500
|
DurationSeconds: number | undefined;
|
|
1137
|
-
|
|
1138
|
-
* <p>The unit of measurement for the distance.</p>
|
|
1139
|
-
*/
|
|
501
|
+
|
|
1140
502
|
DistanceUnit: DistanceUnit | string | undefined;
|
|
1141
503
|
}
|
|
1142
504
|
export declare namespace CalculateRouteSummary {
|
|
1143
|
-
|
|
1144
|
-
* @internal
|
|
1145
|
-
*/
|
|
505
|
+
|
|
1146
506
|
const filterSensitiveLog: (obj: CalculateRouteSummary) => any;
|
|
1147
507
|
}
|
|
1148
|
-
|
|
1149
|
-
* <p>Returns the result of the route calculation. Metadata includes legs and route
|
|
1150
|
-
* summary.</p>
|
|
1151
|
-
*/
|
|
508
|
+
|
|
1152
509
|
export interface CalculateRouteResponse {
|
|
1153
|
-
|
|
1154
|
-
* <p>Contains details about each path between a pair of positions included along a route
|
|
1155
|
-
* such as: <code>StartPosition</code>, <code>EndPosition</code>, <code>Distance</code>,
|
|
1156
|
-
* <code>DurationSeconds</code>, <code>Geometry</code>, and <code>Steps</code>. The
|
|
1157
|
-
* number of legs returned corresponds to one fewer than the total number of positions in
|
|
1158
|
-
* the request. </p>
|
|
1159
|
-
* <p>For example, a route with a departure position and destination position returns one
|
|
1160
|
-
* leg with the positions <a href="https://docs.aws.amazon.com/location/latest/developerguide/calculate-route.html#snap-to-nearby-road">snapped to a nearby road</a>:</p>
|
|
1161
|
-
* <ul>
|
|
1162
|
-
* <li>
|
|
1163
|
-
* <p>The <code>StartPosition</code> is the departure position.</p>
|
|
1164
|
-
* </li>
|
|
1165
|
-
* <li>
|
|
1166
|
-
* <p>The <code>EndPosition</code> is the destination position.</p>
|
|
1167
|
-
* </li>
|
|
1168
|
-
* </ul>
|
|
1169
|
-
* <p>A route with a waypoint between the departure and destination position returns two
|
|
1170
|
-
* legs with the positions snapped to a nearby road:</p>
|
|
1171
|
-
* <ul>
|
|
1172
|
-
* <li>
|
|
1173
|
-
* <p>Leg 1: The <code>StartPosition</code> is the departure position . The
|
|
1174
|
-
* <code>EndPosition</code> is the waypoint positon.</p>
|
|
1175
|
-
* </li>
|
|
1176
|
-
* <li>
|
|
1177
|
-
* <p>Leg 2: The <code>StartPosition</code> is the waypoint position. The
|
|
1178
|
-
* <code>EndPosition</code> is the destination position.</p>
|
|
1179
|
-
* </li>
|
|
1180
|
-
* </ul>
|
|
1181
|
-
*/
|
|
510
|
+
|
|
1182
511
|
Legs: Leg[] | undefined;
|
|
1183
|
-
|
|
1184
|
-
* <p>Contains information about the whole route, such as: <code>RouteBBox</code>,
|
|
1185
|
-
* <code>DataSource</code>, <code>Distance</code>, <code>DistanceUnit</code>, and
|
|
1186
|
-
* <code>DurationSeconds</code>.</p>
|
|
1187
|
-
*/
|
|
512
|
+
|
|
1188
513
|
Summary: CalculateRouteSummary | undefined;
|
|
1189
514
|
}
|
|
1190
515
|
export declare namespace CalculateRouteResponse {
|
|
1191
|
-
|
|
1192
|
-
* @internal
|
|
1193
|
-
*/
|
|
516
|
+
|
|
1194
517
|
const filterSensitiveLog: (obj: CalculateRouteResponse) => any;
|
|
1195
518
|
}
|
|
1196
519
|
export declare type PricingPlan = "MobileAssetManagement" | "MobileAssetTracking" | "RequestBasedUsage";
|
|
1197
520
|
export interface CreateGeofenceCollectionRequest {
|
|
1198
|
-
|
|
1199
|
-
* <p>A custom name for the geofence collection.</p>
|
|
1200
|
-
* <p>Requirements:</p>
|
|
1201
|
-
* <ul>
|
|
1202
|
-
* <li>
|
|
1203
|
-
* <p>Contain only alphanumeric characters (A–Z, a–z, 0–9), hyphens (-), periods
|
|
1204
|
-
* (.), and underscores (_). </p>
|
|
1205
|
-
* </li>
|
|
1206
|
-
* <li>
|
|
1207
|
-
* <p>Must be a unique geofence collection name.</p>
|
|
1208
|
-
* </li>
|
|
1209
|
-
* <li>
|
|
1210
|
-
* <p>No spaces allowed. For example, <code>ExampleGeofenceCollection</code>.</p>
|
|
1211
|
-
* </li>
|
|
1212
|
-
* </ul>
|
|
1213
|
-
*/
|
|
521
|
+
|
|
1214
522
|
CollectionName: string | undefined;
|
|
1215
|
-
|
|
1216
|
-
* <p>Specifies the pricing plan for the geofence collection.</p>
|
|
1217
|
-
* <p>For additional details and restrictions on each pricing plan option, see the <a href="https://aws.amazon.com/location/pricing/">Amazon Location Service pricing
|
|
1218
|
-
* page</a>.</p>
|
|
1219
|
-
*/
|
|
523
|
+
|
|
1220
524
|
PricingPlan: PricingPlan | string | undefined;
|
|
1221
|
-
|
|
1222
|
-
* <p>Specifies the data provider for the geofence collection.</p>
|
|
1223
|
-
* <ul>
|
|
1224
|
-
* <li>
|
|
1225
|
-
* <p>Required value for the following pricing plans: <code>MobileAssetTracking
|
|
1226
|
-
* </code>| <code>MobileAssetManagement</code>
|
|
1227
|
-
* </p>
|
|
1228
|
-
* </li>
|
|
1229
|
-
* </ul>
|
|
1230
|
-
* <p>For more information about <a href="https://aws.amazon.com/location/data-providers/">Data Providers</a>, and <a href="https://aws.amazon.com/location/pricing/">Pricing plans</a>, see the Amazon Location
|
|
1231
|
-
* Service product page.</p>
|
|
1232
|
-
* <note>
|
|
1233
|
-
* <p>Amazon Location Service only uses <code>PricingPlanDataSource</code> to calculate billing for
|
|
1234
|
-
* your geofence collection. Your data won't be shared with the data provider, and will
|
|
1235
|
-
* remain in your AWS account or Region unless you move it.</p>
|
|
1236
|
-
* </note>
|
|
1237
|
-
* <p>Valid Values: <code>Esri </code>| <code>Here</code>
|
|
1238
|
-
* </p>
|
|
1239
|
-
*/
|
|
525
|
+
|
|
1240
526
|
PricingPlanDataSource?: string;
|
|
1241
|
-
|
|
1242
|
-
* <p>An optional description for the geofence collection.</p>
|
|
1243
|
-
*/
|
|
527
|
+
|
|
1244
528
|
Description?: string;
|
|
1245
|
-
|
|
1246
|
-
* <p>Applies one or more tags to the geofence collection. A tag is a key-value pair helps
|
|
1247
|
-
* manage, identify, search, and filter your resources by labelling them.</p>
|
|
1248
|
-
* <p>Format: <code>"key" : "value"</code>
|
|
1249
|
-
* </p>
|
|
1250
|
-
* <p>Restrictions:</p>
|
|
1251
|
-
* <ul>
|
|
1252
|
-
* <li>
|
|
1253
|
-
* <p>Maximum 50 tags per resource</p>
|
|
1254
|
-
* </li>
|
|
1255
|
-
* <li>
|
|
1256
|
-
* <p>Each resource tag must be unique with a maximum of one value.</p>
|
|
1257
|
-
* </li>
|
|
1258
|
-
* <li>
|
|
1259
|
-
* <p>Maximum key length: 128 Unicode characters in UTF-8</p>
|
|
1260
|
-
* </li>
|
|
1261
|
-
* <li>
|
|
1262
|
-
* <p>Maximum value length: 256 Unicode characters in UTF-8</p>
|
|
1263
|
-
* </li>
|
|
1264
|
-
* <li>
|
|
1265
|
-
* <p>Can use alphanumeric characters (A–Z, a–z, 0–9), and the following characters:
|
|
1266
|
-
* + - = . _ : / @. </p>
|
|
1267
|
-
* </li>
|
|
1268
|
-
* </ul>
|
|
1269
|
-
*/
|
|
529
|
+
|
|
1270
530
|
Tags?: {
|
|
1271
531
|
[key: string]: string;
|
|
1272
532
|
};
|
|
1273
|
-
|
|
1274
|
-
* <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>. Enter a key ID, key ARN, alias name, or alias ARN.
|
|
1275
|
-
* </p>
|
|
1276
|
-
*/
|
|
533
|
+
|
|
1277
534
|
KmsKeyId?: string;
|
|
1278
535
|
}
|
|
1279
536
|
export declare namespace CreateGeofenceCollectionRequest {
|
|
1280
|
-
|
|
1281
|
-
* @internal
|
|
1282
|
-
*/
|
|
537
|
+
|
|
1283
538
|
const filterSensitiveLog: (obj: CreateGeofenceCollectionRequest) => any;
|
|
1284
539
|
}
|
|
1285
540
|
export interface CreateGeofenceCollectionResponse {
|
|
1286
|
-
|
|
1287
|
-
* <p>The name for the geofence collection.</p>
|
|
1288
|
-
*/
|
|
541
|
+
|
|
1289
542
|
CollectionName: string | undefined;
|
|
1290
|
-
|
|
1291
|
-
* <p>The Amazon Resource Name (ARN) for the geofence collection resource. Used when you
|
|
1292
|
-
* need to specify a resource across all AWS. </p>
|
|
1293
|
-
* <ul>
|
|
1294
|
-
* <li>
|
|
1295
|
-
* <p>Format example:
|
|
1296
|
-
* <code>arn:aws:geo:region:account-id:geofence-collection/ExampleGeofenceCollection</code>
|
|
1297
|
-
* </p>
|
|
1298
|
-
* </li>
|
|
1299
|
-
* </ul>
|
|
1300
|
-
*/
|
|
543
|
+
|
|
1301
544
|
CollectionArn: string | undefined;
|
|
1302
|
-
|
|
1303
|
-
* <p>The timestamp for when the geofence collection was created in <a href="https://www.iso.org/iso-8601-date-and-time-format.html">ISO 8601</a>
|
|
1304
|
-
* format: <code>YYYY-MM-DDThh:mm:ss.sssZ</code>
|
|
1305
|
-
* </p>
|
|
1306
|
-
*/
|
|
545
|
+
|
|
1307
546
|
CreateTime: Date | undefined;
|
|
1308
547
|
}
|
|
1309
548
|
export declare namespace CreateGeofenceCollectionResponse {
|
|
1310
|
-
|
|
1311
|
-
* @internal
|
|
1312
|
-
*/
|
|
549
|
+
|
|
1313
550
|
const filterSensitiveLog: (obj: CreateGeofenceCollectionResponse) => any;
|
|
1314
551
|
}
|
|
1315
|
-
|
|
1316
|
-
* <p>Specifies the map tile style selected from an available provider.</p>
|
|
1317
|
-
*/
|
|
552
|
+
|
|
1318
553
|
export interface MapConfiguration {
|
|
1319
|
-
|
|
1320
|
-
* <p>Specifies the map style selected from an available data provider. For additional
|
|
1321
|
-
* information on each map style and to preview each map style, see <a href="location/latest/developerguide/esri.html#esri-map-styles">Esri map
|
|
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>
|
|
1325
|
-
* <ul>
|
|
1326
|
-
* <li>
|
|
1327
|
-
* <p>
|
|
1328
|
-
* <code>VectorEsriDarkGrayCanvas</code> – The Esri Dark Gray Canvas map style. A
|
|
1329
|
-
* vector basemap with a dark gray, neutral background with minimal colors, labels,
|
|
1330
|
-
* and features that's designed to draw attention to your thematic content. </p>
|
|
1331
|
-
* </li>
|
|
1332
|
-
* <li>
|
|
1333
|
-
* <p>
|
|
1334
|
-
* <code>RasterEsriImagery</code> – The Esri Imagery map style. A raster basemap
|
|
1335
|
-
* that provides one meter or better satellite and aerial imagery in many parts of
|
|
1336
|
-
* the world and lower resolution satellite imagery worldwide. </p>
|
|
1337
|
-
* </li>
|
|
1338
|
-
* <li>
|
|
1339
|
-
* <p>
|
|
1340
|
-
* <code>VectorEsriLightGrayCanvas</code> – The Esri Light Gray Canvas map style,
|
|
1341
|
-
* which provides a detailed vector basemap with a light gray, neutral background
|
|
1342
|
-
* style with minimal colors, labels, and features that's designed to draw
|
|
1343
|
-
* attention to your thematic content. </p>
|
|
1344
|
-
* </li>
|
|
1345
|
-
* <li>
|
|
1346
|
-
* <p>
|
|
1347
|
-
* <code>VectorEsriTopographic</code> – The Esri Light map style, which provides
|
|
1348
|
-
* a detailed vector basemap with a classic Esri map style.</p>
|
|
1349
|
-
* </li>
|
|
1350
|
-
* <li>
|
|
1351
|
-
* <p>
|
|
1352
|
-
* <code>VectorEsriStreets</code> – The Esri World Streets map style, which
|
|
1353
|
-
* provides a detailed vector basemap for the world symbolized with a classic Esri
|
|
1354
|
-
* street map style. The vector tile layer is similar in content and style to the
|
|
1355
|
-
* World Street Map raster map.</p>
|
|
1356
|
-
* </li>
|
|
1357
|
-
* <li>
|
|
1358
|
-
* <p>
|
|
1359
|
-
* <code>VectorEsriNavigation</code> – The Esri World Navigation map style, which
|
|
1360
|
-
* provides a detailed basemap for the world symbolized with a custom navigation
|
|
1361
|
-
* map style that's designed for use during the day in mobile devices.</p>
|
|
1362
|
-
* </li>
|
|
1363
|
-
* </ul>
|
|
1364
|
-
* <p>Valid <a href="https://docs.aws.amazon.com/location/latest/developerguide/HERE.html">HERE
|
|
1365
|
-
* Technologies</a> styles: </p>
|
|
1366
|
-
* <ul>
|
|
1367
|
-
* <li>
|
|
1368
|
-
* <p>
|
|
1369
|
-
* <code>VectorHereBerlin</code> – The HERE Berlin map style is a high contrast
|
|
1370
|
-
* detailed base map of the world that blends 3D and 2D rendering.</p>
|
|
1371
|
-
* <note>
|
|
1372
|
-
* <p>When using HERE as your data provider, and selecting the Style
|
|
1373
|
-
* <code>VectorHereBerlin</code>, you may not use HERE Technologies maps
|
|
1374
|
-
* for Asset Management. See the <a href="https://aws.amazon.com/service-terms/">AWS Service Terms</a>
|
|
1375
|
-
* for Amazon Location Service.</p>
|
|
1376
|
-
* </note>
|
|
1377
|
-
* </li>
|
|
1378
|
-
* </ul>
|
|
1379
|
-
*/
|
|
554
|
+
|
|
1380
555
|
Style: string | undefined;
|
|
1381
556
|
}
|
|
1382
557
|
export declare namespace MapConfiguration {
|
|
1383
|
-
|
|
1384
|
-
* @internal
|
|
1385
|
-
*/
|
|
558
|
+
|
|
1386
559
|
const filterSensitiveLog: (obj: MapConfiguration) => any;
|
|
1387
560
|
}
|
|
1388
561
|
export interface CreateMapRequest {
|
|
1389
|
-
|
|
1390
|
-
* <p>The name for the map resource.</p>
|
|
1391
|
-
* <p>Requirements:</p>
|
|
1392
|
-
* <ul>
|
|
1393
|
-
* <li>
|
|
1394
|
-
* <p>Must contain only alphanumeric characters (A–Z, a–z, 0–9), hyphens (-), periods (.), and underscores (_). </p>
|
|
1395
|
-
* </li>
|
|
1396
|
-
* <li>
|
|
1397
|
-
* <p>Must be a unique map resource name. </p>
|
|
1398
|
-
* </li>
|
|
1399
|
-
* <li>
|
|
1400
|
-
* <p>No spaces allowed. For example, <code>ExampleMap</code>.</p>
|
|
1401
|
-
* </li>
|
|
1402
|
-
* </ul>
|
|
1403
|
-
*/
|
|
562
|
+
|
|
1404
563
|
MapName: string | undefined;
|
|
1405
|
-
|
|
1406
|
-
* <p>Specifies the map style selected from an available data provider.</p>
|
|
1407
|
-
*/
|
|
564
|
+
|
|
1408
565
|
Configuration: MapConfiguration | undefined;
|
|
1409
|
-
|
|
1410
|
-
* <p>Specifies the pricing plan for your map resource.</p>
|
|
1411
|
-
* <p>For additional details and restrictions on each pricing plan option, see the <a href="https://aws.amazon.com/location/pricing/">Amazon Location Service pricing
|
|
1412
|
-
* page</a>.</p>
|
|
1413
|
-
*/
|
|
566
|
+
|
|
1414
567
|
PricingPlan: PricingPlan | string | undefined;
|
|
1415
|
-
|
|
1416
|
-
* <p>An optional description for the map resource.</p>
|
|
1417
|
-
*/
|
|
568
|
+
|
|
1418
569
|
Description?: string;
|
|
1419
|
-
|
|
1420
|
-
* <p>Applies one or more tags to the map resource. A tag is a key-value pair helps manage,
|
|
1421
|
-
* identify, search, and filter your resources by labelling them.</p>
|
|
1422
|
-
* <p>Format: <code>"key" : "value"</code>
|
|
1423
|
-
* </p>
|
|
1424
|
-
* <p>Restrictions:</p>
|
|
1425
|
-
* <ul>
|
|
1426
|
-
* <li>
|
|
1427
|
-
* <p>Maximum 50 tags per resource</p>
|
|
1428
|
-
* </li>
|
|
1429
|
-
* <li>
|
|
1430
|
-
* <p>Each resource tag must be unique with a maximum of one value.</p>
|
|
1431
|
-
* </li>
|
|
1432
|
-
* <li>
|
|
1433
|
-
* <p>Maximum key length: 128 Unicode characters in UTF-8</p>
|
|
1434
|
-
* </li>
|
|
1435
|
-
* <li>
|
|
1436
|
-
* <p>Maximum value length: 256 Unicode characters in UTF-8</p>
|
|
1437
|
-
* </li>
|
|
1438
|
-
* <li>
|
|
1439
|
-
* <p>Can use alphanumeric characters (A–Z, a–z, 0–9), and the following characters: + - = . _ : /
|
|
1440
|
-
* @. </p>
|
|
1441
|
-
* </li>
|
|
1442
|
-
* </ul>
|
|
1443
|
-
*/
|
|
570
|
+
|
|
1444
571
|
Tags?: {
|
|
1445
572
|
[key: string]: string;
|
|
1446
573
|
};
|
|
1447
574
|
}
|
|
1448
575
|
export declare namespace CreateMapRequest {
|
|
1449
|
-
|
|
1450
|
-
* @internal
|
|
1451
|
-
*/
|
|
576
|
+
|
|
1452
577
|
const filterSensitiveLog: (obj: CreateMapRequest) => any;
|
|
1453
578
|
}
|
|
1454
579
|
export interface CreateMapResponse {
|
|
1455
|
-
|
|
1456
|
-
* <p>The name of the map resource.</p>
|
|
1457
|
-
*/
|
|
580
|
+
|
|
1458
581
|
MapName: string | undefined;
|
|
1459
|
-
|
|
1460
|
-
* <p>The Amazon Resource Name (ARN) for the map resource. Used to specify a resource across
|
|
1461
|
-
* all AWS.</p>
|
|
1462
|
-
* <ul>
|
|
1463
|
-
* <li>
|
|
1464
|
-
* <p>Format example:
|
|
1465
|
-
* <code>arn:aws:geo:region:account-id:maps/ExampleMap</code>
|
|
1466
|
-
* </p>
|
|
1467
|
-
* </li>
|
|
1468
|
-
* </ul>
|
|
1469
|
-
*/
|
|
582
|
+
|
|
1470
583
|
MapArn: string | undefined;
|
|
1471
|
-
|
|
1472
|
-
* <p>The timestamp for when the map resource was created in <a href="https://www.iso.org/iso-8601-date-and-time-format.html">ISO 8601</a>
|
|
1473
|
-
* format: <code>YYYY-MM-DDThh:mm:ss.sssZ</code>.</p>
|
|
1474
|
-
*/
|
|
584
|
+
|
|
1475
585
|
CreateTime: Date | undefined;
|
|
1476
586
|
}
|
|
1477
587
|
export declare namespace CreateMapResponse {
|
|
1478
|
-
|
|
1479
|
-
* @internal
|
|
1480
|
-
*/
|
|
588
|
+
|
|
1481
589
|
const filterSensitiveLog: (obj: CreateMapResponse) => any;
|
|
1482
590
|
}
|
|
1483
591
|
export declare type IntendedUse = "SingleUse" | "Storage";
|
|
1484
|
-
|
|
1485
|
-
* <p>Specifies the data storage option chosen for requesting Places.</p>
|
|
1486
|
-
* <important>
|
|
1487
|
-
* <p>When using Amazon Location Places:</p>
|
|
1488
|
-
* <ul>
|
|
1489
|
-
* <li>
|
|
1490
|
-
* <p>If using HERE Technologies as a data provider, you can't store results for
|
|
1491
|
-
* locations in Japan by setting <code>IntendedUse</code> to <code>Storage</code>.
|
|
1492
|
-
* parameter.</p>
|
|
1493
|
-
* </li>
|
|
1494
|
-
* <li>
|
|
1495
|
-
* <p>Under the <code>MobileAssetTracking</code> or <code>MobilAssetManagement</code>
|
|
1496
|
-
* pricing plan, you can't store results from your place index resources by setting <code>IntendedUse</code> to <code>Storage</code>. This
|
|
1497
|
-
* returns a validation exception error.</p>
|
|
1498
|
-
* </li>
|
|
1499
|
-
* </ul>
|
|
1500
|
-
* <p>For more information, see the <a href="https://aws.amazon.com/service-terms/">AWS Service Terms</a> for
|
|
1501
|
-
* Amazon Location Service.</p>
|
|
1502
|
-
* </important>
|
|
1503
|
-
*/
|
|
592
|
+
|
|
1504
593
|
export interface DataSourceConfiguration {
|
|
1505
|
-
|
|
1506
|
-
* <p>Specifies how the results of an operation will be stored by the caller. </p>
|
|
1507
|
-
* <p>Valid values include:</p>
|
|
1508
|
-
* <ul>
|
|
1509
|
-
* <li>
|
|
1510
|
-
* <p>
|
|
1511
|
-
* <code>SingleUse</code> specifies that the results won't be stored. </p>
|
|
1512
|
-
* </li>
|
|
1513
|
-
* <li>
|
|
1514
|
-
* <p>
|
|
1515
|
-
* <code>Storage</code> specifies that the result can be cached or stored in a database.</p>
|
|
1516
|
-
* </li>
|
|
1517
|
-
* </ul>
|
|
1518
|
-
* <p>Default value: <code>SingleUse</code>
|
|
1519
|
-
* </p>
|
|
1520
|
-
*/
|
|
594
|
+
|
|
1521
595
|
IntendedUse?: IntendedUse | string;
|
|
1522
596
|
}
|
|
1523
597
|
export declare namespace DataSourceConfiguration {
|
|
1524
|
-
|
|
1525
|
-
* @internal
|
|
1526
|
-
*/
|
|
598
|
+
|
|
1527
599
|
const filterSensitiveLog: (obj: DataSourceConfiguration) => any;
|
|
1528
600
|
}
|
|
1529
601
|
export interface CreatePlaceIndexRequest {
|
|
1530
|
-
|
|
1531
|
-
* <p>The name of the place index resource. </p>
|
|
1532
|
-
* <p>Requirements:</p>
|
|
1533
|
-
* <ul>
|
|
1534
|
-
* <li>
|
|
1535
|
-
* <p>Contain only alphanumeric characters (A–Z, a–z, 0–9), hyphens (-), periods (.), and
|
|
1536
|
-
* underscores (_).</p>
|
|
1537
|
-
* </li>
|
|
1538
|
-
* <li>
|
|
1539
|
-
* <p>Must be a unique place index resource name.</p>
|
|
1540
|
-
* </li>
|
|
1541
|
-
* <li>
|
|
1542
|
-
* <p>No spaces allowed. For example, <code>ExamplePlaceIndex</code>.</p>
|
|
1543
|
-
* </li>
|
|
1544
|
-
* </ul>
|
|
1545
|
-
*/
|
|
602
|
+
|
|
1546
603
|
IndexName: string | undefined;
|
|
1547
|
-
|
|
1548
|
-
* <p>Specifies the data provider of geospatial data.</p>
|
|
1549
|
-
* <note>
|
|
1550
|
-
* <p>This field is case-sensitive. Enter the valid values as shown. For example, entering
|
|
1551
|
-
* <code>HERE</code> returns an error.</p>
|
|
1552
|
-
* </note>
|
|
1553
|
-
* <p>Valid values include:</p>
|
|
1554
|
-
* <ul>
|
|
1555
|
-
* <li>
|
|
1556
|
-
* <p>
|
|
1557
|
-
* <code>Esri</code> – For additional information about <a href="https://docs.aws.amazon.com/location/latest/developerguide/esri.html">Esri</a>'s coverage in your
|
|
1558
|
-
* region of interest, see <a href="https://developers.arcgis.com/rest/geocode/api-reference/geocode-coverage.htm">Esri details on geocoding coverage</a>.</p>
|
|
1559
|
-
* </li>
|
|
1560
|
-
* <li>
|
|
1561
|
-
* <p>
|
|
1562
|
-
* <code>Here</code> – For additional information about <a href="https://docs.aws.amazon.com/location/latest/developerguide/HERE.html">HERE Technologies</a>'s
|
|
1563
|
-
* 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
|
-
* <important>
|
|
1565
|
-
* <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
|
|
1566
|
-
* <a href="https://aws.amazon.com/service-terms/">AWS Service Terms</a>
|
|
1567
|
-
* for Amazon Location Service.</p>
|
|
1568
|
-
* </important>
|
|
1569
|
-
* </li>
|
|
1570
|
-
* </ul>
|
|
1571
|
-
* <p>For additional information , see <a href="https://docs.aws.amazon.com/location/latest/developerguide/what-is-data-provider.html">Data providers</a>
|
|
1572
|
-
* on the <i>Amazon Location Service Developer Guide</i>.</p>
|
|
1573
|
-
*/
|
|
604
|
+
|
|
1574
605
|
DataSource: string | undefined;
|
|
1575
|
-
|
|
1576
|
-
* <p>Specifies the pricing plan for your place index resource.</p>
|
|
1577
|
-
* <p>For additional details and restrictions on each pricing plan option, see the <a href="https://aws.amazon.com/location/pricing/">Amazon Location Service pricing
|
|
1578
|
-
* page</a>.</p>
|
|
1579
|
-
*/
|
|
606
|
+
|
|
1580
607
|
PricingPlan: PricingPlan | string | undefined;
|
|
1581
|
-
|
|
1582
|
-
* <p>The optional description for the place index resource.</p>
|
|
1583
|
-
*/
|
|
608
|
+
|
|
1584
609
|
Description?: string;
|
|
1585
|
-
|
|
1586
|
-
* <p>Specifies the data storage option requesting Places.</p>
|
|
1587
|
-
*/
|
|
610
|
+
|
|
1588
611
|
DataSourceConfiguration?: DataSourceConfiguration;
|
|
1589
|
-
|
|
1590
|
-
* <p>Applies one or more tags to the place index resource. A tag is a key-value pair helps
|
|
1591
|
-
* manage, identify, search, and filter your resources by labelling them.</p>
|
|
1592
|
-
* <p>Format: <code>"key" : "value"</code>
|
|
1593
|
-
* </p>
|
|
1594
|
-
* <p>Restrictions:</p>
|
|
1595
|
-
* <ul>
|
|
1596
|
-
* <li>
|
|
1597
|
-
* <p>Maximum 50 tags per resource</p>
|
|
1598
|
-
* </li>
|
|
1599
|
-
* <li>
|
|
1600
|
-
* <p>Each resource tag must be unique with a maximum of one value.</p>
|
|
1601
|
-
* </li>
|
|
1602
|
-
* <li>
|
|
1603
|
-
* <p>Maximum key length: 128 Unicode characters in UTF-8</p>
|
|
1604
|
-
* </li>
|
|
1605
|
-
* <li>
|
|
1606
|
-
* <p>Maximum value length: 256 Unicode characters in UTF-8</p>
|
|
1607
|
-
* </li>
|
|
1608
|
-
* <li>
|
|
1609
|
-
* <p>Can use alphanumeric characters (A–Z, a–z, 0–9), and the following characters: + -
|
|
1610
|
-
* = . _ : / @. </p>
|
|
1611
|
-
* </li>
|
|
1612
|
-
* </ul>
|
|
1613
|
-
*/
|
|
612
|
+
|
|
1614
613
|
Tags?: {
|
|
1615
614
|
[key: string]: string;
|
|
1616
615
|
};
|
|
1617
616
|
}
|
|
1618
617
|
export declare namespace CreatePlaceIndexRequest {
|
|
1619
|
-
|
|
1620
|
-
* @internal
|
|
1621
|
-
*/
|
|
618
|
+
|
|
1622
619
|
const filterSensitiveLog: (obj: CreatePlaceIndexRequest) => any;
|
|
1623
620
|
}
|
|
1624
621
|
export interface CreatePlaceIndexResponse {
|
|
1625
|
-
|
|
1626
|
-
* <p>The name for the place index resource.</p>
|
|
1627
|
-
*/
|
|
622
|
+
|
|
1628
623
|
IndexName: string | undefined;
|
|
1629
|
-
|
|
1630
|
-
* <p>The Amazon Resource Name (ARN) for the place index resource. Used to specify a resource
|
|
1631
|
-
* across AWS. </p>
|
|
1632
|
-
* <ul>
|
|
1633
|
-
* <li>
|
|
1634
|
-
* <p>Format example:
|
|
1635
|
-
* <code>arn:aws:geo:region:account-id:place-index/ExamplePlaceIndex</code>
|
|
1636
|
-
* </p>
|
|
1637
|
-
* </li>
|
|
1638
|
-
* </ul>
|
|
1639
|
-
*/
|
|
624
|
+
|
|
1640
625
|
IndexArn: string | undefined;
|
|
1641
|
-
|
|
1642
|
-
* <p>The timestamp for when the place index resource was created in <a href="https://www.iso.org/iso-8601-date-and-time-format.html">ISO 8601</a> format:
|
|
1643
|
-
* <code>YYYY-MM-DDThh:mm:ss.sssZ</code>. </p>
|
|
1644
|
-
*/
|
|
626
|
+
|
|
1645
627
|
CreateTime: Date | undefined;
|
|
1646
628
|
}
|
|
1647
629
|
export declare namespace CreatePlaceIndexResponse {
|
|
1648
|
-
|
|
1649
|
-
* @internal
|
|
1650
|
-
*/
|
|
630
|
+
|
|
1651
631
|
const filterSensitiveLog: (obj: CreatePlaceIndexResponse) => any;
|
|
1652
632
|
}
|
|
1653
633
|
export interface CreateRouteCalculatorRequest {
|
|
1654
|
-
|
|
1655
|
-
* <p>The name of the route calculator resource. </p>
|
|
1656
|
-
* <p>Requirements:</p>
|
|
1657
|
-
* <ul>
|
|
1658
|
-
* <li>
|
|
1659
|
-
* <p>Can use alphanumeric characters (A–Z, a–z, 0–9) , hyphens (-), periods (.), and underscores
|
|
1660
|
-
* (_).</p>
|
|
1661
|
-
* </li>
|
|
1662
|
-
* <li>
|
|
1663
|
-
* <p>Must be a unique Route calculator resource name.</p>
|
|
1664
|
-
* </li>
|
|
1665
|
-
* <li>
|
|
1666
|
-
* <p>No spaces allowed. For example, <code>ExampleRouteCalculator</code>.</p>
|
|
1667
|
-
* </li>
|
|
1668
|
-
* </ul>
|
|
1669
|
-
*/
|
|
634
|
+
|
|
1670
635
|
CalculatorName: string | undefined;
|
|
1671
|
-
|
|
1672
|
-
* <p>Specifies the data provider of traffic and road network data.</p>
|
|
1673
|
-
* <note>
|
|
1674
|
-
* <p>This field is case-sensitive. Enter the valid values as shown. For example,
|
|
1675
|
-
* entering <code>HERE</code> returns an error.</p>
|
|
1676
|
-
* </note>
|
|
1677
|
-
* <p>Valid values include:</p>
|
|
1678
|
-
* <ul>
|
|
1679
|
-
* <li>
|
|
1680
|
-
* <p>
|
|
1681
|
-
* <code>Esri</code> – For additional information about <a href="https://docs.aws.amazon.com/location/latest/developerguide/esri.html">Esri</a>'s coverage in your region of interest, see <a href="https://doc.arcgis.com/en/arcgis-online/reference/network-coverage.htm">Esri details on street networks and traffic coverage</a>.</p>
|
|
1682
|
-
* </li>
|
|
1683
|
-
* <li>
|
|
1684
|
-
* <p>
|
|
1685
|
-
* <code>Here</code> – For additional information about <a href="https://docs.aws.amazon.com/location/latest/developerguide/HERE.html">HERE
|
|
1686
|
-
* Technologies</a>'s 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
|
-
* </li>
|
|
1688
|
-
* </ul>
|
|
1689
|
-
* <p>For additional information , see <a href="https://docs.aws.amazon.com/location/latest/developerguide/what-is-data-provider.html">Data
|
|
1690
|
-
* providers</a> on the <i>Amazon Location Service Developer Guide</i>.</p>
|
|
1691
|
-
*/
|
|
636
|
+
|
|
1692
637
|
DataSource: string | undefined;
|
|
1693
|
-
|
|
1694
|
-
* <p>Specifies the pricing plan for your route calculator resource.</p>
|
|
1695
|
-
* <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>
|
|
1696
|
-
*/
|
|
638
|
+
|
|
1697
639
|
PricingPlan: PricingPlan | string | undefined;
|
|
1698
|
-
|
|
1699
|
-
* <p>The optional description for the route calculator resource.</p>
|
|
1700
|
-
*/
|
|
640
|
+
|
|
1701
641
|
Description?: string;
|
|
1702
|
-
|
|
1703
|
-
* <p>Applies one or more tags to the route calculator resource. A tag is a key-value pair
|
|
1704
|
-
* helps manage, identify, search, and filter your resources by labelling them.</p>
|
|
1705
|
-
* <ul>
|
|
1706
|
-
* <li>
|
|
1707
|
-
* <p>For example: { <code>"tag1" : "value1"</code>, <code>"tag2" :
|
|
1708
|
-
* "value2"</code>}</p>
|
|
1709
|
-
* </li>
|
|
1710
|
-
* </ul>
|
|
1711
|
-
* <p>Format: <code>"key" : "value"</code>
|
|
1712
|
-
* </p>
|
|
1713
|
-
* <p>Restrictions:</p>
|
|
1714
|
-
* <ul>
|
|
1715
|
-
* <li>
|
|
1716
|
-
* <p>Maximum 50 tags per resource</p>
|
|
1717
|
-
* </li>
|
|
1718
|
-
* <li>
|
|
1719
|
-
* <p>Each resource tag must be unique with a maximum of one value.</p>
|
|
1720
|
-
* </li>
|
|
1721
|
-
* <li>
|
|
1722
|
-
* <p>Maximum key length: 128 Unicode characters in UTF-8</p>
|
|
1723
|
-
* </li>
|
|
1724
|
-
* <li>
|
|
1725
|
-
* <p>Maximum value length: 256 Unicode characters in UTF-8</p>
|
|
1726
|
-
* </li>
|
|
1727
|
-
* <li>
|
|
1728
|
-
* <p>Can use alphanumeric characters (A–Z, a–z, 0–9), and the following characters:
|
|
1729
|
-
* + - = . _ : / @. </p>
|
|
1730
|
-
* </li>
|
|
1731
|
-
* </ul>
|
|
1732
|
-
*/
|
|
642
|
+
|
|
1733
643
|
Tags?: {
|
|
1734
644
|
[key: string]: string;
|
|
1735
645
|
};
|
|
1736
646
|
}
|
|
1737
647
|
export declare namespace CreateRouteCalculatorRequest {
|
|
1738
|
-
|
|
1739
|
-
* @internal
|
|
1740
|
-
*/
|
|
648
|
+
|
|
1741
649
|
const filterSensitiveLog: (obj: CreateRouteCalculatorRequest) => any;
|
|
1742
650
|
}
|
|
1743
651
|
export interface CreateRouteCalculatorResponse {
|
|
1744
|
-
|
|
1745
|
-
* <p>The name of the route calculator resource. </p>
|
|
1746
|
-
* <ul>
|
|
1747
|
-
* <li>
|
|
1748
|
-
* <p>For example, <code>ExampleRouteCalculator</code>.</p>
|
|
1749
|
-
* </li>
|
|
1750
|
-
* </ul>
|
|
1751
|
-
*/
|
|
652
|
+
|
|
1752
653
|
CalculatorName: string | undefined;
|
|
1753
|
-
|
|
1754
|
-
* <p>The Amazon Resource Name (ARN) for the route calculator resource. Use the ARN when you
|
|
1755
|
-
* specify a resource across all AWS.</p>
|
|
1756
|
-
* <ul>
|
|
1757
|
-
* <li>
|
|
1758
|
-
* <p>Format example:
|
|
1759
|
-
* <code>arn:aws:geo:region:account-id:route-calculator/ExampleCalculator</code>
|
|
1760
|
-
* </p>
|
|
1761
|
-
* </li>
|
|
1762
|
-
* </ul>
|
|
1763
|
-
*/
|
|
654
|
+
|
|
1764
655
|
CalculatorArn: string | undefined;
|
|
1765
|
-
|
|
1766
|
-
* <p>The timestamp when the route calculator resource was created in <a href="https://www.iso.org/iso-8601-date-and-time-format.html">ISO 8601</a>
|
|
1767
|
-
* format: <code>YYYY-MM-DDThh:mm:ss.sssZ</code>. </p>
|
|
1768
|
-
* <ul>
|
|
1769
|
-
* <li>
|
|
1770
|
-
* <p>For example, <code>2020–07-2T12:15:20.000Z+01:00</code>
|
|
1771
|
-
* </p>
|
|
1772
|
-
* </li>
|
|
1773
|
-
* </ul>
|
|
1774
|
-
*/
|
|
656
|
+
|
|
1775
657
|
CreateTime: Date | undefined;
|
|
1776
658
|
}
|
|
1777
659
|
export declare namespace CreateRouteCalculatorResponse {
|
|
1778
|
-
|
|
1779
|
-
* @internal
|
|
1780
|
-
*/
|
|
660
|
+
|
|
1781
661
|
const filterSensitiveLog: (obj: CreateRouteCalculatorResponse) => any;
|
|
1782
662
|
}
|
|
663
|
+
export declare type PositionFiltering = "DistanceBased" | "TimeBased";
|
|
1783
664
|
export interface CreateTrackerRequest {
|
|
1784
|
-
|
|
1785
|
-
* <p>The name for the tracker resource.</p>
|
|
1786
|
-
* <p>Requirements:</p>
|
|
1787
|
-
* <ul>
|
|
1788
|
-
* <li>
|
|
1789
|
-
* <p>Contain only alphanumeric characters (A-Z, a-z, 0-9) , hyphens (-), periods (.), and underscores (_).</p>
|
|
1790
|
-
* </li>
|
|
1791
|
-
* <li>
|
|
1792
|
-
* <p>Must be a unique tracker resource name.</p>
|
|
1793
|
-
* </li>
|
|
1794
|
-
* <li>
|
|
1795
|
-
* <p>No spaces allowed. For example, <code>ExampleTracker</code>.</p>
|
|
1796
|
-
* </li>
|
|
1797
|
-
* </ul>
|
|
1798
|
-
*/
|
|
665
|
+
|
|
1799
666
|
TrackerName: string | undefined;
|
|
1800
|
-
|
|
1801
|
-
* <p>Specifies the pricing plan for the tracker resource.</p>
|
|
1802
|
-
* <p>For additional details and restrictions on each pricing plan option, see the <a href="https://aws.amazon.com/location/pricing/">Amazon Location Service pricing
|
|
1803
|
-
* page</a>.</p>
|
|
1804
|
-
*/
|
|
667
|
+
|
|
1805
668
|
PricingPlan: PricingPlan | string | undefined;
|
|
1806
|
-
|
|
1807
|
-
* <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>. Enter a key ID, key ARN, alias name, or alias ARN.</p>
|
|
1808
|
-
*/
|
|
669
|
+
|
|
1809
670
|
KmsKeyId?: string;
|
|
1810
|
-
|
|
1811
|
-
* <p>Specifies the data provider for the tracker resource.</p>
|
|
1812
|
-
* <ul>
|
|
1813
|
-
* <li>
|
|
1814
|
-
* <p>Required value for the following pricing plans: <code>MobileAssetTracking
|
|
1815
|
-
* </code>| <code>MobileAssetManagement</code>
|
|
1816
|
-
* </p>
|
|
1817
|
-
* </li>
|
|
1818
|
-
* </ul>
|
|
1819
|
-
* <p>For more information about <a href="https://aws.amazon.com/location/data-providers/">Data Providers</a>, and <a href="https://aws.amazon.com/location/pricing/">Pricing plans</a>, see the Amazon Location
|
|
1820
|
-
* Service product page.</p>
|
|
1821
|
-
* <note>
|
|
1822
|
-
* <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
|
-
* </note>
|
|
1824
|
-
* <p>Valid Values: <code>Esri</code> | <code>Here</code>
|
|
1825
|
-
* </p>
|
|
1826
|
-
*/
|
|
671
|
+
|
|
1827
672
|
PricingPlanDataSource?: string;
|
|
1828
|
-
|
|
1829
|
-
* <p>An optional description for the tracker resource.</p>
|
|
1830
|
-
*/
|
|
673
|
+
|
|
1831
674
|
Description?: string;
|
|
1832
|
-
|
|
1833
|
-
* <p>Applies one or more tags to the tracker resource. A tag is a key-value pair helps
|
|
1834
|
-
* manage, identify, search, and filter your resources by labelling them.</p>
|
|
1835
|
-
* <p>Format: <code>"key" : "value"</code>
|
|
1836
|
-
* </p>
|
|
1837
|
-
* <p>Restrictions:</p>
|
|
1838
|
-
* <ul>
|
|
1839
|
-
* <li>
|
|
1840
|
-
* <p>Maximum 50 tags per resource</p>
|
|
1841
|
-
* </li>
|
|
1842
|
-
* <li>
|
|
1843
|
-
* <p>Each resource tag must be unique with a maximum of one value.</p>
|
|
1844
|
-
* </li>
|
|
1845
|
-
* <li>
|
|
1846
|
-
* <p>Maximum key length: 128 Unicode characters in UTF-8</p>
|
|
1847
|
-
* </li>
|
|
1848
|
-
* <li>
|
|
1849
|
-
* <p>Maximum value length: 256 Unicode characters in UTF-8</p>
|
|
1850
|
-
* </li>
|
|
1851
|
-
* <li>
|
|
1852
|
-
* <p>Can use alphanumeric characters (A–Z, a–z, 0–9), and the following characters:
|
|
1853
|
-
* + - = . _ : / @. </p>
|
|
1854
|
-
* </li>
|
|
1855
|
-
* </ul>
|
|
1856
|
-
*/
|
|
675
|
+
|
|
1857
676
|
Tags?: {
|
|
1858
677
|
[key: string]: string;
|
|
1859
678
|
};
|
|
679
|
+
|
|
680
|
+
PositionFiltering?: PositionFiltering | string;
|
|
1860
681
|
}
|
|
1861
682
|
export declare namespace CreateTrackerRequest {
|
|
1862
|
-
|
|
1863
|
-
* @internal
|
|
1864
|
-
*/
|
|
683
|
+
|
|
1865
684
|
const filterSensitiveLog: (obj: CreateTrackerRequest) => any;
|
|
1866
685
|
}
|
|
1867
686
|
export interface CreateTrackerResponse {
|
|
1868
|
-
|
|
1869
|
-
* <p>The name of the tracker resource.</p>
|
|
1870
|
-
*/
|
|
687
|
+
|
|
1871
688
|
TrackerName: string | undefined;
|
|
1872
|
-
|
|
1873
|
-
* <p>The Amazon Resource Name (ARN) for the tracker resource. Used when you need to specify
|
|
1874
|
-
* a resource across all AWS.</p>
|
|
1875
|
-
* <ul>
|
|
1876
|
-
* <li>
|
|
1877
|
-
* <p>Format example:
|
|
1878
|
-
* <code>arn:aws:geo:region:account-id:tracker/ExampleTracker</code>
|
|
1879
|
-
* </p>
|
|
1880
|
-
* </li>
|
|
1881
|
-
* </ul>
|
|
1882
|
-
*/
|
|
689
|
+
|
|
1883
690
|
TrackerArn: string | undefined;
|
|
1884
|
-
|
|
1885
|
-
* <p>The timestamp for when the tracker resource was created in <a href="https://www.iso.org/iso-8601-date-and-time-format.html"> ISO 8601</a>
|
|
1886
|
-
* format: <code>YYYY-MM-DDThh:mm:ss.sssZ</code>. </p>
|
|
1887
|
-
*/
|
|
691
|
+
|
|
1888
692
|
CreateTime: Date | undefined;
|
|
1889
693
|
}
|
|
1890
694
|
export declare namespace CreateTrackerResponse {
|
|
1891
|
-
|
|
1892
|
-
* @internal
|
|
1893
|
-
*/
|
|
695
|
+
|
|
1894
696
|
const filterSensitiveLog: (obj: CreateTrackerResponse) => any;
|
|
1895
697
|
}
|
|
1896
698
|
export interface DeleteGeofenceCollectionRequest {
|
|
1897
|
-
|
|
1898
|
-
* <p>The name of the geofence collection to be deleted.</p>
|
|
1899
|
-
*/
|
|
699
|
+
|
|
1900
700
|
CollectionName: string | undefined;
|
|
1901
701
|
}
|
|
1902
702
|
export declare namespace DeleteGeofenceCollectionRequest {
|
|
1903
|
-
|
|
1904
|
-
* @internal
|
|
1905
|
-
*/
|
|
703
|
+
|
|
1906
704
|
const filterSensitiveLog: (obj: DeleteGeofenceCollectionRequest) => any;
|
|
1907
705
|
}
|
|
1908
706
|
export interface DeleteGeofenceCollectionResponse {
|
|
1909
707
|
}
|
|
1910
708
|
export declare namespace DeleteGeofenceCollectionResponse {
|
|
1911
|
-
|
|
1912
|
-
* @internal
|
|
1913
|
-
*/
|
|
709
|
+
|
|
1914
710
|
const filterSensitiveLog: (obj: DeleteGeofenceCollectionResponse) => any;
|
|
1915
711
|
}
|
|
1916
712
|
export interface DeleteMapRequest {
|
|
1917
|
-
|
|
1918
|
-
* <p>The name of the map resource to be deleted.</p>
|
|
1919
|
-
*/
|
|
713
|
+
|
|
1920
714
|
MapName: string | undefined;
|
|
1921
715
|
}
|
|
1922
716
|
export declare namespace DeleteMapRequest {
|
|
1923
|
-
|
|
1924
|
-
* @internal
|
|
1925
|
-
*/
|
|
717
|
+
|
|
1926
718
|
const filterSensitiveLog: (obj: DeleteMapRequest) => any;
|
|
1927
719
|
}
|
|
1928
720
|
export interface DeleteMapResponse {
|
|
1929
721
|
}
|
|
1930
722
|
export declare namespace DeleteMapResponse {
|
|
1931
|
-
|
|
1932
|
-
* @internal
|
|
1933
|
-
*/
|
|
723
|
+
|
|
1934
724
|
const filterSensitiveLog: (obj: DeleteMapResponse) => any;
|
|
1935
725
|
}
|
|
1936
726
|
export interface DeletePlaceIndexRequest {
|
|
1937
|
-
|
|
1938
|
-
* <p>The name of the place index resource to be deleted.</p>
|
|
1939
|
-
*/
|
|
727
|
+
|
|
1940
728
|
IndexName: string | undefined;
|
|
1941
729
|
}
|
|
1942
730
|
export declare namespace DeletePlaceIndexRequest {
|
|
1943
|
-
|
|
1944
|
-
* @internal
|
|
1945
|
-
*/
|
|
731
|
+
|
|
1946
732
|
const filterSensitiveLog: (obj: DeletePlaceIndexRequest) => any;
|
|
1947
733
|
}
|
|
1948
734
|
export interface DeletePlaceIndexResponse {
|
|
1949
735
|
}
|
|
1950
736
|
export declare namespace DeletePlaceIndexResponse {
|
|
1951
|
-
|
|
1952
|
-
* @internal
|
|
1953
|
-
*/
|
|
737
|
+
|
|
1954
738
|
const filterSensitiveLog: (obj: DeletePlaceIndexResponse) => any;
|
|
1955
739
|
}
|
|
1956
740
|
export interface DeleteRouteCalculatorRequest {
|
|
1957
|
-
|
|
1958
|
-
* <p>The name of the route calculator resource to be deleted.</p>
|
|
1959
|
-
*/
|
|
741
|
+
|
|
1960
742
|
CalculatorName: string | undefined;
|
|
1961
743
|
}
|
|
1962
744
|
export declare namespace DeleteRouteCalculatorRequest {
|
|
1963
|
-
|
|
1964
|
-
* @internal
|
|
1965
|
-
*/
|
|
745
|
+
|
|
1966
746
|
const filterSensitiveLog: (obj: DeleteRouteCalculatorRequest) => any;
|
|
1967
747
|
}
|
|
1968
748
|
export interface DeleteRouteCalculatorResponse {
|
|
1969
749
|
}
|
|
1970
750
|
export declare namespace DeleteRouteCalculatorResponse {
|
|
1971
|
-
|
|
1972
|
-
* @internal
|
|
1973
|
-
*/
|
|
751
|
+
|
|
1974
752
|
const filterSensitiveLog: (obj: DeleteRouteCalculatorResponse) => any;
|
|
1975
753
|
}
|
|
1976
754
|
export interface DeleteTrackerRequest {
|
|
1977
|
-
|
|
1978
|
-
* <p>The name of the tracker resource to be deleted.</p>
|
|
1979
|
-
*/
|
|
755
|
+
|
|
1980
756
|
TrackerName: string | undefined;
|
|
1981
757
|
}
|
|
1982
758
|
export declare namespace DeleteTrackerRequest {
|
|
1983
|
-
|
|
1984
|
-
* @internal
|
|
1985
|
-
*/
|
|
759
|
+
|
|
1986
760
|
const filterSensitiveLog: (obj: DeleteTrackerRequest) => any;
|
|
1987
761
|
}
|
|
1988
762
|
export interface DeleteTrackerResponse {
|
|
1989
763
|
}
|
|
1990
764
|
export declare namespace DeleteTrackerResponse {
|
|
1991
|
-
|
|
1992
|
-
* @internal
|
|
1993
|
-
*/
|
|
765
|
+
|
|
1994
766
|
const filterSensitiveLog: (obj: DeleteTrackerResponse) => any;
|
|
1995
767
|
}
|
|
1996
768
|
export interface DescribeGeofenceCollectionRequest {
|
|
1997
|
-
|
|
1998
|
-
* <p>The name of the geofence collection.</p>
|
|
1999
|
-
*/
|
|
769
|
+
|
|
2000
770
|
CollectionName: string | undefined;
|
|
2001
771
|
}
|
|
2002
772
|
export declare namespace DescribeGeofenceCollectionRequest {
|
|
2003
|
-
|
|
2004
|
-
* @internal
|
|
2005
|
-
*/
|
|
773
|
+
|
|
2006
774
|
const filterSensitiveLog: (obj: DescribeGeofenceCollectionRequest) => any;
|
|
2007
775
|
}
|
|
2008
776
|
export interface DescribeGeofenceCollectionResponse {
|
|
2009
|
-
|
|
2010
|
-
* <p>The name of the geofence collection.</p>
|
|
2011
|
-
*/
|
|
777
|
+
|
|
2012
778
|
CollectionName: string | undefined;
|
|
2013
|
-
|
|
2014
|
-
* <p>The Amazon Resource Name (ARN) for the geofence collection resource. Used when you
|
|
2015
|
-
* need to specify a resource across all AWS. </p>
|
|
2016
|
-
* <ul>
|
|
2017
|
-
* <li>
|
|
2018
|
-
* <p>Format example:
|
|
2019
|
-
* <code>arn:aws:geo:region:account-id:geofence-collection/ExampleGeofenceCollection</code>
|
|
2020
|
-
* </p>
|
|
2021
|
-
* </li>
|
|
2022
|
-
* </ul>
|
|
2023
|
-
*/
|
|
779
|
+
|
|
2024
780
|
CollectionArn: string | undefined;
|
|
2025
|
-
|
|
2026
|
-
* <p>The optional description for the geofence collection.</p>
|
|
2027
|
-
*/
|
|
781
|
+
|
|
2028
782
|
Description: string | undefined;
|
|
2029
|
-
|
|
2030
|
-
* <p>The pricing plan selected for the specified geofence collection.</p>
|
|
2031
|
-
* <p>For additional details and restrictions on each pricing plan option, see the <a href="https://aws.amazon.com/location/pricing/">Amazon Location Service pricing
|
|
2032
|
-
* page</a>.</p>
|
|
2033
|
-
*/
|
|
783
|
+
|
|
2034
784
|
PricingPlan: PricingPlan | string | undefined;
|
|
2035
|
-
|
|
2036
|
-
* <p>The specified data provider for the geofence collection.</p>
|
|
2037
|
-
*/
|
|
785
|
+
|
|
2038
786
|
PricingPlanDataSource?: string;
|
|
2039
|
-
|
|
2040
|
-
* <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>
|
|
2041
|
-
*/
|
|
787
|
+
|
|
2042
788
|
KmsKeyId?: string;
|
|
2043
|
-
|
|
2044
|
-
* <p>Displays the key, value pairs of tags associated with this resource.</p>
|
|
2045
|
-
*/
|
|
789
|
+
|
|
2046
790
|
Tags?: {
|
|
2047
791
|
[key: string]: string;
|
|
2048
792
|
};
|
|
2049
|
-
|
|
2050
|
-
* <p>The timestamp for when the geofence resource was created in <a href="https://www.iso.org/iso-8601-date-and-time-format.html">ISO 8601</a>
|
|
2051
|
-
* format: <code>YYYY-MM-DDThh:mm:ss.sssZ</code>
|
|
2052
|
-
* </p>
|
|
2053
|
-
*/
|
|
793
|
+
|
|
2054
794
|
CreateTime: Date | undefined;
|
|
2055
|
-
|
|
2056
|
-
* <p>The timestamp for when the geofence collection was last updated in <a href="https://www.iso.org/iso-8601-date-and-time-format.html">ISO 8601</a>
|
|
2057
|
-
* format: <code>YYYY-MM-DDThh:mm:ss.sssZ</code>
|
|
2058
|
-
* </p>
|
|
2059
|
-
*/
|
|
795
|
+
|
|
2060
796
|
UpdateTime: Date | undefined;
|
|
2061
797
|
}
|
|
2062
798
|
export declare namespace DescribeGeofenceCollectionResponse {
|
|
2063
|
-
|
|
2064
|
-
* @internal
|
|
2065
|
-
*/
|
|
799
|
+
|
|
2066
800
|
const filterSensitiveLog: (obj: DescribeGeofenceCollectionResponse) => any;
|
|
2067
801
|
}
|
|
2068
802
|
export interface DescribeMapRequest {
|
|
2069
|
-
|
|
2070
|
-
* <p>The name of the map resource.</p>
|
|
2071
|
-
*/
|
|
803
|
+
|
|
2072
804
|
MapName: string | undefined;
|
|
2073
805
|
}
|
|
2074
806
|
export declare namespace DescribeMapRequest {
|
|
2075
|
-
|
|
2076
|
-
* @internal
|
|
2077
|
-
*/
|
|
807
|
+
|
|
2078
808
|
const filterSensitiveLog: (obj: DescribeMapRequest) => any;
|
|
2079
809
|
}
|
|
2080
810
|
export interface DescribeMapResponse {
|
|
2081
|
-
|
|
2082
|
-
* <p>The map style selected from an available provider.</p>
|
|
2083
|
-
*/
|
|
811
|
+
|
|
2084
812
|
MapName: string | undefined;
|
|
2085
|
-
|
|
2086
|
-
* <p>The Amazon Resource Name (ARN) for the map resource. Used to specify a resource across
|
|
2087
|
-
* all AWS.</p>
|
|
2088
|
-
* <ul>
|
|
2089
|
-
* <li>
|
|
2090
|
-
* <p>Format example:
|
|
2091
|
-
* <code>arn:aws:geo:region:account-id:maps/ExampleMap</code>
|
|
2092
|
-
* </p>
|
|
2093
|
-
* </li>
|
|
2094
|
-
* </ul>
|
|
2095
|
-
*/
|
|
813
|
+
|
|
2096
814
|
MapArn: string | undefined;
|
|
2097
|
-
|
|
2098
|
-
* <p>The pricing plan selected for the specified map resource.</p>
|
|
2099
|
-
*
|
|
2100
|
-
* <p>For additional details and restrictions on each pricing plan option, see the <a href="https://aws.amazon.com/location/pricing/">Amazon Location Service pricing
|
|
2101
|
-
* page</a>.</p>
|
|
2102
|
-
*/
|
|
815
|
+
|
|
2103
816
|
PricingPlan: PricingPlan | string | undefined;
|
|
2104
|
-
|
|
2105
|
-
* <p>Specifies the data provider for the associated map tiles.</p>
|
|
2106
|
-
*/
|
|
817
|
+
|
|
2107
818
|
DataSource: string | undefined;
|
|
2108
|
-
|
|
2109
|
-
* <p>Specifies the map tile style selected from a partner data provider.</p>
|
|
2110
|
-
*/
|
|
819
|
+
|
|
2111
820
|
Configuration: MapConfiguration | undefined;
|
|
2112
|
-
|
|
2113
|
-
* <p>The optional description for the map resource.</p>
|
|
2114
|
-
*/
|
|
821
|
+
|
|
2115
822
|
Description: string | undefined;
|
|
2116
|
-
|
|
2117
|
-
* <p>Tags associated with the map resource.</p>
|
|
2118
|
-
*/
|
|
823
|
+
|
|
2119
824
|
Tags?: {
|
|
2120
825
|
[key: string]: string;
|
|
2121
826
|
};
|
|
2122
|
-
|
|
2123
|
-
* <p>The timestamp for when the map resource was created in <a href="https://www.iso.org/iso-8601-date-and-time-format.html">ISO 8601</a>
|
|
2124
|
-
* format: <code>YYYY-MM-DDThh:mm:ss.sssZ</code>.</p>
|
|
2125
|
-
*/
|
|
827
|
+
|
|
2126
828
|
CreateTime: Date | undefined;
|
|
2127
|
-
|
|
2128
|
-
* <p>The timestamp for when the map resource was last update in <a href="https://www.iso.org/iso-8601-date-and-time-format.html">ISO 8601</a>
|
|
2129
|
-
* format: <code>YYYY-MM-DDThh:mm:ss.sssZ</code>.</p>
|
|
2130
|
-
*/
|
|
829
|
+
|
|
2131
830
|
UpdateTime: Date | undefined;
|
|
2132
831
|
}
|
|
2133
832
|
export declare namespace DescribeMapResponse {
|
|
2134
|
-
|
|
2135
|
-
* @internal
|
|
2136
|
-
*/
|
|
833
|
+
|
|
2137
834
|
const filterSensitiveLog: (obj: DescribeMapResponse) => any;
|
|
2138
835
|
}
|
|
2139
836
|
export interface DescribePlaceIndexRequest {
|
|
2140
|
-
|
|
2141
|
-
* <p>The name of the place index resource.</p>
|
|
2142
|
-
*/
|
|
837
|
+
|
|
2143
838
|
IndexName: string | undefined;
|
|
2144
839
|
}
|
|
2145
840
|
export declare namespace DescribePlaceIndexRequest {
|
|
2146
|
-
|
|
2147
|
-
* @internal
|
|
2148
|
-
*/
|
|
841
|
+
|
|
2149
842
|
const filterSensitiveLog: (obj: DescribePlaceIndexRequest) => any;
|
|
2150
843
|
}
|
|
2151
844
|
export interface DescribePlaceIndexResponse {
|
|
2152
|
-
|
|
2153
|
-
* <p>The name of the place index resource being described.</p>
|
|
2154
|
-
*/
|
|
845
|
+
|
|
2155
846
|
IndexName: string | undefined;
|
|
2156
|
-
|
|
2157
|
-
* <p>The Amazon Resource Name (ARN) for the place index resource. Used to specify a resource
|
|
2158
|
-
* across AWS. </p>
|
|
2159
|
-
* <ul>
|
|
2160
|
-
* <li>
|
|
2161
|
-
* <p>Format example:
|
|
2162
|
-
* <code>arn:aws:geo:region:account-id:place-index/ExamplePlaceIndex</code>
|
|
2163
|
-
* </p>
|
|
2164
|
-
* </li>
|
|
2165
|
-
* </ul>
|
|
2166
|
-
*/
|
|
847
|
+
|
|
2167
848
|
IndexArn: string | undefined;
|
|
2168
|
-
|
|
2169
|
-
* <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 the <a href="https://aws.amazon.com/location/pricing/">Amazon Location Service pricing
|
|
2171
|
-
* page</a>.</p>
|
|
2172
|
-
*/
|
|
849
|
+
|
|
2173
850
|
PricingPlan: PricingPlan | string | undefined;
|
|
2174
|
-
|
|
2175
|
-
* <p>The optional description for the place index resource.</p>
|
|
2176
|
-
*/
|
|
851
|
+
|
|
2177
852
|
Description: string | undefined;
|
|
2178
|
-
|
|
2179
|
-
* <p>The timestamp for when the place index resource was created in <a href="https://www.iso.org/iso-8601-date-and-time-format.html">ISO 8601</a> format:
|
|
2180
|
-
* <code>YYYY-MM-DDThh:mm:ss.sssZ</code>. </p>
|
|
2181
|
-
*/
|
|
853
|
+
|
|
2182
854
|
CreateTime: Date | undefined;
|
|
2183
|
-
|
|
2184
|
-
* <p>The timestamp for when the place index resource was last updated in <a href="https://www.iso.org/iso-8601-date-and-time-format.html">ISO 8601</a> format:
|
|
2185
|
-
* <code>YYYY-MM-DDThh:mm:ss.sssZ</code>. </p>
|
|
2186
|
-
*/
|
|
855
|
+
|
|
2187
856
|
UpdateTime: Date | undefined;
|
|
2188
|
-
|
|
2189
|
-
* <p>The data provider of geospatial data. Indicates one of the available providers:</p>
|
|
2190
|
-
* <ul>
|
|
2191
|
-
* <li>
|
|
2192
|
-
* <p>
|
|
2193
|
-
* <code>Esri</code>
|
|
2194
|
-
* </p>
|
|
2195
|
-
* </li>
|
|
2196
|
-
* <li>
|
|
2197
|
-
* <p>
|
|
2198
|
-
* <code>Here</code>
|
|
2199
|
-
* </p>
|
|
2200
|
-
* </li>
|
|
2201
|
-
* </ul>
|
|
2202
|
-
* <p>For additional details on data providers, see the <a href="https://docs.aws.amazon.com/location/latest/developerguide/what-is-data-provider.html">Amazon Location Service data providers
|
|
2203
|
-
* page</a>.</p>
|
|
2204
|
-
*/
|
|
857
|
+
|
|
2205
858
|
DataSource: string | undefined;
|
|
2206
|
-
|
|
2207
|
-
* <p>The specified data storage option for requesting Places.</p>
|
|
2208
|
-
*/
|
|
859
|
+
|
|
2209
860
|
DataSourceConfiguration: DataSourceConfiguration | undefined;
|
|
2210
|
-
|
|
2211
|
-
* <p>Tags associated with place index resource.</p>
|
|
2212
|
-
*/
|
|
861
|
+
|
|
2213
862
|
Tags?: {
|
|
2214
863
|
[key: string]: string;
|
|
2215
864
|
};
|
|
2216
865
|
}
|
|
2217
866
|
export declare namespace DescribePlaceIndexResponse {
|
|
2218
|
-
|
|
2219
|
-
* @internal
|
|
2220
|
-
*/
|
|
867
|
+
|
|
2221
868
|
const filterSensitiveLog: (obj: DescribePlaceIndexResponse) => any;
|
|
2222
869
|
}
|
|
2223
870
|
export interface DescribeRouteCalculatorRequest {
|
|
2224
|
-
|
|
2225
|
-
* <p>The name of the route calculator resource.</p>
|
|
2226
|
-
*/
|
|
871
|
+
|
|
2227
872
|
CalculatorName: string | undefined;
|
|
2228
873
|
}
|
|
2229
874
|
export declare namespace DescribeRouteCalculatorRequest {
|
|
2230
|
-
|
|
2231
|
-
* @internal
|
|
2232
|
-
*/
|
|
875
|
+
|
|
2233
876
|
const filterSensitiveLog: (obj: DescribeRouteCalculatorRequest) => any;
|
|
2234
877
|
}
|
|
2235
878
|
export interface DescribeRouteCalculatorResponse {
|
|
2236
|
-
|
|
2237
|
-
* <p>The name of the route calculator resource being described.</p>
|
|
2238
|
-
*/
|
|
879
|
+
|
|
2239
880
|
CalculatorName: string | undefined;
|
|
2240
|
-
|
|
2241
|
-
* <p>The Amazon Resource Name (ARN) for the Route calculator resource. Use the ARN when you
|
|
2242
|
-
* specify a resource across AWS.</p>
|
|
2243
|
-
* <ul>
|
|
2244
|
-
* <li>
|
|
2245
|
-
* <p>Format example:
|
|
2246
|
-
* <code>arn:aws:geo:region:account-id:route-calculator/ExampleCalculator</code>
|
|
2247
|
-
* </p>
|
|
2248
|
-
* </li>
|
|
2249
|
-
* </ul>
|
|
2250
|
-
*/
|
|
881
|
+
|
|
2251
882
|
CalculatorArn: string | undefined;
|
|
2252
|
-
|
|
2253
|
-
* <p>The pricing plan selected for the specified route calculator resource.</p>
|
|
2254
|
-
* <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>
|
|
2255
|
-
*/
|
|
883
|
+
|
|
2256
884
|
PricingPlan: PricingPlan | string | undefined;
|
|
2257
|
-
|
|
2258
|
-
* <p>The optional description of the route calculator resource.</p>
|
|
2259
|
-
*/
|
|
885
|
+
|
|
2260
886
|
Description: string | undefined;
|
|
2261
|
-
|
|
2262
|
-
* <p>The timestamp when the route calculator resource was created in <a href="https://www.iso.org/iso-8601-date-and-time-format.html">ISO 8601</a>
|
|
2263
|
-
* format: <code>YYYY-MM-DDThh:mm:ss.sssZ</code>. </p>
|
|
2264
|
-
* <ul>
|
|
2265
|
-
* <li>
|
|
2266
|
-
* <p>For example, <code>2020–07-2T12:15:20.000Z+01:00</code>
|
|
2267
|
-
* </p>
|
|
2268
|
-
* </li>
|
|
2269
|
-
* </ul>
|
|
2270
|
-
*/
|
|
887
|
+
|
|
2271
888
|
CreateTime: Date | undefined;
|
|
2272
|
-
|
|
2273
|
-
* <p>The timestamp when the route calculator resource was last updated in <a href="https://www.iso.org/iso-8601-date-and-time-format.html">ISO 8601</a>
|
|
2274
|
-
* format: <code>YYYY-MM-DDThh:mm:ss.sssZ</code>. </p>
|
|
2275
|
-
* <ul>
|
|
2276
|
-
* <li>
|
|
2277
|
-
* <p>For example, <code>2020–07-2T12:15:20.000Z+01:00</code>
|
|
2278
|
-
* </p>
|
|
2279
|
-
* </li>
|
|
2280
|
-
* </ul>
|
|
2281
|
-
*/
|
|
889
|
+
|
|
2282
890
|
UpdateTime: Date | undefined;
|
|
2283
|
-
|
|
2284
|
-
* <p>The data provider of traffic and road network data. Indicates one of the available
|
|
2285
|
-
* providers:</p>
|
|
2286
|
-
* <ul>
|
|
2287
|
-
* <li>
|
|
2288
|
-
* <p>
|
|
2289
|
-
* <code>Esri</code>
|
|
2290
|
-
* </p>
|
|
2291
|
-
* </li>
|
|
2292
|
-
* <li>
|
|
2293
|
-
* <p>
|
|
2294
|
-
* <code>Here</code>
|
|
2295
|
-
* </p>
|
|
2296
|
-
* </li>
|
|
2297
|
-
* </ul>
|
|
2298
|
-
* <p>For more information about 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>
|
|
2299
|
-
*/
|
|
891
|
+
|
|
2300
892
|
DataSource: string | undefined;
|
|
2301
|
-
|
|
2302
|
-
* <p>Tags associated with route calculator resource.</p>
|
|
2303
|
-
*/
|
|
893
|
+
|
|
2304
894
|
Tags?: {
|
|
2305
895
|
[key: string]: string;
|
|
2306
896
|
};
|
|
2307
897
|
}
|
|
2308
898
|
export declare namespace DescribeRouteCalculatorResponse {
|
|
2309
|
-
|
|
2310
|
-
* @internal
|
|
2311
|
-
*/
|
|
899
|
+
|
|
2312
900
|
const filterSensitiveLog: (obj: DescribeRouteCalculatorResponse) => any;
|
|
2313
901
|
}
|
|
2314
902
|
export interface DescribeTrackerRequest {
|
|
2315
|
-
|
|
2316
|
-
* <p>The name of the tracker resource.</p>
|
|
2317
|
-
*/
|
|
903
|
+
|
|
2318
904
|
TrackerName: string | undefined;
|
|
2319
905
|
}
|
|
2320
906
|
export declare namespace DescribeTrackerRequest {
|
|
2321
|
-
|
|
2322
|
-
* @internal
|
|
2323
|
-
*/
|
|
907
|
+
|
|
2324
908
|
const filterSensitiveLog: (obj: DescribeTrackerRequest) => any;
|
|
2325
909
|
}
|
|
2326
910
|
export interface DescribeTrackerResponse {
|
|
2327
|
-
|
|
2328
|
-
* <p>The name of the tracker resource.</p>
|
|
2329
|
-
*/
|
|
911
|
+
|
|
2330
912
|
TrackerName: string | undefined;
|
|
2331
|
-
|
|
2332
|
-
* <p>The Amazon Resource Name (ARN) for the tracker resource. Used when you need to specify
|
|
2333
|
-
* a resource across all AWS.</p>
|
|
2334
|
-
* <ul>
|
|
2335
|
-
* <li>
|
|
2336
|
-
* <p>Format example:
|
|
2337
|
-
* <code>arn:aws:geo:region:account-id:tracker/ExampleTracker</code>
|
|
2338
|
-
* </p>
|
|
2339
|
-
* </li>
|
|
2340
|
-
* </ul>
|
|
2341
|
-
*/
|
|
913
|
+
|
|
2342
914
|
TrackerArn: string | undefined;
|
|
2343
|
-
|
|
2344
|
-
* <p>The optional description for the tracker resource.</p>
|
|
2345
|
-
*/
|
|
915
|
+
|
|
2346
916
|
Description: string | undefined;
|
|
2347
|
-
|
|
2348
|
-
* <p>The pricing plan selected for the specified tracker resource.</p>
|
|
2349
|
-
* <p>For additional details and restrictions on each pricing plan option, see the <a href="https://aws.amazon.com/location/pricing/">Amazon Location Service pricing
|
|
2350
|
-
* page</a>.</p>
|
|
2351
|
-
*/
|
|
917
|
+
|
|
2352
918
|
PricingPlan: PricingPlan | string | undefined;
|
|
2353
|
-
|
|
2354
|
-
* <p>The specified data provider for the tracker resource.</p>
|
|
2355
|
-
*/
|
|
919
|
+
|
|
2356
920
|
PricingPlanDataSource?: string;
|
|
2357
|
-
|
|
2358
|
-
* <p>The tags associated with the tracker resource.</p>
|
|
2359
|
-
*/
|
|
921
|
+
|
|
2360
922
|
Tags?: {
|
|
2361
923
|
[key: string]: string;
|
|
2362
924
|
};
|
|
2363
|
-
|
|
2364
|
-
* <p>The timestamp for when the tracker resource was created in <a href="https://www.iso.org/iso-8601-date-and-time-format.html"> ISO 8601</a>
|
|
2365
|
-
* format: <code>YYYY-MM-DDThh:mm:ss.sssZ</code>. </p>
|
|
2366
|
-
*/
|
|
925
|
+
|
|
2367
926
|
CreateTime: Date | undefined;
|
|
2368
|
-
|
|
2369
|
-
* <p>The timestamp for when the tracker resource was last updated in <a href="https://www.iso.org/iso-8601-date-and-time-format.html"> ISO 8601</a>
|
|
2370
|
-
* format: <code>YYYY-MM-DDThh:mm:ss.sssZ</code>. </p>
|
|
2371
|
-
*/
|
|
927
|
+
|
|
2372
928
|
UpdateTime: Date | undefined;
|
|
2373
|
-
|
|
2374
|
-
* <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
|
-
*/
|
|
929
|
+
|
|
2376
930
|
KmsKeyId?: string;
|
|
931
|
+
|
|
932
|
+
PositionFiltering?: PositionFiltering | string;
|
|
2377
933
|
}
|
|
2378
934
|
export declare namespace DescribeTrackerResponse {
|
|
2379
|
-
|
|
2380
|
-
* @internal
|
|
2381
|
-
*/
|
|
935
|
+
|
|
2382
936
|
const filterSensitiveLog: (obj: DescribeTrackerResponse) => any;
|
|
2383
937
|
}
|
|
2384
938
|
export interface DisassociateTrackerConsumerRequest {
|
|
2385
|
-
|
|
2386
|
-
* <p>The name of the tracker resource to be dissociated from the consumer.</p>
|
|
2387
|
-
*/
|
|
939
|
+
|
|
2388
940
|
TrackerName: string | undefined;
|
|
2389
|
-
|
|
2390
|
-
* <p>The Amazon Resource Name (ARN) for the geofence collection to be disassociated from
|
|
2391
|
-
* the tracker resource. Used when you need to specify a resource across all AWS. </p>
|
|
2392
|
-
* <ul>
|
|
2393
|
-
* <li>
|
|
2394
|
-
* <p>Format example:
|
|
2395
|
-
* <code>arn:aws:geo:region:account-id:geofence-collection/ExampleGeofenceCollectionConsumer</code>
|
|
2396
|
-
* </p>
|
|
2397
|
-
* </li>
|
|
2398
|
-
* </ul>
|
|
2399
|
-
*/
|
|
941
|
+
|
|
2400
942
|
ConsumerArn: string | undefined;
|
|
2401
943
|
}
|
|
2402
944
|
export declare namespace DisassociateTrackerConsumerRequest {
|
|
2403
|
-
|
|
2404
|
-
* @internal
|
|
2405
|
-
*/
|
|
945
|
+
|
|
2406
946
|
const filterSensitiveLog: (obj: DisassociateTrackerConsumerRequest) => any;
|
|
2407
947
|
}
|
|
2408
948
|
export interface DisassociateTrackerConsumerResponse {
|
|
2409
949
|
}
|
|
2410
950
|
export declare namespace DisassociateTrackerConsumerResponse {
|
|
2411
|
-
|
|
2412
|
-
* @internal
|
|
2413
|
-
*/
|
|
951
|
+
|
|
2414
952
|
const filterSensitiveLog: (obj: DisassociateTrackerConsumerResponse) => any;
|
|
2415
953
|
}
|
|
2416
954
|
export interface ListTagsForResourceRequest {
|
|
2417
|
-
|
|
2418
|
-
* <p>The Amazon Resource Name (ARN) of the resource whose tags you want to retrieve.</p>
|
|
2419
|
-
* <ul>
|
|
2420
|
-
* <li>
|
|
2421
|
-
* <p>Format example: <code>arn:aws:geo:region:account-id:resourcetype/ExampleResource</code>
|
|
2422
|
-
* </p>
|
|
2423
|
-
* </li>
|
|
2424
|
-
* </ul>
|
|
2425
|
-
*/
|
|
955
|
+
|
|
2426
956
|
ResourceArn: string | undefined;
|
|
2427
957
|
}
|
|
2428
958
|
export declare namespace ListTagsForResourceRequest {
|
|
2429
|
-
|
|
2430
|
-
* @internal
|
|
2431
|
-
*/
|
|
959
|
+
|
|
2432
960
|
const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
2433
961
|
}
|
|
2434
962
|
export interface ListTagsForResourceResponse {
|
|
2435
|
-
|
|
2436
|
-
* <p>Tags that have been applied to the specified resource. Tags are mapped from the tag key to the tag value: <code>"TagKey" : "TagValue"</code>.</p>
|
|
2437
|
-
* <ul>
|
|
2438
|
-
* <li>
|
|
2439
|
-
* <p>Format example: <code>{"tag1" : "value1", "tag2" : "value2"} </code>
|
|
2440
|
-
* </p>
|
|
2441
|
-
* </li>
|
|
2442
|
-
* </ul>
|
|
2443
|
-
*/
|
|
963
|
+
|
|
2444
964
|
Tags?: {
|
|
2445
965
|
[key: string]: string;
|
|
2446
966
|
};
|
|
2447
967
|
}
|
|
2448
968
|
export declare namespace ListTagsForResourceResponse {
|
|
2449
|
-
|
|
2450
|
-
* @internal
|
|
2451
|
-
*/
|
|
969
|
+
|
|
2452
970
|
const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
2453
971
|
}
|
|
2454
972
|
export interface TagResourceRequest {
|
|
2455
|
-
|
|
2456
|
-
* <p>The Amazon Resource Name (ARN) of the resource whose tags you want to update.</p>
|
|
2457
|
-
* <ul>
|
|
2458
|
-
* <li>
|
|
2459
|
-
* <p>Format example: <code>arn:aws:geo:region:account-id:resourcetype/ExampleResource</code>
|
|
2460
|
-
* </p>
|
|
2461
|
-
* </li>
|
|
2462
|
-
* </ul>
|
|
2463
|
-
*/
|
|
973
|
+
|
|
2464
974
|
ResourceArn: string | undefined;
|
|
2465
|
-
|
|
2466
|
-
* <p>Tags that have been applied to the specified resource. Tags are mapped from the tag key to the tag value: <code>"TagKey" : "TagValue"</code>.</p>
|
|
2467
|
-
* <ul>
|
|
2468
|
-
* <li>
|
|
2469
|
-
* <p>Format example: <code>{"tag1" : "value1", "tag2" : "value2"} </code>
|
|
2470
|
-
* </p>
|
|
2471
|
-
* </li>
|
|
2472
|
-
* </ul>
|
|
2473
|
-
*/
|
|
975
|
+
|
|
2474
976
|
Tags: {
|
|
2475
977
|
[key: string]: string;
|
|
2476
978
|
} | undefined;
|
|
2477
979
|
}
|
|
2478
980
|
export declare namespace TagResourceRequest {
|
|
2479
|
-
|
|
2480
|
-
* @internal
|
|
2481
|
-
*/
|
|
981
|
+
|
|
2482
982
|
const filterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
2483
983
|
}
|
|
2484
984
|
export interface TagResourceResponse {
|
|
2485
985
|
}
|
|
2486
986
|
export declare namespace TagResourceResponse {
|
|
2487
|
-
|
|
2488
|
-
* @internal
|
|
2489
|
-
*/
|
|
987
|
+
|
|
2490
988
|
const filterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
2491
989
|
}
|
|
2492
990
|
export interface UntagResourceRequest {
|
|
2493
|
-
|
|
2494
|
-
* <p>The Amazon Resource Name (ARN) of the resource from which you want to remove tags.</p>
|
|
2495
|
-
* <ul>
|
|
2496
|
-
* <li>
|
|
2497
|
-
* <p>Format example: <code>arn:aws:geo:region:account-id:resourcetype/ExampleResource</code>
|
|
2498
|
-
* </p>
|
|
2499
|
-
* </li>
|
|
2500
|
-
* </ul>
|
|
2501
|
-
*/
|
|
991
|
+
|
|
2502
992
|
ResourceArn: string | undefined;
|
|
2503
|
-
|
|
2504
|
-
* <p>The list of tag keys to remove from the specified resource.</p>
|
|
2505
|
-
*/
|
|
993
|
+
|
|
2506
994
|
TagKeys: string[] | undefined;
|
|
2507
995
|
}
|
|
2508
996
|
export declare namespace UntagResourceRequest {
|
|
2509
|
-
|
|
2510
|
-
* @internal
|
|
2511
|
-
*/
|
|
997
|
+
|
|
2512
998
|
const filterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
2513
999
|
}
|
|
2514
1000
|
export interface UntagResourceResponse {
|
|
2515
1001
|
}
|
|
2516
1002
|
export declare namespace UntagResourceResponse {
|
|
2517
|
-
|
|
2518
|
-
* @internal
|
|
2519
|
-
*/
|
|
1003
|
+
|
|
2520
1004
|
const filterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
2521
1005
|
}
|
|
2522
1006
|
export interface GetGeofenceRequest {
|
|
2523
|
-
|
|
2524
|
-
* <p>The geofence collection storing the target geofence.</p>
|
|
2525
|
-
*/
|
|
1007
|
+
|
|
2526
1008
|
CollectionName: string | undefined;
|
|
2527
|
-
|
|
2528
|
-
* <p>The geofence you're retrieving details for.</p>
|
|
2529
|
-
*/
|
|
1009
|
+
|
|
2530
1010
|
GeofenceId: string | undefined;
|
|
2531
1011
|
}
|
|
2532
1012
|
export declare namespace GetGeofenceRequest {
|
|
2533
|
-
|
|
2534
|
-
* @internal
|
|
2535
|
-
*/
|
|
1013
|
+
|
|
2536
1014
|
const filterSensitiveLog: (obj: GetGeofenceRequest) => any;
|
|
2537
1015
|
}
|
|
2538
1016
|
export interface GetGeofenceResponse {
|
|
2539
|
-
|
|
2540
|
-
* <p>The geofence identifier.</p>
|
|
2541
|
-
*/
|
|
1017
|
+
|
|
2542
1018
|
GeofenceId: string | undefined;
|
|
2543
|
-
|
|
2544
|
-
* <p>Contains the geofence geometry details describing a polygon.</p>
|
|
2545
|
-
*/
|
|
1019
|
+
|
|
2546
1020
|
Geometry: GeofenceGeometry | undefined;
|
|
2547
|
-
|
|
2548
|
-
* <p>Identifies the state of the geofence. A geofence will hold one of the following
|
|
2549
|
-
* states:</p>
|
|
2550
|
-
* <ul>
|
|
2551
|
-
* <li>
|
|
2552
|
-
* <p>
|
|
2553
|
-
* <code>ACTIVE</code> — The geofence has been indexed by the system. </p>
|
|
2554
|
-
* </li>
|
|
2555
|
-
* <li>
|
|
2556
|
-
* <p>
|
|
2557
|
-
* <code>PENDING</code> — The geofence is being processed by the system.</p>
|
|
2558
|
-
* </li>
|
|
2559
|
-
* <li>
|
|
2560
|
-
* <p>
|
|
2561
|
-
* <code>FAILED</code> — The geofence failed to be indexed by the system.</p>
|
|
2562
|
-
* </li>
|
|
2563
|
-
* <li>
|
|
2564
|
-
* <p>
|
|
2565
|
-
* <code>DELETED</code> — The geofence has been deleted from the system
|
|
2566
|
-
* index.</p>
|
|
2567
|
-
* </li>
|
|
2568
|
-
* <li>
|
|
2569
|
-
* <p>
|
|
2570
|
-
* <code>DELETING</code> — The geofence is being deleted from the system
|
|
2571
|
-
* index.</p>
|
|
2572
|
-
* </li>
|
|
2573
|
-
* </ul>
|
|
2574
|
-
*/
|
|
1021
|
+
|
|
2575
1022
|
Status: string | undefined;
|
|
2576
|
-
|
|
2577
|
-
* <p>The timestamp for when the geofence collection was created in <a href="https://www.iso.org/iso-8601-date-and-time-format.html">ISO 8601</a>
|
|
2578
|
-
* format: <code>YYYY-MM-DDThh:mm:ss.sssZ</code>
|
|
2579
|
-
* </p>
|
|
2580
|
-
*/
|
|
1023
|
+
|
|
2581
1024
|
CreateTime: Date | undefined;
|
|
2582
|
-
|
|
2583
|
-
* <p>The timestamp for when the geofence collection was last updated in <a href="https://www.iso.org/iso-8601-date-and-time-format.html">ISO 8601</a>
|
|
2584
|
-
* format: <code>YYYY-MM-DDThh:mm:ss.sssZ</code>
|
|
2585
|
-
* </p>
|
|
2586
|
-
*/
|
|
1025
|
+
|
|
2587
1026
|
UpdateTime: Date | undefined;
|
|
2588
1027
|
}
|
|
2589
1028
|
export declare namespace GetGeofenceResponse {
|
|
2590
|
-
|
|
2591
|
-
* @internal
|
|
2592
|
-
*/
|
|
1029
|
+
|
|
2593
1030
|
const filterSensitiveLog: (obj: GetGeofenceResponse) => any;
|
|
2594
1031
|
}
|
|
2595
1032
|
export interface ListGeofenceCollectionsRequest {
|
|
2596
|
-
|
|
2597
|
-
* <p>An optional limit for the number of resources returned in a single call. </p>
|
|
2598
|
-
* <p>Default value: <code>100</code>
|
|
2599
|
-
* </p>
|
|
2600
|
-
*/
|
|
1033
|
+
|
|
2601
1034
|
MaxResults?: number;
|
|
2602
|
-
|
|
2603
|
-
* <p>The pagination token specifying which page of results to return in the response. If no
|
|
2604
|
-
* token is provided, the default page is the first page. </p>
|
|
2605
|
-
* <p>Default value: <code>null</code>
|
|
2606
|
-
* </p>
|
|
2607
|
-
*/
|
|
1035
|
+
|
|
2608
1036
|
NextToken?: string;
|
|
2609
1037
|
}
|
|
2610
1038
|
export declare namespace ListGeofenceCollectionsRequest {
|
|
2611
|
-
|
|
2612
|
-
* @internal
|
|
2613
|
-
*/
|
|
1039
|
+
|
|
2614
1040
|
const filterSensitiveLog: (obj: ListGeofenceCollectionsRequest) => any;
|
|
2615
1041
|
}
|
|
2616
|
-
|
|
2617
|
-
* <p>Contains the geofence collection details.</p>
|
|
2618
|
-
*/
|
|
1042
|
+
|
|
2619
1043
|
export interface ListGeofenceCollectionsResponseEntry {
|
|
2620
|
-
|
|
2621
|
-
* <p>The name of the geofence collection.</p>
|
|
2622
|
-
*/
|
|
1044
|
+
|
|
2623
1045
|
CollectionName: string | undefined;
|
|
2624
|
-
|
|
2625
|
-
* <p>The description for the geofence collection</p>
|
|
2626
|
-
*/
|
|
1046
|
+
|
|
2627
1047
|
Description: string | undefined;
|
|
2628
|
-
|
|
2629
|
-
* <p>The pricing plan for the specified geofence collection.</p>
|
|
2630
|
-
* <p>For additional details and restrictions on each pricing plan option, see the <a href="https://aws.amazon.com/location/pricing/">Amazon Location Service pricing
|
|
2631
|
-
* page</a>.</p>
|
|
2632
|
-
*/
|
|
1048
|
+
|
|
2633
1049
|
PricingPlan: PricingPlan | string | undefined;
|
|
2634
|
-
|
|
2635
|
-
* <p>The specified data provider for the geofence collection.</p>
|
|
2636
|
-
*/
|
|
1050
|
+
|
|
2637
1051
|
PricingPlanDataSource?: string;
|
|
2638
|
-
|
|
2639
|
-
* <p>The timestamp for when the geofence collection was created in <a href="https://www.iso.org/iso-8601-date-and-time-format.html">ISO 8601</a>
|
|
2640
|
-
* format: <code>YYYY-MM-DDThh:mm:ss.sssZ</code>
|
|
2641
|
-
* </p>
|
|
2642
|
-
*/
|
|
1052
|
+
|
|
2643
1053
|
CreateTime: Date | undefined;
|
|
2644
|
-
|
|
2645
|
-
* <p>Specifies a timestamp for when the resource was last updated in <a href="https://www.iso.org/iso-8601-date-and-time-format.html">ISO 8601</a>
|
|
2646
|
-
* format: <code>YYYY-MM-DDThh:mm:ss.sssZ</code>
|
|
2647
|
-
* </p>
|
|
2648
|
-
*/
|
|
1054
|
+
|
|
2649
1055
|
UpdateTime: Date | undefined;
|
|
2650
1056
|
}
|
|
2651
1057
|
export declare namespace ListGeofenceCollectionsResponseEntry {
|
|
2652
|
-
|
|
2653
|
-
* @internal
|
|
2654
|
-
*/
|
|
1058
|
+
|
|
2655
1059
|
const filterSensitiveLog: (obj: ListGeofenceCollectionsResponseEntry) => any;
|
|
2656
1060
|
}
|
|
2657
1061
|
export interface ListGeofenceCollectionsResponse {
|
|
2658
|
-
|
|
2659
|
-
* <p>Lists the geofence collections that exist in your AWS account.</p>
|
|
2660
|
-
*/
|
|
1062
|
+
|
|
2661
1063
|
Entries: ListGeofenceCollectionsResponseEntry[] | undefined;
|
|
2662
|
-
|
|
2663
|
-
* <p>A pagination token indicating there are additional pages available. You can use the
|
|
2664
|
-
* token in a following request to fetch the next set of results. </p>
|
|
2665
|
-
*/
|
|
1064
|
+
|
|
2666
1065
|
NextToken?: string;
|
|
2667
1066
|
}
|
|
2668
1067
|
export declare namespace ListGeofenceCollectionsResponse {
|
|
2669
|
-
|
|
2670
|
-
* @internal
|
|
2671
|
-
*/
|
|
1068
|
+
|
|
2672
1069
|
const filterSensitiveLog: (obj: ListGeofenceCollectionsResponse) => any;
|
|
2673
1070
|
}
|
|
2674
1071
|
export interface ListGeofencesRequest {
|
|
2675
|
-
|
|
2676
|
-
* <p>The name of the geofence collection storing the list of geofences.</p>
|
|
2677
|
-
*/
|
|
1072
|
+
|
|
2678
1073
|
CollectionName: string | undefined;
|
|
2679
|
-
|
|
2680
|
-
* <p>The pagination token specifying which page of results to return in the response. If no
|
|
2681
|
-
* token is provided, the default page is the first page. </p>
|
|
2682
|
-
* <p>Default value: <code>null</code>
|
|
2683
|
-
* </p>
|
|
2684
|
-
*/
|
|
1074
|
+
|
|
2685
1075
|
NextToken?: string;
|
|
2686
1076
|
}
|
|
2687
1077
|
export declare namespace ListGeofencesRequest {
|
|
2688
|
-
|
|
2689
|
-
* @internal
|
|
2690
|
-
*/
|
|
1078
|
+
|
|
2691
1079
|
const filterSensitiveLog: (obj: ListGeofencesRequest) => any;
|
|
2692
1080
|
}
|
|
2693
|
-
|
|
2694
|
-
* <p>Contains a list of geofences stored in a given geofence collection.</p>
|
|
2695
|
-
*/
|
|
1081
|
+
|
|
2696
1082
|
export interface ListGeofenceResponseEntry {
|
|
2697
|
-
|
|
2698
|
-
* <p>The geofence identifier.</p>
|
|
2699
|
-
*/
|
|
1083
|
+
|
|
2700
1084
|
GeofenceId: string | undefined;
|
|
2701
|
-
|
|
2702
|
-
* <p>Contains the geofence geometry details describing a polygon.</p>
|
|
2703
|
-
*/
|
|
1085
|
+
|
|
2704
1086
|
Geometry: GeofenceGeometry | undefined;
|
|
2705
|
-
|
|
2706
|
-
* <p>Identifies the state of the geofence. A geofence will hold one of the following
|
|
2707
|
-
* states:</p>
|
|
2708
|
-
* <ul>
|
|
2709
|
-
* <li>
|
|
2710
|
-
* <p>
|
|
2711
|
-
* <code>ACTIVE</code> — The geofence has been indexed by the system. </p>
|
|
2712
|
-
* </li>
|
|
2713
|
-
* <li>
|
|
2714
|
-
* <p>
|
|
2715
|
-
* <code>PENDING</code> — The geofence is being processed by the system.</p>
|
|
2716
|
-
* </li>
|
|
2717
|
-
* <li>
|
|
2718
|
-
* <p>
|
|
2719
|
-
* <code>FAILED</code> — The geofence failed to be indexed by the system.</p>
|
|
2720
|
-
* </li>
|
|
2721
|
-
* <li>
|
|
2722
|
-
* <p>
|
|
2723
|
-
* <code>DELETED</code> — The geofence has been deleted from the system
|
|
2724
|
-
* index.</p>
|
|
2725
|
-
* </li>
|
|
2726
|
-
* <li>
|
|
2727
|
-
* <p>
|
|
2728
|
-
* <code>DELETING</code> — The geofence is being deleted from the system
|
|
2729
|
-
* index.</p>
|
|
2730
|
-
* </li>
|
|
2731
|
-
* </ul>
|
|
2732
|
-
*/
|
|
1087
|
+
|
|
2733
1088
|
Status: string | undefined;
|
|
2734
|
-
|
|
2735
|
-
* <p>The timestamp for when the geofence was stored in a geofence collection in <a href="https://www.iso.org/iso-8601-date-and-time-format.html">ISO 8601</a>
|
|
2736
|
-
* format: <code>YYYY-MM-DDThh:mm:ss.sssZ</code>
|
|
2737
|
-
* </p>
|
|
2738
|
-
*/
|
|
1089
|
+
|
|
2739
1090
|
CreateTime: Date | undefined;
|
|
2740
|
-
|
|
2741
|
-
* <p>The timestamp for when the geofence was last updated in <a href="https://www.iso.org/iso-8601-date-and-time-format.html">ISO 8601</a>
|
|
2742
|
-
* format: <code>YYYY-MM-DDThh:mm:ss.sssZ</code>
|
|
2743
|
-
* </p>
|
|
2744
|
-
*/
|
|
1091
|
+
|
|
2745
1092
|
UpdateTime: Date | undefined;
|
|
2746
1093
|
}
|
|
2747
1094
|
export declare namespace ListGeofenceResponseEntry {
|
|
2748
|
-
|
|
2749
|
-
* @internal
|
|
2750
|
-
*/
|
|
1095
|
+
|
|
2751
1096
|
const filterSensitiveLog: (obj: ListGeofenceResponseEntry) => any;
|
|
2752
1097
|
}
|
|
2753
1098
|
export interface ListGeofencesResponse {
|
|
2754
|
-
|
|
2755
|
-
* <p>Contains a list of geofences stored in the geofence collection.</p>
|
|
2756
|
-
*/
|
|
1099
|
+
|
|
2757
1100
|
Entries: ListGeofenceResponseEntry[] | undefined;
|
|
2758
|
-
|
|
2759
|
-
* <p>A pagination token indicating there are additional pages available. You can use the
|
|
2760
|
-
* token in a following request to fetch the next set of results. </p>
|
|
2761
|
-
*/
|
|
1101
|
+
|
|
2762
1102
|
NextToken?: string;
|
|
2763
1103
|
}
|
|
2764
1104
|
export declare namespace ListGeofencesResponse {
|
|
2765
|
-
|
|
2766
|
-
* @internal
|
|
2767
|
-
*/
|
|
1105
|
+
|
|
2768
1106
|
const filterSensitiveLog: (obj: ListGeofencesResponse) => any;
|
|
2769
1107
|
}
|
|
2770
1108
|
export interface PutGeofenceRequest {
|
|
2771
|
-
|
|
2772
|
-
* <p>The geofence collection to store the geofence in.</p>
|
|
2773
|
-
*/
|
|
1109
|
+
|
|
2774
1110
|
CollectionName: string | undefined;
|
|
2775
|
-
|
|
2776
|
-
* <p>An identifier for the geofence. For example, <code>ExampleGeofence-1</code>.</p>
|
|
2777
|
-
*/
|
|
1111
|
+
|
|
2778
1112
|
GeofenceId: string | undefined;
|
|
2779
|
-
|
|
2780
|
-
* <p>Contains the polygon details to specify the position of the geofence.</p>
|
|
2781
|
-
* <note>
|
|
2782
|
-
* <p>Each <a href="https://docs.aws.amazon.com/location-geofences/latest/APIReference/API_GeofenceGeometry.html">geofence polygon</a> can have a maximum of 1,000 vertices.</p>
|
|
2783
|
-
* </note>
|
|
2784
|
-
*/
|
|
1113
|
+
|
|
2785
1114
|
Geometry: GeofenceGeometry | undefined;
|
|
2786
1115
|
}
|
|
2787
1116
|
export declare namespace PutGeofenceRequest {
|
|
2788
|
-
|
|
2789
|
-
* @internal
|
|
2790
|
-
*/
|
|
1117
|
+
|
|
2791
1118
|
const filterSensitiveLog: (obj: PutGeofenceRequest) => any;
|
|
2792
1119
|
}
|
|
2793
1120
|
export interface PutGeofenceResponse {
|
|
2794
|
-
|
|
2795
|
-
* <p>The geofence identifier entered in the request.</p>
|
|
2796
|
-
*/
|
|
1121
|
+
|
|
2797
1122
|
GeofenceId: string | undefined;
|
|
2798
|
-
|
|
2799
|
-
* <p>The timestamp for when the geofence was created in <a href="https://www.iso.org/iso-8601-date-and-time-format.html">ISO 8601</a>
|
|
2800
|
-
* format: <code>YYYY-MM-DDThh:mm:ss.sssZ</code>
|
|
2801
|
-
* </p>
|
|
2802
|
-
*/
|
|
1123
|
+
|
|
2803
1124
|
CreateTime: Date | undefined;
|
|
2804
|
-
|
|
2805
|
-
* <p>The timestamp for when the geofence was last updated in <a href="https://www.iso.org/iso-8601-date-and-time-format.html">ISO 8601</a>
|
|
2806
|
-
* format: <code>YYYY-MM-DDThh:mm:ss.sssZ</code>
|
|
2807
|
-
* </p>
|
|
2808
|
-
*/
|
|
1125
|
+
|
|
2809
1126
|
UpdateTime: Date | undefined;
|
|
2810
1127
|
}
|
|
2811
1128
|
export declare namespace PutGeofenceResponse {
|
|
2812
|
-
|
|
2813
|
-
* @internal
|
|
2814
|
-
*/
|
|
1129
|
+
|
|
2815
1130
|
const filterSensitiveLog: (obj: PutGeofenceResponse) => any;
|
|
2816
1131
|
}
|
|
2817
1132
|
export interface UpdateGeofenceCollectionRequest {
|
|
2818
|
-
|
|
2819
|
-
* <p>The name of the geofence collection to update.</p>
|
|
2820
|
-
*/
|
|
1133
|
+
|
|
2821
1134
|
CollectionName: string | undefined;
|
|
2822
|
-
|
|
2823
|
-
* <p>Updates the pricing plan for the geofence collection.</p>
|
|
2824
|
-
* <p>For more information about each pricing plan option restrictions, see <a href="https://aws.amazon.com/location/pricing/">Amazon Location Service
|
|
2825
|
-
* pricing</a>.</p>
|
|
2826
|
-
*/
|
|
1135
|
+
|
|
2827
1136
|
PricingPlan?: PricingPlan | string;
|
|
2828
|
-
|
|
2829
|
-
* <p>Updates the data provider for the geofence collection. </p>
|
|
2830
|
-
* <p>A required value for the following pricing plans: <code>MobileAssetTracking</code>|
|
|
2831
|
-
* <code>MobileAssetManagement</code>
|
|
2832
|
-
* </p>
|
|
2833
|
-
* <p>For more information about <a href="https://aws.amazon.com/location/data-providers/">data providers</a> and
|
|
2834
|
-
* <a href="https://aws.amazon.com/location/pricing/">pricing plans</a>, see the
|
|
2835
|
-
* Amazon Location Service product page.</p>
|
|
2836
|
-
* <note>
|
|
2837
|
-
* <p>This can only be updated when updating the <code>PricingPlan</code> in the same
|
|
2838
|
-
* request.</p>
|
|
2839
|
-
* <p>Amazon Location Service uses <code>PricingPlanDataSource</code> to calculate
|
|
2840
|
-
* billing for your geofence collection. Your data won't be shared with the data
|
|
2841
|
-
* provider, and will remain in your AWS account and Region unless you move it.</p>
|
|
2842
|
-
* </note>
|
|
2843
|
-
*/
|
|
1137
|
+
|
|
2844
1138
|
PricingPlanDataSource?: string;
|
|
2845
|
-
|
|
2846
|
-
* <p>Updates the description for the geofence collection.</p>
|
|
2847
|
-
*/
|
|
1139
|
+
|
|
2848
1140
|
Description?: string;
|
|
2849
1141
|
}
|
|
2850
1142
|
export declare namespace UpdateGeofenceCollectionRequest {
|
|
2851
|
-
|
|
2852
|
-
* @internal
|
|
2853
|
-
*/
|
|
1143
|
+
|
|
2854
1144
|
const filterSensitiveLog: (obj: UpdateGeofenceCollectionRequest) => any;
|
|
2855
1145
|
}
|
|
2856
1146
|
export interface UpdateGeofenceCollectionResponse {
|
|
2857
|
-
|
|
2858
|
-
* <p>The name of the updated geofence collection.</p>
|
|
2859
|
-
*/
|
|
1147
|
+
|
|
2860
1148
|
CollectionName: string | undefined;
|
|
2861
|
-
|
|
2862
|
-
* <p>The Amazon Resource Name (ARN) of the updated geofence collection. Used to specify a
|
|
2863
|
-
* resource across AWS.</p>
|
|
2864
|
-
* <ul>
|
|
2865
|
-
* <li>
|
|
2866
|
-
* <p>Format example:
|
|
2867
|
-
* <code>arn:aws:geo:region:account-id:geofence-collection/ExampleGeofenceCollection</code>
|
|
2868
|
-
* </p>
|
|
2869
|
-
* </li>
|
|
2870
|
-
* </ul>
|
|
2871
|
-
*/
|
|
1149
|
+
|
|
2872
1150
|
CollectionArn: string | undefined;
|
|
2873
|
-
|
|
2874
|
-
* <p>The time when the geofence collection was last updated in <a href="https://www.iso.org/iso-8601-date-and-time-format.html">ISO 8601</a>
|
|
2875
|
-
* format: <code>YYYY-MM-DDThh:mm:ss.sssZ</code>
|
|
2876
|
-
* </p>
|
|
2877
|
-
*/
|
|
1151
|
+
|
|
2878
1152
|
UpdateTime: Date | undefined;
|
|
2879
1153
|
}
|
|
2880
1154
|
export declare namespace UpdateGeofenceCollectionResponse {
|
|
2881
|
-
|
|
2882
|
-
* @internal
|
|
2883
|
-
*/
|
|
1155
|
+
|
|
2884
1156
|
const filterSensitiveLog: (obj: UpdateGeofenceCollectionResponse) => any;
|
|
2885
1157
|
}
|
|
2886
1158
|
export interface GetDevicePositionRequest {
|
|
2887
|
-
|
|
2888
|
-
* <p>The tracker resource receiving the position update.</p>
|
|
2889
|
-
*/
|
|
1159
|
+
|
|
2890
1160
|
TrackerName: string | undefined;
|
|
2891
|
-
|
|
2892
|
-
* <p>The device whose position you want to retrieve.</p>
|
|
2893
|
-
*/
|
|
1161
|
+
|
|
2894
1162
|
DeviceId: string | undefined;
|
|
2895
1163
|
}
|
|
2896
1164
|
export declare namespace GetDevicePositionRequest {
|
|
2897
|
-
|
|
2898
|
-
* @internal
|
|
2899
|
-
*/
|
|
1165
|
+
|
|
2900
1166
|
const filterSensitiveLog: (obj: GetDevicePositionRequest) => any;
|
|
2901
1167
|
}
|
|
2902
1168
|
export interface GetDevicePositionResponse {
|
|
2903
|
-
|
|
2904
|
-
* <p>The device whose position you retrieved.</p>
|
|
2905
|
-
*/
|
|
1169
|
+
|
|
2906
1170
|
DeviceId?: string;
|
|
2907
|
-
|
|
2908
|
-
* <p>The timestamp at which the device's position was determined. Uses <a href="https://www.iso.org/iso-8601-date-and-time-format.html"> ISO 8601 </a>
|
|
2909
|
-
* format: <code>YYYY-MM-DDThh:mm:ss.sssZ</code>. </p>
|
|
2910
|
-
*/
|
|
1171
|
+
|
|
2911
1172
|
SampleTime: Date | undefined;
|
|
2912
|
-
|
|
2913
|
-
* <p>The timestamp for when the tracker resource received the device position in <a href="https://www.iso.org/iso-8601-date-and-time-format.html"> ISO 8601 </a>
|
|
2914
|
-
* format: <code>YYYY-MM-DDThh:mm:ss.sssZ</code>. </p>
|
|
2915
|
-
*/
|
|
1173
|
+
|
|
2916
1174
|
ReceivedTime: Date | undefined;
|
|
2917
|
-
|
|
2918
|
-
* <p>The last known device position.</p>
|
|
2919
|
-
*/
|
|
1175
|
+
|
|
2920
1176
|
Position: number[] | undefined;
|
|
2921
1177
|
}
|
|
2922
1178
|
export declare namespace GetDevicePositionResponse {
|
|
2923
|
-
|
|
2924
|
-
* @internal
|
|
2925
|
-
*/
|
|
1179
|
+
|
|
2926
1180
|
const filterSensitiveLog: (obj: GetDevicePositionResponse) => any;
|
|
2927
1181
|
}
|
|
2928
1182
|
export interface GetDevicePositionHistoryRequest {
|
|
2929
|
-
|
|
2930
|
-
* <p>The tracker resource receiving the request for the device position history.</p>
|
|
2931
|
-
*/
|
|
1183
|
+
|
|
2932
1184
|
TrackerName: string | undefined;
|
|
2933
|
-
|
|
2934
|
-
* <p>The device whose position history you want to retrieve.</p>
|
|
2935
|
-
*/
|
|
1185
|
+
|
|
2936
1186
|
DeviceId: string | undefined;
|
|
2937
|
-
|
|
2938
|
-
* <p>The pagination token specifying which page of results to return in the response. If no
|
|
2939
|
-
* token is provided, the default page is the first page. </p>
|
|
2940
|
-
* <p>Default value: <code>null</code>
|
|
2941
|
-
* </p>
|
|
2942
|
-
*/
|
|
1187
|
+
|
|
2943
1188
|
NextToken?: string;
|
|
2944
|
-
|
|
2945
|
-
* <p>Specify the start time for the position history in <a href="https://www.iso.org/iso-8601-date-and-time-format.html"> ISO 8601</a>
|
|
2946
|
-
* format: <code>YYYY-MM-DDThh:mm:ss.sssZ</code>. By default, the value will be 24 hours
|
|
2947
|
-
* prior to the time that the request is made.</p>
|
|
2948
|
-
* <p>Requirement:</p>
|
|
2949
|
-
* <ul>
|
|
2950
|
-
* <li>
|
|
2951
|
-
* <p>The time specified for <code>StartTimeInclusive</code> must be before
|
|
2952
|
-
* <code>EndTimeExclusive</code>.</p>
|
|
2953
|
-
* </li>
|
|
2954
|
-
* </ul>
|
|
2955
|
-
*/
|
|
1189
|
+
|
|
2956
1190
|
StartTimeInclusive?: Date;
|
|
2957
|
-
|
|
2958
|
-
* <p>Specify the end time for the position history in <a href="https://www.iso.org/iso-8601-date-and-time-format.html"> ISO 8601</a>
|
|
2959
|
-
* format: <code>YYYY-MM-DDThh:mm:ss.sssZ</code>. By default, the value will be the time
|
|
2960
|
-
* that the request is made.</p>
|
|
2961
|
-
* <p>Requirement:</p>
|
|
2962
|
-
* <ul>
|
|
2963
|
-
* <li>
|
|
2964
|
-
* <p>The time specified for <code>EndTimeExclusive</code> must be after the time for
|
|
2965
|
-
* <code>StartTimeInclusive</code>.</p>
|
|
2966
|
-
* </li>
|
|
2967
|
-
* </ul>
|
|
2968
|
-
*/
|
|
1191
|
+
|
|
2969
1192
|
EndTimeExclusive?: Date;
|
|
2970
1193
|
}
|
|
2971
1194
|
export declare namespace GetDevicePositionHistoryRequest {
|
|
2972
|
-
|
|
2973
|
-
* @internal
|
|
2974
|
-
*/
|
|
1195
|
+
|
|
2975
1196
|
const filterSensitiveLog: (obj: GetDevicePositionHistoryRequest) => any;
|
|
2976
1197
|
}
|
|
2977
1198
|
export interface GetDevicePositionHistoryResponse {
|
|
2978
|
-
|
|
2979
|
-
* <p>Contains the position history details for the requested device.</p>
|
|
2980
|
-
*/
|
|
1199
|
+
|
|
2981
1200
|
DevicePositions: DevicePosition[] | undefined;
|
|
2982
|
-
|
|
2983
|
-
* <p>A pagination token indicating there are additional pages available. You can use the
|
|
2984
|
-
* token in a following request to fetch the next set of results.</p>
|
|
2985
|
-
*/
|
|
1201
|
+
|
|
2986
1202
|
NextToken?: string;
|
|
2987
1203
|
}
|
|
2988
1204
|
export declare namespace GetDevicePositionHistoryResponse {
|
|
2989
|
-
|
|
2990
|
-
* @internal
|
|
2991
|
-
*/
|
|
1205
|
+
|
|
2992
1206
|
const filterSensitiveLog: (obj: GetDevicePositionHistoryResponse) => any;
|
|
2993
1207
|
}
|
|
2994
1208
|
export interface GetMapGlyphsRequest {
|
|
2995
|
-
|
|
2996
|
-
* <p>The map resource associated with the glyph file.</p>
|
|
2997
|
-
*/
|
|
1209
|
+
|
|
2998
1210
|
MapName: string | undefined;
|
|
2999
|
-
|
|
3000
|
-
* <p>A comma-separated list of fonts to load glyphs from in order of preference. For
|
|
3001
|
-
* 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>
|
|
3003
|
-
* <ul>
|
|
3004
|
-
* <li>
|
|
3005
|
-
* <p>VectorEsriDarkGrayCanvas – <code>Ubuntu Medium Italic</code> | <code>Ubuntu
|
|
3006
|
-
* Medium</code> | <code>Ubuntu Italic</code> | <code>Ubuntu Regular</code> |
|
|
3007
|
-
* <code>Ubuntu Bold</code>
|
|
3008
|
-
* </p>
|
|
3009
|
-
* </li>
|
|
3010
|
-
* <li>
|
|
3011
|
-
* <p>VectorEsriLightGrayCanvas – <code>Ubuntu Italic</code> | <code>Ubuntu
|
|
3012
|
-
* Regular</code> | <code>Ubuntu Light</code> | <code>Ubuntu Bold</code>
|
|
3013
|
-
* </p>
|
|
3014
|
-
* </li>
|
|
3015
|
-
* <li>
|
|
3016
|
-
* <p>VectorEsriTopographic – <code>Noto Sans Italic</code> | <code>Noto Sans
|
|
3017
|
-
* Regular</code> | <code>Noto Sans Bold</code> | <code>Noto Serif
|
|
3018
|
-
* Regular</code> | <code>Roboto Condensed Light Italic</code>
|
|
3019
|
-
* </p>
|
|
3020
|
-
* </li>
|
|
3021
|
-
* <li>
|
|
3022
|
-
* <p>VectorEsriStreets – <code>Arial Regular</code> | <code>Arial Italic</code> |
|
|
3023
|
-
* <code>Arial Bold</code>
|
|
3024
|
-
* </p>
|
|
3025
|
-
* </li>
|
|
3026
|
-
* <li>
|
|
3027
|
-
* <p>VectorEsriNavigation – <code>Arial Regular</code> | <code>Arial Italic</code>
|
|
3028
|
-
* | <code>Arial Bold</code>
|
|
3029
|
-
* </p>
|
|
3030
|
-
* </li>
|
|
3031
|
-
* </ul>
|
|
3032
|
-
* <p>Valid fonts for <a href="https://docs.aws.amazon.com/location/latest/developerguide/HERE.html">HERE Technologies</a> styles: </p>
|
|
3033
|
-
* <ul>
|
|
3034
|
-
* <li>
|
|
3035
|
-
* <p>
|
|
3036
|
-
* <code>VectorHereBerlin</code> – <code>Fira GO Regular</code> | <code>Fira GO
|
|
3037
|
-
* Bold</code>
|
|
3038
|
-
* </p>
|
|
3039
|
-
* </li>
|
|
3040
|
-
* </ul>
|
|
3041
|
-
*/
|
|
1211
|
+
|
|
3042
1212
|
FontStack: string | undefined;
|
|
3043
|
-
|
|
3044
|
-
* <p>A Unicode range of characters to download glyphs for. Each response will contain 256
|
|
3045
|
-
* characters. For example, 0–255 includes all characters from range <code>U+0000</code> to
|
|
3046
|
-
* <code>00FF</code>. Must be aligned to multiples of 256.</p>
|
|
3047
|
-
*/
|
|
1213
|
+
|
|
3048
1214
|
FontUnicodeRange: string | undefined;
|
|
3049
1215
|
}
|
|
3050
1216
|
export declare namespace GetMapGlyphsRequest {
|
|
3051
|
-
|
|
3052
|
-
* @internal
|
|
3053
|
-
*/
|
|
1217
|
+
|
|
3054
1218
|
const filterSensitiveLog: (obj: GetMapGlyphsRequest) => any;
|
|
3055
1219
|
}
|
|
3056
1220
|
export interface GetMapGlyphsResponse {
|
|
3057
|
-
|
|
3058
|
-
* <p>The blob's content type.</p>
|
|
3059
|
-
*/
|
|
1221
|
+
|
|
3060
1222
|
Blob?: Uint8Array;
|
|
3061
|
-
|
|
3062
|
-
* <p>The map glyph content type. For example, <code>application/octet-stream</code>.</p>
|
|
3063
|
-
*/
|
|
1223
|
+
|
|
3064
1224
|
ContentType?: string;
|
|
3065
1225
|
}
|
|
3066
1226
|
export declare namespace GetMapGlyphsResponse {
|
|
3067
|
-
|
|
3068
|
-
* @internal
|
|
3069
|
-
*/
|
|
1227
|
+
|
|
3070
1228
|
const filterSensitiveLog: (obj: GetMapGlyphsResponse) => any;
|
|
3071
1229
|
}
|
|
3072
1230
|
export interface GetMapSpritesRequest {
|
|
3073
|
-
|
|
3074
|
-
* <p>The map resource associated with the sprite file.</p>
|
|
3075
|
-
*/
|
|
1231
|
+
|
|
3076
1232
|
MapName: string | undefined;
|
|
3077
|
-
|
|
3078
|
-
* <p>The name of the sprite file. Use the following file names for the sprite sheet:</p>
|
|
3079
|
-
* <ul>
|
|
3080
|
-
* <li>
|
|
3081
|
-
* <p>
|
|
3082
|
-
* <code>sprites.png</code>
|
|
3083
|
-
* </p>
|
|
3084
|
-
* </li>
|
|
3085
|
-
* <li>
|
|
3086
|
-
* <p>
|
|
3087
|
-
* <code>sprites@2x.png</code> for high pixel density displays</p>
|
|
3088
|
-
* </li>
|
|
3089
|
-
* </ul>
|
|
3090
|
-
* <p>For the JSON document contain image offsets. Use the following file names:</p>
|
|
3091
|
-
* <ul>
|
|
3092
|
-
* <li>
|
|
3093
|
-
* <p>
|
|
3094
|
-
* <code>sprites.json</code>
|
|
3095
|
-
* </p>
|
|
3096
|
-
* </li>
|
|
3097
|
-
* <li>
|
|
3098
|
-
* <p>
|
|
3099
|
-
* <code>sprites@2x.json</code> for high pixel density displays</p>
|
|
3100
|
-
* </li>
|
|
3101
|
-
* </ul>
|
|
3102
|
-
*/
|
|
1233
|
+
|
|
3103
1234
|
FileName: string | undefined;
|
|
3104
1235
|
}
|
|
3105
1236
|
export declare namespace GetMapSpritesRequest {
|
|
3106
|
-
|
|
3107
|
-
* @internal
|
|
3108
|
-
*/
|
|
1237
|
+
|
|
3109
1238
|
const filterSensitiveLog: (obj: GetMapSpritesRequest) => any;
|
|
3110
1239
|
}
|
|
3111
1240
|
export interface GetMapSpritesResponse {
|
|
3112
|
-
|
|
3113
|
-
* <p>Contains the body of the sprite sheet or JSON offset file.</p>
|
|
3114
|
-
*/
|
|
1241
|
+
|
|
3115
1242
|
Blob?: Uint8Array;
|
|
3116
|
-
|
|
3117
|
-
* <p>The content type of the sprite sheet and offsets. For example, the sprite sheet
|
|
3118
|
-
* content type is <code>image/png</code>, and the sprite offset JSON document is
|
|
3119
|
-
* <code>application/json</code>. </p>
|
|
3120
|
-
*/
|
|
1243
|
+
|
|
3121
1244
|
ContentType?: string;
|
|
3122
1245
|
}
|
|
3123
1246
|
export declare namespace GetMapSpritesResponse {
|
|
3124
|
-
|
|
3125
|
-
* @internal
|
|
3126
|
-
*/
|
|
1247
|
+
|
|
3127
1248
|
const filterSensitiveLog: (obj: GetMapSpritesResponse) => any;
|
|
3128
1249
|
}
|
|
3129
1250
|
export interface GetMapStyleDescriptorRequest {
|
|
3130
|
-
|
|
3131
|
-
* <p>The map resource to retrieve the style descriptor from.</p>
|
|
3132
|
-
*/
|
|
1251
|
+
|
|
3133
1252
|
MapName: string | undefined;
|
|
3134
1253
|
}
|
|
3135
1254
|
export declare namespace GetMapStyleDescriptorRequest {
|
|
3136
|
-
|
|
3137
|
-
* @internal
|
|
3138
|
-
*/
|
|
1255
|
+
|
|
3139
1256
|
const filterSensitiveLog: (obj: GetMapStyleDescriptorRequest) => any;
|
|
3140
1257
|
}
|
|
3141
1258
|
export interface GetMapStyleDescriptorResponse {
|
|
3142
|
-
|
|
3143
|
-
* <p>Contains the body of the style descriptor.</p>
|
|
3144
|
-
*/
|
|
1259
|
+
|
|
3145
1260
|
Blob?: Uint8Array;
|
|
3146
|
-
|
|
3147
|
-
* <p>The style descriptor's content type. For example,
|
|
3148
|
-
* <code>application/json</code>.</p>
|
|
3149
|
-
*/
|
|
1261
|
+
|
|
3150
1262
|
ContentType?: string;
|
|
3151
1263
|
}
|
|
3152
1264
|
export declare namespace GetMapStyleDescriptorResponse {
|
|
3153
|
-
|
|
3154
|
-
* @internal
|
|
3155
|
-
*/
|
|
1265
|
+
|
|
3156
1266
|
const filterSensitiveLog: (obj: GetMapStyleDescriptorResponse) => any;
|
|
3157
1267
|
}
|
|
3158
1268
|
export interface GetMapTileRequest {
|
|
3159
|
-
|
|
3160
|
-
* <p>The map resource to retrieve the map tiles from.</p>
|
|
3161
|
-
*/
|
|
1269
|
+
|
|
3162
1270
|
MapName: string | undefined;
|
|
3163
|
-
|
|
3164
|
-
* <p>The zoom value for the map tile.</p>
|
|
3165
|
-
*/
|
|
1271
|
+
|
|
3166
1272
|
Z: string | undefined;
|
|
3167
|
-
|
|
3168
|
-
* <p>The X axis value for the map tile.</p>
|
|
3169
|
-
*/
|
|
1273
|
+
|
|
3170
1274
|
X: string | undefined;
|
|
3171
|
-
|
|
3172
|
-
* <p>The Y axis value for the map tile. </p>
|
|
3173
|
-
*/
|
|
1275
|
+
|
|
3174
1276
|
Y: string | undefined;
|
|
3175
1277
|
}
|
|
3176
1278
|
export declare namespace GetMapTileRequest {
|
|
3177
|
-
|
|
3178
|
-
* @internal
|
|
3179
|
-
*/
|
|
1279
|
+
|
|
3180
1280
|
const filterSensitiveLog: (obj: GetMapTileRequest) => any;
|
|
3181
1281
|
}
|
|
3182
1282
|
export interface GetMapTileResponse {
|
|
3183
|
-
|
|
3184
|
-
* <p>Contains Mapbox Vector Tile (MVT) data.</p>
|
|
3185
|
-
*/
|
|
1283
|
+
|
|
3186
1284
|
Blob?: Uint8Array;
|
|
3187
|
-
|
|
3188
|
-
* <p>The map tile's content type. For example,
|
|
3189
|
-
* <code>application/vnd.mapbox-vector-tile</code>.</p>
|
|
3190
|
-
*/
|
|
1285
|
+
|
|
3191
1286
|
ContentType?: string;
|
|
3192
1287
|
}
|
|
3193
1288
|
export declare namespace GetMapTileResponse {
|
|
3194
|
-
|
|
3195
|
-
* @internal
|
|
3196
|
-
*/
|
|
1289
|
+
|
|
3197
1290
|
const filterSensitiveLog: (obj: GetMapTileResponse) => any;
|
|
3198
1291
|
}
|
|
3199
1292
|
export interface ListDevicePositionsRequest {
|
|
3200
|
-
|
|
3201
|
-
* <p>The tracker resource containing the requested devices.</p>
|
|
3202
|
-
*/
|
|
1293
|
+
|
|
3203
1294
|
TrackerName: string | undefined;
|
|
3204
|
-
|
|
3205
|
-
* <p>An optional limit for the number of entries returned in a single call.</p>
|
|
3206
|
-
* <p>Default value: <code>100</code>
|
|
3207
|
-
* </p>
|
|
3208
|
-
*/
|
|
1295
|
+
|
|
3209
1296
|
MaxResults?: number;
|
|
3210
|
-
|
|
3211
|
-
* <p>The pagination token specifying which page of results to return in the response. If no
|
|
3212
|
-
* token is provided, the default page is the first page.</p>
|
|
3213
|
-
* <p>Default value: <code>null</code>
|
|
3214
|
-
* </p>
|
|
3215
|
-
*/
|
|
1297
|
+
|
|
3216
1298
|
NextToken?: string;
|
|
3217
1299
|
}
|
|
3218
1300
|
export declare namespace ListDevicePositionsRequest {
|
|
3219
|
-
|
|
3220
|
-
* @internal
|
|
3221
|
-
*/
|
|
1301
|
+
|
|
3222
1302
|
const filterSensitiveLog: (obj: ListDevicePositionsRequest) => any;
|
|
3223
1303
|
}
|
|
3224
|
-
|
|
3225
|
-
* <p>Contains the tracker resource details.</p>
|
|
3226
|
-
*/
|
|
1304
|
+
|
|
3227
1305
|
export interface ListDevicePositionsResponseEntry {
|
|
3228
|
-
|
|
3229
|
-
* <p>The ID of the device for this position.</p>
|
|
3230
|
-
*/
|
|
1306
|
+
|
|
3231
1307
|
DeviceId: string | undefined;
|
|
3232
|
-
|
|
3233
|
-
* <p>The timestamp at which the device position was determined. Uses <a href="https://www.iso.org/iso-8601-date-and-time-format.html"> ISO 8601</a>
|
|
3234
|
-
* format: <code>YYYY-MM-DDThh:mm:ss.sssZ</code>.</p>
|
|
3235
|
-
*/
|
|
1308
|
+
|
|
3236
1309
|
SampleTime: Date | undefined;
|
|
3237
|
-
|
|
3238
|
-
* <p>The last known device position. Empty if no positions currently stored.</p>
|
|
3239
|
-
*/
|
|
1310
|
+
|
|
3240
1311
|
Position: number[] | undefined;
|
|
3241
1312
|
}
|
|
3242
1313
|
export declare namespace ListDevicePositionsResponseEntry {
|
|
3243
|
-
|
|
3244
|
-
* @internal
|
|
3245
|
-
*/
|
|
1314
|
+
|
|
3246
1315
|
const filterSensitiveLog: (obj: ListDevicePositionsResponseEntry) => any;
|
|
3247
1316
|
}
|
|
3248
1317
|
export interface ListDevicePositionsResponse {
|
|
3249
|
-
|
|
3250
|
-
* <p>Contains details about each device's last known position. These details includes the device ID,
|
|
3251
|
-
* the time when the position was sampled on the device, the time that the service received the update, and the most recent coordinates.</p>
|
|
3252
|
-
*/
|
|
1318
|
+
|
|
3253
1319
|
Entries: ListDevicePositionsResponseEntry[] | undefined;
|
|
3254
|
-
|
|
3255
|
-
* <p>A pagination token indicating there are additional pages available. You can use the
|
|
3256
|
-
* token in a following request to fetch the next set of results.</p>
|
|
3257
|
-
*/
|
|
1320
|
+
|
|
3258
1321
|
NextToken?: string;
|
|
3259
1322
|
}
|
|
3260
1323
|
export declare namespace ListDevicePositionsResponse {
|
|
3261
|
-
|
|
3262
|
-
* @internal
|
|
3263
|
-
*/
|
|
1324
|
+
|
|
3264
1325
|
const filterSensitiveLog: (obj: ListDevicePositionsResponse) => any;
|
|
3265
1326
|
}
|
|
3266
1327
|
export interface ListMapsRequest {
|
|
3267
|
-
|
|
3268
|
-
* <p>An optional limit for the number of resources returned in a single call. </p>
|
|
3269
|
-
* <p>Default value: <code>100</code>
|
|
3270
|
-
* </p>
|
|
3271
|
-
*/
|
|
1328
|
+
|
|
3272
1329
|
MaxResults?: number;
|
|
3273
|
-
|
|
3274
|
-
* <p>The pagination token specifying which page of results to return in the response. If no
|
|
3275
|
-
* token is provided, the default page is the first page.</p>
|
|
3276
|
-
* <p>Default value: <code>null</code>
|
|
3277
|
-
* </p>
|
|
3278
|
-
*/
|
|
1330
|
+
|
|
3279
1331
|
NextToken?: string;
|
|
3280
1332
|
}
|
|
3281
1333
|
export declare namespace ListMapsRequest {
|
|
3282
|
-
|
|
3283
|
-
* @internal
|
|
3284
|
-
*/
|
|
1334
|
+
|
|
3285
1335
|
const filterSensitiveLog: (obj: ListMapsRequest) => any;
|
|
3286
1336
|
}
|
|
3287
|
-
|
|
3288
|
-
* <p>Contains details of an existing map resource in your AWS account.</p>
|
|
3289
|
-
*/
|
|
1337
|
+
|
|
3290
1338
|
export interface ListMapsResponseEntry {
|
|
3291
|
-
|
|
3292
|
-
* <p>The name of the associated map resource.</p>
|
|
3293
|
-
*/
|
|
1339
|
+
|
|
3294
1340
|
MapName: string | undefined;
|
|
3295
|
-
|
|
3296
|
-
* <p>The description for the map resource.</p>
|
|
3297
|
-
*/
|
|
1341
|
+
|
|
3298
1342
|
Description: string | undefined;
|
|
3299
|
-
|
|
3300
|
-
* <p>Specifies the data provider for the associated map tiles.</p>
|
|
3301
|
-
*/
|
|
1343
|
+
|
|
3302
1344
|
DataSource: string | undefined;
|
|
3303
|
-
|
|
3304
|
-
* <p>The pricing plan for the specified map resource.</p>
|
|
3305
|
-
* <p>For additional details and restrictions on each pricing plan option, see the <a href="https://aws.amazon.com/location/pricing/">Amazon Location Service pricing
|
|
3306
|
-
* page</a>.</p>
|
|
3307
|
-
*/
|
|
1345
|
+
|
|
3308
1346
|
PricingPlan: PricingPlan | string | undefined;
|
|
3309
|
-
|
|
3310
|
-
* <p>The timestamp for when the map resource was created in <a href="https://www.iso.org/iso-8601-date-and-time-format.html">ISO 8601</a>
|
|
3311
|
-
* format: <code>YYYY-MM-DDThh:mm:ss.sssZ</code>.</p>
|
|
3312
|
-
*/
|
|
1347
|
+
|
|
3313
1348
|
CreateTime: Date | undefined;
|
|
3314
|
-
|
|
3315
|
-
* <p>The timestamp for when the map resource was last updated in <a href="https://www.iso.org/iso-8601-date-and-time-format.html">ISO 8601</a>
|
|
3316
|
-
* format: <code>YYYY-MM-DDThh:mm:ss.sssZ</code>.</p>
|
|
3317
|
-
*/
|
|
1349
|
+
|
|
3318
1350
|
UpdateTime: Date | undefined;
|
|
3319
1351
|
}
|
|
3320
1352
|
export declare namespace ListMapsResponseEntry {
|
|
3321
|
-
|
|
3322
|
-
* @internal
|
|
3323
|
-
*/
|
|
1353
|
+
|
|
3324
1354
|
const filterSensitiveLog: (obj: ListMapsResponseEntry) => any;
|
|
3325
1355
|
}
|
|
3326
1356
|
export interface ListMapsResponse {
|
|
3327
|
-
|
|
3328
|
-
* <p>Contains a list of maps in your AWS account</p>
|
|
3329
|
-
*/
|
|
1357
|
+
|
|
3330
1358
|
Entries: ListMapsResponseEntry[] | undefined;
|
|
3331
|
-
|
|
3332
|
-
* <p>A pagination token indicating there are additional pages available. You can use the token in a following request to fetch the next set of results. </p>
|
|
3333
|
-
*/
|
|
1359
|
+
|
|
3334
1360
|
NextToken?: string;
|
|
3335
1361
|
}
|
|
3336
1362
|
export declare namespace ListMapsResponse {
|
|
3337
|
-
|
|
3338
|
-
* @internal
|
|
3339
|
-
*/
|
|
1363
|
+
|
|
3340
1364
|
const filterSensitiveLog: (obj: ListMapsResponse) => any;
|
|
3341
1365
|
}
|
|
3342
1366
|
export interface ListPlaceIndexesRequest {
|
|
3343
|
-
|
|
3344
|
-
* <p>An optional limit for the maximum number of results returned in a single call.</p>
|
|
3345
|
-
* <p>Default value: <code>100</code>
|
|
3346
|
-
* </p>
|
|
3347
|
-
*/
|
|
1367
|
+
|
|
3348
1368
|
MaxResults?: number;
|
|
3349
|
-
|
|
3350
|
-
* <p>The pagination token specifying which page of results to return in the response. If no
|
|
3351
|
-
* token is provided, the default page is the first page.</p>
|
|
3352
|
-
* <p>Default value: <code>null</code>
|
|
3353
|
-
* </p>
|
|
3354
|
-
*/
|
|
1369
|
+
|
|
3355
1370
|
NextToken?: string;
|
|
3356
1371
|
}
|
|
3357
1372
|
export declare namespace ListPlaceIndexesRequest {
|
|
3358
|
-
|
|
3359
|
-
* @internal
|
|
3360
|
-
*/
|
|
1373
|
+
|
|
3361
1374
|
const filterSensitiveLog: (obj: ListPlaceIndexesRequest) => any;
|
|
3362
1375
|
}
|
|
3363
|
-
|
|
3364
|
-
* <p>A place index resource listed in your AWS account.</p>
|
|
3365
|
-
*/
|
|
1376
|
+
|
|
3366
1377
|
export interface ListPlaceIndexesResponseEntry {
|
|
3367
|
-
|
|
3368
|
-
* <p>The name of the place index resource.</p>
|
|
3369
|
-
*/
|
|
1378
|
+
|
|
3370
1379
|
IndexName: string | undefined;
|
|
3371
|
-
|
|
3372
|
-
* <p>The optional description for the place index resource.</p>
|
|
3373
|
-
*/
|
|
1380
|
+
|
|
3374
1381
|
Description: string | undefined;
|
|
3375
|
-
|
|
3376
|
-
* <p>The data provider of geospatial data. Indicates one of the available providers:</p>
|
|
3377
|
-
* <ul>
|
|
3378
|
-
* <li>
|
|
3379
|
-
* <p>
|
|
3380
|
-
* <code>Esri</code>
|
|
3381
|
-
* </p>
|
|
3382
|
-
* </li>
|
|
3383
|
-
* <li>
|
|
3384
|
-
* <p>
|
|
3385
|
-
* <code>Here</code>
|
|
3386
|
-
* </p>
|
|
3387
|
-
* </li>
|
|
3388
|
-
* </ul>
|
|
3389
|
-
* <p>For additional details on data providers, see the <a href="https://docs.aws.amazon.com/location/latest/developerguide/what-is-data-provider.html">Amazon Location Service data providers page</a>.</p>
|
|
3390
|
-
*/
|
|
1382
|
+
|
|
3391
1383
|
DataSource: string | undefined;
|
|
3392
|
-
|
|
3393
|
-
* <p>The pricing plan for the specified place index resource.</p>
|
|
3394
|
-
* <p>For additional details and restrictions on each pricing plan option, see the <a href="https://aws.amazon.com/location/pricing/">Amazon Location Service pricing
|
|
3395
|
-
* page</a>.</p>
|
|
3396
|
-
*/
|
|
1384
|
+
|
|
3397
1385
|
PricingPlan: PricingPlan | string | undefined;
|
|
3398
|
-
|
|
3399
|
-
* <p>The timestamp for when the place index resource was created in <a href="https://www.iso.org/iso-8601-date-and-time-format.html">ISO 8601</a> format:
|
|
3400
|
-
* <code>YYYY-MM-DDThh:mm:ss.sssZ</code>. </p>
|
|
3401
|
-
*/
|
|
1386
|
+
|
|
3402
1387
|
CreateTime: Date | undefined;
|
|
3403
|
-
|
|
3404
|
-
* <p>The timestamp for when the place index resource was last updated in <a href="https://www.iso.org/iso-8601-date-and-time-format.html">ISO 8601</a> format:
|
|
3405
|
-
* <code>YYYY-MM-DDThh:mm:ss.sssZ</code>. </p>
|
|
3406
|
-
*/
|
|
1388
|
+
|
|
3407
1389
|
UpdateTime: Date | undefined;
|
|
3408
1390
|
}
|
|
3409
1391
|
export declare namespace ListPlaceIndexesResponseEntry {
|
|
3410
|
-
|
|
3411
|
-
* @internal
|
|
3412
|
-
*/
|
|
1392
|
+
|
|
3413
1393
|
const filterSensitiveLog: (obj: ListPlaceIndexesResponseEntry) => any;
|
|
3414
1394
|
}
|
|
3415
1395
|
export interface ListPlaceIndexesResponse {
|
|
3416
|
-
|
|
3417
|
-
* <p>Lists the place index resources that exist in your AWS account</p>
|
|
3418
|
-
*/
|
|
1396
|
+
|
|
3419
1397
|
Entries: ListPlaceIndexesResponseEntry[] | undefined;
|
|
3420
|
-
|
|
3421
|
-
* <p>A pagination token indicating there are additional pages available. You can use the
|
|
3422
|
-
* token in a following request to fetch the next set of results.</p>
|
|
3423
|
-
*/
|
|
1398
|
+
|
|
3424
1399
|
NextToken?: string;
|
|
3425
1400
|
}
|
|
3426
1401
|
export declare namespace ListPlaceIndexesResponse {
|
|
3427
|
-
|
|
3428
|
-
* @internal
|
|
3429
|
-
*/
|
|
1402
|
+
|
|
3430
1403
|
const filterSensitiveLog: (obj: ListPlaceIndexesResponse) => any;
|
|
3431
1404
|
}
|
|
3432
1405
|
export interface ListRouteCalculatorsRequest {
|
|
3433
|
-
|
|
3434
|
-
* <p>An optional maximum number of results returned in a single call.</p>
|
|
3435
|
-
* <p>Default Value: <code>100</code>
|
|
3436
|
-
* </p>
|
|
3437
|
-
*/
|
|
1406
|
+
|
|
3438
1407
|
MaxResults?: number;
|
|
3439
|
-
|
|
3440
|
-
* <p>The pagination token specifying which page of results to return in the response. If no
|
|
3441
|
-
* token is provided, the default page is the first page.</p>
|
|
3442
|
-
* <p>Default Value: <code>null</code>
|
|
3443
|
-
* </p>
|
|
3444
|
-
*/
|
|
1408
|
+
|
|
3445
1409
|
NextToken?: string;
|
|
3446
1410
|
}
|
|
3447
1411
|
export declare namespace ListRouteCalculatorsRequest {
|
|
3448
|
-
|
|
3449
|
-
* @internal
|
|
3450
|
-
*/
|
|
1412
|
+
|
|
3451
1413
|
const filterSensitiveLog: (obj: ListRouteCalculatorsRequest) => any;
|
|
3452
1414
|
}
|
|
3453
|
-
|
|
3454
|
-
* <p>A route calculator resource listed in your AWS account.</p>
|
|
3455
|
-
*/
|
|
1415
|
+
|
|
3456
1416
|
export interface ListRouteCalculatorsResponseEntry {
|
|
3457
|
-
|
|
3458
|
-
* <p>The name of the route calculator resource.</p>
|
|
3459
|
-
*/
|
|
1417
|
+
|
|
3460
1418
|
CalculatorName: string | undefined;
|
|
3461
|
-
|
|
3462
|
-
* <p>The optional description of the route calculator resource.</p>
|
|
3463
|
-
*/
|
|
1419
|
+
|
|
3464
1420
|
Description: string | undefined;
|
|
3465
|
-
|
|
3466
|
-
* <p>The data provider of traffic and road network data. Indicates one of the available
|
|
3467
|
-
* providers:</p>
|
|
3468
|
-
* <ul>
|
|
3469
|
-
* <li>
|
|
3470
|
-
* <p>
|
|
3471
|
-
* <code>Esri</code>
|
|
3472
|
-
* </p>
|
|
3473
|
-
* </li>
|
|
3474
|
-
* <li>
|
|
3475
|
-
* <p>
|
|
3476
|
-
* <code>Here</code>
|
|
3477
|
-
* </p>
|
|
3478
|
-
* </li>
|
|
3479
|
-
* </ul>
|
|
3480
|
-
* <p>For more information about 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>
|
|
3481
|
-
*/
|
|
1421
|
+
|
|
3482
1422
|
DataSource: string | undefined;
|
|
3483
|
-
|
|
3484
|
-
* <p>The pricing plan for the specified route calculator resource.</p>
|
|
3485
|
-
* <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>
|
|
3486
|
-
*/
|
|
1423
|
+
|
|
3487
1424
|
PricingPlan: PricingPlan | string | undefined;
|
|
3488
|
-
|
|
3489
|
-
* <p>The timestamp when the route calculator resource was created in <a href="https://www.iso.org/iso-8601-date-and-time-format.html">ISO 8601</a>
|
|
3490
|
-
* format: <code>YYYY-MM-DDThh:mm:ss.sssZ</code>. </p>
|
|
3491
|
-
* <ul>
|
|
3492
|
-
* <li>
|
|
3493
|
-
* <p>For example, <code>2020–07-2T12:15:20.000Z+01:00</code>
|
|
3494
|
-
* </p>
|
|
3495
|
-
* </li>
|
|
3496
|
-
* </ul>
|
|
3497
|
-
*/
|
|
1425
|
+
|
|
3498
1426
|
CreateTime: Date | undefined;
|
|
3499
|
-
|
|
3500
|
-
* <p>The timestamp when the route calculator resource was last updated in <a href="https://www.iso.org/iso-8601-date-and-time-format.html">ISO 8601</a>
|
|
3501
|
-
* format: <code>YYYY-MM-DDThh:mm:ss.sssZ</code>. </p>
|
|
3502
|
-
* <ul>
|
|
3503
|
-
* <li>
|
|
3504
|
-
* <p>For example, <code>2020–07-2T12:15:20.000Z+01:00</code>
|
|
3505
|
-
* </p>
|
|
3506
|
-
* </li>
|
|
3507
|
-
* </ul>
|
|
3508
|
-
*/
|
|
1427
|
+
|
|
3509
1428
|
UpdateTime: Date | undefined;
|
|
3510
1429
|
}
|
|
3511
1430
|
export declare namespace ListRouteCalculatorsResponseEntry {
|
|
3512
|
-
|
|
3513
|
-
* @internal
|
|
3514
|
-
*/
|
|
1431
|
+
|
|
3515
1432
|
const filterSensitiveLog: (obj: ListRouteCalculatorsResponseEntry) => any;
|
|
3516
1433
|
}
|
|
3517
1434
|
export interface ListRouteCalculatorsResponse {
|
|
3518
|
-
|
|
3519
|
-
* <p>Lists the route calculator resources that exist in your AWS account</p>
|
|
3520
|
-
*/
|
|
1435
|
+
|
|
3521
1436
|
Entries: ListRouteCalculatorsResponseEntry[] | undefined;
|
|
3522
|
-
|
|
3523
|
-
* <p>A pagination token indicating there are additional pages available. You can use the
|
|
3524
|
-
* token in a subsequent request to fetch the next set of results.</p>
|
|
3525
|
-
*/
|
|
1437
|
+
|
|
3526
1438
|
NextToken?: string;
|
|
3527
1439
|
}
|
|
3528
1440
|
export declare namespace ListRouteCalculatorsResponse {
|
|
3529
|
-
|
|
3530
|
-
* @internal
|
|
3531
|
-
*/
|
|
1441
|
+
|
|
3532
1442
|
const filterSensitiveLog: (obj: ListRouteCalculatorsResponse) => any;
|
|
3533
1443
|
}
|
|
3534
1444
|
export interface ListTrackerConsumersRequest {
|
|
3535
|
-
|
|
3536
|
-
* <p>The tracker resource whose associated geofence collections you want to list.</p>
|
|
3537
|
-
*/
|
|
1445
|
+
|
|
3538
1446
|
TrackerName: string | undefined;
|
|
3539
|
-
|
|
3540
|
-
* <p>An optional limit for the number of resources returned in a single call. </p>
|
|
3541
|
-
* <p>Default value: <code>100</code>
|
|
3542
|
-
* </p>
|
|
3543
|
-
*/
|
|
1447
|
+
|
|
3544
1448
|
MaxResults?: number;
|
|
3545
|
-
|
|
3546
|
-
* <p>The pagination token specifying which page of results to return in the response. If no
|
|
3547
|
-
* token is provided, the default page is the first page. </p>
|
|
3548
|
-
* <p>Default value: <code>null</code>
|
|
3549
|
-
* </p>
|
|
3550
|
-
*/
|
|
1449
|
+
|
|
3551
1450
|
NextToken?: string;
|
|
3552
1451
|
}
|
|
3553
1452
|
export declare namespace ListTrackerConsumersRequest {
|
|
3554
|
-
|
|
3555
|
-
* @internal
|
|
3556
|
-
*/
|
|
1453
|
+
|
|
3557
1454
|
const filterSensitiveLog: (obj: ListTrackerConsumersRequest) => any;
|
|
3558
1455
|
}
|
|
3559
1456
|
export interface ListTrackerConsumersResponse {
|
|
3560
|
-
|
|
3561
|
-
* <p>Contains the list of geofence collection ARNs associated to the tracker resource.</p>
|
|
3562
|
-
*/
|
|
1457
|
+
|
|
3563
1458
|
ConsumerArns: string[] | undefined;
|
|
3564
|
-
|
|
3565
|
-
* <p>A pagination token indicating there are additional pages available. You can use the
|
|
3566
|
-
* token in a following request to fetch the next set of results. </p>
|
|
3567
|
-
*/
|
|
1459
|
+
|
|
3568
1460
|
NextToken?: string;
|
|
3569
1461
|
}
|
|
3570
1462
|
export declare namespace ListTrackerConsumersResponse {
|
|
3571
|
-
|
|
3572
|
-
* @internal
|
|
3573
|
-
*/
|
|
1463
|
+
|
|
3574
1464
|
const filterSensitiveLog: (obj: ListTrackerConsumersResponse) => any;
|
|
3575
1465
|
}
|
|
3576
1466
|
export interface ListTrackersRequest {
|
|
3577
|
-
|
|
3578
|
-
* <p>An optional limit for the number of resources returned in a single call. </p>
|
|
3579
|
-
* <p>Default value: <code>100</code>
|
|
3580
|
-
* </p>
|
|
3581
|
-
*/
|
|
1467
|
+
|
|
3582
1468
|
MaxResults?: number;
|
|
3583
|
-
|
|
3584
|
-
* <p>The pagination token specifying which page of results to return in the response. If no
|
|
3585
|
-
* token is provided, the default page is the first page. </p>
|
|
3586
|
-
* <p>Default value: <code>null</code>
|
|
3587
|
-
* </p>
|
|
3588
|
-
*/
|
|
1469
|
+
|
|
3589
1470
|
NextToken?: string;
|
|
3590
1471
|
}
|
|
3591
1472
|
export declare namespace ListTrackersRequest {
|
|
3592
|
-
|
|
3593
|
-
* @internal
|
|
3594
|
-
*/
|
|
1473
|
+
|
|
3595
1474
|
const filterSensitiveLog: (obj: ListTrackersRequest) => any;
|
|
3596
1475
|
}
|
|
3597
|
-
|
|
3598
|
-
* <p>Contains the tracker resource details.</p>
|
|
3599
|
-
*/
|
|
1476
|
+
|
|
3600
1477
|
export interface ListTrackersResponseEntry {
|
|
3601
|
-
|
|
3602
|
-
* <p>The name of the tracker resource.</p>
|
|
3603
|
-
*/
|
|
1478
|
+
|
|
3604
1479
|
TrackerName: string | undefined;
|
|
3605
|
-
|
|
3606
|
-
* <p>The description for the tracker resource.</p>
|
|
3607
|
-
*/
|
|
1480
|
+
|
|
3608
1481
|
Description: string | undefined;
|
|
3609
|
-
|
|
3610
|
-
* <p>The pricing plan for the specified tracker resource.</p>
|
|
3611
|
-
* <p>For additional details and restrictions on each pricing plan option, see the <a href="https://aws.amazon.com/location/pricing/">Amazon Location Service pricing
|
|
3612
|
-
* page</a>.</p>
|
|
3613
|
-
*/
|
|
1482
|
+
|
|
3614
1483
|
PricingPlan: PricingPlan | string | undefined;
|
|
3615
|
-
|
|
3616
|
-
* <p>The specified data provider for the tracker resource.</p>
|
|
3617
|
-
*/
|
|
1484
|
+
|
|
3618
1485
|
PricingPlanDataSource?: string;
|
|
3619
|
-
|
|
3620
|
-
* <p>The timestamp for when the tracker resource was created in <a href="https://www.iso.org/iso-8601-date-and-time-format.html"> ISO 8601</a>
|
|
3621
|
-
* format: <code>YYYY-MM-DDThh:mm:ss.sssZ</code>. </p>
|
|
3622
|
-
*/
|
|
1486
|
+
|
|
3623
1487
|
CreateTime: Date | undefined;
|
|
3624
|
-
|
|
3625
|
-
* <p>The timestamp at which the device's position was determined. Uses <a href="https://www.iso.org/iso-8601-date-and-time-format.html"> ISO 8601</a>
|
|
3626
|
-
* format: <code>YYYY-MM-DDThh:mm:ss.sssZ</code>. </p>
|
|
3627
|
-
*/
|
|
1488
|
+
|
|
3628
1489
|
UpdateTime: Date | undefined;
|
|
3629
1490
|
}
|
|
3630
1491
|
export declare namespace ListTrackersResponseEntry {
|
|
3631
|
-
|
|
3632
|
-
* @internal
|
|
3633
|
-
*/
|
|
1492
|
+
|
|
3634
1493
|
const filterSensitiveLog: (obj: ListTrackersResponseEntry) => any;
|
|
3635
1494
|
}
|
|
3636
1495
|
export interface ListTrackersResponse {
|
|
3637
|
-
|
|
3638
|
-
* <p>Contains tracker resources in your AWS account. Details include tracker name,
|
|
3639
|
-
* description and timestamps for when the tracker was created and last updated.</p>
|
|
3640
|
-
*/
|
|
1496
|
+
|
|
3641
1497
|
Entries: ListTrackersResponseEntry[] | undefined;
|
|
3642
|
-
|
|
3643
|
-
* <p>A pagination token indicating there are additional pages available. You can use the
|
|
3644
|
-
* token in a following request to fetch the next set of results. </p>
|
|
3645
|
-
*/
|
|
1498
|
+
|
|
3646
1499
|
NextToken?: string;
|
|
3647
1500
|
}
|
|
3648
1501
|
export declare namespace ListTrackersResponse {
|
|
3649
|
-
|
|
3650
|
-
* @internal
|
|
3651
|
-
*/
|
|
1502
|
+
|
|
3652
1503
|
const filterSensitiveLog: (obj: ListTrackersResponse) => any;
|
|
3653
1504
|
}
|
|
3654
1505
|
export interface UpdateMapRequest {
|
|
3655
|
-
|
|
3656
|
-
* <p>The name of the map resource to update.</p>
|
|
3657
|
-
*/
|
|
1506
|
+
|
|
3658
1507
|
MapName: string | undefined;
|
|
3659
|
-
|
|
3660
|
-
* <p>Updates the pricing plan for the map resource.</p>
|
|
3661
|
-
* <p>For more information about each pricing plan option restrictions, see <a href="https://aws.amazon.com/location/pricing/">Amazon Location Service pricing</a>.</p>
|
|
3662
|
-
*/
|
|
1508
|
+
|
|
3663
1509
|
PricingPlan?: PricingPlan | string;
|
|
3664
|
-
|
|
3665
|
-
* <p>Updates the description for the map resource.</p>
|
|
3666
|
-
*/
|
|
1510
|
+
|
|
3667
1511
|
Description?: string;
|
|
3668
1512
|
}
|
|
3669
1513
|
export declare namespace UpdateMapRequest {
|
|
3670
|
-
|
|
3671
|
-
* @internal
|
|
3672
|
-
*/
|
|
1514
|
+
|
|
3673
1515
|
const filterSensitiveLog: (obj: UpdateMapRequest) => any;
|
|
3674
1516
|
}
|
|
3675
1517
|
export interface UpdateMapResponse {
|
|
3676
|
-
|
|
3677
|
-
* <p>The name of the updated map resource.</p>
|
|
3678
|
-
*/
|
|
1518
|
+
|
|
3679
1519
|
MapName: string | undefined;
|
|
3680
|
-
|
|
3681
|
-
* <p>The Amazon Resource Name (ARN) of the updated map resource. Used to specify a resource
|
|
3682
|
-
* across AWS.</p>
|
|
3683
|
-
* <ul>
|
|
3684
|
-
* <li>
|
|
3685
|
-
* <p>Format example: <code>arn:aws:geo:region:account-id:maps/ExampleMap</code>
|
|
3686
|
-
* </p>
|
|
3687
|
-
* </li>
|
|
3688
|
-
* </ul>
|
|
3689
|
-
*/
|
|
1520
|
+
|
|
3690
1521
|
MapArn: string | undefined;
|
|
3691
|
-
|
|
3692
|
-
* <p>The timestamp for when the map resource was last updated in <a href="https://www.iso.org/iso-8601-date-and-time-format.html"> ISO 8601</a>
|
|
3693
|
-
* format: <code>YYYY-MM-DDThh:mm:ss.sssZ</code>. </p>
|
|
3694
|
-
*/
|
|
1522
|
+
|
|
3695
1523
|
UpdateTime: Date | undefined;
|
|
3696
1524
|
}
|
|
3697
1525
|
export declare namespace UpdateMapResponse {
|
|
3698
|
-
|
|
3699
|
-
* @internal
|
|
3700
|
-
*/
|
|
1526
|
+
|
|
3701
1527
|
const filterSensitiveLog: (obj: UpdateMapResponse) => any;
|
|
3702
1528
|
}
|
|
3703
1529
|
export interface SearchPlaceIndexForPositionRequest {
|
|
3704
|
-
|
|
3705
|
-
* <p>The name of the place index resource you want to use for the search.</p>
|
|
3706
|
-
*/
|
|
1530
|
+
|
|
3707
1531
|
IndexName: string | undefined;
|
|
3708
|
-
|
|
3709
|
-
* <p>Specifies a coordinate for the query defined by a longitude, and latitude.</p>
|
|
3710
|
-
* <ul>
|
|
3711
|
-
* <li>
|
|
3712
|
-
* <p>The first position is the X coordinate, or longitude.</p>
|
|
3713
|
-
* </li>
|
|
3714
|
-
* <li>
|
|
3715
|
-
* <p>The second position is the Y coordinate, or latitude. </p>
|
|
3716
|
-
* </li>
|
|
3717
|
-
* </ul>
|
|
3718
|
-
* <p>For example, <code>position=xLongitude&position=yLatitude</code> .</p>
|
|
3719
|
-
*/
|
|
1532
|
+
|
|
3720
1533
|
Position: number[] | undefined;
|
|
3721
|
-
|
|
3722
|
-
* <p>An optional paramer. The maximum number of results returned per request. </p>
|
|
3723
|
-
* <p>Default value: <code>50</code>
|
|
3724
|
-
* </p>
|
|
3725
|
-
*/
|
|
1534
|
+
|
|
3726
1535
|
MaxResults?: number;
|
|
3727
1536
|
}
|
|
3728
1537
|
export declare namespace SearchPlaceIndexForPositionRequest {
|
|
3729
|
-
|
|
3730
|
-
* @internal
|
|
3731
|
-
*/
|
|
1538
|
+
|
|
3732
1539
|
const filterSensitiveLog: (obj: SearchPlaceIndexForPositionRequest) => any;
|
|
3733
1540
|
}
|
|
3734
|
-
|
|
3735
|
-
* <p>Places uses a point geometry to specify a location or a Place.</p>
|
|
3736
|
-
*/
|
|
1541
|
+
|
|
3737
1542
|
export interface PlaceGeometry {
|
|
3738
|
-
|
|
3739
|
-
* <p>A single point geometry specifies a location for a Place using <a href="https://gisgeography.com/wgs84-world-geodetic-system/">WGS 84</a>
|
|
3740
|
-
* coordinates:</p>
|
|
3741
|
-
* <ul>
|
|
3742
|
-
* <li>
|
|
3743
|
-
* <p>
|
|
3744
|
-
* <i>x</i> — Specifies the x coordinate or longitude. </p>
|
|
3745
|
-
* </li>
|
|
3746
|
-
* <li>
|
|
3747
|
-
* <p>
|
|
3748
|
-
* <i>y</i> — Specifies the y coordinate or latitude. </p>
|
|
3749
|
-
* </li>
|
|
3750
|
-
* </ul>
|
|
3751
|
-
*/
|
|
1543
|
+
|
|
3752
1544
|
Point?: number[];
|
|
3753
1545
|
}
|
|
3754
1546
|
export declare namespace PlaceGeometry {
|
|
3755
|
-
|
|
3756
|
-
* @internal
|
|
3757
|
-
*/
|
|
1547
|
+
|
|
3758
1548
|
const filterSensitiveLog: (obj: PlaceGeometry) => any;
|
|
3759
1549
|
}
|
|
3760
|
-
|
|
3761
|
-
* <p>Contains details about addresses or points of interest that match the search
|
|
3762
|
-
* criteria.</p>
|
|
3763
|
-
*/
|
|
1550
|
+
|
|
3764
1551
|
export interface Place {
|
|
3765
|
-
|
|
3766
|
-
* <p>The full name and address of the point of interest such as a city,
|
|
3767
|
-
* region, or country. For example, <code>123 Any Street, Any Town, USA</code>.</p>
|
|
3768
|
-
*/
|
|
1552
|
+
|
|
3769
1553
|
Label?: string;
|
|
3770
|
-
|
|
3771
|
-
* <p>Places uses a point geometry to specify a location or a Place.</p>
|
|
3772
|
-
*/
|
|
1554
|
+
|
|
3773
1555
|
Geometry: PlaceGeometry | undefined;
|
|
3774
|
-
|
|
3775
|
-
* <p>The numerical portion of an address, such as a building number. </p>
|
|
3776
|
-
*/
|
|
1556
|
+
|
|
3777
1557
|
AddressNumber?: string;
|
|
3778
|
-
|
|
3779
|
-
* <p>The name for a street or a road to identify a location. For example, <code>Main
|
|
3780
|
-
* Street</code>.</p>
|
|
3781
|
-
*/
|
|
1558
|
+
|
|
3782
1559
|
Street?: string;
|
|
3783
|
-
|
|
3784
|
-
* <p>The name of a community district. For example, <code>Downtown</code>.</p>
|
|
3785
|
-
*/
|
|
1560
|
+
|
|
3786
1561
|
Neighborhood?: string;
|
|
3787
|
-
|
|
3788
|
-
* <p>A name for a local area, such as a city or town name. For example,
|
|
3789
|
-
* <code>Toronto</code>.</p>
|
|
3790
|
-
*/
|
|
1562
|
+
|
|
3791
1563
|
Municipality?: string;
|
|
3792
|
-
|
|
3793
|
-
* <p>A country, or an area that's part of a larger region . For example, <code>Metro
|
|
3794
|
-
* Vancouver</code>.</p>
|
|
3795
|
-
*/
|
|
1564
|
+
|
|
3796
1565
|
SubRegion?: string;
|
|
3797
|
-
|
|
3798
|
-
* <p>A name for an area or geographical division, such as a province or state name. For
|
|
3799
|
-
* example, <code>British Columbia</code>.</p>
|
|
3800
|
-
*/
|
|
1566
|
+
|
|
3801
1567
|
Region?: string;
|
|
3802
|
-
|
|
3803
|
-
* <p>A country/region specified using <a href="https://www.iso.org/iso-3166-country-codes.html">ISO 3166</a> 3-digit
|
|
3804
|
-
* country/region code. For example, <code>CAN</code>.</p>
|
|
3805
|
-
*/
|
|
1568
|
+
|
|
3806
1569
|
Country?: string;
|
|
3807
|
-
|
|
3808
|
-
* <p>A group of numbers and letters in a country-specific format, which accompanies the
|
|
3809
|
-
* address for the purpose of identifying a location. </p>
|
|
3810
|
-
*/
|
|
1570
|
+
|
|
3811
1571
|
PostalCode?: string;
|
|
3812
1572
|
}
|
|
3813
1573
|
export declare namespace Place {
|
|
3814
|
-
|
|
3815
|
-
* @internal
|
|
3816
|
-
*/
|
|
1574
|
+
|
|
3817
1575
|
const filterSensitiveLog: (obj: Place) => any;
|
|
3818
1576
|
}
|
|
3819
|
-
|
|
3820
|
-
* <p>Specifies a single point of interest, or Place as a result of a search query obtained
|
|
3821
|
-
* from a dataset configured in the place index resource.</p>
|
|
3822
|
-
*/
|
|
1577
|
+
|
|
3823
1578
|
export interface SearchForPositionResult {
|
|
3824
|
-
|
|
3825
|
-
* <p>Contains details about the relevant point of interest.</p>
|
|
3826
|
-
*/
|
|
1579
|
+
|
|
3827
1580
|
Place: Place | undefined;
|
|
3828
1581
|
}
|
|
3829
1582
|
export declare namespace SearchForPositionResult {
|
|
3830
|
-
|
|
3831
|
-
* @internal
|
|
3832
|
-
*/
|
|
1583
|
+
|
|
3833
1584
|
const filterSensitiveLog: (obj: SearchForPositionResult) => any;
|
|
3834
1585
|
}
|
|
3835
|
-
|
|
3836
|
-
* <p>A summary of the reverse geocoding request sent using <code>SearchPlaceIndexForPosition</code>.</p>
|
|
3837
|
-
*/
|
|
1586
|
+
|
|
3838
1587
|
export interface SearchPlaceIndexForPositionSummary {
|
|
3839
|
-
|
|
3840
|
-
* <p>The position given in the reverse geocoding request.</p>
|
|
3841
|
-
*/
|
|
1588
|
+
|
|
3842
1589
|
Position: number[] | undefined;
|
|
3843
|
-
|
|
3844
|
-
* <p>An optional parameter. The maximum number of results returned per request. </p>
|
|
3845
|
-
* <p>Default value: <code>50</code>
|
|
3846
|
-
* </p>
|
|
3847
|
-
*/
|
|
1590
|
+
|
|
3848
1591
|
MaxResults?: number;
|
|
3849
|
-
|
|
3850
|
-
* <p>The data provider of geospatial data. Indicates one of the available providers:</p>
|
|
3851
|
-
* <ul>
|
|
3852
|
-
* <li>
|
|
3853
|
-
* <p>Esri</p>
|
|
3854
|
-
* </li>
|
|
3855
|
-
* <li>
|
|
3856
|
-
* <p>HERE</p>
|
|
3857
|
-
* </li>
|
|
3858
|
-
* </ul>
|
|
3859
|
-
* <p>For additional details on data providers, see the <a href="https://docs.aws.amazon.com/location/latest/developerguide/what-is-data-provider.html">Amazon Location Service data providers page</a>.</p>
|
|
3860
|
-
*/
|
|
1592
|
+
|
|
3861
1593
|
DataSource: string | undefined;
|
|
3862
1594
|
}
|
|
3863
1595
|
export declare namespace SearchPlaceIndexForPositionSummary {
|
|
3864
|
-
|
|
3865
|
-
* @internal
|
|
3866
|
-
*/
|
|
1596
|
+
|
|
3867
1597
|
const filterSensitiveLog: (obj: SearchPlaceIndexForPositionSummary) => any;
|
|
3868
1598
|
}
|
|
3869
1599
|
export interface SearchPlaceIndexForPositionResponse {
|
|
3870
|
-
|
|
3871
|
-
* <p>Contains a summary of the request.</p>
|
|
3872
|
-
*/
|
|
1600
|
+
|
|
3873
1601
|
Summary: SearchPlaceIndexForPositionSummary | undefined;
|
|
3874
|
-
|
|
3875
|
-
* <p>Returns a list of Places closest to the specified position. Each result contains
|
|
3876
|
-
* additional information about the Places returned.</p>
|
|
3877
|
-
*/
|
|
1602
|
+
|
|
3878
1603
|
Results: SearchForPositionResult[] | undefined;
|
|
3879
1604
|
}
|
|
3880
1605
|
export declare namespace SearchPlaceIndexForPositionResponse {
|
|
3881
|
-
|
|
3882
|
-
* @internal
|
|
3883
|
-
*/
|
|
1606
|
+
|
|
3884
1607
|
const filterSensitiveLog: (obj: SearchPlaceIndexForPositionResponse) => any;
|
|
3885
1608
|
}
|
|
3886
1609
|
export interface SearchPlaceIndexForTextRequest {
|
|
3887
|
-
|
|
3888
|
-
* <p>The name of the place index resource you want to use for the search.</p>
|
|
3889
|
-
*/
|
|
1610
|
+
|
|
3890
1611
|
IndexName: string | undefined;
|
|
3891
|
-
|
|
3892
|
-
* <p>The address, name,
|
|
3893
|
-
* city, or region to be used in the search. In free-form text format. For example, <code>123 Any
|
|
3894
|
-
* Street</code>.</p>
|
|
3895
|
-
*/
|
|
1612
|
+
|
|
3896
1613
|
Text: string | undefined;
|
|
3897
|
-
|
|
3898
|
-
* <p>Searches for results closest to the given position. An optional parameter defined by
|
|
3899
|
-
* longitude, and latitude.</p>
|
|
3900
|
-
* <ul>
|
|
3901
|
-
* <li>
|
|
3902
|
-
* <p>The first <code>bias</code> position is the X coordinate, or longitude.</p>
|
|
3903
|
-
* </li>
|
|
3904
|
-
* <li>
|
|
3905
|
-
* <p>The second <code>bias</code> position is the Y coordinate, or latitude. </p>
|
|
3906
|
-
* </li>
|
|
3907
|
-
* </ul>
|
|
3908
|
-
* <p>For example, <code>bias=xLongitude&bias=yLatitude</code>.</p>
|
|
3909
|
-
*/
|
|
1614
|
+
|
|
3910
1615
|
BiasPosition?: number[];
|
|
3911
|
-
|
|
3912
|
-
* <p>Filters the results by returning only Places within the provided bounding box. An
|
|
3913
|
-
* optional parameter.</p>
|
|
3914
|
-
* <p>The first 2 <code>bbox</code> parameters describe the lower southwest corner:</p>
|
|
3915
|
-
* <ul>
|
|
3916
|
-
* <li>
|
|
3917
|
-
* <p>The first <code>bbox</code> position is the X coordinate or longitude of the lower
|
|
3918
|
-
* southwest corner.</p>
|
|
3919
|
-
* </li>
|
|
3920
|
-
* <li>
|
|
3921
|
-
* <p>The second <code>bbox</code> position is the Y coordinate or latitude of the lower
|
|
3922
|
-
* southwest corner.</p>
|
|
3923
|
-
* </li>
|
|
3924
|
-
* </ul>
|
|
3925
|
-
* <p>For example, <code>bbox=xLongitudeSW&bbox=yLatitudeSW</code>.</p>
|
|
3926
|
-
* <p>The next <code>bbox</code> parameters describe the upper northeast corner:</p>
|
|
3927
|
-
* <ul>
|
|
3928
|
-
* <li>
|
|
3929
|
-
* <p>The third <code>bbox</code> position is the X coordinate, or longitude of the
|
|
3930
|
-
* upper northeast corner.</p>
|
|
3931
|
-
* </li>
|
|
3932
|
-
* <li>
|
|
3933
|
-
* <p>The fourth <code>bbox</code> position is the Y coordinate, or longitude of the
|
|
3934
|
-
* upper northeast corner.</p>
|
|
3935
|
-
* </li>
|
|
3936
|
-
* </ul>
|
|
3937
|
-
* <p>For example, <code>bbox=xLongitudeNE&bbox=yLatitudeNE</code>
|
|
3938
|
-
* </p>
|
|
3939
|
-
*/
|
|
1616
|
+
|
|
3940
1617
|
FilterBBox?: number[];
|
|
3941
|
-
|
|
3942
|
-
* <p>Limits the search to the given a list of countries/regions. An optional
|
|
3943
|
-
* parameter.</p>
|
|
3944
|
-
* <ul>
|
|
3945
|
-
* <li>
|
|
3946
|
-
* <p>Use the <a href="https://www.iso.org/iso-3166-country-codes.html">ISO 3166</a> 3-digit
|
|
3947
|
-
* country code. For example, Australia uses three upper-case characters:
|
|
3948
|
-
* <code>AUS</code>.</p>
|
|
3949
|
-
* </li>
|
|
3950
|
-
* </ul>
|
|
3951
|
-
*/
|
|
1618
|
+
|
|
3952
1619
|
FilterCountries?: string[];
|
|
3953
|
-
|
|
3954
|
-
* <p>An optional parameter. The maximum number of results returned per request. </p>
|
|
3955
|
-
* <p>The default: <code>50</code>
|
|
3956
|
-
* </p>
|
|
3957
|
-
*/
|
|
1620
|
+
|
|
3958
1621
|
MaxResults?: number;
|
|
3959
1622
|
}
|
|
3960
1623
|
export declare namespace SearchPlaceIndexForTextRequest {
|
|
3961
|
-
|
|
3962
|
-
* @internal
|
|
3963
|
-
*/
|
|
1624
|
+
|
|
3964
1625
|
const filterSensitiveLog: (obj: SearchPlaceIndexForTextRequest) => any;
|
|
3965
1626
|
}
|
|
3966
|
-
|
|
3967
|
-
* <p>Contains relevant Places returned by calling
|
|
3968
|
-
* <code>SearchPlaceIndexForText</code>.</p>
|
|
3969
|
-
*/
|
|
1627
|
+
|
|
3970
1628
|
export interface SearchForTextResult {
|
|
3971
|
-
|
|
3972
|
-
* <p>Contains details about the relevant point of interest.</p>
|
|
3973
|
-
*/
|
|
1629
|
+
|
|
3974
1630
|
Place: Place | undefined;
|
|
3975
1631
|
}
|
|
3976
1632
|
export declare namespace SearchForTextResult {
|
|
3977
|
-
|
|
3978
|
-
* @internal
|
|
3979
|
-
*/
|
|
1633
|
+
|
|
3980
1634
|
const filterSensitiveLog: (obj: SearchForTextResult) => any;
|
|
3981
1635
|
}
|
|
3982
|
-
|
|
3983
|
-
* <p>A summary of the geocoding request sent using <code>SearchPlaceIndexForText</code>.</p>
|
|
3984
|
-
*/
|
|
1636
|
+
|
|
3985
1637
|
export interface SearchPlaceIndexForTextSummary {
|
|
3986
|
-
|
|
3987
|
-
* <p>The address, name, city or region to be used in the geocoding request. In free-form text
|
|
3988
|
-
* format. For example, <code>Vancouver</code>.</p>
|
|
3989
|
-
*/
|
|
1638
|
+
|
|
3990
1639
|
Text: string | undefined;
|
|
3991
|
-
|
|
3992
|
-
* <p>Contains the coordinates for the bias position entered in the geocoding request.</p>
|
|
3993
|
-
*/
|
|
1640
|
+
|
|
3994
1641
|
BiasPosition?: number[];
|
|
3995
|
-
|
|
3996
|
-
* <p>Contains the coordinates for the optional bounding box coordinated entered in the
|
|
3997
|
-
* geocoding request.</p>
|
|
3998
|
-
*/
|
|
1642
|
+
|
|
3999
1643
|
FilterBBox?: number[];
|
|
4000
|
-
|
|
4001
|
-
* <p>Contains the country filter entered in the geocoding request.</p>
|
|
4002
|
-
*/
|
|
1644
|
+
|
|
4003
1645
|
FilterCountries?: string[];
|
|
4004
|
-
|
|
4005
|
-
* <p>Contains the maximum number of results indicated for the request.</p>
|
|
4006
|
-
*/
|
|
1646
|
+
|
|
4007
1647
|
MaxResults?: number;
|
|
4008
|
-
|
|
4009
|
-
* <p>A bounding box that contains the search results within the specified area indicated by
|
|
4010
|
-
* <code>FilterBBox</code>. A subset of bounding box specified using
|
|
4011
|
-
* <code>FilterBBox</code>.</p>
|
|
4012
|
-
*/
|
|
1648
|
+
|
|
4013
1649
|
ResultBBox?: number[];
|
|
4014
|
-
|
|
4015
|
-
* <p>The data provider of geospatial data. Indicates one of the available providers:</p>
|
|
4016
|
-
* <ul>
|
|
4017
|
-
* <li>
|
|
4018
|
-
* <p>Esri</p>
|
|
4019
|
-
* </li>
|
|
4020
|
-
* <li>
|
|
4021
|
-
* <p>HERE</p>
|
|
4022
|
-
* </li>
|
|
4023
|
-
* </ul>
|
|
4024
|
-
* <p>For additional details on data providers, see the <a href="https://docs.aws.amazon.com/location/latest/developerguide/what-is-data-provider.html">Amazon Location Service data providers page</a>.</p>
|
|
4025
|
-
*/
|
|
1650
|
+
|
|
4026
1651
|
DataSource: string | undefined;
|
|
4027
1652
|
}
|
|
4028
1653
|
export declare namespace SearchPlaceIndexForTextSummary {
|
|
4029
|
-
|
|
4030
|
-
* @internal
|
|
4031
|
-
*/
|
|
1654
|
+
|
|
4032
1655
|
const filterSensitiveLog: (obj: SearchPlaceIndexForTextSummary) => any;
|
|
4033
1656
|
}
|
|
4034
1657
|
export interface SearchPlaceIndexForTextResponse {
|
|
4035
|
-
|
|
4036
|
-
* <p>Contains a summary of the request. Contains the <code>BiasPosition</code>,
|
|
4037
|
-
* <code>DataSource</code>, <code>FilterBBox</code>, <code>FilterCountries</code>,
|
|
4038
|
-
* <code>MaxResults</code>, <code>ResultBBox</code>, and <code>Text</code>.</p>
|
|
4039
|
-
*/
|
|
1658
|
+
|
|
4040
1659
|
Summary: SearchPlaceIndexForTextSummary | undefined;
|
|
4041
|
-
|
|
4042
|
-
* <p>A list of Places closest to the specified position. Each result contains additional
|
|
4043
|
-
* information about the specific point of interest. </p>
|
|
4044
|
-
*/
|
|
1660
|
+
|
|
4045
1661
|
Results: SearchForTextResult[] | undefined;
|
|
4046
1662
|
}
|
|
4047
1663
|
export declare namespace SearchPlaceIndexForTextResponse {
|
|
4048
|
-
|
|
4049
|
-
* @internal
|
|
4050
|
-
*/
|
|
1664
|
+
|
|
4051
1665
|
const filterSensitiveLog: (obj: SearchPlaceIndexForTextResponse) => any;
|
|
4052
1666
|
}
|
|
4053
1667
|
export interface UpdatePlaceIndexRequest {
|
|
4054
|
-
|
|
4055
|
-
* <p>The name of the place index resource to update.</p>
|
|
4056
|
-
*/
|
|
1668
|
+
|
|
4057
1669
|
IndexName: string | undefined;
|
|
4058
|
-
|
|
4059
|
-
* <p>Updates the pricing plan for the place index resource.</p>
|
|
4060
|
-
* <p>For more information about each pricing plan option restrictions, see <a href="https://aws.amazon.com/location/pricing/">Amazon Location Service pricing</a>.</p>
|
|
4061
|
-
*/
|
|
1670
|
+
|
|
4062
1671
|
PricingPlan?: PricingPlan | string;
|
|
4063
|
-
|
|
4064
|
-
* <p>Updates the description for the place index resource.</p>
|
|
4065
|
-
*/
|
|
1672
|
+
|
|
4066
1673
|
Description?: string;
|
|
4067
|
-
|
|
4068
|
-
* <p>Updates the data storage option for the place index resource.</p>
|
|
4069
|
-
*/
|
|
1674
|
+
|
|
4070
1675
|
DataSourceConfiguration?: DataSourceConfiguration;
|
|
4071
1676
|
}
|
|
4072
1677
|
export declare namespace UpdatePlaceIndexRequest {
|
|
4073
|
-
|
|
4074
|
-
* @internal
|
|
4075
|
-
*/
|
|
1678
|
+
|
|
4076
1679
|
const filterSensitiveLog: (obj: UpdatePlaceIndexRequest) => any;
|
|
4077
1680
|
}
|
|
4078
1681
|
export interface UpdatePlaceIndexResponse {
|
|
4079
|
-
|
|
4080
|
-
* <p>The name of the updated place index resource.</p>
|
|
4081
|
-
*/
|
|
1682
|
+
|
|
4082
1683
|
IndexName: string | undefined;
|
|
4083
|
-
|
|
4084
|
-
* <p>The Amazon Resource Name (ARN) of the upated place index resource. Used to specify a
|
|
4085
|
-
* resource across AWS.</p>
|
|
4086
|
-
* <ul>
|
|
4087
|
-
* <li>
|
|
4088
|
-
* <p>Format example: <code>arn:aws:geo:region:account-id:place-
|
|
4089
|
-
* index/ExamplePlaceIndex</code>
|
|
4090
|
-
* </p>
|
|
4091
|
-
* </li>
|
|
4092
|
-
* </ul>
|
|
4093
|
-
*/
|
|
1684
|
+
|
|
4094
1685
|
IndexArn: string | undefined;
|
|
4095
|
-
|
|
4096
|
-
* <p>The timestamp for when the place index resource was last updated in <a href="https://www.iso.org/iso-8601-date-and-time-format.html"> ISO 8601</a> format:
|
|
4097
|
-
* <code>YYYY-MM-DDThh:mm:ss.sssZ</code>. </p>
|
|
4098
|
-
*/
|
|
1686
|
+
|
|
4099
1687
|
UpdateTime: Date | undefined;
|
|
4100
1688
|
}
|
|
4101
1689
|
export declare namespace UpdatePlaceIndexResponse {
|
|
4102
|
-
|
|
4103
|
-
* @internal
|
|
4104
|
-
*/
|
|
1690
|
+
|
|
4105
1691
|
const filterSensitiveLog: (obj: UpdatePlaceIndexResponse) => any;
|
|
4106
1692
|
}
|
|
4107
1693
|
export interface UpdateRouteCalculatorRequest {
|
|
4108
|
-
|
|
4109
|
-
* <p>The name of the route calculator resource to update.</p>
|
|
4110
|
-
*/
|
|
1694
|
+
|
|
4111
1695
|
CalculatorName: string | undefined;
|
|
4112
|
-
|
|
4113
|
-
* <p>Updates the pricing plan for the route calculator resource.</p>
|
|
4114
|
-
* <p>For more information about each pricing plan option restrictions, see <a href="https://aws.amazon.com/location/pricing/">Amazon Location
|
|
4115
|
-
* Service pricing</a>.</p>
|
|
4116
|
-
*/
|
|
1696
|
+
|
|
4117
1697
|
PricingPlan?: PricingPlan | string;
|
|
4118
|
-
|
|
4119
|
-
* <p>Updates the description for the route calculator resource.</p>
|
|
4120
|
-
*/
|
|
1698
|
+
|
|
4121
1699
|
Description?: string;
|
|
4122
1700
|
}
|
|
4123
1701
|
export declare namespace UpdateRouteCalculatorRequest {
|
|
4124
|
-
|
|
4125
|
-
* @internal
|
|
4126
|
-
*/
|
|
1702
|
+
|
|
4127
1703
|
const filterSensitiveLog: (obj: UpdateRouteCalculatorRequest) => any;
|
|
4128
1704
|
}
|
|
4129
1705
|
export interface UpdateRouteCalculatorResponse {
|
|
4130
|
-
|
|
4131
|
-
* <p>The name of the updated route calculator resource.</p>
|
|
4132
|
-
*/
|
|
1706
|
+
|
|
4133
1707
|
CalculatorName: string | undefined;
|
|
4134
|
-
|
|
4135
|
-
* <p>The Amazon Resource Name (ARN) of the updated route calculator resource. Used to specify a resource
|
|
4136
|
-
* across AWS.</p>
|
|
4137
|
-
* <ul>
|
|
4138
|
-
* <li>
|
|
4139
|
-
* <p>Format example: <code>arn:aws:geo:region:account-id:route-
|
|
4140
|
-
* calculator/ExampleCalculator</code>
|
|
4141
|
-
* </p>
|
|
4142
|
-
* </li>
|
|
4143
|
-
* </ul>
|
|
4144
|
-
*/
|
|
1708
|
+
|
|
4145
1709
|
CalculatorArn: string | undefined;
|
|
4146
|
-
|
|
4147
|
-
* <p>The timestamp for when the route calculator was last updated in <a href="https://www.iso.org/iso-8601-date-and-time-format.html"> ISO 8601</a>
|
|
4148
|
-
* format: <code>YYYY-MM-DDThh:mm:ss.sssZ</code>. </p>
|
|
4149
|
-
*/
|
|
1710
|
+
|
|
4150
1711
|
UpdateTime: Date | undefined;
|
|
4151
1712
|
}
|
|
4152
1713
|
export declare namespace UpdateRouteCalculatorResponse {
|
|
4153
|
-
|
|
4154
|
-
* @internal
|
|
4155
|
-
*/
|
|
1714
|
+
|
|
4156
1715
|
const filterSensitiveLog: (obj: UpdateRouteCalculatorResponse) => any;
|
|
4157
1716
|
}
|
|
4158
1717
|
export interface UpdateTrackerRequest {
|
|
4159
|
-
|
|
4160
|
-
* <p>The name of the tracker resource to update.</p>
|
|
4161
|
-
*/
|
|
1718
|
+
|
|
4162
1719
|
TrackerName: string | undefined;
|
|
4163
|
-
|
|
4164
|
-
* <p>Updates the pricing plan for the tracker resource.</p>
|
|
4165
|
-
* <p>For more information about each pricing plan option restrictions, see <a href="https://aws.amazon.com/location/pricing/">Amazon Location Service
|
|
4166
|
-
* pricing</a>.</p>
|
|
4167
|
-
*/
|
|
1720
|
+
|
|
4168
1721
|
PricingPlan?: PricingPlan | string;
|
|
4169
|
-
|
|
4170
|
-
* <p>Updates the data provider for the tracker resource. </p>
|
|
4171
|
-
* <p>A required value for the following pricing plans: <code>MobileAssetTracking</code>| <code>MobileAssetManagement</code>
|
|
4172
|
-
* </p>
|
|
4173
|
-
* <p>For more information about <a href="https://aws.amazon.com/location/data-providers/">data providers</a> and <a href="https://aws.amazon.com/location/pricing/">pricing plans</a>, see the Amazon Location Service product
|
|
4174
|
-
* page</p>
|
|
4175
|
-
* <note>
|
|
4176
|
-
* <p>This can only be updated when updating the <code>PricingPlan</code> in the same
|
|
4177
|
-
* request.</p>
|
|
4178
|
-
* <p>Amazon Location Service uses <code>PricingPlanDataSource</code> to calculate
|
|
4179
|
-
* billing for your tracker resource. Your data won't be shared with the data provider,
|
|
4180
|
-
* and will remain in your AWS account and Region unless you move it.</p>
|
|
4181
|
-
* </note>
|
|
4182
|
-
*/
|
|
1722
|
+
|
|
4183
1723
|
PricingPlanDataSource?: string;
|
|
4184
|
-
|
|
4185
|
-
* <p>Updates the description for the tracker resource.</p>
|
|
4186
|
-
*/
|
|
1724
|
+
|
|
4187
1725
|
Description?: string;
|
|
1726
|
+
|
|
1727
|
+
PositionFiltering?: PositionFiltering | string;
|
|
4188
1728
|
}
|
|
4189
1729
|
export declare namespace UpdateTrackerRequest {
|
|
4190
|
-
|
|
4191
|
-
* @internal
|
|
4192
|
-
*/
|
|
1730
|
+
|
|
4193
1731
|
const filterSensitiveLog: (obj: UpdateTrackerRequest) => any;
|
|
4194
1732
|
}
|
|
4195
1733
|
export interface UpdateTrackerResponse {
|
|
4196
|
-
|
|
4197
|
-
* <p>The name of the updated tracker resource.</p>
|
|
4198
|
-
*/
|
|
1734
|
+
|
|
4199
1735
|
TrackerName: string | undefined;
|
|
4200
|
-
|
|
4201
|
-
* <p>The Amazon Resource Name (ARN) of the updated tracker resource. Used to specify a resource across
|
|
4202
|
-
* AWS.</p>
|
|
4203
|
-
* <ul>
|
|
4204
|
-
* <li>
|
|
4205
|
-
* <p>Format example: <code>arn:aws:geo:region:account-id:tracker/ExampleTracker</code>
|
|
4206
|
-
* </p>
|
|
4207
|
-
* </li>
|
|
4208
|
-
* </ul>
|
|
4209
|
-
*/
|
|
1736
|
+
|
|
4210
1737
|
TrackerArn: string | undefined;
|
|
4211
|
-
|
|
4212
|
-
* <p>The timestamp for when the tracker resource was last updated in <a href="https://www.iso.org/iso-8601-date-and-time-format.html"> ISO 8601</a>
|
|
4213
|
-
* format: <code>YYYY-MM-DDThh:mm:ss.sssZ</code>. </p>
|
|
4214
|
-
*/
|
|
1738
|
+
|
|
4215
1739
|
UpdateTime: Date | undefined;
|
|
4216
1740
|
}
|
|
4217
1741
|
export declare namespace UpdateTrackerResponse {
|
|
4218
|
-
|
|
4219
|
-
* @internal
|
|
4220
|
-
*/
|
|
1742
|
+
|
|
4221
1743
|
const filterSensitiveLog: (obj: UpdateTrackerResponse) => any;
|
|
4222
1744
|
}
|