aws-sdk-locationservice 1.3.0 → 1.7.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.
@@ -18,6 +18,11 @@ module Aws::LocationService
18
18
  ArnList = Shapes::ListShape.new(name: 'ArnList')
19
19
  AssociateTrackerConsumerRequest = Shapes::StructureShape.new(name: 'AssociateTrackerConsumerRequest')
20
20
  AssociateTrackerConsumerResponse = Shapes::StructureShape.new(name: 'AssociateTrackerConsumerResponse')
21
+ BatchDeleteDevicePositionHistoryError = Shapes::StructureShape.new(name: 'BatchDeleteDevicePositionHistoryError')
22
+ BatchDeleteDevicePositionHistoryErrorList = Shapes::ListShape.new(name: 'BatchDeleteDevicePositionHistoryErrorList')
23
+ BatchDeleteDevicePositionHistoryRequest = Shapes::StructureShape.new(name: 'BatchDeleteDevicePositionHistoryRequest')
24
+ BatchDeleteDevicePositionHistoryRequestDeviceIdsList = Shapes::ListShape.new(name: 'BatchDeleteDevicePositionHistoryRequestDeviceIdsList')
25
+ BatchDeleteDevicePositionHistoryResponse = Shapes::StructureShape.new(name: 'BatchDeleteDevicePositionHistoryResponse')
21
26
  BatchDeleteGeofenceError = Shapes::StructureShape.new(name: 'BatchDeleteGeofenceError')
22
27
  BatchDeleteGeofenceErrorList = Shapes::ListShape.new(name: 'BatchDeleteGeofenceErrorList')
23
28
  BatchDeleteGeofenceRequest = Shapes::StructureShape.new(name: 'BatchDeleteGeofenceRequest')
@@ -50,7 +55,16 @@ module Aws::LocationService
50
55
  BatchUpdateDevicePositionRequestUpdatesList = Shapes::ListShape.new(name: 'BatchUpdateDevicePositionRequestUpdatesList')
51
56
  BatchUpdateDevicePositionResponse = Shapes::StructureShape.new(name: 'BatchUpdateDevicePositionResponse')
52
57
  Blob = Shapes::BlobShape.new(name: 'Blob')
58
+ Boolean = Shapes::BooleanShape.new(name: 'Boolean')
53
59
  BoundingBox = Shapes::ListShape.new(name: 'BoundingBox')
60
+ CalculateRouteCarModeOptions = Shapes::StructureShape.new(name: 'CalculateRouteCarModeOptions')
61
+ CalculateRouteRequest = Shapes::StructureShape.new(name: 'CalculateRouteRequest')
62
+ CalculateRouteRequestWaypointPositionsList = Shapes::ListShape.new(name: 'CalculateRouteRequestWaypointPositionsList')
63
+ CalculateRouteResponse = Shapes::StructureShape.new(name: 'CalculateRouteResponse')
64
+ CalculateRouteSummary = Shapes::StructureShape.new(name: 'CalculateRouteSummary')
65
+ CalculateRouteSummaryDistanceDouble = Shapes::FloatShape.new(name: 'CalculateRouteSummaryDistanceDouble')
66
+ CalculateRouteSummaryDurationSecondsDouble = Shapes::FloatShape.new(name: 'CalculateRouteSummaryDurationSecondsDouble')
67
+ CalculateRouteTruckModeOptions = Shapes::StructureShape.new(name: 'CalculateRouteTruckModeOptions')
54
68
  ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
55
69
  CountryCode = Shapes::StringShape.new(name: 'CountryCode')
56
70
  CountryCodeList = Shapes::ListShape.new(name: 'CountryCodeList')
@@ -60,6 +74,8 @@ module Aws::LocationService
60
74
  CreateMapResponse = Shapes::StructureShape.new(name: 'CreateMapResponse')
61
75
  CreatePlaceIndexRequest = Shapes::StructureShape.new(name: 'CreatePlaceIndexRequest')
62
76
  CreatePlaceIndexResponse = Shapes::StructureShape.new(name: 'CreatePlaceIndexResponse')
77
+ CreateRouteCalculatorRequest = Shapes::StructureShape.new(name: 'CreateRouteCalculatorRequest')
78
+ CreateRouteCalculatorResponse = Shapes::StructureShape.new(name: 'CreateRouteCalculatorResponse')
63
79
  CreateTrackerRequest = Shapes::StructureShape.new(name: 'CreateTrackerRequest')
64
80
  CreateTrackerResponse = Shapes::StructureShape.new(name: 'CreateTrackerResponse')
65
81
  DataSourceConfiguration = Shapes::StructureShape.new(name: 'DataSourceConfiguration')
@@ -69,6 +85,8 @@ module Aws::LocationService
69
85
  DeleteMapResponse = Shapes::StructureShape.new(name: 'DeleteMapResponse')
70
86
  DeletePlaceIndexRequest = Shapes::StructureShape.new(name: 'DeletePlaceIndexRequest')
71
87
  DeletePlaceIndexResponse = Shapes::StructureShape.new(name: 'DeletePlaceIndexResponse')
88
+ DeleteRouteCalculatorRequest = Shapes::StructureShape.new(name: 'DeleteRouteCalculatorRequest')
89
+ DeleteRouteCalculatorResponse = Shapes::StructureShape.new(name: 'DeleteRouteCalculatorResponse')
72
90
  DeleteTrackerRequest = Shapes::StructureShape.new(name: 'DeleteTrackerRequest')
73
91
  DeleteTrackerResponse = Shapes::StructureShape.new(name: 'DeleteTrackerResponse')
74
92
  DescribeGeofenceCollectionRequest = Shapes::StructureShape.new(name: 'DescribeGeofenceCollectionRequest')
@@ -77,13 +95,17 @@ module Aws::LocationService
77
95
  DescribeMapResponse = Shapes::StructureShape.new(name: 'DescribeMapResponse')
78
96
  DescribePlaceIndexRequest = Shapes::StructureShape.new(name: 'DescribePlaceIndexRequest')
79
97
  DescribePlaceIndexResponse = Shapes::StructureShape.new(name: 'DescribePlaceIndexResponse')
98
+ DescribeRouteCalculatorRequest = Shapes::StructureShape.new(name: 'DescribeRouteCalculatorRequest')
99
+ DescribeRouteCalculatorResponse = Shapes::StructureShape.new(name: 'DescribeRouteCalculatorResponse')
80
100
  DescribeTrackerRequest = Shapes::StructureShape.new(name: 'DescribeTrackerRequest')
81
101
  DescribeTrackerResponse = Shapes::StructureShape.new(name: 'DescribeTrackerResponse')
82
102
  DevicePosition = Shapes::StructureShape.new(name: 'DevicePosition')
83
103
  DevicePositionList = Shapes::ListShape.new(name: 'DevicePositionList')
84
104
  DevicePositionUpdate = Shapes::StructureShape.new(name: 'DevicePositionUpdate')
105
+ DimensionUnit = Shapes::StringShape.new(name: 'DimensionUnit')
85
106
  DisassociateTrackerConsumerRequest = Shapes::StructureShape.new(name: 'DisassociateTrackerConsumerRequest')
86
107
  DisassociateTrackerConsumerResponse = Shapes::StructureShape.new(name: 'DisassociateTrackerConsumerResponse')
108
+ DistanceUnit = Shapes::StringShape.new(name: 'DistanceUnit')
87
109
  Double = Shapes::FloatShape.new(name: 'Double')
