@aws-sdk/client-geo-places 3.775.0 → 3.782.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.
@@ -187,6 +187,7 @@ declare const AutocompleteCommand_base: {
187
187
  * @throws {@link GeoPlacesServiceException}
188
188
  * <p>Base exception class for all service exceptions from GeoPlaces service.</p>
189
189
  *
190
+ *
190
191
  * @public
191
192
  */
192
193
  export declare class AutocompleteCommand extends AutocompleteCommand_base {
@@ -214,6 +214,7 @@ declare const GeocodeCommand_base: {
214
214
  * @throws {@link GeoPlacesServiceException}
215
215
  * <p>Base exception class for all service exceptions from GeoPlaces service.</p>
216
216
  *
217
+ *
217
218
  * @public
218
219
  */
219
220
  export declare class GeocodeCommand extends GeocodeCommand_base {
@@ -295,6 +295,7 @@ declare const GetPlaceCommand_base: {
295
295
  * @throws {@link GeoPlacesServiceException}
296
296
  * <p>Base exception class for all service exceptions from GeoPlaces service.</p>
297
297
  *
298
+ *
298
299
  * @public
299
300
  */
300
301
  export declare class GetPlaceCommand extends GetPlaceCommand_base {
@@ -179,6 +179,7 @@ declare const ReverseGeocodeCommand_base: {
179
179
  * @throws {@link GeoPlacesServiceException}
180
180
  * <p>Base exception class for all service exceptions from GeoPlaces service.</p>
181
181
  *
182
+ *
182
183
  * @public
183
184
  */
184
185
  export declare class ReverseGeocodeCommand extends ReverseGeocodeCommand_base {
@@ -318,6 +318,7 @@ declare const SearchNearbyCommand_base: {
318
318
  * @throws {@link GeoPlacesServiceException}
319
319
  * <p>Base exception class for all service exceptions from GeoPlaces service.</p>
320
320
  *
321
+ *
321
322
  * @public
322
323
  */
323
324
  export declare class SearchNearbyCommand extends SearchNearbyCommand_base {
@@ -309,6 +309,7 @@ declare const SearchTextCommand_base: {
309
309
  * @throws {@link GeoPlacesServiceException}
310
310
  * <p>Base exception class for all service exceptions from GeoPlaces service.</p>
311
311
  *
312
+ *
312
313
  * @public
313
314
  */
314
315
  export declare class SearchTextCommand extends SearchTextCommand_base {
@@ -272,6 +272,7 @@ declare const SuggestCommand_base: {
272
272
  * @throws {@link GeoPlacesServiceException}
273
273
  * <p>Base exception class for all service exceptions from GeoPlaces service.</p>
274
274
  *
275
+ *
275
276
  * @public
276
277
  */
277
278
  export declare class SuggestCommand extends SuggestCommand_base {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-geo-places",
3
3
  "description": "AWS SDK for JavaScript Geo Places Client for Node.js, Browser and React Native",
4
- "version": "3.775.0",
4
+ "version": "3.782.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,16 +21,16 @@
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
23
  "@aws-sdk/core": "3.775.0",
24
- "@aws-sdk/credential-provider-node": "3.775.0",
24
+ "@aws-sdk/credential-provider-node": "3.782.0",
25
25
  "@aws-sdk/middleware-host-header": "3.775.0",
26
26
  "@aws-sdk/middleware-logger": "3.775.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.775.0",
28
- "@aws-sdk/middleware-user-agent": "3.775.0",
28
+ "@aws-sdk/middleware-user-agent": "3.782.0",
29
29
  "@aws-sdk/region-config-resolver": "3.775.0",
30
30
  "@aws-sdk/types": "3.775.0",
31
- "@aws-sdk/util-endpoints": "3.775.0",
31
+ "@aws-sdk/util-endpoints": "3.782.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.775.0",
33
- "@aws-sdk/util-user-agent-node": "3.775.0",
33
+ "@aws-sdk/util-user-agent-node": "3.782.0",
34
34
  "@smithy/config-resolver": "^4.1.0",
35
35
  "@smithy/core": "^3.2.0",
36
36
  "@smithy/fetch-http-handler": "^5.0.2",