@aws-sdk/client-location 3.296.0 → 3.297.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 (74) hide show
  1. package/dist-types/Location.d.ts +60 -1
  2. package/dist-types/LocationClient.d.ts +24 -4
  3. package/dist-types/commands/AssociateTrackerConsumerCommand.d.ts +16 -0
  4. package/dist-types/commands/BatchDeleteDevicePositionHistoryCommand.d.ts +16 -0
  5. package/dist-types/commands/BatchDeleteGeofenceCommand.d.ts +16 -0
  6. package/dist-types/commands/BatchEvaluateGeofencesCommand.d.ts +16 -0
  7. package/dist-types/commands/BatchGetDevicePositionCommand.d.ts +16 -0
  8. package/dist-types/commands/BatchPutGeofenceCommand.d.ts +16 -0
  9. package/dist-types/commands/BatchUpdateDevicePositionCommand.d.ts +17 -1
  10. package/dist-types/commands/CalculateRouteCommand.d.ts +16 -0
  11. package/dist-types/commands/CalculateRouteMatrixCommand.d.ts +16 -0
  12. package/dist-types/commands/CreateGeofenceCollectionCommand.d.ts +16 -0
  13. package/dist-types/commands/CreateKeyCommand.d.ts +16 -0
  14. package/dist-types/commands/CreateMapCommand.d.ts +16 -0
  15. package/dist-types/commands/CreatePlaceIndexCommand.d.ts +16 -0
  16. package/dist-types/commands/CreateRouteCalculatorCommand.d.ts +16 -0
  17. package/dist-types/commands/CreateTrackerCommand.d.ts +16 -0
  18. package/dist-types/commands/DeleteGeofenceCollectionCommand.d.ts +16 -0
  19. package/dist-types/commands/DeleteKeyCommand.d.ts +16 -0
  20. package/dist-types/commands/DeleteMapCommand.d.ts +16 -0
  21. package/dist-types/commands/DeletePlaceIndexCommand.d.ts +16 -0
  22. package/dist-types/commands/DeleteRouteCalculatorCommand.d.ts +16 -0
  23. package/dist-types/commands/DeleteTrackerCommand.d.ts +16 -0
  24. package/dist-types/commands/DescribeGeofenceCollectionCommand.d.ts +16 -0
  25. package/dist-types/commands/DescribeKeyCommand.d.ts +16 -0
  26. package/dist-types/commands/DescribeMapCommand.d.ts +16 -0
  27. package/dist-types/commands/DescribePlaceIndexCommand.d.ts +16 -0
  28. package/dist-types/commands/DescribeRouteCalculatorCommand.d.ts +16 -0
  29. package/dist-types/commands/DescribeTrackerCommand.d.ts +16 -0
  30. package/dist-types/commands/DisassociateTrackerConsumerCommand.d.ts +16 -0
  31. package/dist-types/commands/GetDevicePositionCommand.d.ts +16 -0
  32. package/dist-types/commands/GetDevicePositionHistoryCommand.d.ts +16 -0
  33. package/dist-types/commands/GetGeofenceCommand.d.ts +16 -0
  34. package/dist-types/commands/GetMapGlyphsCommand.d.ts +16 -0
  35. package/dist-types/commands/GetMapSpritesCommand.d.ts +16 -0
  36. package/dist-types/commands/GetMapStyleDescriptorCommand.d.ts +16 -0
  37. package/dist-types/commands/GetMapTileCommand.d.ts +16 -0
  38. package/dist-types/commands/GetPlaceCommand.d.ts +16 -0
  39. package/dist-types/commands/ListDevicePositionsCommand.d.ts +16 -0
  40. package/dist-types/commands/ListGeofenceCollectionsCommand.d.ts +16 -0
  41. package/dist-types/commands/ListGeofencesCommand.d.ts +16 -0
  42. package/dist-types/commands/ListKeysCommand.d.ts +16 -0
  43. package/dist-types/commands/ListMapsCommand.d.ts +16 -0
  44. package/dist-types/commands/ListPlaceIndexesCommand.d.ts +16 -0
  45. package/dist-types/commands/ListRouteCalculatorsCommand.d.ts +16 -0
  46. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  47. package/dist-types/commands/ListTrackerConsumersCommand.d.ts +16 -0
  48. package/dist-types/commands/ListTrackersCommand.d.ts +16 -0
  49. package/dist-types/commands/PutGeofenceCommand.d.ts +16 -0
  50. package/dist-types/commands/SearchPlaceIndexForPositionCommand.d.ts +16 -0
  51. package/dist-types/commands/SearchPlaceIndexForSuggestionsCommand.d.ts +16 -0
  52. package/dist-types/commands/SearchPlaceIndexForTextCommand.d.ts +16 -0
  53. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  54. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  55. package/dist-types/commands/UpdateGeofenceCollectionCommand.d.ts +16 -0
  56. package/dist-types/commands/UpdateKeyCommand.d.ts +16 -0
  57. package/dist-types/commands/UpdateMapCommand.d.ts +16 -0
  58. package/dist-types/commands/UpdatePlaceIndexCommand.d.ts +16 -0
  59. package/dist-types/commands/UpdateRouteCalculatorCommand.d.ts +16 -0
  60. package/dist-types/commands/UpdateTrackerCommand.d.ts +16 -0
  61. package/dist-types/models/LocationServiceException.d.ts +2 -0
  62. package/dist-types/models/models_0.d.ts +434 -3
  63. package/dist-types/pagination/GetDevicePositionHistoryPaginator.d.ts +3 -0
  64. package/dist-types/pagination/Interfaces.d.ts +3 -0
  65. package/dist-types/pagination/ListDevicePositionsPaginator.d.ts +3 -0
  66. package/dist-types/pagination/ListGeofenceCollectionsPaginator.d.ts +3 -0
  67. package/dist-types/pagination/ListGeofencesPaginator.d.ts +3 -0
  68. package/dist-types/pagination/ListKeysPaginator.d.ts +3 -0
  69. package/dist-types/pagination/ListMapsPaginator.d.ts +3 -0
  70. package/dist-types/pagination/ListPlaceIndexesPaginator.d.ts +3 -0
  71. package/dist-types/pagination/ListRouteCalculatorsPaginator.d.ts +3 -0
  72. package/dist-types/pagination/ListTrackerConsumersPaginator.d.ts +3 -0
  73. package/dist-types/pagination/ListTrackersPaginator.d.ts +3 -0
  74. package/package.json +3 -3
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { GetDevicePositionHistoryCommandInput, GetDevicePositionHistoryCommandOutput } from "../commands/GetDevicePositionHistoryCommand";
3
3
  import { LocationPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateGetDevicePositionHistory(config: LocationPaginationConfiguration, input: GetDevicePositionHistoryCommandInput, ...additionalArguments: any): Paginator<GetDevicePositionHistoryCommandOutput>;
@@ -1,5 +1,8 @@
1
1
  import { PaginationConfiguration } from "@aws-sdk/types";
2
2
  import { LocationClient } from "../LocationClient";
3
+ /**
4
+ * @public
5
+ */
3
6
  export interface LocationPaginationConfiguration extends PaginationConfiguration {
4
7
  client: LocationClient;
5
8
  }
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListDevicePositionsCommandInput, ListDevicePositionsCommandOutput } from "../commands/ListDevicePositionsCommand";
3
3
  import { LocationPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListDevicePositions(config: LocationPaginationConfiguration, input: ListDevicePositionsCommandInput, ...additionalArguments: any): Paginator<ListDevicePositionsCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListGeofenceCollectionsCommandInput, ListGeofenceCollectionsCommandOutput } from "../commands/ListGeofenceCollectionsCommand";
