@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
|
@@ -1,1012 +0,0 @@
|
|
|
1
|
-
import { __assign } from "tslib";
|
|
2
|
-
import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
|
|
3
|
-
export var AccessDeniedException;
|
|
4
|
-
(function (AccessDeniedException) {
|
|
5
|
-
/**
|
|
6
|
-
* @internal
|
|
7
|
-
*/
|
|
8
|
-
AccessDeniedException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
9
|
-
})(AccessDeniedException || (AccessDeniedException = {}));
|
|
10
|
-
export var AssociateTrackerConsumerRequest;
|
|
11
|
-
(function (AssociateTrackerConsumerRequest) {
|
|
12
|
-
/**
|
|
13
|
-
* @internal
|
|
14
|
-
*/
|
|
15
|
-
AssociateTrackerConsumerRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
16
|
-
})(AssociateTrackerConsumerRequest || (AssociateTrackerConsumerRequest = {}));
|
|
17
|
-
export var AssociateTrackerConsumerResponse;
|
|
18
|
-
(function (AssociateTrackerConsumerResponse) {
|
|
19
|
-
/**
|
|
20
|
-
* @internal
|
|
21
|
-
*/
|
|
22
|
-
AssociateTrackerConsumerResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
23
|
-
})(AssociateTrackerConsumerResponse || (AssociateTrackerConsumerResponse = {}));
|
|
24
|
-
export var ConflictException;
|
|
25
|
-
(function (ConflictException) {
|
|
26
|
-
/**
|
|
27
|
-
* @internal
|
|
28
|
-
*/
|
|
29
|
-
ConflictException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
30
|
-
})(ConflictException || (ConflictException = {}));
|
|
31
|
-
export var InternalServerException;
|
|
32
|
-
(function (InternalServerException) {
|
|
33
|
-
/**
|
|
34
|
-
* @internal
|
|
35
|
-
*/
|
|
36
|
-
InternalServerException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
37
|
-
})(InternalServerException || (InternalServerException = {}));
|
|
38
|
-
export var ResourceNotFoundException;
|
|
39
|
-
(function (ResourceNotFoundException) {
|
|
40
|
-
/**
|
|
41
|
-
* @internal
|
|
42
|
-
*/
|
|
43
|
-
ResourceNotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
44
|
-
})(ResourceNotFoundException || (ResourceNotFoundException = {}));
|
|
45
|
-
export var ServiceQuotaExceededException;
|
|
46
|
-
(function (ServiceQuotaExceededException) {
|
|
47
|
-
/**
|
|
48
|
-
* @internal
|
|
49
|
-
*/
|
|
50
|
-
ServiceQuotaExceededException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
51
|
-
})(ServiceQuotaExceededException || (ServiceQuotaExceededException = {}));
|
|
52
|
-
export var ThrottlingException;
|
|
53
|
-
(function (ThrottlingException) {
|
|
54
|
-
/**
|
|
55
|
-
* @internal
|
|
56
|
-
*/
|
|
57
|
-
ThrottlingException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
58
|
-
})(ThrottlingException || (ThrottlingException = {}));
|
|
59
|
-
export var ValidationExceptionField;
|
|
60
|
-
(function (ValidationExceptionField) {
|
|
61
|
-
/**
|
|
62
|
-
* @internal
|
|
63
|
-
*/
|
|
64
|
-
ValidationExceptionField.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
65
|
-
})(ValidationExceptionField || (ValidationExceptionField = {}));
|
|
66
|
-
export var ValidationException;
|
|
67
|
-
(function (ValidationException) {
|
|
68
|
-
/**
|
|
69
|
-
* @internal
|
|
70
|
-
*/
|
|
71
|
-
ValidationException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
72
|
-
})(ValidationException || (ValidationException = {}));
|
|
73
|
-
export var BatchDeleteDevicePositionHistoryRequest;
|
|
74
|
-
(function (BatchDeleteDevicePositionHistoryRequest) {
|
|
75
|
-
/**
|
|
76
|
-
* @internal
|
|
77
|
-
*/
|
|
78
|
-
BatchDeleteDevicePositionHistoryRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
79
|
-
})(BatchDeleteDevicePositionHistoryRequest || (BatchDeleteDevicePositionHistoryRequest = {}));
|
|
80
|
-
export var BatchItemError;
|
|
81
|
-
(function (BatchItemError) {
|
|
82
|
-
/**
|
|
83
|
-
* @internal
|
|
84
|
-
*/
|
|
85
|
-
BatchItemError.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
86
|
-
})(BatchItemError || (BatchItemError = {}));
|
|
87
|
-
export var BatchDeleteDevicePositionHistoryError;
|
|
88
|
-
(function (BatchDeleteDevicePositionHistoryError) {
|
|
89
|
-
/**
|
|
90
|
-
* @internal
|
|
91
|
-
*/
|
|
92
|
-
BatchDeleteDevicePositionHistoryError.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
93
|
-
})(BatchDeleteDevicePositionHistoryError || (BatchDeleteDevicePositionHistoryError = {}));
|
|
94
|
-
export var BatchDeleteDevicePositionHistoryResponse;
|
|
95
|
-
(function (BatchDeleteDevicePositionHistoryResponse) {
|
|
96
|
-
/**
|
|
97
|
-
* @internal
|
|
98
|
-
*/
|
|
99
|
-
BatchDeleteDevicePositionHistoryResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
100
|
-
})(BatchDeleteDevicePositionHistoryResponse || (BatchDeleteDevicePositionHistoryResponse = {}));
|
|
101
|
-
export var BatchDeleteGeofenceRequest;
|
|
102
|
-
(function (BatchDeleteGeofenceRequest) {
|
|
103
|
-
/**
|
|
104
|
-
* @internal
|
|
105
|
-
*/
|
|
106
|
-
BatchDeleteGeofenceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
107
|
-
})(BatchDeleteGeofenceRequest || (BatchDeleteGeofenceRequest = {}));
|
|
108
|
-
export var BatchDeleteGeofenceError;
|
|
109
|
-
(function (BatchDeleteGeofenceError) {
|
|
110
|
-
/**
|
|
111
|
-
* @internal
|
|
112
|
-
*/
|
|
113
|
-
BatchDeleteGeofenceError.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
114
|
-
})(BatchDeleteGeofenceError || (BatchDeleteGeofenceError = {}));
|
|
115
|
-
export var BatchDeleteGeofenceResponse;
|
|
116
|
-
(function (BatchDeleteGeofenceResponse) {
|
|
117
|
-
/**
|
|
118
|
-
* @internal
|
|
119
|
-
*/
|
|
120
|
-
BatchDeleteGeofenceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
121
|
-
})(BatchDeleteGeofenceResponse || (BatchDeleteGeofenceResponse = {}));
|
|
122
|
-
export var DevicePositionUpdate;
|
|
123
|
-
(function (DevicePositionUpdate) {
|
|
124
|
-
/**
|
|
125
|
-
* @internal
|
|
126
|
-
*/
|
|
127
|
-
DevicePositionUpdate.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Position && { Position: SENSITIVE_STRING }))); };
|
|
128
|
-
})(DevicePositionUpdate || (DevicePositionUpdate = {}));
|
|
129
|
-
export var BatchEvaluateGeofencesRequest;
|
|
130
|
-
(function (BatchEvaluateGeofencesRequest) {
|
|
131
|
-
/**
|
|
132
|
-
* @internal
|
|
133
|
-
*/
|
|
134
|
-
BatchEvaluateGeofencesRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.DevicePositionUpdates && {
|
|
135
|
-
DevicePositionUpdates: obj.DevicePositionUpdates.map(function (item) { return DevicePositionUpdate.filterSensitiveLog(item); }),
|
|
136
|
-
}))); };
|
|
137
|
-
})(BatchEvaluateGeofencesRequest || (BatchEvaluateGeofencesRequest = {}));
|
|
138
|
-
export var BatchEvaluateGeofencesError;
|
|
139
|
-
(function (BatchEvaluateGeofencesError) {
|
|
140
|
-
/**
|
|
141
|
-
* @internal
|
|
142
|
-
*/
|
|
143
|
-
BatchEvaluateGeofencesError.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
144
|
-
})(BatchEvaluateGeofencesError || (BatchEvaluateGeofencesError = {}));
|
|
145
|
-
export var BatchEvaluateGeofencesResponse;
|
|
146
|
-
(function (BatchEvaluateGeofencesResponse) {
|
|
147
|
-
/**
|
|
148
|
-
* @internal
|
|
149
|
-
*/
|
|
150
|
-
BatchEvaluateGeofencesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
151
|
-
})(BatchEvaluateGeofencesResponse || (BatchEvaluateGeofencesResponse = {}));
|
|
152
|
-
export var BatchGetDevicePositionRequest;
|
|
153
|
-
(function (BatchGetDevicePositionRequest) {
|
|
154
|
-
/**
|
|
155
|
-
* @internal
|
|
156
|
-
*/
|
|
157
|
-
BatchGetDevicePositionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
158
|
-
})(BatchGetDevicePositionRequest || (BatchGetDevicePositionRequest = {}));
|
|
159
|
-
export var DevicePosition;
|
|
160
|
-
(function (DevicePosition) {
|
|
161
|
-
/**
|
|
162
|
-
* @internal
|
|
163
|
-
*/
|
|
164
|
-
DevicePosition.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Position && { Position: SENSITIVE_STRING }))); };
|
|
165
|
-
})(DevicePosition || (DevicePosition = {}));
|
|
166
|
-
export var BatchGetDevicePositionError;
|
|
167
|
-
(function (BatchGetDevicePositionError) {
|
|
168
|
-
/**
|
|
169
|
-
* @internal
|
|
170
|
-
*/
|
|
171
|
-
BatchGetDevicePositionError.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
172
|
-
})(BatchGetDevicePositionError || (BatchGetDevicePositionError = {}));
|
|
173
|
-
export var BatchGetDevicePositionResponse;
|
|
174
|
-
(function (BatchGetDevicePositionResponse) {
|
|
175
|
-
/**
|
|
176
|
-
* @internal
|
|
177
|
-
*/
|
|
178
|
-
BatchGetDevicePositionResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.DevicePositions && {
|
|
179
|
-
DevicePositions: obj.DevicePositions.map(function (item) { return DevicePosition.filterSensitiveLog(item); }),
|
|
180
|
-
}))); };
|
|
181
|
-
})(BatchGetDevicePositionResponse || (BatchGetDevicePositionResponse = {}));
|
|
182
|
-
export var GeofenceGeometry;
|
|
183
|
-
(function (GeofenceGeometry) {
|
|
184
|
-
/**
|
|
185
|
-
* @internal
|
|
186
|
-
*/
|
|
187
|
-
GeofenceGeometry.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Polygon && { Polygon: obj.Polygon.map(function (item) { return SENSITIVE_STRING; }) }))); };
|
|
188
|
-
})(GeofenceGeometry || (GeofenceGeometry = {}));
|
|
189
|
-
export var BatchPutGeofenceRequestEntry;
|
|
190
|
-
(function (BatchPutGeofenceRequestEntry) {
|
|
191
|
-
/**
|
|
192
|
-
* @internal
|
|
193
|
-
*/
|
|
194
|
-
BatchPutGeofenceRequestEntry.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Geometry && { Geometry: GeofenceGeometry.filterSensitiveLog(obj.Geometry) }))); };
|
|
195
|
-
})(BatchPutGeofenceRequestEntry || (BatchPutGeofenceRequestEntry = {}));
|
|
196
|
-
export var BatchPutGeofenceRequest;
|
|
197
|
-
(function (BatchPutGeofenceRequest) {
|
|
198
|
-
/**
|
|
199
|
-
* @internal
|
|
200
|
-
*/
|
|
201
|
-
BatchPutGeofenceRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Entries && { Entries: obj.Entries.map(function (item) { return BatchPutGeofenceRequestEntry.filterSensitiveLog(item); }) }))); };
|
|
202
|
-
})(BatchPutGeofenceRequest || (BatchPutGeofenceRequest = {}));
|
|
203
|
-
export var BatchPutGeofenceError;
|
|
204
|
-
(function (BatchPutGeofenceError) {
|
|
205
|
-
/**
|
|
206
|
-
* @internal
|
|
207
|
-
*/
|
|
208
|
-
BatchPutGeofenceError.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
209
|
-
})(BatchPutGeofenceError || (BatchPutGeofenceError = {}));
|
|
210
|
-
export var BatchPutGeofenceSuccess;
|
|
211
|
-
(function (BatchPutGeofenceSuccess) {
|
|
212
|
-
/**
|
|
213
|
-
* @internal
|
|
214
|
-
*/
|
|
215
|
-
BatchPutGeofenceSuccess.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
216
|
-
})(BatchPutGeofenceSuccess || (BatchPutGeofenceSuccess = {}));
|
|
217
|
-
export var BatchPutGeofenceResponse;
|
|
218
|
-
(function (BatchPutGeofenceResponse) {
|
|
219
|
-
/**
|
|
220
|
-
* @internal
|
|
221
|
-
*/
|
|
222
|
-
BatchPutGeofenceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
223
|
-
})(BatchPutGeofenceResponse || (BatchPutGeofenceResponse = {}));
|
|
224
|
-
export var BatchUpdateDevicePositionRequest;
|
|
225
|
-
(function (BatchUpdateDevicePositionRequest) {
|
|
226
|
-
/**
|
|
227
|
-
* @internal
|
|
228
|
-
*/
|
|
229
|
-
BatchUpdateDevicePositionRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Updates && { Updates: obj.Updates.map(function (item) { return DevicePositionUpdate.filterSensitiveLog(item); }) }))); };
|
|
230
|
-
})(BatchUpdateDevicePositionRequest || (BatchUpdateDevicePositionRequest = {}));
|
|
231
|
-
export var BatchUpdateDevicePositionError;
|
|
232
|
-
(function (BatchUpdateDevicePositionError) {
|
|
233
|
-
/**
|
|
234
|
-
* @internal
|
|
235
|
-
*/
|
|
236
|
-
BatchUpdateDevicePositionError.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
237
|
-
})(BatchUpdateDevicePositionError || (BatchUpdateDevicePositionError = {}));
|
|
238
|
-
export var BatchUpdateDevicePositionResponse;
|
|
239
|
-
(function (BatchUpdateDevicePositionResponse) {
|
|
240
|
-
/**
|
|
241
|
-
* @internal
|
|
242
|
-
*/
|
|
243
|
-
BatchUpdateDevicePositionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
244
|
-
})(BatchUpdateDevicePositionResponse || (BatchUpdateDevicePositionResponse = {}));
|
|
245
|
-
export var CalculateRouteCarModeOptions;
|
|
246
|
-
(function (CalculateRouteCarModeOptions) {
|
|
247
|
-
/**
|
|
248
|
-
* @internal
|
|
249
|
-
*/
|
|
250
|
-
CalculateRouteCarModeOptions.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
251
|
-
})(CalculateRouteCarModeOptions || (CalculateRouteCarModeOptions = {}));
|
|
252
|
-
export var TruckDimensions;
|
|
253
|
-
(function (TruckDimensions) {
|
|
254
|
-
/**
|
|
255
|
-
* @internal
|
|
256
|
-
*/
|
|
257
|
-
TruckDimensions.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
258
|
-
})(TruckDimensions || (TruckDimensions = {}));
|
|
259
|
-
export var TruckWeight;
|
|
260
|
-
(function (TruckWeight) {
|
|
261
|
-
/**
|
|
262
|
-
* @internal
|
|
263
|
-
*/
|
|
264
|
-
TruckWeight.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
265
|
-
})(TruckWeight || (TruckWeight = {}));
|
|
266
|
-
export var CalculateRouteTruckModeOptions;
|
|
267
|
-
(function (CalculateRouteTruckModeOptions) {
|
|
268
|
-
/**
|
|
269
|
-
* @internal
|
|
270
|
-
*/
|
|
271
|
-
CalculateRouteTruckModeOptions.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
272
|
-
})(CalculateRouteTruckModeOptions || (CalculateRouteTruckModeOptions = {}));
|
|
273
|
-
export var CalculateRouteRequest;
|
|
274
|
-
(function (CalculateRouteRequest) {
|
|
275
|
-
/**
|
|
276
|
-
* @internal
|
|
277
|
-
*/
|
|
278
|
-
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 }))); };
|
|
279
|
-
})(CalculateRouteRequest || (CalculateRouteRequest = {}));
|
|
280
|
-
export var LegGeometry;
|
|
281
|
-
(function (LegGeometry) {
|
|
282
|
-
/**
|
|
283
|
-
* @internal
|
|
284
|
-
*/
|
|
285
|
-
LegGeometry.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.LineString && { LineString: SENSITIVE_STRING }))); };
|
|
286
|
-
})(LegGeometry || (LegGeometry = {}));
|
|
287
|
-
export var Step;
|
|
288
|
-
(function (Step) {
|
|
289
|
-
/**
|
|
290
|
-
* @internal
|
|
291
|
-
*/
|
|
292
|
-
Step.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.StartPosition && { StartPosition: SENSITIVE_STRING })), (obj.EndPosition && { EndPosition: SENSITIVE_STRING }))); };
|
|
293
|
-
})(Step || (Step = {}));
|
|
294
|
-
export var Leg;
|
|
295
|
-
(function (Leg) {
|
|
296
|
-
/**
|
|
297
|
-
* @internal
|
|
298
|
-
*/
|
|
299
|
-
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); }) }))); };
|
|
300
|
-
})(Leg || (Leg = {}));
|
|
301
|
-
export var CalculateRouteSummary;
|
|
302
|
-
(function (CalculateRouteSummary) {
|
|
303
|
-
/**
|
|
304
|
-
* @internal
|
|
305
|
-
*/
|
|
306
|
-
CalculateRouteSummary.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.RouteBBox && { RouteBBox: SENSITIVE_STRING }))); };
|
|
307
|
-
})(CalculateRouteSummary || (CalculateRouteSummary = {}));
|
|
308
|
-
export var CalculateRouteResponse;
|
|
309
|
-
(function (CalculateRouteResponse) {
|
|
310
|
-
/**
|
|
311
|
-
* @internal
|
|
312
|
-
*/
|
|
313
|
-
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) }))); };
|
|
314
|
-
})(CalculateRouteResponse || (CalculateRouteResponse = {}));
|
|
315
|
-
export var CreateGeofenceCollectionRequest;
|
|
316
|
-
(function (CreateGeofenceCollectionRequest) {
|
|
317
|
-
/**
|
|
318
|
-
* @internal
|
|
319
|
-
*/
|
|
320
|
-
CreateGeofenceCollectionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
321
|
-
})(CreateGeofenceCollectionRequest || (CreateGeofenceCollectionRequest = {}));
|
|
322
|
-
export var CreateGeofenceCollectionResponse;
|
|
323
|
-
(function (CreateGeofenceCollectionResponse) {
|
|
324
|
-
/**
|
|
325
|
-
* @internal
|
|
326
|
-
*/
|
|
327
|
-
CreateGeofenceCollectionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
328
|
-
})(CreateGeofenceCollectionResponse || (CreateGeofenceCollectionResponse = {}));
|
|
329
|
-
export var MapConfiguration;
|
|
330
|
-
(function (MapConfiguration) {
|
|
331
|
-
/**
|
|
332
|
-
* @internal
|
|
333
|
-
*/
|
|
334
|
-
MapConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
335
|
-
})(MapConfiguration || (MapConfiguration = {}));
|
|
336
|
-
export var CreateMapRequest;
|
|
337
|
-
(function (CreateMapRequest) {
|
|
338
|
-
/**
|
|
339
|
-
* @internal
|
|
340
|
-
*/
|
|
341
|
-
CreateMapRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
342
|
-
})(CreateMapRequest || (CreateMapRequest = {}));
|
|
343
|
-
export var CreateMapResponse;
|
|
344
|
-
(function (CreateMapResponse) {
|
|
345
|
-
/**
|
|
346
|
-
* @internal
|
|
347
|
-
*/
|
|
348
|
-
CreateMapResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
349
|
-
})(CreateMapResponse || (CreateMapResponse = {}));
|
|
350
|
-
export var DataSourceConfiguration;
|
|
351
|
-
(function (DataSourceConfiguration) {
|
|
352
|
-
/**
|
|
353
|
-
* @internal
|
|
354
|
-
*/
|
|
355
|
-
DataSourceConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
356
|
-
})(DataSourceConfiguration || (DataSourceConfiguration = {}));
|
|
357
|
-
export var CreatePlaceIndexRequest;
|
|
358
|
-
(function (CreatePlaceIndexRequest) {
|
|
359
|
-
/**
|
|
360
|
-
* @internal
|
|
361
|
-
*/
|
|
362
|
-
CreatePlaceIndexRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
363
|
-
})(CreatePlaceIndexRequest || (CreatePlaceIndexRequest = {}));
|
|
364
|
-
export var CreatePlaceIndexResponse;
|
|
365
|
-
(function (CreatePlaceIndexResponse) {
|
|
366
|
-
/**
|
|
367
|
-
* @internal
|
|
368
|
-
*/
|
|
369
|
-
CreatePlaceIndexResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
370
|
-
})(CreatePlaceIndexResponse || (CreatePlaceIndexResponse = {}));
|
|
371
|
-
export var CreateRouteCalculatorRequest;
|
|
372
|
-
(function (CreateRouteCalculatorRequest) {
|
|
373
|
-
/**
|
|
374
|
-
* @internal
|
|
375
|
-
*/
|
|
376
|
-
CreateRouteCalculatorRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
377
|
-
})(CreateRouteCalculatorRequest || (CreateRouteCalculatorRequest = {}));
|
|
378
|
-
export var CreateRouteCalculatorResponse;
|
|
379
|
-
(function (CreateRouteCalculatorResponse) {
|
|
380
|
-
/**
|
|
381
|
-
* @internal
|
|
382
|
-
*/
|
|
383
|
-
CreateRouteCalculatorResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
384
|
-
})(CreateRouteCalculatorResponse || (CreateRouteCalculatorResponse = {}));
|
|
385
|
-
export var CreateTrackerRequest;
|
|
386
|
-
(function (CreateTrackerRequest) {
|
|
387
|
-
/**
|
|
388
|
-
* @internal
|
|
389
|
-
*/
|
|
390
|
-
CreateTrackerRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
391
|
-
})(CreateTrackerRequest || (CreateTrackerRequest = {}));
|
|
392
|
-
export var CreateTrackerResponse;
|
|
393
|
-
(function (CreateTrackerResponse) {
|
|
394
|
-
/**
|
|
395
|
-
* @internal
|
|
396
|
-
*/
|
|
397
|
-
CreateTrackerResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
398
|
-
})(CreateTrackerResponse || (CreateTrackerResponse = {}));
|
|
399
|
-
export var DeleteGeofenceCollectionRequest;
|
|
400
|
-
(function (DeleteGeofenceCollectionRequest) {
|
|
401
|
-
/**
|
|
402
|
-
* @internal
|
|
403
|
-
*/
|
|
404
|
-
DeleteGeofenceCollectionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
405
|
-
})(DeleteGeofenceCollectionRequest || (DeleteGeofenceCollectionRequest = {}));
|
|
406
|
-
export var DeleteGeofenceCollectionResponse;
|
|
407
|
-
(function (DeleteGeofenceCollectionResponse) {
|
|
408
|
-
/**
|
|
409
|
-
* @internal
|
|
410
|
-
*/
|
|
411
|
-
DeleteGeofenceCollectionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
412
|
-
})(DeleteGeofenceCollectionResponse || (DeleteGeofenceCollectionResponse = {}));
|
|
413
|
-
export var DeleteMapRequest;
|
|
414
|
-
(function (DeleteMapRequest) {
|
|
415
|
-
/**
|
|
416
|
-
* @internal
|
|
417
|
-
*/
|
|
418
|
-
DeleteMapRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
419
|
-
})(DeleteMapRequest || (DeleteMapRequest = {}));
|
|
420
|
-
export var DeleteMapResponse;
|
|
421
|
-
(function (DeleteMapResponse) {
|
|
422
|
-
/**
|
|
423
|
-
* @internal
|
|
424
|
-
*/
|
|
425
|
-
DeleteMapResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
426
|
-
})(DeleteMapResponse || (DeleteMapResponse = {}));
|
|
427
|
-
export var DeletePlaceIndexRequest;
|
|
428
|
-
(function (DeletePlaceIndexRequest) {
|
|
429
|
-
/**
|
|
430
|
-
* @internal
|
|
431
|
-
*/
|
|
432
|
-
DeletePlaceIndexRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
433
|
-
})(DeletePlaceIndexRequest || (DeletePlaceIndexRequest = {}));
|
|
434
|
-
export var DeletePlaceIndexResponse;
|
|
435
|
-
(function (DeletePlaceIndexResponse) {
|
|
436
|
-
/**
|
|
437
|
-
* @internal
|
|
438
|
-
*/
|
|
439
|
-
DeletePlaceIndexResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
440
|
-
})(DeletePlaceIndexResponse || (DeletePlaceIndexResponse = {}));
|
|
441
|
-
export var DeleteRouteCalculatorRequest;
|
|
442
|
-
(function (DeleteRouteCalculatorRequest) {
|
|
443
|
-
/**
|
|
444
|
-
* @internal
|
|
445
|
-
*/
|
|
446
|
-
DeleteRouteCalculatorRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
447
|
-
})(DeleteRouteCalculatorRequest || (DeleteRouteCalculatorRequest = {}));
|
|
448
|
-
export var DeleteRouteCalculatorResponse;
|
|
449
|
-
(function (DeleteRouteCalculatorResponse) {
|
|
450
|
-
/**
|
|
451
|
-
* @internal
|
|
452
|
-
*/
|
|
453
|
-
DeleteRouteCalculatorResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
454
|
-
})(DeleteRouteCalculatorResponse || (DeleteRouteCalculatorResponse = {}));
|
|
455
|
-
export var DeleteTrackerRequest;
|
|
456
|
-
(function (DeleteTrackerRequest) {
|
|
457
|
-
/**
|
|
458
|
-
* @internal
|
|
459
|
-
*/
|
|
460
|
-
DeleteTrackerRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
461
|
-
})(DeleteTrackerRequest || (DeleteTrackerRequest = {}));
|
|
462
|
-
export var DeleteTrackerResponse;
|
|
463
|
-
(function (DeleteTrackerResponse) {
|
|
464
|
-
/**
|
|
465
|
-
* @internal
|
|
466
|
-
*/
|
|
467
|
-
DeleteTrackerResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
468
|
-
})(DeleteTrackerResponse || (DeleteTrackerResponse = {}));
|
|
469
|
-
export var DescribeGeofenceCollectionRequest;
|
|
470
|
-
(function (DescribeGeofenceCollectionRequest) {
|
|
471
|
-
/**
|
|
472
|
-
* @internal
|
|
473
|
-
*/
|
|
474
|
-
DescribeGeofenceCollectionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
475
|
-
})(DescribeGeofenceCollectionRequest || (DescribeGeofenceCollectionRequest = {}));
|
|
476
|
-
export var DescribeGeofenceCollectionResponse;
|
|
477
|
-
(function (DescribeGeofenceCollectionResponse) {
|
|
478
|
-
/**
|
|
479
|
-
* @internal
|
|
480
|
-
*/
|
|
481
|
-
DescribeGeofenceCollectionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
482
|
-
})(DescribeGeofenceCollectionResponse || (DescribeGeofenceCollectionResponse = {}));
|
|
483
|
-
export var DescribeMapRequest;
|
|
484
|
-
(function (DescribeMapRequest) {
|
|
485
|
-
/**
|
|
486
|
-
* @internal
|
|
487
|
-
*/
|
|
488
|
-
DescribeMapRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
489
|
-
})(DescribeMapRequest || (DescribeMapRequest = {}));
|
|
490
|
-
export var DescribeMapResponse;
|
|
491
|
-
(function (DescribeMapResponse) {
|
|
492
|
-
/**
|
|
493
|
-
* @internal
|
|
494
|
-
*/
|
|
495
|
-
DescribeMapResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
496
|
-
})(DescribeMapResponse || (DescribeMapResponse = {}));
|
|
497
|
-
export var DescribePlaceIndexRequest;
|
|
498
|
-
(function (DescribePlaceIndexRequest) {
|
|
499
|
-
/**
|
|
500
|
-
* @internal
|
|
501
|
-
*/
|
|
502
|
-
DescribePlaceIndexRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
503
|
-
})(DescribePlaceIndexRequest || (DescribePlaceIndexRequest = {}));
|
|
504
|
-
export var DescribePlaceIndexResponse;
|
|
505
|
-
(function (DescribePlaceIndexResponse) {
|
|
506
|
-
/**
|
|
507
|
-
* @internal
|
|
508
|
-
*/
|
|
509
|
-
DescribePlaceIndexResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
510
|
-
})(DescribePlaceIndexResponse || (DescribePlaceIndexResponse = {}));
|
|
511
|
-
export var DescribeRouteCalculatorRequest;
|
|
512
|
-
(function (DescribeRouteCalculatorRequest) {
|
|
513
|
-
/**
|
|
514
|
-
* @internal
|
|
515
|
-
*/
|
|
516
|
-
DescribeRouteCalculatorRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
517
|
-
})(DescribeRouteCalculatorRequest || (DescribeRouteCalculatorRequest = {}));
|
|
518
|
-
export var DescribeRouteCalculatorResponse;
|
|
519
|
-
(function (DescribeRouteCalculatorResponse) {
|
|
520
|
-
/**
|
|
521
|
-
* @internal
|
|
522
|
-
*/
|
|
523
|
-
DescribeRouteCalculatorResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
524
|
-
})(DescribeRouteCalculatorResponse || (DescribeRouteCalculatorResponse = {}));
|
|
525
|
-
export var DescribeTrackerRequest;
|
|
526
|
-
(function (DescribeTrackerRequest) {
|
|
527
|
-
/**
|
|
528
|
-
* @internal
|
|
529
|
-
*/
|
|
530
|
-
DescribeTrackerRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
531
|
-
})(DescribeTrackerRequest || (DescribeTrackerRequest = {}));
|
|
532
|
-
export var DescribeTrackerResponse;
|
|
533
|
-
(function (DescribeTrackerResponse) {
|
|
534
|
-
/**
|
|
535
|
-
* @internal
|
|
536
|
-
*/
|
|
537
|
-
DescribeTrackerResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
538
|
-
})(DescribeTrackerResponse || (DescribeTrackerResponse = {}));
|
|
539
|
-
export var DisassociateTrackerConsumerRequest;
|
|
540
|
-
(function (DisassociateTrackerConsumerRequest) {
|
|
541
|
-
/**
|
|
542
|
-
* @internal
|
|
543
|
-
*/
|
|
544
|
-
DisassociateTrackerConsumerRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
545
|
-
})(DisassociateTrackerConsumerRequest || (DisassociateTrackerConsumerRequest = {}));
|
|
546
|
-
export var DisassociateTrackerConsumerResponse;
|
|
547
|
-
(function (DisassociateTrackerConsumerResponse) {
|
|
548
|
-
/**
|
|
549
|
-
* @internal
|
|
550
|
-
*/
|
|
551
|
-
DisassociateTrackerConsumerResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
552
|
-
})(DisassociateTrackerConsumerResponse || (DisassociateTrackerConsumerResponse = {}));
|
|
553
|
-
export var ListTagsForResourceRequest;
|
|
554
|
-
(function (ListTagsForResourceRequest) {
|
|
555
|
-
/**
|
|
556
|
-
* @internal
|
|
557
|
-
*/
|
|
558
|
-
ListTagsForResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
559
|
-
})(ListTagsForResourceRequest || (ListTagsForResourceRequest = {}));
|
|
560
|
-
export var ListTagsForResourceResponse;
|
|
561
|
-
(function (ListTagsForResourceResponse) {
|
|
562
|
-
/**
|
|
563
|
-
* @internal
|
|
564
|
-
*/
|
|
565
|
-
ListTagsForResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
566
|
-
})(ListTagsForResourceResponse || (ListTagsForResourceResponse = {}));
|
|
567
|
-
export var TagResourceRequest;
|
|
568
|
-
(function (TagResourceRequest) {
|
|
569
|
-
/**
|
|
570
|
-
* @internal
|
|
571
|
-
*/
|
|
572
|
-
TagResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
573
|
-
})(TagResourceRequest || (TagResourceRequest = {}));
|
|
574
|
-
export var TagResourceResponse;
|
|
575
|
-
(function (TagResourceResponse) {
|
|
576
|
-
/**
|
|
577
|
-
* @internal
|
|
578
|
-
*/
|
|
579
|
-
TagResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
580
|
-
})(TagResourceResponse || (TagResourceResponse = {}));
|
|
581
|
-
export var UntagResourceRequest;
|
|
582
|
-
(function (UntagResourceRequest) {
|
|
583
|
-
/**
|
|
584
|
-
* @internal
|
|
585
|
-
*/
|
|
586
|
-
UntagResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
587
|
-
})(UntagResourceRequest || (UntagResourceRequest = {}));
|
|
588
|
-
export var UntagResourceResponse;
|
|
589
|
-
(function (UntagResourceResponse) {
|
|
590
|
-
/**
|
|
591
|
-
* @internal
|
|
592
|
-
*/
|
|
593
|
-
UntagResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
594
|
-
})(UntagResourceResponse || (UntagResourceResponse = {}));
|
|
595
|
-
export var GetGeofenceRequest;
|
|
596
|
-
(function (GetGeofenceRequest) {
|
|
597
|
-
/**
|
|
598
|
-
* @internal
|
|
599
|
-
*/
|
|
600
|
-
GetGeofenceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
601
|
-
})(GetGeofenceRequest || (GetGeofenceRequest = {}));
|
|
602
|
-
export var GetGeofenceResponse;
|
|
603
|
-
(function (GetGeofenceResponse) {
|
|
604
|
-
/**
|
|
605
|
-
* @internal
|
|
606
|
-
*/
|
|
607
|
-
GetGeofenceResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Geometry && { Geometry: GeofenceGeometry.filterSensitiveLog(obj.Geometry) }))); };
|
|
608
|
-
})(GetGeofenceResponse || (GetGeofenceResponse = {}));
|
|
609
|
-
export var ListGeofenceCollectionsRequest;
|
|
610
|
-
(function (ListGeofenceCollectionsRequest) {
|
|
611
|
-
/**
|
|
612
|
-
* @internal
|
|
613
|
-
*/
|
|
614
|
-
ListGeofenceCollectionsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
615
|
-
})(ListGeofenceCollectionsRequest || (ListGeofenceCollectionsRequest = {}));
|
|
616
|
-
export var ListGeofenceCollectionsResponseEntry;
|
|
617
|
-
(function (ListGeofenceCollectionsResponseEntry) {
|
|
618
|
-
/**
|
|
619
|
-
* @internal
|
|
620
|
-
*/
|
|
621
|
-
ListGeofenceCollectionsResponseEntry.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
622
|
-
})(ListGeofenceCollectionsResponseEntry || (ListGeofenceCollectionsResponseEntry = {}));
|
|
623
|
-
export var ListGeofenceCollectionsResponse;
|
|
624
|
-
(function (ListGeofenceCollectionsResponse) {
|
|
625
|
-
/**
|
|
626
|
-
* @internal
|
|
627
|
-
*/
|
|
628
|
-
ListGeofenceCollectionsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
629
|
-
})(ListGeofenceCollectionsResponse || (ListGeofenceCollectionsResponse = {}));
|
|
630
|
-
export var ListGeofencesRequest;
|
|
631
|
-
(function (ListGeofencesRequest) {
|
|
632
|
-
/**
|
|
633
|
-
* @internal
|
|
634
|
-
*/
|
|
635
|
-
ListGeofencesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
636
|
-
})(ListGeofencesRequest || (ListGeofencesRequest = {}));
|
|
637
|
-
export var ListGeofenceResponseEntry;
|
|
638
|
-
(function (ListGeofenceResponseEntry) {
|
|
639
|
-
/**
|
|
640
|
-
* @internal
|
|
641
|
-
*/
|
|
642
|
-
ListGeofenceResponseEntry.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Geometry && { Geometry: GeofenceGeometry.filterSensitiveLog(obj.Geometry) }))); };
|
|
643
|
-
})(ListGeofenceResponseEntry || (ListGeofenceResponseEntry = {}));
|
|
644
|
-
export var ListGeofencesResponse;
|
|
645
|
-
(function (ListGeofencesResponse) {
|
|
646
|
-
/**
|
|
647
|
-
* @internal
|
|
648
|
-
*/
|
|
649
|
-
ListGeofencesResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Entries && { Entries: obj.Entries.map(function (item) { return ListGeofenceResponseEntry.filterSensitiveLog(item); }) }))); };
|
|
650
|
-
})(ListGeofencesResponse || (ListGeofencesResponse = {}));
|
|
651
|
-
export var PutGeofenceRequest;
|
|
652
|
-
(function (PutGeofenceRequest) {
|
|
653
|
-
/**
|
|
654
|
-
* @internal
|
|
655
|
-
*/
|
|
656
|
-
PutGeofenceRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Geometry && { Geometry: GeofenceGeometry.filterSensitiveLog(obj.Geometry) }))); };
|
|
657
|
-
})(PutGeofenceRequest || (PutGeofenceRequest = {}));
|
|
658
|
-
export var PutGeofenceResponse;
|
|
659
|
-
(function (PutGeofenceResponse) {
|
|
660
|
-
/**
|
|
661
|
-
* @internal
|
|
662
|
-
*/
|
|
663
|
-
PutGeofenceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
664
|
-
})(PutGeofenceResponse || (PutGeofenceResponse = {}));
|
|
665
|
-
export var UpdateGeofenceCollectionRequest;
|
|
666
|
-
(function (UpdateGeofenceCollectionRequest) {
|
|
667
|
-
/**
|
|
668
|
-
* @internal
|
|
669
|
-
*/
|
|
670
|
-
UpdateGeofenceCollectionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
671
|
-
})(UpdateGeofenceCollectionRequest || (UpdateGeofenceCollectionRequest = {}));
|
|
672
|
-
export var UpdateGeofenceCollectionResponse;
|
|
673
|
-
(function (UpdateGeofenceCollectionResponse) {
|
|
674
|
-
/**
|
|
675
|
-
* @internal
|
|
676
|
-
*/
|
|
677
|
-
UpdateGeofenceCollectionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
678
|
-
})(UpdateGeofenceCollectionResponse || (UpdateGeofenceCollectionResponse = {}));
|
|
679
|
-
export var GetDevicePositionRequest;
|
|
680
|
-
(function (GetDevicePositionRequest) {
|
|
681
|
-
/**
|
|
682
|
-
* @internal
|
|
683
|
-
*/
|
|
684
|
-
GetDevicePositionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
685
|
-
})(GetDevicePositionRequest || (GetDevicePositionRequest = {}));
|
|
686
|
-
export var GetDevicePositionResponse;
|
|
687
|
-
(function (GetDevicePositionResponse) {
|
|
688
|
-
/**
|
|
689
|
-
* @internal
|
|
690
|
-
*/
|
|
691
|
-
GetDevicePositionResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Position && { Position: SENSITIVE_STRING }))); };
|
|
692
|
-
})(GetDevicePositionResponse || (GetDevicePositionResponse = {}));
|
|
693
|
-
export var GetDevicePositionHistoryRequest;
|
|
694
|
-
(function (GetDevicePositionHistoryRequest) {
|
|
695
|
-
/**
|
|
696
|
-
* @internal
|
|
697
|
-
*/
|
|
698
|
-
GetDevicePositionHistoryRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
699
|
-
})(GetDevicePositionHistoryRequest || (GetDevicePositionHistoryRequest = {}));
|
|
700
|
-
export var GetDevicePositionHistoryResponse;
|
|
701
|
-
(function (GetDevicePositionHistoryResponse) {
|
|
702
|
-
/**
|
|
703
|
-
* @internal
|
|
704
|
-
*/
|
|
705
|
-
GetDevicePositionHistoryResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.DevicePositions && {
|
|
706
|
-
DevicePositions: obj.DevicePositions.map(function (item) { return DevicePosition.filterSensitiveLog(item); }),
|
|
707
|
-
}))); };
|
|
708
|
-
})(GetDevicePositionHistoryResponse || (GetDevicePositionHistoryResponse = {}));
|
|
709
|
-
export var GetMapGlyphsRequest;
|
|
710
|
-
(function (GetMapGlyphsRequest) {
|
|
711
|
-
/**
|
|
712
|
-
* @internal
|
|
713
|
-
*/
|
|
714
|
-
GetMapGlyphsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
715
|
-
})(GetMapGlyphsRequest || (GetMapGlyphsRequest = {}));
|
|
716
|
-
export var GetMapGlyphsResponse;
|
|
717
|
-
(function (GetMapGlyphsResponse) {
|
|
718
|
-
/**
|
|
719
|
-
* @internal
|
|
720
|
-
*/
|
|
721
|
-
GetMapGlyphsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
722
|
-
})(GetMapGlyphsResponse || (GetMapGlyphsResponse = {}));
|
|
723
|
-
export var GetMapSpritesRequest;
|
|
724
|
-
(function (GetMapSpritesRequest) {
|
|
725
|
-
/**
|
|
726
|
-
* @internal
|
|
727
|
-
*/
|
|
728
|
-
GetMapSpritesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
729
|
-
})(GetMapSpritesRequest || (GetMapSpritesRequest = {}));
|
|
730
|
-
export var GetMapSpritesResponse;
|
|
731
|
-
(function (GetMapSpritesResponse) {
|
|
732
|
-
/**
|
|
733
|
-
* @internal
|
|
734
|
-
*/
|
|
735
|
-
GetMapSpritesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
736
|
-
})(GetMapSpritesResponse || (GetMapSpritesResponse = {}));
|
|
737
|
-
export var GetMapStyleDescriptorRequest;
|
|
738
|
-
(function (GetMapStyleDescriptorRequest) {
|
|
739
|
-
/**
|
|
740
|
-
* @internal
|
|
741
|
-
*/
|
|
742
|
-
GetMapStyleDescriptorRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
743
|
-
})(GetMapStyleDescriptorRequest || (GetMapStyleDescriptorRequest = {}));
|
|
744
|
-
export var GetMapStyleDescriptorResponse;
|
|
745
|
-
(function (GetMapStyleDescriptorResponse) {
|
|
746
|
-
/**
|
|
747
|
-
* @internal
|
|
748
|
-
*/
|
|
749
|
-
GetMapStyleDescriptorResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
750
|
-
})(GetMapStyleDescriptorResponse || (GetMapStyleDescriptorResponse = {}));
|
|
751
|
-
export var GetMapTileRequest;
|
|
752
|
-
(function (GetMapTileRequest) {
|
|
753
|
-
/**
|
|
754
|
-
* @internal
|
|
755
|
-
*/
|
|
756
|
-
GetMapTileRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
757
|
-
})(GetMapTileRequest || (GetMapTileRequest = {}));
|
|
758
|
-
export var GetMapTileResponse;
|
|
759
|
-
(function (GetMapTileResponse) {
|
|
760
|
-
/**
|
|
761
|
-
* @internal
|
|
762
|
-
*/
|
|
763
|
-
GetMapTileResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
764
|
-
})(GetMapTileResponse || (GetMapTileResponse = {}));
|
|
765
|
-
export var ListDevicePositionsRequest;
|
|
766
|
-
(function (ListDevicePositionsRequest) {
|
|
767
|
-
/**
|
|
768
|
-
* @internal
|
|
769
|
-
*/
|
|
770
|
-
ListDevicePositionsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
771
|
-
})(ListDevicePositionsRequest || (ListDevicePositionsRequest = {}));
|
|
772
|
-
export var ListDevicePositionsResponseEntry;
|
|
773
|
-
(function (ListDevicePositionsResponseEntry) {
|
|
774
|
-
/**
|
|
775
|
-
* @internal
|
|
776
|
-
*/
|
|
777
|
-
ListDevicePositionsResponseEntry.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Position && { Position: SENSITIVE_STRING }))); };
|
|
778
|
-
})(ListDevicePositionsResponseEntry || (ListDevicePositionsResponseEntry = {}));
|
|
779
|
-
export var ListDevicePositionsResponse;
|
|
780
|
-
(function (ListDevicePositionsResponse) {
|
|
781
|
-
/**
|
|
782
|
-
* @internal
|
|
783
|
-
*/
|
|
784
|
-
ListDevicePositionsResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Entries && {
|
|
785
|
-
Entries: obj.Entries.map(function (item) { return ListDevicePositionsResponseEntry.filterSensitiveLog(item); }),
|
|
786
|
-
}))); };
|
|
787
|
-
})(ListDevicePositionsResponse || (ListDevicePositionsResponse = {}));
|
|
788
|
-
export var ListMapsRequest;
|
|
789
|
-
(function (ListMapsRequest) {
|
|
790
|
-
/**
|
|
791
|
-
* @internal
|
|
792
|
-
*/
|
|
793
|
-
ListMapsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
794
|
-
})(ListMapsRequest || (ListMapsRequest = {}));
|
|
795
|
-
export var ListMapsResponseEntry;
|
|
796
|
-
(function (ListMapsResponseEntry) {
|
|
797
|
-
/**
|
|
798
|
-
* @internal
|
|
799
|
-
*/
|
|
800
|
-
ListMapsResponseEntry.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
801
|
-
})(ListMapsResponseEntry || (ListMapsResponseEntry = {}));
|
|
802
|
-
export var ListMapsResponse;
|
|
803
|
-
(function (ListMapsResponse) {
|
|
804
|
-
/**
|
|
805
|
-
* @internal
|
|
806
|
-
*/
|
|
807
|
-
ListMapsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
808
|
-
})(ListMapsResponse || (ListMapsResponse = {}));
|
|
809
|
-
export var ListPlaceIndexesRequest;
|
|
810
|
-
(function (ListPlaceIndexesRequest) {
|
|
811
|
-
/**
|
|
812
|
-
* @internal
|
|
813
|
-
*/
|
|
814
|
-
ListPlaceIndexesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
815
|
-
})(ListPlaceIndexesRequest || (ListPlaceIndexesRequest = {}));
|
|
816
|
-
export var ListPlaceIndexesResponseEntry;
|
|
817
|
-
(function (ListPlaceIndexesResponseEntry) {
|
|
818
|
-
/**
|
|
819
|
-
* @internal
|
|
820
|
-
*/
|
|
821
|
-
ListPlaceIndexesResponseEntry.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
822
|
-
})(ListPlaceIndexesResponseEntry || (ListPlaceIndexesResponseEntry = {}));
|
|
823
|
-
export var ListPlaceIndexesResponse;
|
|
824
|
-
(function (ListPlaceIndexesResponse) {
|
|
825
|
-
/**
|
|
826
|
-
* @internal
|
|
827
|
-
*/
|
|
828
|
-
ListPlaceIndexesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
829
|
-
})(ListPlaceIndexesResponse || (ListPlaceIndexesResponse = {}));
|
|
830
|
-
export var ListRouteCalculatorsRequest;
|
|
831
|
-
(function (ListRouteCalculatorsRequest) {
|
|
832
|
-
/**
|
|
833
|
-
* @internal
|
|
834
|
-
*/
|
|
835
|
-
ListRouteCalculatorsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
836
|
-
})(ListRouteCalculatorsRequest || (ListRouteCalculatorsRequest = {}));
|
|
837
|
-
export var ListRouteCalculatorsResponseEntry;
|
|
838
|
-
(function (ListRouteCalculatorsResponseEntry) {
|
|
839
|
-
/**
|
|
840
|
-
* @internal
|
|
841
|
-
*/
|
|
842
|
-
ListRouteCalculatorsResponseEntry.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
843
|
-
})(ListRouteCalculatorsResponseEntry || (ListRouteCalculatorsResponseEntry = {}));
|
|
844
|
-
export var ListRouteCalculatorsResponse;
|
|
845
|
-
(function (ListRouteCalculatorsResponse) {
|
|
846
|
-
/**
|
|
847
|
-
* @internal
|
|
848
|
-
*/
|
|
849
|
-
ListRouteCalculatorsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
850
|
-
})(ListRouteCalculatorsResponse || (ListRouteCalculatorsResponse = {}));
|
|
851
|
-
export var ListTrackerConsumersRequest;
|
|
852
|
-
(function (ListTrackerConsumersRequest) {
|
|
853
|
-
/**
|
|
854
|
-
* @internal
|
|
855
|
-
*/
|
|
856
|
-
ListTrackerConsumersRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
857
|
-
})(ListTrackerConsumersRequest || (ListTrackerConsumersRequest = {}));
|
|
858
|
-
export var ListTrackerConsumersResponse;
|
|
859
|
-
(function (ListTrackerConsumersResponse) {
|
|
860
|
-
/**
|
|
861
|
-
* @internal
|
|
862
|
-
*/
|
|
863
|
-
ListTrackerConsumersResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
864
|
-
})(ListTrackerConsumersResponse || (ListTrackerConsumersResponse = {}));
|
|
865
|
-
export var ListTrackersRequest;
|
|
866
|
-
(function (ListTrackersRequest) {
|
|
867
|
-
/**
|
|
868
|
-
* @internal
|
|
869
|
-
*/
|
|
870
|
-
ListTrackersRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
871
|
-
})(ListTrackersRequest || (ListTrackersRequest = {}));
|
|
872
|
-
export var ListTrackersResponseEntry;
|
|
873
|
-
(function (ListTrackersResponseEntry) {
|
|
874
|
-
/**
|
|
875
|
-
* @internal
|
|
876
|
-
*/
|
|
877
|
-
ListTrackersResponseEntry.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
878
|
-
})(ListTrackersResponseEntry || (ListTrackersResponseEntry = {}));
|
|
879
|
-
export var ListTrackersResponse;
|
|
880
|
-
(function (ListTrackersResponse) {
|
|
881
|
-
/**
|
|
882
|
-
* @internal
|
|
883
|
-
*/
|
|
884
|
-
ListTrackersResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
885
|
-
})(ListTrackersResponse || (ListTrackersResponse = {}));
|
|
886
|
-
export var UpdateMapRequest;
|
|
887
|
-
(function (UpdateMapRequest) {
|
|
888
|
-
/**
|
|
889
|
-
* @internal
|
|
890
|
-
*/
|
|
891
|
-
UpdateMapRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
892
|
-
})(UpdateMapRequest || (UpdateMapRequest = {}));
|
|
893
|
-
export var UpdateMapResponse;
|
|
894
|
-
(function (UpdateMapResponse) {
|
|
895
|
-
/**
|
|
896
|
-
* @internal
|
|
897
|
-
*/
|
|
898
|
-
UpdateMapResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
899
|
-
})(UpdateMapResponse || (UpdateMapResponse = {}));
|
|
900
|
-
export var SearchPlaceIndexForPositionRequest;
|
|
901
|
-
(function (SearchPlaceIndexForPositionRequest) {
|
|
902
|
-
/**
|
|
903
|
-
* @internal
|
|
904
|
-
*/
|
|
905
|
-
SearchPlaceIndexForPositionRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Position && { Position: SENSITIVE_STRING }))); };
|
|
906
|
-
})(SearchPlaceIndexForPositionRequest || (SearchPlaceIndexForPositionRequest = {}));
|
|
907
|
-
export var PlaceGeometry;
|
|
908
|
-
(function (PlaceGeometry) {
|
|
909
|
-
/**
|
|
910
|
-
* @internal
|
|
911
|
-
*/
|
|
912
|
-
PlaceGeometry.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Point && { Point: SENSITIVE_STRING }))); };
|
|
913
|
-
})(PlaceGeometry || (PlaceGeometry = {}));
|
|
914
|
-
export var Place;
|
|
915
|
-
(function (Place) {
|
|
916
|
-
/**
|
|
917
|
-
* @internal
|
|
918
|
-
*/
|
|
919
|
-
Place.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Geometry && { Geometry: PlaceGeometry.filterSensitiveLog(obj.Geometry) }))); };
|
|
920
|
-
})(Place || (Place = {}));
|
|
921
|
-
export var SearchForPositionResult;
|
|
922
|
-
(function (SearchForPositionResult) {
|
|
923
|
-
/**
|
|
924
|
-
* @internal
|
|
925
|
-
*/
|
|
926
|
-
SearchForPositionResult.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Place && { Place: Place.filterSensitiveLog(obj.Place) }))); };
|
|
927
|
-
})(SearchForPositionResult || (SearchForPositionResult = {}));
|
|
928
|
-
export var SearchPlaceIndexForPositionSummary;
|
|
929
|
-
(function (SearchPlaceIndexForPositionSummary) {
|
|
930
|
-
/**
|
|
931
|
-
* @internal
|
|
932
|
-
*/
|
|
933
|
-
SearchPlaceIndexForPositionSummary.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Position && { Position: SENSITIVE_STRING }))); };
|
|
934
|
-
})(SearchPlaceIndexForPositionSummary || (SearchPlaceIndexForPositionSummary = {}));
|
|
935
|
-
export var SearchPlaceIndexForPositionResponse;
|
|
936
|
-
(function (SearchPlaceIndexForPositionResponse) {
|
|
937
|
-
/**
|
|
938
|
-
* @internal
|
|
939
|
-
*/
|
|
940
|
-
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); }) }))); };
|
|
941
|
-
})(SearchPlaceIndexForPositionResponse || (SearchPlaceIndexForPositionResponse = {}));
|
|
942
|
-
export var SearchPlaceIndexForTextRequest;
|
|
943
|
-
(function (SearchPlaceIndexForTextRequest) {
|
|
944
|
-
/**
|
|
945
|
-
* @internal
|
|
946
|
-
*/
|
|
947
|
-
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 }))); };
|
|
948
|
-
})(SearchPlaceIndexForTextRequest || (SearchPlaceIndexForTextRequest = {}));
|
|
949
|
-
export var SearchForTextResult;
|
|
950
|
-
(function (SearchForTextResult) {
|
|
951
|
-
/**
|
|
952
|
-
* @internal
|
|
953
|
-
*/
|
|
954
|
-
SearchForTextResult.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Place && { Place: Place.filterSensitiveLog(obj.Place) }))); };
|
|
955
|
-
})(SearchForTextResult || (SearchForTextResult = {}));
|
|
956
|
-
export var SearchPlaceIndexForTextSummary;
|
|
957
|
-
(function (SearchPlaceIndexForTextSummary) {
|
|
958
|
-
/**
|
|
959
|
-
* @internal
|
|
960
|
-
*/
|
|
961
|
-
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 }))); };
|
|
962
|
-
})(SearchPlaceIndexForTextSummary || (SearchPlaceIndexForTextSummary = {}));
|
|
963
|
-
export var SearchPlaceIndexForTextResponse;
|
|
964
|
-
(function (SearchPlaceIndexForTextResponse) {
|
|
965
|
-
/**
|
|
966
|
-
* @internal
|
|
967
|
-
*/
|
|
968
|
-
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); }) }))); };
|
|
969
|
-
})(SearchPlaceIndexForTextResponse || (SearchPlaceIndexForTextResponse = {}));
|
|
970
|
-
export var UpdatePlaceIndexRequest;
|
|
971
|
-
(function (UpdatePlaceIndexRequest) {
|
|
972
|
-
/**
|
|
973
|
-
* @internal
|
|
974
|
-
*/
|
|
975
|
-
UpdatePlaceIndexRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
976
|
-
})(UpdatePlaceIndexRequest || (UpdatePlaceIndexRequest = {}));
|
|
977
|
-
export var UpdatePlaceIndexResponse;
|
|
978
|
-
(function (UpdatePlaceIndexResponse) {
|
|
979
|
-
/**
|
|
980
|
-
* @internal
|
|
981
|
-
*/
|
|
982
|
-
UpdatePlaceIndexResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
983
|
-
})(UpdatePlaceIndexResponse || (UpdatePlaceIndexResponse = {}));
|
|
984
|
-
export var UpdateRouteCalculatorRequest;
|
|
985
|
-
(function (UpdateRouteCalculatorRequest) {
|
|
986
|
-
/**
|
|
987
|
-
* @internal
|
|
988
|
-
*/
|
|
989
|
-
UpdateRouteCalculatorRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
990
|
-
})(UpdateRouteCalculatorRequest || (UpdateRouteCalculatorRequest = {}));
|
|
991
|
-
export var UpdateRouteCalculatorResponse;
|
|
992
|
-
(function (UpdateRouteCalculatorResponse) {
|
|
993
|
-
/**
|
|
994
|
-
* @internal
|
|
995
|
-
*/
|
|
996
|
-
UpdateRouteCalculatorResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
997
|
-
})(UpdateRouteCalculatorResponse || (UpdateRouteCalculatorResponse = {}));
|
|
998
|
-
export var UpdateTrackerRequest;
|
|
999
|
-
(function (UpdateTrackerRequest) {
|
|
1000
|
-
/**
|
|
1001
|
-
* @internal
|
|
1002
|
-
*/
|
|
1003
|
-
UpdateTrackerRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1004
|
-
})(UpdateTrackerRequest || (UpdateTrackerRequest = {}));
|
|
1005
|
-
export var UpdateTrackerResponse;
|
|
1006
|
-
(function (UpdateTrackerResponse) {
|
|
1007
|
-
/**
|
|
1008
|
-
* @internal
|
|
1009
|
-
*/
|
|
1010
|
-
UpdateTrackerResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1011
|
-
})(UpdateTrackerResponse || (UpdateTrackerResponse = {}));
|
|
1012
|
-
//# sourceMappingURL=models_0.js.map
|