@aws-sdk/client-location 3.948.0 → 3.953.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 (80) hide show
  1. package/dist-cjs/index.js +794 -551
  2. package/dist-cjs/runtimeConfig.shared.js +6 -1
  3. package/dist-es/commands/AssociateTrackerConsumerCommand.js +2 -2
  4. package/dist-es/commands/BatchDeleteDevicePositionHistoryCommand.js +2 -2
  5. package/dist-es/commands/BatchDeleteGeofenceCommand.js +2 -2
  6. package/dist-es/commands/BatchEvaluateGeofencesCommand.js +2 -2
  7. package/dist-es/commands/BatchGetDevicePositionCommand.js +2 -2
  8. package/dist-es/commands/BatchPutGeofenceCommand.js +2 -2
  9. package/dist-es/commands/BatchUpdateDevicePositionCommand.js +2 -2
  10. package/dist-es/commands/CalculateRouteCommand.js +2 -2
  11. package/dist-es/commands/CalculateRouteMatrixCommand.js +2 -2
  12. package/dist-es/commands/CreateGeofenceCollectionCommand.js +2 -2
  13. package/dist-es/commands/CreateKeyCommand.js +2 -2
  14. package/dist-es/commands/CreateMapCommand.js +2 -2
  15. package/dist-es/commands/CreatePlaceIndexCommand.js +2 -2
  16. package/dist-es/commands/CreateRouteCalculatorCommand.js +2 -2
  17. package/dist-es/commands/CreateTrackerCommand.js +2 -2
  18. package/dist-es/commands/DeleteGeofenceCollectionCommand.js +2 -2
  19. package/dist-es/commands/DeleteKeyCommand.js +2 -2
  20. package/dist-es/commands/DeleteMapCommand.js +2 -2
  21. package/dist-es/commands/DeletePlaceIndexCommand.js +2 -2
  22. package/dist-es/commands/DeleteRouteCalculatorCommand.js +2 -2
  23. package/dist-es/commands/DeleteTrackerCommand.js +2 -2
  24. package/dist-es/commands/DescribeGeofenceCollectionCommand.js +2 -2
  25. package/dist-es/commands/DescribeKeyCommand.js +2 -2
  26. package/dist-es/commands/DescribeMapCommand.js +2 -2
  27. package/dist-es/commands/DescribePlaceIndexCommand.js +2 -2
  28. package/dist-es/commands/DescribeRouteCalculatorCommand.js +2 -2
  29. package/dist-es/commands/DescribeTrackerCommand.js +2 -2
  30. package/dist-es/commands/DisassociateTrackerConsumerCommand.js +2 -2
  31. package/dist-es/commands/ForecastGeofenceEventsCommand.js +2 -2
  32. package/dist-es/commands/GetDevicePositionCommand.js +2 -2
  33. package/dist-es/commands/GetDevicePositionHistoryCommand.js +2 -2
  34. package/dist-es/commands/GetGeofenceCommand.js +2 -2
  35. package/dist-es/commands/GetMapGlyphsCommand.js +2 -2
  36. package/dist-es/commands/GetMapSpritesCommand.js +2 -2
  37. package/dist-es/commands/GetMapStyleDescriptorCommand.js +2 -2
  38. package/dist-es/commands/GetMapTileCommand.js +2 -2
  39. package/dist-es/commands/GetPlaceCommand.js +2 -2
  40. package/dist-es/commands/ListDevicePositionsCommand.js +2 -2
  41. package/dist-es/commands/ListGeofenceCollectionsCommand.js +2 -2
  42. package/dist-es/commands/ListGeofencesCommand.js +2 -2
  43. package/dist-es/commands/ListKeysCommand.js +2 -2
  44. package/dist-es/commands/ListMapsCommand.js +2 -2
  45. package/dist-es/commands/ListPlaceIndexesCommand.js +2 -2
  46. package/dist-es/commands/ListRouteCalculatorsCommand.js +2 -2
  47. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  48. package/dist-es/commands/ListTrackerConsumersCommand.js +2 -2
  49. package/dist-es/commands/ListTrackersCommand.js +2 -2
  50. package/dist-es/commands/PutGeofenceCommand.js +2 -2
  51. package/dist-es/commands/SearchPlaceIndexForPositionCommand.js +2 -2
  52. package/dist-es/commands/SearchPlaceIndexForSuggestionsCommand.js +2 -2
  53. package/dist-es/commands/SearchPlaceIndexForTextCommand.js +2 -2
  54. package/dist-es/commands/TagResourceCommand.js +2 -2
  55. package/dist-es/commands/UntagResourceCommand.js +2 -2
  56. package/dist-es/commands/UpdateGeofenceCollectionCommand.js +2 -2
  57. package/dist-es/commands/UpdateKeyCommand.js +2 -2
  58. package/dist-es/commands/UpdateMapCommand.js +2 -2
  59. package/dist-es/commands/UpdatePlaceIndexCommand.js +2 -2
  60. package/dist-es/commands/UpdateRouteCalculatorCommand.js +2 -2
  61. package/dist-es/commands/UpdateTrackerCommand.js +2 -2
  62. package/dist-es/commands/VerifyDevicePositionCommand.js +2 -2
  63. package/dist-es/index.js +1 -0
  64. package/dist-es/runtimeConfig.shared.js +6 -1
  65. package/dist-es/schemas/schemas_0.js +510 -515
  66. package/dist-types/LocationClient.d.ts +1 -10
  67. package/dist-types/index.d.ts +1 -0
  68. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  69. package/dist-types/runtimeConfig.d.ts +6 -2
  70. package/dist-types/runtimeConfig.native.d.ts +6 -2
  71. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  72. package/dist-types/schemas/schemas_0.d.ts +249 -317
  73. package/dist-types/ts3.4/LocationClient.d.ts +0 -4
  74. package/dist-types/ts3.4/index.d.ts +1 -0
  75. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  76. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  77. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  78. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  79. package/dist-types/ts3.4/schemas/schemas_0.d.ts +248 -319
  80. package/package.json +35 -35
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetMapTile } from "../schemas/schemas_0";
4
+ import { GetMapTile$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetMapTileCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetMapTileCommand extends $Command
11
11
  })
