Class: Aws::IoTFleetWise::Types::UpdateDecoderManifestRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTFleetWise::Types::UpdateDecoderManifestRequest
- Defined in:
- gems/aws-sdk-iotfleetwise/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.
4884 4885 4886 4887 4888 4889 4890 4891 4892 4893 4894 4895 4896 4897 |
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 4884 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.
4884 4885 4886 4887 4888 4889 4890 4891 4892 4893 4894 4895 4896 4897 |
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 4884 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.
4884 4885 4886 4887 4888 4889 4890 4891 4892 4893 4894 4895 4896 4897 |
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 4884 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.
4884 4885 4886 4887 4888 4889 4890 4891 4892 4893 4894 4895 4896 4897 |
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 4884 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.
4884 4885 4886 4887 4888 4889 4890 4891 4892 4893 4894 4895 4896 4897 |
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 4884 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.
4884 4885 4886 4887 4888 4889 4890 4891 4892 4893 4894 4895 4896 4897 |
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 4884 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.
4884 4885 4886 4887 4888 4889 4890 4891 4892 4893 4894 4895 4896 4897 |
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 4884 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.
4884 4885 4886 4887 4888 4889 4890 4891 4892 4893 4894 4895 4896 4897 |
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 4884 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.
4884 4885 4886 4887 4888 4889 4890 4891 4892 4893 4894 4895 4896 4897 |
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 4884 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.
4884 4885 4886 4887 4888 4889 4890 4891 4892 4893 4894 4895 4896 4897 |
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 4884 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 |