Struct aws_sdk_iotwireless::input::CreateFuotaTaskInput
source ·
[−]#[non_exhaustive]pub struct CreateFuotaTaskInput {
pub name: Option<String>,
pub description: Option<String>,
pub client_request_token: Option<String>,
pub lo_ra_wan: Option<LoRaWanFuotaTask>,
pub firmware_update_image: Option<String>,
pub firmware_update_role: Option<String>,
pub tags: Option<Vec<Tag>>,
}Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.name: Option<String>The name of a FUOTA task.
description: Option<String>The description of the new resource.
client_request_token: Option<String>Each resource must have a unique client request token. If you try to create a new resource with the same token as a resource that already exists, an exception occurs. If you omit this value, AWS SDKs will automatically generate a unique client request.
lo_ra_wan: Option<LoRaWanFuotaTask>The LoRaWAN information used with a FUOTA task.
firmware_update_image: Option<String>The S3 URI points to a firmware update image that is to be used with a FUOTA task.
firmware_update_role: Option<String>The firmware update role that is to be used with a FUOTA task.
The tag to attach to the specified resource. Tags are metadata that you can use to manage a resource.
Implementations
pub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<CreateFuotaTask, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<CreateFuotaTask, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<CreateFuotaTask>
Creates a new builder-style object to manufacture CreateFuotaTaskInput
The description of the new resource.
Each resource must have a unique client request token. If you try to create a new resource with the same token as a resource that already exists, an exception occurs. If you omit this value, AWS SDKs will automatically generate a unique client request.
The LoRaWAN information used with a FUOTA task.
The S3 URI points to a firmware update image that is to be used with a FUOTA task.
The firmware update role that is to be used with a FUOTA task.
The tag to attach to the specified resource. Tags are metadata that you can use to manage a resource.
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for CreateFuotaTaskInput
impl Send for CreateFuotaTaskInput
impl Sync for CreateFuotaTaskInput
impl Unpin for CreateFuotaTaskInput
impl UnwindSafe for CreateFuotaTaskInput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