88
110
  GeofenceGeometry = Shapes::StructureShape.new(name: 'GeofenceGeometry')
89
111
  GetDevicePositionHistoryRequest = Shapes::StructureShape.new(name: 'GetDevicePositionHistoryRequest')
@@ -108,8 +130,20 @@ module Aws::LocationService
108
130
  Id = Shapes::StringShape.new(name: 'Id')
109
131
  IntendedUse = Shapes::StringShape.new(name: 'IntendedUse')
110
132
  InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
133
+ KmsKeyId = Shapes::StringShape.new(name: 'KmsKeyId')
134
+ Leg = Shapes::StructureShape.new(name: 'Leg')
135
+ LegDistanceDouble = Shapes::FloatShape.new(name: 'LegDistanceDouble')
136
+ LegDurationSecondsDouble = Shapes::FloatShape.new(name: 'LegDurationSecondsDouble')
137
+ LegGeometry = Shapes::StructureShape.new(name: 'LegGeometry')
138
+ LegList = Shapes::ListShape.new(name: 'LegList')
139
+ LineString = Shapes::ListShape.new(name: 'LineString')
111
140
  LinearRing = Shapes::ListShape.new(name: 'LinearRing')
112
141
  LinearRings = Shapes::ListShape.new(name: 'LinearRings')
142
+ ListDevicePositionsRequest = Shapes::StructureShape.new(name: 'ListDevicePositionsRequest')
143
+ ListDevicePositionsRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListDevicePositionsRequestMaxResultsInteger')
144
+ ListDevicePositionsResponse = Shapes::StructureShape.new(name: 'ListDevicePositionsResponse')
145
+ ListDevicePositionsResponseEntry = Shapes::StructureShape.new(name: 'ListDevicePositionsResponseEntry')
146
+ ListDevicePositionsResponseEntryList = Shapes::ListShape.new(name: 'ListDevicePositionsResponseEntryList')
113
147
  ListGeofenceCollectionsRequest = Shapes::StructureShape.new(name: 'ListGeofenceCollectionsRequest')
114
148
  ListGeofenceCollectionsRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListGeofenceCollectionsRequestMaxResultsInteger')
115
149
  ListGeofenceCollectionsResponse = Shapes::StructureShape.new(name: 'ListGeofenceCollectionsResponse')
@@ -129,6 +163,13 @@ module Aws::LocationService
129
163
  ListPlaceIndexesResponse = Shapes::StructureShape.new(name: 'ListPlaceIndexesResponse')
130
164
  ListPlaceIndexesResponseEntry = Shapes::StructureShape.new(name: 'ListPlaceIndexesResponseEntry')
131
165
  ListPlaceIndexesResponseEntryList = Shapes::ListShape.new(name: 'ListPlaceIndexesResponseEntryList')
166
+ ListRouteCalculatorsRequest = Shapes::StructureShape.new(name: 'ListRouteCalculatorsRequest')
167
+ ListRouteCalculatorsRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListRouteCalculatorsRequestMaxResultsInteger')
168
+ ListRouteCalculatorsResponse = Shapes::StructureShape.new(name: 'ListRouteCalculatorsResponse')
169
+ ListRouteCalculatorsResponseEntry = Shapes::StructureShape.new(name: 'ListRouteCalculatorsResponseEntry')
170
+ ListRouteCalculatorsResponseEntryList = Shapes::ListShape.new(name: 'ListRouteCalculatorsResponseEntryList')
171
+ ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
172
+ ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
132
173
  ListTrackerConsumersRequest = Shapes::StructureShape.new(name: 'ListTrackerConsumersRequest')
133
174
  ListTrackerConsumersRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListTrackerConsumersRequestMaxResultsInteger')
134
175
  ListTrackerConsumersResponse = Shapes::StructureShape.new(name: 'ListTrackerConsumersResponse')
@@ -159,16 +200,48 @@ module Aws::LocationService
159
200
  SearchPlaceIndexForTextRequest = Shapes::StructureShape.new(name: 'SearchPlaceIndexForTextRequest')
160
201
  SearchPlaceIndexForTextResponse = Shapes::StructureShape.new(name: 'SearchPlaceIndexForTextResponse')
161
202
  SearchPlaceIndexForTextSummary = Shapes::StructureShape.new(name: 'SearchPlaceIndexForTextSummary')
203
+ ServiceQuotaExceededException = Shapes::StructureShape.new(name: 'ServiceQuotaExceededException')
204
+ Step = Shapes::StructureShape.new(name: 'Step')
205
+ StepDistanceDouble = Shapes::FloatShape.new(name: 'StepDistanceDouble')
206
+ StepDurationSecondsDouble = Shapes::FloatShape.new(name: 'StepDurationSecondsDouble')
207
+ StepGeometryOffsetInteger = Shapes::IntegerShape.new(name: 'StepGeometryOffsetInteger')
208
+ StepList = Shapes::ListShape.new(name: 'StepList')
162
209
  String = Shapes::StringShape.new(name: 'String')
163
210
  SyntheticSearchPlaceIndexForTextRequestString = Shapes::StringShape.new(name: 'SyntheticSearchPlaceIndexForTextRequestString')
164
211
  SyntheticSearchPlaceIndexForTextSummaryString = Shapes::StringShape.new(name: 'SyntheticSearchPlaceIndexForTextSummaryString')
212
+ TagKey = Shapes::StringShape.new(name: 'TagKey')
213
+ TagKeys = Shapes::ListShape.new(name: 'TagKeys')
214
+ TagMap = Shapes::MapShape.new(name: 'TagMap')
215
+ TagResourceRequest = Shapes::StructureShape.new(name: 'TagResourceRequest')
216
+ TagResourceResponse = Shapes::StructureShape.new(name: 'TagResourceResponse')
217
+ TagValue = Shapes::StringShape.new(name: 'TagValue')
165
218
  ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
166
219
  Timestamp = Shapes::TimestampShape.new(name: 'Timestamp', timestampFormat: "iso8601")
167
220
  Token = Shapes::StringShape.new(name: 'Token')
221
+ TravelMode = Shapes::StringShape.new(name: 'TravelMode')
222
+ TruckDimensions = Shapes::StructureShape.new(name: 'TruckDimensions')
223
+ TruckDimensionsHeightDouble = Shapes::FloatShape.new(name: 'TruckDimensionsHeightDouble')
224
+ TruckDimensionsLengthDouble = Shapes::FloatShape.new(name: 'TruckDimensionsLengthDouble')
225
+ TruckDimensionsWidthDouble = Shapes::FloatShape.new(name: 'TruckDimensionsWidthDouble')
226
+ TruckWeight = Shapes::StructureShape.new(name: 'TruckWeight')
227
+ TruckWeightTotalDouble = Shapes::FloatShape.new(name: 'TruckWeightTotalDouble')
228
+ UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
229
+ UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
230
+ UpdateGeofenceCollectionRequest = Shapes::StructureShape.new(name: 'UpdateGeofenceCollectionRequest')
231
+ UpdateGeofenceCollectionResponse = Shapes::StructureShape.new(name: 'UpdateGeofenceCollectionResponse')
232
+ UpdateMapRequest = Shapes::StructureShape.new(name: 'UpdateMapRequest')
233
+ UpdateMapResponse = Shapes::StructureShape.new(name: 'UpdateMapResponse')
234
+ UpdatePlaceIndexRequest = Shapes::StructureShape.new(name: 'UpdatePlaceIndexRequest')
235
+ UpdatePlaceIndexResponse = Shapes::StructureShape.new(name: 'UpdatePlaceIndexResponse')
236
+ UpdateRouteCalculatorRequest = Shapes::StructureShape.new(name: 'UpdateRouteCalculatorRequest')
237
+ UpdateRouteCalculatorResponse = Shapes::StructureShape.new(name: 'UpdateRouteCalculatorResponse')
238
+ UpdateTrackerRequest = Shapes::StructureShape.new(name: 'UpdateTrackerRequest')
239
+ UpdateTrackerResponse = Shapes::StructureShape.new(name: 'UpdateTrackerResponse')
168
240
  ValidationException = Shapes::StructureShape.new(name: 'ValidationException')
