@aws-sdk/client-location 3.490.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 (83) 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/dist-types/models/models_0.d.ts +101 -34
  83. package/package.json +41 -41
@@ -1,127 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.Location = void 0;
4
- const smithy_client_1 = require("@smithy/smithy-client");
5
- const AssociateTrackerConsumerCommand_1 = require("./commands/AssociateTrackerConsumerCommand");
6
- const BatchDeleteDevicePositionHistoryCommand_1 = require("./commands/BatchDeleteDevicePositionHistoryCommand");
7
- const BatchDeleteGeofenceCommand_1 = require("./commands/BatchDeleteGeofenceCommand");
8
- const BatchEvaluateGeofencesCommand_1 = require("./commands/BatchEvaluateGeofencesCommand");
9
- const BatchGetDevicePositionCommand_1 = require("./commands/BatchGetDevicePositionCommand");
10
- const BatchPutGeofenceCommand_1 = require("./commands/BatchPutGeofenceCommand");
11
- const BatchUpdateDevicePositionCommand_1 = require("./commands/BatchUpdateDevicePositionCommand");
12
- const CalculateRouteCommand_1 = require("./commands/CalculateRouteCommand");
13
- const CalculateRouteMatrixCommand_1 = require("./commands/CalculateRouteMatrixCommand");
14
- const CreateGeofenceCollectionCommand_1 = require("./commands/CreateGeofenceCollectionCommand");
15
- const CreateKeyCommand_1 = require("./commands/CreateKeyCommand");
16
- const CreateMapCommand_1 = require("./commands/CreateMapCommand");
17
- const CreatePlaceIndexCommand_1 = require("./commands/CreatePlaceIndexCommand");
18
- const CreateRouteCalculatorCommand_1 = require("./commands/CreateRouteCalculatorCommand");
19
- const CreateTrackerCommand_1 = require("./commands/CreateTrackerCommand");
20
- const DeleteGeofenceCollectionCommand_1 = require("./commands/DeleteGeofenceCollectionCommand");
21
- const DeleteKeyCommand_1 = require("./commands/DeleteKeyCommand");
22
- const DeleteMapCommand_1 = require("./commands/DeleteMapCommand");
23
- const DeletePlaceIndexCommand_1 = require("./commands/DeletePlaceIndexCommand");
24
- const DeleteRouteCalculatorCommand_1 = require("./commands/DeleteRouteCalculatorCommand");
25
- const DeleteTrackerCommand_1 = require("./commands/DeleteTrackerCommand");
26
- const DescribeGeofenceCollectionCommand_1 = require("./commands/DescribeGeofenceCollectionCommand");
27
- const DescribeKeyCommand_1 = require("./commands/DescribeKeyCommand");
28
- const DescribeMapCommand_1 = require("./commands/DescribeMapCommand");
29
- const DescribePlaceIndexCommand_1 = require("./commands/DescribePlaceIndexCommand");
30
- const DescribeRouteCalculatorCommand_1 = require("./commands/DescribeRouteCalculatorCommand");
31
- const DescribeTrackerCommand_1 = require("./commands/DescribeTrackerCommand");
32
- const DisassociateTrackerConsumerCommand_1 = require("./commands/DisassociateTrackerConsumerCommand");
33
- const GetDevicePositionCommand_1 = require("./commands/GetDevicePositionCommand");
34
- const GetDevicePositionHistoryCommand_1 = require("./commands/GetDevicePositionHistoryCommand");
35
- const GetGeofenceCommand_1 = require("./commands/GetGeofenceCommand");
36
- const GetMapGlyphsCommand_1 = require("./commands/GetMapGlyphsCommand");
37
- const GetMapSpritesCommand_1 = require("./commands/GetMapSpritesCommand");
38
- const GetMapStyleDescriptorCommand_1 = require("./commands/GetMapStyleDescriptorCommand");
39
- const GetMapTileCommand_1 = require("./commands/GetMapTileCommand");
40
- const GetPlaceCommand_1 = require("./commands/GetPlaceCommand");
41
- const ListDevicePositionsCommand_1 = require("./commands/ListDevicePositionsCommand");
42
- const ListGeofenceCollectionsCommand_1 = require("./commands/ListGeofenceCollectionsCommand");
43
- const ListGeofencesCommand_1 = require("./commands/ListGeofencesCommand");
44
- const ListKeysCommand_1 = require("./commands/ListKeysCommand");
45
- const ListMapsCommand_1 = require("./commands/ListMapsCommand");
46
- const ListPlaceIndexesCommand_1 = require("./commands/ListPlaceIndexesCommand");
47
- const ListRouteCalculatorsCommand_1 = require("./commands/ListRouteCalculatorsCommand");
48
- const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
49
- const ListTrackerConsumersCommand_1 = require("./commands/ListTrackerConsumersCommand");
50
- const ListTrackersCommand_1 = require("./commands/ListTrackersCommand");
51
- const PutGeofenceCommand_1 = require("./commands/PutGeofenceCommand");
52
- const SearchPlaceIndexForPositionCommand_1 = require("./commands/SearchPlaceIndexForPositionCommand");
53
- const SearchPlaceIndexForSuggestionsCommand_1 = require("./commands/SearchPlaceIndexForSuggestionsCommand");
54
- const SearchPlaceIndexForTextCommand_1 = require("./commands/SearchPlaceIndexForTextCommand");
55
- const TagResourceCommand_1 = require("./commands/TagResourceCommand");
56
- const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
57
- const UpdateGeofenceCollectionCommand_1 = require("./commands/UpdateGeofenceCollectionCommand");
58
- const UpdateKeyCommand_1 = require("./commands/UpdateKeyCommand");
59
- const UpdateMapCommand_1 = require("./commands/UpdateMapCommand");
60
- const UpdatePlaceIndexCommand_1 = require("./commands/UpdatePlaceIndexCommand");
61
- const UpdateRouteCalculatorCommand_1 = require("./commands/UpdateRouteCalculatorCommand");
62
- const UpdateTrackerCommand_1 = require("./commands/UpdateTrackerCommand");
63
- const LocationClient_1 = require("./LocationClient");
64
- const commands = {
65
- AssociateTrackerConsumerCommand: AssociateTrackerConsumerCommand_1.AssociateTrackerConsumerCommand,
66
- BatchDeleteDevicePositionHistoryCommand: BatchDeleteDevicePositionHistoryCommand_1.BatchDeleteDevicePositionHistoryCommand,
67
- BatchDeleteGeofenceCommand: BatchDeleteGeofenceCommand_1.BatchDeleteGeofenceCommand,
68
- BatchEvaluateGeofencesCommand: BatchEvaluateGeofencesCommand_1.BatchEvaluateGeofencesCommand,
69
- BatchGetDevicePositionCommand: BatchGetDevicePositionCommand_1.BatchGetDevicePositionCommand,
70
- BatchPutGeofenceCommand: BatchPutGeofenceCommand_1.BatchPutGeofenceCommand,
71
- BatchUpdateDevicePositionCommand: BatchUpdateDevicePositionCommand_1.BatchUpdateDevicePositionCommand,
72
- CalculateRouteCommand: CalculateRouteCommand_1.CalculateRouteCommand,
73
- CalculateRouteMatrixCommand: CalculateRouteMatrixCommand_1.CalculateRouteMatrixCommand,
74
- CreateGeofenceCollectionCommand: CreateGeofenceCollectionCommand_1.CreateGeofenceCollectionCommand,
75
- CreateKeyCommand: CreateKeyCommand_1.CreateKeyCommand,
76
- CreateMapCommand: CreateMapCommand_1.CreateMapCommand,
77
- CreatePlaceIndexCommand: CreatePlaceIndexCommand_1.CreatePlaceIndexCommand,
78
- CreateRouteCalculatorCommand: CreateRouteCalculatorCommand_1.CreateRouteCalculatorCommand,
79
- CreateTrackerCommand: CreateTrackerCommand_1.CreateTrackerCommand,
80
- DeleteGeofenceCollectionCommand: DeleteGeofenceCollectionCommand_1.DeleteGeofenceCollectionCommand,
81
- DeleteKeyCommand: DeleteKeyCommand_1.DeleteKeyCommand,
82
- DeleteMapCommand: DeleteMapCommand_1.DeleteMapCommand,
83
- DeletePlaceIndexCommand: DeletePlaceIndexCommand_1.DeletePlaceIndexCommand,
84
- DeleteRouteCalculatorCommand: DeleteRouteCalculatorCommand_1.DeleteRouteCalculatorCommand,
85
- DeleteTrackerCommand: DeleteTrackerCommand_1.DeleteTrackerCommand,
86
- DescribeGeofenceCollectionCommand: DescribeGeofenceCollectionCommand_1.DescribeGeofenceCollectionCommand,
87
- DescribeKeyCommand: DescribeKeyCommand_1.DescribeKeyCommand,
88
- DescribeMapCommand: DescribeMapCommand_1.DescribeMapCommand,
89
- DescribePlaceIndexCommand: DescribePlaceIndexCommand_1.DescribePlaceIndexCommand,
90
- DescribeRouteCalculatorCommand: DescribeRouteCalculatorCommand_1.DescribeRouteCalculatorCommand,
91
- DescribeTrackerCommand: DescribeTrackerCommand_1.DescribeTrackerCommand,
92
- DisassociateTrackerConsumerCommand: DisassociateTrackerConsumerCommand_1.DisassociateTrackerConsumerCommand,
93
- GetDevicePositionCommand: GetDevicePositionCommand_1.GetDevicePositionCommand,
94
- GetDevicePositionHistoryCommand: GetDevicePositionHistoryCommand_1.GetDevicePositionHistoryCommand,
95
- GetGeofenceCommand: GetGeofenceCommand_1.GetGeofenceCommand,
96
- GetMapGlyphsCommand: GetMapGlyphsCommand_1.GetMapGlyphsCommand,
97
- GetMapSpritesCommand: GetMapSpritesCommand_1.GetMapSpritesCommand,
98
- GetMapStyleDescriptorCommand: GetMapStyleDescriptorCommand_1.GetMapStyleDescriptorCommand,
99
- GetMapTileCommand: GetMapTileCommand_1.GetMapTileCommand,
100
- GetPlaceCommand: GetPlaceCommand_1.GetPlaceCommand,
101
- ListDevicePositionsCommand: ListDevicePositionsCommand_1.ListDevicePositionsCommand,
102
- ListGeofenceCollectionsCommand: ListGeofenceCollectionsCommand_1.ListGeofenceCollectionsCommand,
103
- ListGeofencesCommand: ListGeofencesCommand_1.ListGeofencesCommand,
104
- ListKeysCommand: ListKeysCommand_1.ListKeysCommand,
105
- ListMapsCommand: ListMapsCommand_1.ListMapsCommand,
106
- ListPlaceIndexesCommand: ListPlaceIndexesCommand_1.ListPlaceIndexesCommand,
107
- ListRouteCalculatorsCommand: ListRouteCalculatorsCommand_1.ListRouteCalculatorsCommand,
108
- ListTagsForResourceCommand: ListTagsForResourceCommand_1.ListTagsForResourceCommand,
109
- ListTrackerConsumersCommand: ListTrackerConsumersCommand_1.ListTrackerConsumersCommand,
110
- ListTrackersCommand: ListTrackersCommand_1.ListTrackersCommand,
111
- PutGeofenceCommand: PutGeofenceCommand_1.PutGeofenceCommand,
112
- SearchPlaceIndexForPositionCommand: SearchPlaceIndexForPositionCommand_1.SearchPlaceIndexForPositionCommand,
113
- SearchPlaceIndexForSuggestionsCommand: SearchPlaceIndexForSuggestionsCommand_1.SearchPlaceIndexForSuggestionsCommand,
114
- SearchPlaceIndexForTextCommand: SearchPlaceIndexForTextCommand_1.SearchPlaceIndexForTextCommand,
115
- TagResourceCommand: TagResourceCommand_1.TagResourceCommand,
116
- UntagResourceCommand: UntagResourceCommand_1.UntagResourceCommand,
117
- UpdateGeofenceCollectionCommand: UpdateGeofenceCollectionCommand_1.UpdateGeofenceCollectionCommand,
118
- UpdateKeyCommand: UpdateKeyCommand_1.UpdateKeyCommand,
119
- UpdateMapCommand: UpdateMapCommand_1.UpdateMapCommand,
120
- UpdatePlaceIndexCommand: UpdatePlaceIndexCommand_1.UpdatePlaceIndexCommand,
121
- UpdateRouteCalculatorCommand: UpdateRouteCalculatorCommand_1.UpdateRouteCalculatorCommand,
122
- UpdateTrackerCommand: UpdateTrackerCommand_1.UpdateTrackerCommand,
123
- };
124
- class Location extends LocationClient_1.LocationClient {
125
- }
126
- exports.Location = Location;
127
- (0, smithy_client_1.createAggregatedClient)(commands, Location);
1
+ module.exports = require("./index.js");
@@ -1,43 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.LocationClient = exports.__Client = void 0;
4
- const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
5
- const middleware_logger_1 = require("@aws-sdk/middleware-logger");
6
- const middleware_recursion_detection_1 = require("@aws-sdk/middleware-recursion-detection");
7
- const middleware_signing_1 = require("@aws-sdk/middleware-signing");
8
- const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
9
- const config_resolver_1 = require("@smithy/config-resolver");
10
- const middleware_content_length_1 = require("@smithy/middleware-content-length");
11
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
12
- const middleware_retry_1 = require("@smithy/middleware-retry");
13
- const smithy_client_1 = require("@smithy/smithy-client");
14
- Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
15
- const EndpointParameters_1 = require("./endpoint/EndpointParameters");
16
- const runtimeConfig_1 = require("./runtimeConfig");
17
- const runtimeExtensions_1 = require("./runtimeExtensions");
18
- class LocationClient extends smithy_client_1.Client {
19
- constructor(...[configuration]) {
20
- const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration || {});
21
- const _config_1 = (0, EndpointParameters_1.resolveClientEndpointParameters)(_config_0);
22
- const _config_2 = (0, config_resolver_1.resolveRegionConfig)(_config_1);
23
- const _config_3 = (0, middleware_endpoint_1.resolveEndpointConfig)(_config_2);
24
- const _config_4 = (0, middleware_retry_1.resolveRetryConfig)(_config_3);
25
- const _config_5 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_4);
26
- const _config_6 = (0, middleware_signing_1.resolveAwsAuthConfig)(_config_5);
27
- const _config_7 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_6);
28
- const _config_8 = (0, runtimeExtensions_1.resolveRuntimeExtensions)(_config_7, configuration?.extensions || []);
29
- super(_config_8);
30
- this.config = _config_8;
31
- this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
32
- this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
33
- this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
34
- this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
35
- this.middlewareStack.use((0, middleware_recursion_detection_1.getRecursionDetectionPlugin)(this.config));
36
- this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(this.config));
37
- this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
38
- }
39
- destroy() {
40
- super.destroy();
41
- }
42
- }
43
- exports.LocationClient = LocationClient;
1
+ module.exports = require("./index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AssociateTrackerConsumerCommand = 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 AssociateTrackerConsumerCommand 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", "AssociateTrackerConsumer", {})
22
- .n("LocationClient", "AssociateTrackerConsumerCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_AssociateTrackerConsumerCommand)
25
- .de(Aws_restJson1_1.de_AssociateTrackerConsumerCommand)
26
- .build() {
27
- }
28
- exports.AssociateTrackerConsumerCommand = AssociateTrackerConsumerCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.BatchDeleteDevicePositionHistoryCommand = 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 BatchDeleteDevicePositionHistoryCommand 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", "BatchDeleteDevicePositionHistory", {})
22
- .n("LocationClient", "BatchDeleteDevicePositionHistoryCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_BatchDeleteDevicePositionHistoryCommand)
25
- .de(Aws_restJson1_1.de_BatchDeleteDevicePositionHistoryCommand)
26
- .build() {
27
- }
28
- exports.BatchDeleteDevicePositionHistoryCommand = BatchDeleteDevicePositionHistoryCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.BatchDeleteGeofenceCommand = 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 BatchDeleteGeofenceCommand 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", "BatchDeleteGeofence", {})
22
- .n("LocationClient", "BatchDeleteGeofenceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_BatchDeleteGeofenceCommand)
25
- .de(Aws_restJson1_1.de_BatchDeleteGeofenceCommand)
26
- .build() {
27
- }
28
- exports.BatchDeleteGeofenceCommand = BatchDeleteGeofenceCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.BatchEvaluateGeofencesCommand = 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 models_0_1 = require("../models/models_0");
10
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class BatchEvaluateGeofencesCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("LocationService", "BatchEvaluateGeofences", {})
23
- .n("LocationClient", "BatchEvaluateGeofencesCommand")
24
- .f(models_0_1.BatchEvaluateGeofencesRequestFilterSensitiveLog, void 0)
25
- .ser(Aws_restJson1_1.se_BatchEvaluateGeofencesCommand)
26
- .de(Aws_restJson1_1.de_BatchEvaluateGeofencesCommand)
27
- .build() {
28
- }
29
- exports.BatchEvaluateGeofencesCommand = BatchEvaluateGeofencesCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.BatchGetDevicePositionCommand = 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 models_0_1 = require("../models/models_0");
10
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class BatchGetDevicePositionCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("LocationService", "BatchGetDevicePosition", {})
23
- .n("LocationClient", "BatchGetDevicePositionCommand")
24
- .f(void 0, models_0_1.BatchGetDevicePositionResponseFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_BatchGetDevicePositionCommand)
26
- .de(Aws_restJson1_1.de_BatchGetDevicePositionCommand)
27
- .build() {
28
- }
29
- exports.BatchGetDevicePositionCommand = BatchGetDevicePositionCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.BatchPutGeofenceCommand = 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 models_0_1 = require("../models/models_0");
10
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class BatchPutGeofenceCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("LocationService", "BatchPutGeofence", {})
23
- .n("LocationClient", "BatchPutGeofenceCommand")
24
- .f(models_0_1.BatchPutGeofenceRequestFilterSensitiveLog, void 0)
25
- .ser(Aws_restJson1_1.se_BatchPutGeofenceCommand)
26
- .de(Aws_restJson1_1.de_BatchPutGeofenceCommand)
27
- .build() {
28
- }
29
- exports.BatchPutGeofenceCommand = BatchPutGeofenceCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.BatchUpdateDevicePositionCommand = 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 models_0_1 = require("../models/models_0");
10
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class BatchUpdateDevicePositionCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("LocationService", "BatchUpdateDevicePosition", {})
23
- .n("LocationClient", "BatchUpdateDevicePositionCommand")
24
- .f(models_0_1.BatchUpdateDevicePositionRequestFilterSensitiveLog, void 0)
25
- .ser(Aws_restJson1_1.se_BatchUpdateDevicePositionCommand)
26
- .de(Aws_restJson1_1.de_BatchUpdateDevicePositionCommand)
27
- .build() {
28
- }
29
- exports.BatchUpdateDevicePositionCommand = BatchUpdateDevicePositionCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CalculateRouteCommand = 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 models_0_1 = require("../models/models_0");
10
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class CalculateRouteCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("LocationService", "CalculateRoute", {})
23
- .n("LocationClient", "CalculateRouteCommand")
24
- .f(models_0_1.CalculateRouteRequestFilterSensitiveLog, models_0_1.CalculateRouteResponseFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_CalculateRouteCommand)
26
- .de(Aws_restJson1_1.de_CalculateRouteCommand)
27
- .build() {
28
- }
29
- exports.CalculateRouteCommand = CalculateRouteCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CalculateRouteMatrixCommand = 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 models_0_1 = require("../models/models_0");
10
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class CalculateRouteMatrixCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("LocationService", "CalculateRouteMatrix", {})
23
- .n("LocationClient", "CalculateRouteMatrixCommand")
24
- .f(models_0_1.CalculateRouteMatrixRequestFilterSensitiveLog, models_0_1.CalculateRouteMatrixResponseFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_CalculateRouteMatrixCommand)
26
- .de(Aws_restJson1_1.de_CalculateRouteMatrixCommand)
27
- .build() {
28
- }
29
- exports.CalculateRouteMatrixCommand = CalculateRouteMatrixCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateGeofenceCollectionCommand = 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 CreateGeofenceCollectionCommand 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", "CreateGeofenceCollection", {})
22
- .n("LocationClient", "CreateGeofenceCollectionCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CreateGeofenceCollectionCommand)
25
- .de(Aws_restJson1_1.de_CreateGeofenceCollectionCommand)
26
- .build() {
27
- }
28
- exports.CreateGeofenceCollectionCommand = CreateGeofenceCollectionCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateKeyCommand = 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 models_0_1 = require("../models/models_0");
10
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class CreateKeyCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("LocationService", "CreateKey", {})
23
- .n("LocationClient", "CreateKeyCommand")
24
- .f(void 0, models_0_1.CreateKeyResponseFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_CreateKeyCommand)
26
- .de(Aws_restJson1_1.de_CreateKeyCommand)
27
- .build() {
28
- }
29
- exports.CreateKeyCommand = CreateKeyCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateMapCommand = 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 CreateMapCommand 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", "CreateMap", {})
22
- .n("LocationClient", "CreateMapCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CreateMapCommand)
25
- .de(Aws_restJson1_1.de_CreateMapCommand)
26
- .build() {
27
- }
28
- exports.CreateMapCommand = CreateMapCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreatePlaceIndexCommand = 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 CreatePlaceIndexCommand 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", "CreatePlaceIndex", {})
22
- .n("LocationClient", "CreatePlaceIndexCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CreatePlaceIndexCommand)
25
- .de(Aws_restJson1_1.de_CreatePlaceIndexCommand)
26
- .build() {
27
- }
28
- exports.CreatePlaceIndexCommand = CreatePlaceIndexCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateRouteCalculatorCommand = 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 CreateRouteCalculatorCommand 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", "CreateRouteCalculator", {})
22
- .n("LocationClient", "CreateRouteCalculatorCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CreateRouteCalculatorCommand)
25
- .de(Aws_restJson1_1.de_CreateRouteCalculatorCommand)
26
- .build() {
27
- }
28
- exports.CreateRouteCalculatorCommand = CreateRouteCalculatorCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateTrackerCommand = 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 CreateTrackerCommand 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", "CreateTracker", {})
22
- .n("LocationClient", "CreateTrackerCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CreateTrackerCommand)
25
- .de(Aws_restJson1_1.de_CreateTrackerCommand)
26
- .build() {
27
- }
28
- exports.CreateTrackerCommand = CreateTrackerCommand;
1
+ module.exports = require("../index.js");