aws-sdk-iotfleetwise 1.37.0 → 1.38.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -37,6 +37,7 @@ module Aws::IoTFleetWise
37
37
  CollectionScheme = Shapes::UnionShape.new(name: 'CollectionScheme')
38
38
  Compression = Shapes::StringShape.new(name: 'Compression')
39
39
  ConditionBasedCollectionScheme = Shapes::StructureShape.new(name: 'ConditionBasedCollectionScheme')
40
+ ConditionBasedSignalFetchConfig = Shapes::StructureShape.new(name: 'ConditionBasedSignalFetchConfig')
40
41
  ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
41
42
  CreateCampaignRequest = Shapes::StructureShape.new(name: 'CreateCampaignRequest')
42
43
  CreateCampaignResponse = Shapes::StructureShape.new(name: 'CreateCampaignResponse')
@@ -48,19 +49,31 @@ module Aws::IoTFleetWise
48
49
  CreateModelManifestResponse = Shapes::StructureShape.new(name: 'CreateModelManifestResponse')
49
50
  CreateSignalCatalogRequest = Shapes::StructureShape.new(name: 'CreateSignalCatalogRequest')
50
51
  CreateSignalCatalogResponse = Shapes::StructureShape.new(name: 'CreateSignalCatalogResponse')
52
+ CreateStateTemplateRequest = Shapes::StructureShape.new(name: 'CreateStateTemplateRequest')
53
+ CreateStateTemplateResponse = Shapes::StructureShape.new(name: 'CreateStateTemplateResponse')
51
54
  CreateVehicleError = Shapes::StructureShape.new(name: 'CreateVehicleError')
52
55
  CreateVehicleRequest = Shapes::StructureShape.new(name: 'CreateVehicleRequest')
53
56
  CreateVehicleRequestItem = Shapes::StructureShape.new(name: 'CreateVehicleRequestItem')
54
57
  CreateVehicleResponse = Shapes::StructureShape.new(name: 'CreateVehicleResponse')
55
58
  CreateVehicleResponseItem = Shapes::StructureShape.new(name: 'CreateVehicleResponseItem')
59
+ CustomDecodingId = Shapes::StringShape.new(name: 'CustomDecodingId')
60
+ CustomDecodingInterface = Shapes::StructureShape.new(name: 'CustomDecodingInterface')
61
+ CustomDecodingSignal = Shapes::StructureShape.new(name: 'CustomDecodingSignal')
62
+ CustomDecodingSignalInterfaceName = Shapes::StringShape.new(name: 'CustomDecodingSignalInterfaceName')
56
63
  CustomProperty = Shapes::StructureShape.new(name: 'CustomProperty')
57
64
  CustomStruct = Shapes::StructureShape.new(name: 'CustomStruct')
58
65
  DataDestinationConfig = Shapes::UnionShape.new(name: 'DataDestinationConfig')
59
66
  DataDestinationConfigs = Shapes::ListShape.new(name: 'DataDestinationConfigs')
60
67
  DataExtraDimensionNodePathList = Shapes::ListShape.new(name: 'DataExtraDimensionNodePathList')
61
68
  DataFormat = Shapes::StringShape.new(name: 'DataFormat')
69
+ DataPartition = Shapes::StructureShape.new(name: 'DataPartition')
70
+ DataPartitionId = Shapes::StringShape.new(name: 'DataPartitionId')
71
+ DataPartitionStorageOptions = Shapes::StructureShape.new(name: 'DataPartitionStorageOptions')
72
+ DataPartitionUploadOptions = Shapes::StructureShape.new(name: 'DataPartitionUploadOptions')
73
+ DataPartitions = Shapes::ListShape.new(name: 'DataPartitions')
62
74
  DecoderManifestSummary = Shapes::StructureShape.new(name: 'DecoderManifestSummary')
63
75
  DecoderManifestValidationException = Shapes::StructureShape.new(name: 'DecoderManifestValidationException')
76
+ DefaultForUnmappedSignalsType = Shapes::StringShape.new(name: 'DefaultForUnmappedSignalsType')
64
77
  DeleteCampaignRequest = Shapes::StructureShape.new(name: 'DeleteCampaignRequest')
65
78
  DeleteCampaignResponse = Shapes::StructureShape.new(name: 'DeleteCampaignResponse')
66
79
  DeleteDecoderManifestRequest = Shapes::StructureShape.new(name: 'DeleteDecoderManifestRequest')
@@ -71,6 +84,8 @@ module Aws::IoTFleetWise
71
84
  DeleteModelManifestResponse = Shapes::StructureShape.new(name: 'DeleteModelManifestResponse')
72
85
  DeleteSignalCatalogRequest = Shapes::StructureShape.new(name: 'DeleteSignalCatalogRequest')
73
86
  DeleteSignalCatalogResponse = Shapes::StructureShape.new(name: 'DeleteSignalCatalogResponse')
87
+ DeleteStateTemplateRequest = Shapes::StructureShape.new(name: 'DeleteStateTemplateRequest')
88
+ DeleteStateTemplateResponse = Shapes::StructureShape.new(name: 'DeleteStateTemplateResponse')
74
89
  DeleteVehicleRequest = Shapes::StructureShape.new(name: 'DeleteVehicleRequest')
75
90
  DeleteVehicleResponse = Shapes::StructureShape.new(name: 'DeleteVehicleResponse')
76
91
  DiagnosticsMode = Shapes::StringShape.new(name: 'DiagnosticsMode')
@@ -78,6 +93,7 @@ module Aws::IoTFleetWise
78
93
  DisassociateVehicleFleetResponse = Shapes::StructureShape.new(name: 'DisassociateVehicleFleetResponse')
79
94
  EncryptionStatus = Shapes::StringShape.new(name: 'EncryptionStatus')
80
95
  EncryptionType = Shapes::StringShape.new(name: 'EncryptionType')
96
+ EventExpressionList = Shapes::ListShape.new(name: 'EventExpressionList')
81
97
  FleetSummary = Shapes::StructureShape.new(name: 'FleetSummary')
82
98
  FormattedVss = Shapes::UnionShape.new(name: 'FormattedVss')
83
99
  Fqns = Shapes::ListShape.new(name: 'Fqns')
@@ -98,6 +114,8 @@ module Aws::IoTFleetWise
98
114
  GetRegisterAccountStatusResponse = Shapes::StructureShape.new(name: 'GetRegisterAccountStatusResponse')
99
115
  GetSignalCatalogRequest = Shapes::StructureShape.new(name: 'GetSignalCatalogRequest')
100
116
  GetSignalCatalogResponse = Shapes::StructureShape.new(name: 'GetSignalCatalogResponse')
117
+ GetStateTemplateRequest = Shapes::StructureShape.new(name: 'GetStateTemplateRequest')
118
+ GetStateTemplateResponse = Shapes::StructureShape.new(name: 'GetStateTemplateResponse')
101
119
  GetVehicleRequest = Shapes::StructureShape.new(name: 'GetVehicleRequest')
102
120
  GetVehicleResponse = Shapes::StructureShape.new(name: 'GetVehicleResponse')
103
121
  GetVehicleStatusRequest = Shapes::StructureShape.new(name: 'GetVehicleStatusRequest')
@@ -141,6 +159,8 @@ module Aws::IoTFleetWise
141
159
  ListSignalCatalogNodesResponse = Shapes::StructureShape.new(name: 'ListSignalCatalogNodesResponse')
142
160
  ListSignalCatalogsRequest = Shapes::StructureShape.new(name: 'ListSignalCatalogsRequest')
143
161
  ListSignalCatalogsResponse = Shapes::StructureShape.new(name: 'ListSignalCatalogsResponse')
162
+ ListStateTemplatesRequest = Shapes::StructureShape.new(name: 'ListStateTemplatesRequest')
163
+ ListStateTemplatesResponse = Shapes::StructureShape.new(name: 'ListStateTemplatesResponse')
144
164
  ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
145
165
  ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