12
12
  .s("LocationService", "GetMapTile", {})
13
13
  .n("LocationClient", "GetMapTileCommand")
14
- .sc(GetMapTile)
14
+ .sc(GetMapTile$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetPlace } from "../schemas/schemas_0";
4
+ import { GetPlace$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetPlaceCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetPlaceCommand extends $Command
11
11
  })
12
12
  .s("LocationService", "GetPlace", {})
13
13
  .n("LocationClient", "GetPlaceCommand")
14
- .sc(GetPlace)
14
+ .sc(GetPlace$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListDevicePositions } from "../schemas/schemas_0";
4
+ import { ListDevicePositions$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListDevicePositionsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListDevicePositionsCommand extends $Command
11
11
  })
12
12
  .s("LocationService", "ListDevicePositions", {})
13
13
  .n("LocationClient", "ListDevicePositionsCommand")
14
- .sc(ListDevicePositions)
14
+ .sc(ListDevicePositions$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListGeofenceCollections } from "../schemas/schemas_0";
4
+ import { ListGeofenceCollections$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListGeofenceCollectionsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListGeofenceCollectionsCommand extends $Command
11
11
  })
12
12
  .s("LocationService", "ListGeofenceCollections", {})
13
13
  .n("LocationClient", "ListGeofenceCollectionsCommand")
14
- .sc(ListGeofenceCollections)
14
+ .sc(ListGeofenceCollections$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListGeofences } from "../schemas/schemas_0";
4
+ import { ListGeofences$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListGeofencesCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListGeofencesCommand extends $Command
11
11
  })
12
12
  .s("LocationService", "ListGeofences", {})
13
13
  .n("LocationClient", "ListGeofencesCommand")
14
- .sc(ListGeofences)
14
+ .sc(ListGeofences$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListKeys } from "../schemas/schemas_0";
4
+ import { ListKeys$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListKeysCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListKeysCommand extends $Command
11
11
  })
12
12
  .s("LocationService", "ListKeys", {})
13
13
  .n("LocationClient", "ListKeysCommand")
14
- .sc(ListKeys)
14
+ .sc(ListKeys$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListMaps } from "../schemas/schemas_0";
4
+ import { ListMaps$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListMapsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListMapsCommand extends $Command
11
11
  })
12
12
  .s("LocationService", "ListMaps", {})
13
13
  .n("LocationClient", "ListMapsCommand")
14
- .sc(ListMaps)
14
+ .sc(ListMaps$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListPlaceIndexes } from "../schemas/schemas_0";
4
+ import { ListPlaceIndexes$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListPlaceIndexesCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListPlaceIndexesCommand extends $Command
11
11
  })
