@aws-sdk/client-location 3.279.0 → 3.281.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 (60) hide show
  1. package/README.md +467 -0
  2. package/dist-types/commands/AssociateTrackerConsumerCommand.d.ts +6 -0
  3. package/dist-types/commands/BatchDeleteDevicePositionHistoryCommand.d.ts +6 -0
  4. package/dist-types/commands/BatchDeleteGeofenceCommand.d.ts +6 -0
  5. package/dist-types/commands/BatchEvaluateGeofencesCommand.d.ts +6 -0
  6. package/dist-types/commands/BatchGetDevicePositionCommand.d.ts +6 -0
  7. package/dist-types/commands/BatchPutGeofenceCommand.d.ts +6 -0
  8. package/dist-types/commands/BatchUpdateDevicePositionCommand.d.ts +6 -0
  9. package/dist-types/commands/CalculateRouteCommand.d.ts +6 -0
  10. package/dist-types/commands/CalculateRouteMatrixCommand.d.ts +6 -0
  11. package/dist-types/commands/CreateGeofenceCollectionCommand.d.ts +6 -0
  12. package/dist-types/commands/CreateKeyCommand.d.ts +6 -0
  13. package/dist-types/commands/CreateMapCommand.d.ts +6 -0
  14. package/dist-types/commands/CreatePlaceIndexCommand.d.ts +6 -0
  15. package/dist-types/commands/CreateRouteCalculatorCommand.d.ts +6 -0
  16. package/dist-types/commands/CreateTrackerCommand.d.ts +6 -0
  17. package/dist-types/commands/DeleteGeofenceCollectionCommand.d.ts +6 -0
  18. package/dist-types/commands/DeleteKeyCommand.d.ts +6 -0
  19. package/dist-types/commands/DeleteMapCommand.d.ts +6 -0
  20. package/dist-types/commands/DeletePlaceIndexCommand.d.ts +6 -0
  21. package/dist-types/commands/DeleteRouteCalculatorCommand.d.ts +6 -0
  22. package/dist-types/commands/DeleteTrackerCommand.d.ts +6 -0
  23. package/dist-types/commands/DescribeGeofenceCollectionCommand.d.ts +6 -0
  24. package/dist-types/commands/DescribeKeyCommand.d.ts +6 -0
  25. package/dist-types/commands/DescribeMapCommand.d.ts +6 -0
  26. package/dist-types/commands/DescribePlaceIndexCommand.d.ts +6 -0
  27. package/dist-types/commands/DescribeRouteCalculatorCommand.d.ts +6 -0
  28. package/dist-types/commands/DescribeTrackerCommand.d.ts +6 -0
  29. package/dist-types/commands/DisassociateTrackerConsumerCommand.d.ts +6 -0
  30. package/dist-types/commands/GetDevicePositionCommand.d.ts +6 -0
  31. package/dist-types/commands/GetDevicePositionHistoryCommand.d.ts +6 -0
  32. package/dist-types/commands/GetGeofenceCommand.d.ts +6 -0
  33. package/dist-types/commands/GetMapGlyphsCommand.d.ts +6 -0
  34. package/dist-types/commands/GetMapSpritesCommand.d.ts +6 -0
  35. package/dist-types/commands/GetMapStyleDescriptorCommand.d.ts +6 -0
  36. package/dist-types/commands/GetMapTileCommand.d.ts +6 -0
  37. package/dist-types/commands/GetPlaceCommand.d.ts +6 -0
  38. package/dist-types/commands/ListDevicePositionsCommand.d.ts +6 -0
  39. package/dist-types/commands/ListGeofenceCollectionsCommand.d.ts +6 -0
  40. package/dist-types/commands/ListGeofencesCommand.d.ts +6 -0
  41. package/dist-types/commands/ListKeysCommand.d.ts +6 -0
  42. package/dist-types/commands/ListMapsCommand.d.ts +6 -0
  43. package/dist-types/commands/ListPlaceIndexesCommand.d.ts +6 -0
  44. package/dist-types/commands/ListRouteCalculatorsCommand.d.ts +6 -0
  45. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -0
  46. package/dist-types/commands/ListTrackerConsumersCommand.d.ts +6 -0
  47. package/dist-types/commands/ListTrackersCommand.d.ts +6 -0
  48. package/dist-types/commands/PutGeofenceCommand.d.ts +6 -0
  49. package/dist-types/commands/SearchPlaceIndexForPositionCommand.d.ts +6 -0
  50. package/dist-types/commands/SearchPlaceIndexForSuggestionsCommand.d.ts +6 -0
  51. package/dist-types/commands/SearchPlaceIndexForTextCommand.d.ts +6 -0
  52. package/dist-types/commands/TagResourceCommand.d.ts +6 -0
  53. package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
  54. package/dist-types/commands/UpdateGeofenceCollectionCommand.d.ts +6 -0
  55. package/dist-types/commands/UpdateKeyCommand.d.ts +6 -0
  56. package/dist-types/commands/UpdateMapCommand.d.ts +6 -0
  57. package/dist-types/commands/UpdatePlaceIndexCommand.d.ts +6 -0
  58. package/dist-types/commands/UpdateRouteCalculatorCommand.d.ts +6 -0
  59. package/dist-types/commands/UpdateTrackerCommand.d.ts +6 -0
  60. package/package.json +3 -3
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
5
5
  import { SearchPlaceIndexForTextRequest, SearchPlaceIndexForTextResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link SearchPlaceIndexForTextCommand}.
