Class: Aws::IoTFleetWise::Types::UpdateDecoderManifestRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTFleetWise::Types::UpdateDecoderManifestRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotfleetwise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#default_for_unmapped_signals ⇒ String
Use default decoders for all unmapped signals in the model.
-
#description ⇒ String
A brief description of the decoder manifest to update.
-
#name ⇒ String
The name of the decoder manifest to update.
-
#network_interfaces_to_add ⇒ Array<Types::NetworkInterface>
A list of information about the network interfaces to add to the decoder manifest.
-
#network_interfaces_to_remove ⇒ Array<String>
A list of network interfaces to remove from the decoder manifest.
-
#network_interfaces_to_update ⇒ Array<Types::NetworkInterface>
A list of information about the network interfaces to update in the decoder manifest.
-
#signal_decoders_to_add ⇒ Array<Types::SignalDecoder>
A list of information about decoding additional signals to add to the decoder manifest.
-
#signal_decoders_to_remove ⇒ Array<String>
A list of signal decoders to remove from the decoder manifest.
-
#signal_decoders_to_update ⇒ Array<Types::SignalDecoder>
A list of updated information about decoding signals to update in the decoder manifest.
-
#status ⇒ String
The state of the decoder manifest.
Instance Attribute Details
#default_for_unmapped_signals ⇒ String
Use default decoders for all unmapped signals in the model. You don’t need to provide any detailed decoding information.
Access to certain Amazon Web Services IoT FleetWise features is currently gated. For more information, see [Amazon Web Services Region and feature availability] in the *Amazon Web Services IoT FleetWise Developer Guide*.
[1]: docs.aws.amazon.com/iot-fleetwise/latest/developerguide/fleetwise-regions.html
4820 4821 4822 4823 4824 4825 4826 4827 4828 4829 4830 4831 4832 4833 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 4820 class UpdateDecoderManifestRequest < Struct.new( :name, :description, :signal_decoders_to_add, :signal_decoders_to_update, :signal_decoders_to_remove, :network_interfaces_to_add, :network_interfaces_to_update, :network_interfaces_to_remove, :status, :default_for_unmapped_signals) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A brief description of the decoder manifest to update.
4820 4821 4822 4823 4824 4825 4826 4827 4828 4829 4830 4831 4832 4833 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 4820 class UpdateDecoderManifestRequest < Struct.new( :name, :description, :signal_decoders_to_add, :signal_decoders_to_update, :signal_decoders_to_remove, :network_interfaces_to_add, :network_interfaces_to_update, :network_interfaces_to_remove, :status, :default_for_unmapped_signals) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the decoder manifest to update.
4820 4821 4822 4823 4824 4825 4826 4827 4828 4829 4830 4831 4832 4833 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 4820 class UpdateDecoderManifestRequest < Struct.new( :name, :description, :signal_decoders_to_add, :signal_decoders_to_update, :signal_decoders_to_remove, :network_interfaces_to_add, :network_interfaces_to_update, :network_interfaces_to_remove, :status, :default_for_unmapped_signals) SENSITIVE = [] include Aws::Structure end |
#network_interfaces_to_add ⇒ Array<Types::NetworkInterface>
A list of information about the network interfaces to add to the decoder manifest.
4820 4821 4822 4823 4824 4825 4826 4827 4828 4829 4830 4831 4832 4833 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 4820 class UpdateDecoderManifestRequest < Struct.new( :name, :description, :signal_decoders_to_add, :signal_decoders_to_update, :signal_decoders_to_remove, :network_interfaces_to_add, :network_interfaces_to_update, :network_interfaces_to_remove, :status, :default_for_unmapped_signals) SENSITIVE = [] include Aws::Structure end |
#network_interfaces_to_remove ⇒ Array<String>
A list of network interfaces to remove from the decoder manifest.
4820 4821 4822 4823 4824 4825 4826 4827 4828 4829 4830 4831 4832 4833 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 4820 class UpdateDecoderManifestRequest < Struct.new( :name, :description, :signal_decoders_to_add, :signal_decoders_to_update, :signal_decoders_to_remove, :network_interfaces_to_add, :network_interfaces_to_update, :network_interfaces_to_remove, :status, :default_for_unmapped_signals) SENSITIVE = [] include Aws::Structure end |
#network_interfaces_to_update ⇒ Array<Types::NetworkInterface>
A list of information about the network interfaces to update in the decoder manifest.
4820 4821 4822 4823 4824 4825 4826 4827 4828 4829 4830 4831 4832 4833 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 4820 class UpdateDecoderManifestRequest < Struct.new( :name, :description, :signal_decoders_to_add, :signal_decoders_to_update, :signal_decoders_to_remove, :network_interfaces_to_add, :network_interfaces_to_update, :network_interfaces_to_remove, :status, :default_for_unmapped_signals) SENSITIVE = [] include Aws::Structure end |
#signal_decoders_to_add ⇒ Array<Types::SignalDecoder>
A list of information about decoding additional signals to add to the decoder manifest.
4820 4821 4822 4823 4824 4825 4826 4827 4828 4829 4830 4831 4832 4833 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 4820 class UpdateDecoderManifestRequest < Struct.new( :name, :description, :signal_decoders_to_add, :signal_decoders_to_update, :signal_decoders_to_remove, :network_interfaces_to_add, :network_interfaces_to_update, :network_interfaces_to_remove, :status, :default_for_unmapped_signals) SENSITIVE = [] include Aws::Structure end |
#signal_decoders_to_remove ⇒ Array<String>
A list of signal decoders to remove from the decoder manifest.
4820 4821 4822 4823 4824 4825 4826 4827 4828 4829 4830 4831 4832 4833 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 4820 class UpdateDecoderManifestRequest < Struct.new( :name, :description, :signal_decoders_to_add, :signal_decoders_to_update, :signal_decoders_to_remove, :network_interfaces_to_add, :network_interfaces_to_update, :network_interfaces_to_remove, :status, :default_for_unmapped_signals) SENSITIVE = [] include Aws::Structure end |
#signal_decoders_to_update ⇒ Array<Types::SignalDecoder>
A list of updated information about decoding signals to update in the decoder manifest.
4820 4821 4822 4823 4824 4825 4826 4827 4828 4829 4830 4831 4832 4833 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 4820 class UpdateDecoderManifestRequest < Struct.new( :name, :description, :signal_decoders_to_add, :signal_decoders_to_update, :signal_decoders_to_remove, :network_interfaces_to_add, :network_interfaces_to_update, :network_interfaces_to_remove, :status, :default_for_unmapped_signals) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The state of the decoder manifest. If the status is ‘ACTIVE`, the decoder manifest can’t be edited. If the status is ‘DRAFT`, you can edit the decoder manifest.
4820 4821 4822 4823 4824 4825 4826 4827 4828 4829 4830 4831 4832 4833 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 4820 class UpdateDecoderManifestRequest < Struct.new( :name, :description, :signal_decoders_to_add, :signal_decoders_to_update, :signal_decoders_to_remove, :network_interfaces_to_add, :network_interfaces_to_update, :network_interfaces_to_remove, :status, :default_for_unmapped_signals) SENSITIVE = [] include Aws::Structure end |