@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
|
@@ -0,0 +1,761 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { AssociateTrackerConsumerCommand, } from "./commands/AssociateTrackerConsumerCommand";
|
|
3
|
+
import { BatchDeleteDevicePositionHistoryCommand, } from "./commands/BatchDeleteDevicePositionHistoryCommand";
|
|
4
|
+
import { BatchDeleteGeofenceCommand, } from "./commands/BatchDeleteGeofenceCommand";
|
|
5
|
+
import { BatchEvaluateGeofencesCommand, } from "./commands/BatchEvaluateGeofencesCommand";
|
|
6
|
+
import { BatchGetDevicePositionCommand, } from "./commands/BatchGetDevicePositionCommand";
|
|
7
|
+
import { BatchPutGeofenceCommand, } from "./commands/BatchPutGeofenceCommand";
|
|
8
|
+
import { BatchUpdateDevicePositionCommand, } from "./commands/BatchUpdateDevicePositionCommand";
|
|
9
|
+
import { CalculateRouteCommand, } from "./commands/CalculateRouteCommand";
|
|
10
|
+
import { CreateGeofenceCollectionCommand, } from "./commands/CreateGeofenceCollectionCommand";
|
|
11
|
+
import { CreateMapCommand } from "./commands/CreateMapCommand";
|
|
12
|
+
import { CreatePlaceIndexCommand, } from "./commands/CreatePlaceIndexCommand";
|
|
13
|
+
import { CreateRouteCalculatorCommand, } from "./commands/CreateRouteCalculatorCommand";
|
|
14
|
+
import { CreateTrackerCommand, } from "./commands/CreateTrackerCommand";
|
|
15
|
+
import { DeleteGeofenceCollectionCommand, } from "./commands/DeleteGeofenceCollectionCommand";
|
|
16
|
+
import { DeleteMapCommand } from "./commands/DeleteMapCommand";
|
|
17
|
+
import { DeletePlaceIndexCommand, } from "./commands/DeletePlaceIndexCommand";
|
|
18
|
+
import { DeleteRouteCalculatorCommand, } from "./commands/DeleteRouteCalculatorCommand";
|
|
19
|
+
import { DeleteTrackerCommand, } from "./commands/DeleteTrackerCommand";
|
|
20
|
+
import { DescribeGeofenceCollectionCommand, } from "./commands/DescribeGeofenceCollectionCommand";
|
|
21
|
+
import { DescribeMapCommand } from "./commands/DescribeMapCommand";
|
|
22
|
+
import { DescribePlaceIndexCommand, } from "./commands/DescribePlaceIndexCommand";
|
|
23
|
+
import { DescribeRouteCalculatorCommand, } from "./commands/DescribeRouteCalculatorCommand";
|
|
24
|
+
import { DescribeTrackerCommand, } from "./commands/DescribeTrackerCommand";
|
|
25
|
+
import { DisassociateTrackerConsumerCommand, } from "./commands/DisassociateTrackerConsumerCommand";
|
|
26
|
+
import { GetDevicePositionCommand, } from "./commands/GetDevicePositionCommand";
|
|
27
|
+
import { GetDevicePositionHistoryCommand, } from "./commands/GetDevicePositionHistoryCommand";
|
|
28
|
+
import { GetGeofenceCommand } from "./commands/GetGeofenceCommand";
|
|
29
|
+
import { GetMapGlyphsCommand, } from "./commands/GetMapGlyphsCommand";
|
|
30
|
+
import { GetMapSpritesCommand, } from "./commands/GetMapSpritesCommand";
|
|
31
|
+
import { GetMapStyleDescriptorCommand, } from "./commands/GetMapStyleDescriptorCommand";
|
|
32
|
+
import { GetMapTileCommand } from "./commands/GetMapTileCommand";
|
|
33
|
+
import { ListDevicePositionsCommand, } from "./commands/ListDevicePositionsCommand";
|
|
34
|
+
import { ListGeofenceCollectionsCommand, } from "./commands/ListGeofenceCollectionsCommand";
|
|
35
|
+
import { ListGeofencesCommand, } from "./commands/ListGeofencesCommand";
|
|
36
|
+
import { ListMapsCommand } from "./commands/ListMapsCommand";
|
|
37
|
+
import { ListPlaceIndexesCommand, } from "./commands/ListPlaceIndexesCommand";
|
|
38
|
+
import { ListRouteCalculatorsCommand, } from "./commands/ListRouteCalculatorsCommand";
|
|
39
|
+
import { ListTagsForResourceCommand, } from "./commands/ListTagsForResourceCommand";
|
|
40
|
+
import { ListTrackerConsumersCommand, } from "./commands/ListTrackerConsumersCommand";
|
|
41
|
+
import { ListTrackersCommand, } from "./commands/ListTrackersCommand";
|
|
42
|
+
import { PutGeofenceCommand } from "./commands/PutGeofenceCommand";
|
|
43
|
+
import { SearchPlaceIndexForPositionCommand, } from "./commands/SearchPlaceIndexForPositionCommand";
|
|
44
|
+
import { SearchPlaceIndexForTextCommand, } from "./commands/SearchPlaceIndexForTextCommand";
|
|
45
|
+
import { TagResourceCommand } from "./commands/TagResourceCommand";
|
|
46
|
+
import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
|
|
47
|
+
import { UpdateGeofenceCollectionCommand, } from "./commands/UpdateGeofenceCollectionCommand";
|
|
48
|
+
import { UpdateMapCommand } from "./commands/UpdateMapCommand";
|
|
49
|
+
import { UpdatePlaceIndexCommand, } from "./commands/UpdatePlaceIndexCommand";
|
|
50
|
+
import { UpdateRouteCalculatorCommand, } from "./commands/UpdateRouteCalculatorCommand";
|
|
51
|
+
import { UpdateTrackerCommand, } from "./commands/UpdateTrackerCommand";
|
|
52
|
+
import { LocationClient } from "./LocationClient";
|
|
53
|
+
var Location = (function (_super) {
|
|
54
|
+
__extends(Location, _super);
|
|
55
|
+
function Location() {
|
|
56
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
57
|
+
}
|
|
58
|
+
Location.prototype.associateTrackerConsumer = function (args, optionsOrCb, cb) {
|
|
59
|
+
var command = new AssociateTrackerConsumerCommand(args);
|
|
60
|
+
if (typeof optionsOrCb === "function") {
|
|
61
|
+
this.send(command, optionsOrCb);
|
|
62
|
+
}
|
|
63
|
+
else if (typeof cb === "function") {
|
|
64
|
+
if (typeof optionsOrCb !== "object")
|
|
65
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
66
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
67
|
+
}
|
|
68
|
+
else {
|
|
69
|
+
return this.send(command, optionsOrCb);
|
|
70
|
+
}
|
|
71
|
+
};
|
|
72
|
+
Location.prototype.batchDeleteDevicePositionHistory = function (args, optionsOrCb, cb) {
|
|
73
|
+
var command = new BatchDeleteDevicePositionHistoryCommand(args);
|
|
74
|
+
if (typeof optionsOrCb === "function") {
|
|
75
|
+
this.send(command, optionsOrCb);
|
|
76
|
+
}
|
|
77
|
+
else if (typeof cb === "function") {
|
|
78
|
+
if (typeof optionsOrCb !== "object")
|
|
79
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
80
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
81
|
+
}
|
|
82
|
+
else {
|
|
83
|
+
return this.send(command, optionsOrCb);
|
|
84
|
+
}
|
|
85
|
+
};
|
|
86
|
+
Location.prototype.batchDeleteGeofence = function (args, optionsOrCb, cb) {
|
|
87
|
+
var command = new BatchDeleteGeofenceCommand(args);
|
|
88
|
+
if (typeof optionsOrCb === "function") {
|
|
89
|
+
this.send(command, optionsOrCb);
|
|
90
|
+
}
|
|
91
|
+
else if (typeof cb === "function") {
|
|
92
|
+
if (typeof optionsOrCb !== "object")
|
|
93
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
94
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
95
|
+
}
|
|
96
|
+
else {
|
|
97
|
+
return this.send(command, optionsOrCb);
|
|
98
|
+
}
|
|
99
|
+
};
|
|
100
|
+
Location.prototype.batchEvaluateGeofences = function (args, optionsOrCb, cb) {
|
|
101
|
+
var command = new BatchEvaluateGeofencesCommand(args);
|
|
102
|
+
if (typeof optionsOrCb === "function") {
|
|
103
|
+
this.send(command, optionsOrCb);
|
|
104
|
+
}
|
|
105
|
+
else if (typeof cb === "function") {
|
|
106
|
+
if (typeof optionsOrCb !== "object")
|
|
107
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
108
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
109
|
+
}
|
|
110
|
+
else {
|
|
111
|
+
return this.send(command, optionsOrCb);
|
|
112
|
+
}
|
|
113
|
+
};
|
|
114
|
+
Location.prototype.batchGetDevicePosition = function (args, optionsOrCb, cb) {
|
|
115
|
+
var command = new BatchGetDevicePositionCommand(args);
|
|
116
|
+
if (typeof optionsOrCb === "function") {
|
|
117
|
+
this.send(command, optionsOrCb);
|
|
118
|
+
}
|
|
119
|
+
else if (typeof cb === "function") {
|
|
120
|
+
if (typeof optionsOrCb !== "object")
|
|
121
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
122
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
123
|
+
}
|
|
124
|
+
else {
|
|
125
|
+
return this.send(command, optionsOrCb);
|
|
126
|
+
}
|
|
127
|
+
};
|
|
128
|
+
Location.prototype.batchPutGeofence = function (args, optionsOrCb, cb) {
|
|
129
|
+
var command = new BatchPutGeofenceCommand(args);
|
|
130
|
+
if (typeof optionsOrCb === "function") {
|
|
131
|
+
this.send(command, optionsOrCb);
|
|
132
|
+
}
|
|
133
|
+
else if (typeof cb === "function") {
|
|
134
|
+
if (typeof optionsOrCb !== "object")
|
|
135
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
136
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
137
|
+
}
|
|
138
|
+
else {
|
|
139
|
+
return this.send(command, optionsOrCb);
|
|
140
|
+
}
|
|
141
|
+
};
|
|
142
|
+
Location.prototype.batchUpdateDevicePosition = function (args, optionsOrCb, cb) {
|
|
143
|
+
var command = new BatchUpdateDevicePositionCommand(args);
|
|
144
|
+
if (typeof optionsOrCb === "function") {
|
|
145
|
+
this.send(command, optionsOrCb);
|
|
146
|
+
}
|
|
147
|
+
else if (typeof cb === "function") {
|
|
148
|
+
if (typeof optionsOrCb !== "object")
|
|
149
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
150
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
151
|
+
}
|
|
152
|
+
else {
|
|
153
|
+
return this.send(command, optionsOrCb);
|
|
154
|
+
}
|
|
155
|
+
};
|
|
156
|
+
Location.prototype.calculateRoute = function (args, optionsOrCb, cb) {
|
|
157
|
+
var command = new CalculateRouteCommand(args);
|
|
158
|
+
if (typeof optionsOrCb === "function") {
|
|
159
|
+
this.send(command, optionsOrCb);
|
|
160
|
+
}
|
|
161
|
+
else if (typeof cb === "function") {
|
|
162
|
+
if (typeof optionsOrCb !== "object")
|
|
163
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
164
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
165
|
+
}
|
|
166
|
+
else {
|
|
167
|
+
return this.send(command, optionsOrCb);
|
|
168
|
+
}
|
|
169
|
+
};
|
|
170
|
+
Location.prototype.createGeofenceCollection = function (args, optionsOrCb, cb) {
|
|
171
|
+
var command = new CreateGeofenceCollectionCommand(args);
|
|
172
|
+
if (typeof optionsOrCb === "function") {
|
|
173
|
+
this.send(command, optionsOrCb);
|
|
174
|
+
}
|
|
175
|
+
else if (typeof cb === "function") {
|
|
176
|
+
if (typeof optionsOrCb !== "object")
|
|
177
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
178
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
179
|
+
}
|
|
180
|
+
else {
|
|
181
|
+
return this.send(command, optionsOrCb);
|
|
182
|
+
}
|
|
183
|
+
};
|
|
184
|
+
Location.prototype.createMap = function (args, optionsOrCb, cb) {
|
|
185
|
+
var command = new CreateMapCommand(args);
|
|
186
|
+
if (typeof optionsOrCb === "function") {
|
|
187
|
+
this.send(command, optionsOrCb);
|
|
188
|
+
}
|
|
189
|
+
else if (typeof cb === "function") {
|
|
190
|
+
if (typeof optionsOrCb !== "object")
|
|
191
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
192
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
193
|
+
}
|
|
194
|
+
else {
|
|
195
|
+
return this.send(command, optionsOrCb);
|
|
196
|
+
}
|
|
197
|
+
};
|
|
198
|
+
Location.prototype.createPlaceIndex = function (args, optionsOrCb, cb) {
|
|
199
|
+
var command = new CreatePlaceIndexCommand(args);
|
|
200
|
+
if (typeof optionsOrCb === "function") {
|
|
201
|
+
this.send(command, optionsOrCb);
|
|
202
|
+
}
|
|
203
|
+
else if (typeof cb === "function") {
|
|
204
|
+
if (typeof optionsOrCb !== "object")
|
|
205
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
206
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
207
|
+
}
|
|
208
|
+
else {
|
|
209
|
+
return this.send(command, optionsOrCb);
|
|
210
|
+
}
|
|
211
|
+
};
|
|
212
|
+
Location.prototype.createRouteCalculator = function (args, optionsOrCb, cb) {
|
|
213
|
+
var command = new CreateRouteCalculatorCommand(args);
|
|
214
|
+
if (typeof optionsOrCb === "function") {
|
|
215
|
+
this.send(command, optionsOrCb);
|
|
216
|
+
}
|
|
217
|
+
else if (typeof cb === "function") {
|
|
218
|
+
if (typeof optionsOrCb !== "object")
|
|
219
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
220
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
221
|
+
}
|
|
222
|
+
else {
|
|
223
|
+
return this.send(command, optionsOrCb);
|
|
224
|
+
}
|
|
225
|
+
};
|
|
226
|
+
Location.prototype.createTracker = function (args, optionsOrCb, cb) {
|
|
227
|
+
var command = new CreateTrackerCommand(args);
|
|
228
|
+
if (typeof optionsOrCb === "function") {
|
|
229
|
+
this.send(command, optionsOrCb);
|
|
230
|
+
}
|
|
231
|
+
else if (typeof cb === "function") {
|
|
232
|
+
if (typeof optionsOrCb !== "object")
|
|
233
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
234
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
235
|
+
}
|
|
236
|
+
else {
|
|
237
|
+
return this.send(command, optionsOrCb);
|
|
238
|
+
}
|
|
239
|
+
};
|
|
240
|
+
Location.prototype.deleteGeofenceCollection = function (args, optionsOrCb, cb) {
|
|
241
|
+
var command = new DeleteGeofenceCollectionCommand(args);
|
|
242
|
+
if (typeof optionsOrCb === "function") {
|
|
243
|
+
this.send(command, optionsOrCb);
|
|
244
|
+
}
|
|
245
|
+
else if (typeof cb === "function") {
|
|
246
|
+
if (typeof optionsOrCb !== "object")
|
|
247
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
248
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
249
|
+
}
|
|
250
|
+
else {
|
|
251
|
+
return this.send(command, optionsOrCb);
|
|
252
|
+
}
|
|
253
|
+
};
|
|
254
|
+
Location.prototype.deleteMap = function (args, optionsOrCb, cb) {
|
|
255
|
+
var command = new DeleteMapCommand(args);
|
|
256
|
+
if (typeof optionsOrCb === "function") {
|
|
257
|
+
this.send(command, optionsOrCb);
|
|
258
|
+
}
|
|
259
|
+
else if (typeof cb === "function") {
|
|
260
|
+
if (typeof optionsOrCb !== "object")
|
|
261
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
262
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
263
|
+
}
|
|
264
|
+
else {
|
|
265
|
+
return this.send(command, optionsOrCb);
|
|
266
|
+
}
|
|
267
|
+
};
|
|
268
|
+
Location.prototype.deletePlaceIndex = function (args, optionsOrCb, cb) {
|
|
269
|
+
var command = new DeletePlaceIndexCommand(args);
|
|
270
|
+
if (typeof optionsOrCb === "function") {
|
|
271
|
+
this.send(command, optionsOrCb);
|
|
272
|
+
}
|
|
273
|
+
else if (typeof cb === "function") {
|
|
274
|
+
if (typeof optionsOrCb !== "object")
|
|
275
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
276
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
277
|
+
}
|
|
278
|
+
else {
|
|
279
|
+
return this.send(command, optionsOrCb);
|
|
280
|
+
}
|
|
281
|
+
};
|
|
282
|
+
Location.prototype.deleteRouteCalculator = function (args, optionsOrCb, cb) {
|
|
283
|
+
var command = new DeleteRouteCalculatorCommand(args);
|
|
284
|
+
if (typeof optionsOrCb === "function") {
|
|
285
|
+
this.send(command, optionsOrCb);
|
|
286
|
+
}
|
|
287
|
+
else if (typeof cb === "function") {
|
|
288
|
+
if (typeof optionsOrCb !== "object")
|
|
289
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
290
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
291
|
+
}
|
|
292
|
+
else {
|
|
293
|
+
return this.send(command, optionsOrCb);
|
|
294
|
+
}
|
|
295
|
+
};
|
|
296
|
+
Location.prototype.deleteTracker = function (args, optionsOrCb, cb) {
|
|
297
|
+
var command = new DeleteTrackerCommand(args);
|
|
298
|
+
if (typeof optionsOrCb === "function") {
|
|
299
|
+
this.send(command, optionsOrCb);
|
|
300
|
+
}
|
|
301
|
+
else if (typeof cb === "function") {
|
|
302
|
+
if (typeof optionsOrCb !== "object")
|
|
303
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
304
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
305
|
+
}
|
|
306
|
+
else {
|
|
307
|
+
return this.send(command, optionsOrCb);
|
|
308
|
+
}
|
|
309
|
+
};
|
|
310
|
+
Location.prototype.describeGeofenceCollection = function (args, optionsOrCb, cb) {
|
|
311
|
+
var command = new DescribeGeofenceCollectionCommand(args);
|
|
312
|
+
if (typeof optionsOrCb === "function") {
|
|
313
|
+
this.send(command, optionsOrCb);
|
|
314
|
+
}
|
|
315
|
+
else if (typeof cb === "function") {
|
|
316
|
+
if (typeof optionsOrCb !== "object")
|
|
317
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
318
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
319
|
+
}
|
|
320
|
+
else {
|
|
321
|
+
return this.send(command, optionsOrCb);
|
|
322
|
+
}
|
|
323
|
+
};
|
|
324
|
+
Location.prototype.describeMap = function (args, optionsOrCb, cb) {
|
|
325
|
+
var command = new DescribeMapCommand(args);
|
|
326
|
+
if (typeof optionsOrCb === "function") {
|
|
327
|
+
this.send(command, optionsOrCb);
|
|
328
|
+
}
|
|
329
|
+
else if (typeof cb === "function") {
|
|
330
|
+
if (typeof optionsOrCb !== "object")
|
|
331
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
332
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
333
|
+
}
|
|
334
|
+
else {
|
|
335
|
+
return this.send(command, optionsOrCb);
|
|
336
|
+
}
|
|
337
|
+
};
|
|
338
|
+
Location.prototype.describePlaceIndex = function (args, optionsOrCb, cb) {
|
|
339
|
+
var command = new DescribePlaceIndexCommand(args);
|
|
340
|
+
if (typeof optionsOrCb === "function") {
|
|
341
|
+
this.send(command, optionsOrCb);
|
|
342
|
+
}
|
|
343
|
+
else if (typeof cb === "function") {
|
|
344
|
+
if (typeof optionsOrCb !== "object")
|
|
345
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
346
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
347
|
+
}
|
|
348
|
+
else {
|
|
349
|
+
return this.send(command, optionsOrCb);
|
|
350
|
+
}
|
|
351
|
+
};
|
|
352
|
+
Location.prototype.describeRouteCalculator = function (args, optionsOrCb, cb) {
|
|
353
|
+
var command = new DescribeRouteCalculatorCommand(args);
|
|
354
|
+
if (typeof optionsOrCb === "function") {
|
|
355
|
+
this.send(command, optionsOrCb);
|
|
356
|
+
}
|
|
357
|
+
else if (typeof cb === "function") {
|
|
358
|
+
if (typeof optionsOrCb !== "object")
|
|
359
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
360
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
361
|
+
}
|
|
362
|
+
else {
|
|
363
|
+
return this.send(command, optionsOrCb);
|
|
364
|
+
}
|
|
365
|
+
};
|
|
366
|
+
Location.prototype.describeTracker = function (args, optionsOrCb, cb) {
|
|
367
|
+
var command = new DescribeTrackerCommand(args);
|
|
368
|
+
if (typeof optionsOrCb === "function") {
|
|
369
|
+
this.send(command, optionsOrCb);
|
|
370
|
+
}
|
|
371
|
+
else if (typeof cb === "function") {
|
|
372
|
+
if (typeof optionsOrCb !== "object")
|
|
373
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
374
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
375
|
+
}
|
|
376
|
+
else {
|
|
377
|
+
return this.send(command, optionsOrCb);
|
|
378
|
+
}
|
|
379
|
+
};
|
|
380
|
+
Location.prototype.disassociateTrackerConsumer = function (args, optionsOrCb, cb) {
|
|
381
|
+
var command = new DisassociateTrackerConsumerCommand(args);
|
|
382
|
+
if (typeof optionsOrCb === "function") {
|
|
383
|
+
this.send(command, optionsOrCb);
|
|
384
|
+
}
|
|
385
|
+
else if (typeof cb === "function") {
|
|
386
|
+
if (typeof optionsOrCb !== "object")
|
|
387
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
388
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
389
|
+
}
|
|
390
|
+
else {
|
|
391
|
+
return this.send(command, optionsOrCb);
|
|
392
|
+
}
|
|
393
|
+
};
|
|
394
|
+
Location.prototype.getDevicePosition = function (args, optionsOrCb, cb) {
|
|
395
|
+
var command = new GetDevicePositionCommand(args);
|
|
396
|
+
if (typeof optionsOrCb === "function") {
|
|
397
|
+
this.send(command, optionsOrCb);
|
|
398
|
+
}
|
|
399
|
+
else if (typeof cb === "function") {
|
|
400
|
+
if (typeof optionsOrCb !== "object")
|
|
401
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
402
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
403
|
+
}
|
|
404
|
+
else {
|
|
405
|
+
return this.send(command, optionsOrCb);
|
|
406
|
+
}
|
|
407
|
+
};
|
|
408
|
+
Location.prototype.getDevicePositionHistory = function (args, optionsOrCb, cb) {
|
|
409
|
+
var command = new GetDevicePositionHistoryCommand(args);
|
|
410
|
+
if (typeof optionsOrCb === "function") {
|
|
411
|
+
this.send(command, optionsOrCb);
|
|
412
|
+
}
|
|
413
|
+
else if (typeof cb === "function") {
|
|
414
|
+
if (typeof optionsOrCb !== "object")
|
|
415
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
416
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
417
|
+
}
|
|
418
|
+
else {
|
|
419
|
+
return this.send(command, optionsOrCb);
|
|
420
|
+
}
|
|
421
|
+
};
|
|
422
|
+
Location.prototype.getGeofence = function (args, optionsOrCb, cb) {
|
|
423
|
+
var command = new GetGeofenceCommand(args);
|
|
424
|
+
if (typeof optionsOrCb === "function") {
|
|
425
|
+
this.send(command, optionsOrCb);
|
|
426
|
+
}
|
|
427
|
+
else if (typeof cb === "function") {
|
|
428
|
+
if (typeof optionsOrCb !== "object")
|
|
429
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
430
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
431
|
+
}
|
|
432
|
+
else {
|
|
433
|
+
return this.send(command, optionsOrCb);
|
|
434
|
+
}
|
|
435
|
+
};
|
|
436
|
+
Location.prototype.getMapGlyphs = function (args, optionsOrCb, cb) {
|
|
437
|
+
var command = new GetMapGlyphsCommand(args);
|
|
438
|
+
if (typeof optionsOrCb === "function") {
|
|
439
|
+
this.send(command, optionsOrCb);
|
|
440
|
+
}
|
|
441
|
+
else if (typeof cb === "function") {
|
|
442
|
+
if (typeof optionsOrCb !== "object")
|
|
443
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
444
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
445
|
+
}
|
|
446
|
+
else {
|
|
447
|
+
return this.send(command, optionsOrCb);
|
|
448
|
+
}
|
|
449
|
+
};
|
|
450
|
+
Location.prototype.getMapSprites = function (args, optionsOrCb, cb) {
|
|
451
|
+
var command = new GetMapSpritesCommand(args);
|
|
452
|
+
if (typeof optionsOrCb === "function") {
|
|
453
|
+
this.send(command, optionsOrCb);
|
|
454
|
+
}
|
|
455
|
+
else if (typeof cb === "function") {
|
|
456
|
+
if (typeof optionsOrCb !== "object")
|
|
457
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
458
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
459
|
+
}
|
|
460
|
+
else {
|
|
461
|
+
return this.send(command, optionsOrCb);
|
|
462
|
+
}
|
|
463
|
+
};
|
|
464
|
+
Location.prototype.getMapStyleDescriptor = function (args, optionsOrCb, cb) {
|
|
465
|
+
var command = new GetMapStyleDescriptorCommand(args);
|
|
466
|
+
if (typeof optionsOrCb === "function") {
|
|
467
|
+
this.send(command, optionsOrCb);
|
|
468
|
+
}
|
|
469
|
+
else if (typeof cb === "function") {
|
|
470
|
+
if (typeof optionsOrCb !== "object")
|
|
471
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
472
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
473
|
+
}
|
|
474
|
+
else {
|
|
475
|
+
return this.send(command, optionsOrCb);
|
|
476
|
+
}
|
|
477
|
+
};
|
|
478
|
+
Location.prototype.getMapTile = function (args, optionsOrCb, cb) {
|
|
479
|
+
var command = new GetMapTileCommand(args);
|
|
480
|
+
if (typeof optionsOrCb === "function") {
|
|
481
|
+
this.send(command, optionsOrCb);
|
|
482
|
+
}
|
|
483
|
+
else if (typeof cb === "function") {
|
|
484
|
+
if (typeof optionsOrCb !== "object")
|
|
485
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
486
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
487
|
+
}
|
|
488
|
+
else {
|
|
489
|
+
return this.send(command, optionsOrCb);
|
|
490
|
+
}
|
|
491
|
+
};
|
|
492
|
+
Location.prototype.listDevicePositions = function (args, optionsOrCb, cb) {
|
|
493
|
+
var command = new ListDevicePositionsCommand(args);
|
|
494
|
+
if (typeof optionsOrCb === "function") {
|
|
495
|
+
this.send(command, optionsOrCb);
|
|
496
|
+
}
|
|
497
|
+
else if (typeof cb === "function") {
|
|
498
|
+
if (typeof optionsOrCb !== "object")
|
|
499
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
500
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
501
|
+
}
|
|
502
|
+
else {
|
|
503
|
+
return this.send(command, optionsOrCb);
|
|
504
|
+
}
|
|
505
|
+
};
|
|
506
|
+
Location.prototype.listGeofenceCollections = function (args, optionsOrCb, cb) {
|
|
507
|
+
var command = new ListGeofenceCollectionsCommand(args);
|
|
508
|
+
if (typeof optionsOrCb === "function") {
|
|
509
|
+
this.send(command, optionsOrCb);
|
|
510
|
+
}
|
|
511
|
+
else if (typeof cb === "function") {
|
|
512
|
+
if (typeof optionsOrCb !== "object")
|
|
513
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
514
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
515
|
+
}
|
|
516
|
+
else {
|
|
517
|
+
return this.send(command, optionsOrCb);
|
|
518
|
+
}
|
|
519
|
+
};
|
|
520
|
+
Location.prototype.listGeofences = function (args, optionsOrCb, cb) {
|
|
521
|
+
var command = new ListGeofencesCommand(args);
|
|
522
|
+
if (typeof optionsOrCb === "function") {
|
|
523
|
+
this.send(command, optionsOrCb);
|
|
524
|
+
}
|
|
525
|
+
else if (typeof cb === "function") {
|
|
526
|
+
if (typeof optionsOrCb !== "object")
|
|
527
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
528
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
529
|
+
}
|
|
530
|
+
else {
|
|
531
|
+
return this.send(command, optionsOrCb);
|
|
532
|
+
}
|
|
533
|
+
};
|
|
534
|
+
Location.prototype.listMaps = function (args, optionsOrCb, cb) {
|
|
535
|
+
var command = new ListMapsCommand(args);
|
|
536
|
+
if (typeof optionsOrCb === "function") {
|
|
537
|
+
this.send(command, optionsOrCb);
|
|
538
|
+
}
|
|
539
|
+
else if (typeof cb === "function") {
|
|
540
|
+
if (typeof optionsOrCb !== "object")
|
|
541
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
542
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
543
|
+
}
|
|
544
|
+
else {
|
|
545
|
+
return this.send(command, optionsOrCb);
|
|
546
|
+
}
|
|
547
|
+
};
|
|
548
|
+
Location.prototype.listPlaceIndexes = function (args, optionsOrCb, cb) {
|
|
549
|
+
var command = new ListPlaceIndexesCommand(args);
|
|
550
|
+
if (typeof optionsOrCb === "function") {
|
|
551
|
+
this.send(command, optionsOrCb);
|
|
552
|
+
}
|
|
553
|
+
else if (typeof cb === "function") {
|
|
554
|
+
if (typeof optionsOrCb !== "object")
|
|
555
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
556
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
557
|
+
}
|
|
558
|
+
else {
|
|
559
|
+
return this.send(command, optionsOrCb);
|
|
560
|
+
}
|
|
561
|
+
};
|
|
562
|
+
Location.prototype.listRouteCalculators = function (args, optionsOrCb, cb) {
|
|
563
|
+
var command = new ListRouteCalculatorsCommand(args);
|
|
564
|
+
if (typeof optionsOrCb === "function") {
|
|
565
|
+
this.send(command, optionsOrCb);
|
|
566
|
+
}
|
|
567
|
+
else if (typeof cb === "function") {
|
|
568
|
+
if (typeof optionsOrCb !== "object")
|
|
569
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
570
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
571
|
+
}
|
|
572
|
+
else {
|
|
573
|
+
return this.send(command, optionsOrCb);
|
|
574
|
+
}
|
|
575
|
+
};
|
|
576
|
+
Location.prototype.listTagsForResource = function (args, optionsOrCb, cb) {
|
|
577
|
+
var command = new ListTagsForResourceCommand(args);
|
|
578
|
+
if (typeof optionsOrCb === "function") {
|
|
579
|
+
this.send(command, optionsOrCb);
|
|
580
|
+
}
|
|
581
|
+
else if (typeof cb === "function") {
|
|
582
|
+
if (typeof optionsOrCb !== "object")
|
|
583
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
584
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
585
|
+
}
|
|
586
|
+
else {
|
|
587
|
+
return this.send(command, optionsOrCb);
|
|
588
|
+
}
|
|
589
|
+
};
|
|
590
|
+
Location.prototype.listTrackerConsumers = function (args, optionsOrCb, cb) {
|
|
591
|
+
var command = new ListTrackerConsumersCommand(args);
|
|
592
|
+
if (typeof optionsOrCb === "function") {
|
|
593
|
+
this.send(command, optionsOrCb);
|
|
594
|
+
}
|
|
595
|
+
else if (typeof cb === "function") {
|
|
596
|
+
if (typeof optionsOrCb !== "object")
|
|
597
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
598
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
599
|
+
}
|
|
600
|
+
else {
|
|
601
|
+
return this.send(command, optionsOrCb);
|
|
602
|
+
}
|
|
603
|
+
};
|
|
604
|
+
Location.prototype.listTrackers = function (args, optionsOrCb, cb) {
|
|
605
|
+
var command = new ListTrackersCommand(args);
|
|
606
|
+
if (typeof optionsOrCb === "function") {
|
|
607
|
+
this.send(command, optionsOrCb);
|
|
608
|
+
}
|
|
609
|
+
else if (typeof cb === "function") {
|
|
610
|
+
if (typeof optionsOrCb !== "object")
|
|
611
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
612
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
613
|
+
}
|
|
614
|
+
else {
|
|
615
|
+
return this.send(command, optionsOrCb);
|
|
616
|
+
}
|
|
617
|
+
};
|
|
618
|
+
Location.prototype.putGeofence = function (args, optionsOrCb, cb) {
|
|
619
|
+
var command = new PutGeofenceCommand(args);
|
|
620
|
+
if (typeof optionsOrCb === "function") {
|
|
621
|
+
this.send(command, optionsOrCb);
|
|
622
|
+
}
|
|
623
|
+
else if (typeof cb === "function") {
|
|
624
|
+
if (typeof optionsOrCb !== "object")
|
|
625
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
626
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
627
|
+
}
|
|
628
|
+
else {
|
|
629
|
+
return this.send(command, optionsOrCb);
|
|
630
|
+
}
|
|
631
|
+
};
|
|
632
|
+
Location.prototype.searchPlaceIndexForPosition = function (args, optionsOrCb, cb) {
|
|
633
|
+
var command = new SearchPlaceIndexForPositionCommand(args);
|
|
634
|
+
if (typeof optionsOrCb === "function") {
|
|
635
|
+
this.send(command, optionsOrCb);
|
|
636
|
+
}
|
|
637
|
+
else if (typeof cb === "function") {
|
|
638
|
+
if (typeof optionsOrCb !== "object")
|
|
639
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
640
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
641
|
+
}
|
|
642
|
+
else {
|
|
643
|
+
return this.send(command, optionsOrCb);
|
|
644
|
+
}
|
|
645
|
+
};
|
|
646
|
+
Location.prototype.searchPlaceIndexForText = function (args, optionsOrCb, cb) {
|
|
647
|
+
var command = new SearchPlaceIndexForTextCommand(args);
|
|
648
|
+
if (typeof optionsOrCb === "function") {
|
|
649
|
+
this.send(command, optionsOrCb);
|
|
650
|
+
}
|
|
651
|
+
else if (typeof cb === "function") {
|
|
652
|
+
if (typeof optionsOrCb !== "object")
|
|
653
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
654
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
655
|
+
}
|
|
656
|
+
else {
|
|
657
|
+
return this.send(command, optionsOrCb);
|
|
658
|
+
}
|
|
659
|
+
};
|
|
660
|
+
Location.prototype.tagResource = function (args, optionsOrCb, cb) {
|
|
661
|
+
var command = new TagResourceCommand(args);
|
|
662
|
+
if (typeof optionsOrCb === "function") {
|
|
663
|
+
this.send(command, optionsOrCb);
|
|
664
|
+
}
|
|
665
|
+
else if (typeof cb === "function") {
|
|
666
|
+
if (typeof optionsOrCb !== "object")
|
|
667
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
668
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
669
|
+
}
|
|
670
|
+
else {
|
|
671
|
+
return this.send(command, optionsOrCb);
|
|
672
|
+
}
|
|
673
|
+
};
|
|
674
|
+
Location.prototype.untagResource = function (args, optionsOrCb, cb) {
|
|
675
|
+
var command = new UntagResourceCommand(args);
|
|
676
|
+
if (typeof optionsOrCb === "function") {
|
|
677
|
+
this.send(command, optionsOrCb);
|
|
678
|
+
}
|
|
679
|
+
else if (typeof cb === "function") {
|
|
680
|
+
if (typeof optionsOrCb !== "object")
|
|
681
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
682
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
683
|
+
}
|
|
684
|
+
else {
|
|
685
|
+
return this.send(command, optionsOrCb);
|
|
686
|
+
}
|
|
687
|
+
};
|
|
688
|
+
Location.prototype.updateGeofenceCollection = function (args, optionsOrCb, cb) {
|
|
689
|
+
var command = new UpdateGeofenceCollectionCommand(args);
|
|
690
|
+
if (typeof optionsOrCb === "function") {
|
|
691
|
+
this.send(command, optionsOrCb);
|
|
692
|
+
}
|
|
693
|
+
else if (typeof cb === "function") {
|
|
694
|
+
if (typeof optionsOrCb !== "object")
|
|
695
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
696
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
697
|
+
}
|
|
698
|
+
else {
|
|
699
|
+
return this.send(command, optionsOrCb);
|
|
700
|
+
}
|
|
701
|
+
};
|
|
702
|
+
Location.prototype.updateMap = function (args, optionsOrCb, cb) {
|
|
703
|
+
var command = new UpdateMapCommand(args);
|
|
704
|
+
if (typeof optionsOrCb === "function") {
|
|
705
|
+
this.send(command, optionsOrCb);
|
|
706
|
+
}
|
|
707
|
+
else if (typeof cb === "function") {
|
|
708
|
+
if (typeof optionsOrCb !== "object")
|
|
709
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
710
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
711
|
+
}
|
|
712
|
+
else {
|
|
713
|
+
return this.send(command, optionsOrCb);
|
|
714
|
+
}
|
|
715
|
+
};
|
|
716
|
+
Location.prototype.updatePlaceIndex = function (args, optionsOrCb, cb) {
|
|
717
|
+
var command = new UpdatePlaceIndexCommand(args);
|
|
718
|
+
if (typeof optionsOrCb === "function") {
|
|
719
|
+
this.send(command, optionsOrCb);
|
|
720
|
+
}
|
|
721
|
+
else if (typeof cb === "function") {
|
|
722
|
+
if (typeof optionsOrCb !== "object")
|
|
723
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
724
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
725
|
+
}
|
|
726
|
+
else {
|
|
727
|
+
return this.send(command, optionsOrCb);
|
|
728
|
+
}
|
|
729
|
+
};
|
|
730
|
+
Location.prototype.updateRouteCalculator = function (args, optionsOrCb, cb) {
|
|
731
|
+
var command = new UpdateRouteCalculatorCommand(args);
|
|
732
|
+
if (typeof optionsOrCb === "function") {
|
|
733
|
+
this.send(command, optionsOrCb);
|
|
734
|
+
}
|
|
735
|
+
else if (typeof cb === "function") {
|
|
736
|
+
if (typeof optionsOrCb !== "object")
|
|
737
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
738
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
739
|
+
}
|
|
740
|
+
else {
|
|
741
|
+
return this.send(command, optionsOrCb);
|
|
742
|
+
}
|
|
743
|
+
};
|
|
744
|
+
Location.prototype.updateTracker = function (args, optionsOrCb, cb) {
|
|
745
|
+
var command = new UpdateTrackerCommand(args);
|
|
746
|
+
if (typeof optionsOrCb === "function") {
|
|
747
|
+
this.send(command, optionsOrCb);
|
|
748
|
+
}
|
|
749
|
+
else if (typeof cb === "function") {
|
|
750
|
+
if (typeof optionsOrCb !== "object")
|
|
751
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
752
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
753
|
+
}
|
|
754
|
+
else {
|
|
755
|
+
return this.send(command, optionsOrCb);
|
|
756
|
+
}
|
|
757
|
+
};
|
|
758
|
+
return Location;
|
|
759
|
+
}(LocationClient));
|
|
760
|
+
export { Location };
|
|
761
|
+
//# sourceMappingURL=Location.js.map
|