@aws-sdk/client-location 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.
Files changed (61) hide show
  1. package/dist-types/commands/AssociateTrackerConsumerCommand.d.ts +1 -0
  2. package/dist-types/commands/BatchDeleteDevicePositionHistoryCommand.d.ts +1 -0
  3. package/dist-types/commands/BatchDeleteGeofenceCommand.d.ts +1 -0
  4. package/dist-types/commands/BatchEvaluateGeofencesCommand.d.ts +1 -0
  5. package/dist-types/commands/BatchGetDevicePositionCommand.d.ts +1 -0
  6. package/dist-types/commands/BatchPutGeofenceCommand.d.ts +1 -0
  7. package/dist-types/commands/BatchUpdateDevicePositionCommand.d.ts +1 -0
  8. package/dist-types/commands/CalculateRouteCommand.d.ts +1 -0
  9. package/dist-types/commands/CalculateRouteMatrixCommand.d.ts +1 -0
  10. package/dist-types/commands/CreateGeofenceCollectionCommand.d.ts +1 -0
  11. package/dist-types/commands/CreateKeyCommand.d.ts +1 -0
  12. package/dist-types/commands/CreateMapCommand.d.ts +1 -0
  13. package/dist-types/commands/CreatePlaceIndexCommand.d.ts +1 -0
  14. package/dist-types/commands/CreateRouteCalculatorCommand.d.ts +1 -0
  15. package/dist-types/commands/CreateTrackerCommand.d.ts +1 -0
  16. package/dist-types/commands/DeleteGeofenceCollectionCommand.d.ts +1 -0
  17. package/dist-types/commands/DeleteKeyCommand.d.ts +1 -0
  18. package/dist-types/commands/DeleteMapCommand.d.ts +1 -0
  19. package/dist-types/commands/DeletePlaceIndexCommand.d.ts +1 -0
  20. package/dist-types/commands/DeleteRouteCalculatorCommand.d.ts +1 -0
  21. package/dist-types/commands/DeleteTrackerCommand.d.ts +1 -0
  22. package/dist-types/commands/DescribeGeofenceCollectionCommand.d.ts +1 -0
  23. package/dist-types/commands/DescribeKeyCommand.d.ts +1 -0
  24. package/dist-types/commands/DescribeMapCommand.d.ts +1 -0
  25. package/dist-types/commands/DescribePlaceIndexCommand.d.ts +1 -0
  26. package/dist-types/commands/DescribeRouteCalculatorCommand.d.ts +1 -0
  27. package/dist-types/commands/DescribeTrackerCommand.d.ts +1 -0
  28. package/dist-types/commands/DisassociateTrackerConsumerCommand.d.ts +1 -0
  29. package/dist-types/commands/ForecastGeofenceEventsCommand.d.ts +1 -0
  30. package/dist-types/commands/GetDevicePositionCommand.d.ts +1 -0
  31. package/dist-types/commands/GetDevicePositionHistoryCommand.d.ts +1 -0
  32. package/dist-types/commands/GetGeofenceCommand.d.ts +1 -0
  33. package/dist-types/commands/GetMapGlyphsCommand.d.ts +1 -0
  34. package/dist-types/commands/GetMapSpritesCommand.d.ts +1 -0
  35. package/dist-types/commands/GetMapStyleDescriptorCommand.d.ts +1 -0
  36. package/dist-types/commands/GetMapTileCommand.d.ts +1 -0
  37. package/dist-types/commands/GetPlaceCommand.d.ts +1 -0
  38. package/dist-types/commands/ListDevicePositionsCommand.d.ts +1 -0
  39. package/dist-types/commands/ListGeofenceCollectionsCommand.d.ts +1 -0
  40. package/dist-types/commands/ListGeofencesCommand.d.ts +1 -0
  41. package/dist-types/commands/ListKeysCommand.d.ts +1 -0
  42. package/dist-types/commands/ListMapsCommand.d.ts +1 -0
  43. package/dist-types/commands/ListPlaceIndexesCommand.d.ts +1 -0
  44. package/dist-types/commands/ListRouteCalculatorsCommand.d.ts +1 -0
  45. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -0
  46. package/dist-types/commands/ListTrackerConsumersCommand.d.ts +1 -0
  47. package/dist-types/commands/ListTrackersCommand.d.ts +1 -0
  48. package/dist-types/commands/PutGeofenceCommand.d.ts +1 -0
  49. package/dist-types/commands/SearchPlaceIndexForPositionCommand.d.ts +1 -0
  50. package/dist-types/commands/SearchPlaceIndexForSuggestionsCommand.d.ts +1 -0
  51. package/dist-types/commands/SearchPlaceIndexForTextCommand.d.ts +1 -0
  52. package/dist-types/commands/TagResourceCommand.d.ts +1 -0
  53. package/dist-types/commands/UntagResourceCommand.d.ts +1 -0
  54. package/dist-types/commands/UpdateGeofenceCollectionCommand.d.ts +1 -0
  55. package/dist-types/commands/UpdateKeyCommand.d.ts +1 -0
  56. package/dist-types/commands/UpdateMapCommand.d.ts +1 -0
  57. package/dist-types/commands/UpdatePlaceIndexCommand.d.ts +1 -0
  58. package/dist-types/commands/UpdateRouteCalculatorCommand.d.ts +1 -0
  59. package/dist-types/commands/UpdateTrackerCommand.d.ts +1 -0
  60. package/dist-types/commands/VerifyDevicePositionCommand.d.ts +1 -0
  61. package/package.json +5 -5