146
166
  ListVehiclesInFleetRequest = Shapes::StructureShape.new(name: 'ListVehiclesInFleetRequest')
@@ -152,6 +172,8 @@ module Aws::IoTFleetWise
152
172
  MessageSignal = Shapes::StructureShape.new(name: 'MessageSignal')
153
173
  ModelManifestSummary = Shapes::StructureShape.new(name: 'ModelManifestSummary')
154
174
  ModelSignalsMap = Shapes::MapShape.new(name: 'ModelSignalsMap')
175
+ MqttTopicArn = Shapes::StringShape.new(name: 'MqttTopicArn')
176
+ MqttTopicConfig = Shapes::StructureShape.new(name: 'MqttTopicConfig')
155
177
  NetworkFileBlob = Shapes::BlobShape.new(name: 'NetworkFileBlob')
156
178
  NetworkFileDefinition = Shapes::UnionShape.new(name: 'NetworkFileDefinition')
157
179
  NetworkFileDefinitions = Shapes::ListShape.new(name: 'NetworkFileDefinitions')
@@ -173,6 +195,8 @@ module Aws::IoTFleetWise
173
195
  ObdInterfaceName = Shapes::StringShape.new(name: 'ObdInterfaceName')
174
196
  ObdSignal = Shapes::StructureShape.new(name: 'ObdSignal')
175
197
  ObdStandard = Shapes::StringShape.new(name: 'ObdStandard')
198
+ OnChangeStateTemplateUpdateStrategy = Shapes::StructureShape.new(name: 'OnChangeStateTemplateUpdateStrategy')
199
+ PeriodicStateTemplateUpdateStrategy = Shapes::StructureShape.new(name: 'PeriodicStateTemplateUpdateStrategy')
176
200
  Prefix = Shapes::StringShape.new(name: 'Prefix')
177
201
  PrimitiveBoolean = Shapes::BooleanShape.new(name: 'PrimitiveBoolean')
178
202
  PrimitiveMessageDefinition = Shapes::UnionShape.new(name: 'PrimitiveMessageDefinition')
@@ -189,7 +213,9 @@ module Aws::IoTFleetWise
189
213
  RegisterAccountRequest = Shapes::StructureShape.new(name: 'RegisterAccountRequest')
190
214
  RegisterAccountResponse = Shapes::StructureShape.new(name: 'RegisterAccountResponse')
191
215
  RegistrationStatus = Shapes::StringShape.new(name: 'RegistrationStatus')
216
+ ResourceIdentifier = Shapes::StringShape.new(name: 'ResourceIdentifier')
192
217
  ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
218
+ ResourceUniqueId = Shapes::StringShape.new(name: 'ResourceUniqueId')
193
219
  RetryAfterSeconds = Shapes::IntegerShape.new(name: 'RetryAfterSeconds')
194
220
  S3BucketArn = Shapes::StringShape.new(name: 'S3BucketArn')
195
221
  S3Config = Shapes::StructureShape.new(name: 'S3Config')
@@ -199,11 +225,30 @@ module Aws::IoTFleetWise
199
225
  SignalDecoderFailureReason = Shapes::StringShape.new(name: 'SignalDecoderFailureReason')
200
226
  SignalDecoderType = Shapes::StringShape.new(name: 'SignalDecoderType')
201
227
  SignalDecoders = Shapes::ListShape.new(name: 'SignalDecoders')
228
+ SignalFetchConfig = Shapes::UnionShape.new(name: 'SignalFetchConfig')
229
+ SignalFetchInformation = Shapes::StructureShape.new(name: 'SignalFetchInformation')
230
+ SignalFetchInformationList = Shapes::ListShape.new(name: 'SignalFetchInformationList')
202
231
  SignalInformation = Shapes::StructureShape.new(name: 'SignalInformation')
203
232
  SignalInformationList = Shapes::ListShape.new(name: 'SignalInformationList')
204
233
  SignalNodeType = Shapes::StringShape.new(name: 'SignalNodeType')
205
234
  SpoolingMode = Shapes::StringShape.new(name: 'SpoolingMode')
235
+ StateTemplateAssociation = Shapes::StructureShape.new(name: 'StateTemplateAssociation')
236
+ StateTemplateAssociationIdentifiers = Shapes::ListShape.new(name: 'StateTemplateAssociationIdentifiers')
237
+ StateTemplateAssociations = Shapes::ListShape.new(name: 'StateTemplateAssociations')
238
+ StateTemplateDataExtraDimensionNodePathList = Shapes::ListShape.new(name: 'StateTemplateDataExtraDimensionNodePathList')
239
+ StateTemplateMetadataExtraDimensionNodePathList = Shapes::ListShape.new(name: 'StateTemplateMetadataExtraDimensionNodePathList')
240
+ StateTemplateProperties = Shapes::ListShape.new(name: 'StateTemplateProperties')
241
+ StateTemplateSummaries = Shapes::ListShape.new(name: 'StateTemplateSummaries')
242
+ StateTemplateSummary = Shapes::StructureShape.new(name: 'StateTemplateSummary')
243
+ StateTemplateUpdateStrategy = Shapes::UnionShape.new(name: 'StateTemplateUpdateStrategy')
206
244
  StorageCompressionFormat = Shapes::StringShape.new(name: 'StorageCompressionFormat')
245
+ StorageLocation = Shapes::StringShape.new(name: 'StorageLocation')
246
+ StorageMaximumSize = Shapes::StructureShape.new(name: 'StorageMaximumSize')
247
+ StorageMaximumSizeUnit = Shapes::StringShape.new(name: 'StorageMaximumSizeUnit')
248
+ StorageMaximumSizeValue = Shapes::IntegerShape.new(name: 'StorageMaximumSizeValue')
249
+ StorageMinimumTimeToLive = Shapes::StructureShape.new(name: 'StorageMinimumTimeToLive')
250
+ StorageMinimumTimeToLiveUnit = Shapes::StringShape.new(name: 'StorageMinimumTimeToLiveUnit')
251
+ StorageMinimumTimeToLiveValue = Shapes::IntegerShape.new(name: 'StorageMinimumTimeToLiveValue')
207
252
  String = Shapes::StringShape.new(name: 'String')
208
253
  StructureMessageName = Shapes::StringShape.new(name: 'StructureMessageName')
209
254
  StructuredMessage = Shapes::UnionShape.new(name: 'StructuredMessage')
@@ -220,6 +265,9 @@ module Aws::IoTFleetWise
220
265
  TagValue = Shapes::StringShape.new(name: 'TagValue')
221
266
  ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
222
267
  TimeBasedCollectionScheme = Shapes::StructureShape.new(name: 'TimeBasedCollectionScheme')
268
+ TimeBasedSignalFetchConfig = Shapes::StructureShape.new(name: 'TimeBasedSignalFetchConfig')
269
+ TimePeriod = Shapes::StructureShape.new(name: 'TimePeriod')
270
+ TimeUnit = Shapes::StringShape.new(name: 'TimeUnit')
223
271
  TimestreamConfig = Shapes::StructureShape.new(name: 'TimestreamConfig')
224
272
  TimestreamDatabaseName = Shapes::StringShape.new(name: 'TimestreamDatabaseName')
225
273
  TimestreamRegistrationResponse = Shapes::StructureShape.new(name: 'TimestreamRegistrationResponse')
@@ -242,6 +290,8 @@ module Aws::IoTFleetWise
242
290
  UpdateModelManifestResponse = Shapes::StructureShape.new(name: 'UpdateModelManifestResponse')
243
291
  UpdateSignalCatalogRequest = Shapes::StructureShape.new(name: 'UpdateSignalCatalogRequest')
244
292
  UpdateSignalCatalogResponse = Shapes::StructureShape.new(name: 'UpdateSignalCatalogResponse')
293
+ UpdateStateTemplateRequest = Shapes::StructureShape.new(name: 'UpdateStateTemplateRequest')
294
+ UpdateStateTemplateResponse = Shapes::StructureShape.new(name: 'UpdateStateTemplateResponse')
245
295
  UpdateVehicleError = Shapes::StructureShape.new(name: 'UpdateVehicleError')
