Skip to content

Commit

Permalink
AWS IoT FleetWise now includes campaign parameters to store and forwa…
Browse files Browse the repository at this point in the history
…rd data, configure MQTT topic as a data destination, and collect diagnostic trouble code data. It includes APIs for network agnostic data collection using custom decoding interfaces, and monitoring the last known state of vehicles.
  • Loading branch information
aws-sdk-dotnet-automation committed Nov 21, 2024
1 parent 9d5832e commit d7bad7b
Show file tree
Hide file tree
Showing 144 changed files with 12,799 additions and 673 deletions.
561 changes: 546 additions & 15 deletions generator/ServiceModels/iotfleetwise/iotfleetwise-2021-06-17.api.json

Large diffs are not rendered by default.

485 changes: 429 additions & 56 deletions generator/ServiceModels/iotfleetwise/iotfleetwise-2021-06-17.docs.json

Large diffs are not rendered by default.

930 changes: 877 additions & 53 deletions generator/ServiceModels/iotfleetwise/iotfleetwise-2021-06-17.normal.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,12 @@
"limit_key": "maxResults",
"result_key": "summaries"
},
"ListStateTemplates": {
"input_token": "nextToken",
"output_token": "nextToken",
"limit_key": "maxResults",
"result_key": "summaries"
},
"ListVehicles": {
"input_token": "nextToken",
"output_token": "nextToken",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,30 @@
<max>100</max>
<pattern>[a-zA-Z\d\-_:]+</pattern>
</property-value-rule>
<property-value-rule>
<property>Amazon.IoTFleetWise.Model.CreateStateTemplateRequest.Description</property>
<min>1</min>
<max>2048</max>
<pattern>[^\u0000-\u001F\u007F]+</pattern>
</property-value-rule>
<property-value-rule>
<property>Amazon.IoTFleetWise.Model.CreateStateTemplateRequest.Name</property>
<min>1</min>
<max>100</max>
<pattern>[a-zA-Z\d\-_:]+</pattern>
</property-value-rule>
<property-value-rule>
<property>Amazon.IoTFleetWise.Model.CreateStateTemplateResponse.Id</property>
<min>26</min>
<max>26</max>
<pattern>[A-Z0-9]+</pattern>
</property-value-rule>
<property-value-rule>
<property>Amazon.IoTFleetWise.Model.CreateStateTemplateResponse.Name</property>
<min>1</min>
<max>100</max>
<pattern>[a-zA-Z\d\-_:]+</pattern>
</property-value-rule>
<property-value-rule>
<property>Amazon.IoTFleetWise.Model.CreateVehicleRequest.VehicleName</property>
<min>1</min>
Expand Down Expand Up @@ -191,6 +215,24 @@
<max>100</max>
<pattern>[a-zA-Z\d\-_:]+</pattern>
</property-value-rule>
<property-value-rule>
<property>Amazon.IoTFleetWise.Model.DeleteStateTemplateRequest.Identifier</property>
<min>1</min>
<max>100</max>
<pattern>[a-zA-Z\d\-_:]+</pattern>
</property-value-rule>
<property-value-rule>
<property>Amazon.IoTFleetWise.Model.DeleteStateTemplateResponse.Id</property>
<min>26</min>
<max>26</max>
<pattern>[A-Z0-9]+</pattern>
</property-value-rule>
<property-value-rule>
<property>Amazon.IoTFleetWise.Model.DeleteStateTemplateResponse.Name</property>
<min>1</min>
<max>100</max>
<pattern>[a-zA-Z\d\-_:]+</pattern>
</property-value-rule>
<property-value-rule>
<property>Amazon.IoTFleetWise.Model.DeleteVehicleRequest.VehicleName</property>
<min>1</min>
Expand Down Expand Up @@ -318,6 +360,30 @@
<max>100</max>
<pattern>[a-zA-Z\d\-_:]+</pattern>
</property-value-rule>
<property-value-rule>
<property>Amazon.IoTFleetWise.Model.GetStateTemplateRequest.Identifier</property>
<min>1</min>
<max>100</max>
<pattern>[a-zA-Z\d\-_:]+</pattern>
</property-value-rule>
<property-value-rule>
<property>Amazon.IoTFleetWise.Model.GetStateTemplateResponse.Description</property>
<min>1</min>
<max>2048</max>
<pattern>[^\u0000-\u001F\u007F]+</pattern>
</property-value-rule>
<property-value-rule>
<property>Amazon.IoTFleetWise.Model.GetStateTemplateResponse.Id</property>
<min>26</min>
<max>26</max>
<pattern>[A-Z0-9]+</pattern>
</property-value-rule>
<property-value-rule>
<property>Amazon.IoTFleetWise.Model.GetStateTemplateResponse.Name</property>
<min>1</min>
<max>100</max>
<pattern>[a-zA-Z\d\-_:]+</pattern>
</property-value-rule>
<property-value-rule>
<property>Amazon.IoTFleetWise.Model.GetVehicleRequest.VehicleName</property>
<min>1</min>
Expand Down Expand Up @@ -567,6 +633,21 @@
<min>1</min>
<max>4096</max>
</property-value-rule>
<property-value-rule>
<property>Amazon.IoTFleetWise.Model.ListStateTemplatesRequest.MaxResults</property>
<min>1</min>
<max>100</max>
</property-value-rule>
<property-value-rule>
<property>Amazon.IoTFleetWise.Model.ListStateTemplatesRequest.NextToken</property>
<min>1</min>
<max>4096</max>
</property-value-rule>
<property-value-rule>
<property>Amazon.IoTFleetWise.Model.ListStateTemplatesResponse.NextToken</property>
<min>1</min>
<max>4096</max>
</property-value-rule>
<property-value-rule>
<property>Amazon.IoTFleetWise.Model.ListTagsForResourceRequest.ResourceARN</property>
<min>1</min>
Expand Down Expand Up @@ -720,6 +801,30 @@
<max>100</max>
<pattern>[a-zA-Z\d\-_:]+</pattern>
</property-value-rule>
<property-value-rule>
<property>Amazon.IoTFleetWise.Model.UpdateStateTemplateRequest.Description</property>
<min>1</min>
<max>2048</max>
<pattern>[^\u0000-\u001F\u007F]+</pattern>
</property-value-rule>
<property-value-rule>
<property>Amazon.IoTFleetWise.Model.UpdateStateTemplateRequest.Identifier</property>
<min>1</min>
<max>100</max>
<pattern>[a-zA-Z\d\-_:]+</pattern>
</property-value-rule>
<property-value-rule>
<property>Amazon.IoTFleetWise.Model.UpdateStateTemplateResponse.Id</property>
<min>26</min>
<max>26</max>
<pattern>[A-Z0-9]+</pattern>
</property-value-rule>
<property-value-rule>
<property>Amazon.IoTFleetWise.Model.UpdateStateTemplateResponse.Name</property>
<min>1</min>
<max>100</max>
<pattern>[a-zA-Z\d\-_:]+</pattern>
</property-value-rule>
<property-value-rule>
<property>Amazon.IoTFleetWise.Model.UpdateVehicleRequest.VehicleName</property>
<min>1</min>
Expand Down Expand Up @@ -866,6 +971,11 @@
<min>0</min>
<max>4294967295</max>
</property-value-rule>
<property-value-rule>
<property>Amazon.IoTFleetWise.Model.ConditionBasedSignalFetchConfig.ConditionExpression</property>
<min>1</min>
<max>400</max>
</property-value-rule>
<property-value-rule>
<property>Amazon.IoTFleetWise.Model.CreateVehicleError.VehicleName</property>
<min>1</min>
Expand All @@ -884,6 +994,18 @@
<max>100</max>
<pattern>[a-zA-Z\d\-_:]+</pattern>
</property-value-rule>
<property-value-rule>
<property>Amazon.IoTFleetWise.Model.CustomDecodingInterface.Name</property>
<min>1</min>
<max>100</max>
<pattern>[a-zA-Z\d\-_:]+</pattern>
</property-value-rule>
<property-value-rule>
<property>Amazon.IoTFleetWise.Model.CustomDecodingSignal.Id</property>
<min>1</min>
<max>150</max>
<pattern>(?!.*\.\.)[a-zA-Z0-9_\-#:.]+</pattern>
</property-value-rule>
<property-value-rule>
<property>Amazon.IoTFleetWise.Model.CustomProperty.Comment</property>
<min>1</min>
Expand Down Expand Up @@ -926,6 +1048,27 @@
<max>2048</max>
<pattern>[^\u0000-\u001F\u007F]+</pattern>
</property-value-rule>
<property-value-rule>
<property>Amazon.IoTFleetWise.Model.DataPartition.Id</property>
<min>1</min>
<max>128</max>
<pattern>[a-zA-Z0-9]+</pattern>
</property-value-rule>
<property-value-rule>
<property>Amazon.IoTFleetWise.Model.DataPartitionStorageOptions.StorageLocation</property>
<min>1</min>
<max>4096</max>
</property-value-rule>
<property-value-rule>
<property>Amazon.IoTFleetWise.Model.DataPartitionUploadOptions.ConditionLanguageVersion</property>
<min>1</min>
<max>1</max>
</property-value-rule>
<property-value-rule>
<property>Amazon.IoTFleetWise.Model.DataPartitionUploadOptions.Expression</property>
<min>1</min>
<max>2048</max>
</property-value-rule>
<property-value-rule>
<property>Amazon.IoTFleetWise.Model.DecoderManifestSummary.Description</property>
<min>1</min>
Expand Down Expand Up @@ -989,6 +1132,18 @@
<max>2048</max>
<pattern>[^\u0000-\u001F\u007F]+</pattern>
</property-value-rule>
<property-value-rule>
<property>Amazon.IoTFleetWise.Model.MqttTopicConfig.ExecutionRoleArn</property>
<min>20</min>
<max>2048</max>
<pattern>arn:(aws[a-zA-Z0-9-]*):iam::(\d{12})?:(role((\u002F)|(\u002F[\u0021-\u007F]+\u002F))[\w+=,.@-]+)</pattern>
</property-value-rule>
<property-value-rule>
<property>Amazon.IoTFleetWise.Model.MqttTopicConfig.MqttTopicArn</property>
<min>20</min>
<max>2048</max>
<pattern>arn:.*</pattern>
</property-value-rule>
<property-value-rule>
<property>Amazon.IoTFleetWise.Model.NetworkInterface.InterfaceId</property>
<min>1</min>
Expand Down Expand Up @@ -1097,6 +1252,23 @@
<min>1</min>
<max>50</max>
</property-value-rule>
<property-value-rule>
<property>Amazon.IoTFleetWise.Model.SignalFetchInformation.ConditionLanguageVersion</property>
<min>1</min>
<max>1</max>
</property-value-rule>
<property-value-rule>
<property>Amazon.IoTFleetWise.Model.SignalFetchInformation.FullyQualifiedName</property>
<min>1</min>
<max>150</max>
<pattern>[a-zA-Z0-9_.]+</pattern>
</property-value-rule>
<property-value-rule>
<property>Amazon.IoTFleetWise.Model.SignalInformation.DataPartitionId</property>
<min>1</min>
<max>128</max>
<pattern>[a-zA-Z0-9]+</pattern>
</property-value-rule>
<property-value-rule>
<property>Amazon.IoTFleetWise.Model.SignalInformation.MaxSampleCount</property>
<min>1</min>
Expand All @@ -1113,6 +1285,40 @@
<max>150</max>
<pattern>[\w|*|-]+(\.[\w|*|-]+)*</pattern>
</property-value-rule>
<property-value-rule>
<property>Amazon.IoTFleetWise.Model.StateTemplateAssociation.Identifier</property>
<min>1</min>
<max>100</max>
<pattern>[a-zA-Z\d\-_:]+</pattern>
</property-value-rule>
<property-value-rule>
<property>Amazon.IoTFleetWise.Model.StateTemplateSummary.Description</property>
<min>1</min>
<max>2048</max>
<pattern>[^\u0000-\u001F\u007F]+</pattern>
</property-value-rule>
<property-value-rule>
<property>Amazon.IoTFleetWise.Model.StateTemplateSummary.Id</property>
<min>26</min>
<max>26</max>
<pattern>[A-Z0-9]+</pattern>
</property-value-rule>
<property-value-rule>
<property>Amazon.IoTFleetWise.Model.StateTemplateSummary.Name</property>
<min>1</min>
<max>100</max>
<pattern>[a-zA-Z\d\-_:]+</pattern>
</property-value-rule>
<property-value-rule>
<property>Amazon.IoTFleetWise.Model.StorageMaximumSize.Value</property>
<min>1</min>
<max>1073741824</max>
</property-value-rule>
<property-value-rule>
<property>Amazon.IoTFleetWise.Model.StorageMinimumTimeToLive.Value</property>
<min>1</min>
<max>876600</max>
</property-value-rule>
<property-value-rule>
<property>Amazon.IoTFleetWise.Model.StructuredMessageFieldNameAndDataTypePair.FieldName</property>
<min>1</min>
Expand Down Expand Up @@ -1142,6 +1348,14 @@
<min>10000</min>
<max>86400000</max>
</property-value-rule>
<property-value-rule>
<property>Amazon.IoTFleetWise.Model.TimeBasedSignalFetchConfig.ExecutionFrequencyMs</property>
<min>1</min>
</property-value-rule>
<property-value-rule>
<property>Amazon.IoTFleetWise.Model.TimePeriod.Value</property>
<min>1</min>
</property-value-rule>
<property-value-rule>
<property>Amazon.IoTFleetWise.Model.TimestreamConfig.ExecutionRoleArn</property>
<min>20</min>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
/*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/

/*
* Do not modify this file. This file is generated from the iotfleetwise-2021-06-17.normal.json service model.
*/
using System;
using System.Collections.Generic;
using System.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;

using Amazon.Runtime;
using Amazon.Runtime.Internal;

#pragma warning disable CS0612,CS0618,CS1570
namespace Amazon.IoTFleetWise.Model
{
/// <summary>
/// Specifies the condition under which a signal fetch occurs.
/// </summary>
public partial class ConditionBasedSignalFetchConfig
{
private string _conditionExpression;
private TriggerMode _triggerMode;

/// <summary>
/// Gets and sets the property ConditionExpression.
/// <para>
/// The condition that must be satisfied to trigger a signal fetch.
/// </para>
/// </summary>
[AWSProperty(Required=true, Sensitive=true, Min=1, Max=400)]
public string ConditionExpression
{
get { return this._conditionExpression; }
set { this._conditionExpression = value; }
}

// Check to see if ConditionExpression property is set
internal bool IsSetConditionExpression()
{
return this._conditionExpression != null;
}

/// <summary>
/// Gets and sets the property TriggerMode.
/// <para>
/// Indicates the mode in which the signal fetch is triggered.
/// </para>
/// </summary>
[AWSProperty(Required=true)]
public TriggerMode TriggerMode
{
get { return this._triggerMode; }
set { this._triggerMode = value; }
}

// Check to see if TriggerMode property is set
internal bool IsSetTriggerMode()
{
return this._triggerMode != null;
}

}
}
Loading

0 comments on commit d7bad7b

Please sign in to comment.