1
2
3
4
5
6
7
8
9
10
11
12
13
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`CreateCloudFormationStack`](crate::operation::create_cloud_formation_stack::builders::CreateCloudFormationStackFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`instances(InstanceEntry)`](crate::operation::create_cloud_formation_stack::builders::CreateCloudFormationStackFluentBuilder::instances) / [`set_instances(Option<Vec<InstanceEntry>>)`](crate::operation::create_cloud_formation_stack::builders::CreateCloudFormationStackFluentBuilder::set_instances): <p>An array of parameters that will be used to create the new Amazon EC2 instance. You can only pass one instance entry at a time in this array. You will get an invalid parameter error if you pass more than one instance entry in this array.</p>
    /// - On success, responds with [`CreateCloudFormationStackOutput`](crate::operation::create_cloud_formation_stack::CreateCloudFormationStackOutput) with field(s):
    ///   - [`operations(Option<Vec<Operation>>)`](crate::operation::create_cloud_formation_stack::CreateCloudFormationStackOutput::operations): <p>An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.</p>
    /// - On failure, responds with [`SdkError<CreateCloudFormationStackError>`](crate::operation::create_cloud_formation_stack::CreateCloudFormationStackError)
    pub fn create_cloud_formation_stack(&self) -> crate::operation::create_cloud_formation_stack::builders::CreateCloudFormationStackFluentBuilder {
        crate::operation::create_cloud_formation_stack::builders::CreateCloudFormationStackFluentBuilder::new(self.handle.clone())
    }
}