169
241
  ValidationExceptionField = Shapes::StructureShape.new(name: 'ValidationExceptionField')
170
242
  ValidationExceptionFieldList = Shapes::ListShape.new(name: 'ValidationExceptionFieldList')
171
243
  ValidationExceptionReason = Shapes::StringShape.new(name: 'ValidationExceptionReason')
244
+ VehicleWeightUnit = Shapes::StringShape.new(name: 'VehicleWeightUnit')
172
245
 
173
246
  AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
174
247
  AccessDeniedException.struct_class = Types::AccessDeniedException
@@ -181,6 +254,21 @@ module Aws::LocationService
181
254
 
182
255
  AssociateTrackerConsumerResponse.struct_class = Types::AssociateTrackerConsumerResponse
183
256
 
257
+ BatchDeleteDevicePositionHistoryError.add_member(:device_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "DeviceId"))
258
+ BatchDeleteDevicePositionHistoryError.add_member(:error, Shapes::ShapeRef.new(shape: BatchItemError, required: true, location_name: "Error"))
259
+ BatchDeleteDevicePositionHistoryError.struct_class = Types::BatchDeleteDevicePositionHistoryError
260
+
261
+ BatchDeleteDevicePositionHistoryErrorList.member = Shapes::ShapeRef.new(shape: BatchDeleteDevicePositionHistoryError)
262
+
263
+ BatchDeleteDevicePositionHistoryRequest.add_member(:device_ids, Shapes::ShapeRef.new(shape: BatchDeleteDevicePositionHistoryRequestDeviceIdsList, required: true, location_name: "DeviceIds"))
264
+ BatchDeleteDevicePositionHistoryRequest.add_member(:tracker_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "TrackerName"))
265
+ BatchDeleteDevicePositionHistoryRequest.struct_class = Types::BatchDeleteDevicePositionHistoryRequest
266
+
267
+ BatchDeleteDevicePositionHistoryRequestDeviceIdsList.member = Shapes::ShapeRef.new(shape: Id)
268
+
269
+ BatchDeleteDevicePositionHistoryResponse.add_member(:errors, Shapes::ShapeRef.new(shape: BatchDeleteDevicePositionHistoryErrorList, required: true, location_name: "Errors"))
270
+ BatchDeleteDevicePositionHistoryResponse.struct_class = Types::BatchDeleteDevicePositionHistoryResponse
271
+
184
272
  BatchDeleteGeofenceError.add_member(:error, Shapes::ShapeRef.new(shape: BatchItemError, required: true, location_name: "Error"))
185
273
  BatchDeleteGeofenceError.add_member(:geofence_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "GeofenceId"))
186
274
  BatchDeleteGeofenceError.struct_class = Types::BatchDeleteGeofenceError
@@ -277,6 +365,42 @@ module Aws::LocationService
277
365
 
278
366
  BoundingBox.member = Shapes::ShapeRef.new(shape: Double)
279
367
 
368
+ CalculateRouteCarModeOptions.add_member(:avoid_ferries, Shapes::ShapeRef.new(shape: Boolean, location_name: "AvoidFerries"))
369
+ CalculateRouteCarModeOptions.add_member(:avoid_tolls, Shapes::ShapeRef.new(shape: Boolean, location_name: "AvoidTolls"))
370
+ CalculateRouteCarModeOptions.struct_class = Types::CalculateRouteCarModeOptions
371
+
372
+ CalculateRouteRequest.add_member(:calculator_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "CalculatorName"))
373
+ CalculateRouteRequest.add_member(:car_mode_options, Shapes::ShapeRef.new(shape: CalculateRouteCarModeOptions, location_name: "CarModeOptions"))
374
+ CalculateRouteRequest.add_member(:depart_now, Shapes::ShapeRef.new(shape: Boolean, location_name: "DepartNow"))
375
+ CalculateRouteRequest.add_member(:departure_position, Shapes::ShapeRef.new(shape: Position, required: true, location_name: "DeparturePosition"))
376
+ CalculateRouteRequest.add_member(:departure_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "DepartureTime"))
377
+ CalculateRouteRequest.add_member(:destination_position, Shapes::ShapeRef.new(shape: Position, required: true, location_name: "DestinationPosition"))
378
+ CalculateRouteRequest.add_member(:distance_unit, Shapes::ShapeRef.new(shape: DistanceUnit, location_name: "DistanceUnit"))
379
+ CalculateRouteRequest.add_member(:include_leg_geometry, Shapes::ShapeRef.new(shape: Boolean, location_name: "IncludeLegGeometry"))
380
+ CalculateRouteRequest.add_member(:travel_mode, Shapes::ShapeRef.new(shape: TravelMode, location_name: "TravelMode"))
381
+ CalculateRouteRequest.add_member(:truck_mode_options, Shapes::ShapeRef.new(shape: CalculateRouteTruckModeOptions, location_name: "TruckModeOptions"))
382
+ CalculateRouteRequest.add_member(:waypoint_positions, Shapes::ShapeRef.new(shape: CalculateRouteRequestWaypointPositionsList, location_name: "WaypointPositions"))
383
+ CalculateRouteRequest.struct_class = Types::CalculateRouteRequest
384
+
385
+ CalculateRouteRequestWaypointPositionsList.member = Shapes::ShapeRef.new(shape: Position)
386
+
387
+ CalculateRouteResponse.add_member(:legs, Shapes::ShapeRef.new(shape: LegList, required: true, location_name: "Legs"))
388
+ CalculateRouteResponse.add_member(:summary, Shapes::ShapeRef.new(shape: CalculateRouteSummary, required: true, location_name: "Summary"))
389
+ CalculateRouteResponse.struct_class = Types::CalculateRouteResponse
390
+
391
+ CalculateRouteSummary.add_member(:data_source, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DataSource"))
392
+ CalculateRouteSummary.add_member(:distance, Shapes::ShapeRef.new(shape: CalculateRouteSummaryDistanceDouble, required: true, location_name: "Distance"))
393
+ CalculateRouteSummary.add_member(:distance_unit, Shapes::ShapeRef.new(shape: DistanceUnit, required: true, location_name: "DistanceUnit"))
394
+ CalculateRouteSummary.add_member(:duration_seconds, Shapes::ShapeRef.new(shape: CalculateRouteSummaryDurationSecondsDouble, required: true, location_name: "DurationSeconds"))
395
+ CalculateRouteSummary.add_member(:route_b_box, Shapes::ShapeRef.new(shape: BoundingBox, required: true, location_name: "RouteBBox"))
396
+ CalculateRouteSummary.struct_class = Types::CalculateRouteSummary
397
+
398
+ CalculateRouteTruckModeOptions.add_member(:avoid_ferries, Shapes::ShapeRef.new(shape: Boolean, location_name: "AvoidFerries"))
399
+ CalculateRouteTruckModeOptions.add_member(:avoid_tolls, Shapes::ShapeRef.new(shape: Boolean, location_name: "AvoidTolls"))
400
+ CalculateRouteTruckModeOptions.add_member(:dimensions, Shapes::ShapeRef.new(shape: TruckDimensions, location_name: "Dimensions"))
401
+ CalculateRouteTruckModeOptions.add_member(:weight, Shapes::ShapeRef.new(shape: TruckWeight, location_name: "Weight"))
402
+ CalculateRouteTruckModeOptions.struct_class = Types::CalculateRouteTruckModeOptions
403
+
280
404
  ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
281
405
  ConflictException.struct_class = Types::ConflictException
282
406
 
@@ -284,8 +408,10 @@ module Aws::LocationService
284
408
 
285
409
  CreateGeofenceCollectionRequest.add_member(:collection_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "CollectionName"))
