@aws-sdk/client-geo-places 3.928.0 → 3.930.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 (31) hide show
  1. package/dist-cjs/index.js +1527 -1426
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/GeoPlacesClient.js +2 -0
  4. package/dist-es/commands/AutocompleteCommand.js +3 -10
  5. package/dist-es/commands/GeocodeCommand.js +3 -10
  6. package/dist-es/commands/GetPlaceCommand.js +3 -10
  7. package/dist-es/commands/ReverseGeocodeCommand.js +3 -10
  8. package/dist-es/commands/SearchNearbyCommand.js +3 -10
  9. package/dist-es/commands/SearchTextCommand.js +3 -10
  10. package/dist-es/commands/SuggestCommand.js +3 -10
  11. package/dist-es/models/models_0.js +0 -567
  12. package/dist-es/runtimeConfig.shared.js +2 -0
  13. package/dist-es/schemas/schemas_0.js +1508 -0
  14. package/dist-types/GeoPlacesClient.d.ts +10 -1
  15. package/dist-types/models/models_0.d.ts +0 -264
  16. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  17. package/dist-types/runtimeConfig.d.ts +1 -0
  18. package/dist-types/runtimeConfig.native.d.ts +1 -0
  19. package/dist-types/runtimeConfig.shared.d.ts +2 -5
  20. package/dist-types/schemas/schemas_0.d.ts +146 -0
  21. package/dist-types/ts3.4/GeoPlacesClient.d.ts +4 -0
  22. package/dist-types/ts3.4/models/models_0.d.ts +0 -166
  23. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  24. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  25. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  26. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  27. package/dist-types/ts3.4/schemas/schemas_0.d.ts +152 -0
  28. package/package.json +33 -33
  29. package/dist-es/protocols/Aws_restJson1.js +0 -732
  30. package/dist-types/protocols/Aws_restJson1.d.ts +0 -65
  31. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -89