3
3
  import { LocationPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListGeofenceCollections(config: LocationPaginationConfiguration, input: ListGeofenceCollectionsCommandInput, ...additionalArguments: any): Paginator<ListGeofenceCollectionsCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListGeofencesCommandInput, ListGeofencesCommandOutput } from "../commands/ListGeofencesCommand";
3
3
  import { LocationPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListGeofences(config: LocationPaginationConfiguration, input: ListGeofencesCommandInput, ...additionalArguments: any): Paginator<ListGeofencesCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListKeysCommandInput, ListKeysCommandOutput } from "../commands/ListKeysCommand";
3
3
  import { LocationPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListKeys(config: LocationPaginationConfiguration, input: ListKeysCommandInput, ...additionalArguments: any): Paginator<ListKeysCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListMapsCommandInput, ListMapsCommandOutput } from "../commands/ListMapsCommand";
3
3
  import { LocationPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListMaps(config: LocationPaginationConfiguration, input: ListMapsCommandInput, ...additionalArguments: any): Paginator<ListMapsCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListPlaceIndexesCommandInput, ListPlaceIndexesCommandOutput } from "../commands/ListPlaceIndexesCommand";
3
3
  import { LocationPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListPlaceIndexes(config: LocationPaginationConfiguration, input: ListPlaceIndexesCommandInput, ...additionalArguments: any): Paginator<ListPlaceIndexesCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListRouteCalculatorsCommandInput, ListRouteCalculatorsCommandOutput } from "../commands/ListRouteCalculatorsCommand";
3
3
  import { LocationPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListRouteCalculators(config: LocationPaginationConfiguration, input: ListRouteCalculatorsCommandInput, ...additionalArguments: any): Paginator<ListRouteCalculatorsCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListTrackerConsumersCommandInput, ListTrackerConsumersCommandOutput } from "../commands/ListTrackerConsumersCommand";
3
3
  import { LocationPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListTrackerConsumers(config: LocationPaginationConfiguration, input: ListTrackerConsumersCommandInput, ...additionalArguments: any): Paginator<ListTrackerConsumersCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListTrackersCommandInput, ListTrackersCommandOutput } from "../commands/ListTrackersCommand";
3
3
  import { LocationPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListTrackers(config: LocationPaginationConfiguration, input: ListTrackersCommandInput, ...additionalArguments: any): Paginator<ListTrackersCommandOutput>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-location",
3
3
  "description": "AWS SDK for JavaScript Location Client for Node.js, Browser and React Native",
4
- "version": "3.296.0",
4
+ "version": "3.297.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -20,9 +20,9 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.296.0",
23
+ "@aws-sdk/client-sts": "3.297.0",
24
24
  "@aws-sdk/config-resolver": "3.296.0",
25
- "@aws-sdk/credential-provider-node": "3.296.0",
25
+ "@aws-sdk/credential-provider-node": "3.297.0",
26
26
  "@aws-sdk/fetch-http-handler": "3.296.0",
27
27
  "@aws-sdk/hash-node": "3.296.0",
28
28
  "@aws-sdk/invalid-dependency": "3.296.0",