286
410
  CreateGeofenceCollectionRequest.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "Description"))
411
+ CreateGeofenceCollectionRequest.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "KmsKeyId"))
287
412
  CreateGeofenceCollectionRequest.add_member(:pricing_plan, Shapes::ShapeRef.new(shape: PricingPlan, required: true, location_name: "PricingPlan"))
288
413
  CreateGeofenceCollectionRequest.add_member(:pricing_plan_data_source, Shapes::ShapeRef.new(shape: String, location_name: "PricingPlanDataSource"))
414
+ CreateGeofenceCollectionRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
289
415
  CreateGeofenceCollectionRequest.struct_class = Types::CreateGeofenceCollectionRequest
290
416
 
291
417
  CreateGeofenceCollectionResponse.add_member(:collection_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "CollectionArn"))
@@ -297,6 +423,7 @@ module Aws::LocationService
297
423
  CreateMapRequest.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "Description"))
298
424
  CreateMapRequest.add_member(:map_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "MapName"))
299
425
  CreateMapRequest.add_member(:pricing_plan, Shapes::ShapeRef.new(shape: PricingPlan, required: true, location_name: "PricingPlan"))
426
+ CreateMapRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
300
427
  CreateMapRequest.struct_class = Types::CreateMapRequest
301
428
 
302
429
  CreateMapResponse.add_member(:create_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreateTime"))
@@ -309,6 +436,7 @@ module Aws::LocationService
309
436
  CreatePlaceIndexRequest.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "Description"))
310
437
  CreatePlaceIndexRequest.add_member(:index_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "IndexName"))
311
438
  CreatePlaceIndexRequest.add_member(:pricing_plan, Shapes::ShapeRef.new(shape: PricingPlan, required: true, location_name: "PricingPlan"))
439
+ CreatePlaceIndexRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
312
440
  CreatePlaceIndexRequest.struct_class = Types::CreatePlaceIndexRequest
313
441
 
314
442
  CreatePlaceIndexResponse.add_member(:create_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreateTime"))
@@ -316,9 +444,23 @@ module Aws::LocationService
316
444
  CreatePlaceIndexResponse.add_member(:index_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "IndexName"))
317
445
  CreatePlaceIndexResponse.struct_class = Types::CreatePlaceIndexResponse
318
446
 
447
+ CreateRouteCalculatorRequest.add_member(:calculator_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "CalculatorName"))
448
+ CreateRouteCalculatorRequest.add_member(:data_source, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DataSource"))
449
+ CreateRouteCalculatorRequest.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "Description"))
450
+ CreateRouteCalculatorRequest.add_member(:pricing_plan, Shapes::ShapeRef.new(shape: PricingPlan, required: true, location_name: "PricingPlan"))
451
+ CreateRouteCalculatorRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
452
+ CreateRouteCalculatorRequest.struct_class = Types::CreateRouteCalculatorRequest
453
+
454
+ CreateRouteCalculatorResponse.add_member(:calculator_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "CalculatorArn"))
455
+ CreateRouteCalculatorResponse.add_member(:calculator_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "CalculatorName"))
456
+ CreateRouteCalculatorResponse.add_member(:create_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreateTime"))
457
+ CreateRouteCalculatorResponse.struct_class = Types::CreateRouteCalculatorResponse
458
+
319
459
  CreateTrackerRequest.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "Description"))
460
+ CreateTrackerRequest.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "KmsKeyId"))
320
461
  CreateTrackerRequest.add_member(:pricing_plan, Shapes::ShapeRef.new(shape: PricingPlan, required: true, location_name: "PricingPlan"))
321
462
  CreateTrackerRequest.add_member(:pricing_plan_data_source, Shapes::ShapeRef.new(shape: String, location_name: "PricingPlanDataSource"))
463
+ CreateTrackerRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
322
464
  CreateTrackerRequest.add_member(:tracker_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "TrackerName"))
323
465
  CreateTrackerRequest.struct_class = Types::CreateTrackerRequest
324
466
 
@@ -345,6 +487,11 @@ module Aws::LocationService
345
487
 
346
488
  DeletePlaceIndexResponse.struct_class = Types::DeletePlaceIndexResponse
347
489
 
490
+ DeleteRouteCalculatorRequest.add_member(:calculator_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "CalculatorName"))
491
+ DeleteRouteCalculatorRequest.struct_class = Types::DeleteRouteCalculatorRequest
492
+
493
+ DeleteRouteCalculatorResponse.struct_class = Types::DeleteRouteCalculatorResponse
494
+
348
495
  DeleteTrackerRequest.add_member(:tracker_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "TrackerName"))
349
496
  DeleteTrackerRequest.struct_class = Types::DeleteTrackerRequest
350
497
 
@@ -357,8 +504,10 @@ module Aws::LocationService
357
504
  DescribeGeofenceCollectionResponse.add_member(:collection_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "CollectionName"))
358
505
  DescribeGeofenceCollectionResponse.add_member(:create_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreateTime"))
359
506
  DescribeGeofenceCollectionResponse.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, required: true, location_name: "Description"))
507
+ DescribeGeofenceCollectionResponse.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "KmsKeyId"))
360
508
  DescribeGeofenceCollectionResponse.add_member(:pricing_plan, Shapes::ShapeRef.new(shape: PricingPlan, required: true, location_name: "PricingPlan"))
361
509
  DescribeGeofenceCollectionResponse.add_member(:pricing_plan_data_source, Shapes::ShapeRef.new(shape: String, location_name: "PricingPlanDataSource"))
510
+ DescribeGeofenceCollectionResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
362
511
  DescribeGeofenceCollectionResponse.add_member(:update_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "UpdateTime"))
363
512
  DescribeGeofenceCollectionResponse.struct_class = Types::DescribeGeofenceCollectionResponse
364
513
 
@@ -372,6 +521,7 @@ module Aws::LocationService
372
521
  DescribeMapResponse.add_member(:map_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "MapArn"))
373
522
  DescribeMapResponse.add_member(:map_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "MapName"))
374
523
  DescribeMapResponse.add_member(:pricing_plan, Shapes::ShapeRef.new(shape: PricingPlan, required: true, location_name: "PricingPlan"))
524
+ DescribeMapResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
375
525
  DescribeMapResponse.add_member(:update_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "UpdateTime"))
376
526
  DescribeMapResponse.struct_class = Types::DescribeMapResponse
377
527
 
@@ -385,16 +535,32 @@ module Aws::LocationService
385
535
  DescribePlaceIndexResponse.add_member(:index_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "IndexArn"))
