aws-sdk-locationservice 1.46.0 → 1.47.0

Sign up to get free protection for your applications and to get access to all the features.
data/sig/client.rbs ADDED
@@ -0,0 +1,1016 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws
9
+ module LocationService
10
+ class Client < ::Seahorse::Client::Base
11
+ include ::Aws::ClientStubs
12
+
13
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/LocationService/Client.html#initialize-instance_method
14
+ def self.new: (
15
+ ?credentials: untyped,
16
+ ?region: String,
17
+ ?access_key_id: String,
18
+ ?active_endpoint_cache: bool,
19
+ ?adaptive_retry_wait_to_fill: bool,
20
+ ?client_side_monitoring: bool,
21
+ ?client_side_monitoring_client_id: String,
22
+ ?client_side_monitoring_host: String,
23
+ ?client_side_monitoring_port: Integer,
24
+ ?client_side_monitoring_publisher: untyped,
25
+ ?convert_params: bool,
26
+ ?correct_clock_skew: bool,
27
+ ?defaults_mode: String,
28
+ ?disable_host_prefix_injection: bool,
29
+ ?disable_request_compression: bool,
30
+ ?endpoint: String,
31
+ ?endpoint_cache_max_entries: Integer,
32
+ ?endpoint_cache_max_threads: Integer,
33
+ ?endpoint_cache_poll_interval: Integer,
34
+ ?endpoint_discovery: bool,
35
+ ?ignore_configured_endpoint_urls: bool,
36
+ ?log_formatter: untyped,
37
+ ?log_level: Symbol,
38
+ ?logger: untyped,
39
+ ?max_attempts: Integer,
40
+ ?profile: String,
41
+ ?request_min_compression_size_bytes: Integer,
42
+ ?retry_backoff: Proc,
43
+ ?retry_base_delay: Float,
44
+ ?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
45
+ ?retry_limit: Integer,
46
+ ?retry_max_delay: Integer,
47
+ ?retry_mode: ("legacy" | "standard" | "adaptive"),
48
+ ?sdk_ua_app_id: String,
49
+ ?secret_access_key: String,
50
+ ?session_token: String,
51
+ ?stub_responses: untyped,
52
+ ?token_provider: untyped,
53
+ ?use_dualstack_endpoint: bool,
54
+ ?use_fips_endpoint: bool,
55
+ ?validate_params: bool,
56
+ ?endpoint_provider: untyped,
57
+ ?http_proxy: String,
58
+ ?http_open_timeout: (Float | Integer),
59
+ ?http_read_timeout: (Float | Integer),
60
+ ?http_idle_timeout: (Float | Integer),
61
+ ?http_continue_timeout: (Float | Integer),
62
+ ?ssl_timeout: (Float | Integer | nil),
63
+ ?http_wire_trace: bool,
64
+ ?ssl_verify_peer: bool,
65
+ ?ssl_ca_bundle: String,
66
+ ?ssl_ca_directory: String,
67
+ ?ssl_ca_store: String,
68
+ ?on_chunk_received: Proc,
69
+ ?on_chunk_sent: Proc,
70
+ ?raise_response_errors: bool
71
+ ) -> instance
72
+ | (?Hash[Symbol, untyped]) -> instance
73
+
74
+
75
+ interface _AssociateTrackerConsumerResponseSuccess
76
+ include ::Seahorse::Client::_ResponseSuccess[Types::AssociateTrackerConsumerResponse]
77
+ end
78
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/LocationService/Client.html#associate_tracker_consumer-instance_method
79
+ def associate_tracker_consumer: (
80
+ consumer_arn: ::String,
81
+ tracker_name: ::String
82
+ ) -> _AssociateTrackerConsumerResponseSuccess
83
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AssociateTrackerConsumerResponseSuccess
84
+
85
+ interface _BatchDeleteDevicePositionHistoryResponseSuccess
86
+ include ::Seahorse::Client::_ResponseSuccess[Types::BatchDeleteDevicePositionHistoryResponse]
87
+ def errors: () -> ::Array[Types::BatchDeleteDevicePositionHistoryError]
88
+ end
89
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/LocationService/Client.html#batch_delete_device_position_history-instance_method
90
+ def batch_delete_device_position_history: (
91
+ device_ids: Array[::String],
92
+ tracker_name: ::String
93
+ ) -> _BatchDeleteDevicePositionHistoryResponseSuccess
94
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _BatchDeleteDevicePositionHistoryResponseSuccess
95
+
96
+ interface _BatchDeleteGeofenceResponseSuccess
97
+ include ::Seahorse::Client::_ResponseSuccess[Types::BatchDeleteGeofenceResponse]
98
+ def errors: () -> ::Array[Types::BatchDeleteGeofenceError]
99
+ end
100
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/LocationService/Client.html#batch_delete_geofence-instance_method
101
+ def batch_delete_geofence: (
102
+ collection_name: ::String,
103
+ geofence_ids: Array[::String]
104
+ ) -> _BatchDeleteGeofenceResponseSuccess
105
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _BatchDeleteGeofenceResponseSuccess
106
+
107
+ interface _BatchEvaluateGeofencesResponseSuccess
108
+ include ::Seahorse::Client::_ResponseSuccess[Types::BatchEvaluateGeofencesResponse]
109
+ def errors: () -> ::Array[Types::BatchEvaluateGeofencesError]
110
+ end
111
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/LocationService/Client.html#batch_evaluate_geofences-instance_method
112
+ def batch_evaluate_geofences: (
113
+ collection_name: ::String,
114
+ device_position_updates: Array[
115
+ {
116
+ accuracy: {
117
+ horizontal: ::Float
118
+ }?,
119
+ device_id: ::String,
120
+ position: Array[::Float],
121
+ position_properties: Hash[::String, ::String]?,
122
+ sample_time: ::Time
123
+ },
124
+ ]
125
+ ) -> _BatchEvaluateGeofencesResponseSuccess
126
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _BatchEvaluateGeofencesResponseSuccess
127
+
128
+ interface _BatchGetDevicePositionResponseSuccess
129
+ include ::Seahorse::Client::_ResponseSuccess[Types::BatchGetDevicePositionResponse]
130
+ def device_positions: () -> ::Array[Types::DevicePosition]
131
+ def errors: () -> ::Array[Types::BatchGetDevicePositionError]
132
+ end
133
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/LocationService/Client.html#batch_get_device_position-instance_method
134
+ def batch_get_device_position: (
135
+ device_ids: Array[::String],
136
+ tracker_name: ::String
137
+ ) -> _BatchGetDevicePositionResponseSuccess
138
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _BatchGetDevicePositionResponseSuccess
139
+
140
+ interface _BatchPutGeofenceResponseSuccess
141
+ include ::Seahorse::Client::_ResponseSuccess[Types::BatchPutGeofenceResponse]
142
+ def errors: () -> ::Array[Types::BatchPutGeofenceError]
143
+ def successes: () -> ::Array[Types::BatchPutGeofenceSuccess]
144
+ end
145
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/LocationService/Client.html#batch_put_geofence-instance_method
146
+ def batch_put_geofence: (
147
+ collection_name: ::String,
148
+ entries: Array[
149
+ {
150
+ geofence_id: ::String,
151
+ geofence_properties: Hash[::String, ::String]?,
152
+ geometry: {
153
+ circle: {
154
+ center: Array[::Float],
155
+ radius: ::Float
156
+ }?,
157
+ polygon: Array[
158
+ Array[
159
+ Array[::Float],
160
+ ],
161
+ ]?
162
+ }
163
+ },
164
+ ]
165
+ ) -> _BatchPutGeofenceResponseSuccess
166
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _BatchPutGeofenceResponseSuccess
167
+
168
+ interface _BatchUpdateDevicePositionResponseSuccess
169
+ include ::Seahorse::Client::_ResponseSuccess[Types::BatchUpdateDevicePositionResponse]
170
+ def errors: () -> ::Array[Types::BatchUpdateDevicePositionError]
171
+ end
172
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/LocationService/Client.html#batch_update_device_position-instance_method
173
+ def batch_update_device_position: (
174
+ tracker_name: ::String,
175
+ updates: Array[
176
+ {
177
+ accuracy: {
178
+ horizontal: ::Float
179
+ }?,
180
+ device_id: ::String,
181
+ position: Array[::Float],
182
+ position_properties: Hash[::String, ::String]?,
183
+ sample_time: ::Time
184
+ },
185
+ ]
186
+ ) -> _BatchUpdateDevicePositionResponseSuccess
187
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _BatchUpdateDevicePositionResponseSuccess
188
+
189
+ interface _CalculateRouteResponseSuccess
190
+ include ::Seahorse::Client::_ResponseSuccess[Types::CalculateRouteResponse]
191
+ def legs: () -> ::Array[Types::Leg]
192
+ def summary: () -> Types::CalculateRouteSummary
193
+ end
194
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/LocationService/Client.html#calculate_route-instance_method
195
+ def calculate_route: (
196
+ ?arrival_time: ::Time,
197
+ calculator_name: ::String,
198
+ ?car_mode_options: {
199
+ avoid_ferries: bool?,
200
+ avoid_tolls: bool?
201
+ },
202
+ ?depart_now: bool,
203
+ departure_position: Array[::Float],
204
+ ?departure_time: ::Time,
205
+ destination_position: Array[::Float],
206
+ ?distance_unit: ("Kilometers" | "Miles"),
207
+ ?include_leg_geometry: bool,
208
+ ?key: ::String,
209
+ ?optimize_for: ("FastestRoute" | "ShortestRoute"),
210
+ ?travel_mode: ("Car" | "Truck" | "Walking" | "Bicycle" | "Motorcycle"),
211
+ ?truck_mode_options: {
212
+ avoid_ferries: bool?,
213
+ avoid_tolls: bool?,
214
+ dimensions: {
215
+ height: ::Float?,
216
+ length: ::Float?,
217
+ unit: ("Meters" | "Feet")?,
218
+ width: ::Float?
219
+ }?,
220
+ weight: {
221
+ total: ::Float?,
222
+ unit: ("Kilograms" | "Pounds")?
223
+ }?
224
+ },
225
+ ?waypoint_positions: Array[
226
+ Array[::Float],
227
+ ]
228
+ ) -> _CalculateRouteResponseSuccess
229
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CalculateRouteResponseSuccess
230
+
231
+ interface _CalculateRouteMatrixResponseSuccess
232
+ include ::Seahorse::Client::_ResponseSuccess[Types::CalculateRouteMatrixResponse]
233
+ def route_matrix: () -> ::Array[::Array[Types::RouteMatrixEntry]]
234
+ def snapped_departure_positions: () -> ::Array[::Array[::Float]]
235
+ def snapped_destination_positions: () -> ::Array[::Array[::Float]]
236
+ def summary: () -> Types::CalculateRouteMatrixSummary
237
+ end
238
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/LocationService/Client.html#calculate_route_matrix-instance_method
239
+ def calculate_route_matrix: (
240
+ calculator_name: ::String,
241
+ ?car_mode_options: {
242
+ avoid_ferries: bool?,
243
+ avoid_tolls: bool?
244
+ },
245
+ ?depart_now: bool,
246
+ departure_positions: Array[
247
+ Array[::Float],
248
+ ],
249
+ ?departure_time: ::Time,
250
+ destination_positions: Array[
251
+ Array[::Float],
252
+ ],
253
+ ?distance_unit: ("Kilometers" | "Miles"),
254
+ ?key: ::String,
255
+ ?travel_mode: ("Car" | "Truck" | "Walking" | "Bicycle" | "Motorcycle"),
256
+ ?truck_mode_options: {
257
+ avoid_ferries: bool?,
258
+ avoid_tolls: bool?,
259
+ dimensions: {
260
+ height: ::Float?,
261
+ length: ::Float?,
262
+ unit: ("Meters" | "Feet")?,
263
+ width: ::Float?
264
+ }?,
265
+ weight: {
266
+ total: ::Float?,
267
+ unit: ("Kilograms" | "Pounds")?
268
+ }?
269
+ }
270
+ ) -> _CalculateRouteMatrixResponseSuccess
271
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CalculateRouteMatrixResponseSuccess
272
+
273
+ interface _CreateGeofenceCollectionResponseSuccess
274
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateGeofenceCollectionResponse]
275
+ def collection_arn: () -> ::String
276
+ def collection_name: () -> ::String
277
+ def create_time: () -> ::Time
278
+ end
279
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/LocationService/Client.html#create_geofence_collection-instance_method
280
+ def create_geofence_collection: (
281
+ collection_name: ::String,
282
+ ?description: ::String,
283
+ ?kms_key_id: ::String,
284
+ ?pricing_plan: ("RequestBasedUsage" | "MobileAssetTracking" | "MobileAssetManagement"),
285
+ ?pricing_plan_data_source: ::String,
286
+ ?tags: Hash[::String, ::String]
287
+ ) -> _CreateGeofenceCollectionResponseSuccess
288
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateGeofenceCollectionResponseSuccess
289
+
290
+ interface _CreateKeyResponseSuccess
291
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateKeyResponse]
292
+ def create_time: () -> ::Time
293
+ def key: () -> ::String
294
+ def key_arn: () -> ::String
295
+ def key_name: () -> ::String
296
+ end
297
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/LocationService/Client.html#create_key-instance_method
298
+ def create_key: (
299
+ ?description: ::String,
300
+ ?expire_time: ::Time,
301
+ key_name: ::String,
302
+ ?no_expiry: bool,
303
+ restrictions: {
304
+ allow_actions: Array[::String],
305
+ allow_referers: Array[::String]?,
306
+ allow_resources: Array[::String]
307
+ },
308
+ ?tags: Hash[::String, ::String]
309
+ ) -> _CreateKeyResponseSuccess
310
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateKeyResponseSuccess
311
+
312
+ interface _CreateMapResponseSuccess
313
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateMapResponse]
314
+ def create_time: () -> ::Time
315
+ def map_arn: () -> ::String
316
+ def map_name: () -> ::String
317
+ end
318
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/LocationService/Client.html#create_map-instance_method
319
+ def create_map: (
320
+ configuration: {
321
+ custom_layers: Array[::String]?,
322
+ political_view: ::String?,
323
+ style: ::String
324
+ },
325
+ ?description: ::String,
326
+ map_name: ::String,
327
+ ?pricing_plan: ("RequestBasedUsage" | "MobileAssetTracking" | "MobileAssetManagement"),
328
+ ?tags: Hash[::String, ::String]
329
+ ) -> _CreateMapResponseSuccess
330
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateMapResponseSuccess
331
+
332
+ interface _CreatePlaceIndexResponseSuccess
333
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreatePlaceIndexResponse]
334
+ def create_time: () -> ::Time
335
+ def index_arn: () -> ::String
336
+ def index_name: () -> ::String
337
+ end
338
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/LocationService/Client.html#create_place_index-instance_method
339
+ def create_place_index: (
340
+ data_source: ::String,
341
+ ?data_source_configuration: {
342
+ intended_use: ("SingleUse" | "Storage")?
343
+ },
344
+ ?description: ::String,
345
+ index_name: ::String,
346
+ ?pricing_plan: ("RequestBasedUsage" | "MobileAssetTracking" | "MobileAssetManagement"),
347
+ ?tags: Hash[::String, ::String]
348
+ ) -> _CreatePlaceIndexResponseSuccess
349
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreatePlaceIndexResponseSuccess
350
+
351
+ interface _CreateRouteCalculatorResponseSuccess
352
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateRouteCalculatorResponse]
353
+ def calculator_arn: () -> ::String
354
+ def calculator_name: () -> ::String
355
+ def create_time: () -> ::Time
356
+ end
357
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/LocationService/Client.html#create_route_calculator-instance_method
358
+ def create_route_calculator: (
359
+ calculator_name: ::String,
360
+ data_source: ::String,
361
+ ?description: ::String,
362
+ ?pricing_plan: ("RequestBasedUsage" | "MobileAssetTracking" | "MobileAssetManagement"),
363
+ ?tags: Hash[::String, ::String]
364
+ ) -> _CreateRouteCalculatorResponseSuccess
365
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateRouteCalculatorResponseSuccess
366
+
367
+ interface _CreateTrackerResponseSuccess
368
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateTrackerResponse]
369
+ def create_time: () -> ::Time
370
+ def tracker_arn: () -> ::String
371
+ def tracker_name: () -> ::String
372
+ end
373
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/LocationService/Client.html#create_tracker-instance_method
374
+ def create_tracker: (
375
+ ?description: ::String,
376
+ ?event_bridge_enabled: bool,
377
+ ?kms_key_enable_geospatial_queries: bool,
378
+ ?kms_key_id: ::String,
379
+ ?position_filtering: ("TimeBased" | "DistanceBased" | "AccuracyBased"),
380
+ ?pricing_plan: ("RequestBasedUsage" | "MobileAssetTracking" | "MobileAssetManagement"),
381
+ ?pricing_plan_data_source: ::String,
382
+ ?tags: Hash[::String, ::String],
383
+ tracker_name: ::String
384
+ ) -> _CreateTrackerResponseSuccess
385
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateTrackerResponseSuccess
386
+
387
+ interface _DeleteGeofenceCollectionResponseSuccess
388
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteGeofenceCollectionResponse]
389
+ end
390
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/LocationService/Client.html#delete_geofence_collection-instance_method
391
+ def delete_geofence_collection: (
392
+ collection_name: ::String
393
+ ) -> _DeleteGeofenceCollectionResponseSuccess
394
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteGeofenceCollectionResponseSuccess
395
+
396
+ interface _DeleteKeyResponseSuccess
397
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteKeyResponse]
398
+ end
399
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/LocationService/Client.html#delete_key-instance_method
400
+ def delete_key: (
401
+ ?force_delete: bool,
402
+ key_name: ::String
403
+ ) -> _DeleteKeyResponseSuccess
404
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteKeyResponseSuccess
405
+
406
+ interface _DeleteMapResponseSuccess
407
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteMapResponse]
408
+ end
409
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/LocationService/Client.html#delete_map-instance_method
410
+ def delete_map: (
411
+ map_name: ::String
412
+ ) -> _DeleteMapResponseSuccess
413
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteMapResponseSuccess
414
+
415
+ interface _DeletePlaceIndexResponseSuccess
416
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeletePlaceIndexResponse]
417
+ end
418
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/LocationService/Client.html#delete_place_index-instance_method
419
+ def delete_place_index: (
420
+ index_name: ::String
421
+ ) -> _DeletePlaceIndexResponseSuccess
422
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeletePlaceIndexResponseSuccess
423
+
424
+ interface _DeleteRouteCalculatorResponseSuccess
425
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteRouteCalculatorResponse]
426
+ end
427
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/LocationService/Client.html#delete_route_calculator-instance_method
428
+ def delete_route_calculator: (
429
+ calculator_name: ::String
430
+ ) -> _DeleteRouteCalculatorResponseSuccess
431
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteRouteCalculatorResponseSuccess
432
+
433
+ interface _DeleteTrackerResponseSuccess
434
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteTrackerResponse]
435
+ end
436
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/LocationService/Client.html#delete_tracker-instance_method
437
+ def delete_tracker: (
438
+ tracker_name: ::String
439
+ ) -> _DeleteTrackerResponseSuccess
440
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteTrackerResponseSuccess
441
+
442
+ interface _DescribeGeofenceCollectionResponseSuccess
443
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeGeofenceCollectionResponse]
444
+ def collection_arn: () -> ::String
445
+ def collection_name: () -> ::String
446
+ def create_time: () -> ::Time
447
+ def description: () -> ::String
448
+ def geofence_count: () -> ::Integer
449
+ def kms_key_id: () -> ::String
450
+ def pricing_plan: () -> ("RequestBasedUsage" | "MobileAssetTracking" | "MobileAssetManagement")
451
+ def pricing_plan_data_source: () -> ::String
452
+ def tags: () -> ::Hash[::String, ::String]
453
+ def update_time: () -> ::Time
454
+ end
455
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/LocationService/Client.html#describe_geofence_collection-instance_method
456
+ def describe_geofence_collection: (
457
+ collection_name: ::String
458
+ ) -> _DescribeGeofenceCollectionResponseSuccess
459
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeGeofenceCollectionResponseSuccess
460
+
461
+ interface _DescribeKeyResponseSuccess
462
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeKeyResponse]
463
+ def create_time: () -> ::Time
464
+ def description: () -> ::String
465
+ def expire_time: () -> ::Time
466
+ def key: () -> ::String
467
+ def key_arn: () -> ::String
468
+ def key_name: () -> ::String
469
+ def restrictions: () -> Types::ApiKeyRestrictions
470
+ def tags: () -> ::Hash[::String, ::String]
471
+ def update_time: () -> ::Time
472
+ end
473
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/LocationService/Client.html#describe_key-instance_method
474
+ def describe_key: (
475
+ key_name: ::String
476
+ ) -> _DescribeKeyResponseSuccess
477
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeKeyResponseSuccess
478
+
479
+ interface _DescribeMapResponseSuccess
480
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeMapResponse]
481
+ def configuration: () -> Types::MapConfiguration
482
+ def create_time: () -> ::Time
483
+ def data_source: () -> ::String
484
+ def description: () -> ::String
485
+ def map_arn: () -> ::String
486
+ def map_name: () -> ::String
487
+ def pricing_plan: () -> ("RequestBasedUsage" | "MobileAssetTracking" | "MobileAssetManagement")
488
+ def tags: () -> ::Hash[::String, ::String]
489
+ def update_time: () -> ::Time
490
+ end
491
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/LocationService/Client.html#describe_map-instance_method
492
+ def describe_map: (
493
+ map_name: ::String
494
+ ) -> _DescribeMapResponseSuccess
495
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeMapResponseSuccess
496
+
497
+ interface _DescribePlaceIndexResponseSuccess
498
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribePlaceIndexResponse]
499
+ def create_time: () -> ::Time
500
+ def data_source: () -> ::String
501
+ def data_source_configuration: () -> Types::DataSourceConfiguration
502
+ def description: () -> ::String
503
+ def index_arn: () -> ::String
504
+ def index_name: () -> ::String
505
+ def pricing_plan: () -> ("RequestBasedUsage" | "MobileAssetTracking" | "MobileAssetManagement")
506
+ def tags: () -> ::Hash[::String, ::String]
507
+ def update_time: () -> ::Time
508
+ end
509
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/LocationService/Client.html#describe_place_index-instance_method
510
+ def describe_place_index: (
511
+ index_name: ::String
512
+ ) -> _DescribePlaceIndexResponseSuccess
513
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribePlaceIndexResponseSuccess
514
+
515
+ interface _DescribeRouteCalculatorResponseSuccess
516
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeRouteCalculatorResponse]
517
+ def calculator_arn: () -> ::String
518
+ def calculator_name: () -> ::String
519
+ def create_time: () -> ::Time
520
+ def data_source: () -> ::String
521
+ def description: () -> ::String
522
+ def pricing_plan: () -> ("RequestBasedUsage" | "MobileAssetTracking" | "MobileAssetManagement")
523
+ def tags: () -> ::Hash[::String, ::String]
524
+ def update_time: () -> ::Time
525
+ end
526
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/LocationService/Client.html#describe_route_calculator-instance_method
527
+ def describe_route_calculator: (
528
+ calculator_name: ::String
529
+ ) -> _DescribeRouteCalculatorResponseSuccess
530
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeRouteCalculatorResponseSuccess
531
+
532
+ interface _DescribeTrackerResponseSuccess
533
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeTrackerResponse]
534
+ def create_time: () -> ::Time
535
+ def description: () -> ::String
536
+ def event_bridge_enabled: () -> bool
537
+ def kms_key_enable_geospatial_queries: () -> bool
538
+ def kms_key_id: () -> ::String
539
+ def position_filtering: () -> ("TimeBased" | "DistanceBased" | "AccuracyBased")
540
+ def pricing_plan: () -> ("RequestBasedUsage" | "MobileAssetTracking" | "MobileAssetManagement")
541
+ def pricing_plan_data_source: () -> ::String
542
+ def tags: () -> ::Hash[::String, ::String]
543
+ def tracker_arn: () -> ::String
544
+ def tracker_name: () -> ::String
545
+ def update_time: () -> ::Time
546
+ end
547
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/LocationService/Client.html#describe_tracker-instance_method
548
+ def describe_tracker: (
549
+ tracker_name: ::String
550
+ ) -> _DescribeTrackerResponseSuccess
551
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeTrackerResponseSuccess
552
+
553
+ interface _DisassociateTrackerConsumerResponseSuccess
554
+ include ::Seahorse::Client::_ResponseSuccess[Types::DisassociateTrackerConsumerResponse]
555
+ end
556
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/LocationService/Client.html#disassociate_tracker_consumer-instance_method
557
+ def disassociate_tracker_consumer: (
558
+ consumer_arn: ::String,
559
+ tracker_name: ::String
560
+ ) -> _DisassociateTrackerConsumerResponseSuccess
561
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DisassociateTrackerConsumerResponseSuccess
562
+
563
+ interface _GetDevicePositionResponseSuccess
564
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetDevicePositionResponse]
565
+ def accuracy: () -> Types::PositionalAccuracy
566
+ def device_id: () -> ::String
567
+ def position: () -> ::Array[::Float]
568
+ def position_properties: () -> ::Hash[::String, ::String]
569
+ def received_time: () -> ::Time
570
+ def sample_time: () -> ::Time
571
+ end
572
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/LocationService/Client.html#get_device_position-instance_method
573
+ def get_device_position: (
574
+ device_id: ::String,
575
+ tracker_name: ::String
576
+ ) -> _GetDevicePositionResponseSuccess
577
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetDevicePositionResponseSuccess
578
+
579
+ interface _GetDevicePositionHistoryResponseSuccess
580
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetDevicePositionHistoryResponse]
581
+ def device_positions: () -> ::Array[Types::DevicePosition]
582
+ def next_token: () -> ::String
583
+ end
584
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/LocationService/Client.html#get_device_position_history-instance_method
585
+ def get_device_position_history: (
586
+ device_id: ::String,
587
+ ?end_time_exclusive: ::Time,
588
+ ?max_results: ::Integer,
589
+ ?next_token: ::String,
590
+ ?start_time_inclusive: ::Time,
591
+ tracker_name: ::String
592
+ ) -> _GetDevicePositionHistoryResponseSuccess
593
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetDevicePositionHistoryResponseSuccess
594
+
595
+ interface _GetGeofenceResponseSuccess
596
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetGeofenceResponse]
597
+ def create_time: () -> ::Time
598
+ def geofence_id: () -> ::String
599
+ def geofence_properties: () -> ::Hash[::String, ::String]
600
+ def geometry: () -> Types::GeofenceGeometry
601
+ def status: () -> ::String
602
+ def update_time: () -> ::Time
603
+ end
604
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/LocationService/Client.html#get_geofence-instance_method
605
+ def get_geofence: (
606
+ collection_name: ::String,
607
+ geofence_id: ::String
608
+ ) -> _GetGeofenceResponseSuccess
609
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetGeofenceResponseSuccess
610
+
611
+ interface _GetMapGlyphsResponseSuccess
612
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetMapGlyphsResponse]
613
+ def blob: () -> ::IO
614
+ def cache_control: () -> ::String
615
+ def content_type: () -> ::String
616
+ end
617
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/LocationService/Client.html#get_map_glyphs-instance_method
618
+ def get_map_glyphs: (
619
+ font_stack: ::String,
620
+ font_unicode_range: ::String,
621
+ ?key: ::String,
622
+ map_name: ::String
623
+ ) ?{ (*untyped) -> void } -> _GetMapGlyphsResponseSuccess
624
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) ?{ (*untyped) -> void } -> _GetMapGlyphsResponseSuccess
625
+
626
+ interface _GetMapSpritesResponseSuccess
627
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetMapSpritesResponse]
628
+ def blob: () -> ::IO
629
+ def cache_control: () -> ::String
630
+ def content_type: () -> ::String
631
+ end
632
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/LocationService/Client.html#get_map_sprites-instance_method
633
+ def get_map_sprites: (
634
+ file_name: ::String,
635
+ ?key: ::String,
636
+ map_name: ::String
637
+ ) ?{ (*untyped) -> void } -> _GetMapSpritesResponseSuccess
638
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) ?{ (*untyped) -> void } -> _GetMapSpritesResponseSuccess
639
+
640
+ interface _GetMapStyleDescriptorResponseSuccess
641
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetMapStyleDescriptorResponse]
642
+ def blob: () -> ::IO
643
+ def cache_control: () -> ::String
644
+ def content_type: () -> ::String
645
+ end
646
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/LocationService/Client.html#get_map_style_descriptor-instance_method
647
+ def get_map_style_descriptor: (
648
+ ?key: ::String,
649
+ map_name: ::String
650
+ ) ?{ (*untyped) -> void } -> _GetMapStyleDescriptorResponseSuccess
651
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) ?{ (*untyped) -> void } -> _GetMapStyleDescriptorResponseSuccess
652
+
653
+ interface _GetMapTileResponseSuccess
654
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetMapTileResponse]
655
+ def blob: () -> ::IO
656
+ def cache_control: () -> ::String
657
+ def content_type: () -> ::String
658
+ end
659
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/LocationService/Client.html#get_map_tile-instance_method
660
+ def get_map_tile: (
661
+ ?key: ::String,
662
+ map_name: ::String,
663
+ x: ::String,
664
+ y: ::String,
665
+ z: ::String
666
+ ) ?{ (*untyped) -> void } -> _GetMapTileResponseSuccess
667
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) ?{ (*untyped) -> void } -> _GetMapTileResponseSuccess
668
+
669
+ interface _GetPlaceResponseSuccess
670
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetPlaceResponse]
671
+ def place: () -> Types::Place
672
+ end
673
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/LocationService/Client.html#get_place-instance_method
674
+ def get_place: (
675
+ index_name: ::String,
676
+ ?key: ::String,
677
+ ?language: ::String,
678
+ place_id: ::String
679
+ ) -> _GetPlaceResponseSuccess
680
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetPlaceResponseSuccess
681
+
682
+ interface _ListDevicePositionsResponseSuccess
683
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListDevicePositionsResponse]
684
+ def entries: () -> ::Array[Types::ListDevicePositionsResponseEntry]
685
+ def next_token: () -> ::String
686
+ end
687
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/LocationService/Client.html#list_device_positions-instance_method
688
+ def list_device_positions: (
689
+ ?filter_geometry: {
690
+ polygon: Array[
691
+ Array[
692
+ Array[::Float],
693
+ ],
694
+ ]?
695
+ },
696
+ ?max_results: ::Integer,
697
+ ?next_token: ::String,
698
+ tracker_name: ::String
699
+ ) -> _ListDevicePositionsResponseSuccess
700
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListDevicePositionsResponseSuccess
701
+
702
+ interface _ListGeofenceCollectionsResponseSuccess
703
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListGeofenceCollectionsResponse]
704
+ def entries: () -> ::Array[Types::ListGeofenceCollectionsResponseEntry]
705
+ def next_token: () -> ::String
706
+ end
707
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/LocationService/Client.html#list_geofence_collections-instance_method
708
+ def list_geofence_collections: (
709
+ ?max_results: ::Integer,
710
+ ?next_token: ::String
711
+ ) -> _ListGeofenceCollectionsResponseSuccess
712
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListGeofenceCollectionsResponseSuccess
713
+
714
+ interface _ListGeofencesResponseSuccess
715
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListGeofencesResponse]
716
+ def entries: () -> ::Array[Types::ListGeofenceResponseEntry]
717
+ def next_token: () -> ::String
718
+ end
719
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/LocationService/Client.html#list_geofences-instance_method
720
+ def list_geofences: (
721
+ collection_name: ::String,
722
+ ?max_results: ::Integer,
723
+ ?next_token: ::String
724
+ ) -> _ListGeofencesResponseSuccess
725
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListGeofencesResponseSuccess
726
+
727
+ interface _ListKeysResponseSuccess
728
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListKeysResponse]
729
+ def entries: () -> ::Array[Types::ListKeysResponseEntry]
730
+ def next_token: () -> ::String
731
+ end
732
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/LocationService/Client.html#list_keys-instance_method
733
+ def list_keys: (
734
+ ?filter: {
735
+ key_status: ("Active" | "Expired")?
736
+ },
737
+ ?max_results: ::Integer,
738
+ ?next_token: ::String
739
+ ) -> _ListKeysResponseSuccess
740
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListKeysResponseSuccess
741
+
742
+ interface _ListMapsResponseSuccess
743
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListMapsResponse]
744
+ def entries: () -> ::Array[Types::ListMapsResponseEntry]
745
+ def next_token: () -> ::String
746
+ end
747
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/LocationService/Client.html#list_maps-instance_method
748
+ def list_maps: (
749
+ ?max_results: ::Integer,
750
+ ?next_token: ::String
751
+ ) -> _ListMapsResponseSuccess
752
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListMapsResponseSuccess
753
+
754
+ interface _ListPlaceIndexesResponseSuccess
755
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListPlaceIndexesResponse]
756
+ def entries: () -> ::Array[Types::ListPlaceIndexesResponseEntry]
757
+ def next_token: () -> ::String
758
+ end
759
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/LocationService/Client.html#list_place_indexes-instance_method
760
+ def list_place_indexes: (
761
+ ?max_results: ::Integer,
762
+ ?next_token: ::String
763
+ ) -> _ListPlaceIndexesResponseSuccess
764
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListPlaceIndexesResponseSuccess
765
+
766
+ interface _ListRouteCalculatorsResponseSuccess
767
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListRouteCalculatorsResponse]
768
+ def entries: () -> ::Array[Types::ListRouteCalculatorsResponseEntry]
769
+ def next_token: () -> ::String
770
+ end
771
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/LocationService/Client.html#list_route_calculators-instance_method
772
+ def list_route_calculators: (
773
+ ?max_results: ::Integer,
774
+ ?next_token: ::String
775
+ ) -> _ListRouteCalculatorsResponseSuccess
776
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListRouteCalculatorsResponseSuccess
777
+
778
+ interface _ListTagsForResourceResponseSuccess
779
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListTagsForResourceResponse]
780
+ def tags: () -> ::Hash[::String, ::String]
781
+ end
782
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/LocationService/Client.html#list_tags_for_resource-instance_method
783
+ def list_tags_for_resource: (
784
+ resource_arn: ::String
785
+ ) -> _ListTagsForResourceResponseSuccess
786
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListTagsForResourceResponseSuccess
787
+
788
+ interface _ListTrackerConsumersResponseSuccess
789
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListTrackerConsumersResponse]
790
+ def consumer_arns: () -> ::Array[::String]
791
+ def next_token: () -> ::String
792
+ end
793
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/LocationService/Client.html#list_tracker_consumers-instance_method
794
+ def list_tracker_consumers: (
795
+ ?max_results: ::Integer,
796
+ ?next_token: ::String,
797
+ tracker_name: ::String
798
+ ) -> _ListTrackerConsumersResponseSuccess
799
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListTrackerConsumersResponseSuccess
800
+
801
+ interface _ListTrackersResponseSuccess
802
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListTrackersResponse]
803
+ def entries: () -> ::Array[Types::ListTrackersResponseEntry]
804
+ def next_token: () -> ::String
805
+ end
806
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/LocationService/Client.html#list_trackers-instance_method
807
+ def list_trackers: (
808
+ ?max_results: ::Integer,
809
+ ?next_token: ::String
810
+ ) -> _ListTrackersResponseSuccess
811
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListTrackersResponseSuccess
812
+
813
+ interface _PutGeofenceResponseSuccess
814
+ include ::Seahorse::Client::_ResponseSuccess[Types::PutGeofenceResponse]
815
+ def create_time: () -> ::Time
816
+ def geofence_id: () -> ::String
817
+ def update_time: () -> ::Time
818
+ end
819
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/LocationService/Client.html#put_geofence-instance_method
820
+ def put_geofence: (
821
+ collection_name: ::String,
822
+ geofence_id: ::String,
823
+ ?geofence_properties: Hash[::String, ::String],
824
+ geometry: {
825
+ circle: {
826
+ center: Array[::Float],
827
+ radius: ::Float
828
+ }?,
829
+ polygon: Array[
830
+ Array[
831
+ Array[::Float],
832
+ ],
833
+ ]?
834
+ }
835
+ ) -> _PutGeofenceResponseSuccess
836
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutGeofenceResponseSuccess
837
+
838
+ interface _SearchPlaceIndexForPositionResponseSuccess
839
+ include ::Seahorse::Client::_ResponseSuccess[Types::SearchPlaceIndexForPositionResponse]
840
+ def results: () -> ::Array[Types::SearchForPositionResult]
841
+ def summary: () -> Types::SearchPlaceIndexForPositionSummary
842
+ end
843
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/LocationService/Client.html#search_place_index_for_position-instance_method
844
+ def search_place_index_for_position: (
845
+ index_name: ::String,
846
+ ?key: ::String,
847
+ ?language: ::String,
848
+ ?max_results: ::Integer,
849
+ position: Array[::Float]
850
+ ) -> _SearchPlaceIndexForPositionResponseSuccess
851
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _SearchPlaceIndexForPositionResponseSuccess
852
+
853
+ interface _SearchPlaceIndexForSuggestionsResponseSuccess
854
+ include ::Seahorse::Client::_ResponseSuccess[Types::SearchPlaceIndexForSuggestionsResponse]
855
+ def results: () -> ::Array[Types::SearchForSuggestionsResult]
856
+ def summary: () -> Types::SearchPlaceIndexForSuggestionsSummary
857
+ end
858
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/LocationService/Client.html#search_place_index_for_suggestions-instance_method
859
+ def search_place_index_for_suggestions: (
860
+ ?bias_position: Array[::Float],
861
+ ?filter_b_box: Array[::Float],
862
+ ?filter_categories: Array[::String],
863
+ ?filter_countries: Array[::String],
864
+ index_name: ::String,
865
+ ?key: ::String,
866
+ ?language: ::String,
867
+ ?max_results: ::Integer,
868
+ text: ::String
869
+ ) -> _SearchPlaceIndexForSuggestionsResponseSuccess
870
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _SearchPlaceIndexForSuggestionsResponseSuccess
871
+
872
+ interface _SearchPlaceIndexForTextResponseSuccess
873
+ include ::Seahorse::Client::_ResponseSuccess[Types::SearchPlaceIndexForTextResponse]
874
+ def results: () -> ::Array[Types::SearchForTextResult]
875
+ def summary: () -> Types::SearchPlaceIndexForTextSummary
876
+ end
877
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/LocationService/Client.html#search_place_index_for_text-instance_method
878
+ def search_place_index_for_text: (
879
+ ?bias_position: Array[::Float],
880
+ ?filter_b_box: Array[::Float],
881
+ ?filter_categories: Array[::String],
882
+ ?filter_countries: Array[::String],
883
+ index_name: ::String,
884
+ ?key: ::String,
885
+ ?language: ::String,
886
+ ?max_results: ::Integer,
887
+ text: ::String
888
+ ) -> _SearchPlaceIndexForTextResponseSuccess
889
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _SearchPlaceIndexForTextResponseSuccess
890
+
891
+ interface _TagResourceResponseSuccess
892
+ include ::Seahorse::Client::_ResponseSuccess[Types::TagResourceResponse]
893
+ end
894
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/LocationService/Client.html#tag_resource-instance_method
895
+ def tag_resource: (
896
+ resource_arn: ::String,
897
+ tags: Hash[::String, ::String]
898
+ ) -> _TagResourceResponseSuccess
899
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
900
+
901
+ interface _UntagResourceResponseSuccess
902
+ include ::Seahorse::Client::_ResponseSuccess[Types::UntagResourceResponse]
903
+ end
904
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/LocationService/Client.html#untag_resource-instance_method
905
+ def untag_resource: (
906
+ resource_arn: ::String,
907
+ tag_keys: Array[::String]
908
+ ) -> _UntagResourceResponseSuccess
909
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UntagResourceResponseSuccess
910
+
911
+ interface _UpdateGeofenceCollectionResponseSuccess
912
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateGeofenceCollectionResponse]
913
+ def collection_arn: () -> ::String
914
+ def collection_name: () -> ::String
915
+ def update_time: () -> ::Time
916
+ end
917
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/LocationService/Client.html#update_geofence_collection-instance_method
918
+ def update_geofence_collection: (
919
+ collection_name: ::String,
920
+ ?description: ::String,
921
+ ?pricing_plan: ("RequestBasedUsage" | "MobileAssetTracking" | "MobileAssetManagement"),
922
+ ?pricing_plan_data_source: ::String
923
+ ) -> _UpdateGeofenceCollectionResponseSuccess
924
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateGeofenceCollectionResponseSuccess
925
+
926
+ interface _UpdateKeyResponseSuccess
927
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateKeyResponse]
928
+ def key_arn: () -> ::String
929
+ def key_name: () -> ::String
930
+ def update_time: () -> ::Time
931
+ end
932
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/LocationService/Client.html#update_key-instance_method
933
+ def update_key: (
934
+ ?description: ::String,
935
+ ?expire_time: ::Time,
936
+ ?force_update: bool,
937
+ key_name: ::String,
938
+ ?no_expiry: bool,
939
+ ?restrictions: {
940
+ allow_actions: Array[::String],
941
+ allow_referers: Array[::String]?,
942
+ allow_resources: Array[::String]
943
+ }
944
+ ) -> _UpdateKeyResponseSuccess
945
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateKeyResponseSuccess
946
+
947
+ interface _UpdateMapResponseSuccess
948
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateMapResponse]
949
+ def map_arn: () -> ::String
950
+ def map_name: () -> ::String
951
+ def update_time: () -> ::Time
952
+ end
953
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/LocationService/Client.html#update_map-instance_method
954
+ def update_map: (
955
+ ?configuration_update: {
956
+ custom_layers: Array[::String]?,
957
+ political_view: ::String?
958
+ },
959
+ ?description: ::String,
960
+ map_name: ::String,
961
+ ?pricing_plan: ("RequestBasedUsage" | "MobileAssetTracking" | "MobileAssetManagement")
962
+ ) -> _UpdateMapResponseSuccess
963
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateMapResponseSuccess
964
+
965
+ interface _UpdatePlaceIndexResponseSuccess
966
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdatePlaceIndexResponse]
967
+ def index_arn: () -> ::String
968
+ def index_name: () -> ::String
969
+ def update_time: () -> ::Time
970
+ end
971
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/LocationService/Client.html#update_place_index-instance_method
972
+ def update_place_index: (
973
+ ?data_source_configuration: {
974
+ intended_use: ("SingleUse" | "Storage")?
975
+ },
976
+ ?description: ::String,
977
+ index_name: ::String,
978
+ ?pricing_plan: ("RequestBasedUsage" | "MobileAssetTracking" | "MobileAssetManagement")
979
+ ) -> _UpdatePlaceIndexResponseSuccess
980
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdatePlaceIndexResponseSuccess
981
+
982
+ interface _UpdateRouteCalculatorResponseSuccess
983
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateRouteCalculatorResponse]
984
+ def calculator_arn: () -> ::String
985
+ def calculator_name: () -> ::String
986
+ def update_time: () -> ::Time
987
+ end
988
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/LocationService/Client.html#update_route_calculator-instance_method
989
+ def update_route_calculator: (
990
+ calculator_name: ::String,
991
+ ?description: ::String,
992
+ ?pricing_plan: ("RequestBasedUsage" | "MobileAssetTracking" | "MobileAssetManagement")
993
+ ) -> _UpdateRouteCalculatorResponseSuccess
994
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateRouteCalculatorResponseSuccess
995
+
996
+ interface _UpdateTrackerResponseSuccess
997
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateTrackerResponse]
998
+ def tracker_arn: () -> ::String
999
+ def tracker_name: () -> ::String
1000
+ def update_time: () -> ::Time
1001
+ end
1002
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/LocationService/Client.html#update_tracker-instance_method
1003
+ def update_tracker: (
1004
+ ?description: ::String,
1005
+ ?event_bridge_enabled: bool,
1006
+ ?kms_key_enable_geospatial_queries: bool,
1007
+ ?position_filtering: ("TimeBased" | "DistanceBased" | "AccuracyBased"),
1008
+ ?pricing_plan: ("RequestBasedUsage" | "MobileAssetTracking" | "MobileAssetManagement"),
1009
+ ?pricing_plan_data_source: ::String,
1010
+ tracker_name: ::String
1011
+ ) -> _UpdateTrackerResponseSuccess
1012
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateTrackerResponseSuccess
1013
+ end
1014
+ end
1015
+ end
1016
+