aws-sdk-inspector2 1.121.0

AWS SDK for Inspector2
Documentation
1
2
3
4
5
6
7
8
9
10
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub fn ser_start_cis_session_message(
    object: &mut ::aws_smithy_json::serialize::JsonObjectWriter,
    input: &crate::types::StartCisSessionMessage,
) -> ::std::result::Result<(), ::aws_smithy_types::error::operation::SerializationError> {
    {
        object.key("sessionToken").string(input.session_token.as_str());
    }
    Ok(())
}