@aws-sdk/client-location 3.491.0 → 3.495.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 (82) hide show
  1. package/dist-cjs/Location.js +1 -127
  2. package/dist-cjs/LocationClient.js +1 -43
  3. package/dist-cjs/commands/AssociateTrackerConsumerCommand.js +1 -28
  4. package/dist-cjs/commands/BatchDeleteDevicePositionHistoryCommand.js +1 -28
  5. package/dist-cjs/commands/BatchDeleteGeofenceCommand.js +1 -28
  6. package/dist-cjs/commands/BatchEvaluateGeofencesCommand.js +1 -29
  7. package/dist-cjs/commands/BatchGetDevicePositionCommand.js +1 -29
  8. package/dist-cjs/commands/BatchPutGeofenceCommand.js +1 -29
  9. package/dist-cjs/commands/BatchUpdateDevicePositionCommand.js +1 -29
  10. package/dist-cjs/commands/CalculateRouteCommand.js +1 -29
  11. package/dist-cjs/commands/CalculateRouteMatrixCommand.js +1 -29
  12. package/dist-cjs/commands/CreateGeofenceCollectionCommand.js +1 -28
  13. package/dist-cjs/commands/CreateKeyCommand.js +1 -29
  14. package/dist-cjs/commands/CreateMapCommand.js +1 -28
  15. package/dist-cjs/commands/CreatePlaceIndexCommand.js +1 -28
  16. package/dist-cjs/commands/CreateRouteCalculatorCommand.js +1 -28
  17. package/dist-cjs/commands/CreateTrackerCommand.js +1 -28
  18. package/dist-cjs/commands/DeleteGeofenceCollectionCommand.js +1 -28
  19. package/dist-cjs/commands/DeleteKeyCommand.js +1 -28
  20. package/dist-cjs/commands/DeleteMapCommand.js +1 -28
  21. package/dist-cjs/commands/DeletePlaceIndexCommand.js +1 -28
  22. package/dist-cjs/commands/DeleteRouteCalculatorCommand.js +1 -28
  23. package/dist-cjs/commands/DeleteTrackerCommand.js +1 -28
  24. package/dist-cjs/commands/DescribeGeofenceCollectionCommand.js +1 -28
  25. package/dist-cjs/commands/DescribeKeyCommand.js +1 -29
  26. package/dist-cjs/commands/DescribeMapCommand.js +1 -28
  27. package/dist-cjs/commands/DescribePlaceIndexCommand.js +1 -28
  28. package/dist-cjs/commands/DescribeRouteCalculatorCommand.js +1 -28
  29. package/dist-cjs/commands/DescribeTrackerCommand.js +1 -28
  30. package/dist-cjs/commands/DisassociateTrackerConsumerCommand.js +1 -28
  31. package/dist-cjs/commands/GetDevicePositionCommand.js +1 -29
  32. package/dist-cjs/commands/GetDevicePositionHistoryCommand.js +1 -29
  33. package/dist-cjs/commands/GetGeofenceCommand.js +1 -29
  34. package/dist-cjs/commands/GetMapGlyphsCommand.js +1 -29
  35. package/dist-cjs/commands/GetMapSpritesCommand.js +1 -29
  36. package/dist-cjs/commands/GetMapStyleDescriptorCommand.js +1 -29
  37. package/dist-cjs/commands/GetMapTileCommand.js +1 -29
  38. package/dist-cjs/commands/GetPlaceCommand.js +1 -29
  39. package/dist-cjs/commands/ListDevicePositionsCommand.js +1 -29
  40. package/dist-cjs/commands/ListGeofenceCollectionsCommand.js +1 -28
  41. package/dist-cjs/commands/ListGeofencesCommand.js +1 -29
  42. package/dist-cjs/commands/ListKeysCommand.js +1 -28
  43. package/dist-cjs/commands/ListMapsCommand.js +1 -28
  44. package/dist-cjs/commands/ListPlaceIndexesCommand.js +1 -28
  45. package/dist-cjs/commands/ListRouteCalculatorsCommand.js +1 -28
  46. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
  47. package/dist-cjs/commands/ListTrackerConsumersCommand.js +1 -28
  48. package/dist-cjs/commands/ListTrackersCommand.js +1 -28
  49. package/dist-cjs/commands/PutGeofenceCommand.js +1 -29
  50. package/dist-cjs/commands/SearchPlaceIndexForPositionCommand.js +1 -29
  51. package/dist-cjs/commands/SearchPlaceIndexForSuggestionsCommand.js +1 -29
  52. package/dist-cjs/commands/SearchPlaceIndexForTextCommand.js +1 -29
  53. package/dist-cjs/commands/TagResourceCommand.js +1 -28
  54. package/dist-cjs/commands/UntagResourceCommand.js +1 -28
  55. package/dist-cjs/commands/UpdateGeofenceCollectionCommand.js +1 -28
  56. package/dist-cjs/commands/UpdateKeyCommand.js +1 -28
  57. package/dist-cjs/commands/UpdateMapCommand.js +1 -28
  58. package/dist-cjs/commands/UpdatePlaceIndexCommand.js +1 -28
  59. package/dist-cjs/commands/UpdateRouteCalculatorCommand.js +1 -28
  60. package/dist-cjs/commands/UpdateTrackerCommand.js +1 -28
  61. package/dist-cjs/commands/index.js +1 -61
  62. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  63. package/dist-cjs/extensionConfiguration.js +1 -2
  64. package/dist-cjs/index.js +6554 -11
  65. package/dist-cjs/models/LocationServiceException.js +1 -12
  66. package/dist-cjs/models/index.js +1 -4
  67. package/dist-cjs/models/models_0.js +1 -388
  68. package/dist-cjs/pagination/GetDevicePositionHistoryPaginator.js +1 -7
  69. package/dist-cjs/pagination/Interfaces.js +1 -2
  70. package/dist-cjs/pagination/ListDevicePositionsPaginator.js +1 -7
  71. package/dist-cjs/pagination/ListGeofenceCollectionsPaginator.js +1 -7
  72. package/dist-cjs/pagination/ListGeofencesPaginator.js +1 -7
  73. package/dist-cjs/pagination/ListKeysPaginator.js +1 -7
  74. package/dist-cjs/pagination/ListMapsPaginator.js +1 -7
  75. package/dist-cjs/pagination/ListPlaceIndexesPaginator.js +1 -7
  76. package/dist-cjs/pagination/ListRouteCalculatorsPaginator.js +1 -7
  77. package/dist-cjs/pagination/ListTrackerConsumersPaginator.js +1 -7
  78. package/dist-cjs/pagination/ListTrackersPaginator.js +1 -7
  79. package/dist-cjs/pagination/index.js +1 -14
  80. package/dist-cjs/protocols/Aws_restJson1.js +1 -4826
  81. package/dist-cjs/runtimeExtensions.js +1 -22
  82. package/package.json +41 -41
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateTrackerCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class UpdateTrackerCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("LocationService", "UpdateTracker", {})
22
- .n("LocationClient", "UpdateTrackerCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_UpdateTrackerCommand)
25
- .de(Aws_restJson1_1.de_UpdateTrackerCommand)
26
- .build() {
27
- }
28
- exports.UpdateTrackerCommand = UpdateTrackerCommand;
1
+ module.exports = require("../index.js");
@@ -1,61 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./AssociateTrackerConsumerCommand"), exports);
5
- tslib_1.__exportStar(require("./BatchDeleteDevicePositionHistoryCommand"), exports);
6
- tslib_1.__exportStar(require("./BatchDeleteGeofenceCommand"), exports);
7
- tslib_1.__exportStar(require("./BatchEvaluateGeofencesCommand"), exports);
8
- tslib_1.__exportStar(require("./BatchGetDevicePositionCommand"), exports);
9
- tslib_1.__exportStar(require("./BatchPutGeofenceCommand"), exports);
10
- tslib_1.__exportStar(require("./BatchUpdateDevicePositionCommand"), exports);
11
- tslib_1.__exportStar(require("./CalculateRouteCommand"), exports);
12
- tslib_1.__exportStar(require("./CalculateRouteMatrixCommand"), exports);
13
- tslib_1.__exportStar(require("./CreateGeofenceCollectionCommand"), exports);
14
- tslib_1.__exportStar(require("./CreateKeyCommand"), exports);
15
- tslib_1.__exportStar(require("./CreateMapCommand"), exports);
16
- tslib_1.__exportStar(require("./CreatePlaceIndexCommand"), exports);
17
- tslib_1.__exportStar(require("./CreateRouteCalculatorCommand"), exports);
18
- tslib_1.__exportStar(require("./CreateTrackerCommand"), exports);
19
- tslib_1.__exportStar(require("./DeleteGeofenceCollectionCommand"), exports);
20
- tslib_1.__exportStar(require("./DeleteKeyCommand"), exports);
21
- tslib_1.__exportStar(require("./DeleteMapCommand"), exports);
22
- tslib_1.__exportStar(require("./DeletePlaceIndexCommand"), exports);
23
- tslib_1.__exportStar(require("./DeleteRouteCalculatorCommand"), exports);
24
- tslib_1.__exportStar(require("./DeleteTrackerCommand"), exports);
25
- tslib_1.__exportStar(require("./DescribeGeofenceCollectionCommand"), exports);
26
- tslib_1.__exportStar(require("./DescribeKeyCommand"), exports);
27
- tslib_1.__exportStar(require("./DescribeMapCommand"), exports);
28
- tslib_1.__exportStar(require("./DescribePlaceIndexCommand"), exports);
29
- tslib_1.__exportStar(require("./DescribeRouteCalculatorCommand"), exports);
30
- tslib_1.__exportStar(require("./DescribeTrackerCommand"), exports);
31
- tslib_1.__exportStar(require("./DisassociateTrackerConsumerCommand"), exports);
32
- tslib_1.__exportStar(require("./GetDevicePositionCommand"), exports);
33
- tslib_1.__exportStar(require("./GetDevicePositionHistoryCommand"), exports);
34
- tslib_1.__exportStar(require("./GetGeofenceCommand"), exports);
35
- tslib_1.__exportStar(require("./GetMapGlyphsCommand"), exports);
36
- tslib_1.__exportStar(require("./GetMapSpritesCommand"), exports);
37
- tslib_1.__exportStar(require("./GetMapStyleDescriptorCommand"), exports);
38
- tslib_1.__exportStar(require("./GetMapTileCommand"), exports);
39
- tslib_1.__exportStar(require("./GetPlaceCommand"), exports);
40
- tslib_1.__exportStar(require("./ListDevicePositionsCommand"), exports);
41
- tslib_1.__exportStar(require("./ListGeofenceCollectionsCommand"), exports);
42
- tslib_1.__exportStar(require("./ListGeofencesCommand"), exports);
43
- tslib_1.__exportStar(require("./ListKeysCommand"), exports);
44
- tslib_1.__exportStar(require("./ListMapsCommand"), exports);
45
- tslib_1.__exportStar(require("./ListPlaceIndexesCommand"), exports);
46
- tslib_1.__exportStar(require("./ListRouteCalculatorsCommand"), exports);
47
- tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
48
- tslib_1.__exportStar(require("./ListTrackerConsumersCommand"), exports);
49
- tslib_1.__exportStar(require("./ListTrackersCommand"), exports);
50
- tslib_1.__exportStar(require("./PutGeofenceCommand"), exports);
51
- tslib_1.__exportStar(require("./SearchPlaceIndexForPositionCommand"), exports);
52
- tslib_1.__exportStar(require("./SearchPlaceIndexForSuggestionsCommand"), exports);
53
- tslib_1.__exportStar(require("./SearchPlaceIndexForTextCommand"), exports);
54
- tslib_1.__exportStar(require("./TagResourceCommand"), exports);
55
- tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
56
- tslib_1.__exportStar(require("./UpdateGeofenceCollectionCommand"), exports);
57
- tslib_1.__exportStar(require("./UpdateKeyCommand"), exports);
58
- tslib_1.__exportStar(require("./UpdateMapCommand"), exports);
59
- tslib_1.__exportStar(require("./UpdatePlaceIndexCommand"), exports);
60
- tslib_1.__exportStar(require("./UpdateRouteCalculatorCommand"), exports);
61
- tslib_1.__exportStar(require("./UpdateTrackerCommand"), exports);
1
+ module.exports = require("../index.js");
@@ -1,18 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.commonParams = exports.resolveClientEndpointParameters = void 0;
4
- const resolveClientEndpointParameters = (options) => {
5
- return {
6
- ...options,
7
- useDualstackEndpoint: options.useDualstackEndpoint ?? false,
8
- useFipsEndpoint: options.useFipsEndpoint ?? false,
9
- defaultSigningName: "geo",
10
- };
11
- };
12
- exports.resolveClientEndpointParameters = resolveClientEndpointParameters;
13
- exports.commonParams = {
14
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
15
- Endpoint: { type: "builtInParams", name: "endpoint" },
16
- Region: { type: "builtInParams", name: "region" },
17
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
18
- };
1
+ module.exports = require("../index.js");
@@ -1,2 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ module.exports = require("./index.js");