Struct aws_sdk_fsx::client::fluent_builders::DescribeFileSystemAliases [−][src]
pub struct DescribeFileSystemAliases<C = DynConnector, M = AwsMiddleware, R = Standard> { /* fields omitted */ }Expand description
Fluent builder constructing a request to DescribeFileSystemAliases.
Returns the DNS aliases that are associated with the specified Amazon FSx for Windows File Server file system. A history of all DNS aliases that have been associated with and disassociated from the file system is available in the list of AdministrativeAction provided in the DescribeFileSystems operation response.
Implementations
impl<C, M, R> DescribeFileSystemAliases<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> DescribeFileSystemAliases<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<DescribeFileSystemAliasesOutput, SdkError<DescribeFileSystemAliasesError>> where
R::Policy: SmithyRetryPolicy<DescribeFileSystemAliasesInputOperationOutputAlias, DescribeFileSystemAliasesOutput, DescribeFileSystemAliasesError, DescribeFileSystemAliasesInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<DescribeFileSystemAliasesOutput, SdkError<DescribeFileSystemAliasesError>> where
R::Policy: SmithyRetryPolicy<DescribeFileSystemAliasesInputOperationOutputAlias, DescribeFileSystemAliasesOutput, DescribeFileSystemAliasesError, DescribeFileSystemAliasesInputOperationRetryAlias>,
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.
(Optional) An idempotency token for resource creation, in a string of up to 64 ASCII characters. This token is automatically filled on your behalf when you use the Command Line Interface (CLI) or an Amazon Web Services SDK.
(Optional) An idempotency token for resource creation, in a string of up to 64 ASCII characters. This token is automatically filled on your behalf when you use the Command Line Interface (CLI) or an Amazon Web Services SDK.
The ID of the file system to return the associated DNS aliases for (String).
The ID of the file system to return the associated DNS aliases for (String).
Maximum number of DNS aliases to return in the response (integer). This
parameter value must be greater than 0. The number of items that Amazon FSx returns is
the minimum of the MaxResults parameter specified in the request and the
service's internal maximum number of items per page.
Maximum number of DNS aliases to return in the response (integer). This
parameter value must be greater than 0. The number of items that Amazon FSx returns is
the minimum of the MaxResults parameter specified in the request and the
service's internal maximum number of items per page.
Opaque pagination token returned from a previous
DescribeFileSystemAliases operation (String). If a token is included in the request, the action
continues the list from where the previous returning call left off.
Opaque pagination token returned from a previous
DescribeFileSystemAliases operation (String). If a token is included in the request, the action
continues the list from where the previous returning call left off.
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = AwsMiddleware, R = Standard> !RefUnwindSafe for DescribeFileSystemAliases<C, M, R>
impl<C, M, R> Send for DescribeFileSystemAliases<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Sync for DescribeFileSystemAliases<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Unpin for DescribeFileSystemAliases<C, M, R>
impl<C = DynConnector, M = AwsMiddleware, R = Standard> !UnwindSafe for DescribeFileSystemAliases<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