Struct aws_sdk_applicationdiscovery::client::fluent_builders::StartExportTask [−][src]
pub struct StartExportTask<C = DynConnector, M = AwsMiddleware, R = Standard> { /* fields omitted */ }Expand description
Fluent builder constructing a request to StartExportTask.
Begins the export of discovered data to an S3 bucket.
If you specify agentIds in a filter, the task exports up to 72 hours of
detailed data collected by the identified Application Discovery Agent, including network,
process, and performance details. A time range for exported agent data may be set by using
startTime and endTime. Export of detailed agent data is limited to
five concurrently running exports.
If you do not include an agentIds filter, summary data is exported that
includes both AWS Agentless Discovery Connector data and summary data from AWS Discovery
Agents. Export of summary data is limited to two exports per day.
Implementations
impl<C, M, R> StartExportTask<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> StartExportTask<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<StartExportTaskOutput, SdkError<StartExportTaskError>> where
R::Policy: SmithyRetryPolicy<StartExportTaskInputOperationOutputAlias, StartExportTaskOutput, StartExportTaskError, StartExportTaskInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<StartExportTaskOutput, SdkError<StartExportTaskError>> where
R::Policy: SmithyRetryPolicy<StartExportTaskInputOperationOutputAlias, StartExportTaskOutput, StartExportTaskError, StartExportTaskInputOperationRetryAlias>,
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.
Appends an item to exportDataFormat.
To override the contents of this collection use set_export_data_format.
The file format for the returned export data. Default value is CSV.
Note:
The
GRAPHML
option has been deprecated.
The file format for the returned export data. Default value is CSV.
Note:
The
GRAPHML
option has been deprecated.
Appends an item to filters.
To override the contents of this collection use set_filters.
If a filter is present, it selects the single agentId of the Application
Discovery Agent for which data is exported. The agentId can be found in the
results of the DescribeAgents API or CLI. If no filter is present,
startTime and endTime are ignored and exported data includes both
Agentless Discovery Connector data and summary data from Application Discovery agents.
If a filter is present, it selects the single agentId of the Application
Discovery Agent for which data is exported. The agentId can be found in the
results of the DescribeAgents API or CLI. If no filter is present,
startTime and endTime are ignored and exported data includes both
Agentless Discovery Connector data and summary data from Application Discovery agents.
The start timestamp for exported data from the single Application Discovery Agent selected in the filters. If no value is specified, data is exported starting from the first data collected by the agent.
The start timestamp for exported data from the single Application Discovery Agent selected in the filters. If no value is specified, data is exported starting from the first data collected by the agent.
The end timestamp for exported data from the single Application Discovery Agent selected in the filters. If no value is specified, exported data includes the most recent data collected by the agent.
The end timestamp for exported data from the single Application Discovery Agent selected in the filters. If no value is specified, exported data includes the most recent data collected by the agent.
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = AwsMiddleware, R = Standard> !RefUnwindSafe for StartExportTask<C, M, R>
impl<C, M, R> Send for StartExportTask<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Sync for StartExportTask<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Unpin for StartExportTask<C, M, R>
impl<C = DynConnector, M = AwsMiddleware, R = Standard> !UnwindSafe for StartExportTask<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