aws-sdk-supplychain 1.97.0

AWS SDK for AWS Supply Chain
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`GetDataIntegrationEvent`](crate::operation::get_data_integration_event::builders::GetDataIntegrationEventFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`instance_id(impl Into<String>)`](crate::operation::get_data_integration_event::builders::GetDataIntegrationEventFluentBuilder::instance_id) / [`set_instance_id(Option<String>)`](crate::operation::get_data_integration_event::builders::GetDataIntegrationEventFluentBuilder::set_instance_id):<br>required: **true**<br><p>The Amazon Web Services Supply Chain instance identifier.</p><br>
    ///   - [`event_id(impl Into<String>)`](crate::operation::get_data_integration_event::builders::GetDataIntegrationEventFluentBuilder::event_id) / [`set_event_id(Option<String>)`](crate::operation::get_data_integration_event::builders::GetDataIntegrationEventFluentBuilder::set_event_id):<br>required: **true**<br><p>The unique event identifier.</p><br>
    /// - On success, responds with [`GetDataIntegrationEventOutput`](crate::operation::get_data_integration_event::GetDataIntegrationEventOutput) with field(s):
    ///   - [`event(Option<DataIntegrationEvent>)`](crate::operation::get_data_integration_event::GetDataIntegrationEventOutput::event): <p>The details of the DataIntegrationEvent returned.</p>
    /// - On failure, responds with [`SdkError<GetDataIntegrationEventError>`](crate::operation::get_data_integration_event::GetDataIntegrationEventError)
    pub fn get_data_integration_event(&self) -> crate::operation::get_data_integration_event::builders::GetDataIntegrationEventFluentBuilder {
        crate::operation::get_data_integration_event::builders::GetDataIntegrationEventFluentBuilder::new(self.handle.clone())
    }
}