8
+ */
6
9
  export interface SearchPlaceIndexForTextCommandInput extends SearchPlaceIndexForTextRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link SearchPlaceIndexForTextCommand}.
13
+ */
8
14
  export interface SearchPlaceIndexForTextCommandOutput extends SearchPlaceIndexForTextResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
5
5
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link TagResourceCommand}.
8
+ */
6
9
  export interface TagResourceCommandInput extends TagResourceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link TagResourceCommand}.
13
+ */
8
14
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
5
5
  import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UntagResourceCommand}.
8
+ */
6
9
  export interface UntagResourceCommandInput extends UntagResourceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UntagResourceCommand}.
13
+ */
8
14
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
5
5
  import { UpdateGeofenceCollectionRequest, UpdateGeofenceCollectionResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateGeofenceCollectionCommand}.
8
+ */
6
9
  export interface UpdateGeofenceCollectionCommandInput extends UpdateGeofenceCollectionRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateGeofenceCollectionCommand}.
13
+ */
8
14
  export interface UpdateGeofenceCollectionCommandOutput extends UpdateGeofenceCollectionResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
5
5
  import { UpdateKeyRequest, UpdateKeyResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateKeyCommand}.
8
+ */
6
9
  export interface UpdateKeyCommandInput extends UpdateKeyRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateKeyCommand}.
13
+ */
8
14
  export interface UpdateKeyCommandOutput extends UpdateKeyResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
5
5
  import { UpdateMapRequest, UpdateMapResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateMapCommand}.
8
+ */
6
9
  export interface UpdateMapCommandInput extends UpdateMapRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateMapCommand}.
13
+ */
8
14
  export interface UpdateMapCommandOutput extends UpdateMapResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
5
5
  import { UpdatePlaceIndexRequest, UpdatePlaceIndexResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdatePlaceIndexCommand}.
8
+ */
6
9
  export interface UpdatePlaceIndexCommandInput extends UpdatePlaceIndexRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdatePlaceIndexCommand}.
13
+ */
8
14
  export interface UpdatePlaceIndexCommandOutput extends UpdatePlaceIndexResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
5
5
  import { UpdateRouteCalculatorRequest, UpdateRouteCalculatorResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateRouteCalculatorCommand}.
8
+ */
6
9
  export interface UpdateRouteCalculatorCommandInput extends UpdateRouteCalculatorRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateRouteCalculatorCommand}.
13
+ */
8
14
  export interface UpdateRouteCalculatorCommandOutput extends UpdateRouteCalculatorResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
5
5
  import { UpdateTrackerRequest, UpdateTrackerResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateTrackerCommand}.
8
+ */
6
9
  export interface UpdateTrackerCommandInput extends UpdateTrackerRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateTrackerCommand}.
13
+ */
8
14
  export interface UpdateTrackerCommandOutput extends UpdateTrackerResponse, __MetadataBearer {
9
15
  }
10
16
  /**
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.279.0",
4
+ "version": "3.281.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.279.0",
23
+ "@aws-sdk/client-sts": "3.281.0",
24
24
  "@aws-sdk/config-resolver": "3.272.0",
25
- "@aws-sdk/credential-provider-node": "3.279.0",
25
+ "@aws-sdk/credential-provider-node": "3.281.0",
26
26
  "@aws-sdk/fetch-http-handler": "3.272.0",
27
27
  "@aws-sdk/hash-node": "3.272.0",
28
28
  "@aws-sdk/invalid-dependency": "3.272.0",