246
296
  UpdateVehicleRequest = Shapes::StructureShape.new(name: 'UpdateVehicleRequest')
247
297
  UpdateVehicleRequestItem = Shapes::StructureShape.new(name: 'UpdateVehicleRequestItem')
@@ -259,6 +309,7 @@ module Aws::IoTFleetWise
259
309
  VehicleStatus = Shapes::StructureShape.new(name: 'VehicleStatus')
260
310
  VehicleStatusList = Shapes::ListShape.new(name: 'VehicleStatusList')
261
311
  VehicleSummary = Shapes::StructureShape.new(name: 'VehicleSummary')
312
+ actionEventExpression = Shapes::StringShape.new(name: 'actionEventExpression')
262
313
  arn = Shapes::StringShape.new(name: 'arn')
263
314
  attributeName = Shapes::StringShape.new(name: 'attributeName')
264
315
  attributeNamesList = Shapes::ListShape.new(name: 'attributeNamesList')
@@ -278,6 +329,7 @@ module Aws::IoTFleetWise
278
329
  double = Shapes::FloatShape.new(name: 'double')
279
330
  errorMessage = Shapes::StringShape.new(name: 'errorMessage')
280
331
  eventExpression = Shapes::StringShape.new(name: 'eventExpression')
332
+ fetchConfigEventExpression = Shapes::StringShape.new(name: 'fetchConfigEventExpression')
281
333
  fleetId = Shapes::StringShape.new(name: 'fleetId')
282
334
  fleetSummaries = Shapes::ListShape.new(name: 'fleetSummaries')
283
335
  fleets = Shapes::ListShape.new(name: 'fleets')
@@ -292,6 +344,7 @@ module Aws::IoTFleetWise
292
344
  nonNegativeInteger = Shapes::IntegerShape.new(name: 'nonNegativeInteger')
293
345
  number = Shapes::IntegerShape.new(name: 'number')
294
346
  positiveInteger = Shapes::IntegerShape.new(name: 'positiveInteger')
347
+ positiveLong = Shapes::IntegerShape.new(name: 'positiveLong')
295
348
  priority = Shapes::IntegerShape.new(name: 'priority')
296
349
  resourceName = Shapes::StringShape.new(name: 'resourceName')
297
350
  signalCatalogSummaries = Shapes::ListShape.new(name: 'signalCatalogSummaries')
@@ -410,6 +463,10 @@ module Aws::IoTFleetWise
410
463
  ConditionBasedCollectionScheme.add_member(:condition_language_version, Shapes::ShapeRef.new(shape: languageVersion, location_name: "conditionLanguageVersion"))
411
464
  ConditionBasedCollectionScheme.struct_class = Types::ConditionBasedCollectionScheme
412
465
 
466
+ ConditionBasedSignalFetchConfig.add_member(:condition_expression, Shapes::ShapeRef.new(shape: fetchConfigEventExpression, required: true, location_name: "conditionExpression"))
467
+ ConditionBasedSignalFetchConfig.add_member(:trigger_mode, Shapes::ShapeRef.new(shape: TriggerMode, required: true, location_name: "triggerMode"))
468
+ ConditionBasedSignalFetchConfig.struct_class = Types::ConditionBasedSignalFetchConfig
469
+
413
470
  ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: string, required: true, location_name: "message"))
414
471
  ConflictException.add_member(:resource, Shapes::ShapeRef.new(shape: string, required: true, location_name: "resource"))
415
472
  ConflictException.add_member(:resource_type, Shapes::ShapeRef.new(shape: string, required: true, location_name: "resourceType"))
@@ -431,6 +488,8 @@ module Aws::IoTFleetWise
431
488
  CreateCampaignRequest.add_member(:data_extra_dimensions, Shapes::ShapeRef.new(shape: DataExtraDimensionNodePathList, location_name: "dataExtraDimensions"))
432
489
  CreateCampaignRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
433
490
  CreateCampaignRequest.add_member(:data_destination_configs, Shapes::ShapeRef.new(shape: DataDestinationConfigs, location_name: "dataDestinationConfigs"))
491
+ CreateCampaignRequest.add_member(:data_partitions, Shapes::ShapeRef.new(shape: DataPartitions, location_name: "dataPartitions"))
492
+ CreateCampaignRequest.add_member(:signals_to_fetch, Shapes::ShapeRef.new(shape: SignalFetchInformationList, location_name: "signalsToFetch"))
434
493
  CreateCampaignRequest.struct_class = Types::CreateCampaignRequest
435
494
 
436
495
  CreateCampaignResponse.add_member(:name, Shapes::ShapeRef.new(shape: campaignName, location_name: "name"))
@@ -442,6 +501,7 @@ module Aws::IoTFleetWise
442
501
  CreateDecoderManifestRequest.add_member(:model_manifest_arn, Shapes::ShapeRef.new(shape: arn, required: true, location_name: "modelManifestArn"))
443
502
  CreateDecoderManifestRequest.add_member(:signal_decoders, Shapes::ShapeRef.new(shape: SignalDecoders, location_name: "signalDecoders"))
444
503
  CreateDecoderManifestRequest.add_member(:network_interfaces, Shapes::ShapeRef.new(shape: NetworkInterfaces, location_name: "networkInterfaces"))
504
+ CreateDecoderManifestRequest.add_member(:default_for_unmapped_signals, Shapes::ShapeRef.new(shape: DefaultForUnmappedSignalsType, location_name: "defaultForUnmappedSignals"))
445
505
  CreateDecoderManifestRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
446
506
  CreateDecoderManifestRequest.struct_class = Types::CreateDecoderManifestRequest
447
507
 
@@ -480,6 +540,20 @@ module Aws::IoTFleetWise
480
540
  CreateSignalCatalogResponse.add_member(:arn, Shapes::ShapeRef.new(shape: arn, required: true, location_name: "arn"))
481
541
  CreateSignalCatalogResponse.struct_class = Types::CreateSignalCatalogResponse
482
542
 
543
+ CreateStateTemplateRequest.add_member(:name, Shapes::ShapeRef.new(shape: resourceName, required: true, location_name: "name"))
544
+ CreateStateTemplateRequest.add_member(:description, Shapes::ShapeRef.new(shape: description, location_name: "description"))
545
+ CreateStateTemplateRequest.add_member(:signal_catalog_arn, Shapes::ShapeRef.new(shape: arn, required: true, location_name: "signalCatalogArn"))
546
+ CreateStateTemplateRequest.add_member(:state_template_properties, Shapes::ShapeRef.new(shape: StateTemplateProperties, required: true, location_name: "stateTemplateProperties"))
547
+ CreateStateTemplateRequest.add_member(:data_extra_dimensions, Shapes::ShapeRef.new(shape: StateTemplateDataExtraDimensionNodePathList, location_name: "dataExtraDimensions"))
548
+ CreateStateTemplateRequest.add_member(:metadata_extra_dimensions, Shapes::ShapeRef.new(shape: StateTemplateMetadataExtraDimensionNodePathList, location_name: "metadataExtraDimensions"))
549
+ CreateStateTemplateRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
550
+ CreateStateTemplateRequest.struct_class = Types::CreateStateTemplateRequest
551
+
552
+ CreateStateTemplateResponse.add_member(:name, Shapes::ShapeRef.new(shape: resourceName, location_name: "name"))
553
+ CreateStateTemplateResponse.add_member(:arn, Shapes::ShapeRef.new(shape: arn, location_name: "arn"))
554
+ CreateStateTemplateResponse.add_member(:id, Shapes::ShapeRef.new(shape: ResourceUniqueId, location_name: "id"))
555
+ CreateStateTemplateResponse.struct_class = Types::CreateStateTemplateResponse
556
+
483
557
  CreateVehicleError.add_member(:vehicle_name, Shapes::ShapeRef.new(shape: vehicleName, location_name: "vehicleName"))
