Skip to content

Commit

Permalink
feat(client-iotfleetwise): The following dataTypes have been removed:…
Browse files Browse the repository at this point in the history
… CUSTOMER_DECODED_INTERFACE in NetworkInterfaceType; CUSTOMER_DECODED_SIGNAL_INFO_IS_NULL in SignalDecoderFailureReason; CUSTOMER_DECODED_SIGNAL_NETWORK_INTERFACE_INFO_IS_NULL in NetworkInterfaceFailureReason; CUSTOMER_DECODED_SIGNAL in SignalDecoderType
  • Loading branch information
awstools committed Jan 11, 2024
1 parent 1853dab commit ef8a699
Show file tree
Hide file tree
Showing 30 changed files with 945 additions and 767 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export interface BatchCreateVehicleCommandOutput extends BatchCreateVehicleRespo
* attributes: { // attributesMap
* "<keys>": "STRING_VALUE",
* },
* associationBehavior: "STRING_VALUE",
* associationBehavior: "CreateIotThing" || "ValidateIotThingExists",
* tags: [ // TagList
* { // Tag
* Key: "STRING_VALUE", // required
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export interface BatchUpdateVehicleCommandOutput extends BatchUpdateVehicleRespo
* attributes: { // attributesMap
* "<keys>": "STRING_VALUE",
* },
* attributeUpdateMode: "STRING_VALUE",
* attributeUpdateMode: "Overwrite" || "Merge",
* },
* ],
* };
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ export interface CreateCampaignCommandOutput extends CreateCampaignResponse, __M
* startTime: new Date("TIMESTAMP"),
* expiryTime: new Date("TIMESTAMP"),
* postTriggerCollectionDuration: Number("long"),
* diagnosticsMode: "STRING_VALUE",
* spoolingMode: "STRING_VALUE",
* compression: "STRING_VALUE",
* diagnosticsMode: "OFF" || "SEND_ACTIVE_DTCS",
* spoolingMode: "OFF" || "TO_DISK",
* compression: "OFF" || "SNAPPY",
* priority: Number("int"),
* signalsToCollect: [ // SignalInformationList
* { // SignalInformation
Expand All @@ -66,7 +66,7 @@ export interface CreateCampaignCommandOutput extends CreateCampaignResponse, __M
* conditionBasedCollectionScheme: { // ConditionBasedCollectionScheme
* expression: "STRING_VALUE", // required
* minimumTriggerIntervalMs: Number("long"),
* triggerMode: "STRING_VALUE",
* triggerMode: "ALWAYS" || "RISING_EDGE",
* conditionLanguageVersion: Number("int"),
* },
* },
Expand All @@ -83,8 +83,8 @@ export interface CreateCampaignCommandOutput extends CreateCampaignResponse, __M
* { // DataDestinationConfig Union: only one key present
* s3Config: { // S3Config
* bucketArn: "STRING_VALUE", // required
* dataFormat: "STRING_VALUE",
* storageCompressionFormat: "STRING_VALUE",
* dataFormat: "JSON" || "PARQUET",
* storageCompressionFormat: "NONE" || "GZIP",
* prefix: "STRING_VALUE",
* },
* timestreamConfig: { // TimestreamConfig
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export interface CreateDecoderManifestCommandOutput extends CreateDecoderManifes
* signalDecoders: [ // SignalDecoders
* { // SignalDecoder
* fullyQualifiedName: "STRING_VALUE", // required
* type: "STRING_VALUE", // required
* type: "CAN_SIGNAL" || "OBD_SIGNAL" || "MESSAGE_SIGNAL", // required
* interfaceId: "STRING_VALUE", // required
* canSignal: { // CanSignal
* messageId: Number("int"), // required
Expand Down Expand Up @@ -85,7 +85,7 @@ export interface CreateDecoderManifestCommandOutput extends CreateDecoderManifes
* structuredMessage: { // StructuredMessage Union: only one key present
* primitiveMessageDefinition: { // PrimitiveMessageDefinition Union: only one key present
* ros2PrimitiveMessageDefinition: { // ROS2PrimitiveMessageDefinition
* primitiveType: "STRING_VALUE", // required
* primitiveType: "BOOL" || "BYTE" || "CHAR" || "FLOAT32" || "FLOAT64" || "INT8" || "UINT8" || "INT16" || "UINT16" || "INT32" || "UINT32" || "INT64" || "UINT64" || "STRING" || "WSTRING", // required
* offset: Number("double"),
* scaling: Number("double"),
* upperBound: Number("long"),
Expand All @@ -96,7 +96,7 @@ export interface CreateDecoderManifestCommandOutput extends CreateDecoderManifes
* memberType: {// Union: only one key present
* primitiveMessageDefinition: {// Union: only one key present
* ros2PrimitiveMessageDefinition: {
* primitiveType: "STRING_VALUE", // required
* primitiveType: "BOOL" || "BYTE" || "CHAR" || "FLOAT32" || "FLOAT64" || "INT8" || "UINT8" || "INT16" || "UINT16" || "INT32" || "UINT32" || "INT64" || "UINT64" || "STRING" || "WSTRING", // required
* offset: Number("double"),
* scaling: Number("double"),
* upperBound: Number("long"),
Expand All @@ -105,7 +105,7 @@ export interface CreateDecoderManifestCommandOutput extends CreateDecoderManifes
* structuredMessageListDefinition: {
* name: "STRING_VALUE", // required
* memberType: "<StructuredMessage>", // required
* listType: "STRING_VALUE", // required
* listType: "FIXED_CAPACITY" || "DYNAMIC_UNBOUNDED_CAPACITY" || "DYNAMIC_BOUNDED_CAPACITY", // required
* capacity: Number("int"),
* },
* structuredMessageDefinition: [ // StructuredMessageDefinition
Expand All @@ -115,7 +115,7 @@ export interface CreateDecoderManifestCommandOutput extends CreateDecoderManifes
* },
* ],
* },
* listType: "STRING_VALUE", // required
* listType: "FIXED_CAPACITY" || "DYNAMIC_UNBOUNDED_CAPACITY" || "DYNAMIC_BOUNDED_CAPACITY", // required
* capacity: Number("int"),
* },
* structuredMessageDefinition: [
Expand All @@ -131,7 +131,7 @@ export interface CreateDecoderManifestCommandOutput extends CreateDecoderManifes
* networkInterfaces: [ // NetworkInterfaces
* { // NetworkInterface
* interfaceId: "STRING_VALUE", // required
* type: "STRING_VALUE", // required
* type: "CAN_INTERFACE" || "OBD_INTERFACE" || "VEHICLE_MIDDLEWARE", // required
* canInterface: { // CanInterface
* name: "STRING_VALUE", // required
* protocolName: "STRING_VALUE",
Expand All @@ -148,7 +148,7 @@ export interface CreateDecoderManifestCommandOutput extends CreateDecoderManifes
* },
* vehicleMiddleware: { // VehicleMiddleware
* name: "STRING_VALUE", // required
* protocolName: "STRING_VALUE", // required
* protocolName: "ROS_2", // required
* },
* },
* ],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export interface CreateSignalCatalogCommandOutput extends CreateSignalCatalogRes
* },
* sensor: { // Sensor
* fullyQualifiedName: "STRING_VALUE", // required
* dataType: "STRING_VALUE", // required
* dataType: "INT8" || "UINT8" || "INT16" || "UINT16" || "INT32" || "UINT32" || "INT64" || "UINT64" || "BOOLEAN" || "FLOAT" || "DOUBLE" || "STRING" || "UNIX_TIMESTAMP" || "INT8_ARRAY" || "UINT8_ARRAY" || "INT16_ARRAY" || "UINT16_ARRAY" || "INT32_ARRAY" || "UINT32_ARRAY" || "INT64_ARRAY" || "UINT64_ARRAY" || "BOOLEAN_ARRAY" || "FLOAT_ARRAY" || "DOUBLE_ARRAY" || "STRING_ARRAY" || "UNIX_TIMESTAMP_ARRAY" || "UNKNOWN" || "STRUCT" || "STRUCT_ARRAY", // required
* description: "STRING_VALUE",
* unit: "STRING_VALUE",
* allowedValues: [ // listOfStrings
Expand All @@ -63,7 +63,7 @@ export interface CreateSignalCatalogCommandOutput extends CreateSignalCatalogRes
* },
* actuator: { // Actuator
* fullyQualifiedName: "STRING_VALUE", // required
* dataType: "STRING_VALUE", // required
* dataType: "INT8" || "UINT8" || "INT16" || "UINT16" || "INT32" || "UINT32" || "INT64" || "UINT64" || "BOOLEAN" || "FLOAT" || "DOUBLE" || "STRING" || "UNIX_TIMESTAMP" || "INT8_ARRAY" || "UINT8_ARRAY" || "INT16_ARRAY" || "UINT16_ARRAY" || "INT32_ARRAY" || "UINT32_ARRAY" || "INT64_ARRAY" || "UINT64_ARRAY" || "BOOLEAN_ARRAY" || "FLOAT_ARRAY" || "DOUBLE_ARRAY" || "STRING_ARRAY" || "UNIX_TIMESTAMP_ARRAY" || "UNKNOWN" || "STRUCT" || "STRUCT_ARRAY", // required
* description: "STRING_VALUE",
* unit: "STRING_VALUE",
* allowedValues: [
Expand All @@ -78,7 +78,7 @@ export interface CreateSignalCatalogCommandOutput extends CreateSignalCatalogRes
* },
* attribute: { // Attribute
* fullyQualifiedName: "STRING_VALUE", // required
* dataType: "STRING_VALUE", // required
* dataType: "INT8" || "UINT8" || "INT16" || "UINT16" || "INT32" || "UINT32" || "INT64" || "UINT64" || "BOOLEAN" || "FLOAT" || "DOUBLE" || "STRING" || "UNIX_TIMESTAMP" || "INT8_ARRAY" || "UINT8_ARRAY" || "INT16_ARRAY" || "UINT16_ARRAY" || "INT32_ARRAY" || "UINT32_ARRAY" || "INT64_ARRAY" || "UINT64_ARRAY" || "BOOLEAN_ARRAY" || "FLOAT_ARRAY" || "DOUBLE_ARRAY" || "STRING_ARRAY" || "UNIX_TIMESTAMP_ARRAY" || "UNKNOWN" || "STRUCT" || "STRUCT_ARRAY", // required
* description: "STRING_VALUE",
* unit: "STRING_VALUE",
* allowedValues: [
Expand All @@ -99,8 +99,8 @@ export interface CreateSignalCatalogCommandOutput extends CreateSignalCatalogRes
* },
* property: { // CustomProperty
* fullyQualifiedName: "STRING_VALUE", // required
* dataType: "STRING_VALUE", // required
* dataEncoding: "STRING_VALUE",
* dataType: "INT8" || "UINT8" || "INT16" || "UINT16" || "INT32" || "UINT32" || "INT64" || "UINT64" || "BOOLEAN" || "FLOAT" || "DOUBLE" || "STRING" || "UNIX_TIMESTAMP" || "INT8_ARRAY" || "UINT8_ARRAY" || "INT16_ARRAY" || "UINT16_ARRAY" || "INT32_ARRAY" || "UINT32_ARRAY" || "INT64_ARRAY" || "UINT64_ARRAY" || "BOOLEAN_ARRAY" || "FLOAT_ARRAY" || "DOUBLE_ARRAY" || "STRING_ARRAY" || "UNIX_TIMESTAMP_ARRAY" || "UNKNOWN" || "STRUCT" || "STRUCT_ARRAY", // required
* dataEncoding: "BINARY" || "TYPED",
* description: "STRING_VALUE",
* deprecationMessage: "STRING_VALUE",
* comment: "STRING_VALUE",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export interface CreateVehicleCommandOutput extends CreateVehicleResponse, __Met
* attributes: { // attributesMap
* "<keys>": "STRING_VALUE",
* },
* associationBehavior: "STRING_VALUE",
* associationBehavior: "CreateIotThing" || "ValidateIotThingExists",
* tags: [ // TagList
* { // Tag
* Key: "STRING_VALUE", // required
Expand Down
14 changes: 7 additions & 7 deletions clients/client-iotfleetwise/src/commands/GetCampaignCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@ export interface GetCampaignCommandOutput extends GetCampaignResponse, __Metadat
* // description: "STRING_VALUE",
* // signalCatalogArn: "STRING_VALUE",
* // targetArn: "STRING_VALUE",
* // status: "STRING_VALUE",
* // status: "CREATING" || "WAITING_FOR_APPROVAL" || "RUNNING" || "SUSPENDED",
* // startTime: new Date("TIMESTAMP"),
* // expiryTime: new Date("TIMESTAMP"),
* // postTriggerCollectionDuration: Number("long"),
* // diagnosticsMode: "STRING_VALUE",
* // spoolingMode: "STRING_VALUE",
* // compression: "STRING_VALUE",
* // diagnosticsMode: "OFF" || "SEND_ACTIVE_DTCS",
* // spoolingMode: "OFF" || "TO_DISK",
* // compression: "OFF" || "SNAPPY",
* // priority: Number("int"),
* // signalsToCollect: [ // SignalInformationList
* // { // SignalInformation
Expand All @@ -68,7 +68,7 @@ export interface GetCampaignCommandOutput extends GetCampaignResponse, __Metadat
* // conditionBasedCollectionScheme: { // ConditionBasedCollectionScheme
* // expression: "STRING_VALUE", // required
* // minimumTriggerIntervalMs: Number("long"),
* // triggerMode: "STRING_VALUE",
* // triggerMode: "ALWAYS" || "RISING_EDGE",
* // conditionLanguageVersion: Number("int"),
* // },
* // },
Expand All @@ -81,8 +81,8 @@ export interface GetCampaignCommandOutput extends GetCampaignResponse, __Metadat
* // { // DataDestinationConfig Union: only one key present
* // s3Config: { // S3Config
* // bucketArn: "STRING_VALUE", // required
* // dataFormat: "STRING_VALUE",
* // storageCompressionFormat: "STRING_VALUE",
* // dataFormat: "JSON" || "PARQUET",
* // storageCompressionFormat: "NONE" || "GZIP",
* // prefix: "STRING_VALUE",
* // },
* // timestreamConfig: { // TimestreamConfig
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export interface GetDecoderManifestCommandOutput extends GetDecoderManifestRespo
* // arn: "STRING_VALUE", // required
* // description: "STRING_VALUE",
* // modelManifestArn: "STRING_VALUE",
* // status: "STRING_VALUE",
* // status: "ACTIVE" || "DRAFT" || "INVALID" || "VALIDATING",
* // creationTime: new Date("TIMESTAMP"), // required
* // lastModificationTime: new Date("TIMESTAMP"), // required
* // message: "STRING_VALUE",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ export interface GetEncryptionConfigurationCommandOutput extends GetEncryptionCo
* const response = await client.send(command);
* // { // GetEncryptionConfigurationResponse
* // kmsKeyId: "STRING_VALUE",
* // encryptionStatus: "STRING_VALUE", // required
* // encryptionType: "STRING_VALUE", // required
* // encryptionStatus: "PENDING" || "SUCCESS" || "FAILURE", // required
* // encryptionType: "KMS_BASED_ENCRYPTION" || "FLEETWISE_DEFAULT_ENCRYPTION", // required
* // errorMessage: "STRING_VALUE",
* // creationTime: new Date("TIMESTAMP"),
* // lastModificationTime: new Date("TIMESTAMP"),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export interface GetLoggingOptionsCommandOutput extends GetLoggingOptionsRespons
* const response = await client.send(command);
* // { // GetLoggingOptionsResponse
* // cloudWatchLogDelivery: { // CloudWatchLogDeliveryOptions
* // logType: "STRING_VALUE", // required
* // logType: "OFF" || "ERROR", // required
* // logGroupName: "STRING_VALUE",
* // },
* // };
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export interface GetModelManifestCommandOutput extends GetModelManifestResponse,
* // arn: "STRING_VALUE", // required
* // description: "STRING_VALUE",
* // signalCatalogArn: "STRING_VALUE",
* // status: "STRING_VALUE",
* // status: "ACTIVE" || "DRAFT" || "INVALID" || "VALIDATING",
* // creationTime: new Date("TIMESTAMP"), // required
* // lastModificationTime: new Date("TIMESTAMP"), // required
* // };
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,18 +46,18 @@ export interface GetRegisterAccountStatusCommandOutput extends GetRegisterAccoun
* const response = await client.send(command);
* // { // GetRegisterAccountStatusResponse
* // customerAccountId: "STRING_VALUE", // required
* // accountStatus: "STRING_VALUE", // required
* // accountStatus: "REGISTRATION_PENDING" || "REGISTRATION_SUCCESS" || "REGISTRATION_FAILURE", // required
* // timestreamRegistrationResponse: { // TimestreamRegistrationResponse
* // timestreamDatabaseName: "STRING_VALUE", // required
* // timestreamTableName: "STRING_VALUE", // required
* // timestreamDatabaseArn: "STRING_VALUE",
* // timestreamTableArn: "STRING_VALUE",
* // registrationStatus: "STRING_VALUE", // required
* // registrationStatus: "REGISTRATION_PENDING" || "REGISTRATION_SUCCESS" || "REGISTRATION_FAILURE", // required
* // errorMessage: "STRING_VALUE",
* // },
* // iamRegistrationResponse: { // IamRegistrationResponse
* // roleArn: "STRING_VALUE", // required
* // registrationStatus: "STRING_VALUE", // required
* // registrationStatus: "REGISTRATION_PENDING" || "REGISTRATION_SUCCESS" || "REGISTRATION_FAILURE", // required
* // errorMessage: "STRING_VALUE",
* // },
* // creationTime: new Date("TIMESTAMP"), // required
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export interface GetVehicleStatusCommandOutput extends GetVehicleStatusResponse,
* // { // VehicleStatus
* // campaignName: "STRING_VALUE",
* // vehicleName: "STRING_VALUE",
* // status: "STRING_VALUE",
* // status: "CREATED" || "READY" || "HEALTHY" || "SUSPENDED" || "DELETING",
* // },
* // ],
* // nextToken: "STRING_VALUE",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export interface ListCampaignsCommandOutput extends ListCampaignsResponse, __Met
* // description: "STRING_VALUE",
* // signalCatalogArn: "STRING_VALUE",
* // targetArn: "STRING_VALUE",
* // status: "STRING_VALUE",
* // status: "CREATING" || "WAITING_FOR_APPROVAL" || "RUNNING" || "SUSPENDED",
* // creationTime: new Date("TIMESTAMP"), // required
* // lastModificationTime: new Date("TIMESTAMP"), // required
* // },
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export interface ListDecoderManifestNetworkInterfacesCommandOutput
* // networkInterfaces: [ // NetworkInterfaces
* // { // NetworkInterface
* // interfaceId: "STRING_VALUE", // required
* // type: "STRING_VALUE", // required
* // type: "CAN_INTERFACE" || "OBD_INTERFACE" || "VEHICLE_MIDDLEWARE", // required
* // canInterface: { // CanInterface
* // name: "STRING_VALUE", // required
* // protocolName: "STRING_VALUE",
Expand All @@ -74,7 +74,7 @@ export interface ListDecoderManifestNetworkInterfacesCommandOutput
* // },
* // vehicleMiddleware: { // VehicleMiddleware
* // name: "STRING_VALUE", // required
* // protocolName: "STRING_VALUE", // required
* // protocolName: "ROS_2", // required
* // },
* // },
* // ],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export interface ListDecoderManifestSignalsCommandOutput extends ListDecoderMani
* // signalDecoders: [ // SignalDecoders
* // { // SignalDecoder
* // fullyQualifiedName: "STRING_VALUE", // required
* // type: "STRING_VALUE", // required
* // type: "CAN_SIGNAL" || "OBD_SIGNAL" || "MESSAGE_SIGNAL", // required
* // interfaceId: "STRING_VALUE", // required
* // canSignal: { // CanSignal
* // messageId: Number("int"), // required
Expand Down Expand Up @@ -77,7 +77,7 @@ export interface ListDecoderManifestSignalsCommandOutput extends ListDecoderMani
* // structuredMessage: { // StructuredMessage Union: only one key present
* // primitiveMessageDefinition: { // PrimitiveMessageDefinition Union: only one key present
* // ros2PrimitiveMessageDefinition: { // ROS2PrimitiveMessageDefinition
* // primitiveType: "STRING_VALUE", // required
* // primitiveType: "BOOL" || "BYTE" || "CHAR" || "FLOAT32" || "FLOAT64" || "INT8" || "UINT8" || "INT16" || "UINT16" || "INT32" || "UINT32" || "INT64" || "UINT64" || "STRING" || "WSTRING", // required
* // offset: Number("double"),
* // scaling: Number("double"),
* // upperBound: Number("long"),
Expand All @@ -88,7 +88,7 @@ export interface ListDecoderManifestSignalsCommandOutput extends ListDecoderMani
* // memberType: {// Union: only one key present
* // primitiveMessageDefinition: {// Union: only one key present
* // ros2PrimitiveMessageDefinition: {
* // primitiveType: "STRING_VALUE", // required
* // primitiveType: "BOOL" || "BYTE" || "CHAR" || "FLOAT32" || "FLOAT64" || "INT8" || "UINT8" || "INT16" || "UINT16" || "INT32" || "UINT32" || "INT64" || "UINT64" || "STRING" || "WSTRING", // required
* // offset: Number("double"),
* // scaling: Number("double"),
* // upperBound: Number("long"),
Expand All @@ -97,7 +97,7 @@ export interface ListDecoderManifestSignalsCommandOutput extends ListDecoderMani
* // structuredMessageListDefinition: {
* // name: "STRING_VALUE", // required
* // memberType: "<StructuredMessage>", // required
* // listType: "STRING_VALUE", // required
* // listType: "FIXED_CAPACITY" || "DYNAMIC_UNBOUNDED_CAPACITY" || "DYNAMIC_BOUNDED_CAPACITY", // required
* // capacity: Number("int"),
* // },
* // structuredMessageDefinition: [ // StructuredMessageDefinition
Expand All @@ -107,7 +107,7 @@ export interface ListDecoderManifestSignalsCommandOutput extends ListDecoderMani
* // },
* // ],
* // },
* // listType: "STRING_VALUE", // required
* // listType: "FIXED_CAPACITY" || "DYNAMIC_UNBOUNDED_CAPACITY" || "DYNAMIC_BOUNDED_CAPACITY", // required
* // capacity: Number("int"),
* // },
* // structuredMessageDefinition: [
Expand Down
Loading

0 comments on commit ef8a699

Please sign in to comment.