386
536
  DescribePlaceIndexResponse.add_member(:index_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "IndexName"))
387
537
  DescribePlaceIndexResponse.add_member(:pricing_plan, Shapes::ShapeRef.new(shape: PricingPlan, required: true, location_name: "PricingPlan"))
538
+ DescribePlaceIndexResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
388
539
  DescribePlaceIndexResponse.add_member(:update_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "UpdateTime"))
389
540
  DescribePlaceIndexResponse.struct_class = Types::DescribePlaceIndexResponse
390
541
 
542
+ DescribeRouteCalculatorRequest.add_member(:calculator_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "CalculatorName"))
543
+ DescribeRouteCalculatorRequest.struct_class = Types::DescribeRouteCalculatorRequest
544
+
545
+ DescribeRouteCalculatorResponse.add_member(:calculator_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "CalculatorArn"))
546
+ DescribeRouteCalculatorResponse.add_member(:calculator_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "CalculatorName"))
547
+ DescribeRouteCalculatorResponse.add_member(:create_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreateTime"))
548
+ DescribeRouteCalculatorResponse.add_member(:data_source, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DataSource"))
549
+ DescribeRouteCalculatorResponse.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, required: true, location_name: "Description"))
550
+ DescribeRouteCalculatorResponse.add_member(:pricing_plan, Shapes::ShapeRef.new(shape: PricingPlan, required: true, location_name: "PricingPlan"))
551
+ DescribeRouteCalculatorResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
552
+ DescribeRouteCalculatorResponse.add_member(:update_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "UpdateTime"))
553
+ DescribeRouteCalculatorResponse.struct_class = Types::DescribeRouteCalculatorResponse
554
+
391
555
  DescribeTrackerRequest.add_member(:tracker_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "TrackerName"))
392
556
  DescribeTrackerRequest.struct_class = Types::DescribeTrackerRequest
393
557
 
394
558
  DescribeTrackerResponse.add_member(:create_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreateTime"))
395
559
  DescribeTrackerResponse.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, required: true, location_name: "Description"))
560
+ DescribeTrackerResponse.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "KmsKeyId"))
396
561
  DescribeTrackerResponse.add_member(:pricing_plan, Shapes::ShapeRef.new(shape: PricingPlan, required: true, location_name: "PricingPlan"))
397
562
  DescribeTrackerResponse.add_member(:pricing_plan_data_source, Shapes::ShapeRef.new(shape: String, location_name: "PricingPlanDataSource"))
563
+ DescribeTrackerResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
398
564
  DescribeTrackerResponse.add_member(:tracker_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "TrackerArn"))
399
565
  DescribeTrackerResponse.add_member(:tracker_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "TrackerName"))
400
566
  DescribeTrackerResponse.add_member(:update_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "UpdateTime"))
@@ -499,10 +665,41 @@ module Aws::LocationService
499
665
  InternalServerException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
500
666
  InternalServerException.struct_class = Types::InternalServerException
501
667
 
668
+ Leg.add_member(:distance, Shapes::ShapeRef.new(shape: LegDistanceDouble, required: true, location_name: "Distance"))
669
+ Leg.add_member(:duration_seconds, Shapes::ShapeRef.new(shape: LegDurationSecondsDouble, required: true, location_name: "DurationSeconds"))
670
+ Leg.add_member(:end_position, Shapes::ShapeRef.new(shape: Position, required: true, location_name: "EndPosition"))
671
+ Leg.add_member(:geometry, Shapes::ShapeRef.new(shape: LegGeometry, location_name: "Geometry"))
672
+ Leg.add_member(:start_position, Shapes::ShapeRef.new(shape: Position, required: true, location_name: "StartPosition"))
673
+ Leg.add_member(:steps, Shapes::ShapeRef.new(shape: StepList, required: true, location_name: "Steps"))
674
+ Leg.struct_class = Types::Leg
675
+
676
+ LegGeometry.add_member(:line_string, Shapes::ShapeRef.new(shape: LineString, location_name: "LineString"))
677
+ LegGeometry.struct_class = Types::LegGeometry
678
+
679
+ LegList.member = Shapes::ShapeRef.new(shape: Leg)
680
+
681
+ LineString.member = Shapes::ShapeRef.new(shape: Position)
682
+
502
683
  LinearRing.member = Shapes::ShapeRef.new(shape: Position)
503
684
 
504
685
  LinearRings.member = Shapes::ShapeRef.new(shape: LinearRing)
505
686
 
687
+ ListDevicePositionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListDevicePositionsRequestMaxResultsInteger, location_name: "MaxResults"))
688
+ ListDevicePositionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
689
+ ListDevicePositionsRequest.add_member(:tracker_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "TrackerName"))
690
+ ListDevicePositionsRequest.struct_class = Types::ListDevicePositionsRequest
691
+
692
+ ListDevicePositionsResponse.add_member(:entries, Shapes::ShapeRef.new(shape: ListDevicePositionsResponseEntryList, required: true, location_name: "Entries"))
693
+ ListDevicePositionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
694
+ ListDevicePositionsResponse.struct_class = Types::ListDevicePositionsResponse
695
+
696
+ ListDevicePositionsResponseEntry.add_member(:device_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "DeviceId"))
697
+ ListDevicePositionsResponseEntry.add_member(:position, Shapes::ShapeRef.new(shape: Position, required: true, location_name: "Position"))
698
+ ListDevicePositionsResponseEntry.add_member(:sample_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "SampleTime"))
699
+ ListDevicePositionsResponseEntry.struct_class = Types::ListDevicePositionsResponseEntry
700
+
701
+ ListDevicePositionsResponseEntryList.member = Shapes::ShapeRef.new(shape: ListDevicePositionsResponseEntry)
702
+
506
703
  ListGeofenceCollectionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListGeofenceCollectionsRequestMaxResultsInteger, location_name: "MaxResults"))
507
704
  ListGeofenceCollectionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
508
705
  ListGeofenceCollectionsRequest.struct_class = Types::ListGeofenceCollectionsRequest
@@ -574,6 +771,30 @@ module Aws::LocationService
574
771
 
575
772
  ListPlaceIndexesResponseEntryList.member = Shapes::ShapeRef.new(shape: ListPlaceIndexesResponseEntry)
576
773
 
774
+ ListRouteCalculatorsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListRouteCalculatorsRequestMaxResultsInteger, location_name: "MaxResults"))
775
+ ListRouteCalculatorsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
776
+ ListRouteCalculatorsRequest.struct_class = Types::ListRouteCalculatorsRequest
777
+
778
+ ListRouteCalculatorsResponse.add_member(:entries, Shapes::ShapeRef.new(shape: ListRouteCalculatorsResponseEntryList, required: true, location_name: "Entries"))
779
+ ListRouteCalculatorsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
780
+ ListRouteCalculatorsResponse.struct_class = Types::ListRouteCalculatorsResponse
781
+
782
+ ListRouteCalculatorsResponseEntry.add_member(:calculator_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "CalculatorName"))
783
+ ListRouteCalculatorsResponseEntry.add_member(:create_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreateTime"))
784
+ ListRouteCalculatorsResponseEntry.add_member(:data_source, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DataSource"))
785
+ ListRouteCalculatorsResponseEntry.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, required: true, location_name: "Description"))
786
+ ListRouteCalculatorsResponseEntry.add_member(:pricing_plan, Shapes::ShapeRef.new(shape: PricingPlan, required: true, location_name: "PricingPlan"))
787
+ ListRouteCalculatorsResponseEntry.add_member(:update_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "UpdateTime"))
788
+ ListRouteCalculatorsResponseEntry.struct_class = Types::ListRouteCalculatorsResponseEntry
789
+
790
+ ListRouteCalculatorsResponseEntryList.member = Shapes::ShapeRef.new(shape: ListRouteCalculatorsResponseEntry)
791
+
792
+ ListTagsForResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location: "uri", location_name: "ResourceArn"))
793
+ ListTagsForResourceRequest.struct_class = Types::ListTagsForResourceRequest
794
+
795
+ ListTagsForResourceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
796
+ ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
797
+
577
798
  ListTrackerConsumersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListTrackerConsumersRequestMaxResultsInteger, location_name: "MaxResults"))
