@awboost/cfn-resource-types
Advanced tools
Comparing version 0.1.278 to 0.1.279
@@ -98,2 +98,3 @@ import { Resource as $Resource } from "@awboost/cfn-template-builder/template/resource"; | ||
Offset: number | string; | ||
SignalValueType?: SignalValueType; | ||
StartBit: number | string; | ||
@@ -226,2 +227,3 @@ }; | ||
ByteLength: number | string; | ||
IsSigned?: boolean | string; | ||
Offset: number | string; | ||
@@ -232,2 +234,3 @@ Pid: number | string; | ||
ServiceMode: number | string; | ||
SignalValueType?: SignalValueType; | ||
StartByte: number | string; | ||
@@ -254,2 +257,7 @@ }; | ||
/** | ||
* Type definition for `AWS::IoTFleetWise::DecoderManifest.SignalValueType`. | ||
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotfleetwise-decodermanifest-signalvaluetype.html} | ||
*/ | ||
export type SignalValueType = "INTEGER" | "FLOATING_POINT"; | ||
/** | ||
* Type definition for `AWS::IoTFleetWise::DecoderManifest.Tag`. | ||
@@ -256,0 +264,0 @@ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotfleetwise-decodermanifest-tag.html} |
{ | ||
"name": "@awboost/cfn-resource-types", | ||
"version": "0.1.278", | ||
"version": "0.1.279", | ||
"publishConfig": { | ||
@@ -5,0 +5,0 @@ "access": "public" |
9928338
223748