@aws-sdk/client-location 3.41.0 → 3.46.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 (33) hide show
  1. package/CHANGELOG.md +47 -0
  2. package/dist-cjs/Location.js +15 -0
  3. package/dist-cjs/commands/SearchPlaceIndexForSuggestionsCommand.js +36 -0
  4. package/dist-cjs/commands/index.js +1 -0
  5. package/dist-cjs/endpoints.js +1 -0
  6. package/dist-cjs/models/models_0.js +50 -3
  7. package/dist-cjs/protocols/Aws_restJson1.js +244 -2
  8. package/dist-cjs/runtimeConfig.js +0 -2
  9. package/dist-es/Location.js +15 -0
  10. package/dist-es/commands/SearchPlaceIndexForSuggestionsCommand.js +39 -0
  11. package/dist-es/commands/index.js +1 -0
  12. package/dist-es/endpoints.js +1 -0
  13. package/dist-es/models/models_0.js +28 -4
  14. package/dist-es/protocols/Aws_restJson1.js +253 -6
  15. package/dist-es/runtimeConfig.js +0 -2
  16. package/dist-types/Location.d.ts +40 -10
  17. package/dist-types/LocationClient.d.ts +3 -2
  18. package/dist-types/commands/BatchEvaluateGeofencesCommand.d.ts +4 -0
  19. package/dist-types/commands/BatchUpdateDevicePositionCommand.d.ts +11 -3
  20. package/dist-types/commands/CalculateRouteCommand.d.ts +2 -3
  21. package/dist-types/commands/CreatePlaceIndexCommand.d.ts +4 -2
  22. package/dist-types/commands/SearchPlaceIndexForSuggestionsCommand.d.ts +44 -0
  23. package/dist-types/commands/SearchPlaceIndexForTextCommand.d.ts +3 -2
  24. package/dist-types/commands/index.d.ts +1 -0
  25. package/dist-types/models/models_0.d.ts +488 -117
  26. package/dist-types/protocols/Aws_restJson1.d.ts +3 -0
  27. package/dist-types/ts3.4/Location.d.ts +5 -0
  28. package/dist-types/ts3.4/LocationClient.d.ts +3 -2
  29. package/dist-types/ts3.4/commands/SearchPlaceIndexForSuggestionsCommand.d.ts +17 -0
  30. package/dist-types/ts3.4/commands/index.d.ts +1 -0
  31. package/dist-types/ts3.4/models/models_0.d.ts +128 -6
  32. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +3 -0
  33. package/package.json +36 -43
