aws-sdk-cloudfront 1.116.0

AWS SDK for Amazon CloudFront
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`GetConnectionGroupByRoutingEndpoint`](crate::operation::get_connection_group_by_routing_endpoint::builders::GetConnectionGroupByRoutingEndpointFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`routing_endpoint(impl Into<String>)`](crate::operation::get_connection_group_by_routing_endpoint::builders::GetConnectionGroupByRoutingEndpointFluentBuilder::routing_endpoint) / [`set_routing_endpoint(Option<String>)`](crate::operation::get_connection_group_by_routing_endpoint::builders::GetConnectionGroupByRoutingEndpointFluentBuilder::set_routing_endpoint):<br>required: **true**<br><p>The routing endpoint for the target connection group, such as d111111abcdef8.cloudfront.net.</p><br>
    /// - On success, responds with [`GetConnectionGroupByRoutingEndpointOutput`](crate::operation::get_connection_group_by_routing_endpoint::GetConnectionGroupByRoutingEndpointOutput) with field(s):
    ///   - [`connection_group(Option<ConnectionGroup>)`](crate::operation::get_connection_group_by_routing_endpoint::GetConnectionGroupByRoutingEndpointOutput::connection_group): <p>The connection group for your distribution tenants. When you first create a distribution tenant and you don't specify a connection group, CloudFront will automatically create a default connection group for you. When you create a new distribution tenant and don't specify a connection group, the default one will be associated with your distribution tenant.</p>
    ///   - [`e_tag(Option<String>)`](crate::operation::get_connection_group_by_routing_endpoint::GetConnectionGroupByRoutingEndpointOutput::e_tag): <p>The current version of the connection group.</p>
    /// - On failure, responds with [`SdkError<GetConnectionGroupByRoutingEndpointError>`](crate::operation::get_connection_group_by_routing_endpoint::GetConnectionGroupByRoutingEndpointError)
    pub fn get_connection_group_by_routing_endpoint(
        &self,
    ) -> crate::operation::get_connection_group_by_routing_endpoint::builders::GetConnectionGroupByRoutingEndpointFluentBuilder {
        crate::operation::get_connection_group_by_routing_endpoint::builders::GetConnectionGroupByRoutingEndpointFluentBuilder::new(
            self.handle.clone(),
        )
    }
}