1 1 | // Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
|
2 - | pub use crate::operation::get_access_point_configuration_for_object_lambda::_get_access_point_configuration_for_object_lambda_output::GetAccessPointConfigurationForObjectLambdaOutputBuilder;
|
3 - |
|
4 2 | pub use crate::operation::get_access_point_configuration_for_object_lambda::_get_access_point_configuration_for_object_lambda_input::GetAccessPointConfigurationForObjectLambdaInputBuilder;
|
5 3 |
|
4 + | pub use crate::operation::get_access_point_configuration_for_object_lambda::_get_access_point_configuration_for_object_lambda_output::GetAccessPointConfigurationForObjectLambdaOutputBuilder;
|
5 + |
|
6 6 | impl crate::operation::get_access_point_configuration_for_object_lambda::builders::GetAccessPointConfigurationForObjectLambdaInputBuilder {
|
7 7 | /// Sends a request with this input using the given client.
|
8 8 | pub async fn send_with(
|
9 9 | self,
|
10 10 | client: &crate::Client,
|
11 11 | ) -> ::std::result::Result<
|
12 12 | crate::operation::get_access_point_configuration_for_object_lambda::GetAccessPointConfigurationForObjectLambdaOutput,
|
13 13 | ::aws_smithy_runtime_api::client::result::SdkError<
|
14 14 | crate::operation::get_access_point_configuration_for_object_lambda::GetAccessPointConfigurationForObjectLambdaError,
|
15 15 | ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,
|
16 16 | >,
|
17 17 | > {
|
18 18 | let mut fluent_builder = client.get_access_point_configuration_for_object_lambda();
|
19 19 | fluent_builder.inner = self;
|
20 20 | fluent_builder.send().await
|
21 21 | }
|
22 22 | }
|
23 23 | /// Fluent builder constructing a request to `GetAccessPointConfigurationForObjectLambda`.
|
24 24 | ///
|
25 25 | /// <note>
|
26 26 | /// <p>This operation is not supported by directory buckets.</p>
|
27 27 | /// </note>
|
28 28 | /// <p>Returns configuration for an Object Lambda Access Point.</p>
|
29 29 | /// <p>The following actions are related to <code>GetAccessPointConfigurationForObjectLambda</code>:</p>
|
30 30 | /// <ul>
|
31 31 | /// <li>
|
32 32 | /// <p><a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutAccessPointConfigurationForObjectLambda.html">PutAccessPointConfigurationForObjectLambda</a></p></li>
|
33 33 | /// </ul><important>
|
34 34 | /// <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
|
35 35 | /// </important>
|