Struct aws_sdk_directory::client::fluent_builders::StartSchemaExtension [−][src]
pub struct StartSchemaExtension<C = DynConnector, M = AwsMiddleware, R = Standard> { /* fields omitted */ }Expand description
Fluent builder constructing a request to StartSchemaExtension.
Applies a schema extension to a Microsoft AD directory.
Implementations
impl<C, M, R> StartSchemaExtension<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> StartSchemaExtension<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<StartSchemaExtensionOutput, SdkError<StartSchemaExtensionError>> where
R::Policy: SmithyRetryPolicy<StartSchemaExtensionInputOperationOutputAlias, StartSchemaExtensionOutput, StartSchemaExtensionError, StartSchemaExtensionInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<StartSchemaExtensionOutput, SdkError<StartSchemaExtensionError>> where
R::Policy: SmithyRetryPolicy<StartSchemaExtensionInputOperationOutputAlias, StartSchemaExtensionOutput, StartSchemaExtensionError, StartSchemaExtensionInputOperationRetryAlias>,
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.
The identifier of the directory for which the schema extension will be applied to.
The identifier of the directory for which the schema extension will be applied to.
If true, creates a snapshot of the directory before applying the schema extension.
If true, creates a snapshot of the directory before applying the schema extension.
The LDIF file represented as a string. To construct the LdifContent string, precede each line as it would be formatted in an ldif file with \n. See the example request below for more details. The file size can be no larger than 1MB.
The LDIF file represented as a string. To construct the LdifContent string, precede each line as it would be formatted in an ldif file with \n. See the example request below for more details. The file size can be no larger than 1MB.
A description of the schema extension.
A description of the schema extension.
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = AwsMiddleware, R = Standard> !RefUnwindSafe for StartSchemaExtension<C, M, R>
impl<C, M, R> Send for StartSchemaExtension<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Sync for StartSchemaExtension<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Unpin for StartSchemaExtension<C, M, R>
impl<C = DynConnector, M = AwsMiddleware, R = Standard> !UnwindSafe for StartSchemaExtension<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