@@ -82,6 +82,7 @@ declare const AssociateTrackerConsumerCommand_base: {
82
82
  * @throws {@link LocationServiceException}
83
83
  * <p>Base exception class for all service exceptions from Location service.</p>
84
84
  *
85
+ *
85
86
  * @public
86
87
  */
87
88
  export declare class AssociateTrackerConsumerCommand extends AssociateTrackerConsumerCommand_base {
@@ -81,6 +81,7 @@ declare const BatchDeleteDevicePositionHistoryCommand_base: {
81
81
  * @throws {@link LocationServiceException}
82
82
  * <p>Base exception class for all service exceptions from Location service.</p>
83
83
  *
84
+ *
84
85
  * @public
85
86
  */
86
87
  export declare class BatchDeleteDevicePositionHistoryCommand extends BatchDeleteDevicePositionHistoryCommand_base {
@@ -84,6 +84,7 @@ declare const BatchDeleteGeofenceCommand_base: {
84
84
  * @throws {@link LocationServiceException}
85
85
  * <p>Base exception class for all service exceptions from Location service.</p>
86
86
  *
87
+ *
87
88
  * @public
88
89
  */
89
90
  export declare class BatchDeleteGeofenceCommand extends BatchDeleteGeofenceCommand_base {
@@ -122,6 +122,7 @@ declare const BatchEvaluateGeofencesCommand_base: {
122
122
  * @throws {@link LocationServiceException}
123
123
  * <p>Base exception class for all service exceptions from Location service.</p>
124
124
  *
125
+ *
125
126
  * @public
126
127
  */
127
128
  export declare class BatchEvaluateGeofencesCommand extends BatchEvaluateGeofencesCommand_base {
@@ -97,6 +97,7 @@ declare const BatchGetDevicePositionCommand_base: {
97
97
  * @throws {@link LocationServiceException}
98
98
  * <p>Base exception class for all service exceptions from Location service.</p>
99
99
  *
100
+ *
100
101
  * @public
101
102
  */
102
103
  export declare class BatchGetDevicePositionCommand extends BatchGetDevicePositionCommand_base {
@@ -110,6 +110,7 @@ declare const BatchPutGeofenceCommand_base: {
110
110
  * @throws {@link LocationServiceException}
111
111
  * <p>Base exception class for all service exceptions from Location service.</p>
112
112
  *
113
+ *
113
114
  * @public
114
115
  */
115
116
  export declare class BatchPutGeofenceCommand extends BatchPutGeofenceCommand_base {
@@ -116,6 +116,7 @@ declare const BatchUpdateDevicePositionCommand_base: {
116
116
  * @throws {@link LocationServiceException}
117
117
  * <p>Base exception class for all service exceptions from Location service.</p>
118
118
  *
119
+ *
119
120
  * @public
120
121
  */
121
122
  export declare class BatchUpdateDevicePositionCommand extends BatchUpdateDevicePositionCommand_base {
@@ -180,6 +180,7 @@ declare const CalculateRouteCommand_base: {
180
180
  * @throws {@link LocationServiceException}
181
181
  * <p>Base exception class for all service exceptions from Location service.</p>
182
182
  *
183
+ *
183
184
  * @public
184
185
  */
185
186
  export declare class CalculateRouteCommand extends CalculateRouteCommand_base {
@@ -171,6 +171,7 @@ declare const CalculateRouteMatrixCommand_base: {
171
171
  * @throws {@link LocationServiceException}
172
172
  * <p>Base exception class for all service exceptions from Location service.</p>
173
173
  *
174
+ *
174
175
  * @public
175
176
  */
176
177
  export declare class CalculateRouteMatrixCommand extends CalculateRouteMatrixCommand_base {
@@ -83,6 +83,7 @@ declare const CreateGeofenceCollectionCommand_base: {
83
83
  * @throws {@link LocationServiceException}
84
84
  * <p>Base exception class for all service exceptions from Location service.</p>
85
85
  *
86
+ *
86
87
  * @public
87
88
  */
88
89
  export declare class CreateGeofenceCollectionCommand extends CreateGeofenceCollectionCommand_base {
@@ -98,6 +98,7 @@ declare const CreateKeyCommand_base: {
98
98
  * @throws {@link LocationServiceException}
99
99
  * <p>Base exception class for all service exceptions from Location service.</p>
100
100
  *
101
+ *
101
102
  * @public
102
103
  */
103
104
  export declare class CreateKeyCommand extends CreateKeyCommand_base {
@@ -95,6 +95,7 @@ declare const CreateMapCommand_base: {
95
95
  * @throws {@link LocationServiceException}
96
96
  * <p>Base exception class for all service exceptions from Location service.</p>
97
97
  *
98
+ *
98
99
  * @public
99
100
  */
100
101
  export declare class CreateMapCommand extends CreateMapCommand_base {
@@ -95,6 +95,7 @@ declare const CreatePlaceIndexCommand_base: {
95
95
  * @throws {@link LocationServiceException}
96
96
  * <p>Base exception class for all service exceptions from Location service.</p>
97
97
  *
98
+ *
98
99
  * @public
99
100
  */
100
101
  export declare class CreatePlaceIndexCommand extends CreatePlaceIndexCommand_base {
@@ -91,6 +91,7 @@ declare const CreateRouteCalculatorCommand_base: {
91
91
  * @throws {@link LocationServiceException}
92
92
  * <p>Base exception class for all service exceptions from Location service.</p>
93
93
  *
94
+ *
94
95
  * @public
95
96
  */
96
97
  export declare class CreateRouteCalculatorCommand extends CreateRouteCalculatorCommand_base {
@@ -87,6 +87,7 @@ declare const CreateTrackerCommand_base: {
87
87
  * @throws {@link LocationServiceException}
88
88
  * <p>Base exception class for all service exceptions from Location service.</p>
89
89
  *
90
+ *
90
91
  * @public
91
92
  */
92
93
  export declare class CreateTrackerCommand extends CreateTrackerCommand_base {
@@ -72,6 +72,7 @@ declare const DeleteGeofenceCollectionCommand_base: {
72
72
  * @throws {@link LocationServiceException}
73
73
  * <p>Base exception class for all service exceptions from Location service.</p>
74
74
  *
75
+ *
75
76
  * @public
76
77
  */
77
78
  export declare class DeleteGeofenceCollectionCommand extends DeleteGeofenceCollectionCommand_base {
@@ -70,6 +70,7 @@ declare const DeleteKeyCommand_base: {
70
70
  * @throws {@link LocationServiceException}
71
71
  * <p>Base exception class for all service exceptions from Location service.</p>
72
72
  *
73
+ *
73
74
  * @public
74
75
  */
75
76
  export declare class DeleteKeyCommand extends DeleteKeyCommand_base {
@@ -72,6 +72,7 @@ declare const DeleteMapCommand_base: {
72
72
  * @throws {@link LocationServiceException}
73
73
  * <p>Base exception class for all service exceptions from Location service.</p>
74
74
  *
75
+ *
75
76
  * @public
76
77
  */
77
78
  export declare class DeleteMapCommand extends DeleteMapCommand_base {
@@ -71,6 +71,7 @@ declare const DeletePlaceIndexCommand_base: {
71
71
  * @throws {@link LocationServiceException}
72
72
  * <p>Base exception class for all service exceptions from Location service.</p>
73
73
  *
74
+ *
74
75
  * @public
75
76
  */
76
77
  export declare class DeletePlaceIndexCommand extends DeletePlaceIndexCommand_base {
@@ -71,6 +71,7 @@ declare const DeleteRouteCalculatorCommand_base: {
71
71
  * @throws {@link LocationServiceException}
72
72
  * <p>Base exception class for all service exceptions from Location service.</p>
73
73
  *
74
+ *
74
75
  * @public
75
76
  */
76
77
  export declare class DeleteRouteCalculatorCommand extends DeleteRouteCalculatorCommand_base {
@@ -73,6 +73,7 @@ declare const DeleteTrackerCommand_base: {
73
73
  * @throws {@link LocationServiceException}
74
74
  * <p>Base exception class for all service exceptions from Location service.</p>
75
75
  *
76
+ *
76
77
  * @public
77
78
  */
78
79
  export declare class DeleteTrackerCommand extends DeleteTrackerCommand_base {
@@ -81,6 +81,7 @@ declare const DescribeGeofenceCollectionCommand_base: {
81
81
  * @throws {@link LocationServiceException}
82
82
  * <p>Base exception class for all service exceptions from Location service.</p>
83
83
  *
84
+ *
84
85
  * @public
85
86
  */
86
87
  export declare class DescribeGeofenceCollectionCommand extends DescribeGeofenceCollectionCommand_base {
@@ -90,6 +90,7 @@ declare const DescribeKeyCommand_base: {
90
90
  * @throws {@link LocationServiceException}
91
91
  * <p>Base exception class for all service exceptions from Location service.</p>
92
92
  *
93
+ *
93
94
  * @public
94
95
  */
95
96
  export declare class DescribeKeyCommand extends DescribeKeyCommand_base {
@@ -86,6 +86,7 @@ declare const DescribeMapCommand_base: {
86
86
  * @throws {@link LocationServiceException}
87
87
  * <p>Base exception class for all service exceptions from Location service.</p>
88
88
  *
89
+ *
89
90
  * @public
90
91
  */
91
92
  export declare class DescribeMapCommand extends DescribeMapCommand_base {
@@ -82,6 +82,7 @@ declare const DescribePlaceIndexCommand_base: {
82
82
  * @throws {@link LocationServiceException}
83
83
  * <p>Base exception class for all service exceptions from Location service.</p>
84
84
  *
85
+ *
85
86
  * @public
86
87
  */
87
88
  export declare class DescribePlaceIndexCommand extends DescribePlaceIndexCommand_base {
@@ -79,6 +79,7 @@ declare const DescribeRouteCalculatorCommand_base: {
79
79
  * @throws {@link LocationServiceException}
80
80
  * <p>Base exception class for all service exceptions from Location service.</p>
81
81
  *
82
+ *
82
83
  * @public
83
84
  */
84
85
  export declare class DescribeRouteCalculatorCommand extends DescribeRouteCalculatorCommand_base {
@@ -83,6 +83,7 @@ declare const DescribeTrackerCommand_base: {
83
83
  * @throws {@link LocationServiceException}
84
84
  * <p>Base exception class for all service exceptions from Location service.</p>
85
85
  *
86
+ *
86
87
  * @public
87
88
  */
88
89
  export declare class DescribeTrackerCommand extends DescribeTrackerCommand_base {
@@ -73,6 +73,7 @@ declare const DisassociateTrackerConsumerCommand_base: {
73
73
  * @throws {@link LocationServiceException}
74
74
  * <p>Base exception class for all service exceptions from Location service.</p>
75
75
  *
76
+ *
76
77
  * @public
77
78
  */
78
79
  export declare class DisassociateTrackerConsumerCommand extends DisassociateTrackerConsumerCommand_base {
@@ -104,6 +104,7 @@ declare const ForecastGeofenceEventsCommand_base: {
104
104
  * @throws {@link LocationServiceException}
105
105
  * <p>Base exception class for all service exceptions from Location service.</p>
106
106
  *
107
+ *
107
108
  * @public
108
109
  */
109
110
  export declare class ForecastGeofenceEventsCommand extends ForecastGeofenceEventsCommand_base {
@@ -85,6 +85,7 @@ declare const GetDevicePositionCommand_base: {
85
85
  * @throws {@link LocationServiceException}
86
86
  * <p>Base exception class for all service exceptions from Location service.</p>
87
87
  *
88
+ *
88
89
  * @public
89
90
  */
90
91
  export declare class GetDevicePositionCommand extends GetDevicePositionCommand_base {
@@ -95,6 +95,7 @@ declare const GetDevicePositionHistoryCommand_base: {
95
95
  * @throws {@link LocationServiceException}
96
96
  * <p>Base exception class for all service exceptions from Location service.</p>
97
97
  *
98
+ *
98
99
  * @public
99
100
  */
100
101
  export declare class GetDevicePositionHistoryCommand extends GetDevicePositionHistoryCommand_base {
@@ -96,6 +96,7 @@ declare const GetGeofenceCommand_base: {
96
96
  * @throws {@link LocationServiceException}
97
97
  * <p>Base exception class for all service exceptions from Location service.</p>
98
98
  *
99
+ *
99
100
  * @public
100
101
  */
101
102
  export declare class GetGeofenceCommand extends GetGeofenceCommand_base {
@@ -82,6 +82,7 @@ declare const GetMapGlyphsCommand_base: {
82
82
  * @throws {@link LocationServiceException}
83
83
  * <p>Base exception class for all service exceptions from Location service.</p>
84
84
  *
85
+ *
85
86
  * @public
86
87
  */
87
88
  export declare class GetMapGlyphsCommand extends GetMapGlyphsCommand_base {
@@ -83,6 +83,7 @@ declare const GetMapSpritesCommand_base: {
83
83
  * @throws {@link LocationServiceException}
84
84
  * <p>Base exception class for all service exceptions from Location service.</p>
85
85
  *
86
+ *
86
87
  * @public
87
88
  */
88
89
  export declare class GetMapSpritesCommand extends GetMapSpritesCommand_base {
@@ -83,6 +83,7 @@ declare const GetMapStyleDescriptorCommand_base: {
83
83
  * @throws {@link LocationServiceException}
84
84
  * <p>Base exception class for all service exceptions from Location service.</p>
85
85
  *
86
+ *
86
87
  * @public
87
88
  */
88
89
  export declare class GetMapStyleDescriptorCommand extends GetMapStyleDescriptorCommand_base {
@@ -88,6 +88,7 @@ declare const GetMapTileCommand_base: {
88
88
  * @throws {@link LocationServiceException}
89
89
  * <p>Base exception class for all service exceptions from Location service.</p>
90
90
  *
91
+ *
91
92
  * @public
92
93
  */
93
94
  export declare class GetMapTileCommand extends GetMapTileCommand_base {
@@ -118,6 +118,7 @@ declare const GetPlaceCommand_base: {
118
118
  * @throws {@link LocationServiceException}
119
119
  * <p>Base exception class for all service exceptions from Location service.</p>
120
120
  *
121
+ *
121
122
  * @public
122
123
  */
123
124
  export declare class GetPlaceCommand extends GetPlaceCommand_base {
@@ -93,6 +93,7 @@ declare const ListDevicePositionsCommand_base: {
93
93
  * @throws {@link LocationServiceException}
94
94
  * <p>Base exception class for all service exceptions from Location service.</p>
95
95
  *
96
+ *
96
97
  * @public
97
98
  */
98
99
  export declare class ListDevicePositionsCommand extends ListDevicePositionsCommand_base {
@@ -78,6 +78,7 @@ declare const ListGeofenceCollectionsCommand_base: {
78
78
  * @throws {@link LocationServiceException}
79
79
  * <p>Base exception class for all service exceptions from Location service.</p>
80
80
  *
81
+ *
81
82
  * @public
82
83
  */
83
84
  export declare class ListGeofenceCollectionsCommand extends ListGeofenceCollectionsCommand_base {
@@ -99,6 +99,7 @@ declare const ListGeofencesCommand_base: {
99
99
  * @throws {@link LocationServiceException}
100
100
  * <p>Base exception class for all service exceptions from Location service.</p>
101
101
  *
102
+ *
102
103
  * @public
103
104
  */
104
105
  export declare class ListGeofencesCommand extends ListGeofencesCommand_base {
@@ -91,6 +91,7 @@ declare const ListKeysCommand_base: {
91
91
  * @throws {@link LocationServiceException}
92
92
  * <p>Base exception class for all service exceptions from Location service.</p>
93
93
  *
94
+ *
94
95
  * @public
95
96
  */
96
97
  export declare class ListKeysCommand extends ListKeysCommand_base {
@@ -78,6 +78,7 @@ declare const ListMapsCommand_base: {
78
78
  * @throws {@link LocationServiceException}
79
79
  * <p>Base exception class for all service exceptions from Location service.</p>
80
80
  *
81
+ *
81
82
  * @public
82
83
  */
83
84
  export declare class ListMapsCommand extends ListMapsCommand_base {
@@ -78,6 +78,7 @@ declare const ListPlaceIndexesCommand_base: {
78
78
  * @throws {@link LocationServiceException}
79
79
  * <p>Base exception class for all service exceptions from Location service.</p>
80
80
  *
81
+ *
81
82
  * @public
82
83
  */
83
84
  export declare class ListPlaceIndexesCommand extends ListPlaceIndexesCommand_base {
@@ -78,6 +78,7 @@ declare const ListRouteCalculatorsCommand_base: {
78
78
  * @throws {@link LocationServiceException}
79
79
  * <p>Base exception class for all service exceptions from Location service.</p>
80
80
  *
81
+ *
81
82
  * @public
82
83
  */
83
84
  export declare class ListRouteCalculatorsCommand extends ListRouteCalculatorsCommand_base {
@@ -72,6 +72,7 @@ declare const ListTagsForResourceCommand_base: {
72
72
  * @throws {@link LocationServiceException}
73
73
  * <p>Base exception class for all service exceptions from Location service.</p>
74
74
  *
75
+ *
75
76
  * @public
76
77
  */
77
78
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
@@ -75,6 +75,7 @@ declare const ListTrackerConsumersCommand_base: {
75
75
  * @throws {@link LocationServiceException}
76
76
  * <p>Base exception class for all service exceptions from Location service.</p>
77
77
  *
78
+ *
78
79
  * @public
79
80
  */
80
81
  export declare class ListTrackerConsumersCommand extends ListTrackerConsumersCommand_base {
@@ -78,6 +78,7 @@ declare const ListTrackersCommand_base: {
78
78
  * @throws {@link LocationServiceException}
79
79
  * <p>Base exception class for all service exceptions from Location service.</p>
80
80
  *
81
+ *
81
82
  * @public
82
83
  */
83
84
  export declare class ListTrackersCommand extends ListTrackersCommand_base {
@@ -96,6 +96,7 @@ declare const PutGeofenceCommand_base: {
96
96
  * @throws {@link LocationServiceException}
97
97
  * <p>Base exception class for all service exceptions from Location service.</p>
98
98
  *
99
+ *
99
100
  * @public
100
101
  */
101
102
  export declare class PutGeofenceCommand extends PutGeofenceCommand_base {
@@ -120,6 +120,7 @@ declare const SearchPlaceIndexForPositionCommand_base: {
120
120
  * @throws {@link LocationServiceException}
121
121
  * <p>Base exception class for all service exceptions from Location service.</p>
122
122
  *
123
+ *
123
124
  * @public
124
125
  */
125
126
  export declare class SearchPlaceIndexForPositionCommand extends SearchPlaceIndexForPositionCommand_base {
@@ -126,6 +126,7 @@ declare const SearchPlaceIndexForSuggestionsCommand_base: {
126
126
  * @throws {@link LocationServiceException}
127
127
  * <p>Base exception class for all service exceptions from Location service.</p>
128
128
  *
129
+ *
129
130
  * @public
130
131
  */
131
132
  export declare class SearchPlaceIndexForSuggestionsCommand extends SearchPlaceIndexForSuggestionsCommand_base {
@@ -152,6 +152,7 @@ declare const SearchPlaceIndexForTextCommand_base: {
152
152
  * @throws {@link LocationServiceException}
153
153
  * <p>Base exception class for all service exceptions from Location service.</p>
154
154
  *
155
+ *
155
156
  * @public
156
157
  */
157
158
  export declare class SearchPlaceIndexForTextCommand extends SearchPlaceIndexForTextCommand_base {
@@ -81,6 +81,7 @@ declare const TagResourceCommand_base: {
81
81
  * @throws {@link LocationServiceException}
82
82
  * <p>Base exception class for all service exceptions from Location service.</p>
83
83
  *
84
+ *
84
85
  * @public
85
86
  */
86
87
  export declare class TagResourceCommand extends TagResourceCommand_base {
@@ -71,6 +71,7 @@ declare const UntagResourceCommand_base: {
71
71
  * @throws {@link LocationServiceException}
72
72
  * <p>Base exception class for all service exceptions from Location service.</p>
73
73
  *
74
+ *
74
75
  * @public
75
76
  */
76
77
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
@@ -75,6 +75,7 @@ declare const UpdateGeofenceCollectionCommand_base: {
75
75
  * @throws {@link LocationServiceException}
76
76
  * <p>Base exception class for all service exceptions from Location service.</p>
77
77
  *
78
+ *
78
79
  * @public
79
80
  */
80
81
  export declare class UpdateGeofenceCollectionCommand extends UpdateGeofenceCollectionCommand_base {
@@ -87,6 +87,7 @@ declare const UpdateKeyCommand_base: {
87
87
  * @throws {@link LocationServiceException}
88
88
  * <p>Base exception class for all service exceptions from Location service.</p>
89
89
  *
90
+ *
90
91
  * @public
91
92
  */
92
93
  export declare class UpdateKeyCommand extends UpdateKeyCommand_base {
@@ -80,6 +80,7 @@ declare const UpdateMapCommand_base: {
80
80
  * @throws {@link LocationServiceException}
81
81
  * <p>Base exception class for all service exceptions from Location service.</p>
82
82
  *
83
+ *
83
84
  * @public
84
85
  */
85
86
  export declare class UpdateMapCommand extends UpdateMapCommand_base {
@@ -77,6 +77,7 @@ declare const UpdatePlaceIndexCommand_base: {
77
77
  * @throws {@link LocationServiceException}
78
78
  * <p>Base exception class for all service exceptions from Location service.</p>
79
79
  *
80
+ *
80
81
  * @public
81
82
  */
82
83
  export declare class UpdatePlaceIndexCommand extends UpdatePlaceIndexCommand_base {
@@ -74,6 +74,7 @@ declare const UpdateRouteCalculatorCommand_base: {
74
74
  * @throws {@link LocationServiceException}
75
75
  * <p>Base exception class for all service exceptions from Location service.</p>
76
76
  *
77
+ *
77
78
  * @public
78
79
  */
79
80
  export declare class UpdateRouteCalculatorCommand extends UpdateRouteCalculatorCommand_base {
@@ -78,6 +78,7 @@ declare const UpdateTrackerCommand_base: {
78
78
  * @throws {@link LocationServiceException}
79
79
  * <p>Base exception class for all service exceptions from Location service.</p>
80
80
  *
81
+ *
81
82
  * @public
82
83
  */
83
84
  export declare class UpdateTrackerCommand extends UpdateTrackerCommand_base {
@@ -128,6 +128,7 @@ declare const VerifyDevicePositionCommand_base: {
128
128
  * @throws {@link LocationServiceException}
129
129
  * <p>Base exception class for all service exceptions from Location service.</p>
130
130
  *
131
+ *
131
132
  * @public
132
133
  */
133
134
  export declare class VerifyDevicePositionCommand extends VerifyDevicePositionCommand_base {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-location",
3
3
  "description": "AWS SDK for JavaScript Location 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": "node ../../scripts/compilation/inline client-location",
@@ -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",