Struct aws_sdk_directconnect::client::fluent_builders::DisassociateMacSecKey [−][src]
pub struct DisassociateMacSecKey<C = DynConnector, M = AwsMiddleware, R = Standard> { /* fields omitted */ }Expand description
Fluent builder constructing a request to DisassociateMacSecKey.
Removes the association between a MAC Security (MACsec) security key and an Direct Connect dedicated connection.
Implementations
impl<C, M, R> DisassociateMacSecKey<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> DisassociateMacSecKey<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<DisassociateMacSecKeyOutput, SdkError<DisassociateMacSecKeyError>> where
R::Policy: SmithyRetryPolicy<DisassociateMacSecKeyInputOperationOutputAlias, DisassociateMacSecKeyOutput, DisassociateMacSecKeyError, DisassociateMacSecKeyInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<DisassociateMacSecKeyOutput, SdkError<DisassociateMacSecKeyError>> where
R::Policy: SmithyRetryPolicy<DisassociateMacSecKeyInputOperationOutputAlias, DisassociateMacSecKeyOutput, DisassociateMacSecKeyError, DisassociateMacSecKeyInputOperationRetryAlias>,
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 ID of the dedicated connection (dxcon-xxxx), or the ID of the LAG (dxlag-xxxx).
You can use DescribeConnections or DescribeLags to retrieve connection ID.
The ID of the dedicated connection (dxcon-xxxx), or the ID of the LAG (dxlag-xxxx).
You can use DescribeConnections or DescribeLags to retrieve connection ID.
The Amazon Resource Name (ARN) of the MAC Security (MACsec) secret key.
You can use DescribeConnections to retrieve the ARN of the MAC Security (MACsec) secret key.
The Amazon Resource Name (ARN) of the MAC Security (MACsec) secret key.
You can use DescribeConnections to retrieve the ARN of the MAC Security (MACsec) secret key.
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = AwsMiddleware, R = Standard> !RefUnwindSafe for DisassociateMacSecKey<C, M, R>
impl<C, M, R> Send for DisassociateMacSecKey<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Sync for DisassociateMacSecKey<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Unpin for DisassociateMacSecKey<C, M, R>
impl<C = DynConnector, M = AwsMiddleware, R = Standard> !UnwindSafe for DisassociateMacSecKey<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