484
558
  CreateVehicleError.add_member(:code, Shapes::ShapeRef.new(shape: string, location_name: "code"))
485
559
  CreateVehicleError.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "message"))
@@ -491,6 +565,7 @@ module Aws::IoTFleetWise
491
565
  CreateVehicleRequest.add_member(:attributes, Shapes::ShapeRef.new(shape: attributesMap, location_name: "attributes"))
492
566
  CreateVehicleRequest.add_member(:association_behavior, Shapes::ShapeRef.new(shape: VehicleAssociationBehavior, location_name: "associationBehavior"))
493
567
  CreateVehicleRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
568
+ CreateVehicleRequest.add_member(:state_templates, Shapes::ShapeRef.new(shape: StateTemplateAssociations, location_name: "stateTemplates"))
494
569
  CreateVehicleRequest.struct_class = Types::CreateVehicleRequest
495
570
 
496
571
  CreateVehicleRequestItem.add_member(:vehicle_name, Shapes::ShapeRef.new(shape: vehicleName, required: true, location_name: "vehicleName"))
@@ -499,6 +574,7 @@ module Aws::IoTFleetWise
499
574
  CreateVehicleRequestItem.add_member(:attributes, Shapes::ShapeRef.new(shape: attributesMap, location_name: "attributes"))
500
575
  CreateVehicleRequestItem.add_member(:association_behavior, Shapes::ShapeRef.new(shape: VehicleAssociationBehavior, location_name: "associationBehavior"))
501
576
  CreateVehicleRequestItem.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
577
+ CreateVehicleRequestItem.add_member(:state_templates, Shapes::ShapeRef.new(shape: StateTemplateAssociations, location_name: "stateTemplates"))
502
578
  CreateVehicleRequestItem.struct_class = Types::CreateVehicleRequestItem
503
579
 
504
580
  CreateVehicleResponse.add_member(:vehicle_name, Shapes::ShapeRef.new(shape: vehicleName, location_name: "vehicleName"))
@@ -511,6 +587,12 @@ module Aws::IoTFleetWise
511
587
  CreateVehicleResponseItem.add_member(:thing_arn, Shapes::ShapeRef.new(shape: arn, location_name: "thingArn"))
512
588
  CreateVehicleResponseItem.struct_class = Types::CreateVehicleResponseItem
513
589
 
590
+ CustomDecodingInterface.add_member(:name, Shapes::ShapeRef.new(shape: CustomDecodingSignalInterfaceName, required: true, location_name: "name"))
591
+ CustomDecodingInterface.struct_class = Types::CustomDecodingInterface
592
+
593
+ CustomDecodingSignal.add_member(:id, Shapes::ShapeRef.new(shape: CustomDecodingId, required: true, location_name: "id"))
594
+ CustomDecodingSignal.struct_class = Types::CustomDecodingSignal
595
+
514
596
  CustomProperty.add_member(:fully_qualified_name, Shapes::ShapeRef.new(shape: string, required: true, location_name: "fullyQualifiedName"))
515
597
  CustomProperty.add_member(:data_type, Shapes::ShapeRef.new(shape: NodeDataType, required: true, location_name: "dataType"))
516
598
  CustomProperty.add_member(:data_encoding, Shapes::ShapeRef.new(shape: NodeDataEncoding, location_name: "dataEncoding"))
@@ -528,9 +610,11 @@ module Aws::IoTFleetWise
528
610
 
529
611
  DataDestinationConfig.add_member(:s3_config, Shapes::ShapeRef.new(shape: S3Config, location_name: "s3Config"))
530
612
  DataDestinationConfig.add_member(:timestream_config, Shapes::ShapeRef.new(shape: TimestreamConfig, location_name: "timestreamConfig"))
613
+ DataDestinationConfig.add_member(:mqtt_topic_config, Shapes::ShapeRef.new(shape: MqttTopicConfig, location_name: "mqttTopicConfig"))
531
614
  DataDestinationConfig.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
532
615
  DataDestinationConfig.add_member_subclass(:s3_config, Types::DataDestinationConfig::S3Config)
533
616
  DataDestinationConfig.add_member_subclass(:timestream_config, Types::DataDestinationConfig::TimestreamConfig)
617
+ DataDestinationConfig.add_member_subclass(:mqtt_topic_config, Types::DataDestinationConfig::MqttTopicConfig)
534
618
  DataDestinationConfig.add_member_subclass(:unknown, Types::DataDestinationConfig::Unknown)
535
619
  DataDestinationConfig.struct_class = Types::DataDestinationConfig
536
620
 
@@ -538,6 +622,22 @@ module Aws::IoTFleetWise
538
622
 
539
623
  DataExtraDimensionNodePathList.member = Shapes::ShapeRef.new(shape: NodePath)
540
624
 
625
+ DataPartition.add_member(:id, Shapes::ShapeRef.new(shape: DataPartitionId, required: true, location_name: "id"))
626
+ DataPartition.add_member(:storage_options, Shapes::ShapeRef.new(shape: DataPartitionStorageOptions, required: true, location_name: "storageOptions"))
627
+ DataPartition.add_member(:upload_options, Shapes::ShapeRef.new(shape: DataPartitionUploadOptions, location_name: "uploadOptions"))
628
+ DataPartition.struct_class = Types::DataPartition
629
+
630
+ DataPartitionStorageOptions.add_member(:maximum_size, Shapes::ShapeRef.new(shape: StorageMaximumSize, required: true, location_name: "maximumSize"))
631
+ DataPartitionStorageOptions.add_member(:storage_location, Shapes::ShapeRef.new(shape: StorageLocation, required: true, location_name: "storageLocation"))
632
+ DataPartitionStorageOptions.add_member(:minimum_time_to_live, Shapes::ShapeRef.new(shape: StorageMinimumTimeToLive, required: true, location_name: "minimumTimeToLive"))
633
+ DataPartitionStorageOptions.struct_class = Types::DataPartitionStorageOptions
634
+
635
+ DataPartitionUploadOptions.add_member(:expression, Shapes::ShapeRef.new(shape: eventExpression, required: true, location_name: "expression"))
636
+ DataPartitionUploadOptions.add_member(:condition_language_version, Shapes::ShapeRef.new(shape: languageVersion, location_name: "conditionLanguageVersion"))
637
+ DataPartitionUploadOptions.struct_class = Types::DataPartitionUploadOptions
638
+
639
+ DataPartitions.member = Shapes::ShapeRef.new(shape: DataPartition)
640
+
541
641
  DecoderManifestSummary.add_member(:name, Shapes::ShapeRef.new(shape: string, location_name: "name"))
542
642
  DecoderManifestSummary.add_member(:arn, Shapes::ShapeRef.new(shape: arn, location_name: "arn"))
543
643
  DecoderManifestSummary.add_member(:model_manifest_arn, Shapes::ShapeRef.new(shape: arn, location_name: "modelManifestArn"))
@@ -588,6 +688,14 @@ module Aws::IoTFleetWise
588
688
  DeleteSignalCatalogResponse.add_member(:arn, Shapes::ShapeRef.new(shape: arn, required: true, location_name: "arn"))
589
689
  DeleteSignalCatalogResponse.struct_class = Types::DeleteSignalCatalogResponse
590
690
 
691
+ DeleteStateTemplateRequest.add_member(:identifier, Shapes::ShapeRef.new(shape: ResourceIdentifier, required: true, location_name: "identifier"))
692
+ DeleteStateTemplateRequest.struct_class = Types::DeleteStateTemplateRequest
693
+
694
+ DeleteStateTemplateResponse.add_member(:name, Shapes::ShapeRef.new(shape: resourceName, location_name: "name"))
695
+ DeleteStateTemplateResponse.add_member(:arn, Shapes::ShapeRef.new(shape: arn, location_name: "arn"))
696
+ DeleteStateTemplateResponse.add_member(:id, Shapes::ShapeRef.new(shape: ResourceUniqueId, location_name: "id"))
697
+ DeleteStateTemplateResponse.struct_class = Types::DeleteStateTemplateResponse
698
+
591
699
  DeleteVehicleRequest.add_member(:vehicle_name, Shapes::ShapeRef.new(shape: vehicleName, required: true, location_name: "vehicleName"))
