Struct aws_sdk_devicefarm::client::fluent_builders::UpdateVPCEConfiguration [−][src]
pub struct UpdateVPCEConfiguration<C = DynConnector, M = DefaultMiddleware, R = Standard> { /* fields omitted */ }Expand description
Fluent builder constructing a request to UpdateVPCEConfiguration.
Updates information about an Amazon Virtual Private Cloud (VPC) endpoint configuration.
Implementations
impl<C, M, R> UpdateVPCEConfiguration<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> UpdateVPCEConfiguration<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<UpdateVpceConfigurationOutput, SdkError<UpdateVPCEConfigurationError>> where
R::Policy: SmithyRetryPolicy<UpdateVpceConfigurationInputOperationOutputAlias, UpdateVpceConfigurationOutput, UpdateVPCEConfigurationError, UpdateVpceConfigurationInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<UpdateVpceConfigurationOutput, SdkError<UpdateVPCEConfigurationError>> where
R::Policy: SmithyRetryPolicy<UpdateVpceConfigurationInputOperationOutputAlias, UpdateVpceConfigurationOutput, UpdateVPCEConfigurationError, UpdateVpceConfigurationInputOperationRetryAlias>,
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 Amazon Resource Name (ARN) of the VPC endpoint configuration you want to update.
The Amazon Resource Name (ARN) of the VPC endpoint configuration you want to update.
The friendly name you give to your VPC endpoint configuration to manage your configurations more easily.
The friendly name you give to your VPC endpoint configuration to manage your configurations more easily.
The name of the VPC endpoint service running in your AWS account that you want Device Farm to test.
The name of the VPC endpoint service running in your AWS account that you want Device Farm to test.
The DNS (domain) name used to connect to your private service in your VPC. The DNS name must not already be in use on the internet.
The DNS (domain) name used to connect to your private service in your VPC. The DNS name must not already be in use on the internet.
An optional description that provides details about your VPC endpoint configuration.
An optional description that provides details about your VPC endpoint configuration.
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !RefUnwindSafe for UpdateVPCEConfiguration<C, M, R>
impl<C, M, R> Send for UpdateVPCEConfiguration<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Sync for UpdateVPCEConfiguration<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Unpin for UpdateVPCEConfiguration<C, M, R>
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !UnwindSafe for UpdateVPCEConfiguration<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