12
12
  .s("LocationService", "ListPlaceIndexes", {})
13
13
  .n("LocationClient", "ListPlaceIndexesCommand")
14
- .sc(ListPlaceIndexes)
14
+ .sc(ListPlaceIndexes$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListRouteCalculators } from "../schemas/schemas_0";
4
+ import { ListRouteCalculators$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListRouteCalculatorsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListRouteCalculatorsCommand extends $Command
11
11
  })
12
12
  .s("LocationService", "ListRouteCalculators", {})
13
13
  .n("LocationClient", "ListRouteCalculatorsCommand")
14
- .sc(ListRouteCalculators)
14
+ .sc(ListRouteCalculators$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListTagsForResource } from "../schemas/schemas_0";
4
+ import { ListTagsForResource$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListTagsForResourceCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListTagsForResourceCommand extends $Command
11
11
  })
12
12
  .s("LocationService", "ListTagsForResource", {})
13
13
  .n("LocationClient", "ListTagsForResourceCommand")
14
- .sc(ListTagsForResource)
14
+ .sc(ListTagsForResource$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListTrackerConsumers } from "../schemas/schemas_0";
4
+ import { ListTrackerConsumers$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListTrackerConsumersCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListTrackerConsumersCommand extends $Command
11
11
  })
12
12
  .s("LocationService", "ListTrackerConsumers", {})
13
13
  .n("LocationClient", "ListTrackerConsumersCommand")
14
- .sc(ListTrackerConsumers)
14
+ .sc(ListTrackerConsumers$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListTrackers } from "../schemas/schemas_0";
4
+ import { ListTrackers$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListTrackersCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListTrackersCommand extends $Command
11
11
  })
12
12
  .s("LocationService", "ListTrackers", {})
13
13
  .n("LocationClient", "ListTrackersCommand")
14
- .sc(ListTrackers)
14
+ .sc(ListTrackers$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { PutGeofence } from "../schemas/schemas_0";
4
+ import { PutGeofence$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class PutGeofenceCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class PutGeofenceCommand extends $Command
11
11
  })
12
12
  .s("LocationService", "PutGeofence", {})
13
13
  .n("LocationClient", "PutGeofenceCommand")
14
- .sc(PutGeofence)
14
+ .sc(PutGeofence$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { SearchPlaceIndexForPosition } from "../schemas/schemas_0";
4
+ import { SearchPlaceIndexForPosition$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class SearchPlaceIndexForPositionCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class SearchPlaceIndexForPositionCommand extends $Command
11
11
  })
12
12
  .s("LocationService", "SearchPlaceIndexForPosition", {})
13
13
  .n("LocationClient", "SearchPlaceIndexForPositionCommand")
14
- .sc(SearchPlaceIndexForPosition)
14
+ .sc(SearchPlaceIndexForPosition$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { SearchPlaceIndexForSuggestions } from "../schemas/schemas_0";
4
+ import { SearchPlaceIndexForSuggestions$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class SearchPlaceIndexForSuggestionsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class SearchPlaceIndexForSuggestionsCommand extends $Command
11
11
  })
12
12
  .s("LocationService", "SearchPlaceIndexForSuggestions", {})
13
13
  .n("LocationClient", "SearchPlaceIndexForSuggestionsCommand")
14
- .sc(SearchPlaceIndexForSuggestions)
14
+ .sc(SearchPlaceIndexForSuggestions$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { SearchPlaceIndexForText } from "../schemas/schemas_0";
4
+ import { SearchPlaceIndexForText$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class SearchPlaceIndexForTextCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class SearchPlaceIndexForTextCommand extends $Command
11
11
  })
12
12
  .s("LocationService", "SearchPlaceIndexForText", {})
13
13
  .n("LocationClient", "SearchPlaceIndexForTextCommand")
14
- .sc(SearchPlaceIndexForText)
14
+ .sc(SearchPlaceIndexForText$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { TagResource } from "../schemas/schemas_0";
4
+ import { TagResource$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class TagResourceCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class TagResourceCommand extends $Command
11
11
  })
12
12
  .s("LocationService", "TagResource", {})
13
13
  .n("LocationClient", "TagResourceCommand")
14
- .sc(TagResource)
14
+ .sc(TagResource$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { UntagResource } from "../schemas/schemas_0";
4
+ import { UntagResource$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class UntagResourceCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class UntagResourceCommand extends $Command
11
11
  })
12
12
  .s("LocationService", "UntagResource", {})