592
700
  DeleteVehicleRequest.struct_class = Types::DeleteVehicleRequest
593
701
 
@@ -601,6 +709,8 @@ module Aws::IoTFleetWise
601
709
 
602
710
  DisassociateVehicleFleetResponse.struct_class = Types::DisassociateVehicleFleetResponse
603
711
 
712
+ EventExpressionList.member = Shapes::ShapeRef.new(shape: actionEventExpression)
713
+
604
714
  FleetSummary.add_member(:id, Shapes::ShapeRef.new(shape: fleetId, required: true, location_name: "id"))
605
715
  FleetSummary.add_member(:arn, Shapes::ShapeRef.new(shape: arn, required: true, location_name: "arn"))
606
716
  FleetSummary.add_member(:description, Shapes::ShapeRef.new(shape: description, location_name: "description"))
@@ -639,6 +749,8 @@ module Aws::IoTFleetWise
639
749
  GetCampaignResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: timestamp, location_name: "creationTime"))
640
750
  GetCampaignResponse.add_member(:last_modification_time, Shapes::ShapeRef.new(shape: timestamp, location_name: "lastModificationTime"))
641
751
  GetCampaignResponse.add_member(:data_destination_configs, Shapes::ShapeRef.new(shape: DataDestinationConfigs, location_name: "dataDestinationConfigs"))
752
+ GetCampaignResponse.add_member(:data_partitions, Shapes::ShapeRef.new(shape: DataPartitions, location_name: "dataPartitions"))
753
+ GetCampaignResponse.add_member(:signals_to_fetch, Shapes::ShapeRef.new(shape: SignalFetchInformationList, location_name: "signalsToFetch"))
642
754
  GetCampaignResponse.struct_class = Types::GetCampaignResponse
643
755
 
644
756
  GetDecoderManifestRequest.add_member(:name, Shapes::ShapeRef.new(shape: resourceName, required: true, location_name: "name"))
@@ -713,6 +825,21 @@ module Aws::IoTFleetWise
713
825
  GetSignalCatalogResponse.add_member(:last_modification_time, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "lastModificationTime"))
714
826
  GetSignalCatalogResponse.struct_class = Types::GetSignalCatalogResponse
715
827
 
828
+ GetStateTemplateRequest.add_member(:identifier, Shapes::ShapeRef.new(shape: ResourceIdentifier, required: true, location_name: "identifier"))
829
+ GetStateTemplateRequest.struct_class = Types::GetStateTemplateRequest
830
+
831
+ GetStateTemplateResponse.add_member(:name, Shapes::ShapeRef.new(shape: resourceName, location_name: "name"))
832
+ GetStateTemplateResponse.add_member(:arn, Shapes::ShapeRef.new(shape: arn, location_name: "arn"))
833
+ GetStateTemplateResponse.add_member(:description, Shapes::ShapeRef.new(shape: description, location_name: "description"))
834
+ GetStateTemplateResponse.add_member(:signal_catalog_arn, Shapes::ShapeRef.new(shape: arn, location_name: "signalCatalogArn"))
835
+ GetStateTemplateResponse.add_member(:state_template_properties, Shapes::ShapeRef.new(shape: StateTemplateProperties, location_name: "stateTemplateProperties"))
836
+ GetStateTemplateResponse.add_member(:data_extra_dimensions, Shapes::ShapeRef.new(shape: StateTemplateDataExtraDimensionNodePathList, location_name: "dataExtraDimensions"))
837
+ GetStateTemplateResponse.add_member(:metadata_extra_dimensions, Shapes::ShapeRef.new(shape: StateTemplateMetadataExtraDimensionNodePathList, location_name: "metadataExtraDimensions"))
838
+ GetStateTemplateResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: timestamp, location_name: "creationTime"))
839
+ GetStateTemplateResponse.add_member(:last_modification_time, Shapes::ShapeRef.new(shape: timestamp, location_name: "lastModificationTime"))
840
+ GetStateTemplateResponse.add_member(:id, Shapes::ShapeRef.new(shape: ResourceUniqueId, location_name: "id"))
841
+ GetStateTemplateResponse.struct_class = Types::GetStateTemplateResponse
842
+
716
843
  GetVehicleRequest.add_member(:vehicle_name, Shapes::ShapeRef.new(shape: vehicleName, required: true, location_name: "vehicleName"))
717
844
  GetVehicleRequest.struct_class = Types::GetVehicleRequest
718
845
 
@@ -721,6 +848,7 @@ module Aws::IoTFleetWise
721
848
  GetVehicleResponse.add_member(:model_manifest_arn, Shapes::ShapeRef.new(shape: arn, location_name: "modelManifestArn"))
722
849
  GetVehicleResponse.add_member(:decoder_manifest_arn, Shapes::ShapeRef.new(shape: arn, location_name: "decoderManifestArn"))
723
850
  GetVehicleResponse.add_member(:attributes, Shapes::ShapeRef.new(shape: attributesMap, location_name: "attributes"))
851
+ GetVehicleResponse.add_member(:state_templates, Shapes::ShapeRef.new(shape: StateTemplateAssociations, location_name: "stateTemplates"))
724
852
  GetVehicleResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: timestamp, location_name: "creationTime"))
725
853
  GetVehicleResponse.add_member(:last_modification_time, Shapes::ShapeRef.new(shape: timestamp, location_name: "lastModificationTime"))
726
854
  GetVehicleResponse.struct_class = Types::GetVehicleResponse
@@ -888,6 +1016,14 @@ module Aws::IoTFleetWise
888
1016
  ListSignalCatalogsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: nextToken, location_name: "nextToken"))
889
1017
  ListSignalCatalogsResponse.struct_class = Types::ListSignalCatalogsResponse
890
1018
 
1019
+ ListStateTemplatesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: nextToken, location_name: "nextToken"))
1020
+ ListStateTemplatesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: maxResults, location_name: "maxResults"))
1021
+ ListStateTemplatesRequest.struct_class = Types::ListStateTemplatesRequest
1022
+
1023
+ ListStateTemplatesResponse.add_member(:summaries, Shapes::ShapeRef.new(shape: StateTemplateSummaries, location_name: "summaries"))
1024
+ ListStateTemplatesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: nextToken, location_name: "nextToken"))
1025
+ ListStateTemplatesResponse.struct_class = Types::ListStateTemplatesResponse
1026
+
891
1027
  ListTagsForResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: AmazonResourceName, required: true, location_name: "ResourceARN"))
892
1028
  ListTagsForResourceRequest.struct_class = Types::ListTagsForResourceRequest
893
1029
 
@@ -930,6 +1066,10 @@ module Aws::IoTFleetWise
930
1066
  ModelSignalsMap.key = Shapes::ShapeRef.new(shape: string)
931
1067
  ModelSignalsMap.value = Shapes::ShapeRef.new(shape: string)
932
1068
 
1069
+ MqttTopicConfig.add_member(:mqtt_topic_arn, Shapes::ShapeRef.new(shape: MqttTopicArn, required: true, location_name: "mqttTopicArn"))
1070
+ MqttTopicConfig.add_member(:execution_role_arn, Shapes::ShapeRef.new(shape: IAMRoleArn, required: true, location_name: "executionRoleArn"))
1071
+ MqttTopicConfig.struct_class = Types::MqttTopicConfig
1072
+
933
1073
  NetworkFileDefinition.add_member(:can_dbc, Shapes::ShapeRef.new(shape: CanDbcDefinition, location_name: "canDbc"))
934
1074
  NetworkFileDefinition.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
935
1075
  NetworkFileDefinition.add_member_subclass(:can_dbc, Types::NetworkFileDefinition::CanDbc)
