@aws-sdk/client-location 3.35.0 → 3.38.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +48 -0
- package/dist-cjs/Location.js +0 -4
- package/dist-cjs/LocationClient.js +0 -9
- package/dist-cjs/commands/AssociateTrackerConsumerCommand.js +0 -31
- package/dist-cjs/commands/BatchDeleteDevicePositionHistoryCommand.js +0 -25
- package/dist-cjs/commands/BatchDeleteGeofenceCommand.js +0 -28
- package/dist-cjs/commands/BatchEvaluateGeofencesCommand.js +0 -45
- package/dist-cjs/commands/BatchGetDevicePositionCommand.js +0 -25
- package/dist-cjs/commands/BatchPutGeofenceCommand.js +0 -26
- package/dist-cjs/commands/BatchUpdateDevicePositionCommand.js +0 -31
- package/dist-cjs/commands/CalculateRouteCommand.js +0 -55
- package/dist-cjs/commands/CreateGeofenceCollectionCommand.js +0 -25
- package/dist-cjs/commands/CreateMapCommand.js +0 -26
- package/dist-cjs/commands/CreatePlaceIndexCommand.js +0 -26
- package/dist-cjs/commands/CreateRouteCalculatorCommand.js +0 -28
- package/dist-cjs/commands/CreateTrackerCommand.js +0 -26
- package/dist-cjs/commands/DeleteGeofenceCollectionCommand.js +0 -29
- package/dist-cjs/commands/DeleteMapCommand.js +0 -29
- package/dist-cjs/commands/DeletePlaceIndexCommand.js +0 -28
- package/dist-cjs/commands/DeleteRouteCalculatorCommand.js +0 -28
- package/dist-cjs/commands/DeleteTrackerCommand.js +0 -30
- package/dist-cjs/commands/DescribeGeofenceCollectionCommand.js +0 -25
- package/dist-cjs/commands/DescribeMapCommand.js +0 -25
- package/dist-cjs/commands/DescribePlaceIndexCommand.js +0 -25
- package/dist-cjs/commands/DescribeRouteCalculatorCommand.js +0 -25
- package/dist-cjs/commands/DescribeTrackerCommand.js +0 -25
- package/dist-cjs/commands/DisassociateTrackerConsumerCommand.js +0 -29
- package/dist-cjs/commands/GetDevicePositionCommand.js +0 -28
- package/dist-cjs/commands/GetDevicePositionHistoryCommand.js +0 -29
- package/dist-cjs/commands/GetGeofenceCommand.js +0 -25
- package/dist-cjs/commands/GetMapGlyphsCommand.js +0 -25
- package/dist-cjs/commands/GetMapSpritesCommand.js +0 -27
- package/dist-cjs/commands/GetMapStyleDescriptorCommand.js +0 -28
- package/dist-cjs/commands/GetMapTileCommand.js +0 -30
- package/dist-cjs/commands/ListDevicePositionsCommand.js +0 -25
- package/dist-cjs/commands/ListGeofenceCollectionsCommand.js +0 -25
- package/dist-cjs/commands/ListGeofencesCommand.js +0 -25
- package/dist-cjs/commands/ListMapsCommand.js +0 -25
- package/dist-cjs/commands/ListPlaceIndexesCommand.js +0 -25
- package/dist-cjs/commands/ListRouteCalculatorsCommand.js +0 -25
- package/dist-cjs/commands/ListTagsForResourceCommand.js +0 -25
- package/dist-cjs/commands/ListTrackerConsumersCommand.js +0 -25
- package/dist-cjs/commands/ListTrackersCommand.js +0 -25
- package/dist-cjs/commands/PutGeofenceCommand.js +0 -26
- package/dist-cjs/commands/SearchPlaceIndexForPositionCommand.js +0 -26
- package/dist-cjs/commands/SearchPlaceIndexForTextCommand.js +0 -33
- package/dist-cjs/commands/TagResourceCommand.js +0 -38
- package/dist-cjs/commands/UntagResourceCommand.js +0 -25
- package/dist-cjs/commands/UpdateGeofenceCollectionCommand.js +0 -25
- package/dist-cjs/commands/UpdateMapCommand.js +0 -25
- package/dist-cjs/commands/UpdatePlaceIndexCommand.js +0 -25
- package/dist-cjs/commands/UpdateRouteCalculatorCommand.js +0 -25
- package/dist-cjs/commands/UpdateTrackerCommand.js +0 -25
- package/dist-cjs/commands/index.js +53 -0
- package/dist-cjs/endpoints.js +1 -2
- package/dist-cjs/index.js +4 -63
- package/dist-cjs/models/index.js +0 -1
- package/dist-cjs/models/models_0.js +0 -430
- package/dist-cjs/pagination/GetDevicePositionHistoryPaginator.js +0 -11
- package/dist-cjs/pagination/Interfaces.js +0 -1
- package/dist-cjs/pagination/ListDevicePositionsPaginator.js +0 -11
- package/dist-cjs/pagination/ListGeofenceCollectionsPaginator.js +0 -11
- package/dist-cjs/pagination/ListGeofencesPaginator.js +0 -11
- package/dist-cjs/pagination/ListMapsPaginator.js +0 -11
- package/dist-cjs/pagination/ListPlaceIndexesPaginator.js +0 -11
- package/dist-cjs/pagination/ListRouteCalculatorsPaginator.js +0 -11
- package/dist-cjs/pagination/ListTrackerConsumersPaginator.js +0 -11
- package/dist-cjs/pagination/ListTrackersPaginator.js +0 -11
- package/dist-cjs/pagination/index.js +13 -0
- package/dist-cjs/protocols/Aws_restJson1.js +8 -6
- package/dist-cjs/runtimeConfig.browser.js +1 -6
- package/dist-cjs/runtimeConfig.js +2 -7
- package/dist-cjs/runtimeConfig.native.js +0 -4
- package/dist-cjs/runtimeConfig.shared.js +0 -4
- package/dist-es/Location.js +0 -1
- package/dist-es/LocationClient.js +0 -1
- package/dist-es/commands/AssociateTrackerConsumerCommand.js +0 -1
- package/dist-es/commands/BatchDeleteDevicePositionHistoryCommand.js +0 -1
- package/dist-es/commands/BatchDeleteGeofenceCommand.js +0 -1
- package/dist-es/commands/BatchEvaluateGeofencesCommand.js +0 -1
- package/dist-es/commands/BatchGetDevicePositionCommand.js +0 -1
- package/dist-es/commands/BatchPutGeofenceCommand.js +0 -1
- package/dist-es/commands/BatchUpdateDevicePositionCommand.js +0 -1
- package/dist-es/commands/CalculateRouteCommand.js +0 -1
- package/dist-es/commands/CreateGeofenceCollectionCommand.js +0 -1
- package/dist-es/commands/CreateMapCommand.js +0 -1
- package/dist-es/commands/CreatePlaceIndexCommand.js +0 -1
- package/dist-es/commands/CreateRouteCalculatorCommand.js +0 -1
- package/dist-es/commands/CreateTrackerCommand.js +0 -1
- package/dist-es/commands/DeleteGeofenceCollectionCommand.js +0 -1
- package/dist-es/commands/DeleteMapCommand.js +0 -1
- package/dist-es/commands/DeletePlaceIndexCommand.js +0 -1
- package/dist-es/commands/DeleteRouteCalculatorCommand.js +0 -1
- package/dist-es/commands/DeleteTrackerCommand.js +0 -1
- package/dist-es/commands/DescribeGeofenceCollectionCommand.js +0 -1
- package/dist-es/commands/DescribeMapCommand.js +0 -1
- package/dist-es/commands/DescribePlaceIndexCommand.js +0 -1
- package/dist-es/commands/DescribeRouteCalculatorCommand.js +0 -1
- package/dist-es/commands/DescribeTrackerCommand.js +0 -1
- package/dist-es/commands/DisassociateTrackerConsumerCommand.js +0 -1
- package/dist-es/commands/GetDevicePositionCommand.js +0 -1
- package/dist-es/commands/GetDevicePositionHistoryCommand.js +0 -1
- package/dist-es/commands/GetGeofenceCommand.js +0 -1
- package/dist-es/commands/GetMapGlyphsCommand.js +0 -1
- package/dist-es/commands/GetMapSpritesCommand.js +0 -1
- package/dist-es/commands/GetMapStyleDescriptorCommand.js +0 -1
- package/dist-es/commands/GetMapTileCommand.js +0 -1
- package/dist-es/commands/ListDevicePositionsCommand.js +0 -1
- package/dist-es/commands/ListGeofenceCollectionsCommand.js +0 -1
- package/dist-es/commands/ListGeofencesCommand.js +0 -1
- package/dist-es/commands/ListMapsCommand.js +0 -1
- package/dist-es/commands/ListPlaceIndexesCommand.js +0 -1
- package/dist-es/commands/ListRouteCalculatorsCommand.js +0 -1
- package/dist-es/commands/ListTagsForResourceCommand.js +0 -1
- package/dist-es/commands/ListTrackerConsumersCommand.js +0 -1
- package/dist-es/commands/ListTrackersCommand.js +0 -1
- package/dist-es/commands/PutGeofenceCommand.js +0 -1
- package/dist-es/commands/SearchPlaceIndexForPositionCommand.js +0 -1
- package/dist-es/commands/SearchPlaceIndexForTextCommand.js +0 -1
- package/dist-es/commands/TagResourceCommand.js +0 -1
- package/dist-es/commands/UntagResourceCommand.js +0 -1
- package/dist-es/commands/UpdateGeofenceCollectionCommand.js +0 -1
- package/dist-es/commands/UpdateMapCommand.js +0 -1
- package/dist-es/commands/UpdatePlaceIndexCommand.js +0 -1
- package/dist-es/commands/UpdateRouteCalculatorCommand.js +0 -1
- package/dist-es/commands/UpdateTrackerCommand.js +0 -1
- package/dist-es/commands/index.js +50 -0
- package/dist-es/endpoints.js +1 -2
- package/dist-es/index.js +4 -63
- package/dist-es/models/index.js +0 -1
- package/dist-es/models/models_0.js +0 -1
- package/dist-es/pagination/GetDevicePositionHistoryPaginator.js +0 -1
- package/dist-es/pagination/Interfaces.js +0 -1
- package/dist-es/pagination/ListDevicePositionsPaginator.js +0 -1
- package/dist-es/pagination/ListGeofenceCollectionsPaginator.js +0 -1
- package/dist-es/pagination/ListGeofencesPaginator.js +0 -1
- package/dist-es/pagination/ListMapsPaginator.js +0 -1
- package/dist-es/pagination/ListPlaceIndexesPaginator.js +0 -1
- package/dist-es/pagination/ListRouteCalculatorsPaginator.js +0 -1
- package/dist-es/pagination/ListTrackerConsumersPaginator.js +0 -1
- package/dist-es/pagination/ListTrackersPaginator.js +0 -1
- package/dist-es/pagination/index.js +10 -0
- package/dist-es/protocols/Aws_restJson1.js +8 -3
- package/dist-es/runtimeConfig.browser.js +1 -2
- package/dist-es/runtimeConfig.js +2 -3
- package/dist-es/runtimeConfig.native.js +0 -1
- package/dist-es/runtimeConfig.shared.js +0 -1
- package/dist-types/Location.d.ts +8 -4
- package/dist-types/commands/BatchUpdateDevicePositionCommand.d.ts +8 -4
- package/dist-types/commands/index.d.ts +50 -0
- package/dist-types/index.d.ts +4 -62
- package/dist-types/models/models_0.d.ts +82 -42
- package/dist-types/pagination/index.d.ts +10 -0
- package/dist-types/ts3.4/Location.d.ts +51 -288
- package/dist-types/ts3.4/LocationClient.d.ts +24 -89
- package/dist-types/ts3.4/commands/AssociateTrackerConsumerCommand.d.ts +2 -26
- package/dist-types/ts3.4/commands/BatchDeleteDevicePositionHistoryCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/BatchDeleteGeofenceCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/BatchEvaluateGeofencesCommand.d.ts +2 -40
- package/dist-types/ts3.4/commands/BatchGetDevicePositionCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/BatchPutGeofenceCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/BatchUpdateDevicePositionCommand.d.ts +2 -26
- package/dist-types/ts3.4/commands/CalculateRouteCommand.d.ts +2 -50
- package/dist-types/ts3.4/commands/CreateGeofenceCollectionCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/CreateMapCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/CreatePlaceIndexCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/CreateRouteCalculatorCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/CreateTrackerCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DeleteGeofenceCollectionCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/DeleteMapCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/DeletePlaceIndexCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/DeleteRouteCalculatorCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/DeleteTrackerCommand.d.ts +2 -25
- package/dist-types/ts3.4/commands/DescribeGeofenceCollectionCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeMapCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribePlaceIndexCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeRouteCalculatorCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeTrackerCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DisassociateTrackerConsumerCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/GetDevicePositionCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/GetDevicePositionHistoryCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/GetGeofenceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetMapGlyphsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetMapSpritesCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/GetMapStyleDescriptorCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/GetMapTileCommand.d.ts +2 -25
- package/dist-types/ts3.4/commands/ListDevicePositionsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListGeofenceCollectionsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListGeofencesCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListMapsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListPlaceIndexesCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListRouteCalculatorsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListTrackerConsumersCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListTrackersCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/PutGeofenceCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/SearchPlaceIndexForPositionCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/SearchPlaceIndexForTextCommand.d.ts +2 -28
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -33
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdateGeofenceCollectionCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdateMapCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdatePlaceIndexCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdateRouteCalculatorCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdateTrackerCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/index.d.ts +50 -0
- package/dist-types/ts3.4/index.d.ts +4 -62
- package/dist-types/ts3.4/models/models_0.d.ts +584 -3062
- package/dist-types/ts3.4/pagination/index.d.ts +10 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/package.json +33 -30
- package/dist-cjs/Location.js.map +0 -1
- package/dist-cjs/LocationClient.js.map +0 -1
- package/dist-cjs/commands/AssociateTrackerConsumerCommand.js.map +0 -1
- package/dist-cjs/commands/BatchDeleteDevicePositionHistoryCommand.js.map +0 -1
- package/dist-cjs/commands/BatchDeleteGeofenceCommand.js.map +0 -1
- package/dist-cjs/commands/BatchEvaluateGeofencesCommand.js.map +0 -1
- package/dist-cjs/commands/BatchGetDevicePositionCommand.js.map +0 -1
- package/dist-cjs/commands/BatchPutGeofenceCommand.js.map +0 -1
- package/dist-cjs/commands/BatchUpdateDevicePositionCommand.js.map +0 -1
- package/dist-cjs/commands/CalculateRouteCommand.js.map +0 -1
- package/dist-cjs/commands/CreateGeofenceCollectionCommand.js.map +0 -1
- package/dist-cjs/commands/CreateMapCommand.js.map +0 -1
- package/dist-cjs/commands/CreatePlaceIndexCommand.js.map +0 -1
- package/dist-cjs/commands/CreateRouteCalculatorCommand.js.map +0 -1
- package/dist-cjs/commands/CreateTrackerCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteGeofenceCollectionCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteMapCommand.js.map +0 -1
- package/dist-cjs/commands/DeletePlaceIndexCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteRouteCalculatorCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteTrackerCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeGeofenceCollectionCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeMapCommand.js.map +0 -1
- package/dist-cjs/commands/DescribePlaceIndexCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeRouteCalculatorCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeTrackerCommand.js.map +0 -1
- package/dist-cjs/commands/DisassociateTrackerConsumerCommand.js.map +0 -1
- package/dist-cjs/commands/GetDevicePositionCommand.js.map +0 -1
- package/dist-cjs/commands/GetDevicePositionHistoryCommand.js.map +0 -1
- package/dist-cjs/commands/GetGeofenceCommand.js.map +0 -1
- package/dist-cjs/commands/GetMapGlyphsCommand.js.map +0 -1
- package/dist-cjs/commands/GetMapSpritesCommand.js.map +0 -1
- package/dist-cjs/commands/GetMapStyleDescriptorCommand.js.map +0 -1
- package/dist-cjs/commands/GetMapTileCommand.js.map +0 -1
- package/dist-cjs/commands/ListDevicePositionsCommand.js.map +0 -1
- package/dist-cjs/commands/ListGeofenceCollectionsCommand.js.map +0 -1
- package/dist-cjs/commands/ListGeofencesCommand.js.map +0 -1
- package/dist-cjs/commands/ListMapsCommand.js.map +0 -1
- package/dist-cjs/commands/ListPlaceIndexesCommand.js.map +0 -1
- package/dist-cjs/commands/ListRouteCalculatorsCommand.js.map +0 -1
- package/dist-cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist-cjs/commands/ListTrackerConsumersCommand.js.map +0 -1
- package/dist-cjs/commands/ListTrackersCommand.js.map +0 -1
- package/dist-cjs/commands/PutGeofenceCommand.js.map +0 -1
- package/dist-cjs/commands/SearchPlaceIndexForPositionCommand.js.map +0 -1
- package/dist-cjs/commands/SearchPlaceIndexForTextCommand.js.map +0 -1
- package/dist-cjs/commands/TagResourceCommand.js.map +0 -1
- package/dist-cjs/commands/UntagResourceCommand.js.map +0 -1
- package/dist-cjs/commands/UpdateGeofenceCollectionCommand.js.map +0 -1
- package/dist-cjs/commands/UpdateMapCommand.js.map +0 -1
- package/dist-cjs/commands/UpdatePlaceIndexCommand.js.map +0 -1
- package/dist-cjs/commands/UpdateRouteCalculatorCommand.js.map +0 -1
- package/dist-cjs/commands/UpdateTrackerCommand.js.map +0 -1
- package/dist-cjs/endpoints.js.map +0 -1
- package/dist-cjs/index.js.map +0 -1
- package/dist-cjs/models/index.js.map +0 -1
- package/dist-cjs/models/models_0.js.map +0 -1
- package/dist-cjs/pagination/GetDevicePositionHistoryPaginator.js.map +0 -1
- package/dist-cjs/pagination/Interfaces.js.map +0 -1
- package/dist-cjs/pagination/ListDevicePositionsPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListGeofenceCollectionsPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListGeofencesPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListMapsPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListPlaceIndexesPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListRouteCalculatorsPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListTrackerConsumersPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListTrackersPaginator.js.map +0 -1
- package/dist-cjs/protocols/Aws_restJson1.js.map +0 -1
- package/dist-cjs/runtimeConfig.browser.js.map +0 -1
- package/dist-cjs/runtimeConfig.js.map +0 -1
- package/dist-cjs/runtimeConfig.native.js.map +0 -1
- package/dist-cjs/runtimeConfig.shared.js.map +0 -1
- package/dist-es/Location.js.map +0 -1
- package/dist-es/LocationClient.js.map +0 -1
- package/dist-es/commands/AssociateTrackerConsumerCommand.js.map +0 -1
- package/dist-es/commands/BatchDeleteDevicePositionHistoryCommand.js.map +0 -1
- package/dist-es/commands/BatchDeleteGeofenceCommand.js.map +0 -1
- package/dist-es/commands/BatchEvaluateGeofencesCommand.js.map +0 -1
- package/dist-es/commands/BatchGetDevicePositionCommand.js.map +0 -1
- package/dist-es/commands/BatchPutGeofenceCommand.js.map +0 -1
- package/dist-es/commands/BatchUpdateDevicePositionCommand.js.map +0 -1
- package/dist-es/commands/CalculateRouteCommand.js.map +0 -1
- package/dist-es/commands/CreateGeofenceCollectionCommand.js.map +0 -1
- package/dist-es/commands/CreateMapCommand.js.map +0 -1
- package/dist-es/commands/CreatePlaceIndexCommand.js.map +0 -1
- package/dist-es/commands/CreateRouteCalculatorCommand.js.map +0 -1
- package/dist-es/commands/CreateTrackerCommand.js.map +0 -1
- package/dist-es/commands/DeleteGeofenceCollectionCommand.js.map +0 -1
- package/dist-es/commands/DeleteMapCommand.js.map +0 -1
- package/dist-es/commands/DeletePlaceIndexCommand.js.map +0 -1
- package/dist-es/commands/DeleteRouteCalculatorCommand.js.map +0 -1
- package/dist-es/commands/DeleteTrackerCommand.js.map +0 -1
- package/dist-es/commands/DescribeGeofenceCollectionCommand.js.map +0 -1
- package/dist-es/commands/DescribeMapCommand.js.map +0 -1
- package/dist-es/commands/DescribePlaceIndexCommand.js.map +0 -1
- package/dist-es/commands/DescribeRouteCalculatorCommand.js.map +0 -1
- package/dist-es/commands/DescribeTrackerCommand.js.map +0 -1
- package/dist-es/commands/DisassociateTrackerConsumerCommand.js.map +0 -1
- package/dist-es/commands/GetDevicePositionCommand.js.map +0 -1
- package/dist-es/commands/GetDevicePositionHistoryCommand.js.map +0 -1
- package/dist-es/commands/GetGeofenceCommand.js.map +0 -1
- package/dist-es/commands/GetMapGlyphsCommand.js.map +0 -1
- package/dist-es/commands/GetMapSpritesCommand.js.map +0 -1
- package/dist-es/commands/GetMapStyleDescriptorCommand.js.map +0 -1
- package/dist-es/commands/GetMapTileCommand.js.map +0 -1
- package/dist-es/commands/ListDevicePositionsCommand.js.map +0 -1
- package/dist-es/commands/ListGeofenceCollectionsCommand.js.map +0 -1
- package/dist-es/commands/ListGeofencesCommand.js.map +0 -1
- package/dist-es/commands/ListMapsCommand.js.map +0 -1
- package/dist-es/commands/ListPlaceIndexesCommand.js.map +0 -1
- package/dist-es/commands/ListRouteCalculatorsCommand.js.map +0 -1
- package/dist-es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist-es/commands/ListTrackerConsumersCommand.js.map +0 -1
- package/dist-es/commands/ListTrackersCommand.js.map +0 -1
- package/dist-es/commands/PutGeofenceCommand.js.map +0 -1
- package/dist-es/commands/SearchPlaceIndexForPositionCommand.js.map +0 -1
- package/dist-es/commands/SearchPlaceIndexForTextCommand.js.map +0 -1
- package/dist-es/commands/TagResourceCommand.js.map +0 -1
- package/dist-es/commands/UntagResourceCommand.js.map +0 -1
- package/dist-es/commands/UpdateGeofenceCollectionCommand.js.map +0 -1
- package/dist-es/commands/UpdateMapCommand.js.map +0 -1
- package/dist-es/commands/UpdatePlaceIndexCommand.js.map +0 -1
- package/dist-es/commands/UpdateRouteCalculatorCommand.js.map +0 -1
- package/dist-es/commands/UpdateTrackerCommand.js.map +0 -1
- package/dist-es/endpoints.js.map +0 -1
- package/dist-es/index.js.map +0 -1
- package/dist-es/models/index.js.map +0 -1
- package/dist-es/models/models_0.js.map +0 -1
- package/dist-es/pagination/GetDevicePositionHistoryPaginator.js.map +0 -1
- package/dist-es/pagination/Interfaces.js.map +0 -1
- package/dist-es/pagination/ListDevicePositionsPaginator.js.map +0 -1
- package/dist-es/pagination/ListGeofenceCollectionsPaginator.js.map +0 -1
- package/dist-es/pagination/ListGeofencesPaginator.js.map +0 -1
- package/dist-es/pagination/ListMapsPaginator.js.map +0 -1
- package/dist-es/pagination/ListPlaceIndexesPaginator.js.map +0 -1
- package/dist-es/pagination/ListRouteCalculatorsPaginator.js.map +0 -1
- package/dist-es/pagination/ListTrackerConsumersPaginator.js.map +0 -1
- package/dist-es/pagination/ListTrackersPaginator.js.map +0 -1
- package/dist-es/protocols/Aws_restJson1.js.map +0 -1
- package/dist-es/runtimeConfig.browser.js.map +0 -1
- package/dist-es/runtimeConfig.js.map +0 -1
- package/dist-es/runtimeConfig.native.js.map +0 -1
- package/dist-es/runtimeConfig.shared.js.map +0 -1
- package/jest.config.js +0 -4
- package/src/Location.ts +0 -1897
- package/src/LocationClient.ts +0 -458
- package/src/commands/AssociateTrackerConsumerCommand.ts +0 -101
- package/src/commands/BatchDeleteDevicePositionHistoryCommand.ts +0 -103
- package/src/commands/BatchDeleteGeofenceCommand.ts +0 -98
- package/src/commands/BatchEvaluateGeofencesCommand.ts +0 -115
- package/src/commands/BatchGetDevicePositionCommand.ts +0 -95
- package/src/commands/BatchPutGeofenceCommand.ts +0 -96
- package/src/commands/BatchUpdateDevicePositionCommand.ts +0 -104
- package/src/commands/CalculateRouteCommand.ts +0 -125
- package/src/commands/CreateGeofenceCollectionCommand.ts +0 -95
- package/src/commands/CreateMapCommand.ts +0 -96
- package/src/commands/CreatePlaceIndexCommand.ts +0 -96
- package/src/commands/CreateRouteCalculatorCommand.ts +0 -98
- package/src/commands/CreateTrackerCommand.ts +0 -96
- package/src/commands/DeleteGeofenceCollectionCommand.ts +0 -99
- package/src/commands/DeleteMapCommand.ts +0 -99
- package/src/commands/DeletePlaceIndexCommand.ts +0 -98
- package/src/commands/DeleteRouteCalculatorCommand.ts +0 -98
- package/src/commands/DeleteTrackerCommand.ts +0 -100
- package/src/commands/DescribeGeofenceCollectionCommand.ts +0 -98
- package/src/commands/DescribeMapCommand.ts +0 -95
- package/src/commands/DescribePlaceIndexCommand.ts +0 -95
- package/src/commands/DescribeRouteCalculatorCommand.ts +0 -95
- package/src/commands/DescribeTrackerCommand.ts +0 -95
- package/src/commands/DisassociateTrackerConsumerCommand.ts +0 -104
- package/src/commands/GetDevicePositionCommand.ts +0 -98
- package/src/commands/GetDevicePositionHistoryCommand.ts +0 -99
- package/src/commands/GetGeofenceCommand.ts +0 -95
- package/src/commands/GetMapGlyphsCommand.ts +0 -95
- package/src/commands/GetMapSpritesCommand.ts +0 -97
- package/src/commands/GetMapStyleDescriptorCommand.ts +0 -98
- package/src/commands/GetMapTileCommand.ts +0 -100
- package/src/commands/ListDevicePositionsCommand.ts +0 -95
- package/src/commands/ListGeofenceCollectionsCommand.ts +0 -95
- package/src/commands/ListGeofencesCommand.ts +0 -95
- package/src/commands/ListMapsCommand.ts +0 -95
- package/src/commands/ListPlaceIndexesCommand.ts +0 -95
- package/src/commands/ListRouteCalculatorsCommand.ts +0 -95
- package/src/commands/ListTagsForResourceCommand.ts +0 -95
- package/src/commands/ListTrackerConsumersCommand.ts +0 -95
- package/src/commands/ListTrackersCommand.ts +0 -95
- package/src/commands/PutGeofenceCommand.ts +0 -96
- package/src/commands/SearchPlaceIndexForPositionCommand.ts +0 -101
- package/src/commands/SearchPlaceIndexForTextCommand.ts +0 -103
- package/src/commands/TagResourceCommand.ts +0 -108
- package/src/commands/UntagResourceCommand.ts +0 -95
- package/src/commands/UpdateGeofenceCollectionCommand.ts +0 -95
- package/src/commands/UpdateMapCommand.ts +0 -95
- package/src/commands/UpdatePlaceIndexCommand.ts +0 -95
- package/src/commands/UpdateRouteCalculatorCommand.ts +0 -95
- package/src/commands/UpdateTrackerCommand.ts +0 -95
- package/src/endpoints.ts +0 -57
- package/src/index.ts +0 -63
- package/src/models/index.ts +0 -1
- package/src/models/models_0.ts +0 -5096
- package/src/pagination/GetDevicePositionHistoryPaginator.ts +0 -58
- package/src/pagination/Interfaces.ts +0 -8
- package/src/pagination/ListDevicePositionsPaginator.ts +0 -59
- package/src/pagination/ListGeofenceCollectionsPaginator.ts +0 -59
- package/src/pagination/ListGeofencesPaginator.ts +0 -58
- package/src/pagination/ListMapsPaginator.ts +0 -55
- package/src/pagination/ListPlaceIndexesPaginator.ts +0 -59
- package/src/pagination/ListRouteCalculatorsPaginator.ts +0 -59
- package/src/pagination/ListTrackerConsumersPaginator.ts +0 -59
- package/src/pagination/ListTrackersPaginator.ts +0 -59
- package/src/protocols/Aws_restJson1.ts +0 -8120
- package/src/runtimeConfig.browser.ts +0 -41
- package/src/runtimeConfig.native.ts +0 -17
- package/src/runtimeConfig.shared.ts +0 -17
- package/src/runtimeConfig.ts +0 -46
- package/tsconfig.es.json +0 -10
- package/tsconfig.json +0 -33
- package/tsconfig.types.json +0 -9
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
export * from "./AssociateTrackerConsumerCommand";
|
|
2
|
+
export * from "./BatchDeleteDevicePositionHistoryCommand";
|
|
3
|
+
export * from "./BatchDeleteGeofenceCommand";
|
|
4
|
+
export * from "./BatchEvaluateGeofencesCommand";
|
|
5
|
+
export * from "./BatchGetDevicePositionCommand";
|
|
6
|
+
export * from "./BatchPutGeofenceCommand";
|
|
7
|
+
export * from "./BatchUpdateDevicePositionCommand";
|
|
8
|
+
export * from "./CalculateRouteCommand";
|
|
9
|
+
export * from "./CreateGeofenceCollectionCommand";
|
|
10
|
+
export * from "./CreateMapCommand";
|
|
11
|
+
export * from "./CreatePlaceIndexCommand";
|
|
12
|
+
export * from "./CreateRouteCalculatorCommand";
|
|
13
|
+
export * from "./CreateTrackerCommand";
|
|
14
|
+
export * from "./DeleteGeofenceCollectionCommand";
|
|
15
|
+
export * from "./DeleteMapCommand";
|
|
16
|
+
export * from "./DeletePlaceIndexCommand";
|
|
17
|
+
export * from "./DeleteRouteCalculatorCommand";
|
|
18
|
+
export * from "./DeleteTrackerCommand";
|
|
19
|
+
export * from "./DescribeGeofenceCollectionCommand";
|
|
20
|
+
export * from "./DescribeMapCommand";
|
|
21
|
+
export * from "./DescribePlaceIndexCommand";
|
|
22
|
+
export * from "./DescribeRouteCalculatorCommand";
|
|
23
|
+
export * from "./DescribeTrackerCommand";
|
|
24
|
+
export * from "./DisassociateTrackerConsumerCommand";
|
|
25
|
+
export * from "./GetDevicePositionCommand";
|
|
26
|
+
export * from "./GetDevicePositionHistoryCommand";
|
|
27
|
+
export * from "./GetGeofenceCommand";
|
|
28
|
+
export * from "./GetMapGlyphsCommand";
|
|
29
|
+
export * from "./GetMapSpritesCommand";
|
|
30
|
+
export * from "./GetMapStyleDescriptorCommand";
|
|
31
|
+
export * from "./GetMapTileCommand";
|
|
32
|
+
export * from "./ListDevicePositionsCommand";
|
|
33
|
+
export * from "./ListGeofenceCollectionsCommand";
|
|
34
|
+
export * from "./ListGeofencesCommand";
|
|
35
|
+
export * from "./ListMapsCommand";
|
|
36
|
+
export * from "./ListPlaceIndexesCommand";
|
|
37
|
+
export * from "./ListRouteCalculatorsCommand";
|
|
38
|
+
export * from "./ListTagsForResourceCommand";
|
|
39
|
+
export * from "./ListTrackerConsumersCommand";
|
|
40
|
+
export * from "./ListTrackersCommand";
|
|
41
|
+
export * from "./PutGeofenceCommand";
|
|
42
|
+
export * from "./SearchPlaceIndexForPositionCommand";
|
|
43
|
+
export * from "./SearchPlaceIndexForTextCommand";
|
|
44
|
+
export * from "./TagResourceCommand";
|
|
45
|
+
export * from "./UntagResourceCommand";
|
|
46
|
+
export * from "./UpdateGeofenceCollectionCommand";
|
|
47
|
+
export * from "./UpdateMapCommand";
|
|
48
|
+
export * from "./UpdatePlaceIndexCommand";
|
|
49
|
+
export * from "./UpdateRouteCalculatorCommand";
|
|
50
|
+
export * from "./UpdateTrackerCommand";
|
package/dist-es/endpoints.js
CHANGED
|
@@ -33,7 +33,7 @@ var partitionHash = {
|
|
|
33
33
|
hostname: "geo.{region}.amazonaws.com.cn",
|
|
34
34
|
},
|
|
35
35
|
"aws-iso": {
|
|
36
|
-
regions: ["us-iso-east-1"],
|
|
36
|
+
regions: ["us-iso-east-1", "us-iso-west-1"],
|
|
37
37
|
hostname: "geo.{region}.c2s.ic.gov",
|
|
38
38
|
},
|
|
39
39
|
"aws-iso-b": {
|
|
@@ -50,4 +50,3 @@ export var defaultRegionInfoProvider = function (region, options) { return __awa
|
|
|
50
50
|
return [2, getRegionInfo(region, __assign(__assign({}, options), { signingService: "geo", regionHash: regionHash, partitionHash: partitionHash }))];
|
|
51
51
|
});
|
|
52
52
|
}); };
|
|
53
|
-
//# sourceMappingURL=endpoints.js.map
|
package/dist-es/index.js
CHANGED
|
@@ -1,64 +1,5 @@
|
|
|
1
|
-
export * from "./LocationClient";
|
|
2
1
|
export * from "./Location";
|
|
3
|
-
export * from "./
|
|
4
|
-
export * from "./commands
|
|
5
|
-
export * from "./
|
|
6
|
-
export * from "./
|
|
7
|
-
export * from "./commands/BatchGetDevicePositionCommand";
|
|
8
|
-
export * from "./commands/BatchPutGeofenceCommand";
|
|
9
|
-
export * from "./commands/BatchUpdateDevicePositionCommand";
|
|
10
|
-
export * from "./commands/CalculateRouteCommand";
|
|
11
|
-
export * from "./commands/CreateGeofenceCollectionCommand";
|
|
12
|
-
export * from "./commands/CreateMapCommand";
|
|
13
|
-
export * from "./commands/CreatePlaceIndexCommand";
|
|
14
|
-
export * from "./commands/CreateRouteCalculatorCommand";
|
|
15
|
-
export * from "./commands/CreateTrackerCommand";
|
|
16
|
-
export * from "./commands/DeleteGeofenceCollectionCommand";
|
|
17
|
-
export * from "./commands/DeleteMapCommand";
|
|
18
|
-
export * from "./commands/DeletePlaceIndexCommand";
|
|
19
|
-
export * from "./commands/DeleteRouteCalculatorCommand";
|
|
20
|
-
export * from "./commands/DeleteTrackerCommand";
|
|
21
|
-
export * from "./commands/DescribeGeofenceCollectionCommand";
|
|
22
|
-
export * from "./commands/DescribeMapCommand";
|
|
23
|
-
export * from "./commands/DescribePlaceIndexCommand";
|
|
24
|
-
export * from "./commands/DescribeRouteCalculatorCommand";
|
|
25
|
-
export * from "./commands/DescribeTrackerCommand";
|
|
26
|
-
export * from "./commands/DisassociateTrackerConsumerCommand";
|
|
27
|
-
export * from "./commands/GetDevicePositionCommand";
|
|
28
|
-
export * from "./commands/GetDevicePositionHistoryCommand";
|
|
29
|
-
export * from "./pagination/GetDevicePositionHistoryPaginator";
|
|
30
|
-
export * from "./commands/GetGeofenceCommand";
|
|
31
|
-
export * from "./commands/GetMapGlyphsCommand";
|
|
32
|
-
export * from "./commands/GetMapSpritesCommand";
|
|
33
|
-
export * from "./commands/GetMapStyleDescriptorCommand";
|
|
34
|
-
export * from "./commands/GetMapTileCommand";
|
|
35
|
-
export * from "./commands/ListDevicePositionsCommand";
|
|
36
|
-
export * from "./pagination/ListDevicePositionsPaginator";
|
|
37
|
-
export * from "./commands/ListGeofenceCollectionsCommand";
|
|
38
|
-
export * from "./pagination/ListGeofenceCollectionsPaginator";
|
|
39
|
-
export * from "./commands/ListGeofencesCommand";
|
|
40
|
-
export * from "./pagination/ListGeofencesPaginator";
|
|
41
|
-
export * from "./commands/ListMapsCommand";
|
|
42
|
-
export * from "./pagination/ListMapsPaginator";
|
|
43
|
-
export * from "./commands/ListPlaceIndexesCommand";
|
|
44
|
-
export * from "./pagination/ListPlaceIndexesPaginator";
|
|
45
|
-
export * from "./commands/ListRouteCalculatorsCommand";
|
|
46
|
-
export * from "./pagination/ListRouteCalculatorsPaginator";
|
|
47
|
-
export * from "./commands/ListTagsForResourceCommand";
|
|
48
|
-
export * from "./commands/ListTrackerConsumersCommand";
|
|
49
|
-
export * from "./pagination/ListTrackerConsumersPaginator";
|
|
50
|
-
export * from "./commands/ListTrackersCommand";
|
|
51
|
-
export * from "./pagination/ListTrackersPaginator";
|
|
52
|
-
export * from "./commands/PutGeofenceCommand";
|
|
53
|
-
export * from "./commands/SearchPlaceIndexForPositionCommand";
|
|
54
|
-
export * from "./commands/SearchPlaceIndexForTextCommand";
|
|
55
|
-
export * from "./commands/TagResourceCommand";
|
|
56
|
-
export * from "./commands/UntagResourceCommand";
|
|
57
|
-
export * from "./commands/UpdateGeofenceCollectionCommand";
|
|
58
|
-
export * from "./commands/UpdateMapCommand";
|
|
59
|
-
export * from "./commands/UpdatePlaceIndexCommand";
|
|
60
|
-
export * from "./commands/UpdateRouteCalculatorCommand";
|
|
61
|
-
export * from "./commands/UpdateTrackerCommand";
|
|
62
|
-
export * from "./pagination/Interfaces";
|
|
63
|
-
export * from "./models/index";
|
|
64
|
-
//# sourceMappingURL=index.js.map
|
|
2
|
+
export * from "./LocationClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
package/dist-es/models/index.js
CHANGED
|
@@ -580,4 +580,3 @@ export var UpdateTrackerResponse;
|
|
|
580
580
|
(function (UpdateTrackerResponse) {
|
|
581
581
|
UpdateTrackerResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
582
582
|
})(UpdateTrackerResponse || (UpdateTrackerResponse = {}));
|
|
583
|
-
//# sourceMappingURL=models_0.js.map
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export * from "./GetDevicePositionHistoryPaginator";
|
|
2
|
+
export * from "./Interfaces";
|
|
3
|
+
export * from "./ListDevicePositionsPaginator";
|
|
4
|
+
export * from "./ListGeofenceCollectionsPaginator";
|
|
5
|
+
export * from "./ListGeofencesPaginator";
|
|
6
|
+
export * from "./ListMapsPaginator";
|
|
7
|
+
export * from "./ListPlaceIndexesPaginator";
|
|
8
|
+
export * from "./ListRouteCalculatorsPaginator";
|
|
9
|
+
export * from "./ListTrackerConsumersPaginator";
|
|
10
|
+
export * from "./ListTrackersPaginator";
|
|
@@ -532,7 +532,8 @@ export var serializeAws_restJson1CreateTrackerCommand = function (input, context
|
|
|
532
532
|
"content-type": "application/json",
|
|
533
533
|
};
|
|
534
534
|
resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/tracking/v0/trackers";
|
|
535
|
-
body = JSON.stringify(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.Description !== undefined && input.Description !== null && { Description: input.Description })), (input.KmsKeyId !== undefined && input.KmsKeyId !== null && { KmsKeyId: input.KmsKeyId })), (input.
|
|
535
|
+
body = JSON.stringify(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.Description !== undefined && input.Description !== null && { Description: input.Description })), (input.KmsKeyId !== undefined && input.KmsKeyId !== null && { KmsKeyId: input.KmsKeyId })), (input.PositionFiltering !== undefined &&
|
|
536
|
+
input.PositionFiltering !== null && { PositionFiltering: input.PositionFiltering })), (input.PricingPlan !== undefined && input.PricingPlan !== null && { PricingPlan: input.PricingPlan })), (input.PricingPlanDataSource !== undefined &&
|
|
536
537
|
input.PricingPlanDataSource !== null && { PricingPlanDataSource: input.PricingPlanDataSource })), (input.Tags !== undefined && input.Tags !== null && { Tags: serializeAws_restJson1TagMap(input.Tags, context) })), (input.TrackerName !== undefined && input.TrackerName !== null && { TrackerName: input.TrackerName })));
|
|
537
538
|
return [4, context.endpoint()];
|
|
538
539
|
case 2:
|
|
@@ -2161,7 +2162,8 @@ export var serializeAws_restJson1UpdateTrackerCommand = function (input, context
|
|
|
2161
2162
|
else {
|
|
2162
2163
|
throw new Error("No value provided for input HTTP label: TrackerName.");
|
|
2163
2164
|
}
|
|
2164
|
-
body = JSON.stringify(__assign(__assign(__assign({}, (input.Description !== undefined && input.Description !== null && { Description: input.Description })), (input.
|
|
2165
|
+
body = JSON.stringify(__assign(__assign(__assign(__assign({}, (input.Description !== undefined && input.Description !== null && { Description: input.Description })), (input.PositionFiltering !== undefined &&
|
|
2166
|
+
input.PositionFiltering !== null && { PositionFiltering: input.PositionFiltering })), (input.PricingPlan !== undefined && input.PricingPlan !== null && { PricingPlan: input.PricingPlan })), (input.PricingPlanDataSource !== undefined &&
|
|
2165
2167
|
input.PricingPlanDataSource !== null && { PricingPlanDataSource: input.PricingPlanDataSource })));
|
|
2166
2168
|
return [4, context.endpoint()];
|
|
2167
2169
|
case 2:
|
|
@@ -4421,6 +4423,7 @@ export var deserializeAws_restJson1DescribeTrackerCommand = function (output, co
|
|
|
4421
4423
|
CreateTime: undefined,
|
|
4422
4424
|
Description: undefined,
|
|
4423
4425
|
KmsKeyId: undefined,
|
|
4426
|
+
PositionFiltering: undefined,
|
|
4424
4427
|
PricingPlan: undefined,
|
|
4425
4428
|
PricingPlanDataSource: undefined,
|
|
4426
4429
|
Tags: undefined,
|
|
@@ -4442,6 +4445,9 @@ export var deserializeAws_restJson1DescribeTrackerCommand = function (output, co
|
|
|
4442
4445
|
if (data.KmsKeyId !== undefined && data.KmsKeyId !== null) {
|
|
4443
4446
|
contents.KmsKeyId = __expectString(data.KmsKeyId);
|
|
4444
4447
|
}
|
|
4448
|
+
if (data.PositionFiltering !== undefined && data.PositionFiltering !== null) {
|
|
4449
|
+
contents.PositionFiltering = __expectString(data.PositionFiltering);
|
|
4450
|
+
}
|
|
4445
4451
|
if (data.PricingPlan !== undefined && data.PricingPlan !== null) {
|
|
4446
4452
|
contents.PricingPlan = __expectString(data.PricingPlan);
|
|
4447
4453
|
}
|
|
@@ -8055,4 +8061,3 @@ var loadRestJsonErrorCode = function (output, data) {
|
|
|
8055
8061
|
}
|
|
8056
8062
|
return "";
|
|
8057
8063
|
};
|
|
8058
|
-
//# sourceMappingURL=Aws_restJson1.js.map
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { __assign } from "tslib";
|
|
2
|
+
import packageInfo from "../package.json";
|
|
2
3
|
import { Sha256 } from "@aws-crypto/sha256-browser";
|
|
3
4
|
import { FetchHttpHandler, streamCollector } from "@aws-sdk/fetch-http-handler";
|
|
4
5
|
import { invalidProvider } from "@aws-sdk/invalid-dependency";
|
|
@@ -7,11 +8,9 @@ import { fromBase64, toBase64 } from "@aws-sdk/util-base64-browser";
|
|
|
7
8
|
import { calculateBodyLength } from "@aws-sdk/util-body-length-browser";
|
|
8
9
|
import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser";
|
|
9
10
|
import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8-browser";
|
|
10
|
-
import packageInfo from "../package.json";
|
|
11
11
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
12
12
|
export var getRuntimeConfig = function (config) {
|
|
13
13
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
|
|
14
14
|
var clientSharedValues = getSharedRuntimeConfig(config);
|
|
15
15
|
return __assign(__assign(__assign({}, clientSharedValues), config), { runtime: "browser", base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : fromBase64, base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : toBase64, bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : calculateBodyLength, credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : (function (_) { return function () { return Promise.reject(new Error("Credential is missing")); }; }), defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : DEFAULT_MAX_ATTEMPTS, region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : invalidProvider("Region is missing"), requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new FetchHttpHandler(), retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : (function () { return Promise.resolve(DEFAULT_RETRY_MODE); }), sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : Sha256, streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : streamCollector, utf8Decoder: (_m = config === null || config === void 0 ? void 0 : config.utf8Decoder) !== null && _m !== void 0 ? _m : fromUtf8, utf8Encoder: (_o = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _o !== void 0 ? _o : toUtf8 });
|
|
16
16
|
};
|
|
17
|
-
//# sourceMappingURL=runtimeConfig.browser.js.map
|
package/dist-es/runtimeConfig.js
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { __assign } from "tslib";
|
|
2
|
+
import packageInfo from "../package.json";
|
|
2
3
|
import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts";
|
|
3
4
|
import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS } from "@aws-sdk/config-resolver";
|
|
4
5
|
import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node";
|
|
@@ -6,17 +7,15 @@ import { Hash } from "@aws-sdk/hash-node";
|
|
|
6
7
|
import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry";
|
|
7
8
|
import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider";
|
|
8
9
|
import { NodeHttpHandler, streamCollector } from "@aws-sdk/node-http-handler";
|
|
9
|
-
import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client";
|
|
10
10
|
import { fromBase64, toBase64 } from "@aws-sdk/util-base64-node";
|
|
11
11
|
import { calculateBodyLength } from "@aws-sdk/util-body-length-node";
|
|
12
12
|
import { defaultUserAgent } from "@aws-sdk/util-user-agent-node";
|
|
13
13
|
import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8-node";
|
|
14
|
-
import packageInfo from "../package.json";
|
|
15
14
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
15
|
+
import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client";
|
|
16
16
|
export var getRuntimeConfig = function (config) {
|
|
17
17
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
|
|
18
18
|
emitWarningIfUnsupportedVersion(process.version);
|
|
19
19
|
var clientSharedValues = getSharedRuntimeConfig(config);
|
|
20
20
|
return __assign(__assign(__assign({}, clientSharedValues), config), { runtime: "node", base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : fromBase64, base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : toBase64, bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : calculateBodyLength, credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : decorateDefaultCredentialProvider(credentialDefaultProvider), defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : loadNodeConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS), region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS), requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new NodeHttpHandler(), retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : loadNodeConfig(NODE_RETRY_MODE_CONFIG_OPTIONS), sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : Hash.bind(null, "sha256"), streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : streamCollector, utf8Decoder: (_m = config === null || config === void 0 ? void 0 : config.utf8Decoder) !== null && _m !== void 0 ? _m : fromUtf8, utf8Encoder: (_o = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _o !== void 0 ? _o : toUtf8 });
|
|
21
21
|
};
|
|
22
|
-
//# sourceMappingURL=runtimeConfig.js.map
|
|
@@ -6,4 +6,3 @@ export var getRuntimeConfig = function (config) {
|
|
|
6
6
|
var browserDefaults = getBrowserRuntimeConfig(config);
|
|
7
7
|
return __assign(__assign(__assign({}, browserDefaults), config), { runtime: "react-native", sha256: (_a = config === null || config === void 0 ? void 0 : config.sha256) !== null && _a !== void 0 ? _a : Sha256 });
|
|
8
8
|
};
|
|
9
|
-
//# sourceMappingURL=runtimeConfig.native.js.map
|
package/dist-types/Location.d.ts
CHANGED
|
@@ -122,11 +122,15 @@ export declare class Location extends LocationClient {
|
|
|
122
122
|
batchPutGeofence(args: BatchPutGeofenceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchPutGeofenceCommandOutput) => void): void;
|
|
123
123
|
/**
|
|
124
124
|
* <p>Uploads position update data for one or more devices to a tracker resource. Amazon Location
|
|
125
|
-
*
|
|
125
|
+
* uses the data when it reports the last known device position and position history. Amazon Location retains location data for 30
|
|
126
|
+
* days.</p>
|
|
126
127
|
* <note>
|
|
127
|
-
* <p>
|
|
128
|
-
*
|
|
129
|
-
*
|
|
128
|
+
* <p>Position updates are handled based on the <code>PositionFiltering</code> property of the tracker.
|
|
129
|
+
* When <code>PositionFiltering</code> is set to <code>TimeBased</code>, updates are evaluated against linked geofence collections,
|
|
130
|
+
* and location data is stored at a maximum of one position per 30 second interval. If your update frequency is more often than
|
|
131
|
+
* every 30 seconds, only one update per 30 seconds is stored for each unique device ID.
|
|
132
|
+
* When <code>PositionFiltering</code> is set to <code>DistanceBased</code> filtering, location data is stored and evaluated against linked geofence
|
|
133
|
+
* collections only if the device has moved more than 30 m (98.4 ft).</p>
|
|
130
134
|
* </note>
|
|
131
135
|
*/
|
|
132
136
|
batchUpdateDevicePosition(args: BatchUpdateDevicePositionCommandInput, options?: __HttpHandlerOptions): Promise<BatchUpdateDevicePositionCommandOutput>;
|
|
@@ -8,11 +8,15 @@ export interface BatchUpdateDevicePositionCommandOutput extends BatchUpdateDevic
|
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
10
|
* <p>Uploads position update data for one or more devices to a tracker resource. Amazon Location
|
|
11
|
-
*
|
|
11
|
+
* uses the data when it reports the last known device position and position history. Amazon Location retains location data for 30
|
|
12
|
+
* days.</p>
|
|
12
13
|
* <note>
|
|
13
|
-
* <p>
|
|
14
|
-
*
|
|
15
|
-
*
|
|
14
|
+
* <p>Position updates are handled based on the <code>PositionFiltering</code> property of the tracker.
|
|
15
|
+
* When <code>PositionFiltering</code> is set to <code>TimeBased</code>, updates are evaluated against linked geofence collections,
|
|
16
|
+
* and location data is stored at a maximum of one position per 30 second interval. If your update frequency is more often than
|
|
17
|
+
* every 30 seconds, only one update per 30 seconds is stored for each unique device ID.
|
|
18
|
+
* When <code>PositionFiltering</code> is set to <code>DistanceBased</code> filtering, location data is stored and evaluated against linked geofence
|
|
19
|
+
* collections only if the device has moved more than 30 m (98.4 ft).</p>
|
|
16
20
|
* </note>
|
|
17
21
|
* @example
|
|
18
22
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
export * from "./AssociateTrackerConsumerCommand";
|
|
2
|
+
export * from "./BatchDeleteDevicePositionHistoryCommand";
|
|
3
|
+
export * from "./BatchDeleteGeofenceCommand";
|
|
4
|
+
export * from "./BatchEvaluateGeofencesCommand";
|
|
5
|
+
export * from "./BatchGetDevicePositionCommand";
|
|
6
|
+
export * from "./BatchPutGeofenceCommand";
|
|
7
|
+
export * from "./BatchUpdateDevicePositionCommand";
|
|
8
|
+
export * from "./CalculateRouteCommand";
|
|
9
|
+
export * from "./CreateGeofenceCollectionCommand";
|
|
10
|
+
export * from "./CreateMapCommand";
|
|
11
|
+
export * from "./CreatePlaceIndexCommand";
|
|
12
|
+
export * from "./CreateRouteCalculatorCommand";
|
|
13
|
+
export * from "./CreateTrackerCommand";
|
|
14
|
+
export * from "./DeleteGeofenceCollectionCommand";
|
|
15
|
+
export * from "./DeleteMapCommand";
|
|
16
|
+
export * from "./DeletePlaceIndexCommand";
|
|
17
|
+
export * from "./DeleteRouteCalculatorCommand";
|
|
18
|
+
export * from "./DeleteTrackerCommand";
|
|
19
|
+
export * from "./DescribeGeofenceCollectionCommand";
|
|
20
|
+
export * from "./DescribeMapCommand";
|
|
21
|
+
export * from "./DescribePlaceIndexCommand";
|
|
22
|
+
export * from "./DescribeRouteCalculatorCommand";
|
|
23
|
+
export * from "./DescribeTrackerCommand";
|
|
24
|
+
export * from "./DisassociateTrackerConsumerCommand";
|
|
25
|
+
export * from "./GetDevicePositionCommand";
|
|
26
|
+
export * from "./GetDevicePositionHistoryCommand";
|
|
27
|
+
export * from "./GetGeofenceCommand";
|
|
28
|
+
export * from "./GetMapGlyphsCommand";
|
|
29
|
+
export * from "./GetMapSpritesCommand";
|
|
30
|
+
export * from "./GetMapStyleDescriptorCommand";
|
|
31
|
+
export * from "./GetMapTileCommand";
|
|
32
|
+
export * from "./ListDevicePositionsCommand";
|
|
33
|
+
export * from "./ListGeofenceCollectionsCommand";
|
|
34
|
+
export * from "./ListGeofencesCommand";
|
|
35
|
+
export * from "./ListMapsCommand";
|
|
36
|
+
export * from "./ListPlaceIndexesCommand";
|
|
37
|
+
export * from "./ListRouteCalculatorsCommand";
|
|
38
|
+
export * from "./ListTagsForResourceCommand";
|
|
39
|
+
export * from "./ListTrackerConsumersCommand";
|
|
40
|
+
export * from "./ListTrackersCommand";
|
|
41
|
+
export * from "./PutGeofenceCommand";
|
|
42
|
+
export * from "./SearchPlaceIndexForPositionCommand";
|
|
43
|
+
export * from "./SearchPlaceIndexForTextCommand";
|
|
44
|
+
export * from "./TagResourceCommand";
|
|
45
|
+
export * from "./UntagResourceCommand";
|
|
46
|
+
export * from "./UpdateGeofenceCollectionCommand";
|
|
47
|
+
export * from "./UpdateMapCommand";
|
|
48
|
+
export * from "./UpdatePlaceIndexCommand";
|
|
49
|
+
export * from "./UpdateRouteCalculatorCommand";
|
|
50
|
+
export * from "./UpdateTrackerCommand";
|