@aws-sdk/client-location 3.928.0 → 3.930.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.
Files changed (84) hide show
  1. package/dist-cjs/index.js +2957 -4209
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/LocationClient.js +2 -0
  4. package/dist-es/commands/AssociateTrackerConsumerCommand.js +3 -9
  5. package/dist-es/commands/BatchDeleteDevicePositionHistoryCommand.js +3 -9
  6. package/dist-es/commands/BatchDeleteGeofenceCommand.js +3 -9
  7. package/dist-es/commands/BatchEvaluateGeofencesCommand.js +3 -10
  8. package/dist-es/commands/BatchGetDevicePositionCommand.js +3 -10
  9. package/dist-es/commands/BatchPutGeofenceCommand.js +3 -10
  10. package/dist-es/commands/BatchUpdateDevicePositionCommand.js +3 -10
  11. package/dist-es/commands/CalculateRouteCommand.js +3 -10
  12. package/dist-es/commands/CalculateRouteMatrixCommand.js +3 -10
  13. package/dist-es/commands/CreateGeofenceCollectionCommand.js +3 -10
  14. package/dist-es/commands/CreateKeyCommand.js +3 -10
  15. package/dist-es/commands/CreateMapCommand.js +3 -10
  16. package/dist-es/commands/CreatePlaceIndexCommand.js +3 -10
  17. package/dist-es/commands/CreateRouteCalculatorCommand.js +3 -10
  18. package/dist-es/commands/CreateTrackerCommand.js +3 -10
  19. package/dist-es/commands/DeleteGeofenceCollectionCommand.js +3 -9
  20. package/dist-es/commands/DeleteKeyCommand.js +3 -9
  21. package/dist-es/commands/DeleteMapCommand.js +3 -9
  22. package/dist-es/commands/DeletePlaceIndexCommand.js +3 -9
  23. package/dist-es/commands/DeleteRouteCalculatorCommand.js +3 -9
  24. package/dist-es/commands/DeleteTrackerCommand.js +3 -9
  25. package/dist-es/commands/DescribeGeofenceCollectionCommand.js +3 -10
  26. package/dist-es/commands/DescribeKeyCommand.js +3 -10
  27. package/dist-es/commands/DescribeMapCommand.js +3 -10
  28. package/dist-es/commands/DescribePlaceIndexCommand.js +3 -10
  29. package/dist-es/commands/DescribeRouteCalculatorCommand.js +3 -10
  30. package/dist-es/commands/DescribeTrackerCommand.js +3 -10
  31. package/dist-es/commands/DisassociateTrackerConsumerCommand.js +3 -9
  32. package/dist-es/commands/ForecastGeofenceEventsCommand.js +3 -10
  33. package/dist-es/commands/GetDevicePositionCommand.js +3 -10
  34. package/dist-es/commands/GetDevicePositionHistoryCommand.js +3 -10
  35. package/dist-es/commands/GetGeofenceCommand.js +3 -10
  36. package/dist-es/commands/GetMapGlyphsCommand.js +3 -10
  37. package/dist-es/commands/GetMapSpritesCommand.js +3 -10
  38. package/dist-es/commands/GetMapStyleDescriptorCommand.js +3 -10
  39. package/dist-es/commands/GetMapTileCommand.js +3 -10
  40. package/dist-es/commands/GetPlaceCommand.js +3 -10
  41. package/dist-es/commands/ListDevicePositionsCommand.js +3 -10
  42. package/dist-es/commands/ListGeofenceCollectionsCommand.js +3 -10
  43. package/dist-es/commands/ListGeofencesCommand.js +3 -10
  44. package/dist-es/commands/ListKeysCommand.js +3 -10
  45. package/dist-es/commands/ListMapsCommand.js +3 -10
  46. package/dist-es/commands/ListPlaceIndexesCommand.js +3 -10
  47. package/dist-es/commands/ListRouteCalculatorsCommand.js +3 -10
  48. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  49. package/dist-es/commands/ListTrackerConsumersCommand.js +3 -9
  50. package/dist-es/commands/ListTrackersCommand.js +3 -10
  51. package/dist-es/commands/PutGeofenceCommand.js +3 -10
  52. package/dist-es/commands/SearchPlaceIndexForPositionCommand.js +3 -10
  53. package/dist-es/commands/SearchPlaceIndexForSuggestionsCommand.js +3 -10
  54. package/dist-es/commands/SearchPlaceIndexForTextCommand.js +3 -10
  55. package/dist-es/commands/TagResourceCommand.js +3 -9
  56. package/dist-es/commands/UntagResourceCommand.js +3 -9
  57. package/dist-es/commands/UpdateGeofenceCollectionCommand.js +3 -10
  58. package/dist-es/commands/UpdateKeyCommand.js +3 -10
  59. package/dist-es/commands/UpdateMapCommand.js +3 -10
  60. package/dist-es/commands/UpdatePlaceIndexCommand.js +3 -10
  61. package/dist-es/commands/UpdateRouteCalculatorCommand.js +3 -10
  62. package/dist-es/commands/UpdateTrackerCommand.js +3 -10
  63. package/dist-es/commands/VerifyDevicePositionCommand.js +3 -10
  64. package/dist-es/models/models_0.js +0 -590
  65. package/dist-es/runtimeConfig.shared.js +2 -0
  66. package/dist-es/schemas/schemas_0.js +2829 -0
  67. package/dist-types/LocationClient.d.ts +10 -1
  68. package/dist-types/models/models_0.d.ts +0 -428
  69. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  70. package/dist-types/runtimeConfig.d.ts +1 -0
  71. package/dist-types/runtimeConfig.native.d.ts +1 -0
  72. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  73. package/dist-types/schemas/schemas_0.d.ts +317 -0
  74. package/dist-types/ts3.4/LocationClient.d.ts +4 -0
  75. package/dist-types/ts3.4/models/models_0.d.ts +0 -305
  76. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  77. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  78. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  79. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  80. package/dist-types/ts3.4/schemas/schemas_0.d.ts +324 -0
  81. package/package.json +34 -34
  82. package/dist-es/protocols/Aws_restJson1.js +0 -3081
  83. package/dist-types/protocols/Aws_restJson1.d.ts +0 -542
  84. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -725

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.