@@ -945,6 +1085,7 @@ module Aws::IoTFleetWise
945
1085
  NetworkInterface.add_member(:can_interface, Shapes::ShapeRef.new(shape: CanInterface, location_name: "canInterface"))
946
1086
  NetworkInterface.add_member(:obd_interface, Shapes::ShapeRef.new(shape: ObdInterface, location_name: "obdInterface"))
947
1087
  NetworkInterface.add_member(:vehicle_middleware, Shapes::ShapeRef.new(shape: VehicleMiddleware, location_name: "vehicleMiddleware"))
1088
+ NetworkInterface.add_member(:custom_decoding_interface, Shapes::ShapeRef.new(shape: CustomDecodingInterface, location_name: "customDecodingInterface"))
948
1089
  NetworkInterface.struct_class = Types::NetworkInterface
949
1090
 
950
1091
  NetworkInterfaces.member = Shapes::ShapeRef.new(shape: NetworkInterface)
@@ -998,6 +1139,11 @@ module Aws::IoTFleetWise
998
1139
  ObdSignal.add_member(:bit_mask_length, Shapes::ShapeRef.new(shape: ObdBitmaskLength, location_name: "bitMaskLength"))
999
1140
  ObdSignal.struct_class = Types::ObdSignal
1000
1141
 
1142
+ OnChangeStateTemplateUpdateStrategy.struct_class = Types::OnChangeStateTemplateUpdateStrategy
1143
+
1144
+ PeriodicStateTemplateUpdateStrategy.add_member(:state_template_update_rate, Shapes::ShapeRef.new(shape: TimePeriod, required: true, location_name: "stateTemplateUpdateRate"))
1145
+ PeriodicStateTemplateUpdateStrategy.struct_class = Types::PeriodicStateTemplateUpdateStrategy
1146
+
1001
1147
  PrimitiveMessageDefinition.add_member(:ros2_primitive_message_definition, Shapes::ShapeRef.new(shape: ROS2PrimitiveMessageDefinition, location_name: "ros2PrimitiveMessageDefinition"))
1002
1148
  PrimitiveMessageDefinition.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
1003
1149
  PrimitiveMessageDefinition.add_member_subclass(:ros2_primitive_message_definition, Types::PrimitiveMessageDefinition::Ros2PrimitiveMessageDefinition)
@@ -1070,17 +1216,76 @@ module Aws::IoTFleetWise
1070
1216
  SignalDecoder.add_member(:can_signal, Shapes::ShapeRef.new(shape: CanSignal, location_name: "canSignal"))
1071
1217
  SignalDecoder.add_member(:obd_signal, Shapes::ShapeRef.new(shape: ObdSignal, location_name: "obdSignal"))
1072
1218
  SignalDecoder.add_member(:message_signal, Shapes::ShapeRef.new(shape: MessageSignal, location_name: "messageSignal"))
1219
+ SignalDecoder.add_member(:custom_decoding_signal, Shapes::ShapeRef.new(shape: CustomDecodingSignal, location_name: "customDecodingSignal"))
1073
1220
  SignalDecoder.struct_class = Types::SignalDecoder
1074
1221
 
1075
1222
  SignalDecoders.member = Shapes::ShapeRef.new(shape: SignalDecoder)
1076
1223
 
1224
+ SignalFetchConfig.add_member(:time_based, Shapes::ShapeRef.new(shape: TimeBasedSignalFetchConfig, location_name: "timeBased"))
1225
+ SignalFetchConfig.add_member(:condition_based, Shapes::ShapeRef.new(shape: ConditionBasedSignalFetchConfig, location_name: "conditionBased"))
1226
+ SignalFetchConfig.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
1227
+ SignalFetchConfig.add_member_subclass(:time_based, Types::SignalFetchConfig::TimeBased)
1228
+ SignalFetchConfig.add_member_subclass(:condition_based, Types::SignalFetchConfig::ConditionBased)
1229
+ SignalFetchConfig.add_member_subclass(:unknown, Types::SignalFetchConfig::Unknown)
1230
+ SignalFetchConfig.struct_class = Types::SignalFetchConfig
1231
+
1232
+ SignalFetchInformation.add_member(:fully_qualified_name, Shapes::ShapeRef.new(shape: NodePath, required: true, location_name: "fullyQualifiedName"))
1233
+ SignalFetchInformation.add_member(:signal_fetch_config, Shapes::ShapeRef.new(shape: SignalFetchConfig, required: true, location_name: "signalFetchConfig"))
1234
+ SignalFetchInformation.add_member(:condition_language_version, Shapes::ShapeRef.new(shape: languageVersion, location_name: "conditionLanguageVersion"))
1235
+ SignalFetchInformation.add_member(:actions, Shapes::ShapeRef.new(shape: EventExpressionList, required: true, location_name: "actions"))
1236
+ SignalFetchInformation.struct_class = Types::SignalFetchInformation
1237
+
1238
+ SignalFetchInformationList.member = Shapes::ShapeRef.new(shape: SignalFetchInformation)
1239
+
1077
1240
  SignalInformation.add_member(:name, Shapes::ShapeRef.new(shape: wildcardSignalName, required: true, location_name: "name"))
1078
1241
  SignalInformation.add_member(:max_sample_count, Shapes::ShapeRef.new(shape: maxSampleCount, location_name: "maxSampleCount"))
1079
1242
  SignalInformation.add_member(:minimum_sampling_interval_ms, Shapes::ShapeRef.new(shape: uint32, location_name: "minimumSamplingIntervalMs"))
1243
+ SignalInformation.add_member(:data_partition_id, Shapes::ShapeRef.new(shape: DataPartitionId, location_name: "dataPartitionId"))
1080
1244
  SignalInformation.struct_class = Types::SignalInformation
1081
1245
 
1082
1246
  SignalInformationList.member = Shapes::ShapeRef.new(shape: SignalInformation)
1083
1247
 
