aws-sdk-iotfleetwise 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,1907 @@
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/version-3/CONTRIBUTING.md
7
+ #
8
+ # WARNING ABOUT GENERATED CODE
9
+
10
+ module Aws::IoTFleetWise
11
+ # @api private
12
+ module ClientApi
13
+
14
+ include Seahorse::Model
15
+
16
+ AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
17
+ Actuator = Shapes::StructureShape.new(name: 'Actuator')
18
+ AmazonResourceName = Shapes::StringShape.new(name: 'AmazonResourceName')
19
+ AssociateVehicleFleetRequest = Shapes::StructureShape.new(name: 'AssociateVehicleFleetRequest')
20
+ AssociateVehicleFleetResponse = Shapes::StructureShape.new(name: 'AssociateVehicleFleetResponse')
21
+ Attribute = Shapes::StructureShape.new(name: 'Attribute')
22
+ BatchCreateVehicleRequest = Shapes::StructureShape.new(name: 'BatchCreateVehicleRequest')
23
+ BatchCreateVehicleResponse = Shapes::StructureShape.new(name: 'BatchCreateVehicleResponse')
24
+ BatchUpdateVehicleRequest = Shapes::StructureShape.new(name: 'BatchUpdateVehicleRequest')
25
+ BatchUpdateVehicleResponse = Shapes::StructureShape.new(name: 'BatchUpdateVehicleResponse')
26
+ Branch = Shapes::StructureShape.new(name: 'Branch')
27
+ CampaignStatus = Shapes::StringShape.new(name: 'CampaignStatus')
28
+ CampaignSummary = Shapes::StructureShape.new(name: 'CampaignSummary')
29
+ CanDbcDefinition = Shapes::StructureShape.new(name: 'CanDbcDefinition')
30
+ CanInterface = Shapes::StructureShape.new(name: 'CanInterface')
31
+ CanInterfaceName = Shapes::StringShape.new(name: 'CanInterfaceName')
32
+ CanSignal = Shapes::StructureShape.new(name: 'CanSignal')
33
+ CanSignalName = Shapes::StringShape.new(name: 'CanSignalName')
34
+ CloudWatchLogDeliveryOptions = Shapes::StructureShape.new(name: 'CloudWatchLogDeliveryOptions')
35
+ CloudWatchLogGroupName = Shapes::StringShape.new(name: 'CloudWatchLogGroupName')
36
+ CollectionScheme = Shapes::UnionShape.new(name: 'CollectionScheme')
37
+ Compression = Shapes::StringShape.new(name: 'Compression')
38
+ ConditionBasedCollectionScheme = Shapes::StructureShape.new(name: 'ConditionBasedCollectionScheme')
39
+ ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
40
+ CreateCampaignRequest = Shapes::StructureShape.new(name: 'CreateCampaignRequest')
41
+ CreateCampaignResponse = Shapes::StructureShape.new(name: 'CreateCampaignResponse')
42
+ CreateDecoderManifestRequest = Shapes::StructureShape.new(name: 'CreateDecoderManifestRequest')
43
+ CreateDecoderManifestResponse = Shapes::StructureShape.new(name: 'CreateDecoderManifestResponse')
44
+ CreateFleetRequest = Shapes::StructureShape.new(name: 'CreateFleetRequest')
45
+ CreateFleetResponse = Shapes::StructureShape.new(name: 'CreateFleetResponse')
46
+ CreateModelManifestRequest = Shapes::StructureShape.new(name: 'CreateModelManifestRequest')
47
+ CreateModelManifestResponse = Shapes::StructureShape.new(name: 'CreateModelManifestResponse')
48
+ CreateSignalCatalogRequest = Shapes::StructureShape.new(name: 'CreateSignalCatalogRequest')
49
+ CreateSignalCatalogResponse = Shapes::StructureShape.new(name: 'CreateSignalCatalogResponse')
50
+ CreateVehicleError = Shapes::StructureShape.new(name: 'CreateVehicleError')
51
+ CreateVehicleRequest = Shapes::StructureShape.new(name: 'CreateVehicleRequest')
52
+ CreateVehicleRequestItem = Shapes::StructureShape.new(name: 'CreateVehicleRequestItem')
53
+ CreateVehicleResponse = Shapes::StructureShape.new(name: 'CreateVehicleResponse')
54
+ CreateVehicleResponseItem = Shapes::StructureShape.new(name: 'CreateVehicleResponseItem')
55
+ DataExtraDimensionNodePathList = Shapes::ListShape.new(name: 'DataExtraDimensionNodePathList')
56
+ DecoderManifestSummary = Shapes::StructureShape.new(name: 'DecoderManifestSummary')
57
+ DecoderManifestValidationException = Shapes::StructureShape.new(name: 'DecoderManifestValidationException')
58
+ DeleteCampaignRequest = Shapes::StructureShape.new(name: 'DeleteCampaignRequest')
59
+ DeleteCampaignResponse = Shapes::StructureShape.new(name: 'DeleteCampaignResponse')
60
+ DeleteDecoderManifestRequest = Shapes::StructureShape.new(name: 'DeleteDecoderManifestRequest')
61
+ DeleteDecoderManifestResponse = Shapes::StructureShape.new(name: 'DeleteDecoderManifestResponse')
62
+ DeleteFleetRequest = Shapes::StructureShape.new(name: 'DeleteFleetRequest')
63
+ DeleteFleetResponse = Shapes::StructureShape.new(name: 'DeleteFleetResponse')
64
+ DeleteModelManifestRequest = Shapes::StructureShape.new(name: 'DeleteModelManifestRequest')
65
+ DeleteModelManifestResponse = Shapes::StructureShape.new(name: 'DeleteModelManifestResponse')
66
+ DeleteSignalCatalogRequest = Shapes::StructureShape.new(name: 'DeleteSignalCatalogRequest')
67
+ DeleteSignalCatalogResponse = Shapes::StructureShape.new(name: 'DeleteSignalCatalogResponse')
68
+ DeleteVehicleRequest = Shapes::StructureShape.new(name: 'DeleteVehicleRequest')
69
+ DeleteVehicleResponse = Shapes::StructureShape.new(name: 'DeleteVehicleResponse')
70
+ DiagnosticsMode = Shapes::StringShape.new(name: 'DiagnosticsMode')
71
+ DisassociateVehicleFleetRequest = Shapes::StructureShape.new(name: 'DisassociateVehicleFleetRequest')
72
+ DisassociateVehicleFleetResponse = Shapes::StructureShape.new(name: 'DisassociateVehicleFleetResponse')
73
+ FleetSummary = Shapes::StructureShape.new(name: 'FleetSummary')
74
+ FormattedVss = Shapes::UnionShape.new(name: 'FormattedVss')
75
+ Fqns = Shapes::ListShape.new(name: 'Fqns')
76
+ FullyQualifiedName = Shapes::StringShape.new(name: 'FullyQualifiedName')
77
+ GetCampaignRequest = Shapes::StructureShape.new(name: 'GetCampaignRequest')
78
+ GetCampaignResponse = Shapes::StructureShape.new(name: 'GetCampaignResponse')
79
+ GetDecoderManifestRequest = Shapes::StructureShape.new(name: 'GetDecoderManifestRequest')
80
+ GetDecoderManifestResponse = Shapes::StructureShape.new(name: 'GetDecoderManifestResponse')
81
+ GetFleetRequest = Shapes::StructureShape.new(name: 'GetFleetRequest')
82
+ GetFleetResponse = Shapes::StructureShape.new(name: 'GetFleetResponse')
83
+ GetLoggingOptionsRequest = Shapes::StructureShape.new(name: 'GetLoggingOptionsRequest')
84
+ GetLoggingOptionsResponse = Shapes::StructureShape.new(name: 'GetLoggingOptionsResponse')
85
+ GetModelManifestRequest = Shapes::StructureShape.new(name: 'GetModelManifestRequest')
86
+ GetModelManifestResponse = Shapes::StructureShape.new(name: 'GetModelManifestResponse')
87
+ GetRegisterAccountStatusRequest = Shapes::StructureShape.new(name: 'GetRegisterAccountStatusRequest')
88
+ GetRegisterAccountStatusResponse = Shapes::StructureShape.new(name: 'GetRegisterAccountStatusResponse')
89
+ GetSignalCatalogRequest = Shapes::StructureShape.new(name: 'GetSignalCatalogRequest')
90
+ GetSignalCatalogResponse = Shapes::StructureShape.new(name: 'GetSignalCatalogResponse')
91
+ GetVehicleRequest = Shapes::StructureShape.new(name: 'GetVehicleRequest')
92
+ GetVehicleResponse = Shapes::StructureShape.new(name: 'GetVehicleResponse')
93
+ GetVehicleStatusRequest = Shapes::StructureShape.new(name: 'GetVehicleStatusRequest')
94
+ GetVehicleStatusResponse = Shapes::StructureShape.new(name: 'GetVehicleStatusResponse')
95
+ IAMRoleArn = Shapes::StringShape.new(name: 'IAMRoleArn')
96
+ IamRegistrationResponse = Shapes::StructureShape.new(name: 'IamRegistrationResponse')
97
+ IamResources = Shapes::StructureShape.new(name: 'IamResources')
98
+ ImportDecoderManifestRequest = Shapes::StructureShape.new(name: 'ImportDecoderManifestRequest')
99
+ ImportDecoderManifestResponse = Shapes::StructureShape.new(name: 'ImportDecoderManifestResponse')
100
+ ImportSignalCatalogRequest = Shapes::StructureShape.new(name: 'ImportSignalCatalogRequest')
101
+ ImportSignalCatalogResponse = Shapes::StructureShape.new(name: 'ImportSignalCatalogResponse')
102
+ InterfaceId = Shapes::StringShape.new(name: 'InterfaceId')
103
+ InterfaceIds = Shapes::ListShape.new(name: 'InterfaceIds')
104
+ InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
105
+ InvalidNetworkInterface = Shapes::StructureShape.new(name: 'InvalidNetworkInterface')
106
+ InvalidNetworkInterfaces = Shapes::ListShape.new(name: 'InvalidNetworkInterfaces')
107
+ InvalidNodeException = Shapes::StructureShape.new(name: 'InvalidNodeException')
108
+ InvalidSignal = Shapes::StructureShape.new(name: 'InvalidSignal')
109
+ InvalidSignalDecoder = Shapes::StructureShape.new(name: 'InvalidSignalDecoder')
110
+ InvalidSignalDecoders = Shapes::ListShape.new(name: 'InvalidSignalDecoders')
111
+ InvalidSignals = Shapes::ListShape.new(name: 'InvalidSignals')
112
+ InvalidSignalsException = Shapes::StructureShape.new(name: 'InvalidSignalsException')
113
+ LimitExceededException = Shapes::StructureShape.new(name: 'LimitExceededException')
114
+ ListCampaignsRequest = Shapes::StructureShape.new(name: 'ListCampaignsRequest')
115
+ ListCampaignsResponse = Shapes::StructureShape.new(name: 'ListCampaignsResponse')
116
+ ListDecoderManifestNetworkInterfacesRequest = Shapes::StructureShape.new(name: 'ListDecoderManifestNetworkInterfacesRequest')
117
+ ListDecoderManifestNetworkInterfacesResponse = Shapes::StructureShape.new(name: 'ListDecoderManifestNetworkInterfacesResponse')
118
+ ListDecoderManifestSignalsRequest = Shapes::StructureShape.new(name: 'ListDecoderManifestSignalsRequest')
119
+ ListDecoderManifestSignalsResponse = Shapes::StructureShape.new(name: 'ListDecoderManifestSignalsResponse')
120
+ ListDecoderManifestsRequest = Shapes::StructureShape.new(name: 'ListDecoderManifestsRequest')
121
+ ListDecoderManifestsResponse = Shapes::StructureShape.new(name: 'ListDecoderManifestsResponse')
122
+ ListFleetsForVehicleRequest = Shapes::StructureShape.new(name: 'ListFleetsForVehicleRequest')
123
+ ListFleetsForVehicleResponse = Shapes::StructureShape.new(name: 'ListFleetsForVehicleResponse')
124
+ ListFleetsRequest = Shapes::StructureShape.new(name: 'ListFleetsRequest')
125
+ ListFleetsResponse = Shapes::StructureShape.new(name: 'ListFleetsResponse')
126
+ ListModelManifestNodesRequest = Shapes::StructureShape.new(name: 'ListModelManifestNodesRequest')
127
+ ListModelManifestNodesResponse = Shapes::StructureShape.new(name: 'ListModelManifestNodesResponse')
128
+ ListModelManifestsRequest = Shapes::StructureShape.new(name: 'ListModelManifestsRequest')
129
+ ListModelManifestsResponse = Shapes::StructureShape.new(name: 'ListModelManifestsResponse')
130
+ ListSignalCatalogNodesRequest = Shapes::StructureShape.new(name: 'ListSignalCatalogNodesRequest')
131
+ ListSignalCatalogNodesResponse = Shapes::StructureShape.new(name: 'ListSignalCatalogNodesResponse')
132
+ ListSignalCatalogsRequest = Shapes::StructureShape.new(name: 'ListSignalCatalogsRequest')
133
+ ListSignalCatalogsResponse = Shapes::StructureShape.new(name: 'ListSignalCatalogsResponse')
134
+ ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
135
+ ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
136
+ ListVehiclesInFleetRequest = Shapes::StructureShape.new(name: 'ListVehiclesInFleetRequest')
137
+ ListVehiclesInFleetResponse = Shapes::StructureShape.new(name: 'ListVehiclesInFleetResponse')
138
+ ListVehiclesRequest = Shapes::StructureShape.new(name: 'ListVehiclesRequest')
139
+ ListVehiclesResponse = Shapes::StructureShape.new(name: 'ListVehiclesResponse')
140
+ LogType = Shapes::StringShape.new(name: 'LogType')
141
+ ManifestStatus = Shapes::StringShape.new(name: 'ManifestStatus')
142
+ ModelManifestSummary = Shapes::StructureShape.new(name: 'ModelManifestSummary')
143
+ ModelSignalsMap = Shapes::MapShape.new(name: 'ModelSignalsMap')
144
+ NetworkFileBlob = Shapes::BlobShape.new(name: 'NetworkFileBlob')
145
+ NetworkFileDefinition = Shapes::UnionShape.new(name: 'NetworkFileDefinition')
146
+ NetworkFileDefinitions = Shapes::ListShape.new(name: 'NetworkFileDefinitions')
147
+ NetworkFilesList = Shapes::ListShape.new(name: 'NetworkFilesList')
148
+ NetworkInterface = Shapes::StructureShape.new(name: 'NetworkInterface')
149
+ NetworkInterfaceFailureReason = Shapes::StringShape.new(name: 'NetworkInterfaceFailureReason')
150
+ NetworkInterfaceType = Shapes::StringShape.new(name: 'NetworkInterfaceType')
151
+ NetworkInterfaces = Shapes::ListShape.new(name: 'NetworkInterfaces')
152
+ Node = Shapes::UnionShape.new(name: 'Node')
153
+ NodeCounts = Shapes::StructureShape.new(name: 'NodeCounts')
154
+ NodeDataType = Shapes::StringShape.new(name: 'NodeDataType')
155
+ NodePath = Shapes::StringShape.new(name: 'NodePath')
156
+ NodePaths = Shapes::ListShape.new(name: 'NodePaths')
157
+ Nodes = Shapes::ListShape.new(name: 'Nodes')
158
+ ObdBitmaskLength = Shapes::IntegerShape.new(name: 'ObdBitmaskLength')
159
+ ObdByteLength = Shapes::IntegerShape.new(name: 'ObdByteLength')
160
+ ObdInterface = Shapes::StructureShape.new(name: 'ObdInterface')
161
+ ObdInterfaceName = Shapes::StringShape.new(name: 'ObdInterfaceName')
162
+ ObdSignal = Shapes::StructureShape.new(name: 'ObdSignal')
163
+ ObdStandard = Shapes::StringShape.new(name: 'ObdStandard')
164
+ ProtocolName = Shapes::StringShape.new(name: 'ProtocolName')
165
+ ProtocolVersion = Shapes::StringShape.new(name: 'ProtocolVersion')
166
+ PutLoggingOptionsRequest = Shapes::StructureShape.new(name: 'PutLoggingOptionsRequest')
167
+ PutLoggingOptionsResponse = Shapes::StructureShape.new(name: 'PutLoggingOptionsResponse')
168
+ RegisterAccountRequest = Shapes::StructureShape.new(name: 'RegisterAccountRequest')
169
+ RegisterAccountResponse = Shapes::StructureShape.new(name: 'RegisterAccountResponse')
170
+ RegistrationStatus = Shapes::StringShape.new(name: 'RegistrationStatus')
171
+ ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
172
+ RetryAfterSeconds = Shapes::IntegerShape.new(name: 'RetryAfterSeconds')
173
+ Sensor = Shapes::StructureShape.new(name: 'Sensor')
174
+ SignalCatalogSummary = Shapes::StructureShape.new(name: 'SignalCatalogSummary')
175
+ SignalDecoder = Shapes::StructureShape.new(name: 'SignalDecoder')
176
+ SignalDecoderFailureReason = Shapes::StringShape.new(name: 'SignalDecoderFailureReason')
177
+ SignalDecoderType = Shapes::StringShape.new(name: 'SignalDecoderType')
178
+ SignalDecoders = Shapes::ListShape.new(name: 'SignalDecoders')
179
+ SignalInformation = Shapes::StructureShape.new(name: 'SignalInformation')
180
+ SignalInformationList = Shapes::ListShape.new(name: 'SignalInformationList')
181
+ SpoolingMode = Shapes::StringShape.new(name: 'SpoolingMode')
182
+ String = Shapes::StringShape.new(name: 'String')
183
+ Tag = Shapes::StructureShape.new(name: 'Tag')
184
+ TagKey = Shapes::StringShape.new(name: 'TagKey')
185
+ TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
186
+ TagList = Shapes::ListShape.new(name: 'TagList')
187
+ TagResourceRequest = Shapes::StructureShape.new(name: 'TagResourceRequest')
188
+ TagResourceResponse = Shapes::StructureShape.new(name: 'TagResourceResponse')
189
+ TagValue = Shapes::StringShape.new(name: 'TagValue')
190
+ ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
191
+ TimeBasedCollectionScheme = Shapes::StructureShape.new(name: 'TimeBasedCollectionScheme')
192
+ TimestreamDatabaseName = Shapes::StringShape.new(name: 'TimestreamDatabaseName')
193
+ TimestreamRegistrationResponse = Shapes::StructureShape.new(name: 'TimestreamRegistrationResponse')
194
+ TimestreamResources = Shapes::StructureShape.new(name: 'TimestreamResources')
195
+ TimestreamTableName = Shapes::StringShape.new(name: 'TimestreamTableName')
196
+ TriggerMode = Shapes::StringShape.new(name: 'TriggerMode')
197
+ UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
198
+ UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
199
+ UpdateCampaignAction = Shapes::StringShape.new(name: 'UpdateCampaignAction')
200
+ UpdateCampaignRequest = Shapes::StructureShape.new(name: 'UpdateCampaignRequest')
201
+ UpdateCampaignResponse = Shapes::StructureShape.new(name: 'UpdateCampaignResponse')
202
+ UpdateDecoderManifestRequest = Shapes::StructureShape.new(name: 'UpdateDecoderManifestRequest')
203
+ UpdateDecoderManifestResponse = Shapes::StructureShape.new(name: 'UpdateDecoderManifestResponse')
204
+ UpdateFleetRequest = Shapes::StructureShape.new(name: 'UpdateFleetRequest')
205
+ UpdateFleetResponse = Shapes::StructureShape.new(name: 'UpdateFleetResponse')
206
+ UpdateMode = Shapes::StringShape.new(name: 'UpdateMode')
207
+ UpdateModelManifestRequest = Shapes::StructureShape.new(name: 'UpdateModelManifestRequest')
208
+ UpdateModelManifestResponse = Shapes::StructureShape.new(name: 'UpdateModelManifestResponse')
209
+ UpdateSignalCatalogRequest = Shapes::StructureShape.new(name: 'UpdateSignalCatalogRequest')
210
+ UpdateSignalCatalogResponse = Shapes::StructureShape.new(name: 'UpdateSignalCatalogResponse')
211
+ UpdateVehicleError = Shapes::StructureShape.new(name: 'UpdateVehicleError')
212
+ UpdateVehicleRequest = Shapes::StructureShape.new(name: 'UpdateVehicleRequest')
213
+ UpdateVehicleRequestItem = Shapes::StructureShape.new(name: 'UpdateVehicleRequestItem')
214
+ UpdateVehicleResponse = Shapes::StructureShape.new(name: 'UpdateVehicleResponse')
215
+ UpdateVehicleResponseItem = Shapes::StructureShape.new(name: 'UpdateVehicleResponseItem')
216
+ ValidationException = Shapes::StructureShape.new(name: 'ValidationException')
217
+ ValidationExceptionField = Shapes::StructureShape.new(name: 'ValidationExceptionField')
218
+ ValidationExceptionFieldList = Shapes::ListShape.new(name: 'ValidationExceptionFieldList')
219
+ ValidationExceptionReason = Shapes::StringShape.new(name: 'ValidationExceptionReason')
220
+ VehicleAssociationBehavior = Shapes::StringShape.new(name: 'VehicleAssociationBehavior')
221
+ VehicleState = Shapes::StringShape.new(name: 'VehicleState')
222
+ VehicleStatus = Shapes::StructureShape.new(name: 'VehicleStatus')
223
+ VehicleStatusList = Shapes::ListShape.new(name: 'VehicleStatusList')
224
+ VehicleSummary = Shapes::StructureShape.new(name: 'VehicleSummary')
225
+ arn = Shapes::StringShape.new(name: 'arn')
226
+ attributeName = Shapes::StringShape.new(name: 'attributeName')
227
+ attributeValue = Shapes::StringShape.new(name: 'attributeValue')
228
+ attributesMap = Shapes::MapShape.new(name: 'attributesMap')
229
+ boolean = Shapes::BooleanShape.new(name: 'boolean')
230
+ campaignName = Shapes::StringShape.new(name: 'campaignName')
231
+ campaignSummaries = Shapes::ListShape.new(name: 'campaignSummaries')
232
+ collectionPeriodMs = Shapes::IntegerShape.new(name: 'collectionPeriodMs')
233
+ createVehicleErrors = Shapes::ListShape.new(name: 'createVehicleErrors')
234
+ createVehicleRequestItems = Shapes::ListShape.new(name: 'createVehicleRequestItems')
235
+ createVehicleResponses = Shapes::ListShape.new(name: 'createVehicleResponses')
236
+ customerAccountId = Shapes::StringShape.new(name: 'customerAccountId')
237
+ decoderManifestSummaries = Shapes::ListShape.new(name: 'decoderManifestSummaries')
238
+ description = Shapes::StringShape.new(name: 'description')
239
+ double = Shapes::FloatShape.new(name: 'double')
240
+ errorMessage = Shapes::StringShape.new(name: 'errorMessage')
241
+ eventExpression = Shapes::StringShape.new(name: 'eventExpression')
242
+ fleetId = Shapes::StringShape.new(name: 'fleetId')
243
+ fleetSummaries = Shapes::ListShape.new(name: 'fleetSummaries')
244
+ fleets = Shapes::ListShape.new(name: 'fleets')
245
+ languageVersion = Shapes::IntegerShape.new(name: 'languageVersion')
246
+ listOfStrings = Shapes::ListShape.new(name: 'listOfStrings')
247
+ listVehiclesMaxResults = Shapes::IntegerShape.new(name: 'listVehiclesMaxResults')
248
+ maxResults = Shapes::IntegerShape.new(name: 'maxResults')
249
+ maxSampleCount = Shapes::IntegerShape.new(name: 'maxSampleCount')
250
+ modelManifestSummaries = Shapes::ListShape.new(name: 'modelManifestSummaries')
251
+ nextToken = Shapes::StringShape.new(name: 'nextToken')
252
+ nonNegativeInteger = Shapes::IntegerShape.new(name: 'nonNegativeInteger')
253
+ number = Shapes::IntegerShape.new(name: 'number')
254
+ positiveInteger = Shapes::IntegerShape.new(name: 'positiveInteger')
255
+ priority = Shapes::IntegerShape.new(name: 'priority')
256
+ resourceName = Shapes::StringShape.new(name: 'resourceName')
257
+ signalCatalogSummaries = Shapes::ListShape.new(name: 'signalCatalogSummaries')
258
+ status = Shapes::StringShape.new(name: 'status')
259
+ string = Shapes::StringShape.new(name: 'string')
260
+ timestamp = Shapes::TimestampShape.new(name: 'timestamp')
261
+ uint32 = Shapes::IntegerShape.new(name: 'uint32')
262
+ updateVehicleErrors = Shapes::ListShape.new(name: 'updateVehicleErrors')
263
+ updateVehicleRequestItems = Shapes::ListShape.new(name: 'updateVehicleRequestItems')
264
+ updateVehicleResponseItems = Shapes::ListShape.new(name: 'updateVehicleResponseItems')
265
+ vehicleName = Shapes::StringShape.new(name: 'vehicleName')
266
+ vehicleSummaries = Shapes::ListShape.new(name: 'vehicleSummaries')
267
+ vehicles = Shapes::ListShape.new(name: 'vehicles')
268
+ wildcardSignalName = Shapes::StringShape.new(name: 'wildcardSignalName')
269
+
270
+ AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: string, required: true, location_name: "message"))
271
+ AccessDeniedException.struct_class = Types::AccessDeniedException
272
+
273
+ Actuator.add_member(:fully_qualified_name, Shapes::ShapeRef.new(shape: string, required: true, location_name: "fullyQualifiedName"))
274
+ Actuator.add_member(:data_type, Shapes::ShapeRef.new(shape: NodeDataType, required: true, location_name: "dataType"))
275
+ Actuator.add_member(:description, Shapes::ShapeRef.new(shape: description, location_name: "description"))
276
+ Actuator.add_member(:unit, Shapes::ShapeRef.new(shape: string, location_name: "unit"))
277
+ Actuator.add_member(:allowed_values, Shapes::ShapeRef.new(shape: listOfStrings, location_name: "allowedValues"))
278
+ Actuator.add_member(:min, Shapes::ShapeRef.new(shape: double, location_name: "min"))
279
+ Actuator.add_member(:max, Shapes::ShapeRef.new(shape: double, location_name: "max"))
280
+ Actuator.add_member(:assigned_value, Shapes::ShapeRef.new(shape: string, location_name: "assignedValue"))
281
+ Actuator.struct_class = Types::Actuator
282
+
283
+ AssociateVehicleFleetRequest.add_member(:vehicle_name, Shapes::ShapeRef.new(shape: vehicleName, required: true, location_name: "vehicleName"))
284
+ AssociateVehicleFleetRequest.add_member(:fleet_id, Shapes::ShapeRef.new(shape: fleetId, required: true, location_name: "fleetId"))
285
+ AssociateVehicleFleetRequest.struct_class = Types::AssociateVehicleFleetRequest
286
+
287
+ AssociateVehicleFleetResponse.struct_class = Types::AssociateVehicleFleetResponse
288
+
289
+ Attribute.add_member(:fully_qualified_name, Shapes::ShapeRef.new(shape: string, required: true, location_name: "fullyQualifiedName"))
290
+ Attribute.add_member(:data_type, Shapes::ShapeRef.new(shape: NodeDataType, required: true, location_name: "dataType"))
291
+ Attribute.add_member(:description, Shapes::ShapeRef.new(shape: description, location_name: "description"))
292
+ Attribute.add_member(:unit, Shapes::ShapeRef.new(shape: string, location_name: "unit"))
293
+ Attribute.add_member(:allowed_values, Shapes::ShapeRef.new(shape: listOfStrings, location_name: "allowedValues"))
294
+ Attribute.add_member(:min, Shapes::ShapeRef.new(shape: double, location_name: "min"))
295
+ Attribute.add_member(:max, Shapes::ShapeRef.new(shape: double, location_name: "max"))
296
+ Attribute.add_member(:assigned_value, Shapes::ShapeRef.new(shape: string, location_name: "assignedValue"))
297
+ Attribute.add_member(:default_value, Shapes::ShapeRef.new(shape: string, location_name: "defaultValue"))
298
+ Attribute.struct_class = Types::Attribute
299
+
300
+ BatchCreateVehicleRequest.add_member(:vehicles, Shapes::ShapeRef.new(shape: createVehicleRequestItems, required: true, location_name: "vehicles"))
301
+ BatchCreateVehicleRequest.struct_class = Types::BatchCreateVehicleRequest
302
+
303
+ BatchCreateVehicleResponse.add_member(:vehicles, Shapes::ShapeRef.new(shape: createVehicleResponses, location_name: "vehicles"))
304
+ BatchCreateVehicleResponse.add_member(:errors, Shapes::ShapeRef.new(shape: createVehicleErrors, location_name: "errors"))
305
+ BatchCreateVehicleResponse.struct_class = Types::BatchCreateVehicleResponse
306
+
307
+ BatchUpdateVehicleRequest.add_member(:vehicles, Shapes::ShapeRef.new(shape: updateVehicleRequestItems, required: true, location_name: "vehicles"))
308
+ BatchUpdateVehicleRequest.struct_class = Types::BatchUpdateVehicleRequest
309
+
310
+ BatchUpdateVehicleResponse.add_member(:vehicles, Shapes::ShapeRef.new(shape: updateVehicleResponseItems, location_name: "vehicles"))
311
+ BatchUpdateVehicleResponse.add_member(:errors, Shapes::ShapeRef.new(shape: updateVehicleErrors, location_name: "errors"))
312
+ BatchUpdateVehicleResponse.struct_class = Types::BatchUpdateVehicleResponse
313
+
314
+ Branch.add_member(:fully_qualified_name, Shapes::ShapeRef.new(shape: string, required: true, location_name: "fullyQualifiedName"))
315
+ Branch.add_member(:description, Shapes::ShapeRef.new(shape: description, location_name: "description"))
316
+ Branch.struct_class = Types::Branch
317
+
318
+ CampaignSummary.add_member(:arn, Shapes::ShapeRef.new(shape: arn, location_name: "arn"))
319
+ CampaignSummary.add_member(:name, Shapes::ShapeRef.new(shape: campaignName, location_name: "name"))
320
+ CampaignSummary.add_member(:description, Shapes::ShapeRef.new(shape: description, location_name: "description"))
321
+ CampaignSummary.add_member(:signal_catalog_arn, Shapes::ShapeRef.new(shape: arn, location_name: "signalCatalogArn"))
322
+ CampaignSummary.add_member(:target_arn, Shapes::ShapeRef.new(shape: arn, location_name: "targetArn"))
323
+ CampaignSummary.add_member(:status, Shapes::ShapeRef.new(shape: CampaignStatus, location_name: "status"))
324
+ CampaignSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "creationTime"))
325
+ CampaignSummary.add_member(:last_modification_time, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "lastModificationTime"))
326
+ CampaignSummary.struct_class = Types::CampaignSummary
327
+
328
+ CanDbcDefinition.add_member(:network_interface, Shapes::ShapeRef.new(shape: InterfaceId, required: true, location_name: "networkInterface"))
329
+ CanDbcDefinition.add_member(:can_dbc_files, Shapes::ShapeRef.new(shape: NetworkFilesList, required: true, location_name: "canDbcFiles"))
330
+ CanDbcDefinition.add_member(:signals_map, Shapes::ShapeRef.new(shape: ModelSignalsMap, location_name: "signalsMap"))
331
+ CanDbcDefinition.struct_class = Types::CanDbcDefinition
332
+
333
+ CanInterface.add_member(:name, Shapes::ShapeRef.new(shape: CanInterfaceName, required: true, location_name: "name"))
334
+ CanInterface.add_member(:protocol_name, Shapes::ShapeRef.new(shape: ProtocolName, location_name: "protocolName"))
335
+ CanInterface.add_member(:protocol_version, Shapes::ShapeRef.new(shape: ProtocolVersion, location_name: "protocolVersion"))
336
+ CanInterface.struct_class = Types::CanInterface
337
+
338
+ CanSignal.add_member(:message_id, Shapes::ShapeRef.new(shape: nonNegativeInteger, required: true, location_name: "messageId"))
339
+ CanSignal.add_member(:is_big_endian, Shapes::ShapeRef.new(shape: boolean, required: true, location_name: "isBigEndian"))
340
+ CanSignal.add_member(:is_signed, Shapes::ShapeRef.new(shape: boolean, required: true, location_name: "isSigned"))
341
+ CanSignal.add_member(:start_bit, Shapes::ShapeRef.new(shape: nonNegativeInteger, required: true, location_name: "startBit"))
342
+ CanSignal.add_member(:offset, Shapes::ShapeRef.new(shape: double, required: true, location_name: "offset"))
343
+ CanSignal.add_member(:factor, Shapes::ShapeRef.new(shape: double, required: true, location_name: "factor"))
344
+ CanSignal.add_member(:length, Shapes::ShapeRef.new(shape: nonNegativeInteger, required: true, location_name: "length"))
345
+ CanSignal.add_member(:name, Shapes::ShapeRef.new(shape: CanSignalName, location_name: "name"))
346
+ CanSignal.struct_class = Types::CanSignal
347
+
348
+ CloudWatchLogDeliveryOptions.add_member(:log_type, Shapes::ShapeRef.new(shape: LogType, required: true, location_name: "logType"))
349
+ CloudWatchLogDeliveryOptions.add_member(:log_group_name, Shapes::ShapeRef.new(shape: CloudWatchLogGroupName, location_name: "logGroupName"))
350
+ CloudWatchLogDeliveryOptions.struct_class = Types::CloudWatchLogDeliveryOptions
351
+
352
+ CollectionScheme.add_member(:time_based_collection_scheme, Shapes::ShapeRef.new(shape: TimeBasedCollectionScheme, location_name: "timeBasedCollectionScheme"))
353
+ CollectionScheme.add_member(:condition_based_collection_scheme, Shapes::ShapeRef.new(shape: ConditionBasedCollectionScheme, location_name: "conditionBasedCollectionScheme"))
354
+ CollectionScheme.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
355
+ CollectionScheme.add_member_subclass(:time_based_collection_scheme, Types::CollectionScheme::TimeBasedCollectionScheme)
356
+ CollectionScheme.add_member_subclass(:condition_based_collection_scheme, Types::CollectionScheme::ConditionBasedCollectionScheme)
357
+ CollectionScheme.add_member_subclass(:unknown, Types::CollectionScheme::Unknown)
358
+ CollectionScheme.struct_class = Types::CollectionScheme
359
+
360
+ ConditionBasedCollectionScheme.add_member(:expression, Shapes::ShapeRef.new(shape: eventExpression, required: true, location_name: "expression"))
361
+ ConditionBasedCollectionScheme.add_member(:minimum_trigger_interval_ms, Shapes::ShapeRef.new(shape: uint32, location_name: "minimumTriggerIntervalMs"))
362
+ ConditionBasedCollectionScheme.add_member(:trigger_mode, Shapes::ShapeRef.new(shape: TriggerMode, location_name: "triggerMode"))
363
+ ConditionBasedCollectionScheme.add_member(:condition_language_version, Shapes::ShapeRef.new(shape: languageVersion, location_name: "conditionLanguageVersion"))
364
+ ConditionBasedCollectionScheme.struct_class = Types::ConditionBasedCollectionScheme
365
+
366
+ ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: string, required: true, location_name: "message"))
367
+ ConflictException.add_member(:resource, Shapes::ShapeRef.new(shape: string, required: true, location_name: "resource"))
368
+ ConflictException.add_member(:resource_type, Shapes::ShapeRef.new(shape: string, required: true, location_name: "resourceType"))
369
+ ConflictException.struct_class = Types::ConflictException
370
+
371
+ CreateCampaignRequest.add_member(:name, Shapes::ShapeRef.new(shape: campaignName, required: true, location_name: "name"))
372
+ CreateCampaignRequest.add_member(:description, Shapes::ShapeRef.new(shape: description, location_name: "description"))
373
+ CreateCampaignRequest.add_member(:signal_catalog_arn, Shapes::ShapeRef.new(shape: arn, required: true, location_name: "signalCatalogArn"))
374
+ CreateCampaignRequest.add_member(:target_arn, Shapes::ShapeRef.new(shape: arn, required: true, location_name: "targetArn"))
375
+ CreateCampaignRequest.add_member(:start_time, Shapes::ShapeRef.new(shape: timestamp, location_name: "startTime"))
376
+ CreateCampaignRequest.add_member(:expiry_time, Shapes::ShapeRef.new(shape: timestamp, location_name: "expiryTime"))
377
+ CreateCampaignRequest.add_member(:post_trigger_collection_duration, Shapes::ShapeRef.new(shape: uint32, location_name: "postTriggerCollectionDuration"))
378
+ CreateCampaignRequest.add_member(:diagnostics_mode, Shapes::ShapeRef.new(shape: DiagnosticsMode, location_name: "diagnosticsMode"))
379
+ CreateCampaignRequest.add_member(:spooling_mode, Shapes::ShapeRef.new(shape: SpoolingMode, location_name: "spoolingMode"))
380
+ CreateCampaignRequest.add_member(:compression, Shapes::ShapeRef.new(shape: Compression, location_name: "compression"))
381
+ CreateCampaignRequest.add_member(:priority, Shapes::ShapeRef.new(shape: priority, location_name: "priority"))
382
+ CreateCampaignRequest.add_member(:signals_to_collect, Shapes::ShapeRef.new(shape: SignalInformationList, location_name: "signalsToCollect"))
383
+ CreateCampaignRequest.add_member(:collection_scheme, Shapes::ShapeRef.new(shape: CollectionScheme, required: true, location_name: "collectionScheme"))
384
+ CreateCampaignRequest.add_member(:data_extra_dimensions, Shapes::ShapeRef.new(shape: DataExtraDimensionNodePathList, location_name: "dataExtraDimensions"))
385
+ CreateCampaignRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
386
+ CreateCampaignRequest.struct_class = Types::CreateCampaignRequest
387
+
388
+ CreateCampaignResponse.add_member(:name, Shapes::ShapeRef.new(shape: campaignName, location_name: "name"))
389
+ CreateCampaignResponse.add_member(:arn, Shapes::ShapeRef.new(shape: arn, location_name: "arn"))
390
+ CreateCampaignResponse.struct_class = Types::CreateCampaignResponse
391
+
392
+ CreateDecoderManifestRequest.add_member(:name, Shapes::ShapeRef.new(shape: resourceName, required: true, location_name: "name"))
393
+ CreateDecoderManifestRequest.add_member(:description, Shapes::ShapeRef.new(shape: description, location_name: "description"))
394
+ CreateDecoderManifestRequest.add_member(:model_manifest_arn, Shapes::ShapeRef.new(shape: arn, required: true, location_name: "modelManifestArn"))
395
+ CreateDecoderManifestRequest.add_member(:signal_decoders, Shapes::ShapeRef.new(shape: SignalDecoders, location_name: "signalDecoders"))
396
+ CreateDecoderManifestRequest.add_member(:network_interfaces, Shapes::ShapeRef.new(shape: NetworkInterfaces, location_name: "networkInterfaces"))
397
+ CreateDecoderManifestRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
398
+ CreateDecoderManifestRequest.struct_class = Types::CreateDecoderManifestRequest
399
+
400
+ CreateDecoderManifestResponse.add_member(:name, Shapes::ShapeRef.new(shape: resourceName, required: true, location_name: "name"))
401
+ CreateDecoderManifestResponse.add_member(:arn, Shapes::ShapeRef.new(shape: arn, required: true, location_name: "arn"))
402
+ CreateDecoderManifestResponse.struct_class = Types::CreateDecoderManifestResponse
403
+
404
+ CreateFleetRequest.add_member(:fleet_id, Shapes::ShapeRef.new(shape: fleetId, required: true, location_name: "fleetId"))
405
+ CreateFleetRequest.add_member(:description, Shapes::ShapeRef.new(shape: description, location_name: "description"))
406
+ CreateFleetRequest.add_member(:signal_catalog_arn, Shapes::ShapeRef.new(shape: arn, required: true, location_name: "signalCatalogArn"))
407
+ CreateFleetRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
408
+ CreateFleetRequest.struct_class = Types::CreateFleetRequest
409
+
410
+ CreateFleetResponse.add_member(:id, Shapes::ShapeRef.new(shape: fleetId, required: true, location_name: "id"))
411
+ CreateFleetResponse.add_member(:arn, Shapes::ShapeRef.new(shape: arn, required: true, location_name: "arn"))
412
+ CreateFleetResponse.struct_class = Types::CreateFleetResponse
413
+
414
+ CreateModelManifestRequest.add_member(:name, Shapes::ShapeRef.new(shape: resourceName, required: true, location_name: "name"))
415
+ CreateModelManifestRequest.add_member(:description, Shapes::ShapeRef.new(shape: description, location_name: "description"))
416
+ CreateModelManifestRequest.add_member(:nodes, Shapes::ShapeRef.new(shape: listOfStrings, required: true, location_name: "nodes"))
417
+ CreateModelManifestRequest.add_member(:signal_catalog_arn, Shapes::ShapeRef.new(shape: arn, required: true, location_name: "signalCatalogArn"))
418
+ CreateModelManifestRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
419
+ CreateModelManifestRequest.struct_class = Types::CreateModelManifestRequest
420
+
421
+ CreateModelManifestResponse.add_member(:name, Shapes::ShapeRef.new(shape: resourceName, required: true, location_name: "name"))
422
+ CreateModelManifestResponse.add_member(:arn, Shapes::ShapeRef.new(shape: arn, required: true, location_name: "arn"))
423
+ CreateModelManifestResponse.struct_class = Types::CreateModelManifestResponse
424
+
425
+ CreateSignalCatalogRequest.add_member(:name, Shapes::ShapeRef.new(shape: resourceName, required: true, location_name: "name"))
426
+ CreateSignalCatalogRequest.add_member(:description, Shapes::ShapeRef.new(shape: description, location_name: "description"))
427
+ CreateSignalCatalogRequest.add_member(:nodes, Shapes::ShapeRef.new(shape: Nodes, location_name: "nodes"))
428
+ CreateSignalCatalogRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
429
+ CreateSignalCatalogRequest.struct_class = Types::CreateSignalCatalogRequest
430
+
431
+ CreateSignalCatalogResponse.add_member(:name, Shapes::ShapeRef.new(shape: resourceName, required: true, location_name: "name"))
432
+ CreateSignalCatalogResponse.add_member(:arn, Shapes::ShapeRef.new(shape: arn, required: true, location_name: "arn"))
433
+ CreateSignalCatalogResponse.struct_class = Types::CreateSignalCatalogResponse
434
+
435
+ CreateVehicleError.add_member(:vehicle_name, Shapes::ShapeRef.new(shape: vehicleName, location_name: "vehicleName"))
436
+ CreateVehicleError.add_member(:code, Shapes::ShapeRef.new(shape: string, location_name: "code"))
437
+ CreateVehicleError.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "message"))
438
+ CreateVehicleError.struct_class = Types::CreateVehicleError
439
+
440
+ CreateVehicleRequest.add_member(:vehicle_name, Shapes::ShapeRef.new(shape: vehicleName, required: true, location_name: "vehicleName"))
441
+ CreateVehicleRequest.add_member(:model_manifest_arn, Shapes::ShapeRef.new(shape: arn, required: true, location_name: "modelManifestArn"))
442
+ CreateVehicleRequest.add_member(:decoder_manifest_arn, Shapes::ShapeRef.new(shape: arn, required: true, location_name: "decoderManifestArn"))
443
+ CreateVehicleRequest.add_member(:attributes, Shapes::ShapeRef.new(shape: attributesMap, location_name: "attributes"))
444
+ CreateVehicleRequest.add_member(:association_behavior, Shapes::ShapeRef.new(shape: VehicleAssociationBehavior, location_name: "associationBehavior"))
445
+ CreateVehicleRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
446
+ CreateVehicleRequest.struct_class = Types::CreateVehicleRequest
447
+
448
+ CreateVehicleRequestItem.add_member(:vehicle_name, Shapes::ShapeRef.new(shape: vehicleName, required: true, location_name: "vehicleName"))
449
+ CreateVehicleRequestItem.add_member(:model_manifest_arn, Shapes::ShapeRef.new(shape: arn, required: true, location_name: "modelManifestArn"))
450
+ CreateVehicleRequestItem.add_member(:decoder_manifest_arn, Shapes::ShapeRef.new(shape: arn, required: true, location_name: "decoderManifestArn"))
451
+ CreateVehicleRequestItem.add_member(:attributes, Shapes::ShapeRef.new(shape: attributesMap, location_name: "attributes"))
452
+ CreateVehicleRequestItem.add_member(:association_behavior, Shapes::ShapeRef.new(shape: VehicleAssociationBehavior, location_name: "associationBehavior"))
453
+ CreateVehicleRequestItem.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
454
+ CreateVehicleRequestItem.struct_class = Types::CreateVehicleRequestItem
455
+
456
+ CreateVehicleResponse.add_member(:vehicle_name, Shapes::ShapeRef.new(shape: vehicleName, location_name: "vehicleName"))
457
+ CreateVehicleResponse.add_member(:arn, Shapes::ShapeRef.new(shape: arn, location_name: "arn"))
458
+ CreateVehicleResponse.add_member(:thing_arn, Shapes::ShapeRef.new(shape: arn, location_name: "thingArn"))
459
+ CreateVehicleResponse.struct_class = Types::CreateVehicleResponse
460
+
461
+ CreateVehicleResponseItem.add_member(:vehicle_name, Shapes::ShapeRef.new(shape: vehicleName, location_name: "vehicleName"))
462
+ CreateVehicleResponseItem.add_member(:arn, Shapes::ShapeRef.new(shape: arn, location_name: "arn"))
463
+ CreateVehicleResponseItem.add_member(:thing_arn, Shapes::ShapeRef.new(shape: arn, location_name: "thingArn"))
464
+ CreateVehicleResponseItem.struct_class = Types::CreateVehicleResponseItem
465
+
466
+ DataExtraDimensionNodePathList.member = Shapes::ShapeRef.new(shape: NodePath)
467
+
468
+ DecoderManifestSummary.add_member(:name, Shapes::ShapeRef.new(shape: string, location_name: "name"))
469
+ DecoderManifestSummary.add_member(:arn, Shapes::ShapeRef.new(shape: arn, location_name: "arn"))
470
+ DecoderManifestSummary.add_member(:model_manifest_arn, Shapes::ShapeRef.new(shape: arn, location_name: "modelManifestArn"))
471
+ DecoderManifestSummary.add_member(:description, Shapes::ShapeRef.new(shape: description, location_name: "description"))
472
+ DecoderManifestSummary.add_member(:status, Shapes::ShapeRef.new(shape: ManifestStatus, location_name: "status"))
473
+ DecoderManifestSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "creationTime"))
474
+ DecoderManifestSummary.add_member(:last_modification_time, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "lastModificationTime"))
475
+ DecoderManifestSummary.struct_class = Types::DecoderManifestSummary
476
+
477
+ DecoderManifestValidationException.add_member(:invalid_signals, Shapes::ShapeRef.new(shape: InvalidSignalDecoders, location_name: "invalidSignals"))
478
+ DecoderManifestValidationException.add_member(:invalid_network_interfaces, Shapes::ShapeRef.new(shape: InvalidNetworkInterfaces, location_name: "invalidNetworkInterfaces"))
479
+ DecoderManifestValidationException.struct_class = Types::DecoderManifestValidationException
480
+
481
+ DeleteCampaignRequest.add_member(:name, Shapes::ShapeRef.new(shape: campaignName, required: true, location_name: "name"))
482
+ DeleteCampaignRequest.struct_class = Types::DeleteCampaignRequest
483
+
484
+ DeleteCampaignResponse.add_member(:name, Shapes::ShapeRef.new(shape: campaignName, location_name: "name"))
485
+ DeleteCampaignResponse.add_member(:arn, Shapes::ShapeRef.new(shape: arn, location_name: "arn"))
486
+ DeleteCampaignResponse.struct_class = Types::DeleteCampaignResponse
487
+
488
+ DeleteDecoderManifestRequest.add_member(:name, Shapes::ShapeRef.new(shape: resourceName, required: true, location_name: "name"))
489
+ DeleteDecoderManifestRequest.struct_class = Types::DeleteDecoderManifestRequest
490
+
491
+ DeleteDecoderManifestResponse.add_member(:name, Shapes::ShapeRef.new(shape: resourceName, required: true, location_name: "name"))
492
+ DeleteDecoderManifestResponse.add_member(:arn, Shapes::ShapeRef.new(shape: arn, required: true, location_name: "arn"))
493
+ DeleteDecoderManifestResponse.struct_class = Types::DeleteDecoderManifestResponse
494
+
495
+ DeleteFleetRequest.add_member(:fleet_id, Shapes::ShapeRef.new(shape: fleetId, required: true, location_name: "fleetId"))
496
+ DeleteFleetRequest.struct_class = Types::DeleteFleetRequest
497
+
498
+ DeleteFleetResponse.add_member(:id, Shapes::ShapeRef.new(shape: fleetId, location_name: "id"))
499
+ DeleteFleetResponse.add_member(:arn, Shapes::ShapeRef.new(shape: arn, location_name: "arn"))
500
+ DeleteFleetResponse.struct_class = Types::DeleteFleetResponse
501
+
502
+ DeleteModelManifestRequest.add_member(:name, Shapes::ShapeRef.new(shape: resourceName, required: true, location_name: "name"))
503
+ DeleteModelManifestRequest.struct_class = Types::DeleteModelManifestRequest
504
+
505
+ DeleteModelManifestResponse.add_member(:name, Shapes::ShapeRef.new(shape: resourceName, required: true, location_name: "name"))
506
+ DeleteModelManifestResponse.add_member(:arn, Shapes::ShapeRef.new(shape: arn, required: true, location_name: "arn"))
507
+ DeleteModelManifestResponse.struct_class = Types::DeleteModelManifestResponse
508
+
509
+ DeleteSignalCatalogRequest.add_member(:name, Shapes::ShapeRef.new(shape: resourceName, required: true, location_name: "name"))
510
+ DeleteSignalCatalogRequest.struct_class = Types::DeleteSignalCatalogRequest
511
+
512
+ DeleteSignalCatalogResponse.add_member(:name, Shapes::ShapeRef.new(shape: resourceName, required: true, location_name: "name"))
513
+ DeleteSignalCatalogResponse.add_member(:arn, Shapes::ShapeRef.new(shape: arn, required: true, location_name: "arn"))
514
+ DeleteSignalCatalogResponse.struct_class = Types::DeleteSignalCatalogResponse
515
+
516
+ DeleteVehicleRequest.add_member(:vehicle_name, Shapes::ShapeRef.new(shape: vehicleName, required: true, location_name: "vehicleName"))
517
+ DeleteVehicleRequest.struct_class = Types::DeleteVehicleRequest
518
+
519
+ DeleteVehicleResponse.add_member(:vehicle_name, Shapes::ShapeRef.new(shape: vehicleName, required: true, location_name: "vehicleName"))
520
+ DeleteVehicleResponse.add_member(:arn, Shapes::ShapeRef.new(shape: arn, required: true, location_name: "arn"))
521
+ DeleteVehicleResponse.struct_class = Types::DeleteVehicleResponse
522
+
523
+ DisassociateVehicleFleetRequest.add_member(:vehicle_name, Shapes::ShapeRef.new(shape: vehicleName, required: true, location_name: "vehicleName"))
524
+ DisassociateVehicleFleetRequest.add_member(:fleet_id, Shapes::ShapeRef.new(shape: fleetId, required: true, location_name: "fleetId"))
525
+ DisassociateVehicleFleetRequest.struct_class = Types::DisassociateVehicleFleetRequest
526
+
527
+ DisassociateVehicleFleetResponse.struct_class = Types::DisassociateVehicleFleetResponse
528
+
529
+ FleetSummary.add_member(:id, Shapes::ShapeRef.new(shape: fleetId, required: true, location_name: "id"))
530
+ FleetSummary.add_member(:arn, Shapes::ShapeRef.new(shape: arn, required: true, location_name: "arn"))
531
+ FleetSummary.add_member(:description, Shapes::ShapeRef.new(shape: description, location_name: "description"))
532
+ FleetSummary.add_member(:signal_catalog_arn, Shapes::ShapeRef.new(shape: arn, required: true, location_name: "signalCatalogArn"))
533
+ FleetSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "creationTime"))
534
+ FleetSummary.add_member(:last_modification_time, Shapes::ShapeRef.new(shape: timestamp, location_name: "lastModificationTime"))
535
+ FleetSummary.struct_class = Types::FleetSummary
536
+
537
+ FormattedVss.add_member(:vss_json, Shapes::ShapeRef.new(shape: String, location_name: "vssJson"))
538
+ FormattedVss.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
539
+ FormattedVss.add_member_subclass(:vss_json, Types::FormattedVss::VssJson)
540
+ FormattedVss.add_member_subclass(:unknown, Types::FormattedVss::Unknown)
541
+ FormattedVss.struct_class = Types::FormattedVss
542
+
543
+ Fqns.member = Shapes::ShapeRef.new(shape: FullyQualifiedName)
544
+
545
+ GetCampaignRequest.add_member(:name, Shapes::ShapeRef.new(shape: campaignName, required: true, location_name: "name"))
546
+ GetCampaignRequest.struct_class = Types::GetCampaignRequest
547
+
548
+ GetCampaignResponse.add_member(:name, Shapes::ShapeRef.new(shape: campaignName, location_name: "name"))
549
+ GetCampaignResponse.add_member(:arn, Shapes::ShapeRef.new(shape: arn, location_name: "arn"))
550
+ GetCampaignResponse.add_member(:description, Shapes::ShapeRef.new(shape: description, location_name: "description"))
551
+ GetCampaignResponse.add_member(:signal_catalog_arn, Shapes::ShapeRef.new(shape: arn, location_name: "signalCatalogArn"))
552
+ GetCampaignResponse.add_member(:target_arn, Shapes::ShapeRef.new(shape: arn, location_name: "targetArn"))
553
+ GetCampaignResponse.add_member(:status, Shapes::ShapeRef.new(shape: CampaignStatus, location_name: "status"))
554
+ GetCampaignResponse.add_member(:start_time, Shapes::ShapeRef.new(shape: timestamp, location_name: "startTime"))
555
+ GetCampaignResponse.add_member(:expiry_time, Shapes::ShapeRef.new(shape: timestamp, location_name: "expiryTime"))
556
+ GetCampaignResponse.add_member(:post_trigger_collection_duration, Shapes::ShapeRef.new(shape: uint32, location_name: "postTriggerCollectionDuration"))
557
+ GetCampaignResponse.add_member(:diagnostics_mode, Shapes::ShapeRef.new(shape: DiagnosticsMode, location_name: "diagnosticsMode"))
558
+ GetCampaignResponse.add_member(:spooling_mode, Shapes::ShapeRef.new(shape: SpoolingMode, location_name: "spoolingMode"))
559
+ GetCampaignResponse.add_member(:compression, Shapes::ShapeRef.new(shape: Compression, location_name: "compression"))
560
+ GetCampaignResponse.add_member(:priority, Shapes::ShapeRef.new(shape: priority, location_name: "priority"))
561
+ GetCampaignResponse.add_member(:signals_to_collect, Shapes::ShapeRef.new(shape: SignalInformationList, location_name: "signalsToCollect"))
562
+ GetCampaignResponse.add_member(:collection_scheme, Shapes::ShapeRef.new(shape: CollectionScheme, location_name: "collectionScheme"))
563
+ GetCampaignResponse.add_member(:data_extra_dimensions, Shapes::ShapeRef.new(shape: DataExtraDimensionNodePathList, location_name: "dataExtraDimensions"))
564
+ GetCampaignResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: timestamp, location_name: "creationTime"))
565
+ GetCampaignResponse.add_member(:last_modification_time, Shapes::ShapeRef.new(shape: timestamp, location_name: "lastModificationTime"))
566
+ GetCampaignResponse.struct_class = Types::GetCampaignResponse
567
+
568
+ GetDecoderManifestRequest.add_member(:name, Shapes::ShapeRef.new(shape: resourceName, required: true, location_name: "name"))
569
+ GetDecoderManifestRequest.struct_class = Types::GetDecoderManifestRequest
570
+
571
+ GetDecoderManifestResponse.add_member(:name, Shapes::ShapeRef.new(shape: string, required: true, location_name: "name"))
572
+ GetDecoderManifestResponse.add_member(:arn, Shapes::ShapeRef.new(shape: arn, required: true, location_name: "arn"))
573
+ GetDecoderManifestResponse.add_member(:description, Shapes::ShapeRef.new(shape: description, location_name: "description"))
574
+ GetDecoderManifestResponse.add_member(:model_manifest_arn, Shapes::ShapeRef.new(shape: arn, location_name: "modelManifestArn"))
575
+ GetDecoderManifestResponse.add_member(:status, Shapes::ShapeRef.new(shape: ManifestStatus, location_name: "status"))
576
+ GetDecoderManifestResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "creationTime"))
577
+ GetDecoderManifestResponse.add_member(:last_modification_time, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "lastModificationTime"))
578
+ GetDecoderManifestResponse.struct_class = Types::GetDecoderManifestResponse
579
+
580
+ GetFleetRequest.add_member(:fleet_id, Shapes::ShapeRef.new(shape: fleetId, required: true, location_name: "fleetId"))
581
+ GetFleetRequest.struct_class = Types::GetFleetRequest
582
+
583
+ GetFleetResponse.add_member(:id, Shapes::ShapeRef.new(shape: fleetId, required: true, location_name: "id"))
584
+ GetFleetResponse.add_member(:arn, Shapes::ShapeRef.new(shape: arn, required: true, location_name: "arn"))
585
+ GetFleetResponse.add_member(:description, Shapes::ShapeRef.new(shape: description, location_name: "description"))
586
+ GetFleetResponse.add_member(:signal_catalog_arn, Shapes::ShapeRef.new(shape: arn, required: true, location_name: "signalCatalogArn"))
587
+ GetFleetResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "creationTime"))
588
+ GetFleetResponse.add_member(:last_modification_time, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "lastModificationTime"))
589
+ GetFleetResponse.struct_class = Types::GetFleetResponse
590
+
591
+ GetLoggingOptionsRequest.struct_class = Types::GetLoggingOptionsRequest
592
+
593
+ GetLoggingOptionsResponse.add_member(:cloud_watch_log_delivery, Shapes::ShapeRef.new(shape: CloudWatchLogDeliveryOptions, required: true, location_name: "cloudWatchLogDelivery"))
594
+ GetLoggingOptionsResponse.struct_class = Types::GetLoggingOptionsResponse
595
+
596
+ GetModelManifestRequest.add_member(:name, Shapes::ShapeRef.new(shape: resourceName, required: true, location_name: "name"))
597
+ GetModelManifestRequest.struct_class = Types::GetModelManifestRequest
598
+
599
+ GetModelManifestResponse.add_member(:name, Shapes::ShapeRef.new(shape: resourceName, required: true, location_name: "name"))
600
+ GetModelManifestResponse.add_member(:arn, Shapes::ShapeRef.new(shape: arn, required: true, location_name: "arn"))
601
+ GetModelManifestResponse.add_member(:description, Shapes::ShapeRef.new(shape: description, location_name: "description"))
602
+ GetModelManifestResponse.add_member(:signal_catalog_arn, Shapes::ShapeRef.new(shape: arn, location_name: "signalCatalogArn"))
603
+ GetModelManifestResponse.add_member(:status, Shapes::ShapeRef.new(shape: ManifestStatus, location_name: "status"))
604
+ GetModelManifestResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "creationTime"))
605
+ GetModelManifestResponse.add_member(:last_modification_time, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "lastModificationTime"))
606
+ GetModelManifestResponse.struct_class = Types::GetModelManifestResponse
607
+
608
+ GetRegisterAccountStatusRequest.struct_class = Types::GetRegisterAccountStatusRequest
609
+
610
+ GetRegisterAccountStatusResponse.add_member(:customer_account_id, Shapes::ShapeRef.new(shape: customerAccountId, required: true, location_name: "customerAccountId"))
611
+ GetRegisterAccountStatusResponse.add_member(:account_status, Shapes::ShapeRef.new(shape: RegistrationStatus, required: true, location_name: "accountStatus"))
612
+ GetRegisterAccountStatusResponse.add_member(:timestream_registration_response, Shapes::ShapeRef.new(shape: TimestreamRegistrationResponse, required: true, location_name: "timestreamRegistrationResponse"))
613
+ GetRegisterAccountStatusResponse.add_member(:iam_registration_response, Shapes::ShapeRef.new(shape: IamRegistrationResponse, required: true, location_name: "iamRegistrationResponse"))
614
+ GetRegisterAccountStatusResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "creationTime"))
615
+ GetRegisterAccountStatusResponse.add_member(:last_modification_time, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "lastModificationTime"))
616
+ GetRegisterAccountStatusResponse.struct_class = Types::GetRegisterAccountStatusResponse
617
+
618
+ GetSignalCatalogRequest.add_member(:name, Shapes::ShapeRef.new(shape: resourceName, required: true, location_name: "name"))
619
+ GetSignalCatalogRequest.struct_class = Types::GetSignalCatalogRequest
620
+
621
+ GetSignalCatalogResponse.add_member(:name, Shapes::ShapeRef.new(shape: resourceName, required: true, location_name: "name"))
622
+ GetSignalCatalogResponse.add_member(:arn, Shapes::ShapeRef.new(shape: arn, required: true, location_name: "arn"))
623
+ GetSignalCatalogResponse.add_member(:description, Shapes::ShapeRef.new(shape: description, location_name: "description"))
624
+ GetSignalCatalogResponse.add_member(:node_counts, Shapes::ShapeRef.new(shape: NodeCounts, location_name: "nodeCounts"))
625
+ GetSignalCatalogResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "creationTime"))
626
+ GetSignalCatalogResponse.add_member(:last_modification_time, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "lastModificationTime"))
627
+ GetSignalCatalogResponse.struct_class = Types::GetSignalCatalogResponse
628
+
629
+ GetVehicleRequest.add_member(:vehicle_name, Shapes::ShapeRef.new(shape: vehicleName, required: true, location_name: "vehicleName"))
630
+ GetVehicleRequest.struct_class = Types::GetVehicleRequest
631
+
632
+ GetVehicleResponse.add_member(:vehicle_name, Shapes::ShapeRef.new(shape: vehicleName, location_name: "vehicleName"))
633
+ GetVehicleResponse.add_member(:arn, Shapes::ShapeRef.new(shape: arn, location_name: "arn"))
634
+ GetVehicleResponse.add_member(:model_manifest_arn, Shapes::ShapeRef.new(shape: arn, location_name: "modelManifestArn"))
635
+ GetVehicleResponse.add_member(:decoder_manifest_arn, Shapes::ShapeRef.new(shape: arn, location_name: "decoderManifestArn"))
636
+ GetVehicleResponse.add_member(:attributes, Shapes::ShapeRef.new(shape: attributesMap, location_name: "attributes"))
637
+ GetVehicleResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: timestamp, location_name: "creationTime"))
638
+ GetVehicleResponse.add_member(:last_modification_time, Shapes::ShapeRef.new(shape: timestamp, location_name: "lastModificationTime"))
639
+ GetVehicleResponse.struct_class = Types::GetVehicleResponse
640
+
641
+ GetVehicleStatusRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: nextToken, location_name: "nextToken"))
642
+ GetVehicleStatusRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: maxResults, location_name: "maxResults"))
643
+ GetVehicleStatusRequest.add_member(:vehicle_name, Shapes::ShapeRef.new(shape: vehicleName, required: true, location_name: "vehicleName"))
644
+ GetVehicleStatusRequest.struct_class = Types::GetVehicleStatusRequest
645
+
646
+ GetVehicleStatusResponse.add_member(:campaigns, Shapes::ShapeRef.new(shape: VehicleStatusList, location_name: "campaigns"))
647
+ GetVehicleStatusResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: nextToken, location_name: "nextToken"))
648
+ GetVehicleStatusResponse.struct_class = Types::GetVehicleStatusResponse
649
+
650
+ IamRegistrationResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: arn, required: true, location_name: "roleArn"))
651
+ IamRegistrationResponse.add_member(:registration_status, Shapes::ShapeRef.new(shape: RegistrationStatus, required: true, location_name: "registrationStatus"))
652
+ IamRegistrationResponse.add_member(:error_message, Shapes::ShapeRef.new(shape: errorMessage, location_name: "errorMessage"))
653
+ IamRegistrationResponse.struct_class = Types::IamRegistrationResponse
654
+
655
+ IamResources.add_member(:role_arn, Shapes::ShapeRef.new(shape: IAMRoleArn, required: true, location_name: "roleArn"))
656
+ IamResources.struct_class = Types::IamResources
657
+
658
+ ImportDecoderManifestRequest.add_member(:name, Shapes::ShapeRef.new(shape: resourceName, required: true, location_name: "name"))
659
+ ImportDecoderManifestRequest.add_member(:network_file_definitions, Shapes::ShapeRef.new(shape: NetworkFileDefinitions, required: true, location_name: "networkFileDefinitions"))
660
+ ImportDecoderManifestRequest.struct_class = Types::ImportDecoderManifestRequest
661
+
662
+ ImportDecoderManifestResponse.add_member(:name, Shapes::ShapeRef.new(shape: resourceName, required: true, location_name: "name"))
663
+ ImportDecoderManifestResponse.add_member(:arn, Shapes::ShapeRef.new(shape: arn, required: true, location_name: "arn"))
664
+ ImportDecoderManifestResponse.struct_class = Types::ImportDecoderManifestResponse
665
+
666
+ ImportSignalCatalogRequest.add_member(:name, Shapes::ShapeRef.new(shape: resourceName, required: true, location_name: "name"))
667
+ ImportSignalCatalogRequest.add_member(:description, Shapes::ShapeRef.new(shape: description, location_name: "description"))
668
+ ImportSignalCatalogRequest.add_member(:vss, Shapes::ShapeRef.new(shape: FormattedVss, location_name: "vss"))
669
+ ImportSignalCatalogRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
670
+ ImportSignalCatalogRequest.struct_class = Types::ImportSignalCatalogRequest
671
+
672
+ ImportSignalCatalogResponse.add_member(:name, Shapes::ShapeRef.new(shape: resourceName, required: true, location_name: "name"))
673
+ ImportSignalCatalogResponse.add_member(:arn, Shapes::ShapeRef.new(shape: arn, required: true, location_name: "arn"))
674
+ ImportSignalCatalogResponse.struct_class = Types::ImportSignalCatalogResponse
675
+
676
+ InterfaceIds.member = Shapes::ShapeRef.new(shape: InterfaceId)
677
+
678
+ InternalServerException.add_member(:message, Shapes::ShapeRef.new(shape: string, required: true, location_name: "message"))
679
+ InternalServerException.add_member(:retry_after_seconds, Shapes::ShapeRef.new(shape: RetryAfterSeconds, location_name: "retryAfterSeconds"))
680
+ InternalServerException.struct_class = Types::InternalServerException
681
+
682
+ InvalidNetworkInterface.add_member(:interface_id, Shapes::ShapeRef.new(shape: InterfaceId, location_name: "interfaceId"))
683
+ InvalidNetworkInterface.add_member(:reason, Shapes::ShapeRef.new(shape: NetworkInterfaceFailureReason, location_name: "reason"))
684
+ InvalidNetworkInterface.struct_class = Types::InvalidNetworkInterface
685
+
686
+ InvalidNetworkInterfaces.member = Shapes::ShapeRef.new(shape: InvalidNetworkInterface)
687
+
688
+ InvalidNodeException.add_member(:invalid_nodes, Shapes::ShapeRef.new(shape: Nodes, location_name: "invalidNodes"))
689
+ InvalidNodeException.add_member(:reason, Shapes::ShapeRef.new(shape: string, location_name: "reason"))
690
+ InvalidNodeException.struct_class = Types::InvalidNodeException
691
+
692
+ InvalidSignal.add_member(:name, Shapes::ShapeRef.new(shape: FullyQualifiedName, location_name: "name"))
693
+ InvalidSignal.add_member(:reason, Shapes::ShapeRef.new(shape: string, location_name: "reason"))
694
+ InvalidSignal.struct_class = Types::InvalidSignal
695
+
696
+ InvalidSignalDecoder.add_member(:name, Shapes::ShapeRef.new(shape: FullyQualifiedName, location_name: "name"))
697
+ InvalidSignalDecoder.add_member(:reason, Shapes::ShapeRef.new(shape: SignalDecoderFailureReason, location_name: "reason"))
698
+ InvalidSignalDecoder.struct_class = Types::InvalidSignalDecoder
699
+
700
+ InvalidSignalDecoders.member = Shapes::ShapeRef.new(shape: InvalidSignalDecoder)
701
+
702
+ InvalidSignals.member = Shapes::ShapeRef.new(shape: InvalidSignal)
703
+
704
+ InvalidSignalsException.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "message"))
705
+ InvalidSignalsException.add_member(:invalid_signals, Shapes::ShapeRef.new(shape: InvalidSignals, location_name: "invalidSignals"))
706
+ InvalidSignalsException.struct_class = Types::InvalidSignalsException
707
+
708
+ LimitExceededException.add_member(:message, Shapes::ShapeRef.new(shape: string, required: true, location_name: "message"))
709
+ LimitExceededException.add_member(:resource_id, Shapes::ShapeRef.new(shape: string, required: true, location_name: "resourceId"))
710
+ LimitExceededException.add_member(:resource_type, Shapes::ShapeRef.new(shape: string, required: true, location_name: "resourceType"))
711
+ LimitExceededException.struct_class = Types::LimitExceededException
712
+
713
+ ListCampaignsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: nextToken, location_name: "nextToken"))
714
+ ListCampaignsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: maxResults, location_name: "maxResults"))
715
+ ListCampaignsRequest.add_member(:status, Shapes::ShapeRef.new(shape: status, location_name: "status"))
716
+ ListCampaignsRequest.struct_class = Types::ListCampaignsRequest
717
+
718
+ ListCampaignsResponse.add_member(:campaign_summaries, Shapes::ShapeRef.new(shape: campaignSummaries, location_name: "campaignSummaries"))
719
+ ListCampaignsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: nextToken, location_name: "nextToken"))
720
+ ListCampaignsResponse.struct_class = Types::ListCampaignsResponse
721
+
722
+ ListDecoderManifestNetworkInterfacesRequest.add_member(:name, Shapes::ShapeRef.new(shape: resourceName, required: true, location_name: "name"))
723
+ ListDecoderManifestNetworkInterfacesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: nextToken, location_name: "nextToken"))
724
+ ListDecoderManifestNetworkInterfacesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: maxResults, location_name: "maxResults"))
725
+ ListDecoderManifestNetworkInterfacesRequest.struct_class = Types::ListDecoderManifestNetworkInterfacesRequest
726
+
727
+ ListDecoderManifestNetworkInterfacesResponse.add_member(:network_interfaces, Shapes::ShapeRef.new(shape: NetworkInterfaces, location_name: "networkInterfaces"))
728
+ ListDecoderManifestNetworkInterfacesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: nextToken, location_name: "nextToken"))
729
+ ListDecoderManifestNetworkInterfacesResponse.struct_class = Types::ListDecoderManifestNetworkInterfacesResponse
730
+
731
+ ListDecoderManifestSignalsRequest.add_member(:name, Shapes::ShapeRef.new(shape: resourceName, required: true, location_name: "name"))
732
+ ListDecoderManifestSignalsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: nextToken, location_name: "nextToken"))
733
+ ListDecoderManifestSignalsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: maxResults, location_name: "maxResults"))
734
+ ListDecoderManifestSignalsRequest.struct_class = Types::ListDecoderManifestSignalsRequest
735
+
736
+ ListDecoderManifestSignalsResponse.add_member(:signal_decoders, Shapes::ShapeRef.new(shape: SignalDecoders, location_name: "signalDecoders"))
737
+ ListDecoderManifestSignalsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: nextToken, location_name: "nextToken"))
738
+ ListDecoderManifestSignalsResponse.struct_class = Types::ListDecoderManifestSignalsResponse
739
+
740
+ ListDecoderManifestsRequest.add_member(:model_manifest_arn, Shapes::ShapeRef.new(shape: arn, location_name: "modelManifestArn"))
741
+ ListDecoderManifestsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: nextToken, location_name: "nextToken"))
742
+ ListDecoderManifestsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: maxResults, location_name: "maxResults"))
743
+ ListDecoderManifestsRequest.struct_class = Types::ListDecoderManifestsRequest
744
+
745
+ ListDecoderManifestsResponse.add_member(:summaries, Shapes::ShapeRef.new(shape: decoderManifestSummaries, location_name: "summaries"))
746
+ ListDecoderManifestsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: nextToken, location_name: "nextToken"))
747
+ ListDecoderManifestsResponse.struct_class = Types::ListDecoderManifestsResponse
748
+
749
+ ListFleetsForVehicleRequest.add_member(:vehicle_name, Shapes::ShapeRef.new(shape: vehicleName, required: true, location_name: "vehicleName"))
750
+ ListFleetsForVehicleRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: nextToken, location_name: "nextToken"))
751
+ ListFleetsForVehicleRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: maxResults, location_name: "maxResults"))
752
+ ListFleetsForVehicleRequest.struct_class = Types::ListFleetsForVehicleRequest
753
+
754
+ ListFleetsForVehicleResponse.add_member(:fleets, Shapes::ShapeRef.new(shape: fleets, location_name: "fleets"))
755
+ ListFleetsForVehicleResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: nextToken, location_name: "nextToken"))
756
+ ListFleetsForVehicleResponse.struct_class = Types::ListFleetsForVehicleResponse
757
+
758
+ ListFleetsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: nextToken, location_name: "nextToken"))
759
+ ListFleetsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: maxResults, location_name: "maxResults"))
760
+ ListFleetsRequest.struct_class = Types::ListFleetsRequest
761
+
762
+ ListFleetsResponse.add_member(:fleet_summaries, Shapes::ShapeRef.new(shape: fleetSummaries, location_name: "fleetSummaries"))
763
+ ListFleetsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: nextToken, location_name: "nextToken"))
764
+ ListFleetsResponse.struct_class = Types::ListFleetsResponse
765
+
766
+ ListModelManifestNodesRequest.add_member(:name, Shapes::ShapeRef.new(shape: resourceName, required: true, location_name: "name"))
767
+ ListModelManifestNodesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: nextToken, location_name: "nextToken"))
768
+ ListModelManifestNodesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: maxResults, location_name: "maxResults"))
769
+ ListModelManifestNodesRequest.struct_class = Types::ListModelManifestNodesRequest
770
+
771
+ ListModelManifestNodesResponse.add_member(:nodes, Shapes::ShapeRef.new(shape: Nodes, location_name: "nodes"))
772
+ ListModelManifestNodesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: nextToken, location_name: "nextToken"))
773
+ ListModelManifestNodesResponse.struct_class = Types::ListModelManifestNodesResponse
774
+
775
+ ListModelManifestsRequest.add_member(:signal_catalog_arn, Shapes::ShapeRef.new(shape: arn, location_name: "signalCatalogArn"))
776
+ ListModelManifestsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: nextToken, location_name: "nextToken"))
777
+ ListModelManifestsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: maxResults, location_name: "maxResults"))
778
+ ListModelManifestsRequest.struct_class = Types::ListModelManifestsRequest
779
+
780
+ ListModelManifestsResponse.add_member(:summaries, Shapes::ShapeRef.new(shape: modelManifestSummaries, location_name: "summaries"))
781
+ ListModelManifestsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: nextToken, location_name: "nextToken"))
782
+ ListModelManifestsResponse.struct_class = Types::ListModelManifestsResponse
783
+
784
+ ListSignalCatalogNodesRequest.add_member(:name, Shapes::ShapeRef.new(shape: resourceName, required: true, location_name: "name"))
785
+ ListSignalCatalogNodesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: nextToken, location_name: "nextToken"))
786
+ ListSignalCatalogNodesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: maxResults, location_name: "maxResults"))
787
+ ListSignalCatalogNodesRequest.struct_class = Types::ListSignalCatalogNodesRequest
788
+
789
+ ListSignalCatalogNodesResponse.add_member(:nodes, Shapes::ShapeRef.new(shape: Nodes, location_name: "nodes"))
790
+ ListSignalCatalogNodesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: nextToken, location_name: "nextToken"))
791
+ ListSignalCatalogNodesResponse.struct_class = Types::ListSignalCatalogNodesResponse
792
+
793
+ ListSignalCatalogsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: nextToken, location_name: "nextToken"))
794
+ ListSignalCatalogsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: maxResults, location_name: "maxResults"))
795
+ ListSignalCatalogsRequest.struct_class = Types::ListSignalCatalogsRequest
796
+
797
+ ListSignalCatalogsResponse.add_member(:summaries, Shapes::ShapeRef.new(shape: signalCatalogSummaries, location_name: "summaries"))
798
+ ListSignalCatalogsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: nextToken, location_name: "nextToken"))
799
+ ListSignalCatalogsResponse.struct_class = Types::ListSignalCatalogsResponse
800
+
801
+ ListTagsForResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: AmazonResourceName, required: true, location_name: "ResourceARN"))
802
+ ListTagsForResourceRequest.struct_class = Types::ListTagsForResourceRequest
803
+
804
+ ListTagsForResourceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
805
+ ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
806
+
807
+ ListVehiclesInFleetRequest.add_member(:fleet_id, Shapes::ShapeRef.new(shape: fleetId, required: true, location_name: "fleetId"))
808
+ ListVehiclesInFleetRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: nextToken, location_name: "nextToken"))
809
+ ListVehiclesInFleetRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: maxResults, location_name: "maxResults"))
810
+ ListVehiclesInFleetRequest.struct_class = Types::ListVehiclesInFleetRequest
811
+
812
+ ListVehiclesInFleetResponse.add_member(:vehicles, Shapes::ShapeRef.new(shape: vehicles, location_name: "vehicles"))
813
+ ListVehiclesInFleetResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: nextToken, location_name: "nextToken"))
814
+ ListVehiclesInFleetResponse.struct_class = Types::ListVehiclesInFleetResponse
815
+
816
+ ListVehiclesRequest.add_member(:model_manifest_arn, Shapes::ShapeRef.new(shape: arn, location_name: "modelManifestArn"))
817
+ ListVehiclesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: nextToken, location_name: "nextToken"))
818
+ ListVehiclesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: listVehiclesMaxResults, location_name: "maxResults"))
819
+ ListVehiclesRequest.struct_class = Types::ListVehiclesRequest
820
+
821
+ ListVehiclesResponse.add_member(:vehicle_summaries, Shapes::ShapeRef.new(shape: vehicleSummaries, location_name: "vehicleSummaries"))
822
+ ListVehiclesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: nextToken, location_name: "nextToken"))
823
+ ListVehiclesResponse.struct_class = Types::ListVehiclesResponse
824
+
825
+ ModelManifestSummary.add_member(:name, Shapes::ShapeRef.new(shape: string, location_name: "name"))
826
+ ModelManifestSummary.add_member(:arn, Shapes::ShapeRef.new(shape: arn, location_name: "arn"))
827
+ ModelManifestSummary.add_member(:signal_catalog_arn, Shapes::ShapeRef.new(shape: arn, location_name: "signalCatalogArn"))
828
+ ModelManifestSummary.add_member(:description, Shapes::ShapeRef.new(shape: description, location_name: "description"))
829
+ ModelManifestSummary.add_member(:status, Shapes::ShapeRef.new(shape: ManifestStatus, location_name: "status"))
830
+ ModelManifestSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "creationTime"))
831
+ ModelManifestSummary.add_member(:last_modification_time, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "lastModificationTime"))
832
+ ModelManifestSummary.struct_class = Types::ModelManifestSummary
833
+
834
+ ModelSignalsMap.key = Shapes::ShapeRef.new(shape: string)
835
+ ModelSignalsMap.value = Shapes::ShapeRef.new(shape: string)
836
+
837
+ NetworkFileDefinition.add_member(:can_dbc, Shapes::ShapeRef.new(shape: CanDbcDefinition, location_name: "canDbc"))
838
+ NetworkFileDefinition.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
839
+ NetworkFileDefinition.add_member_subclass(:can_dbc, Types::NetworkFileDefinition::CanDbc)
840
+ NetworkFileDefinition.add_member_subclass(:unknown, Types::NetworkFileDefinition::Unknown)
841
+ NetworkFileDefinition.struct_class = Types::NetworkFileDefinition
842
+
843
+ NetworkFileDefinitions.member = Shapes::ShapeRef.new(shape: NetworkFileDefinition)
844
+
845
+ NetworkFilesList.member = Shapes::ShapeRef.new(shape: NetworkFileBlob)
846
+
847
+ NetworkInterface.add_member(:interface_id, Shapes::ShapeRef.new(shape: InterfaceId, required: true, location_name: "interfaceId"))
848
+ NetworkInterface.add_member(:type, Shapes::ShapeRef.new(shape: NetworkInterfaceType, required: true, location_name: "type"))
849
+ NetworkInterface.add_member(:can_interface, Shapes::ShapeRef.new(shape: CanInterface, location_name: "canInterface"))
850
+ NetworkInterface.add_member(:obd_interface, Shapes::ShapeRef.new(shape: ObdInterface, location_name: "obdInterface"))
851
+ NetworkInterface.struct_class = Types::NetworkInterface
852
+
853
+ NetworkInterfaces.member = Shapes::ShapeRef.new(shape: NetworkInterface)
854
+
855
+ Node.add_member(:branch, Shapes::ShapeRef.new(shape: Branch, location_name: "branch"))
856
+ Node.add_member(:sensor, Shapes::ShapeRef.new(shape: Sensor, location_name: "sensor"))
857
+ Node.add_member(:actuator, Shapes::ShapeRef.new(shape: Actuator, location_name: "actuator"))
858
+ Node.add_member(:attribute, Shapes::ShapeRef.new(shape: Attribute, location_name: "attribute"))
859
+ Node.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
860
+ Node.add_member_subclass(:branch, Types::Node::Branch)
861
+ Node.add_member_subclass(:sensor, Types::Node::Sensor)
862
+ Node.add_member_subclass(:actuator, Types::Node::Actuator)
863
+ Node.add_member_subclass(:attribute, Types::Node::Attribute)
864
+ Node.add_member_subclass(:unknown, Types::Node::Unknown)
865
+ Node.struct_class = Types::Node
866
+
867
+ NodeCounts.add_member(:total_nodes, Shapes::ShapeRef.new(shape: number, location_name: "totalNodes"))
868
+ NodeCounts.add_member(:total_branches, Shapes::ShapeRef.new(shape: number, location_name: "totalBranches"))
869
+ NodeCounts.add_member(:total_sensors, Shapes::ShapeRef.new(shape: number, location_name: "totalSensors"))
870
+ NodeCounts.add_member(:total_attributes, Shapes::ShapeRef.new(shape: number, location_name: "totalAttributes"))
871
+ NodeCounts.add_member(:total_actuators, Shapes::ShapeRef.new(shape: number, location_name: "totalActuators"))
872
+ NodeCounts.struct_class = Types::NodeCounts
873
+
874
+ NodePaths.member = Shapes::ShapeRef.new(shape: NodePath)
875
+
876
+ Nodes.member = Shapes::ShapeRef.new(shape: Node)
877
+
878
+ ObdInterface.add_member(:name, Shapes::ShapeRef.new(shape: ObdInterfaceName, required: true, location_name: "name"))
879
+ ObdInterface.add_member(:request_message_id, Shapes::ShapeRef.new(shape: nonNegativeInteger, required: true, location_name: "requestMessageId"))
880
+ ObdInterface.add_member(:obd_standard, Shapes::ShapeRef.new(shape: ObdStandard, location_name: "obdStandard"))
881
+ ObdInterface.add_member(:pid_request_interval_seconds, Shapes::ShapeRef.new(shape: nonNegativeInteger, location_name: "pidRequestIntervalSeconds"))
882
+ ObdInterface.add_member(:dtc_request_interval_seconds, Shapes::ShapeRef.new(shape: nonNegativeInteger, location_name: "dtcRequestIntervalSeconds"))
883
+ ObdInterface.add_member(:use_extended_ids, Shapes::ShapeRef.new(shape: boolean, location_name: "useExtendedIds"))
884
+ ObdInterface.add_member(:has_transmission_ecu, Shapes::ShapeRef.new(shape: boolean, location_name: "hasTransmissionEcu"))
885
+ ObdInterface.struct_class = Types::ObdInterface
886
+
887
+ ObdSignal.add_member(:pid_response_length, Shapes::ShapeRef.new(shape: positiveInteger, required: true, location_name: "pidResponseLength"))
888
+ ObdSignal.add_member(:service_mode, Shapes::ShapeRef.new(shape: nonNegativeInteger, required: true, location_name: "serviceMode"))
889
+ ObdSignal.add_member(:pid, Shapes::ShapeRef.new(shape: nonNegativeInteger, required: true, location_name: "pid"))
890
+ ObdSignal.add_member(:scaling, Shapes::ShapeRef.new(shape: double, required: true, location_name: "scaling"))
891
+ ObdSignal.add_member(:offset, Shapes::ShapeRef.new(shape: double, required: true, location_name: "offset"))
892
+ ObdSignal.add_member(:start_byte, Shapes::ShapeRef.new(shape: nonNegativeInteger, required: true, location_name: "startByte"))
893
+ ObdSignal.add_member(:byte_length, Shapes::ShapeRef.new(shape: ObdByteLength, required: true, location_name: "byteLength"))
894
+ ObdSignal.add_member(:bit_right_shift, Shapes::ShapeRef.new(shape: nonNegativeInteger, location_name: "bitRightShift"))
895
+ ObdSignal.add_member(:bit_mask_length, Shapes::ShapeRef.new(shape: ObdBitmaskLength, location_name: "bitMaskLength"))
896
+ ObdSignal.struct_class = Types::ObdSignal
897
+
898
+ PutLoggingOptionsRequest.add_member(:cloud_watch_log_delivery, Shapes::ShapeRef.new(shape: CloudWatchLogDeliveryOptions, required: true, location_name: "cloudWatchLogDelivery"))
899
+ PutLoggingOptionsRequest.struct_class = Types::PutLoggingOptionsRequest
900
+
901
+ PutLoggingOptionsResponse.struct_class = Types::PutLoggingOptionsResponse
902
+
903
+ RegisterAccountRequest.add_member(:timestream_resources, Shapes::ShapeRef.new(shape: TimestreamResources, required: true, location_name: "timestreamResources"))
904
+ RegisterAccountRequest.add_member(:iam_resources, Shapes::ShapeRef.new(shape: IamResources, deprecated: true, location_name: "iamResources", metadata: {"deprecatedMessage"=>"iamResources is no longer used or needed as input"}))
905
+ RegisterAccountRequest.struct_class = Types::RegisterAccountRequest
906
+
907
+ RegisterAccountResponse.add_member(:register_account_status, Shapes::ShapeRef.new(shape: RegistrationStatus, required: true, location_name: "registerAccountStatus"))
908
+ RegisterAccountResponse.add_member(:timestream_resources, Shapes::ShapeRef.new(shape: TimestreamResources, required: true, location_name: "timestreamResources"))
909
+ RegisterAccountResponse.add_member(:iam_resources, Shapes::ShapeRef.new(shape: IamResources, required: true, location_name: "iamResources"))
910
+ RegisterAccountResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "creationTime"))
911
+ RegisterAccountResponse.add_member(:last_modification_time, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "lastModificationTime"))
912
+ RegisterAccountResponse.struct_class = Types::RegisterAccountResponse
913
+
914
+ ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: string, required: true, location_name: "message"))
915
+ ResourceNotFoundException.add_member(:resource_id, Shapes::ShapeRef.new(shape: string, required: true, location_name: "resourceId"))
916
+ ResourceNotFoundException.add_member(:resource_type, Shapes::ShapeRef.new(shape: string, required: true, location_name: "resourceType"))
917
+ ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
918
+
919
+ Sensor.add_member(:fully_qualified_name, Shapes::ShapeRef.new(shape: string, required: true, location_name: "fullyQualifiedName"))
920
+ Sensor.add_member(:data_type, Shapes::ShapeRef.new(shape: NodeDataType, required: true, location_name: "dataType"))
921
+ Sensor.add_member(:description, Shapes::ShapeRef.new(shape: description, location_name: "description"))
922
+ Sensor.add_member(:unit, Shapes::ShapeRef.new(shape: string, location_name: "unit"))
923
+ Sensor.add_member(:allowed_values, Shapes::ShapeRef.new(shape: listOfStrings, location_name: "allowedValues"))
924
+ Sensor.add_member(:min, Shapes::ShapeRef.new(shape: double, location_name: "min"))
925
+ Sensor.add_member(:max, Shapes::ShapeRef.new(shape: double, location_name: "max"))
926
+ Sensor.struct_class = Types::Sensor
927
+
928
+ SignalCatalogSummary.add_member(:name, Shapes::ShapeRef.new(shape: string, location_name: "name"))
929
+ SignalCatalogSummary.add_member(:arn, Shapes::ShapeRef.new(shape: arn, location_name: "arn"))
930
+ SignalCatalogSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: timestamp, location_name: "creationTime"))
931
+ SignalCatalogSummary.add_member(:last_modification_time, Shapes::ShapeRef.new(shape: timestamp, location_name: "lastModificationTime"))
932
+ SignalCatalogSummary.struct_class = Types::SignalCatalogSummary
933
+
934
+ SignalDecoder.add_member(:fully_qualified_name, Shapes::ShapeRef.new(shape: FullyQualifiedName, required: true, location_name: "fullyQualifiedName"))
935
+ SignalDecoder.add_member(:type, Shapes::ShapeRef.new(shape: SignalDecoderType, required: true, location_name: "type"))
936
+ SignalDecoder.add_member(:interface_id, Shapes::ShapeRef.new(shape: InterfaceId, required: true, location_name: "interfaceId"))
937
+ SignalDecoder.add_member(:can_signal, Shapes::ShapeRef.new(shape: CanSignal, location_name: "canSignal"))
938
+ SignalDecoder.add_member(:obd_signal, Shapes::ShapeRef.new(shape: ObdSignal, location_name: "obdSignal"))
939
+ SignalDecoder.struct_class = Types::SignalDecoder
940
+
941
+ SignalDecoders.member = Shapes::ShapeRef.new(shape: SignalDecoder)
942
+
943
+ SignalInformation.add_member(:name, Shapes::ShapeRef.new(shape: wildcardSignalName, required: true, location_name: "name"))
944
+ SignalInformation.add_member(:max_sample_count, Shapes::ShapeRef.new(shape: maxSampleCount, location_name: "maxSampleCount"))
945
+ SignalInformation.add_member(:minimum_sampling_interval_ms, Shapes::ShapeRef.new(shape: uint32, location_name: "minimumSamplingIntervalMs"))
946
+ SignalInformation.struct_class = Types::SignalInformation
947
+
948
+ SignalInformationList.member = Shapes::ShapeRef.new(shape: SignalInformation)
949
+
950
+ Tag.add_member(:key, Shapes::ShapeRef.new(shape: TagKey, required: true, location_name: "Key"))
951
+ Tag.add_member(:value, Shapes::ShapeRef.new(shape: TagValue, required: true, location_name: "Value"))
952
+ Tag.struct_class = Types::Tag
953
+
954
+ TagKeyList.member = Shapes::ShapeRef.new(shape: TagKey)
955
+
956
+ TagList.member = Shapes::ShapeRef.new(shape: Tag)
957
+
958
+ TagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: AmazonResourceName, required: true, location_name: "ResourceARN"))
959
+ TagResourceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, required: true, location_name: "Tags"))
960
+ TagResourceRequest.struct_class = Types::TagResourceRequest
961
+
962
+ TagResourceResponse.struct_class = Types::TagResourceResponse
963
+
964
+ ThrottlingException.add_member(:message, Shapes::ShapeRef.new(shape: string, required: true, location_name: "message"))
965
+ ThrottlingException.add_member(:quota_code, Shapes::ShapeRef.new(shape: string, location_name: "quotaCode"))
966
+ ThrottlingException.add_member(:service_code, Shapes::ShapeRef.new(shape: string, location_name: "serviceCode"))
967
+ ThrottlingException.add_member(:retry_after_seconds, Shapes::ShapeRef.new(shape: RetryAfterSeconds, location_name: "retryAfterSeconds"))
968
+ ThrottlingException.struct_class = Types::ThrottlingException
969
+
970
+ TimeBasedCollectionScheme.add_member(:period_ms, Shapes::ShapeRef.new(shape: collectionPeriodMs, required: true, location_name: "periodMs"))
971
+ TimeBasedCollectionScheme.struct_class = Types::TimeBasedCollectionScheme
972
+
973
+ TimestreamRegistrationResponse.add_member(:timestream_database_name, Shapes::ShapeRef.new(shape: TimestreamDatabaseName, required: true, location_name: "timestreamDatabaseName"))
974
+ TimestreamRegistrationResponse.add_member(:timestream_table_name, Shapes::ShapeRef.new(shape: TimestreamTableName, required: true, location_name: "timestreamTableName"))
975
+ TimestreamRegistrationResponse.add_member(:timestream_database_arn, Shapes::ShapeRef.new(shape: arn, location_name: "timestreamDatabaseArn"))
976
+ TimestreamRegistrationResponse.add_member(:timestream_table_arn, Shapes::ShapeRef.new(shape: arn, location_name: "timestreamTableArn"))
977
+ TimestreamRegistrationResponse.add_member(:registration_status, Shapes::ShapeRef.new(shape: RegistrationStatus, required: true, location_name: "registrationStatus"))
978
+ TimestreamRegistrationResponse.add_member(:error_message, Shapes::ShapeRef.new(shape: errorMessage, location_name: "errorMessage"))
979
+ TimestreamRegistrationResponse.struct_class = Types::TimestreamRegistrationResponse
980
+
981
+ TimestreamResources.add_member(:timestream_database_name, Shapes::ShapeRef.new(shape: TimestreamDatabaseName, required: true, location_name: "timestreamDatabaseName"))
982
+ TimestreamResources.add_member(:timestream_table_name, Shapes::ShapeRef.new(shape: TimestreamTableName, required: true, location_name: "timestreamTableName"))
983
+ TimestreamResources.struct_class = Types::TimestreamResources
984
+
985
+ UntagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: AmazonResourceName, required: true, location_name: "ResourceARN"))
986
+ UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeyList, required: true, location_name: "TagKeys"))
987
+ UntagResourceRequest.struct_class = Types::UntagResourceRequest
988
+
989
+ UntagResourceResponse.struct_class = Types::UntagResourceResponse
990
+
991
+ UpdateCampaignRequest.add_member(:name, Shapes::ShapeRef.new(shape: campaignName, required: true, location_name: "name"))
992
+ UpdateCampaignRequest.add_member(:description, Shapes::ShapeRef.new(shape: description, location_name: "description"))
993
+ UpdateCampaignRequest.add_member(:data_extra_dimensions, Shapes::ShapeRef.new(shape: DataExtraDimensionNodePathList, location_name: "dataExtraDimensions"))
994
+ UpdateCampaignRequest.add_member(:action, Shapes::ShapeRef.new(shape: UpdateCampaignAction, required: true, location_name: "action"))
995
+ UpdateCampaignRequest.struct_class = Types::UpdateCampaignRequest
996
+
997
+ UpdateCampaignResponse.add_member(:arn, Shapes::ShapeRef.new(shape: arn, location_name: "arn"))
998
+ UpdateCampaignResponse.add_member(:name, Shapes::ShapeRef.new(shape: campaignName, location_name: "name"))
999
+ UpdateCampaignResponse.add_member(:status, Shapes::ShapeRef.new(shape: CampaignStatus, location_name: "status"))
1000
+ UpdateCampaignResponse.struct_class = Types::UpdateCampaignResponse
1001
+
1002
+ UpdateDecoderManifestRequest.add_member(:name, Shapes::ShapeRef.new(shape: resourceName, required: true, location_name: "name"))
1003
+ UpdateDecoderManifestRequest.add_member(:description, Shapes::ShapeRef.new(shape: description, location_name: "description"))
1004
+ UpdateDecoderManifestRequest.add_member(:signal_decoders_to_add, Shapes::ShapeRef.new(shape: SignalDecoders, location_name: "signalDecodersToAdd"))
1005
+ UpdateDecoderManifestRequest.add_member(:signal_decoders_to_update, Shapes::ShapeRef.new(shape: SignalDecoders, location_name: "signalDecodersToUpdate"))
1006
+ UpdateDecoderManifestRequest.add_member(:signal_decoders_to_remove, Shapes::ShapeRef.new(shape: Fqns, location_name: "signalDecodersToRemove"))
1007
+ UpdateDecoderManifestRequest.add_member(:network_interfaces_to_add, Shapes::ShapeRef.new(shape: NetworkInterfaces, location_name: "networkInterfacesToAdd"))
1008
+ UpdateDecoderManifestRequest.add_member(:network_interfaces_to_update, Shapes::ShapeRef.new(shape: NetworkInterfaces, location_name: "networkInterfacesToUpdate"))
1009
+ UpdateDecoderManifestRequest.add_member(:network_interfaces_to_remove, Shapes::ShapeRef.new(shape: InterfaceIds, location_name: "networkInterfacesToRemove"))
1010
+ UpdateDecoderManifestRequest.add_member(:status, Shapes::ShapeRef.new(shape: ManifestStatus, location_name: "status"))
1011
+ UpdateDecoderManifestRequest.struct_class = Types::UpdateDecoderManifestRequest
1012
+
1013
+ UpdateDecoderManifestResponse.add_member(:name, Shapes::ShapeRef.new(shape: resourceName, required: true, location_name: "name"))
1014
+ UpdateDecoderManifestResponse.add_member(:arn, Shapes::ShapeRef.new(shape: arn, required: true, location_name: "arn"))
1015
+ UpdateDecoderManifestResponse.struct_class = Types::UpdateDecoderManifestResponse
1016
+
1017
+ UpdateFleetRequest.add_member(:fleet_id, Shapes::ShapeRef.new(shape: fleetId, required: true, location_name: "fleetId"))
1018
+ UpdateFleetRequest.add_member(:description, Shapes::ShapeRef.new(shape: description, location_name: "description"))
1019
+ UpdateFleetRequest.struct_class = Types::UpdateFleetRequest
1020
+
1021
+ UpdateFleetResponse.add_member(:id, Shapes::ShapeRef.new(shape: fleetId, location_name: "id"))
1022
+ UpdateFleetResponse.add_member(:arn, Shapes::ShapeRef.new(shape: arn, location_name: "arn"))
1023
+ UpdateFleetResponse.struct_class = Types::UpdateFleetResponse
1024
+
1025
+ UpdateModelManifestRequest.add_member(:name, Shapes::ShapeRef.new(shape: resourceName, required: true, location_name: "name"))
1026
+ UpdateModelManifestRequest.add_member(:description, Shapes::ShapeRef.new(shape: description, location_name: "description"))
1027
+ UpdateModelManifestRequest.add_member(:nodes_to_add, Shapes::ShapeRef.new(shape: NodePaths, location_name: "nodesToAdd"))
1028
+ UpdateModelManifestRequest.add_member(:nodes_to_remove, Shapes::ShapeRef.new(shape: NodePaths, location_name: "nodesToRemove"))
1029
+ UpdateModelManifestRequest.add_member(:status, Shapes::ShapeRef.new(shape: ManifestStatus, location_name: "status"))
1030
+ UpdateModelManifestRequest.struct_class = Types::UpdateModelManifestRequest
1031
+
1032
+ UpdateModelManifestResponse.add_member(:name, Shapes::ShapeRef.new(shape: resourceName, required: true, location_name: "name"))
1033
+ UpdateModelManifestResponse.add_member(:arn, Shapes::ShapeRef.new(shape: arn, required: true, location_name: "arn"))
1034
+ UpdateModelManifestResponse.struct_class = Types::UpdateModelManifestResponse
1035
+
1036
+ UpdateSignalCatalogRequest.add_member(:name, Shapes::ShapeRef.new(shape: resourceName, required: true, location_name: "name"))
1037
+ UpdateSignalCatalogRequest.add_member(:description, Shapes::ShapeRef.new(shape: description, location_name: "description"))
1038
+ UpdateSignalCatalogRequest.add_member(:nodes_to_add, Shapes::ShapeRef.new(shape: Nodes, location_name: "nodesToAdd"))
1039
+ UpdateSignalCatalogRequest.add_member(:nodes_to_update, Shapes::ShapeRef.new(shape: Nodes, location_name: "nodesToUpdate"))
1040
+ UpdateSignalCatalogRequest.add_member(:nodes_to_remove, Shapes::ShapeRef.new(shape: NodePaths, location_name: "nodesToRemove"))
1041
+ UpdateSignalCatalogRequest.struct_class = Types::UpdateSignalCatalogRequest
1042
+
1043
+ UpdateSignalCatalogResponse.add_member(:name, Shapes::ShapeRef.new(shape: resourceName, required: true, location_name: "name"))
1044
+ UpdateSignalCatalogResponse.add_member(:arn, Shapes::ShapeRef.new(shape: arn, required: true, location_name: "arn"))
1045
+ UpdateSignalCatalogResponse.struct_class = Types::UpdateSignalCatalogResponse
1046
+
1047
+ UpdateVehicleError.add_member(:vehicle_name, Shapes::ShapeRef.new(shape: vehicleName, location_name: "vehicleName"))
1048
+ UpdateVehicleError.add_member(:code, Shapes::ShapeRef.new(shape: number, location_name: "code"))
1049
+ UpdateVehicleError.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "message"))
1050
+ UpdateVehicleError.struct_class = Types::UpdateVehicleError
1051
+
1052
+ UpdateVehicleRequest.add_member(:vehicle_name, Shapes::ShapeRef.new(shape: vehicleName, required: true, location_name: "vehicleName"))
1053
+ UpdateVehicleRequest.add_member(:model_manifest_arn, Shapes::ShapeRef.new(shape: arn, location_name: "modelManifestArn"))
1054
+ UpdateVehicleRequest.add_member(:decoder_manifest_arn, Shapes::ShapeRef.new(shape: arn, location_name: "decoderManifestArn"))
1055
+ UpdateVehicleRequest.add_member(:attributes, Shapes::ShapeRef.new(shape: attributesMap, location_name: "attributes"))
1056
+ UpdateVehicleRequest.add_member(:attribute_update_mode, Shapes::ShapeRef.new(shape: UpdateMode, location_name: "attributeUpdateMode"))
1057
+ UpdateVehicleRequest.struct_class = Types::UpdateVehicleRequest
1058
+
1059
+ UpdateVehicleRequestItem.add_member(:vehicle_name, Shapes::ShapeRef.new(shape: vehicleName, required: true, location_name: "vehicleName"))
1060
+ UpdateVehicleRequestItem.add_member(:model_manifest_arn, Shapes::ShapeRef.new(shape: arn, location_name: "modelManifestArn"))
1061
+ UpdateVehicleRequestItem.add_member(:decoder_manifest_arn, Shapes::ShapeRef.new(shape: arn, location_name: "decoderManifestArn"))
1062
+ UpdateVehicleRequestItem.add_member(:attributes, Shapes::ShapeRef.new(shape: attributesMap, location_name: "attributes"))
1063
+ UpdateVehicleRequestItem.add_member(:attribute_update_mode, Shapes::ShapeRef.new(shape: UpdateMode, location_name: "attributeUpdateMode"))
1064
+ UpdateVehicleRequestItem.struct_class = Types::UpdateVehicleRequestItem
1065
+
1066
+ UpdateVehicleResponse.add_member(:vehicle_name, Shapes::ShapeRef.new(shape: vehicleName, location_name: "vehicleName"))
1067
+ UpdateVehicleResponse.add_member(:arn, Shapes::ShapeRef.new(shape: arn, location_name: "arn"))
1068
+ UpdateVehicleResponse.struct_class = Types::UpdateVehicleResponse
1069
+
1070
+ UpdateVehicleResponseItem.add_member(:vehicle_name, Shapes::ShapeRef.new(shape: vehicleName, location_name: "vehicleName"))
1071
+ UpdateVehicleResponseItem.add_member(:arn, Shapes::ShapeRef.new(shape: arn, location_name: "arn"))
1072
+ UpdateVehicleResponseItem.struct_class = Types::UpdateVehicleResponseItem
1073
+
1074
+ ValidationException.add_member(:message, Shapes::ShapeRef.new(shape: string, required: true, location_name: "message"))
1075
+ ValidationException.add_member(:reason, Shapes::ShapeRef.new(shape: ValidationExceptionReason, location_name: "reason"))
1076
+ ValidationException.add_member(:field_list, Shapes::ShapeRef.new(shape: ValidationExceptionFieldList, location_name: "fieldList"))
1077
+ ValidationException.struct_class = Types::ValidationException
1078
+
1079
+ ValidationExceptionField.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "name"))
1080
+ ValidationExceptionField.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
1081
+ ValidationExceptionField.struct_class = Types::ValidationExceptionField
1082
+
1083
+ ValidationExceptionFieldList.member = Shapes::ShapeRef.new(shape: ValidationExceptionField)
1084
+
1085
+ VehicleStatus.add_member(:campaign_name, Shapes::ShapeRef.new(shape: string, location_name: "campaignName"))
1086
+ VehicleStatus.add_member(:vehicle_name, Shapes::ShapeRef.new(shape: vehicleName, location_name: "vehicleName"))
1087
+ VehicleStatus.add_member(:status, Shapes::ShapeRef.new(shape: VehicleState, location_name: "status"))
1088
+ VehicleStatus.struct_class = Types::VehicleStatus
1089
+
1090
+ VehicleStatusList.member = Shapes::ShapeRef.new(shape: VehicleStatus)
1091
+
1092
+ VehicleSummary.add_member(:vehicle_name, Shapes::ShapeRef.new(shape: vehicleName, required: true, location_name: "vehicleName"))
1093
+ VehicleSummary.add_member(:arn, Shapes::ShapeRef.new(shape: arn, required: true, location_name: "arn"))
1094
+ VehicleSummary.add_member(:model_manifest_arn, Shapes::ShapeRef.new(shape: arn, required: true, location_name: "modelManifestArn"))
1095
+ VehicleSummary.add_member(:decoder_manifest_arn, Shapes::ShapeRef.new(shape: arn, required: true, location_name: "decoderManifestArn"))
1096
+ VehicleSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "creationTime"))
1097
+ VehicleSummary.add_member(:last_modification_time, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "lastModificationTime"))
1098
+ VehicleSummary.struct_class = Types::VehicleSummary
1099
+
1100
+ attributesMap.key = Shapes::ShapeRef.new(shape: attributeName)
1101
+ attributesMap.value = Shapes::ShapeRef.new(shape: attributeValue)
1102
+
1103
+ campaignSummaries.member = Shapes::ShapeRef.new(shape: CampaignSummary)
1104
+
1105
+ createVehicleErrors.member = Shapes::ShapeRef.new(shape: CreateVehicleError)
1106
+
1107
+ createVehicleRequestItems.member = Shapes::ShapeRef.new(shape: CreateVehicleRequestItem)
1108
+
1109
+ createVehicleResponses.member = Shapes::ShapeRef.new(shape: CreateVehicleResponseItem)
1110
+
1111
+ decoderManifestSummaries.member = Shapes::ShapeRef.new(shape: DecoderManifestSummary)
1112
+
1113
+ fleetSummaries.member = Shapes::ShapeRef.new(shape: FleetSummary)
1114
+
1115
+ fleets.member = Shapes::ShapeRef.new(shape: fleetId)
1116
+
1117
+ listOfStrings.member = Shapes::ShapeRef.new(shape: string)
1118
+
1119
+ modelManifestSummaries.member = Shapes::ShapeRef.new(shape: ModelManifestSummary)
1120
+
1121
+ signalCatalogSummaries.member = Shapes::ShapeRef.new(shape: SignalCatalogSummary)
1122
+
1123
+ updateVehicleErrors.member = Shapes::ShapeRef.new(shape: UpdateVehicleError)
1124
+
1125
+ updateVehicleRequestItems.member = Shapes::ShapeRef.new(shape: UpdateVehicleRequestItem)
1126
+
1127
+ updateVehicleResponseItems.member = Shapes::ShapeRef.new(shape: UpdateVehicleResponseItem)
1128
+
1129
+ vehicleSummaries.member = Shapes::ShapeRef.new(shape: VehicleSummary)
1130
+
1131
+ vehicles.member = Shapes::ShapeRef.new(shape: vehicleName)
1132
+
1133
+
1134
+ # @api private
1135
+ API = Seahorse::Model::Api.new.tap do |api|
1136
+
1137
+ api.version = "2021-06-17"
1138
+
1139
+ api.metadata = {
1140
+ "apiVersion" => "2021-06-17",
1141
+ "endpointPrefix" => "iotfleetwise",
1142
+ "jsonVersion" => "1.0",
1143
+ "protocol" => "json",
1144
+ "serviceFullName" => "AWS IoT FleetWise",
1145
+ "serviceId" => "IoTFleetWise",
1146
+ "signatureVersion" => "v4",
1147
+ "signingName" => "iotfleetwise",
1148
+ "targetPrefix" => "IoTAutobahnControlPlane",
1149
+ "uid" => "iotfleetwise-2021-06-17",
1150
+ }
1151
+
1152
+ api.add_operation(:associate_vehicle_fleet, Seahorse::Model::Operation.new.tap do |o|
1153
+ o.name = "AssociateVehicleFleet"
1154
+ o.http_method = "POST"
1155
+ o.http_request_uri = "/"
1156
+ o.input = Shapes::ShapeRef.new(shape: AssociateVehicleFleetRequest)
1157
+ o.output = Shapes::ShapeRef.new(shape: AssociateVehicleFleetResponse)
1158
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1159
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1160
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1161
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1162
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1163
+ end)
1164
+
1165
+ api.add_operation(:batch_create_vehicle, Seahorse::Model::Operation.new.tap do |o|
1166
+ o.name = "BatchCreateVehicle"
1167
+ o.http_method = "POST"
1168
+ o.http_request_uri = "/"
1169
+ o.input = Shapes::ShapeRef.new(shape: BatchCreateVehicleRequest)
1170
+ o.output = Shapes::ShapeRef.new(shape: BatchCreateVehicleResponse)
1171
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1172
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1173
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1174
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1175
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1176
+ end)
1177
+
1178
+ api.add_operation(:batch_update_vehicle, Seahorse::Model::Operation.new.tap do |o|
1179
+ o.name = "BatchUpdateVehicle"
1180
+ o.http_method = "POST"
1181
+ o.http_request_uri = "/"
1182
+ o.input = Shapes::ShapeRef.new(shape: BatchUpdateVehicleRequest)
1183
+ o.output = Shapes::ShapeRef.new(shape: BatchUpdateVehicleResponse)
1184
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1185
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1186
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1187
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1188
+ end)
1189
+
1190
+ api.add_operation(:create_campaign, Seahorse::Model::Operation.new.tap do |o|
1191
+ o.name = "CreateCampaign"
1192
+ o.http_method = "POST"
1193
+ o.http_request_uri = "/"
1194
+ o.input = Shapes::ShapeRef.new(shape: CreateCampaignRequest)
1195
+ o.output = Shapes::ShapeRef.new(shape: CreateCampaignResponse)
1196
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1197
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1198
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1199
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1200
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1201
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1202
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1203
+ end)
1204
+
1205
+ api.add_operation(:create_decoder_manifest, Seahorse::Model::Operation.new.tap do |o|
1206
+ o.name = "CreateDecoderManifest"
1207
+ o.http_method = "POST"
1208
+ o.http_request_uri = "/"
1209
+ o.input = Shapes::ShapeRef.new(shape: CreateDecoderManifestRequest)
1210
+ o.output = Shapes::ShapeRef.new(shape: CreateDecoderManifestResponse)
1211
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1212
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1213
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1214
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1215
+ o.errors << Shapes::ShapeRef.new(shape: DecoderManifestValidationException)
1216
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1217
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1218
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1219
+ end)
1220
+
1221
+ api.add_operation(:create_fleet, Seahorse::Model::Operation.new.tap do |o|
1222
+ o.name = "CreateFleet"
1223
+ o.http_method = "POST"
1224
+ o.http_request_uri = "/"
1225
+ o.input = Shapes::ShapeRef.new(shape: CreateFleetRequest)
1226
+ o.output = Shapes::ShapeRef.new(shape: CreateFleetResponse)
1227
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1228
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1229
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1230
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1231
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1232
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1233
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1234
+ end)
1235
+
1236
+ api.add_operation(:create_model_manifest, Seahorse::Model::Operation.new.tap do |o|
1237
+ o.name = "CreateModelManifest"
1238
+ o.http_method = "POST"
1239
+ o.http_request_uri = "/"
1240
+ o.input = Shapes::ShapeRef.new(shape: CreateModelManifestRequest)
1241
+ o.output = Shapes::ShapeRef.new(shape: CreateModelManifestResponse)
1242
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1243
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1244
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1245
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1246
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1247
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1248
+ o.errors << Shapes::ShapeRef.new(shape: InvalidSignalsException)
1249
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1250
+ end)
1251
+
1252
+ api.add_operation(:create_signal_catalog, Seahorse::Model::Operation.new.tap do |o|
1253
+ o.name = "CreateSignalCatalog"
1254
+ o.http_method = "POST"
1255
+ o.http_request_uri = "/"
1256
+ o.input = Shapes::ShapeRef.new(shape: CreateSignalCatalogRequest)
1257
+ o.output = Shapes::ShapeRef.new(shape: CreateSignalCatalogResponse)
1258
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1259
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1260
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1261
+ o.errors << Shapes::ShapeRef.new(shape: InvalidNodeException)
1262
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1263
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1264
+ o.errors << Shapes::ShapeRef.new(shape: InvalidSignalsException)
1265
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1266
+ end)
1267
+
1268
+ api.add_operation(:create_vehicle, Seahorse::Model::Operation.new.tap do |o|
1269
+ o.name = "CreateVehicle"
1270
+ o.http_method = "POST"
1271
+ o.http_request_uri = "/"
1272
+ o.input = Shapes::ShapeRef.new(shape: CreateVehicleRequest)
1273
+ o.output = Shapes::ShapeRef.new(shape: CreateVehicleResponse)
1274
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1275
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1276
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1277
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1278
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1279
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1280
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1281
+ end)
1282
+
1283
+ api.add_operation(:delete_campaign, Seahorse::Model::Operation.new.tap do |o|
1284
+ o.name = "DeleteCampaign"
1285
+ o.http_method = "POST"
1286
+ o.http_request_uri = "/"
1287
+ o.input = Shapes::ShapeRef.new(shape: DeleteCampaignRequest)
1288
+ o.output = Shapes::ShapeRef.new(shape: DeleteCampaignResponse)
1289
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1290
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1291
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1292
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1293
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1294
+ end)
1295
+
1296
+ api.add_operation(:delete_decoder_manifest, Seahorse::Model::Operation.new.tap do |o|
1297
+ o.name = "DeleteDecoderManifest"
1298
+ o.http_method = "POST"
1299
+ o.http_request_uri = "/"
1300
+ o.input = Shapes::ShapeRef.new(shape: DeleteDecoderManifestRequest)
1301
+ o.output = Shapes::ShapeRef.new(shape: DeleteDecoderManifestResponse)
1302
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1303
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1304
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1305
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1306
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1307
+ end)
1308
+
1309
+ api.add_operation(:delete_fleet, Seahorse::Model::Operation.new.tap do |o|
1310
+ o.name = "DeleteFleet"
1311
+ o.http_method = "POST"
1312
+ o.http_request_uri = "/"
1313
+ o.input = Shapes::ShapeRef.new(shape: DeleteFleetRequest)
1314
+ o.output = Shapes::ShapeRef.new(shape: DeleteFleetResponse)
1315
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1316
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1317
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1318
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1319
+ end)
1320
+
1321
+ api.add_operation(:delete_model_manifest, Seahorse::Model::Operation.new.tap do |o|
1322
+ o.name = "DeleteModelManifest"
1323
+ o.http_method = "POST"
1324
+ o.http_request_uri = "/"
1325
+ o.input = Shapes::ShapeRef.new(shape: DeleteModelManifestRequest)
1326
+ o.output = Shapes::ShapeRef.new(shape: DeleteModelManifestResponse)
1327
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1328
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1329
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1330
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1331
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1332
+ end)
1333
+
1334
+ api.add_operation(:delete_signal_catalog, Seahorse::Model::Operation.new.tap do |o|
1335
+ o.name = "DeleteSignalCatalog"
1336
+ o.http_method = "POST"
1337
+ o.http_request_uri = "/"
1338
+ o.input = Shapes::ShapeRef.new(shape: DeleteSignalCatalogRequest)
1339
+ o.output = Shapes::ShapeRef.new(shape: DeleteSignalCatalogResponse)
1340
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1341
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1342
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1343
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1344
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1345
+ end)
1346
+
1347
+ api.add_operation(:delete_vehicle, Seahorse::Model::Operation.new.tap do |o|
1348
+ o.name = "DeleteVehicle"
1349
+ o.http_method = "POST"
1350
+ o.http_request_uri = "/"
1351
+ o.input = Shapes::ShapeRef.new(shape: DeleteVehicleRequest)
1352
+ o.output = Shapes::ShapeRef.new(shape: DeleteVehicleResponse)
1353
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1354
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1355
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1356
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1357
+ end)
1358
+
1359
+ api.add_operation(:disassociate_vehicle_fleet, Seahorse::Model::Operation.new.tap do |o|
1360
+ o.name = "DisassociateVehicleFleet"
1361
+ o.http_method = "POST"
1362
+ o.http_request_uri = "/"
1363
+ o.input = Shapes::ShapeRef.new(shape: DisassociateVehicleFleetRequest)
1364
+ o.output = Shapes::ShapeRef.new(shape: DisassociateVehicleFleetResponse)
1365
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1366
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1367
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1368
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1369
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1370
+ end)
1371
+
1372
+ api.add_operation(:get_campaign, Seahorse::Model::Operation.new.tap do |o|
1373
+ o.name = "GetCampaign"
1374
+ o.http_method = "POST"
1375
+ o.http_request_uri = "/"
1376
+ o.input = Shapes::ShapeRef.new(shape: GetCampaignRequest)
1377
+ o.output = Shapes::ShapeRef.new(shape: GetCampaignResponse)
1378
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1379
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1380
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1381
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1382
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1383
+ end)
1384
+
1385
+ api.add_operation(:get_decoder_manifest, Seahorse::Model::Operation.new.tap do |o|
1386
+ o.name = "GetDecoderManifest"
1387
+ o.http_method = "POST"
1388
+ o.http_request_uri = "/"
1389
+ o.input = Shapes::ShapeRef.new(shape: GetDecoderManifestRequest)
1390
+ o.output = Shapes::ShapeRef.new(shape: GetDecoderManifestResponse)
1391
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1392
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1393
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1394
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1395
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1396
+ end)
1397
+
1398
+ api.add_operation(:get_fleet, Seahorse::Model::Operation.new.tap do |o|
1399
+ o.name = "GetFleet"
1400
+ o.http_method = "POST"
1401
+ o.http_request_uri = "/"
1402
+ o.input = Shapes::ShapeRef.new(shape: GetFleetRequest)
1403
+ o.output = Shapes::ShapeRef.new(shape: GetFleetResponse)
1404
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1405
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1406
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1407
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1408
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1409
+ end)
1410
+
1411
+ api.add_operation(:get_logging_options, Seahorse::Model::Operation.new.tap do |o|
1412
+ o.name = "GetLoggingOptions"
1413
+ o.http_method = "POST"
1414
+ o.http_request_uri = "/"
1415
+ o.input = Shapes::ShapeRef.new(shape: GetLoggingOptionsRequest)
1416
+ o.output = Shapes::ShapeRef.new(shape: GetLoggingOptionsResponse)
1417
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1418
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1419
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1420
+ end)
1421
+
1422
+ api.add_operation(:get_model_manifest, Seahorse::Model::Operation.new.tap do |o|
1423
+ o.name = "GetModelManifest"
1424
+ o.http_method = "POST"
1425
+ o.http_request_uri = "/"
1426
+ o.input = Shapes::ShapeRef.new(shape: GetModelManifestRequest)
1427
+ o.output = Shapes::ShapeRef.new(shape: GetModelManifestResponse)
1428
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1429
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1430
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1431
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1432
+ end)
1433
+
1434
+ api.add_operation(:get_register_account_status, Seahorse::Model::Operation.new.tap do |o|
1435
+ o.name = "GetRegisterAccountStatus"
1436
+ o.http_method = "POST"
1437
+ o.http_request_uri = "/"
1438
+ o.input = Shapes::ShapeRef.new(shape: GetRegisterAccountStatusRequest)
1439
+ o.output = Shapes::ShapeRef.new(shape: GetRegisterAccountStatusResponse)
1440
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1441
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1442
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1443
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1444
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1445
+ end)
1446
+
1447
+ api.add_operation(:get_signal_catalog, Seahorse::Model::Operation.new.tap do |o|
1448
+ o.name = "GetSignalCatalog"
1449
+ o.http_method = "POST"
1450
+ o.http_request_uri = "/"
1451
+ o.input = Shapes::ShapeRef.new(shape: GetSignalCatalogRequest)
1452
+ o.output = Shapes::ShapeRef.new(shape: GetSignalCatalogResponse)
1453
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1454
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1455
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1456
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1457
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1458
+ end)
1459
+
1460
+ api.add_operation(:get_vehicle, Seahorse::Model::Operation.new.tap do |o|
1461
+ o.name = "GetVehicle"
1462
+ o.http_method = "POST"
1463
+ o.http_request_uri = "/"
1464
+ o.input = Shapes::ShapeRef.new(shape: GetVehicleRequest)
1465
+ o.output = Shapes::ShapeRef.new(shape: GetVehicleResponse)
1466
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1467
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1468
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1469
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1470
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1471
+ end)
1472
+
1473
+ api.add_operation(:get_vehicle_status, Seahorse::Model::Operation.new.tap do |o|
1474
+ o.name = "GetVehicleStatus"
1475
+ o.http_method = "POST"
1476
+ o.http_request_uri = "/"
1477
+ o.input = Shapes::ShapeRef.new(shape: GetVehicleStatusRequest)
1478
+ o.output = Shapes::ShapeRef.new(shape: GetVehicleStatusResponse)
1479
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1480
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1481
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1482
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1483
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1484
+ o[:pager] = Aws::Pager.new(
1485
+ limit_key: "max_results",
1486
+ tokens: {
1487
+ "next_token" => "next_token"
1488
+ }
1489
+ )
1490
+ end)
1491
+
1492
+ api.add_operation(:import_decoder_manifest, Seahorse::Model::Operation.new.tap do |o|
1493
+ o.name = "ImportDecoderManifest"
1494
+ o.http_method = "POST"
1495
+ o.http_request_uri = "/"
1496
+ o.input = Shapes::ShapeRef.new(shape: ImportDecoderManifestRequest)
1497
+ o.output = Shapes::ShapeRef.new(shape: ImportDecoderManifestResponse)
1498
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1499
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1500
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1501
+ o.errors << Shapes::ShapeRef.new(shape: DecoderManifestValidationException)
1502
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1503
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1504
+ o.errors << Shapes::ShapeRef.new(shape: InvalidSignalsException)
1505
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1506
+ end)
1507
+
1508
+ api.add_operation(:import_signal_catalog, Seahorse::Model::Operation.new.tap do |o|
1509
+ o.name = "ImportSignalCatalog"
1510
+ o.http_method = "POST"
1511
+ o.http_request_uri = "/"
1512
+ o.input = Shapes::ShapeRef.new(shape: ImportSignalCatalogRequest)
1513
+ o.output = Shapes::ShapeRef.new(shape: ImportSignalCatalogResponse)
1514
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1515
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1516
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1517
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1518
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1519
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1520
+ o.errors << Shapes::ShapeRef.new(shape: InvalidSignalsException)
1521
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1522
+ end)
1523
+
1524
+ api.add_operation(:list_campaigns, Seahorse::Model::Operation.new.tap do |o|
1525
+ o.name = "ListCampaigns"
1526
+ o.http_method = "POST"
1527
+ o.http_request_uri = "/"
1528
+ o.input = Shapes::ShapeRef.new(shape: ListCampaignsRequest)
1529
+ o.output = Shapes::ShapeRef.new(shape: ListCampaignsResponse)
1530
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1531
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1532
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1533
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1534
+ o[:pager] = Aws::Pager.new(
1535
+ limit_key: "max_results",
1536
+ tokens: {
1537
+ "next_token" => "next_token"
1538
+ }
1539
+ )
1540
+ end)
1541
+
1542
+ api.add_operation(:list_decoder_manifest_network_interfaces, Seahorse::Model::Operation.new.tap do |o|
1543
+ o.name = "ListDecoderManifestNetworkInterfaces"
1544
+ o.http_method = "POST"
1545
+ o.http_request_uri = "/"
1546
+ o.input = Shapes::ShapeRef.new(shape: ListDecoderManifestNetworkInterfacesRequest)
1547
+ o.output = Shapes::ShapeRef.new(shape: ListDecoderManifestNetworkInterfacesResponse)
1548
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1549
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1550
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1551
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1552
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1553
+ o[:pager] = Aws::Pager.new(
1554
+ limit_key: "max_results",
1555
+ tokens: {
1556
+ "next_token" => "next_token"
1557
+ }
1558
+ )
1559
+ end)
1560
+
1561
+ api.add_operation(:list_decoder_manifest_signals, Seahorse::Model::Operation.new.tap do |o|
1562
+ o.name = "ListDecoderManifestSignals"
1563
+ o.http_method = "POST"
1564
+ o.http_request_uri = "/"
1565
+ o.input = Shapes::ShapeRef.new(shape: ListDecoderManifestSignalsRequest)
1566
+ o.output = Shapes::ShapeRef.new(shape: ListDecoderManifestSignalsResponse)
1567
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1568
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1569
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1570
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1571
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1572
+ o[:pager] = Aws::Pager.new(
1573
+ limit_key: "max_results",
1574
+ tokens: {
1575
+ "next_token" => "next_token"
1576
+ }
1577
+ )
1578
+ end)
1579
+
1580
+ api.add_operation(:list_decoder_manifests, Seahorse::Model::Operation.new.tap do |o|
1581
+ o.name = "ListDecoderManifests"
1582
+ o.http_method = "POST"
1583
+ o.http_request_uri = "/"
1584
+ o.input = Shapes::ShapeRef.new(shape: ListDecoderManifestsRequest)
1585
+ o.output = Shapes::ShapeRef.new(shape: ListDecoderManifestsResponse)
1586
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1587
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1588
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1589
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1590
+ o[:pager] = Aws::Pager.new(
1591
+ limit_key: "max_results",
1592
+ tokens: {
1593
+ "next_token" => "next_token"
1594
+ }
1595
+ )
1596
+ end)
1597
+
1598
+ api.add_operation(:list_fleets, Seahorse::Model::Operation.new.tap do |o|
1599
+ o.name = "ListFleets"
1600
+ o.http_method = "POST"
1601
+ o.http_request_uri = "/"
1602
+ o.input = Shapes::ShapeRef.new(shape: ListFleetsRequest)
1603
+ o.output = Shapes::ShapeRef.new(shape: ListFleetsResponse)
1604
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1605
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1606
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1607
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1608
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1609
+ o[:pager] = Aws::Pager.new(
1610
+ limit_key: "max_results",
1611
+ tokens: {
1612
+ "next_token" => "next_token"
1613
+ }
1614
+ )
1615
+ end)
1616
+
1617
+ api.add_operation(:list_fleets_for_vehicle, Seahorse::Model::Operation.new.tap do |o|
1618
+ o.name = "ListFleetsForVehicle"
1619
+ o.http_method = "POST"
1620
+ o.http_request_uri = "/"
1621
+ o.input = Shapes::ShapeRef.new(shape: ListFleetsForVehicleRequest)
1622
+ o.output = Shapes::ShapeRef.new(shape: ListFleetsForVehicleResponse)
1623
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1624
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1625
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1626
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1627
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1628
+ o[:pager] = Aws::Pager.new(
1629
+ limit_key: "max_results",
1630
+ tokens: {
1631
+ "next_token" => "next_token"
1632
+ }
1633
+ )
1634
+ end)
1635
+
1636
+ api.add_operation(:list_model_manifest_nodes, Seahorse::Model::Operation.new.tap do |o|
1637
+ o.name = "ListModelManifestNodes"
1638
+ o.http_method = "POST"
1639
+ o.http_request_uri = "/"
1640
+ o.input = Shapes::ShapeRef.new(shape: ListModelManifestNodesRequest)
1641
+ o.output = Shapes::ShapeRef.new(shape: ListModelManifestNodesResponse)
1642
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1643
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1644
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1645
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1646
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1647
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1648
+ o[:pager] = Aws::Pager.new(
1649
+ limit_key: "max_results",
1650
+ tokens: {
1651
+ "next_token" => "next_token"
1652
+ }
1653
+ )
1654
+ end)
1655
+
1656
+ api.add_operation(:list_model_manifests, Seahorse::Model::Operation.new.tap do |o|
1657
+ o.name = "ListModelManifests"
1658
+ o.http_method = "POST"
1659
+ o.http_request_uri = "/"
1660
+ o.input = Shapes::ShapeRef.new(shape: ListModelManifestsRequest)
1661
+ o.output = Shapes::ShapeRef.new(shape: ListModelManifestsResponse)
1662
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1663
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1664
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1665
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1666
+ o[:pager] = Aws::Pager.new(
1667
+ limit_key: "max_results",
1668
+ tokens: {
1669
+ "next_token" => "next_token"
1670
+ }
1671
+ )
1672
+ end)
1673
+
1674
+ api.add_operation(:list_signal_catalog_nodes, Seahorse::Model::Operation.new.tap do |o|
1675
+ o.name = "ListSignalCatalogNodes"
1676
+ o.http_method = "POST"
1677
+ o.http_request_uri = "/"
1678
+ o.input = Shapes::ShapeRef.new(shape: ListSignalCatalogNodesRequest)
1679
+ o.output = Shapes::ShapeRef.new(shape: ListSignalCatalogNodesResponse)
1680
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1681
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1682
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1683
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1684
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1685
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1686
+ o[:pager] = Aws::Pager.new(
1687
+ limit_key: "max_results",
1688
+ tokens: {
1689
+ "next_token" => "next_token"
1690
+ }
1691
+ )
1692
+ end)
1693
+
1694
+ api.add_operation(:list_signal_catalogs, Seahorse::Model::Operation.new.tap do |o|
1695
+ o.name = "ListSignalCatalogs"
1696
+ o.http_method = "POST"
1697
+ o.http_request_uri = "/"
1698
+ o.input = Shapes::ShapeRef.new(shape: ListSignalCatalogsRequest)
1699
+ o.output = Shapes::ShapeRef.new(shape: ListSignalCatalogsResponse)
1700
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1701
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1702
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1703
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1704
+ o[:pager] = Aws::Pager.new(
1705
+ limit_key: "max_results",
1706
+ tokens: {
1707
+ "next_token" => "next_token"
1708
+ }
1709
+ )
1710
+ end)
1711
+
1712
+ api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
1713
+ o.name = "ListTagsForResource"
1714
+ o.http_method = "POST"
1715
+ o.http_request_uri = "/"
1716
+ o.input = Shapes::ShapeRef.new(shape: ListTagsForResourceRequest)
1717
+ o.output = Shapes::ShapeRef.new(shape: ListTagsForResourceResponse)
1718
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1719
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1720
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1721
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1722
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1723
+ end)
1724
+
1725
+ api.add_operation(:list_vehicles, Seahorse::Model::Operation.new.tap do |o|
1726
+ o.name = "ListVehicles"
1727
+ o.http_method = "POST"
1728
+ o.http_request_uri = "/"
1729
+ o.input = Shapes::ShapeRef.new(shape: ListVehiclesRequest)
1730
+ o.output = Shapes::ShapeRef.new(shape: ListVehiclesResponse)
1731
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1732
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1733
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1734
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1735
+ o[:pager] = Aws::Pager.new(
1736
+ limit_key: "max_results",
1737
+ tokens: {
1738
+ "next_token" => "next_token"
1739
+ }
1740
+ )
1741
+ end)
1742
+
1743
+ api.add_operation(:list_vehicles_in_fleet, Seahorse::Model::Operation.new.tap do |o|
1744
+ o.name = "ListVehiclesInFleet"
1745
+ o.http_method = "POST"
1746
+ o.http_request_uri = "/"
1747
+ o.input = Shapes::ShapeRef.new(shape: ListVehiclesInFleetRequest)
1748
+ o.output = Shapes::ShapeRef.new(shape: ListVehiclesInFleetResponse)
1749
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1750
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1751
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1752
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1753
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1754
+ o[:pager] = Aws::Pager.new(
1755
+ limit_key: "max_results",
1756
+ tokens: {
1757
+ "next_token" => "next_token"
1758
+ }
1759
+ )
1760
+ end)
1761
+
1762
+ api.add_operation(:put_logging_options, Seahorse::Model::Operation.new.tap do |o|
1763
+ o.name = "PutLoggingOptions"
1764
+ o.http_method = "POST"
1765
+ o.http_request_uri = "/"
1766
+ o.input = Shapes::ShapeRef.new(shape: PutLoggingOptionsRequest)
1767
+ o.output = Shapes::ShapeRef.new(shape: PutLoggingOptionsResponse)
1768
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1769
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1770
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1771
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1772
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1773
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1774
+ end)
1775
+
1776
+ api.add_operation(:register_account, Seahorse::Model::Operation.new.tap do |o|
1777
+ o.name = "RegisterAccount"
1778
+ o.http_method = "POST"
1779
+ o.http_request_uri = "/"
1780
+ o.input = Shapes::ShapeRef.new(shape: RegisterAccountRequest)
1781
+ o.output = Shapes::ShapeRef.new(shape: RegisterAccountResponse)
1782
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1783
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1784
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1785
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1786
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1787
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1788
+ end)
1789
+
1790
+ api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
1791
+ o.name = "TagResource"
1792
+ o.http_method = "POST"
1793
+ o.http_request_uri = "/"
1794
+ o.input = Shapes::ShapeRef.new(shape: TagResourceRequest)
1795
+ o.output = Shapes::ShapeRef.new(shape: TagResourceResponse)
1796
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1797
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1798
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1799
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1800
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1801
+ end)
1802
+
1803
+ api.add_operation(:untag_resource, Seahorse::Model::Operation.new.tap do |o|
1804
+ o.name = "UntagResource"
1805
+ o.http_method = "POST"
1806
+ o.http_request_uri = "/"
1807
+ o.input = Shapes::ShapeRef.new(shape: UntagResourceRequest)
1808
+ o.output = Shapes::ShapeRef.new(shape: UntagResourceResponse)
1809
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1810
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1811
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1812
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1813
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1814
+ end)
1815
+
1816
+ api.add_operation(:update_campaign, Seahorse::Model::Operation.new.tap do |o|
1817
+ o.name = "UpdateCampaign"
1818
+ o.http_method = "POST"
1819
+ o.http_request_uri = "/"
1820
+ o.input = Shapes::ShapeRef.new(shape: UpdateCampaignRequest)
1821
+ o.output = Shapes::ShapeRef.new(shape: UpdateCampaignResponse)
1822
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1823
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1824
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1825
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1826
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1827
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1828
+ end)
1829
+
1830
+ api.add_operation(:update_decoder_manifest, Seahorse::Model::Operation.new.tap do |o|
1831
+ o.name = "UpdateDecoderManifest"
1832
+ o.http_method = "POST"
1833
+ o.http_request_uri = "/"
1834
+ o.input = Shapes::ShapeRef.new(shape: UpdateDecoderManifestRequest)
1835
+ o.output = Shapes::ShapeRef.new(shape: UpdateDecoderManifestResponse)
1836
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1837
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1838
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1839
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1840
+ o.errors << Shapes::ShapeRef.new(shape: DecoderManifestValidationException)
1841
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1842
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1843
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1844
+ end)
1845
+
1846
+ api.add_operation(:update_fleet, Seahorse::Model::Operation.new.tap do |o|
1847
+ o.name = "UpdateFleet"
1848
+ o.http_method = "POST"
1849
+ o.http_request_uri = "/"
1850
+ o.input = Shapes::ShapeRef.new(shape: UpdateFleetRequest)
1851
+ o.output = Shapes::ShapeRef.new(shape: UpdateFleetResponse)
1852
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1853
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1854
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1855
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1856
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1857
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1858
+ end)
1859
+
1860
+ api.add_operation(:update_model_manifest, Seahorse::Model::Operation.new.tap do |o|
1861
+ o.name = "UpdateModelManifest"
1862
+ o.http_method = "POST"
1863
+ o.http_request_uri = "/"
1864
+ o.input = Shapes::ShapeRef.new(shape: UpdateModelManifestRequest)
1865
+ o.output = Shapes::ShapeRef.new(shape: UpdateModelManifestResponse)
1866
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1867
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1868
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1869
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1870
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1871
+ o.errors << Shapes::ShapeRef.new(shape: InvalidSignalsException)
1872
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1873
+ end)
1874
+
1875
+ api.add_operation(:update_signal_catalog, Seahorse::Model::Operation.new.tap do |o|
1876
+ o.name = "UpdateSignalCatalog"
1877
+ o.http_method = "POST"
1878
+ o.http_request_uri = "/"
1879
+ o.input = Shapes::ShapeRef.new(shape: UpdateSignalCatalogRequest)
1880
+ o.output = Shapes::ShapeRef.new(shape: UpdateSignalCatalogResponse)
1881
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1882
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1883
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1884
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1885
+ o.errors << Shapes::ShapeRef.new(shape: InvalidNodeException)
1886
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1887
+ o.errors << Shapes::ShapeRef.new(shape: InvalidSignalsException)
1888
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1889
+ end)
1890
+
1891
+ api.add_operation(:update_vehicle, Seahorse::Model::Operation.new.tap do |o|
1892
+ o.name = "UpdateVehicle"
1893
+ o.http_method = "POST"
1894
+ o.http_request_uri = "/"
1895
+ o.input = Shapes::ShapeRef.new(shape: UpdateVehicleRequest)
1896
+ o.output = Shapes::ShapeRef.new(shape: UpdateVehicleResponse)
1897
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1898
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1899
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1900
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1901
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1902
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1903
+ end)
1904
+ end
1905
+
1906
+ end
1907
+ end