Struct aws_sdk_ec2::client::fluent_builders::DescribeVpcEndpointServices [−][src]
pub struct DescribeVpcEndpointServices<C = DynConnector, M = DefaultMiddleware, R = Standard> { /* fields omitted */ }Expand description
Fluent builder constructing a request to DescribeVpcEndpointServices.
Describes available services to which you can create a VPC endpoint.
When the service provider and the consumer have different accounts in multiple
Availability Zones, and the consumer views the VPC endpoint service information, the
response only includes the common Availability Zones. For example, when the service
provider account uses us-east-1a and us-east-1c and the
consumer uses us-east-1a and us-east-1b, the response includes
the VPC endpoint services in the common Availability Zone,
us-east-1a.
Implementations
impl<C, M, R> DescribeVpcEndpointServices<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> DescribeVpcEndpointServices<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<DescribeVpcEndpointServicesOutput, SdkError<DescribeVpcEndpointServicesError>> where
R::Policy: SmithyRetryPolicy<DescribeVpcEndpointServicesInputOperationOutputAlias, DescribeVpcEndpointServicesOutput, DescribeVpcEndpointServicesError, DescribeVpcEndpointServicesInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<DescribeVpcEndpointServicesOutput, SdkError<DescribeVpcEndpointServicesError>> where
R::Policy: SmithyRetryPolicy<DescribeVpcEndpointServicesInputOperationOutputAlias, DescribeVpcEndpointServicesOutput, DescribeVpcEndpointServicesError, DescribeVpcEndpointServicesInputOperationRetryAlias>,
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.
Checks whether you have the required permissions for the action, without actually making the request,
and provides an error response. If you have the required permissions, the error response is DryRunOperation.
Otherwise, it is UnauthorizedOperation.
Checks whether you have the required permissions for the action, without actually making the request,
and provides an error response. If you have the required permissions, the error response is DryRunOperation.
Otherwise, it is UnauthorizedOperation.
Appends an item to ServiceNames.
To override the contents of this collection use set_service_names.
One or more service names.
One or more service names.
Appends an item to Filters.
To override the contents of this collection use set_filters.
One or more filters.
-
service-name- The name of the service. -
service-type- The type of service (Interface|Gateway). -
tag:- The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key Ownerand the valueTeamA, specifytag:Ownerfor the filter name andTeamAfor the filter value. -
tag-key- The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.
One or more filters.
-
service-name- The name of the service. -
service-type- The type of service (Interface|Gateway). -
tag:- The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key Ownerand the valueTeamA, specifytag:Ownerfor the filter name andTeamAfor the filter value. -
tag-key- The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.
The maximum number of items to return for this request. The request returns a token that you can specify in a subsequent call to get the next set of results.
Constraint: If the value is greater than 1,000, we return only 1,000 items.
The maximum number of items to return for this request. The request returns a token that you can specify in a subsequent call to get the next set of results.
Constraint: If the value is greater than 1,000, we return only 1,000 items.
The token for the next set of items to return. (You received this token from a prior call.)
The token for the next set of items to return. (You received this token from a prior call.)
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !RefUnwindSafe for DescribeVpcEndpointServices<C, M, R>
impl<C, M, R> Send for DescribeVpcEndpointServices<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Sync for DescribeVpcEndpointServices<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Unpin for DescribeVpcEndpointServices<C, M, R>
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !UnwindSafe for DescribeVpcEndpointServices<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