1248
+ StateTemplateAssociation.add_member(:identifier, Shapes::ShapeRef.new(shape: ResourceIdentifier, required: true, location_name: "identifier"))
1249
+ StateTemplateAssociation.add_member(:state_template_update_strategy, Shapes::ShapeRef.new(shape: StateTemplateUpdateStrategy, required: true, location_name: "stateTemplateUpdateStrategy"))
1250
+ StateTemplateAssociation.struct_class = Types::StateTemplateAssociation
1251
+
1252
+ StateTemplateAssociationIdentifiers.member = Shapes::ShapeRef.new(shape: ResourceIdentifier)
1253
+
1254
+ StateTemplateAssociations.member = Shapes::ShapeRef.new(shape: StateTemplateAssociation)
1255
+
1256
+ StateTemplateDataExtraDimensionNodePathList.member = Shapes::ShapeRef.new(shape: NodePath)
1257
+
1258
+ StateTemplateMetadataExtraDimensionNodePathList.member = Shapes::ShapeRef.new(shape: NodePath)
1259
+
1260
+ StateTemplateProperties.member = Shapes::ShapeRef.new(shape: NodePath)
1261
+
1262
+ StateTemplateSummaries.member = Shapes::ShapeRef.new(shape: StateTemplateSummary)
1263
+
1264
+ StateTemplateSummary.add_member(:name, Shapes::ShapeRef.new(shape: resourceName, location_name: "name"))
1265
+ StateTemplateSummary.add_member(:arn, Shapes::ShapeRef.new(shape: arn, location_name: "arn"))
1266
+ StateTemplateSummary.add_member(:signal_catalog_arn, Shapes::ShapeRef.new(shape: arn, location_name: "signalCatalogArn"))
1267
+ StateTemplateSummary.add_member(:description, Shapes::ShapeRef.new(shape: description, location_name: "description"))
1268
+ StateTemplateSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: timestamp, location_name: "creationTime"))
1269
+ StateTemplateSummary.add_member(:last_modification_time, Shapes::ShapeRef.new(shape: timestamp, location_name: "lastModificationTime"))
1270
+ StateTemplateSummary.add_member(:id, Shapes::ShapeRef.new(shape: ResourceUniqueId, location_name: "id"))
1271
+ StateTemplateSummary.struct_class = Types::StateTemplateSummary
1272
+
1273
+ StateTemplateUpdateStrategy.add_member(:periodic, Shapes::ShapeRef.new(shape: PeriodicStateTemplateUpdateStrategy, location_name: "periodic"))
1274
+ StateTemplateUpdateStrategy.add_member(:on_change, Shapes::ShapeRef.new(shape: OnChangeStateTemplateUpdateStrategy, location_name: "onChange"))
1275
+ StateTemplateUpdateStrategy.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
1276
+ StateTemplateUpdateStrategy.add_member_subclass(:periodic, Types::StateTemplateUpdateStrategy::Periodic)
1277
+ StateTemplateUpdateStrategy.add_member_subclass(:on_change, Types::StateTemplateUpdateStrategy::OnChange)
1278
+ StateTemplateUpdateStrategy.add_member_subclass(:unknown, Types::StateTemplateUpdateStrategy::Unknown)
1279
+ StateTemplateUpdateStrategy.struct_class = Types::StateTemplateUpdateStrategy
1280
+
1281
+ StorageMaximumSize.add_member(:unit, Shapes::ShapeRef.new(shape: StorageMaximumSizeUnit, required: true, location_name: "unit"))
1282
+ StorageMaximumSize.add_member(:value, Shapes::ShapeRef.new(shape: StorageMaximumSizeValue, required: true, location_name: "value"))
1283
+ StorageMaximumSize.struct_class = Types::StorageMaximumSize
1284
+
1285
+ StorageMinimumTimeToLive.add_member(:unit, Shapes::ShapeRef.new(shape: StorageMinimumTimeToLiveUnit, required: true, location_name: "unit"))
1286
+ StorageMinimumTimeToLive.add_member(:value, Shapes::ShapeRef.new(shape: StorageMinimumTimeToLiveValue, required: true, location_name: "value"))
1287
+ StorageMinimumTimeToLive.struct_class = Types::StorageMinimumTimeToLive
1288
+
1084
1289
  StructuredMessage.add_member(:primitive_message_definition, Shapes::ShapeRef.new(shape: PrimitiveMessageDefinition, location_name: "primitiveMessageDefinition"))
1085
1290
  StructuredMessage.add_member(:structured_message_list_definition, Shapes::ShapeRef.new(shape: StructuredMessageListDefinition, location_name: "structuredMessageListDefinition"))
1086
1291
  StructuredMessage.add_member(:structured_message_definition, Shapes::ShapeRef.new(shape: StructuredMessageDefinition, location_name: "structuredMessageDefinition"))
@@ -1126,6 +1331,13 @@ module Aws::IoTFleetWise
1126
1331
  TimeBasedCollectionScheme.add_member(:period_ms, Shapes::ShapeRef.new(shape: collectionPeriodMs, required: true, location_name: "periodMs"))
1127
1332
  TimeBasedCollectionScheme.struct_class = Types::TimeBasedCollectionScheme
1128
1333
 
1334
+ TimeBasedSignalFetchConfig.add_member(:execution_frequency_ms, Shapes::ShapeRef.new(shape: positiveLong, required: true, location_name: "executionFrequencyMs"))
1335
+ TimeBasedSignalFetchConfig.struct_class = Types::TimeBasedSignalFetchConfig
1336
+
1337
+ TimePeriod.add_member(:unit, Shapes::ShapeRef.new(shape: TimeUnit, required: true, location_name: "unit"))
1338
+ TimePeriod.add_member(:value, Shapes::ShapeRef.new(shape: positiveInteger, required: true, location_name: "value"))
1339
+ TimePeriod.struct_class = Types::TimePeriod
1340
+
1129
1341
  TimestreamConfig.add_member(:timestream_table_arn, Shapes::ShapeRef.new(shape: TimestreamTableArn, required: true, location_name: "timestreamTableArn"))
1130
1342
  TimestreamConfig.add_member(:execution_role_arn, Shapes::ShapeRef.new(shape: IAMRoleArn, required: true, location_name: "executionRoleArn"))
1131
1343
  TimestreamConfig.struct_class = Types::TimestreamConfig
@@ -1168,6 +1380,7 @@ module Aws::IoTFleetWise
1168
1380
  UpdateDecoderManifestRequest.add_member(:network_interfaces_to_update, Shapes::ShapeRef.new(shape: NetworkInterfaces, location_name: "networkInterfacesToUpdate"))
1169
1381
  UpdateDecoderManifestRequest.add_member(:network_interfaces_to_remove, Shapes::ShapeRef.new(shape: InterfaceIds, location_name: "networkInterfacesToRemove"))
1170
1382
  UpdateDecoderManifestRequest.add_member(:status, Shapes::ShapeRef.new(shape: ManifestStatus, location_name: "status"))
1383
+ UpdateDecoderManifestRequest.add_member(:default_for_unmapped_signals, Shapes::ShapeRef.new(shape: DefaultForUnmappedSignalsType, location_name: "defaultForUnmappedSignals"))
1171
1384
  UpdateDecoderManifestRequest.struct_class = Types::UpdateDecoderManifestRequest
1172
1385
 
1173
1386
  UpdateDecoderManifestResponse.add_member(:name, Shapes::ShapeRef.new(shape: resourceName, required: true, location_name: "name"))
@@ -1204,6 +1417,19 @@ module Aws::IoTFleetWise
1204
1417
  UpdateSignalCatalogResponse.add_member(:arn, Shapes::ShapeRef.new(shape: arn, required: true, location_name: "arn"))
1205
1418
  UpdateSignalCatalogResponse.struct_class = Types::UpdateSignalCatalogResponse
1206
1419
 
1420
+ UpdateStateTemplateRequest.add_member(:identifier, Shapes::ShapeRef.new(shape: ResourceIdentifier, required: true, location_name: "identifier"))
1421
+ UpdateStateTemplateRequest.add_member(:description, Shapes::ShapeRef.new(shape: description, location_name: "description"))
1422
+ UpdateStateTemplateRequest.add_member(:state_template_properties_to_add, Shapes::ShapeRef.new(shape: StateTemplateProperties, location_name: "stateTemplatePropertiesToAdd"))
1423
+ UpdateStateTemplateRequest.add_member(:state_template_properties_to_remove, Shapes::ShapeRef.new(shape: StateTemplateProperties, location_name: "stateTemplatePropertiesToRemove"))
1424
+ UpdateStateTemplateRequest.add_member(:data_extra_dimensions, Shapes::ShapeRef.new(shape: StateTemplateDataExtraDimensionNodePathList, location_name: "dataExtraDimensions"))
1425
+ UpdateStateTemplateRequest.add_member(:metadata_extra_dimensions, Shapes::ShapeRef.new(shape: StateTemplateMetadataExtraDimensionNodePathList, location_name: "metadataExtraDimensions"))
1426
+ UpdateStateTemplateRequest.struct_class = Types::UpdateStateTemplateRequest
1427
+
1428
+ UpdateStateTemplateResponse.add_member(:name, Shapes::ShapeRef.new(shape: resourceName, location_name: "name"))
1429
+ UpdateStateTemplateResponse.add_member(:arn, Shapes::ShapeRef.new(shape: arn, location_name: "arn"))
1430
+ UpdateStateTemplateResponse.add_member(:id, Shapes::ShapeRef.new(shape: ResourceUniqueId, location_name: "id"))
1431
+ UpdateStateTemplateResponse.struct_class = Types::UpdateStateTemplateResponse
1432
+
1207
1433
  UpdateVehicleError.add_member(:vehicle_name, Shapes::ShapeRef.new(shape: vehicleName, location_name: "vehicleName"))
1208
1434
  UpdateVehicleError.add_member(:code, Shapes::ShapeRef.new(shape: number, location_name: "code"))
1209
1435
  UpdateVehicleError.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "message"))