578
799
  ListTrackerConsumersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
579
800
  ListTrackerConsumersRequest.add_member(:tracker_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "TrackerName"))
@@ -679,9 +900,101 @@ module Aws::LocationService
679
900
  SearchPlaceIndexForTextSummary.add_member(:text, Shapes::ShapeRef.new(shape: SyntheticSearchPlaceIndexForTextSummaryString, required: true, location_name: "Text"))
680
901
  SearchPlaceIndexForTextSummary.struct_class = Types::SearchPlaceIndexForTextSummary
681
902
 
903
+ ServiceQuotaExceededException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
904
+ ServiceQuotaExceededException.struct_class = Types::ServiceQuotaExceededException
905
+
906
+ Step.add_member(:distance, Shapes::ShapeRef.new(shape: StepDistanceDouble, required: true, location_name: "Distance"))
907
+ Step.add_member(:duration_seconds, Shapes::ShapeRef.new(shape: StepDurationSecondsDouble, required: true, location_name: "DurationSeconds"))
908
+ Step.add_member(:end_position, Shapes::ShapeRef.new(shape: Position, required: true, location_name: "EndPosition"))
909
+ Step.add_member(:geometry_offset, Shapes::ShapeRef.new(shape: StepGeometryOffsetInteger, location_name: "GeometryOffset"))
910
+ Step.add_member(:start_position, Shapes::ShapeRef.new(shape: Position, required: true, location_name: "StartPosition"))
911
+ Step.struct_class = Types::Step
912
+
913
+ StepList.member = Shapes::ShapeRef.new(shape: Step)
914
+
915
+ TagKeys.member = Shapes::ShapeRef.new(shape: String)
916
+
917
+ TagMap.key = Shapes::ShapeRef.new(shape: TagKey)
918
+ TagMap.value = Shapes::ShapeRef.new(shape: TagValue)
919
+
920
+ TagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location: "uri", location_name: "ResourceArn"))
921
+ TagResourceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, required: true, location_name: "Tags"))
922
+ TagResourceRequest.struct_class = Types::TagResourceRequest
923
+
924
+ TagResourceResponse.struct_class = Types::TagResourceResponse
925
+
682
926
  ThrottlingException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
683
927
  ThrottlingException.struct_class = Types::ThrottlingException
684
928
 
929
+ TruckDimensions.add_member(:height, Shapes::ShapeRef.new(shape: TruckDimensionsHeightDouble, location_name: "Height"))
930
+ TruckDimensions.add_member(:length, Shapes::ShapeRef.new(shape: TruckDimensionsLengthDouble, location_name: "Length"))
931
+ TruckDimensions.add_member(:unit, Shapes::ShapeRef.new(shape: DimensionUnit, location_name: "Unit"))
932
+ TruckDimensions.add_member(:width, Shapes::ShapeRef.new(shape: TruckDimensionsWidthDouble, location_name: "Width"))
933
+ TruckDimensions.struct_class = Types::TruckDimensions
934
+
935
+ TruckWeight.add_member(:total, Shapes::ShapeRef.new(shape: TruckWeightTotalDouble, location_name: "Total"))
936
+ TruckWeight.add_member(:unit, Shapes::ShapeRef.new(shape: VehicleWeightUnit, location_name: "Unit"))
937
+ TruckWeight.struct_class = Types::TruckWeight
938
+
939
+ UntagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location: "uri", location_name: "ResourceArn"))
940
+ UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeys, required: true, location: "querystring", location_name: "tagKeys"))
941
+ UntagResourceRequest.struct_class = Types::UntagResourceRequest
942
+
943
+ UntagResourceResponse.struct_class = Types::UntagResourceResponse
944
+
945
+ UpdateGeofenceCollectionRequest.add_member(:collection_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "CollectionName"))
946
+ UpdateGeofenceCollectionRequest.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "Description"))
947
+ UpdateGeofenceCollectionRequest.add_member(:pricing_plan, Shapes::ShapeRef.new(shape: PricingPlan, location_name: "PricingPlan"))
948
+ UpdateGeofenceCollectionRequest.add_member(:pricing_plan_data_source, Shapes::ShapeRef.new(shape: String, location_name: "PricingPlanDataSource"))
949
+ UpdateGeofenceCollectionRequest.struct_class = Types::UpdateGeofenceCollectionRequest
950
+
951
+ UpdateGeofenceCollectionResponse.add_member(:collection_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "CollectionArn"))
952
+ UpdateGeofenceCollectionResponse.add_member(:collection_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "CollectionName"))
953
+ UpdateGeofenceCollectionResponse.add_member(:update_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "UpdateTime"))
954
+ UpdateGeofenceCollectionResponse.struct_class = Types::UpdateGeofenceCollectionResponse
955
+
956
+ UpdateMapRequest.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "Description"))
957
+ UpdateMapRequest.add_member(:map_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "MapName"))
958
+ UpdateMapRequest.add_member(:pricing_plan, Shapes::ShapeRef.new(shape: PricingPlan, location_name: "PricingPlan"))
959
+ UpdateMapRequest.struct_class = Types::UpdateMapRequest
960
+
961
+ UpdateMapResponse.add_member(:map_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "MapArn"))
962
+ UpdateMapResponse.add_member(:map_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "MapName"))
963
+ UpdateMapResponse.add_member(:update_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "UpdateTime"))
964
+ UpdateMapResponse.struct_class = Types::UpdateMapResponse
965
+
966
+ UpdatePlaceIndexRequest.add_member(:data_source_configuration, Shapes::ShapeRef.new(shape: DataSourceConfiguration, location_name: "DataSourceConfiguration"))
967
+ UpdatePlaceIndexRequest.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "Description"))
968
+ UpdatePlaceIndexRequest.add_member(:index_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "IndexName"))
969
+ UpdatePlaceIndexRequest.add_member(:pricing_plan, Shapes::ShapeRef.new(shape: PricingPlan, location_name: "PricingPlan"))
970
+ UpdatePlaceIndexRequest.struct_class = Types::UpdatePlaceIndexRequest
971
+
972
+ UpdatePlaceIndexResponse.add_member(:index_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "IndexArn"))
973
+ UpdatePlaceIndexResponse.add_member(:index_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "IndexName"))
974
+ UpdatePlaceIndexResponse.add_member(:update_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "UpdateTime"))
975
+ UpdatePlaceIndexResponse.struct_class = Types::UpdatePlaceIndexResponse
976
+
977
+ UpdateRouteCalculatorRequest.add_member(:calculator_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "CalculatorName"))
978
+ UpdateRouteCalculatorRequest.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "Description"))
979
+ UpdateRouteCalculatorRequest.add_member(:pricing_plan, Shapes::ShapeRef.new(shape: PricingPlan, location_name: "PricingPlan"))
980
+ UpdateRouteCalculatorRequest.struct_class = Types::UpdateRouteCalculatorRequest
981
+
982
+ UpdateRouteCalculatorResponse.add_member(:calculator_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "CalculatorArn"))
983
+ UpdateRouteCalculatorResponse.add_member(:calculator_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "CalculatorName"))
984
+ UpdateRouteCalculatorResponse.add_member(:update_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "UpdateTime"))
985
+ UpdateRouteCalculatorResponse.struct_class = Types::UpdateRouteCalculatorResponse
986
+
987
+ UpdateTrackerRequest.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "Description"))
988
+ UpdateTrackerRequest.add_member(:pricing_plan, Shapes::ShapeRef.new(shape: PricingPlan, location_name: "PricingPlan"))
989
+ UpdateTrackerRequest.add_member(:pricing_plan_data_source, Shapes::ShapeRef.new(shape: String, location_name: "PricingPlanDataSource"))
990
+ UpdateTrackerRequest.add_member(:tracker_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "TrackerName"))
991
+ UpdateTrackerRequest.struct_class = Types::UpdateTrackerRequest
992
+
993
+ UpdateTrackerResponse.add_member(:tracker_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "TrackerArn"))
994
+ UpdateTrackerResponse.add_member(:tracker_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "TrackerName"))
995
+ UpdateTrackerResponse.add_member(:update_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "UpdateTime"))
996
+ UpdateTrackerResponse.struct_class = Types::UpdateTrackerResponse
997
+
685
998
  ValidationException.add_member(:field_list, Shapes::ShapeRef.new(shape: ValidationExceptionFieldList, required: true, location_name: "fieldList"))
