@aws-sdk/client-location 3.34.0 → 3.35.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -0
- package/dist-cjs/Location.js +761 -0
- package/dist-cjs/Location.js.map +1 -0
- package/dist-cjs/LocationClient.js +44 -0
- package/dist-cjs/LocationClient.js.map +1 -0
- package/dist-cjs/commands/AssociateTrackerConsumerCommand.js +67 -0
- package/dist-cjs/commands/AssociateTrackerConsumerCommand.js.map +1 -0
- package/dist-cjs/commands/BatchDeleteDevicePositionHistoryCommand.js +61 -0
- package/dist-cjs/commands/BatchDeleteDevicePositionHistoryCommand.js.map +1 -0
- package/dist-cjs/commands/BatchDeleteGeofenceCommand.js +64 -0
- package/dist-cjs/commands/BatchDeleteGeofenceCommand.js.map +1 -0
- package/dist-cjs/commands/BatchEvaluateGeofencesCommand.js +81 -0
- package/dist-cjs/commands/BatchEvaluateGeofencesCommand.js.map +1 -0
- package/dist-cjs/commands/BatchGetDevicePositionCommand.js +61 -0
- package/dist-cjs/commands/BatchGetDevicePositionCommand.js.map +1 -0
- package/dist-cjs/commands/BatchPutGeofenceCommand.js +62 -0
- package/dist-cjs/commands/BatchPutGeofenceCommand.js.map +1 -0
- package/dist-cjs/commands/BatchUpdateDevicePositionCommand.js +67 -0
- package/dist-cjs/commands/BatchUpdateDevicePositionCommand.js.map +1 -0
- package/dist-cjs/commands/CalculateRouteCommand.js +91 -0
- package/dist-cjs/commands/CalculateRouteCommand.js.map +1 -0
- package/dist-cjs/commands/CreateGeofenceCollectionCommand.js +61 -0
- package/dist-cjs/commands/CreateGeofenceCollectionCommand.js.map +1 -0
- package/dist-cjs/commands/CreateMapCommand.js +62 -0
- package/dist-cjs/commands/CreateMapCommand.js.map +1 -0
- package/dist-cjs/commands/CreatePlaceIndexCommand.js +62 -0
- package/dist-cjs/commands/CreatePlaceIndexCommand.js.map +1 -0
- package/dist-cjs/commands/CreateRouteCalculatorCommand.js +64 -0
- package/dist-cjs/commands/CreateRouteCalculatorCommand.js.map +1 -0
- package/dist-cjs/commands/CreateTrackerCommand.js +62 -0
- package/dist-cjs/commands/CreateTrackerCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteGeofenceCollectionCommand.js +65 -0
- package/dist-cjs/commands/DeleteGeofenceCollectionCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteMapCommand.js +65 -0
- package/dist-cjs/commands/DeleteMapCommand.js.map +1 -0
- package/dist-cjs/commands/DeletePlaceIndexCommand.js +64 -0
- package/dist-cjs/commands/DeletePlaceIndexCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteRouteCalculatorCommand.js +64 -0
- package/dist-cjs/commands/DeleteRouteCalculatorCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteTrackerCommand.js +66 -0
- package/dist-cjs/commands/DeleteTrackerCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeGeofenceCollectionCommand.js +61 -0
- package/dist-cjs/commands/DescribeGeofenceCollectionCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeMapCommand.js +61 -0
- package/dist-cjs/commands/DescribeMapCommand.js.map +1 -0
- package/dist-cjs/commands/DescribePlaceIndexCommand.js +61 -0
- package/dist-cjs/commands/DescribePlaceIndexCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeRouteCalculatorCommand.js +61 -0
- package/dist-cjs/commands/DescribeRouteCalculatorCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeTrackerCommand.js +61 -0
- package/dist-cjs/commands/DescribeTrackerCommand.js.map +1 -0
- package/dist-cjs/commands/DisassociateTrackerConsumerCommand.js +65 -0
- package/dist-cjs/commands/DisassociateTrackerConsumerCommand.js.map +1 -0
- package/dist-cjs/commands/GetDevicePositionCommand.js +64 -0
- package/dist-cjs/commands/GetDevicePositionCommand.js.map +1 -0
- package/dist-cjs/commands/GetDevicePositionHistoryCommand.js +65 -0
- package/dist-cjs/commands/GetDevicePositionHistoryCommand.js.map +1 -0
- package/dist-cjs/commands/GetGeofenceCommand.js +61 -0
- package/dist-cjs/commands/GetGeofenceCommand.js.map +1 -0
- package/dist-cjs/commands/GetMapGlyphsCommand.js +61 -0
- package/dist-cjs/commands/GetMapGlyphsCommand.js.map +1 -0
- package/dist-cjs/commands/GetMapSpritesCommand.js +63 -0
- package/dist-cjs/commands/GetMapSpritesCommand.js.map +1 -0
- package/dist-cjs/commands/GetMapStyleDescriptorCommand.js +64 -0
- package/dist-cjs/commands/GetMapStyleDescriptorCommand.js.map +1 -0
- package/dist-cjs/commands/GetMapTileCommand.js +66 -0
- package/dist-cjs/commands/GetMapTileCommand.js.map +1 -0
- package/dist-cjs/commands/ListDevicePositionsCommand.js +61 -0
- package/dist-cjs/commands/ListDevicePositionsCommand.js.map +1 -0
- package/dist-cjs/commands/ListGeofenceCollectionsCommand.js +61 -0
- package/dist-cjs/commands/ListGeofenceCollectionsCommand.js.map +1 -0
- package/dist-cjs/commands/ListGeofencesCommand.js +61 -0
- package/dist-cjs/commands/ListGeofencesCommand.js.map +1 -0
- package/dist-cjs/commands/ListMapsCommand.js +61 -0
- package/dist-cjs/commands/ListMapsCommand.js.map +1 -0
- package/dist-cjs/commands/ListPlaceIndexesCommand.js +61 -0
- package/dist-cjs/commands/ListPlaceIndexesCommand.js.map +1 -0
- package/dist-cjs/commands/ListRouteCalculatorsCommand.js +61 -0
- package/dist-cjs/commands/ListRouteCalculatorsCommand.js.map +1 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +61 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js.map +1 -0
- package/dist-cjs/commands/ListTrackerConsumersCommand.js +61 -0
- package/dist-cjs/commands/ListTrackerConsumersCommand.js.map +1 -0
- package/dist-cjs/commands/ListTrackersCommand.js +61 -0
- package/dist-cjs/commands/ListTrackersCommand.js.map +1 -0
- package/dist-cjs/commands/PutGeofenceCommand.js +62 -0
- package/dist-cjs/commands/PutGeofenceCommand.js.map +1 -0
- package/dist-cjs/commands/SearchPlaceIndexForPositionCommand.js +62 -0
- package/dist-cjs/commands/SearchPlaceIndexForPositionCommand.js.map +1 -0
- package/dist-cjs/commands/SearchPlaceIndexForTextCommand.js +69 -0
- package/dist-cjs/commands/SearchPlaceIndexForTextCommand.js.map +1 -0
- package/dist-cjs/commands/TagResourceCommand.js +74 -0
- package/dist-cjs/commands/TagResourceCommand.js.map +1 -0
- package/dist-cjs/commands/UntagResourceCommand.js +61 -0
- package/dist-cjs/commands/UntagResourceCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateGeofenceCollectionCommand.js +61 -0
- package/dist-cjs/commands/UpdateGeofenceCollectionCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateMapCommand.js +61 -0
- package/dist-cjs/commands/UpdateMapCommand.js.map +1 -0
- package/dist-cjs/commands/UpdatePlaceIndexCommand.js +61 -0
- package/dist-cjs/commands/UpdatePlaceIndexCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateRouteCalculatorCommand.js +61 -0
- package/dist-cjs/commands/UpdateRouteCalculatorCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateTrackerCommand.js +61 -0
- package/dist-cjs/commands/UpdateTrackerCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/endpoints.js +0 -0
- package/dist-cjs/endpoints.js.map +1 -0
- package/{dist/cjs → dist-cjs}/index.js +0 -0
- package/dist-cjs/index.js.map +1 -0
- package/{dist/cjs → dist-cjs}/models/index.js +0 -0
- package/dist-cjs/models/index.js.map +1 -0
- package/{dist/cjs → dist-cjs}/models/models_0.js +0 -0
- package/dist-cjs/models/models_0.js.map +1 -0
- package/dist-cjs/pagination/GetDevicePositionHistoryPaginator.js +45 -0
- package/dist-cjs/pagination/GetDevicePositionHistoryPaginator.js.map +1 -0
- package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -0
- package/dist-cjs/pagination/Interfaces.js.map +1 -0
- package/dist-cjs/pagination/ListDevicePositionsPaginator.js +46 -0
- package/dist-cjs/pagination/ListDevicePositionsPaginator.js.map +1 -0
- package/dist-cjs/pagination/ListGeofenceCollectionsPaginator.js +46 -0
- package/dist-cjs/pagination/ListGeofenceCollectionsPaginator.js.map +1 -0
- package/dist-cjs/pagination/ListGeofencesPaginator.js +45 -0
- package/dist-cjs/pagination/ListGeofencesPaginator.js.map +1 -0
- package/dist-cjs/pagination/ListMapsPaginator.js +46 -0
- package/dist-cjs/pagination/ListMapsPaginator.js.map +1 -0
- package/dist-cjs/pagination/ListPlaceIndexesPaginator.js +46 -0
- package/dist-cjs/pagination/ListPlaceIndexesPaginator.js.map +1 -0
- package/dist-cjs/pagination/ListRouteCalculatorsPaginator.js +46 -0
- package/dist-cjs/pagination/ListRouteCalculatorsPaginator.js.map +1 -0
- package/dist-cjs/pagination/ListTrackerConsumersPaginator.js +46 -0
- package/dist-cjs/pagination/ListTrackerConsumersPaginator.js.map +1 -0
- package/dist-cjs/pagination/ListTrackersPaginator.js +46 -0
- package/dist-cjs/pagination/ListTrackersPaginator.js.map +1 -0
- package/dist-cjs/protocols/Aws_restJson1.js +7163 -0
- package/dist-cjs/protocols/Aws_restJson1.js.map +1 -0
- package/dist-cjs/runtimeConfig.browser.js +42 -0
- package/dist-cjs/runtimeConfig.browser.js.map +1 -0
- package/dist-cjs/runtimeConfig.js +47 -0
- package/dist-cjs/runtimeConfig.js.map +1 -0
- package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -0
- package/dist-cjs/runtimeConfig.native.js.map +1 -0
- package/dist-cjs/runtimeConfig.shared.js +21 -0
- package/dist-cjs/runtimeConfig.shared.js.map +1 -0
- package/dist-es/Location.js +761 -0
- package/dist-es/Location.js.map +1 -0
- package/dist-es/LocationClient.js +38 -0
- package/dist-es/LocationClient.js.map +1 -0
- package/dist-es/commands/AssociateTrackerConsumerCommand.js +40 -0
- package/dist-es/commands/AssociateTrackerConsumerCommand.js.map +1 -0
- package/dist-es/commands/BatchDeleteDevicePositionHistoryCommand.js +40 -0
- package/dist-es/commands/BatchDeleteDevicePositionHistoryCommand.js.map +1 -0
- package/dist-es/commands/BatchDeleteGeofenceCommand.js +40 -0
- package/dist-es/commands/BatchDeleteGeofenceCommand.js.map +1 -0
- package/dist-es/commands/BatchEvaluateGeofencesCommand.js +40 -0
- package/dist-es/commands/BatchEvaluateGeofencesCommand.js.map +1 -0
- package/dist-es/commands/BatchGetDevicePositionCommand.js +40 -0
- package/dist-es/commands/BatchGetDevicePositionCommand.js.map +1 -0
- package/dist-es/commands/BatchPutGeofenceCommand.js +40 -0
- package/dist-es/commands/BatchPutGeofenceCommand.js.map +1 -0
- package/dist-es/commands/BatchUpdateDevicePositionCommand.js +40 -0
- package/dist-es/commands/BatchUpdateDevicePositionCommand.js.map +1 -0
- package/dist-es/commands/CalculateRouteCommand.js +40 -0
- package/dist-es/commands/CalculateRouteCommand.js.map +1 -0
- package/dist-es/commands/CreateGeofenceCollectionCommand.js +40 -0
- package/dist-es/commands/CreateGeofenceCollectionCommand.js.map +1 -0
- package/dist-es/commands/CreateMapCommand.js +40 -0
- package/dist-es/commands/CreateMapCommand.js.map +1 -0
- package/dist-es/commands/CreatePlaceIndexCommand.js +40 -0
- package/dist-es/commands/CreatePlaceIndexCommand.js.map +1 -0
- package/dist-es/commands/CreateRouteCalculatorCommand.js +40 -0
- package/dist-es/commands/CreateRouteCalculatorCommand.js.map +1 -0
- package/dist-es/commands/CreateTrackerCommand.js +40 -0
- package/dist-es/commands/CreateTrackerCommand.js.map +1 -0
- package/dist-es/commands/DeleteGeofenceCollectionCommand.js +40 -0
- package/dist-es/commands/DeleteGeofenceCollectionCommand.js.map +1 -0
- package/dist-es/commands/DeleteMapCommand.js +40 -0
- package/dist-es/commands/DeleteMapCommand.js.map +1 -0
- package/dist-es/commands/DeletePlaceIndexCommand.js +40 -0
- package/dist-es/commands/DeletePlaceIndexCommand.js.map +1 -0
- package/dist-es/commands/DeleteRouteCalculatorCommand.js +40 -0
- package/dist-es/commands/DeleteRouteCalculatorCommand.js.map +1 -0
- package/dist-es/commands/DeleteTrackerCommand.js +40 -0
- package/dist-es/commands/DeleteTrackerCommand.js.map +1 -0
- package/dist-es/commands/DescribeGeofenceCollectionCommand.js +40 -0
- package/dist-es/commands/DescribeGeofenceCollectionCommand.js.map +1 -0
- package/dist-es/commands/DescribeMapCommand.js +40 -0
- package/dist-es/commands/DescribeMapCommand.js.map +1 -0
- package/dist-es/commands/DescribePlaceIndexCommand.js +40 -0
- package/dist-es/commands/DescribePlaceIndexCommand.js.map +1 -0
- package/dist-es/commands/DescribeRouteCalculatorCommand.js +40 -0
- package/dist-es/commands/DescribeRouteCalculatorCommand.js.map +1 -0
- package/dist-es/commands/DescribeTrackerCommand.js +40 -0
- package/dist-es/commands/DescribeTrackerCommand.js.map +1 -0
- package/dist-es/commands/DisassociateTrackerConsumerCommand.js +40 -0
- package/dist-es/commands/DisassociateTrackerConsumerCommand.js.map +1 -0
- package/dist-es/commands/GetDevicePositionCommand.js +40 -0
- package/dist-es/commands/GetDevicePositionCommand.js.map +1 -0
- package/dist-es/commands/GetDevicePositionHistoryCommand.js +40 -0
- package/dist-es/commands/GetDevicePositionHistoryCommand.js.map +1 -0
- package/dist-es/commands/GetGeofenceCommand.js +40 -0
- package/dist-es/commands/GetGeofenceCommand.js.map +1 -0
- package/dist-es/commands/GetMapGlyphsCommand.js +40 -0
- package/dist-es/commands/GetMapGlyphsCommand.js.map +1 -0
- package/dist-es/commands/GetMapSpritesCommand.js +40 -0
- package/dist-es/commands/GetMapSpritesCommand.js.map +1 -0
- package/dist-es/commands/GetMapStyleDescriptorCommand.js +40 -0
- package/dist-es/commands/GetMapStyleDescriptorCommand.js.map +1 -0
- package/dist-es/commands/GetMapTileCommand.js +40 -0
- package/dist-es/commands/GetMapTileCommand.js.map +1 -0
- package/dist-es/commands/ListDevicePositionsCommand.js +40 -0
- package/dist-es/commands/ListDevicePositionsCommand.js.map +1 -0
- package/dist-es/commands/ListGeofenceCollectionsCommand.js +40 -0
- package/dist-es/commands/ListGeofenceCollectionsCommand.js.map +1 -0
- package/dist-es/commands/ListGeofencesCommand.js +40 -0
- package/dist-es/commands/ListGeofencesCommand.js.map +1 -0
- package/dist-es/commands/ListMapsCommand.js +40 -0
- package/dist-es/commands/ListMapsCommand.js.map +1 -0
- package/dist-es/commands/ListPlaceIndexesCommand.js +40 -0
- package/dist-es/commands/ListPlaceIndexesCommand.js.map +1 -0
- package/dist-es/commands/ListRouteCalculatorsCommand.js +40 -0
- package/dist-es/commands/ListRouteCalculatorsCommand.js.map +1 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +40 -0
- package/dist-es/commands/ListTagsForResourceCommand.js.map +1 -0
- package/dist-es/commands/ListTrackerConsumersCommand.js +40 -0
- package/dist-es/commands/ListTrackerConsumersCommand.js.map +1 -0
- package/dist-es/commands/ListTrackersCommand.js +40 -0
- package/dist-es/commands/ListTrackersCommand.js.map +1 -0
- package/dist-es/commands/PutGeofenceCommand.js +40 -0
- package/dist-es/commands/PutGeofenceCommand.js.map +1 -0
- package/dist-es/commands/SearchPlaceIndexForPositionCommand.js +40 -0
- package/dist-es/commands/SearchPlaceIndexForPositionCommand.js.map +1 -0
- package/dist-es/commands/SearchPlaceIndexForTextCommand.js +40 -0
- package/dist-es/commands/SearchPlaceIndexForTextCommand.js.map +1 -0
- package/dist-es/commands/TagResourceCommand.js +40 -0
- package/dist-es/commands/TagResourceCommand.js.map +1 -0
- package/dist-es/commands/UntagResourceCommand.js +40 -0
- package/dist-es/commands/UntagResourceCommand.js.map +1 -0
- package/dist-es/commands/UpdateGeofenceCollectionCommand.js +40 -0
- package/dist-es/commands/UpdateGeofenceCollectionCommand.js.map +1 -0
- package/dist-es/commands/UpdateMapCommand.js +40 -0
- package/dist-es/commands/UpdateMapCommand.js.map +1 -0
- package/dist-es/commands/UpdatePlaceIndexCommand.js +40 -0
- package/dist-es/commands/UpdatePlaceIndexCommand.js.map +1 -0
- package/dist-es/commands/UpdateRouteCalculatorCommand.js +40 -0
- package/dist-es/commands/UpdateRouteCalculatorCommand.js.map +1 -0
- package/dist-es/commands/UpdateTrackerCommand.js +40 -0
- package/dist-es/commands/UpdateTrackerCommand.js.map +1 -0
- package/{dist/es → dist-es}/endpoints.js +0 -0
- package/dist-es/endpoints.js.map +1 -0
- package/{dist/es → dist-es}/index.js +0 -0
- package/dist-es/index.js.map +1 -0
- package/{dist/es → dist-es}/models/index.js +0 -0
- package/dist-es/models/index.js.map +1 -0
- package/{dist/es → dist-es}/models/models_0.js +0 -0
- package/dist-es/models/models_0.js.map +1 -0
- package/dist-es/pagination/GetDevicePositionHistoryPaginator.js +74 -0
- package/dist-es/pagination/GetDevicePositionHistoryPaginator.js.map +1 -0
- package/{dist/es → dist-es}/pagination/Interfaces.js +0 -0
- package/dist-es/pagination/Interfaces.js.map +1 -0
- package/dist-es/pagination/ListDevicePositionsPaginator.js +75 -0
- package/dist-es/pagination/ListDevicePositionsPaginator.js.map +1 -0
- package/dist-es/pagination/ListGeofenceCollectionsPaginator.js +75 -0
- package/dist-es/pagination/ListGeofenceCollectionsPaginator.js.map +1 -0
- package/dist-es/pagination/ListGeofencesPaginator.js +74 -0
- package/dist-es/pagination/ListGeofencesPaginator.js.map +1 -0
- package/dist-es/pagination/ListMapsPaginator.js +75 -0
- package/dist-es/pagination/ListMapsPaginator.js.map +1 -0
- package/dist-es/pagination/ListPlaceIndexesPaginator.js +75 -0
- package/dist-es/pagination/ListPlaceIndexesPaginator.js.map +1 -0
- package/dist-es/pagination/ListRouteCalculatorsPaginator.js +75 -0
- package/dist-es/pagination/ListRouteCalculatorsPaginator.js.map +1 -0
- package/dist-es/pagination/ListTrackerConsumersPaginator.js +75 -0
- package/dist-es/pagination/ListTrackerConsumersPaginator.js.map +1 -0
- package/dist-es/pagination/ListTrackersPaginator.js +75 -0
- package/dist-es/pagination/ListTrackersPaginator.js.map +1 -0
- package/{dist/es → dist-es}/protocols/Aws_restJson1.js +0 -0
- package/dist-es/protocols/Aws_restJson1.js.map +1 -0
- package/dist-es/runtimeConfig.browser.js +17 -0
- package/dist-es/runtimeConfig.browser.js.map +1 -0
- package/dist-es/runtimeConfig.js +22 -0
- package/dist-es/runtimeConfig.js.map +1 -0
- package/{dist/es → dist-es}/runtimeConfig.native.js +0 -0
- package/dist-es/runtimeConfig.native.js.map +1 -0
- package/dist-es/runtimeConfig.shared.js +14 -0
- package/dist-es/runtimeConfig.shared.js.map +1 -0
- package/dist-types/Location.d.ts +492 -0
- package/dist-types/LocationClient.d.ts +182 -0
- package/dist-types/commands/AssociateTrackerConsumerCommand.d.ts +41 -0
- package/dist-types/commands/BatchDeleteDevicePositionHistoryCommand.d.ts +35 -0
- package/dist-types/commands/BatchDeleteGeofenceCommand.d.ts +38 -0
- package/dist-types/commands/BatchEvaluateGeofencesCommand.d.ts +55 -0
- package/dist-types/commands/BatchGetDevicePositionCommand.d.ts +35 -0
- package/dist-types/commands/BatchPutGeofenceCommand.d.ts +36 -0
- package/dist-types/commands/BatchUpdateDevicePositionCommand.d.ts +41 -0
- package/dist-types/commands/CalculateRouteCommand.d.ts +65 -0
- package/dist-types/commands/CreateGeofenceCollectionCommand.d.ts +35 -0
- package/dist-types/commands/CreateMapCommand.d.ts +36 -0
- package/dist-types/commands/CreatePlaceIndexCommand.d.ts +36 -0
- package/dist-types/commands/CreateRouteCalculatorCommand.d.ts +38 -0
- package/dist-types/commands/CreateTrackerCommand.d.ts +36 -0
- package/dist-types/commands/DeleteGeofenceCollectionCommand.d.ts +39 -0
- package/dist-types/commands/DeleteMapCommand.d.ts +39 -0
- package/dist-types/commands/DeletePlaceIndexCommand.d.ts +38 -0
- package/dist-types/commands/DeleteRouteCalculatorCommand.d.ts +38 -0
- package/dist-types/commands/DeleteTrackerCommand.d.ts +40 -0
- package/dist-types/commands/DescribeGeofenceCollectionCommand.d.ts +35 -0
- package/dist-types/commands/DescribeMapCommand.d.ts +35 -0
- package/dist-types/commands/DescribePlaceIndexCommand.d.ts +35 -0
- package/dist-types/commands/DescribeRouteCalculatorCommand.d.ts +35 -0
- package/dist-types/commands/DescribeTrackerCommand.d.ts +35 -0
- package/dist-types/commands/DisassociateTrackerConsumerCommand.d.ts +39 -0
- package/dist-types/commands/GetDevicePositionCommand.d.ts +38 -0
- package/dist-types/commands/GetDevicePositionHistoryCommand.d.ts +39 -0
- package/dist-types/commands/GetGeofenceCommand.d.ts +35 -0
- package/dist-types/commands/GetMapGlyphsCommand.d.ts +35 -0
- package/dist-types/commands/GetMapSpritesCommand.d.ts +37 -0
- package/dist-types/commands/GetMapStyleDescriptorCommand.d.ts +38 -0
- package/dist-types/commands/GetMapTileCommand.d.ts +40 -0
- package/dist-types/commands/ListDevicePositionsCommand.d.ts +35 -0
- package/dist-types/commands/ListGeofenceCollectionsCommand.d.ts +35 -0
- package/dist-types/commands/ListGeofencesCommand.d.ts +35 -0
- package/dist-types/commands/ListMapsCommand.d.ts +35 -0
- package/dist-types/commands/ListPlaceIndexesCommand.d.ts +35 -0
- package/dist-types/commands/ListRouteCalculatorsCommand.d.ts +35 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +35 -0
- package/dist-types/commands/ListTrackerConsumersCommand.d.ts +35 -0
- package/dist-types/commands/ListTrackersCommand.d.ts +35 -0
- package/dist-types/commands/PutGeofenceCommand.d.ts +36 -0
- package/dist-types/commands/SearchPlaceIndexForPositionCommand.d.ts +36 -0
- package/dist-types/commands/SearchPlaceIndexForTextCommand.d.ts +43 -0
- package/dist-types/commands/TagResourceCommand.d.ts +48 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +35 -0
- package/dist-types/commands/UpdateGeofenceCollectionCommand.d.ts +35 -0
- package/dist-types/commands/UpdateMapCommand.d.ts +35 -0
- package/dist-types/commands/UpdatePlaceIndexCommand.d.ts +35 -0
- package/dist-types/commands/UpdateRouteCalculatorCommand.d.ts +35 -0
- package/dist-types/commands/UpdateTrackerCommand.d.ts +35 -0
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/index.d.ts +0 -0
- package/{dist/types → dist-types}/models/index.d.ts +0 -0
- package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
- package/dist-types/pagination/GetDevicePositionHistoryPaginator.d.ts +4 -0
- package/dist-types/pagination/Interfaces.d.ts +6 -0
- package/dist-types/pagination/ListDevicePositionsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListGeofenceCollectionsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListGeofencesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListMapsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListPlaceIndexesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListRouteCalculatorsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListTrackerConsumersPaginator.d.ts +4 -0
- package/dist-types/pagination/ListTrackersPaginator.d.ts +4 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +152 -0
- package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
- package/dist-types/runtimeConfig.d.ts +37 -0
- package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/dist-types/ts3.4/Location.d.ts +492 -0
- package/dist-types/ts3.4/LocationClient.d.ts +182 -0
- package/dist-types/ts3.4/commands/AssociateTrackerConsumerCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/BatchDeleteDevicePositionHistoryCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/BatchDeleteGeofenceCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/BatchEvaluateGeofencesCommand.d.ts +55 -0
- package/dist-types/ts3.4/commands/BatchGetDevicePositionCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/BatchPutGeofenceCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/BatchUpdateDevicePositionCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/CalculateRouteCommand.d.ts +65 -0
- package/dist-types/ts3.4/commands/CreateGeofenceCollectionCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/CreateMapCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/CreatePlaceIndexCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/CreateRouteCalculatorCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/CreateTrackerCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DeleteGeofenceCollectionCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DeleteMapCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DeletePlaceIndexCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DeleteRouteCalculatorCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DeleteTrackerCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/DescribeGeofenceCollectionCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DescribeMapCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DescribePlaceIndexCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DescribeRouteCalculatorCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DescribeTrackerCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DisassociateTrackerConsumerCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/GetDevicePositionCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/GetDevicePositionHistoryCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/GetGeofenceCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetMapGlyphsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetMapSpritesCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/GetMapStyleDescriptorCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/GetMapTileCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/ListDevicePositionsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListGeofenceCollectionsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListGeofencesCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListMapsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListPlaceIndexesCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListRouteCalculatorsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListTrackerConsumersCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListTrackersCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/PutGeofenceCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/SearchPlaceIndexForPositionCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/SearchPlaceIndexForTextCommand.d.ts +43 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +48 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateGeofenceCollectionCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateMapCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdatePlaceIndexCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateRouteCalculatorCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateTrackerCommand.d.ts +35 -0
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +0 -0
- package/dist-types/ts3.4/pagination/GetDevicePositionHistoryPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListDevicePositionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListGeofenceCollectionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListGeofencesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListMapsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListPlaceIndexesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListRouteCalculatorsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListTrackerConsumersPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListTrackersPaginator.d.ts +4 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +152 -0
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +0 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +37 -0
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
- package/package.json +42 -42
- package/src/Location.ts +1897 -0
- package/src/LocationClient.ts +458 -0
- package/src/commands/AssociateTrackerConsumerCommand.ts +101 -0
- package/src/commands/BatchDeleteDevicePositionHistoryCommand.ts +103 -0
- package/src/commands/BatchDeleteGeofenceCommand.ts +98 -0
- package/src/commands/BatchEvaluateGeofencesCommand.ts +115 -0
- package/src/commands/BatchGetDevicePositionCommand.ts +95 -0
- package/src/commands/BatchPutGeofenceCommand.ts +96 -0
- package/src/commands/BatchUpdateDevicePositionCommand.ts +104 -0
- package/src/commands/CalculateRouteCommand.ts +125 -0
- package/src/commands/CreateGeofenceCollectionCommand.ts +95 -0
- package/src/commands/CreateMapCommand.ts +96 -0
- package/src/commands/CreatePlaceIndexCommand.ts +96 -0
- package/src/commands/CreateRouteCalculatorCommand.ts +98 -0
- package/src/commands/CreateTrackerCommand.ts +96 -0
- package/src/commands/DeleteGeofenceCollectionCommand.ts +99 -0
- package/src/commands/DeleteMapCommand.ts +99 -0
- package/src/commands/DeletePlaceIndexCommand.ts +98 -0
- package/src/commands/DeleteRouteCalculatorCommand.ts +98 -0
- package/src/commands/DeleteTrackerCommand.ts +100 -0
- package/src/commands/DescribeGeofenceCollectionCommand.ts +98 -0
- package/src/commands/DescribeMapCommand.ts +95 -0
- package/src/commands/DescribePlaceIndexCommand.ts +95 -0
- package/src/commands/DescribeRouteCalculatorCommand.ts +95 -0
- package/src/commands/DescribeTrackerCommand.ts +95 -0
- package/src/commands/DisassociateTrackerConsumerCommand.ts +104 -0
- package/src/commands/GetDevicePositionCommand.ts +98 -0
- package/src/commands/GetDevicePositionHistoryCommand.ts +99 -0
- package/src/commands/GetGeofenceCommand.ts +95 -0
- package/src/commands/GetMapGlyphsCommand.ts +95 -0
- package/src/commands/GetMapSpritesCommand.ts +97 -0
- package/src/commands/GetMapStyleDescriptorCommand.ts +98 -0
- package/src/commands/GetMapTileCommand.ts +100 -0
- package/src/commands/ListDevicePositionsCommand.ts +95 -0
- package/src/commands/ListGeofenceCollectionsCommand.ts +95 -0
- package/src/commands/ListGeofencesCommand.ts +95 -0
- package/src/commands/ListMapsCommand.ts +95 -0
- package/src/commands/ListPlaceIndexesCommand.ts +95 -0
- package/src/commands/ListRouteCalculatorsCommand.ts +95 -0
- package/src/commands/ListTagsForResourceCommand.ts +95 -0
- package/src/commands/ListTrackerConsumersCommand.ts +95 -0
- package/src/commands/ListTrackersCommand.ts +95 -0
- package/src/commands/PutGeofenceCommand.ts +96 -0
- package/src/commands/SearchPlaceIndexForPositionCommand.ts +101 -0
- package/src/commands/SearchPlaceIndexForTextCommand.ts +103 -0
- package/src/commands/TagResourceCommand.ts +108 -0
- package/src/commands/UntagResourceCommand.ts +95 -0
- package/src/commands/UpdateGeofenceCollectionCommand.ts +95 -0
- package/src/commands/UpdateMapCommand.ts +95 -0
- package/src/commands/UpdatePlaceIndexCommand.ts +95 -0
- package/src/commands/UpdateRouteCalculatorCommand.ts +95 -0
- package/src/commands/UpdateTrackerCommand.ts +95 -0
- package/src/endpoints.ts +57 -0
- package/{index.ts → src/index.ts} +0 -0
- package/{models → src/models}/index.ts +0 -0
- package/{models → src/models}/models_0.ts +0 -0
- package/src/pagination/GetDevicePositionHistoryPaginator.ts +58 -0
- package/src/pagination/Interfaces.ts +8 -0
- package/src/pagination/ListDevicePositionsPaginator.ts +59 -0
- package/src/pagination/ListGeofenceCollectionsPaginator.ts +59 -0
- package/src/pagination/ListGeofencesPaginator.ts +58 -0
- package/src/pagination/ListMapsPaginator.ts +55 -0
- package/src/pagination/ListPlaceIndexesPaginator.ts +59 -0
- package/src/pagination/ListRouteCalculatorsPaginator.ts +59 -0
- package/src/pagination/ListTrackerConsumersPaginator.ts +59 -0
- package/src/pagination/ListTrackersPaginator.ts +59 -0
- package/src/protocols/Aws_restJson1.ts +8120 -0
- package/src/runtimeConfig.browser.ts +41 -0
- package/src/runtimeConfig.native.ts +17 -0
- package/src/runtimeConfig.shared.ts +17 -0
- package/src/runtimeConfig.ts +46 -0
- package/tsconfig.es.json +1 -1
- package/tsconfig.json +4 -2
- package/tsconfig.types.json +3 -2
- package/Location.ts +0 -1896
- package/LocationClient.ts +0 -457
- package/commands/AssociateTrackerConsumerCommand.ts +0 -100
- package/commands/BatchDeleteDevicePositionHistoryCommand.ts +0 -102
- package/commands/BatchDeleteGeofenceCommand.ts +0 -97
- package/commands/BatchEvaluateGeofencesCommand.ts +0 -114
- package/commands/BatchGetDevicePositionCommand.ts +0 -94
- package/commands/BatchPutGeofenceCommand.ts +0 -95
- package/commands/BatchUpdateDevicePositionCommand.ts +0 -103
- package/commands/CalculateRouteCommand.ts +0 -124
- package/commands/CreateGeofenceCollectionCommand.ts +0 -94
- package/commands/CreateMapCommand.ts +0 -95
- package/commands/CreatePlaceIndexCommand.ts +0 -95
- package/commands/CreateRouteCalculatorCommand.ts +0 -97
- package/commands/CreateTrackerCommand.ts +0 -95
- package/commands/DeleteGeofenceCollectionCommand.ts +0 -98
- package/commands/DeleteMapCommand.ts +0 -98
- package/commands/DeletePlaceIndexCommand.ts +0 -97
- package/commands/DeleteRouteCalculatorCommand.ts +0 -97
- package/commands/DeleteTrackerCommand.ts +0 -99
- package/commands/DescribeGeofenceCollectionCommand.ts +0 -97
- package/commands/DescribeMapCommand.ts +0 -94
- package/commands/DescribePlaceIndexCommand.ts +0 -94
- package/commands/DescribeRouteCalculatorCommand.ts +0 -94
- package/commands/DescribeTrackerCommand.ts +0 -94
- package/commands/DisassociateTrackerConsumerCommand.ts +0 -103
- package/commands/GetDevicePositionCommand.ts +0 -97
- package/commands/GetDevicePositionHistoryCommand.ts +0 -98
- package/commands/GetGeofenceCommand.ts +0 -94
- package/commands/GetMapGlyphsCommand.ts +0 -94
- package/commands/GetMapSpritesCommand.ts +0 -96
- package/commands/GetMapStyleDescriptorCommand.ts +0 -97
- package/commands/GetMapTileCommand.ts +0 -99
- package/commands/ListDevicePositionsCommand.ts +0 -94
- package/commands/ListGeofenceCollectionsCommand.ts +0 -94
- package/commands/ListGeofencesCommand.ts +0 -94
- package/commands/ListMapsCommand.ts +0 -94
- package/commands/ListPlaceIndexesCommand.ts +0 -94
- package/commands/ListRouteCalculatorsCommand.ts +0 -94
- package/commands/ListTagsForResourceCommand.ts +0 -94
- package/commands/ListTrackerConsumersCommand.ts +0 -94
- package/commands/ListTrackersCommand.ts +0 -94
- package/commands/PutGeofenceCommand.ts +0 -95
- package/commands/SearchPlaceIndexForPositionCommand.ts +0 -100
- package/commands/SearchPlaceIndexForTextCommand.ts +0 -102
- package/commands/TagResourceCommand.ts +0 -107
- package/commands/UntagResourceCommand.ts +0 -94
- package/commands/UpdateGeofenceCollectionCommand.ts +0 -94
- package/commands/UpdateMapCommand.ts +0 -94
- package/commands/UpdatePlaceIndexCommand.ts +0 -94
- package/commands/UpdateRouteCalculatorCommand.ts +0 -94
- package/commands/UpdateTrackerCommand.ts +0 -94
- package/dist/cjs/Location.js +0 -761
- package/dist/cjs/Location.js.map +0 -1
- package/dist/cjs/LocationClient.js +0 -44
- package/dist/cjs/LocationClient.js.map +0 -1
- package/dist/cjs/commands/AssociateTrackerConsumerCommand.js +0 -67
- package/dist/cjs/commands/AssociateTrackerConsumerCommand.js.map +0 -1
- package/dist/cjs/commands/BatchDeleteDevicePositionHistoryCommand.js +0 -61
- package/dist/cjs/commands/BatchDeleteDevicePositionHistoryCommand.js.map +0 -1
- package/dist/cjs/commands/BatchDeleteGeofenceCommand.js +0 -64
- package/dist/cjs/commands/BatchDeleteGeofenceCommand.js.map +0 -1
- package/dist/cjs/commands/BatchEvaluateGeofencesCommand.js +0 -81
- package/dist/cjs/commands/BatchEvaluateGeofencesCommand.js.map +0 -1
- package/dist/cjs/commands/BatchGetDevicePositionCommand.js +0 -61
- package/dist/cjs/commands/BatchGetDevicePositionCommand.js.map +0 -1
- package/dist/cjs/commands/BatchPutGeofenceCommand.js +0 -62
- package/dist/cjs/commands/BatchPutGeofenceCommand.js.map +0 -1
- package/dist/cjs/commands/BatchUpdateDevicePositionCommand.js +0 -67
- package/dist/cjs/commands/BatchUpdateDevicePositionCommand.js.map +0 -1
- package/dist/cjs/commands/CalculateRouteCommand.js +0 -91
- package/dist/cjs/commands/CalculateRouteCommand.js.map +0 -1
- package/dist/cjs/commands/CreateGeofenceCollectionCommand.js +0 -61
- package/dist/cjs/commands/CreateGeofenceCollectionCommand.js.map +0 -1
- package/dist/cjs/commands/CreateMapCommand.js +0 -62
- package/dist/cjs/commands/CreateMapCommand.js.map +0 -1
- package/dist/cjs/commands/CreatePlaceIndexCommand.js +0 -62
- package/dist/cjs/commands/CreatePlaceIndexCommand.js.map +0 -1
- package/dist/cjs/commands/CreateRouteCalculatorCommand.js +0 -64
- package/dist/cjs/commands/CreateRouteCalculatorCommand.js.map +0 -1
- package/dist/cjs/commands/CreateTrackerCommand.js +0 -62
- package/dist/cjs/commands/CreateTrackerCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteGeofenceCollectionCommand.js +0 -65
- package/dist/cjs/commands/DeleteGeofenceCollectionCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteMapCommand.js +0 -65
- package/dist/cjs/commands/DeleteMapCommand.js.map +0 -1
- package/dist/cjs/commands/DeletePlaceIndexCommand.js +0 -64
- package/dist/cjs/commands/DeletePlaceIndexCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteRouteCalculatorCommand.js +0 -64
- package/dist/cjs/commands/DeleteRouteCalculatorCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteTrackerCommand.js +0 -66
- package/dist/cjs/commands/DeleteTrackerCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeGeofenceCollectionCommand.js +0 -61
- package/dist/cjs/commands/DescribeGeofenceCollectionCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeMapCommand.js +0 -61
- package/dist/cjs/commands/DescribeMapCommand.js.map +0 -1
- package/dist/cjs/commands/DescribePlaceIndexCommand.js +0 -61
- package/dist/cjs/commands/DescribePlaceIndexCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeRouteCalculatorCommand.js +0 -61
- package/dist/cjs/commands/DescribeRouteCalculatorCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeTrackerCommand.js +0 -61
- package/dist/cjs/commands/DescribeTrackerCommand.js.map +0 -1
- package/dist/cjs/commands/DisassociateTrackerConsumerCommand.js +0 -65
- package/dist/cjs/commands/DisassociateTrackerConsumerCommand.js.map +0 -1
- package/dist/cjs/commands/GetDevicePositionCommand.js +0 -64
- package/dist/cjs/commands/GetDevicePositionCommand.js.map +0 -1
- package/dist/cjs/commands/GetDevicePositionHistoryCommand.js +0 -65
- package/dist/cjs/commands/GetDevicePositionHistoryCommand.js.map +0 -1
- package/dist/cjs/commands/GetGeofenceCommand.js +0 -61
- package/dist/cjs/commands/GetGeofenceCommand.js.map +0 -1
- package/dist/cjs/commands/GetMapGlyphsCommand.js +0 -61
- package/dist/cjs/commands/GetMapGlyphsCommand.js.map +0 -1
- package/dist/cjs/commands/GetMapSpritesCommand.js +0 -63
- package/dist/cjs/commands/GetMapSpritesCommand.js.map +0 -1
- package/dist/cjs/commands/GetMapStyleDescriptorCommand.js +0 -64
- package/dist/cjs/commands/GetMapStyleDescriptorCommand.js.map +0 -1
- package/dist/cjs/commands/GetMapTileCommand.js +0 -66
- package/dist/cjs/commands/GetMapTileCommand.js.map +0 -1
- package/dist/cjs/commands/ListDevicePositionsCommand.js +0 -61
- package/dist/cjs/commands/ListDevicePositionsCommand.js.map +0 -1
- package/dist/cjs/commands/ListGeofenceCollectionsCommand.js +0 -61
- package/dist/cjs/commands/ListGeofenceCollectionsCommand.js.map +0 -1
- package/dist/cjs/commands/ListGeofencesCommand.js +0 -61
- package/dist/cjs/commands/ListGeofencesCommand.js.map +0 -1
- package/dist/cjs/commands/ListMapsCommand.js +0 -61
- package/dist/cjs/commands/ListMapsCommand.js.map +0 -1
- package/dist/cjs/commands/ListPlaceIndexesCommand.js +0 -61
- package/dist/cjs/commands/ListPlaceIndexesCommand.js.map +0 -1
- package/dist/cjs/commands/ListRouteCalculatorsCommand.js +0 -61
- package/dist/cjs/commands/ListRouteCalculatorsCommand.js.map +0 -1
- package/dist/cjs/commands/ListTagsForResourceCommand.js +0 -61
- package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/cjs/commands/ListTrackerConsumersCommand.js +0 -61
- package/dist/cjs/commands/ListTrackerConsumersCommand.js.map +0 -1
- package/dist/cjs/commands/ListTrackersCommand.js +0 -61
- package/dist/cjs/commands/ListTrackersCommand.js.map +0 -1
- package/dist/cjs/commands/PutGeofenceCommand.js +0 -62
- package/dist/cjs/commands/PutGeofenceCommand.js.map +0 -1
- package/dist/cjs/commands/SearchPlaceIndexForPositionCommand.js +0 -62
- package/dist/cjs/commands/SearchPlaceIndexForPositionCommand.js.map +0 -1
- package/dist/cjs/commands/SearchPlaceIndexForTextCommand.js +0 -69
- package/dist/cjs/commands/SearchPlaceIndexForTextCommand.js.map +0 -1
- package/dist/cjs/commands/TagResourceCommand.js +0 -74
- package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UntagResourceCommand.js +0 -61
- package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateGeofenceCollectionCommand.js +0 -61
- package/dist/cjs/commands/UpdateGeofenceCollectionCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateMapCommand.js +0 -61
- package/dist/cjs/commands/UpdateMapCommand.js.map +0 -1
- package/dist/cjs/commands/UpdatePlaceIndexCommand.js +0 -61
- package/dist/cjs/commands/UpdatePlaceIndexCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateRouteCalculatorCommand.js +0 -61
- package/dist/cjs/commands/UpdateRouteCalculatorCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateTrackerCommand.js +0 -61
- package/dist/cjs/commands/UpdateTrackerCommand.js.map +0 -1
- package/dist/cjs/endpoints.js.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/package.json +0 -91
- package/dist/cjs/pagination/GetDevicePositionHistoryPaginator.js +0 -45
- package/dist/cjs/pagination/GetDevicePositionHistoryPaginator.js.map +0 -1
- package/dist/cjs/pagination/Interfaces.js.map +0 -1
- package/dist/cjs/pagination/ListDevicePositionsPaginator.js +0 -46
- package/dist/cjs/pagination/ListDevicePositionsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListGeofenceCollectionsPaginator.js +0 -46
- package/dist/cjs/pagination/ListGeofenceCollectionsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListGeofencesPaginator.js +0 -45
- package/dist/cjs/pagination/ListGeofencesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListMapsPaginator.js +0 -46
- package/dist/cjs/pagination/ListMapsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListPlaceIndexesPaginator.js +0 -46
- package/dist/cjs/pagination/ListPlaceIndexesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListRouteCalculatorsPaginator.js +0 -46
- package/dist/cjs/pagination/ListRouteCalculatorsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListTrackerConsumersPaginator.js +0 -46
- package/dist/cjs/pagination/ListTrackerConsumersPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListTrackersPaginator.js +0 -46
- package/dist/cjs/pagination/ListTrackersPaginator.js.map +0 -1
- package/dist/cjs/protocols/Aws_restJson1.js +0 -7163
- package/dist/cjs/protocols/Aws_restJson1.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js +0 -41
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js +0 -46
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js +0 -21
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/es/Location.js +0 -761
- package/dist/es/Location.js.map +0 -1
- package/dist/es/LocationClient.js +0 -38
- package/dist/es/LocationClient.js.map +0 -1
- package/dist/es/commands/AssociateTrackerConsumerCommand.js +0 -40
- package/dist/es/commands/AssociateTrackerConsumerCommand.js.map +0 -1
- package/dist/es/commands/BatchDeleteDevicePositionHistoryCommand.js +0 -40
- package/dist/es/commands/BatchDeleteDevicePositionHistoryCommand.js.map +0 -1
- package/dist/es/commands/BatchDeleteGeofenceCommand.js +0 -40
- package/dist/es/commands/BatchDeleteGeofenceCommand.js.map +0 -1
- package/dist/es/commands/BatchEvaluateGeofencesCommand.js +0 -40
- package/dist/es/commands/BatchEvaluateGeofencesCommand.js.map +0 -1
- package/dist/es/commands/BatchGetDevicePositionCommand.js +0 -40
- package/dist/es/commands/BatchGetDevicePositionCommand.js.map +0 -1
- package/dist/es/commands/BatchPutGeofenceCommand.js +0 -40
- package/dist/es/commands/BatchPutGeofenceCommand.js.map +0 -1
- package/dist/es/commands/BatchUpdateDevicePositionCommand.js +0 -40
- package/dist/es/commands/BatchUpdateDevicePositionCommand.js.map +0 -1
- package/dist/es/commands/CalculateRouteCommand.js +0 -40
- package/dist/es/commands/CalculateRouteCommand.js.map +0 -1
- package/dist/es/commands/CreateGeofenceCollectionCommand.js +0 -40
- package/dist/es/commands/CreateGeofenceCollectionCommand.js.map +0 -1
- package/dist/es/commands/CreateMapCommand.js +0 -40
- package/dist/es/commands/CreateMapCommand.js.map +0 -1
- package/dist/es/commands/CreatePlaceIndexCommand.js +0 -40
- package/dist/es/commands/CreatePlaceIndexCommand.js.map +0 -1
- package/dist/es/commands/CreateRouteCalculatorCommand.js +0 -40
- package/dist/es/commands/CreateRouteCalculatorCommand.js.map +0 -1
- package/dist/es/commands/CreateTrackerCommand.js +0 -40
- package/dist/es/commands/CreateTrackerCommand.js.map +0 -1
- package/dist/es/commands/DeleteGeofenceCollectionCommand.js +0 -40
- package/dist/es/commands/DeleteGeofenceCollectionCommand.js.map +0 -1
- package/dist/es/commands/DeleteMapCommand.js +0 -40
- package/dist/es/commands/DeleteMapCommand.js.map +0 -1
- package/dist/es/commands/DeletePlaceIndexCommand.js +0 -40
- package/dist/es/commands/DeletePlaceIndexCommand.js.map +0 -1
- package/dist/es/commands/DeleteRouteCalculatorCommand.js +0 -40
- package/dist/es/commands/DeleteRouteCalculatorCommand.js.map +0 -1
- package/dist/es/commands/DeleteTrackerCommand.js +0 -40
- package/dist/es/commands/DeleteTrackerCommand.js.map +0 -1
- package/dist/es/commands/DescribeGeofenceCollectionCommand.js +0 -40
- package/dist/es/commands/DescribeGeofenceCollectionCommand.js.map +0 -1
- package/dist/es/commands/DescribeMapCommand.js +0 -40
- package/dist/es/commands/DescribeMapCommand.js.map +0 -1
- package/dist/es/commands/DescribePlaceIndexCommand.js +0 -40
- package/dist/es/commands/DescribePlaceIndexCommand.js.map +0 -1
- package/dist/es/commands/DescribeRouteCalculatorCommand.js +0 -40
- package/dist/es/commands/DescribeRouteCalculatorCommand.js.map +0 -1
- package/dist/es/commands/DescribeTrackerCommand.js +0 -40
- package/dist/es/commands/DescribeTrackerCommand.js.map +0 -1
- package/dist/es/commands/DisassociateTrackerConsumerCommand.js +0 -40
- package/dist/es/commands/DisassociateTrackerConsumerCommand.js.map +0 -1
- package/dist/es/commands/GetDevicePositionCommand.js +0 -40
- package/dist/es/commands/GetDevicePositionCommand.js.map +0 -1
- package/dist/es/commands/GetDevicePositionHistoryCommand.js +0 -40
- package/dist/es/commands/GetDevicePositionHistoryCommand.js.map +0 -1
- package/dist/es/commands/GetGeofenceCommand.js +0 -40
- package/dist/es/commands/GetGeofenceCommand.js.map +0 -1
- package/dist/es/commands/GetMapGlyphsCommand.js +0 -40
- package/dist/es/commands/GetMapGlyphsCommand.js.map +0 -1
- package/dist/es/commands/GetMapSpritesCommand.js +0 -40
- package/dist/es/commands/GetMapSpritesCommand.js.map +0 -1
- package/dist/es/commands/GetMapStyleDescriptorCommand.js +0 -40
- package/dist/es/commands/GetMapStyleDescriptorCommand.js.map +0 -1
- package/dist/es/commands/GetMapTileCommand.js +0 -40
- package/dist/es/commands/GetMapTileCommand.js.map +0 -1
- package/dist/es/commands/ListDevicePositionsCommand.js +0 -40
- package/dist/es/commands/ListDevicePositionsCommand.js.map +0 -1
- package/dist/es/commands/ListGeofenceCollectionsCommand.js +0 -40
- package/dist/es/commands/ListGeofenceCollectionsCommand.js.map +0 -1
- package/dist/es/commands/ListGeofencesCommand.js +0 -40
- package/dist/es/commands/ListGeofencesCommand.js.map +0 -1
- package/dist/es/commands/ListMapsCommand.js +0 -40
- package/dist/es/commands/ListMapsCommand.js.map +0 -1
- package/dist/es/commands/ListPlaceIndexesCommand.js +0 -40
- package/dist/es/commands/ListPlaceIndexesCommand.js.map +0 -1
- package/dist/es/commands/ListRouteCalculatorsCommand.js +0 -40
- package/dist/es/commands/ListRouteCalculatorsCommand.js.map +0 -1
- package/dist/es/commands/ListTagsForResourceCommand.js +0 -40
- package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/es/commands/ListTrackerConsumersCommand.js +0 -40
- package/dist/es/commands/ListTrackerConsumersCommand.js.map +0 -1
- package/dist/es/commands/ListTrackersCommand.js +0 -40
- package/dist/es/commands/ListTrackersCommand.js.map +0 -1
- package/dist/es/commands/PutGeofenceCommand.js +0 -40
- package/dist/es/commands/PutGeofenceCommand.js.map +0 -1
- package/dist/es/commands/SearchPlaceIndexForPositionCommand.js +0 -40
- package/dist/es/commands/SearchPlaceIndexForPositionCommand.js.map +0 -1
- package/dist/es/commands/SearchPlaceIndexForTextCommand.js +0 -40
- package/dist/es/commands/SearchPlaceIndexForTextCommand.js.map +0 -1
- package/dist/es/commands/TagResourceCommand.js +0 -40
- package/dist/es/commands/TagResourceCommand.js.map +0 -1
- package/dist/es/commands/UntagResourceCommand.js +0 -40
- package/dist/es/commands/UntagResourceCommand.js.map +0 -1
- package/dist/es/commands/UpdateGeofenceCollectionCommand.js +0 -40
- package/dist/es/commands/UpdateGeofenceCollectionCommand.js.map +0 -1
- package/dist/es/commands/UpdateMapCommand.js +0 -40
- package/dist/es/commands/UpdateMapCommand.js.map +0 -1
- package/dist/es/commands/UpdatePlaceIndexCommand.js +0 -40
- package/dist/es/commands/UpdatePlaceIndexCommand.js.map +0 -1
- package/dist/es/commands/UpdateRouteCalculatorCommand.js +0 -40
- package/dist/es/commands/UpdateRouteCalculatorCommand.js.map +0 -1
- package/dist/es/commands/UpdateTrackerCommand.js +0 -40
- 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/package.json +0 -91
- package/dist/es/pagination/GetDevicePositionHistoryPaginator.js +0 -74
- package/dist/es/pagination/GetDevicePositionHistoryPaginator.js.map +0 -1
- package/dist/es/pagination/Interfaces.js.map +0 -1
- package/dist/es/pagination/ListDevicePositionsPaginator.js +0 -75
- package/dist/es/pagination/ListDevicePositionsPaginator.js.map +0 -1
- package/dist/es/pagination/ListGeofenceCollectionsPaginator.js +0 -75
- package/dist/es/pagination/ListGeofenceCollectionsPaginator.js.map +0 -1
- package/dist/es/pagination/ListGeofencesPaginator.js +0 -74
- package/dist/es/pagination/ListGeofencesPaginator.js.map +0 -1
- package/dist/es/pagination/ListMapsPaginator.js +0 -75
- package/dist/es/pagination/ListMapsPaginator.js.map +0 -1
- package/dist/es/pagination/ListPlaceIndexesPaginator.js +0 -75
- package/dist/es/pagination/ListPlaceIndexesPaginator.js.map +0 -1
- package/dist/es/pagination/ListRouteCalculatorsPaginator.js +0 -75
- package/dist/es/pagination/ListRouteCalculatorsPaginator.js.map +0 -1
- package/dist/es/pagination/ListTrackerConsumersPaginator.js +0 -75
- package/dist/es/pagination/ListTrackerConsumersPaginator.js.map +0 -1
- package/dist/es/pagination/ListTrackersPaginator.js +0 -75
- 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 +0 -17
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js +0 -22
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js +0 -14
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/dist/types/Location.d.ts +0 -492
- package/dist/types/LocationClient.d.ts +0 -182
- package/dist/types/commands/AssociateTrackerConsumerCommand.d.ts +0 -41
- package/dist/types/commands/BatchDeleteDevicePositionHistoryCommand.d.ts +0 -35
- package/dist/types/commands/BatchDeleteGeofenceCommand.d.ts +0 -38
- package/dist/types/commands/BatchEvaluateGeofencesCommand.d.ts +0 -55
- package/dist/types/commands/BatchGetDevicePositionCommand.d.ts +0 -35
- package/dist/types/commands/BatchPutGeofenceCommand.d.ts +0 -36
- package/dist/types/commands/BatchUpdateDevicePositionCommand.d.ts +0 -41
- package/dist/types/commands/CalculateRouteCommand.d.ts +0 -65
- package/dist/types/commands/CreateGeofenceCollectionCommand.d.ts +0 -35
- package/dist/types/commands/CreateMapCommand.d.ts +0 -36
- package/dist/types/commands/CreatePlaceIndexCommand.d.ts +0 -36
- package/dist/types/commands/CreateRouteCalculatorCommand.d.ts +0 -38
- package/dist/types/commands/CreateTrackerCommand.d.ts +0 -36
- package/dist/types/commands/DeleteGeofenceCollectionCommand.d.ts +0 -39
- package/dist/types/commands/DeleteMapCommand.d.ts +0 -39
- package/dist/types/commands/DeletePlaceIndexCommand.d.ts +0 -38
- package/dist/types/commands/DeleteRouteCalculatorCommand.d.ts +0 -38
- package/dist/types/commands/DeleteTrackerCommand.d.ts +0 -40
- package/dist/types/commands/DescribeGeofenceCollectionCommand.d.ts +0 -35
- package/dist/types/commands/DescribeMapCommand.d.ts +0 -35
- package/dist/types/commands/DescribePlaceIndexCommand.d.ts +0 -35
- package/dist/types/commands/DescribeRouteCalculatorCommand.d.ts +0 -35
- package/dist/types/commands/DescribeTrackerCommand.d.ts +0 -35
- package/dist/types/commands/DisassociateTrackerConsumerCommand.d.ts +0 -39
- package/dist/types/commands/GetDevicePositionCommand.d.ts +0 -38
- package/dist/types/commands/GetDevicePositionHistoryCommand.d.ts +0 -39
- package/dist/types/commands/GetGeofenceCommand.d.ts +0 -35
- package/dist/types/commands/GetMapGlyphsCommand.d.ts +0 -35
- package/dist/types/commands/GetMapSpritesCommand.d.ts +0 -37
- package/dist/types/commands/GetMapStyleDescriptorCommand.d.ts +0 -38
- package/dist/types/commands/GetMapTileCommand.d.ts +0 -40
- package/dist/types/commands/ListDevicePositionsCommand.d.ts +0 -35
- package/dist/types/commands/ListGeofenceCollectionsCommand.d.ts +0 -35
- package/dist/types/commands/ListGeofencesCommand.d.ts +0 -35
- package/dist/types/commands/ListMapsCommand.d.ts +0 -35
- package/dist/types/commands/ListPlaceIndexesCommand.d.ts +0 -35
- package/dist/types/commands/ListRouteCalculatorsCommand.d.ts +0 -35
- package/dist/types/commands/ListTagsForResourceCommand.d.ts +0 -35
- package/dist/types/commands/ListTrackerConsumersCommand.d.ts +0 -35
- package/dist/types/commands/ListTrackersCommand.d.ts +0 -35
- package/dist/types/commands/PutGeofenceCommand.d.ts +0 -36
- package/dist/types/commands/SearchPlaceIndexForPositionCommand.d.ts +0 -36
- package/dist/types/commands/SearchPlaceIndexForTextCommand.d.ts +0 -43
- package/dist/types/commands/TagResourceCommand.d.ts +0 -48
- package/dist/types/commands/UntagResourceCommand.d.ts +0 -35
- package/dist/types/commands/UpdateGeofenceCollectionCommand.d.ts +0 -35
- package/dist/types/commands/UpdateMapCommand.d.ts +0 -35
- package/dist/types/commands/UpdatePlaceIndexCommand.d.ts +0 -35
- package/dist/types/commands/UpdateRouteCalculatorCommand.d.ts +0 -35
- package/dist/types/commands/UpdateTrackerCommand.d.ts +0 -35
- package/dist/types/pagination/GetDevicePositionHistoryPaginator.d.ts +0 -4
- package/dist/types/pagination/Interfaces.d.ts +0 -6
- package/dist/types/pagination/ListDevicePositionsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListGeofenceCollectionsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListGeofencesPaginator.d.ts +0 -4
- package/dist/types/pagination/ListMapsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListPlaceIndexesPaginator.d.ts +0 -4
- package/dist/types/pagination/ListRouteCalculatorsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListTrackerConsumersPaginator.d.ts +0 -4
- package/dist/types/pagination/ListTrackersPaginator.d.ts +0 -4
- package/dist/types/protocols/Aws_restJson1.d.ts +0 -152
- package/dist/types/runtimeConfig.d.ts +0 -37
- package/dist/types/ts3.4/Location.d.ts +0 -492
- package/dist/types/ts3.4/LocationClient.d.ts +0 -182
- package/dist/types/ts3.4/commands/AssociateTrackerConsumerCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/BatchDeleteDevicePositionHistoryCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/BatchDeleteGeofenceCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/BatchEvaluateGeofencesCommand.d.ts +0 -55
- package/dist/types/ts3.4/commands/BatchGetDevicePositionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/BatchPutGeofenceCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/BatchUpdateDevicePositionCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/CalculateRouteCommand.d.ts +0 -65
- package/dist/types/ts3.4/commands/CreateGeofenceCollectionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateMapCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/CreatePlaceIndexCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/CreateRouteCalculatorCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/CreateTrackerCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DeleteGeofenceCollectionCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/DeleteMapCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/DeletePlaceIndexCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/DeleteRouteCalculatorCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/DeleteTrackerCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/DescribeGeofenceCollectionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeMapCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribePlaceIndexCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeRouteCalculatorCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeTrackerCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DisassociateTrackerConsumerCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/GetDevicePositionCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/GetDevicePositionHistoryCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/GetGeofenceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetMapGlyphsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetMapSpritesCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/GetMapStyleDescriptorCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/GetMapTileCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/ListDevicePositionsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListGeofenceCollectionsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListGeofencesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListMapsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListPlaceIndexesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListRouteCalculatorsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListTrackerConsumersCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListTrackersCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/PutGeofenceCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/SearchPlaceIndexForPositionCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/SearchPlaceIndexForTextCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/TagResourceCommand.d.ts +0 -48
- package/dist/types/ts3.4/commands/UntagResourceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateGeofenceCollectionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateMapCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdatePlaceIndexCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateRouteCalculatorCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateTrackerCommand.d.ts +0 -35
- package/dist/types/ts3.4/pagination/GetDevicePositionHistoryPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/Interfaces.d.ts +0 -6
- package/dist/types/ts3.4/pagination/ListDevicePositionsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListGeofenceCollectionsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListGeofencesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListMapsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListPlaceIndexesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListRouteCalculatorsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListTrackerConsumersPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListTrackersPaginator.d.ts +0 -4
- package/dist/types/ts3.4/protocols/Aws_restJson1.d.ts +0 -152
- package/dist/types/ts3.4/runtimeConfig.d.ts +0 -37
- package/endpoints.ts +0 -57
- package/pagination/GetDevicePositionHistoryPaginator.ts +0 -57
- package/pagination/Interfaces.ts +0 -7
- package/pagination/ListDevicePositionsPaginator.ts +0 -58
- package/pagination/ListGeofenceCollectionsPaginator.ts +0 -58
- package/pagination/ListGeofencesPaginator.ts +0 -57
- package/pagination/ListMapsPaginator.ts +0 -54
- package/pagination/ListPlaceIndexesPaginator.ts +0 -58
- package/pagination/ListRouteCalculatorsPaginator.ts +0 -58
- package/pagination/ListTrackerConsumersPaginator.ts +0 -58
- package/pagination/ListTrackersPaginator.ts +0 -58
- package/protocols/Aws_restJson1.ts +0 -8118
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
|
@@ -1,97 +0,0 @@
|
|
|
1
|
-
import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
|
|
2
|
-
import { GetMapStyleDescriptorRequest, GetMapStyleDescriptorResponse } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_restJson1GetMapStyleDescriptorCommand,
|
|
5
|
-
serializeAws_restJson1GetMapStyleDescriptorCommand,
|
|
6
|
-
} from "../protocols/Aws_restJson1";
|
|
7
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
10
|
-
import {
|
|
11
|
-
FinalizeHandlerArguments,
|
|
12
|
-
Handler,
|
|
13
|
-
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
|
-
MetadataBearer as __MetadataBearer,
|
|
17
|
-
SerdeContext as __SerdeContext,
|
|
18
|
-
} from "@aws-sdk/types";
|
|
19
|
-
|
|
20
|
-
export interface GetMapStyleDescriptorCommandInput extends GetMapStyleDescriptorRequest {}
|
|
21
|
-
export interface GetMapStyleDescriptorCommandOutput extends GetMapStyleDescriptorResponse, __MetadataBearer {}
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* <p>Retrieves the map style descriptor from a map resource. </p>
|
|
25
|
-
* <p>The style descriptor contains specifications on how features render on a map. For
|
|
26
|
-
* example, what data to display, what order to display the data in, and the style for the
|
|
27
|
-
* data. Style descriptors follow the Mapbox Style Specification.</p>
|
|
28
|
-
* @example
|
|
29
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
30
|
-
* ```javascript
|
|
31
|
-
* import { LocationClient, GetMapStyleDescriptorCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
32
|
-
* // const { LocationClient, GetMapStyleDescriptorCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
33
|
-
* const client = new LocationClient(config);
|
|
34
|
-
* const command = new GetMapStyleDescriptorCommand(input);
|
|
35
|
-
* const response = await client.send(command);
|
|
36
|
-
* ```
|
|
37
|
-
*
|
|
38
|
-
* @see {@link GetMapStyleDescriptorCommandInput} for command's `input` shape.
|
|
39
|
-
* @see {@link GetMapStyleDescriptorCommandOutput} for command's `response` shape.
|
|
40
|
-
* @see {@link LocationClientResolvedConfig | config} for command's `input` shape.
|
|
41
|
-
*
|
|
42
|
-
*/
|
|
43
|
-
export class GetMapStyleDescriptorCommand extends $Command<
|
|
44
|
-
GetMapStyleDescriptorCommandInput,
|
|
45
|
-
GetMapStyleDescriptorCommandOutput,
|
|
46
|
-
LocationClientResolvedConfig
|
|
47
|
-
> {
|
|
48
|
-
// Start section: command_properties
|
|
49
|
-
// End section: command_properties
|
|
50
|
-
|
|
51
|
-
constructor(readonly input: GetMapStyleDescriptorCommandInput) {
|
|
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<GetMapStyleDescriptorCommandInput, GetMapStyleDescriptorCommandOutput> {
|
|
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 = "GetMapStyleDescriptorCommand";
|
|
72
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
73
|
-
logger,
|
|
74
|
-
clientName,
|
|
75
|
-
commandName,
|
|
76
|
-
inputFilterSensitiveLog: GetMapStyleDescriptorRequest.filterSensitiveLog,
|
|
77
|
-
outputFilterSensitiveLog: GetMapStyleDescriptorResponse.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(input: GetMapStyleDescriptorCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
|
|
88
|
-
return serializeAws_restJson1GetMapStyleDescriptorCommand(input, context);
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<GetMapStyleDescriptorCommandOutput> {
|
|
92
|
-
return deserializeAws_restJson1GetMapStyleDescriptorCommand(output, context);
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
// Start section: command_body_extra
|
|
96
|
-
// End section: command_body_extra
|
|
97
|
-
}
|
|
@@ -1,99 +0,0 @@
|
|
|
1
|
-
import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
|
|
2
|
-
import { GetMapTileRequest, GetMapTileResponse } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_restJson1GetMapTileCommand,
|
|
5
|
-
serializeAws_restJson1GetMapTileCommand,
|
|
6
|
-
} from "../protocols/Aws_restJson1";
|
|
7
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
10
|
-
import {
|
|
11
|
-
FinalizeHandlerArguments,
|
|
12
|
-
Handler,
|
|
13
|
-
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
|
-
MetadataBearer as __MetadataBearer,
|
|
17
|
-
SerdeContext as __SerdeContext,
|
|
18
|
-
} from "@aws-sdk/types";
|
|
19
|
-
|
|
20
|
-
export interface GetMapTileCommandInput extends GetMapTileRequest {}
|
|
21
|
-
export interface GetMapTileCommandOutput extends GetMapTileResponse, __MetadataBearer {}
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* <p>Retrieves a vector data tile from the map resource. Map tiles are used by clients to
|
|
25
|
-
* render a map. they're addressed using a grid arrangement with an X coordinate, Y
|
|
26
|
-
* coordinate, and Z (zoom) level. </p>
|
|
27
|
-
* <p>The origin (0, 0) is the top left of the map. Increasing the zoom level by 1 doubles
|
|
28
|
-
* both the X and Y dimensions, so a tile containing data for the entire world at (0/0/0)
|
|
29
|
-
* will be split into 4 tiles at zoom 1 (1/0/0, 1/0/1, 1/1/0, 1/1/1).</p>
|
|
30
|
-
* @example
|
|
31
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
32
|
-
* ```javascript
|
|
33
|
-
* import { LocationClient, GetMapTileCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
34
|
-
* // const { LocationClient, GetMapTileCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
35
|
-
* const client = new LocationClient(config);
|
|
36
|
-
* const command = new GetMapTileCommand(input);
|
|
37
|
-
* const response = await client.send(command);
|
|
38
|
-
* ```
|
|
39
|
-
*
|
|
40
|
-
* @see {@link GetMapTileCommandInput} for command's `input` shape.
|
|
41
|
-
* @see {@link GetMapTileCommandOutput} for command's `response` shape.
|
|
42
|
-
* @see {@link LocationClientResolvedConfig | config} for command's `input` shape.
|
|
43
|
-
*
|
|
44
|
-
*/
|
|
45
|
-
export class GetMapTileCommand extends $Command<
|
|
46
|
-
GetMapTileCommandInput,
|
|
47
|
-
GetMapTileCommandOutput,
|
|
48
|
-
LocationClientResolvedConfig
|
|
49
|
-
> {
|
|
50
|
-
// Start section: command_properties
|
|
51
|
-
// End section: command_properties
|
|
52
|
-
|
|
53
|
-
constructor(readonly input: GetMapTileCommandInput) {
|
|
54
|
-
// Start section: command_constructor
|
|
55
|
-
super();
|
|
56
|
-
// End section: command_constructor
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
/**
|
|
60
|
-
* @internal
|
|
61
|
-
*/
|
|
62
|
-
resolveMiddleware(
|
|
63
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
64
|
-
configuration: LocationClientResolvedConfig,
|
|
65
|
-
options?: __HttpHandlerOptions
|
|
66
|
-
): Handler<GetMapTileCommandInput, GetMapTileCommandOutput> {
|
|
67
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
68
|
-
|
|
69
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
70
|
-
|
|
71
|
-
const { logger } = configuration;
|
|
72
|
-
const clientName = "LocationClient";
|
|
73
|
-
const commandName = "GetMapTileCommand";
|
|
74
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
75
|
-
logger,
|
|
76
|
-
clientName,
|
|
77
|
-
commandName,
|
|
78
|
-
inputFilterSensitiveLog: GetMapTileRequest.filterSensitiveLog,
|
|
79
|
-
outputFilterSensitiveLog: GetMapTileResponse.filterSensitiveLog,
|
|
80
|
-
};
|
|
81
|
-
const { requestHandler } = configuration;
|
|
82
|
-
return stack.resolve(
|
|
83
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
84
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
85
|
-
handlerExecutionContext
|
|
86
|
-
);
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
private serialize(input: GetMapTileCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
|
|
90
|
-
return serializeAws_restJson1GetMapTileCommand(input, context);
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<GetMapTileCommandOutput> {
|
|
94
|
-
return deserializeAws_restJson1GetMapTileCommand(output, context);
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
// Start section: command_body_extra
|
|
98
|
-
// End section: command_body_extra
|
|
99
|
-
}
|
|
@@ -1,94 +0,0 @@
|
|
|
1
|
-
import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
|
|
2
|
-
import { ListDevicePositionsRequest, ListDevicePositionsResponse } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_restJson1ListDevicePositionsCommand,
|
|
5
|
-
serializeAws_restJson1ListDevicePositionsCommand,
|
|
6
|
-
} from "../protocols/Aws_restJson1";
|
|
7
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
10
|
-
import {
|
|
11
|
-
FinalizeHandlerArguments,
|
|
12
|
-
Handler,
|
|
13
|
-
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
|
-
MetadataBearer as __MetadataBearer,
|
|
17
|
-
SerdeContext as __SerdeContext,
|
|
18
|
-
} from "@aws-sdk/types";
|
|
19
|
-
|
|
20
|
-
export interface ListDevicePositionsCommandInput extends ListDevicePositionsRequest {}
|
|
21
|
-
export interface ListDevicePositionsCommandOutput extends ListDevicePositionsResponse, __MetadataBearer {}
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* <p>A batch request to retrieve all device positions.</p>
|
|
25
|
-
* @example
|
|
26
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
27
|
-
* ```javascript
|
|
28
|
-
* import { LocationClient, ListDevicePositionsCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
29
|
-
* // const { LocationClient, ListDevicePositionsCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
30
|
-
* const client = new LocationClient(config);
|
|
31
|
-
* const command = new ListDevicePositionsCommand(input);
|
|
32
|
-
* const response = await client.send(command);
|
|
33
|
-
* ```
|
|
34
|
-
*
|
|
35
|
-
* @see {@link ListDevicePositionsCommandInput} for command's `input` shape.
|
|
36
|
-
* @see {@link ListDevicePositionsCommandOutput} for command's `response` shape.
|
|
37
|
-
* @see {@link LocationClientResolvedConfig | config} for command's `input` shape.
|
|
38
|
-
*
|
|
39
|
-
*/
|
|
40
|
-
export class ListDevicePositionsCommand extends $Command<
|
|
41
|
-
ListDevicePositionsCommandInput,
|
|
42
|
-
ListDevicePositionsCommandOutput,
|
|
43
|
-
LocationClientResolvedConfig
|
|
44
|
-
> {
|
|
45
|
-
// Start section: command_properties
|
|
46
|
-
// End section: command_properties
|
|
47
|
-
|
|
48
|
-
constructor(readonly input: ListDevicePositionsCommandInput) {
|
|
49
|
-
// Start section: command_constructor
|
|
50
|
-
super();
|
|
51
|
-
// End section: command_constructor
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
/**
|
|
55
|
-
* @internal
|
|
56
|
-
*/
|
|
57
|
-
resolveMiddleware(
|
|
58
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
59
|
-
configuration: LocationClientResolvedConfig,
|
|
60
|
-
options?: __HttpHandlerOptions
|
|
61
|
-
): Handler<ListDevicePositionsCommandInput, ListDevicePositionsCommandOutput> {
|
|
62
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
63
|
-
|
|
64
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
65
|
-
|
|
66
|
-
const { logger } = configuration;
|
|
67
|
-
const clientName = "LocationClient";
|
|
68
|
-
const commandName = "ListDevicePositionsCommand";
|
|
69
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
70
|
-
logger,
|
|
71
|
-
clientName,
|
|
72
|
-
commandName,
|
|
73
|
-
inputFilterSensitiveLog: ListDevicePositionsRequest.filterSensitiveLog,
|
|
74
|
-
outputFilterSensitiveLog: ListDevicePositionsResponse.filterSensitiveLog,
|
|
75
|
-
};
|
|
76
|
-
const { requestHandler } = configuration;
|
|
77
|
-
return stack.resolve(
|
|
78
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
79
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
80
|
-
handlerExecutionContext
|
|
81
|
-
);
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
private serialize(input: ListDevicePositionsCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
|
|
85
|
-
return serializeAws_restJson1ListDevicePositionsCommand(input, context);
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<ListDevicePositionsCommandOutput> {
|
|
89
|
-
return deserializeAws_restJson1ListDevicePositionsCommand(output, context);
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
// Start section: command_body_extra
|
|
93
|
-
// End section: command_body_extra
|
|
94
|
-
}
|
|
@@ -1,94 +0,0 @@
|
|
|
1
|
-
import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
|
|
2
|
-
import { ListGeofenceCollectionsRequest, ListGeofenceCollectionsResponse } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_restJson1ListGeofenceCollectionsCommand,
|
|
5
|
-
serializeAws_restJson1ListGeofenceCollectionsCommand,
|
|
6
|
-
} from "../protocols/Aws_restJson1";
|
|
7
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
10
|
-
import {
|
|
11
|
-
FinalizeHandlerArguments,
|
|
12
|
-
Handler,
|
|
13
|
-
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
|
-
MetadataBearer as __MetadataBearer,
|
|
17
|
-
SerdeContext as __SerdeContext,
|
|
18
|
-
} from "@aws-sdk/types";
|
|
19
|
-
|
|
20
|
-
export interface ListGeofenceCollectionsCommandInput extends ListGeofenceCollectionsRequest {}
|
|
21
|
-
export interface ListGeofenceCollectionsCommandOutput extends ListGeofenceCollectionsResponse, __MetadataBearer {}
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* <p>Lists geofence collections in your AWS account.</p>
|
|
25
|
-
* @example
|
|
26
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
27
|
-
* ```javascript
|
|
28
|
-
* import { LocationClient, ListGeofenceCollectionsCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
29
|
-
* // const { LocationClient, ListGeofenceCollectionsCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
30
|
-
* const client = new LocationClient(config);
|
|
31
|
-
* const command = new ListGeofenceCollectionsCommand(input);
|
|
32
|
-
* const response = await client.send(command);
|
|
33
|
-
* ```
|
|
34
|
-
*
|
|
35
|
-
* @see {@link ListGeofenceCollectionsCommandInput} for command's `input` shape.
|
|
36
|
-
* @see {@link ListGeofenceCollectionsCommandOutput} for command's `response` shape.
|
|
37
|
-
* @see {@link LocationClientResolvedConfig | config} for command's `input` shape.
|
|
38
|
-
*
|
|
39
|
-
*/
|
|
40
|
-
export class ListGeofenceCollectionsCommand extends $Command<
|
|
41
|
-
ListGeofenceCollectionsCommandInput,
|
|
42
|
-
ListGeofenceCollectionsCommandOutput,
|
|
43
|
-
LocationClientResolvedConfig
|
|
44
|
-
> {
|
|
45
|
-
// Start section: command_properties
|
|
46
|
-
// End section: command_properties
|
|
47
|
-
|
|
48
|
-
constructor(readonly input: ListGeofenceCollectionsCommandInput) {
|
|
49
|
-
// Start section: command_constructor
|
|
50
|
-
super();
|
|
51
|
-
// End section: command_constructor
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
/**
|
|
55
|
-
* @internal
|
|
56
|
-
*/
|
|
57
|
-
resolveMiddleware(
|
|
58
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
59
|
-
configuration: LocationClientResolvedConfig,
|
|
60
|
-
options?: __HttpHandlerOptions
|
|
61
|
-
): Handler<ListGeofenceCollectionsCommandInput, ListGeofenceCollectionsCommandOutput> {
|
|
62
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
63
|
-
|
|
64
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
65
|
-
|
|
66
|
-
const { logger } = configuration;
|
|
67
|
-
const clientName = "LocationClient";
|
|
68
|
-
const commandName = "ListGeofenceCollectionsCommand";
|
|
69
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
70
|
-
logger,
|
|
71
|
-
clientName,
|
|
72
|
-
commandName,
|
|
73
|
-
inputFilterSensitiveLog: ListGeofenceCollectionsRequest.filterSensitiveLog,
|
|
74
|
-
outputFilterSensitiveLog: ListGeofenceCollectionsResponse.filterSensitiveLog,
|
|
75
|
-
};
|
|
76
|
-
const { requestHandler } = configuration;
|
|
77
|
-
return stack.resolve(
|
|
78
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
79
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
80
|
-
handlerExecutionContext
|
|
81
|
-
);
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
private serialize(input: ListGeofenceCollectionsCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
|
|
85
|
-
return serializeAws_restJson1ListGeofenceCollectionsCommand(input, context);
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<ListGeofenceCollectionsCommandOutput> {
|
|
89
|
-
return deserializeAws_restJson1ListGeofenceCollectionsCommand(output, context);
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
// Start section: command_body_extra
|
|
93
|
-
// End section: command_body_extra
|
|
94
|
-
}
|
|
@@ -1,94 +0,0 @@
|
|
|
1
|
-
import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
|
|
2
|
-
import { ListGeofencesRequest, ListGeofencesResponse } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_restJson1ListGeofencesCommand,
|
|
5
|
-
serializeAws_restJson1ListGeofencesCommand,
|
|
6
|
-
} from "../protocols/Aws_restJson1";
|
|
7
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
10
|
-
import {
|
|
11
|
-
FinalizeHandlerArguments,
|
|
12
|
-
Handler,
|
|
13
|
-
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
|
-
MetadataBearer as __MetadataBearer,
|
|
17
|
-
SerdeContext as __SerdeContext,
|
|
18
|
-
} from "@aws-sdk/types";
|
|
19
|
-
|
|
20
|
-
export interface ListGeofencesCommandInput extends ListGeofencesRequest {}
|
|
21
|
-
export interface ListGeofencesCommandOutput extends ListGeofencesResponse, __MetadataBearer {}
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* <p>Lists geofences stored in a given geofence collection.</p>
|
|
25
|
-
* @example
|
|
26
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
27
|
-
* ```javascript
|
|
28
|
-
* import { LocationClient, ListGeofencesCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
29
|
-
* // const { LocationClient, ListGeofencesCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
30
|
-
* const client = new LocationClient(config);
|
|
31
|
-
* const command = new ListGeofencesCommand(input);
|
|
32
|
-
* const response = await client.send(command);
|
|
33
|
-
* ```
|
|
34
|
-
*
|
|
35
|
-
* @see {@link ListGeofencesCommandInput} for command's `input` shape.
|
|
36
|
-
* @see {@link ListGeofencesCommandOutput} for command's `response` shape.
|
|
37
|
-
* @see {@link LocationClientResolvedConfig | config} for command's `input` shape.
|
|
38
|
-
*
|
|
39
|
-
*/
|
|
40
|
-
export class ListGeofencesCommand extends $Command<
|
|
41
|
-
ListGeofencesCommandInput,
|
|
42
|
-
ListGeofencesCommandOutput,
|
|
43
|
-
LocationClientResolvedConfig
|
|
44
|
-
> {
|
|
45
|
-
// Start section: command_properties
|
|
46
|
-
// End section: command_properties
|
|
47
|
-
|
|
48
|
-
constructor(readonly input: ListGeofencesCommandInput) {
|
|
49
|
-
// Start section: command_constructor
|
|
50
|
-
super();
|
|
51
|
-
// End section: command_constructor
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
/**
|
|
55
|
-
* @internal
|
|
56
|
-
*/
|
|
57
|
-
resolveMiddleware(
|
|
58
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
59
|
-
configuration: LocationClientResolvedConfig,
|
|
60
|
-
options?: __HttpHandlerOptions
|
|
61
|
-
): Handler<ListGeofencesCommandInput, ListGeofencesCommandOutput> {
|
|
62
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
63
|
-
|
|
64
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
65
|
-
|
|
66
|
-
const { logger } = configuration;
|
|
67
|
-
const clientName = "LocationClient";
|
|
68
|
-
const commandName = "ListGeofencesCommand";
|
|
69
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
70
|
-
logger,
|
|
71
|
-
clientName,
|
|
72
|
-
commandName,
|
|
73
|
-
inputFilterSensitiveLog: ListGeofencesRequest.filterSensitiveLog,
|
|
74
|
-
outputFilterSensitiveLog: ListGeofencesResponse.filterSensitiveLog,
|
|
75
|
-
};
|
|
76
|
-
const { requestHandler } = configuration;
|
|
77
|
-
return stack.resolve(
|
|
78
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
79
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
80
|
-
handlerExecutionContext
|
|
81
|
-
);
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
private serialize(input: ListGeofencesCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
|
|
85
|
-
return serializeAws_restJson1ListGeofencesCommand(input, context);
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<ListGeofencesCommandOutput> {
|
|
89
|
-
return deserializeAws_restJson1ListGeofencesCommand(output, context);
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
// Start section: command_body_extra
|
|
93
|
-
// End section: command_body_extra
|
|
94
|
-
}
|
|
@@ -1,94 +0,0 @@
|
|
|
1
|
-
import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
|
|
2
|
-
import { ListMapsRequest, ListMapsResponse } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_restJson1ListMapsCommand,
|
|
5
|
-
serializeAws_restJson1ListMapsCommand,
|
|
6
|
-
} from "../protocols/Aws_restJson1";
|
|
7
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
10
|
-
import {
|
|
11
|
-
FinalizeHandlerArguments,
|
|
12
|
-
Handler,
|
|
13
|
-
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
|
-
MetadataBearer as __MetadataBearer,
|
|
17
|
-
SerdeContext as __SerdeContext,
|
|
18
|
-
} from "@aws-sdk/types";
|
|
19
|
-
|
|
20
|
-
export interface ListMapsCommandInput extends ListMapsRequest {}
|
|
21
|
-
export interface ListMapsCommandOutput extends ListMapsResponse, __MetadataBearer {}
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* <p>Lists map resources in your AWS account.</p>
|
|
25
|
-
* @example
|
|
26
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
27
|
-
* ```javascript
|
|
28
|
-
* import { LocationClient, ListMapsCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
29
|
-
* // const { LocationClient, ListMapsCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
30
|
-
* const client = new LocationClient(config);
|
|
31
|
-
* const command = new ListMapsCommand(input);
|
|
32
|
-
* const response = await client.send(command);
|
|
33
|
-
* ```
|
|
34
|
-
*
|
|
35
|
-
* @see {@link ListMapsCommandInput} for command's `input` shape.
|
|
36
|
-
* @see {@link ListMapsCommandOutput} for command's `response` shape.
|
|
37
|
-
* @see {@link LocationClientResolvedConfig | config} for command's `input` shape.
|
|
38
|
-
*
|
|
39
|
-
*/
|
|
40
|
-
export class ListMapsCommand extends $Command<
|
|
41
|
-
ListMapsCommandInput,
|
|
42
|
-
ListMapsCommandOutput,
|
|
43
|
-
LocationClientResolvedConfig
|
|
44
|
-
> {
|
|
45
|
-
// Start section: command_properties
|
|
46
|
-
// End section: command_properties
|
|
47
|
-
|
|
48
|
-
constructor(readonly input: ListMapsCommandInput) {
|
|
49
|
-
// Start section: command_constructor
|
|
50
|
-
super();
|
|
51
|
-
// End section: command_constructor
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
/**
|
|
55
|
-
* @internal
|
|
56
|
-
*/
|
|
57
|
-
resolveMiddleware(
|
|
58
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
59
|
-
configuration: LocationClientResolvedConfig,
|
|
60
|
-
options?: __HttpHandlerOptions
|
|
61
|
-
): Handler<ListMapsCommandInput, ListMapsCommandOutput> {
|
|
62
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
63
|
-
|
|
64
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
65
|
-
|
|
66
|
-
const { logger } = configuration;
|
|
67
|
-
const clientName = "LocationClient";
|
|
68
|
-
const commandName = "ListMapsCommand";
|
|
69
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
70
|
-
logger,
|
|
71
|
-
clientName,
|
|
72
|
-
commandName,
|
|
73
|
-
inputFilterSensitiveLog: ListMapsRequest.filterSensitiveLog,
|
|
74
|
-
outputFilterSensitiveLog: ListMapsResponse.filterSensitiveLog,
|
|
75
|
-
};
|
|
76
|
-
const { requestHandler } = configuration;
|
|
77
|
-
return stack.resolve(
|
|
78
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
79
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
80
|
-
handlerExecutionContext
|
|
81
|
-
);
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
private serialize(input: ListMapsCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
|
|
85
|
-
return serializeAws_restJson1ListMapsCommand(input, context);
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<ListMapsCommandOutput> {
|
|
89
|
-
return deserializeAws_restJson1ListMapsCommand(output, context);
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
// Start section: command_body_extra
|
|
93
|
-
// End section: command_body_extra
|
|
94
|
-
}
|
|
@@ -1,94 +0,0 @@
|
|
|
1
|
-
import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
|
|
2
|
-
import { ListPlaceIndexesRequest, ListPlaceIndexesResponse } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_restJson1ListPlaceIndexesCommand,
|
|
5
|
-
serializeAws_restJson1ListPlaceIndexesCommand,
|
|
6
|
-
} from "../protocols/Aws_restJson1";
|
|
7
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
10
|
-
import {
|
|
11
|
-
FinalizeHandlerArguments,
|
|
12
|
-
Handler,
|
|
13
|
-
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
|
-
MetadataBearer as __MetadataBearer,
|
|
17
|
-
SerdeContext as __SerdeContext,
|
|
18
|
-
} from "@aws-sdk/types";
|
|
19
|
-
|
|
20
|
-
export interface ListPlaceIndexesCommandInput extends ListPlaceIndexesRequest {}
|
|
21
|
-
export interface ListPlaceIndexesCommandOutput extends ListPlaceIndexesResponse, __MetadataBearer {}
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* <p>Lists place index resources in your AWS account.</p>
|
|
25
|
-
* @example
|
|
26
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
27
|
-
* ```javascript
|
|
28
|
-
* import { LocationClient, ListPlaceIndexesCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
29
|
-
* // const { LocationClient, ListPlaceIndexesCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
30
|
-
* const client = new LocationClient(config);
|
|
31
|
-
* const command = new ListPlaceIndexesCommand(input);
|
|
32
|
-
* const response = await client.send(command);
|
|
33
|
-
* ```
|
|
34
|
-
*
|
|
35
|
-
* @see {@link ListPlaceIndexesCommandInput} for command's `input` shape.
|
|
36
|
-
* @see {@link ListPlaceIndexesCommandOutput} for command's `response` shape.
|
|
37
|
-
* @see {@link LocationClientResolvedConfig | config} for command's `input` shape.
|
|
38
|
-
*
|
|
39
|
-
*/
|
|
40
|
-
export class ListPlaceIndexesCommand extends $Command<
|
|
41
|
-
ListPlaceIndexesCommandInput,
|
|
42
|
-
ListPlaceIndexesCommandOutput,
|
|
43
|
-
LocationClientResolvedConfig
|
|
44
|
-
> {
|
|
45
|
-
// Start section: command_properties
|
|
46
|
-
// End section: command_properties
|
|
47
|
-
|
|
48
|
-
constructor(readonly input: ListPlaceIndexesCommandInput) {
|
|
49
|
-
// Start section: command_constructor
|
|
50
|
-
super();
|
|
51
|
-
// End section: command_constructor
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
/**
|
|
55
|
-
* @internal
|
|
56
|
-
*/
|
|
57
|
-
resolveMiddleware(
|
|
58
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
59
|
-
configuration: LocationClientResolvedConfig,
|
|
60
|
-
options?: __HttpHandlerOptions
|
|
61
|
-
): Handler<ListPlaceIndexesCommandInput, ListPlaceIndexesCommandOutput> {
|
|
62
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
63
|
-
|
|
64
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
65
|
-
|
|
66
|
-
const { logger } = configuration;
|
|
67
|
-
const clientName = "LocationClient";
|
|
68
|
-
const commandName = "ListPlaceIndexesCommand";
|
|
69
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
70
|
-
logger,
|
|
71
|
-
clientName,
|
|
72
|
-
commandName,
|
|
73
|
-
inputFilterSensitiveLog: ListPlaceIndexesRequest.filterSensitiveLog,
|
|
74
|
-
outputFilterSensitiveLog: ListPlaceIndexesResponse.filterSensitiveLog,
|
|
75
|
-
};
|
|
76
|
-
const { requestHandler } = configuration;
|
|
77
|
-
return stack.resolve(
|
|
78
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
79
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
80
|
-
handlerExecutionContext
|
|
81
|
-
);
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
private serialize(input: ListPlaceIndexesCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
|
|
85
|
-
return serializeAws_restJson1ListPlaceIndexesCommand(input, context);
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<ListPlaceIndexesCommandOutput> {
|
|
89
|
-
return deserializeAws_restJson1ListPlaceIndexesCommand(output, context);
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
// Start section: command_body_extra
|
|
93
|
-
// End section: command_body_extra
|
|
94
|
-
}
|