@aws-sdk/client-location 3.31.0 → 3.35.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 +39 -0
- package/dist-cjs/Location.js +761 -0
- package/dist-cjs/Location.js.map +1 -0
- package/dist-cjs/LocationClient.js +44 -0
- package/dist-cjs/LocationClient.js.map +1 -0
- package/dist-cjs/commands/AssociateTrackerConsumerCommand.js +67 -0
- package/dist-cjs/commands/AssociateTrackerConsumerCommand.js.map +1 -0
- package/dist-cjs/commands/BatchDeleteDevicePositionHistoryCommand.js +61 -0
- package/dist-cjs/commands/BatchDeleteDevicePositionHistoryCommand.js.map +1 -0
- package/dist-cjs/commands/BatchDeleteGeofenceCommand.js +64 -0
- package/dist-cjs/commands/BatchDeleteGeofenceCommand.js.map +1 -0
- package/dist-cjs/commands/BatchEvaluateGeofencesCommand.js +81 -0
- package/dist-cjs/commands/BatchEvaluateGeofencesCommand.js.map +1 -0
- package/dist-cjs/commands/BatchGetDevicePositionCommand.js +61 -0
- package/dist-cjs/commands/BatchGetDevicePositionCommand.js.map +1 -0
- package/dist-cjs/commands/BatchPutGeofenceCommand.js +62 -0
- package/dist-cjs/commands/BatchPutGeofenceCommand.js.map +1 -0
- package/dist-cjs/commands/BatchUpdateDevicePositionCommand.js +67 -0
- package/dist-cjs/commands/BatchUpdateDevicePositionCommand.js.map +1 -0
- package/dist-cjs/commands/CalculateRouteCommand.js +91 -0
- package/dist-cjs/commands/CalculateRouteCommand.js.map +1 -0
- package/dist-cjs/commands/CreateGeofenceCollectionCommand.js +61 -0
- package/dist-cjs/commands/CreateGeofenceCollectionCommand.js.map +1 -0
- package/dist-cjs/commands/CreateMapCommand.js +62 -0
- package/dist-cjs/commands/CreateMapCommand.js.map +1 -0
- package/dist-cjs/commands/CreatePlaceIndexCommand.js +62 -0
- package/dist-cjs/commands/CreatePlaceIndexCommand.js.map +1 -0
- package/dist-cjs/commands/CreateRouteCalculatorCommand.js +64 -0
- package/dist-cjs/commands/CreateRouteCalculatorCommand.js.map +1 -0
- package/dist-cjs/commands/CreateTrackerCommand.js +62 -0
- package/dist-cjs/commands/CreateTrackerCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteGeofenceCollectionCommand.js +65 -0
- package/dist-cjs/commands/DeleteGeofenceCollectionCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteMapCommand.js +65 -0
- package/dist-cjs/commands/DeleteMapCommand.js.map +1 -0
- package/dist-cjs/commands/DeletePlaceIndexCommand.js +64 -0
- package/dist-cjs/commands/DeletePlaceIndexCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteRouteCalculatorCommand.js +64 -0
- package/dist-cjs/commands/DeleteRouteCalculatorCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteTrackerCommand.js +66 -0
- package/dist-cjs/commands/DeleteTrackerCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeGeofenceCollectionCommand.js +61 -0
- package/dist-cjs/commands/DescribeGeofenceCollectionCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeMapCommand.js +61 -0
- package/dist-cjs/commands/DescribeMapCommand.js.map +1 -0
- package/dist-cjs/commands/DescribePlaceIndexCommand.js +61 -0
- package/dist-cjs/commands/DescribePlaceIndexCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeRouteCalculatorCommand.js +61 -0
- package/dist-cjs/commands/DescribeRouteCalculatorCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeTrackerCommand.js +61 -0
- package/dist-cjs/commands/DescribeTrackerCommand.js.map +1 -0
- package/dist-cjs/commands/DisassociateTrackerConsumerCommand.js +65 -0
- package/dist-cjs/commands/DisassociateTrackerConsumerCommand.js.map +1 -0
- package/dist-cjs/commands/GetDevicePositionCommand.js +64 -0
- package/dist-cjs/commands/GetDevicePositionCommand.js.map +1 -0
- package/dist-cjs/commands/GetDevicePositionHistoryCommand.js +65 -0
- package/dist-cjs/commands/GetDevicePositionHistoryCommand.js.map +1 -0
- package/dist-cjs/commands/GetGeofenceCommand.js +61 -0
- package/dist-cjs/commands/GetGeofenceCommand.js.map +1 -0
- package/dist-cjs/commands/GetMapGlyphsCommand.js +61 -0
- package/dist-cjs/commands/GetMapGlyphsCommand.js.map +1 -0
- package/dist-cjs/commands/GetMapSpritesCommand.js +63 -0
- package/dist-cjs/commands/GetMapSpritesCommand.js.map +1 -0
- package/dist-cjs/commands/GetMapStyleDescriptorCommand.js +64 -0
- package/dist-cjs/commands/GetMapStyleDescriptorCommand.js.map +1 -0
- package/dist-cjs/commands/GetMapTileCommand.js +66 -0
- package/dist-cjs/commands/GetMapTileCommand.js.map +1 -0
- package/dist-cjs/commands/ListDevicePositionsCommand.js +61 -0
- package/dist-cjs/commands/ListDevicePositionsCommand.js.map +1 -0
- package/dist-cjs/commands/ListGeofenceCollectionsCommand.js +61 -0
- package/dist-cjs/commands/ListGeofenceCollectionsCommand.js.map +1 -0
- package/dist-cjs/commands/ListGeofencesCommand.js +61 -0
- package/dist-cjs/commands/ListGeofencesCommand.js.map +1 -0
- package/dist-cjs/commands/ListMapsCommand.js +61 -0
- package/dist-cjs/commands/ListMapsCommand.js.map +1 -0
- package/dist-cjs/commands/ListPlaceIndexesCommand.js +61 -0
- package/dist-cjs/commands/ListPlaceIndexesCommand.js.map +1 -0
- package/dist-cjs/commands/ListRouteCalculatorsCommand.js +61 -0
- package/dist-cjs/commands/ListRouteCalculatorsCommand.js.map +1 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +61 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js.map +1 -0
- package/dist-cjs/commands/ListTrackerConsumersCommand.js +61 -0
- package/dist-cjs/commands/ListTrackerConsumersCommand.js.map +1 -0
- package/dist-cjs/commands/ListTrackersCommand.js +61 -0
- package/dist-cjs/commands/ListTrackersCommand.js.map +1 -0
- package/dist-cjs/commands/PutGeofenceCommand.js +62 -0
- package/dist-cjs/commands/PutGeofenceCommand.js.map +1 -0
- package/dist-cjs/commands/SearchPlaceIndexForPositionCommand.js +62 -0
- package/dist-cjs/commands/SearchPlaceIndexForPositionCommand.js.map +1 -0
- package/dist-cjs/commands/SearchPlaceIndexForTextCommand.js +69 -0
- package/dist-cjs/commands/SearchPlaceIndexForTextCommand.js.map +1 -0
- package/dist-cjs/commands/TagResourceCommand.js +74 -0
- package/dist-cjs/commands/TagResourceCommand.js.map +1 -0
- package/dist-cjs/commands/UntagResourceCommand.js +61 -0
- package/dist-cjs/commands/UntagResourceCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateGeofenceCollectionCommand.js +61 -0
- package/dist-cjs/commands/UpdateGeofenceCollectionCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateMapCommand.js +61 -0
- package/dist-cjs/commands/UpdateMapCommand.js.map +1 -0
- package/dist-cjs/commands/UpdatePlaceIndexCommand.js +61 -0
- package/dist-cjs/commands/UpdatePlaceIndexCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateRouteCalculatorCommand.js +61 -0
- package/dist-cjs/commands/UpdateRouteCalculatorCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateTrackerCommand.js +61 -0
- package/dist-cjs/commands/UpdateTrackerCommand.js.map +1 -0
- package/dist-cjs/endpoints.js +57 -0
- package/dist-cjs/endpoints.js.map +1 -0
- package/dist-cjs/index.js +67 -0
- package/dist-cjs/index.js.map +1 -0
- package/dist-cjs/models/index.js +5 -0
- package/dist-cjs/models/index.js.map +1 -0
- package/{dist/cjs → dist-cjs}/models/models_0.js +0 -0
- package/dist-cjs/models/models_0.js.map +1 -0
- package/dist-cjs/pagination/GetDevicePositionHistoryPaginator.js +45 -0
- package/dist-cjs/pagination/GetDevicePositionHistoryPaginator.js.map +1 -0
- package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -0
- package/dist-cjs/pagination/Interfaces.js.map +1 -0
- package/dist-cjs/pagination/ListDevicePositionsPaginator.js +46 -0
- package/dist-cjs/pagination/ListDevicePositionsPaginator.js.map +1 -0
- package/dist-cjs/pagination/ListGeofenceCollectionsPaginator.js +46 -0
- package/dist-cjs/pagination/ListGeofenceCollectionsPaginator.js.map +1 -0
- package/dist-cjs/pagination/ListGeofencesPaginator.js +45 -0
- package/dist-cjs/pagination/ListGeofencesPaginator.js.map +1 -0
- package/dist-cjs/pagination/ListMapsPaginator.js +46 -0
- package/dist-cjs/pagination/ListMapsPaginator.js.map +1 -0
- package/dist-cjs/pagination/ListPlaceIndexesPaginator.js +46 -0
- package/dist-cjs/pagination/ListPlaceIndexesPaginator.js.map +1 -0
- package/dist-cjs/pagination/ListRouteCalculatorsPaginator.js +46 -0
- package/dist-cjs/pagination/ListRouteCalculatorsPaginator.js.map +1 -0
- package/dist-cjs/pagination/ListTrackerConsumersPaginator.js +46 -0
- package/dist-cjs/pagination/ListTrackerConsumersPaginator.js.map +1 -0
- package/dist-cjs/pagination/ListTrackersPaginator.js +46 -0
- package/dist-cjs/pagination/ListTrackersPaginator.js.map +1 -0
- package/dist-cjs/protocols/Aws_restJson1.js +7163 -0
- package/dist-cjs/protocols/Aws_restJson1.js.map +1 -0
- package/dist-cjs/runtimeConfig.browser.js +42 -0
- package/dist-cjs/runtimeConfig.browser.js.map +1 -0
- package/dist-cjs/runtimeConfig.js +47 -0
- package/dist-cjs/runtimeConfig.js.map +1 -0
- package/dist-cjs/runtimeConfig.native.js +20 -0
- package/dist-cjs/runtimeConfig.native.js.map +1 -0
- package/dist-cjs/runtimeConfig.shared.js +21 -0
- package/dist-cjs/runtimeConfig.shared.js.map +1 -0
- package/dist-es/Location.js +761 -0
- package/dist-es/Location.js.map +1 -0
- package/dist-es/LocationClient.js +38 -0
- package/dist-es/LocationClient.js.map +1 -0
- package/dist-es/commands/AssociateTrackerConsumerCommand.js +40 -0
- package/dist-es/commands/AssociateTrackerConsumerCommand.js.map +1 -0
- package/dist-es/commands/BatchDeleteDevicePositionHistoryCommand.js +40 -0
- package/dist-es/commands/BatchDeleteDevicePositionHistoryCommand.js.map +1 -0
- package/dist-es/commands/BatchDeleteGeofenceCommand.js +40 -0
- package/dist-es/commands/BatchDeleteGeofenceCommand.js.map +1 -0
- package/dist-es/commands/BatchEvaluateGeofencesCommand.js +40 -0
- package/dist-es/commands/BatchEvaluateGeofencesCommand.js.map +1 -0
- package/dist-es/commands/BatchGetDevicePositionCommand.js +40 -0
- package/dist-es/commands/BatchGetDevicePositionCommand.js.map +1 -0
- package/dist-es/commands/BatchPutGeofenceCommand.js +40 -0
- package/dist-es/commands/BatchPutGeofenceCommand.js.map +1 -0
- package/dist-es/commands/BatchUpdateDevicePositionCommand.js +40 -0
- package/dist-es/commands/BatchUpdateDevicePositionCommand.js.map +1 -0
- package/dist-es/commands/CalculateRouteCommand.js +40 -0
- package/dist-es/commands/CalculateRouteCommand.js.map +1 -0
- package/dist-es/commands/CreateGeofenceCollectionCommand.js +40 -0
- package/dist-es/commands/CreateGeofenceCollectionCommand.js.map +1 -0
- package/dist-es/commands/CreateMapCommand.js +40 -0
- package/dist-es/commands/CreateMapCommand.js.map +1 -0
- package/dist-es/commands/CreatePlaceIndexCommand.js +40 -0
- package/dist-es/commands/CreatePlaceIndexCommand.js.map +1 -0
- package/dist-es/commands/CreateRouteCalculatorCommand.js +40 -0
- package/dist-es/commands/CreateRouteCalculatorCommand.js.map +1 -0
- package/dist-es/commands/CreateTrackerCommand.js +40 -0
- package/dist-es/commands/CreateTrackerCommand.js.map +1 -0
- package/dist-es/commands/DeleteGeofenceCollectionCommand.js +40 -0
- package/dist-es/commands/DeleteGeofenceCollectionCommand.js.map +1 -0
- package/dist-es/commands/DeleteMapCommand.js +40 -0
- package/dist-es/commands/DeleteMapCommand.js.map +1 -0
- package/dist-es/commands/DeletePlaceIndexCommand.js +40 -0
- package/dist-es/commands/DeletePlaceIndexCommand.js.map +1 -0
- package/dist-es/commands/DeleteRouteCalculatorCommand.js +40 -0
- package/dist-es/commands/DeleteRouteCalculatorCommand.js.map +1 -0
- package/dist-es/commands/DeleteTrackerCommand.js +40 -0
- package/dist-es/commands/DeleteTrackerCommand.js.map +1 -0
- package/dist-es/commands/DescribeGeofenceCollectionCommand.js +40 -0
- package/dist-es/commands/DescribeGeofenceCollectionCommand.js.map +1 -0
- package/dist-es/commands/DescribeMapCommand.js +40 -0
- package/dist-es/commands/DescribeMapCommand.js.map +1 -0
- package/dist-es/commands/DescribePlaceIndexCommand.js +40 -0
- package/dist-es/commands/DescribePlaceIndexCommand.js.map +1 -0
- package/dist-es/commands/DescribeRouteCalculatorCommand.js +40 -0
- package/dist-es/commands/DescribeRouteCalculatorCommand.js.map +1 -0
- package/dist-es/commands/DescribeTrackerCommand.js +40 -0
- package/dist-es/commands/DescribeTrackerCommand.js.map +1 -0
- package/dist-es/commands/DisassociateTrackerConsumerCommand.js +40 -0
- package/dist-es/commands/DisassociateTrackerConsumerCommand.js.map +1 -0
- package/dist-es/commands/GetDevicePositionCommand.js +40 -0
- package/dist-es/commands/GetDevicePositionCommand.js.map +1 -0
- package/dist-es/commands/GetDevicePositionHistoryCommand.js +40 -0
- package/dist-es/commands/GetDevicePositionHistoryCommand.js.map +1 -0
- package/dist-es/commands/GetGeofenceCommand.js +40 -0
- package/dist-es/commands/GetGeofenceCommand.js.map +1 -0
- package/dist-es/commands/GetMapGlyphsCommand.js +40 -0
- package/dist-es/commands/GetMapGlyphsCommand.js.map +1 -0
- package/dist-es/commands/GetMapSpritesCommand.js +40 -0
- package/dist-es/commands/GetMapSpritesCommand.js.map +1 -0
- package/dist-es/commands/GetMapStyleDescriptorCommand.js +40 -0
- package/dist-es/commands/GetMapStyleDescriptorCommand.js.map +1 -0
- package/dist-es/commands/GetMapTileCommand.js +40 -0
- package/dist-es/commands/GetMapTileCommand.js.map +1 -0
- package/dist-es/commands/ListDevicePositionsCommand.js +40 -0
- package/dist-es/commands/ListDevicePositionsCommand.js.map +1 -0
- package/dist-es/commands/ListGeofenceCollectionsCommand.js +40 -0
- package/dist-es/commands/ListGeofenceCollectionsCommand.js.map +1 -0
- package/dist-es/commands/ListGeofencesCommand.js +40 -0
- package/dist-es/commands/ListGeofencesCommand.js.map +1 -0
- package/dist-es/commands/ListMapsCommand.js +40 -0
- package/dist-es/commands/ListMapsCommand.js.map +1 -0
- package/dist-es/commands/ListPlaceIndexesCommand.js +40 -0
- package/dist-es/commands/ListPlaceIndexesCommand.js.map +1 -0
- package/dist-es/commands/ListRouteCalculatorsCommand.js +40 -0
- package/dist-es/commands/ListRouteCalculatorsCommand.js.map +1 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +40 -0
- package/dist-es/commands/ListTagsForResourceCommand.js.map +1 -0
- package/dist-es/commands/ListTrackerConsumersCommand.js +40 -0
- package/dist-es/commands/ListTrackerConsumersCommand.js.map +1 -0
- package/dist-es/commands/ListTrackersCommand.js +40 -0
- package/dist-es/commands/ListTrackersCommand.js.map +1 -0
- package/dist-es/commands/PutGeofenceCommand.js +40 -0
- package/dist-es/commands/PutGeofenceCommand.js.map +1 -0
- package/dist-es/commands/SearchPlaceIndexForPositionCommand.js +40 -0
- package/dist-es/commands/SearchPlaceIndexForPositionCommand.js.map +1 -0
- package/dist-es/commands/SearchPlaceIndexForTextCommand.js +40 -0
- package/dist-es/commands/SearchPlaceIndexForTextCommand.js.map +1 -0
- package/dist-es/commands/TagResourceCommand.js +40 -0
- package/dist-es/commands/TagResourceCommand.js.map +1 -0
- package/dist-es/commands/UntagResourceCommand.js +40 -0
- package/dist-es/commands/UntagResourceCommand.js.map +1 -0
- package/dist-es/commands/UpdateGeofenceCollectionCommand.js +40 -0
- package/dist-es/commands/UpdateGeofenceCollectionCommand.js.map +1 -0
- package/dist-es/commands/UpdateMapCommand.js +40 -0
- package/dist-es/commands/UpdateMapCommand.js.map +1 -0
- package/dist-es/commands/UpdatePlaceIndexCommand.js +40 -0
- package/dist-es/commands/UpdatePlaceIndexCommand.js.map +1 -0
- package/dist-es/commands/UpdateRouteCalculatorCommand.js +40 -0
- package/dist-es/commands/UpdateRouteCalculatorCommand.js.map +1 -0
- package/dist-es/commands/UpdateTrackerCommand.js +40 -0
- package/dist-es/commands/UpdateTrackerCommand.js.map +1 -0
- package/dist-es/endpoints.js +53 -0
- package/dist-es/endpoints.js.map +1 -0
- package/{dist/es → dist-es}/index.js +0 -0
- package/dist-es/index.js.map +1 -0
- package/{dist/es → dist-es}/models/index.js +0 -0
- package/dist-es/models/index.js.map +1 -0
- package/dist-es/models/models_0.js +583 -0
- package/dist-es/models/models_0.js.map +1 -0
- package/dist-es/pagination/GetDevicePositionHistoryPaginator.js +74 -0
- package/dist-es/pagination/GetDevicePositionHistoryPaginator.js.map +1 -0
- package/{dist/es → dist-es}/pagination/Interfaces.js +0 -0
- package/dist-es/pagination/Interfaces.js.map +1 -0
- package/dist-es/pagination/ListDevicePositionsPaginator.js +75 -0
- package/dist-es/pagination/ListDevicePositionsPaginator.js.map +1 -0
- package/dist-es/pagination/ListGeofenceCollectionsPaginator.js +75 -0
- package/dist-es/pagination/ListGeofenceCollectionsPaginator.js.map +1 -0
- package/dist-es/pagination/ListGeofencesPaginator.js +74 -0
- package/dist-es/pagination/ListGeofencesPaginator.js.map +1 -0
- package/dist-es/pagination/ListMapsPaginator.js +75 -0
- package/dist-es/pagination/ListMapsPaginator.js.map +1 -0
- package/dist-es/pagination/ListPlaceIndexesPaginator.js +75 -0
- package/dist-es/pagination/ListPlaceIndexesPaginator.js.map +1 -0
- package/dist-es/pagination/ListRouteCalculatorsPaginator.js +75 -0
- package/dist-es/pagination/ListRouteCalculatorsPaginator.js.map +1 -0
- package/dist-es/pagination/ListTrackerConsumersPaginator.js +75 -0
- package/dist-es/pagination/ListTrackerConsumersPaginator.js.map +1 -0
- package/dist-es/pagination/ListTrackersPaginator.js +75 -0
- package/dist-es/pagination/ListTrackersPaginator.js.map +1 -0
- package/dist-es/protocols/Aws_restJson1.js +8058 -0
- package/dist-es/protocols/Aws_restJson1.js.map +1 -0
- package/dist-es/runtimeConfig.browser.js +17 -0
- package/dist-es/runtimeConfig.browser.js.map +1 -0
- package/dist-es/runtimeConfig.js +22 -0
- package/dist-es/runtimeConfig.js.map +1 -0
- package/dist-es/runtimeConfig.native.js +9 -0
- package/dist-es/runtimeConfig.native.js.map +1 -0
- package/dist-es/runtimeConfig.shared.js +14 -0
- package/dist-es/runtimeConfig.shared.js.map +1 -0
- package/dist-types/Location.d.ts +492 -0
- package/dist-types/LocationClient.d.ts +182 -0
- package/dist-types/commands/AssociateTrackerConsumerCommand.d.ts +41 -0
- package/dist-types/commands/BatchDeleteDevicePositionHistoryCommand.d.ts +35 -0
- package/dist-types/commands/BatchDeleteGeofenceCommand.d.ts +38 -0
- package/dist-types/commands/BatchEvaluateGeofencesCommand.d.ts +55 -0
- package/dist-types/commands/BatchGetDevicePositionCommand.d.ts +35 -0
- package/dist-types/commands/BatchPutGeofenceCommand.d.ts +36 -0
- package/dist-types/commands/BatchUpdateDevicePositionCommand.d.ts +41 -0
- package/dist-types/commands/CalculateRouteCommand.d.ts +65 -0
- package/dist-types/commands/CreateGeofenceCollectionCommand.d.ts +35 -0
- package/dist-types/commands/CreateMapCommand.d.ts +36 -0
- package/dist-types/commands/CreatePlaceIndexCommand.d.ts +36 -0
- package/dist-types/commands/CreateRouteCalculatorCommand.d.ts +38 -0
- package/dist-types/commands/CreateTrackerCommand.d.ts +36 -0
- package/dist-types/commands/DeleteGeofenceCollectionCommand.d.ts +39 -0
- package/dist-types/commands/DeleteMapCommand.d.ts +39 -0
- package/dist-types/commands/DeletePlaceIndexCommand.d.ts +38 -0
- package/dist-types/commands/DeleteRouteCalculatorCommand.d.ts +38 -0
- package/dist-types/commands/DeleteTrackerCommand.d.ts +40 -0
- package/dist-types/commands/DescribeGeofenceCollectionCommand.d.ts +35 -0
- package/dist-types/commands/DescribeMapCommand.d.ts +35 -0
- package/dist-types/commands/DescribePlaceIndexCommand.d.ts +35 -0
- package/dist-types/commands/DescribeRouteCalculatorCommand.d.ts +35 -0
- package/dist-types/commands/DescribeTrackerCommand.d.ts +35 -0
- package/dist-types/commands/DisassociateTrackerConsumerCommand.d.ts +39 -0
- package/dist-types/commands/GetDevicePositionCommand.d.ts +38 -0
- package/dist-types/commands/GetDevicePositionHistoryCommand.d.ts +39 -0
- package/dist-types/commands/GetGeofenceCommand.d.ts +35 -0
- package/dist-types/commands/GetMapGlyphsCommand.d.ts +35 -0
- package/dist-types/commands/GetMapSpritesCommand.d.ts +37 -0
- package/dist-types/commands/GetMapStyleDescriptorCommand.d.ts +38 -0
- package/dist-types/commands/GetMapTileCommand.d.ts +40 -0
- package/dist-types/commands/ListDevicePositionsCommand.d.ts +35 -0
- package/dist-types/commands/ListGeofenceCollectionsCommand.d.ts +35 -0
- package/dist-types/commands/ListGeofencesCommand.d.ts +35 -0
- package/dist-types/commands/ListMapsCommand.d.ts +35 -0
- package/dist-types/commands/ListPlaceIndexesCommand.d.ts +35 -0
- package/dist-types/commands/ListRouteCalculatorsCommand.d.ts +35 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +35 -0
- package/dist-types/commands/ListTrackerConsumersCommand.d.ts +35 -0
- package/dist-types/commands/ListTrackersCommand.d.ts +35 -0
- package/dist-types/commands/PutGeofenceCommand.d.ts +36 -0
- package/dist-types/commands/SearchPlaceIndexForPositionCommand.d.ts +36 -0
- package/dist-types/commands/SearchPlaceIndexForTextCommand.d.ts +43 -0
- package/dist-types/commands/TagResourceCommand.d.ts +48 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +35 -0
- package/dist-types/commands/UpdateGeofenceCollectionCommand.d.ts +35 -0
- package/dist-types/commands/UpdateMapCommand.d.ts +35 -0
- package/dist-types/commands/UpdatePlaceIndexCommand.d.ts +35 -0
- package/dist-types/commands/UpdateRouteCalculatorCommand.d.ts +35 -0
- package/dist-types/commands/UpdateTrackerCommand.d.ts +35 -0
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/index.d.ts +0 -0
- package/{dist/types → dist-types}/models/index.d.ts +0 -0
- package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
- package/dist-types/pagination/GetDevicePositionHistoryPaginator.d.ts +4 -0
- package/dist-types/pagination/Interfaces.d.ts +6 -0
- package/dist-types/pagination/ListDevicePositionsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListGeofenceCollectionsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListGeofencesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListMapsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListPlaceIndexesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListRouteCalculatorsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListTrackerConsumersPaginator.d.ts +4 -0
- package/dist-types/pagination/ListTrackersPaginator.d.ts +4 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +152 -0
- package/dist-types/runtimeConfig.browser.d.ts +37 -0
- package/dist-types/runtimeConfig.d.ts +37 -0
- package/dist-types/runtimeConfig.native.d.ts +36 -0
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/dist-types/ts3.4/Location.d.ts +492 -0
- package/dist-types/ts3.4/LocationClient.d.ts +182 -0
- package/dist-types/ts3.4/commands/AssociateTrackerConsumerCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/BatchDeleteDevicePositionHistoryCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/BatchDeleteGeofenceCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/BatchEvaluateGeofencesCommand.d.ts +55 -0
- package/dist-types/ts3.4/commands/BatchGetDevicePositionCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/BatchPutGeofenceCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/BatchUpdateDevicePositionCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/CalculateRouteCommand.d.ts +65 -0
- package/dist-types/ts3.4/commands/CreateGeofenceCollectionCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/CreateMapCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/CreatePlaceIndexCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/CreateRouteCalculatorCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/CreateTrackerCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DeleteGeofenceCollectionCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DeleteMapCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DeletePlaceIndexCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DeleteRouteCalculatorCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DeleteTrackerCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/DescribeGeofenceCollectionCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DescribeMapCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DescribePlaceIndexCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DescribeRouteCalculatorCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DescribeTrackerCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DisassociateTrackerConsumerCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/GetDevicePositionCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/GetDevicePositionHistoryCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/GetGeofenceCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetMapGlyphsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetMapSpritesCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/GetMapStyleDescriptorCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/GetMapTileCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/ListDevicePositionsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListGeofenceCollectionsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListGeofencesCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListMapsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListPlaceIndexesCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListRouteCalculatorsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListTrackerConsumersCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListTrackersCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/PutGeofenceCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/SearchPlaceIndexForPositionCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/SearchPlaceIndexForTextCommand.d.ts +43 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +48 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateGeofenceCollectionCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateMapCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdatePlaceIndexCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateRouteCalculatorCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateTrackerCommand.d.ts +35 -0
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +0 -0
- package/dist-types/ts3.4/pagination/GetDevicePositionHistoryPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListDevicePositionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListGeofenceCollectionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListGeofencesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListMapsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListPlaceIndexesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListRouteCalculatorsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListTrackerConsumersPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListTrackersPaginator.d.ts +4 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +152 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +36 -0
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
- package/package.json +50 -50
- package/src/Location.ts +1897 -0
- package/src/LocationClient.ts +458 -0
- package/src/commands/AssociateTrackerConsumerCommand.ts +101 -0
- package/src/commands/BatchDeleteDevicePositionHistoryCommand.ts +103 -0
- package/src/commands/BatchDeleteGeofenceCommand.ts +98 -0
- package/src/commands/BatchEvaluateGeofencesCommand.ts +115 -0
- package/src/commands/BatchGetDevicePositionCommand.ts +95 -0
- package/src/commands/BatchPutGeofenceCommand.ts +96 -0
- package/src/commands/BatchUpdateDevicePositionCommand.ts +104 -0
- package/src/commands/CalculateRouteCommand.ts +125 -0
- package/src/commands/CreateGeofenceCollectionCommand.ts +95 -0
- package/src/commands/CreateMapCommand.ts +96 -0
- package/src/commands/CreatePlaceIndexCommand.ts +96 -0
- package/src/commands/CreateRouteCalculatorCommand.ts +98 -0
- package/src/commands/CreateTrackerCommand.ts +96 -0
- package/src/commands/DeleteGeofenceCollectionCommand.ts +99 -0
- package/src/commands/DeleteMapCommand.ts +99 -0
- package/src/commands/DeletePlaceIndexCommand.ts +98 -0
- package/src/commands/DeleteRouteCalculatorCommand.ts +98 -0
- package/src/commands/DeleteTrackerCommand.ts +100 -0
- package/src/commands/DescribeGeofenceCollectionCommand.ts +98 -0
- package/src/commands/DescribeMapCommand.ts +95 -0
- package/src/commands/DescribePlaceIndexCommand.ts +95 -0
- package/src/commands/DescribeRouteCalculatorCommand.ts +95 -0
- package/src/commands/DescribeTrackerCommand.ts +95 -0
- package/src/commands/DisassociateTrackerConsumerCommand.ts +104 -0
- package/src/commands/GetDevicePositionCommand.ts +98 -0
- package/src/commands/GetDevicePositionHistoryCommand.ts +99 -0
- package/src/commands/GetGeofenceCommand.ts +95 -0
- package/src/commands/GetMapGlyphsCommand.ts +95 -0
- package/src/commands/GetMapSpritesCommand.ts +97 -0
- package/src/commands/GetMapStyleDescriptorCommand.ts +98 -0
- package/src/commands/GetMapTileCommand.ts +100 -0
- package/src/commands/ListDevicePositionsCommand.ts +95 -0
- package/src/commands/ListGeofenceCollectionsCommand.ts +95 -0
- package/src/commands/ListGeofencesCommand.ts +95 -0
- package/src/commands/ListMapsCommand.ts +95 -0
- package/src/commands/ListPlaceIndexesCommand.ts +95 -0
- package/src/commands/ListRouteCalculatorsCommand.ts +95 -0
- package/src/commands/ListTagsForResourceCommand.ts +95 -0
- package/src/commands/ListTrackerConsumersCommand.ts +95 -0
- package/src/commands/ListTrackersCommand.ts +95 -0
- package/src/commands/PutGeofenceCommand.ts +96 -0
- package/src/commands/SearchPlaceIndexForPositionCommand.ts +101 -0
- package/src/commands/SearchPlaceIndexForTextCommand.ts +103 -0
- package/src/commands/TagResourceCommand.ts +108 -0
- package/src/commands/UntagResourceCommand.ts +95 -0
- package/src/commands/UpdateGeofenceCollectionCommand.ts +95 -0
- package/src/commands/UpdateMapCommand.ts +95 -0
- package/src/commands/UpdatePlaceIndexCommand.ts +95 -0
- package/src/commands/UpdateRouteCalculatorCommand.ts +95 -0
- package/src/commands/UpdateTrackerCommand.ts +95 -0
- package/src/endpoints.ts +57 -0
- package/{index.ts → src/index.ts} +0 -0
- package/{models → src/models}/index.ts +0 -0
- package/{models → src/models}/models_0.ts +0 -0
- package/src/pagination/GetDevicePositionHistoryPaginator.ts +58 -0
- package/src/pagination/Interfaces.ts +8 -0
- package/src/pagination/ListDevicePositionsPaginator.ts +59 -0
- package/src/pagination/ListGeofenceCollectionsPaginator.ts +59 -0
- package/src/pagination/ListGeofencesPaginator.ts +58 -0
- package/src/pagination/ListMapsPaginator.ts +55 -0
- package/src/pagination/ListPlaceIndexesPaginator.ts +59 -0
- package/src/pagination/ListRouteCalculatorsPaginator.ts +59 -0
- package/src/pagination/ListTrackerConsumersPaginator.ts +59 -0
- package/src/pagination/ListTrackersPaginator.ts +59 -0
- package/src/protocols/Aws_restJson1.ts +8120 -0
- package/src/runtimeConfig.browser.ts +41 -0
- package/src/runtimeConfig.native.ts +17 -0
- package/src/runtimeConfig.shared.ts +17 -0
- package/src/runtimeConfig.ts +46 -0
- package/tsconfig.es.json +1 -3
- package/tsconfig.json +7 -7
- package/tsconfig.types.json +9 -0
- package/Location.ts +0 -1896
- package/LocationClient.ts +0 -457
- package/commands/AssociateTrackerConsumerCommand.ts +0 -100
- package/commands/BatchDeleteDevicePositionHistoryCommand.ts +0 -102
- package/commands/BatchDeleteGeofenceCommand.ts +0 -97
- package/commands/BatchEvaluateGeofencesCommand.ts +0 -114
- package/commands/BatchGetDevicePositionCommand.ts +0 -94
- package/commands/BatchPutGeofenceCommand.ts +0 -95
- package/commands/BatchUpdateDevicePositionCommand.ts +0 -103
- package/commands/CalculateRouteCommand.ts +0 -124
- package/commands/CreateGeofenceCollectionCommand.ts +0 -94
- package/commands/CreateMapCommand.ts +0 -95
- package/commands/CreatePlaceIndexCommand.ts +0 -95
- package/commands/CreateRouteCalculatorCommand.ts +0 -97
- package/commands/CreateTrackerCommand.ts +0 -95
- package/commands/DeleteGeofenceCollectionCommand.ts +0 -98
- package/commands/DeleteMapCommand.ts +0 -98
- package/commands/DeletePlaceIndexCommand.ts +0 -97
- package/commands/DeleteRouteCalculatorCommand.ts +0 -97
- package/commands/DeleteTrackerCommand.ts +0 -99
- package/commands/DescribeGeofenceCollectionCommand.ts +0 -97
- package/commands/DescribeMapCommand.ts +0 -94
- package/commands/DescribePlaceIndexCommand.ts +0 -94
- package/commands/DescribeRouteCalculatorCommand.ts +0 -94
- package/commands/DescribeTrackerCommand.ts +0 -94
- package/commands/DisassociateTrackerConsumerCommand.ts +0 -103
- package/commands/GetDevicePositionCommand.ts +0 -97
- package/commands/GetDevicePositionHistoryCommand.ts +0 -98
- package/commands/GetGeofenceCommand.ts +0 -94
- package/commands/GetMapGlyphsCommand.ts +0 -94
- package/commands/GetMapSpritesCommand.ts +0 -96
- package/commands/GetMapStyleDescriptorCommand.ts +0 -97
- package/commands/GetMapTileCommand.ts +0 -99
- package/commands/ListDevicePositionsCommand.ts +0 -94
- package/commands/ListGeofenceCollectionsCommand.ts +0 -94
- package/commands/ListGeofencesCommand.ts +0 -94
- package/commands/ListMapsCommand.ts +0 -94
- package/commands/ListPlaceIndexesCommand.ts +0 -94
- package/commands/ListRouteCalculatorsCommand.ts +0 -94
- package/commands/ListTagsForResourceCommand.ts +0 -94
- package/commands/ListTrackerConsumersCommand.ts +0 -94
- package/commands/ListTrackersCommand.ts +0 -94
- package/commands/PutGeofenceCommand.ts +0 -95
- package/commands/SearchPlaceIndexForPositionCommand.ts +0 -100
- package/commands/SearchPlaceIndexForTextCommand.ts +0 -102
- package/commands/TagResourceCommand.ts +0 -107
- package/commands/UntagResourceCommand.ts +0 -94
- package/commands/UpdateGeofenceCollectionCommand.ts +0 -94
- package/commands/UpdateMapCommand.ts +0 -94
- package/commands/UpdatePlaceIndexCommand.ts +0 -94
- package/commands/UpdateRouteCalculatorCommand.ts +0 -94
- package/commands/UpdateTrackerCommand.ts +0 -94
- package/dist/cjs/Location.js +0 -761
- package/dist/cjs/Location.js.map +0 -1
- package/dist/cjs/LocationClient.js +0 -44
- package/dist/cjs/LocationClient.js.map +0 -1
- package/dist/cjs/commands/AssociateTrackerConsumerCommand.js +0 -67
- package/dist/cjs/commands/AssociateTrackerConsumerCommand.js.map +0 -1
- package/dist/cjs/commands/BatchDeleteDevicePositionHistoryCommand.js +0 -61
- package/dist/cjs/commands/BatchDeleteDevicePositionHistoryCommand.js.map +0 -1
- package/dist/cjs/commands/BatchDeleteGeofenceCommand.js +0 -64
- package/dist/cjs/commands/BatchDeleteGeofenceCommand.js.map +0 -1
- package/dist/cjs/commands/BatchEvaluateGeofencesCommand.js +0 -81
- package/dist/cjs/commands/BatchEvaluateGeofencesCommand.js.map +0 -1
- package/dist/cjs/commands/BatchGetDevicePositionCommand.js +0 -61
- package/dist/cjs/commands/BatchGetDevicePositionCommand.js.map +0 -1
- package/dist/cjs/commands/BatchPutGeofenceCommand.js +0 -62
- package/dist/cjs/commands/BatchPutGeofenceCommand.js.map +0 -1
- package/dist/cjs/commands/BatchUpdateDevicePositionCommand.js +0 -67
- package/dist/cjs/commands/BatchUpdateDevicePositionCommand.js.map +0 -1
- package/dist/cjs/commands/CalculateRouteCommand.js +0 -91
- package/dist/cjs/commands/CalculateRouteCommand.js.map +0 -1
- package/dist/cjs/commands/CreateGeofenceCollectionCommand.js +0 -61
- package/dist/cjs/commands/CreateGeofenceCollectionCommand.js.map +0 -1
- package/dist/cjs/commands/CreateMapCommand.js +0 -62
- package/dist/cjs/commands/CreateMapCommand.js.map +0 -1
- package/dist/cjs/commands/CreatePlaceIndexCommand.js +0 -62
- package/dist/cjs/commands/CreatePlaceIndexCommand.js.map +0 -1
- package/dist/cjs/commands/CreateRouteCalculatorCommand.js +0 -64
- package/dist/cjs/commands/CreateRouteCalculatorCommand.js.map +0 -1
- package/dist/cjs/commands/CreateTrackerCommand.js +0 -62
- package/dist/cjs/commands/CreateTrackerCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteGeofenceCollectionCommand.js +0 -65
- package/dist/cjs/commands/DeleteGeofenceCollectionCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteMapCommand.js +0 -65
- package/dist/cjs/commands/DeleteMapCommand.js.map +0 -1
- package/dist/cjs/commands/DeletePlaceIndexCommand.js +0 -64
- package/dist/cjs/commands/DeletePlaceIndexCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteRouteCalculatorCommand.js +0 -64
- package/dist/cjs/commands/DeleteRouteCalculatorCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteTrackerCommand.js +0 -66
- package/dist/cjs/commands/DeleteTrackerCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeGeofenceCollectionCommand.js +0 -61
- package/dist/cjs/commands/DescribeGeofenceCollectionCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeMapCommand.js +0 -61
- package/dist/cjs/commands/DescribeMapCommand.js.map +0 -1
- package/dist/cjs/commands/DescribePlaceIndexCommand.js +0 -61
- package/dist/cjs/commands/DescribePlaceIndexCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeRouteCalculatorCommand.js +0 -61
- package/dist/cjs/commands/DescribeRouteCalculatorCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeTrackerCommand.js +0 -61
- package/dist/cjs/commands/DescribeTrackerCommand.js.map +0 -1
- package/dist/cjs/commands/DisassociateTrackerConsumerCommand.js +0 -65
- package/dist/cjs/commands/DisassociateTrackerConsumerCommand.js.map +0 -1
- package/dist/cjs/commands/GetDevicePositionCommand.js +0 -64
- package/dist/cjs/commands/GetDevicePositionCommand.js.map +0 -1
- package/dist/cjs/commands/GetDevicePositionHistoryCommand.js +0 -65
- package/dist/cjs/commands/GetDevicePositionHistoryCommand.js.map +0 -1
- package/dist/cjs/commands/GetGeofenceCommand.js +0 -61
- package/dist/cjs/commands/GetGeofenceCommand.js.map +0 -1
- package/dist/cjs/commands/GetMapGlyphsCommand.js +0 -61
- package/dist/cjs/commands/GetMapGlyphsCommand.js.map +0 -1
- package/dist/cjs/commands/GetMapSpritesCommand.js +0 -63
- package/dist/cjs/commands/GetMapSpritesCommand.js.map +0 -1
- package/dist/cjs/commands/GetMapStyleDescriptorCommand.js +0 -64
- package/dist/cjs/commands/GetMapStyleDescriptorCommand.js.map +0 -1
- package/dist/cjs/commands/GetMapTileCommand.js +0 -66
- package/dist/cjs/commands/GetMapTileCommand.js.map +0 -1
- package/dist/cjs/commands/ListDevicePositionsCommand.js +0 -61
- package/dist/cjs/commands/ListDevicePositionsCommand.js.map +0 -1
- package/dist/cjs/commands/ListGeofenceCollectionsCommand.js +0 -61
- package/dist/cjs/commands/ListGeofenceCollectionsCommand.js.map +0 -1
- package/dist/cjs/commands/ListGeofencesCommand.js +0 -61
- package/dist/cjs/commands/ListGeofencesCommand.js.map +0 -1
- package/dist/cjs/commands/ListMapsCommand.js +0 -61
- package/dist/cjs/commands/ListMapsCommand.js.map +0 -1
- package/dist/cjs/commands/ListPlaceIndexesCommand.js +0 -61
- package/dist/cjs/commands/ListPlaceIndexesCommand.js.map +0 -1
- package/dist/cjs/commands/ListRouteCalculatorsCommand.js +0 -61
- package/dist/cjs/commands/ListRouteCalculatorsCommand.js.map +0 -1
- package/dist/cjs/commands/ListTagsForResourceCommand.js +0 -61
- package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/cjs/commands/ListTrackerConsumersCommand.js +0 -61
- package/dist/cjs/commands/ListTrackerConsumersCommand.js.map +0 -1
- package/dist/cjs/commands/ListTrackersCommand.js +0 -61
- package/dist/cjs/commands/ListTrackersCommand.js.map +0 -1
- package/dist/cjs/commands/PutGeofenceCommand.js +0 -62
- package/dist/cjs/commands/PutGeofenceCommand.js.map +0 -1
- package/dist/cjs/commands/SearchPlaceIndexForPositionCommand.js +0 -62
- package/dist/cjs/commands/SearchPlaceIndexForPositionCommand.js.map +0 -1
- package/dist/cjs/commands/SearchPlaceIndexForTextCommand.js +0 -69
- package/dist/cjs/commands/SearchPlaceIndexForTextCommand.js.map +0 -1
- package/dist/cjs/commands/TagResourceCommand.js +0 -74
- package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UntagResourceCommand.js +0 -61
- package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateGeofenceCollectionCommand.js +0 -61
- package/dist/cjs/commands/UpdateGeofenceCollectionCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateMapCommand.js +0 -61
- package/dist/cjs/commands/UpdateMapCommand.js.map +0 -1
- package/dist/cjs/commands/UpdatePlaceIndexCommand.js +0 -61
- package/dist/cjs/commands/UpdatePlaceIndexCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateRouteCalculatorCommand.js +0 -61
- package/dist/cjs/commands/UpdateRouteCalculatorCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateTrackerCommand.js +0 -61
- package/dist/cjs/commands/UpdateTrackerCommand.js.map +0 -1
- package/dist/cjs/endpoints.js +0 -57
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js +0 -67
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js +0 -5
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -91
- package/dist/cjs/pagination/GetDevicePositionHistoryPaginator.js +0 -45
- package/dist/cjs/pagination/GetDevicePositionHistoryPaginator.js.map +0 -1
- package/dist/cjs/pagination/Interfaces.js.map +0 -1
- package/dist/cjs/pagination/ListDevicePositionsPaginator.js +0 -46
- package/dist/cjs/pagination/ListDevicePositionsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListGeofenceCollectionsPaginator.js +0 -46
- package/dist/cjs/pagination/ListGeofenceCollectionsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListGeofencesPaginator.js +0 -45
- package/dist/cjs/pagination/ListGeofencesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListMapsPaginator.js +0 -46
- package/dist/cjs/pagination/ListMapsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListPlaceIndexesPaginator.js +0 -46
- package/dist/cjs/pagination/ListPlaceIndexesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListRouteCalculatorsPaginator.js +0 -46
- package/dist/cjs/pagination/ListRouteCalculatorsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListTrackerConsumersPaginator.js +0 -46
- package/dist/cjs/pagination/ListTrackerConsumersPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListTrackersPaginator.js +0 -46
- package/dist/cjs/pagination/ListTrackersPaginator.js.map +0 -1
- package/dist/cjs/protocols/Aws_restJson1.js +0 -7163
- package/dist/cjs/protocols/Aws_restJson1.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js +0 -41
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js +0 -46
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js +0 -20
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js +0 -21
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/es/Location.js +0 -764
- package/dist/es/Location.js.map +0 -1
- package/dist/es/LocationClient.js +0 -46
- package/dist/es/LocationClient.js.map +0 -1
- package/dist/es/commands/AssociateTrackerConsumerCommand.js +0 -71
- package/dist/es/commands/AssociateTrackerConsumerCommand.js.map +0 -1
- package/dist/es/commands/BatchDeleteDevicePositionHistoryCommand.js +0 -65
- package/dist/es/commands/BatchDeleteDevicePositionHistoryCommand.js.map +0 -1
- package/dist/es/commands/BatchDeleteGeofenceCommand.js +0 -68
- package/dist/es/commands/BatchDeleteGeofenceCommand.js.map +0 -1
- package/dist/es/commands/BatchEvaluateGeofencesCommand.js +0 -85
- package/dist/es/commands/BatchEvaluateGeofencesCommand.js.map +0 -1
- package/dist/es/commands/BatchGetDevicePositionCommand.js +0 -65
- package/dist/es/commands/BatchGetDevicePositionCommand.js.map +0 -1
- package/dist/es/commands/BatchPutGeofenceCommand.js +0 -66
- package/dist/es/commands/BatchPutGeofenceCommand.js.map +0 -1
- package/dist/es/commands/BatchUpdateDevicePositionCommand.js +0 -71
- package/dist/es/commands/BatchUpdateDevicePositionCommand.js.map +0 -1
- package/dist/es/commands/CalculateRouteCommand.js +0 -95
- package/dist/es/commands/CalculateRouteCommand.js.map +0 -1
- package/dist/es/commands/CreateGeofenceCollectionCommand.js +0 -65
- package/dist/es/commands/CreateGeofenceCollectionCommand.js.map +0 -1
- package/dist/es/commands/CreateMapCommand.js +0 -66
- package/dist/es/commands/CreateMapCommand.js.map +0 -1
- package/dist/es/commands/CreatePlaceIndexCommand.js +0 -66
- package/dist/es/commands/CreatePlaceIndexCommand.js.map +0 -1
- package/dist/es/commands/CreateRouteCalculatorCommand.js +0 -68
- package/dist/es/commands/CreateRouteCalculatorCommand.js.map +0 -1
- package/dist/es/commands/CreateTrackerCommand.js +0 -66
- package/dist/es/commands/CreateTrackerCommand.js.map +0 -1
- package/dist/es/commands/DeleteGeofenceCollectionCommand.js +0 -69
- package/dist/es/commands/DeleteGeofenceCollectionCommand.js.map +0 -1
- package/dist/es/commands/DeleteMapCommand.js +0 -69
- package/dist/es/commands/DeleteMapCommand.js.map +0 -1
- package/dist/es/commands/DeletePlaceIndexCommand.js +0 -68
- package/dist/es/commands/DeletePlaceIndexCommand.js.map +0 -1
- package/dist/es/commands/DeleteRouteCalculatorCommand.js +0 -68
- package/dist/es/commands/DeleteRouteCalculatorCommand.js.map +0 -1
- package/dist/es/commands/DeleteTrackerCommand.js +0 -70
- package/dist/es/commands/DeleteTrackerCommand.js.map +0 -1
- package/dist/es/commands/DescribeGeofenceCollectionCommand.js +0 -65
- package/dist/es/commands/DescribeGeofenceCollectionCommand.js.map +0 -1
- package/dist/es/commands/DescribeMapCommand.js +0 -65
- package/dist/es/commands/DescribeMapCommand.js.map +0 -1
- package/dist/es/commands/DescribePlaceIndexCommand.js +0 -65
- package/dist/es/commands/DescribePlaceIndexCommand.js.map +0 -1
- package/dist/es/commands/DescribeRouteCalculatorCommand.js +0 -65
- package/dist/es/commands/DescribeRouteCalculatorCommand.js.map +0 -1
- package/dist/es/commands/DescribeTrackerCommand.js +0 -65
- package/dist/es/commands/DescribeTrackerCommand.js.map +0 -1
- package/dist/es/commands/DisassociateTrackerConsumerCommand.js +0 -69
- package/dist/es/commands/DisassociateTrackerConsumerCommand.js.map +0 -1
- package/dist/es/commands/GetDevicePositionCommand.js +0 -68
- package/dist/es/commands/GetDevicePositionCommand.js.map +0 -1
- package/dist/es/commands/GetDevicePositionHistoryCommand.js +0 -69
- package/dist/es/commands/GetDevicePositionHistoryCommand.js.map +0 -1
- package/dist/es/commands/GetGeofenceCommand.js +0 -65
- package/dist/es/commands/GetGeofenceCommand.js.map +0 -1
- package/dist/es/commands/GetMapGlyphsCommand.js +0 -65
- package/dist/es/commands/GetMapGlyphsCommand.js.map +0 -1
- package/dist/es/commands/GetMapSpritesCommand.js +0 -67
- package/dist/es/commands/GetMapSpritesCommand.js.map +0 -1
- package/dist/es/commands/GetMapStyleDescriptorCommand.js +0 -68
- package/dist/es/commands/GetMapStyleDescriptorCommand.js.map +0 -1
- package/dist/es/commands/GetMapTileCommand.js +0 -70
- package/dist/es/commands/GetMapTileCommand.js.map +0 -1
- package/dist/es/commands/ListDevicePositionsCommand.js +0 -65
- package/dist/es/commands/ListDevicePositionsCommand.js.map +0 -1
- package/dist/es/commands/ListGeofenceCollectionsCommand.js +0 -65
- package/dist/es/commands/ListGeofenceCollectionsCommand.js.map +0 -1
- package/dist/es/commands/ListGeofencesCommand.js +0 -65
- package/dist/es/commands/ListGeofencesCommand.js.map +0 -1
- package/dist/es/commands/ListMapsCommand.js +0 -65
- package/dist/es/commands/ListMapsCommand.js.map +0 -1
- package/dist/es/commands/ListPlaceIndexesCommand.js +0 -65
- package/dist/es/commands/ListPlaceIndexesCommand.js.map +0 -1
- package/dist/es/commands/ListRouteCalculatorsCommand.js +0 -65
- package/dist/es/commands/ListRouteCalculatorsCommand.js.map +0 -1
- package/dist/es/commands/ListTagsForResourceCommand.js +0 -65
- package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/es/commands/ListTrackerConsumersCommand.js +0 -65
- package/dist/es/commands/ListTrackerConsumersCommand.js.map +0 -1
- package/dist/es/commands/ListTrackersCommand.js +0 -65
- package/dist/es/commands/ListTrackersCommand.js.map +0 -1
- package/dist/es/commands/PutGeofenceCommand.js +0 -66
- package/dist/es/commands/PutGeofenceCommand.js.map +0 -1
- package/dist/es/commands/SearchPlaceIndexForPositionCommand.js +0 -66
- package/dist/es/commands/SearchPlaceIndexForPositionCommand.js.map +0 -1
- package/dist/es/commands/SearchPlaceIndexForTextCommand.js +0 -73
- package/dist/es/commands/SearchPlaceIndexForTextCommand.js.map +0 -1
- package/dist/es/commands/TagResourceCommand.js +0 -78
- package/dist/es/commands/TagResourceCommand.js.map +0 -1
- package/dist/es/commands/UntagResourceCommand.js +0 -65
- package/dist/es/commands/UntagResourceCommand.js.map +0 -1
- package/dist/es/commands/UpdateGeofenceCollectionCommand.js +0 -65
- package/dist/es/commands/UpdateGeofenceCollectionCommand.js.map +0 -1
- package/dist/es/commands/UpdateMapCommand.js +0 -65
- package/dist/es/commands/UpdateMapCommand.js.map +0 -1
- package/dist/es/commands/UpdatePlaceIndexCommand.js +0 -65
- package/dist/es/commands/UpdatePlaceIndexCommand.js.map +0 -1
- package/dist/es/commands/UpdateRouteCalculatorCommand.js +0 -65
- package/dist/es/commands/UpdateRouteCalculatorCommand.js.map +0 -1
- package/dist/es/commands/UpdateTrackerCommand.js +0 -65
- package/dist/es/commands/UpdateTrackerCommand.js.map +0 -1
- package/dist/es/endpoints.js +0 -53
- 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 +0 -1012
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -91
- package/dist/es/pagination/GetDevicePositionHistoryPaginator.js +0 -86
- package/dist/es/pagination/GetDevicePositionHistoryPaginator.js.map +0 -1
- package/dist/es/pagination/Interfaces.js.map +0 -1
- package/dist/es/pagination/ListDevicePositionsPaginator.js +0 -87
- package/dist/es/pagination/ListDevicePositionsPaginator.js.map +0 -1
- package/dist/es/pagination/ListGeofenceCollectionsPaginator.js +0 -87
- package/dist/es/pagination/ListGeofenceCollectionsPaginator.js.map +0 -1
- package/dist/es/pagination/ListGeofencesPaginator.js +0 -86
- package/dist/es/pagination/ListGeofencesPaginator.js.map +0 -1
- package/dist/es/pagination/ListMapsPaginator.js +0 -87
- package/dist/es/pagination/ListMapsPaginator.js.map +0 -1
- package/dist/es/pagination/ListPlaceIndexesPaginator.js +0 -87
- package/dist/es/pagination/ListPlaceIndexesPaginator.js.map +0 -1
- package/dist/es/pagination/ListRouteCalculatorsPaginator.js +0 -87
- package/dist/es/pagination/ListRouteCalculatorsPaginator.js.map +0 -1
- package/dist/es/pagination/ListTrackerConsumersPaginator.js +0 -87
- package/dist/es/pagination/ListTrackerConsumersPaginator.js.map +0 -1
- package/dist/es/pagination/ListTrackersPaginator.js +0 -87
- package/dist/es/pagination/ListTrackersPaginator.js.map +0 -1
- package/dist/es/protocols/Aws_restJson1.js +0 -8063
- package/dist/es/protocols/Aws_restJson1.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js +0 -20
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js +0 -25
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js +0 -12
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js +0 -17
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/dist/types/Location.d.ts +0 -492
- package/dist/types/LocationClient.d.ts +0 -182
- package/dist/types/commands/AssociateTrackerConsumerCommand.d.ts +0 -41
- package/dist/types/commands/BatchDeleteDevicePositionHistoryCommand.d.ts +0 -35
- package/dist/types/commands/BatchDeleteGeofenceCommand.d.ts +0 -38
- package/dist/types/commands/BatchEvaluateGeofencesCommand.d.ts +0 -55
- package/dist/types/commands/BatchGetDevicePositionCommand.d.ts +0 -35
- package/dist/types/commands/BatchPutGeofenceCommand.d.ts +0 -36
- package/dist/types/commands/BatchUpdateDevicePositionCommand.d.ts +0 -41
- package/dist/types/commands/CalculateRouteCommand.d.ts +0 -65
- package/dist/types/commands/CreateGeofenceCollectionCommand.d.ts +0 -35
- package/dist/types/commands/CreateMapCommand.d.ts +0 -36
- package/dist/types/commands/CreatePlaceIndexCommand.d.ts +0 -36
- package/dist/types/commands/CreateRouteCalculatorCommand.d.ts +0 -38
- package/dist/types/commands/CreateTrackerCommand.d.ts +0 -36
- package/dist/types/commands/DeleteGeofenceCollectionCommand.d.ts +0 -39
- package/dist/types/commands/DeleteMapCommand.d.ts +0 -39
- package/dist/types/commands/DeletePlaceIndexCommand.d.ts +0 -38
- package/dist/types/commands/DeleteRouteCalculatorCommand.d.ts +0 -38
- package/dist/types/commands/DeleteTrackerCommand.d.ts +0 -40
- package/dist/types/commands/DescribeGeofenceCollectionCommand.d.ts +0 -35
- package/dist/types/commands/DescribeMapCommand.d.ts +0 -35
- package/dist/types/commands/DescribePlaceIndexCommand.d.ts +0 -35
- package/dist/types/commands/DescribeRouteCalculatorCommand.d.ts +0 -35
- package/dist/types/commands/DescribeTrackerCommand.d.ts +0 -35
- package/dist/types/commands/DisassociateTrackerConsumerCommand.d.ts +0 -39
- package/dist/types/commands/GetDevicePositionCommand.d.ts +0 -38
- package/dist/types/commands/GetDevicePositionHistoryCommand.d.ts +0 -39
- package/dist/types/commands/GetGeofenceCommand.d.ts +0 -35
- package/dist/types/commands/GetMapGlyphsCommand.d.ts +0 -35
- package/dist/types/commands/GetMapSpritesCommand.d.ts +0 -37
- package/dist/types/commands/GetMapStyleDescriptorCommand.d.ts +0 -38
- package/dist/types/commands/GetMapTileCommand.d.ts +0 -40
- package/dist/types/commands/ListDevicePositionsCommand.d.ts +0 -35
- package/dist/types/commands/ListGeofenceCollectionsCommand.d.ts +0 -35
- package/dist/types/commands/ListGeofencesCommand.d.ts +0 -35
- package/dist/types/commands/ListMapsCommand.d.ts +0 -35
- package/dist/types/commands/ListPlaceIndexesCommand.d.ts +0 -35
- package/dist/types/commands/ListRouteCalculatorsCommand.d.ts +0 -35
- package/dist/types/commands/ListTagsForResourceCommand.d.ts +0 -35
- package/dist/types/commands/ListTrackerConsumersCommand.d.ts +0 -35
- package/dist/types/commands/ListTrackersCommand.d.ts +0 -35
- package/dist/types/commands/PutGeofenceCommand.d.ts +0 -36
- package/dist/types/commands/SearchPlaceIndexForPositionCommand.d.ts +0 -36
- package/dist/types/commands/SearchPlaceIndexForTextCommand.d.ts +0 -43
- package/dist/types/commands/TagResourceCommand.d.ts +0 -48
- package/dist/types/commands/UntagResourceCommand.d.ts +0 -35
- package/dist/types/commands/UpdateGeofenceCollectionCommand.d.ts +0 -35
- package/dist/types/commands/UpdateMapCommand.d.ts +0 -35
- package/dist/types/commands/UpdatePlaceIndexCommand.d.ts +0 -35
- package/dist/types/commands/UpdateRouteCalculatorCommand.d.ts +0 -35
- package/dist/types/commands/UpdateTrackerCommand.d.ts +0 -35
- package/dist/types/pagination/GetDevicePositionHistoryPaginator.d.ts +0 -4
- package/dist/types/pagination/Interfaces.d.ts +0 -6
- package/dist/types/pagination/ListDevicePositionsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListGeofenceCollectionsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListGeofencesPaginator.d.ts +0 -4
- package/dist/types/pagination/ListMapsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListPlaceIndexesPaginator.d.ts +0 -4
- package/dist/types/pagination/ListRouteCalculatorsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListTrackerConsumersPaginator.d.ts +0 -4
- package/dist/types/pagination/ListTrackersPaginator.d.ts +0 -4
- package/dist/types/protocols/Aws_restJson1.d.ts +0 -152
- package/dist/types/runtimeConfig.browser.d.ts +0 -36
- package/dist/types/runtimeConfig.d.ts +0 -36
- package/dist/types/runtimeConfig.native.d.ts +0 -35
- package/dist/types/ts3.4/Location.d.ts +0 -492
- package/dist/types/ts3.4/LocationClient.d.ts +0 -182
- package/dist/types/ts3.4/commands/AssociateTrackerConsumerCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/BatchDeleteDevicePositionHistoryCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/BatchDeleteGeofenceCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/BatchEvaluateGeofencesCommand.d.ts +0 -55
- package/dist/types/ts3.4/commands/BatchGetDevicePositionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/BatchPutGeofenceCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/BatchUpdateDevicePositionCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/CalculateRouteCommand.d.ts +0 -65
- package/dist/types/ts3.4/commands/CreateGeofenceCollectionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateMapCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/CreatePlaceIndexCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/CreateRouteCalculatorCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/CreateTrackerCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DeleteGeofenceCollectionCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/DeleteMapCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/DeletePlaceIndexCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/DeleteRouteCalculatorCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/DeleteTrackerCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/DescribeGeofenceCollectionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeMapCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribePlaceIndexCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeRouteCalculatorCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeTrackerCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DisassociateTrackerConsumerCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/GetDevicePositionCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/GetDevicePositionHistoryCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/GetGeofenceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetMapGlyphsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetMapSpritesCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/GetMapStyleDescriptorCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/GetMapTileCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/ListDevicePositionsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListGeofenceCollectionsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListGeofencesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListMapsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListPlaceIndexesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListRouteCalculatorsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListTrackerConsumersCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListTrackersCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/PutGeofenceCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/SearchPlaceIndexForPositionCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/SearchPlaceIndexForTextCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/TagResourceCommand.d.ts +0 -48
- package/dist/types/ts3.4/commands/UntagResourceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateGeofenceCollectionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateMapCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdatePlaceIndexCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateRouteCalculatorCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateTrackerCommand.d.ts +0 -35
- package/dist/types/ts3.4/pagination/GetDevicePositionHistoryPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/Interfaces.d.ts +0 -6
- package/dist/types/ts3.4/pagination/ListDevicePositionsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListGeofenceCollectionsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListGeofencesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListMapsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListPlaceIndexesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListRouteCalculatorsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListTrackerConsumersPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListTrackersPaginator.d.ts +0 -4
- package/dist/types/ts3.4/protocols/Aws_restJson1.d.ts +0 -152
- package/dist/types/ts3.4/runtimeConfig.browser.d.ts +0 -36
- package/dist/types/ts3.4/runtimeConfig.d.ts +0 -36
- package/dist/types/ts3.4/runtimeConfig.native.d.ts +0 -35
- package/endpoints.ts +0 -57
- package/pagination/GetDevicePositionHistoryPaginator.ts +0 -57
- package/pagination/Interfaces.ts +0 -7
- package/pagination/ListDevicePositionsPaginator.ts +0 -58
- package/pagination/ListGeofenceCollectionsPaginator.ts +0 -58
- package/pagination/ListGeofencesPaginator.ts +0 -57
- package/pagination/ListMapsPaginator.ts +0 -54
- package/pagination/ListPlaceIndexesPaginator.ts +0 -58
- package/pagination/ListRouteCalculatorsPaginator.ts +0 -58
- package/pagination/ListTrackerConsumersPaginator.ts +0 -58
- package/pagination/ListTrackersPaginator.ts +0 -58
- package/protocols/Aws_restJson1.ts +0 -8118
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
|
@@ -1,182 +0,0 @@
|
|
|
1
|
-
import { AssociateTrackerConsumerCommandInput, AssociateTrackerConsumerCommandOutput } from "./commands/AssociateTrackerConsumerCommand";
|
|
2
|
-
import { BatchDeleteDevicePositionHistoryCommandInput, BatchDeleteDevicePositionHistoryCommandOutput } from "./commands/BatchDeleteDevicePositionHistoryCommand";
|
|
3
|
-
import { BatchDeleteGeofenceCommandInput, BatchDeleteGeofenceCommandOutput } from "./commands/BatchDeleteGeofenceCommand";
|
|
4
|
-
import { BatchEvaluateGeofencesCommandInput, BatchEvaluateGeofencesCommandOutput } from "./commands/BatchEvaluateGeofencesCommand";
|
|
5
|
-
import { BatchGetDevicePositionCommandInput, BatchGetDevicePositionCommandOutput } from "./commands/BatchGetDevicePositionCommand";
|
|
6
|
-
import { BatchPutGeofenceCommandInput, BatchPutGeofenceCommandOutput } from "./commands/BatchPutGeofenceCommand";
|
|
7
|
-
import { BatchUpdateDevicePositionCommandInput, BatchUpdateDevicePositionCommandOutput } from "./commands/BatchUpdateDevicePositionCommand";
|
|
8
|
-
import { CalculateRouteCommandInput, CalculateRouteCommandOutput } from "./commands/CalculateRouteCommand";
|
|
9
|
-
import { CreateGeofenceCollectionCommandInput, CreateGeofenceCollectionCommandOutput } from "./commands/CreateGeofenceCollectionCommand";
|
|
10
|
-
import { CreateMapCommandInput, CreateMapCommandOutput } from "./commands/CreateMapCommand";
|
|
11
|
-
import { CreatePlaceIndexCommandInput, CreatePlaceIndexCommandOutput } from "./commands/CreatePlaceIndexCommand";
|
|
12
|
-
import { CreateRouteCalculatorCommandInput, CreateRouteCalculatorCommandOutput } from "./commands/CreateRouteCalculatorCommand";
|
|
13
|
-
import { CreateTrackerCommandInput, CreateTrackerCommandOutput } from "./commands/CreateTrackerCommand";
|
|
14
|
-
import { DeleteGeofenceCollectionCommandInput, DeleteGeofenceCollectionCommandOutput } from "./commands/DeleteGeofenceCollectionCommand";
|
|
15
|
-
import { DeleteMapCommandInput, DeleteMapCommandOutput } from "./commands/DeleteMapCommand";
|
|
16
|
-
import { DeletePlaceIndexCommandInput, DeletePlaceIndexCommandOutput } from "./commands/DeletePlaceIndexCommand";
|
|
17
|
-
import { DeleteRouteCalculatorCommandInput, DeleteRouteCalculatorCommandOutput } from "./commands/DeleteRouteCalculatorCommand";
|
|
18
|
-
import { DeleteTrackerCommandInput, DeleteTrackerCommandOutput } from "./commands/DeleteTrackerCommand";
|
|
19
|
-
import { DescribeGeofenceCollectionCommandInput, DescribeGeofenceCollectionCommandOutput } from "./commands/DescribeGeofenceCollectionCommand";
|
|
20
|
-
import { DescribeMapCommandInput, DescribeMapCommandOutput } from "./commands/DescribeMapCommand";
|
|
21
|
-
import { DescribePlaceIndexCommandInput, DescribePlaceIndexCommandOutput } from "./commands/DescribePlaceIndexCommand";
|
|
22
|
-
import { DescribeRouteCalculatorCommandInput, DescribeRouteCalculatorCommandOutput } from "./commands/DescribeRouteCalculatorCommand";
|
|
23
|
-
import { DescribeTrackerCommandInput, DescribeTrackerCommandOutput } from "./commands/DescribeTrackerCommand";
|
|
24
|
-
import { DisassociateTrackerConsumerCommandInput, DisassociateTrackerConsumerCommandOutput } from "./commands/DisassociateTrackerConsumerCommand";
|
|
25
|
-
import { GetDevicePositionCommandInput, GetDevicePositionCommandOutput } from "./commands/GetDevicePositionCommand";
|
|
26
|
-
import { GetDevicePositionHistoryCommandInput, GetDevicePositionHistoryCommandOutput } from "./commands/GetDevicePositionHistoryCommand";
|
|
27
|
-
import { GetGeofenceCommandInput, GetGeofenceCommandOutput } from "./commands/GetGeofenceCommand";
|
|
28
|
-
import { GetMapGlyphsCommandInput, GetMapGlyphsCommandOutput } from "./commands/GetMapGlyphsCommand";
|
|
29
|
-
import { GetMapSpritesCommandInput, GetMapSpritesCommandOutput } from "./commands/GetMapSpritesCommand";
|
|
30
|
-
import { GetMapStyleDescriptorCommandInput, GetMapStyleDescriptorCommandOutput } from "./commands/GetMapStyleDescriptorCommand";
|
|
31
|
-
import { GetMapTileCommandInput, GetMapTileCommandOutput } from "./commands/GetMapTileCommand";
|
|
32
|
-
import { ListDevicePositionsCommandInput, ListDevicePositionsCommandOutput } from "./commands/ListDevicePositionsCommand";
|
|
33
|
-
import { ListGeofenceCollectionsCommandInput, ListGeofenceCollectionsCommandOutput } from "./commands/ListGeofenceCollectionsCommand";
|
|
34
|
-
import { ListGeofencesCommandInput, ListGeofencesCommandOutput } from "./commands/ListGeofencesCommand";
|
|
35
|
-
import { ListMapsCommandInput, ListMapsCommandOutput } from "./commands/ListMapsCommand";
|
|
36
|
-
import { ListPlaceIndexesCommandInput, ListPlaceIndexesCommandOutput } from "./commands/ListPlaceIndexesCommand";
|
|
37
|
-
import { ListRouteCalculatorsCommandInput, ListRouteCalculatorsCommandOutput } from "./commands/ListRouteCalculatorsCommand";
|
|
38
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
39
|
-
import { ListTrackerConsumersCommandInput, ListTrackerConsumersCommandOutput } from "./commands/ListTrackerConsumersCommand";
|
|
40
|
-
import { ListTrackersCommandInput, ListTrackersCommandOutput } from "./commands/ListTrackersCommand";
|
|
41
|
-
import { PutGeofenceCommandInput, PutGeofenceCommandOutput } from "./commands/PutGeofenceCommand";
|
|
42
|
-
import { SearchPlaceIndexForPositionCommandInput, SearchPlaceIndexForPositionCommandOutput } from "./commands/SearchPlaceIndexForPositionCommand";
|
|
43
|
-
import { SearchPlaceIndexForTextCommandInput, SearchPlaceIndexForTextCommandOutput } from "./commands/SearchPlaceIndexForTextCommand";
|
|
44
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
45
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
46
|
-
import { UpdateGeofenceCollectionCommandInput, UpdateGeofenceCollectionCommandOutput } from "./commands/UpdateGeofenceCollectionCommand";
|
|
47
|
-
import { UpdateMapCommandInput, UpdateMapCommandOutput } from "./commands/UpdateMapCommand";
|
|
48
|
-
import { UpdatePlaceIndexCommandInput, UpdatePlaceIndexCommandOutput } from "./commands/UpdatePlaceIndexCommand";
|
|
49
|
-
import { UpdateRouteCalculatorCommandInput, UpdateRouteCalculatorCommandOutput } from "./commands/UpdateRouteCalculatorCommand";
|
|
50
|
-
import { UpdateTrackerCommandInput, UpdateTrackerCommandOutput } from "./commands/UpdateTrackerCommand";
|
|
51
|
-
import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
|
|
52
|
-
import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
53
|
-
import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
|
|
54
|
-
import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
|
|
55
|
-
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
56
|
-
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
57
|
-
import { Client as __Client, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
58
|
-
import { Provider, RegionInfoProvider, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
59
|
-
export declare type ServiceInputTypes = AssociateTrackerConsumerCommandInput | BatchDeleteDevicePositionHistoryCommandInput | BatchDeleteGeofenceCommandInput | BatchEvaluateGeofencesCommandInput | BatchGetDevicePositionCommandInput | BatchPutGeofenceCommandInput | BatchUpdateDevicePositionCommandInput | CalculateRouteCommandInput | CreateGeofenceCollectionCommandInput | CreateMapCommandInput | CreatePlaceIndexCommandInput | CreateRouteCalculatorCommandInput | CreateTrackerCommandInput | DeleteGeofenceCollectionCommandInput | DeleteMapCommandInput | DeletePlaceIndexCommandInput | DeleteRouteCalculatorCommandInput | DeleteTrackerCommandInput | DescribeGeofenceCollectionCommandInput | DescribeMapCommandInput | DescribePlaceIndexCommandInput | DescribeRouteCalculatorCommandInput | DescribeTrackerCommandInput | DisassociateTrackerConsumerCommandInput | GetDevicePositionCommandInput | GetDevicePositionHistoryCommandInput | GetGeofenceCommandInput | GetMapGlyphsCommandInput | GetMapSpritesCommandInput | GetMapStyleDescriptorCommandInput | GetMapTileCommandInput | ListDevicePositionsCommandInput | ListGeofenceCollectionsCommandInput | ListGeofencesCommandInput | ListMapsCommandInput | ListPlaceIndexesCommandInput | ListRouteCalculatorsCommandInput | ListTagsForResourceCommandInput | ListTrackerConsumersCommandInput | ListTrackersCommandInput | PutGeofenceCommandInput | SearchPlaceIndexForPositionCommandInput | SearchPlaceIndexForTextCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateGeofenceCollectionCommandInput | UpdateMapCommandInput | UpdatePlaceIndexCommandInput | UpdateRouteCalculatorCommandInput | UpdateTrackerCommandInput;
|
|
60
|
-
export declare type ServiceOutputTypes = AssociateTrackerConsumerCommandOutput | BatchDeleteDevicePositionHistoryCommandOutput | BatchDeleteGeofenceCommandOutput | BatchEvaluateGeofencesCommandOutput | BatchGetDevicePositionCommandOutput | BatchPutGeofenceCommandOutput | BatchUpdateDevicePositionCommandOutput | CalculateRouteCommandOutput | CreateGeofenceCollectionCommandOutput | CreateMapCommandOutput | CreatePlaceIndexCommandOutput | CreateRouteCalculatorCommandOutput | CreateTrackerCommandOutput | DeleteGeofenceCollectionCommandOutput | DeleteMapCommandOutput | DeletePlaceIndexCommandOutput | DeleteRouteCalculatorCommandOutput | DeleteTrackerCommandOutput | DescribeGeofenceCollectionCommandOutput | DescribeMapCommandOutput | DescribePlaceIndexCommandOutput | DescribeRouteCalculatorCommandOutput | DescribeTrackerCommandOutput | DisassociateTrackerConsumerCommandOutput | GetDevicePositionCommandOutput | GetDevicePositionHistoryCommandOutput | GetGeofenceCommandOutput | GetMapGlyphsCommandOutput | GetMapSpritesCommandOutput | GetMapStyleDescriptorCommandOutput | GetMapTileCommandOutput | ListDevicePositionsCommandOutput | ListGeofenceCollectionsCommandOutput | ListGeofencesCommandOutput | ListMapsCommandOutput | ListPlaceIndexesCommandOutput | ListRouteCalculatorsCommandOutput | ListTagsForResourceCommandOutput | ListTrackerConsumersCommandOutput | ListTrackersCommandOutput | PutGeofenceCommandOutput | SearchPlaceIndexForPositionCommandOutput | SearchPlaceIndexForTextCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateGeofenceCollectionCommandOutput | UpdateMapCommandOutput | UpdatePlaceIndexCommandOutput | UpdateRouteCalculatorCommandOutput | UpdateTrackerCommandOutput;
|
|
61
|
-
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
62
|
-
/**
|
|
63
|
-
* The HTTP handler to use. Fetch in browser and Https in Nodejs.
|
|
64
|
-
*/
|
|
65
|
-
requestHandler?: __HttpHandler;
|
|
66
|
-
/**
|
|
67
|
-
* A constructor for a class implementing the {@link __Hash} interface
|
|
68
|
-
* that computes the SHA-256 HMAC or checksum of a string or binary buffer.
|
|
69
|
-
* @internal
|
|
70
|
-
*/
|
|
71
|
-
sha256?: __HashConstructor;
|
|
72
|
-
/**
|
|
73
|
-
* The function that will be used to convert strings into HTTP endpoints.
|
|
74
|
-
* @internal
|
|
75
|
-
*/
|
|
76
|
-
urlParser?: __UrlParser;
|
|
77
|
-
/**
|
|
78
|
-
* A function that can calculate the length of a request body.
|
|
79
|
-
* @internal
|
|
80
|
-
*/
|
|
81
|
-
bodyLengthChecker?: (body: any) => number | undefined;
|
|
82
|
-
/**
|
|
83
|
-
* A function that converts a stream into an array of bytes.
|
|
84
|
-
* @internal
|
|
85
|
-
*/
|
|
86
|
-
streamCollector?: __StreamCollector;
|
|
87
|
-
/**
|
|
88
|
-
* The function that will be used to convert a base64-encoded string to a byte array.
|
|
89
|
-
* @internal
|
|
90
|
-
*/
|
|
91
|
-
base64Decoder?: __Decoder;
|
|
92
|
-
/**
|
|
93
|
-
* The function that will be used to convert binary data to a base64-encoded string.
|
|
94
|
-
* @internal
|
|
95
|
-
*/
|
|
96
|
-
base64Encoder?: __Encoder;
|
|
97
|
-
/**
|
|
98
|
-
* The function that will be used to convert a UTF8-encoded string to a byte array.
|
|
99
|
-
* @internal
|
|
100
|
-
*/
|
|
101
|
-
utf8Decoder?: __Decoder;
|
|
102
|
-
/**
|
|
103
|
-
* The function that will be used to convert binary data to a UTF-8 encoded string.
|
|
104
|
-
* @internal
|
|
105
|
-
*/
|
|
106
|
-
utf8Encoder?: __Encoder;
|
|
107
|
-
/**
|
|
108
|
-
* The runtime environment.
|
|
109
|
-
* @internal
|
|
110
|
-
*/
|
|
111
|
-
runtime?: string;
|
|
112
|
-
/**
|
|
113
|
-
* Disable dyanamically changing the endpoint of the client based on the hostPrefix
|
|
114
|
-
* trait of an operation.
|
|
115
|
-
*/
|
|
116
|
-
disableHostPrefix?: boolean;
|
|
117
|
-
/**
|
|
118
|
-
* Value for how many times a request will be made at most in case of retry.
|
|
119
|
-
*/
|
|
120
|
-
maxAttempts?: number | __Provider<number>;
|
|
121
|
-
/**
|
|
122
|
-
* Specifies which retry algorithm to use.
|
|
123
|
-
*/
|
|
124
|
-
retryMode?: string | __Provider<string>;
|
|
125
|
-
/**
|
|
126
|
-
* Optional logger for logging debug/info/warn/error.
|
|
127
|
-
*/
|
|
128
|
-
logger?: __Logger;
|
|
129
|
-
/**
|
|
130
|
-
* Unique service identifier.
|
|
131
|
-
* @internal
|
|
132
|
-
*/
|
|
133
|
-
serviceId?: string;
|
|
134
|
-
/**
|
|
135
|
-
* The AWS region to which this client will send requests
|
|
136
|
-
*/
|
|
137
|
-
region?: string | __Provider<string>;
|
|
138
|
-
/**
|
|
139
|
-
* Default credentials provider; Not available in browser runtime.
|
|
140
|
-
* @internal
|
|
141
|
-
*/
|
|
142
|
-
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
143
|
-
/**
|
|
144
|
-
* Fetch related hostname, signing name or signing region with given region.
|
|
145
|
-
* @internal
|
|
146
|
-
*/
|
|
147
|
-
regionInfoProvider?: RegionInfoProvider;
|
|
148
|
-
/**
|
|
149
|
-
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
|
150
|
-
* @internal
|
|
151
|
-
*/
|
|
152
|
-
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
153
|
-
}
|
|
154
|
-
declare type LocationClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
|
|
155
|
-
/**
|
|
156
|
-
* The configuration interface of LocationClient class constructor that set the region, credentials and other options.
|
|
157
|
-
*/
|
|
158
|
-
export interface LocationClientConfig extends LocationClientConfigType {
|
|
159
|
-
}
|
|
160
|
-
declare type LocationClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
|
|
161
|
-
/**
|
|
162
|
-
* The resolved configuration interface of LocationClient class. This is resolved and normalized from the {@link LocationClientConfig | constructor configuration interface}.
|
|
163
|
-
*/
|
|
164
|
-
export interface LocationClientResolvedConfig extends LocationClientResolvedConfigType {
|
|
165
|
-
}
|
|
166
|
-
/**
|
|
167
|
-
* Suite of geospatial services including Maps, Places, Routes, Tracking, and Geofencing
|
|
168
|
-
*/
|
|
169
|
-
export declare class LocationClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, LocationClientResolvedConfig> {
|
|
170
|
-
/**
|
|
171
|
-
* The resolved configuration of LocationClient class. This is resolved and normalized from the {@link LocationClientConfig | constructor configuration interface}.
|
|
172
|
-
*/
|
|
173
|
-
readonly config: LocationClientResolvedConfig;
|
|
174
|
-
constructor(configuration: LocationClientConfig);
|
|
175
|
-
/**
|
|
176
|
-
* Destroy underlying resources, like sockets. It's usually not necessary to do this.
|
|
177
|
-
* However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
|
|
178
|
-
* Otherwise, sockets might stay open for quite a long time before the server terminates them.
|
|
179
|
-
*/
|
|
180
|
-
destroy(): void;
|
|
181
|
-
}
|
|
182
|
-
export {};
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
|
|
2
|
-
import { AssociateTrackerConsumerRequest, AssociateTrackerConsumerResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface AssociateTrackerConsumerCommandInput extends AssociateTrackerConsumerRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface AssociateTrackerConsumerCommandOutput extends AssociateTrackerConsumerResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Creates an association between a geofence collection and a tracker resource. This
|
|
11
|
-
* allows the tracker resource to communicate location data to the linked geofence
|
|
12
|
-
* collection. </p>
|
|
13
|
-
* <p>You can associate up to five geofence collections to each tracker resource.</p>
|
|
14
|
-
* <note>
|
|
15
|
-
* <p>Currently not supported — Cross-account configurations, such as creating associations between a tracker resource in one account and a geofence collection in another account.</p>
|
|
16
|
-
* </note>
|
|
17
|
-
* @example
|
|
18
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
19
|
-
* ```javascript
|
|
20
|
-
* import { LocationClient, AssociateTrackerConsumerCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
21
|
-
* // const { LocationClient, AssociateTrackerConsumerCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
22
|
-
* const client = new LocationClient(config);
|
|
23
|
-
* const command = new AssociateTrackerConsumerCommand(input);
|
|
24
|
-
* const response = await client.send(command);
|
|
25
|
-
* ```
|
|
26
|
-
*
|
|
27
|
-
* @see {@link AssociateTrackerConsumerCommandInput} for command's `input` shape.
|
|
28
|
-
* @see {@link AssociateTrackerConsumerCommandOutput} for command's `response` shape.
|
|
29
|
-
* @see {@link LocationClientResolvedConfig | config} for command's `input` shape.
|
|
30
|
-
*
|
|
31
|
-
*/
|
|
32
|
-
export declare class AssociateTrackerConsumerCommand extends $Command<AssociateTrackerConsumerCommandInput, AssociateTrackerConsumerCommandOutput, LocationClientResolvedConfig> {
|
|
33
|
-
readonly input: AssociateTrackerConsumerCommandInput;
|
|
34
|
-
constructor(input: AssociateTrackerConsumerCommandInput);
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateTrackerConsumerCommandInput, AssociateTrackerConsumerCommandOutput>;
|
|
39
|
-
private serialize;
|
|
40
|
-
private deserialize;
|
|
41
|
-
}
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
|
|
2
|
-
import { BatchDeleteDevicePositionHistoryRequest, BatchDeleteDevicePositionHistoryResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface BatchDeleteDevicePositionHistoryCommandInput extends BatchDeleteDevicePositionHistoryRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface BatchDeleteDevicePositionHistoryCommandOutput extends BatchDeleteDevicePositionHistoryResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Deletes the position history of one or more devices from a tracker resource.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { LocationClient, BatchDeleteDevicePositionHistoryCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
15
|
-
* // const { LocationClient, BatchDeleteDevicePositionHistoryCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
16
|
-
* const client = new LocationClient(config);
|
|
17
|
-
* const command = new BatchDeleteDevicePositionHistoryCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link BatchDeleteDevicePositionHistoryCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link BatchDeleteDevicePositionHistoryCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link LocationClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
26
|
-
export declare class BatchDeleteDevicePositionHistoryCommand extends $Command<BatchDeleteDevicePositionHistoryCommandInput, BatchDeleteDevicePositionHistoryCommandOutput, LocationClientResolvedConfig> {
|
|
27
|
-
readonly input: BatchDeleteDevicePositionHistoryCommandInput;
|
|
28
|
-
constructor(input: BatchDeleteDevicePositionHistoryCommandInput);
|
|
29
|
-
/**
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
32
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchDeleteDevicePositionHistoryCommandInput, BatchDeleteDevicePositionHistoryCommandOutput>;
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
|
|
2
|
-
import { BatchDeleteGeofenceRequest, BatchDeleteGeofenceResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface BatchDeleteGeofenceCommandInput extends BatchDeleteGeofenceRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface BatchDeleteGeofenceCommandOutput extends BatchDeleteGeofenceResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Deletes a batch of geofences from a geofence collection.</p>
|
|
11
|
-
* <note>
|
|
12
|
-
* <p>This operation deletes the resource permanently.</p>
|
|
13
|
-
* </note>
|
|
14
|
-
* @example
|
|
15
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
16
|
-
* ```javascript
|
|
17
|
-
* import { LocationClient, BatchDeleteGeofenceCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
18
|
-
* // const { LocationClient, BatchDeleteGeofenceCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
19
|
-
* const client = new LocationClient(config);
|
|
20
|
-
* const command = new BatchDeleteGeofenceCommand(input);
|
|
21
|
-
* const response = await client.send(command);
|
|
22
|
-
* ```
|
|
23
|
-
*
|
|
24
|
-
* @see {@link BatchDeleteGeofenceCommandInput} for command's `input` shape.
|
|
25
|
-
* @see {@link BatchDeleteGeofenceCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link LocationClientResolvedConfig | config} for command's `input` shape.
|
|
27
|
-
*
|
|
28
|
-
*/
|
|
29
|
-
export declare class BatchDeleteGeofenceCommand extends $Command<BatchDeleteGeofenceCommandInput, BatchDeleteGeofenceCommandOutput, LocationClientResolvedConfig> {
|
|
30
|
-
readonly input: BatchDeleteGeofenceCommandInput;
|
|
31
|
-
constructor(input: BatchDeleteGeofenceCommandInput);
|
|
32
|
-
/**
|
|
33
|
-
* @internal
|
|
34
|
-
*/
|
|
35
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchDeleteGeofenceCommandInput, BatchDeleteGeofenceCommandOutput>;
|
|
36
|
-
private serialize;
|
|
37
|
-
private deserialize;
|
|
38
|
-
}
|
|
@@ -1,55 +0,0 @@
|
|
|
1
|
-
import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
|
|
2
|
-
import { BatchEvaluateGeofencesRequest, BatchEvaluateGeofencesResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface BatchEvaluateGeofencesCommandInput extends BatchEvaluateGeofencesRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface BatchEvaluateGeofencesCommandOutput extends BatchEvaluateGeofencesResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Evaluates device positions against the geofence geometries from a given geofence
|
|
11
|
-
* collection.</p>
|
|
12
|
-
* <p>This operation always returns an empty response because geofences are asynchronously
|
|
13
|
-
* evaluated. The evaluation determines if the device has entered or exited a geofenced
|
|
14
|
-
* area, and then publishes one of the following events to Amazon EventBridge:</p>
|
|
15
|
-
* <ul>
|
|
16
|
-
* <li>
|
|
17
|
-
* <p>
|
|
18
|
-
* <code>ENTER</code> if Amazon Location determines that the tracked device has entered
|
|
19
|
-
* a geofenced area.</p>
|
|
20
|
-
* </li>
|
|
21
|
-
* <li>
|
|
22
|
-
* <p>
|
|
23
|
-
* <code>EXIT</code> if Amazon Location determines that the tracked device has exited a
|
|
24
|
-
* geofenced area.</p>
|
|
25
|
-
* </li>
|
|
26
|
-
* </ul>
|
|
27
|
-
* <note>
|
|
28
|
-
* <p>The last geofence that a device was observed within is tracked for 30 days after
|
|
29
|
-
* the most recent device position update.</p>
|
|
30
|
-
* </note>
|
|
31
|
-
* @example
|
|
32
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
-
* ```javascript
|
|
34
|
-
* import { LocationClient, BatchEvaluateGeofencesCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
35
|
-
* // const { LocationClient, BatchEvaluateGeofencesCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
36
|
-
* const client = new LocationClient(config);
|
|
37
|
-
* const command = new BatchEvaluateGeofencesCommand(input);
|
|
38
|
-
* const response = await client.send(command);
|
|
39
|
-
* ```
|
|
40
|
-
*
|
|
41
|
-
* @see {@link BatchEvaluateGeofencesCommandInput} for command's `input` shape.
|
|
42
|
-
* @see {@link BatchEvaluateGeofencesCommandOutput} for command's `response` shape.
|
|
43
|
-
* @see {@link LocationClientResolvedConfig | config} for command's `input` shape.
|
|
44
|
-
*
|
|
45
|
-
*/
|
|
46
|
-
export declare class BatchEvaluateGeofencesCommand extends $Command<BatchEvaluateGeofencesCommandInput, BatchEvaluateGeofencesCommandOutput, LocationClientResolvedConfig> {
|
|
47
|
-
readonly input: BatchEvaluateGeofencesCommandInput;
|
|
48
|
-
constructor(input: BatchEvaluateGeofencesCommandInput);
|
|
49
|
-
/**
|
|
50
|
-
* @internal
|
|
51
|
-
*/
|
|
52
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchEvaluateGeofencesCommandInput, BatchEvaluateGeofencesCommandOutput>;
|
|
53
|
-
private serialize;
|
|
54
|
-
private deserialize;
|
|
55
|
-
}
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
|
|
2
|
-
import { BatchGetDevicePositionRequest, BatchGetDevicePositionResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface BatchGetDevicePositionCommandInput extends BatchGetDevicePositionRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface BatchGetDevicePositionCommandOutput extends BatchGetDevicePositionResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Lists the latest device positions for requested devices.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { LocationClient, BatchGetDevicePositionCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
15
|
-
* // const { LocationClient, BatchGetDevicePositionCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
16
|
-
* const client = new LocationClient(config);
|
|
17
|
-
* const command = new BatchGetDevicePositionCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link BatchGetDevicePositionCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link BatchGetDevicePositionCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link LocationClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
26
|
-
export declare class BatchGetDevicePositionCommand extends $Command<BatchGetDevicePositionCommandInput, BatchGetDevicePositionCommandOutput, LocationClientResolvedConfig> {
|
|
27
|
-
readonly input: BatchGetDevicePositionCommandInput;
|
|
28
|
-
constructor(input: BatchGetDevicePositionCommandInput);
|
|
29
|
-
/**
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
32
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchGetDevicePositionCommandInput, BatchGetDevicePositionCommandOutput>;
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
|
|
2
|
-
import { BatchPutGeofenceRequest, BatchPutGeofenceResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface BatchPutGeofenceCommandInput extends BatchPutGeofenceRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface BatchPutGeofenceCommandOutput extends BatchPutGeofenceResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>A batch request for storing geofence geometries into a given geofence collection, or
|
|
11
|
-
* updates the geometry of an existing geofence if a geofence ID is included in the request.</p>
|
|
12
|
-
* @example
|
|
13
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
-
* ```javascript
|
|
15
|
-
* import { LocationClient, BatchPutGeofenceCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
16
|
-
* // const { LocationClient, BatchPutGeofenceCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
17
|
-
* const client = new LocationClient(config);
|
|
18
|
-
* const command = new BatchPutGeofenceCommand(input);
|
|
19
|
-
* const response = await client.send(command);
|
|
20
|
-
* ```
|
|
21
|
-
*
|
|
22
|
-
* @see {@link BatchPutGeofenceCommandInput} for command's `input` shape.
|
|
23
|
-
* @see {@link BatchPutGeofenceCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link LocationClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
27
|
-
export declare class BatchPutGeofenceCommand extends $Command<BatchPutGeofenceCommandInput, BatchPutGeofenceCommandOutput, LocationClientResolvedConfig> {
|
|
28
|
-
readonly input: BatchPutGeofenceCommandInput;
|
|
29
|
-
constructor(input: BatchPutGeofenceCommandInput);
|
|
30
|
-
/**
|
|
31
|
-
* @internal
|
|
32
|
-
*/
|
|
33
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchPutGeofenceCommandInput, BatchPutGeofenceCommandOutput>;
|
|
34
|
-
private serialize;
|
|
35
|
-
private deserialize;
|
|
36
|
-
}
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
|
|
2
|
-
import { BatchUpdateDevicePositionRequest, BatchUpdateDevicePositionResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface BatchUpdateDevicePositionCommandInput extends BatchUpdateDevicePositionRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface BatchUpdateDevicePositionCommandOutput extends BatchUpdateDevicePositionResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Uploads position update data for one or more devices to a tracker resource. Amazon Location
|
|
11
|
-
* uses the data when reporting the last known device position and position history.</p>
|
|
12
|
-
* <note>
|
|
13
|
-
* <p>Only one position update is stored per sample time. Location data is sampled at a
|
|
14
|
-
* fixed rate of one position per 30-second interval and retained for 30 days before
|
|
15
|
-
* it's deleted.</p>
|
|
16
|
-
* </note>
|
|
17
|
-
* @example
|
|
18
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
19
|
-
* ```javascript
|
|
20
|
-
* import { LocationClient, BatchUpdateDevicePositionCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
21
|
-
* // const { LocationClient, BatchUpdateDevicePositionCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
22
|
-
* const client = new LocationClient(config);
|
|
23
|
-
* const command = new BatchUpdateDevicePositionCommand(input);
|
|
24
|
-
* const response = await client.send(command);
|
|
25
|
-
* ```
|
|
26
|
-
*
|
|
27
|
-
* @see {@link BatchUpdateDevicePositionCommandInput} for command's `input` shape.
|
|
28
|
-
* @see {@link BatchUpdateDevicePositionCommandOutput} for command's `response` shape.
|
|
29
|
-
* @see {@link LocationClientResolvedConfig | config} for command's `input` shape.
|
|
30
|
-
*
|
|
31
|
-
*/
|
|
32
|
-
export declare class BatchUpdateDevicePositionCommand extends $Command<BatchUpdateDevicePositionCommandInput, BatchUpdateDevicePositionCommandOutput, LocationClientResolvedConfig> {
|
|
33
|
-
readonly input: BatchUpdateDevicePositionCommandInput;
|
|
34
|
-
constructor(input: BatchUpdateDevicePositionCommandInput);
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchUpdateDevicePositionCommandInput, BatchUpdateDevicePositionCommandOutput>;
|
|
39
|
-
private serialize;
|
|
40
|
-
private deserialize;
|
|
41
|
-
}
|
|
@@ -1,65 +0,0 @@
|
|
|
1
|
-
import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
|
|
2
|
-
import { CalculateRouteRequest, CalculateRouteResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface CalculateRouteCommandInput extends CalculateRouteRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface CalculateRouteCommandOutput extends CalculateRouteResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>
|
|
11
|
-
* <a href="https://docs.aws.amazon.com/location/latest/developerguide/calculate-route.html">Calculates a route</a> given the following required parameters:
|
|
12
|
-
* <code>DeparturePostiton</code> and <code>DestinationPosition</code>. Requires that
|
|
13
|
-
* you first <a href="https://docs.aws.amazon.com/location-routes/latest/APIReference/API_CreateRouteCalculator.html">create a
|
|
14
|
-
* route calculator resource</a>
|
|
15
|
-
* </p>
|
|
16
|
-
* <p>By default, a request that doesn't specify a departure time uses the best time of day
|
|
17
|
-
* to travel with the best traffic conditions when calculating the route.</p>
|
|
18
|
-
* <p>Additional options include:</p>
|
|
19
|
-
* <ul>
|
|
20
|
-
* <li>
|
|
21
|
-
* <p>
|
|
22
|
-
* <a href="https://docs.aws.amazon.com/location/latest/developerguide/calculate-route.html#departure-time">Specifying a departure time</a> using either <code>DepartureTime</code> or
|
|
23
|
-
* <code>DepartureNow</code>. This calculates a route based on predictive
|
|
24
|
-
* traffic data at the given time. </p>
|
|
25
|
-
* <note>
|
|
26
|
-
* <p>You can't specify both <code>DepartureTime</code> and
|
|
27
|
-
* <code>DepartureNow</code> in a single request. Specifying both
|
|
28
|
-
* parameters returns an error message.</p>
|
|
29
|
-
* </note>
|
|
30
|
-
* </li>
|
|
31
|
-
* <li>
|
|
32
|
-
* <p>
|
|
33
|
-
* <a href="https://docs.aws.amazon.com/location/latest/developerguide/calculate-route.html#travel-mode">Specifying a travel mode</a> using TravelMode. This lets you specify an
|
|
34
|
-
* additional route preference such as <code>CarModeOptions</code> if traveling by
|
|
35
|
-
* <code>Car</code>, or <code>TruckModeOptions</code> if traveling by
|
|
36
|
-
* <code>Truck</code>.</p>
|
|
37
|
-
* </li>
|
|
38
|
-
* </ul>
|
|
39
|
-
* <p>
|
|
40
|
-
* </p>
|
|
41
|
-
* @example
|
|
42
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
43
|
-
* ```javascript
|
|
44
|
-
* import { LocationClient, CalculateRouteCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
45
|
-
* // const { LocationClient, CalculateRouteCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
46
|
-
* const client = new LocationClient(config);
|
|
47
|
-
* const command = new CalculateRouteCommand(input);
|
|
48
|
-
* const response = await client.send(command);
|
|
49
|
-
* ```
|
|
50
|
-
*
|
|
51
|
-
* @see {@link CalculateRouteCommandInput} for command's `input` shape.
|
|
52
|
-
* @see {@link CalculateRouteCommandOutput} for command's `response` shape.
|
|
53
|
-
* @see {@link LocationClientResolvedConfig | config} for command's `input` shape.
|
|
54
|
-
*
|
|
55
|
-
*/
|
|
56
|
-
export declare class CalculateRouteCommand extends $Command<CalculateRouteCommandInput, CalculateRouteCommandOutput, LocationClientResolvedConfig> {
|
|
57
|
-
readonly input: CalculateRouteCommandInput;
|
|
58
|
-
constructor(input: CalculateRouteCommandInput);
|
|
59
|
-
/**
|
|
60
|
-
* @internal
|
|
61
|
-
*/
|
|
62
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CalculateRouteCommandInput, CalculateRouteCommandOutput>;
|
|
63
|
-
private serialize;
|
|
64
|
-
private deserialize;
|
|
65
|
-
}
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
|
|
2
|
-
import { CreateGeofenceCollectionRequest, CreateGeofenceCollectionResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface CreateGeofenceCollectionCommandInput extends CreateGeofenceCollectionRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface CreateGeofenceCollectionCommandOutput extends CreateGeofenceCollectionResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Creates a geofence collection, which manages and stores geofences.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { LocationClient, CreateGeofenceCollectionCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
15
|
-
* // const { LocationClient, CreateGeofenceCollectionCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
16
|
-
* const client = new LocationClient(config);
|
|
17
|
-
* const command = new CreateGeofenceCollectionCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link CreateGeofenceCollectionCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link CreateGeofenceCollectionCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link LocationClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
26
|
-
export declare class CreateGeofenceCollectionCommand extends $Command<CreateGeofenceCollectionCommandInput, CreateGeofenceCollectionCommandOutput, LocationClientResolvedConfig> {
|
|
27
|
-
readonly input: CreateGeofenceCollectionCommandInput;
|
|
28
|
-
constructor(input: CreateGeofenceCollectionCommandInput);
|
|
29
|
-
/**
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
32
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateGeofenceCollectionCommandInput, CreateGeofenceCollectionCommandOutput>;
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
|
|
2
|
-
import { CreateMapRequest, CreateMapResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface CreateMapCommandInput extends CreateMapRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface CreateMapCommandOutput extends CreateMapResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Creates a map resource in your AWS account, which provides map tiles of different
|
|
11
|
-
* styles sourced from global location data providers.</p>
|
|
12
|
-
* @example
|
|
13
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
-
* ```javascript
|
|
15
|
-
* import { LocationClient, CreateMapCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
16
|
-
* // const { LocationClient, CreateMapCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
17
|
-
* const client = new LocationClient(config);
|
|
18
|
-
* const command = new CreateMapCommand(input);
|
|
19
|
-
* const response = await client.send(command);
|
|
20
|
-
* ```
|
|
21
|
-
*
|
|
22
|
-
* @see {@link CreateMapCommandInput} for command's `input` shape.
|
|
23
|
-
* @see {@link CreateMapCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link LocationClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
27
|
-
export declare class CreateMapCommand extends $Command<CreateMapCommandInput, CreateMapCommandOutput, LocationClientResolvedConfig> {
|
|
28
|
-
readonly input: CreateMapCommandInput;
|
|
29
|
-
constructor(input: CreateMapCommandInput);
|
|
30
|
-
/**
|
|
31
|
-
* @internal
|
|
32
|
-
*/
|
|
33
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateMapCommandInput, CreateMapCommandOutput>;
|
|
34
|
-
private serialize;
|
|
35
|
-
private deserialize;
|
|
36
|
-
}
|