686
999
  ValidationException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
687
1000
  ValidationException.add_member(:reason, Shapes::ShapeRef.new(shape: ValidationExceptionReason, required: true, location_name: "reason"))
@@ -725,6 +1038,23 @@ module Aws::LocationService
725
1038
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
726
1039
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
727
1040
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1041
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1042
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1043
+ end)
1044
+
1045
+ api.add_operation(:batch_delete_device_position_history, Seahorse::Model::Operation.new.tap do |o|
1046
+ o.name = "BatchDeleteDevicePositionHistory"
1047
+ o.http_method = "POST"
1048
+ o.http_request_uri = "/tracking/v0/trackers/{TrackerName}/delete-positions"
1049
+ o.endpoint_pattern = {
1050
+ "hostPrefix" => "tracking.",
1051
+ }
1052
+ o.input = Shapes::ShapeRef.new(shape: BatchDeleteDevicePositionHistoryRequest)
1053
+ o.output = Shapes::ShapeRef.new(shape: BatchDeleteDevicePositionHistoryResponse)
1054
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1055
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1056
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1057
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
728
1058
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
729
1059
  end)
730
1060
 
@@ -808,6 +1138,22 @@ module Aws::LocationService
808
1138
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
809
1139
  end)
810
1140
 
1141
+ api.add_operation(:calculate_route, Seahorse::Model::Operation.new.tap do |o|
1142
+ o.name = "CalculateRoute"
1143
+ o.http_method = "POST"
1144
+ o.http_request_uri = "/routes/v0/calculators/{CalculatorName}/calculate/route"
1145
+ o.endpoint_pattern = {
1146
+ "hostPrefix" => "routes.",
1147
+ }
1148
+ o.input = Shapes::ShapeRef.new(shape: CalculateRouteRequest)
1149
+ o.output = Shapes::ShapeRef.new(shape: CalculateRouteResponse)
1150
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1151
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1152
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1153
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1154
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1155
+ end)
1156
+
811
1157
  api.add_operation(:create_geofence_collection, Seahorse::Model::Operation.new.tap do |o|
812
1158
  o.name = "CreateGeofenceCollection"
813
1159
  o.http_method = "POST"
@@ -856,6 +1202,22 @@ module Aws::LocationService
856
1202
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
857
1203
  end)
858
1204
 
1205
+ api.add_operation(:create_route_calculator, Seahorse::Model::Operation.new.tap do |o|
1206
+ o.name = "CreateRouteCalculator"
1207
+ o.http_method = "POST"
1208
+ o.http_request_uri = "/routes/v0/calculators"
1209
+ o.endpoint_pattern = {
1210
+ "hostPrefix" => "routes.",
1211
+ }
1212
+ o.input = Shapes::ShapeRef.new(shape: CreateRouteCalculatorRequest)
1213
+ o.output = Shapes::ShapeRef.new(shape: CreateRouteCalculatorResponse)
1214
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1215
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1216
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1217
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1218
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1219
+ end)
1220
+
859
1221
  api.add_operation(:create_tracker, Seahorse::Model::Operation.new.tap do |o|
860
1222
  o.name = "CreateTracker"
861
1223
  o.http_method = "POST"
@@ -920,6 +1282,22 @@ module Aws::LocationService
920
1282
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
921
1283
  end)
922
1284
 
1285
+ api.add_operation(:delete_route_calculator, Seahorse::Model::Operation.new.tap do |o|
1286
+ o.name = "DeleteRouteCalculator"
1287
+ o.http_method = "DELETE"
1288
+ o.http_request_uri = "/routes/v0/calculators/{CalculatorName}"
1289
+ o.endpoint_pattern = {
1290
+ "hostPrefix" => "routes.",
1291
+ }
1292
+ o.input = Shapes::ShapeRef.new(shape: DeleteRouteCalculatorRequest)
1293
+ o.output = Shapes::ShapeRef.new(shape: DeleteRouteCalculatorResponse)
1294
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1295
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1296
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1297
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1298
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1299
+ end)
1300
+
923
1301
  api.add_operation(:delete_tracker, Seahorse::Model::Operation.new.tap do |o|
924
1302
  o.name = "DeleteTracker"
925
1303
  o.http_method = "DELETE"
@@ -984,6 +1362,22 @@ module Aws::LocationService
984
1362
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
985
1363
  end)
986
1364
 
1365
+ api.add_operation(:describe_route_calculator, Seahorse::Model::Operation.new.tap do |o|
1366
+ o.name = "DescribeRouteCalculator"
1367
+ o.http_method = "GET"
1368
+ o.http_request_uri = "/routes/v0/calculators/{CalculatorName}"
1369
+ o.endpoint_pattern = {
1370
+ "hostPrefix" => "routes.",
1371
+ }
1372
+ o.input = Shapes::ShapeRef.new(shape: DescribeRouteCalculatorRequest)
1373
+ o.output = Shapes::ShapeRef.new(shape: DescribeRouteCalculatorResponse)
1374
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1375
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1376
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1377
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1378
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1379
+ end)
1380
+
987
1381
  api.add_operation(:describe_tracker, Seahorse::Model::Operation.new.tap do |o|
988
1382
  o.name = "DescribeTracker"
989
1383
  o.http_method = "GET"
@@ -1133,6 +1527,27 @@ module Aws::LocationService
1133
1527
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1134
1528
  end)
1135
1529
 
