aws-sdk-locationservice 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/lib/aws-sdk-locationservice.rb +53 -0
- data/lib/aws-sdk-locationservice/client.rb +2140 -0
- data/lib/aws-sdk-locationservice/client_api.rb +1300 -0
- data/lib/aws-sdk-locationservice/customizations.rb +0 -0
- data/lib/aws-sdk-locationservice/errors.rb +152 -0
- data/lib/aws-sdk-locationservice/resource.rb +26 -0
- data/lib/aws-sdk-locationservice/types.rb +2975 -0
- metadata +88 -0
@@ -0,0 +1,1300 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
# WARNING ABOUT GENERATED CODE
|
4
|
+
#
|
5
|
+
# This file is generated. See the contributing guide for more information:
|
6
|
+
# https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
|
7
|
+
#
|
8
|
+
# WARNING ABOUT GENERATED CODE
|
9
|
+
|
10
|
+
module Aws::LocationService
|
11
|
+
# @api private
|
12
|
+
module ClientApi
|
13
|
+
|
14
|
+
include Seahorse::Model
|
15
|
+
|
16
|
+
AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
|
17
|
+
Arn = Shapes::StringShape.new(name: 'Arn')
|
18
|
+
ArnList = Shapes::ListShape.new(name: 'ArnList')
|
19
|
+
AssociateTrackerConsumerRequest = Shapes::StructureShape.new(name: 'AssociateTrackerConsumerRequest')
|
20
|
+
AssociateTrackerConsumerResponse = Shapes::StructureShape.new(name: 'AssociateTrackerConsumerResponse')
|
21
|
+
BatchDeleteGeofenceError = Shapes::StructureShape.new(name: 'BatchDeleteGeofenceError')
|
22
|
+
BatchDeleteGeofenceErrorList = Shapes::ListShape.new(name: 'BatchDeleteGeofenceErrorList')
|
23
|
+
BatchDeleteGeofenceRequest = Shapes::StructureShape.new(name: 'BatchDeleteGeofenceRequest')
|
24
|
+
BatchDeleteGeofenceRequestGeofenceIdsList = Shapes::ListShape.new(name: 'BatchDeleteGeofenceRequestGeofenceIdsList')
|
25
|
+
BatchDeleteGeofenceResponse = Shapes::StructureShape.new(name: 'BatchDeleteGeofenceResponse')
|
26
|
+
BatchEvaluateGeofencesError = Shapes::StructureShape.new(name: 'BatchEvaluateGeofencesError')
|
27
|
+
BatchEvaluateGeofencesErrorList = Shapes::ListShape.new(name: 'BatchEvaluateGeofencesErrorList')
|
28
|
+
BatchEvaluateGeofencesRequest = Shapes::StructureShape.new(name: 'BatchEvaluateGeofencesRequest')
|
29
|
+
BatchEvaluateGeofencesRequestDevicePositionUpdatesList = Shapes::ListShape.new(name: 'BatchEvaluateGeofencesRequestDevicePositionUpdatesList')
|
30
|
+
BatchEvaluateGeofencesResponse = Shapes::StructureShape.new(name: 'BatchEvaluateGeofencesResponse')
|
31
|
+
BatchGetDevicePositionError = Shapes::StructureShape.new(name: 'BatchGetDevicePositionError')
|
32
|
+
BatchGetDevicePositionErrorList = Shapes::ListShape.new(name: 'BatchGetDevicePositionErrorList')
|
33
|
+
BatchGetDevicePositionRequest = Shapes::StructureShape.new(name: 'BatchGetDevicePositionRequest')
|
34
|
+
BatchGetDevicePositionRequestDeviceIdsList = Shapes::ListShape.new(name: 'BatchGetDevicePositionRequestDeviceIdsList')
|
35
|
+
BatchGetDevicePositionRequestTrackerNameString = Shapes::StringShape.new(name: 'BatchGetDevicePositionRequestTrackerNameString')
|
36
|
+
BatchGetDevicePositionResponse = Shapes::StructureShape.new(name: 'BatchGetDevicePositionResponse')
|
37
|
+
BatchItemError = Shapes::StructureShape.new(name: 'BatchItemError')
|
38
|
+
BatchItemErrorCode = Shapes::StringShape.new(name: 'BatchItemErrorCode')
|
39
|
+
BatchPutGeofenceError = Shapes::StructureShape.new(name: 'BatchPutGeofenceError')
|
40
|
+
BatchPutGeofenceErrorList = Shapes::ListShape.new(name: 'BatchPutGeofenceErrorList')
|
41
|
+
BatchPutGeofenceRequest = Shapes::StructureShape.new(name: 'BatchPutGeofenceRequest')
|
42
|
+
BatchPutGeofenceRequestEntriesList = Shapes::ListShape.new(name: 'BatchPutGeofenceRequestEntriesList')
|
43
|
+
BatchPutGeofenceRequestEntry = Shapes::StructureShape.new(name: 'BatchPutGeofenceRequestEntry')
|
44
|
+
BatchPutGeofenceResponse = Shapes::StructureShape.new(name: 'BatchPutGeofenceResponse')
|
45
|
+
BatchPutGeofenceSuccess = Shapes::StructureShape.new(name: 'BatchPutGeofenceSuccess')
|
46
|
+
BatchPutGeofenceSuccessList = Shapes::ListShape.new(name: 'BatchPutGeofenceSuccessList')
|
47
|
+
BatchUpdateDevicePositionError = Shapes::StructureShape.new(name: 'BatchUpdateDevicePositionError')
|
48
|
+
BatchUpdateDevicePositionErrorList = Shapes::ListShape.new(name: 'BatchUpdateDevicePositionErrorList')
|
49
|
+
BatchUpdateDevicePositionRequest = Shapes::StructureShape.new(name: 'BatchUpdateDevicePositionRequest')
|
50
|
+
BatchUpdateDevicePositionRequestUpdatesList = Shapes::ListShape.new(name: 'BatchUpdateDevicePositionRequestUpdatesList')
|
51
|
+
BatchUpdateDevicePositionResponse = Shapes::StructureShape.new(name: 'BatchUpdateDevicePositionResponse')
|
52
|
+
Blob = Shapes::BlobShape.new(name: 'Blob')
|
53
|
+
BoundingBox = Shapes::ListShape.new(name: 'BoundingBox')
|
54
|
+
ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
|
55
|
+
CountryCode = Shapes::StringShape.new(name: 'CountryCode')
|
56
|
+
CountryCodeList = Shapes::ListShape.new(name: 'CountryCodeList')
|
57
|
+
CreateGeofenceCollectionRequest = Shapes::StructureShape.new(name: 'CreateGeofenceCollectionRequest')
|
58
|
+
CreateGeofenceCollectionResponse = Shapes::StructureShape.new(name: 'CreateGeofenceCollectionResponse')
|
59
|
+
CreateMapRequest = Shapes::StructureShape.new(name: 'CreateMapRequest')
|
60
|
+
CreateMapResponse = Shapes::StructureShape.new(name: 'CreateMapResponse')
|
61
|
+
CreatePlaceIndexRequest = Shapes::StructureShape.new(name: 'CreatePlaceIndexRequest')
|
62
|
+
CreatePlaceIndexResponse = Shapes::StructureShape.new(name: 'CreatePlaceIndexResponse')
|
63
|
+
CreateTrackerRequest = Shapes::StructureShape.new(name: 'CreateTrackerRequest')
|
64
|
+
CreateTrackerResponse = Shapes::StructureShape.new(name: 'CreateTrackerResponse')
|
65
|
+
DataSourceConfiguration = Shapes::StructureShape.new(name: 'DataSourceConfiguration')
|
66
|
+
DeleteGeofenceCollectionRequest = Shapes::StructureShape.new(name: 'DeleteGeofenceCollectionRequest')
|
67
|
+
DeleteGeofenceCollectionResponse = Shapes::StructureShape.new(name: 'DeleteGeofenceCollectionResponse')
|
68
|
+
DeleteMapRequest = Shapes::StructureShape.new(name: 'DeleteMapRequest')
|
69
|
+
DeleteMapResponse = Shapes::StructureShape.new(name: 'DeleteMapResponse')
|
70
|
+
DeletePlaceIndexRequest = Shapes::StructureShape.new(name: 'DeletePlaceIndexRequest')
|
71
|
+
DeletePlaceIndexResponse = Shapes::StructureShape.new(name: 'DeletePlaceIndexResponse')
|
72
|
+
DeleteTrackerRequest = Shapes::StructureShape.new(name: 'DeleteTrackerRequest')
|
73
|
+
DeleteTrackerResponse = Shapes::StructureShape.new(name: 'DeleteTrackerResponse')
|
74
|
+
DescribeGeofenceCollectionRequest = Shapes::StructureShape.new(name: 'DescribeGeofenceCollectionRequest')
|
75
|
+
DescribeGeofenceCollectionResponse = Shapes::StructureShape.new(name: 'DescribeGeofenceCollectionResponse')
|
76
|
+
DescribeMapRequest = Shapes::StructureShape.new(name: 'DescribeMapRequest')
|
77
|
+
DescribeMapResponse = Shapes::StructureShape.new(name: 'DescribeMapResponse')
|
78
|
+
DescribePlaceIndexRequest = Shapes::StructureShape.new(name: 'DescribePlaceIndexRequest')
|
79
|
+
DescribePlaceIndexResponse = Shapes::StructureShape.new(name: 'DescribePlaceIndexResponse')
|
80
|
+
DescribeTrackerRequest = Shapes::StructureShape.new(name: 'DescribeTrackerRequest')
|
81
|
+
DescribeTrackerResponse = Shapes::StructureShape.new(name: 'DescribeTrackerResponse')
|
82
|
+
DevicePosition = Shapes::StructureShape.new(name: 'DevicePosition')
|
83
|
+
DevicePositionList = Shapes::ListShape.new(name: 'DevicePositionList')
|
84
|
+
DevicePositionUpdate = Shapes::StructureShape.new(name: 'DevicePositionUpdate')
|
85
|
+
DisassociateTrackerConsumerRequest = Shapes::StructureShape.new(name: 'DisassociateTrackerConsumerRequest')
|
86
|
+
DisassociateTrackerConsumerResponse = Shapes::StructureShape.new(name: 'DisassociateTrackerConsumerResponse')
|
87
|
+
Double = Shapes::FloatShape.new(name: 'Double')
|
88
|
+
GeofenceGeometry = Shapes::StructureShape.new(name: 'GeofenceGeometry')
|
89
|
+
GetDevicePositionHistoryRequest = Shapes::StructureShape.new(name: 'GetDevicePositionHistoryRequest')
|
90
|
+
GetDevicePositionHistoryResponse = Shapes::StructureShape.new(name: 'GetDevicePositionHistoryResponse')
|
91
|
+
GetDevicePositionRequest = Shapes::StructureShape.new(name: 'GetDevicePositionRequest')
|
92
|
+
GetDevicePositionResponse = Shapes::StructureShape.new(name: 'GetDevicePositionResponse')
|
93
|
+
GetGeofenceRequest = Shapes::StructureShape.new(name: 'GetGeofenceRequest')
|
94
|
+
GetGeofenceResponse = Shapes::StructureShape.new(name: 'GetGeofenceResponse')
|
95
|
+
GetMapGlyphsRequest = Shapes::StructureShape.new(name: 'GetMapGlyphsRequest')
|
96
|
+
GetMapGlyphsRequestFontUnicodeRangeString = Shapes::StringShape.new(name: 'GetMapGlyphsRequestFontUnicodeRangeString')
|
97
|
+
GetMapGlyphsResponse = Shapes::StructureShape.new(name: 'GetMapGlyphsResponse')
|
98
|
+
GetMapSpritesRequest = Shapes::StructureShape.new(name: 'GetMapSpritesRequest')
|
99
|
+
GetMapSpritesRequestFileNameString = Shapes::StringShape.new(name: 'GetMapSpritesRequestFileNameString')
|
100
|
+
GetMapSpritesResponse = Shapes::StructureShape.new(name: 'GetMapSpritesResponse')
|
101
|
+
GetMapStyleDescriptorRequest = Shapes::StructureShape.new(name: 'GetMapStyleDescriptorRequest')
|
102
|
+
GetMapStyleDescriptorResponse = Shapes::StructureShape.new(name: 'GetMapStyleDescriptorResponse')
|
103
|
+
GetMapTileRequest = Shapes::StructureShape.new(name: 'GetMapTileRequest')
|
104
|
+
GetMapTileRequestXString = Shapes::StringShape.new(name: 'GetMapTileRequestXString')
|
105
|
+
GetMapTileRequestYString = Shapes::StringShape.new(name: 'GetMapTileRequestYString')
|
106
|
+
GetMapTileRequestZString = Shapes::StringShape.new(name: 'GetMapTileRequestZString')
|
107
|
+
GetMapTileResponse = Shapes::StructureShape.new(name: 'GetMapTileResponse')
|
108
|
+
Id = Shapes::StringShape.new(name: 'Id')
|
109
|
+
IntendedUse = Shapes::StringShape.new(name: 'IntendedUse')
|
110
|
+
InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
|
111
|
+
LinearRing = Shapes::ListShape.new(name: 'LinearRing')
|
112
|
+
LinearRings = Shapes::ListShape.new(name: 'LinearRings')
|
113
|
+
ListGeofenceCollectionsRequest = Shapes::StructureShape.new(name: 'ListGeofenceCollectionsRequest')
|
114
|
+
ListGeofenceCollectionsRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListGeofenceCollectionsRequestMaxResultsInteger')
|
115
|
+
ListGeofenceCollectionsResponse = Shapes::StructureShape.new(name: 'ListGeofenceCollectionsResponse')
|
116
|
+
ListGeofenceCollectionsResponseEntry = Shapes::StructureShape.new(name: 'ListGeofenceCollectionsResponseEntry')
|
117
|
+
ListGeofenceCollectionsResponseEntryList = Shapes::ListShape.new(name: 'ListGeofenceCollectionsResponseEntryList')
|
118
|
+
ListGeofenceResponseEntry = Shapes::StructureShape.new(name: 'ListGeofenceResponseEntry')
|
119
|
+
ListGeofenceResponseEntryList = Shapes::ListShape.new(name: 'ListGeofenceResponseEntryList')
|
120
|
+
ListGeofencesRequest = Shapes::StructureShape.new(name: 'ListGeofencesRequest')
|
121
|
+
ListGeofencesResponse = Shapes::StructureShape.new(name: 'ListGeofencesResponse')
|
122
|
+
ListMapsRequest = Shapes::StructureShape.new(name: 'ListMapsRequest')
|
123
|
+
ListMapsRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListMapsRequestMaxResultsInteger')
|
124
|
+
ListMapsResponse = Shapes::StructureShape.new(name: 'ListMapsResponse')
|
125
|
+
ListMapsResponseEntry = Shapes::StructureShape.new(name: 'ListMapsResponseEntry')
|
126
|
+
ListMapsResponseEntryList = Shapes::ListShape.new(name: 'ListMapsResponseEntryList')
|
127
|
+
ListPlaceIndexesRequest = Shapes::StructureShape.new(name: 'ListPlaceIndexesRequest')
|
128
|
+
ListPlaceIndexesRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListPlaceIndexesRequestMaxResultsInteger')
|
129
|
+
ListPlaceIndexesResponse = Shapes::StructureShape.new(name: 'ListPlaceIndexesResponse')
|
130
|
+
ListPlaceIndexesResponseEntry = Shapes::StructureShape.new(name: 'ListPlaceIndexesResponseEntry')
|
131
|
+
ListPlaceIndexesResponseEntryList = Shapes::ListShape.new(name: 'ListPlaceIndexesResponseEntryList')
|
132
|
+
ListTrackerConsumersRequest = Shapes::StructureShape.new(name: 'ListTrackerConsumersRequest')
|
133
|
+
ListTrackerConsumersRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListTrackerConsumersRequestMaxResultsInteger')
|
134
|
+
ListTrackerConsumersResponse = Shapes::StructureShape.new(name: 'ListTrackerConsumersResponse')
|
135
|
+
ListTrackersRequest = Shapes::StructureShape.new(name: 'ListTrackersRequest')
|
136
|
+
ListTrackersRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListTrackersRequestMaxResultsInteger')
|
137
|
+
ListTrackersResponse = Shapes::StructureShape.new(name: 'ListTrackersResponse')
|
138
|
+
ListTrackersResponseEntry = Shapes::StructureShape.new(name: 'ListTrackersResponseEntry')
|
139
|
+
ListTrackersResponseEntryList = Shapes::ListShape.new(name: 'ListTrackersResponseEntryList')
|
140
|
+
MapConfiguration = Shapes::StructureShape.new(name: 'MapConfiguration')
|
141
|
+
MapStyle = Shapes::StringShape.new(name: 'MapStyle')
|
142
|
+
Place = Shapes::StructureShape.new(name: 'Place')
|
143
|
+
PlaceGeometry = Shapes::StructureShape.new(name: 'PlaceGeometry')
|
144
|
+
PlaceIndexSearchResultLimit = Shapes::IntegerShape.new(name: 'PlaceIndexSearchResultLimit')
|
145
|
+
Position = Shapes::ListShape.new(name: 'Position')
|
146
|
+
PricingPlan = Shapes::StringShape.new(name: 'PricingPlan')
|
147
|
+
PutGeofenceRequest = Shapes::StructureShape.new(name: 'PutGeofenceRequest')
|
148
|
+
PutGeofenceResponse = Shapes::StructureShape.new(name: 'PutGeofenceResponse')
|
149
|
+
ResourceDescription = Shapes::StringShape.new(name: 'ResourceDescription')
|
150
|
+
ResourceName = Shapes::StringShape.new(name: 'ResourceName')
|
151
|
+
ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
|
152
|
+
SearchForPositionResult = Shapes::StructureShape.new(name: 'SearchForPositionResult')
|
153
|
+
SearchForPositionResultList = Shapes::ListShape.new(name: 'SearchForPositionResultList')
|
154
|
+
SearchForTextResult = Shapes::StructureShape.new(name: 'SearchForTextResult')
|
155
|
+
SearchForTextResultList = Shapes::ListShape.new(name: 'SearchForTextResultList')
|
156
|
+
SearchPlaceIndexForPositionRequest = Shapes::StructureShape.new(name: 'SearchPlaceIndexForPositionRequest')
|
157
|
+
SearchPlaceIndexForPositionResponse = Shapes::StructureShape.new(name: 'SearchPlaceIndexForPositionResponse')
|
158
|
+
SearchPlaceIndexForPositionSummary = Shapes::StructureShape.new(name: 'SearchPlaceIndexForPositionSummary')
|
159
|
+
SearchPlaceIndexForTextRequest = Shapes::StructureShape.new(name: 'SearchPlaceIndexForTextRequest')
|
160
|
+
SearchPlaceIndexForTextResponse = Shapes::StructureShape.new(name: 'SearchPlaceIndexForTextResponse')
|
161
|
+
SearchPlaceIndexForTextSummary = Shapes::StructureShape.new(name: 'SearchPlaceIndexForTextSummary')
|
162
|
+
String = Shapes::StringShape.new(name: 'String')
|
163
|
+
SyntheticSearchPlaceIndexForTextRequestString = Shapes::StringShape.new(name: 'SyntheticSearchPlaceIndexForTextRequestString')
|
164
|
+
SyntheticSearchPlaceIndexForTextSummaryString = Shapes::StringShape.new(name: 'SyntheticSearchPlaceIndexForTextSummaryString')
|
165
|
+
ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
|
166
|
+
Timestamp = Shapes::TimestampShape.new(name: 'Timestamp', timestampFormat: "iso8601")
|
167
|
+
Token = Shapes::StringShape.new(name: 'Token')
|
168
|
+
ValidationException = Shapes::StructureShape.new(name: 'ValidationException')
|
169
|
+
ValidationExceptionField = Shapes::StructureShape.new(name: 'ValidationExceptionField')
|
170
|
+
ValidationExceptionFieldList = Shapes::ListShape.new(name: 'ValidationExceptionFieldList')
|
171
|
+
ValidationExceptionReason = Shapes::StringShape.new(name: 'ValidationExceptionReason')
|
172
|
+
|
173
|
+
AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
174
|
+
AccessDeniedException.struct_class = Types::AccessDeniedException
|
175
|
+
|
176
|
+
ArnList.member = Shapes::ShapeRef.new(shape: Arn)
|
177
|
+
|
178
|
+
AssociateTrackerConsumerRequest.add_member(:consumer_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "ConsumerArn"))
|
179
|
+
AssociateTrackerConsumerRequest.add_member(:tracker_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "TrackerName"))
|
180
|
+
AssociateTrackerConsumerRequest.struct_class = Types::AssociateTrackerConsumerRequest
|
181
|
+
|
182
|
+
AssociateTrackerConsumerResponse.struct_class = Types::AssociateTrackerConsumerResponse
|
183
|
+
|
184
|
+
BatchDeleteGeofenceError.add_member(:error, Shapes::ShapeRef.new(shape: BatchItemError, required: true, location_name: "Error"))
|
185
|
+
BatchDeleteGeofenceError.add_member(:geofence_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "GeofenceId"))
|
186
|
+
BatchDeleteGeofenceError.struct_class = Types::BatchDeleteGeofenceError
|
187
|
+
|
188
|
+
BatchDeleteGeofenceErrorList.member = Shapes::ShapeRef.new(shape: BatchDeleteGeofenceError)
|
189
|
+
|
190
|
+
BatchDeleteGeofenceRequest.add_member(:collection_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "CollectionName"))
|
191
|
+
BatchDeleteGeofenceRequest.add_member(:geofence_ids, Shapes::ShapeRef.new(shape: BatchDeleteGeofenceRequestGeofenceIdsList, required: true, location_name: "GeofenceIds"))
|
192
|
+
BatchDeleteGeofenceRequest.struct_class = Types::BatchDeleteGeofenceRequest
|
193
|
+
|
194
|
+
BatchDeleteGeofenceRequestGeofenceIdsList.member = Shapes::ShapeRef.new(shape: Id)
|
195
|
+
|
196
|
+
BatchDeleteGeofenceResponse.add_member(:errors, Shapes::ShapeRef.new(shape: BatchDeleteGeofenceErrorList, required: true, location_name: "Errors"))
|
197
|
+
BatchDeleteGeofenceResponse.struct_class = Types::BatchDeleteGeofenceResponse
|
198
|
+
|
199
|
+
BatchEvaluateGeofencesError.add_member(:device_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "DeviceId"))
|
200
|
+
BatchEvaluateGeofencesError.add_member(:error, Shapes::ShapeRef.new(shape: BatchItemError, required: true, location_name: "Error"))
|
201
|
+
BatchEvaluateGeofencesError.add_member(:sample_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "SampleTime"))
|
202
|
+
BatchEvaluateGeofencesError.struct_class = Types::BatchEvaluateGeofencesError
|
203
|
+
|
204
|
+
BatchEvaluateGeofencesErrorList.member = Shapes::ShapeRef.new(shape: BatchEvaluateGeofencesError)
|
205
|
+
|
206
|
+
BatchEvaluateGeofencesRequest.add_member(:collection_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "CollectionName"))
|
207
|
+
BatchEvaluateGeofencesRequest.add_member(:device_position_updates, Shapes::ShapeRef.new(shape: BatchEvaluateGeofencesRequestDevicePositionUpdatesList, required: true, location_name: "DevicePositionUpdates"))
|
208
|
+
BatchEvaluateGeofencesRequest.struct_class = Types::BatchEvaluateGeofencesRequest
|
209
|
+
|
210
|
+
BatchEvaluateGeofencesRequestDevicePositionUpdatesList.member = Shapes::ShapeRef.new(shape: DevicePositionUpdate)
|
211
|
+
|
212
|
+
BatchEvaluateGeofencesResponse.add_member(:errors, Shapes::ShapeRef.new(shape: BatchEvaluateGeofencesErrorList, required: true, location_name: "Errors"))
|
213
|
+
BatchEvaluateGeofencesResponse.struct_class = Types::BatchEvaluateGeofencesResponse
|
214
|
+
|
215
|
+
BatchGetDevicePositionError.add_member(:device_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "DeviceId"))
|
216
|
+
BatchGetDevicePositionError.add_member(:error, Shapes::ShapeRef.new(shape: BatchItemError, required: true, location_name: "Error"))
|
217
|
+
BatchGetDevicePositionError.struct_class = Types::BatchGetDevicePositionError
|
218
|
+
|
219
|
+
BatchGetDevicePositionErrorList.member = Shapes::ShapeRef.new(shape: BatchGetDevicePositionError)
|
220
|
+
|
221
|
+
BatchGetDevicePositionRequest.add_member(:device_ids, Shapes::ShapeRef.new(shape: BatchGetDevicePositionRequestDeviceIdsList, required: true, location_name: "DeviceIds"))
|
222
|
+
BatchGetDevicePositionRequest.add_member(:tracker_name, Shapes::ShapeRef.new(shape: BatchGetDevicePositionRequestTrackerNameString, required: true, location: "uri", location_name: "TrackerName"))
|
223
|
+
BatchGetDevicePositionRequest.struct_class = Types::BatchGetDevicePositionRequest
|
224
|
+
|
225
|
+
BatchGetDevicePositionRequestDeviceIdsList.member = Shapes::ShapeRef.new(shape: Id)
|
226
|
+
|
227
|
+
BatchGetDevicePositionResponse.add_member(:device_positions, Shapes::ShapeRef.new(shape: DevicePositionList, required: true, location_name: "DevicePositions"))
|
228
|
+
BatchGetDevicePositionResponse.add_member(:errors, Shapes::ShapeRef.new(shape: BatchGetDevicePositionErrorList, required: true, location_name: "Errors"))
|
229
|
+
BatchGetDevicePositionResponse.struct_class = Types::BatchGetDevicePositionResponse
|
230
|
+
|
231
|
+
BatchItemError.add_member(:code, Shapes::ShapeRef.new(shape: BatchItemErrorCode, location_name: "Code"))
|
232
|
+
BatchItemError.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
233
|
+
BatchItemError.struct_class = Types::BatchItemError
|
234
|
+
|
235
|
+
BatchPutGeofenceError.add_member(:error, Shapes::ShapeRef.new(shape: BatchItemError, required: true, location_name: "Error"))
|
236
|
+
BatchPutGeofenceError.add_member(:geofence_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "GeofenceId"))
|
237
|
+
BatchPutGeofenceError.struct_class = Types::BatchPutGeofenceError
|
238
|
+
|
239
|
+
BatchPutGeofenceErrorList.member = Shapes::ShapeRef.new(shape: BatchPutGeofenceError)
|
240
|
+
|
241
|
+
BatchPutGeofenceRequest.add_member(:collection_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "CollectionName"))
|
242
|
+
BatchPutGeofenceRequest.add_member(:entries, Shapes::ShapeRef.new(shape: BatchPutGeofenceRequestEntriesList, required: true, location_name: "Entries"))
|
243
|
+
BatchPutGeofenceRequest.struct_class = Types::BatchPutGeofenceRequest
|
244
|
+
|
245
|
+
BatchPutGeofenceRequestEntriesList.member = Shapes::ShapeRef.new(shape: BatchPutGeofenceRequestEntry)
|
246
|
+
|
247
|
+
BatchPutGeofenceRequestEntry.add_member(:geofence_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "GeofenceId"))
|
248
|
+
BatchPutGeofenceRequestEntry.add_member(:geometry, Shapes::ShapeRef.new(shape: GeofenceGeometry, required: true, location_name: "Geometry"))
|
249
|
+
BatchPutGeofenceRequestEntry.struct_class = Types::BatchPutGeofenceRequestEntry
|
250
|
+
|
251
|
+
BatchPutGeofenceResponse.add_member(:errors, Shapes::ShapeRef.new(shape: BatchPutGeofenceErrorList, required: true, location_name: "Errors"))
|
252
|
+
BatchPutGeofenceResponse.add_member(:successes, Shapes::ShapeRef.new(shape: BatchPutGeofenceSuccessList, required: true, location_name: "Successes"))
|
253
|
+
BatchPutGeofenceResponse.struct_class = Types::BatchPutGeofenceResponse
|
254
|
+
|
255
|
+
BatchPutGeofenceSuccess.add_member(:create_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreateTime"))
|
256
|
+
BatchPutGeofenceSuccess.add_member(:geofence_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "GeofenceId"))
|
257
|
+
BatchPutGeofenceSuccess.add_member(:update_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "UpdateTime"))
|
258
|
+
BatchPutGeofenceSuccess.struct_class = Types::BatchPutGeofenceSuccess
|
259
|
+
|
260
|
+
BatchPutGeofenceSuccessList.member = Shapes::ShapeRef.new(shape: BatchPutGeofenceSuccess)
|
261
|
+
|
262
|
+
BatchUpdateDevicePositionError.add_member(:device_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "DeviceId"))
|
263
|
+
BatchUpdateDevicePositionError.add_member(:error, Shapes::ShapeRef.new(shape: BatchItemError, required: true, location_name: "Error"))
|
264
|
+
BatchUpdateDevicePositionError.add_member(:sample_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "SampleTime"))
|
265
|
+
BatchUpdateDevicePositionError.struct_class = Types::BatchUpdateDevicePositionError
|
266
|
+
|
267
|
+
BatchUpdateDevicePositionErrorList.member = Shapes::ShapeRef.new(shape: BatchUpdateDevicePositionError)
|
268
|
+
|
269
|
+
BatchUpdateDevicePositionRequest.add_member(:tracker_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "TrackerName"))
|
270
|
+
BatchUpdateDevicePositionRequest.add_member(:updates, Shapes::ShapeRef.new(shape: BatchUpdateDevicePositionRequestUpdatesList, required: true, location_name: "Updates"))
|
271
|
+
BatchUpdateDevicePositionRequest.struct_class = Types::BatchUpdateDevicePositionRequest
|
272
|
+
|
273
|
+
BatchUpdateDevicePositionRequestUpdatesList.member = Shapes::ShapeRef.new(shape: DevicePositionUpdate)
|
274
|
+
|
275
|
+
BatchUpdateDevicePositionResponse.add_member(:errors, Shapes::ShapeRef.new(shape: BatchUpdateDevicePositionErrorList, required: true, location_name: "Errors"))
|
276
|
+
BatchUpdateDevicePositionResponse.struct_class = Types::BatchUpdateDevicePositionResponse
|
277
|
+
|
278
|
+
BoundingBox.member = Shapes::ShapeRef.new(shape: Double)
|
279
|
+
|
280
|
+
ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
281
|
+
ConflictException.struct_class = Types::ConflictException
|
282
|
+
|
283
|
+
CountryCodeList.member = Shapes::ShapeRef.new(shape: CountryCode)
|
284
|
+
|
285
|
+
CreateGeofenceCollectionRequest.add_member(:collection_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "CollectionName"))
|
286
|
+
CreateGeofenceCollectionRequest.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "Description"))
|
287
|
+
CreateGeofenceCollectionRequest.add_member(:pricing_plan, Shapes::ShapeRef.new(shape: PricingPlan, required: true, location_name: "PricingPlan"))
|
288
|
+
CreateGeofenceCollectionRequest.struct_class = Types::CreateGeofenceCollectionRequest
|
289
|
+
|
290
|
+
CreateGeofenceCollectionResponse.add_member(:collection_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "CollectionArn"))
|
291
|
+
CreateGeofenceCollectionResponse.add_member(:collection_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "CollectionName"))
|
292
|
+
CreateGeofenceCollectionResponse.add_member(:create_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreateTime"))
|
293
|
+
CreateGeofenceCollectionResponse.struct_class = Types::CreateGeofenceCollectionResponse
|
294
|
+
|
295
|
+
CreateMapRequest.add_member(:configuration, Shapes::ShapeRef.new(shape: MapConfiguration, required: true, location_name: "Configuration"))
|
296
|
+
CreateMapRequest.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "Description"))
|
297
|
+
CreateMapRequest.add_member(:map_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "MapName"))
|
298
|
+
CreateMapRequest.add_member(:pricing_plan, Shapes::ShapeRef.new(shape: PricingPlan, required: true, location_name: "PricingPlan"))
|
299
|
+
CreateMapRequest.struct_class = Types::CreateMapRequest
|
300
|
+
|
301
|
+
CreateMapResponse.add_member(:create_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreateTime"))
|
302
|
+
CreateMapResponse.add_member(:map_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "MapArn"))
|
303
|
+
CreateMapResponse.add_member(:map_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "MapName"))
|
304
|
+
CreateMapResponse.struct_class = Types::CreateMapResponse
|
305
|
+
|
306
|
+
CreatePlaceIndexRequest.add_member(:data_source, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DataSource"))
|
307
|
+
CreatePlaceIndexRequest.add_member(:data_source_configuration, Shapes::ShapeRef.new(shape: DataSourceConfiguration, location_name: "DataSourceConfiguration"))
|
308
|
+
CreatePlaceIndexRequest.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "Description"))
|
309
|
+
CreatePlaceIndexRequest.add_member(:index_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "IndexName"))
|
310
|
+
CreatePlaceIndexRequest.add_member(:pricing_plan, Shapes::ShapeRef.new(shape: PricingPlan, required: true, location_name: "PricingPlan"))
|
311
|
+
CreatePlaceIndexRequest.struct_class = Types::CreatePlaceIndexRequest
|
312
|
+
|
313
|
+
CreatePlaceIndexResponse.add_member(:create_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreateTime"))
|
314
|
+
CreatePlaceIndexResponse.add_member(:index_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "IndexArn"))
|
315
|
+
CreatePlaceIndexResponse.add_member(:index_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "IndexName"))
|
316
|
+
CreatePlaceIndexResponse.struct_class = Types::CreatePlaceIndexResponse
|
317
|
+
|
318
|
+
CreateTrackerRequest.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "Description"))
|
319
|
+
CreateTrackerRequest.add_member(:pricing_plan, Shapes::ShapeRef.new(shape: PricingPlan, required: true, location_name: "PricingPlan"))
|
320
|
+
CreateTrackerRequest.add_member(:tracker_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "TrackerName"))
|
321
|
+
CreateTrackerRequest.struct_class = Types::CreateTrackerRequest
|
322
|
+
|
323
|
+
CreateTrackerResponse.add_member(:create_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreateTime"))
|
324
|
+
CreateTrackerResponse.add_member(:tracker_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "TrackerArn"))
|
325
|
+
CreateTrackerResponse.add_member(:tracker_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "TrackerName"))
|
326
|
+
CreateTrackerResponse.struct_class = Types::CreateTrackerResponse
|
327
|
+
|
328
|
+
DataSourceConfiguration.add_member(:intended_use, Shapes::ShapeRef.new(shape: IntendedUse, location_name: "IntendedUse"))
|
329
|
+
DataSourceConfiguration.struct_class = Types::DataSourceConfiguration
|
330
|
+
|
331
|
+
DeleteGeofenceCollectionRequest.add_member(:collection_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "CollectionName"))
|
332
|
+
DeleteGeofenceCollectionRequest.struct_class = Types::DeleteGeofenceCollectionRequest
|
333
|
+
|
334
|
+
DeleteGeofenceCollectionResponse.struct_class = Types::DeleteGeofenceCollectionResponse
|
335
|
+
|
336
|
+
DeleteMapRequest.add_member(:map_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "MapName"))
|
337
|
+
DeleteMapRequest.struct_class = Types::DeleteMapRequest
|
338
|
+
|
339
|
+
DeleteMapResponse.struct_class = Types::DeleteMapResponse
|
340
|
+
|
341
|
+
DeletePlaceIndexRequest.add_member(:index_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "IndexName"))
|
342
|
+
DeletePlaceIndexRequest.struct_class = Types::DeletePlaceIndexRequest
|
343
|
+
|
344
|
+
DeletePlaceIndexResponse.struct_class = Types::DeletePlaceIndexResponse
|
345
|
+
|
346
|
+
DeleteTrackerRequest.add_member(:tracker_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "TrackerName"))
|
347
|
+
DeleteTrackerRequest.struct_class = Types::DeleteTrackerRequest
|
348
|
+
|
349
|
+
DeleteTrackerResponse.struct_class = Types::DeleteTrackerResponse
|
350
|
+
|
351
|
+
DescribeGeofenceCollectionRequest.add_member(:collection_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "CollectionName"))
|
352
|
+
DescribeGeofenceCollectionRequest.struct_class = Types::DescribeGeofenceCollectionRequest
|
353
|
+
|
354
|
+
DescribeGeofenceCollectionResponse.add_member(:collection_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "CollectionArn"))
|
355
|
+
DescribeGeofenceCollectionResponse.add_member(:collection_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "CollectionName"))
|
356
|
+
DescribeGeofenceCollectionResponse.add_member(:create_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreateTime"))
|
357
|
+
DescribeGeofenceCollectionResponse.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, required: true, location_name: "Description"))
|
358
|
+
DescribeGeofenceCollectionResponse.add_member(:update_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "UpdateTime"))
|
359
|
+
DescribeGeofenceCollectionResponse.struct_class = Types::DescribeGeofenceCollectionResponse
|
360
|
+
|
361
|
+
DescribeMapRequest.add_member(:map_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "MapName"))
|
362
|
+
DescribeMapRequest.struct_class = Types::DescribeMapRequest
|
363
|
+
|
364
|
+
DescribeMapResponse.add_member(:configuration, Shapes::ShapeRef.new(shape: MapConfiguration, required: true, location_name: "Configuration"))
|
365
|
+
DescribeMapResponse.add_member(:create_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreateTime"))
|
366
|
+
DescribeMapResponse.add_member(:data_source, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DataSource"))
|
367
|
+
DescribeMapResponse.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, required: true, location_name: "Description"))
|
368
|
+
DescribeMapResponse.add_member(:map_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "MapArn"))
|
369
|
+
DescribeMapResponse.add_member(:map_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "MapName"))
|
370
|
+
DescribeMapResponse.add_member(:update_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "UpdateTime"))
|
371
|
+
DescribeMapResponse.struct_class = Types::DescribeMapResponse
|
372
|
+
|
373
|
+
DescribePlaceIndexRequest.add_member(:index_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "IndexName"))
|
374
|
+
DescribePlaceIndexRequest.struct_class = Types::DescribePlaceIndexRequest
|
375
|
+
|
376
|
+
DescribePlaceIndexResponse.add_member(:create_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreateTime"))
|
377
|
+
DescribePlaceIndexResponse.add_member(:data_source, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DataSource"))
|
378
|
+
DescribePlaceIndexResponse.add_member(:data_source_configuration, Shapes::ShapeRef.new(shape: DataSourceConfiguration, required: true, location_name: "DataSourceConfiguration"))
|
379
|
+
DescribePlaceIndexResponse.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, required: true, location_name: "Description"))
|
380
|
+
DescribePlaceIndexResponse.add_member(:index_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "IndexArn"))
|
381
|
+
DescribePlaceIndexResponse.add_member(:index_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "IndexName"))
|
382
|
+
DescribePlaceIndexResponse.add_member(:update_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "UpdateTime"))
|
383
|
+
DescribePlaceIndexResponse.struct_class = Types::DescribePlaceIndexResponse
|
384
|
+
|
385
|
+
DescribeTrackerRequest.add_member(:tracker_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "TrackerName"))
|
386
|
+
DescribeTrackerRequest.struct_class = Types::DescribeTrackerRequest
|
387
|
+
|
388
|
+
DescribeTrackerResponse.add_member(:create_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreateTime"))
|
389
|
+
DescribeTrackerResponse.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, required: true, location_name: "Description"))
|
390
|
+
DescribeTrackerResponse.add_member(:tracker_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "TrackerArn"))
|
391
|
+
DescribeTrackerResponse.add_member(:tracker_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "TrackerName"))
|
392
|
+
DescribeTrackerResponse.add_member(:update_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "UpdateTime"))
|
393
|
+
DescribeTrackerResponse.struct_class = Types::DescribeTrackerResponse
|
394
|
+
|
395
|
+
DevicePosition.add_member(:device_id, Shapes::ShapeRef.new(shape: Id, location_name: "DeviceId"))
|
396
|
+
DevicePosition.add_member(:position, Shapes::ShapeRef.new(shape: Position, required: true, location_name: "Position"))
|
397
|
+
DevicePosition.add_member(:received_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "ReceivedTime"))
|
398
|
+
DevicePosition.add_member(:sample_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "SampleTime"))
|
399
|
+
DevicePosition.struct_class = Types::DevicePosition
|
400
|
+
|
401
|
+
DevicePositionList.member = Shapes::ShapeRef.new(shape: DevicePosition)
|
402
|
+
|
403
|
+
DevicePositionUpdate.add_member(:device_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "DeviceId"))
|
404
|
+
DevicePositionUpdate.add_member(:position, Shapes::ShapeRef.new(shape: Position, required: true, location_name: "Position"))
|
405
|
+
DevicePositionUpdate.add_member(:sample_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "SampleTime"))
|
406
|
+
DevicePositionUpdate.struct_class = Types::DevicePositionUpdate
|
407
|
+
|
408
|
+
DisassociateTrackerConsumerRequest.add_member(:consumer_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location: "uri", location_name: "ConsumerArn"))
|
409
|
+
DisassociateTrackerConsumerRequest.add_member(:tracker_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "TrackerName"))
|
410
|
+
DisassociateTrackerConsumerRequest.struct_class = Types::DisassociateTrackerConsumerRequest
|
411
|
+
|
412
|
+
DisassociateTrackerConsumerResponse.struct_class = Types::DisassociateTrackerConsumerResponse
|
413
|
+
|
414
|
+
GeofenceGeometry.add_member(:polygon, Shapes::ShapeRef.new(shape: LinearRings, location_name: "Polygon"))
|
415
|
+
GeofenceGeometry.struct_class = Types::GeofenceGeometry
|
416
|
+
|
417
|
+
GetDevicePositionHistoryRequest.add_member(:device_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "DeviceId"))
|
418
|
+
GetDevicePositionHistoryRequest.add_member(:end_time_exclusive, Shapes::ShapeRef.new(shape: Timestamp, location_name: "EndTimeExclusive"))
|
419
|
+
GetDevicePositionHistoryRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
|
420
|
+
GetDevicePositionHistoryRequest.add_member(:start_time_inclusive, Shapes::ShapeRef.new(shape: Timestamp, location_name: "StartTimeInclusive"))
|
421
|
+
GetDevicePositionHistoryRequest.add_member(:tracker_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "TrackerName"))
|
422
|
+
GetDevicePositionHistoryRequest.struct_class = Types::GetDevicePositionHistoryRequest
|
423
|
+
|
424
|
+
GetDevicePositionHistoryResponse.add_member(:device_positions, Shapes::ShapeRef.new(shape: DevicePositionList, required: true, location_name: "DevicePositions"))
|
425
|
+
GetDevicePositionHistoryResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
|
426
|
+
GetDevicePositionHistoryResponse.struct_class = Types::GetDevicePositionHistoryResponse
|
427
|
+
|
428
|
+
GetDevicePositionRequest.add_member(:device_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "DeviceId"))
|
429
|
+
GetDevicePositionRequest.add_member(:tracker_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "TrackerName"))
|
430
|
+
GetDevicePositionRequest.struct_class = Types::GetDevicePositionRequest
|
431
|
+
|
432
|
+
GetDevicePositionResponse.add_member(:device_id, Shapes::ShapeRef.new(shape: Id, location_name: "DeviceId"))
|
433
|
+
GetDevicePositionResponse.add_member(:position, Shapes::ShapeRef.new(shape: Position, required: true, location_name: "Position"))
|
434
|
+
GetDevicePositionResponse.add_member(:received_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "ReceivedTime"))
|
435
|
+
GetDevicePositionResponse.add_member(:sample_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "SampleTime"))
|
436
|
+
GetDevicePositionResponse.struct_class = Types::GetDevicePositionResponse
|
437
|
+
|
438
|
+
GetGeofenceRequest.add_member(:collection_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "CollectionName"))
|
439
|
+
GetGeofenceRequest.add_member(:geofence_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "GeofenceId"))
|
440
|
+
GetGeofenceRequest.struct_class = Types::GetGeofenceRequest
|
441
|
+
|
442
|
+
GetGeofenceResponse.add_member(:create_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreateTime"))
|
443
|
+
GetGeofenceResponse.add_member(:geofence_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "GeofenceId"))
|
444
|
+
GetGeofenceResponse.add_member(:geometry, Shapes::ShapeRef.new(shape: GeofenceGeometry, required: true, location_name: "Geometry"))
|
445
|
+
GetGeofenceResponse.add_member(:status, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Status"))
|
446
|
+
GetGeofenceResponse.add_member(:update_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "UpdateTime"))
|
447
|
+
GetGeofenceResponse.struct_class = Types::GetGeofenceResponse
|
448
|
+
|
449
|
+
GetMapGlyphsRequest.add_member(:font_stack, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "FontStack"))
|
450
|
+
GetMapGlyphsRequest.add_member(:font_unicode_range, Shapes::ShapeRef.new(shape: GetMapGlyphsRequestFontUnicodeRangeString, required: true, location: "uri", location_name: "FontUnicodeRange"))
|
451
|
+
GetMapGlyphsRequest.add_member(:map_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "MapName"))
|
452
|
+
GetMapGlyphsRequest.struct_class = Types::GetMapGlyphsRequest
|
453
|
+
|
454
|
+
GetMapGlyphsResponse.add_member(:blob, Shapes::ShapeRef.new(shape: Blob, location_name: "Blob"))
|
455
|
+
GetMapGlyphsResponse.add_member(:content_type, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "Content-Type"))
|
456
|
+
GetMapGlyphsResponse.struct_class = Types::GetMapGlyphsResponse
|
457
|
+
GetMapGlyphsResponse[:payload] = :blob
|
458
|
+
GetMapGlyphsResponse[:payload_member] = GetMapGlyphsResponse.member(:blob)
|
459
|
+
|
460
|
+
GetMapSpritesRequest.add_member(:file_name, Shapes::ShapeRef.new(shape: GetMapSpritesRequestFileNameString, required: true, location: "uri", location_name: "FileName"))
|
461
|
+
GetMapSpritesRequest.add_member(:map_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "MapName"))
|
462
|
+
GetMapSpritesRequest.struct_class = Types::GetMapSpritesRequest
|
463
|
+
|
464
|
+
GetMapSpritesResponse.add_member(:blob, Shapes::ShapeRef.new(shape: Blob, location_name: "Blob"))
|
465
|
+
GetMapSpritesResponse.add_member(:content_type, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "Content-Type"))
|
466
|
+
GetMapSpritesResponse.struct_class = Types::GetMapSpritesResponse
|
467
|
+
GetMapSpritesResponse[:payload] = :blob
|
468
|
+
GetMapSpritesResponse[:payload_member] = GetMapSpritesResponse.member(:blob)
|
469
|
+
|
470
|
+
GetMapStyleDescriptorRequest.add_member(:map_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "MapName"))
|
471
|
+
GetMapStyleDescriptorRequest.struct_class = Types::GetMapStyleDescriptorRequest
|
472
|
+
|
473
|
+
GetMapStyleDescriptorResponse.add_member(:blob, Shapes::ShapeRef.new(shape: Blob, location_name: "Blob"))
|
474
|
+
GetMapStyleDescriptorResponse.add_member(:content_type, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "Content-Type"))
|
475
|
+
GetMapStyleDescriptorResponse.struct_class = Types::GetMapStyleDescriptorResponse
|
476
|
+
GetMapStyleDescriptorResponse[:payload] = :blob
|
477
|
+
GetMapStyleDescriptorResponse[:payload_member] = GetMapStyleDescriptorResponse.member(:blob)
|
478
|
+
|
479
|
+
GetMapTileRequest.add_member(:map_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "MapName"))
|
480
|
+
GetMapTileRequest.add_member(:x, Shapes::ShapeRef.new(shape: GetMapTileRequestXString, required: true, location: "uri", location_name: "X"))
|
481
|
+
GetMapTileRequest.add_member(:y, Shapes::ShapeRef.new(shape: GetMapTileRequestYString, required: true, location: "uri", location_name: "Y"))
|
482
|
+
GetMapTileRequest.add_member(:z, Shapes::ShapeRef.new(shape: GetMapTileRequestZString, required: true, location: "uri", location_name: "Z"))
|
483
|
+
GetMapTileRequest.struct_class = Types::GetMapTileRequest
|
484
|
+
|
485
|
+
GetMapTileResponse.add_member(:blob, Shapes::ShapeRef.new(shape: Blob, location_name: "Blob"))
|
486
|
+
GetMapTileResponse.add_member(:content_type, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "Content-Type"))
|
487
|
+
GetMapTileResponse.struct_class = Types::GetMapTileResponse
|
488
|
+
GetMapTileResponse[:payload] = :blob
|
489
|
+
GetMapTileResponse[:payload_member] = GetMapTileResponse.member(:blob)
|
490
|
+
|
491
|
+
InternalServerException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
492
|
+
InternalServerException.struct_class = Types::InternalServerException
|
493
|
+
|
494
|
+
LinearRing.member = Shapes::ShapeRef.new(shape: Position)
|
495
|
+
|
496
|
+
LinearRings.member = Shapes::ShapeRef.new(shape: LinearRing)
|
497
|
+
|
498
|
+
ListGeofenceCollectionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListGeofenceCollectionsRequestMaxResultsInteger, location_name: "MaxResults"))
|
499
|
+
ListGeofenceCollectionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
|
500
|
+
ListGeofenceCollectionsRequest.struct_class = Types::ListGeofenceCollectionsRequest
|
501
|
+
|
502
|
+
ListGeofenceCollectionsResponse.add_member(:entries, Shapes::ShapeRef.new(shape: ListGeofenceCollectionsResponseEntryList, required: true, location_name: "Entries"))
|
503
|
+
ListGeofenceCollectionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
|
504
|
+
ListGeofenceCollectionsResponse.struct_class = Types::ListGeofenceCollectionsResponse
|
505
|
+
|
506
|
+
ListGeofenceCollectionsResponseEntry.add_member(:collection_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "CollectionName"))
|
507
|
+
ListGeofenceCollectionsResponseEntry.add_member(:create_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreateTime"))
|
508
|
+
ListGeofenceCollectionsResponseEntry.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, required: true, location_name: "Description"))
|
509
|
+
ListGeofenceCollectionsResponseEntry.add_member(:update_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "UpdateTime"))
|
510
|
+
ListGeofenceCollectionsResponseEntry.struct_class = Types::ListGeofenceCollectionsResponseEntry
|
511
|
+
|
512
|
+
ListGeofenceCollectionsResponseEntryList.member = Shapes::ShapeRef.new(shape: ListGeofenceCollectionsResponseEntry)
|
513
|
+
|
514
|
+
ListGeofenceResponseEntry.add_member(:create_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreateTime"))
|
515
|
+
ListGeofenceResponseEntry.add_member(:geofence_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "GeofenceId"))
|
516
|
+
ListGeofenceResponseEntry.add_member(:geometry, Shapes::ShapeRef.new(shape: GeofenceGeometry, required: true, location_name: "Geometry"))
|
517
|
+
ListGeofenceResponseEntry.add_member(:status, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Status"))
|
518
|
+
ListGeofenceResponseEntry.add_member(:update_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "UpdateTime"))
|
519
|
+
ListGeofenceResponseEntry.struct_class = Types::ListGeofenceResponseEntry
|
520
|
+
|
521
|
+
ListGeofenceResponseEntryList.member = Shapes::ShapeRef.new(shape: ListGeofenceResponseEntry)
|
522
|
+
|
523
|
+
ListGeofencesRequest.add_member(:collection_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "CollectionName"))
|
524
|
+
ListGeofencesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
|
525
|
+
ListGeofencesRequest.struct_class = Types::ListGeofencesRequest
|
526
|
+
|
527
|
+
ListGeofencesResponse.add_member(:entries, Shapes::ShapeRef.new(shape: ListGeofenceResponseEntryList, required: true, location_name: "Entries"))
|
528
|
+
ListGeofencesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
|
529
|
+
ListGeofencesResponse.struct_class = Types::ListGeofencesResponse
|
530
|
+
|
531
|
+
ListMapsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListMapsRequestMaxResultsInteger, location_name: "MaxResults"))
|
532
|
+
ListMapsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
|
533
|
+
ListMapsRequest.struct_class = Types::ListMapsRequest
|
534
|
+
|
535
|
+
ListMapsResponse.add_member(:entries, Shapes::ShapeRef.new(shape: ListMapsResponseEntryList, required: true, location_name: "Entries"))
|
536
|
+
ListMapsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
|
537
|
+
ListMapsResponse.struct_class = Types::ListMapsResponse
|
538
|
+
|
539
|
+
ListMapsResponseEntry.add_member(:create_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreateTime"))
|
540
|
+
ListMapsResponseEntry.add_member(:data_source, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DataSource"))
|
541
|
+
ListMapsResponseEntry.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, required: true, location_name: "Description"))
|
542
|
+
ListMapsResponseEntry.add_member(:map_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "MapName"))
|
543
|
+
ListMapsResponseEntry.add_member(:update_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "UpdateTime"))
|
544
|
+
ListMapsResponseEntry.struct_class = Types::ListMapsResponseEntry
|
545
|
+
|
546
|
+
ListMapsResponseEntryList.member = Shapes::ShapeRef.new(shape: ListMapsResponseEntry)
|
547
|
+
|
548
|
+
ListPlaceIndexesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListPlaceIndexesRequestMaxResultsInteger, location_name: "MaxResults"))
|
549
|
+
ListPlaceIndexesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
|
550
|
+
ListPlaceIndexesRequest.struct_class = Types::ListPlaceIndexesRequest
|
551
|
+
|
552
|
+
ListPlaceIndexesResponse.add_member(:entries, Shapes::ShapeRef.new(shape: ListPlaceIndexesResponseEntryList, required: true, location_name: "Entries"))
|
553
|
+
ListPlaceIndexesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
|
554
|
+
ListPlaceIndexesResponse.struct_class = Types::ListPlaceIndexesResponse
|
555
|
+
|
556
|
+
ListPlaceIndexesResponseEntry.add_member(:create_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreateTime"))
|
557
|
+
ListPlaceIndexesResponseEntry.add_member(:data_source, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DataSource"))
|
558
|
+
ListPlaceIndexesResponseEntry.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, required: true, location_name: "Description"))
|
559
|
+
ListPlaceIndexesResponseEntry.add_member(:index_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "IndexName"))
|
560
|
+
ListPlaceIndexesResponseEntry.add_member(:update_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "UpdateTime"))
|
561
|
+
ListPlaceIndexesResponseEntry.struct_class = Types::ListPlaceIndexesResponseEntry
|
562
|
+
|
563
|
+
ListPlaceIndexesResponseEntryList.member = Shapes::ShapeRef.new(shape: ListPlaceIndexesResponseEntry)
|
564
|
+
|
565
|
+
ListTrackerConsumersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListTrackerConsumersRequestMaxResultsInteger, location_name: "MaxResults"))
|
566
|
+
ListTrackerConsumersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
|
567
|
+
ListTrackerConsumersRequest.add_member(:tracker_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "TrackerName"))
|
568
|
+
ListTrackerConsumersRequest.struct_class = Types::ListTrackerConsumersRequest
|
569
|
+
|
570
|
+
ListTrackerConsumersResponse.add_member(:consumer_arns, Shapes::ShapeRef.new(shape: ArnList, required: true, location_name: "ConsumerArns"))
|
571
|
+
ListTrackerConsumersResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
|
572
|
+
ListTrackerConsumersResponse.struct_class = Types::ListTrackerConsumersResponse
|
573
|
+
|
574
|
+
ListTrackersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListTrackersRequestMaxResultsInteger, location_name: "MaxResults"))
|
575
|
+
ListTrackersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
|
576
|
+
ListTrackersRequest.struct_class = Types::ListTrackersRequest
|
577
|
+
|
578
|
+
ListTrackersResponse.add_member(:entries, Shapes::ShapeRef.new(shape: ListTrackersResponseEntryList, required: true, location_name: "Entries"))
|
579
|
+
ListTrackersResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
|
580
|
+
ListTrackersResponse.struct_class = Types::ListTrackersResponse
|
581
|
+
|
582
|
+
ListTrackersResponseEntry.add_member(:create_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreateTime"))
|
583
|
+
ListTrackersResponseEntry.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, required: true, location_name: "Description"))
|
584
|
+
ListTrackersResponseEntry.add_member(:tracker_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "TrackerName"))
|
585
|
+
ListTrackersResponseEntry.add_member(:update_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "UpdateTime"))
|
586
|
+
ListTrackersResponseEntry.struct_class = Types::ListTrackersResponseEntry
|
587
|
+
|
588
|
+
ListTrackersResponseEntryList.member = Shapes::ShapeRef.new(shape: ListTrackersResponseEntry)
|
589
|
+
|
590
|
+
MapConfiguration.add_member(:style, Shapes::ShapeRef.new(shape: MapStyle, required: true, location_name: "Style"))
|
591
|
+
MapConfiguration.struct_class = Types::MapConfiguration
|
592
|
+
|
593
|
+
Place.add_member(:address_number, Shapes::ShapeRef.new(shape: String, location_name: "AddressNumber"))
|
594
|
+
Place.add_member(:country, Shapes::ShapeRef.new(shape: String, location_name: "Country"))
|
595
|
+
Place.add_member(:geometry, Shapes::ShapeRef.new(shape: PlaceGeometry, required: true, location_name: "Geometry"))
|
596
|
+
Place.add_member(:label, Shapes::ShapeRef.new(shape: String, location_name: "Label"))
|
597
|
+
Place.add_member(:municipality, Shapes::ShapeRef.new(shape: String, location_name: "Municipality"))
|
598
|
+
Place.add_member(:neighborhood, Shapes::ShapeRef.new(shape: String, location_name: "Neighborhood"))
|
599
|
+
Place.add_member(:postal_code, Shapes::ShapeRef.new(shape: String, location_name: "PostalCode"))
|
600
|
+
Place.add_member(:region, Shapes::ShapeRef.new(shape: String, location_name: "Region"))
|
601
|
+
Place.add_member(:street, Shapes::ShapeRef.new(shape: String, location_name: "Street"))
|
602
|
+
Place.add_member(:sub_region, Shapes::ShapeRef.new(shape: String, location_name: "SubRegion"))
|
603
|
+
Place.struct_class = Types::Place
|
604
|
+
|
605
|
+
PlaceGeometry.add_member(:point, Shapes::ShapeRef.new(shape: Position, location_name: "Point"))
|
606
|
+
PlaceGeometry.struct_class = Types::PlaceGeometry
|
607
|
+
|
608
|
+
Position.member = Shapes::ShapeRef.new(shape: Double)
|
609
|
+
|
610
|
+
PutGeofenceRequest.add_member(:collection_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "CollectionName"))
|
611
|
+
PutGeofenceRequest.add_member(:geofence_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "GeofenceId"))
|
612
|
+
PutGeofenceRequest.add_member(:geometry, Shapes::ShapeRef.new(shape: GeofenceGeometry, required: true, location_name: "Geometry"))
|
613
|
+
PutGeofenceRequest.struct_class = Types::PutGeofenceRequest
|
614
|
+
|
615
|
+
PutGeofenceResponse.add_member(:create_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreateTime"))
|
616
|
+
PutGeofenceResponse.add_member(:geofence_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "GeofenceId"))
|
617
|
+
PutGeofenceResponse.add_member(:update_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "UpdateTime"))
|
618
|
+
PutGeofenceResponse.struct_class = Types::PutGeofenceResponse
|
619
|
+
|
620
|
+
ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
621
|
+
ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
|
622
|
+
|
623
|
+
SearchForPositionResult.add_member(:place, Shapes::ShapeRef.new(shape: Place, required: true, location_name: "Place"))
|
624
|
+
SearchForPositionResult.struct_class = Types::SearchForPositionResult
|
625
|
+
|
626
|
+
SearchForPositionResultList.member = Shapes::ShapeRef.new(shape: SearchForPositionResult)
|
627
|
+
|
628
|
+
SearchForTextResult.add_member(:place, Shapes::ShapeRef.new(shape: Place, required: true, location_name: "Place"))
|
629
|
+
SearchForTextResult.struct_class = Types::SearchForTextResult
|
630
|
+
|
631
|
+
SearchForTextResultList.member = Shapes::ShapeRef.new(shape: SearchForTextResult)
|
632
|
+
|
633
|
+
SearchPlaceIndexForPositionRequest.add_member(:index_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "IndexName"))
|
634
|
+
SearchPlaceIndexForPositionRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PlaceIndexSearchResultLimit, location_name: "MaxResults"))
|
635
|
+
SearchPlaceIndexForPositionRequest.add_member(:position, Shapes::ShapeRef.new(shape: Position, required: true, location_name: "Position"))
|
636
|
+
SearchPlaceIndexForPositionRequest.struct_class = Types::SearchPlaceIndexForPositionRequest
|
637
|
+
|
638
|
+
SearchPlaceIndexForPositionResponse.add_member(:results, Shapes::ShapeRef.new(shape: SearchForPositionResultList, required: true, location_name: "Results"))
|
639
|
+
SearchPlaceIndexForPositionResponse.add_member(:summary, Shapes::ShapeRef.new(shape: SearchPlaceIndexForPositionSummary, required: true, location_name: "Summary"))
|
640
|
+
SearchPlaceIndexForPositionResponse.struct_class = Types::SearchPlaceIndexForPositionResponse
|
641
|
+
|
642
|
+
SearchPlaceIndexForPositionSummary.add_member(:data_source, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DataSource"))
|
643
|
+
SearchPlaceIndexForPositionSummary.add_member(:max_results, Shapes::ShapeRef.new(shape: PlaceIndexSearchResultLimit, location_name: "MaxResults"))
|
644
|
+
SearchPlaceIndexForPositionSummary.add_member(:position, Shapes::ShapeRef.new(shape: Position, required: true, location_name: "Position"))
|
645
|
+
SearchPlaceIndexForPositionSummary.struct_class = Types::SearchPlaceIndexForPositionSummary
|
646
|
+
|
647
|
+
SearchPlaceIndexForTextRequest.add_member(:bias_position, Shapes::ShapeRef.new(shape: Position, location_name: "BiasPosition"))
|
648
|
+
SearchPlaceIndexForTextRequest.add_member(:filter_b_box, Shapes::ShapeRef.new(shape: BoundingBox, location_name: "FilterBBox"))
|
649
|
+
SearchPlaceIndexForTextRequest.add_member(:filter_countries, Shapes::ShapeRef.new(shape: CountryCodeList, location_name: "FilterCountries"))
|
650
|
+
SearchPlaceIndexForTextRequest.add_member(:index_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "IndexName"))
|
651
|
+
SearchPlaceIndexForTextRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PlaceIndexSearchResultLimit, location_name: "MaxResults"))
|
652
|
+
SearchPlaceIndexForTextRequest.add_member(:text, Shapes::ShapeRef.new(shape: SyntheticSearchPlaceIndexForTextRequestString, required: true, location_name: "Text"))
|
653
|
+
SearchPlaceIndexForTextRequest.struct_class = Types::SearchPlaceIndexForTextRequest
|
654
|
+
|
655
|
+
SearchPlaceIndexForTextResponse.add_member(:results, Shapes::ShapeRef.new(shape: SearchForTextResultList, required: true, location_name: "Results"))
|
656
|
+
SearchPlaceIndexForTextResponse.add_member(:summary, Shapes::ShapeRef.new(shape: SearchPlaceIndexForTextSummary, required: true, location_name: "Summary"))
|
657
|
+
SearchPlaceIndexForTextResponse.struct_class = Types::SearchPlaceIndexForTextResponse
|
658
|
+
|
659
|
+
SearchPlaceIndexForTextSummary.add_member(:bias_position, Shapes::ShapeRef.new(shape: Position, location_name: "BiasPosition"))
|
660
|
+
SearchPlaceIndexForTextSummary.add_member(:data_source, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DataSource"))
|
661
|
+
SearchPlaceIndexForTextSummary.add_member(:filter_b_box, Shapes::ShapeRef.new(shape: BoundingBox, location_name: "FilterBBox"))
|
662
|
+
SearchPlaceIndexForTextSummary.add_member(:filter_countries, Shapes::ShapeRef.new(shape: CountryCodeList, location_name: "FilterCountries"))
|
663
|
+
SearchPlaceIndexForTextSummary.add_member(:max_results, Shapes::ShapeRef.new(shape: PlaceIndexSearchResultLimit, location_name: "MaxResults"))
|
664
|
+
SearchPlaceIndexForTextSummary.add_member(:result_b_box, Shapes::ShapeRef.new(shape: BoundingBox, location_name: "ResultBBox"))
|
665
|
+
SearchPlaceIndexForTextSummary.add_member(:text, Shapes::ShapeRef.new(shape: SyntheticSearchPlaceIndexForTextSummaryString, required: true, location_name: "Text"))
|
666
|
+
SearchPlaceIndexForTextSummary.struct_class = Types::SearchPlaceIndexForTextSummary
|
667
|
+
|
668
|
+
ThrottlingException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
669
|
+
ThrottlingException.struct_class = Types::ThrottlingException
|
670
|
+
|
671
|
+
ValidationException.add_member(:field_list, Shapes::ShapeRef.new(shape: ValidationExceptionFieldList, required: true, location_name: "fieldList"))
|
672
|
+
ValidationException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
673
|
+
ValidationException.add_member(:reason, Shapes::ShapeRef.new(shape: ValidationExceptionReason, required: true, location_name: "reason"))
|
674
|
+
ValidationException.struct_class = Types::ValidationException
|
675
|
+
|
676
|
+
ValidationExceptionField.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
677
|
+
ValidationExceptionField.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "name"))
|
678
|
+
ValidationExceptionField.struct_class = Types::ValidationExceptionField
|
679
|
+
|
680
|
+
ValidationExceptionFieldList.member = Shapes::ShapeRef.new(shape: ValidationExceptionField)
|
681
|
+
|
682
|
+
|
683
|
+
# @api private
|
684
|
+
API = Seahorse::Model::Api.new.tap do |api|
|
685
|
+
|
686
|
+
api.version = "2020-11-19"
|
687
|
+
|
688
|
+
api.metadata = {
|
689
|
+
"apiVersion" => "2020-11-19",
|
690
|
+
"endpointPrefix" => "geo",
|
691
|
+
"jsonVersion" => "1.1",
|
692
|
+
"protocol" => "rest-json",
|
693
|
+
"serviceFullName" => "Amazon Location Service",
|
694
|
+
"serviceId" => "Location",
|
695
|
+
"signatureVersion" => "v4",
|
696
|
+
"signingName" => "geo",
|
697
|
+
"uid" => "location-2020-11-19",
|
698
|
+
}
|
699
|
+
|
700
|
+
api.add_operation(:associate_tracker_consumer, Seahorse::Model::Operation.new.tap do |o|
|
701
|
+
o.name = "AssociateTrackerConsumer"
|
702
|
+
o.http_method = "POST"
|
703
|
+
o.http_request_uri = "/tracking/v0/trackers/{TrackerName}/consumers"
|
704
|
+
o.endpoint_pattern = {
|
705
|
+
"hostPrefix" => "tracking.",
|
706
|
+
}
|
707
|
+
o.input = Shapes::ShapeRef.new(shape: AssociateTrackerConsumerRequest)
|
708
|
+
o.output = Shapes::ShapeRef.new(shape: AssociateTrackerConsumerResponse)
|
709
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
710
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
711
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
712
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
713
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
714
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
715
|
+
end)
|
716
|
+
|
717
|
+
api.add_operation(:batch_delete_geofence, Seahorse::Model::Operation.new.tap do |o|
|
718
|
+
o.name = "BatchDeleteGeofence"
|
719
|
+
o.http_method = "POST"
|
720
|
+
o.http_request_uri = "/geofencing/v0/collections/{CollectionName}/delete-geofences"
|
721
|
+
o.endpoint_pattern = {
|
722
|
+
"hostPrefix" => "geofencing.",
|
723
|
+
}
|
724
|
+
o.input = Shapes::ShapeRef.new(shape: BatchDeleteGeofenceRequest)
|
725
|
+
o.output = Shapes::ShapeRef.new(shape: BatchDeleteGeofenceResponse)
|
726
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
727
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
728
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
729
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
730
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
731
|
+
end)
|
732
|
+
|
733
|
+
api.add_operation(:batch_evaluate_geofences, Seahorse::Model::Operation.new.tap do |o|
|
734
|
+
o.name = "BatchEvaluateGeofences"
|
735
|
+
o.http_method = "POST"
|
736
|
+
o.http_request_uri = "/geofencing/v0/collections/{CollectionName}/positions"
|
737
|
+
o.endpoint_pattern = {
|
738
|
+
"hostPrefix" => "geofencing.",
|
739
|
+
}
|
740
|
+
o.input = Shapes::ShapeRef.new(shape: BatchEvaluateGeofencesRequest)
|
741
|
+
o.output = Shapes::ShapeRef.new(shape: BatchEvaluateGeofencesResponse)
|
742
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
743
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
744
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
745
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
746
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
747
|
+
end)
|
748
|
+
|
749
|
+
api.add_operation(:batch_get_device_position, Seahorse::Model::Operation.new.tap do |o|
|
750
|
+
o.name = "BatchGetDevicePosition"
|
751
|
+
o.http_method = "POST"
|
752
|
+
o.http_request_uri = "/tracking/v0/trackers/{TrackerName}/get-positions"
|
753
|
+
o.endpoint_pattern = {
|
754
|
+
"hostPrefix" => "tracking.",
|
755
|
+
}
|
756
|
+
o.input = Shapes::ShapeRef.new(shape: BatchGetDevicePositionRequest)
|
757
|
+
o.output = Shapes::ShapeRef.new(shape: BatchGetDevicePositionResponse)
|
758
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
759
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
760
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
761
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
762
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
763
|
+
end)
|
764
|
+
|
765
|
+
api.add_operation(:batch_put_geofence, Seahorse::Model::Operation.new.tap do |o|
|
766
|
+
o.name = "BatchPutGeofence"
|
767
|
+
o.http_method = "POST"
|
768
|
+
o.http_request_uri = "/geofencing/v0/collections/{CollectionName}/put-geofences"
|
769
|
+
o.endpoint_pattern = {
|
770
|
+
"hostPrefix" => "geofencing.",
|
771
|
+
}
|
772
|
+
o.input = Shapes::ShapeRef.new(shape: BatchPutGeofenceRequest)
|
773
|
+
o.output = Shapes::ShapeRef.new(shape: BatchPutGeofenceResponse)
|
774
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
775
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
776
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
777
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
778
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
779
|
+
end)
|
780
|
+
|
781
|
+
api.add_operation(:batch_update_device_position, Seahorse::Model::Operation.new.tap do |o|
|
782
|
+
o.name = "BatchUpdateDevicePosition"
|
783
|
+
o.http_method = "POST"
|
784
|
+
o.http_request_uri = "/tracking/v0/trackers/{TrackerName}/positions"
|
785
|
+
o.endpoint_pattern = {
|
786
|
+
"hostPrefix" => "tracking.",
|
787
|
+
}
|
788
|
+
o.input = Shapes::ShapeRef.new(shape: BatchUpdateDevicePositionRequest)
|
789
|
+
o.output = Shapes::ShapeRef.new(shape: BatchUpdateDevicePositionResponse)
|
790
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
791
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
792
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
793
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
794
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
795
|
+
end)
|
796
|
+
|
797
|
+
api.add_operation(:create_geofence_collection, Seahorse::Model::Operation.new.tap do |o|
|
798
|
+
o.name = "CreateGeofenceCollection"
|
799
|
+
o.http_method = "POST"
|
800
|
+
o.http_request_uri = "/geofencing/v0/collections"
|
801
|
+
o.endpoint_pattern = {
|
802
|
+
"hostPrefix" => "geofencing.",
|
803
|
+
}
|
804
|
+
o.input = Shapes::ShapeRef.new(shape: CreateGeofenceCollectionRequest)
|
805
|
+
o.output = Shapes::ShapeRef.new(shape: CreateGeofenceCollectionResponse)
|
806
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
807
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
808
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
809
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
810
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
811
|
+
end)
|
812
|
+
|
813
|
+
api.add_operation(:create_map, Seahorse::Model::Operation.new.tap do |o|
|
814
|
+
o.name = "CreateMap"
|
815
|
+
o.http_method = "POST"
|
816
|
+
o.http_request_uri = "/maps/v0/maps"
|
817
|
+
o.endpoint_pattern = {
|
818
|
+
"hostPrefix" => "maps.",
|
819
|
+
}
|
820
|
+
o.input = Shapes::ShapeRef.new(shape: CreateMapRequest)
|
821
|
+
o.output = Shapes::ShapeRef.new(shape: CreateMapResponse)
|
822
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
823
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
824
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
825
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
826
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
827
|
+
end)
|
828
|
+
|
829
|
+
api.add_operation(:create_place_index, Seahorse::Model::Operation.new.tap do |o|
|
830
|
+
o.name = "CreatePlaceIndex"
|
831
|
+
o.http_method = "POST"
|
832
|
+
o.http_request_uri = "/places/v0/indexes"
|
833
|
+
o.endpoint_pattern = {
|
834
|
+
"hostPrefix" => "places.",
|
835
|
+
}
|
836
|
+
o.input = Shapes::ShapeRef.new(shape: CreatePlaceIndexRequest)
|
837
|
+
o.output = Shapes::ShapeRef.new(shape: CreatePlaceIndexResponse)
|
838
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
839
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
840
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
841
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
842
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
843
|
+
end)
|
844
|
+
|
845
|
+
api.add_operation(:create_tracker, Seahorse::Model::Operation.new.tap do |o|
|
846
|
+
o.name = "CreateTracker"
|
847
|
+
o.http_method = "POST"
|
848
|
+
o.http_request_uri = "/tracking/v0/trackers"
|
849
|
+
o.endpoint_pattern = {
|
850
|
+
"hostPrefix" => "tracking.",
|
851
|
+
}
|
852
|
+
o.input = Shapes::ShapeRef.new(shape: CreateTrackerRequest)
|
853
|
+
o.output = Shapes::ShapeRef.new(shape: CreateTrackerResponse)
|
854
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
855
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
856
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
857
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
858
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
859
|
+
end)
|
860
|
+
|
861
|
+
api.add_operation(:delete_geofence_collection, Seahorse::Model::Operation.new.tap do |o|
|
862
|
+
o.name = "DeleteGeofenceCollection"
|
863
|
+
o.http_method = "DELETE"
|
864
|
+
o.http_request_uri = "/geofencing/v0/collections/{CollectionName}"
|
865
|
+
o.endpoint_pattern = {
|
866
|
+
"hostPrefix" => "geofencing.",
|
867
|
+
}
|
868
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteGeofenceCollectionRequest)
|
869
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteGeofenceCollectionResponse)
|
870
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
871
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
872
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
873
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
874
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
875
|
+
end)
|
876
|
+
|
877
|
+
api.add_operation(:delete_map, Seahorse::Model::Operation.new.tap do |o|
|
878
|
+
o.name = "DeleteMap"
|
879
|
+
o.http_method = "DELETE"
|
880
|
+
o.http_request_uri = "/maps/v0/maps/{MapName}"
|
881
|
+
o.endpoint_pattern = {
|
882
|
+
"hostPrefix" => "maps.",
|
883
|
+
}
|
884
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteMapRequest)
|
885
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteMapResponse)
|
886
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
887
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
888
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
889
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
890
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
891
|
+
end)
|
892
|
+
|
893
|
+
api.add_operation(:delete_place_index, Seahorse::Model::Operation.new.tap do |o|
|
894
|
+
o.name = "DeletePlaceIndex"
|
895
|
+
o.http_method = "DELETE"
|
896
|
+
o.http_request_uri = "/places/v0/indexes/{IndexName}"
|
897
|
+
o.endpoint_pattern = {
|
898
|
+
"hostPrefix" => "places.",
|
899
|
+
}
|
900
|
+
o.input = Shapes::ShapeRef.new(shape: DeletePlaceIndexRequest)
|
901
|
+
o.output = Shapes::ShapeRef.new(shape: DeletePlaceIndexResponse)
|
902
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
903
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
904
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
905
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
906
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
907
|
+
end)
|
908
|
+
|
909
|
+
api.add_operation(:delete_tracker, Seahorse::Model::Operation.new.tap do |o|
|
910
|
+
o.name = "DeleteTracker"
|
911
|
+
o.http_method = "DELETE"
|
912
|
+
o.http_request_uri = "/tracking/v0/trackers/{TrackerName}"
|
913
|
+
o.endpoint_pattern = {
|
914
|
+
"hostPrefix" => "tracking.",
|
915
|
+
}
|
916
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteTrackerRequest)
|
917
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteTrackerResponse)
|
918
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
919
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
920
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
921
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
922
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
923
|
+
end)
|
924
|
+
|
925
|
+
api.add_operation(:describe_geofence_collection, Seahorse::Model::Operation.new.tap do |o|
|
926
|
+
o.name = "DescribeGeofenceCollection"
|
927
|
+
o.http_method = "GET"
|
928
|
+
o.http_request_uri = "/geofencing/v0/collections/{CollectionName}"
|
929
|
+
o.endpoint_pattern = {
|
930
|
+
"hostPrefix" => "geofencing.",
|
931
|
+
}
|
932
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeGeofenceCollectionRequest)
|
933
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeGeofenceCollectionResponse)
|
934
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
935
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
936
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
937
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
938
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
939
|
+
end)
|
940
|
+
|
941
|
+
api.add_operation(:describe_map, Seahorse::Model::Operation.new.tap do |o|
|
942
|
+
o.name = "DescribeMap"
|
943
|
+
o.http_method = "GET"
|
944
|
+
o.http_request_uri = "/maps/v0/maps/{MapName}"
|
945
|
+
o.endpoint_pattern = {
|
946
|
+
"hostPrefix" => "maps.",
|
947
|
+
}
|
948
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeMapRequest)
|
949
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeMapResponse)
|
950
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
951
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
952
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
953
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
954
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
955
|
+
end)
|
956
|
+
|
957
|
+
api.add_operation(:describe_place_index, Seahorse::Model::Operation.new.tap do |o|
|
958
|
+
o.name = "DescribePlaceIndex"
|
959
|
+
o.http_method = "GET"
|
960
|
+
o.http_request_uri = "/places/v0/indexes/{IndexName}"
|
961
|
+
o.endpoint_pattern = {
|
962
|
+
"hostPrefix" => "places.",
|
963
|
+
}
|
964
|
+
o.input = Shapes::ShapeRef.new(shape: DescribePlaceIndexRequest)
|
965
|
+
o.output = Shapes::ShapeRef.new(shape: DescribePlaceIndexResponse)
|
966
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
967
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
968
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
969
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
970
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
971
|
+
end)
|
972
|
+
|
973
|
+
api.add_operation(:describe_tracker, Seahorse::Model::Operation.new.tap do |o|
|
974
|
+
o.name = "DescribeTracker"
|
975
|
+
o.http_method = "GET"
|
976
|
+
o.http_request_uri = "/tracking/v0/trackers/{TrackerName}"
|
977
|
+
o.endpoint_pattern = {
|
978
|
+
"hostPrefix" => "tracking.",
|
979
|
+
}
|
980
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeTrackerRequest)
|
981
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeTrackerResponse)
|
982
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
983
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
984
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
985
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
986
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
987
|
+
end)
|
988
|
+
|
989
|
+
api.add_operation(:disassociate_tracker_consumer, Seahorse::Model::Operation.new.tap do |o|
|
990
|
+
o.name = "DisassociateTrackerConsumer"
|
991
|
+
o.http_method = "DELETE"
|
992
|
+
o.http_request_uri = "/tracking/v0/trackers/{TrackerName}/consumers/{ConsumerArn}"
|
993
|
+
o.endpoint_pattern = {
|
994
|
+
"hostPrefix" => "tracking.",
|
995
|
+
}
|
996
|
+
o.input = Shapes::ShapeRef.new(shape: DisassociateTrackerConsumerRequest)
|
997
|
+
o.output = Shapes::ShapeRef.new(shape: DisassociateTrackerConsumerResponse)
|
998
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
999
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1000
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1001
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1002
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1003
|
+
end)
|
1004
|
+
|
1005
|
+
api.add_operation(:get_device_position, Seahorse::Model::Operation.new.tap do |o|
|
1006
|
+
o.name = "GetDevicePosition"
|
1007
|
+
o.http_method = "GET"
|
1008
|
+
o.http_request_uri = "/tracking/v0/trackers/{TrackerName}/devices/{DeviceId}/positions/latest"
|
1009
|
+
o.endpoint_pattern = {
|
1010
|
+
"hostPrefix" => "tracking.",
|
1011
|
+
}
|
1012
|
+
o.input = Shapes::ShapeRef.new(shape: GetDevicePositionRequest)
|
1013
|
+
o.output = Shapes::ShapeRef.new(shape: GetDevicePositionResponse)
|
1014
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1015
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1016
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1017
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1018
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1019
|
+
end)
|
1020
|
+
|
1021
|
+
api.add_operation(:get_device_position_history, Seahorse::Model::Operation.new.tap do |o|
|
1022
|
+
o.name = "GetDevicePositionHistory"
|
1023
|
+
o.http_method = "POST"
|
1024
|
+
o.http_request_uri = "/tracking/v0/trackers/{TrackerName}/devices/{DeviceId}/list-positions"
|
1025
|
+
o.endpoint_pattern = {
|
1026
|
+
"hostPrefix" => "tracking.",
|
1027
|
+
}
|
1028
|
+
o.input = Shapes::ShapeRef.new(shape: GetDevicePositionHistoryRequest)
|
1029
|
+
o.output = Shapes::ShapeRef.new(shape: GetDevicePositionHistoryResponse)
|
1030
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1031
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1032
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1033
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1034
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1035
|
+
o[:pager] = Aws::Pager.new(
|
1036
|
+
tokens: {
|
1037
|
+
"next_token" => "next_token"
|
1038
|
+
}
|
1039
|
+
)
|
1040
|
+
end)
|
1041
|
+
|
1042
|
+
api.add_operation(:get_geofence, Seahorse::Model::Operation.new.tap do |o|
|
1043
|
+
o.name = "GetGeofence"
|
1044
|
+
o.http_method = "GET"
|
1045
|
+
o.http_request_uri = "/geofencing/v0/collections/{CollectionName}/geofences/{GeofenceId}"
|
1046
|
+
o.endpoint_pattern = {
|
1047
|
+
"hostPrefix" => "geofencing.",
|
1048
|
+
}
|
1049
|
+
o.input = Shapes::ShapeRef.new(shape: GetGeofenceRequest)
|
1050
|
+
o.output = Shapes::ShapeRef.new(shape: GetGeofenceResponse)
|
1051
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1052
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1053
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1054
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1055
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1056
|
+
end)
|
1057
|
+
|
1058
|
+
api.add_operation(:get_map_glyphs, Seahorse::Model::Operation.new.tap do |o|
|
1059
|
+
o.name = "GetMapGlyphs"
|
1060
|
+
o.http_method = "GET"
|
1061
|
+
o.http_request_uri = "/maps/v0/maps/{MapName}/glyphs/{FontStack}/{FontUnicodeRange}"
|
1062
|
+
o.endpoint_pattern = {
|
1063
|
+
"hostPrefix" => "maps.",
|
1064
|
+
}
|
1065
|
+
o.input = Shapes::ShapeRef.new(shape: GetMapGlyphsRequest)
|
1066
|
+
o.output = Shapes::ShapeRef.new(shape: GetMapGlyphsResponse)
|
1067
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1068
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1069
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1070
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1071
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1072
|
+
end)
|
1073
|
+
|
1074
|
+
api.add_operation(:get_map_sprites, Seahorse::Model::Operation.new.tap do |o|
|
1075
|
+
o.name = "GetMapSprites"
|
1076
|
+
o.http_method = "GET"
|
1077
|
+
o.http_request_uri = "/maps/v0/maps/{MapName}/sprites/{FileName}"
|
1078
|
+
o.endpoint_pattern = {
|
1079
|
+
"hostPrefix" => "maps.",
|
1080
|
+
}
|
1081
|
+
o.input = Shapes::ShapeRef.new(shape: GetMapSpritesRequest)
|
1082
|
+
o.output = Shapes::ShapeRef.new(shape: GetMapSpritesResponse)
|
1083
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1084
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1085
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1086
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1087
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1088
|
+
end)
|
1089
|
+
|
1090
|
+
api.add_operation(:get_map_style_descriptor, Seahorse::Model::Operation.new.tap do |o|
|
1091
|
+
o.name = "GetMapStyleDescriptor"
|
1092
|
+
o.http_method = "GET"
|
1093
|
+
o.http_request_uri = "/maps/v0/maps/{MapName}/style-descriptor"
|
1094
|
+
o.endpoint_pattern = {
|
1095
|
+
"hostPrefix" => "maps.",
|
1096
|
+
}
|
1097
|
+
o.input = Shapes::ShapeRef.new(shape: GetMapStyleDescriptorRequest)
|
1098
|
+
o.output = Shapes::ShapeRef.new(shape: GetMapStyleDescriptorResponse)
|
1099
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1100
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1101
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1102
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1103
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1104
|
+
end)
|
1105
|
+
|
1106
|
+
api.add_operation(:get_map_tile, Seahorse::Model::Operation.new.tap do |o|
|
1107
|
+
o.name = "GetMapTile"
|
1108
|
+
o.http_method = "GET"
|
1109
|
+
o.http_request_uri = "/maps/v0/maps/{MapName}/tiles/{Z}/{X}/{Y}"
|
1110
|
+
o.endpoint_pattern = {
|
1111
|
+
"hostPrefix" => "maps.",
|
1112
|
+
}
|
1113
|
+
o.input = Shapes::ShapeRef.new(shape: GetMapTileRequest)
|
1114
|
+
o.output = Shapes::ShapeRef.new(shape: GetMapTileResponse)
|
1115
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1116
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1117
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1118
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1119
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1120
|
+
end)
|
1121
|
+
|
1122
|
+
api.add_operation(:list_geofence_collections, Seahorse::Model::Operation.new.tap do |o|
|
1123
|
+
o.name = "ListGeofenceCollections"
|
1124
|
+
o.http_method = "POST"
|
1125
|
+
o.http_request_uri = "/geofencing/v0/list-collections"
|
1126
|
+
o.endpoint_pattern = {
|
1127
|
+
"hostPrefix" => "geofencing.",
|
1128
|
+
}
|
1129
|
+
o.input = Shapes::ShapeRef.new(shape: ListGeofenceCollectionsRequest)
|
1130
|
+
o.output = Shapes::ShapeRef.new(shape: ListGeofenceCollectionsResponse)
|
1131
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1132
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1133
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1134
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1135
|
+
o[:pager] = Aws::Pager.new(
|
1136
|
+
limit_key: "max_results",
|
1137
|
+
tokens: {
|
1138
|
+
"next_token" => "next_token"
|
1139
|
+
}
|
1140
|
+
)
|
1141
|
+
end)
|
1142
|
+
|
1143
|
+
api.add_operation(:list_geofences, Seahorse::Model::Operation.new.tap do |o|
|
1144
|
+
o.name = "ListGeofences"
|
1145
|
+
o.http_method = "POST"
|
1146
|
+
o.http_request_uri = "/geofencing/v0/collections/{CollectionName}/list-geofences"
|
1147
|
+
o.endpoint_pattern = {
|
1148
|
+
"hostPrefix" => "geofencing.",
|
1149
|
+
}
|
1150
|
+
o.input = Shapes::ShapeRef.new(shape: ListGeofencesRequest)
|
1151
|
+
o.output = Shapes::ShapeRef.new(shape: ListGeofencesResponse)
|
1152
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1153
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1154
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1155
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1156
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1157
|
+
o[:pager] = Aws::Pager.new(
|
1158
|
+
tokens: {
|
1159
|
+
"next_token" => "next_token"
|
1160
|
+
}
|
1161
|
+
)
|
1162
|
+
end)
|
1163
|
+
|
1164
|
+
api.add_operation(:list_maps, Seahorse::Model::Operation.new.tap do |o|
|
1165
|
+
o.name = "ListMaps"
|
1166
|
+
o.http_method = "POST"
|
1167
|
+
o.http_request_uri = "/maps/v0/list-maps"
|
1168
|
+
o.endpoint_pattern = {
|
1169
|
+
"hostPrefix" => "maps.",
|
1170
|
+
}
|
1171
|
+
o.input = Shapes::ShapeRef.new(shape: ListMapsRequest)
|
1172
|
+
o.output = Shapes::ShapeRef.new(shape: ListMapsResponse)
|
1173
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1174
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1175
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1176
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1177
|
+
o[:pager] = Aws::Pager.new(
|
1178
|
+
limit_key: "max_results",
|
1179
|
+
tokens: {
|
1180
|
+
"next_token" => "next_token"
|
1181
|
+
}
|
1182
|
+
)
|
1183
|
+
end)
|
1184
|
+
|
1185
|
+
api.add_operation(:list_place_indexes, Seahorse::Model::Operation.new.tap do |o|
|
1186
|
+
o.name = "ListPlaceIndexes"
|
1187
|
+
o.http_method = "POST"
|
1188
|
+
o.http_request_uri = "/places/v0/list-indexes"
|
1189
|
+
o.endpoint_pattern = {
|
1190
|
+
"hostPrefix" => "places.",
|
1191
|
+
}
|
1192
|
+
o.input = Shapes::ShapeRef.new(shape: ListPlaceIndexesRequest)
|
1193
|
+
o.output = Shapes::ShapeRef.new(shape: ListPlaceIndexesResponse)
|
1194
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1195
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1196
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1197
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1198
|
+
o[:pager] = Aws::Pager.new(
|
1199
|
+
limit_key: "max_results",
|
1200
|
+
tokens: {
|
1201
|
+
"next_token" => "next_token"
|
1202
|
+
}
|
1203
|
+
)
|
1204
|
+
end)
|
1205
|
+
|
1206
|
+
api.add_operation(:list_tracker_consumers, Seahorse::Model::Operation.new.tap do |o|
|
1207
|
+
o.name = "ListTrackerConsumers"
|
1208
|
+
o.http_method = "POST"
|
1209
|
+
o.http_request_uri = "/tracking/v0/trackers/{TrackerName}/list-consumers"
|
1210
|
+
o.endpoint_pattern = {
|
1211
|
+
"hostPrefix" => "tracking.",
|
1212
|
+
}
|
1213
|
+
o.input = Shapes::ShapeRef.new(shape: ListTrackerConsumersRequest)
|
1214
|
+
o.output = Shapes::ShapeRef.new(shape: ListTrackerConsumersResponse)
|
1215
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1216
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1217
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1218
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1219
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1220
|
+
o[:pager] = Aws::Pager.new(
|
1221
|
+
limit_key: "max_results",
|
1222
|
+
tokens: {
|
1223
|
+
"next_token" => "next_token"
|
1224
|
+
}
|
1225
|
+
)
|
1226
|
+
end)
|
1227
|
+
|
1228
|
+
api.add_operation(:list_trackers, Seahorse::Model::Operation.new.tap do |o|
|
1229
|
+
o.name = "ListTrackers"
|
1230
|
+
o.http_method = "POST"
|
1231
|
+
o.http_request_uri = "/tracking/v0/list-trackers"
|
1232
|
+
o.endpoint_pattern = {
|
1233
|
+
"hostPrefix" => "tracking.",
|
1234
|
+
}
|
1235
|
+
o.input = Shapes::ShapeRef.new(shape: ListTrackersRequest)
|
1236
|
+
o.output = Shapes::ShapeRef.new(shape: ListTrackersResponse)
|
1237
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1238
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1239
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1240
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1241
|
+
o[:pager] = Aws::Pager.new(
|
1242
|
+
limit_key: "max_results",
|
1243
|
+
tokens: {
|
1244
|
+
"next_token" => "next_token"
|
1245
|
+
}
|
1246
|
+
)
|
1247
|
+
end)
|
1248
|
+
|
1249
|
+
api.add_operation(:put_geofence, Seahorse::Model::Operation.new.tap do |o|
|
1250
|
+
o.name = "PutGeofence"
|
1251
|
+
o.http_method = "PUT"
|
1252
|
+
o.http_request_uri = "/geofencing/v0/collections/{CollectionName}/geofences/{GeofenceId}"
|
1253
|
+
o.endpoint_pattern = {
|
1254
|
+
"hostPrefix" => "geofencing.",
|
1255
|
+
}
|
1256
|
+
o.input = Shapes::ShapeRef.new(shape: PutGeofenceRequest)
|
1257
|
+
o.output = Shapes::ShapeRef.new(shape: PutGeofenceResponse)
|
1258
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1259
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1260
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1261
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1262
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1263
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1264
|
+
end)
|
1265
|
+
|
1266
|
+
api.add_operation(:search_place_index_for_position, Seahorse::Model::Operation.new.tap do |o|
|
1267
|
+
o.name = "SearchPlaceIndexForPosition"
|
1268
|
+
o.http_method = "POST"
|
1269
|
+
o.http_request_uri = "/places/v0/indexes/{IndexName}/search/position"
|
1270
|
+
o.endpoint_pattern = {
|
1271
|
+
"hostPrefix" => "places.",
|
1272
|
+
}
|
1273
|
+
o.input = Shapes::ShapeRef.new(shape: SearchPlaceIndexForPositionRequest)
|
1274
|
+
o.output = Shapes::ShapeRef.new(shape: SearchPlaceIndexForPositionResponse)
|
1275
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1276
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1277
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1278
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1279
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1280
|
+
end)
|
1281
|
+
|
1282
|
+
api.add_operation(:search_place_index_for_text, Seahorse::Model::Operation.new.tap do |o|
|
1283
|
+
o.name = "SearchPlaceIndexForText"
|
1284
|
+
o.http_method = "POST"
|
1285
|
+
o.http_request_uri = "/places/v0/indexes/{IndexName}/search/text"
|
1286
|
+
o.endpoint_pattern = {
|
1287
|
+
"hostPrefix" => "places.",
|
1288
|
+
}
|
1289
|
+
o.input = Shapes::ShapeRef.new(shape: SearchPlaceIndexForTextRequest)
|
1290
|
+
o.output = Shapes::ShapeRef.new(shape: SearchPlaceIndexForTextResponse)
|
1291
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1292
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1293
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1294
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1295
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1296
|
+
end)
|
1297
|
+
end
|
1298
|
+
|
1299
|
+
end
|
1300
|
+
end
|