aws_sdk_config/client/deliver_config_snapshot.rs
1// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
2impl super::Client {
3 /// Constructs a fluent builder for the [`DeliverConfigSnapshot`](crate::operation::deliver_config_snapshot::builders::DeliverConfigSnapshotFluentBuilder) operation.
4 ///
5 /// - The fluent builder is configurable:
6 /// - [`delivery_channel_name(impl Into<String>)`](crate::operation::deliver_config_snapshot::builders::DeliverConfigSnapshotFluentBuilder::delivery_channel_name) / [`set_delivery_channel_name(Option<String>)`](crate::operation::deliver_config_snapshot::builders::DeliverConfigSnapshotFluentBuilder::set_delivery_channel_name):<br>required: **true**<br><p>The name of the delivery channel through which the snapshot is delivered.</p><br>
7 /// - On success, responds with [`DeliverConfigSnapshotOutput`](crate::operation::deliver_config_snapshot::DeliverConfigSnapshotOutput) with field(s):
8 /// - [`config_snapshot_id(Option<String>)`](crate::operation::deliver_config_snapshot::DeliverConfigSnapshotOutput::config_snapshot_id): <p>The ID of the snapshot that is being created.</p>
9 /// - On failure, responds with [`SdkError<DeliverConfigSnapshotError>`](crate::operation::deliver_config_snapshot::DeliverConfigSnapshotError)
10 pub fn deliver_config_snapshot(&self) -> crate::operation::deliver_config_snapshot::builders::DeliverConfigSnapshotFluentBuilder {
11 crate::operation::deliver_config_snapshot::builders::DeliverConfigSnapshotFluentBuilder::new(self.handle.clone())
12 }
13}