@aws-sdk/client-location 3.35.0 → 3.38.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +48 -0
- package/dist-cjs/Location.js +0 -4
- package/dist-cjs/LocationClient.js +0 -9
- package/dist-cjs/commands/AssociateTrackerConsumerCommand.js +0 -31
- package/dist-cjs/commands/BatchDeleteDevicePositionHistoryCommand.js +0 -25
- package/dist-cjs/commands/BatchDeleteGeofenceCommand.js +0 -28
- package/dist-cjs/commands/BatchEvaluateGeofencesCommand.js +0 -45
- package/dist-cjs/commands/BatchGetDevicePositionCommand.js +0 -25
- package/dist-cjs/commands/BatchPutGeofenceCommand.js +0 -26
- package/dist-cjs/commands/BatchUpdateDevicePositionCommand.js +0 -31
- package/dist-cjs/commands/CalculateRouteCommand.js +0 -55
- package/dist-cjs/commands/CreateGeofenceCollectionCommand.js +0 -25
- package/dist-cjs/commands/CreateMapCommand.js +0 -26
- package/dist-cjs/commands/CreatePlaceIndexCommand.js +0 -26
- package/dist-cjs/commands/CreateRouteCalculatorCommand.js +0 -28
- package/dist-cjs/commands/CreateTrackerCommand.js +0 -26
- package/dist-cjs/commands/DeleteGeofenceCollectionCommand.js +0 -29
- package/dist-cjs/commands/DeleteMapCommand.js +0 -29
- package/dist-cjs/commands/DeletePlaceIndexCommand.js +0 -28
- package/dist-cjs/commands/DeleteRouteCalculatorCommand.js +0 -28
- package/dist-cjs/commands/DeleteTrackerCommand.js +0 -30
- package/dist-cjs/commands/DescribeGeofenceCollectionCommand.js +0 -25
- package/dist-cjs/commands/DescribeMapCommand.js +0 -25
- package/dist-cjs/commands/DescribePlaceIndexCommand.js +0 -25
- package/dist-cjs/commands/DescribeRouteCalculatorCommand.js +0 -25
- package/dist-cjs/commands/DescribeTrackerCommand.js +0 -25
- package/dist-cjs/commands/DisassociateTrackerConsumerCommand.js +0 -29
- package/dist-cjs/commands/GetDevicePositionCommand.js +0 -28
- package/dist-cjs/commands/GetDevicePositionHistoryCommand.js +0 -29
- package/dist-cjs/commands/GetGeofenceCommand.js +0 -25
- package/dist-cjs/commands/GetMapGlyphsCommand.js +0 -25
- package/dist-cjs/commands/GetMapSpritesCommand.js +0 -27
- package/dist-cjs/commands/GetMapStyleDescriptorCommand.js +0 -28
- package/dist-cjs/commands/GetMapTileCommand.js +0 -30
- package/dist-cjs/commands/ListDevicePositionsCommand.js +0 -25
- package/dist-cjs/commands/ListGeofenceCollectionsCommand.js +0 -25
- package/dist-cjs/commands/ListGeofencesCommand.js +0 -25
- package/dist-cjs/commands/ListMapsCommand.js +0 -25
- package/dist-cjs/commands/ListPlaceIndexesCommand.js +0 -25
- package/dist-cjs/commands/ListRouteCalculatorsCommand.js +0 -25
- package/dist-cjs/commands/ListTagsForResourceCommand.js +0 -25
- package/dist-cjs/commands/ListTrackerConsumersCommand.js +0 -25
- package/dist-cjs/commands/ListTrackersCommand.js +0 -25
- package/dist-cjs/commands/PutGeofenceCommand.js +0 -26
- package/dist-cjs/commands/SearchPlaceIndexForPositionCommand.js +0 -26
- package/dist-cjs/commands/SearchPlaceIndexForTextCommand.js +0 -33
- package/dist-cjs/commands/TagResourceCommand.js +0 -38
- package/dist-cjs/commands/UntagResourceCommand.js +0 -25
- package/dist-cjs/commands/UpdateGeofenceCollectionCommand.js +0 -25
- package/dist-cjs/commands/UpdateMapCommand.js +0 -25
- package/dist-cjs/commands/UpdatePlaceIndexCommand.js +0 -25
- package/dist-cjs/commands/UpdateRouteCalculatorCommand.js +0 -25
- package/dist-cjs/commands/UpdateTrackerCommand.js +0 -25
- package/dist-cjs/commands/index.js +53 -0
- package/dist-cjs/endpoints.js +1 -2
- package/dist-cjs/index.js +4 -63
- package/dist-cjs/models/index.js +0 -1
- package/dist-cjs/models/models_0.js +0 -430
- package/dist-cjs/pagination/GetDevicePositionHistoryPaginator.js +0 -11
- package/dist-cjs/pagination/Interfaces.js +0 -1
- package/dist-cjs/pagination/ListDevicePositionsPaginator.js +0 -11
- package/dist-cjs/pagination/ListGeofenceCollectionsPaginator.js +0 -11
- package/dist-cjs/pagination/ListGeofencesPaginator.js +0 -11
- package/dist-cjs/pagination/ListMapsPaginator.js +0 -11
- package/dist-cjs/pagination/ListPlaceIndexesPaginator.js +0 -11
- package/dist-cjs/pagination/ListRouteCalculatorsPaginator.js +0 -11
- package/dist-cjs/pagination/ListTrackerConsumersPaginator.js +0 -11
- package/dist-cjs/pagination/ListTrackersPaginator.js +0 -11
- package/dist-cjs/pagination/index.js +13 -0
- package/dist-cjs/protocols/Aws_restJson1.js +8 -6
- package/dist-cjs/runtimeConfig.browser.js +1 -6
- package/dist-cjs/runtimeConfig.js +2 -7
- package/dist-cjs/runtimeConfig.native.js +0 -4
- package/dist-cjs/runtimeConfig.shared.js +0 -4
- package/dist-es/Location.js +0 -1
- package/dist-es/LocationClient.js +0 -1
- package/dist-es/commands/AssociateTrackerConsumerCommand.js +0 -1
- package/dist-es/commands/BatchDeleteDevicePositionHistoryCommand.js +0 -1
- package/dist-es/commands/BatchDeleteGeofenceCommand.js +0 -1
- package/dist-es/commands/BatchEvaluateGeofencesCommand.js +0 -1
- package/dist-es/commands/BatchGetDevicePositionCommand.js +0 -1
- package/dist-es/commands/BatchPutGeofenceCommand.js +0 -1
- package/dist-es/commands/BatchUpdateDevicePositionCommand.js +0 -1
- package/dist-es/commands/CalculateRouteCommand.js +0 -1
- package/dist-es/commands/CreateGeofenceCollectionCommand.js +0 -1
- package/dist-es/commands/CreateMapCommand.js +0 -1
- package/dist-es/commands/CreatePlaceIndexCommand.js +0 -1
- package/dist-es/commands/CreateRouteCalculatorCommand.js +0 -1
- package/dist-es/commands/CreateTrackerCommand.js +0 -1
- package/dist-es/commands/DeleteGeofenceCollectionCommand.js +0 -1
- package/dist-es/commands/DeleteMapCommand.js +0 -1
- package/dist-es/commands/DeletePlaceIndexCommand.js +0 -1
- package/dist-es/commands/DeleteRouteCalculatorCommand.js +0 -1
- package/dist-es/commands/DeleteTrackerCommand.js +0 -1
- package/dist-es/commands/DescribeGeofenceCollectionCommand.js +0 -1
- package/dist-es/commands/DescribeMapCommand.js +0 -1
- package/dist-es/commands/DescribePlaceIndexCommand.js +0 -1
- package/dist-es/commands/DescribeRouteCalculatorCommand.js +0 -1
- package/dist-es/commands/DescribeTrackerCommand.js +0 -1
- package/dist-es/commands/DisassociateTrackerConsumerCommand.js +0 -1
- package/dist-es/commands/GetDevicePositionCommand.js +0 -1
- package/dist-es/commands/GetDevicePositionHistoryCommand.js +0 -1
- package/dist-es/commands/GetGeofenceCommand.js +0 -1
- package/dist-es/commands/GetMapGlyphsCommand.js +0 -1
- package/dist-es/commands/GetMapSpritesCommand.js +0 -1
- package/dist-es/commands/GetMapStyleDescriptorCommand.js +0 -1
- package/dist-es/commands/GetMapTileCommand.js +0 -1
- package/dist-es/commands/ListDevicePositionsCommand.js +0 -1
- package/dist-es/commands/ListGeofenceCollectionsCommand.js +0 -1
- package/dist-es/commands/ListGeofencesCommand.js +0 -1
- package/dist-es/commands/ListMapsCommand.js +0 -1
- package/dist-es/commands/ListPlaceIndexesCommand.js +0 -1
- package/dist-es/commands/ListRouteCalculatorsCommand.js +0 -1
- package/dist-es/commands/ListTagsForResourceCommand.js +0 -1
- package/dist-es/commands/ListTrackerConsumersCommand.js +0 -1
- package/dist-es/commands/ListTrackersCommand.js +0 -1
- package/dist-es/commands/PutGeofenceCommand.js +0 -1
- package/dist-es/commands/SearchPlaceIndexForPositionCommand.js +0 -1
- package/dist-es/commands/SearchPlaceIndexForTextCommand.js +0 -1
- package/dist-es/commands/TagResourceCommand.js +0 -1
- package/dist-es/commands/UntagResourceCommand.js +0 -1
- package/dist-es/commands/UpdateGeofenceCollectionCommand.js +0 -1
- package/dist-es/commands/UpdateMapCommand.js +0 -1
- package/dist-es/commands/UpdatePlaceIndexCommand.js +0 -1
- package/dist-es/commands/UpdateRouteCalculatorCommand.js +0 -1
- package/dist-es/commands/UpdateTrackerCommand.js +0 -1
- package/dist-es/commands/index.js +50 -0
- package/dist-es/endpoints.js +1 -2
- package/dist-es/index.js +4 -63
- package/dist-es/models/index.js +0 -1
- package/dist-es/models/models_0.js +0 -1
- package/dist-es/pagination/GetDevicePositionHistoryPaginator.js +0 -1
- package/dist-es/pagination/Interfaces.js +0 -1
- package/dist-es/pagination/ListDevicePositionsPaginator.js +0 -1
- package/dist-es/pagination/ListGeofenceCollectionsPaginator.js +0 -1
- package/dist-es/pagination/ListGeofencesPaginator.js +0 -1
- package/dist-es/pagination/ListMapsPaginator.js +0 -1
- package/dist-es/pagination/ListPlaceIndexesPaginator.js +0 -1
- package/dist-es/pagination/ListRouteCalculatorsPaginator.js +0 -1
- package/dist-es/pagination/ListTrackerConsumersPaginator.js +0 -1
- package/dist-es/pagination/ListTrackersPaginator.js +0 -1
- package/dist-es/pagination/index.js +10 -0
- package/dist-es/protocols/Aws_restJson1.js +8 -3
- package/dist-es/runtimeConfig.browser.js +1 -2
- package/dist-es/runtimeConfig.js +2 -3
- package/dist-es/runtimeConfig.native.js +0 -1
- package/dist-es/runtimeConfig.shared.js +0 -1
- package/dist-types/Location.d.ts +8 -4
- package/dist-types/commands/BatchUpdateDevicePositionCommand.d.ts +8 -4
- package/dist-types/commands/index.d.ts +50 -0
- package/dist-types/index.d.ts +4 -62
- package/dist-types/models/models_0.d.ts +82 -42
- package/dist-types/pagination/index.d.ts +10 -0
- package/dist-types/ts3.4/Location.d.ts +51 -288
- package/dist-types/ts3.4/LocationClient.d.ts +24 -89
- package/dist-types/ts3.4/commands/AssociateTrackerConsumerCommand.d.ts +2 -26
- package/dist-types/ts3.4/commands/BatchDeleteDevicePositionHistoryCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/BatchDeleteGeofenceCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/BatchEvaluateGeofencesCommand.d.ts +2 -40
- package/dist-types/ts3.4/commands/BatchGetDevicePositionCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/BatchPutGeofenceCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/BatchUpdateDevicePositionCommand.d.ts +2 -26
- package/dist-types/ts3.4/commands/CalculateRouteCommand.d.ts +2 -50
- package/dist-types/ts3.4/commands/CreateGeofenceCollectionCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/CreateMapCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/CreatePlaceIndexCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/CreateRouteCalculatorCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/CreateTrackerCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DeleteGeofenceCollectionCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/DeleteMapCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/DeletePlaceIndexCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/DeleteRouteCalculatorCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/DeleteTrackerCommand.d.ts +2 -25
- package/dist-types/ts3.4/commands/DescribeGeofenceCollectionCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeMapCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribePlaceIndexCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeRouteCalculatorCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeTrackerCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DisassociateTrackerConsumerCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/GetDevicePositionCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/GetDevicePositionHistoryCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/GetGeofenceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetMapGlyphsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetMapSpritesCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/GetMapStyleDescriptorCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/GetMapTileCommand.d.ts +2 -25
- package/dist-types/ts3.4/commands/ListDevicePositionsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListGeofenceCollectionsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListGeofencesCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListMapsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListPlaceIndexesCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListRouteCalculatorsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListTrackerConsumersCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListTrackersCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/PutGeofenceCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/SearchPlaceIndexForPositionCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/SearchPlaceIndexForTextCommand.d.ts +2 -28
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -33
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdateGeofenceCollectionCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdateMapCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdatePlaceIndexCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdateRouteCalculatorCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdateTrackerCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/index.d.ts +50 -0
- package/dist-types/ts3.4/index.d.ts +4 -62
- package/dist-types/ts3.4/models/models_0.d.ts +584 -3062
- package/dist-types/ts3.4/pagination/index.d.ts +10 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/package.json +33 -30
- package/dist-cjs/Location.js.map +0 -1
- package/dist-cjs/LocationClient.js.map +0 -1
- package/dist-cjs/commands/AssociateTrackerConsumerCommand.js.map +0 -1
- package/dist-cjs/commands/BatchDeleteDevicePositionHistoryCommand.js.map +0 -1
- package/dist-cjs/commands/BatchDeleteGeofenceCommand.js.map +0 -1
- package/dist-cjs/commands/BatchEvaluateGeofencesCommand.js.map +0 -1
- package/dist-cjs/commands/BatchGetDevicePositionCommand.js.map +0 -1
- package/dist-cjs/commands/BatchPutGeofenceCommand.js.map +0 -1
- package/dist-cjs/commands/BatchUpdateDevicePositionCommand.js.map +0 -1
- package/dist-cjs/commands/CalculateRouteCommand.js.map +0 -1
- package/dist-cjs/commands/CreateGeofenceCollectionCommand.js.map +0 -1
- package/dist-cjs/commands/CreateMapCommand.js.map +0 -1
- package/dist-cjs/commands/CreatePlaceIndexCommand.js.map +0 -1
- package/dist-cjs/commands/CreateRouteCalculatorCommand.js.map +0 -1
- package/dist-cjs/commands/CreateTrackerCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteGeofenceCollectionCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteMapCommand.js.map +0 -1
- package/dist-cjs/commands/DeletePlaceIndexCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteRouteCalculatorCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteTrackerCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeGeofenceCollectionCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeMapCommand.js.map +0 -1
- package/dist-cjs/commands/DescribePlaceIndexCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeRouteCalculatorCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeTrackerCommand.js.map +0 -1
- package/dist-cjs/commands/DisassociateTrackerConsumerCommand.js.map +0 -1
- package/dist-cjs/commands/GetDevicePositionCommand.js.map +0 -1
- package/dist-cjs/commands/GetDevicePositionHistoryCommand.js.map +0 -1
- package/dist-cjs/commands/GetGeofenceCommand.js.map +0 -1
- package/dist-cjs/commands/GetMapGlyphsCommand.js.map +0 -1
- package/dist-cjs/commands/GetMapSpritesCommand.js.map +0 -1
- package/dist-cjs/commands/GetMapStyleDescriptorCommand.js.map +0 -1
- package/dist-cjs/commands/GetMapTileCommand.js.map +0 -1
- package/dist-cjs/commands/ListDevicePositionsCommand.js.map +0 -1
- package/dist-cjs/commands/ListGeofenceCollectionsCommand.js.map +0 -1
- package/dist-cjs/commands/ListGeofencesCommand.js.map +0 -1
- package/dist-cjs/commands/ListMapsCommand.js.map +0 -1
- package/dist-cjs/commands/ListPlaceIndexesCommand.js.map +0 -1
- package/dist-cjs/commands/ListRouteCalculatorsCommand.js.map +0 -1
- package/dist-cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist-cjs/commands/ListTrackerConsumersCommand.js.map +0 -1
- package/dist-cjs/commands/ListTrackersCommand.js.map +0 -1
- package/dist-cjs/commands/PutGeofenceCommand.js.map +0 -1
- package/dist-cjs/commands/SearchPlaceIndexForPositionCommand.js.map +0 -1
- package/dist-cjs/commands/SearchPlaceIndexForTextCommand.js.map +0 -1
- package/dist-cjs/commands/TagResourceCommand.js.map +0 -1
- package/dist-cjs/commands/UntagResourceCommand.js.map +0 -1
- package/dist-cjs/commands/UpdateGeofenceCollectionCommand.js.map +0 -1
- package/dist-cjs/commands/UpdateMapCommand.js.map +0 -1
- package/dist-cjs/commands/UpdatePlaceIndexCommand.js.map +0 -1
- package/dist-cjs/commands/UpdateRouteCalculatorCommand.js.map +0 -1
- package/dist-cjs/commands/UpdateTrackerCommand.js.map +0 -1
- package/dist-cjs/endpoints.js.map +0 -1
- package/dist-cjs/index.js.map +0 -1
- package/dist-cjs/models/index.js.map +0 -1
- package/dist-cjs/models/models_0.js.map +0 -1
- package/dist-cjs/pagination/GetDevicePositionHistoryPaginator.js.map +0 -1
- package/dist-cjs/pagination/Interfaces.js.map +0 -1
- package/dist-cjs/pagination/ListDevicePositionsPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListGeofenceCollectionsPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListGeofencesPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListMapsPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListPlaceIndexesPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListRouteCalculatorsPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListTrackerConsumersPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListTrackersPaginator.js.map +0 -1
- package/dist-cjs/protocols/Aws_restJson1.js.map +0 -1
- package/dist-cjs/runtimeConfig.browser.js.map +0 -1
- package/dist-cjs/runtimeConfig.js.map +0 -1
- package/dist-cjs/runtimeConfig.native.js.map +0 -1
- package/dist-cjs/runtimeConfig.shared.js.map +0 -1
- package/dist-es/Location.js.map +0 -1
- package/dist-es/LocationClient.js.map +0 -1
- package/dist-es/commands/AssociateTrackerConsumerCommand.js.map +0 -1
- package/dist-es/commands/BatchDeleteDevicePositionHistoryCommand.js.map +0 -1
- package/dist-es/commands/BatchDeleteGeofenceCommand.js.map +0 -1
- package/dist-es/commands/BatchEvaluateGeofencesCommand.js.map +0 -1
- package/dist-es/commands/BatchGetDevicePositionCommand.js.map +0 -1
- package/dist-es/commands/BatchPutGeofenceCommand.js.map +0 -1
- package/dist-es/commands/BatchUpdateDevicePositionCommand.js.map +0 -1
- package/dist-es/commands/CalculateRouteCommand.js.map +0 -1
- package/dist-es/commands/CreateGeofenceCollectionCommand.js.map +0 -1
- package/dist-es/commands/CreateMapCommand.js.map +0 -1
- package/dist-es/commands/CreatePlaceIndexCommand.js.map +0 -1
- package/dist-es/commands/CreateRouteCalculatorCommand.js.map +0 -1
- package/dist-es/commands/CreateTrackerCommand.js.map +0 -1
- package/dist-es/commands/DeleteGeofenceCollectionCommand.js.map +0 -1
- package/dist-es/commands/DeleteMapCommand.js.map +0 -1
- package/dist-es/commands/DeletePlaceIndexCommand.js.map +0 -1
- package/dist-es/commands/DeleteRouteCalculatorCommand.js.map +0 -1
- package/dist-es/commands/DeleteTrackerCommand.js.map +0 -1
- package/dist-es/commands/DescribeGeofenceCollectionCommand.js.map +0 -1
- package/dist-es/commands/DescribeMapCommand.js.map +0 -1
- package/dist-es/commands/DescribePlaceIndexCommand.js.map +0 -1
- package/dist-es/commands/DescribeRouteCalculatorCommand.js.map +0 -1
- package/dist-es/commands/DescribeTrackerCommand.js.map +0 -1
- package/dist-es/commands/DisassociateTrackerConsumerCommand.js.map +0 -1
- package/dist-es/commands/GetDevicePositionCommand.js.map +0 -1
- package/dist-es/commands/GetDevicePositionHistoryCommand.js.map +0 -1
- package/dist-es/commands/GetGeofenceCommand.js.map +0 -1
- package/dist-es/commands/GetMapGlyphsCommand.js.map +0 -1
- package/dist-es/commands/GetMapSpritesCommand.js.map +0 -1
- package/dist-es/commands/GetMapStyleDescriptorCommand.js.map +0 -1
- package/dist-es/commands/GetMapTileCommand.js.map +0 -1
- package/dist-es/commands/ListDevicePositionsCommand.js.map +0 -1
- package/dist-es/commands/ListGeofenceCollectionsCommand.js.map +0 -1
- package/dist-es/commands/ListGeofencesCommand.js.map +0 -1
- package/dist-es/commands/ListMapsCommand.js.map +0 -1
- package/dist-es/commands/ListPlaceIndexesCommand.js.map +0 -1
- package/dist-es/commands/ListRouteCalculatorsCommand.js.map +0 -1
- package/dist-es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist-es/commands/ListTrackerConsumersCommand.js.map +0 -1
- package/dist-es/commands/ListTrackersCommand.js.map +0 -1
- package/dist-es/commands/PutGeofenceCommand.js.map +0 -1
- package/dist-es/commands/SearchPlaceIndexForPositionCommand.js.map +0 -1
- package/dist-es/commands/SearchPlaceIndexForTextCommand.js.map +0 -1
- package/dist-es/commands/TagResourceCommand.js.map +0 -1
- package/dist-es/commands/UntagResourceCommand.js.map +0 -1
- package/dist-es/commands/UpdateGeofenceCollectionCommand.js.map +0 -1
- package/dist-es/commands/UpdateMapCommand.js.map +0 -1
- package/dist-es/commands/UpdatePlaceIndexCommand.js.map +0 -1
- package/dist-es/commands/UpdateRouteCalculatorCommand.js.map +0 -1
- package/dist-es/commands/UpdateTrackerCommand.js.map +0 -1
- package/dist-es/endpoints.js.map +0 -1
- package/dist-es/index.js.map +0 -1
- package/dist-es/models/index.js.map +0 -1
- package/dist-es/models/models_0.js.map +0 -1
- package/dist-es/pagination/GetDevicePositionHistoryPaginator.js.map +0 -1
- package/dist-es/pagination/Interfaces.js.map +0 -1
- package/dist-es/pagination/ListDevicePositionsPaginator.js.map +0 -1
- package/dist-es/pagination/ListGeofenceCollectionsPaginator.js.map +0 -1
- package/dist-es/pagination/ListGeofencesPaginator.js.map +0 -1
- package/dist-es/pagination/ListMapsPaginator.js.map +0 -1
- package/dist-es/pagination/ListPlaceIndexesPaginator.js.map +0 -1
- package/dist-es/pagination/ListRouteCalculatorsPaginator.js.map +0 -1
- package/dist-es/pagination/ListTrackerConsumersPaginator.js.map +0 -1
- package/dist-es/pagination/ListTrackersPaginator.js.map +0 -1
- package/dist-es/protocols/Aws_restJson1.js.map +0 -1
- package/dist-es/runtimeConfig.browser.js.map +0 -1
- package/dist-es/runtimeConfig.js.map +0 -1
- package/dist-es/runtimeConfig.native.js.map +0 -1
- package/dist-es/runtimeConfig.shared.js.map +0 -1
- package/jest.config.js +0 -4
- package/src/Location.ts +0 -1897
- package/src/LocationClient.ts +0 -458
- package/src/commands/AssociateTrackerConsumerCommand.ts +0 -101
- package/src/commands/BatchDeleteDevicePositionHistoryCommand.ts +0 -103
- package/src/commands/BatchDeleteGeofenceCommand.ts +0 -98
- package/src/commands/BatchEvaluateGeofencesCommand.ts +0 -115
- package/src/commands/BatchGetDevicePositionCommand.ts +0 -95
- package/src/commands/BatchPutGeofenceCommand.ts +0 -96
- package/src/commands/BatchUpdateDevicePositionCommand.ts +0 -104
- package/src/commands/CalculateRouteCommand.ts +0 -125
- package/src/commands/CreateGeofenceCollectionCommand.ts +0 -95
- package/src/commands/CreateMapCommand.ts +0 -96
- package/src/commands/CreatePlaceIndexCommand.ts +0 -96
- package/src/commands/CreateRouteCalculatorCommand.ts +0 -98
- package/src/commands/CreateTrackerCommand.ts +0 -96
- package/src/commands/DeleteGeofenceCollectionCommand.ts +0 -99
- package/src/commands/DeleteMapCommand.ts +0 -99
- package/src/commands/DeletePlaceIndexCommand.ts +0 -98
- package/src/commands/DeleteRouteCalculatorCommand.ts +0 -98
- package/src/commands/DeleteTrackerCommand.ts +0 -100
- package/src/commands/DescribeGeofenceCollectionCommand.ts +0 -98
- package/src/commands/DescribeMapCommand.ts +0 -95
- package/src/commands/DescribePlaceIndexCommand.ts +0 -95
- package/src/commands/DescribeRouteCalculatorCommand.ts +0 -95
- package/src/commands/DescribeTrackerCommand.ts +0 -95
- package/src/commands/DisassociateTrackerConsumerCommand.ts +0 -104
- package/src/commands/GetDevicePositionCommand.ts +0 -98
- package/src/commands/GetDevicePositionHistoryCommand.ts +0 -99
- package/src/commands/GetGeofenceCommand.ts +0 -95
- package/src/commands/GetMapGlyphsCommand.ts +0 -95
- package/src/commands/GetMapSpritesCommand.ts +0 -97
- package/src/commands/GetMapStyleDescriptorCommand.ts +0 -98
- package/src/commands/GetMapTileCommand.ts +0 -100
- package/src/commands/ListDevicePositionsCommand.ts +0 -95
- package/src/commands/ListGeofenceCollectionsCommand.ts +0 -95
- package/src/commands/ListGeofencesCommand.ts +0 -95
- package/src/commands/ListMapsCommand.ts +0 -95
- package/src/commands/ListPlaceIndexesCommand.ts +0 -95
- package/src/commands/ListRouteCalculatorsCommand.ts +0 -95
- package/src/commands/ListTagsForResourceCommand.ts +0 -95
- package/src/commands/ListTrackerConsumersCommand.ts +0 -95
- package/src/commands/ListTrackersCommand.ts +0 -95
- package/src/commands/PutGeofenceCommand.ts +0 -96
- package/src/commands/SearchPlaceIndexForPositionCommand.ts +0 -101
- package/src/commands/SearchPlaceIndexForTextCommand.ts +0 -103
- package/src/commands/TagResourceCommand.ts +0 -108
- package/src/commands/UntagResourceCommand.ts +0 -95
- package/src/commands/UpdateGeofenceCollectionCommand.ts +0 -95
- package/src/commands/UpdateMapCommand.ts +0 -95
- package/src/commands/UpdatePlaceIndexCommand.ts +0 -95
- package/src/commands/UpdateRouteCalculatorCommand.ts +0 -95
- package/src/commands/UpdateTrackerCommand.ts +0 -95
- package/src/endpoints.ts +0 -57
- package/src/index.ts +0 -63
- package/src/models/index.ts +0 -1
- package/src/models/models_0.ts +0 -5096
- package/src/pagination/GetDevicePositionHistoryPaginator.ts +0 -58
- package/src/pagination/Interfaces.ts +0 -8
- package/src/pagination/ListDevicePositionsPaginator.ts +0 -59
- package/src/pagination/ListGeofenceCollectionsPaginator.ts +0 -59
- package/src/pagination/ListGeofencesPaginator.ts +0 -58
- package/src/pagination/ListMapsPaginator.ts +0 -55
- package/src/pagination/ListPlaceIndexesPaginator.ts +0 -59
- package/src/pagination/ListRouteCalculatorsPaginator.ts +0 -59
- package/src/pagination/ListTrackerConsumersPaginator.ts +0 -59
- package/src/pagination/ListTrackersPaginator.ts +0 -59
- package/src/protocols/Aws_restJson1.ts +0 -8120
- package/src/runtimeConfig.browser.ts +0 -41
- package/src/runtimeConfig.native.ts +0 -17
- package/src/runtimeConfig.shared.ts +0 -17
- package/src/runtimeConfig.ts +0 -46
- package/tsconfig.es.json +0 -10
- package/tsconfig.json +0 -33
- package/tsconfig.types.json +0 -9
package/src/LocationClient.ts
DELETED
|
@@ -1,458 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
EndpointsInputConfig,
|
|
3
|
-
EndpointsResolvedConfig,
|
|
4
|
-
RegionInputConfig,
|
|
5
|
-
RegionResolvedConfig,
|
|
6
|
-
resolveEndpointsConfig,
|
|
7
|
-
resolveRegionConfig,
|
|
8
|
-
} from "@aws-sdk/config-resolver";
|
|
9
|
-
import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length";
|
|
10
|
-
import {
|
|
11
|
-
getHostHeaderPlugin,
|
|
12
|
-
HostHeaderInputConfig,
|
|
13
|
-
HostHeaderResolvedConfig,
|
|
14
|
-
resolveHostHeaderConfig,
|
|
15
|
-
} from "@aws-sdk/middleware-host-header";
|
|
16
|
-
import { getLoggerPlugin } from "@aws-sdk/middleware-logger";
|
|
17
|
-
import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
|
|
18
|
-
import {
|
|
19
|
-
AwsAuthInputConfig,
|
|
20
|
-
AwsAuthResolvedConfig,
|
|
21
|
-
getAwsAuthPlugin,
|
|
22
|
-
resolveAwsAuthConfig,
|
|
23
|
-
} from "@aws-sdk/middleware-signing";
|
|
24
|
-
import {
|
|
25
|
-
getUserAgentPlugin,
|
|
26
|
-
resolveUserAgentConfig,
|
|
27
|
-
UserAgentInputConfig,
|
|
28
|
-
UserAgentResolvedConfig,
|
|
29
|
-
} from "@aws-sdk/middleware-user-agent";
|
|
30
|
-
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
31
|
-
import {
|
|
32
|
-
Client as __Client,
|
|
33
|
-
SmithyConfiguration as __SmithyConfiguration,
|
|
34
|
-
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
35
|
-
} from "@aws-sdk/smithy-client";
|
|
36
|
-
import {
|
|
37
|
-
Credentials as __Credentials,
|
|
38
|
-
Decoder as __Decoder,
|
|
39
|
-
Encoder as __Encoder,
|
|
40
|
-
Hash as __Hash,
|
|
41
|
-
HashConstructor as __HashConstructor,
|
|
42
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
43
|
-
Logger as __Logger,
|
|
44
|
-
Provider as __Provider,
|
|
45
|
-
Provider,
|
|
46
|
-
RegionInfoProvider,
|
|
47
|
-
StreamCollector as __StreamCollector,
|
|
48
|
-
UrlParser as __UrlParser,
|
|
49
|
-
UserAgent as __UserAgent,
|
|
50
|
-
} from "@aws-sdk/types";
|
|
51
|
-
|
|
52
|
-
import {
|
|
53
|
-
AssociateTrackerConsumerCommandInput,
|
|
54
|
-
AssociateTrackerConsumerCommandOutput,
|
|
55
|
-
} from "./commands/AssociateTrackerConsumerCommand";
|
|
56
|
-
import {
|
|
57
|
-
BatchDeleteDevicePositionHistoryCommandInput,
|
|
58
|
-
BatchDeleteDevicePositionHistoryCommandOutput,
|
|
59
|
-
} from "./commands/BatchDeleteDevicePositionHistoryCommand";
|
|
60
|
-
import {
|
|
61
|
-
BatchDeleteGeofenceCommandInput,
|
|
62
|
-
BatchDeleteGeofenceCommandOutput,
|
|
63
|
-
} from "./commands/BatchDeleteGeofenceCommand";
|
|
64
|
-
import {
|
|
65
|
-
BatchEvaluateGeofencesCommandInput,
|
|
66
|
-
BatchEvaluateGeofencesCommandOutput,
|
|
67
|
-
} from "./commands/BatchEvaluateGeofencesCommand";
|
|
68
|
-
import {
|
|
69
|
-
BatchGetDevicePositionCommandInput,
|
|
70
|
-
BatchGetDevicePositionCommandOutput,
|
|
71
|
-
} from "./commands/BatchGetDevicePositionCommand";
|
|
72
|
-
import { BatchPutGeofenceCommandInput, BatchPutGeofenceCommandOutput } from "./commands/BatchPutGeofenceCommand";
|
|
73
|
-
import {
|
|
74
|
-
BatchUpdateDevicePositionCommandInput,
|
|
75
|
-
BatchUpdateDevicePositionCommandOutput,
|
|
76
|
-
} from "./commands/BatchUpdateDevicePositionCommand";
|
|
77
|
-
import { CalculateRouteCommandInput, CalculateRouteCommandOutput } from "./commands/CalculateRouteCommand";
|
|
78
|
-
import {
|
|
79
|
-
CreateGeofenceCollectionCommandInput,
|
|
80
|
-
CreateGeofenceCollectionCommandOutput,
|
|
81
|
-
} from "./commands/CreateGeofenceCollectionCommand";
|
|
82
|
-
import { CreateMapCommandInput, CreateMapCommandOutput } from "./commands/CreateMapCommand";
|
|
83
|
-
import { CreatePlaceIndexCommandInput, CreatePlaceIndexCommandOutput } from "./commands/CreatePlaceIndexCommand";
|
|
84
|
-
import {
|
|
85
|
-
CreateRouteCalculatorCommandInput,
|
|
86
|
-
CreateRouteCalculatorCommandOutput,
|
|
87
|
-
} from "./commands/CreateRouteCalculatorCommand";
|
|
88
|
-
import { CreateTrackerCommandInput, CreateTrackerCommandOutput } from "./commands/CreateTrackerCommand";
|
|
89
|
-
import {
|
|
90
|
-
DeleteGeofenceCollectionCommandInput,
|
|
91
|
-
DeleteGeofenceCollectionCommandOutput,
|
|
92
|
-
} from "./commands/DeleteGeofenceCollectionCommand";
|
|
93
|
-
import { DeleteMapCommandInput, DeleteMapCommandOutput } from "./commands/DeleteMapCommand";
|
|
94
|
-
import { DeletePlaceIndexCommandInput, DeletePlaceIndexCommandOutput } from "./commands/DeletePlaceIndexCommand";
|
|
95
|
-
import {
|
|
96
|
-
DeleteRouteCalculatorCommandInput,
|
|
97
|
-
DeleteRouteCalculatorCommandOutput,
|
|
98
|
-
} from "./commands/DeleteRouteCalculatorCommand";
|
|
99
|
-
import { DeleteTrackerCommandInput, DeleteTrackerCommandOutput } from "./commands/DeleteTrackerCommand";
|
|
100
|
-
import {
|
|
101
|
-
DescribeGeofenceCollectionCommandInput,
|
|
102
|
-
DescribeGeofenceCollectionCommandOutput,
|
|
103
|
-
} from "./commands/DescribeGeofenceCollectionCommand";
|
|
104
|
-
import { DescribeMapCommandInput, DescribeMapCommandOutput } from "./commands/DescribeMapCommand";
|
|
105
|
-
import { DescribePlaceIndexCommandInput, DescribePlaceIndexCommandOutput } from "./commands/DescribePlaceIndexCommand";
|
|
106
|
-
import {
|
|
107
|
-
DescribeRouteCalculatorCommandInput,
|
|
108
|
-
DescribeRouteCalculatorCommandOutput,
|
|
109
|
-
} from "./commands/DescribeRouteCalculatorCommand";
|
|
110
|
-
import { DescribeTrackerCommandInput, DescribeTrackerCommandOutput } from "./commands/DescribeTrackerCommand";
|
|
111
|
-
import {
|
|
112
|
-
DisassociateTrackerConsumerCommandInput,
|
|
113
|
-
DisassociateTrackerConsumerCommandOutput,
|
|
114
|
-
} from "./commands/DisassociateTrackerConsumerCommand";
|
|
115
|
-
import { GetDevicePositionCommandInput, GetDevicePositionCommandOutput } from "./commands/GetDevicePositionCommand";
|
|
116
|
-
import {
|
|
117
|
-
GetDevicePositionHistoryCommandInput,
|
|
118
|
-
GetDevicePositionHistoryCommandOutput,
|
|
119
|
-
} from "./commands/GetDevicePositionHistoryCommand";
|
|
120
|
-
import { GetGeofenceCommandInput, GetGeofenceCommandOutput } from "./commands/GetGeofenceCommand";
|
|
121
|
-
import { GetMapGlyphsCommandInput, GetMapGlyphsCommandOutput } from "./commands/GetMapGlyphsCommand";
|
|
122
|
-
import { GetMapSpritesCommandInput, GetMapSpritesCommandOutput } from "./commands/GetMapSpritesCommand";
|
|
123
|
-
import {
|
|
124
|
-
GetMapStyleDescriptorCommandInput,
|
|
125
|
-
GetMapStyleDescriptorCommandOutput,
|
|
126
|
-
} from "./commands/GetMapStyleDescriptorCommand";
|
|
127
|
-
import { GetMapTileCommandInput, GetMapTileCommandOutput } from "./commands/GetMapTileCommand";
|
|
128
|
-
import {
|
|
129
|
-
ListDevicePositionsCommandInput,
|
|
130
|
-
ListDevicePositionsCommandOutput,
|
|
131
|
-
} from "./commands/ListDevicePositionsCommand";
|
|
132
|
-
import {
|
|
133
|
-
ListGeofenceCollectionsCommandInput,
|
|
134
|
-
ListGeofenceCollectionsCommandOutput,
|
|
135
|
-
} from "./commands/ListGeofenceCollectionsCommand";
|
|
136
|
-
import { ListGeofencesCommandInput, ListGeofencesCommandOutput } from "./commands/ListGeofencesCommand";
|
|
137
|
-
import { ListMapsCommandInput, ListMapsCommandOutput } from "./commands/ListMapsCommand";
|
|
138
|
-
import { ListPlaceIndexesCommandInput, ListPlaceIndexesCommandOutput } from "./commands/ListPlaceIndexesCommand";
|
|
139
|
-
import {
|
|
140
|
-
ListRouteCalculatorsCommandInput,
|
|
141
|
-
ListRouteCalculatorsCommandOutput,
|
|
142
|
-
} from "./commands/ListRouteCalculatorsCommand";
|
|
143
|
-
import {
|
|
144
|
-
ListTagsForResourceCommandInput,
|
|
145
|
-
ListTagsForResourceCommandOutput,
|
|
146
|
-
} from "./commands/ListTagsForResourceCommand";
|
|
147
|
-
import {
|
|
148
|
-
ListTrackerConsumersCommandInput,
|
|
149
|
-
ListTrackerConsumersCommandOutput,
|
|
150
|
-
} from "./commands/ListTrackerConsumersCommand";
|
|
151
|
-
import { ListTrackersCommandInput, ListTrackersCommandOutput } from "./commands/ListTrackersCommand";
|
|
152
|
-
import { PutGeofenceCommandInput, PutGeofenceCommandOutput } from "./commands/PutGeofenceCommand";
|
|
153
|
-
import {
|
|
154
|
-
SearchPlaceIndexForPositionCommandInput,
|
|
155
|
-
SearchPlaceIndexForPositionCommandOutput,
|
|
156
|
-
} from "./commands/SearchPlaceIndexForPositionCommand";
|
|
157
|
-
import {
|
|
158
|
-
SearchPlaceIndexForTextCommandInput,
|
|
159
|
-
SearchPlaceIndexForTextCommandOutput,
|
|
160
|
-
} from "./commands/SearchPlaceIndexForTextCommand";
|
|
161
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
162
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
163
|
-
import {
|
|
164
|
-
UpdateGeofenceCollectionCommandInput,
|
|
165
|
-
UpdateGeofenceCollectionCommandOutput,
|
|
166
|
-
} from "./commands/UpdateGeofenceCollectionCommand";
|
|
167
|
-
import { UpdateMapCommandInput, UpdateMapCommandOutput } from "./commands/UpdateMapCommand";
|
|
168
|
-
import { UpdatePlaceIndexCommandInput, UpdatePlaceIndexCommandOutput } from "./commands/UpdatePlaceIndexCommand";
|
|
169
|
-
import {
|
|
170
|
-
UpdateRouteCalculatorCommandInput,
|
|
171
|
-
UpdateRouteCalculatorCommandOutput,
|
|
172
|
-
} from "./commands/UpdateRouteCalculatorCommand";
|
|
173
|
-
import { UpdateTrackerCommandInput, UpdateTrackerCommandOutput } from "./commands/UpdateTrackerCommand";
|
|
174
|
-
import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
|
|
175
|
-
|
|
176
|
-
export type ServiceInputTypes =
|
|
177
|
-
| AssociateTrackerConsumerCommandInput
|
|
178
|
-
| BatchDeleteDevicePositionHistoryCommandInput
|
|
179
|
-
| BatchDeleteGeofenceCommandInput
|
|
180
|
-
| BatchEvaluateGeofencesCommandInput
|
|
181
|
-
| BatchGetDevicePositionCommandInput
|
|
182
|
-
| BatchPutGeofenceCommandInput
|
|
183
|
-
| BatchUpdateDevicePositionCommandInput
|
|
184
|
-
| CalculateRouteCommandInput
|
|
185
|
-
| CreateGeofenceCollectionCommandInput
|
|
186
|
-
| CreateMapCommandInput
|
|
187
|
-
| CreatePlaceIndexCommandInput
|
|
188
|
-
| CreateRouteCalculatorCommandInput
|
|
189
|
-
| CreateTrackerCommandInput
|
|
190
|
-
| DeleteGeofenceCollectionCommandInput
|
|
191
|
-
| DeleteMapCommandInput
|
|
192
|
-
| DeletePlaceIndexCommandInput
|
|
193
|
-
| DeleteRouteCalculatorCommandInput
|
|
194
|
-
| DeleteTrackerCommandInput
|
|
195
|
-
| DescribeGeofenceCollectionCommandInput
|
|
196
|
-
| DescribeMapCommandInput
|
|
197
|
-
| DescribePlaceIndexCommandInput
|
|
198
|
-
| DescribeRouteCalculatorCommandInput
|
|
199
|
-
| DescribeTrackerCommandInput
|
|
200
|
-
| DisassociateTrackerConsumerCommandInput
|
|
201
|
-
| GetDevicePositionCommandInput
|
|
202
|
-
| GetDevicePositionHistoryCommandInput
|
|
203
|
-
| GetGeofenceCommandInput
|
|
204
|
-
| GetMapGlyphsCommandInput
|
|
205
|
-
| GetMapSpritesCommandInput
|
|
206
|
-
| GetMapStyleDescriptorCommandInput
|
|
207
|
-
| GetMapTileCommandInput
|
|
208
|
-
| ListDevicePositionsCommandInput
|
|
209
|
-
| ListGeofenceCollectionsCommandInput
|
|
210
|
-
| ListGeofencesCommandInput
|
|
211
|
-
| ListMapsCommandInput
|
|
212
|
-
| ListPlaceIndexesCommandInput
|
|
213
|
-
| ListRouteCalculatorsCommandInput
|
|
214
|
-
| ListTagsForResourceCommandInput
|
|
215
|
-
| ListTrackerConsumersCommandInput
|
|
216
|
-
| ListTrackersCommandInput
|
|
217
|
-
| PutGeofenceCommandInput
|
|
218
|
-
| SearchPlaceIndexForPositionCommandInput
|
|
219
|
-
| SearchPlaceIndexForTextCommandInput
|
|
220
|
-
| TagResourceCommandInput
|
|
221
|
-
| UntagResourceCommandInput
|
|
222
|
-
| UpdateGeofenceCollectionCommandInput
|
|
223
|
-
| UpdateMapCommandInput
|
|
224
|
-
| UpdatePlaceIndexCommandInput
|
|
225
|
-
| UpdateRouteCalculatorCommandInput
|
|
226
|
-
| UpdateTrackerCommandInput;
|
|
227
|
-
|
|
228
|
-
export type ServiceOutputTypes =
|
|
229
|
-
| AssociateTrackerConsumerCommandOutput
|
|
230
|
-
| BatchDeleteDevicePositionHistoryCommandOutput
|
|
231
|
-
| BatchDeleteGeofenceCommandOutput
|
|
232
|
-
| BatchEvaluateGeofencesCommandOutput
|
|
233
|
-
| BatchGetDevicePositionCommandOutput
|
|
234
|
-
| BatchPutGeofenceCommandOutput
|
|
235
|
-
| BatchUpdateDevicePositionCommandOutput
|
|
236
|
-
| CalculateRouteCommandOutput
|
|
237
|
-
| CreateGeofenceCollectionCommandOutput
|
|
238
|
-
| CreateMapCommandOutput
|
|
239
|
-
| CreatePlaceIndexCommandOutput
|
|
240
|
-
| CreateRouteCalculatorCommandOutput
|
|
241
|
-
| CreateTrackerCommandOutput
|
|
242
|
-
| DeleteGeofenceCollectionCommandOutput
|
|
243
|
-
| DeleteMapCommandOutput
|
|
244
|
-
| DeletePlaceIndexCommandOutput
|
|
245
|
-
| DeleteRouteCalculatorCommandOutput
|
|
246
|
-
| DeleteTrackerCommandOutput
|
|
247
|
-
| DescribeGeofenceCollectionCommandOutput
|
|
248
|
-
| DescribeMapCommandOutput
|
|
249
|
-
| DescribePlaceIndexCommandOutput
|
|
250
|
-
| DescribeRouteCalculatorCommandOutput
|
|
251
|
-
| DescribeTrackerCommandOutput
|
|
252
|
-
| DisassociateTrackerConsumerCommandOutput
|
|
253
|
-
| GetDevicePositionCommandOutput
|
|
254
|
-
| GetDevicePositionHistoryCommandOutput
|
|
255
|
-
| GetGeofenceCommandOutput
|
|
256
|
-
| GetMapGlyphsCommandOutput
|
|
257
|
-
| GetMapSpritesCommandOutput
|
|
258
|
-
| GetMapStyleDescriptorCommandOutput
|
|
259
|
-
| GetMapTileCommandOutput
|
|
260
|
-
| ListDevicePositionsCommandOutput
|
|
261
|
-
| ListGeofenceCollectionsCommandOutput
|
|
262
|
-
| ListGeofencesCommandOutput
|
|
263
|
-
| ListMapsCommandOutput
|
|
264
|
-
| ListPlaceIndexesCommandOutput
|
|
265
|
-
| ListRouteCalculatorsCommandOutput
|
|
266
|
-
| ListTagsForResourceCommandOutput
|
|
267
|
-
| ListTrackerConsumersCommandOutput
|
|
268
|
-
| ListTrackersCommandOutput
|
|
269
|
-
| PutGeofenceCommandOutput
|
|
270
|
-
| SearchPlaceIndexForPositionCommandOutput
|
|
271
|
-
| SearchPlaceIndexForTextCommandOutput
|
|
272
|
-
| TagResourceCommandOutput
|
|
273
|
-
| UntagResourceCommandOutput
|
|
274
|
-
| UpdateGeofenceCollectionCommandOutput
|
|
275
|
-
| UpdateMapCommandOutput
|
|
276
|
-
| UpdatePlaceIndexCommandOutput
|
|
277
|
-
| UpdateRouteCalculatorCommandOutput
|
|
278
|
-
| UpdateTrackerCommandOutput;
|
|
279
|
-
|
|
280
|
-
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
281
|
-
/**
|
|
282
|
-
* The HTTP handler to use. Fetch in browser and Https in Nodejs.
|
|
283
|
-
*/
|
|
284
|
-
requestHandler?: __HttpHandler;
|
|
285
|
-
|
|
286
|
-
/**
|
|
287
|
-
* A constructor for a class implementing the {@link __Hash} interface
|
|
288
|
-
* that computes the SHA-256 HMAC or checksum of a string or binary buffer.
|
|
289
|
-
* @internal
|
|
290
|
-
*/
|
|
291
|
-
sha256?: __HashConstructor;
|
|
292
|
-
|
|
293
|
-
/**
|
|
294
|
-
* The function that will be used to convert strings into HTTP endpoints.
|
|
295
|
-
* @internal
|
|
296
|
-
*/
|
|
297
|
-
urlParser?: __UrlParser;
|
|
298
|
-
|
|
299
|
-
/**
|
|
300
|
-
* A function that can calculate the length of a request body.
|
|
301
|
-
* @internal
|
|
302
|
-
*/
|
|
303
|
-
bodyLengthChecker?: (body: any) => number | undefined;
|
|
304
|
-
|
|
305
|
-
/**
|
|
306
|
-
* A function that converts a stream into an array of bytes.
|
|
307
|
-
* @internal
|
|
308
|
-
*/
|
|
309
|
-
streamCollector?: __StreamCollector;
|
|
310
|
-
|
|
311
|
-
/**
|
|
312
|
-
* The function that will be used to convert a base64-encoded string to a byte array.
|
|
313
|
-
* @internal
|
|
314
|
-
*/
|
|
315
|
-
base64Decoder?: __Decoder;
|
|
316
|
-
|
|
317
|
-
/**
|
|
318
|
-
* The function that will be used to convert binary data to a base64-encoded string.
|
|
319
|
-
* @internal
|
|
320
|
-
*/
|
|
321
|
-
base64Encoder?: __Encoder;
|
|
322
|
-
|
|
323
|
-
/**
|
|
324
|
-
* The function that will be used to convert a UTF8-encoded string to a byte array.
|
|
325
|
-
* @internal
|
|
326
|
-
*/
|
|
327
|
-
utf8Decoder?: __Decoder;
|
|
328
|
-
|
|
329
|
-
/**
|
|
330
|
-
* The function that will be used to convert binary data to a UTF-8 encoded string.
|
|
331
|
-
* @internal
|
|
332
|
-
*/
|
|
333
|
-
utf8Encoder?: __Encoder;
|
|
334
|
-
|
|
335
|
-
/**
|
|
336
|
-
* The runtime environment.
|
|
337
|
-
* @internal
|
|
338
|
-
*/
|
|
339
|
-
runtime?: string;
|
|
340
|
-
|
|
341
|
-
/**
|
|
342
|
-
* Disable dyanamically changing the endpoint of the client based on the hostPrefix
|
|
343
|
-
* trait of an operation.
|
|
344
|
-
*/
|
|
345
|
-
disableHostPrefix?: boolean;
|
|
346
|
-
|
|
347
|
-
/**
|
|
348
|
-
* Value for how many times a request will be made at most in case of retry.
|
|
349
|
-
*/
|
|
350
|
-
maxAttempts?: number | __Provider<number>;
|
|
351
|
-
|
|
352
|
-
/**
|
|
353
|
-
* Specifies which retry algorithm to use.
|
|
354
|
-
*/
|
|
355
|
-
retryMode?: string | __Provider<string>;
|
|
356
|
-
|
|
357
|
-
/**
|
|
358
|
-
* Optional logger for logging debug/info/warn/error.
|
|
359
|
-
*/
|
|
360
|
-
logger?: __Logger;
|
|
361
|
-
|
|
362
|
-
/**
|
|
363
|
-
* Unique service identifier.
|
|
364
|
-
* @internal
|
|
365
|
-
*/
|
|
366
|
-
serviceId?: string;
|
|
367
|
-
|
|
368
|
-
/**
|
|
369
|
-
* The AWS region to which this client will send requests
|
|
370
|
-
*/
|
|
371
|
-
region?: string | __Provider<string>;
|
|
372
|
-
|
|
373
|
-
/**
|
|
374
|
-
* Default credentials provider; Not available in browser runtime.
|
|
375
|
-
* @internal
|
|
376
|
-
*/
|
|
377
|
-
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
378
|
-
|
|
379
|
-
/**
|
|
380
|
-
* Fetch related hostname, signing name or signing region with given region.
|
|
381
|
-
* @internal
|
|
382
|
-
*/
|
|
383
|
-
regionInfoProvider?: RegionInfoProvider;
|
|
384
|
-
|
|
385
|
-
/**
|
|
386
|
-
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
|
387
|
-
* @internal
|
|
388
|
-
*/
|
|
389
|
-
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
390
|
-
}
|
|
391
|
-
|
|
392
|
-
type LocationClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> &
|
|
393
|
-
ClientDefaults &
|
|
394
|
-
RegionInputConfig &
|
|
395
|
-
EndpointsInputConfig &
|
|
396
|
-
RetryInputConfig &
|
|
397
|
-
HostHeaderInputConfig &
|
|
398
|
-
AwsAuthInputConfig &
|
|
399
|
-
UserAgentInputConfig;
|
|
400
|
-
/**
|
|
401
|
-
* The configuration interface of LocationClient class constructor that set the region, credentials and other options.
|
|
402
|
-
*/
|
|
403
|
-
export interface LocationClientConfig extends LocationClientConfigType {}
|
|
404
|
-
|
|
405
|
-
type LocationClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
406
|
-
Required<ClientDefaults> &
|
|
407
|
-
RegionResolvedConfig &
|
|
408
|
-
EndpointsResolvedConfig &
|
|
409
|
-
RetryResolvedConfig &
|
|
410
|
-
HostHeaderResolvedConfig &
|
|
411
|
-
AwsAuthResolvedConfig &
|
|
412
|
-
UserAgentResolvedConfig;
|
|
413
|
-
/**
|
|
414
|
-
* The resolved configuration interface of LocationClient class. This is resolved and normalized from the {@link LocationClientConfig | constructor configuration interface}.
|
|
415
|
-
*/
|
|
416
|
-
export interface LocationClientResolvedConfig extends LocationClientResolvedConfigType {}
|
|
417
|
-
|
|
418
|
-
/**
|
|
419
|
-
* Suite of geospatial services including Maps, Places, Routes, Tracking, and Geofencing
|
|
420
|
-
*/
|
|
421
|
-
export class LocationClient extends __Client<
|
|
422
|
-
__HttpHandlerOptions,
|
|
423
|
-
ServiceInputTypes,
|
|
424
|
-
ServiceOutputTypes,
|
|
425
|
-
LocationClientResolvedConfig
|
|
426
|
-
> {
|
|
427
|
-
/**
|
|
428
|
-
* The resolved configuration of LocationClient class. This is resolved and normalized from the {@link LocationClientConfig | constructor configuration interface}.
|
|
429
|
-
*/
|
|
430
|
-
readonly config: LocationClientResolvedConfig;
|
|
431
|
-
|
|
432
|
-
constructor(configuration: LocationClientConfig) {
|
|
433
|
-
const _config_0 = __getRuntimeConfig(configuration);
|
|
434
|
-
const _config_1 = resolveRegionConfig(_config_0);
|
|
435
|
-
const _config_2 = resolveEndpointsConfig(_config_1);
|
|
436
|
-
const _config_3 = resolveRetryConfig(_config_2);
|
|
437
|
-
const _config_4 = resolveHostHeaderConfig(_config_3);
|
|
438
|
-
const _config_5 = resolveAwsAuthConfig(_config_4);
|
|
439
|
-
const _config_6 = resolveUserAgentConfig(_config_5);
|
|
440
|
-
super(_config_6);
|
|
441
|
-
this.config = _config_6;
|
|
442
|
-
this.middlewareStack.use(getRetryPlugin(this.config));
|
|
443
|
-
this.middlewareStack.use(getContentLengthPlugin(this.config));
|
|
444
|
-
this.middlewareStack.use(getHostHeaderPlugin(this.config));
|
|
445
|
-
this.middlewareStack.use(getLoggerPlugin(this.config));
|
|
446
|
-
this.middlewareStack.use(getAwsAuthPlugin(this.config));
|
|
447
|
-
this.middlewareStack.use(getUserAgentPlugin(this.config));
|
|
448
|
-
}
|
|
449
|
-
|
|
450
|
-
/**
|
|
451
|
-
* Destroy underlying resources, like sockets. It's usually not necessary to do this.
|
|
452
|
-
* However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
|
|
453
|
-
* Otherwise, sockets might stay open for quite a long time before the server terminates them.
|
|
454
|
-
*/
|
|
455
|
-
destroy(): void {
|
|
456
|
-
super.destroy();
|
|
457
|
-
}
|
|
458
|
-
}
|
|
@@ -1,101 +0,0 @@
|
|
|
1
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
5
|
-
FinalizeHandlerArguments,
|
|
6
|
-
Handler,
|
|
7
|
-
HandlerExecutionContext,
|
|
8
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
9
|
-
MetadataBearer as __MetadataBearer,
|
|
10
|
-
MiddlewareStack,
|
|
11
|
-
SerdeContext as __SerdeContext,
|
|
12
|
-
} from "@aws-sdk/types";
|
|
13
|
-
|
|
14
|
-
import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
|
|
15
|
-
import { AssociateTrackerConsumerRequest, AssociateTrackerConsumerResponse } from "../models/models_0";
|
|
16
|
-
import {
|
|
17
|
-
deserializeAws_restJson1AssociateTrackerConsumerCommand,
|
|
18
|
-
serializeAws_restJson1AssociateTrackerConsumerCommand,
|
|
19
|
-
} from "../protocols/Aws_restJson1";
|
|
20
|
-
|
|
21
|
-
export interface AssociateTrackerConsumerCommandInput extends AssociateTrackerConsumerRequest {}
|
|
22
|
-
export interface AssociateTrackerConsumerCommandOutput extends AssociateTrackerConsumerResponse, __MetadataBearer {}
|
|
23
|
-
|
|
24
|
-
/**
|
|
25
|
-
* <p>Creates an association between a geofence collection and a tracker resource. This
|
|
26
|
-
* allows the tracker resource to communicate location data to the linked geofence
|
|
27
|
-
* collection. </p>
|
|
28
|
-
* <p>You can associate up to five geofence collections to each tracker resource.</p>
|
|
29
|
-
* <note>
|
|
30
|
-
* <p>Currently not supported — Cross-account configurations, such as creating associations between a tracker resource in one account and a geofence collection in another account.</p>
|
|
31
|
-
* </note>
|
|
32
|
-
* @example
|
|
33
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
34
|
-
* ```javascript
|
|
35
|
-
* import { LocationClient, AssociateTrackerConsumerCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
36
|
-
* // const { LocationClient, AssociateTrackerConsumerCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
37
|
-
* const client = new LocationClient(config);
|
|
38
|
-
* const command = new AssociateTrackerConsumerCommand(input);
|
|
39
|
-
* const response = await client.send(command);
|
|
40
|
-
* ```
|
|
41
|
-
*
|
|
42
|
-
* @see {@link AssociateTrackerConsumerCommandInput} for command's `input` shape.
|
|
43
|
-
* @see {@link AssociateTrackerConsumerCommandOutput} for command's `response` shape.
|
|
44
|
-
* @see {@link LocationClientResolvedConfig | config} for command's `input` shape.
|
|
45
|
-
*
|
|
46
|
-
*/
|
|
47
|
-
export class AssociateTrackerConsumerCommand extends $Command<
|
|
48
|
-
AssociateTrackerConsumerCommandInput,
|
|
49
|
-
AssociateTrackerConsumerCommandOutput,
|
|
50
|
-
LocationClientResolvedConfig
|
|
51
|
-
> {
|
|
52
|
-
// Start section: command_properties
|
|
53
|
-
// End section: command_properties
|
|
54
|
-
|
|
55
|
-
constructor(readonly input: AssociateTrackerConsumerCommandInput) {
|
|
56
|
-
// Start section: command_constructor
|
|
57
|
-
super();
|
|
58
|
-
// End section: command_constructor
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
/**
|
|
62
|
-
* @internal
|
|
63
|
-
*/
|
|
64
|
-
resolveMiddleware(
|
|
65
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
66
|
-
configuration: LocationClientResolvedConfig,
|
|
67
|
-
options?: __HttpHandlerOptions
|
|
68
|
-
): Handler<AssociateTrackerConsumerCommandInput, AssociateTrackerConsumerCommandOutput> {
|
|
69
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
70
|
-
|
|
71
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
72
|
-
|
|
73
|
-
const { logger } = configuration;
|
|
74
|
-
const clientName = "LocationClient";
|
|
75
|
-
const commandName = "AssociateTrackerConsumerCommand";
|
|
76
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
77
|
-
logger,
|
|
78
|
-
clientName,
|
|
79
|
-
commandName,
|
|
80
|
-
inputFilterSensitiveLog: AssociateTrackerConsumerRequest.filterSensitiveLog,
|
|
81
|
-
outputFilterSensitiveLog: AssociateTrackerConsumerResponse.filterSensitiveLog,
|
|
82
|
-
};
|
|
83
|
-
const { requestHandler } = configuration;
|
|
84
|
-
return stack.resolve(
|
|
85
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
86
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
87
|
-
handlerExecutionContext
|
|
88
|
-
);
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
private serialize(input: AssociateTrackerConsumerCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
|
|
92
|
-
return serializeAws_restJson1AssociateTrackerConsumerCommand(input, context);
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<AssociateTrackerConsumerCommandOutput> {
|
|
96
|
-
return deserializeAws_restJson1AssociateTrackerConsumerCommand(output, context);
|
|
97
|
-
}
|
|
98
|
-
|
|
99
|
-
// Start section: command_body_extra
|
|
100
|
-
// End section: command_body_extra
|
|
101
|
-
}
|
|
@@ -1,103 +0,0 @@
|
|
|
1
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
5
|
-
FinalizeHandlerArguments,
|
|
6
|
-
Handler,
|
|
7
|
-
HandlerExecutionContext,
|
|
8
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
9
|
-
MetadataBearer as __MetadataBearer,
|
|
10
|
-
MiddlewareStack,
|
|
11
|
-
SerdeContext as __SerdeContext,
|
|
12
|
-
} from "@aws-sdk/types";
|
|
13
|
-
|
|
14
|
-
import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
|
|
15
|
-
import { BatchDeleteDevicePositionHistoryRequest, BatchDeleteDevicePositionHistoryResponse } from "../models/models_0";
|
|
16
|
-
import {
|
|
17
|
-
deserializeAws_restJson1BatchDeleteDevicePositionHistoryCommand,
|
|
18
|
-
serializeAws_restJson1BatchDeleteDevicePositionHistoryCommand,
|
|
19
|
-
} from "../protocols/Aws_restJson1";
|
|
20
|
-
|
|
21
|
-
export interface BatchDeleteDevicePositionHistoryCommandInput extends BatchDeleteDevicePositionHistoryRequest {}
|
|
22
|
-
export interface BatchDeleteDevicePositionHistoryCommandOutput
|
|
23
|
-
extends BatchDeleteDevicePositionHistoryResponse,
|
|
24
|
-
__MetadataBearer {}
|
|
25
|
-
|
|
26
|
-
/**
|
|
27
|
-
* <p>Deletes the position history of one or more devices from a tracker resource.</p>
|
|
28
|
-
* @example
|
|
29
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
30
|
-
* ```javascript
|
|
31
|
-
* import { LocationClient, BatchDeleteDevicePositionHistoryCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
32
|
-
* // const { LocationClient, BatchDeleteDevicePositionHistoryCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
33
|
-
* const client = new LocationClient(config);
|
|
34
|
-
* const command = new BatchDeleteDevicePositionHistoryCommand(input);
|
|
35
|
-
* const response = await client.send(command);
|
|
36
|
-
* ```
|
|
37
|
-
*
|
|
38
|
-
* @see {@link BatchDeleteDevicePositionHistoryCommandInput} for command's `input` shape.
|
|
39
|
-
* @see {@link BatchDeleteDevicePositionHistoryCommandOutput} for command's `response` shape.
|
|
40
|
-
* @see {@link LocationClientResolvedConfig | config} for command's `input` shape.
|
|
41
|
-
*
|
|
42
|
-
*/
|
|
43
|
-
export class BatchDeleteDevicePositionHistoryCommand extends $Command<
|
|
44
|
-
BatchDeleteDevicePositionHistoryCommandInput,
|
|
45
|
-
BatchDeleteDevicePositionHistoryCommandOutput,
|
|
46
|
-
LocationClientResolvedConfig
|
|
47
|
-
> {
|
|
48
|
-
// Start section: command_properties
|
|
49
|
-
// End section: command_properties
|
|
50
|
-
|
|
51
|
-
constructor(readonly input: BatchDeleteDevicePositionHistoryCommandInput) {
|
|
52
|
-
// Start section: command_constructor
|
|
53
|
-
super();
|
|
54
|
-
// End section: command_constructor
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
/**
|
|
58
|
-
* @internal
|
|
59
|
-
*/
|
|
60
|
-
resolveMiddleware(
|
|
61
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
62
|
-
configuration: LocationClientResolvedConfig,
|
|
63
|
-
options?: __HttpHandlerOptions
|
|
64
|
-
): Handler<BatchDeleteDevicePositionHistoryCommandInput, BatchDeleteDevicePositionHistoryCommandOutput> {
|
|
65
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
66
|
-
|
|
67
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
68
|
-
|
|
69
|
-
const { logger } = configuration;
|
|
70
|
-
const clientName = "LocationClient";
|
|
71
|
-
const commandName = "BatchDeleteDevicePositionHistoryCommand";
|
|
72
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
73
|
-
logger,
|
|
74
|
-
clientName,
|
|
75
|
-
commandName,
|
|
76
|
-
inputFilterSensitiveLog: BatchDeleteDevicePositionHistoryRequest.filterSensitiveLog,
|
|
77
|
-
outputFilterSensitiveLog: BatchDeleteDevicePositionHistoryResponse.filterSensitiveLog,
|
|
78
|
-
};
|
|
79
|
-
const { requestHandler } = configuration;
|
|
80
|
-
return stack.resolve(
|
|
81
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
82
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
83
|
-
handlerExecutionContext
|
|
84
|
-
);
|
|
85
|
-
}
|
|
86
|
-
|
|
87
|
-
private serialize(
|
|
88
|
-
input: BatchDeleteDevicePositionHistoryCommandInput,
|
|
89
|
-
context: __SerdeContext
|
|
90
|
-
): Promise<__HttpRequest> {
|
|
91
|
-
return serializeAws_restJson1BatchDeleteDevicePositionHistoryCommand(input, context);
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
private deserialize(
|
|
95
|
-
output: __HttpResponse,
|
|
96
|
-
context: __SerdeContext
|
|
97
|
-
): Promise<BatchDeleteDevicePositionHistoryCommandOutput> {
|
|
98
|
-
return deserializeAws_restJson1BatchDeleteDevicePositionHistoryCommand(output, context);
|
|
99
|
-
}
|
|
100
|
-
|
|
101
|
-
// Start section: command_body_extra
|
|
102
|
-
// End section: command_body_extra
|
|
103
|
-
}
|