Struct aws_sdk_xray::client::fluent_builders::GetServiceGraph [−][src]
pub struct GetServiceGraph<C = DynConnector, M = DefaultMiddleware, R = Standard> { /* fields omitted */ }
Expand description
Fluent builder constructing a request to GetServiceGraph
.
Retrieves a document that describes services that process incoming requests, and downstream services that they call as a result. Root services process incoming requests and make calls to downstream services. Root services are applications that use the Amazon Web Services X-Ray SDK. Downstream services can be other applications, Amazon Web Services resources, HTTP web APIs, or SQL databases.
Implementations
impl<C, M, R> GetServiceGraph<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> GetServiceGraph<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<GetServiceGraphOutput, SdkError<GetServiceGraphError>> where
R::Policy: SmithyRetryPolicy<GetServiceGraphInputOperationOutputAlias, GetServiceGraphOutput, GetServiceGraphError, GetServiceGraphInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<GetServiceGraphOutput, SdkError<GetServiceGraphError>> where
R::Policy: SmithyRetryPolicy<GetServiceGraphInputOperationOutputAlias, GetServiceGraphOutput, GetServiceGraphError, GetServiceGraphInputOperationRetryAlias>,
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.
Create a paginator for this request
Paginators are used by calling send().await
which returns a Stream
.
The start of the time frame for which to generate a graph.
The start of the time frame for which to generate a graph.
The end of the timeframe for which to generate a graph.
The end of the timeframe for which to generate a graph.
The name of a group based on which you want to generate a graph.
The name of a group based on which you want to generate a graph.
The Amazon Resource Name (ARN) of a group based on which you want to generate a graph.
The Amazon Resource Name (ARN) of a group based on which you want to generate a graph.
Pagination token.
Pagination token.
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !RefUnwindSafe for GetServiceGraph<C, M, R>
impl<C, M, R> Send for GetServiceGraph<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Sync for GetServiceGraph<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Unpin for GetServiceGraph<C, M, R>
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !UnwindSafe for GetServiceGraph<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