@@ -1214,6 +1440,8 @@ module Aws::IoTFleetWise
1214
1440
  UpdateVehicleRequest.add_member(:decoder_manifest_arn, Shapes::ShapeRef.new(shape: arn, location_name: "decoderManifestArn"))
1215
1441
  UpdateVehicleRequest.add_member(:attributes, Shapes::ShapeRef.new(shape: attributesMap, location_name: "attributes"))
1216
1442
  UpdateVehicleRequest.add_member(:attribute_update_mode, Shapes::ShapeRef.new(shape: UpdateMode, location_name: "attributeUpdateMode"))
1443
+ UpdateVehicleRequest.add_member(:state_templates_to_add, Shapes::ShapeRef.new(shape: StateTemplateAssociations, location_name: "stateTemplatesToAdd"))
1444
+ UpdateVehicleRequest.add_member(:state_templates_to_remove, Shapes::ShapeRef.new(shape: StateTemplateAssociationIdentifiers, location_name: "stateTemplatesToRemove"))
1217
1445
  UpdateVehicleRequest.struct_class = Types::UpdateVehicleRequest
1218
1446
 
1219
1447
  UpdateVehicleRequestItem.add_member(:vehicle_name, Shapes::ShapeRef.new(shape: vehicleName, required: true, location_name: "vehicleName"))
@@ -1221,6 +1449,8 @@ module Aws::IoTFleetWise
1221
1449
  UpdateVehicleRequestItem.add_member(:decoder_manifest_arn, Shapes::ShapeRef.new(shape: arn, location_name: "decoderManifestArn"))
1222
1450
  UpdateVehicleRequestItem.add_member(:attributes, Shapes::ShapeRef.new(shape: attributesMap, location_name: "attributes"))
1223
1451
  UpdateVehicleRequestItem.add_member(:attribute_update_mode, Shapes::ShapeRef.new(shape: UpdateMode, location_name: "attributeUpdateMode"))
1452
+ UpdateVehicleRequestItem.add_member(:state_templates_to_add, Shapes::ShapeRef.new(shape: StateTemplateAssociations, location_name: "stateTemplatesToAdd"))
1453
+ UpdateVehicleRequestItem.add_member(:state_templates_to_remove, Shapes::ShapeRef.new(shape: StateTemplateAssociationIdentifiers, location_name: "stateTemplatesToRemove"))
1224
1454
  UpdateVehicleRequestItem.struct_class = Types::UpdateVehicleRequestItem
1225
1455
 
1226
1456
  UpdateVehicleResponse.add_member(:vehicle_name, Shapes::ShapeRef.new(shape: vehicleName, location_name: "vehicleName"))
@@ -1307,9 +1537,11 @@ module Aws::IoTFleetWise
1307
1537
 
1308
1538
  api.metadata = {
1309
1539
  "apiVersion" => "2021-06-17",
1540
+ "auth" => ["aws.auth#sigv4"],
1310
1541
  "endpointPrefix" => "iotfleetwise",
1311
1542
  "jsonVersion" => "1.0",
1312
1543
  "protocol" => "json",
1544
+ "protocols" => ["json"],
1313
1545
  "serviceFullName" => "AWS IoT FleetWise",
1314
1546
  "serviceId" => "IoTFleetWise",
1315
1547
  "signatureVersion" => "v4",
@@ -1436,6 +1668,22 @@ module Aws::IoTFleetWise
1436
1668
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1437
1669
  end)
1438
1670
 
1671
+ api.add_operation(:create_state_template, Seahorse::Model::Operation.new.tap do |o|
1672
+ o.name = "CreateStateTemplate"
1673
+ o.http_method = "POST"
1674
+ o.http_request_uri = "/"
1675
+ o.input = Shapes::ShapeRef.new(shape: CreateStateTemplateRequest)
1676
+ o.output = Shapes::ShapeRef.new(shape: CreateStateTemplateResponse)
1677
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1678
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1679
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1680
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1681
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1682
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1683
+ o.errors << Shapes::ShapeRef.new(shape: InvalidSignalsException)
1684
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1685
+ end)
1686
+
1439
1687
  api.add_operation(:create_vehicle, Seahorse::Model::Operation.new.tap do |o|
1440
1688
  o.name = "CreateVehicle"
1441
1689
  o.http_method = "POST"
@@ -1515,6 +1763,18 @@ module Aws::IoTFleetWise
1515
1763
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1516
1764
  end)
1517
1765
 
1766
+ api.add_operation(:delete_state_template, Seahorse::Model::Operation.new.tap do |o|
1767
+ o.name = "DeleteStateTemplate"
1768
+ o.http_method = "POST"
1769
+ o.http_request_uri = "/"
1770
+ o.input = Shapes::ShapeRef.new(shape: DeleteStateTemplateRequest)
1771
+ o.output = Shapes::ShapeRef.new(shape: DeleteStateTemplateResponse)
1772
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1773
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1774
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1775
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1776
+ end)
1777
+
1518
1778
  api.add_operation(:delete_vehicle, Seahorse::Model::Operation.new.tap do |o|
1519
1779
  o.name = "DeleteVehicle"
1520
1780
  o.http_method = "POST"
@@ -1642,6 +1902,19 @@ module Aws::IoTFleetWise
1642
1902
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1643
1903
  end)
1644
1904
 
1905
+ api.add_operation(:get_state_template, Seahorse::Model::Operation.new.tap do |o|
1906
+ o.name = "GetStateTemplate"
1907
+ o.http_method = "POST"
1908
+ o.http_request_uri = "/"
1909
+ o.input = Shapes::ShapeRef.new(shape: GetStateTemplateRequest)
1910
+ o.output = Shapes::ShapeRef.new(shape: GetStateTemplateResponse)
1911
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1912
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1913
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1914
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1915
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1916
+ end)
1917
+
1645
1918
  api.add_operation(:get_vehicle, Seahorse::Model::Operation.new.tap do |o|
1646
1919
  o.name = "GetVehicle"
1647
1920
  o.http_method = "POST"
@@ -1894,6 +2167,24 @@ module Aws::IoTFleetWise
1894
2167
  )
1895
2168
  end)
1896
2169
 
2170
+ api.add_operation(:list_state_templates, Seahorse::Model::Operation.new.tap do |o|
2171
+ o.name = "ListStateTemplates"
2172
+ o.http_method = "POST"
2173
+ o.http_request_uri = "/"
2174
+ o.input = Shapes::ShapeRef.new(shape: ListStateTemplatesRequest)
2175
+ o.output = Shapes::ShapeRef.new(shape: ListStateTemplatesResponse)
2176
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2177
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2178
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2179
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2180
+ o[:pager] = Aws::Pager.new(
2181
+ limit_key: "max_results",
2182
+ tokens: {
2183
+ "next_token" => "next_token"
2184
+ }
2185
+ )
2186
+ end)
2187
+
1897
2188
  api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
1898
2189
  o.name = "ListTagsForResource"
1899
2190
  o.http_method = "POST"
@@ -2088,6 +2379,21 @@ module Aws::IoTFleetWise
2088
2379
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2089
2380
  end)
2090
2381
 
2382
+ api.add_operation(:update_state_template, Seahorse::Model::Operation.new.tap do |o|
2383
+ o.name = "UpdateStateTemplate"
2384
+ o.http_method = "POST"
2385
+ o.http_request_uri = "/"
2386
+ o.input = Shapes::ShapeRef.new(shape: UpdateStateTemplateRequest)
2387
+ o.output = Shapes::ShapeRef.new(shape: UpdateStateTemplateResponse)
2388
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2389
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2390
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
2391
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2392
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2393
+ o.errors << Shapes::ShapeRef.new(shape: InvalidSignalsException)
2394
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2395
+ end)
2396
+
2091
2397
  api.add_operation(:update_vehicle, Seahorse::Model::Operation.new.tap do |o|
2092
2398
  o.name = "UpdateVehicle"
2093
2399
  o.http_method = "POST"