@@ -1,65 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@smithy/types";
3
- import { AutocompleteCommandInput, AutocompleteCommandOutput } from "../commands/AutocompleteCommand";
4
- import { GeocodeCommandInput, GeocodeCommandOutput } from "../commands/GeocodeCommand";
5
- import { GetPlaceCommandInput, GetPlaceCommandOutput } from "../commands/GetPlaceCommand";
6
- import { ReverseGeocodeCommandInput, ReverseGeocodeCommandOutput } from "../commands/ReverseGeocodeCommand";
7
- import { SearchNearbyCommandInput, SearchNearbyCommandOutput } from "../commands/SearchNearbyCommand";
8
- import { SearchTextCommandInput, SearchTextCommandOutput } from "../commands/SearchTextCommand";
9
- import { SuggestCommandInput, SuggestCommandOutput } from "../commands/SuggestCommand";
10
- /**
11
- * serializeAws_restJson1AutocompleteCommand
12
- */
13
- export declare const se_AutocompleteCommand: (input: AutocompleteCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
14
- /**
15
- * serializeAws_restJson1GeocodeCommand
16
- */
17
- export declare const se_GeocodeCommand: (input: GeocodeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
18
- /**
19
- * serializeAws_restJson1GetPlaceCommand
20
- */
21
- export declare const se_GetPlaceCommand: (input: GetPlaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
22
- /**
23
- * serializeAws_restJson1ReverseGeocodeCommand
24
- */
25
- export declare const se_ReverseGeocodeCommand: (input: ReverseGeocodeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
26
- /**
27
- * serializeAws_restJson1SearchNearbyCommand
28
- */
29
- export declare const se_SearchNearbyCommand: (input: SearchNearbyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
30
- /**
31
- * serializeAws_restJson1SearchTextCommand
32
- */
33
- export declare const se_SearchTextCommand: (input: SearchTextCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
34
- /**
35
- * serializeAws_restJson1SuggestCommand
36
- */
37
- export declare const se_SuggestCommand: (input: SuggestCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
38
- /**
39
- * deserializeAws_restJson1AutocompleteCommand
40
- */
41
- export declare const de_AutocompleteCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AutocompleteCommandOutput>;
42
- /**
43
- * deserializeAws_restJson1GeocodeCommand
44
- */
45
- export declare const de_GeocodeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GeocodeCommandOutput>;
46
- /**
47
- * deserializeAws_restJson1GetPlaceCommand
48
- */
49
- export declare const de_GetPlaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPlaceCommandOutput>;
50
- /**
51
- * deserializeAws_restJson1ReverseGeocodeCommand
52
- */
53
- export declare const de_ReverseGeocodeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ReverseGeocodeCommandOutput>;
54
- /**
55
- * deserializeAws_restJson1SearchNearbyCommand
56
- */
57
- export declare const de_SearchNearbyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchNearbyCommandOutput>;
58
- /**
59
- * deserializeAws_restJson1SearchTextCommand
60
- */
61
- export declare const de_SearchTextCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchTextCommandOutput>;
62
- /**
63
- * deserializeAws_restJson1SuggestCommand
64
- */
65
- export declare const de_SuggestCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SuggestCommandOutput>;
@@ -1,89 +0,0 @@
1
- import {
2
- HttpRequest as __HttpRequest,
3
- HttpResponse as __HttpResponse,
4
- } from "@smithy/protocol-http";
5
- import { SerdeContext as __SerdeContext } from "@smithy/types";
6
- import {
7
- AutocompleteCommandInput,
8
- AutocompleteCommandOutput,
9
- } from "../commands/AutocompleteCommand";
10
- import {
11
- GeocodeCommandInput,
12
- GeocodeCommandOutput,
13
- } from "../commands/GeocodeCommand";
14
- import {
15
- GetPlaceCommandInput,
16
- GetPlaceCommandOutput,
17
- } from "../commands/GetPlaceCommand";
18
- import {
19
- ReverseGeocodeCommandInput,
20
- ReverseGeocodeCommandOutput,
21
- } from "../commands/ReverseGeocodeCommand";
22
- import {
23
- SearchNearbyCommandInput,
24
- SearchNearbyCommandOutput,
25
- } from "../commands/SearchNearbyCommand";
26
- import {
27
- SearchTextCommandInput,
28
- SearchTextCommandOutput,
29
- } from "../commands/SearchTextCommand";
30
- import {
31
- SuggestCommandInput,
32
- SuggestCommandOutput,
33
- } from "../commands/SuggestCommand";
34
- export declare const se_AutocompleteCommand: (
35
- input: AutocompleteCommandInput,
36
- context: __SerdeContext
37
- ) => Promise<__HttpRequest>;
38
- export declare const se_GeocodeCommand: (
39
- input: GeocodeCommandInput,
40
- context: __SerdeContext
41
- ) => Promise<__HttpRequest>;
42
- export declare const se_GetPlaceCommand: (
43
- input: GetPlaceCommandInput,
44
- context: __SerdeContext
45
- ) => Promise<__HttpRequest>;
46
- export declare const se_ReverseGeocodeCommand: (
47
- input: ReverseGeocodeCommandInput,
48
- context: __SerdeContext
49
- ) => Promise<__HttpRequest>;
50
- export declare const se_SearchNearbyCommand: (
51
- input: SearchNearbyCommandInput,
52
- context: __SerdeContext
53
- ) => Promise<__HttpRequest>;
54
- export declare const se_SearchTextCommand: (
55
- input: SearchTextCommandInput,
56
- context: __SerdeContext
57
- ) => Promise<__HttpRequest>;
58
- export declare const se_SuggestCommand: (
59
- input: SuggestCommandInput,
60
- context: __SerdeContext
61
- ) => Promise<__HttpRequest>;
62
- export declare const de_AutocompleteCommand: (
63
- output: __HttpResponse,
64
- context: __SerdeContext
65
- ) => Promise<AutocompleteCommandOutput>;
66
- export declare const de_GeocodeCommand: (
67
- output: __HttpResponse,
68
- context: __SerdeContext
69
- ) => Promise<GeocodeCommandOutput>;
70
- export declare const de_GetPlaceCommand: (
71
- output: __HttpResponse,
72
- context: __SerdeContext
73
- ) => Promise<GetPlaceCommandOutput>;
74
- export declare const de_ReverseGeocodeCommand: (
75
- output: __HttpResponse,
76
- context: __SerdeContext
77
- ) => Promise<ReverseGeocodeCommandOutput>;
78
- export declare const de_SearchNearbyCommand: (
79
- output: __HttpResponse,
80
- context: __SerdeContext
81
- ) => Promise<SearchNearbyCommandOutput>;
82
- export declare const de_SearchTextCommand: (
83
- output: __HttpResponse,
84
- context: __SerdeContext
85
- ) => Promise<SearchTextCommandOutput>;
86
- export declare const de_SuggestCommand: (
87
- output: __HttpResponse,
88
- context: __SerdeContext
89
- ) => Promise<SuggestCommandOutput>;