package/CHANGELOG.md CHANGED
@@ -3,6 +3,53 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.46.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.45.0...v3.46.0) (2022-01-07)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **clients:** update clean:dist script to delete dist-* folder ([#3155](https://github.com/aws/aws-sdk-js-v3/issues/3155)) ([cdb1709](https://github.com/aws/aws-sdk-js-v3/commit/cdb17090f82d1fc8755811c82cbed5976ec7e60b))
12
+
13
+
14
+ ### Features
15
+
16
+ * **clients:** extend typedoc.json from root ([#3136](https://github.com/aws/aws-sdk-js-v3/issues/3136)) ([f6a3ef5](https://github.com/aws/aws-sdk-js-v3/commit/f6a3ef541ae2d92872d09d8cab6727911287ebb2))
17
+ * end support for Node.js 10.x ([#3122](https://github.com/aws/aws-sdk-js-v3/issues/3122)) ([7acf18a](https://github.com/aws/aws-sdk-js-v3/commit/7acf18abd3fb1cc461f809110cdb0d7968c2070e))
18
+
19
+
20
+
21
+
22
+
23
+ # [3.45.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.44.0...v3.45.0) (2021-12-23)
24
+
25
+
26
+ ### Features
27
+
28
+ * **clients:** update clients as of 2021/12/23 ([#3110](https://github.com/aws/aws-sdk-js-v3/issues/3110)) ([5d638e1](https://github.com/aws/aws-sdk-js-v3/commit/5d638e188ce64fa80fe36b8cba79ba63b80b50b7))
29
+
30
+
31
+
32
+
33
+
34
+ # [3.43.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.42.0...v3.43.0) (2021-11-29)
35
+
36
+ **Note:** Version bump only for package @aws-sdk/client-location
37
+
38
+
39
+
40
+
41
+
42
+ # [3.42.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.41.0...v3.42.0) (2021-11-19)
43
+
44
+
45
+ ### Features
46
+
47
+ * **clients:** update clients as of 11/18/2021 ([#3039](https://github.com/aws/aws-sdk-js-v3/issues/3039)) ([d2b2c45](https://github.com/aws/aws-sdk-js-v3/commit/d2b2c453315fc7bff798c1fb97c792e59274b4d6))
48
+
49
+
50
+
51
+
52
+
6
53
  # [3.41.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.40.1...v3.41.0) (2021-11-11)
7
54
 
8
55
 
@@ -43,6 +43,7 @@ const ListTrackerConsumersCommand_1 = require("./commands/ListTrackerConsumersCo
43
43
  const ListTrackersCommand_1 = require("./commands/ListTrackersCommand");
44
44
  const PutGeofenceCommand_1 = require("./commands/PutGeofenceCommand");
45
45
  const SearchPlaceIndexForPositionCommand_1 = require("./commands/SearchPlaceIndexForPositionCommand");
46
+ const SearchPlaceIndexForSuggestionsCommand_1 = require("./commands/SearchPlaceIndexForSuggestionsCommand");
46
47
  const SearchPlaceIndexForTextCommand_1 = require("./commands/SearchPlaceIndexForTextCommand");
47
48
  const TagResourceCommand_1 = require("./commands/TagResourceCommand");
48
49
  const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
@@ -641,6 +642,20 @@ class Location extends LocationClient_1.LocationClient {
641
642
  return this.send(command, optionsOrCb);
642
643
  }
643
644
  }
645
+ searchPlaceIndexForSuggestions(args, optionsOrCb, cb) {
646
+ const command = new SearchPlaceIndexForSuggestionsCommand_1.SearchPlaceIndexForSuggestionsCommand(args);
647
+ if (typeof optionsOrCb === "function") {
648
+ this.send(command, optionsOrCb);
649
+ }
650
+ else if (typeof cb === "function") {
651
+ if (typeof optionsOrCb !== "object")
652
+ throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
653
+ this.send(command, optionsOrCb || {}, cb);
654
+ }
655
+ else {
656
+ return this.send(command, optionsOrCb);
657
+ }
658
+ }
644
659
  searchPlaceIndexForText(args, optionsOrCb, cb) {
645
660
  const command = new SearchPlaceIndexForTextCommand_1.SearchPlaceIndexForTextCommand(args);
646
661
  if (typeof optionsOrCb === "function") {
@@ -0,0 +1,36 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.SearchPlaceIndexForSuggestionsCommand = void 0;
4
+ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
+ class SearchPlaceIndexForSuggestionsCommand extends smithy_client_1.Command {
9
+ constructor(input) {
10
+ super();
11
+ this.input = input;
12
+ }
13
+ resolveMiddleware(clientStack, configuration, options) {
14
+ this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ const stack = clientStack.concat(this.middlewareStack);
16
+ const { logger } = configuration;
17
+ const clientName = "LocationClient";
18
+ const commandName = "SearchPlaceIndexForSuggestionsCommand";
19
+ const handlerExecutionContext = {
20
+ logger,
21
+ clientName,
22
+ commandName,
23
+ inputFilterSensitiveLog: models_0_1.SearchPlaceIndexForSuggestionsRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: models_0_1.SearchPlaceIndexForSuggestionsResponse.filterSensitiveLog,
25
+ };
26
+ const { requestHandler } = configuration;
27
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
+ }
29
+ serialize(input, context) {
30
+ return Aws_restJson1_1.serializeAws_restJson1SearchPlaceIndexForSuggestionsCommand(input, context);
31
+ }
32
+ deserialize(output, context) {
33
+ return Aws_restJson1_1.deserializeAws_restJson1SearchPlaceIndexForSuggestionsCommand(output, context);
34
+ }
35
+ }
36
+ exports.SearchPlaceIndexForSuggestionsCommand = SearchPlaceIndexForSuggestionsCommand;
@@ -43,6 +43,7 @@ tslib_1.__exportStar(require("./ListTrackerConsumersCommand"), exports);
43
43
  tslib_1.__exportStar(require("./ListTrackersCommand"), exports);
44
44
  tslib_1.__exportStar(require("./PutGeofenceCommand"), exports);
45
45
  tslib_1.__exportStar(require("./SearchPlaceIndexForPositionCommand"), exports);
46
+ tslib_1.__exportStar(require("./SearchPlaceIndexForSuggestionsCommand"), exports);
46
47
  tslib_1.__exportStar(require("./SearchPlaceIndexForTextCommand"), exports);
47
48
  tslib_1.__exportStar(require("./TagResourceCommand"), exports);
48
49
  tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
@@ -14,6 +14,7 @@ const partitionHash = {
14
14
  "ap-south-1",
15
15
  "ap-southeast-1",
16
16
  "ap-southeast-2",
17
+ "ap-southeast-3",
17
18
  "ca-central-1",
18
19
  "eu-central-1",
19
20
  "eu-north-1",
@@ -1,8 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DataSourceConfiguration = exports.CreateMapResponse = exports.CreateMapRequest = exports.MapConfiguration = exports.CreateGeofenceCollectionResponse = exports.CreateGeofenceCollectionRequest = exports.CalculateRouteResponse = exports.CalculateRouteSummary = exports.Leg = exports.Step = exports.LegGeometry = exports.CalculateRouteRequest = exports.CalculateRouteTruckModeOptions = exports.TruckWeight = exports.TruckDimensions = exports.CalculateRouteCarModeOptions = exports.BatchUpdateDevicePositionResponse = exports.BatchUpdateDevicePositionError = exports.BatchUpdateDevicePositionRequest = exports.BatchPutGeofenceResponse = exports.BatchPutGeofenceSuccess = exports.BatchPutGeofenceError = exports.BatchPutGeofenceRequest = exports.BatchPutGeofenceRequestEntry = exports.GeofenceGeometry = exports.BatchGetDevicePositionResponse = exports.BatchGetDevicePositionError = exports.DevicePosition = exports.BatchGetDevicePositionRequest = exports.BatchEvaluateGeofencesResponse = exports.BatchEvaluateGeofencesError = exports.BatchEvaluateGeofencesRequest = exports.DevicePositionUpdate = exports.BatchDeleteGeofenceResponse = exports.BatchDeleteGeofenceError = exports.BatchDeleteGeofenceRequest = exports.BatchDeleteDevicePositionHistoryResponse = exports.BatchDeleteDevicePositionHistoryError = exports.BatchItemError = exports.BatchDeleteDevicePositionHistoryRequest = exports.ValidationException = exports.ValidationExceptionField = exports.ThrottlingException = exports.ServiceQuotaExceededException = exports.ResourceNotFoundException = exports.InternalServerException = exports.ConflictException = exports.AssociateTrackerConsumerResponse = exports.AssociateTrackerConsumerRequest = exports.AccessDeniedException = void 0;
4
- exports.GetDevicePositionHistoryResponse = exports.GetDevicePositionHistoryRequest = exports.GetDevicePositionResponse = exports.GetDevicePositionRequest = exports.UpdateGeofenceCollectionResponse = exports.UpdateGeofenceCollectionRequest = exports.PutGeofenceResponse = exports.PutGeofenceRequest = exports.ListGeofencesResponse = exports.ListGeofenceResponseEntry = exports.ListGeofencesRequest = exports.ListGeofenceCollectionsResponse = exports.ListGeofenceCollectionsResponseEntry = exports.ListGeofenceCollectionsRequest = exports.GetGeofenceResponse = exports.GetGeofenceRequest = exports.UntagResourceResponse = exports.UntagResourceRequest = exports.TagResourceResponse = exports.TagResourceRequest = exports.ListTagsForResourceResponse = exports.ListTagsForResourceRequest = exports.DisassociateTrackerConsumerResponse = exports.DisassociateTrackerConsumerRequest = exports.DescribeTrackerResponse = exports.DescribeTrackerRequest = exports.DescribeRouteCalculatorResponse = exports.DescribeRouteCalculatorRequest = exports.DescribePlaceIndexResponse = exports.DescribePlaceIndexRequest = exports.DescribeMapResponse = exports.DescribeMapRequest = exports.DescribeGeofenceCollectionResponse = exports.DescribeGeofenceCollectionRequest = exports.DeleteTrackerResponse = exports.DeleteTrackerRequest = exports.DeleteRouteCalculatorResponse = exports.DeleteRouteCalculatorRequest = exports.DeletePlaceIndexResponse = exports.DeletePlaceIndexRequest = exports.DeleteMapResponse = exports.DeleteMapRequest = exports.DeleteGeofenceCollectionResponse = exports.DeleteGeofenceCollectionRequest = exports.CreateTrackerResponse = exports.CreateTrackerRequest = exports.CreateRouteCalculatorResponse = exports.CreateRouteCalculatorRequest = exports.CreatePlaceIndexResponse = exports.CreatePlaceIndexRequest = void 0;
5
- exports.UpdateTrackerResponse = exports.UpdateTrackerRequest = exports.UpdateRouteCalculatorResponse = exports.UpdateRouteCalculatorRequest = exports.UpdatePlaceIndexResponse = exports.UpdatePlaceIndexRequest = exports.SearchPlaceIndexForTextResponse = exports.SearchPlaceIndexForTextSummary = exports.SearchForTextResult = exports.SearchPlaceIndexForTextRequest = exports.SearchPlaceIndexForPositionResponse = exports.SearchPlaceIndexForPositionSummary = exports.SearchForPositionResult = exports.Place = exports.PlaceGeometry = exports.SearchPlaceIndexForPositionRequest = exports.UpdateMapResponse = exports.UpdateMapRequest = exports.ListTrackersResponse = exports.ListTrackersResponseEntry = exports.ListTrackersRequest = exports.ListTrackerConsumersResponse = exports.ListTrackerConsumersRequest = exports.ListRouteCalculatorsResponse = exports.ListRouteCalculatorsResponseEntry = exports.ListRouteCalculatorsRequest = exports.ListPlaceIndexesResponse = exports.ListPlaceIndexesResponseEntry = exports.ListPlaceIndexesRequest = exports.ListMapsResponse = exports.ListMapsResponseEntry = exports.ListMapsRequest = exports.ListDevicePositionsResponse = exports.ListDevicePositionsResponseEntry = exports.ListDevicePositionsRequest = exports.GetMapTileResponse = exports.GetMapTileRequest = exports.GetMapStyleDescriptorResponse = exports.GetMapStyleDescriptorRequest = exports.GetMapSpritesResponse = exports.GetMapSpritesRequest = exports.GetMapGlyphsResponse = exports.GetMapGlyphsRequest = void 0;
3
+ exports.CreateMapResponse = exports.CreateMapRequest = exports.MapConfiguration = exports.CreateGeofenceCollectionResponse = exports.CreateGeofenceCollectionRequest = exports.CalculateRouteResponse = exports.CalculateRouteSummary = exports.Leg = exports.Step = exports.LegGeometry = exports.CalculateRouteRequest = exports.CalculateRouteTruckModeOptions = exports.TruckWeight = exports.TruckDimensions = exports.CalculateRouteCarModeOptions = exports.BatchUpdateDevicePositionResponse = exports.BatchUpdateDevicePositionError = exports.BatchUpdateDevicePositionRequest = exports.BatchPutGeofenceResponse = exports.BatchPutGeofenceSuccess = exports.BatchPutGeofenceError = exports.BatchPutGeofenceRequest = exports.BatchPutGeofenceRequestEntry = exports.GeofenceGeometry = exports.BatchGetDevicePositionResponse = exports.BatchGetDevicePositionError = exports.DevicePosition = exports.BatchGetDevicePositionRequest = exports.BatchEvaluateGeofencesResponse = exports.BatchEvaluateGeofencesError = exports.BatchEvaluateGeofencesRequest = exports.DevicePositionUpdate = exports.PositionalAccuracy = exports.BatchDeleteGeofenceResponse = exports.BatchDeleteGeofenceError = exports.BatchDeleteGeofenceRequest = exports.BatchDeleteDevicePositionHistoryResponse = exports.BatchDeleteDevicePositionHistoryError = exports.BatchItemError = exports.BatchDeleteDevicePositionHistoryRequest = exports.ValidationException = exports.ValidationExceptionField = exports.ThrottlingException = exports.ServiceQuotaExceededException = exports.ResourceNotFoundException = exports.InternalServerException = exports.ConflictException = exports.AssociateTrackerConsumerResponse = exports.AssociateTrackerConsumerRequest = exports.AccessDeniedException = void 0;
4
+ exports.GetDevicePositionHistoryRequest = exports.GetDevicePositionResponse = exports.GetDevicePositionRequest = exports.UpdateGeofenceCollectionResponse = exports.UpdateGeofenceCollectionRequest = exports.PutGeofenceResponse = exports.PutGeofenceRequest = exports.ListGeofencesResponse = exports.ListGeofenceResponseEntry = exports.ListGeofencesRequest = exports.ListGeofenceCollectionsResponse = exports.ListGeofenceCollectionsResponseEntry = exports.ListGeofenceCollectionsRequest = exports.GetGeofenceResponse = exports.GetGeofenceRequest = exports.UntagResourceResponse = exports.UntagResourceRequest = exports.TagResourceResponse = exports.TagResourceRequest = exports.ListTagsForResourceResponse = exports.ListTagsForResourceRequest = exports.DisassociateTrackerConsumerResponse = exports.DisassociateTrackerConsumerRequest = exports.DescribeTrackerResponse = exports.DescribeTrackerRequest = exports.DescribeRouteCalculatorResponse = exports.DescribeRouteCalculatorRequest = exports.DescribePlaceIndexResponse = exports.DescribePlaceIndexRequest = exports.DescribeMapResponse = exports.DescribeMapRequest = exports.DescribeGeofenceCollectionResponse = exports.DescribeGeofenceCollectionRequest = exports.DeleteTrackerResponse = exports.DeleteTrackerRequest = exports.DeleteRouteCalculatorResponse = exports.DeleteRouteCalculatorRequest = exports.DeletePlaceIndexResponse = exports.DeletePlaceIndexRequest = exports.DeleteMapResponse = exports.DeleteMapRequest = exports.DeleteGeofenceCollectionResponse = exports.DeleteGeofenceCollectionRequest = exports.CreateTrackerResponse = exports.CreateTrackerRequest = exports.CreateRouteCalculatorResponse = exports.CreateRouteCalculatorRequest = exports.CreatePlaceIndexResponse = exports.CreatePlaceIndexRequest = exports.DataSourceConfiguration = void 0;
5
+ exports.UpdateTrackerResponse = exports.UpdateTrackerRequest = exports.UpdateRouteCalculatorResponse = exports.UpdateRouteCalculatorRequest = exports.UpdatePlaceIndexResponse = exports.UpdatePlaceIndexRequest = exports.SearchPlaceIndexForTextResponse = exports.SearchPlaceIndexForTextSummary = exports.SearchForTextResult = exports.SearchPlaceIndexForTextRequest = exports.SearchPlaceIndexForSuggestionsResponse = exports.SearchPlaceIndexForSuggestionsSummary = exports.SearchForSuggestionsResult = exports.SearchPlaceIndexForSuggestionsRequest = exports.SearchPlaceIndexForPositionResponse = exports.SearchPlaceIndexForPositionSummary = exports.SearchForPositionResult = exports.Place = exports.TimeZone = exports.PlaceGeometry = exports.SearchPlaceIndexForPositionRequest = exports.UpdateMapResponse = exports.UpdateMapRequest = exports.ListTrackersResponse = exports.ListTrackersResponseEntry = exports.ListTrackersRequest = exports.ListTrackerConsumersResponse = exports.ListTrackerConsumersRequest = exports.ListRouteCalculatorsResponse = exports.ListRouteCalculatorsResponseEntry = exports.ListRouteCalculatorsRequest = exports.ListPlaceIndexesResponse = exports.ListPlaceIndexesResponseEntry = exports.ListPlaceIndexesRequest = exports.ListMapsResponse = exports.ListMapsResponseEntry = exports.ListMapsRequest = exports.ListDevicePositionsResponse = exports.ListDevicePositionsResponseEntry = exports.ListDevicePositionsRequest = exports.GetMapTileResponse = exports.GetMapTileRequest = exports.GetMapStyleDescriptorResponse = exports.GetMapStyleDescriptorRequest = exports.GetMapSpritesResponse = exports.GetMapSpritesRequest = exports.GetMapGlyphsResponse = exports.GetMapGlyphsRequest = exports.GetDevicePositionHistoryResponse = void 0;
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
7
  var AccessDeniedException;
8
8
  (function (AccessDeniedException) {
@@ -106,11 +106,18 @@ var BatchDeleteGeofenceResponse;
106
106
  ...obj,
107
107
  });
108
108
  })(BatchDeleteGeofenceResponse = exports.BatchDeleteGeofenceResponse || (exports.BatchDeleteGeofenceResponse = {}));
109
+ var PositionalAccuracy;
110
+ (function (PositionalAccuracy) {
111
+ PositionalAccuracy.filterSensitiveLog = (obj) => ({
112
+ ...obj,
113
+ });
114
+ })(PositionalAccuracy = exports.PositionalAccuracy || (exports.PositionalAccuracy = {}));
109
115
  var DevicePositionUpdate;
110
116
  (function (DevicePositionUpdate) {
111
117
  DevicePositionUpdate.filterSensitiveLog = (obj) => ({
112
118
  ...obj,
113
119
  ...(obj.Position && { Position: smithy_client_1.SENSITIVE_STRING }),
120
+ ...(obj.PositionProperties && { PositionProperties: smithy_client_1.SENSITIVE_STRING }),
114
121
  });
115
122
  })(DevicePositionUpdate = exports.DevicePositionUpdate || (exports.DevicePositionUpdate = {}));
116
123
  var BatchEvaluateGeofencesRequest;
@@ -145,6 +152,7 @@ var DevicePosition;
145
152
  DevicePosition.filterSensitiveLog = (obj) => ({
146
153
  ...obj,
147
154
  ...(obj.Position && { Position: smithy_client_1.SENSITIVE_STRING }),
155
+ ...(obj.PositionProperties && { PositionProperties: smithy_client_1.SENSITIVE_STRING }),
148
156
  });
149
157
  })(DevicePosition = exports.DevicePosition || (exports.DevicePosition = {}));
150
158
  var BatchGetDevicePositionError;
@@ -620,6 +628,7 @@ var GetDevicePositionResponse;
620
628
  GetDevicePositionResponse.filterSensitiveLog = (obj) => ({
621
629
  ...obj,
622
630
  ...(obj.Position && { Position: smithy_client_1.SENSITIVE_STRING }),
631
+ ...(obj.PositionProperties && { PositionProperties: smithy_client_1.SENSITIVE_STRING }),
623
632
  });
624
633
  })(GetDevicePositionResponse = exports.GetDevicePositionResponse || (exports.GetDevicePositionResponse = {}));
625
634
  var GetDevicePositionHistoryRequest;
@@ -696,6 +705,7 @@ var ListDevicePositionsResponseEntry;
696
705
  ListDevicePositionsResponseEntry.filterSensitiveLog = (obj) => ({
697
706
  ...obj,
698
707
  ...(obj.Position && { Position: smithy_client_1.SENSITIVE_STRING }),
708
+ ...(obj.PositionProperties && { PositionProperties: smithy_client_1.SENSITIVE_STRING }),
699
709
  });
700
710
  })(ListDevicePositionsResponseEntry = exports.ListDevicePositionsResponseEntry || (exports.ListDevicePositionsResponseEntry = {}));
701
711
  var ListDevicePositionsResponse;
@@ -817,6 +827,12 @@ var PlaceGeometry;
817
827
  ...(obj.Point && { Point: smithy_client_1.SENSITIVE_STRING }),
818
828
  });
819
829
  })(PlaceGeometry = exports.PlaceGeometry || (exports.PlaceGeometry = {}));
830
+ var TimeZone;
831
+ (function (TimeZone) {
832
+ TimeZone.filterSensitiveLog = (obj) => ({
833
+ ...obj,
834
+ });
835
+ })(TimeZone = exports.TimeZone || (exports.TimeZone = {}));
820
836
  var Place;
821
837
  (function (Place) {
822
838
  Place.filterSensitiveLog = (obj) => ({
@@ -846,6 +862,37 @@ var SearchPlaceIndexForPositionResponse;
846
862
  ...(obj.Results && { Results: obj.Results.map((item) => SearchForPositionResult.filterSensitiveLog(item)) }),
847
863
  });
848
864
  })(SearchPlaceIndexForPositionResponse = exports.SearchPlaceIndexForPositionResponse || (exports.SearchPlaceIndexForPositionResponse = {}));
865
+ var SearchPlaceIndexForSuggestionsRequest;
866
+ (function (SearchPlaceIndexForSuggestionsRequest) {
867
+ SearchPlaceIndexForSuggestionsRequest.filterSensitiveLog = (obj) => ({
868
+ ...obj,
869
+ ...(obj.Text && { Text: smithy_client_1.SENSITIVE_STRING }),
870
+ ...(obj.BiasPosition && { BiasPosition: smithy_client_1.SENSITIVE_STRING }),
871
+ ...(obj.FilterBBox && { FilterBBox: smithy_client_1.SENSITIVE_STRING }),
872
+ });
873
+ })(SearchPlaceIndexForSuggestionsRequest = exports.SearchPlaceIndexForSuggestionsRequest || (exports.SearchPlaceIndexForSuggestionsRequest = {}));
874
+ var SearchForSuggestionsResult;
875
+ (function (SearchForSuggestionsResult) {
876
+ SearchForSuggestionsResult.filterSensitiveLog = (obj) => ({
877
+ ...obj,
878
+ });
879
+ })(SearchForSuggestionsResult = exports.SearchForSuggestionsResult || (exports.SearchForSuggestionsResult = {}));
880
+ var SearchPlaceIndexForSuggestionsSummary;
881
+ (function (SearchPlaceIndexForSuggestionsSummary) {
882
+ SearchPlaceIndexForSuggestionsSummary.filterSensitiveLog = (obj) => ({
883
+ ...obj,
884
+ ...(obj.Text && { Text: smithy_client_1.SENSITIVE_STRING }),
885
+ ...(obj.BiasPosition && { BiasPosition: smithy_client_1.SENSITIVE_STRING }),
886
+ ...(obj.FilterBBox && { FilterBBox: smithy_client_1.SENSITIVE_STRING }),
887
+ });
888
+ })(SearchPlaceIndexForSuggestionsSummary = exports.SearchPlaceIndexForSuggestionsSummary || (exports.SearchPlaceIndexForSuggestionsSummary = {}));
889
+ var SearchPlaceIndexForSuggestionsResponse;
890
+ (function (SearchPlaceIndexForSuggestionsResponse) {
891
+ SearchPlaceIndexForSuggestionsResponse.filterSensitiveLog = (obj) => ({
892
+ ...obj,
893
+ ...(obj.Summary && { Summary: SearchPlaceIndexForSuggestionsSummary.filterSensitiveLog(obj.Summary) }),
894
+ });
895
+ })(SearchPlaceIndexForSuggestionsResponse = exports.SearchPlaceIndexForSuggestionsResponse || (exports.SearchPlaceIndexForSuggestionsResponse = {}));
849
896
  var SearchPlaceIndexForTextRequest;
850
897
  (function (SearchPlaceIndexForTextRequest) {
851
898
  SearchPlaceIndexForTextRequest.filterSensitiveLog = (obj) => ({