1530
+ api.add_operation(:list_device_positions, Seahorse::Model::Operation.new.tap do |o|
1531
+ o.name = "ListDevicePositions"
1532
+ o.http_method = "POST"
1533
+ o.http_request_uri = "/tracking/v0/trackers/{TrackerName}/list-positions"
1534
+ o.endpoint_pattern = {
1535
+ "hostPrefix" => "tracking.",
1536
+ }
1537
+ o.input = Shapes::ShapeRef.new(shape: ListDevicePositionsRequest)
1538
+ o.output = Shapes::ShapeRef.new(shape: ListDevicePositionsResponse)
1539
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1540
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1541
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1542
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1543
+ o[:pager] = Aws::Pager.new(
1544
+ limit_key: "max_results",
1545
+ tokens: {
1546
+ "next_token" => "next_token"
1547
+ }
1548
+ )
1549
+ end)
1550
+
1136
1551
  api.add_operation(:list_geofence_collections, Seahorse::Model::Operation.new.tap do |o|
1137
1552
  o.name = "ListGeofenceCollections"
1138
1553
  o.http_method = "POST"
@@ -1217,6 +1632,43 @@ module Aws::LocationService
1217
1632
  )
1218
1633
  end)
1219
1634
 
1635
+ api.add_operation(:list_route_calculators, Seahorse::Model::Operation.new.tap do |o|
1636
+ o.name = "ListRouteCalculators"
1637
+ o.http_method = "POST"
1638
+ o.http_request_uri = "/routes/v0/list-calculators"
1639
+ o.endpoint_pattern = {
1640
+ "hostPrefix" => "routes.",
1641
+ }
1642
+ o.input = Shapes::ShapeRef.new(shape: ListRouteCalculatorsRequest)
1643
+ o.output = Shapes::ShapeRef.new(shape: ListRouteCalculatorsResponse)
1644
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1645
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1646
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1647
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1648
+ o[:pager] = Aws::Pager.new(
1649
+ limit_key: "max_results",
1650
+ tokens: {
1651
+ "next_token" => "next_token"
1652
+ }
1653
+ )
1654
+ end)
1655
+
1656
+ api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
1657
+ o.name = "ListTagsForResource"
1658
+ o.http_method = "GET"
1659
+ o.http_request_uri = "/tags/{ResourceArn}"
1660
+ o.endpoint_pattern = {
1661
+ "hostPrefix" => "metadata.",
1662
+ }
1663
+ o.input = Shapes::ShapeRef.new(shape: ListTagsForResourceRequest)
1664
+ o.output = Shapes::ShapeRef.new(shape: ListTagsForResourceResponse)
1665
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1666
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1667
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1668
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1669
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1670
+ end)
1671
+
1220
1672
  api.add_operation(:list_tracker_consumers, Seahorse::Model::Operation.new.tap do |o|
1221
1673
  o.name = "ListTrackerConsumers"
1222
1674
  o.http_method = "POST"
@@ -1308,6 +1760,118 @@ module Aws::LocationService
1308
1760
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1309
1761
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1310
1762
  end)
1763
+
1764
+ api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
1765
+ o.name = "TagResource"
1766
+ o.http_method = "POST"
1767
+ o.http_request_uri = "/tags/{ResourceArn}"
1768
+ o.endpoint_pattern = {
1769
+ "hostPrefix" => "metadata.",
1770
+ }
1771
+ o.input = Shapes::ShapeRef.new(shape: TagResourceRequest)
1772
+ o.output = Shapes::ShapeRef.new(shape: TagResourceResponse)
1773
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1774
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1775
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1776
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1777
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1778
+ end)
1779
+
1780
+ api.add_operation(:untag_resource, Seahorse::Model::Operation.new.tap do |o|
1781
+ o.name = "UntagResource"
1782
+ o.http_method = "DELETE"
1783
+ o.http_request_uri = "/tags/{ResourceArn}"
1784
+ o.endpoint_pattern = {
1785
+ "hostPrefix" => "metadata.",
1786
+ }
1787
+ o.input = Shapes::ShapeRef.new(shape: UntagResourceRequest)
1788
+ o.output = Shapes::ShapeRef.new(shape: UntagResourceResponse)
1789
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1790
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1791
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1792
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1793
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1794
+ end)
1795
+
1796
+ api.add_operation(:update_geofence_collection, Seahorse::Model::Operation.new.tap do |o|
1797
+ o.name = "UpdateGeofenceCollection"
1798
+ o.http_method = "PATCH"
1799
+ o.http_request_uri = "/geofencing/v0/collections/{CollectionName}"
1800
+ o.endpoint_pattern = {
1801
+ "hostPrefix" => "geofencing.",
1802
+ }
1803
+ o.input = Shapes::ShapeRef.new(shape: UpdateGeofenceCollectionRequest)
1804
+ o.output = Shapes::ShapeRef.new(shape: UpdateGeofenceCollectionResponse)
1805
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1806
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1807
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1808
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1809
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1810
+ end)
1811
+
1812
+ api.add_operation(:update_map, Seahorse::Model::Operation.new.tap do |o|
1813
+ o.name = "UpdateMap"
1814
+ o.http_method = "PATCH"
1815
+ o.http_request_uri = "/maps/v0/maps/{MapName}"
1816
+ o.endpoint_pattern = {
1817
+ "hostPrefix" => "maps.",
1818
+ }
1819
+ o.input = Shapes::ShapeRef.new(shape: UpdateMapRequest)
1820
+ o.output = Shapes::ShapeRef.new(shape: UpdateMapResponse)
1821
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1822
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1823
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1824
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1825
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1826
+ end)
1827
+
1828
+ api.add_operation(:update_place_index, Seahorse::Model::Operation.new.tap do |o|
1829
+ o.name = "UpdatePlaceIndex"
1830
+ o.http_method = "PATCH"
1831
+ o.http_request_uri = "/places/v0/indexes/{IndexName}"
1832
+ o.endpoint_pattern = {
1833
+ "hostPrefix" => "places.",
1834
+ }
1835
+ o.input = Shapes::ShapeRef.new(shape: UpdatePlaceIndexRequest)
1836
+ o.output = Shapes::ShapeRef.new(shape: UpdatePlaceIndexResponse)
1837
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1838
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1839
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1840
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1841
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1842
+ end)
1843
+
1844
+ api.add_operation(:update_route_calculator, Seahorse::Model::Operation.new.tap do |o|
1845
+ o.name = "UpdateRouteCalculator"
1846
+ o.http_method = "PATCH"
1847
+ o.http_request_uri = "/routes/v0/calculators/{CalculatorName}"
1848
+ o.endpoint_pattern = {
1849
+ "hostPrefix" => "routes.",
1850
+ }
1851
+ o.input = Shapes::ShapeRef.new(shape: UpdateRouteCalculatorRequest)
1852
+ o.output = Shapes::ShapeRef.new(shape: UpdateRouteCalculatorResponse)
1853
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1854
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1855
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1856
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1857
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1858
+ end)
1859
+
1860
+ api.add_operation(:update_tracker, Seahorse::Model::Operation.new.tap do |o|
1861
+ o.name = "UpdateTracker"
1862
+ o.http_method = "PATCH"
1863
+ o.http_request_uri = "/tracking/v0/trackers/{TrackerName}"
1864
+ o.endpoint_pattern = {
1865
+ "hostPrefix" => "tracking.",
1866
+ }
1867
+ o.input = Shapes::ShapeRef.new(shape: UpdateTrackerRequest)
1868
+ o.output = Shapes::ShapeRef.new(shape: UpdateTrackerResponse)
1869
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1870
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1871
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1872
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1873
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1874
+ end)
1311
1875
  end
1312
1876
 
1313
1877
  end