13
13
  .n("LocationClient", "UntagResourceCommand")
14
- .sc(UntagResource)
14
+ .sc(UntagResource$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { UpdateGeofenceCollection } from "../schemas/schemas_0";
4
+ import { UpdateGeofenceCollection$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class UpdateGeofenceCollectionCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class UpdateGeofenceCollectionCommand extends $Command
11
11
  })
12
12
  .s("LocationService", "UpdateGeofenceCollection", {})
13
13
  .n("LocationClient", "UpdateGeofenceCollectionCommand")
14
- .sc(UpdateGeofenceCollection)
14
+ .sc(UpdateGeofenceCollection$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { UpdateKey } from "../schemas/schemas_0";
4
+ import { UpdateKey$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class UpdateKeyCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class UpdateKeyCommand extends $Command
11
11
  })
12
12
  .s("LocationService", "UpdateKey", {})
13
13
  .n("LocationClient", "UpdateKeyCommand")
14
- .sc(UpdateKey)
14
+ .sc(UpdateKey$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { UpdateMap } from "../schemas/schemas_0";
4
+ import { UpdateMap$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class UpdateMapCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class UpdateMapCommand extends $Command
11
11
  })
12
12
  .s("LocationService", "UpdateMap", {})
13
13
  .n("LocationClient", "UpdateMapCommand")
14
- .sc(UpdateMap)
14
+ .sc(UpdateMap$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { UpdatePlaceIndex } from "../schemas/schemas_0";
4
+ import { UpdatePlaceIndex$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class UpdatePlaceIndexCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class UpdatePlaceIndexCommand extends $Command
11
11
  })
12
12
  .s("LocationService", "UpdatePlaceIndex", {})
13
13
  .n("LocationClient", "UpdatePlaceIndexCommand")
14
- .sc(UpdatePlaceIndex)
14
+ .sc(UpdatePlaceIndex$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { UpdateRouteCalculator } from "../schemas/schemas_0";
4
+ import { UpdateRouteCalculator$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class UpdateRouteCalculatorCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class UpdateRouteCalculatorCommand extends $Command
11
11
  })
12
12
  .s("LocationService", "UpdateRouteCalculator", {})
13
13
  .n("LocationClient", "UpdateRouteCalculatorCommand")
14
- .sc(UpdateRouteCalculator)
14
+ .sc(UpdateRouteCalculator$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { UpdateTracker } from "../schemas/schemas_0";
4
+ import { UpdateTracker$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class UpdateTrackerCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class UpdateTrackerCommand extends $Command
11
11
  })
12
12
  .s("LocationService", "UpdateTracker", {})
13
13
  .n("LocationClient", "UpdateTrackerCommand")
14
- .sc(UpdateTracker)
14
+ .sc(UpdateTracker$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { VerifyDevicePosition } from "../schemas/schemas_0";
4
+ import { VerifyDevicePosition$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class VerifyDevicePositionCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class VerifyDevicePositionCommand extends $Command
11
11
  })
12
12
  .s("LocationService", "VerifyDevicePosition", {})
13
13
  .n("LocationClient", "VerifyDevicePositionCommand")
14
- .sc(VerifyDevicePosition)
14
+ .sc(VerifyDevicePosition$)
15
15
  .build() {
16
16
  }
package/dist-es/index.js CHANGED
@@ -1,6 +1,7 @@
1
1
  export * from "./LocationClient";
2
2
  export * from "./Location";
3
3
  export * from "./commands";
4
+ export * from "./schemas/schemas_0";
4
5
  export * from "./pagination";
5
6
  export * from "./models/enums";
6
7
  export * from "./models/errors";
@@ -23,7 +23,12 @@ export const getRuntimeConfig = (config) => {
23
23
  },
24
24
  ],
25
25
  logger: config?.logger ?? new NoOpLogger(),
26
- protocol: config?.protocol ?? new AwsRestJsonProtocol({ defaultNamespace: "com.amazonaws.location" }),
26
+ protocol: config?.protocol ?? AwsRestJsonProtocol,
27
+ protocolSettings: config?.protocolSettings ?? {
28
+ defaultNamespace: "com.amazonaws.location",
29
+ version: "2020-11-19",
30
+ serviceTarget: "LocationService",
31
+ },
27
32
  serviceId: config?.serviceId ?? "Location",
28
33
  urlParser: config?.urlParser ?? parseUrl,
29
34
  utf8Decoder: config?.utf8Decoder ?? fromUtf8,