@aws-sdk/client-location 3.31.0 → 3.35.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +39 -0
- package/dist-cjs/Location.js +761 -0
- package/dist-cjs/Location.js.map +1 -0
- package/dist-cjs/LocationClient.js +44 -0
- package/dist-cjs/LocationClient.js.map +1 -0
- package/dist-cjs/commands/AssociateTrackerConsumerCommand.js +67 -0
- package/dist-cjs/commands/AssociateTrackerConsumerCommand.js.map +1 -0
- package/dist-cjs/commands/BatchDeleteDevicePositionHistoryCommand.js +61 -0
- package/dist-cjs/commands/BatchDeleteDevicePositionHistoryCommand.js.map +1 -0
- package/dist-cjs/commands/BatchDeleteGeofenceCommand.js +64 -0
- package/dist-cjs/commands/BatchDeleteGeofenceCommand.js.map +1 -0
- package/dist-cjs/commands/BatchEvaluateGeofencesCommand.js +81 -0
- package/dist-cjs/commands/BatchEvaluateGeofencesCommand.js.map +1 -0
- package/dist-cjs/commands/BatchGetDevicePositionCommand.js +61 -0
- package/dist-cjs/commands/BatchGetDevicePositionCommand.js.map +1 -0
- package/dist-cjs/commands/BatchPutGeofenceCommand.js +62 -0
- package/dist-cjs/commands/BatchPutGeofenceCommand.js.map +1 -0
- package/dist-cjs/commands/BatchUpdateDevicePositionCommand.js +67 -0
- package/dist-cjs/commands/BatchUpdateDevicePositionCommand.js.map +1 -0
- package/dist-cjs/commands/CalculateRouteCommand.js +91 -0
- package/dist-cjs/commands/CalculateRouteCommand.js.map +1 -0
- package/dist-cjs/commands/CreateGeofenceCollectionCommand.js +61 -0
- package/dist-cjs/commands/CreateGeofenceCollectionCommand.js.map +1 -0
- package/dist-cjs/commands/CreateMapCommand.js +62 -0
- package/dist-cjs/commands/CreateMapCommand.js.map +1 -0
- package/dist-cjs/commands/CreatePlaceIndexCommand.js +62 -0
- package/dist-cjs/commands/CreatePlaceIndexCommand.js.map +1 -0
- package/dist-cjs/commands/CreateRouteCalculatorCommand.js +64 -0
- package/dist-cjs/commands/CreateRouteCalculatorCommand.js.map +1 -0
- package/dist-cjs/commands/CreateTrackerCommand.js +62 -0
- package/dist-cjs/commands/CreateTrackerCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteGeofenceCollectionCommand.js +65 -0
- package/dist-cjs/commands/DeleteGeofenceCollectionCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteMapCommand.js +65 -0
- package/dist-cjs/commands/DeleteMapCommand.js.map +1 -0
- package/dist-cjs/commands/DeletePlaceIndexCommand.js +64 -0
- package/dist-cjs/commands/DeletePlaceIndexCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteRouteCalculatorCommand.js +64 -0
- package/dist-cjs/commands/DeleteRouteCalculatorCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteTrackerCommand.js +66 -0
- package/dist-cjs/commands/DeleteTrackerCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeGeofenceCollectionCommand.js +61 -0
- package/dist-cjs/commands/DescribeGeofenceCollectionCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeMapCommand.js +61 -0
- package/dist-cjs/commands/DescribeMapCommand.js.map +1 -0
- package/dist-cjs/commands/DescribePlaceIndexCommand.js +61 -0
- package/dist-cjs/commands/DescribePlaceIndexCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeRouteCalculatorCommand.js +61 -0
- package/dist-cjs/commands/DescribeRouteCalculatorCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeTrackerCommand.js +61 -0
- package/dist-cjs/commands/DescribeTrackerCommand.js.map +1 -0
- package/dist-cjs/commands/DisassociateTrackerConsumerCommand.js +65 -0
- package/dist-cjs/commands/DisassociateTrackerConsumerCommand.js.map +1 -0
- package/dist-cjs/commands/GetDevicePositionCommand.js +64 -0
- package/dist-cjs/commands/GetDevicePositionCommand.js.map +1 -0
- package/dist-cjs/commands/GetDevicePositionHistoryCommand.js +65 -0
- package/dist-cjs/commands/GetDevicePositionHistoryCommand.js.map +1 -0
- package/dist-cjs/commands/GetGeofenceCommand.js +61 -0
- package/dist-cjs/commands/GetGeofenceCommand.js.map +1 -0
- package/dist-cjs/commands/GetMapGlyphsCommand.js +61 -0
- package/dist-cjs/commands/GetMapGlyphsCommand.js.map +1 -0
- package/dist-cjs/commands/GetMapSpritesCommand.js +63 -0
- package/dist-cjs/commands/GetMapSpritesCommand.js.map +1 -0
- package/dist-cjs/commands/GetMapStyleDescriptorCommand.js +64 -0
- package/dist-cjs/commands/GetMapStyleDescriptorCommand.js.map +1 -0
- package/dist-cjs/commands/GetMapTileCommand.js +66 -0
- package/dist-cjs/commands/GetMapTileCommand.js.map +1 -0
- package/dist-cjs/commands/ListDevicePositionsCommand.js +61 -0
- package/dist-cjs/commands/ListDevicePositionsCommand.js.map +1 -0
- package/dist-cjs/commands/ListGeofenceCollectionsCommand.js +61 -0
- package/dist-cjs/commands/ListGeofenceCollectionsCommand.js.map +1 -0
- package/dist-cjs/commands/ListGeofencesCommand.js +61 -0
- package/dist-cjs/commands/ListGeofencesCommand.js.map +1 -0
- package/dist-cjs/commands/ListMapsCommand.js +61 -0
- package/dist-cjs/commands/ListMapsCommand.js.map +1 -0
- package/dist-cjs/commands/ListPlaceIndexesCommand.js +61 -0
- package/dist-cjs/commands/ListPlaceIndexesCommand.js.map +1 -0
- package/dist-cjs/commands/ListRouteCalculatorsCommand.js +61 -0
- package/dist-cjs/commands/ListRouteCalculatorsCommand.js.map +1 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +61 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js.map +1 -0
- package/dist-cjs/commands/ListTrackerConsumersCommand.js +61 -0
- package/dist-cjs/commands/ListTrackerConsumersCommand.js.map +1 -0
- package/dist-cjs/commands/ListTrackersCommand.js +61 -0
- package/dist-cjs/commands/ListTrackersCommand.js.map +1 -0
- package/dist-cjs/commands/PutGeofenceCommand.js +62 -0
- package/dist-cjs/commands/PutGeofenceCommand.js.map +1 -0
- package/dist-cjs/commands/SearchPlaceIndexForPositionCommand.js +62 -0
- package/dist-cjs/commands/SearchPlaceIndexForPositionCommand.js.map +1 -0
- package/dist-cjs/commands/SearchPlaceIndexForTextCommand.js +69 -0
- package/dist-cjs/commands/SearchPlaceIndexForTextCommand.js.map +1 -0
- package/dist-cjs/commands/TagResourceCommand.js +74 -0
- package/dist-cjs/commands/TagResourceCommand.js.map +1 -0
- package/dist-cjs/commands/UntagResourceCommand.js +61 -0
- package/dist-cjs/commands/UntagResourceCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateGeofenceCollectionCommand.js +61 -0
- package/dist-cjs/commands/UpdateGeofenceCollectionCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateMapCommand.js +61 -0
- package/dist-cjs/commands/UpdateMapCommand.js.map +1 -0
- package/dist-cjs/commands/UpdatePlaceIndexCommand.js +61 -0
- package/dist-cjs/commands/UpdatePlaceIndexCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateRouteCalculatorCommand.js +61 -0
- package/dist-cjs/commands/UpdateRouteCalculatorCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateTrackerCommand.js +61 -0
- package/dist-cjs/commands/UpdateTrackerCommand.js.map +1 -0
- package/dist-cjs/endpoints.js +57 -0
- package/dist-cjs/endpoints.js.map +1 -0
- package/dist-cjs/index.js +67 -0
- package/dist-cjs/index.js.map +1 -0
- package/dist-cjs/models/index.js +5 -0
- package/dist-cjs/models/index.js.map +1 -0
- package/{dist/cjs → dist-cjs}/models/models_0.js +0 -0
- package/dist-cjs/models/models_0.js.map +1 -0
- package/dist-cjs/pagination/GetDevicePositionHistoryPaginator.js +45 -0
- package/dist-cjs/pagination/GetDevicePositionHistoryPaginator.js.map +1 -0
- package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -0
- package/dist-cjs/pagination/Interfaces.js.map +1 -0
- package/dist-cjs/pagination/ListDevicePositionsPaginator.js +46 -0
- package/dist-cjs/pagination/ListDevicePositionsPaginator.js.map +1 -0
- package/dist-cjs/pagination/ListGeofenceCollectionsPaginator.js +46 -0
- package/dist-cjs/pagination/ListGeofenceCollectionsPaginator.js.map +1 -0
- package/dist-cjs/pagination/ListGeofencesPaginator.js +45 -0
- package/dist-cjs/pagination/ListGeofencesPaginator.js.map +1 -0
- package/dist-cjs/pagination/ListMapsPaginator.js +46 -0
- package/dist-cjs/pagination/ListMapsPaginator.js.map +1 -0
- package/dist-cjs/pagination/ListPlaceIndexesPaginator.js +46 -0
- package/dist-cjs/pagination/ListPlaceIndexesPaginator.js.map +1 -0
- package/dist-cjs/pagination/ListRouteCalculatorsPaginator.js +46 -0
- package/dist-cjs/pagination/ListRouteCalculatorsPaginator.js.map +1 -0
- package/dist-cjs/pagination/ListTrackerConsumersPaginator.js +46 -0
- package/dist-cjs/pagination/ListTrackerConsumersPaginator.js.map +1 -0
- package/dist-cjs/pagination/ListTrackersPaginator.js +46 -0
- package/dist-cjs/pagination/ListTrackersPaginator.js.map +1 -0
- package/dist-cjs/protocols/Aws_restJson1.js +7163 -0
- package/dist-cjs/protocols/Aws_restJson1.js.map +1 -0
- package/dist-cjs/runtimeConfig.browser.js +42 -0
- package/dist-cjs/runtimeConfig.browser.js.map +1 -0
- package/dist-cjs/runtimeConfig.js +47 -0
- package/dist-cjs/runtimeConfig.js.map +1 -0
- package/dist-cjs/runtimeConfig.native.js +20 -0
- package/dist-cjs/runtimeConfig.native.js.map +1 -0
- package/dist-cjs/runtimeConfig.shared.js +21 -0
- package/dist-cjs/runtimeConfig.shared.js.map +1 -0
- package/dist-es/Location.js +761 -0
- package/dist-es/Location.js.map +1 -0
- package/dist-es/LocationClient.js +38 -0
- package/dist-es/LocationClient.js.map +1 -0
- package/dist-es/commands/AssociateTrackerConsumerCommand.js +40 -0
- package/dist-es/commands/AssociateTrackerConsumerCommand.js.map +1 -0
- package/dist-es/commands/BatchDeleteDevicePositionHistoryCommand.js +40 -0
- package/dist-es/commands/BatchDeleteDevicePositionHistoryCommand.js.map +1 -0
- package/dist-es/commands/BatchDeleteGeofenceCommand.js +40 -0
- package/dist-es/commands/BatchDeleteGeofenceCommand.js.map +1 -0
- package/dist-es/commands/BatchEvaluateGeofencesCommand.js +40 -0
- package/dist-es/commands/BatchEvaluateGeofencesCommand.js.map +1 -0
- package/dist-es/commands/BatchGetDevicePositionCommand.js +40 -0
- package/dist-es/commands/BatchGetDevicePositionCommand.js.map +1 -0
- package/dist-es/commands/BatchPutGeofenceCommand.js +40 -0
- package/dist-es/commands/BatchPutGeofenceCommand.js.map +1 -0
- package/dist-es/commands/BatchUpdateDevicePositionCommand.js +40 -0
- package/dist-es/commands/BatchUpdateDevicePositionCommand.js.map +1 -0
- package/dist-es/commands/CalculateRouteCommand.js +40 -0
- package/dist-es/commands/CalculateRouteCommand.js.map +1 -0
- package/dist-es/commands/CreateGeofenceCollectionCommand.js +40 -0
- package/dist-es/commands/CreateGeofenceCollectionCommand.js.map +1 -0
- package/dist-es/commands/CreateMapCommand.js +40 -0
- package/dist-es/commands/CreateMapCommand.js.map +1 -0
- package/dist-es/commands/CreatePlaceIndexCommand.js +40 -0
- package/dist-es/commands/CreatePlaceIndexCommand.js.map +1 -0
- package/dist-es/commands/CreateRouteCalculatorCommand.js +40 -0
- package/dist-es/commands/CreateRouteCalculatorCommand.js.map +1 -0
- package/dist-es/commands/CreateTrackerCommand.js +40 -0
- package/dist-es/commands/CreateTrackerCommand.js.map +1 -0
- package/dist-es/commands/DeleteGeofenceCollectionCommand.js +40 -0
- package/dist-es/commands/DeleteGeofenceCollectionCommand.js.map +1 -0
- package/dist-es/commands/DeleteMapCommand.js +40 -0
- package/dist-es/commands/DeleteMapCommand.js.map +1 -0
- package/dist-es/commands/DeletePlaceIndexCommand.js +40 -0
- package/dist-es/commands/DeletePlaceIndexCommand.js.map +1 -0
- package/dist-es/commands/DeleteRouteCalculatorCommand.js +40 -0
- package/dist-es/commands/DeleteRouteCalculatorCommand.js.map +1 -0
- package/dist-es/commands/DeleteTrackerCommand.js +40 -0
- package/dist-es/commands/DeleteTrackerCommand.js.map +1 -0
- package/dist-es/commands/DescribeGeofenceCollectionCommand.js +40 -0
- package/dist-es/commands/DescribeGeofenceCollectionCommand.js.map +1 -0
- package/dist-es/commands/DescribeMapCommand.js +40 -0
- package/dist-es/commands/DescribeMapCommand.js.map +1 -0
- package/dist-es/commands/DescribePlaceIndexCommand.js +40 -0
- package/dist-es/commands/DescribePlaceIndexCommand.js.map +1 -0
- package/dist-es/commands/DescribeRouteCalculatorCommand.js +40 -0
- package/dist-es/commands/DescribeRouteCalculatorCommand.js.map +1 -0
- package/dist-es/commands/DescribeTrackerCommand.js +40 -0
- package/dist-es/commands/DescribeTrackerCommand.js.map +1 -0
- package/dist-es/commands/DisassociateTrackerConsumerCommand.js +40 -0
- package/dist-es/commands/DisassociateTrackerConsumerCommand.js.map +1 -0
- package/dist-es/commands/GetDevicePositionCommand.js +40 -0
- package/dist-es/commands/GetDevicePositionCommand.js.map +1 -0
- package/dist-es/commands/GetDevicePositionHistoryCommand.js +40 -0
- package/dist-es/commands/GetDevicePositionHistoryCommand.js.map +1 -0
- package/dist-es/commands/GetGeofenceCommand.js +40 -0
- package/dist-es/commands/GetGeofenceCommand.js.map +1 -0
- package/dist-es/commands/GetMapGlyphsCommand.js +40 -0
- package/dist-es/commands/GetMapGlyphsCommand.js.map +1 -0
- package/dist-es/commands/GetMapSpritesCommand.js +40 -0
- package/dist-es/commands/GetMapSpritesCommand.js.map +1 -0
- package/dist-es/commands/GetMapStyleDescriptorCommand.js +40 -0
- package/dist-es/commands/GetMapStyleDescriptorCommand.js.map +1 -0
- package/dist-es/commands/GetMapTileCommand.js +40 -0
- package/dist-es/commands/GetMapTileCommand.js.map +1 -0
- package/dist-es/commands/ListDevicePositionsCommand.js +40 -0
- package/dist-es/commands/ListDevicePositionsCommand.js.map +1 -0
- package/dist-es/commands/ListGeofenceCollectionsCommand.js +40 -0
- package/dist-es/commands/ListGeofenceCollectionsCommand.js.map +1 -0
- package/dist-es/commands/ListGeofencesCommand.js +40 -0
- package/dist-es/commands/ListGeofencesCommand.js.map +1 -0
- package/dist-es/commands/ListMapsCommand.js +40 -0
- package/dist-es/commands/ListMapsCommand.js.map +1 -0
- package/dist-es/commands/ListPlaceIndexesCommand.js +40 -0
- package/dist-es/commands/ListPlaceIndexesCommand.js.map +1 -0
- package/dist-es/commands/ListRouteCalculatorsCommand.js +40 -0
- package/dist-es/commands/ListRouteCalculatorsCommand.js.map +1 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +40 -0
- package/dist-es/commands/ListTagsForResourceCommand.js.map +1 -0
- package/dist-es/commands/ListTrackerConsumersCommand.js +40 -0
- package/dist-es/commands/ListTrackerConsumersCommand.js.map +1 -0
- package/dist-es/commands/ListTrackersCommand.js +40 -0
- package/dist-es/commands/ListTrackersCommand.js.map +1 -0
- package/dist-es/commands/PutGeofenceCommand.js +40 -0
- package/dist-es/commands/PutGeofenceCommand.js.map +1 -0
- package/dist-es/commands/SearchPlaceIndexForPositionCommand.js +40 -0
- package/dist-es/commands/SearchPlaceIndexForPositionCommand.js.map +1 -0
- package/dist-es/commands/SearchPlaceIndexForTextCommand.js +40 -0
- package/dist-es/commands/SearchPlaceIndexForTextCommand.js.map +1 -0
- package/dist-es/commands/TagResourceCommand.js +40 -0
- package/dist-es/commands/TagResourceCommand.js.map +1 -0
- package/dist-es/commands/UntagResourceCommand.js +40 -0
- package/dist-es/commands/UntagResourceCommand.js.map +1 -0
- package/dist-es/commands/UpdateGeofenceCollectionCommand.js +40 -0
- package/dist-es/commands/UpdateGeofenceCollectionCommand.js.map +1 -0
- package/dist-es/commands/UpdateMapCommand.js +40 -0
- package/dist-es/commands/UpdateMapCommand.js.map +1 -0
- package/dist-es/commands/UpdatePlaceIndexCommand.js +40 -0
- package/dist-es/commands/UpdatePlaceIndexCommand.js.map +1 -0
- package/dist-es/commands/UpdateRouteCalculatorCommand.js +40 -0
- package/dist-es/commands/UpdateRouteCalculatorCommand.js.map +1 -0
- package/dist-es/commands/UpdateTrackerCommand.js +40 -0
- package/dist-es/commands/UpdateTrackerCommand.js.map +1 -0
- package/dist-es/endpoints.js +53 -0
- package/dist-es/endpoints.js.map +1 -0
- package/{dist/es → dist-es}/index.js +0 -0
- package/dist-es/index.js.map +1 -0
- package/{dist/es → dist-es}/models/index.js +0 -0
- package/dist-es/models/index.js.map +1 -0
- package/dist-es/models/models_0.js +583 -0
- package/dist-es/models/models_0.js.map +1 -0
- package/dist-es/pagination/GetDevicePositionHistoryPaginator.js +74 -0
- package/dist-es/pagination/GetDevicePositionHistoryPaginator.js.map +1 -0
- package/{dist/es → dist-es}/pagination/Interfaces.js +0 -0
- package/dist-es/pagination/Interfaces.js.map +1 -0
- package/dist-es/pagination/ListDevicePositionsPaginator.js +75 -0
- package/dist-es/pagination/ListDevicePositionsPaginator.js.map +1 -0
- package/dist-es/pagination/ListGeofenceCollectionsPaginator.js +75 -0
- package/dist-es/pagination/ListGeofenceCollectionsPaginator.js.map +1 -0
- package/dist-es/pagination/ListGeofencesPaginator.js +74 -0
- package/dist-es/pagination/ListGeofencesPaginator.js.map +1 -0
- package/dist-es/pagination/ListMapsPaginator.js +75 -0
- package/dist-es/pagination/ListMapsPaginator.js.map +1 -0
- package/dist-es/pagination/ListPlaceIndexesPaginator.js +75 -0
- package/dist-es/pagination/ListPlaceIndexesPaginator.js.map +1 -0
- package/dist-es/pagination/ListRouteCalculatorsPaginator.js +75 -0
- package/dist-es/pagination/ListRouteCalculatorsPaginator.js.map +1 -0
- package/dist-es/pagination/ListTrackerConsumersPaginator.js +75 -0
- package/dist-es/pagination/ListTrackerConsumersPaginator.js.map +1 -0
- package/dist-es/pagination/ListTrackersPaginator.js +75 -0
- package/dist-es/pagination/ListTrackersPaginator.js.map +1 -0
- package/dist-es/protocols/Aws_restJson1.js +8058 -0
- package/dist-es/protocols/Aws_restJson1.js.map +1 -0
- package/dist-es/runtimeConfig.browser.js +17 -0
- package/dist-es/runtimeConfig.browser.js.map +1 -0
- package/dist-es/runtimeConfig.js +22 -0
- package/dist-es/runtimeConfig.js.map +1 -0
- package/dist-es/runtimeConfig.native.js +9 -0
- package/dist-es/runtimeConfig.native.js.map +1 -0
- package/dist-es/runtimeConfig.shared.js +14 -0
- package/dist-es/runtimeConfig.shared.js.map +1 -0
- package/dist-types/Location.d.ts +492 -0
- package/dist-types/LocationClient.d.ts +182 -0
- package/dist-types/commands/AssociateTrackerConsumerCommand.d.ts +41 -0
- package/dist-types/commands/BatchDeleteDevicePositionHistoryCommand.d.ts +35 -0
- package/dist-types/commands/BatchDeleteGeofenceCommand.d.ts +38 -0
- package/dist-types/commands/BatchEvaluateGeofencesCommand.d.ts +55 -0
- package/dist-types/commands/BatchGetDevicePositionCommand.d.ts +35 -0
- package/dist-types/commands/BatchPutGeofenceCommand.d.ts +36 -0
- package/dist-types/commands/BatchUpdateDevicePositionCommand.d.ts +41 -0
- package/dist-types/commands/CalculateRouteCommand.d.ts +65 -0
- package/dist-types/commands/CreateGeofenceCollectionCommand.d.ts +35 -0
- package/dist-types/commands/CreateMapCommand.d.ts +36 -0
- package/dist-types/commands/CreatePlaceIndexCommand.d.ts +36 -0
- package/dist-types/commands/CreateRouteCalculatorCommand.d.ts +38 -0
- package/dist-types/commands/CreateTrackerCommand.d.ts +36 -0
- package/dist-types/commands/DeleteGeofenceCollectionCommand.d.ts +39 -0
- package/dist-types/commands/DeleteMapCommand.d.ts +39 -0
- package/dist-types/commands/DeletePlaceIndexCommand.d.ts +38 -0
- package/dist-types/commands/DeleteRouteCalculatorCommand.d.ts +38 -0
- package/dist-types/commands/DeleteTrackerCommand.d.ts +40 -0
- package/dist-types/commands/DescribeGeofenceCollectionCommand.d.ts +35 -0
- package/dist-types/commands/DescribeMapCommand.d.ts +35 -0
- package/dist-types/commands/DescribePlaceIndexCommand.d.ts +35 -0
- package/dist-types/commands/DescribeRouteCalculatorCommand.d.ts +35 -0
- package/dist-types/commands/DescribeTrackerCommand.d.ts +35 -0
- package/dist-types/commands/DisassociateTrackerConsumerCommand.d.ts +39 -0
- package/dist-types/commands/GetDevicePositionCommand.d.ts +38 -0
- package/dist-types/commands/GetDevicePositionHistoryCommand.d.ts +39 -0
- package/dist-types/commands/GetGeofenceCommand.d.ts +35 -0
- package/dist-types/commands/GetMapGlyphsCommand.d.ts +35 -0
- package/dist-types/commands/GetMapSpritesCommand.d.ts +37 -0
- package/dist-types/commands/GetMapStyleDescriptorCommand.d.ts +38 -0
- package/dist-types/commands/GetMapTileCommand.d.ts +40 -0
- package/dist-types/commands/ListDevicePositionsCommand.d.ts +35 -0
- package/dist-types/commands/ListGeofenceCollectionsCommand.d.ts +35 -0
- package/dist-types/commands/ListGeofencesCommand.d.ts +35 -0
- package/dist-types/commands/ListMapsCommand.d.ts +35 -0
- package/dist-types/commands/ListPlaceIndexesCommand.d.ts +35 -0
- package/dist-types/commands/ListRouteCalculatorsCommand.d.ts +35 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +35 -0
- package/dist-types/commands/ListTrackerConsumersCommand.d.ts +35 -0
- package/dist-types/commands/ListTrackersCommand.d.ts +35 -0
- package/dist-types/commands/PutGeofenceCommand.d.ts +36 -0
- package/dist-types/commands/SearchPlaceIndexForPositionCommand.d.ts +36 -0
- package/dist-types/commands/SearchPlaceIndexForTextCommand.d.ts +43 -0
- package/dist-types/commands/TagResourceCommand.d.ts +48 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +35 -0
- package/dist-types/commands/UpdateGeofenceCollectionCommand.d.ts +35 -0
- package/dist-types/commands/UpdateMapCommand.d.ts +35 -0
- package/dist-types/commands/UpdatePlaceIndexCommand.d.ts +35 -0
- package/dist-types/commands/UpdateRouteCalculatorCommand.d.ts +35 -0
- package/dist-types/commands/UpdateTrackerCommand.d.ts +35 -0
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/index.d.ts +0 -0
- package/{dist/types → dist-types}/models/index.d.ts +0 -0
- package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
- package/dist-types/pagination/GetDevicePositionHistoryPaginator.d.ts +4 -0
- package/dist-types/pagination/Interfaces.d.ts +6 -0
- package/dist-types/pagination/ListDevicePositionsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListGeofenceCollectionsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListGeofencesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListMapsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListPlaceIndexesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListRouteCalculatorsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListTrackerConsumersPaginator.d.ts +4 -0
- package/dist-types/pagination/ListTrackersPaginator.d.ts +4 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +152 -0
- package/dist-types/runtimeConfig.browser.d.ts +37 -0
- package/dist-types/runtimeConfig.d.ts +37 -0
- package/dist-types/runtimeConfig.native.d.ts +36 -0
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/dist-types/ts3.4/Location.d.ts +492 -0
- package/dist-types/ts3.4/LocationClient.d.ts +182 -0
- package/dist-types/ts3.4/commands/AssociateTrackerConsumerCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/BatchDeleteDevicePositionHistoryCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/BatchDeleteGeofenceCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/BatchEvaluateGeofencesCommand.d.ts +55 -0
- package/dist-types/ts3.4/commands/BatchGetDevicePositionCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/BatchPutGeofenceCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/BatchUpdateDevicePositionCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/CalculateRouteCommand.d.ts +65 -0
- package/dist-types/ts3.4/commands/CreateGeofenceCollectionCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/CreateMapCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/CreatePlaceIndexCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/CreateRouteCalculatorCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/CreateTrackerCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DeleteGeofenceCollectionCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DeleteMapCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DeletePlaceIndexCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DeleteRouteCalculatorCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DeleteTrackerCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/DescribeGeofenceCollectionCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DescribeMapCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DescribePlaceIndexCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DescribeRouteCalculatorCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DescribeTrackerCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DisassociateTrackerConsumerCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/GetDevicePositionCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/GetDevicePositionHistoryCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/GetGeofenceCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetMapGlyphsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetMapSpritesCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/GetMapStyleDescriptorCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/GetMapTileCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/ListDevicePositionsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListGeofenceCollectionsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListGeofencesCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListMapsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListPlaceIndexesCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListRouteCalculatorsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListTrackerConsumersCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListTrackersCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/PutGeofenceCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/SearchPlaceIndexForPositionCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/SearchPlaceIndexForTextCommand.d.ts +43 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +48 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateGeofenceCollectionCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateMapCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdatePlaceIndexCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateRouteCalculatorCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateTrackerCommand.d.ts +35 -0
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +0 -0
- package/dist-types/ts3.4/pagination/GetDevicePositionHistoryPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListDevicePositionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListGeofenceCollectionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListGeofencesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListMapsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListPlaceIndexesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListRouteCalculatorsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListTrackerConsumersPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListTrackersPaginator.d.ts +4 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +152 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +36 -0
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
- package/package.json +50 -50
- package/src/Location.ts +1897 -0
- package/src/LocationClient.ts +458 -0
- package/src/commands/AssociateTrackerConsumerCommand.ts +101 -0
- package/src/commands/BatchDeleteDevicePositionHistoryCommand.ts +103 -0
- package/src/commands/BatchDeleteGeofenceCommand.ts +98 -0
- package/src/commands/BatchEvaluateGeofencesCommand.ts +115 -0
- package/src/commands/BatchGetDevicePositionCommand.ts +95 -0
- package/src/commands/BatchPutGeofenceCommand.ts +96 -0
- package/src/commands/BatchUpdateDevicePositionCommand.ts +104 -0
- package/src/commands/CalculateRouteCommand.ts +125 -0
- package/src/commands/CreateGeofenceCollectionCommand.ts +95 -0
- package/src/commands/CreateMapCommand.ts +96 -0
- package/src/commands/CreatePlaceIndexCommand.ts +96 -0
- package/src/commands/CreateRouteCalculatorCommand.ts +98 -0
- package/src/commands/CreateTrackerCommand.ts +96 -0
- package/src/commands/DeleteGeofenceCollectionCommand.ts +99 -0
- package/src/commands/DeleteMapCommand.ts +99 -0
- package/src/commands/DeletePlaceIndexCommand.ts +98 -0
- package/src/commands/DeleteRouteCalculatorCommand.ts +98 -0
- package/src/commands/DeleteTrackerCommand.ts +100 -0
- package/src/commands/DescribeGeofenceCollectionCommand.ts +98 -0
- package/src/commands/DescribeMapCommand.ts +95 -0
- package/src/commands/DescribePlaceIndexCommand.ts +95 -0
- package/src/commands/DescribeRouteCalculatorCommand.ts +95 -0
- package/src/commands/DescribeTrackerCommand.ts +95 -0
- package/src/commands/DisassociateTrackerConsumerCommand.ts +104 -0
- package/src/commands/GetDevicePositionCommand.ts +98 -0
- package/src/commands/GetDevicePositionHistoryCommand.ts +99 -0
- package/src/commands/GetGeofenceCommand.ts +95 -0
- package/src/commands/GetMapGlyphsCommand.ts +95 -0
- package/src/commands/GetMapSpritesCommand.ts +97 -0
- package/src/commands/GetMapStyleDescriptorCommand.ts +98 -0
- package/src/commands/GetMapTileCommand.ts +100 -0
- package/src/commands/ListDevicePositionsCommand.ts +95 -0
- package/src/commands/ListGeofenceCollectionsCommand.ts +95 -0
- package/src/commands/ListGeofencesCommand.ts +95 -0
- package/src/commands/ListMapsCommand.ts +95 -0
- package/src/commands/ListPlaceIndexesCommand.ts +95 -0
- package/src/commands/ListRouteCalculatorsCommand.ts +95 -0
- package/src/commands/ListTagsForResourceCommand.ts +95 -0
- package/src/commands/ListTrackerConsumersCommand.ts +95 -0
- package/src/commands/ListTrackersCommand.ts +95 -0
- package/src/commands/PutGeofenceCommand.ts +96 -0
- package/src/commands/SearchPlaceIndexForPositionCommand.ts +101 -0
- package/src/commands/SearchPlaceIndexForTextCommand.ts +103 -0
- package/src/commands/TagResourceCommand.ts +108 -0
- package/src/commands/UntagResourceCommand.ts +95 -0
- package/src/commands/UpdateGeofenceCollectionCommand.ts +95 -0
- package/src/commands/UpdateMapCommand.ts +95 -0
- package/src/commands/UpdatePlaceIndexCommand.ts +95 -0
- package/src/commands/UpdateRouteCalculatorCommand.ts +95 -0
- package/src/commands/UpdateTrackerCommand.ts +95 -0
- package/src/endpoints.ts +57 -0
- package/{index.ts → src/index.ts} +0 -0
- package/{models → src/models}/index.ts +0 -0
- package/{models → src/models}/models_0.ts +0 -0
- package/src/pagination/GetDevicePositionHistoryPaginator.ts +58 -0
- package/src/pagination/Interfaces.ts +8 -0
- package/src/pagination/ListDevicePositionsPaginator.ts +59 -0
- package/src/pagination/ListGeofenceCollectionsPaginator.ts +59 -0
- package/src/pagination/ListGeofencesPaginator.ts +58 -0
- package/src/pagination/ListMapsPaginator.ts +55 -0
- package/src/pagination/ListPlaceIndexesPaginator.ts +59 -0
- package/src/pagination/ListRouteCalculatorsPaginator.ts +59 -0
- package/src/pagination/ListTrackerConsumersPaginator.ts +59 -0
- package/src/pagination/ListTrackersPaginator.ts +59 -0
- package/src/protocols/Aws_restJson1.ts +8120 -0
- package/src/runtimeConfig.browser.ts +41 -0
- package/src/runtimeConfig.native.ts +17 -0
- package/src/runtimeConfig.shared.ts +17 -0
- package/src/runtimeConfig.ts +46 -0
- package/tsconfig.es.json +1 -3
- package/tsconfig.json +7 -7
- package/tsconfig.types.json +9 -0
- package/Location.ts +0 -1896
- package/LocationClient.ts +0 -457
- package/commands/AssociateTrackerConsumerCommand.ts +0 -100
- package/commands/BatchDeleteDevicePositionHistoryCommand.ts +0 -102
- package/commands/BatchDeleteGeofenceCommand.ts +0 -97
- package/commands/BatchEvaluateGeofencesCommand.ts +0 -114
- package/commands/BatchGetDevicePositionCommand.ts +0 -94
- package/commands/BatchPutGeofenceCommand.ts +0 -95
- package/commands/BatchUpdateDevicePositionCommand.ts +0 -103
- package/commands/CalculateRouteCommand.ts +0 -124
- package/commands/CreateGeofenceCollectionCommand.ts +0 -94
- package/commands/CreateMapCommand.ts +0 -95
- package/commands/CreatePlaceIndexCommand.ts +0 -95
- package/commands/CreateRouteCalculatorCommand.ts +0 -97
- package/commands/CreateTrackerCommand.ts +0 -95
- package/commands/DeleteGeofenceCollectionCommand.ts +0 -98
- package/commands/DeleteMapCommand.ts +0 -98
- package/commands/DeletePlaceIndexCommand.ts +0 -97
- package/commands/DeleteRouteCalculatorCommand.ts +0 -97
- package/commands/DeleteTrackerCommand.ts +0 -99
- package/commands/DescribeGeofenceCollectionCommand.ts +0 -97
- package/commands/DescribeMapCommand.ts +0 -94
- package/commands/DescribePlaceIndexCommand.ts +0 -94
- package/commands/DescribeRouteCalculatorCommand.ts +0 -94
- package/commands/DescribeTrackerCommand.ts +0 -94
- package/commands/DisassociateTrackerConsumerCommand.ts +0 -103
- package/commands/GetDevicePositionCommand.ts +0 -97
- package/commands/GetDevicePositionHistoryCommand.ts +0 -98
- package/commands/GetGeofenceCommand.ts +0 -94
- package/commands/GetMapGlyphsCommand.ts +0 -94
- package/commands/GetMapSpritesCommand.ts +0 -96
- package/commands/GetMapStyleDescriptorCommand.ts +0 -97
- package/commands/GetMapTileCommand.ts +0 -99
- package/commands/ListDevicePositionsCommand.ts +0 -94
- package/commands/ListGeofenceCollectionsCommand.ts +0 -94
- package/commands/ListGeofencesCommand.ts +0 -94
- package/commands/ListMapsCommand.ts +0 -94
- package/commands/ListPlaceIndexesCommand.ts +0 -94
- package/commands/ListRouteCalculatorsCommand.ts +0 -94
- package/commands/ListTagsForResourceCommand.ts +0 -94
- package/commands/ListTrackerConsumersCommand.ts +0 -94
- package/commands/ListTrackersCommand.ts +0 -94
- package/commands/PutGeofenceCommand.ts +0 -95
- package/commands/SearchPlaceIndexForPositionCommand.ts +0 -100
- package/commands/SearchPlaceIndexForTextCommand.ts +0 -102
- package/commands/TagResourceCommand.ts +0 -107
- package/commands/UntagResourceCommand.ts +0 -94
- package/commands/UpdateGeofenceCollectionCommand.ts +0 -94
- package/commands/UpdateMapCommand.ts +0 -94
- package/commands/UpdatePlaceIndexCommand.ts +0 -94
- package/commands/UpdateRouteCalculatorCommand.ts +0 -94
- package/commands/UpdateTrackerCommand.ts +0 -94
- package/dist/cjs/Location.js +0 -761
- package/dist/cjs/Location.js.map +0 -1
- package/dist/cjs/LocationClient.js +0 -44
- package/dist/cjs/LocationClient.js.map +0 -1
- package/dist/cjs/commands/AssociateTrackerConsumerCommand.js +0 -67
- package/dist/cjs/commands/AssociateTrackerConsumerCommand.js.map +0 -1
- package/dist/cjs/commands/BatchDeleteDevicePositionHistoryCommand.js +0 -61
- package/dist/cjs/commands/BatchDeleteDevicePositionHistoryCommand.js.map +0 -1
- package/dist/cjs/commands/BatchDeleteGeofenceCommand.js +0 -64
- package/dist/cjs/commands/BatchDeleteGeofenceCommand.js.map +0 -1
- package/dist/cjs/commands/BatchEvaluateGeofencesCommand.js +0 -81
- package/dist/cjs/commands/BatchEvaluateGeofencesCommand.js.map +0 -1
- package/dist/cjs/commands/BatchGetDevicePositionCommand.js +0 -61
- package/dist/cjs/commands/BatchGetDevicePositionCommand.js.map +0 -1
- package/dist/cjs/commands/BatchPutGeofenceCommand.js +0 -62
- package/dist/cjs/commands/BatchPutGeofenceCommand.js.map +0 -1
- package/dist/cjs/commands/BatchUpdateDevicePositionCommand.js +0 -67
- package/dist/cjs/commands/BatchUpdateDevicePositionCommand.js.map +0 -1
- package/dist/cjs/commands/CalculateRouteCommand.js +0 -91
- package/dist/cjs/commands/CalculateRouteCommand.js.map +0 -1
- package/dist/cjs/commands/CreateGeofenceCollectionCommand.js +0 -61
- package/dist/cjs/commands/CreateGeofenceCollectionCommand.js.map +0 -1
- package/dist/cjs/commands/CreateMapCommand.js +0 -62
- package/dist/cjs/commands/CreateMapCommand.js.map +0 -1
- package/dist/cjs/commands/CreatePlaceIndexCommand.js +0 -62
- package/dist/cjs/commands/CreatePlaceIndexCommand.js.map +0 -1
- package/dist/cjs/commands/CreateRouteCalculatorCommand.js +0 -64
- package/dist/cjs/commands/CreateRouteCalculatorCommand.js.map +0 -1
- package/dist/cjs/commands/CreateTrackerCommand.js +0 -62
- package/dist/cjs/commands/CreateTrackerCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteGeofenceCollectionCommand.js +0 -65
- package/dist/cjs/commands/DeleteGeofenceCollectionCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteMapCommand.js +0 -65
- package/dist/cjs/commands/DeleteMapCommand.js.map +0 -1
- package/dist/cjs/commands/DeletePlaceIndexCommand.js +0 -64
- package/dist/cjs/commands/DeletePlaceIndexCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteRouteCalculatorCommand.js +0 -64
- package/dist/cjs/commands/DeleteRouteCalculatorCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteTrackerCommand.js +0 -66
- package/dist/cjs/commands/DeleteTrackerCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeGeofenceCollectionCommand.js +0 -61
- package/dist/cjs/commands/DescribeGeofenceCollectionCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeMapCommand.js +0 -61
- package/dist/cjs/commands/DescribeMapCommand.js.map +0 -1
- package/dist/cjs/commands/DescribePlaceIndexCommand.js +0 -61
- package/dist/cjs/commands/DescribePlaceIndexCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeRouteCalculatorCommand.js +0 -61
- package/dist/cjs/commands/DescribeRouteCalculatorCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeTrackerCommand.js +0 -61
- package/dist/cjs/commands/DescribeTrackerCommand.js.map +0 -1
- package/dist/cjs/commands/DisassociateTrackerConsumerCommand.js +0 -65
- package/dist/cjs/commands/DisassociateTrackerConsumerCommand.js.map +0 -1
- package/dist/cjs/commands/GetDevicePositionCommand.js +0 -64
- package/dist/cjs/commands/GetDevicePositionCommand.js.map +0 -1
- package/dist/cjs/commands/GetDevicePositionHistoryCommand.js +0 -65
- package/dist/cjs/commands/GetDevicePositionHistoryCommand.js.map +0 -1
- package/dist/cjs/commands/GetGeofenceCommand.js +0 -61
- package/dist/cjs/commands/GetGeofenceCommand.js.map +0 -1
- package/dist/cjs/commands/GetMapGlyphsCommand.js +0 -61
- package/dist/cjs/commands/GetMapGlyphsCommand.js.map +0 -1
- package/dist/cjs/commands/GetMapSpritesCommand.js +0 -63
- package/dist/cjs/commands/GetMapSpritesCommand.js.map +0 -1
- package/dist/cjs/commands/GetMapStyleDescriptorCommand.js +0 -64
- package/dist/cjs/commands/GetMapStyleDescriptorCommand.js.map +0 -1
- package/dist/cjs/commands/GetMapTileCommand.js +0 -66
- package/dist/cjs/commands/GetMapTileCommand.js.map +0 -1
- package/dist/cjs/commands/ListDevicePositionsCommand.js +0 -61
- package/dist/cjs/commands/ListDevicePositionsCommand.js.map +0 -1
- package/dist/cjs/commands/ListGeofenceCollectionsCommand.js +0 -61
- package/dist/cjs/commands/ListGeofenceCollectionsCommand.js.map +0 -1
- package/dist/cjs/commands/ListGeofencesCommand.js +0 -61
- package/dist/cjs/commands/ListGeofencesCommand.js.map +0 -1
- package/dist/cjs/commands/ListMapsCommand.js +0 -61
- package/dist/cjs/commands/ListMapsCommand.js.map +0 -1
- package/dist/cjs/commands/ListPlaceIndexesCommand.js +0 -61
- package/dist/cjs/commands/ListPlaceIndexesCommand.js.map +0 -1
- package/dist/cjs/commands/ListRouteCalculatorsCommand.js +0 -61
- package/dist/cjs/commands/ListRouteCalculatorsCommand.js.map +0 -1
- package/dist/cjs/commands/ListTagsForResourceCommand.js +0 -61
- package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/cjs/commands/ListTrackerConsumersCommand.js +0 -61
- package/dist/cjs/commands/ListTrackerConsumersCommand.js.map +0 -1
- package/dist/cjs/commands/ListTrackersCommand.js +0 -61
- package/dist/cjs/commands/ListTrackersCommand.js.map +0 -1
- package/dist/cjs/commands/PutGeofenceCommand.js +0 -62
- package/dist/cjs/commands/PutGeofenceCommand.js.map +0 -1
- package/dist/cjs/commands/SearchPlaceIndexForPositionCommand.js +0 -62
- package/dist/cjs/commands/SearchPlaceIndexForPositionCommand.js.map +0 -1
- package/dist/cjs/commands/SearchPlaceIndexForTextCommand.js +0 -69
- package/dist/cjs/commands/SearchPlaceIndexForTextCommand.js.map +0 -1
- package/dist/cjs/commands/TagResourceCommand.js +0 -74
- package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UntagResourceCommand.js +0 -61
- package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateGeofenceCollectionCommand.js +0 -61
- package/dist/cjs/commands/UpdateGeofenceCollectionCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateMapCommand.js +0 -61
- package/dist/cjs/commands/UpdateMapCommand.js.map +0 -1
- package/dist/cjs/commands/UpdatePlaceIndexCommand.js +0 -61
- package/dist/cjs/commands/UpdatePlaceIndexCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateRouteCalculatorCommand.js +0 -61
- package/dist/cjs/commands/UpdateRouteCalculatorCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateTrackerCommand.js +0 -61
- package/dist/cjs/commands/UpdateTrackerCommand.js.map +0 -1
- package/dist/cjs/endpoints.js +0 -57
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js +0 -67
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js +0 -5
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -91
- package/dist/cjs/pagination/GetDevicePositionHistoryPaginator.js +0 -45
- package/dist/cjs/pagination/GetDevicePositionHistoryPaginator.js.map +0 -1
- package/dist/cjs/pagination/Interfaces.js.map +0 -1
- package/dist/cjs/pagination/ListDevicePositionsPaginator.js +0 -46
- package/dist/cjs/pagination/ListDevicePositionsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListGeofenceCollectionsPaginator.js +0 -46
- package/dist/cjs/pagination/ListGeofenceCollectionsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListGeofencesPaginator.js +0 -45
- package/dist/cjs/pagination/ListGeofencesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListMapsPaginator.js +0 -46
- package/dist/cjs/pagination/ListMapsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListPlaceIndexesPaginator.js +0 -46
- package/dist/cjs/pagination/ListPlaceIndexesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListRouteCalculatorsPaginator.js +0 -46
- package/dist/cjs/pagination/ListRouteCalculatorsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListTrackerConsumersPaginator.js +0 -46
- package/dist/cjs/pagination/ListTrackerConsumersPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListTrackersPaginator.js +0 -46
- package/dist/cjs/pagination/ListTrackersPaginator.js.map +0 -1
- package/dist/cjs/protocols/Aws_restJson1.js +0 -7163
- package/dist/cjs/protocols/Aws_restJson1.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js +0 -41
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js +0 -46
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js +0 -20
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js +0 -21
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/es/Location.js +0 -764
- package/dist/es/Location.js.map +0 -1
- package/dist/es/LocationClient.js +0 -46
- package/dist/es/LocationClient.js.map +0 -1
- package/dist/es/commands/AssociateTrackerConsumerCommand.js +0 -71
- package/dist/es/commands/AssociateTrackerConsumerCommand.js.map +0 -1
- package/dist/es/commands/BatchDeleteDevicePositionHistoryCommand.js +0 -65
- package/dist/es/commands/BatchDeleteDevicePositionHistoryCommand.js.map +0 -1
- package/dist/es/commands/BatchDeleteGeofenceCommand.js +0 -68
- package/dist/es/commands/BatchDeleteGeofenceCommand.js.map +0 -1
- package/dist/es/commands/BatchEvaluateGeofencesCommand.js +0 -85
- package/dist/es/commands/BatchEvaluateGeofencesCommand.js.map +0 -1
- package/dist/es/commands/BatchGetDevicePositionCommand.js +0 -65
- package/dist/es/commands/BatchGetDevicePositionCommand.js.map +0 -1
- package/dist/es/commands/BatchPutGeofenceCommand.js +0 -66
- package/dist/es/commands/BatchPutGeofenceCommand.js.map +0 -1
- package/dist/es/commands/BatchUpdateDevicePositionCommand.js +0 -71
- package/dist/es/commands/BatchUpdateDevicePositionCommand.js.map +0 -1
- package/dist/es/commands/CalculateRouteCommand.js +0 -95
- package/dist/es/commands/CalculateRouteCommand.js.map +0 -1
- package/dist/es/commands/CreateGeofenceCollectionCommand.js +0 -65
- package/dist/es/commands/CreateGeofenceCollectionCommand.js.map +0 -1
- package/dist/es/commands/CreateMapCommand.js +0 -66
- package/dist/es/commands/CreateMapCommand.js.map +0 -1
- package/dist/es/commands/CreatePlaceIndexCommand.js +0 -66
- package/dist/es/commands/CreatePlaceIndexCommand.js.map +0 -1
- package/dist/es/commands/CreateRouteCalculatorCommand.js +0 -68
- package/dist/es/commands/CreateRouteCalculatorCommand.js.map +0 -1
- package/dist/es/commands/CreateTrackerCommand.js +0 -66
- package/dist/es/commands/CreateTrackerCommand.js.map +0 -1
- package/dist/es/commands/DeleteGeofenceCollectionCommand.js +0 -69
- package/dist/es/commands/DeleteGeofenceCollectionCommand.js.map +0 -1
- package/dist/es/commands/DeleteMapCommand.js +0 -69
- package/dist/es/commands/DeleteMapCommand.js.map +0 -1
- package/dist/es/commands/DeletePlaceIndexCommand.js +0 -68
- package/dist/es/commands/DeletePlaceIndexCommand.js.map +0 -1
- package/dist/es/commands/DeleteRouteCalculatorCommand.js +0 -68
- package/dist/es/commands/DeleteRouteCalculatorCommand.js.map +0 -1
- package/dist/es/commands/DeleteTrackerCommand.js +0 -70
- package/dist/es/commands/DeleteTrackerCommand.js.map +0 -1
- package/dist/es/commands/DescribeGeofenceCollectionCommand.js +0 -65
- package/dist/es/commands/DescribeGeofenceCollectionCommand.js.map +0 -1
- package/dist/es/commands/DescribeMapCommand.js +0 -65
- package/dist/es/commands/DescribeMapCommand.js.map +0 -1
- package/dist/es/commands/DescribePlaceIndexCommand.js +0 -65
- package/dist/es/commands/DescribePlaceIndexCommand.js.map +0 -1
- package/dist/es/commands/DescribeRouteCalculatorCommand.js +0 -65
- package/dist/es/commands/DescribeRouteCalculatorCommand.js.map +0 -1
- package/dist/es/commands/DescribeTrackerCommand.js +0 -65
- package/dist/es/commands/DescribeTrackerCommand.js.map +0 -1
- package/dist/es/commands/DisassociateTrackerConsumerCommand.js +0 -69
- package/dist/es/commands/DisassociateTrackerConsumerCommand.js.map +0 -1
- package/dist/es/commands/GetDevicePositionCommand.js +0 -68
- package/dist/es/commands/GetDevicePositionCommand.js.map +0 -1
- package/dist/es/commands/GetDevicePositionHistoryCommand.js +0 -69
- package/dist/es/commands/GetDevicePositionHistoryCommand.js.map +0 -1
- package/dist/es/commands/GetGeofenceCommand.js +0 -65
- package/dist/es/commands/GetGeofenceCommand.js.map +0 -1
- package/dist/es/commands/GetMapGlyphsCommand.js +0 -65
- package/dist/es/commands/GetMapGlyphsCommand.js.map +0 -1
- package/dist/es/commands/GetMapSpritesCommand.js +0 -67
- package/dist/es/commands/GetMapSpritesCommand.js.map +0 -1
- package/dist/es/commands/GetMapStyleDescriptorCommand.js +0 -68
- package/dist/es/commands/GetMapStyleDescriptorCommand.js.map +0 -1
- package/dist/es/commands/GetMapTileCommand.js +0 -70
- package/dist/es/commands/GetMapTileCommand.js.map +0 -1
- package/dist/es/commands/ListDevicePositionsCommand.js +0 -65
- package/dist/es/commands/ListDevicePositionsCommand.js.map +0 -1
- package/dist/es/commands/ListGeofenceCollectionsCommand.js +0 -65
- package/dist/es/commands/ListGeofenceCollectionsCommand.js.map +0 -1
- package/dist/es/commands/ListGeofencesCommand.js +0 -65
- package/dist/es/commands/ListGeofencesCommand.js.map +0 -1
- package/dist/es/commands/ListMapsCommand.js +0 -65
- package/dist/es/commands/ListMapsCommand.js.map +0 -1
- package/dist/es/commands/ListPlaceIndexesCommand.js +0 -65
- package/dist/es/commands/ListPlaceIndexesCommand.js.map +0 -1
- package/dist/es/commands/ListRouteCalculatorsCommand.js +0 -65
- package/dist/es/commands/ListRouteCalculatorsCommand.js.map +0 -1
- package/dist/es/commands/ListTagsForResourceCommand.js +0 -65
- package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/es/commands/ListTrackerConsumersCommand.js +0 -65
- package/dist/es/commands/ListTrackerConsumersCommand.js.map +0 -1
- package/dist/es/commands/ListTrackersCommand.js +0 -65
- package/dist/es/commands/ListTrackersCommand.js.map +0 -1
- package/dist/es/commands/PutGeofenceCommand.js +0 -66
- package/dist/es/commands/PutGeofenceCommand.js.map +0 -1
- package/dist/es/commands/SearchPlaceIndexForPositionCommand.js +0 -66
- package/dist/es/commands/SearchPlaceIndexForPositionCommand.js.map +0 -1
- package/dist/es/commands/SearchPlaceIndexForTextCommand.js +0 -73
- package/dist/es/commands/SearchPlaceIndexForTextCommand.js.map +0 -1
- package/dist/es/commands/TagResourceCommand.js +0 -78
- package/dist/es/commands/TagResourceCommand.js.map +0 -1
- package/dist/es/commands/UntagResourceCommand.js +0 -65
- package/dist/es/commands/UntagResourceCommand.js.map +0 -1
- package/dist/es/commands/UpdateGeofenceCollectionCommand.js +0 -65
- package/dist/es/commands/UpdateGeofenceCollectionCommand.js.map +0 -1
- package/dist/es/commands/UpdateMapCommand.js +0 -65
- package/dist/es/commands/UpdateMapCommand.js.map +0 -1
- package/dist/es/commands/UpdatePlaceIndexCommand.js +0 -65
- package/dist/es/commands/UpdatePlaceIndexCommand.js.map +0 -1
- package/dist/es/commands/UpdateRouteCalculatorCommand.js +0 -65
- package/dist/es/commands/UpdateRouteCalculatorCommand.js.map +0 -1
- package/dist/es/commands/UpdateTrackerCommand.js +0 -65
- package/dist/es/commands/UpdateTrackerCommand.js.map +0 -1
- package/dist/es/endpoints.js +0 -53
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js +0 -1012
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -91
- package/dist/es/pagination/GetDevicePositionHistoryPaginator.js +0 -86
- package/dist/es/pagination/GetDevicePositionHistoryPaginator.js.map +0 -1
- package/dist/es/pagination/Interfaces.js.map +0 -1
- package/dist/es/pagination/ListDevicePositionsPaginator.js +0 -87
- package/dist/es/pagination/ListDevicePositionsPaginator.js.map +0 -1
- package/dist/es/pagination/ListGeofenceCollectionsPaginator.js +0 -87
- package/dist/es/pagination/ListGeofenceCollectionsPaginator.js.map +0 -1
- package/dist/es/pagination/ListGeofencesPaginator.js +0 -86
- package/dist/es/pagination/ListGeofencesPaginator.js.map +0 -1
- package/dist/es/pagination/ListMapsPaginator.js +0 -87
- package/dist/es/pagination/ListMapsPaginator.js.map +0 -1
- package/dist/es/pagination/ListPlaceIndexesPaginator.js +0 -87
- package/dist/es/pagination/ListPlaceIndexesPaginator.js.map +0 -1
- package/dist/es/pagination/ListRouteCalculatorsPaginator.js +0 -87
- package/dist/es/pagination/ListRouteCalculatorsPaginator.js.map +0 -1
- package/dist/es/pagination/ListTrackerConsumersPaginator.js +0 -87
- package/dist/es/pagination/ListTrackerConsumersPaginator.js.map +0 -1
- package/dist/es/pagination/ListTrackersPaginator.js +0 -87
- package/dist/es/pagination/ListTrackersPaginator.js.map +0 -1
- package/dist/es/protocols/Aws_restJson1.js +0 -8063
- package/dist/es/protocols/Aws_restJson1.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js +0 -20
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js +0 -25
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js +0 -12
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js +0 -17
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/dist/types/Location.d.ts +0 -492
- package/dist/types/LocationClient.d.ts +0 -182
- package/dist/types/commands/AssociateTrackerConsumerCommand.d.ts +0 -41
- package/dist/types/commands/BatchDeleteDevicePositionHistoryCommand.d.ts +0 -35
- package/dist/types/commands/BatchDeleteGeofenceCommand.d.ts +0 -38
- package/dist/types/commands/BatchEvaluateGeofencesCommand.d.ts +0 -55
- package/dist/types/commands/BatchGetDevicePositionCommand.d.ts +0 -35
- package/dist/types/commands/BatchPutGeofenceCommand.d.ts +0 -36
- package/dist/types/commands/BatchUpdateDevicePositionCommand.d.ts +0 -41
- package/dist/types/commands/CalculateRouteCommand.d.ts +0 -65
- package/dist/types/commands/CreateGeofenceCollectionCommand.d.ts +0 -35
- package/dist/types/commands/CreateMapCommand.d.ts +0 -36
- package/dist/types/commands/CreatePlaceIndexCommand.d.ts +0 -36
- package/dist/types/commands/CreateRouteCalculatorCommand.d.ts +0 -38
- package/dist/types/commands/CreateTrackerCommand.d.ts +0 -36
- package/dist/types/commands/DeleteGeofenceCollectionCommand.d.ts +0 -39
- package/dist/types/commands/DeleteMapCommand.d.ts +0 -39
- package/dist/types/commands/DeletePlaceIndexCommand.d.ts +0 -38
- package/dist/types/commands/DeleteRouteCalculatorCommand.d.ts +0 -38
- package/dist/types/commands/DeleteTrackerCommand.d.ts +0 -40
- package/dist/types/commands/DescribeGeofenceCollectionCommand.d.ts +0 -35
- package/dist/types/commands/DescribeMapCommand.d.ts +0 -35
- package/dist/types/commands/DescribePlaceIndexCommand.d.ts +0 -35
- package/dist/types/commands/DescribeRouteCalculatorCommand.d.ts +0 -35
- package/dist/types/commands/DescribeTrackerCommand.d.ts +0 -35
- package/dist/types/commands/DisassociateTrackerConsumerCommand.d.ts +0 -39
- package/dist/types/commands/GetDevicePositionCommand.d.ts +0 -38
- package/dist/types/commands/GetDevicePositionHistoryCommand.d.ts +0 -39
- package/dist/types/commands/GetGeofenceCommand.d.ts +0 -35
- package/dist/types/commands/GetMapGlyphsCommand.d.ts +0 -35
- package/dist/types/commands/GetMapSpritesCommand.d.ts +0 -37
- package/dist/types/commands/GetMapStyleDescriptorCommand.d.ts +0 -38
- package/dist/types/commands/GetMapTileCommand.d.ts +0 -40
- package/dist/types/commands/ListDevicePositionsCommand.d.ts +0 -35
- package/dist/types/commands/ListGeofenceCollectionsCommand.d.ts +0 -35
- package/dist/types/commands/ListGeofencesCommand.d.ts +0 -35
- package/dist/types/commands/ListMapsCommand.d.ts +0 -35
- package/dist/types/commands/ListPlaceIndexesCommand.d.ts +0 -35
- package/dist/types/commands/ListRouteCalculatorsCommand.d.ts +0 -35
- package/dist/types/commands/ListTagsForResourceCommand.d.ts +0 -35
- package/dist/types/commands/ListTrackerConsumersCommand.d.ts +0 -35
- package/dist/types/commands/ListTrackersCommand.d.ts +0 -35
- package/dist/types/commands/PutGeofenceCommand.d.ts +0 -36
- package/dist/types/commands/SearchPlaceIndexForPositionCommand.d.ts +0 -36
- package/dist/types/commands/SearchPlaceIndexForTextCommand.d.ts +0 -43
- package/dist/types/commands/TagResourceCommand.d.ts +0 -48
- package/dist/types/commands/UntagResourceCommand.d.ts +0 -35
- package/dist/types/commands/UpdateGeofenceCollectionCommand.d.ts +0 -35
- package/dist/types/commands/UpdateMapCommand.d.ts +0 -35
- package/dist/types/commands/UpdatePlaceIndexCommand.d.ts +0 -35
- package/dist/types/commands/UpdateRouteCalculatorCommand.d.ts +0 -35
- package/dist/types/commands/UpdateTrackerCommand.d.ts +0 -35
- package/dist/types/pagination/GetDevicePositionHistoryPaginator.d.ts +0 -4
- package/dist/types/pagination/Interfaces.d.ts +0 -6
- package/dist/types/pagination/ListDevicePositionsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListGeofenceCollectionsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListGeofencesPaginator.d.ts +0 -4
- package/dist/types/pagination/ListMapsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListPlaceIndexesPaginator.d.ts +0 -4
- package/dist/types/pagination/ListRouteCalculatorsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListTrackerConsumersPaginator.d.ts +0 -4
- package/dist/types/pagination/ListTrackersPaginator.d.ts +0 -4
- package/dist/types/protocols/Aws_restJson1.d.ts +0 -152
- package/dist/types/runtimeConfig.browser.d.ts +0 -36
- package/dist/types/runtimeConfig.d.ts +0 -36
- package/dist/types/runtimeConfig.native.d.ts +0 -35
- package/dist/types/ts3.4/Location.d.ts +0 -492
- package/dist/types/ts3.4/LocationClient.d.ts +0 -182
- package/dist/types/ts3.4/commands/AssociateTrackerConsumerCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/BatchDeleteDevicePositionHistoryCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/BatchDeleteGeofenceCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/BatchEvaluateGeofencesCommand.d.ts +0 -55
- package/dist/types/ts3.4/commands/BatchGetDevicePositionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/BatchPutGeofenceCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/BatchUpdateDevicePositionCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/CalculateRouteCommand.d.ts +0 -65
- package/dist/types/ts3.4/commands/CreateGeofenceCollectionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateMapCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/CreatePlaceIndexCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/CreateRouteCalculatorCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/CreateTrackerCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DeleteGeofenceCollectionCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/DeleteMapCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/DeletePlaceIndexCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/DeleteRouteCalculatorCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/DeleteTrackerCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/DescribeGeofenceCollectionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeMapCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribePlaceIndexCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeRouteCalculatorCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeTrackerCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DisassociateTrackerConsumerCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/GetDevicePositionCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/GetDevicePositionHistoryCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/GetGeofenceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetMapGlyphsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetMapSpritesCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/GetMapStyleDescriptorCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/GetMapTileCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/ListDevicePositionsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListGeofenceCollectionsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListGeofencesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListMapsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListPlaceIndexesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListRouteCalculatorsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListTrackerConsumersCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListTrackersCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/PutGeofenceCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/SearchPlaceIndexForPositionCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/SearchPlaceIndexForTextCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/TagResourceCommand.d.ts +0 -48
- package/dist/types/ts3.4/commands/UntagResourceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateGeofenceCollectionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateMapCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdatePlaceIndexCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateRouteCalculatorCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateTrackerCommand.d.ts +0 -35
- package/dist/types/ts3.4/pagination/GetDevicePositionHistoryPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/Interfaces.d.ts +0 -6
- package/dist/types/ts3.4/pagination/ListDevicePositionsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListGeofenceCollectionsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListGeofencesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListMapsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListPlaceIndexesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListRouteCalculatorsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListTrackerConsumersPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListTrackersPaginator.d.ts +0 -4
- package/dist/types/ts3.4/protocols/Aws_restJson1.d.ts +0 -152
- package/dist/types/ts3.4/runtimeConfig.browser.d.ts +0 -36
- package/dist/types/ts3.4/runtimeConfig.d.ts +0 -36
- package/dist/types/ts3.4/runtimeConfig.native.d.ts +0 -35
- package/endpoints.ts +0 -57
- package/pagination/GetDevicePositionHistoryPaginator.ts +0 -57
- package/pagination/Interfaces.ts +0 -7
- package/pagination/ListDevicePositionsPaginator.ts +0 -58
- package/pagination/ListGeofenceCollectionsPaginator.ts +0 -58
- package/pagination/ListGeofencesPaginator.ts +0 -57
- package/pagination/ListMapsPaginator.ts +0 -54
- package/pagination/ListPlaceIndexesPaginator.ts +0 -58
- package/pagination/ListRouteCalculatorsPaginator.ts +0 -58
- package/pagination/ListTrackerConsumersPaginator.ts +0 -58
- package/pagination/ListTrackersPaginator.ts +0 -58
- package/protocols/Aws_restJson1.ts +0 -8118
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import { __assign, __awaiter, __generator } from "tslib";
|
|
2
|
+
import { getRegionInfo } from "@aws-sdk/config-resolver";
|
|
3
|
+
var regionHash = {};
|
|
4
|
+
var partitionHash = {
|
|
5
|
+
aws: {
|
|
6
|
+
regions: [
|
|
7
|
+
"af-south-1",
|
|
8
|
+
"ap-east-1",
|
|
9
|
+
"ap-northeast-1",
|
|
10
|
+
"ap-northeast-2",
|
|
11
|
+
"ap-northeast-3",
|
|
12
|
+
"ap-south-1",
|
|
13
|
+
"ap-southeast-1",
|
|
14
|
+
"ap-southeast-2",
|
|
15
|
+
"ca-central-1",
|
|
16
|
+
"eu-central-1",
|
|
17
|
+
"eu-north-1",
|
|
18
|
+
"eu-south-1",
|
|
19
|
+
"eu-west-1",
|
|
20
|
+
"eu-west-2",
|
|
21
|
+
"eu-west-3",
|
|
22
|
+
"me-south-1",
|
|
23
|
+
"sa-east-1",
|
|
24
|
+
"us-east-1",
|
|
25
|
+
"us-east-2",
|
|
26
|
+
"us-west-1",
|
|
27
|
+
"us-west-2",
|
|
28
|
+
],
|
|
29
|
+
hostname: "geo.{region}.amazonaws.com",
|
|
30
|
+
},
|
|
31
|
+
"aws-cn": {
|
|
32
|
+
regions: ["cn-north-1", "cn-northwest-1"],
|
|
33
|
+
hostname: "geo.{region}.amazonaws.com.cn",
|
|
34
|
+
},
|
|
35
|
+
"aws-iso": {
|
|
36
|
+
regions: ["us-iso-east-1"],
|
|
37
|
+
hostname: "geo.{region}.c2s.ic.gov",
|
|
38
|
+
},
|
|
39
|
+
"aws-iso-b": {
|
|
40
|
+
regions: ["us-isob-east-1"],
|
|
41
|
+
hostname: "geo.{region}.sc2s.sgov.gov",
|
|
42
|
+
},
|
|
43
|
+
"aws-us-gov": {
|
|
44
|
+
regions: ["us-gov-east-1", "us-gov-west-1"],
|
|
45
|
+
hostname: "geo.{region}.amazonaws.com",
|
|
46
|
+
},
|
|
47
|
+
};
|
|
48
|
+
export var defaultRegionInfoProvider = function (region, options) { return __awaiter(void 0, void 0, void 0, function () {
|
|
49
|
+
return __generator(this, function (_a) {
|
|
50
|
+
return [2, getRegionInfo(region, __assign(__assign({}, options), { signingService: "geo", regionHash: regionHash, partitionHash: partitionHash }))];
|
|
51
|
+
});
|
|
52
|
+
}); };
|
|
53
|
+
//# sourceMappingURL=endpoints.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"endpoints.js","sourceRoot":"","sources":["../src/endpoints.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,aAAa,EAA6B,MAAM,0BAA0B,CAAC;AAGpF,IAAM,UAAU,GAAe,EAAE,CAAC;AAElC,IAAM,aAAa,GAAkB;IACnC,GAAG,EAAE;QACH,OAAO,EAAE;YACP,YAAY;YACZ,WAAW;YACX,gBAAgB;YAChB,gBAAgB;YAChB,gBAAgB;YAChB,YAAY;YACZ,gBAAgB;YAChB,gBAAgB;YAChB,cAAc;YACd,cAAc;YACd,YAAY;YACZ,YAAY;YACZ,WAAW;YACX,WAAW;YACX,WAAW;YACX,YAAY;YACZ,WAAW;YACX,WAAW;YACX,WAAW;YACX,WAAW;YACX,WAAW;SACZ;QACD,QAAQ,EAAE,4BAA4B;KACvC;IACD,QAAQ,EAAE;QACR,OAAO,EAAE,CAAC,YAAY,EAAE,gBAAgB,CAAC;QACzC,QAAQ,EAAE,+BAA+B;KAC1C;IACD,SAAS,EAAE;QACT,OAAO,EAAE,CAAC,eAAe,CAAC;QAC1B,QAAQ,EAAE,yBAAyB;KACpC;IACD,WAAW,EAAE;QACX,OAAO,EAAE,CAAC,gBAAgB,CAAC;QAC3B,QAAQ,EAAE,4BAA4B;KACvC;IACD,YAAY,EAAE;QACZ,OAAO,EAAE,CAAC,eAAe,EAAE,eAAe,CAAC;QAC3C,QAAQ,EAAE,4BAA4B;KACvC;CACF,CAAC;AAEF,MAAM,CAAC,IAAM,yBAAyB,GAAuB,UAAO,MAAc,EAAE,OAAa;;QAC/F,WAAA,aAAa,CAAC,MAAM,wBACf,OAAO,KACV,cAAc,EAAE,KAAK,EACrB,UAAU,YAAA,EACV,aAAa,eAAA,IACb,EAAA;;KAAA,CAAC"}
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC;AACjC,cAAc,YAAY,CAAC;AAC3B,cAAc,4CAA4C,CAAC;AAC3D,cAAc,oDAAoD,CAAC;AACnE,cAAc,uCAAuC,CAAC;AACtD,cAAc,0CAA0C,CAAC;AACzD,cAAc,0CAA0C,CAAC;AACzD,cAAc,oCAAoC,CAAC;AACnD,cAAc,6CAA6C,CAAC;AAC5D,cAAc,kCAAkC,CAAC;AACjD,cAAc,4CAA4C,CAAC;AAC3D,cAAc,6BAA6B,CAAC;AAC5C,cAAc,oCAAoC,CAAC;AACnD,cAAc,yCAAyC,CAAC;AACxD,cAAc,iCAAiC,CAAC;AAChD,cAAc,4CAA4C,CAAC;AAC3D,cAAc,6BAA6B,CAAC;AAC5C,cAAc,oCAAoC,CAAC;AACnD,cAAc,yCAAyC,CAAC;AACxD,cAAc,iCAAiC,CAAC;AAChD,cAAc,8CAA8C,CAAC;AAC7D,cAAc,+BAA+B,CAAC;AAC9C,cAAc,sCAAsC,CAAC;AACrD,cAAc,2CAA2C,CAAC;AAC1D,cAAc,mCAAmC,CAAC;AAClD,cAAc,+CAA+C,CAAC;AAC9D,cAAc,qCAAqC,CAAC;AACpD,cAAc,4CAA4C,CAAC;AAC3D,cAAc,gDAAgD,CAAC;AAC/D,cAAc,+BAA+B,CAAC;AAC9C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,iCAAiC,CAAC;AAChD,cAAc,yCAAyC,CAAC;AACxD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,uCAAuC,CAAC;AACtD,cAAc,2CAA2C,CAAC;AAC1D,cAAc,2CAA2C,CAAC;AAC1D,cAAc,+CAA+C,CAAC;AAC9D,cAAc,iCAAiC,CAAC;AAChD,cAAc,qCAAqC,CAAC;AACpD,cAAc,4BAA4B,CAAC;AAC3C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,oCAAoC,CAAC;AACnD,cAAc,wCAAwC,CAAC;AACvD,cAAc,wCAAwC,CAAC;AACvD,cAAc,4CAA4C,CAAC;AAC3D,cAAc,uCAAuC,CAAC;AACtD,cAAc,wCAAwC,CAAC;AACvD,cAAc,4CAA4C,CAAC;AAC3D,cAAc,gCAAgC,CAAC;AAC/C,cAAc,oCAAoC,CAAC;AACnD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,+CAA+C,CAAC;AAC9D,cAAc,2CAA2C,CAAC;AAC1D,cAAc,+BAA+B,CAAC;AAC9C,cAAc,iCAAiC,CAAC;AAChD,cAAc,4CAA4C,CAAC;AAC3D,cAAc,6BAA6B,CAAC;AAC5C,cAAc,oCAAoC,CAAC;AACnD,cAAc,yCAAyC,CAAC;AACxD,cAAc,iCAAiC,CAAC;AAChD,cAAc,yBAAyB,CAAC;AACxC,cAAc,gBAAgB,CAAC"}
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/models/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC"}
|
|
@@ -0,0 +1,583 @@
|
|
|
1
|
+
import { __assign } from "tslib";
|
|
2
|
+
import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
|
|
3
|
+
export var AccessDeniedException;
|
|
4
|
+
(function (AccessDeniedException) {
|
|
5
|
+
AccessDeniedException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
6
|
+
})(AccessDeniedException || (AccessDeniedException = {}));
|
|
7
|
+
export var AssociateTrackerConsumerRequest;
|
|
8
|
+
(function (AssociateTrackerConsumerRequest) {
|
|
9
|
+
AssociateTrackerConsumerRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
10
|
+
})(AssociateTrackerConsumerRequest || (AssociateTrackerConsumerRequest = {}));
|
|
11
|
+
export var AssociateTrackerConsumerResponse;
|
|
12
|
+
(function (AssociateTrackerConsumerResponse) {
|
|
13
|
+
AssociateTrackerConsumerResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
14
|
+
})(AssociateTrackerConsumerResponse || (AssociateTrackerConsumerResponse = {}));
|
|
15
|
+
export var ConflictException;
|
|
16
|
+
(function (ConflictException) {
|
|
17
|
+
ConflictException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
18
|
+
})(ConflictException || (ConflictException = {}));
|
|
19
|
+
export var InternalServerException;
|
|
20
|
+
(function (InternalServerException) {
|
|
21
|
+
InternalServerException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
22
|
+
})(InternalServerException || (InternalServerException = {}));
|
|
23
|
+
export var ResourceNotFoundException;
|
|
24
|
+
(function (ResourceNotFoundException) {
|
|
25
|
+
ResourceNotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
26
|
+
})(ResourceNotFoundException || (ResourceNotFoundException = {}));
|
|
27
|
+
export var ServiceQuotaExceededException;
|
|
28
|
+
(function (ServiceQuotaExceededException) {
|
|
29
|
+
ServiceQuotaExceededException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
30
|
+
})(ServiceQuotaExceededException || (ServiceQuotaExceededException = {}));
|
|
31
|
+
export var ThrottlingException;
|
|
32
|
+
(function (ThrottlingException) {
|
|
33
|
+
ThrottlingException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
34
|
+
})(ThrottlingException || (ThrottlingException = {}));
|
|
35
|
+
export var ValidationExceptionField;
|
|
36
|
+
(function (ValidationExceptionField) {
|
|
37
|
+
ValidationExceptionField.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
38
|
+
})(ValidationExceptionField || (ValidationExceptionField = {}));
|
|
39
|
+
export var ValidationException;
|
|
40
|
+
(function (ValidationException) {
|
|
41
|
+
ValidationException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
42
|
+
})(ValidationException || (ValidationException = {}));
|
|
43
|
+
export var BatchDeleteDevicePositionHistoryRequest;
|
|
44
|
+
(function (BatchDeleteDevicePositionHistoryRequest) {
|
|
45
|
+
BatchDeleteDevicePositionHistoryRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
46
|
+
})(BatchDeleteDevicePositionHistoryRequest || (BatchDeleteDevicePositionHistoryRequest = {}));
|
|
47
|
+
export var BatchItemError;
|
|
48
|
+
(function (BatchItemError) {
|
|
49
|
+
BatchItemError.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
50
|
+
})(BatchItemError || (BatchItemError = {}));
|
|
51
|
+
export var BatchDeleteDevicePositionHistoryError;
|
|
52
|
+
(function (BatchDeleteDevicePositionHistoryError) {
|
|
53
|
+
BatchDeleteDevicePositionHistoryError.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
54
|
+
})(BatchDeleteDevicePositionHistoryError || (BatchDeleteDevicePositionHistoryError = {}));
|
|
55
|
+
export var BatchDeleteDevicePositionHistoryResponse;
|
|
56
|
+
(function (BatchDeleteDevicePositionHistoryResponse) {
|
|
57
|
+
BatchDeleteDevicePositionHistoryResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
58
|
+
})(BatchDeleteDevicePositionHistoryResponse || (BatchDeleteDevicePositionHistoryResponse = {}));
|
|
59
|
+
export var BatchDeleteGeofenceRequest;
|
|
60
|
+
(function (BatchDeleteGeofenceRequest) {
|
|
61
|
+
BatchDeleteGeofenceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
62
|
+
})(BatchDeleteGeofenceRequest || (BatchDeleteGeofenceRequest = {}));
|
|
63
|
+
export var BatchDeleteGeofenceError;
|
|
64
|
+
(function (BatchDeleteGeofenceError) {
|
|
65
|
+
BatchDeleteGeofenceError.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
66
|
+
})(BatchDeleteGeofenceError || (BatchDeleteGeofenceError = {}));
|
|
67
|
+
export var BatchDeleteGeofenceResponse;
|
|
68
|
+
(function (BatchDeleteGeofenceResponse) {
|
|
69
|
+
BatchDeleteGeofenceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
70
|
+
})(BatchDeleteGeofenceResponse || (BatchDeleteGeofenceResponse = {}));
|
|
71
|
+
export var DevicePositionUpdate;
|
|
72
|
+
(function (DevicePositionUpdate) {
|
|
73
|
+
DevicePositionUpdate.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Position && { Position: SENSITIVE_STRING }))); };
|
|
74
|
+
})(DevicePositionUpdate || (DevicePositionUpdate = {}));
|
|
75
|
+
export var BatchEvaluateGeofencesRequest;
|
|
76
|
+
(function (BatchEvaluateGeofencesRequest) {
|
|
77
|
+
BatchEvaluateGeofencesRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.DevicePositionUpdates && {
|
|
78
|
+
DevicePositionUpdates: obj.DevicePositionUpdates.map(function (item) { return DevicePositionUpdate.filterSensitiveLog(item); }),
|
|
79
|
+
}))); };
|
|
80
|
+
})(BatchEvaluateGeofencesRequest || (BatchEvaluateGeofencesRequest = {}));
|
|
81
|
+
export var BatchEvaluateGeofencesError;
|
|
82
|
+
(function (BatchEvaluateGeofencesError) {
|
|
83
|
+
BatchEvaluateGeofencesError.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
84
|
+
})(BatchEvaluateGeofencesError || (BatchEvaluateGeofencesError = {}));
|
|
85
|
+
export var BatchEvaluateGeofencesResponse;
|
|
86
|
+
(function (BatchEvaluateGeofencesResponse) {
|
|
87
|
+
BatchEvaluateGeofencesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
88
|
+
})(BatchEvaluateGeofencesResponse || (BatchEvaluateGeofencesResponse = {}));
|
|
89
|
+
export var BatchGetDevicePositionRequest;
|
|
90
|
+
(function (BatchGetDevicePositionRequest) {
|
|
91
|
+
BatchGetDevicePositionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
92
|
+
})(BatchGetDevicePositionRequest || (BatchGetDevicePositionRequest = {}));
|
|
93
|
+
export var DevicePosition;
|
|
94
|
+
(function (DevicePosition) {
|
|
95
|
+
DevicePosition.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Position && { Position: SENSITIVE_STRING }))); };
|
|
96
|
+
})(DevicePosition || (DevicePosition = {}));
|
|
97
|
+
export var BatchGetDevicePositionError;
|
|
98
|
+
(function (BatchGetDevicePositionError) {
|
|
99
|
+
BatchGetDevicePositionError.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
100
|
+
})(BatchGetDevicePositionError || (BatchGetDevicePositionError = {}));
|
|
101
|
+
export var BatchGetDevicePositionResponse;
|
|
102
|
+
(function (BatchGetDevicePositionResponse) {
|
|
103
|
+
BatchGetDevicePositionResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.DevicePositions && {
|
|
104
|
+
DevicePositions: obj.DevicePositions.map(function (item) { return DevicePosition.filterSensitiveLog(item); }),
|
|
105
|
+
}))); };
|
|
106
|
+
})(BatchGetDevicePositionResponse || (BatchGetDevicePositionResponse = {}));
|
|
107
|
+
export var GeofenceGeometry;
|
|
108
|
+
(function (GeofenceGeometry) {
|
|
109
|
+
GeofenceGeometry.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Polygon && { Polygon: obj.Polygon.map(function (item) { return SENSITIVE_STRING; }) }))); };
|
|
110
|
+
})(GeofenceGeometry || (GeofenceGeometry = {}));
|
|
111
|
+
export var BatchPutGeofenceRequestEntry;
|
|
112
|
+
(function (BatchPutGeofenceRequestEntry) {
|
|
113
|
+
BatchPutGeofenceRequestEntry.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Geometry && { Geometry: GeofenceGeometry.filterSensitiveLog(obj.Geometry) }))); };
|
|
114
|
+
})(BatchPutGeofenceRequestEntry || (BatchPutGeofenceRequestEntry = {}));
|
|
115
|
+
export var BatchPutGeofenceRequest;
|
|
116
|
+
(function (BatchPutGeofenceRequest) {
|
|
117
|
+
BatchPutGeofenceRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Entries && { Entries: obj.Entries.map(function (item) { return BatchPutGeofenceRequestEntry.filterSensitiveLog(item); }) }))); };
|
|
118
|
+
})(BatchPutGeofenceRequest || (BatchPutGeofenceRequest = {}));
|
|
119
|
+
export var BatchPutGeofenceError;
|
|
120
|
+
(function (BatchPutGeofenceError) {
|
|
121
|
+
BatchPutGeofenceError.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
122
|
+
})(BatchPutGeofenceError || (BatchPutGeofenceError = {}));
|
|
123
|
+
export var BatchPutGeofenceSuccess;
|
|
124
|
+
(function (BatchPutGeofenceSuccess) {
|
|
125
|
+
BatchPutGeofenceSuccess.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
126
|
+
})(BatchPutGeofenceSuccess || (BatchPutGeofenceSuccess = {}));
|
|
127
|
+
export var BatchPutGeofenceResponse;
|
|
128
|
+
(function (BatchPutGeofenceResponse) {
|
|
129
|
+
BatchPutGeofenceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
130
|
+
})(BatchPutGeofenceResponse || (BatchPutGeofenceResponse = {}));
|
|
131
|
+
export var BatchUpdateDevicePositionRequest;
|
|
132
|
+
(function (BatchUpdateDevicePositionRequest) {
|
|
133
|
+
BatchUpdateDevicePositionRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Updates && { Updates: obj.Updates.map(function (item) { return DevicePositionUpdate.filterSensitiveLog(item); }) }))); };
|
|
134
|
+
})(BatchUpdateDevicePositionRequest || (BatchUpdateDevicePositionRequest = {}));
|
|
135
|
+
export var BatchUpdateDevicePositionError;
|
|
136
|
+
(function (BatchUpdateDevicePositionError) {
|
|
137
|
+
BatchUpdateDevicePositionError.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
138
|
+
})(BatchUpdateDevicePositionError || (BatchUpdateDevicePositionError = {}));
|
|
139
|
+
export var BatchUpdateDevicePositionResponse;
|
|
140
|
+
(function (BatchUpdateDevicePositionResponse) {
|
|
141
|
+
BatchUpdateDevicePositionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
142
|
+
})(BatchUpdateDevicePositionResponse || (BatchUpdateDevicePositionResponse = {}));
|
|
143
|
+
export var CalculateRouteCarModeOptions;
|
|
144
|
+
(function (CalculateRouteCarModeOptions) {
|
|
145
|
+
CalculateRouteCarModeOptions.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
146
|
+
})(CalculateRouteCarModeOptions || (CalculateRouteCarModeOptions = {}));
|
|
147
|
+
export var TruckDimensions;
|
|
148
|
+
(function (TruckDimensions) {
|
|
149
|
+
TruckDimensions.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
150
|
+
})(TruckDimensions || (TruckDimensions = {}));
|
|
151
|
+
export var TruckWeight;
|
|
152
|
+
(function (TruckWeight) {
|
|
153
|
+
TruckWeight.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
154
|
+
})(TruckWeight || (TruckWeight = {}));
|
|
155
|
+
export var CalculateRouteTruckModeOptions;
|
|
156
|
+
(function (CalculateRouteTruckModeOptions) {
|
|
157
|
+
CalculateRouteTruckModeOptions.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
158
|
+
})(CalculateRouteTruckModeOptions || (CalculateRouteTruckModeOptions = {}));
|
|
159
|
+
export var CalculateRouteRequest;
|
|
160
|
+
(function (CalculateRouteRequest) {
|
|
161
|
+
CalculateRouteRequest.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign(__assign({}, obj), (obj.DeparturePosition && { DeparturePosition: SENSITIVE_STRING })), (obj.DestinationPosition && { DestinationPosition: SENSITIVE_STRING })), (obj.WaypointPositions && { WaypointPositions: SENSITIVE_STRING }))); };
|
|
162
|
+
})(CalculateRouteRequest || (CalculateRouteRequest = {}));
|
|
163
|
+
export var LegGeometry;
|
|
164
|
+
(function (LegGeometry) {
|
|
165
|
+
LegGeometry.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.LineString && { LineString: SENSITIVE_STRING }))); };
|
|
166
|
+
})(LegGeometry || (LegGeometry = {}));
|
|
167
|
+
export var Step;
|
|
168
|
+
(function (Step) {
|
|
169
|
+
Step.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.StartPosition && { StartPosition: SENSITIVE_STRING })), (obj.EndPosition && { EndPosition: SENSITIVE_STRING }))); };
|
|
170
|
+
})(Step || (Step = {}));
|
|
171
|
+
export var Leg;
|
|
172
|
+
(function (Leg) {
|
|
173
|
+
Leg.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign(__assign(__assign({}, obj), (obj.StartPosition && { StartPosition: SENSITIVE_STRING })), (obj.EndPosition && { EndPosition: SENSITIVE_STRING })), (obj.Geometry && { Geometry: LegGeometry.filterSensitiveLog(obj.Geometry) })), (obj.Steps && { Steps: obj.Steps.map(function (item) { return Step.filterSensitiveLog(item); }) }))); };
|
|
174
|
+
})(Leg || (Leg = {}));
|
|
175
|
+
export var CalculateRouteSummary;
|
|
176
|
+
(function (CalculateRouteSummary) {
|
|
177
|
+
CalculateRouteSummary.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.RouteBBox && { RouteBBox: SENSITIVE_STRING }))); };
|
|
178
|
+
})(CalculateRouteSummary || (CalculateRouteSummary = {}));
|
|
179
|
+
export var CalculateRouteResponse;
|
|
180
|
+
(function (CalculateRouteResponse) {
|
|
181
|
+
CalculateRouteResponse.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.Legs && { Legs: obj.Legs.map(function (item) { return Leg.filterSensitiveLog(item); }) })), (obj.Summary && { Summary: CalculateRouteSummary.filterSensitiveLog(obj.Summary) }))); };
|
|
182
|
+
})(CalculateRouteResponse || (CalculateRouteResponse = {}));
|
|
183
|
+
export var CreateGeofenceCollectionRequest;
|
|
184
|
+
(function (CreateGeofenceCollectionRequest) {
|
|
185
|
+
CreateGeofenceCollectionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
186
|
+
})(CreateGeofenceCollectionRequest || (CreateGeofenceCollectionRequest = {}));
|
|
187
|
+
export var CreateGeofenceCollectionResponse;
|
|
188
|
+
(function (CreateGeofenceCollectionResponse) {
|
|
189
|
+
CreateGeofenceCollectionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
190
|
+
})(CreateGeofenceCollectionResponse || (CreateGeofenceCollectionResponse = {}));
|
|
191
|
+
export var MapConfiguration;
|
|
192
|
+
(function (MapConfiguration) {
|
|
193
|
+
MapConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
194
|
+
})(MapConfiguration || (MapConfiguration = {}));
|
|
195
|
+
export var CreateMapRequest;
|
|
196
|
+
(function (CreateMapRequest) {
|
|
197
|
+
CreateMapRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
198
|
+
})(CreateMapRequest || (CreateMapRequest = {}));
|
|
199
|
+
export var CreateMapResponse;
|
|
200
|
+
(function (CreateMapResponse) {
|
|
201
|
+
CreateMapResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
202
|
+
})(CreateMapResponse || (CreateMapResponse = {}));
|
|
203
|
+
export var DataSourceConfiguration;
|
|
204
|
+
(function (DataSourceConfiguration) {
|
|
205
|
+
DataSourceConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
206
|
+
})(DataSourceConfiguration || (DataSourceConfiguration = {}));
|
|
207
|
+
export var CreatePlaceIndexRequest;
|
|
208
|
+
(function (CreatePlaceIndexRequest) {
|
|
209
|
+
CreatePlaceIndexRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
210
|
+
})(CreatePlaceIndexRequest || (CreatePlaceIndexRequest = {}));
|
|
211
|
+
export var CreatePlaceIndexResponse;
|
|
212
|
+
(function (CreatePlaceIndexResponse) {
|
|
213
|
+
CreatePlaceIndexResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
214
|
+
})(CreatePlaceIndexResponse || (CreatePlaceIndexResponse = {}));
|
|
215
|
+
export var CreateRouteCalculatorRequest;
|
|
216
|
+
(function (CreateRouteCalculatorRequest) {
|
|
217
|
+
CreateRouteCalculatorRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
218
|
+
})(CreateRouteCalculatorRequest || (CreateRouteCalculatorRequest = {}));
|
|
219
|
+
export var CreateRouteCalculatorResponse;
|
|
220
|
+
(function (CreateRouteCalculatorResponse) {
|
|
221
|
+
CreateRouteCalculatorResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
222
|
+
})(CreateRouteCalculatorResponse || (CreateRouteCalculatorResponse = {}));
|
|
223
|
+
export var CreateTrackerRequest;
|
|
224
|
+
(function (CreateTrackerRequest) {
|
|
225
|
+
CreateTrackerRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
226
|
+
})(CreateTrackerRequest || (CreateTrackerRequest = {}));
|
|
227
|
+
export var CreateTrackerResponse;
|
|
228
|
+
(function (CreateTrackerResponse) {
|
|
229
|
+
CreateTrackerResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
230
|
+
})(CreateTrackerResponse || (CreateTrackerResponse = {}));
|
|
231
|
+
export var DeleteGeofenceCollectionRequest;
|
|
232
|
+
(function (DeleteGeofenceCollectionRequest) {
|
|
233
|
+
DeleteGeofenceCollectionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
234
|
+
})(DeleteGeofenceCollectionRequest || (DeleteGeofenceCollectionRequest = {}));
|
|
235
|
+
export var DeleteGeofenceCollectionResponse;
|
|
236
|
+
(function (DeleteGeofenceCollectionResponse) {
|
|
237
|
+
DeleteGeofenceCollectionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
238
|
+
})(DeleteGeofenceCollectionResponse || (DeleteGeofenceCollectionResponse = {}));
|
|
239
|
+
export var DeleteMapRequest;
|
|
240
|
+
(function (DeleteMapRequest) {
|
|
241
|
+
DeleteMapRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
242
|
+
})(DeleteMapRequest || (DeleteMapRequest = {}));
|
|
243
|
+
export var DeleteMapResponse;
|
|
244
|
+
(function (DeleteMapResponse) {
|
|
245
|
+
DeleteMapResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
246
|
+
})(DeleteMapResponse || (DeleteMapResponse = {}));
|
|
247
|
+
export var DeletePlaceIndexRequest;
|
|
248
|
+
(function (DeletePlaceIndexRequest) {
|
|
249
|
+
DeletePlaceIndexRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
250
|
+
})(DeletePlaceIndexRequest || (DeletePlaceIndexRequest = {}));
|
|
251
|
+
export var DeletePlaceIndexResponse;
|
|
252
|
+
(function (DeletePlaceIndexResponse) {
|
|
253
|
+
DeletePlaceIndexResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
254
|
+
})(DeletePlaceIndexResponse || (DeletePlaceIndexResponse = {}));
|
|
255
|
+
export var DeleteRouteCalculatorRequest;
|
|
256
|
+
(function (DeleteRouteCalculatorRequest) {
|
|
257
|
+
DeleteRouteCalculatorRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
258
|
+
})(DeleteRouteCalculatorRequest || (DeleteRouteCalculatorRequest = {}));
|
|
259
|
+
export var DeleteRouteCalculatorResponse;
|
|
260
|
+
(function (DeleteRouteCalculatorResponse) {
|
|
261
|
+
DeleteRouteCalculatorResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
262
|
+
})(DeleteRouteCalculatorResponse || (DeleteRouteCalculatorResponse = {}));
|
|
263
|
+
export var DeleteTrackerRequest;
|
|
264
|
+
(function (DeleteTrackerRequest) {
|
|
265
|
+
DeleteTrackerRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
266
|
+
})(DeleteTrackerRequest || (DeleteTrackerRequest = {}));
|
|
267
|
+
export var DeleteTrackerResponse;
|
|
268
|
+
(function (DeleteTrackerResponse) {
|
|
269
|
+
DeleteTrackerResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
270
|
+
})(DeleteTrackerResponse || (DeleteTrackerResponse = {}));
|
|
271
|
+
export var DescribeGeofenceCollectionRequest;
|
|
272
|
+
(function (DescribeGeofenceCollectionRequest) {
|
|
273
|
+
DescribeGeofenceCollectionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
274
|
+
})(DescribeGeofenceCollectionRequest || (DescribeGeofenceCollectionRequest = {}));
|
|
275
|
+
export var DescribeGeofenceCollectionResponse;
|
|
276
|
+
(function (DescribeGeofenceCollectionResponse) {
|
|
277
|
+
DescribeGeofenceCollectionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
278
|
+
})(DescribeGeofenceCollectionResponse || (DescribeGeofenceCollectionResponse = {}));
|
|
279
|
+
export var DescribeMapRequest;
|
|
280
|
+
(function (DescribeMapRequest) {
|
|
281
|
+
DescribeMapRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
282
|
+
})(DescribeMapRequest || (DescribeMapRequest = {}));
|
|
283
|
+
export var DescribeMapResponse;
|
|
284
|
+
(function (DescribeMapResponse) {
|
|
285
|
+
DescribeMapResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
286
|
+
})(DescribeMapResponse || (DescribeMapResponse = {}));
|
|
287
|
+
export var DescribePlaceIndexRequest;
|
|
288
|
+
(function (DescribePlaceIndexRequest) {
|
|
289
|
+
DescribePlaceIndexRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
290
|
+
})(DescribePlaceIndexRequest || (DescribePlaceIndexRequest = {}));
|
|
291
|
+
export var DescribePlaceIndexResponse;
|
|
292
|
+
(function (DescribePlaceIndexResponse) {
|
|
293
|
+
DescribePlaceIndexResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
294
|
+
})(DescribePlaceIndexResponse || (DescribePlaceIndexResponse = {}));
|
|
295
|
+
export var DescribeRouteCalculatorRequest;
|
|
296
|
+
(function (DescribeRouteCalculatorRequest) {
|
|
297
|
+
DescribeRouteCalculatorRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
298
|
+
})(DescribeRouteCalculatorRequest || (DescribeRouteCalculatorRequest = {}));
|
|
299
|
+
export var DescribeRouteCalculatorResponse;
|
|
300
|
+
(function (DescribeRouteCalculatorResponse) {
|
|
301
|
+
DescribeRouteCalculatorResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
302
|
+
})(DescribeRouteCalculatorResponse || (DescribeRouteCalculatorResponse = {}));
|
|
303
|
+
export var DescribeTrackerRequest;
|
|
304
|
+
(function (DescribeTrackerRequest) {
|
|
305
|
+
DescribeTrackerRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
306
|
+
})(DescribeTrackerRequest || (DescribeTrackerRequest = {}));
|
|
307
|
+
export var DescribeTrackerResponse;
|
|
308
|
+
(function (DescribeTrackerResponse) {
|
|
309
|
+
DescribeTrackerResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
310
|
+
})(DescribeTrackerResponse || (DescribeTrackerResponse = {}));
|
|
311
|
+
export var DisassociateTrackerConsumerRequest;
|
|
312
|
+
(function (DisassociateTrackerConsumerRequest) {
|
|
313
|
+
DisassociateTrackerConsumerRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
314
|
+
})(DisassociateTrackerConsumerRequest || (DisassociateTrackerConsumerRequest = {}));
|
|
315
|
+
export var DisassociateTrackerConsumerResponse;
|
|
316
|
+
(function (DisassociateTrackerConsumerResponse) {
|
|
317
|
+
DisassociateTrackerConsumerResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
318
|
+
})(DisassociateTrackerConsumerResponse || (DisassociateTrackerConsumerResponse = {}));
|
|
319
|
+
export var ListTagsForResourceRequest;
|
|
320
|
+
(function (ListTagsForResourceRequest) {
|
|
321
|
+
ListTagsForResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
322
|
+
})(ListTagsForResourceRequest || (ListTagsForResourceRequest = {}));
|
|
323
|
+
export var ListTagsForResourceResponse;
|
|
324
|
+
(function (ListTagsForResourceResponse) {
|
|
325
|
+
ListTagsForResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
326
|
+
})(ListTagsForResourceResponse || (ListTagsForResourceResponse = {}));
|
|
327
|
+
export var TagResourceRequest;
|
|
328
|
+
(function (TagResourceRequest) {
|
|
329
|
+
TagResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
330
|
+
})(TagResourceRequest || (TagResourceRequest = {}));
|
|
331
|
+
export var TagResourceResponse;
|
|
332
|
+
(function (TagResourceResponse) {
|
|
333
|
+
TagResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
334
|
+
})(TagResourceResponse || (TagResourceResponse = {}));
|
|
335
|
+
export var UntagResourceRequest;
|
|
336
|
+
(function (UntagResourceRequest) {
|
|
337
|
+
UntagResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
338
|
+
})(UntagResourceRequest || (UntagResourceRequest = {}));
|
|
339
|
+
export var UntagResourceResponse;
|
|
340
|
+
(function (UntagResourceResponse) {
|
|
341
|
+
UntagResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
342
|
+
})(UntagResourceResponse || (UntagResourceResponse = {}));
|
|
343
|
+
export var GetGeofenceRequest;
|
|
344
|
+
(function (GetGeofenceRequest) {
|
|
345
|
+
GetGeofenceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
346
|
+
})(GetGeofenceRequest || (GetGeofenceRequest = {}));
|
|
347
|
+
export var GetGeofenceResponse;
|
|
348
|
+
(function (GetGeofenceResponse) {
|
|
349
|
+
GetGeofenceResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Geometry && { Geometry: GeofenceGeometry.filterSensitiveLog(obj.Geometry) }))); };
|
|
350
|
+
})(GetGeofenceResponse || (GetGeofenceResponse = {}));
|
|
351
|
+
export var ListGeofenceCollectionsRequest;
|
|
352
|
+
(function (ListGeofenceCollectionsRequest) {
|
|
353
|
+
ListGeofenceCollectionsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
354
|
+
})(ListGeofenceCollectionsRequest || (ListGeofenceCollectionsRequest = {}));
|
|
355
|
+
export var ListGeofenceCollectionsResponseEntry;
|
|
356
|
+
(function (ListGeofenceCollectionsResponseEntry) {
|
|
357
|
+
ListGeofenceCollectionsResponseEntry.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
358
|
+
})(ListGeofenceCollectionsResponseEntry || (ListGeofenceCollectionsResponseEntry = {}));
|
|
359
|
+
export var ListGeofenceCollectionsResponse;
|
|
360
|
+
(function (ListGeofenceCollectionsResponse) {
|
|
361
|
+
ListGeofenceCollectionsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
362
|
+
})(ListGeofenceCollectionsResponse || (ListGeofenceCollectionsResponse = {}));
|
|
363
|
+
export var ListGeofencesRequest;
|
|
364
|
+
(function (ListGeofencesRequest) {
|
|
365
|
+
ListGeofencesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
366
|
+
})(ListGeofencesRequest || (ListGeofencesRequest = {}));
|
|
367
|
+
export var ListGeofenceResponseEntry;
|
|
368
|
+
(function (ListGeofenceResponseEntry) {
|
|
369
|
+
ListGeofenceResponseEntry.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Geometry && { Geometry: GeofenceGeometry.filterSensitiveLog(obj.Geometry) }))); };
|
|
370
|
+
})(ListGeofenceResponseEntry || (ListGeofenceResponseEntry = {}));
|
|
371
|
+
export var ListGeofencesResponse;
|
|
372
|
+
(function (ListGeofencesResponse) {
|
|
373
|
+
ListGeofencesResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Entries && { Entries: obj.Entries.map(function (item) { return ListGeofenceResponseEntry.filterSensitiveLog(item); }) }))); };
|
|
374
|
+
})(ListGeofencesResponse || (ListGeofencesResponse = {}));
|
|
375
|
+
export var PutGeofenceRequest;
|
|
376
|
+
(function (PutGeofenceRequest) {
|
|
377
|
+
PutGeofenceRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Geometry && { Geometry: GeofenceGeometry.filterSensitiveLog(obj.Geometry) }))); };
|
|
378
|
+
})(PutGeofenceRequest || (PutGeofenceRequest = {}));
|
|
379
|
+
export var PutGeofenceResponse;
|
|
380
|
+
(function (PutGeofenceResponse) {
|
|
381
|
+
PutGeofenceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
382
|
+
})(PutGeofenceResponse || (PutGeofenceResponse = {}));
|
|
383
|
+
export var UpdateGeofenceCollectionRequest;
|
|
384
|
+
(function (UpdateGeofenceCollectionRequest) {
|
|
385
|
+
UpdateGeofenceCollectionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
386
|
+
})(UpdateGeofenceCollectionRequest || (UpdateGeofenceCollectionRequest = {}));
|
|
387
|
+
export var UpdateGeofenceCollectionResponse;
|
|
388
|
+
(function (UpdateGeofenceCollectionResponse) {
|
|
389
|
+
UpdateGeofenceCollectionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
390
|
+
})(UpdateGeofenceCollectionResponse || (UpdateGeofenceCollectionResponse = {}));
|
|
391
|
+
export var GetDevicePositionRequest;
|
|
392
|
+
(function (GetDevicePositionRequest) {
|
|
393
|
+
GetDevicePositionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
394
|
+
})(GetDevicePositionRequest || (GetDevicePositionRequest = {}));
|
|
395
|
+
export var GetDevicePositionResponse;
|
|
396
|
+
(function (GetDevicePositionResponse) {
|
|
397
|
+
GetDevicePositionResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Position && { Position: SENSITIVE_STRING }))); };
|
|
398
|
+
})(GetDevicePositionResponse || (GetDevicePositionResponse = {}));
|
|
399
|
+
export var GetDevicePositionHistoryRequest;
|
|
400
|
+
(function (GetDevicePositionHistoryRequest) {
|
|
401
|
+
GetDevicePositionHistoryRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
402
|
+
})(GetDevicePositionHistoryRequest || (GetDevicePositionHistoryRequest = {}));
|
|
403
|
+
export var GetDevicePositionHistoryResponse;
|
|
404
|
+
(function (GetDevicePositionHistoryResponse) {
|
|
405
|
+
GetDevicePositionHistoryResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.DevicePositions && {
|
|
406
|
+
DevicePositions: obj.DevicePositions.map(function (item) { return DevicePosition.filterSensitiveLog(item); }),
|
|
407
|
+
}))); };
|
|
408
|
+
})(GetDevicePositionHistoryResponse || (GetDevicePositionHistoryResponse = {}));
|
|
409
|
+
export var GetMapGlyphsRequest;
|
|
410
|
+
(function (GetMapGlyphsRequest) {
|
|
411
|
+
GetMapGlyphsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
412
|
+
})(GetMapGlyphsRequest || (GetMapGlyphsRequest = {}));
|
|
413
|
+
export var GetMapGlyphsResponse;
|
|
414
|
+
(function (GetMapGlyphsResponse) {
|
|
415
|
+
GetMapGlyphsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
416
|
+
})(GetMapGlyphsResponse || (GetMapGlyphsResponse = {}));
|
|
417
|
+
export var GetMapSpritesRequest;
|
|
418
|
+
(function (GetMapSpritesRequest) {
|
|
419
|
+
GetMapSpritesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
420
|
+
})(GetMapSpritesRequest || (GetMapSpritesRequest = {}));
|
|
421
|
+
export var GetMapSpritesResponse;
|
|
422
|
+
(function (GetMapSpritesResponse) {
|
|
423
|
+
GetMapSpritesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
424
|
+
})(GetMapSpritesResponse || (GetMapSpritesResponse = {}));
|
|
425
|
+
export var GetMapStyleDescriptorRequest;
|
|
426
|
+
(function (GetMapStyleDescriptorRequest) {
|
|
427
|
+
GetMapStyleDescriptorRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
428
|
+
})(GetMapStyleDescriptorRequest || (GetMapStyleDescriptorRequest = {}));
|
|
429
|
+
export var GetMapStyleDescriptorResponse;
|
|
430
|
+
(function (GetMapStyleDescriptorResponse) {
|
|
431
|
+
GetMapStyleDescriptorResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
432
|
+
})(GetMapStyleDescriptorResponse || (GetMapStyleDescriptorResponse = {}));
|
|
433
|
+
export var GetMapTileRequest;
|
|
434
|
+
(function (GetMapTileRequest) {
|
|
435
|
+
GetMapTileRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
436
|
+
})(GetMapTileRequest || (GetMapTileRequest = {}));
|
|
437
|
+
export var GetMapTileResponse;
|
|
438
|
+
(function (GetMapTileResponse) {
|
|
439
|
+
GetMapTileResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
440
|
+
})(GetMapTileResponse || (GetMapTileResponse = {}));
|
|
441
|
+
export var ListDevicePositionsRequest;
|
|
442
|
+
(function (ListDevicePositionsRequest) {
|
|
443
|
+
ListDevicePositionsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
444
|
+
})(ListDevicePositionsRequest || (ListDevicePositionsRequest = {}));
|
|
445
|
+
export var ListDevicePositionsResponseEntry;
|
|
446
|
+
(function (ListDevicePositionsResponseEntry) {
|
|
447
|
+
ListDevicePositionsResponseEntry.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Position && { Position: SENSITIVE_STRING }))); };
|
|
448
|
+
})(ListDevicePositionsResponseEntry || (ListDevicePositionsResponseEntry = {}));
|
|
449
|
+
export var ListDevicePositionsResponse;
|
|
450
|
+
(function (ListDevicePositionsResponse) {
|
|
451
|
+
ListDevicePositionsResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Entries && {
|
|
452
|
+
Entries: obj.Entries.map(function (item) { return ListDevicePositionsResponseEntry.filterSensitiveLog(item); }),
|
|
453
|
+
}))); };
|
|
454
|
+
})(ListDevicePositionsResponse || (ListDevicePositionsResponse = {}));
|
|
455
|
+
export var ListMapsRequest;
|
|
456
|
+
(function (ListMapsRequest) {
|
|
457
|
+
ListMapsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
458
|
+
})(ListMapsRequest || (ListMapsRequest = {}));
|
|
459
|
+
export var ListMapsResponseEntry;
|
|
460
|
+
(function (ListMapsResponseEntry) {
|
|
461
|
+
ListMapsResponseEntry.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
462
|
+
})(ListMapsResponseEntry || (ListMapsResponseEntry = {}));
|
|
463
|
+
export var ListMapsResponse;
|
|
464
|
+
(function (ListMapsResponse) {
|
|
465
|
+
ListMapsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
466
|
+
})(ListMapsResponse || (ListMapsResponse = {}));
|
|
467
|
+
export var ListPlaceIndexesRequest;
|
|
468
|
+
(function (ListPlaceIndexesRequest) {
|
|
469
|
+
ListPlaceIndexesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
470
|
+
})(ListPlaceIndexesRequest || (ListPlaceIndexesRequest = {}));
|
|
471
|
+
export var ListPlaceIndexesResponseEntry;
|
|
472
|
+
(function (ListPlaceIndexesResponseEntry) {
|
|
473
|
+
ListPlaceIndexesResponseEntry.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
474
|
+
})(ListPlaceIndexesResponseEntry || (ListPlaceIndexesResponseEntry = {}));
|
|
475
|
+
export var ListPlaceIndexesResponse;
|
|
476
|
+
(function (ListPlaceIndexesResponse) {
|
|
477
|
+
ListPlaceIndexesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
478
|
+
})(ListPlaceIndexesResponse || (ListPlaceIndexesResponse = {}));
|
|
479
|
+
export var ListRouteCalculatorsRequest;
|
|
480
|
+
(function (ListRouteCalculatorsRequest) {
|
|
481
|
+
ListRouteCalculatorsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
482
|
+
})(ListRouteCalculatorsRequest || (ListRouteCalculatorsRequest = {}));
|
|
483
|
+
export var ListRouteCalculatorsResponseEntry;
|
|
484
|
+
(function (ListRouteCalculatorsResponseEntry) {
|
|
485
|
+
ListRouteCalculatorsResponseEntry.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
486
|
+
})(ListRouteCalculatorsResponseEntry || (ListRouteCalculatorsResponseEntry = {}));
|
|
487
|
+
export var ListRouteCalculatorsResponse;
|
|
488
|
+
(function (ListRouteCalculatorsResponse) {
|
|
489
|
+
ListRouteCalculatorsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
490
|
+
})(ListRouteCalculatorsResponse || (ListRouteCalculatorsResponse = {}));
|
|
491
|
+
export var ListTrackerConsumersRequest;
|
|
492
|
+
(function (ListTrackerConsumersRequest) {
|
|
493
|
+
ListTrackerConsumersRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
494
|
+
})(ListTrackerConsumersRequest || (ListTrackerConsumersRequest = {}));
|
|
495
|
+
export var ListTrackerConsumersResponse;
|
|
496
|
+
(function (ListTrackerConsumersResponse) {
|
|
497
|
+
ListTrackerConsumersResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
498
|
+
})(ListTrackerConsumersResponse || (ListTrackerConsumersResponse = {}));
|
|
499
|
+
export var ListTrackersRequest;
|
|
500
|
+
(function (ListTrackersRequest) {
|
|
501
|
+
ListTrackersRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
502
|
+
})(ListTrackersRequest || (ListTrackersRequest = {}));
|
|
503
|
+
export var ListTrackersResponseEntry;
|
|
504
|
+
(function (ListTrackersResponseEntry) {
|
|
505
|
+
ListTrackersResponseEntry.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
506
|
+
})(ListTrackersResponseEntry || (ListTrackersResponseEntry = {}));
|
|
507
|
+
export var ListTrackersResponse;
|
|
508
|
+
(function (ListTrackersResponse) {
|
|
509
|
+
ListTrackersResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
510
|
+
})(ListTrackersResponse || (ListTrackersResponse = {}));
|
|
511
|
+
export var UpdateMapRequest;
|
|
512
|
+
(function (UpdateMapRequest) {
|
|
513
|
+
UpdateMapRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
514
|
+
})(UpdateMapRequest || (UpdateMapRequest = {}));
|
|
515
|
+
export var UpdateMapResponse;
|
|
516
|
+
(function (UpdateMapResponse) {
|
|
517
|
+
UpdateMapResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
518
|
+
})(UpdateMapResponse || (UpdateMapResponse = {}));
|
|
519
|
+
export var SearchPlaceIndexForPositionRequest;
|
|
520
|
+
(function (SearchPlaceIndexForPositionRequest) {
|
|
521
|
+
SearchPlaceIndexForPositionRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Position && { Position: SENSITIVE_STRING }))); };
|
|
522
|
+
})(SearchPlaceIndexForPositionRequest || (SearchPlaceIndexForPositionRequest = {}));
|
|
523
|
+
export var PlaceGeometry;
|
|
524
|
+
(function (PlaceGeometry) {
|
|
525
|
+
PlaceGeometry.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Point && { Point: SENSITIVE_STRING }))); };
|
|
526
|
+
})(PlaceGeometry || (PlaceGeometry = {}));
|
|
527
|
+
export var Place;
|
|
528
|
+
(function (Place) {
|
|
529
|
+
Place.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Geometry && { Geometry: PlaceGeometry.filterSensitiveLog(obj.Geometry) }))); };
|
|
530
|
+
})(Place || (Place = {}));
|
|
531
|
+
export var SearchForPositionResult;
|
|
532
|
+
(function (SearchForPositionResult) {
|
|
533
|
+
SearchForPositionResult.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Place && { Place: Place.filterSensitiveLog(obj.Place) }))); };
|
|
534
|
+
})(SearchForPositionResult || (SearchForPositionResult = {}));
|
|
535
|
+
export var SearchPlaceIndexForPositionSummary;
|
|
536
|
+
(function (SearchPlaceIndexForPositionSummary) {
|
|
537
|
+
SearchPlaceIndexForPositionSummary.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Position && { Position: SENSITIVE_STRING }))); };
|
|
538
|
+
})(SearchPlaceIndexForPositionSummary || (SearchPlaceIndexForPositionSummary = {}));
|
|
539
|
+
export var SearchPlaceIndexForPositionResponse;
|
|
540
|
+
(function (SearchPlaceIndexForPositionResponse) {
|
|
541
|
+
SearchPlaceIndexForPositionResponse.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.Summary && { Summary: SearchPlaceIndexForPositionSummary.filterSensitiveLog(obj.Summary) })), (obj.Results && { Results: obj.Results.map(function (item) { return SearchForPositionResult.filterSensitiveLog(item); }) }))); };
|
|
542
|
+
})(SearchPlaceIndexForPositionResponse || (SearchPlaceIndexForPositionResponse = {}));
|
|
543
|
+
export var SearchPlaceIndexForTextRequest;
|
|
544
|
+
(function (SearchPlaceIndexForTextRequest) {
|
|
545
|
+
SearchPlaceIndexForTextRequest.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign(__assign({}, obj), (obj.Text && { Text: SENSITIVE_STRING })), (obj.BiasPosition && { BiasPosition: SENSITIVE_STRING })), (obj.FilterBBox && { FilterBBox: SENSITIVE_STRING }))); };
|
|
546
|
+
})(SearchPlaceIndexForTextRequest || (SearchPlaceIndexForTextRequest = {}));
|
|
547
|
+
export var SearchForTextResult;
|
|
548
|
+
(function (SearchForTextResult) {
|
|
549
|
+
SearchForTextResult.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Place && { Place: Place.filterSensitiveLog(obj.Place) }))); };
|
|
550
|
+
})(SearchForTextResult || (SearchForTextResult = {}));
|
|
551
|
+
export var SearchPlaceIndexForTextSummary;
|
|
552
|
+
(function (SearchPlaceIndexForTextSummary) {
|
|
553
|
+
SearchPlaceIndexForTextSummary.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign(__assign(__assign({}, obj), (obj.Text && { Text: SENSITIVE_STRING })), (obj.BiasPosition && { BiasPosition: SENSITIVE_STRING })), (obj.FilterBBox && { FilterBBox: SENSITIVE_STRING })), (obj.ResultBBox && { ResultBBox: SENSITIVE_STRING }))); };
|
|
554
|
+
})(SearchPlaceIndexForTextSummary || (SearchPlaceIndexForTextSummary = {}));
|
|
555
|
+
export var SearchPlaceIndexForTextResponse;
|
|
556
|
+
(function (SearchPlaceIndexForTextResponse) {
|
|
557
|
+
SearchPlaceIndexForTextResponse.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.Summary && { Summary: SearchPlaceIndexForTextSummary.filterSensitiveLog(obj.Summary) })), (obj.Results && { Results: obj.Results.map(function (item) { return SearchForTextResult.filterSensitiveLog(item); }) }))); };
|
|
558
|
+
})(SearchPlaceIndexForTextResponse || (SearchPlaceIndexForTextResponse = {}));
|
|
559
|
+
export var UpdatePlaceIndexRequest;
|
|
560
|
+
(function (UpdatePlaceIndexRequest) {
|
|
561
|
+
UpdatePlaceIndexRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
562
|
+
})(UpdatePlaceIndexRequest || (UpdatePlaceIndexRequest = {}));
|
|
563
|
+
export var UpdatePlaceIndexResponse;
|
|
564
|
+
(function (UpdatePlaceIndexResponse) {
|
|
565
|
+
UpdatePlaceIndexResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
566
|
+
})(UpdatePlaceIndexResponse || (UpdatePlaceIndexResponse = {}));
|
|
567
|
+
export var UpdateRouteCalculatorRequest;
|
|
568
|
+
(function (UpdateRouteCalculatorRequest) {
|
|
569
|
+
UpdateRouteCalculatorRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
570
|
+
})(UpdateRouteCalculatorRequest || (UpdateRouteCalculatorRequest = {}));
|
|
571
|
+
export var UpdateRouteCalculatorResponse;
|
|
572
|
+
(function (UpdateRouteCalculatorResponse) {
|
|
573
|
+
UpdateRouteCalculatorResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
574
|
+
})(UpdateRouteCalculatorResponse || (UpdateRouteCalculatorResponse = {}));
|
|
575
|
+
export var UpdateTrackerRequest;
|
|
576
|
+
(function (UpdateTrackerRequest) {
|
|
577
|
+
UpdateTrackerRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
578
|
+
})(UpdateTrackerRequest || (UpdateTrackerRequest = {}));
|
|
579
|
+
export var UpdateTrackerResponse;
|
|
580
|
+
(function (UpdateTrackerResponse) {
|
|
581
|
+
UpdateTrackerResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
582
|
+
})(UpdateTrackerResponse || (UpdateTrackerResponse = {}));
|
|
583
|
+
//# sourceMappingURL=models_0.js.map
|