@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
|
@@ -1,98 +0,0 @@
|
|
|
1
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
5
|
-
FinalizeHandlerArguments,
|
|
6
|
-
Handler,
|
|
7
|
-
HandlerExecutionContext,
|
|
8
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
9
|
-
MetadataBearer as __MetadataBearer,
|
|
10
|
-
MiddlewareStack,
|
|
11
|
-
SerdeContext as __SerdeContext,
|
|
12
|
-
} from "@aws-sdk/types";
|
|
13
|
-
|
|
14
|
-
import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
|
|
15
|
-
import { GetMapStyleDescriptorRequest, GetMapStyleDescriptorResponse } from "../models/models_0";
|
|
16
|
-
import {
|
|
17
|
-
deserializeAws_restJson1GetMapStyleDescriptorCommand,
|
|
18
|
-
serializeAws_restJson1GetMapStyleDescriptorCommand,
|
|
19
|
-
} from "../protocols/Aws_restJson1";
|
|
20
|
-
|
|
21
|
-
export interface GetMapStyleDescriptorCommandInput extends GetMapStyleDescriptorRequest {}
|
|
22
|
-
export interface GetMapStyleDescriptorCommandOutput extends GetMapStyleDescriptorResponse, __MetadataBearer {}
|
|
23
|
-
|
|
24
|
-
/**
|
|
25
|
-
* <p>Retrieves the map style descriptor from a map resource. </p>
|
|
26
|
-
* <p>The style descriptor contains specifications on how features render on a map. For
|
|
27
|
-
* example, what data to display, what order to display the data in, and the style for the
|
|
28
|
-
* data. Style descriptors follow the Mapbox Style Specification.</p>
|
|
29
|
-
* @example
|
|
30
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
31
|
-
* ```javascript
|
|
32
|
-
* import { LocationClient, GetMapStyleDescriptorCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
33
|
-
* // const { LocationClient, GetMapStyleDescriptorCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
34
|
-
* const client = new LocationClient(config);
|
|
35
|
-
* const command = new GetMapStyleDescriptorCommand(input);
|
|
36
|
-
* const response = await client.send(command);
|
|
37
|
-
* ```
|
|
38
|
-
*
|
|
39
|
-
* @see {@link GetMapStyleDescriptorCommandInput} for command's `input` shape.
|
|
40
|
-
* @see {@link GetMapStyleDescriptorCommandOutput} for command's `response` shape.
|
|
41
|
-
* @see {@link LocationClientResolvedConfig | config} for command's `input` shape.
|
|
42
|
-
*
|
|
43
|
-
*/
|
|
44
|
-
export class GetMapStyleDescriptorCommand extends $Command<
|
|
45
|
-
GetMapStyleDescriptorCommandInput,
|
|
46
|
-
GetMapStyleDescriptorCommandOutput,
|
|
47
|
-
LocationClientResolvedConfig
|
|
48
|
-
> {
|
|
49
|
-
// Start section: command_properties
|
|
50
|
-
// End section: command_properties
|
|
51
|
-
|
|
52
|
-
constructor(readonly input: GetMapStyleDescriptorCommandInput) {
|
|
53
|
-
// Start section: command_constructor
|
|
54
|
-
super();
|
|
55
|
-
// End section: command_constructor
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
/**
|
|
59
|
-
* @internal
|
|
60
|
-
*/
|
|
61
|
-
resolveMiddleware(
|
|
62
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
63
|
-
configuration: LocationClientResolvedConfig,
|
|
64
|
-
options?: __HttpHandlerOptions
|
|
65
|
-
): Handler<GetMapStyleDescriptorCommandInput, GetMapStyleDescriptorCommandOutput> {
|
|
66
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
67
|
-
|
|
68
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
69
|
-
|
|
70
|
-
const { logger } = configuration;
|
|
71
|
-
const clientName = "LocationClient";
|
|
72
|
-
const commandName = "GetMapStyleDescriptorCommand";
|
|
73
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
74
|
-
logger,
|
|
75
|
-
clientName,
|
|
76
|
-
commandName,
|
|
77
|
-
inputFilterSensitiveLog: GetMapStyleDescriptorRequest.filterSensitiveLog,
|
|
78
|
-
outputFilterSensitiveLog: GetMapStyleDescriptorResponse.filterSensitiveLog,
|
|
79
|
-
};
|
|
80
|
-
const { requestHandler } = configuration;
|
|
81
|
-
return stack.resolve(
|
|
82
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
83
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
84
|
-
handlerExecutionContext
|
|
85
|
-
);
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
private serialize(input: GetMapStyleDescriptorCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
|
|
89
|
-
return serializeAws_restJson1GetMapStyleDescriptorCommand(input, context);
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<GetMapStyleDescriptorCommandOutput> {
|
|
93
|
-
return deserializeAws_restJson1GetMapStyleDescriptorCommand(output, context);
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
// Start section: command_body_extra
|
|
97
|
-
// End section: command_body_extra
|
|
98
|
-
}
|
|
@@ -1,100 +0,0 @@
|
|
|
1
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
5
|
-
FinalizeHandlerArguments,
|
|
6
|
-
Handler,
|
|
7
|
-
HandlerExecutionContext,
|
|
8
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
9
|
-
MetadataBearer as __MetadataBearer,
|
|
10
|
-
MiddlewareStack,
|
|
11
|
-
SerdeContext as __SerdeContext,
|
|
12
|
-
} from "@aws-sdk/types";
|
|
13
|
-
|
|
14
|
-
import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
|
|
15
|
-
import { GetMapTileRequest, GetMapTileResponse } from "../models/models_0";
|
|
16
|
-
import {
|
|
17
|
-
deserializeAws_restJson1GetMapTileCommand,
|
|
18
|
-
serializeAws_restJson1GetMapTileCommand,
|
|
19
|
-
} from "../protocols/Aws_restJson1";
|
|
20
|
-
|
|
21
|
-
export interface GetMapTileCommandInput extends GetMapTileRequest {}
|
|
22
|
-
export interface GetMapTileCommandOutput extends GetMapTileResponse, __MetadataBearer {}
|
|
23
|
-
|
|
24
|
-
/**
|
|
25
|
-
* <p>Retrieves a vector data tile from the map resource. Map tiles are used by clients to
|
|
26
|
-
* render a map. they're addressed using a grid arrangement with an X coordinate, Y
|
|
27
|
-
* coordinate, and Z (zoom) level. </p>
|
|
28
|
-
* <p>The origin (0, 0) is the top left of the map. Increasing the zoom level by 1 doubles
|
|
29
|
-
* both the X and Y dimensions, so a tile containing data for the entire world at (0/0/0)
|
|
30
|
-
* will be split into 4 tiles at zoom 1 (1/0/0, 1/0/1, 1/1/0, 1/1/1).</p>
|
|
31
|
-
* @example
|
|
32
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
-
* ```javascript
|
|
34
|
-
* import { LocationClient, GetMapTileCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
35
|
-
* // const { LocationClient, GetMapTileCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
36
|
-
* const client = new LocationClient(config);
|
|
37
|
-
* const command = new GetMapTileCommand(input);
|
|
38
|
-
* const response = await client.send(command);
|
|
39
|
-
* ```
|
|
40
|
-
*
|
|
41
|
-
* @see {@link GetMapTileCommandInput} for command's `input` shape.
|
|
42
|
-
* @see {@link GetMapTileCommandOutput} for command's `response` shape.
|
|
43
|
-
* @see {@link LocationClientResolvedConfig | config} for command's `input` shape.
|
|
44
|
-
*
|
|
45
|
-
*/
|
|
46
|
-
export class GetMapTileCommand extends $Command<
|
|
47
|
-
GetMapTileCommandInput,
|
|
48
|
-
GetMapTileCommandOutput,
|
|
49
|
-
LocationClientResolvedConfig
|
|
50
|
-
> {
|
|
51
|
-
// Start section: command_properties
|
|
52
|
-
// End section: command_properties
|
|
53
|
-
|
|
54
|
-
constructor(readonly input: GetMapTileCommandInput) {
|
|
55
|
-
// Start section: command_constructor
|
|
56
|
-
super();
|
|
57
|
-
// End section: command_constructor
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
/**
|
|
61
|
-
* @internal
|
|
62
|
-
*/
|
|
63
|
-
resolveMiddleware(
|
|
64
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
65
|
-
configuration: LocationClientResolvedConfig,
|
|
66
|
-
options?: __HttpHandlerOptions
|
|
67
|
-
): Handler<GetMapTileCommandInput, GetMapTileCommandOutput> {
|
|
68
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
69
|
-
|
|
70
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
71
|
-
|
|
72
|
-
const { logger } = configuration;
|
|
73
|
-
const clientName = "LocationClient";
|
|
74
|
-
const commandName = "GetMapTileCommand";
|
|
75
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
76
|
-
logger,
|
|
77
|
-
clientName,
|
|
78
|
-
commandName,
|
|
79
|
-
inputFilterSensitiveLog: GetMapTileRequest.filterSensitiveLog,
|
|
80
|
-
outputFilterSensitiveLog: GetMapTileResponse.filterSensitiveLog,
|
|
81
|
-
};
|
|
82
|
-
const { requestHandler } = configuration;
|
|
83
|
-
return stack.resolve(
|
|
84
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
85
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
86
|
-
handlerExecutionContext
|
|
87
|
-
);
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
private serialize(input: GetMapTileCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
|
|
91
|
-
return serializeAws_restJson1GetMapTileCommand(input, context);
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<GetMapTileCommandOutput> {
|
|
95
|
-
return deserializeAws_restJson1GetMapTileCommand(output, context);
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
// Start section: command_body_extra
|
|
99
|
-
// End section: command_body_extra
|
|
100
|
-
}
|
|
@@ -1,95 +0,0 @@
|
|
|
1
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
5
|
-
FinalizeHandlerArguments,
|
|
6
|
-
Handler,
|
|
7
|
-
HandlerExecutionContext,
|
|
8
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
9
|
-
MetadataBearer as __MetadataBearer,
|
|
10
|
-
MiddlewareStack,
|
|
11
|
-
SerdeContext as __SerdeContext,
|
|
12
|
-
} from "@aws-sdk/types";
|
|
13
|
-
|
|
14
|
-
import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
|
|
15
|
-
import { ListDevicePositionsRequest, ListDevicePositionsResponse } from "../models/models_0";
|
|
16
|
-
import {
|
|
17
|
-
deserializeAws_restJson1ListDevicePositionsCommand,
|
|
18
|
-
serializeAws_restJson1ListDevicePositionsCommand,
|
|
19
|
-
} from "../protocols/Aws_restJson1";
|
|
20
|
-
|
|
21
|
-
export interface ListDevicePositionsCommandInput extends ListDevicePositionsRequest {}
|
|
22
|
-
export interface ListDevicePositionsCommandOutput extends ListDevicePositionsResponse, __MetadataBearer {}
|
|
23
|
-
|
|
24
|
-
/**
|
|
25
|
-
* <p>A batch request to retrieve all device positions.</p>
|
|
26
|
-
* @example
|
|
27
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
28
|
-
* ```javascript
|
|
29
|
-
* import { LocationClient, ListDevicePositionsCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
30
|
-
* // const { LocationClient, ListDevicePositionsCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
31
|
-
* const client = new LocationClient(config);
|
|
32
|
-
* const command = new ListDevicePositionsCommand(input);
|
|
33
|
-
* const response = await client.send(command);
|
|
34
|
-
* ```
|
|
35
|
-
*
|
|
36
|
-
* @see {@link ListDevicePositionsCommandInput} for command's `input` shape.
|
|
37
|
-
* @see {@link ListDevicePositionsCommandOutput} for command's `response` shape.
|
|
38
|
-
* @see {@link LocationClientResolvedConfig | config} for command's `input` shape.
|
|
39
|
-
*
|
|
40
|
-
*/
|
|
41
|
-
export class ListDevicePositionsCommand extends $Command<
|
|
42
|
-
ListDevicePositionsCommandInput,
|
|
43
|
-
ListDevicePositionsCommandOutput,
|
|
44
|
-
LocationClientResolvedConfig
|
|
45
|
-
> {
|
|
46
|
-
// Start section: command_properties
|
|
47
|
-
// End section: command_properties
|
|
48
|
-
|
|
49
|
-
constructor(readonly input: ListDevicePositionsCommandInput) {
|
|
50
|
-
// Start section: command_constructor
|
|
51
|
-
super();
|
|
52
|
-
// End section: command_constructor
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
/**
|
|
56
|
-
* @internal
|
|
57
|
-
*/
|
|
58
|
-
resolveMiddleware(
|
|
59
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
60
|
-
configuration: LocationClientResolvedConfig,
|
|
61
|
-
options?: __HttpHandlerOptions
|
|
62
|
-
): Handler<ListDevicePositionsCommandInput, ListDevicePositionsCommandOutput> {
|
|
63
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
64
|
-
|
|
65
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
66
|
-
|
|
67
|
-
const { logger } = configuration;
|
|
68
|
-
const clientName = "LocationClient";
|
|
69
|
-
const commandName = "ListDevicePositionsCommand";
|
|
70
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
71
|
-
logger,
|
|
72
|
-
clientName,
|
|
73
|
-
commandName,
|
|
74
|
-
inputFilterSensitiveLog: ListDevicePositionsRequest.filterSensitiveLog,
|
|
75
|
-
outputFilterSensitiveLog: ListDevicePositionsResponse.filterSensitiveLog,
|
|
76
|
-
};
|
|
77
|
-
const { requestHandler } = configuration;
|
|
78
|
-
return stack.resolve(
|
|
79
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
80
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
81
|
-
handlerExecutionContext
|
|
82
|
-
);
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
private serialize(input: ListDevicePositionsCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
|
|
86
|
-
return serializeAws_restJson1ListDevicePositionsCommand(input, context);
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<ListDevicePositionsCommandOutput> {
|
|
90
|
-
return deserializeAws_restJson1ListDevicePositionsCommand(output, context);
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
// Start section: command_body_extra
|
|
94
|
-
// End section: command_body_extra
|
|
95
|
-
}
|
|
@@ -1,95 +0,0 @@
|
|
|
1
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
5
|
-
FinalizeHandlerArguments,
|
|
6
|
-
Handler,
|
|
7
|
-
HandlerExecutionContext,
|
|
8
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
9
|
-
MetadataBearer as __MetadataBearer,
|
|
10
|
-
MiddlewareStack,
|
|
11
|
-
SerdeContext as __SerdeContext,
|
|
12
|
-
} from "@aws-sdk/types";
|
|
13
|
-
|
|
14
|
-
import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
|
|
15
|
-
import { ListGeofenceCollectionsRequest, ListGeofenceCollectionsResponse } from "../models/models_0";
|
|
16
|
-
import {
|
|
17
|
-
deserializeAws_restJson1ListGeofenceCollectionsCommand,
|
|
18
|
-
serializeAws_restJson1ListGeofenceCollectionsCommand,
|
|
19
|
-
} from "../protocols/Aws_restJson1";
|
|
20
|
-
|
|
21
|
-
export interface ListGeofenceCollectionsCommandInput extends ListGeofenceCollectionsRequest {}
|
|
22
|
-
export interface ListGeofenceCollectionsCommandOutput extends ListGeofenceCollectionsResponse, __MetadataBearer {}
|
|
23
|
-
|
|
24
|
-
/**
|
|
25
|
-
* <p>Lists geofence collections in your AWS account.</p>
|
|
26
|
-
* @example
|
|
27
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
28
|
-
* ```javascript
|
|
29
|
-
* import { LocationClient, ListGeofenceCollectionsCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
30
|
-
* // const { LocationClient, ListGeofenceCollectionsCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
31
|
-
* const client = new LocationClient(config);
|
|
32
|
-
* const command = new ListGeofenceCollectionsCommand(input);
|
|
33
|
-
* const response = await client.send(command);
|
|
34
|
-
* ```
|
|
35
|
-
*
|
|
36
|
-
* @see {@link ListGeofenceCollectionsCommandInput} for command's `input` shape.
|
|
37
|
-
* @see {@link ListGeofenceCollectionsCommandOutput} for command's `response` shape.
|
|
38
|
-
* @see {@link LocationClientResolvedConfig | config} for command's `input` shape.
|
|
39
|
-
*
|
|
40
|
-
*/
|
|
41
|
-
export class ListGeofenceCollectionsCommand extends $Command<
|
|
42
|
-
ListGeofenceCollectionsCommandInput,
|
|
43
|
-
ListGeofenceCollectionsCommandOutput,
|
|
44
|
-
LocationClientResolvedConfig
|
|
45
|
-
> {
|
|
46
|
-
// Start section: command_properties
|
|
47
|
-
// End section: command_properties
|
|
48
|
-
|
|
49
|
-
constructor(readonly input: ListGeofenceCollectionsCommandInput) {
|
|
50
|
-
// Start section: command_constructor
|
|
51
|
-
super();
|
|
52
|
-
// End section: command_constructor
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
/**
|
|
56
|
-
* @internal
|
|
57
|
-
*/
|
|
58
|
-
resolveMiddleware(
|
|
59
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
60
|
-
configuration: LocationClientResolvedConfig,
|
|
61
|
-
options?: __HttpHandlerOptions
|
|
62
|
-
): Handler<ListGeofenceCollectionsCommandInput, ListGeofenceCollectionsCommandOutput> {
|
|
63
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
64
|
-
|
|
65
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
66
|
-
|
|
67
|
-
const { logger } = configuration;
|
|
68
|
-
const clientName = "LocationClient";
|
|
69
|
-
const commandName = "ListGeofenceCollectionsCommand";
|
|
70
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
71
|
-
logger,
|
|
72
|
-
clientName,
|
|
73
|
-
commandName,
|
|
74
|
-
inputFilterSensitiveLog: ListGeofenceCollectionsRequest.filterSensitiveLog,
|
|
75
|
-
outputFilterSensitiveLog: ListGeofenceCollectionsResponse.filterSensitiveLog,
|
|
76
|
-
};
|
|
77
|
-
const { requestHandler } = configuration;
|
|
78
|
-
return stack.resolve(
|
|
79
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
80
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
81
|
-
handlerExecutionContext
|
|
82
|
-
);
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
private serialize(input: ListGeofenceCollectionsCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
|
|
86
|
-
return serializeAws_restJson1ListGeofenceCollectionsCommand(input, context);
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<ListGeofenceCollectionsCommandOutput> {
|
|
90
|
-
return deserializeAws_restJson1ListGeofenceCollectionsCommand(output, context);
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
// Start section: command_body_extra
|
|
94
|
-
// End section: command_body_extra
|
|
95
|
-
}
|
|
@@ -1,95 +0,0 @@
|
|
|
1
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
5
|
-
FinalizeHandlerArguments,
|
|
6
|
-
Handler,
|
|
7
|
-
HandlerExecutionContext,
|
|
8
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
9
|
-
MetadataBearer as __MetadataBearer,
|
|
10
|
-
MiddlewareStack,
|
|
11
|
-
SerdeContext as __SerdeContext,
|
|
12
|
-
} from "@aws-sdk/types";
|
|
13
|
-
|
|
14
|
-
import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
|
|
15
|
-
import { ListGeofencesRequest, ListGeofencesResponse } from "../models/models_0";
|
|
16
|
-
import {
|
|
17
|
-
deserializeAws_restJson1ListGeofencesCommand,
|
|
18
|
-
serializeAws_restJson1ListGeofencesCommand,
|
|
19
|
-
} from "../protocols/Aws_restJson1";
|
|
20
|
-
|
|
21
|
-
export interface ListGeofencesCommandInput extends ListGeofencesRequest {}
|
|
22
|
-
export interface ListGeofencesCommandOutput extends ListGeofencesResponse, __MetadataBearer {}
|
|
23
|
-
|
|
24
|
-
/**
|
|
25
|
-
* <p>Lists geofences stored in a given geofence collection.</p>
|
|
26
|
-
* @example
|
|
27
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
28
|
-
* ```javascript
|
|
29
|
-
* import { LocationClient, ListGeofencesCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
30
|
-
* // const { LocationClient, ListGeofencesCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
31
|
-
* const client = new LocationClient(config);
|
|
32
|
-
* const command = new ListGeofencesCommand(input);
|
|
33
|
-
* const response = await client.send(command);
|
|
34
|
-
* ```
|
|
35
|
-
*
|
|
36
|
-
* @see {@link ListGeofencesCommandInput} for command's `input` shape.
|
|
37
|
-
* @see {@link ListGeofencesCommandOutput} for command's `response` shape.
|
|
38
|
-
* @see {@link LocationClientResolvedConfig | config} for command's `input` shape.
|
|
39
|
-
*
|
|
40
|
-
*/
|
|
41
|
-
export class ListGeofencesCommand extends $Command<
|
|
42
|
-
ListGeofencesCommandInput,
|
|
43
|
-
ListGeofencesCommandOutput,
|
|
44
|
-
LocationClientResolvedConfig
|
|
45
|
-
> {
|
|
46
|
-
// Start section: command_properties
|
|
47
|
-
// End section: command_properties
|
|
48
|
-
|
|
49
|
-
constructor(readonly input: ListGeofencesCommandInput) {
|
|
50
|
-
// Start section: command_constructor
|
|
51
|
-
super();
|
|
52
|
-
// End section: command_constructor
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
/**
|
|
56
|
-
* @internal
|
|
57
|
-
*/
|
|
58
|
-
resolveMiddleware(
|
|
59
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
60
|
-
configuration: LocationClientResolvedConfig,
|
|
61
|
-
options?: __HttpHandlerOptions
|
|
62
|
-
): Handler<ListGeofencesCommandInput, ListGeofencesCommandOutput> {
|
|
63
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
64
|
-
|
|
65
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
66
|
-
|
|
67
|
-
const { logger } = configuration;
|
|
68
|
-
const clientName = "LocationClient";
|
|
69
|
-
const commandName = "ListGeofencesCommand";
|
|
70
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
71
|
-
logger,
|
|
72
|
-
clientName,
|
|
73
|
-
commandName,
|
|
74
|
-
inputFilterSensitiveLog: ListGeofencesRequest.filterSensitiveLog,
|
|
75
|
-
outputFilterSensitiveLog: ListGeofencesResponse.filterSensitiveLog,
|
|
76
|
-
};
|
|
77
|
-
const { requestHandler } = configuration;
|
|
78
|
-
return stack.resolve(
|
|
79
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
80
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
81
|
-
handlerExecutionContext
|
|
82
|
-
);
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
private serialize(input: ListGeofencesCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
|
|
86
|
-
return serializeAws_restJson1ListGeofencesCommand(input, context);
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<ListGeofencesCommandOutput> {
|
|
90
|
-
return deserializeAws_restJson1ListGeofencesCommand(output, context);
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
// Start section: command_body_extra
|
|
94
|
-
// End section: command_body_extra
|
|
95
|
-
}
|
|
@@ -1,95 +0,0 @@
|
|
|
1
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
5
|
-
FinalizeHandlerArguments,
|
|
6
|
-
Handler,
|
|
7
|
-
HandlerExecutionContext,
|
|
8
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
9
|
-
MetadataBearer as __MetadataBearer,
|
|
10
|
-
MiddlewareStack,
|
|
11
|
-
SerdeContext as __SerdeContext,
|
|
12
|
-
} from "@aws-sdk/types";
|
|
13
|
-
|
|
14
|
-
import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
|
|
15
|
-
import { ListMapsRequest, ListMapsResponse } from "../models/models_0";
|
|
16
|
-
import {
|
|
17
|
-
deserializeAws_restJson1ListMapsCommand,
|
|
18
|
-
serializeAws_restJson1ListMapsCommand,
|
|
19
|
-
} from "../protocols/Aws_restJson1";
|
|
20
|
-
|
|
21
|
-
export interface ListMapsCommandInput extends ListMapsRequest {}
|
|
22
|
-
export interface ListMapsCommandOutput extends ListMapsResponse, __MetadataBearer {}
|
|
23
|
-
|
|
24
|
-
/**
|
|
25
|
-
* <p>Lists map resources in your AWS account.</p>
|
|
26
|
-
* @example
|
|
27
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
28
|
-
* ```javascript
|
|
29
|
-
* import { LocationClient, ListMapsCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
30
|
-
* // const { LocationClient, ListMapsCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
31
|
-
* const client = new LocationClient(config);
|
|
32
|
-
* const command = new ListMapsCommand(input);
|
|
33
|
-
* const response = await client.send(command);
|
|
34
|
-
* ```
|
|
35
|
-
*
|
|
36
|
-
* @see {@link ListMapsCommandInput} for command's `input` shape.
|
|
37
|
-
* @see {@link ListMapsCommandOutput} for command's `response` shape.
|
|
38
|
-
* @see {@link LocationClientResolvedConfig | config} for command's `input` shape.
|
|
39
|
-
*
|
|
40
|
-
*/
|
|
41
|
-
export class ListMapsCommand extends $Command<
|
|
42
|
-
ListMapsCommandInput,
|
|
43
|
-
ListMapsCommandOutput,
|
|
44
|
-
LocationClientResolvedConfig
|
|
45
|
-
> {
|
|
46
|
-
// Start section: command_properties
|
|
47
|
-
// End section: command_properties
|
|
48
|
-
|
|
49
|
-
constructor(readonly input: ListMapsCommandInput) {
|
|
50
|
-
// Start section: command_constructor
|
|
51
|
-
super();
|
|
52
|
-
// End section: command_constructor
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
/**
|
|
56
|
-
* @internal
|
|
57
|
-
*/
|
|
58
|
-
resolveMiddleware(
|
|
59
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
60
|
-
configuration: LocationClientResolvedConfig,
|
|
61
|
-
options?: __HttpHandlerOptions
|
|
62
|
-
): Handler<ListMapsCommandInput, ListMapsCommandOutput> {
|
|
63
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
64
|
-
|
|
65
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
66
|
-
|
|
67
|
-
const { logger } = configuration;
|
|
68
|
-
const clientName = "LocationClient";
|
|
69
|
-
const commandName = "ListMapsCommand";
|
|
70
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
71
|
-
logger,
|
|
72
|
-
clientName,
|
|
73
|
-
commandName,
|
|
74
|
-
inputFilterSensitiveLog: ListMapsRequest.filterSensitiveLog,
|
|
75
|
-
outputFilterSensitiveLog: ListMapsResponse.filterSensitiveLog,
|
|
76
|
-
};
|
|
77
|
-
const { requestHandler } = configuration;
|
|
78
|
-
return stack.resolve(
|
|
79
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
80
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
81
|
-
handlerExecutionContext
|
|
82
|
-
);
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
private serialize(input: ListMapsCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
|
|
86
|
-
return serializeAws_restJson1ListMapsCommand(input, context);
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<ListMapsCommandOutput> {
|
|
90
|
-
return deserializeAws_restJson1ListMapsCommand(output, context);
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
// Start section: command_body_extra
|
|
94
|
-
// End section: command_body_extra
|
|
95
|
-
}
|
|
@@ -1,95 +0,0 @@
|
|
|
1
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
5
|
-
FinalizeHandlerArguments,
|
|
6
|
-
Handler,
|
|
7
|
-
HandlerExecutionContext,
|
|
8
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
9
|
-
MetadataBearer as __MetadataBearer,
|
|
10
|
-
MiddlewareStack,
|
|
11
|
-
SerdeContext as __SerdeContext,
|
|
12
|
-
} from "@aws-sdk/types";
|
|
13
|
-
|
|
14
|
-
import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
|
|
15
|
-
import { ListPlaceIndexesRequest, ListPlaceIndexesResponse } from "../models/models_0";
|
|
16
|
-
import {
|
|
17
|
-
deserializeAws_restJson1ListPlaceIndexesCommand,
|
|
18
|
-
serializeAws_restJson1ListPlaceIndexesCommand,
|
|
19
|
-
} from "../protocols/Aws_restJson1";
|
|
20
|
-
|
|
21
|
-
export interface ListPlaceIndexesCommandInput extends ListPlaceIndexesRequest {}
|
|
22
|
-
export interface ListPlaceIndexesCommandOutput extends ListPlaceIndexesResponse, __MetadataBearer {}
|
|
23
|
-
|
|
24
|
-
/**
|
|
25
|
-
* <p>Lists place index resources in your AWS account.</p>
|
|
26
|
-
* @example
|
|
27
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
28
|
-
* ```javascript
|
|
29
|
-
* import { LocationClient, ListPlaceIndexesCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
30
|
-
* // const { LocationClient, ListPlaceIndexesCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
31
|
-
* const client = new LocationClient(config);
|
|
32
|
-
* const command = new ListPlaceIndexesCommand(input);
|
|
33
|
-
* const response = await client.send(command);
|
|
34
|
-
* ```
|
|
35
|
-
*
|
|
36
|
-
* @see {@link ListPlaceIndexesCommandInput} for command's `input` shape.
|
|
37
|
-
* @see {@link ListPlaceIndexesCommandOutput} for command's `response` shape.
|
|
38
|
-
* @see {@link LocationClientResolvedConfig | config} for command's `input` shape.
|
|
39
|
-
*
|
|
40
|
-
*/
|
|
41
|
-
export class ListPlaceIndexesCommand extends $Command<
|
|
42
|
-
ListPlaceIndexesCommandInput,
|
|
43
|
-
ListPlaceIndexesCommandOutput,
|
|
44
|
-
LocationClientResolvedConfig
|
|
45
|
-
> {
|
|
46
|
-
// Start section: command_properties
|
|
47
|
-
// End section: command_properties
|
|
48
|
-
|
|
49
|
-
constructor(readonly input: ListPlaceIndexesCommandInput) {
|
|
50
|
-
// Start section: command_constructor
|
|
51
|
-
super();
|
|
52
|
-
// End section: command_constructor
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
/**
|
|
56
|
-
* @internal
|
|
57
|
-
*/
|
|
58
|
-
resolveMiddleware(
|
|
59
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
60
|
-
configuration: LocationClientResolvedConfig,
|
|
61
|
-
options?: __HttpHandlerOptions
|
|
62
|
-
): Handler<ListPlaceIndexesCommandInput, ListPlaceIndexesCommandOutput> {
|
|
63
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
64
|
-
|
|
65
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
66
|
-
|
|
67
|
-
const { logger } = configuration;
|
|
68
|
-
const clientName = "LocationClient";
|
|
69
|
-
const commandName = "ListPlaceIndexesCommand";
|
|
70
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
71
|
-
logger,
|
|
72
|
-
clientName,
|
|
73
|
-
commandName,
|
|
74
|
-
inputFilterSensitiveLog: ListPlaceIndexesRequest.filterSensitiveLog,
|
|
75
|
-
outputFilterSensitiveLog: ListPlaceIndexesResponse.filterSensitiveLog,
|
|
76
|
-
};
|
|
77
|
-
const { requestHandler } = configuration;
|
|
78
|
-
return stack.resolve(
|
|
79
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
80
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
81
|
-
handlerExecutionContext
|
|
82
|
-
);
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
private serialize(input: ListPlaceIndexesCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
|
|
86
|
-
return serializeAws_restJson1ListPlaceIndexesCommand(input, context);
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<ListPlaceIndexesCommandOutput> {
|
|
90
|
-
return deserializeAws_restJson1ListPlaceIndexesCommand(output, context);
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
// Start section: command_body_extra
|
|
94
|
-
// End section: command_body_extra
|
|
95
|
-
}
|