@aws-sdk/client-location 3.35.0 → 3.38.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +48 -0
- package/dist-cjs/Location.js +0 -4
- package/dist-cjs/LocationClient.js +0 -9
- package/dist-cjs/commands/AssociateTrackerConsumerCommand.js +0 -31
- package/dist-cjs/commands/BatchDeleteDevicePositionHistoryCommand.js +0 -25
- package/dist-cjs/commands/BatchDeleteGeofenceCommand.js +0 -28
- package/dist-cjs/commands/BatchEvaluateGeofencesCommand.js +0 -45
- package/dist-cjs/commands/BatchGetDevicePositionCommand.js +0 -25
- package/dist-cjs/commands/BatchPutGeofenceCommand.js +0 -26
- package/dist-cjs/commands/BatchUpdateDevicePositionCommand.js +0 -31
- package/dist-cjs/commands/CalculateRouteCommand.js +0 -55
- package/dist-cjs/commands/CreateGeofenceCollectionCommand.js +0 -25
- package/dist-cjs/commands/CreateMapCommand.js +0 -26
- package/dist-cjs/commands/CreatePlaceIndexCommand.js +0 -26
- package/dist-cjs/commands/CreateRouteCalculatorCommand.js +0 -28
- package/dist-cjs/commands/CreateTrackerCommand.js +0 -26
- package/dist-cjs/commands/DeleteGeofenceCollectionCommand.js +0 -29
- package/dist-cjs/commands/DeleteMapCommand.js +0 -29
- package/dist-cjs/commands/DeletePlaceIndexCommand.js +0 -28
- package/dist-cjs/commands/DeleteRouteCalculatorCommand.js +0 -28
- package/dist-cjs/commands/DeleteTrackerCommand.js +0 -30
- package/dist-cjs/commands/DescribeGeofenceCollectionCommand.js +0 -25
- package/dist-cjs/commands/DescribeMapCommand.js +0 -25
- package/dist-cjs/commands/DescribePlaceIndexCommand.js +0 -25
- package/dist-cjs/commands/DescribeRouteCalculatorCommand.js +0 -25
- package/dist-cjs/commands/DescribeTrackerCommand.js +0 -25
- package/dist-cjs/commands/DisassociateTrackerConsumerCommand.js +0 -29
- package/dist-cjs/commands/GetDevicePositionCommand.js +0 -28
- package/dist-cjs/commands/GetDevicePositionHistoryCommand.js +0 -29
- package/dist-cjs/commands/GetGeofenceCommand.js +0 -25
- package/dist-cjs/commands/GetMapGlyphsCommand.js +0 -25
- package/dist-cjs/commands/GetMapSpritesCommand.js +0 -27
- package/dist-cjs/commands/GetMapStyleDescriptorCommand.js +0 -28
- package/dist-cjs/commands/GetMapTileCommand.js +0 -30
- package/dist-cjs/commands/ListDevicePositionsCommand.js +0 -25
- package/dist-cjs/commands/ListGeofenceCollectionsCommand.js +0 -25
- package/dist-cjs/commands/ListGeofencesCommand.js +0 -25
- package/dist-cjs/commands/ListMapsCommand.js +0 -25
- package/dist-cjs/commands/ListPlaceIndexesCommand.js +0 -25
- package/dist-cjs/commands/ListRouteCalculatorsCommand.js +0 -25
- package/dist-cjs/commands/ListTagsForResourceCommand.js +0 -25
- package/dist-cjs/commands/ListTrackerConsumersCommand.js +0 -25
- package/dist-cjs/commands/ListTrackersCommand.js +0 -25
- package/dist-cjs/commands/PutGeofenceCommand.js +0 -26
- package/dist-cjs/commands/SearchPlaceIndexForPositionCommand.js +0 -26
- package/dist-cjs/commands/SearchPlaceIndexForTextCommand.js +0 -33
- package/dist-cjs/commands/TagResourceCommand.js +0 -38
- package/dist-cjs/commands/UntagResourceCommand.js +0 -25
- package/dist-cjs/commands/UpdateGeofenceCollectionCommand.js +0 -25
- package/dist-cjs/commands/UpdateMapCommand.js +0 -25
- package/dist-cjs/commands/UpdatePlaceIndexCommand.js +0 -25
- package/dist-cjs/commands/UpdateRouteCalculatorCommand.js +0 -25
- package/dist-cjs/commands/UpdateTrackerCommand.js +0 -25
- package/dist-cjs/commands/index.js +53 -0
- package/dist-cjs/endpoints.js +1 -2
- package/dist-cjs/index.js +4 -63
- package/dist-cjs/models/index.js +0 -1
- package/dist-cjs/models/models_0.js +0 -430
- package/dist-cjs/pagination/GetDevicePositionHistoryPaginator.js +0 -11
- package/dist-cjs/pagination/Interfaces.js +0 -1
- package/dist-cjs/pagination/ListDevicePositionsPaginator.js +0 -11
- package/dist-cjs/pagination/ListGeofenceCollectionsPaginator.js +0 -11
- package/dist-cjs/pagination/ListGeofencesPaginator.js +0 -11
- package/dist-cjs/pagination/ListMapsPaginator.js +0 -11
- package/dist-cjs/pagination/ListPlaceIndexesPaginator.js +0 -11
- package/dist-cjs/pagination/ListRouteCalculatorsPaginator.js +0 -11
- package/dist-cjs/pagination/ListTrackerConsumersPaginator.js +0 -11
- package/dist-cjs/pagination/ListTrackersPaginator.js +0 -11
- package/dist-cjs/pagination/index.js +13 -0
- package/dist-cjs/protocols/Aws_restJson1.js +8 -6
- package/dist-cjs/runtimeConfig.browser.js +1 -6
- package/dist-cjs/runtimeConfig.js +2 -7
- package/dist-cjs/runtimeConfig.native.js +0 -4
- package/dist-cjs/runtimeConfig.shared.js +0 -4
- package/dist-es/Location.js +0 -1
- package/dist-es/LocationClient.js +0 -1
- package/dist-es/commands/AssociateTrackerConsumerCommand.js +0 -1
- package/dist-es/commands/BatchDeleteDevicePositionHistoryCommand.js +0 -1
- package/dist-es/commands/BatchDeleteGeofenceCommand.js +0 -1
- package/dist-es/commands/BatchEvaluateGeofencesCommand.js +0 -1
- package/dist-es/commands/BatchGetDevicePositionCommand.js +0 -1
- package/dist-es/commands/BatchPutGeofenceCommand.js +0 -1
- package/dist-es/commands/BatchUpdateDevicePositionCommand.js +0 -1
- package/dist-es/commands/CalculateRouteCommand.js +0 -1
- package/dist-es/commands/CreateGeofenceCollectionCommand.js +0 -1
- package/dist-es/commands/CreateMapCommand.js +0 -1
- package/dist-es/commands/CreatePlaceIndexCommand.js +0 -1
- package/dist-es/commands/CreateRouteCalculatorCommand.js +0 -1
- package/dist-es/commands/CreateTrackerCommand.js +0 -1
- package/dist-es/commands/DeleteGeofenceCollectionCommand.js +0 -1
- package/dist-es/commands/DeleteMapCommand.js +0 -1
- package/dist-es/commands/DeletePlaceIndexCommand.js +0 -1
- package/dist-es/commands/DeleteRouteCalculatorCommand.js +0 -1
- package/dist-es/commands/DeleteTrackerCommand.js +0 -1
- package/dist-es/commands/DescribeGeofenceCollectionCommand.js +0 -1
- package/dist-es/commands/DescribeMapCommand.js +0 -1
- package/dist-es/commands/DescribePlaceIndexCommand.js +0 -1
- package/dist-es/commands/DescribeRouteCalculatorCommand.js +0 -1
- package/dist-es/commands/DescribeTrackerCommand.js +0 -1
- package/dist-es/commands/DisassociateTrackerConsumerCommand.js +0 -1
- package/dist-es/commands/GetDevicePositionCommand.js +0 -1
- package/dist-es/commands/GetDevicePositionHistoryCommand.js +0 -1
- package/dist-es/commands/GetGeofenceCommand.js +0 -1
- package/dist-es/commands/GetMapGlyphsCommand.js +0 -1
- package/dist-es/commands/GetMapSpritesCommand.js +0 -1
- package/dist-es/commands/GetMapStyleDescriptorCommand.js +0 -1
- package/dist-es/commands/GetMapTileCommand.js +0 -1
- package/dist-es/commands/ListDevicePositionsCommand.js +0 -1
- package/dist-es/commands/ListGeofenceCollectionsCommand.js +0 -1
- package/dist-es/commands/ListGeofencesCommand.js +0 -1
- package/dist-es/commands/ListMapsCommand.js +0 -1
- package/dist-es/commands/ListPlaceIndexesCommand.js +0 -1
- package/dist-es/commands/ListRouteCalculatorsCommand.js +0 -1
- package/dist-es/commands/ListTagsForResourceCommand.js +0 -1
- package/dist-es/commands/ListTrackerConsumersCommand.js +0 -1
- package/dist-es/commands/ListTrackersCommand.js +0 -1
- package/dist-es/commands/PutGeofenceCommand.js +0 -1
- package/dist-es/commands/SearchPlaceIndexForPositionCommand.js +0 -1
- package/dist-es/commands/SearchPlaceIndexForTextCommand.js +0 -1
- package/dist-es/commands/TagResourceCommand.js +0 -1
- package/dist-es/commands/UntagResourceCommand.js +0 -1
- package/dist-es/commands/UpdateGeofenceCollectionCommand.js +0 -1
- package/dist-es/commands/UpdateMapCommand.js +0 -1
- package/dist-es/commands/UpdatePlaceIndexCommand.js +0 -1
- package/dist-es/commands/UpdateRouteCalculatorCommand.js +0 -1
- package/dist-es/commands/UpdateTrackerCommand.js +0 -1
- package/dist-es/commands/index.js +50 -0
- package/dist-es/endpoints.js +1 -2
- package/dist-es/index.js +4 -63
- package/dist-es/models/index.js +0 -1
- package/dist-es/models/models_0.js +0 -1
- package/dist-es/pagination/GetDevicePositionHistoryPaginator.js +0 -1
- package/dist-es/pagination/Interfaces.js +0 -1
- package/dist-es/pagination/ListDevicePositionsPaginator.js +0 -1
- package/dist-es/pagination/ListGeofenceCollectionsPaginator.js +0 -1
- package/dist-es/pagination/ListGeofencesPaginator.js +0 -1
- package/dist-es/pagination/ListMapsPaginator.js +0 -1
- package/dist-es/pagination/ListPlaceIndexesPaginator.js +0 -1
- package/dist-es/pagination/ListRouteCalculatorsPaginator.js +0 -1
- package/dist-es/pagination/ListTrackerConsumersPaginator.js +0 -1
- package/dist-es/pagination/ListTrackersPaginator.js +0 -1
- package/dist-es/pagination/index.js +10 -0
- package/dist-es/protocols/Aws_restJson1.js +8 -3
- package/dist-es/runtimeConfig.browser.js +1 -2
- package/dist-es/runtimeConfig.js +2 -3
- package/dist-es/runtimeConfig.native.js +0 -1
- package/dist-es/runtimeConfig.shared.js +0 -1
- package/dist-types/Location.d.ts +8 -4
- package/dist-types/commands/BatchUpdateDevicePositionCommand.d.ts +8 -4
- package/dist-types/commands/index.d.ts +50 -0
- package/dist-types/index.d.ts +4 -62
- package/dist-types/models/models_0.d.ts +82 -42
- package/dist-types/pagination/index.d.ts +10 -0
- package/dist-types/ts3.4/Location.d.ts +51 -288
- package/dist-types/ts3.4/LocationClient.d.ts +24 -89
- package/dist-types/ts3.4/commands/AssociateTrackerConsumerCommand.d.ts +2 -26
- package/dist-types/ts3.4/commands/BatchDeleteDevicePositionHistoryCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/BatchDeleteGeofenceCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/BatchEvaluateGeofencesCommand.d.ts +2 -40
- package/dist-types/ts3.4/commands/BatchGetDevicePositionCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/BatchPutGeofenceCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/BatchUpdateDevicePositionCommand.d.ts +2 -26
- package/dist-types/ts3.4/commands/CalculateRouteCommand.d.ts +2 -50
- package/dist-types/ts3.4/commands/CreateGeofenceCollectionCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/CreateMapCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/CreatePlaceIndexCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/CreateRouteCalculatorCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/CreateTrackerCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DeleteGeofenceCollectionCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/DeleteMapCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/DeletePlaceIndexCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/DeleteRouteCalculatorCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/DeleteTrackerCommand.d.ts +2 -25
- package/dist-types/ts3.4/commands/DescribeGeofenceCollectionCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeMapCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribePlaceIndexCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeRouteCalculatorCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeTrackerCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DisassociateTrackerConsumerCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/GetDevicePositionCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/GetDevicePositionHistoryCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/GetGeofenceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetMapGlyphsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetMapSpritesCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/GetMapStyleDescriptorCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/GetMapTileCommand.d.ts +2 -25
- package/dist-types/ts3.4/commands/ListDevicePositionsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListGeofenceCollectionsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListGeofencesCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListMapsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListPlaceIndexesCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListRouteCalculatorsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListTrackerConsumersCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListTrackersCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/PutGeofenceCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/SearchPlaceIndexForPositionCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/SearchPlaceIndexForTextCommand.d.ts +2 -28
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -33
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdateGeofenceCollectionCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdateMapCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdatePlaceIndexCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdateRouteCalculatorCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdateTrackerCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/index.d.ts +50 -0
- package/dist-types/ts3.4/index.d.ts +4 -62
- package/dist-types/ts3.4/models/models_0.d.ts +584 -3062
- package/dist-types/ts3.4/pagination/index.d.ts +10 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/package.json +33 -30
- package/dist-cjs/Location.js.map +0 -1
- package/dist-cjs/LocationClient.js.map +0 -1
- package/dist-cjs/commands/AssociateTrackerConsumerCommand.js.map +0 -1
- package/dist-cjs/commands/BatchDeleteDevicePositionHistoryCommand.js.map +0 -1
- package/dist-cjs/commands/BatchDeleteGeofenceCommand.js.map +0 -1
- package/dist-cjs/commands/BatchEvaluateGeofencesCommand.js.map +0 -1
- package/dist-cjs/commands/BatchGetDevicePositionCommand.js.map +0 -1
- package/dist-cjs/commands/BatchPutGeofenceCommand.js.map +0 -1
- package/dist-cjs/commands/BatchUpdateDevicePositionCommand.js.map +0 -1
- package/dist-cjs/commands/CalculateRouteCommand.js.map +0 -1
- package/dist-cjs/commands/CreateGeofenceCollectionCommand.js.map +0 -1
- package/dist-cjs/commands/CreateMapCommand.js.map +0 -1
- package/dist-cjs/commands/CreatePlaceIndexCommand.js.map +0 -1
- package/dist-cjs/commands/CreateRouteCalculatorCommand.js.map +0 -1
- package/dist-cjs/commands/CreateTrackerCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteGeofenceCollectionCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteMapCommand.js.map +0 -1
- package/dist-cjs/commands/DeletePlaceIndexCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteRouteCalculatorCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteTrackerCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeGeofenceCollectionCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeMapCommand.js.map +0 -1
- package/dist-cjs/commands/DescribePlaceIndexCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeRouteCalculatorCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeTrackerCommand.js.map +0 -1
- package/dist-cjs/commands/DisassociateTrackerConsumerCommand.js.map +0 -1
- package/dist-cjs/commands/GetDevicePositionCommand.js.map +0 -1
- package/dist-cjs/commands/GetDevicePositionHistoryCommand.js.map +0 -1
- package/dist-cjs/commands/GetGeofenceCommand.js.map +0 -1
- package/dist-cjs/commands/GetMapGlyphsCommand.js.map +0 -1
- package/dist-cjs/commands/GetMapSpritesCommand.js.map +0 -1
- package/dist-cjs/commands/GetMapStyleDescriptorCommand.js.map +0 -1
- package/dist-cjs/commands/GetMapTileCommand.js.map +0 -1
- package/dist-cjs/commands/ListDevicePositionsCommand.js.map +0 -1
- package/dist-cjs/commands/ListGeofenceCollectionsCommand.js.map +0 -1
- package/dist-cjs/commands/ListGeofencesCommand.js.map +0 -1
- package/dist-cjs/commands/ListMapsCommand.js.map +0 -1
- package/dist-cjs/commands/ListPlaceIndexesCommand.js.map +0 -1
- package/dist-cjs/commands/ListRouteCalculatorsCommand.js.map +0 -1
- package/dist-cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist-cjs/commands/ListTrackerConsumersCommand.js.map +0 -1
- package/dist-cjs/commands/ListTrackersCommand.js.map +0 -1
- package/dist-cjs/commands/PutGeofenceCommand.js.map +0 -1
- package/dist-cjs/commands/SearchPlaceIndexForPositionCommand.js.map +0 -1
- package/dist-cjs/commands/SearchPlaceIndexForTextCommand.js.map +0 -1
- package/dist-cjs/commands/TagResourceCommand.js.map +0 -1
- package/dist-cjs/commands/UntagResourceCommand.js.map +0 -1
- package/dist-cjs/commands/UpdateGeofenceCollectionCommand.js.map +0 -1
- package/dist-cjs/commands/UpdateMapCommand.js.map +0 -1
- package/dist-cjs/commands/UpdatePlaceIndexCommand.js.map +0 -1
- package/dist-cjs/commands/UpdateRouteCalculatorCommand.js.map +0 -1
- package/dist-cjs/commands/UpdateTrackerCommand.js.map +0 -1
- package/dist-cjs/endpoints.js.map +0 -1
- package/dist-cjs/index.js.map +0 -1
- package/dist-cjs/models/index.js.map +0 -1
- package/dist-cjs/models/models_0.js.map +0 -1
- package/dist-cjs/pagination/GetDevicePositionHistoryPaginator.js.map +0 -1
- package/dist-cjs/pagination/Interfaces.js.map +0 -1
- package/dist-cjs/pagination/ListDevicePositionsPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListGeofenceCollectionsPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListGeofencesPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListMapsPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListPlaceIndexesPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListRouteCalculatorsPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListTrackerConsumersPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListTrackersPaginator.js.map +0 -1
- package/dist-cjs/protocols/Aws_restJson1.js.map +0 -1
- package/dist-cjs/runtimeConfig.browser.js.map +0 -1
- package/dist-cjs/runtimeConfig.js.map +0 -1
- package/dist-cjs/runtimeConfig.native.js.map +0 -1
- package/dist-cjs/runtimeConfig.shared.js.map +0 -1
- package/dist-es/Location.js.map +0 -1
- package/dist-es/LocationClient.js.map +0 -1
- package/dist-es/commands/AssociateTrackerConsumerCommand.js.map +0 -1
- package/dist-es/commands/BatchDeleteDevicePositionHistoryCommand.js.map +0 -1
- package/dist-es/commands/BatchDeleteGeofenceCommand.js.map +0 -1
- package/dist-es/commands/BatchEvaluateGeofencesCommand.js.map +0 -1
- package/dist-es/commands/BatchGetDevicePositionCommand.js.map +0 -1
- package/dist-es/commands/BatchPutGeofenceCommand.js.map +0 -1
- package/dist-es/commands/BatchUpdateDevicePositionCommand.js.map +0 -1
- package/dist-es/commands/CalculateRouteCommand.js.map +0 -1
- package/dist-es/commands/CreateGeofenceCollectionCommand.js.map +0 -1
- package/dist-es/commands/CreateMapCommand.js.map +0 -1
- package/dist-es/commands/CreatePlaceIndexCommand.js.map +0 -1
- package/dist-es/commands/CreateRouteCalculatorCommand.js.map +0 -1
- package/dist-es/commands/CreateTrackerCommand.js.map +0 -1
- package/dist-es/commands/DeleteGeofenceCollectionCommand.js.map +0 -1
- package/dist-es/commands/DeleteMapCommand.js.map +0 -1
- package/dist-es/commands/DeletePlaceIndexCommand.js.map +0 -1
- package/dist-es/commands/DeleteRouteCalculatorCommand.js.map +0 -1
- package/dist-es/commands/DeleteTrackerCommand.js.map +0 -1
- package/dist-es/commands/DescribeGeofenceCollectionCommand.js.map +0 -1
- package/dist-es/commands/DescribeMapCommand.js.map +0 -1
- package/dist-es/commands/DescribePlaceIndexCommand.js.map +0 -1
- package/dist-es/commands/DescribeRouteCalculatorCommand.js.map +0 -1
- package/dist-es/commands/DescribeTrackerCommand.js.map +0 -1
- package/dist-es/commands/DisassociateTrackerConsumerCommand.js.map +0 -1
- package/dist-es/commands/GetDevicePositionCommand.js.map +0 -1
- package/dist-es/commands/GetDevicePositionHistoryCommand.js.map +0 -1
- package/dist-es/commands/GetGeofenceCommand.js.map +0 -1
- package/dist-es/commands/GetMapGlyphsCommand.js.map +0 -1
- package/dist-es/commands/GetMapSpritesCommand.js.map +0 -1
- package/dist-es/commands/GetMapStyleDescriptorCommand.js.map +0 -1
- package/dist-es/commands/GetMapTileCommand.js.map +0 -1
- package/dist-es/commands/ListDevicePositionsCommand.js.map +0 -1
- package/dist-es/commands/ListGeofenceCollectionsCommand.js.map +0 -1
- package/dist-es/commands/ListGeofencesCommand.js.map +0 -1
- package/dist-es/commands/ListMapsCommand.js.map +0 -1
- package/dist-es/commands/ListPlaceIndexesCommand.js.map +0 -1
- package/dist-es/commands/ListRouteCalculatorsCommand.js.map +0 -1
- package/dist-es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist-es/commands/ListTrackerConsumersCommand.js.map +0 -1
- package/dist-es/commands/ListTrackersCommand.js.map +0 -1
- package/dist-es/commands/PutGeofenceCommand.js.map +0 -1
- package/dist-es/commands/SearchPlaceIndexForPositionCommand.js.map +0 -1
- package/dist-es/commands/SearchPlaceIndexForTextCommand.js.map +0 -1
- package/dist-es/commands/TagResourceCommand.js.map +0 -1
- package/dist-es/commands/UntagResourceCommand.js.map +0 -1
- package/dist-es/commands/UpdateGeofenceCollectionCommand.js.map +0 -1
- package/dist-es/commands/UpdateMapCommand.js.map +0 -1
- package/dist-es/commands/UpdatePlaceIndexCommand.js.map +0 -1
- package/dist-es/commands/UpdateRouteCalculatorCommand.js.map +0 -1
- package/dist-es/commands/UpdateTrackerCommand.js.map +0 -1
- package/dist-es/endpoints.js.map +0 -1
- package/dist-es/index.js.map +0 -1
- package/dist-es/models/index.js.map +0 -1
- package/dist-es/models/models_0.js.map +0 -1
- package/dist-es/pagination/GetDevicePositionHistoryPaginator.js.map +0 -1
- package/dist-es/pagination/Interfaces.js.map +0 -1
- package/dist-es/pagination/ListDevicePositionsPaginator.js.map +0 -1
- package/dist-es/pagination/ListGeofenceCollectionsPaginator.js.map +0 -1
- package/dist-es/pagination/ListGeofencesPaginator.js.map +0 -1
- package/dist-es/pagination/ListMapsPaginator.js.map +0 -1
- package/dist-es/pagination/ListPlaceIndexesPaginator.js.map +0 -1
- package/dist-es/pagination/ListRouteCalculatorsPaginator.js.map +0 -1
- package/dist-es/pagination/ListTrackerConsumersPaginator.js.map +0 -1
- package/dist-es/pagination/ListTrackersPaginator.js.map +0 -1
- package/dist-es/protocols/Aws_restJson1.js.map +0 -1
- package/dist-es/runtimeConfig.browser.js.map +0 -1
- package/dist-es/runtimeConfig.js.map +0 -1
- package/dist-es/runtimeConfig.native.js.map +0 -1
- package/dist-es/runtimeConfig.shared.js.map +0 -1
- package/jest.config.js +0 -4
- package/src/Location.ts +0 -1897
- package/src/LocationClient.ts +0 -458
- package/src/commands/AssociateTrackerConsumerCommand.ts +0 -101
- package/src/commands/BatchDeleteDevicePositionHistoryCommand.ts +0 -103
- package/src/commands/BatchDeleteGeofenceCommand.ts +0 -98
- package/src/commands/BatchEvaluateGeofencesCommand.ts +0 -115
- package/src/commands/BatchGetDevicePositionCommand.ts +0 -95
- package/src/commands/BatchPutGeofenceCommand.ts +0 -96
- package/src/commands/BatchUpdateDevicePositionCommand.ts +0 -104
- package/src/commands/CalculateRouteCommand.ts +0 -125
- package/src/commands/CreateGeofenceCollectionCommand.ts +0 -95
- package/src/commands/CreateMapCommand.ts +0 -96
- package/src/commands/CreatePlaceIndexCommand.ts +0 -96
- package/src/commands/CreateRouteCalculatorCommand.ts +0 -98
- package/src/commands/CreateTrackerCommand.ts +0 -96
- package/src/commands/DeleteGeofenceCollectionCommand.ts +0 -99
- package/src/commands/DeleteMapCommand.ts +0 -99
- package/src/commands/DeletePlaceIndexCommand.ts +0 -98
- package/src/commands/DeleteRouteCalculatorCommand.ts +0 -98
- package/src/commands/DeleteTrackerCommand.ts +0 -100
- package/src/commands/DescribeGeofenceCollectionCommand.ts +0 -98
- package/src/commands/DescribeMapCommand.ts +0 -95
- package/src/commands/DescribePlaceIndexCommand.ts +0 -95
- package/src/commands/DescribeRouteCalculatorCommand.ts +0 -95
- package/src/commands/DescribeTrackerCommand.ts +0 -95
- package/src/commands/DisassociateTrackerConsumerCommand.ts +0 -104
- package/src/commands/GetDevicePositionCommand.ts +0 -98
- package/src/commands/GetDevicePositionHistoryCommand.ts +0 -99
- package/src/commands/GetGeofenceCommand.ts +0 -95
- package/src/commands/GetMapGlyphsCommand.ts +0 -95
- package/src/commands/GetMapSpritesCommand.ts +0 -97
- package/src/commands/GetMapStyleDescriptorCommand.ts +0 -98
- package/src/commands/GetMapTileCommand.ts +0 -100
- package/src/commands/ListDevicePositionsCommand.ts +0 -95
- package/src/commands/ListGeofenceCollectionsCommand.ts +0 -95
- package/src/commands/ListGeofencesCommand.ts +0 -95
- package/src/commands/ListMapsCommand.ts +0 -95
- package/src/commands/ListPlaceIndexesCommand.ts +0 -95
- package/src/commands/ListRouteCalculatorsCommand.ts +0 -95
- package/src/commands/ListTagsForResourceCommand.ts +0 -95
- package/src/commands/ListTrackerConsumersCommand.ts +0 -95
- package/src/commands/ListTrackersCommand.ts +0 -95
- package/src/commands/PutGeofenceCommand.ts +0 -96
- package/src/commands/SearchPlaceIndexForPositionCommand.ts +0 -101
- package/src/commands/SearchPlaceIndexForTextCommand.ts +0 -103
- package/src/commands/TagResourceCommand.ts +0 -108
- package/src/commands/UntagResourceCommand.ts +0 -95
- package/src/commands/UpdateGeofenceCollectionCommand.ts +0 -95
- package/src/commands/UpdateMapCommand.ts +0 -95
- package/src/commands/UpdatePlaceIndexCommand.ts +0 -95
- package/src/commands/UpdateRouteCalculatorCommand.ts +0 -95
- package/src/commands/UpdateTrackerCommand.ts +0 -95
- package/src/endpoints.ts +0 -57
- package/src/index.ts +0 -63
- package/src/models/index.ts +0 -1
- package/src/models/models_0.ts +0 -5096
- package/src/pagination/GetDevicePositionHistoryPaginator.ts +0 -58
- package/src/pagination/Interfaces.ts +0 -8
- package/src/pagination/ListDevicePositionsPaginator.ts +0 -59
- package/src/pagination/ListGeofenceCollectionsPaginator.ts +0 -59
- package/src/pagination/ListGeofencesPaginator.ts +0 -58
- package/src/pagination/ListMapsPaginator.ts +0 -55
- package/src/pagination/ListPlaceIndexesPaginator.ts +0 -59
- package/src/pagination/ListRouteCalculatorsPaginator.ts +0 -59
- package/src/pagination/ListTrackerConsumersPaginator.ts +0 -59
- package/src/pagination/ListTrackersPaginator.ts +0 -59
- package/src/protocols/Aws_restJson1.ts +0 -8120
- package/src/runtimeConfig.browser.ts +0 -41
- package/src/runtimeConfig.native.ts +0 -17
- package/src/runtimeConfig.shared.ts +0 -17
- package/src/runtimeConfig.ts +0 -46
- package/tsconfig.es.json +0 -10
- package/tsconfig.json +0 -33
- package/tsconfig.types.json +0 -9
package/src/Location.ts
DELETED
|
@@ -1,1897 +0,0 @@
|
|
|
1
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
-
|
|
3
|
-
import {
|
|
4
|
-
AssociateTrackerConsumerCommand,
|
|
5
|
-
AssociateTrackerConsumerCommandInput,
|
|
6
|
-
AssociateTrackerConsumerCommandOutput,
|
|
7
|
-
} from "./commands/AssociateTrackerConsumerCommand";
|
|
8
|
-
import {
|
|
9
|
-
BatchDeleteDevicePositionHistoryCommand,
|
|
10
|
-
BatchDeleteDevicePositionHistoryCommandInput,
|
|
11
|
-
BatchDeleteDevicePositionHistoryCommandOutput,
|
|
12
|
-
} from "./commands/BatchDeleteDevicePositionHistoryCommand";
|
|
13
|
-
import {
|
|
14
|
-
BatchDeleteGeofenceCommand,
|
|
15
|
-
BatchDeleteGeofenceCommandInput,
|
|
16
|
-
BatchDeleteGeofenceCommandOutput,
|
|
17
|
-
} from "./commands/BatchDeleteGeofenceCommand";
|
|
18
|
-
import {
|
|
19
|
-
BatchEvaluateGeofencesCommand,
|
|
20
|
-
BatchEvaluateGeofencesCommandInput,
|
|
21
|
-
BatchEvaluateGeofencesCommandOutput,
|
|
22
|
-
} from "./commands/BatchEvaluateGeofencesCommand";
|
|
23
|
-
import {
|
|
24
|
-
BatchGetDevicePositionCommand,
|
|
25
|
-
BatchGetDevicePositionCommandInput,
|
|
26
|
-
BatchGetDevicePositionCommandOutput,
|
|
27
|
-
} from "./commands/BatchGetDevicePositionCommand";
|
|
28
|
-
import {
|
|
29
|
-
BatchPutGeofenceCommand,
|
|
30
|
-
BatchPutGeofenceCommandInput,
|
|
31
|
-
BatchPutGeofenceCommandOutput,
|
|
32
|
-
} from "./commands/BatchPutGeofenceCommand";
|
|
33
|
-
import {
|
|
34
|
-
BatchUpdateDevicePositionCommand,
|
|
35
|
-
BatchUpdateDevicePositionCommandInput,
|
|
36
|
-
BatchUpdateDevicePositionCommandOutput,
|
|
37
|
-
} from "./commands/BatchUpdateDevicePositionCommand";
|
|
38
|
-
import {
|
|
39
|
-
CalculateRouteCommand,
|
|
40
|
-
CalculateRouteCommandInput,
|
|
41
|
-
CalculateRouteCommandOutput,
|
|
42
|
-
} from "./commands/CalculateRouteCommand";
|
|
43
|
-
import {
|
|
44
|
-
CreateGeofenceCollectionCommand,
|
|
45
|
-
CreateGeofenceCollectionCommandInput,
|
|
46
|
-
CreateGeofenceCollectionCommandOutput,
|
|
47
|
-
} from "./commands/CreateGeofenceCollectionCommand";
|
|
48
|
-
import { CreateMapCommand, CreateMapCommandInput, CreateMapCommandOutput } from "./commands/CreateMapCommand";
|
|
49
|
-
import {
|
|
50
|
-
CreatePlaceIndexCommand,
|
|
51
|
-
CreatePlaceIndexCommandInput,
|
|
52
|
-
CreatePlaceIndexCommandOutput,
|
|
53
|
-
} from "./commands/CreatePlaceIndexCommand";
|
|
54
|
-
import {
|
|
55
|
-
CreateRouteCalculatorCommand,
|
|
56
|
-
CreateRouteCalculatorCommandInput,
|
|
57
|
-
CreateRouteCalculatorCommandOutput,
|
|
58
|
-
} from "./commands/CreateRouteCalculatorCommand";
|
|
59
|
-
import {
|
|
60
|
-
CreateTrackerCommand,
|
|
61
|
-
CreateTrackerCommandInput,
|
|
62
|
-
CreateTrackerCommandOutput,
|
|
63
|
-
} from "./commands/CreateTrackerCommand";
|
|
64
|
-
import {
|
|
65
|
-
DeleteGeofenceCollectionCommand,
|
|
66
|
-
DeleteGeofenceCollectionCommandInput,
|
|
67
|
-
DeleteGeofenceCollectionCommandOutput,
|
|
68
|
-
} from "./commands/DeleteGeofenceCollectionCommand";
|
|
69
|
-
import { DeleteMapCommand, DeleteMapCommandInput, DeleteMapCommandOutput } from "./commands/DeleteMapCommand";
|
|
70
|
-
import {
|
|
71
|
-
DeletePlaceIndexCommand,
|
|
72
|
-
DeletePlaceIndexCommandInput,
|
|
73
|
-
DeletePlaceIndexCommandOutput,
|
|
74
|
-
} from "./commands/DeletePlaceIndexCommand";
|
|
75
|
-
import {
|
|
76
|
-
DeleteRouteCalculatorCommand,
|
|
77
|
-
DeleteRouteCalculatorCommandInput,
|
|
78
|
-
DeleteRouteCalculatorCommandOutput,
|
|
79
|
-
} from "./commands/DeleteRouteCalculatorCommand";
|
|
80
|
-
import {
|
|
81
|
-
DeleteTrackerCommand,
|
|
82
|
-
DeleteTrackerCommandInput,
|
|
83
|
-
DeleteTrackerCommandOutput,
|
|
84
|
-
} from "./commands/DeleteTrackerCommand";
|
|
85
|
-
import {
|
|
86
|
-
DescribeGeofenceCollectionCommand,
|
|
87
|
-
DescribeGeofenceCollectionCommandInput,
|
|
88
|
-
DescribeGeofenceCollectionCommandOutput,
|
|
89
|
-
} from "./commands/DescribeGeofenceCollectionCommand";
|
|
90
|
-
import { DescribeMapCommand, DescribeMapCommandInput, DescribeMapCommandOutput } from "./commands/DescribeMapCommand";
|
|
91
|
-
import {
|
|
92
|
-
DescribePlaceIndexCommand,
|
|
93
|
-
DescribePlaceIndexCommandInput,
|
|
94
|
-
DescribePlaceIndexCommandOutput,
|
|
95
|
-
} from "./commands/DescribePlaceIndexCommand";
|
|
96
|
-
import {
|
|
97
|
-
DescribeRouteCalculatorCommand,
|
|
98
|
-
DescribeRouteCalculatorCommandInput,
|
|
99
|
-
DescribeRouteCalculatorCommandOutput,
|
|
100
|
-
} from "./commands/DescribeRouteCalculatorCommand";
|
|
101
|
-
import {
|
|
102
|
-
DescribeTrackerCommand,
|
|
103
|
-
DescribeTrackerCommandInput,
|
|
104
|
-
DescribeTrackerCommandOutput,
|
|
105
|
-
} from "./commands/DescribeTrackerCommand";
|
|
106
|
-
import {
|
|
107
|
-
DisassociateTrackerConsumerCommand,
|
|
108
|
-
DisassociateTrackerConsumerCommandInput,
|
|
109
|
-
DisassociateTrackerConsumerCommandOutput,
|
|
110
|
-
} from "./commands/DisassociateTrackerConsumerCommand";
|
|
111
|
-
import {
|
|
112
|
-
GetDevicePositionCommand,
|
|
113
|
-
GetDevicePositionCommandInput,
|
|
114
|
-
GetDevicePositionCommandOutput,
|
|
115
|
-
} from "./commands/GetDevicePositionCommand";
|
|
116
|
-
import {
|
|
117
|
-
GetDevicePositionHistoryCommand,
|
|
118
|
-
GetDevicePositionHistoryCommandInput,
|
|
119
|
-
GetDevicePositionHistoryCommandOutput,
|
|
120
|
-
} from "./commands/GetDevicePositionHistoryCommand";
|
|
121
|
-
import { GetGeofenceCommand, GetGeofenceCommandInput, GetGeofenceCommandOutput } from "./commands/GetGeofenceCommand";
|
|
122
|
-
import {
|
|
123
|
-
GetMapGlyphsCommand,
|
|
124
|
-
GetMapGlyphsCommandInput,
|
|
125
|
-
GetMapGlyphsCommandOutput,
|
|
126
|
-
} from "./commands/GetMapGlyphsCommand";
|
|
127
|
-
import {
|
|
128
|
-
GetMapSpritesCommand,
|
|
129
|
-
GetMapSpritesCommandInput,
|
|
130
|
-
GetMapSpritesCommandOutput,
|
|
131
|
-
} from "./commands/GetMapSpritesCommand";
|
|
132
|
-
import {
|
|
133
|
-
GetMapStyleDescriptorCommand,
|
|
134
|
-
GetMapStyleDescriptorCommandInput,
|
|
135
|
-
GetMapStyleDescriptorCommandOutput,
|
|
136
|
-
} from "./commands/GetMapStyleDescriptorCommand";
|
|
137
|
-
import { GetMapTileCommand, GetMapTileCommandInput, GetMapTileCommandOutput } from "./commands/GetMapTileCommand";
|
|
138
|
-
import {
|
|
139
|
-
ListDevicePositionsCommand,
|
|
140
|
-
ListDevicePositionsCommandInput,
|
|
141
|
-
ListDevicePositionsCommandOutput,
|
|
142
|
-
} from "./commands/ListDevicePositionsCommand";
|
|
143
|
-
import {
|
|
144
|
-
ListGeofenceCollectionsCommand,
|
|
145
|
-
ListGeofenceCollectionsCommandInput,
|
|
146
|
-
ListGeofenceCollectionsCommandOutput,
|
|
147
|
-
} from "./commands/ListGeofenceCollectionsCommand";
|
|
148
|
-
import {
|
|
149
|
-
ListGeofencesCommand,
|
|
150
|
-
ListGeofencesCommandInput,
|
|
151
|
-
ListGeofencesCommandOutput,
|
|
152
|
-
} from "./commands/ListGeofencesCommand";
|
|
153
|
-
import { ListMapsCommand, ListMapsCommandInput, ListMapsCommandOutput } from "./commands/ListMapsCommand";
|
|
154
|
-
import {
|
|
155
|
-
ListPlaceIndexesCommand,
|
|
156
|
-
ListPlaceIndexesCommandInput,
|
|
157
|
-
ListPlaceIndexesCommandOutput,
|
|
158
|
-
} from "./commands/ListPlaceIndexesCommand";
|
|
159
|
-
import {
|
|
160
|
-
ListRouteCalculatorsCommand,
|
|
161
|
-
ListRouteCalculatorsCommandInput,
|
|
162
|
-
ListRouteCalculatorsCommandOutput,
|
|
163
|
-
} from "./commands/ListRouteCalculatorsCommand";
|
|
164
|
-
import {
|
|
165
|
-
ListTagsForResourceCommand,
|
|
166
|
-
ListTagsForResourceCommandInput,
|
|
167
|
-
ListTagsForResourceCommandOutput,
|
|
168
|
-
} from "./commands/ListTagsForResourceCommand";
|
|
169
|
-
import {
|
|
170
|
-
ListTrackerConsumersCommand,
|
|
171
|
-
ListTrackerConsumersCommandInput,
|
|
172
|
-
ListTrackerConsumersCommandOutput,
|
|
173
|
-
} from "./commands/ListTrackerConsumersCommand";
|
|
174
|
-
import {
|
|
175
|
-
ListTrackersCommand,
|
|
176
|
-
ListTrackersCommandInput,
|
|
177
|
-
ListTrackersCommandOutput,
|
|
178
|
-
} from "./commands/ListTrackersCommand";
|
|
179
|
-
import { PutGeofenceCommand, PutGeofenceCommandInput, PutGeofenceCommandOutput } from "./commands/PutGeofenceCommand";
|
|
180
|
-
import {
|
|
181
|
-
SearchPlaceIndexForPositionCommand,
|
|
182
|
-
SearchPlaceIndexForPositionCommandInput,
|
|
183
|
-
SearchPlaceIndexForPositionCommandOutput,
|
|
184
|
-
} from "./commands/SearchPlaceIndexForPositionCommand";
|
|
185
|
-
import {
|
|
186
|
-
SearchPlaceIndexForTextCommand,
|
|
187
|
-
SearchPlaceIndexForTextCommandInput,
|
|
188
|
-
SearchPlaceIndexForTextCommandOutput,
|
|
189
|
-
} from "./commands/SearchPlaceIndexForTextCommand";
|
|
190
|
-
import { TagResourceCommand, TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
191
|
-
import {
|
|
192
|
-
UntagResourceCommand,
|
|
193
|
-
UntagResourceCommandInput,
|
|
194
|
-
UntagResourceCommandOutput,
|
|
195
|
-
} from "./commands/UntagResourceCommand";
|
|
196
|
-
import {
|
|
197
|
-
UpdateGeofenceCollectionCommand,
|
|
198
|
-
UpdateGeofenceCollectionCommandInput,
|
|
199
|
-
UpdateGeofenceCollectionCommandOutput,
|
|
200
|
-
} from "./commands/UpdateGeofenceCollectionCommand";
|
|
201
|
-
import { UpdateMapCommand, UpdateMapCommandInput, UpdateMapCommandOutput } from "./commands/UpdateMapCommand";
|
|
202
|
-
import {
|
|
203
|
-
UpdatePlaceIndexCommand,
|
|
204
|
-
UpdatePlaceIndexCommandInput,
|
|
205
|
-
UpdatePlaceIndexCommandOutput,
|
|
206
|
-
} from "./commands/UpdatePlaceIndexCommand";
|
|
207
|
-
import {
|
|
208
|
-
UpdateRouteCalculatorCommand,
|
|
209
|
-
UpdateRouteCalculatorCommandInput,
|
|
210
|
-
UpdateRouteCalculatorCommandOutput,
|
|
211
|
-
} from "./commands/UpdateRouteCalculatorCommand";
|
|
212
|
-
import {
|
|
213
|
-
UpdateTrackerCommand,
|
|
214
|
-
UpdateTrackerCommandInput,
|
|
215
|
-
UpdateTrackerCommandOutput,
|
|
216
|
-
} from "./commands/UpdateTrackerCommand";
|
|
217
|
-
import { LocationClient } from "./LocationClient";
|
|
218
|
-
|
|
219
|
-
/**
|
|
220
|
-
* Suite of geospatial services including Maps, Places, Routes, Tracking, and Geofencing
|
|
221
|
-
*/
|
|
222
|
-
export class Location extends LocationClient {
|
|
223
|
-
/**
|
|
224
|
-
* <p>Creates an association between a geofence collection and a tracker resource. This
|
|
225
|
-
* allows the tracker resource to communicate location data to the linked geofence
|
|
226
|
-
* collection. </p>
|
|
227
|
-
* <p>You can associate up to five geofence collections to each tracker resource.</p>
|
|
228
|
-
* <note>
|
|
229
|
-
* <p>Currently not supported — Cross-account configurations, such as creating associations between a tracker resource in one account and a geofence collection in another account.</p>
|
|
230
|
-
* </note>
|
|
231
|
-
*/
|
|
232
|
-
public associateTrackerConsumer(
|
|
233
|
-
args: AssociateTrackerConsumerCommandInput,
|
|
234
|
-
options?: __HttpHandlerOptions
|
|
235
|
-
): Promise<AssociateTrackerConsumerCommandOutput>;
|
|
236
|
-
public associateTrackerConsumer(
|
|
237
|
-
args: AssociateTrackerConsumerCommandInput,
|
|
238
|
-
cb: (err: any, data?: AssociateTrackerConsumerCommandOutput) => void
|
|
239
|
-
): void;
|
|
240
|
-
public associateTrackerConsumer(
|
|
241
|
-
args: AssociateTrackerConsumerCommandInput,
|
|
242
|
-
options: __HttpHandlerOptions,
|
|
243
|
-
cb: (err: any, data?: AssociateTrackerConsumerCommandOutput) => void
|
|
244
|
-
): void;
|
|
245
|
-
public associateTrackerConsumer(
|
|
246
|
-
args: AssociateTrackerConsumerCommandInput,
|
|
247
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: AssociateTrackerConsumerCommandOutput) => void),
|
|
248
|
-
cb?: (err: any, data?: AssociateTrackerConsumerCommandOutput) => void
|
|
249
|
-
): Promise<AssociateTrackerConsumerCommandOutput> | void {
|
|
250
|
-
const command = new AssociateTrackerConsumerCommand(args);
|
|
251
|
-
if (typeof optionsOrCb === "function") {
|
|
252
|
-
this.send(command, optionsOrCb);
|
|
253
|
-
} else if (typeof cb === "function") {
|
|
254
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
255
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
256
|
-
} else {
|
|
257
|
-
return this.send(command, optionsOrCb);
|
|
258
|
-
}
|
|
259
|
-
}
|
|
260
|
-
|
|
261
|
-
/**
|
|
262
|
-
* <p>Deletes the position history of one or more devices from a tracker resource.</p>
|
|
263
|
-
*/
|
|
264
|
-
public batchDeleteDevicePositionHistory(
|
|
265
|
-
args: BatchDeleteDevicePositionHistoryCommandInput,
|
|
266
|
-
options?: __HttpHandlerOptions
|
|
267
|
-
): Promise<BatchDeleteDevicePositionHistoryCommandOutput>;
|
|
268
|
-
public batchDeleteDevicePositionHistory(
|
|
269
|
-
args: BatchDeleteDevicePositionHistoryCommandInput,
|
|
270
|
-
cb: (err: any, data?: BatchDeleteDevicePositionHistoryCommandOutput) => void
|
|
271
|
-
): void;
|
|
272
|
-
public batchDeleteDevicePositionHistory(
|
|
273
|
-
args: BatchDeleteDevicePositionHistoryCommandInput,
|
|
274
|
-
options: __HttpHandlerOptions,
|
|
275
|
-
cb: (err: any, data?: BatchDeleteDevicePositionHistoryCommandOutput) => void
|
|
276
|
-
): void;
|
|
277
|
-
public batchDeleteDevicePositionHistory(
|
|
278
|
-
args: BatchDeleteDevicePositionHistoryCommandInput,
|
|
279
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: BatchDeleteDevicePositionHistoryCommandOutput) => void),
|
|
280
|
-
cb?: (err: any, data?: BatchDeleteDevicePositionHistoryCommandOutput) => void
|
|
281
|
-
): Promise<BatchDeleteDevicePositionHistoryCommandOutput> | void {
|
|
282
|
-
const command = new BatchDeleteDevicePositionHistoryCommand(args);
|
|
283
|
-
if (typeof optionsOrCb === "function") {
|
|
284
|
-
this.send(command, optionsOrCb);
|
|
285
|
-
} else if (typeof cb === "function") {
|
|
286
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
287
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
288
|
-
} else {
|
|
289
|
-
return this.send(command, optionsOrCb);
|
|
290
|
-
}
|
|
291
|
-
}
|
|
292
|
-
|
|
293
|
-
/**
|
|
294
|
-
* <p>Deletes a batch of geofences from a geofence collection.</p>
|
|
295
|
-
* <note>
|
|
296
|
-
* <p>This operation deletes the resource permanently.</p>
|
|
297
|
-
* </note>
|
|
298
|
-
*/
|
|
299
|
-
public batchDeleteGeofence(
|
|
300
|
-
args: BatchDeleteGeofenceCommandInput,
|
|
301
|
-
options?: __HttpHandlerOptions
|
|
302
|
-
): Promise<BatchDeleteGeofenceCommandOutput>;
|
|
303
|
-
public batchDeleteGeofence(
|
|
304
|
-
args: BatchDeleteGeofenceCommandInput,
|
|
305
|
-
cb: (err: any, data?: BatchDeleteGeofenceCommandOutput) => void
|
|
306
|
-
): void;
|
|
307
|
-
public batchDeleteGeofence(
|
|
308
|
-
args: BatchDeleteGeofenceCommandInput,
|
|
309
|
-
options: __HttpHandlerOptions,
|
|
310
|
-
cb: (err: any, data?: BatchDeleteGeofenceCommandOutput) => void
|
|
311
|
-
): void;
|
|
312
|
-
public batchDeleteGeofence(
|
|
313
|
-
args: BatchDeleteGeofenceCommandInput,
|
|
314
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: BatchDeleteGeofenceCommandOutput) => void),
|
|
315
|
-
cb?: (err: any, data?: BatchDeleteGeofenceCommandOutput) => void
|
|
316
|
-
): Promise<BatchDeleteGeofenceCommandOutput> | void {
|
|
317
|
-
const command = new BatchDeleteGeofenceCommand(args);
|
|
318
|
-
if (typeof optionsOrCb === "function") {
|
|
319
|
-
this.send(command, optionsOrCb);
|
|
320
|
-
} else if (typeof cb === "function") {
|
|
321
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
322
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
323
|
-
} else {
|
|
324
|
-
return this.send(command, optionsOrCb);
|
|
325
|
-
}
|
|
326
|
-
}
|
|
327
|
-
|
|
328
|
-
/**
|
|
329
|
-
* <p>Evaluates device positions against the geofence geometries from a given geofence
|
|
330
|
-
* collection.</p>
|
|
331
|
-
* <p>This operation always returns an empty response because geofences are asynchronously
|
|
332
|
-
* evaluated. The evaluation determines if the device has entered or exited a geofenced
|
|
333
|
-
* area, and then publishes one of the following events to Amazon EventBridge:</p>
|
|
334
|
-
* <ul>
|
|
335
|
-
* <li>
|
|
336
|
-
* <p>
|
|
337
|
-
* <code>ENTER</code> if Amazon Location determines that the tracked device has entered
|
|
338
|
-
* a geofenced area.</p>
|
|
339
|
-
* </li>
|
|
340
|
-
* <li>
|
|
341
|
-
* <p>
|
|
342
|
-
* <code>EXIT</code> if Amazon Location determines that the tracked device has exited a
|
|
343
|
-
* geofenced area.</p>
|
|
344
|
-
* </li>
|
|
345
|
-
* </ul>
|
|
346
|
-
* <note>
|
|
347
|
-
* <p>The last geofence that a device was observed within is tracked for 30 days after
|
|
348
|
-
* the most recent device position update.</p>
|
|
349
|
-
* </note>
|
|
350
|
-
*/
|
|
351
|
-
public batchEvaluateGeofences(
|
|
352
|
-
args: BatchEvaluateGeofencesCommandInput,
|
|
353
|
-
options?: __HttpHandlerOptions
|
|
354
|
-
): Promise<BatchEvaluateGeofencesCommandOutput>;
|
|
355
|
-
public batchEvaluateGeofences(
|
|
356
|
-
args: BatchEvaluateGeofencesCommandInput,
|
|
357
|
-
cb: (err: any, data?: BatchEvaluateGeofencesCommandOutput) => void
|
|
358
|
-
): void;
|
|
359
|
-
public batchEvaluateGeofences(
|
|
360
|
-
args: BatchEvaluateGeofencesCommandInput,
|
|
361
|
-
options: __HttpHandlerOptions,
|
|
362
|
-
cb: (err: any, data?: BatchEvaluateGeofencesCommandOutput) => void
|
|
363
|
-
): void;
|
|
364
|
-
public batchEvaluateGeofences(
|
|
365
|
-
args: BatchEvaluateGeofencesCommandInput,
|
|
366
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: BatchEvaluateGeofencesCommandOutput) => void),
|
|
367
|
-
cb?: (err: any, data?: BatchEvaluateGeofencesCommandOutput) => void
|
|
368
|
-
): Promise<BatchEvaluateGeofencesCommandOutput> | void {
|
|
369
|
-
const command = new BatchEvaluateGeofencesCommand(args);
|
|
370
|
-
if (typeof optionsOrCb === "function") {
|
|
371
|
-
this.send(command, optionsOrCb);
|
|
372
|
-
} else if (typeof cb === "function") {
|
|
373
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
374
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
375
|
-
} else {
|
|
376
|
-
return this.send(command, optionsOrCb);
|
|
377
|
-
}
|
|
378
|
-
}
|
|
379
|
-
|
|
380
|
-
/**
|
|
381
|
-
* <p>Lists the latest device positions for requested devices.</p>
|
|
382
|
-
*/
|
|
383
|
-
public batchGetDevicePosition(
|
|
384
|
-
args: BatchGetDevicePositionCommandInput,
|
|
385
|
-
options?: __HttpHandlerOptions
|
|
386
|
-
): Promise<BatchGetDevicePositionCommandOutput>;
|
|
387
|
-
public batchGetDevicePosition(
|
|
388
|
-
args: BatchGetDevicePositionCommandInput,
|
|
389
|
-
cb: (err: any, data?: BatchGetDevicePositionCommandOutput) => void
|
|
390
|
-
): void;
|
|
391
|
-
public batchGetDevicePosition(
|
|
392
|
-
args: BatchGetDevicePositionCommandInput,
|
|
393
|
-
options: __HttpHandlerOptions,
|
|
394
|
-
cb: (err: any, data?: BatchGetDevicePositionCommandOutput) => void
|
|
395
|
-
): void;
|
|
396
|
-
public batchGetDevicePosition(
|
|
397
|
-
args: BatchGetDevicePositionCommandInput,
|
|
398
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: BatchGetDevicePositionCommandOutput) => void),
|
|
399
|
-
cb?: (err: any, data?: BatchGetDevicePositionCommandOutput) => void
|
|
400
|
-
): Promise<BatchGetDevicePositionCommandOutput> | void {
|
|
401
|
-
const command = new BatchGetDevicePositionCommand(args);
|
|
402
|
-
if (typeof optionsOrCb === "function") {
|
|
403
|
-
this.send(command, optionsOrCb);
|
|
404
|
-
} else if (typeof cb === "function") {
|
|
405
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
406
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
407
|
-
} else {
|
|
408
|
-
return this.send(command, optionsOrCb);
|
|
409
|
-
}
|
|
410
|
-
}
|
|
411
|
-
|
|
412
|
-
/**
|
|
413
|
-
* <p>A batch request for storing geofence geometries into a given geofence collection, or
|
|
414
|
-
* updates the geometry of an existing geofence if a geofence ID is included in the request.</p>
|
|
415
|
-
*/
|
|
416
|
-
public batchPutGeofence(
|
|
417
|
-
args: BatchPutGeofenceCommandInput,
|
|
418
|
-
options?: __HttpHandlerOptions
|
|
419
|
-
): Promise<BatchPutGeofenceCommandOutput>;
|
|
420
|
-
public batchPutGeofence(
|
|
421
|
-
args: BatchPutGeofenceCommandInput,
|
|
422
|
-
cb: (err: any, data?: BatchPutGeofenceCommandOutput) => void
|
|
423
|
-
): void;
|
|
424
|
-
public batchPutGeofence(
|
|
425
|
-
args: BatchPutGeofenceCommandInput,
|
|
426
|
-
options: __HttpHandlerOptions,
|
|
427
|
-
cb: (err: any, data?: BatchPutGeofenceCommandOutput) => void
|
|
428
|
-
): void;
|
|
429
|
-
public batchPutGeofence(
|
|
430
|
-
args: BatchPutGeofenceCommandInput,
|
|
431
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: BatchPutGeofenceCommandOutput) => void),
|
|
432
|
-
cb?: (err: any, data?: BatchPutGeofenceCommandOutput) => void
|
|
433
|
-
): Promise<BatchPutGeofenceCommandOutput> | void {
|
|
434
|
-
const command = new BatchPutGeofenceCommand(args);
|
|
435
|
-
if (typeof optionsOrCb === "function") {
|
|
436
|
-
this.send(command, optionsOrCb);
|
|
437
|
-
} else if (typeof cb === "function") {
|
|
438
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
439
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
440
|
-
} else {
|
|
441
|
-
return this.send(command, optionsOrCb);
|
|
442
|
-
}
|
|
443
|
-
}
|
|
444
|
-
|
|
445
|
-
/**
|
|
446
|
-
* <p>Uploads position update data for one or more devices to a tracker resource. Amazon Location
|
|
447
|
-
* uses the data when reporting the last known device position and position history.</p>
|
|
448
|
-
* <note>
|
|
449
|
-
* <p>Only one position update is stored per sample time. Location data is sampled at a
|
|
450
|
-
* fixed rate of one position per 30-second interval and retained for 30 days before
|
|
451
|
-
* it's deleted.</p>
|
|
452
|
-
* </note>
|
|
453
|
-
*/
|
|
454
|
-
public batchUpdateDevicePosition(
|
|
455
|
-
args: BatchUpdateDevicePositionCommandInput,
|
|
456
|
-
options?: __HttpHandlerOptions
|
|
457
|
-
): Promise<BatchUpdateDevicePositionCommandOutput>;
|
|
458
|
-
public batchUpdateDevicePosition(
|
|
459
|
-
args: BatchUpdateDevicePositionCommandInput,
|
|
460
|
-
cb: (err: any, data?: BatchUpdateDevicePositionCommandOutput) => void
|
|
461
|
-
): void;
|
|
462
|
-
public batchUpdateDevicePosition(
|
|
463
|
-
args: BatchUpdateDevicePositionCommandInput,
|
|
464
|
-
options: __HttpHandlerOptions,
|
|
465
|
-
cb: (err: any, data?: BatchUpdateDevicePositionCommandOutput) => void
|
|
466
|
-
): void;
|
|
467
|
-
public batchUpdateDevicePosition(
|
|
468
|
-
args: BatchUpdateDevicePositionCommandInput,
|
|
469
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: BatchUpdateDevicePositionCommandOutput) => void),
|
|
470
|
-
cb?: (err: any, data?: BatchUpdateDevicePositionCommandOutput) => void
|
|
471
|
-
): Promise<BatchUpdateDevicePositionCommandOutput> | void {
|
|
472
|
-
const command = new BatchUpdateDevicePositionCommand(args);
|
|
473
|
-
if (typeof optionsOrCb === "function") {
|
|
474
|
-
this.send(command, optionsOrCb);
|
|
475
|
-
} else if (typeof cb === "function") {
|
|
476
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
477
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
478
|
-
} else {
|
|
479
|
-
return this.send(command, optionsOrCb);
|
|
480
|
-
}
|
|
481
|
-
}
|
|
482
|
-
|
|
483
|
-
/**
|
|
484
|
-
* <p>
|
|
485
|
-
* <a href="https://docs.aws.amazon.com/location/latest/developerguide/calculate-route.html">Calculates a route</a> given the following required parameters:
|
|
486
|
-
* <code>DeparturePostiton</code> and <code>DestinationPosition</code>. Requires that
|
|
487
|
-
* you first <a href="https://docs.aws.amazon.com/location-routes/latest/APIReference/API_CreateRouteCalculator.html">create a
|
|
488
|
-
* route calculator resource</a>
|
|
489
|
-
* </p>
|
|
490
|
-
* <p>By default, a request that doesn't specify a departure time uses the best time of day
|
|
491
|
-
* to travel with the best traffic conditions when calculating the route.</p>
|
|
492
|
-
* <p>Additional options include:</p>
|
|
493
|
-
* <ul>
|
|
494
|
-
* <li>
|
|
495
|
-
* <p>
|
|
496
|
-
* <a href="https://docs.aws.amazon.com/location/latest/developerguide/calculate-route.html#departure-time">Specifying a departure time</a> using either <code>DepartureTime</code> or
|
|
497
|
-
* <code>DepartureNow</code>. This calculates a route based on predictive
|
|
498
|
-
* traffic data at the given time. </p>
|
|
499
|
-
* <note>
|
|
500
|
-
* <p>You can't specify both <code>DepartureTime</code> and
|
|
501
|
-
* <code>DepartureNow</code> in a single request. Specifying both
|
|
502
|
-
* parameters returns an error message.</p>
|
|
503
|
-
* </note>
|
|
504
|
-
* </li>
|
|
505
|
-
* <li>
|
|
506
|
-
* <p>
|
|
507
|
-
* <a href="https://docs.aws.amazon.com/location/latest/developerguide/calculate-route.html#travel-mode">Specifying a travel mode</a> using TravelMode. This lets you specify an
|
|
508
|
-
* additional route preference such as <code>CarModeOptions</code> if traveling by
|
|
509
|
-
* <code>Car</code>, or <code>TruckModeOptions</code> if traveling by
|
|
510
|
-
* <code>Truck</code>.</p>
|
|
511
|
-
* </li>
|
|
512
|
-
* </ul>
|
|
513
|
-
* <p>
|
|
514
|
-
* </p>
|
|
515
|
-
*/
|
|
516
|
-
public calculateRoute(
|
|
517
|
-
args: CalculateRouteCommandInput,
|
|
518
|
-
options?: __HttpHandlerOptions
|
|
519
|
-
): Promise<CalculateRouteCommandOutput>;
|
|
520
|
-
public calculateRoute(
|
|
521
|
-
args: CalculateRouteCommandInput,
|
|
522
|
-
cb: (err: any, data?: CalculateRouteCommandOutput) => void
|
|
523
|
-
): void;
|
|
524
|
-
public calculateRoute(
|
|
525
|
-
args: CalculateRouteCommandInput,
|
|
526
|
-
options: __HttpHandlerOptions,
|
|
527
|
-
cb: (err: any, data?: CalculateRouteCommandOutput) => void
|
|
528
|
-
): void;
|
|
529
|
-
public calculateRoute(
|
|
530
|
-
args: CalculateRouteCommandInput,
|
|
531
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CalculateRouteCommandOutput) => void),
|
|
532
|
-
cb?: (err: any, data?: CalculateRouteCommandOutput) => void
|
|
533
|
-
): Promise<CalculateRouteCommandOutput> | void {
|
|
534
|
-
const command = new CalculateRouteCommand(args);
|
|
535
|
-
if (typeof optionsOrCb === "function") {
|
|
536
|
-
this.send(command, optionsOrCb);
|
|
537
|
-
} else if (typeof cb === "function") {
|
|
538
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
539
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
540
|
-
} else {
|
|
541
|
-
return this.send(command, optionsOrCb);
|
|
542
|
-
}
|
|
543
|
-
}
|
|
544
|
-
|
|
545
|
-
/**
|
|
546
|
-
* <p>Creates a geofence collection, which manages and stores geofences.</p>
|
|
547
|
-
*/
|
|
548
|
-
public createGeofenceCollection(
|
|
549
|
-
args: CreateGeofenceCollectionCommandInput,
|
|
550
|
-
options?: __HttpHandlerOptions
|
|
551
|
-
): Promise<CreateGeofenceCollectionCommandOutput>;
|
|
552
|
-
public createGeofenceCollection(
|
|
553
|
-
args: CreateGeofenceCollectionCommandInput,
|
|
554
|
-
cb: (err: any, data?: CreateGeofenceCollectionCommandOutput) => void
|
|
555
|
-
): void;
|
|
556
|
-
public createGeofenceCollection(
|
|
557
|
-
args: CreateGeofenceCollectionCommandInput,
|
|
558
|
-
options: __HttpHandlerOptions,
|
|
559
|
-
cb: (err: any, data?: CreateGeofenceCollectionCommandOutput) => void
|
|
560
|
-
): void;
|
|
561
|
-
public createGeofenceCollection(
|
|
562
|
-
args: CreateGeofenceCollectionCommandInput,
|
|
563
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateGeofenceCollectionCommandOutput) => void),
|
|
564
|
-
cb?: (err: any, data?: CreateGeofenceCollectionCommandOutput) => void
|
|
565
|
-
): Promise<CreateGeofenceCollectionCommandOutput> | void {
|
|
566
|
-
const command = new CreateGeofenceCollectionCommand(args);
|
|
567
|
-
if (typeof optionsOrCb === "function") {
|
|
568
|
-
this.send(command, optionsOrCb);
|
|
569
|
-
} else if (typeof cb === "function") {
|
|
570
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
571
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
572
|
-
} else {
|
|
573
|
-
return this.send(command, optionsOrCb);
|
|
574
|
-
}
|
|
575
|
-
}
|
|
576
|
-
|
|
577
|
-
/**
|
|
578
|
-
* <p>Creates a map resource in your AWS account, which provides map tiles of different
|
|
579
|
-
* styles sourced from global location data providers.</p>
|
|
580
|
-
*/
|
|
581
|
-
public createMap(args: CreateMapCommandInput, options?: __HttpHandlerOptions): Promise<CreateMapCommandOutput>;
|
|
582
|
-
public createMap(args: CreateMapCommandInput, cb: (err: any, data?: CreateMapCommandOutput) => void): void;
|
|
583
|
-
public createMap(
|
|
584
|
-
args: CreateMapCommandInput,
|
|
585
|
-
options: __HttpHandlerOptions,
|
|
586
|
-
cb: (err: any, data?: CreateMapCommandOutput) => void
|
|
587
|
-
): void;
|
|
588
|
-
public createMap(
|
|
589
|
-
args: CreateMapCommandInput,
|
|
590
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateMapCommandOutput) => void),
|
|
591
|
-
cb?: (err: any, data?: CreateMapCommandOutput) => void
|
|
592
|
-
): Promise<CreateMapCommandOutput> | void {
|
|
593
|
-
const command = new CreateMapCommand(args);
|
|
594
|
-
if (typeof optionsOrCb === "function") {
|
|
595
|
-
this.send(command, optionsOrCb);
|
|
596
|
-
} else if (typeof cb === "function") {
|
|
597
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
598
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
599
|
-
} else {
|
|
600
|
-
return this.send(command, optionsOrCb);
|
|
601
|
-
}
|
|
602
|
-
}
|
|
603
|
-
|
|
604
|
-
/**
|
|
605
|
-
* <p>Creates a place index resource in your AWS account, which supports functions with
|
|
606
|
-
* geospatial data sourced from your chosen data provider.</p>
|
|
607
|
-
*/
|
|
608
|
-
public createPlaceIndex(
|
|
609
|
-
args: CreatePlaceIndexCommandInput,
|
|
610
|
-
options?: __HttpHandlerOptions
|
|
611
|
-
): Promise<CreatePlaceIndexCommandOutput>;
|
|
612
|
-
public createPlaceIndex(
|
|
613
|
-
args: CreatePlaceIndexCommandInput,
|
|
614
|
-
cb: (err: any, data?: CreatePlaceIndexCommandOutput) => void
|
|
615
|
-
): void;
|
|
616
|
-
public createPlaceIndex(
|
|
617
|
-
args: CreatePlaceIndexCommandInput,
|
|
618
|
-
options: __HttpHandlerOptions,
|
|
619
|
-
cb: (err: any, data?: CreatePlaceIndexCommandOutput) => void
|
|
620
|
-
): void;
|
|
621
|
-
public createPlaceIndex(
|
|
622
|
-
args: CreatePlaceIndexCommandInput,
|
|
623
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreatePlaceIndexCommandOutput) => void),
|
|
624
|
-
cb?: (err: any, data?: CreatePlaceIndexCommandOutput) => void
|
|
625
|
-
): Promise<CreatePlaceIndexCommandOutput> | void {
|
|
626
|
-
const command = new CreatePlaceIndexCommand(args);
|
|
627
|
-
if (typeof optionsOrCb === "function") {
|
|
628
|
-
this.send(command, optionsOrCb);
|
|
629
|
-
} else if (typeof cb === "function") {
|
|
630
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
631
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
632
|
-
} else {
|
|
633
|
-
return this.send(command, optionsOrCb);
|
|
634
|
-
}
|
|
635
|
-
}
|
|
636
|
-
|
|
637
|
-
/**
|
|
638
|
-
* <p>Creates a route calculator resource in your AWS account.</p>
|
|
639
|
-
* <p>You can send requests to a route calculator resource to estimate travel time,
|
|
640
|
-
* distance, and get directions. A route calculator sources traffic and road network data
|
|
641
|
-
* from your chosen data provider.</p>
|
|
642
|
-
*/
|
|
643
|
-
public createRouteCalculator(
|
|
644
|
-
args: CreateRouteCalculatorCommandInput,
|
|
645
|
-
options?: __HttpHandlerOptions
|
|
646
|
-
): Promise<CreateRouteCalculatorCommandOutput>;
|
|
647
|
-
public createRouteCalculator(
|
|
648
|
-
args: CreateRouteCalculatorCommandInput,
|
|
649
|
-
cb: (err: any, data?: CreateRouteCalculatorCommandOutput) => void
|
|
650
|
-
): void;
|
|
651
|
-
public createRouteCalculator(
|
|
652
|
-
args: CreateRouteCalculatorCommandInput,
|
|
653
|
-
options: __HttpHandlerOptions,
|
|
654
|
-
cb: (err: any, data?: CreateRouteCalculatorCommandOutput) => void
|
|
655
|
-
): void;
|
|
656
|
-
public createRouteCalculator(
|
|
657
|
-
args: CreateRouteCalculatorCommandInput,
|
|
658
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateRouteCalculatorCommandOutput) => void),
|
|
659
|
-
cb?: (err: any, data?: CreateRouteCalculatorCommandOutput) => void
|
|
660
|
-
): Promise<CreateRouteCalculatorCommandOutput> | void {
|
|
661
|
-
const command = new CreateRouteCalculatorCommand(args);
|
|
662
|
-
if (typeof optionsOrCb === "function") {
|
|
663
|
-
this.send(command, optionsOrCb);
|
|
664
|
-
} else if (typeof cb === "function") {
|
|
665
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
666
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
667
|
-
} else {
|
|
668
|
-
return this.send(command, optionsOrCb);
|
|
669
|
-
}
|
|
670
|
-
}
|
|
671
|
-
|
|
672
|
-
/**
|
|
673
|
-
* <p>Creates a tracker resource in your AWS account, which lets you retrieve current and
|
|
674
|
-
* historical location of devices.</p>
|
|
675
|
-
*/
|
|
676
|
-
public createTracker(
|
|
677
|
-
args: CreateTrackerCommandInput,
|
|
678
|
-
options?: __HttpHandlerOptions
|
|
679
|
-
): Promise<CreateTrackerCommandOutput>;
|
|
680
|
-
public createTracker(
|
|
681
|
-
args: CreateTrackerCommandInput,
|
|
682
|
-
cb: (err: any, data?: CreateTrackerCommandOutput) => void
|
|
683
|
-
): void;
|
|
684
|
-
public createTracker(
|
|
685
|
-
args: CreateTrackerCommandInput,
|
|
686
|
-
options: __HttpHandlerOptions,
|
|
687
|
-
cb: (err: any, data?: CreateTrackerCommandOutput) => void
|
|
688
|
-
): void;
|
|
689
|
-
public createTracker(
|
|
690
|
-
args: CreateTrackerCommandInput,
|
|
691
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateTrackerCommandOutput) => void),
|
|
692
|
-
cb?: (err: any, data?: CreateTrackerCommandOutput) => void
|
|
693
|
-
): Promise<CreateTrackerCommandOutput> | void {
|
|
694
|
-
const command = new CreateTrackerCommand(args);
|
|
695
|
-
if (typeof optionsOrCb === "function") {
|
|
696
|
-
this.send(command, optionsOrCb);
|
|
697
|
-
} else if (typeof cb === "function") {
|
|
698
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
699
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
700
|
-
} else {
|
|
701
|
-
return this.send(command, optionsOrCb);
|
|
702
|
-
}
|
|
703
|
-
}
|
|
704
|
-
|
|
705
|
-
/**
|
|
706
|
-
* <p>Deletes a geofence collection from your AWS account.</p>
|
|
707
|
-
* <note>
|
|
708
|
-
* <p>This operation deletes the resource permanently. If the geofence collection is the
|
|
709
|
-
* target of a tracker resource, the devices will no longer be monitored.</p>
|
|
710
|
-
* </note>
|
|
711
|
-
*/
|
|
712
|
-
public deleteGeofenceCollection(
|
|
713
|
-
args: DeleteGeofenceCollectionCommandInput,
|
|
714
|
-
options?: __HttpHandlerOptions
|
|
715
|
-
): Promise<DeleteGeofenceCollectionCommandOutput>;
|
|
716
|
-
public deleteGeofenceCollection(
|
|
717
|
-
args: DeleteGeofenceCollectionCommandInput,
|
|
718
|
-
cb: (err: any, data?: DeleteGeofenceCollectionCommandOutput) => void
|
|
719
|
-
): void;
|
|
720
|
-
public deleteGeofenceCollection(
|
|
721
|
-
args: DeleteGeofenceCollectionCommandInput,
|
|
722
|
-
options: __HttpHandlerOptions,
|
|
723
|
-
cb: (err: any, data?: DeleteGeofenceCollectionCommandOutput) => void
|
|
724
|
-
): void;
|
|
725
|
-
public deleteGeofenceCollection(
|
|
726
|
-
args: DeleteGeofenceCollectionCommandInput,
|
|
727
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteGeofenceCollectionCommandOutput) => void),
|
|
728
|
-
cb?: (err: any, data?: DeleteGeofenceCollectionCommandOutput) => void
|
|
729
|
-
): Promise<DeleteGeofenceCollectionCommandOutput> | void {
|
|
730
|
-
const command = new DeleteGeofenceCollectionCommand(args);
|
|
731
|
-
if (typeof optionsOrCb === "function") {
|
|
732
|
-
this.send(command, optionsOrCb);
|
|
733
|
-
} else if (typeof cb === "function") {
|
|
734
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
735
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
736
|
-
} else {
|
|
737
|
-
return this.send(command, optionsOrCb);
|
|
738
|
-
}
|
|
739
|
-
}
|
|
740
|
-
|
|
741
|
-
/**
|
|
742
|
-
* <p>Deletes a map resource from your AWS account.</p>
|
|
743
|
-
* <note>
|
|
744
|
-
* <p>This operation deletes the resource permanently. If the map is being used in an application,
|
|
745
|
-
* the map may not render.</p>
|
|
746
|
-
* </note>
|
|
747
|
-
*/
|
|
748
|
-
public deleteMap(args: DeleteMapCommandInput, options?: __HttpHandlerOptions): Promise<DeleteMapCommandOutput>;
|
|
749
|
-
public deleteMap(args: DeleteMapCommandInput, cb: (err: any, data?: DeleteMapCommandOutput) => void): void;
|
|
750
|
-
public deleteMap(
|
|
751
|
-
args: DeleteMapCommandInput,
|
|
752
|
-
options: __HttpHandlerOptions,
|
|
753
|
-
cb: (err: any, data?: DeleteMapCommandOutput) => void
|
|
754
|
-
): void;
|
|
755
|
-
public deleteMap(
|
|
756
|
-
args: DeleteMapCommandInput,
|
|
757
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteMapCommandOutput) => void),
|
|
758
|
-
cb?: (err: any, data?: DeleteMapCommandOutput) => void
|
|
759
|
-
): Promise<DeleteMapCommandOutput> | void {
|
|
760
|
-
const command = new DeleteMapCommand(args);
|
|
761
|
-
if (typeof optionsOrCb === "function") {
|
|
762
|
-
this.send(command, optionsOrCb);
|
|
763
|
-
} else if (typeof cb === "function") {
|
|
764
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
765
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
766
|
-
} else {
|
|
767
|
-
return this.send(command, optionsOrCb);
|
|
768
|
-
}
|
|
769
|
-
}
|
|
770
|
-
|
|
771
|
-
/**
|
|
772
|
-
* <p>Deletes a place index resource from your AWS account.</p>
|
|
773
|
-
* <note>
|
|
774
|
-
* <p>This operation deletes the resource permanently.</p>
|
|
775
|
-
* </note>
|
|
776
|
-
*/
|
|
777
|
-
public deletePlaceIndex(
|
|
778
|
-
args: DeletePlaceIndexCommandInput,
|
|
779
|
-
options?: __HttpHandlerOptions
|
|
780
|
-
): Promise<DeletePlaceIndexCommandOutput>;
|
|
781
|
-
public deletePlaceIndex(
|
|
782
|
-
args: DeletePlaceIndexCommandInput,
|
|
783
|
-
cb: (err: any, data?: DeletePlaceIndexCommandOutput) => void
|
|
784
|
-
): void;
|
|
785
|
-
public deletePlaceIndex(
|
|
786
|
-
args: DeletePlaceIndexCommandInput,
|
|
787
|
-
options: __HttpHandlerOptions,
|
|
788
|
-
cb: (err: any, data?: DeletePlaceIndexCommandOutput) => void
|
|
789
|
-
): void;
|
|
790
|
-
public deletePlaceIndex(
|
|
791
|
-
args: DeletePlaceIndexCommandInput,
|
|
792
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeletePlaceIndexCommandOutput) => void),
|
|
793
|
-
cb?: (err: any, data?: DeletePlaceIndexCommandOutput) => void
|
|
794
|
-
): Promise<DeletePlaceIndexCommandOutput> | void {
|
|
795
|
-
const command = new DeletePlaceIndexCommand(args);
|
|
796
|
-
if (typeof optionsOrCb === "function") {
|
|
797
|
-
this.send(command, optionsOrCb);
|
|
798
|
-
} else if (typeof cb === "function") {
|
|
799
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
800
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
801
|
-
} else {
|
|
802
|
-
return this.send(command, optionsOrCb);
|
|
803
|
-
}
|
|
804
|
-
}
|
|
805
|
-
|
|
806
|
-
/**
|
|
807
|
-
* <p>Deletes a route calculator resource from your AWS account.</p>
|
|
808
|
-
* <note>
|
|
809
|
-
* <p>This operation deletes the resource permanently.</p>
|
|
810
|
-
* </note>
|
|
811
|
-
*/
|
|
812
|
-
public deleteRouteCalculator(
|
|
813
|
-
args: DeleteRouteCalculatorCommandInput,
|
|
814
|
-
options?: __HttpHandlerOptions
|
|
815
|
-
): Promise<DeleteRouteCalculatorCommandOutput>;
|
|
816
|
-
public deleteRouteCalculator(
|
|
817
|
-
args: DeleteRouteCalculatorCommandInput,
|
|
818
|
-
cb: (err: any, data?: DeleteRouteCalculatorCommandOutput) => void
|
|
819
|
-
): void;
|
|
820
|
-
public deleteRouteCalculator(
|
|
821
|
-
args: DeleteRouteCalculatorCommandInput,
|
|
822
|
-
options: __HttpHandlerOptions,
|
|
823
|
-
cb: (err: any, data?: DeleteRouteCalculatorCommandOutput) => void
|
|
824
|
-
): void;
|
|
825
|
-
public deleteRouteCalculator(
|
|
826
|
-
args: DeleteRouteCalculatorCommandInput,
|
|
827
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteRouteCalculatorCommandOutput) => void),
|
|
828
|
-
cb?: (err: any, data?: DeleteRouteCalculatorCommandOutput) => void
|
|
829
|
-
): Promise<DeleteRouteCalculatorCommandOutput> | void {
|
|
830
|
-
const command = new DeleteRouteCalculatorCommand(args);
|
|
831
|
-
if (typeof optionsOrCb === "function") {
|
|
832
|
-
this.send(command, optionsOrCb);
|
|
833
|
-
} else if (typeof cb === "function") {
|
|
834
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
835
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
836
|
-
} else {
|
|
837
|
-
return this.send(command, optionsOrCb);
|
|
838
|
-
}
|
|
839
|
-
}
|
|
840
|
-
|
|
841
|
-
/**
|
|
842
|
-
* <p>Deletes a tracker resource from your AWS account.</p>
|
|
843
|
-
* <note>
|
|
844
|
-
* <p>This operation deletes the resource permanently. If the tracker resource is in use, you may
|
|
845
|
-
* encounter an error. Make sure that the target resource isn't a dependency for your
|
|
846
|
-
* applications.</p>
|
|
847
|
-
* </note>
|
|
848
|
-
*/
|
|
849
|
-
public deleteTracker(
|
|
850
|
-
args: DeleteTrackerCommandInput,
|
|
851
|
-
options?: __HttpHandlerOptions
|
|
852
|
-
): Promise<DeleteTrackerCommandOutput>;
|
|
853
|
-
public deleteTracker(
|
|
854
|
-
args: DeleteTrackerCommandInput,
|
|
855
|
-
cb: (err: any, data?: DeleteTrackerCommandOutput) => void
|
|
856
|
-
): void;
|
|
857
|
-
public deleteTracker(
|
|
858
|
-
args: DeleteTrackerCommandInput,
|
|
859
|
-
options: __HttpHandlerOptions,
|
|
860
|
-
cb: (err: any, data?: DeleteTrackerCommandOutput) => void
|
|
861
|
-
): void;
|
|
862
|
-
public deleteTracker(
|
|
863
|
-
args: DeleteTrackerCommandInput,
|
|
864
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteTrackerCommandOutput) => void),
|
|
865
|
-
cb?: (err: any, data?: DeleteTrackerCommandOutput) => void
|
|
866
|
-
): Promise<DeleteTrackerCommandOutput> | void {
|
|
867
|
-
const command = new DeleteTrackerCommand(args);
|
|
868
|
-
if (typeof optionsOrCb === "function") {
|
|
869
|
-
this.send(command, optionsOrCb);
|
|
870
|
-
} else if (typeof cb === "function") {
|
|
871
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
872
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
873
|
-
} else {
|
|
874
|
-
return this.send(command, optionsOrCb);
|
|
875
|
-
}
|
|
876
|
-
}
|
|
877
|
-
|
|
878
|
-
/**
|
|
879
|
-
* <p>Retrieves the geofence collection details.</p>
|
|
880
|
-
*/
|
|
881
|
-
public describeGeofenceCollection(
|
|
882
|
-
args: DescribeGeofenceCollectionCommandInput,
|
|
883
|
-
options?: __HttpHandlerOptions
|
|
884
|
-
): Promise<DescribeGeofenceCollectionCommandOutput>;
|
|
885
|
-
public describeGeofenceCollection(
|
|
886
|
-
args: DescribeGeofenceCollectionCommandInput,
|
|
887
|
-
cb: (err: any, data?: DescribeGeofenceCollectionCommandOutput) => void
|
|
888
|
-
): void;
|
|
889
|
-
public describeGeofenceCollection(
|
|
890
|
-
args: DescribeGeofenceCollectionCommandInput,
|
|
891
|
-
options: __HttpHandlerOptions,
|
|
892
|
-
cb: (err: any, data?: DescribeGeofenceCollectionCommandOutput) => void
|
|
893
|
-
): void;
|
|
894
|
-
public describeGeofenceCollection(
|
|
895
|
-
args: DescribeGeofenceCollectionCommandInput,
|
|
896
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeGeofenceCollectionCommandOutput) => void),
|
|
897
|
-
cb?: (err: any, data?: DescribeGeofenceCollectionCommandOutput) => void
|
|
898
|
-
): Promise<DescribeGeofenceCollectionCommandOutput> | void {
|
|
899
|
-
const command = new DescribeGeofenceCollectionCommand(args);
|
|
900
|
-
if (typeof optionsOrCb === "function") {
|
|
901
|
-
this.send(command, optionsOrCb);
|
|
902
|
-
} else if (typeof cb === "function") {
|
|
903
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
904
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
905
|
-
} else {
|
|
906
|
-
return this.send(command, optionsOrCb);
|
|
907
|
-
}
|
|
908
|
-
}
|
|
909
|
-
|
|
910
|
-
/**
|
|
911
|
-
* <p>Retrieves the map resource details.</p>
|
|
912
|
-
*/
|
|
913
|
-
public describeMap(args: DescribeMapCommandInput, options?: __HttpHandlerOptions): Promise<DescribeMapCommandOutput>;
|
|
914
|
-
public describeMap(args: DescribeMapCommandInput, cb: (err: any, data?: DescribeMapCommandOutput) => void): void;
|
|
915
|
-
public describeMap(
|
|
916
|
-
args: DescribeMapCommandInput,
|
|
917
|
-
options: __HttpHandlerOptions,
|
|
918
|
-
cb: (err: any, data?: DescribeMapCommandOutput) => void
|
|
919
|
-
): void;
|
|
920
|
-
public describeMap(
|
|
921
|
-
args: DescribeMapCommandInput,
|
|
922
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeMapCommandOutput) => void),
|
|
923
|
-
cb?: (err: any, data?: DescribeMapCommandOutput) => void
|
|
924
|
-
): Promise<DescribeMapCommandOutput> | void {
|
|
925
|
-
const command = new DescribeMapCommand(args);
|
|
926
|
-
if (typeof optionsOrCb === "function") {
|
|
927
|
-
this.send(command, optionsOrCb);
|
|
928
|
-
} else if (typeof cb === "function") {
|
|
929
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
930
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
931
|
-
} else {
|
|
932
|
-
return this.send(command, optionsOrCb);
|
|
933
|
-
}
|
|
934
|
-
}
|
|
935
|
-
|
|
936
|
-
/**
|
|
937
|
-
* <p>Retrieves the place index resource details.</p>
|
|
938
|
-
*/
|
|
939
|
-
public describePlaceIndex(
|
|
940
|
-
args: DescribePlaceIndexCommandInput,
|
|
941
|
-
options?: __HttpHandlerOptions
|
|
942
|
-
): Promise<DescribePlaceIndexCommandOutput>;
|
|
943
|
-
public describePlaceIndex(
|
|
944
|
-
args: DescribePlaceIndexCommandInput,
|
|
945
|
-
cb: (err: any, data?: DescribePlaceIndexCommandOutput) => void
|
|
946
|
-
): void;
|
|
947
|
-
public describePlaceIndex(
|
|
948
|
-
args: DescribePlaceIndexCommandInput,
|
|
949
|
-
options: __HttpHandlerOptions,
|
|
950
|
-
cb: (err: any, data?: DescribePlaceIndexCommandOutput) => void
|
|
951
|
-
): void;
|
|
952
|
-
public describePlaceIndex(
|
|
953
|
-
args: DescribePlaceIndexCommandInput,
|
|
954
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribePlaceIndexCommandOutput) => void),
|
|
955
|
-
cb?: (err: any, data?: DescribePlaceIndexCommandOutput) => void
|
|
956
|
-
): Promise<DescribePlaceIndexCommandOutput> | void {
|
|
957
|
-
const command = new DescribePlaceIndexCommand(args);
|
|
958
|
-
if (typeof optionsOrCb === "function") {
|
|
959
|
-
this.send(command, optionsOrCb);
|
|
960
|
-
} else if (typeof cb === "function") {
|
|
961
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
962
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
963
|
-
} else {
|
|
964
|
-
return this.send(command, optionsOrCb);
|
|
965
|
-
}
|
|
966
|
-
}
|
|
967
|
-
|
|
968
|
-
/**
|
|
969
|
-
* <p>Retrieves the route calculator resource details.</p>
|
|
970
|
-
*/
|
|
971
|
-
public describeRouteCalculator(
|
|
972
|
-
args: DescribeRouteCalculatorCommandInput,
|
|
973
|
-
options?: __HttpHandlerOptions
|
|
974
|
-
): Promise<DescribeRouteCalculatorCommandOutput>;
|
|
975
|
-
public describeRouteCalculator(
|
|
976
|
-
args: DescribeRouteCalculatorCommandInput,
|
|
977
|
-
cb: (err: any, data?: DescribeRouteCalculatorCommandOutput) => void
|
|
978
|
-
): void;
|
|
979
|
-
public describeRouteCalculator(
|
|
980
|
-
args: DescribeRouteCalculatorCommandInput,
|
|
981
|
-
options: __HttpHandlerOptions,
|
|
982
|
-
cb: (err: any, data?: DescribeRouteCalculatorCommandOutput) => void
|
|
983
|
-
): void;
|
|
984
|
-
public describeRouteCalculator(
|
|
985
|
-
args: DescribeRouteCalculatorCommandInput,
|
|
986
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeRouteCalculatorCommandOutput) => void),
|
|
987
|
-
cb?: (err: any, data?: DescribeRouteCalculatorCommandOutput) => void
|
|
988
|
-
): Promise<DescribeRouteCalculatorCommandOutput> | void {
|
|
989
|
-
const command = new DescribeRouteCalculatorCommand(args);
|
|
990
|
-
if (typeof optionsOrCb === "function") {
|
|
991
|
-
this.send(command, optionsOrCb);
|
|
992
|
-
} else if (typeof cb === "function") {
|
|
993
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
994
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
995
|
-
} else {
|
|
996
|
-
return this.send(command, optionsOrCb);
|
|
997
|
-
}
|
|
998
|
-
}
|
|
999
|
-
|
|
1000
|
-
/**
|
|
1001
|
-
* <p>Retrieves the tracker resource details.</p>
|
|
1002
|
-
*/
|
|
1003
|
-
public describeTracker(
|
|
1004
|
-
args: DescribeTrackerCommandInput,
|
|
1005
|
-
options?: __HttpHandlerOptions
|
|
1006
|
-
): Promise<DescribeTrackerCommandOutput>;
|
|
1007
|
-
public describeTracker(
|
|
1008
|
-
args: DescribeTrackerCommandInput,
|
|
1009
|
-
cb: (err: any, data?: DescribeTrackerCommandOutput) => void
|
|
1010
|
-
): void;
|
|
1011
|
-
public describeTracker(
|
|
1012
|
-
args: DescribeTrackerCommandInput,
|
|
1013
|
-
options: __HttpHandlerOptions,
|
|
1014
|
-
cb: (err: any, data?: DescribeTrackerCommandOutput) => void
|
|
1015
|
-
): void;
|
|
1016
|
-
public describeTracker(
|
|
1017
|
-
args: DescribeTrackerCommandInput,
|
|
1018
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeTrackerCommandOutput) => void),
|
|
1019
|
-
cb?: (err: any, data?: DescribeTrackerCommandOutput) => void
|
|
1020
|
-
): Promise<DescribeTrackerCommandOutput> | void {
|
|
1021
|
-
const command = new DescribeTrackerCommand(args);
|
|
1022
|
-
if (typeof optionsOrCb === "function") {
|
|
1023
|
-
this.send(command, optionsOrCb);
|
|
1024
|
-
} else if (typeof cb === "function") {
|
|
1025
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1026
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1027
|
-
} else {
|
|
1028
|
-
return this.send(command, optionsOrCb);
|
|
1029
|
-
}
|
|
1030
|
-
}
|
|
1031
|
-
|
|
1032
|
-
/**
|
|
1033
|
-
* <p>Removes the association between a tracker resource and a geofence collection.</p>
|
|
1034
|
-
* <note>
|
|
1035
|
-
* <p>Once you unlink a tracker resource from a geofence collection, the tracker
|
|
1036
|
-
* positions will no longer be automatically evaluated against geofences.</p>
|
|
1037
|
-
* </note>
|
|
1038
|
-
*/
|
|
1039
|
-
public disassociateTrackerConsumer(
|
|
1040
|
-
args: DisassociateTrackerConsumerCommandInput,
|
|
1041
|
-
options?: __HttpHandlerOptions
|
|
1042
|
-
): Promise<DisassociateTrackerConsumerCommandOutput>;
|
|
1043
|
-
public disassociateTrackerConsumer(
|
|
1044
|
-
args: DisassociateTrackerConsumerCommandInput,
|
|
1045
|
-
cb: (err: any, data?: DisassociateTrackerConsumerCommandOutput) => void
|
|
1046
|
-
): void;
|
|
1047
|
-
public disassociateTrackerConsumer(
|
|
1048
|
-
args: DisassociateTrackerConsumerCommandInput,
|
|
1049
|
-
options: __HttpHandlerOptions,
|
|
1050
|
-
cb: (err: any, data?: DisassociateTrackerConsumerCommandOutput) => void
|
|
1051
|
-
): void;
|
|
1052
|
-
public disassociateTrackerConsumer(
|
|
1053
|
-
args: DisassociateTrackerConsumerCommandInput,
|
|
1054
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DisassociateTrackerConsumerCommandOutput) => void),
|
|
1055
|
-
cb?: (err: any, data?: DisassociateTrackerConsumerCommandOutput) => void
|
|
1056
|
-
): Promise<DisassociateTrackerConsumerCommandOutput> | void {
|
|
1057
|
-
const command = new DisassociateTrackerConsumerCommand(args);
|
|
1058
|
-
if (typeof optionsOrCb === "function") {
|
|
1059
|
-
this.send(command, optionsOrCb);
|
|
1060
|
-
} else if (typeof cb === "function") {
|
|
1061
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1062
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1063
|
-
} else {
|
|
1064
|
-
return this.send(command, optionsOrCb);
|
|
1065
|
-
}
|
|
1066
|
-
}
|
|
1067
|
-
|
|
1068
|
-
/**
|
|
1069
|
-
* <p>Retrieves a device's most recent position according to its sample time.</p>
|
|
1070
|
-
* <note>
|
|
1071
|
-
* <p>Device positions are deleted after 30 days.</p>
|
|
1072
|
-
* </note>
|
|
1073
|
-
*/
|
|
1074
|
-
public getDevicePosition(
|
|
1075
|
-
args: GetDevicePositionCommandInput,
|
|
1076
|
-
options?: __HttpHandlerOptions
|
|
1077
|
-
): Promise<GetDevicePositionCommandOutput>;
|
|
1078
|
-
public getDevicePosition(
|
|
1079
|
-
args: GetDevicePositionCommandInput,
|
|
1080
|
-
cb: (err: any, data?: GetDevicePositionCommandOutput) => void
|
|
1081
|
-
): void;
|
|
1082
|
-
public getDevicePosition(
|
|
1083
|
-
args: GetDevicePositionCommandInput,
|
|
1084
|
-
options: __HttpHandlerOptions,
|
|
1085
|
-
cb: (err: any, data?: GetDevicePositionCommandOutput) => void
|
|
1086
|
-
): void;
|
|
1087
|
-
public getDevicePosition(
|
|
1088
|
-
args: GetDevicePositionCommandInput,
|
|
1089
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetDevicePositionCommandOutput) => void),
|
|
1090
|
-
cb?: (err: any, data?: GetDevicePositionCommandOutput) => void
|
|
1091
|
-
): Promise<GetDevicePositionCommandOutput> | void {
|
|
1092
|
-
const command = new GetDevicePositionCommand(args);
|
|
1093
|
-
if (typeof optionsOrCb === "function") {
|
|
1094
|
-
this.send(command, optionsOrCb);
|
|
1095
|
-
} else if (typeof cb === "function") {
|
|
1096
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1097
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1098
|
-
} else {
|
|
1099
|
-
return this.send(command, optionsOrCb);
|
|
1100
|
-
}
|
|
1101
|
-
}
|
|
1102
|
-
|
|
1103
|
-
/**
|
|
1104
|
-
* <p>Retrieves the device position history from a tracker resource within a specified range
|
|
1105
|
-
* of time.</p>
|
|
1106
|
-
* <note>
|
|
1107
|
-
* <p>Device positions are deleted after 30 days.</p>
|
|
1108
|
-
* </note>
|
|
1109
|
-
*/
|
|
1110
|
-
public getDevicePositionHistory(
|
|
1111
|
-
args: GetDevicePositionHistoryCommandInput,
|
|
1112
|
-
options?: __HttpHandlerOptions
|
|
1113
|
-
): Promise<GetDevicePositionHistoryCommandOutput>;
|
|
1114
|
-
public getDevicePositionHistory(
|
|
1115
|
-
args: GetDevicePositionHistoryCommandInput,
|
|
1116
|
-
cb: (err: any, data?: GetDevicePositionHistoryCommandOutput) => void
|
|
1117
|
-
): void;
|
|
1118
|
-
public getDevicePositionHistory(
|
|
1119
|
-
args: GetDevicePositionHistoryCommandInput,
|
|
1120
|
-
options: __HttpHandlerOptions,
|
|
1121
|
-
cb: (err: any, data?: GetDevicePositionHistoryCommandOutput) => void
|
|
1122
|
-
): void;
|
|
1123
|
-
public getDevicePositionHistory(
|
|
1124
|
-
args: GetDevicePositionHistoryCommandInput,
|
|
1125
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetDevicePositionHistoryCommandOutput) => void),
|
|
1126
|
-
cb?: (err: any, data?: GetDevicePositionHistoryCommandOutput) => void
|
|
1127
|
-
): Promise<GetDevicePositionHistoryCommandOutput> | void {
|
|
1128
|
-
const command = new GetDevicePositionHistoryCommand(args);
|
|
1129
|
-
if (typeof optionsOrCb === "function") {
|
|
1130
|
-
this.send(command, optionsOrCb);
|
|
1131
|
-
} else if (typeof cb === "function") {
|
|
1132
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1133
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1134
|
-
} else {
|
|
1135
|
-
return this.send(command, optionsOrCb);
|
|
1136
|
-
}
|
|
1137
|
-
}
|
|
1138
|
-
|
|
1139
|
-
/**
|
|
1140
|
-
* <p>Retrieves the geofence details from a geofence collection.</p>
|
|
1141
|
-
*/
|
|
1142
|
-
public getGeofence(args: GetGeofenceCommandInput, options?: __HttpHandlerOptions): Promise<GetGeofenceCommandOutput>;
|
|
1143
|
-
public getGeofence(args: GetGeofenceCommandInput, cb: (err: any, data?: GetGeofenceCommandOutput) => void): void;
|
|
1144
|
-
public getGeofence(
|
|
1145
|
-
args: GetGeofenceCommandInput,
|
|
1146
|
-
options: __HttpHandlerOptions,
|
|
1147
|
-
cb: (err: any, data?: GetGeofenceCommandOutput) => void
|
|
1148
|
-
): void;
|
|
1149
|
-
public getGeofence(
|
|
1150
|
-
args: GetGeofenceCommandInput,
|
|
1151
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetGeofenceCommandOutput) => void),
|
|
1152
|
-
cb?: (err: any, data?: GetGeofenceCommandOutput) => void
|
|
1153
|
-
): Promise<GetGeofenceCommandOutput> | void {
|
|
1154
|
-
const command = new GetGeofenceCommand(args);
|
|
1155
|
-
if (typeof optionsOrCb === "function") {
|
|
1156
|
-
this.send(command, optionsOrCb);
|
|
1157
|
-
} else if (typeof cb === "function") {
|
|
1158
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1159
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1160
|
-
} else {
|
|
1161
|
-
return this.send(command, optionsOrCb);
|
|
1162
|
-
}
|
|
1163
|
-
}
|
|
1164
|
-
|
|
1165
|
-
/**
|
|
1166
|
-
* <p>Retrieves glyphs used to display labels on a map.</p>
|
|
1167
|
-
*/
|
|
1168
|
-
public getMapGlyphs(
|
|
1169
|
-
args: GetMapGlyphsCommandInput,
|
|
1170
|
-
options?: __HttpHandlerOptions
|
|
1171
|
-
): Promise<GetMapGlyphsCommandOutput>;
|
|
1172
|
-
public getMapGlyphs(args: GetMapGlyphsCommandInput, cb: (err: any, data?: GetMapGlyphsCommandOutput) => void): void;
|
|
1173
|
-
public getMapGlyphs(
|
|
1174
|
-
args: GetMapGlyphsCommandInput,
|
|
1175
|
-
options: __HttpHandlerOptions,
|
|
1176
|
-
cb: (err: any, data?: GetMapGlyphsCommandOutput) => void
|
|
1177
|
-
): void;
|
|
1178
|
-
public getMapGlyphs(
|
|
1179
|
-
args: GetMapGlyphsCommandInput,
|
|
1180
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetMapGlyphsCommandOutput) => void),
|
|
1181
|
-
cb?: (err: any, data?: GetMapGlyphsCommandOutput) => void
|
|
1182
|
-
): Promise<GetMapGlyphsCommandOutput> | void {
|
|
1183
|
-
const command = new GetMapGlyphsCommand(args);
|
|
1184
|
-
if (typeof optionsOrCb === "function") {
|
|
1185
|
-
this.send(command, optionsOrCb);
|
|
1186
|
-
} else if (typeof cb === "function") {
|
|
1187
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1188
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1189
|
-
} else {
|
|
1190
|
-
return this.send(command, optionsOrCb);
|
|
1191
|
-
}
|
|
1192
|
-
}
|
|
1193
|
-
|
|
1194
|
-
/**
|
|
1195
|
-
* <p>Retrieves the sprite sheet corresponding to a map resource. The sprite sheet is a PNG
|
|
1196
|
-
* image paired with a JSON document describing the offsets of individual icons that will
|
|
1197
|
-
* be displayed on a rendered map.</p>
|
|
1198
|
-
*/
|
|
1199
|
-
public getMapSprites(
|
|
1200
|
-
args: GetMapSpritesCommandInput,
|
|
1201
|
-
options?: __HttpHandlerOptions
|
|
1202
|
-
): Promise<GetMapSpritesCommandOutput>;
|
|
1203
|
-
public getMapSprites(
|
|
1204
|
-
args: GetMapSpritesCommandInput,
|
|
1205
|
-
cb: (err: any, data?: GetMapSpritesCommandOutput) => void
|
|
1206
|
-
): void;
|
|
1207
|
-
public getMapSprites(
|
|
1208
|
-
args: GetMapSpritesCommandInput,
|
|
1209
|
-
options: __HttpHandlerOptions,
|
|
1210
|
-
cb: (err: any, data?: GetMapSpritesCommandOutput) => void
|
|
1211
|
-
): void;
|
|
1212
|
-
public getMapSprites(
|
|
1213
|
-
args: GetMapSpritesCommandInput,
|
|
1214
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetMapSpritesCommandOutput) => void),
|
|
1215
|
-
cb?: (err: any, data?: GetMapSpritesCommandOutput) => void
|
|
1216
|
-
): Promise<GetMapSpritesCommandOutput> | void {
|
|
1217
|
-
const command = new GetMapSpritesCommand(args);
|
|
1218
|
-
if (typeof optionsOrCb === "function") {
|
|
1219
|
-
this.send(command, optionsOrCb);
|
|
1220
|
-
} else if (typeof cb === "function") {
|
|
1221
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1222
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1223
|
-
} else {
|
|
1224
|
-
return this.send(command, optionsOrCb);
|
|
1225
|
-
}
|
|
1226
|
-
}
|
|
1227
|
-
|
|
1228
|
-
/**
|
|
1229
|
-
* <p>Retrieves the map style descriptor from a map resource. </p>
|
|
1230
|
-
* <p>The style descriptor contains specifications on how features render on a map. For
|
|
1231
|
-
* example, what data to display, what order to display the data in, and the style for the
|
|
1232
|
-
* data. Style descriptors follow the Mapbox Style Specification.</p>
|
|
1233
|
-
*/
|
|
1234
|
-
public getMapStyleDescriptor(
|
|
1235
|
-
args: GetMapStyleDescriptorCommandInput,
|
|
1236
|
-
options?: __HttpHandlerOptions
|
|
1237
|
-
): Promise<GetMapStyleDescriptorCommandOutput>;
|
|
1238
|
-
public getMapStyleDescriptor(
|
|
1239
|
-
args: GetMapStyleDescriptorCommandInput,
|
|
1240
|
-
cb: (err: any, data?: GetMapStyleDescriptorCommandOutput) => void
|
|
1241
|
-
): void;
|
|
1242
|
-
public getMapStyleDescriptor(
|
|
1243
|
-
args: GetMapStyleDescriptorCommandInput,
|
|
1244
|
-
options: __HttpHandlerOptions,
|
|
1245
|
-
cb: (err: any, data?: GetMapStyleDescriptorCommandOutput) => void
|
|
1246
|
-
): void;
|
|
1247
|
-
public getMapStyleDescriptor(
|
|
1248
|
-
args: GetMapStyleDescriptorCommandInput,
|
|
1249
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetMapStyleDescriptorCommandOutput) => void),
|
|
1250
|
-
cb?: (err: any, data?: GetMapStyleDescriptorCommandOutput) => void
|
|
1251
|
-
): Promise<GetMapStyleDescriptorCommandOutput> | void {
|
|
1252
|
-
const command = new GetMapStyleDescriptorCommand(args);
|
|
1253
|
-
if (typeof optionsOrCb === "function") {
|
|
1254
|
-
this.send(command, optionsOrCb);
|
|
1255
|
-
} else if (typeof cb === "function") {
|
|
1256
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1257
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1258
|
-
} else {
|
|
1259
|
-
return this.send(command, optionsOrCb);
|
|
1260
|
-
}
|
|
1261
|
-
}
|
|
1262
|
-
|
|
1263
|
-
/**
|
|
1264
|
-
* <p>Retrieves a vector data tile from the map resource. Map tiles are used by clients to
|
|
1265
|
-
* render a map. they're addressed using a grid arrangement with an X coordinate, Y
|
|
1266
|
-
* coordinate, and Z (zoom) level. </p>
|
|
1267
|
-
* <p>The origin (0, 0) is the top left of the map. Increasing the zoom level by 1 doubles
|
|
1268
|
-
* both the X and Y dimensions, so a tile containing data for the entire world at (0/0/0)
|
|
1269
|
-
* will be split into 4 tiles at zoom 1 (1/0/0, 1/0/1, 1/1/0, 1/1/1).</p>
|
|
1270
|
-
*/
|
|
1271
|
-
public getMapTile(args: GetMapTileCommandInput, options?: __HttpHandlerOptions): Promise<GetMapTileCommandOutput>;
|
|
1272
|
-
public getMapTile(args: GetMapTileCommandInput, cb: (err: any, data?: GetMapTileCommandOutput) => void): void;
|
|
1273
|
-
public getMapTile(
|
|
1274
|
-
args: GetMapTileCommandInput,
|
|
1275
|
-
options: __HttpHandlerOptions,
|
|
1276
|
-
cb: (err: any, data?: GetMapTileCommandOutput) => void
|
|
1277
|
-
): void;
|
|
1278
|
-
public getMapTile(
|
|
1279
|
-
args: GetMapTileCommandInput,
|
|
1280
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetMapTileCommandOutput) => void),
|
|
1281
|
-
cb?: (err: any, data?: GetMapTileCommandOutput) => void
|
|
1282
|
-
): Promise<GetMapTileCommandOutput> | void {
|
|
1283
|
-
const command = new GetMapTileCommand(args);
|
|
1284
|
-
if (typeof optionsOrCb === "function") {
|
|
1285
|
-
this.send(command, optionsOrCb);
|
|
1286
|
-
} else if (typeof cb === "function") {
|
|
1287
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1288
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1289
|
-
} else {
|
|
1290
|
-
return this.send(command, optionsOrCb);
|
|
1291
|
-
}
|
|
1292
|
-
}
|
|
1293
|
-
|
|
1294
|
-
/**
|
|
1295
|
-
* <p>A batch request to retrieve all device positions.</p>
|
|
1296
|
-
*/
|
|
1297
|
-
public listDevicePositions(
|
|
1298
|
-
args: ListDevicePositionsCommandInput,
|
|
1299
|
-
options?: __HttpHandlerOptions
|
|
1300
|
-
): Promise<ListDevicePositionsCommandOutput>;
|
|
1301
|
-
public listDevicePositions(
|
|
1302
|
-
args: ListDevicePositionsCommandInput,
|
|
1303
|
-
cb: (err: any, data?: ListDevicePositionsCommandOutput) => void
|
|
1304
|
-
): void;
|
|
1305
|
-
public listDevicePositions(
|
|
1306
|
-
args: ListDevicePositionsCommandInput,
|
|
1307
|
-
options: __HttpHandlerOptions,
|
|
1308
|
-
cb: (err: any, data?: ListDevicePositionsCommandOutput) => void
|
|
1309
|
-
): void;
|
|
1310
|
-
public listDevicePositions(
|
|
1311
|
-
args: ListDevicePositionsCommandInput,
|
|
1312
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListDevicePositionsCommandOutput) => void),
|
|
1313
|
-
cb?: (err: any, data?: ListDevicePositionsCommandOutput) => void
|
|
1314
|
-
): Promise<ListDevicePositionsCommandOutput> | void {
|
|
1315
|
-
const command = new ListDevicePositionsCommand(args);
|
|
1316
|
-
if (typeof optionsOrCb === "function") {
|
|
1317
|
-
this.send(command, optionsOrCb);
|
|
1318
|
-
} else if (typeof cb === "function") {
|
|
1319
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1320
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1321
|
-
} else {
|
|
1322
|
-
return this.send(command, optionsOrCb);
|
|
1323
|
-
}
|
|
1324
|
-
}
|
|
1325
|
-
|
|
1326
|
-
/**
|
|
1327
|
-
* <p>Lists geofence collections in your AWS account.</p>
|
|
1328
|
-
*/
|
|
1329
|
-
public listGeofenceCollections(
|
|
1330
|
-
args: ListGeofenceCollectionsCommandInput,
|
|
1331
|
-
options?: __HttpHandlerOptions
|
|
1332
|
-
): Promise<ListGeofenceCollectionsCommandOutput>;
|
|
1333
|
-
public listGeofenceCollections(
|
|
1334
|
-
args: ListGeofenceCollectionsCommandInput,
|
|
1335
|
-
cb: (err: any, data?: ListGeofenceCollectionsCommandOutput) => void
|
|
1336
|
-
): void;
|
|
1337
|
-
public listGeofenceCollections(
|
|
1338
|
-
args: ListGeofenceCollectionsCommandInput,
|
|
1339
|
-
options: __HttpHandlerOptions,
|
|
1340
|
-
cb: (err: any, data?: ListGeofenceCollectionsCommandOutput) => void
|
|
1341
|
-
): void;
|
|
1342
|
-
public listGeofenceCollections(
|
|
1343
|
-
args: ListGeofenceCollectionsCommandInput,
|
|
1344
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListGeofenceCollectionsCommandOutput) => void),
|
|
1345
|
-
cb?: (err: any, data?: ListGeofenceCollectionsCommandOutput) => void
|
|
1346
|
-
): Promise<ListGeofenceCollectionsCommandOutput> | void {
|
|
1347
|
-
const command = new ListGeofenceCollectionsCommand(args);
|
|
1348
|
-
if (typeof optionsOrCb === "function") {
|
|
1349
|
-
this.send(command, optionsOrCb);
|
|
1350
|
-
} else if (typeof cb === "function") {
|
|
1351
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1352
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1353
|
-
} else {
|
|
1354
|
-
return this.send(command, optionsOrCb);
|
|
1355
|
-
}
|
|
1356
|
-
}
|
|
1357
|
-
|
|
1358
|
-
/**
|
|
1359
|
-
* <p>Lists geofences stored in a given geofence collection.</p>
|
|
1360
|
-
*/
|
|
1361
|
-
public listGeofences(
|
|
1362
|
-
args: ListGeofencesCommandInput,
|
|
1363
|
-
options?: __HttpHandlerOptions
|
|
1364
|
-
): Promise<ListGeofencesCommandOutput>;
|
|
1365
|
-
public listGeofences(
|
|
1366
|
-
args: ListGeofencesCommandInput,
|
|
1367
|
-
cb: (err: any, data?: ListGeofencesCommandOutput) => void
|
|
1368
|
-
): void;
|
|
1369
|
-
public listGeofences(
|
|
1370
|
-
args: ListGeofencesCommandInput,
|
|
1371
|
-
options: __HttpHandlerOptions,
|
|
1372
|
-
cb: (err: any, data?: ListGeofencesCommandOutput) => void
|
|
1373
|
-
): void;
|
|
1374
|
-
public listGeofences(
|
|
1375
|
-
args: ListGeofencesCommandInput,
|
|
1376
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListGeofencesCommandOutput) => void),
|
|
1377
|
-
cb?: (err: any, data?: ListGeofencesCommandOutput) => void
|
|
1378
|
-
): Promise<ListGeofencesCommandOutput> | void {
|
|
1379
|
-
const command = new ListGeofencesCommand(args);
|
|
1380
|
-
if (typeof optionsOrCb === "function") {
|
|
1381
|
-
this.send(command, optionsOrCb);
|
|
1382
|
-
} else if (typeof cb === "function") {
|
|
1383
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1384
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1385
|
-
} else {
|
|
1386
|
-
return this.send(command, optionsOrCb);
|
|
1387
|
-
}
|
|
1388
|
-
}
|
|
1389
|
-
|
|
1390
|
-
/**
|
|
1391
|
-
* <p>Lists map resources in your AWS account.</p>
|
|
1392
|
-
*/
|
|
1393
|
-
public listMaps(args: ListMapsCommandInput, options?: __HttpHandlerOptions): Promise<ListMapsCommandOutput>;
|
|
1394
|
-
public listMaps(args: ListMapsCommandInput, cb: (err: any, data?: ListMapsCommandOutput) => void): void;
|
|
1395
|
-
public listMaps(
|
|
1396
|
-
args: ListMapsCommandInput,
|
|
1397
|
-
options: __HttpHandlerOptions,
|
|
1398
|
-
cb: (err: any, data?: ListMapsCommandOutput) => void
|
|
1399
|
-
): void;
|
|
1400
|
-
public listMaps(
|
|
1401
|
-
args: ListMapsCommandInput,
|
|
1402
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListMapsCommandOutput) => void),
|
|
1403
|
-
cb?: (err: any, data?: ListMapsCommandOutput) => void
|
|
1404
|
-
): Promise<ListMapsCommandOutput> | void {
|
|
1405
|
-
const command = new ListMapsCommand(args);
|
|
1406
|
-
if (typeof optionsOrCb === "function") {
|
|
1407
|
-
this.send(command, optionsOrCb);
|
|
1408
|
-
} else if (typeof cb === "function") {
|
|
1409
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1410
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1411
|
-
} else {
|
|
1412
|
-
return this.send(command, optionsOrCb);
|
|
1413
|
-
}
|
|
1414
|
-
}
|
|
1415
|
-
|
|
1416
|
-
/**
|
|
1417
|
-
* <p>Lists place index resources in your AWS account.</p>
|
|
1418
|
-
*/
|
|
1419
|
-
public listPlaceIndexes(
|
|
1420
|
-
args: ListPlaceIndexesCommandInput,
|
|
1421
|
-
options?: __HttpHandlerOptions
|
|
1422
|
-
): Promise<ListPlaceIndexesCommandOutput>;
|
|
1423
|
-
public listPlaceIndexes(
|
|
1424
|
-
args: ListPlaceIndexesCommandInput,
|
|
1425
|
-
cb: (err: any, data?: ListPlaceIndexesCommandOutput) => void
|
|
1426
|
-
): void;
|
|
1427
|
-
public listPlaceIndexes(
|
|
1428
|
-
args: ListPlaceIndexesCommandInput,
|
|
1429
|
-
options: __HttpHandlerOptions,
|
|
1430
|
-
cb: (err: any, data?: ListPlaceIndexesCommandOutput) => void
|
|
1431
|
-
): void;
|
|
1432
|
-
public listPlaceIndexes(
|
|
1433
|
-
args: ListPlaceIndexesCommandInput,
|
|
1434
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListPlaceIndexesCommandOutput) => void),
|
|
1435
|
-
cb?: (err: any, data?: ListPlaceIndexesCommandOutput) => void
|
|
1436
|
-
): Promise<ListPlaceIndexesCommandOutput> | void {
|
|
1437
|
-
const command = new ListPlaceIndexesCommand(args);
|
|
1438
|
-
if (typeof optionsOrCb === "function") {
|
|
1439
|
-
this.send(command, optionsOrCb);
|
|
1440
|
-
} else if (typeof cb === "function") {
|
|
1441
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1442
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1443
|
-
} else {
|
|
1444
|
-
return this.send(command, optionsOrCb);
|
|
1445
|
-
}
|
|
1446
|
-
}
|
|
1447
|
-
|
|
1448
|
-
/**
|
|
1449
|
-
* <p>Lists route calculator resources in your AWS account.</p>
|
|
1450
|
-
*/
|
|
1451
|
-
public listRouteCalculators(
|
|
1452
|
-
args: ListRouteCalculatorsCommandInput,
|
|
1453
|
-
options?: __HttpHandlerOptions
|
|
1454
|
-
): Promise<ListRouteCalculatorsCommandOutput>;
|
|
1455
|
-
public listRouteCalculators(
|
|
1456
|
-
args: ListRouteCalculatorsCommandInput,
|
|
1457
|
-
cb: (err: any, data?: ListRouteCalculatorsCommandOutput) => void
|
|
1458
|
-
): void;
|
|
1459
|
-
public listRouteCalculators(
|
|
1460
|
-
args: ListRouteCalculatorsCommandInput,
|
|
1461
|
-
options: __HttpHandlerOptions,
|
|
1462
|
-
cb: (err: any, data?: ListRouteCalculatorsCommandOutput) => void
|
|
1463
|
-
): void;
|
|
1464
|
-
public listRouteCalculators(
|
|
1465
|
-
args: ListRouteCalculatorsCommandInput,
|
|
1466
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListRouteCalculatorsCommandOutput) => void),
|
|
1467
|
-
cb?: (err: any, data?: ListRouteCalculatorsCommandOutput) => void
|
|
1468
|
-
): Promise<ListRouteCalculatorsCommandOutput> | void {
|
|
1469
|
-
const command = new ListRouteCalculatorsCommand(args);
|
|
1470
|
-
if (typeof optionsOrCb === "function") {
|
|
1471
|
-
this.send(command, optionsOrCb);
|
|
1472
|
-
} else if (typeof cb === "function") {
|
|
1473
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1474
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1475
|
-
} else {
|
|
1476
|
-
return this.send(command, optionsOrCb);
|
|
1477
|
-
}
|
|
1478
|
-
}
|
|
1479
|
-
|
|
1480
|
-
/**
|
|
1481
|
-
* <p>Returns a list of tags that are applied to the specified Amazon Location resource.</p>
|
|
1482
|
-
*/
|
|
1483
|
-
public listTagsForResource(
|
|
1484
|
-
args: ListTagsForResourceCommandInput,
|
|
1485
|
-
options?: __HttpHandlerOptions
|
|
1486
|
-
): Promise<ListTagsForResourceCommandOutput>;
|
|
1487
|
-
public listTagsForResource(
|
|
1488
|
-
args: ListTagsForResourceCommandInput,
|
|
1489
|
-
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
1490
|
-
): void;
|
|
1491
|
-
public listTagsForResource(
|
|
1492
|
-
args: ListTagsForResourceCommandInput,
|
|
1493
|
-
options: __HttpHandlerOptions,
|
|
1494
|
-
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
1495
|
-
): void;
|
|
1496
|
-
public listTagsForResource(
|
|
1497
|
-
args: ListTagsForResourceCommandInput,
|
|
1498
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListTagsForResourceCommandOutput) => void),
|
|
1499
|
-
cb?: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
1500
|
-
): Promise<ListTagsForResourceCommandOutput> | void {
|
|
1501
|
-
const command = new ListTagsForResourceCommand(args);
|
|
1502
|
-
if (typeof optionsOrCb === "function") {
|
|
1503
|
-
this.send(command, optionsOrCb);
|
|
1504
|
-
} else if (typeof cb === "function") {
|
|
1505
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1506
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1507
|
-
} else {
|
|
1508
|
-
return this.send(command, optionsOrCb);
|
|
1509
|
-
}
|
|
1510
|
-
}
|
|
1511
|
-
|
|
1512
|
-
/**
|
|
1513
|
-
* <p>Lists geofence collections currently associated to the given tracker resource.</p>
|
|
1514
|
-
*/
|
|
1515
|
-
public listTrackerConsumers(
|
|
1516
|
-
args: ListTrackerConsumersCommandInput,
|
|
1517
|
-
options?: __HttpHandlerOptions
|
|
1518
|
-
): Promise<ListTrackerConsumersCommandOutput>;
|
|
1519
|
-
public listTrackerConsumers(
|
|
1520
|
-
args: ListTrackerConsumersCommandInput,
|
|
1521
|
-
cb: (err: any, data?: ListTrackerConsumersCommandOutput) => void
|
|
1522
|
-
): void;
|
|
1523
|
-
public listTrackerConsumers(
|
|
1524
|
-
args: ListTrackerConsumersCommandInput,
|
|
1525
|
-
options: __HttpHandlerOptions,
|
|
1526
|
-
cb: (err: any, data?: ListTrackerConsumersCommandOutput) => void
|
|
1527
|
-
): void;
|
|
1528
|
-
public listTrackerConsumers(
|
|
1529
|
-
args: ListTrackerConsumersCommandInput,
|
|
1530
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListTrackerConsumersCommandOutput) => void),
|
|
1531
|
-
cb?: (err: any, data?: ListTrackerConsumersCommandOutput) => void
|
|
1532
|
-
): Promise<ListTrackerConsumersCommandOutput> | void {
|
|
1533
|
-
const command = new ListTrackerConsumersCommand(args);
|
|
1534
|
-
if (typeof optionsOrCb === "function") {
|
|
1535
|
-
this.send(command, optionsOrCb);
|
|
1536
|
-
} else if (typeof cb === "function") {
|
|
1537
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1538
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1539
|
-
} else {
|
|
1540
|
-
return this.send(command, optionsOrCb);
|
|
1541
|
-
}
|
|
1542
|
-
}
|
|
1543
|
-
|
|
1544
|
-
/**
|
|
1545
|
-
* <p>Lists tracker resources in your AWS account.</p>
|
|
1546
|
-
*/
|
|
1547
|
-
public listTrackers(
|
|
1548
|
-
args: ListTrackersCommandInput,
|
|
1549
|
-
options?: __HttpHandlerOptions
|
|
1550
|
-
): Promise<ListTrackersCommandOutput>;
|
|
1551
|
-
public listTrackers(args: ListTrackersCommandInput, cb: (err: any, data?: ListTrackersCommandOutput) => void): void;
|
|
1552
|
-
public listTrackers(
|
|
1553
|
-
args: ListTrackersCommandInput,
|
|
1554
|
-
options: __HttpHandlerOptions,
|
|
1555
|
-
cb: (err: any, data?: ListTrackersCommandOutput) => void
|
|
1556
|
-
): void;
|
|
1557
|
-
public listTrackers(
|
|
1558
|
-
args: ListTrackersCommandInput,
|
|
1559
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListTrackersCommandOutput) => void),
|
|
1560
|
-
cb?: (err: any, data?: ListTrackersCommandOutput) => void
|
|
1561
|
-
): Promise<ListTrackersCommandOutput> | void {
|
|
1562
|
-
const command = new ListTrackersCommand(args);
|
|
1563
|
-
if (typeof optionsOrCb === "function") {
|
|
1564
|
-
this.send(command, optionsOrCb);
|
|
1565
|
-
} else if (typeof cb === "function") {
|
|
1566
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1567
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1568
|
-
} else {
|
|
1569
|
-
return this.send(command, optionsOrCb);
|
|
1570
|
-
}
|
|
1571
|
-
}
|
|
1572
|
-
|
|
1573
|
-
/**
|
|
1574
|
-
* <p>Stores a geofence geometry in a given geofence collection, or updates the geometry of
|
|
1575
|
-
* an existing geofence if a geofence ID is included in the request. </p>
|
|
1576
|
-
*/
|
|
1577
|
-
public putGeofence(args: PutGeofenceCommandInput, options?: __HttpHandlerOptions): Promise<PutGeofenceCommandOutput>;
|
|
1578
|
-
public putGeofence(args: PutGeofenceCommandInput, cb: (err: any, data?: PutGeofenceCommandOutput) => void): void;
|
|
1579
|
-
public putGeofence(
|
|
1580
|
-
args: PutGeofenceCommandInput,
|
|
1581
|
-
options: __HttpHandlerOptions,
|
|
1582
|
-
cb: (err: any, data?: PutGeofenceCommandOutput) => void
|
|
1583
|
-
): void;
|
|
1584
|
-
public putGeofence(
|
|
1585
|
-
args: PutGeofenceCommandInput,
|
|
1586
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: PutGeofenceCommandOutput) => void),
|
|
1587
|
-
cb?: (err: any, data?: PutGeofenceCommandOutput) => void
|
|
1588
|
-
): Promise<PutGeofenceCommandOutput> | void {
|
|
1589
|
-
const command = new PutGeofenceCommand(args);
|
|
1590
|
-
if (typeof optionsOrCb === "function") {
|
|
1591
|
-
this.send(command, optionsOrCb);
|
|
1592
|
-
} else if (typeof cb === "function") {
|
|
1593
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1594
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1595
|
-
} else {
|
|
1596
|
-
return this.send(command, optionsOrCb);
|
|
1597
|
-
}
|
|
1598
|
-
}
|
|
1599
|
-
|
|
1600
|
-
/**
|
|
1601
|
-
* <p>Reverse geocodes a given coordinate and returns a legible address. Allows you to search
|
|
1602
|
-
* for Places or points of interest near a given position.</p>
|
|
1603
|
-
*/
|
|
1604
|
-
public searchPlaceIndexForPosition(
|
|
1605
|
-
args: SearchPlaceIndexForPositionCommandInput,
|
|
1606
|
-
options?: __HttpHandlerOptions
|
|
1607
|
-
): Promise<SearchPlaceIndexForPositionCommandOutput>;
|
|
1608
|
-
public searchPlaceIndexForPosition(
|
|
1609
|
-
args: SearchPlaceIndexForPositionCommandInput,
|
|
1610
|
-
cb: (err: any, data?: SearchPlaceIndexForPositionCommandOutput) => void
|
|
1611
|
-
): void;
|
|
1612
|
-
public searchPlaceIndexForPosition(
|
|
1613
|
-
args: SearchPlaceIndexForPositionCommandInput,
|
|
1614
|
-
options: __HttpHandlerOptions,
|
|
1615
|
-
cb: (err: any, data?: SearchPlaceIndexForPositionCommandOutput) => void
|
|
1616
|
-
): void;
|
|
1617
|
-
public searchPlaceIndexForPosition(
|
|
1618
|
-
args: SearchPlaceIndexForPositionCommandInput,
|
|
1619
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: SearchPlaceIndexForPositionCommandOutput) => void),
|
|
1620
|
-
cb?: (err: any, data?: SearchPlaceIndexForPositionCommandOutput) => void
|
|
1621
|
-
): Promise<SearchPlaceIndexForPositionCommandOutput> | void {
|
|
1622
|
-
const command = new SearchPlaceIndexForPositionCommand(args);
|
|
1623
|
-
if (typeof optionsOrCb === "function") {
|
|
1624
|
-
this.send(command, optionsOrCb);
|
|
1625
|
-
} else if (typeof cb === "function") {
|
|
1626
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1627
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1628
|
-
} else {
|
|
1629
|
-
return this.send(command, optionsOrCb);
|
|
1630
|
-
}
|
|
1631
|
-
}
|
|
1632
|
-
|
|
1633
|
-
/**
|
|
1634
|
-
* <p>Geocodes free-form text, such as an address, name, city, or region to allow you to
|
|
1635
|
-
* search for Places or points of interest. </p>
|
|
1636
|
-
* <p>Includes the option to apply additional parameters to narrow your list of
|
|
1637
|
-
* results.</p>
|
|
1638
|
-
* <note>
|
|
1639
|
-
* <p>You can search for places near a given position using <code>BiasPosition</code>, or
|
|
1640
|
-
* filter results within a bounding box using <code>FilterBBox</code>. Providing both
|
|
1641
|
-
* parameters simultaneously returns an error.</p>
|
|
1642
|
-
* </note>
|
|
1643
|
-
*/
|
|
1644
|
-
public searchPlaceIndexForText(
|
|
1645
|
-
args: SearchPlaceIndexForTextCommandInput,
|
|
1646
|
-
options?: __HttpHandlerOptions
|
|
1647
|
-
): Promise<SearchPlaceIndexForTextCommandOutput>;
|
|
1648
|
-
public searchPlaceIndexForText(
|
|
1649
|
-
args: SearchPlaceIndexForTextCommandInput,
|
|
1650
|
-
cb: (err: any, data?: SearchPlaceIndexForTextCommandOutput) => void
|
|
1651
|
-
): void;
|
|
1652
|
-
public searchPlaceIndexForText(
|
|
1653
|
-
args: SearchPlaceIndexForTextCommandInput,
|
|
1654
|
-
options: __HttpHandlerOptions,
|
|
1655
|
-
cb: (err: any, data?: SearchPlaceIndexForTextCommandOutput) => void
|
|
1656
|
-
): void;
|
|
1657
|
-
public searchPlaceIndexForText(
|
|
1658
|
-
args: SearchPlaceIndexForTextCommandInput,
|
|
1659
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: SearchPlaceIndexForTextCommandOutput) => void),
|
|
1660
|
-
cb?: (err: any, data?: SearchPlaceIndexForTextCommandOutput) => void
|
|
1661
|
-
): Promise<SearchPlaceIndexForTextCommandOutput> | void {
|
|
1662
|
-
const command = new SearchPlaceIndexForTextCommand(args);
|
|
1663
|
-
if (typeof optionsOrCb === "function") {
|
|
1664
|
-
this.send(command, optionsOrCb);
|
|
1665
|
-
} else if (typeof cb === "function") {
|
|
1666
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1667
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1668
|
-
} else {
|
|
1669
|
-
return this.send(command, optionsOrCb);
|
|
1670
|
-
}
|
|
1671
|
-
}
|
|
1672
|
-
|
|
1673
|
-
/**
|
|
1674
|
-
* <p>Assigns one or more tags (key-value pairs) to the specified Amazon
|
|
1675
|
-
* Location Service resource.</p>
|
|
1676
|
-
*
|
|
1677
|
-
* <p>Tags can help you organize and categorize your resources.
|
|
1678
|
-
* You can also use them to scope user permissions, by granting a user
|
|
1679
|
-
* permission to access or change only resources with certain tag values.</p>
|
|
1680
|
-
*
|
|
1681
|
-
* <p>You can use the <code>TagResource</code> operation with an Amazon Location Service
|
|
1682
|
-
* resource that already has tags. If you specify a new tag key for the resource, this tag
|
|
1683
|
-
* is appended to the tags already associated with the resource. If you specify a tag key
|
|
1684
|
-
* that's already associated with the resource, the new tag value that you specify replaces
|
|
1685
|
-
* the previous value for that tag. </p>
|
|
1686
|
-
*
|
|
1687
|
-
* <p>You can associate up to 50 tags with a resource.</p>
|
|
1688
|
-
*/
|
|
1689
|
-
public tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
|
|
1690
|
-
public tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
1691
|
-
public tagResource(
|
|
1692
|
-
args: TagResourceCommandInput,
|
|
1693
|
-
options: __HttpHandlerOptions,
|
|
1694
|
-
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
1695
|
-
): void;
|
|
1696
|
-
public tagResource(
|
|
1697
|
-
args: TagResourceCommandInput,
|
|
1698
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: TagResourceCommandOutput) => void),
|
|
1699
|
-
cb?: (err: any, data?: TagResourceCommandOutput) => void
|
|
1700
|
-
): Promise<TagResourceCommandOutput> | void {
|
|
1701
|
-
const command = new TagResourceCommand(args);
|
|
1702
|
-
if (typeof optionsOrCb === "function") {
|
|
1703
|
-
this.send(command, optionsOrCb);
|
|
1704
|
-
} else if (typeof cb === "function") {
|
|
1705
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1706
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1707
|
-
} else {
|
|
1708
|
-
return this.send(command, optionsOrCb);
|
|
1709
|
-
}
|
|
1710
|
-
}
|
|
1711
|
-
|
|
1712
|
-
/**
|
|
1713
|
-
* <p>Removes one or more tags from the specified Amazon Location resource.</p>
|
|
1714
|
-
*/
|
|
1715
|
-
public untagResource(
|
|
1716
|
-
args: UntagResourceCommandInput,
|
|
1717
|
-
options?: __HttpHandlerOptions
|
|
1718
|
-
): Promise<UntagResourceCommandOutput>;
|
|
1719
|
-
public untagResource(
|
|
1720
|
-
args: UntagResourceCommandInput,
|
|
1721
|
-
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
1722
|
-
): void;
|
|
1723
|
-
public untagResource(
|
|
1724
|
-
args: UntagResourceCommandInput,
|
|
1725
|
-
options: __HttpHandlerOptions,
|
|
1726
|
-
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
1727
|
-
): void;
|
|
1728
|
-
public untagResource(
|
|
1729
|
-
args: UntagResourceCommandInput,
|
|
1730
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UntagResourceCommandOutput) => void),
|
|
1731
|
-
cb?: (err: any, data?: UntagResourceCommandOutput) => void
|
|
1732
|
-
): Promise<UntagResourceCommandOutput> | void {
|
|
1733
|
-
const command = new UntagResourceCommand(args);
|
|
1734
|
-
if (typeof optionsOrCb === "function") {
|
|
1735
|
-
this.send(command, optionsOrCb);
|
|
1736
|
-
} else if (typeof cb === "function") {
|
|
1737
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1738
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1739
|
-
} else {
|
|
1740
|
-
return this.send(command, optionsOrCb);
|
|
1741
|
-
}
|
|
1742
|
-
}
|
|
1743
|
-
|
|
1744
|
-
/**
|
|
1745
|
-
* <p>Updates the specified properties of a given geofence collection.</p>
|
|
1746
|
-
*/
|
|
1747
|
-
public updateGeofenceCollection(
|
|
1748
|
-
args: UpdateGeofenceCollectionCommandInput,
|
|
1749
|
-
options?: __HttpHandlerOptions
|
|
1750
|
-
): Promise<UpdateGeofenceCollectionCommandOutput>;
|
|
1751
|
-
public updateGeofenceCollection(
|
|
1752
|
-
args: UpdateGeofenceCollectionCommandInput,
|
|
1753
|
-
cb: (err: any, data?: UpdateGeofenceCollectionCommandOutput) => void
|
|
1754
|
-
): void;
|
|
1755
|
-
public updateGeofenceCollection(
|
|
1756
|
-
args: UpdateGeofenceCollectionCommandInput,
|
|
1757
|
-
options: __HttpHandlerOptions,
|
|
1758
|
-
cb: (err: any, data?: UpdateGeofenceCollectionCommandOutput) => void
|
|
1759
|
-
): void;
|
|
1760
|
-
public updateGeofenceCollection(
|
|
1761
|
-
args: UpdateGeofenceCollectionCommandInput,
|
|
1762
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateGeofenceCollectionCommandOutput) => void),
|
|
1763
|
-
cb?: (err: any, data?: UpdateGeofenceCollectionCommandOutput) => void
|
|
1764
|
-
): Promise<UpdateGeofenceCollectionCommandOutput> | void {
|
|
1765
|
-
const command = new UpdateGeofenceCollectionCommand(args);
|
|
1766
|
-
if (typeof optionsOrCb === "function") {
|
|
1767
|
-
this.send(command, optionsOrCb);
|
|
1768
|
-
} else if (typeof cb === "function") {
|
|
1769
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1770
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1771
|
-
} else {
|
|
1772
|
-
return this.send(command, optionsOrCb);
|
|
1773
|
-
}
|
|
1774
|
-
}
|
|
1775
|
-
|
|
1776
|
-
/**
|
|
1777
|
-
* <p>Updates the specified properties of a given map resource.</p>
|
|
1778
|
-
*/
|
|
1779
|
-
public updateMap(args: UpdateMapCommandInput, options?: __HttpHandlerOptions): Promise<UpdateMapCommandOutput>;
|
|
1780
|
-
public updateMap(args: UpdateMapCommandInput, cb: (err: any, data?: UpdateMapCommandOutput) => void): void;
|
|
1781
|
-
public updateMap(
|
|
1782
|
-
args: UpdateMapCommandInput,
|
|
1783
|
-
options: __HttpHandlerOptions,
|
|
1784
|
-
cb: (err: any, data?: UpdateMapCommandOutput) => void
|
|
1785
|
-
): void;
|
|
1786
|
-
public updateMap(
|
|
1787
|
-
args: UpdateMapCommandInput,
|
|
1788
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateMapCommandOutput) => void),
|
|
1789
|
-
cb?: (err: any, data?: UpdateMapCommandOutput) => void
|
|
1790
|
-
): Promise<UpdateMapCommandOutput> | void {
|
|
1791
|
-
const command = new UpdateMapCommand(args);
|
|
1792
|
-
if (typeof optionsOrCb === "function") {
|
|
1793
|
-
this.send(command, optionsOrCb);
|
|
1794
|
-
} else if (typeof cb === "function") {
|
|
1795
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1796
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1797
|
-
} else {
|
|
1798
|
-
return this.send(command, optionsOrCb);
|
|
1799
|
-
}
|
|
1800
|
-
}
|
|
1801
|
-
|
|
1802
|
-
/**
|
|
1803
|
-
* <p>Updates the specified properties of a given place index resource.</p>
|
|
1804
|
-
*/
|
|
1805
|
-
public updatePlaceIndex(
|
|
1806
|
-
args: UpdatePlaceIndexCommandInput,
|
|
1807
|
-
options?: __HttpHandlerOptions
|
|
1808
|
-
): Promise<UpdatePlaceIndexCommandOutput>;
|
|
1809
|
-
public updatePlaceIndex(
|
|
1810
|
-
args: UpdatePlaceIndexCommandInput,
|
|
1811
|
-
cb: (err: any, data?: UpdatePlaceIndexCommandOutput) => void
|
|
1812
|
-
): void;
|
|
1813
|
-
public updatePlaceIndex(
|
|
1814
|
-
args: UpdatePlaceIndexCommandInput,
|
|
1815
|
-
options: __HttpHandlerOptions,
|
|
1816
|
-
cb: (err: any, data?: UpdatePlaceIndexCommandOutput) => void
|
|
1817
|
-
): void;
|
|
1818
|
-
public updatePlaceIndex(
|
|
1819
|
-
args: UpdatePlaceIndexCommandInput,
|
|
1820
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdatePlaceIndexCommandOutput) => void),
|
|
1821
|
-
cb?: (err: any, data?: UpdatePlaceIndexCommandOutput) => void
|
|
1822
|
-
): Promise<UpdatePlaceIndexCommandOutput> | void {
|
|
1823
|
-
const command = new UpdatePlaceIndexCommand(args);
|
|
1824
|
-
if (typeof optionsOrCb === "function") {
|
|
1825
|
-
this.send(command, optionsOrCb);
|
|
1826
|
-
} else if (typeof cb === "function") {
|
|
1827
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1828
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1829
|
-
} else {
|
|
1830
|
-
return this.send(command, optionsOrCb);
|
|
1831
|
-
}
|
|
1832
|
-
}
|
|
1833
|
-
|
|
1834
|
-
/**
|
|
1835
|
-
* <p>Updates the specified properties for a given route calculator resource.</p>
|
|
1836
|
-
*/
|
|
1837
|
-
public updateRouteCalculator(
|
|
1838
|
-
args: UpdateRouteCalculatorCommandInput,
|
|
1839
|
-
options?: __HttpHandlerOptions
|
|
1840
|
-
): Promise<UpdateRouteCalculatorCommandOutput>;
|
|
1841
|
-
public updateRouteCalculator(
|
|
1842
|
-
args: UpdateRouteCalculatorCommandInput,
|
|
1843
|
-
cb: (err: any, data?: UpdateRouteCalculatorCommandOutput) => void
|
|
1844
|
-
): void;
|
|
1845
|
-
public updateRouteCalculator(
|
|
1846
|
-
args: UpdateRouteCalculatorCommandInput,
|
|
1847
|
-
options: __HttpHandlerOptions,
|
|
1848
|
-
cb: (err: any, data?: UpdateRouteCalculatorCommandOutput) => void
|
|
1849
|
-
): void;
|
|
1850
|
-
public updateRouteCalculator(
|
|
1851
|
-
args: UpdateRouteCalculatorCommandInput,
|
|
1852
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateRouteCalculatorCommandOutput) => void),
|
|
1853
|
-
cb?: (err: any, data?: UpdateRouteCalculatorCommandOutput) => void
|
|
1854
|
-
): Promise<UpdateRouteCalculatorCommandOutput> | void {
|
|
1855
|
-
const command = new UpdateRouteCalculatorCommand(args);
|
|
1856
|
-
if (typeof optionsOrCb === "function") {
|
|
1857
|
-
this.send(command, optionsOrCb);
|
|
1858
|
-
} else if (typeof cb === "function") {
|
|
1859
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1860
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1861
|
-
} else {
|
|
1862
|
-
return this.send(command, optionsOrCb);
|
|
1863
|
-
}
|
|
1864
|
-
}
|
|
1865
|
-
|
|
1866
|
-
/**
|
|
1867
|
-
* <p>Updates the specified properties of a given tracker resource.</p>
|
|
1868
|
-
*/
|
|
1869
|
-
public updateTracker(
|
|
1870
|
-
args: UpdateTrackerCommandInput,
|
|
1871
|
-
options?: __HttpHandlerOptions
|
|
1872
|
-
): Promise<UpdateTrackerCommandOutput>;
|
|
1873
|
-
public updateTracker(
|
|
1874
|
-
args: UpdateTrackerCommandInput,
|
|
1875
|
-
cb: (err: any, data?: UpdateTrackerCommandOutput) => void
|
|
1876
|
-
): void;
|
|
1877
|
-
public updateTracker(
|
|
1878
|
-
args: UpdateTrackerCommandInput,
|
|
1879
|
-
options: __HttpHandlerOptions,
|
|
1880
|
-
cb: (err: any, data?: UpdateTrackerCommandOutput) => void
|
|
1881
|
-
): void;
|
|
1882
|
-
public updateTracker(
|
|
1883
|
-
args: UpdateTrackerCommandInput,
|
|
1884
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateTrackerCommandOutput) => void),
|
|
1885
|
-
cb?: (err: any, data?: UpdateTrackerCommandOutput) => void
|
|
1886
|
-
): Promise<UpdateTrackerCommandOutput> | void {
|
|
1887
|
-
const command = new UpdateTrackerCommand(args);
|
|
1888
|
-
if (typeof optionsOrCb === "function") {
|
|
1889
|
-
this.send(command, optionsOrCb);
|
|
1890
|
-
} else if (typeof cb === "function") {
|
|
1891
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1892
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1893
|
-
} else {
|
|
1894
|
-
return this.send(command, optionsOrCb);
|
|
1895
|
-
}
|
|
1896
|
-
}
|
|
1897
|
-
}
|