Skip to main content

aws_sdk_s3/operation/
list_object_versions.rs

1// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
2/// Orchestration and serialization glue logic for `ListObjectVersions`.
3#[derive(::std::clone::Clone, ::std::default::Default, ::std::fmt::Debug)]
4#[non_exhaustive]
5pub struct ListObjectVersions;
6impl ListObjectVersions {
7    /// Creates a new `ListObjectVersions`
8    pub fn new() -> Self {
9        Self
10    }
11    pub(crate) async fn orchestrate(
12        runtime_plugins: &::aws_smithy_runtime_api::client::runtime_plugin::RuntimePlugins,
13        input: crate::operation::list_object_versions::ListObjectVersionsInput,
14    ) -> ::std::result::Result<
15        crate::operation::list_object_versions::ListObjectVersionsOutput,
16        ::aws_smithy_runtime_api::client::result::SdkError<
17            crate::operation::list_object_versions::ListObjectVersionsError,
18            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,
19        >,
20    > {
21        let map_err = |err: ::aws_smithy_runtime_api::client::result::SdkError<
22            ::aws_smithy_runtime_api::client::interceptors::context::Error,
23            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,
24        >| {
25            err.map_service_error(|err| {
26                err.downcast::<crate::operation::list_object_versions::ListObjectVersionsError>()
27                    .expect("correct error type")
28            })
29        };
30        let context = Self::orchestrate_with_stop_point(runtime_plugins, input, ::aws_smithy_runtime::client::orchestrator::StopPoint::None)
31            .await
32            .map_err(map_err)?;
33        let output = context.finalize().map_err(map_err)?;
34        ::std::result::Result::Ok(
35            output
36                .downcast::<crate::operation::list_object_versions::ListObjectVersionsOutput>()
37                .expect("correct output type"),
38        )
39    }
40
41    pub(crate) async fn orchestrate_with_stop_point(
42        runtime_plugins: &::aws_smithy_runtime_api::client::runtime_plugin::RuntimePlugins,
43        input: crate::operation::list_object_versions::ListObjectVersionsInput,
44        stop_point: ::aws_smithy_runtime::client::orchestrator::StopPoint,
45    ) -> ::std::result::Result<
46        ::aws_smithy_runtime_api::client::interceptors::context::InterceptorContext,
47        ::aws_smithy_runtime_api::client::result::SdkError<
48            ::aws_smithy_runtime_api::client::interceptors::context::Error,
49            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,
50        >,
51    > {
52        let input = ::aws_smithy_runtime_api::client::interceptors::context::Input::erase(input);
53        use ::tracing::Instrument;
54        ::aws_smithy_runtime::client::orchestrator::invoke_with_stop_point("S3", "ListObjectVersions", input, runtime_plugins, stop_point)
55            // Create a parent span for the entire operation. Includes a random, internal-only,
56            // seven-digit ID for the operation orchestration so that it can be correlated in the logs.
57            .instrument(::tracing::debug_span!(
58                "S3.ListObjectVersions",
59                "rpc.service" = "S3",
60                "rpc.method" = "ListObjectVersions",
61                "sdk_invocation_id" = ::fastrand::u32(1_000_000..10_000_000),
62                "rpc.system" = "aws-api",
63            ))
64            .await
65    }
66
67    pub(crate) fn operation_runtime_plugins(
68        client_runtime_plugins: ::aws_smithy_runtime_api::client::runtime_plugin::RuntimePlugins,
69        client_config: &crate::config::Config,
70        config_override: ::std::option::Option<crate::config::Builder>,
71    ) -> ::aws_smithy_runtime_api::client::runtime_plugin::RuntimePlugins {
72        let mut runtime_plugins = client_runtime_plugins.with_operation_plugin(Self::new());
73
74        if let ::std::option::Option::Some(config_override) = config_override {
75            for plugin in config_override.runtime_plugins.iter().cloned() {
76                runtime_plugins = runtime_plugins.with_operation_plugin(plugin);
77            }
78            runtime_plugins = runtime_plugins.with_operation_plugin(crate::config::ConfigOverrideRuntimePlugin::new(
79                config_override,
80                client_config.config.clone(),
81                &client_config.runtime_components,
82            ));
83        }
84        runtime_plugins
85    }
86}
87impl ::aws_smithy_runtime_api::client::runtime_plugin::RuntimePlugin for ListObjectVersions {
88    fn config(&self) -> ::std::option::Option<::aws_smithy_types::config_bag::FrozenLayer> {
89        let mut cfg = ::aws_smithy_types::config_bag::Layer::new("ListObjectVersions");
90
91        cfg.store_put(::aws_smithy_runtime_api::client::ser_de::SharedRequestSerializer::new(
92            ListObjectVersionsRequestSerializer,
93        ));
94        cfg.store_put(::aws_smithy_runtime_api::client::ser_de::SharedResponseDeserializer::new(
95            ListObjectVersionsResponseDeserializer,
96        ));
97
98        cfg.store_put(::aws_smithy_runtime_api::client::auth::AuthSchemeOptionResolverParams::new(
99            crate::config::auth::Params::builder()
100                .operation_name("ListObjectVersions")
101                .build()
102                .expect("required fields set"),
103        ));
104
105        cfg.store_put(::aws_smithy_runtime_api::client::orchestrator::Metadata::new("ListObjectVersions", "S3"));
106        let mut signing_options = ::aws_runtime::auth::SigningOptions::default();
107        signing_options.double_uri_encode = false;
108        signing_options.content_sha256_header = true;
109        signing_options.normalize_uri_path = false;
110        signing_options.payload_override = None;
111
112        cfg.store_put(::aws_runtime::auth::SigV4OperationSigningConfig {
113            signing_options,
114            ..::std::default::Default::default()
115        });
116
117        ::std::option::Option::Some(cfg.freeze())
118    }
119
120    fn runtime_components(
121        &self,
122        _: &::aws_smithy_runtime_api::client::runtime_components::RuntimeComponentsBuilder,
123    ) -> ::std::borrow::Cow<'_, ::aws_smithy_runtime_api::client::runtime_components::RuntimeComponentsBuilder> {
124        #[allow(unused_mut)]
125                    let mut rcb = ::aws_smithy_runtime_api::client::runtime_components::RuntimeComponentsBuilder::new("ListObjectVersions")
126                            .with_interceptor(::aws_smithy_runtime_api::client::interceptors::SharedInterceptor::permanent(::aws_smithy_runtime::client::stalled_stream_protection::StalledStreamProtectionInterceptor::default()))
127.with_interceptor(::aws_smithy_runtime_api::client::interceptors::SharedInterceptor::permanent(ListObjectVersionsEndpointParamsInterceptor))
128                            .with_retry_classifier(::aws_smithy_runtime::client::retries::classifiers::TransientErrorClassifier::<crate::operation::list_object_versions::ListObjectVersionsError>::new())
129.with_retry_classifier(::aws_smithy_runtime::client::retries::classifiers::ModeledAsRetryableClassifier::<crate::operation::list_object_versions::ListObjectVersionsError>::new())
130.with_retry_classifier(::aws_runtime::retries::classifiers::AwsErrorCodeClassifier::<crate::operation::list_object_versions::ListObjectVersionsError>::builder().transient_errors({
131                                            let mut transient_errors: Vec<&'static str> = ::aws_runtime::retries::classifiers::TRANSIENT_ERRORS.into();
132                                            transient_errors.push("InternalError");
133                                            ::std::borrow::Cow::Owned(transient_errors)
134                                            }).build());
135
136        ::std::borrow::Cow::Owned(rcb)
137    }
138}
139
140#[derive(Debug)]
141struct ListObjectVersionsResponseDeserializer;
142impl ::aws_smithy_runtime_api::client::ser_de::DeserializeResponse for ListObjectVersionsResponseDeserializer {
143    fn deserialize_nonstreaming_with_config(
144        &self,
145        response: &::aws_smithy_runtime_api::client::orchestrator::HttpResponse,
146        _cfg: &::aws_smithy_types::config_bag::ConfigBag,
147    ) -> ::aws_smithy_runtime_api::client::interceptors::context::OutputOrError {
148        let (success, status) = (response.status().is_success(), response.status().as_u16());
149        let headers = response.headers();
150        let body = response.body().bytes().expect("body loaded");
151        #[allow(unused_mut)]
152        let mut force_error = false;
153        ::tracing::debug!(extended_request_id = ?crate::s3_request_id::RequestIdExt::extended_request_id(response));
154        if matches!(crate::rest_xml_unwrapped_errors::body_is_error(body), Ok(true)) {
155            force_error = true;
156        }
157        ::tracing::debug!(request_id = ?::aws_types::request_id::RequestId::request_id(response));
158        let parse_result = if !success && status != 200 || force_error {
159            crate::protocol_serde::shape_list_object_versions::de_list_object_versions_http_error(status, headers, body)
160        } else {
161            crate::protocol_serde::shape_list_object_versions::de_list_object_versions_http_response(status, headers, body)
162        };
163        crate::protocol_serde::type_erase_result(parse_result)
164    }
165}
166#[derive(Debug)]
167struct ListObjectVersionsRequestSerializer;
168impl ::aws_smithy_runtime_api::client::ser_de::SerializeRequest for ListObjectVersionsRequestSerializer {
169    #[allow(unused_mut, clippy::let_and_return, clippy::needless_borrow, clippy::useless_conversion)]
170    fn serialize_input(
171        &self,
172        input: ::aws_smithy_runtime_api::client::interceptors::context::Input,
173        _cfg: &mut ::aws_smithy_types::config_bag::ConfigBag,
174    ) -> ::std::result::Result<::aws_smithy_runtime_api::client::orchestrator::HttpRequest, ::aws_smithy_runtime_api::box_error::BoxError> {
175        let input = input
176            .downcast::<crate::operation::list_object_versions::ListObjectVersionsInput>()
177            .expect("correct type");
178        let _header_serialization_settings = _cfg
179            .load::<crate::serialization_settings::HeaderSerializationSettings>()
180            .cloned()
181            .unwrap_or_default();
182        let mut request_builder = {
183            #[allow(clippy::uninlined_format_args)]
184            fn uri_base(
185                _input: &crate::operation::list_object_versions::ListObjectVersionsInput,
186                output: &mut ::std::string::String,
187            ) -> ::std::result::Result<(), ::aws_smithy_types::error::operation::BuildError> {
188                use ::std::fmt::Write as _;
189                ::std::write!(output, "/").expect("formatting should succeed");
190                ::std::result::Result::Ok(())
191            }
192            fn uri_query(
193                _input: &crate::operation::list_object_versions::ListObjectVersionsInput,
194                mut output: &mut ::std::string::String,
195            ) -> ::std::result::Result<(), ::aws_smithy_types::error::operation::BuildError> {
196                let mut query = ::aws_smithy_http::query::Writer::new(output);
197                query.push_v("versions");
198                if let ::std::option::Option::Some(inner_1) = &_input.delimiter {
199                    {
200                        query.push_kv("delimiter", &::aws_smithy_http::query::fmt_string(inner_1));
201                    }
202                }
203                if let ::std::option::Option::Some(inner_2) = &_input.encoding_type {
204                    {
205                        query.push_kv("encoding-type", &::aws_smithy_http::query::fmt_string(inner_2.as_str()));
206                    }
207                }
208                if let ::std::option::Option::Some(inner_3) = &_input.key_marker {
209                    {
210                        query.push_kv("key-marker", &::aws_smithy_http::query::fmt_string(inner_3));
211                    }
212                }
213                if let ::std::option::Option::Some(inner_4) = &_input.max_keys {
214                    {
215                        query.push_kv("max-keys", ::aws_smithy_types::primitive::Encoder::from(*inner_4).encode());
216                    }
217                }
218                if let ::std::option::Option::Some(inner_5) = &_input.prefix {
219                    {
220                        query.push_kv("prefix", &::aws_smithy_http::query::fmt_string(inner_5));
221                    }
222                }
223                if let ::std::option::Option::Some(inner_6) = &_input.version_id_marker {
224                    {
225                        query.push_kv("version-id-marker", &::aws_smithy_http::query::fmt_string(inner_6));
226                    }
227                }
228                ::std::result::Result::Ok(())
229            }
230            #[allow(clippy::unnecessary_wraps)]
231            fn update_http_builder(
232                input: &crate::operation::list_object_versions::ListObjectVersionsInput,
233                builder: ::http_1x::request::Builder,
234            ) -> ::std::result::Result<::http_1x::request::Builder, ::aws_smithy_types::error::operation::BuildError> {
235                let mut uri = ::std::string::String::new();
236                uri_base(input, &mut uri)?;
237                uri_query(input, &mut uri)?;
238                let builder = crate::protocol_serde::shape_list_object_versions::ser_list_object_versions_headers(input, builder)?;
239                ::std::result::Result::Ok(builder.method("GET").uri(uri))
240            }
241            let mut builder = update_http_builder(&input, ::http_1x::request::Builder::new())?;
242            builder
243        };
244        let body = ::aws_smithy_types::body::SdkBody::from("");
245
246        ::std::result::Result::Ok(request_builder.body(body).expect("valid request").try_into().unwrap())
247    }
248}
249#[derive(Debug)]
250struct ListObjectVersionsEndpointParamsInterceptor;
251
252#[::aws_smithy_runtime_api::client::interceptors::dyn_dispatch_hint]
253impl ::aws_smithy_runtime_api::client::interceptors::Intercept for ListObjectVersionsEndpointParamsInterceptor {
254    fn name(&self) -> &'static str {
255        "ListObjectVersionsEndpointParamsInterceptor"
256    }
257
258    fn read_before_execution(
259        &self,
260        context: &::aws_smithy_runtime_api::client::interceptors::context::BeforeSerializationInterceptorContextRef<
261            '_,
262            ::aws_smithy_runtime_api::client::interceptors::context::Input,
263            ::aws_smithy_runtime_api::client::interceptors::context::Output,
264            ::aws_smithy_runtime_api::client::interceptors::context::Error,
265        >,
266        cfg: &mut ::aws_smithy_types::config_bag::ConfigBag,
267    ) -> ::std::result::Result<(), ::aws_smithy_runtime_api::box_error::BoxError> {
268        let _input = context
269            .input()
270            .downcast_ref::<ListObjectVersionsInput>()
271            .ok_or("failed to downcast to ListObjectVersionsInput")?;
272
273        let params = crate::config::endpoint::Params::builder()
274            .set_region(cfg.load::<::aws_types::region::Region>().map(|r| r.as_ref().to_owned()))
275            .set_use_fips(cfg.load::<::aws_types::endpoint_config::UseFips>().map(|ty| ty.0))
276            .set_use_dual_stack(cfg.load::<::aws_types::endpoint_config::UseDualStack>().map(|ty| ty.0))
277            .set_endpoint(cfg.load::<::aws_types::endpoint_config::EndpointUrl>().map(|ty| ty.0.clone()))
278            .set_force_path_style(cfg.load::<crate::config::ForcePathStyle>().map(|ty| ty.0))
279            .set_use_arn_region(cfg.load::<crate::config::UseArnRegion>().map(|ty| ty.0))
280            .set_disable_multi_region_access_points(cfg.load::<crate::config::DisableMultiRegionAccessPoints>().map(|ty| ty.0))
281            .set_accelerate(cfg.load::<crate::config::Accelerate>().map(|ty| ty.0))
282            .set_disable_s3_express_session_auth(cfg.load::<crate::config::DisableS3ExpressSessionAuth>().map(|ty| ty.0))
283            .set_bucket(Some(
284                _input
285                    .bucket
286                    .clone()
287                    .filter(|f| !AsRef::<str>::as_ref(f).trim().is_empty())
288                    .ok_or_else(|| ::aws_smithy_types::error::operation::BuildError::missing_field("bucket", "A required field was not set"))?,
289            ))
290            .set_prefix(_input.prefix.clone())
291            .build()
292            .map_err(|err| {
293                ::aws_smithy_runtime_api::client::interceptors::error::ContextAttachedError::new("endpoint params could not be built", err)
294            })?;
295        cfg.interceptor_state()
296            .store_put(::aws_smithy_runtime_api::client::endpoint::EndpointResolverParams::new(params));
297        ::std::result::Result::Ok(())
298    }
299}
300
301// The get_* functions below are generated from JMESPath expressions in the
302// operationContextParams trait. They target the operation's input shape.
303
304#[allow(unreachable_code, unused_variables)]
305#[cfg(test)]
306mod list_object_versions_test {
307
308    /// Verify that interleaving list elements (DeleteMarker and Version) from different lists works
309    /// Test ID: OutOfOrderVersions
310    #[::tokio::test]
311    #[::tracing_test::traced_test]
312    async fn out_of_order_versions_response() {
313        let expected_output = crate::operation::list_object_versions::ListObjectVersionsOutput::builder()
314            .set_name(::std::option::Option::Some("sdk-obj-versions-test".to_owned()))
315            .set_prefix(::std::option::Option::Some("".to_owned()))
316            .set_key_marker(::std::option::Option::Some("".to_owned()))
317            .set_version_id_marker(::std::option::Option::Some("".to_owned()))
318            .set_max_keys(::std::option::Option::Some(1000))
319            .set_is_truncated(::std::option::Option::Some(false))
320            .set_delete_markers(::std::option::Option::Some(vec![
321                crate::types::DeleteMarkerEntry::builder()
322                    .set_key(::std::option::Option::Some("build.gradle.kts".to_owned()))
323                    .set_version_id(::std::option::Option::Some("null".to_owned()))
324                    .set_is_latest(::std::option::Option::Some(true))
325                    .set_last_modified(::std::option::Option::Some(::aws_smithy_types::DateTime::from_fractional_secs(
326                        1234567890, 0_f64,
327                    )))
328                    .set_owner(::std::option::Option::Some(
329                        crate::types::Owner::builder()
330                            .set_id(::std::option::Option::Some(
331                                "c1665459250c459f1849ddce9b291fc3a72bcf5220dc8f6391a0a1045c683b34".to_owned(),
332                            ))
333                            .set_display_name(::std::option::Option::Some("test-name".to_owned()))
334                            .build(),
335                    ))
336                    .build(),
337                crate::types::DeleteMarkerEntry::builder()
338                    .set_key(::std::option::Option::Some("file-2".to_owned()))
339                    .set_version_id(::std::option::Option::Some("o98RL6vmlOYiymftbX7wgy_4XWQG4AmY".to_owned()))
340                    .set_is_latest(::std::option::Option::Some(true))
341                    .set_last_modified(::std::option::Option::Some(::aws_smithy_types::DateTime::from_fractional_secs(
342                        1234567890, 0_f64,
343                    )))
344                    .set_owner(::std::option::Option::Some(
345                        crate::types::Owner::builder()
346                            .set_id(::std::option::Option::Some(
347                                "c1665459250c459f1849ddce9b291fc3a72bcf5220dc8f6391a0a1045c683b34".to_owned(),
348                            ))
349                            .set_display_name(::std::option::Option::Some("test-name".to_owned()))
350                            .build(),
351                    ))
352                    .build(),
353            ]))
354            .set_versions(::std::option::Option::Some(vec![
355                crate::types::ObjectVersion::builder()
356                    .set_key(::std::option::Option::Some("build.gradle.kts".to_owned()))
357                    .set_version_id(::std::option::Option::Some("IfK9Z4.H5TLAtMxFrxN_C7rFEZbufF3V".to_owned()))
358                    .set_is_latest(::std::option::Option::Some(false))
359                    .set_last_modified(::std::option::Option::Some(::aws_smithy_types::DateTime::from_fractional_secs(
360                        1234567890, 0_f64,
361                    )))
362                    .set_e_tag(::std::option::Option::Some("\"99613b85e3f38b222c4ee548cde1e59d\"".to_owned()))
363                    .set_size(::std::option::Option::Some(6903))
364                    .set_owner(::std::option::Option::Some(
365                        crate::types::Owner::builder()
366                            .set_id(::std::option::Option::Some(
367                                "c1665459250c459f1849ddce9b291fc3a72bcf5220dc8f6391a0a1045c683b34".to_owned(),
368                            ))
369                            .set_display_name(::std::option::Option::Some("test-name".to_owned()))
370                            .build(),
371                    ))
372                    .set_storage_class(::std::option::Option::Some(
373                        "STANDARD"
374                            .parse::<crate::types::ObjectVersionStorageClass>()
375                            .expect("static value validated to member"),
376                    ))
377                    .build(),
378                crate::types::ObjectVersion::builder()
379                    .set_key(::std::option::Option::Some("file-2".to_owned()))
380                    .set_version_id(::std::option::Option::Some("PSVAbvQihRdsNiktGothjGng7q.5ou9Q".to_owned()))
381                    .set_is_latest(::std::option::Option::Some(false))
382                    .set_last_modified(::std::option::Option::Some(::aws_smithy_types::DateTime::from_fractional_secs(
383                        1234567890, 0_f64,
384                    )))
385                    .set_e_tag(::std::option::Option::Some("\"1727d9cb38dd325d9c12c973ef3675fc\"".to_owned()))
386                    .set_size(::std::option::Option::Some(14))
387                    .set_owner(::std::option::Option::Some(
388                        crate::types::Owner::builder()
389                            .set_id(::std::option::Option::Some(
390                                "c1665459250c459f1849ddce9b291fc3a72bcf5220dc8f6391a0a1045c683b34".to_owned(),
391                            ))
392                            .set_display_name(::std::option::Option::Some("test-name".to_owned()))
393                            .build(),
394                    ))
395                    .set_storage_class(::std::option::Option::Some(
396                        "STANDARD"
397                            .parse::<crate::types::ObjectVersionStorageClass>()
398                            .expect("static value validated to member"),
399                    ))
400                    .build(),
401            ]))
402            .build();
403        let mut http_response = ::aws_smithy_runtime_api::http::Response::try_from(::http_1x::response::Builder::new()
404        .status(200)
405                    .body(::aws_smithy_types::body::SdkBody::from("<?xml version=\"1.0\"?>\n<ListVersionsResult xmlns=\"http://s3.amazonaws.com/doc/2006-03-01/\">\n  <Name>sdk-obj-versions-test</Name>\n  <Prefix/>\n  <KeyMarker/>\n  <VersionIdMarker/>\n  <MaxKeys>1000</MaxKeys>\n  <IsTruncated>false</IsTruncated>\n  <DeleteMarker>\n    <Key>build.gradle.kts</Key>\n    <VersionId>null</VersionId>\n    <IsLatest>true</IsLatest>\n    <LastModified>2009-02-13T23:31:30Z</LastModified>\n    <Owner>\n      <ID>c1665459250c459f1849ddce9b291fc3a72bcf5220dc8f6391a0a1045c683b34</ID>\n      <DisplayName>test-name</DisplayName>\n    </Owner>\n  </DeleteMarker>\n  <Version>\n    <Key>build.gradle.kts</Key>\n    <VersionId>IfK9Z4.H5TLAtMxFrxN_C7rFEZbufF3V</VersionId>\n    <IsLatest>false</IsLatest>\n    <LastModified>2009-02-13T23:31:30Z</LastModified>\n    <ETag>\"99613b85e3f38b222c4ee548cde1e59d\"</ETag>\n    <Size>6903</Size>\n    <Owner>\n      <ID>c1665459250c459f1849ddce9b291fc3a72bcf5220dc8f6391a0a1045c683b34</ID>\n      <DisplayName>test-name</DisplayName>\n    </Owner>\n    <StorageClass>STANDARD</StorageClass>\n  </Version>\n  <DeleteMarker>\n    <Key>file-2</Key>\n    <VersionId>o98RL6vmlOYiymftbX7wgy_4XWQG4AmY</VersionId>\n    <IsLatest>true</IsLatest>\n    <LastModified>2009-02-13T23:31:30Z</LastModified>\n    <Owner>\n      <ID>c1665459250c459f1849ddce9b291fc3a72bcf5220dc8f6391a0a1045c683b34</ID>\n      <DisplayName>test-name</DisplayName>\n    </Owner>\n  </DeleteMarker>\n  <Version>\n    <Key>file-2</Key>\n    <VersionId>PSVAbvQihRdsNiktGothjGng7q.5ou9Q</VersionId>\n    <IsLatest>false</IsLatest>\n    <LastModified>2009-02-13T23:31:30Z</LastModified>\n    <ETag>\"1727d9cb38dd325d9c12c973ef3675fc\"</ETag>\n    <Size>14</Size>\n    <Owner>\n      <ID>c1665459250c459f1849ddce9b291fc3a72bcf5220dc8f6391a0a1045c683b34</ID>\n      <DisplayName>test-name</DisplayName>\n    </Owner>\n    <StorageClass>STANDARD</StorageClass>\n  </Version>\n</ListVersionsResult>\n"))
406                    .unwrap()
407                    ).unwrap();
408        use ::aws_smithy_runtime_api::client::runtime_plugin::RuntimePlugin;
409        use ::aws_smithy_runtime_api::client::ser_de::DeserializeResponse;
410
411        let op = crate::operation::list_object_versions::ListObjectVersions::new();
412        let config = op.config().expect("the operation has config");
413        let de = config
414            .load::<::aws_smithy_runtime_api::client::ser_de::SharedResponseDeserializer>()
415            .expect("the config must have a deserializer");
416
417        // Build a config bag with the protocol for schema-based deserialization
418        #[allow(unused_mut)]
419        let mut test_cfg = ::aws_smithy_types::config_bag::ConfigBag::base();
420
421        let parsed = de.deserialize_streaming(&mut http_response);
422        let parsed = parsed.unwrap_or_else(|| {
423            let http_response = http_response.map(|body| {
424                ::aws_smithy_types::body::SdkBody::from(::bytes::Bytes::copy_from_slice(&::aws_smithy_protocol_test::decode_body_data(
425                    body.bytes().unwrap(),
426                    ::aws_smithy_protocol_test::MediaType::from("application/xml"),
427                )))
428            });
429            de.deserialize_nonstreaming_with_config(&http_response, &test_cfg)
430        });
431        let parsed = parsed
432            .expect("should be successful response")
433            .downcast::<crate::operation::list_object_versions::ListObjectVersionsOutput>()
434            .unwrap();
435        ::pretty_assertions::assert_eq!(parsed.is_truncated, expected_output.is_truncated, "Unexpected value for `is_truncated`");
436        ::pretty_assertions::assert_eq!(parsed.key_marker, expected_output.key_marker, "Unexpected value for `key_marker`");
437        ::pretty_assertions::assert_eq!(
438            parsed.version_id_marker,
439            expected_output.version_id_marker,
440            "Unexpected value for `version_id_marker`"
441        );
442        ::pretty_assertions::assert_eq!(
443            parsed.next_key_marker,
444            expected_output.next_key_marker,
445            "Unexpected value for `next_key_marker`"
446        );
447        ::pretty_assertions::assert_eq!(
448            parsed.next_version_id_marker,
449            expected_output.next_version_id_marker,
450            "Unexpected value for `next_version_id_marker`"
451        );
452        ::pretty_assertions::assert_eq!(parsed.versions, expected_output.versions, "Unexpected value for `versions`");
453        ::pretty_assertions::assert_eq!(
454            parsed.delete_markers,
455            expected_output.delete_markers,
456            "Unexpected value for `delete_markers`"
457        );
458        ::pretty_assertions::assert_eq!(parsed.name, expected_output.name, "Unexpected value for `name`");
459        ::pretty_assertions::assert_eq!(parsed.prefix, expected_output.prefix, "Unexpected value for `prefix`");
460        ::pretty_assertions::assert_eq!(parsed.delimiter, expected_output.delimiter, "Unexpected value for `delimiter`");
461        ::pretty_assertions::assert_eq!(parsed.max_keys, expected_output.max_keys, "Unexpected value for `max_keys`");
462        ::pretty_assertions::assert_eq!(
463            parsed.common_prefixes,
464            expected_output.common_prefixes,
465            "Unexpected value for `common_prefixes`"
466        );
467        ::pretty_assertions::assert_eq!(
468            parsed.encoding_type,
469            expected_output.encoding_type,
470            "Unexpected value for `encoding_type`"
471        );
472        ::pretty_assertions::assert_eq!(
473            parsed.request_charged,
474            expected_output.request_charged,
475            "Unexpected value for `request_charged`"
476        );
477    }
478}
479
480/// Error type for the `ListObjectVersionsError` operation.
481#[non_exhaustive]
482#[derive(::std::fmt::Debug)]
483pub enum ListObjectVersionsError {
484    /// An unexpected error occurred (e.g., invalid JSON returned by the service or an unknown error code).
485    #[deprecated(note = "Matching `Unhandled` directly is not forwards compatible. Instead, match using a \
486    variable wildcard pattern and check `.code()`:
487     \
488    &nbsp;&nbsp;&nbsp;`err if err.code() == Some(\"SpecificExceptionCode\") => { /* handle the error */ }`
489     \
490    See [`ProvideErrorMetadata`](#impl-ProvideErrorMetadata-for-ListObjectVersionsError) for what information is available for the error.")]
491    Unhandled(crate::error::sealed_unhandled::Unhandled),
492}
493impl ListObjectVersionsError {
494    /// Creates the `ListObjectVersionsError::Unhandled` variant from any error type.
495    pub fn unhandled(
496        err: impl ::std::convert::Into<::std::boxed::Box<dyn ::std::error::Error + ::std::marker::Send + ::std::marker::Sync + 'static>>,
497    ) -> Self {
498        Self::Unhandled(crate::error::sealed_unhandled::Unhandled {
499            source: err.into(),
500            meta: ::std::default::Default::default(),
501        })
502    }
503
504    /// Creates the `ListObjectVersionsError::Unhandled` variant from an [`ErrorMetadata`](::aws_smithy_types::error::ErrorMetadata).
505    pub fn generic(err: ::aws_smithy_types::error::ErrorMetadata) -> Self {
506        Self::Unhandled(crate::error::sealed_unhandled::Unhandled {
507            source: err.clone().into(),
508            meta: err,
509        })
510    }
511    ///
512    /// Returns error metadata, which includes the error code, message,
513    /// request ID, and potentially additional information.
514    ///
515    pub fn meta(&self) -> &::aws_smithy_types::error::ErrorMetadata {
516        match self {
517            Self::Unhandled(e) => &e.meta,
518        }
519    }
520}
521impl ::std::error::Error for ListObjectVersionsError {
522    fn source(&self) -> ::std::option::Option<&(dyn ::std::error::Error + 'static)> {
523        match self {
524            Self::Unhandled(_inner) => ::std::option::Option::Some(&*_inner.source),
525        }
526    }
527}
528impl ::std::fmt::Display for ListObjectVersionsError {
529    fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result {
530        match self {
531            Self::Unhandled(_inner) => {
532                if let ::std::option::Option::Some(code) = ::aws_smithy_types::error::metadata::ProvideErrorMetadata::code(self) {
533                    write!(f, "unhandled error ({code})")
534                } else {
535                    f.write_str("unhandled error")
536                }
537            }
538        }
539    }
540}
541impl ::aws_smithy_types::retry::ProvideErrorKind for ListObjectVersionsError {
542    fn code(&self) -> ::std::option::Option<&str> {
543        ::aws_smithy_types::error::metadata::ProvideErrorMetadata::code(self)
544    }
545    fn retryable_error_kind(&self) -> ::std::option::Option<::aws_smithy_types::retry::ErrorKind> {
546        ::std::option::Option::None
547    }
548}
549impl ::aws_smithy_types::error::metadata::ProvideErrorMetadata for ListObjectVersionsError {
550    fn meta(&self) -> &::aws_smithy_types::error::ErrorMetadata {
551        match self {
552            Self::Unhandled(_inner) => &_inner.meta,
553        }
554    }
555}
556impl ::aws_smithy_runtime_api::client::result::CreateUnhandledError for ListObjectVersionsError {
557    fn create_unhandled_error(
558        source: ::std::boxed::Box<dyn ::std::error::Error + ::std::marker::Send + ::std::marker::Sync + 'static>,
559        meta: ::std::option::Option<::aws_smithy_types::error::ErrorMetadata>,
560    ) -> Self {
561        Self::Unhandled(crate::error::sealed_unhandled::Unhandled {
562            source,
563            meta: meta.unwrap_or_default(),
564        })
565    }
566}
567impl crate::s3_request_id::RequestIdExt for crate::operation::list_object_versions::ListObjectVersionsError {
568    fn extended_request_id(&self) -> Option<&str> {
569        self.meta().extended_request_id()
570    }
571}
572impl ::aws_types::request_id::RequestId for crate::operation::list_object_versions::ListObjectVersionsError {
573    fn request_id(&self) -> Option<&str> {
574        self.meta().request_id()
575    }
576}
577
578pub use crate::operation::list_object_versions::_list_object_versions_input::ListObjectVersionsInput;
579
580pub use crate::operation::list_object_versions::_list_object_versions_output::ListObjectVersionsOutput;
581
582mod _list_object_versions_input;
583
584mod _list_object_versions_output;
585
586/// Builders
587pub mod builders;