Struct aws_sdk_mobile::client::fluent_builders::CreateProject [−][src]
pub struct CreateProject<C = DynConnector, M = AwsMiddleware, R = Standard> { /* fields omitted */ }
Expand description
Fluent builder constructing a request to CreateProject
.
Creates an AWS Mobile Hub project.
Implementations
impl<C, M, R> CreateProject<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> CreateProject<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<CreateProjectOutput, SdkError<CreateProjectError>> where
R::Policy: SmithyRetryPolicy<CreateProjectInputOperationOutputAlias, CreateProjectOutput, CreateProjectError, CreateProjectInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<CreateProjectOutput, SdkError<CreateProjectError>> where
R::Policy: SmithyRetryPolicy<CreateProjectInputOperationOutputAlias, CreateProjectOutput, CreateProjectError, CreateProjectInputOperationRetryAlias>,
Sends the request and returns the response.
If an error occurs, an SdkError
will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
Default region where project resources should be created.
Default region where project resources should be created.
ZIP or YAML file which contains configuration settings to be used when creating the project. This may be the contents of the file downloaded from the URL provided in an export project operation.
ZIP or YAML file which contains configuration settings to be used when creating the project. This may be the contents of the file downloaded from the URL provided in an export project operation.
Unique identifier for an exported snapshot of project configuration. This snapshot identifier is included in the share URL when a project is exported.
Unique identifier for an exported snapshot of project configuration. This snapshot identifier is included in the share URL when a project is exported.
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = AwsMiddleware, R = Standard> !RefUnwindSafe for CreateProject<C, M, R>
impl<C, M, R> Unpin for CreateProject<C, M, R>
impl<C = DynConnector, M = AwsMiddleware, R = Standard> !UnwindSafe for CreateProject<C, M, R>
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