1 - | // Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
|
2 - | /// Orchestration and serialization glue logic for `NestedXmlMapWithXmlName`.
|
3 - | #[derive(::std::clone::Clone, ::std::default::Default, ::std::fmt::Debug)]
|
4 - | #[non_exhaustive]
|
5 - | pub struct NestedXmlMapWithXmlName;
|
6 - | impl NestedXmlMapWithXmlName {
|
7 - | /// Creates a new `NestedXmlMapWithXmlName`
|
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::nested_xml_map_with_xml_name::NestedXmlMapWithXmlNameInput,
|
14 - | ) -> ::std::result::Result<
|
15 - | crate::operation::nested_xml_map_with_xml_name::NestedXmlMapWithXmlNameOutput,
|
16 - | ::aws_smithy_runtime_api::client::result::SdkError<
|
17 - | crate::operation::nested_xml_map_with_xml_name::NestedXmlMapWithXmlNameError,
|
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::nested_xml_map_with_xml_name::NestedXmlMapWithXmlNameError>()
|
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::nested_xml_map_with_xml_name::NestedXmlMapWithXmlNameOutput>()
|
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::nested_xml_map_with_xml_name::NestedXmlMapWithXmlNameInput,
|
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 - | ::aws_smithy_runtime::client::orchestrator::invoke_with_stop_point(
|
54 - | "restxmlprotocol",
|
55 - | "NestedXmlMapWithXmlName",
|
56 - | input,
|
57 - | runtime_plugins,
|
58 - | stop_point,
|
59 - | )
|
60 - | .await
|
61 - | }
|
62 - |
|
63 - | pub(crate) fn operation_runtime_plugins(
|
64 - | client_runtime_plugins: ::aws_smithy_runtime_api::client::runtime_plugin::RuntimePlugins,
|
65 - | client_config: &crate::config::Config,
|
66 - | config_override: ::std::option::Option<crate::config::Builder>,
|
67 - | ) -> ::aws_smithy_runtime_api::client::runtime_plugin::RuntimePlugins {
|
68 - | let mut runtime_plugins = client_runtime_plugins.with_operation_plugin(Self::new());
|
69 - | runtime_plugins = runtime_plugins.with_client_plugin(crate::auth_plugin::DefaultAuthOptionsPlugin::new(vec![
|
70 - | ::aws_smithy_runtime::client::auth::no_auth::NO_AUTH_SCHEME_ID,
|
71 - | ]));
|
72 - | if let ::std::option::Option::Some(config_override) = config_override {
|
73 - | for plugin in config_override.runtime_plugins.iter().cloned() {
|
74 - | runtime_plugins = runtime_plugins.with_operation_plugin(plugin);
|
75 - | }
|
76 - | runtime_plugins = runtime_plugins.with_operation_plugin(crate::config::ConfigOverrideRuntimePlugin::new(
|
77 - | config_override,
|
78 - | client_config.config.clone(),
|
79 - | &client_config.runtime_components,
|
80 - | ));
|
81 - | }
|
82 - | runtime_plugins
|
83 - | }
|
84 - | }
|
85 - | impl ::aws_smithy_runtime_api::client::runtime_plugin::RuntimePlugin for NestedXmlMapWithXmlName {
|
86 - | fn config(&self) -> ::std::option::Option<::aws_smithy_types::config_bag::FrozenLayer> {
|
87 - | let mut cfg = ::aws_smithy_types::config_bag::Layer::new("NestedXmlMapWithXmlName");
|
88 - |
|
89 - | cfg.store_put(::aws_smithy_runtime_api::client::ser_de::SharedRequestSerializer::new(
|
90 - | NestedXmlMapWithXmlNameRequestSerializer,
|
91 - | ));
|
92 - | cfg.store_put(::aws_smithy_runtime_api::client::ser_de::SharedResponseDeserializer::new(
|
93 - | NestedXmlMapWithXmlNameResponseDeserializer,
|
94 - | ));
|
95 - |
|
96 - | cfg.store_put(::aws_smithy_runtime_api::client::auth::AuthSchemeOptionResolverParams::new(
|
97 - | ::aws_smithy_runtime_api::client::auth::static_resolver::StaticAuthSchemeOptionResolverParams::new(),
|
98 - | ));
|
99 - |
|
100 - | cfg.store_put(::aws_smithy_runtime_api::client::orchestrator::Metadata::new(
|
101 - | "NestedXmlMapWithXmlName",
|
102 - | "restxmlprotocol",
|
103 - | ));
|
104 - |
|
105 - | ::std::option::Option::Some(cfg.freeze())
|
106 - | }
|
107 - |
|
108 - | fn runtime_components(
|
109 - | &self,
|
110 - | _: &::aws_smithy_runtime_api::client::runtime_components::RuntimeComponentsBuilder,
|
111 - | ) -> ::std::borrow::Cow<'_, ::aws_smithy_runtime_api::client::runtime_components::RuntimeComponentsBuilder> {
|
112 - | #[allow(unused_mut)]
|
113 - | let mut rcb = ::aws_smithy_runtime_api::client::runtime_components::RuntimeComponentsBuilder::new("NestedXmlMapWithXmlName")
|
114 - | .with_interceptor(::aws_smithy_runtime::client::stalled_stream_protection::StalledStreamProtectionInterceptor::default())
|
115 - | .with_interceptor(NestedXmlMapWithXmlNameEndpointParamsInterceptor)
|
116 - | .with_retry_classifier(::aws_smithy_runtime::client::retries::classifiers::TransientErrorClassifier::<
|
117 - | crate::operation::nested_xml_map_with_xml_name::NestedXmlMapWithXmlNameError,
|
118 - | >::new())
|
119 - | .with_retry_classifier(::aws_smithy_runtime::client::retries::classifiers::ModeledAsRetryableClassifier::<
|
120 - | crate::operation::nested_xml_map_with_xml_name::NestedXmlMapWithXmlNameError,
|
121 - | >::new());
|
122 - |
|
123 - | ::std::borrow::Cow::Owned(rcb)
|
124 - | }
|
125 - | }
|
126 - |
|
127 - | #[derive(Debug)]
|
128 - | struct NestedXmlMapWithXmlNameResponseDeserializer;
|
129 - | impl ::aws_smithy_runtime_api::client::ser_de::DeserializeResponse for NestedXmlMapWithXmlNameResponseDeserializer {
|
130 - | fn deserialize_nonstreaming(
|
131 - | &self,
|
132 - | response: &::aws_smithy_runtime_api::client::orchestrator::HttpResponse,
|
133 - | ) -> ::aws_smithy_runtime_api::client::interceptors::context::OutputOrError {
|
134 - | let (success, status) = (response.status().is_success(), response.status().as_u16());
|
135 - | let headers = response.headers();
|
136 - | let body = response.body().bytes().expect("body loaded");
|
137 - | #[allow(unused_mut)]
|
138 - | let mut force_error = false;
|
139 - |
|
140 - | let parse_result = if !success && status != 200 || force_error {
|
141 - | crate::protocol_serde::shape_nested_xml_map_with_xml_name::de_nested_xml_map_with_xml_name_http_error(status, headers, body)
|
142 - | } else {
|
143 - | crate::protocol_serde::shape_nested_xml_map_with_xml_name::de_nested_xml_map_with_xml_name_http_response(status, headers, body)
|
144 - | };
|
145 - | crate::protocol_serde::type_erase_result(parse_result)
|
146 - | }
|
147 - | }
|
148 - | #[derive(Debug)]
|
149 - | struct NestedXmlMapWithXmlNameRequestSerializer;
|
150 - | impl ::aws_smithy_runtime_api::client::ser_de::SerializeRequest for NestedXmlMapWithXmlNameRequestSerializer {
|
151 - | #[allow(unused_mut, clippy::let_and_return, clippy::needless_borrow, clippy::useless_conversion)]
|
152 - | fn serialize_input(
|
153 - | &self,
|
154 - | input: ::aws_smithy_runtime_api::client::interceptors::context::Input,
|
155 - | _cfg: &mut ::aws_smithy_types::config_bag::ConfigBag,
|
156 - | ) -> ::std::result::Result<::aws_smithy_runtime_api::client::orchestrator::HttpRequest, ::aws_smithy_runtime_api::box_error::BoxError> {
|
157 - | let input = input
|
158 - | .downcast::<crate::operation::nested_xml_map_with_xml_name::NestedXmlMapWithXmlNameInput>()
|
159 - | .expect("correct type");
|
160 - | let _header_serialization_settings = _cfg
|
161 - | .load::<crate::serialization_settings::HeaderSerializationSettings>()
|
162 - | .cloned()
|
163 - | .unwrap_or_default();
|
164 - | let mut request_builder = {
|
165 - | fn uri_base(
|
166 - | _input: &crate::operation::nested_xml_map_with_xml_name::NestedXmlMapWithXmlNameInput,
|
167 - | output: &mut ::std::string::String,
|
168 - | ) -> ::std::result::Result<(), ::aws_smithy_types::error::operation::BuildError> {
|
169 - | use ::std::fmt::Write as _;
|
170 - | ::std::write!(output, "/NestedXmlMapWithXmlName").expect("formatting should succeed");
|
171 - | ::std::result::Result::Ok(())
|
172 - | }
|
173 - | #[allow(clippy::unnecessary_wraps)]
|
174 - | fn update_http_builder(
|
175 - | input: &crate::operation::nested_xml_map_with_xml_name::NestedXmlMapWithXmlNameInput,
|
176 - | builder: ::http::request::Builder,
|
177 - | ) -> ::std::result::Result<::http::request::Builder, ::aws_smithy_types::error::operation::BuildError> {
|
178 - | let mut uri = ::std::string::String::new();
|
179 - | uri_base(input, &mut uri)?;
|
180 - | ::std::result::Result::Ok(builder.method("POST").uri(uri))
|
181 - | }
|
182 - | let mut builder = update_http_builder(&input, ::http::request::Builder::new())?;
|
183 - | builder = _header_serialization_settings.set_default_header(builder, ::http::header::CONTENT_TYPE, "application/xml");
|
184 - | builder
|
185 - | };
|
186 - | let body = ::aws_smithy_types::body::SdkBody::from(
|
187 - | crate::protocol_serde::shape_nested_xml_map_with_xml_name::ser_nested_xml_map_with_xml_name_op_input(&input)?,
|
188 - | );
|
189 - | if let Some(content_length) = body.content_length() {
|
190 - | let content_length = content_length.to_string();
|
191 - | request_builder = _header_serialization_settings.set_default_header(request_builder, ::http::header::CONTENT_LENGTH, &content_length);
|
192 - | }
|
193 - | ::std::result::Result::Ok(request_builder.body(body).expect("valid request").try_into().unwrap())
|
194 - | }
|
195 - | }
|
196 - | #[derive(Debug)]
|
197 - | struct NestedXmlMapWithXmlNameEndpointParamsInterceptor;
|
198 - |
|
199 - | impl ::aws_smithy_runtime_api::client::interceptors::Intercept for NestedXmlMapWithXmlNameEndpointParamsInterceptor {
|
200 - | fn name(&self) -> &'static str {
|
201 - | "NestedXmlMapWithXmlNameEndpointParamsInterceptor"
|
202 - | }
|
203 - |
|
204 - | fn read_before_execution(
|
205 - | &self,
|
206 - | context: &::aws_smithy_runtime_api::client::interceptors::context::BeforeSerializationInterceptorContextRef<
|
207 - | '_,
|
208 - | ::aws_smithy_runtime_api::client::interceptors::context::Input,
|
209 - | ::aws_smithy_runtime_api::client::interceptors::context::Output,
|
210 - | ::aws_smithy_runtime_api::client::interceptors::context::Error,
|
211 - | >,
|
212 - | cfg: &mut ::aws_smithy_types::config_bag::ConfigBag,
|
213 - | ) -> ::std::result::Result<(), ::aws_smithy_runtime_api::box_error::BoxError> {
|
214 - | let _input = context
|
215 - | .input()
|
216 - | .downcast_ref::<NestedXmlMapWithXmlNameInput>()
|
217 - | .ok_or("failed to downcast to NestedXmlMapWithXmlNameInput")?;
|
218 - |
|
219 - | let params = crate::config::endpoint::Params::builder().build().map_err(|err| {
|
220 - | ::aws_smithy_runtime_api::client::interceptors::error::ContextAttachedError::new("endpoint params could not be built", err)
|
221 - | })?;
|
222 - | cfg.interceptor_state()
|
223 - | .store_put(::aws_smithy_runtime_api::client::endpoint::EndpointResolverParams::new(params));
|
224 - | ::std::result::Result::Ok(())
|
225 - | }
|
226 - | }
|
227 - |
|
228 - | // The get_* functions below are generated from JMESPath expressions in the
|
229 - | // operationContextParams trait. They target the operation's input shape.
|
230 - |
|
231 - | #[allow(unreachable_code, unused_variables)]
|
232 - | #[cfg(test)]
|
233 - | mod nested_xml_map_with_xml_name_test {
|
234 - |
|
235 - | /// Serializes nested XML Maps in requests that have xmlName on members
|
236 - | /// Test ID: NestedXmlMapWithXmlNameSerializes
|
237 - | #[::tokio::test]
|
238 - | #[::tracing_test::traced_test]
|
239 - | #[should_panic]
|
240 - | async fn nested_xml_map_with_xml_name_serializes_request() {
|
241 - | let (http_client, request_receiver) = ::aws_smithy_runtime::client::http::test_util::capture_request(None);
|
242 - | let config_builder = crate::config::Config::builder().with_test_defaults().endpoint_url("https://example.com");
|
243 - |
|
244 - | let client = crate::Client::from_conf(config_builder.http_client(http_client).build());
|
245 - | let result = client
|
246 - | .nested_xml_map_with_xml_name()
|
247 - | .set_nested_xml_map_with_xml_name_map(::std::option::Option::Some({
|
248 - | let mut ret = ::std::collections::HashMap::new();
|
249 - | ret.insert("foo".to_owned(), {
|
250 - | let mut ret = ::std::collections::HashMap::new();
|
251 - | ret.insert("bar".to_owned(), "Baz".to_owned());
|
252 - | ret.insert("fizz".to_owned(), "Buzz".to_owned());
|
253 - | ret
|
254 - | });
|
255 - | ret.insert("qux".to_owned(), {
|
256 - | let mut ret = ::std::collections::HashMap::new();
|
257 - | ret.insert("foobar".to_owned(), "Bar".to_owned());
|
258 - | ret.insert("fizzbuzz".to_owned(), "Buzz".to_owned());
|
259 - | ret
|
260 - | });
|
261 - | ret
|
262 - | }))
|
263 - | .send()
|
264 - | .await;
|
265 - | let _ = dbg!(result);
|
266 - | let http_request = request_receiver.expect_request();
|
267 - | let expected_headers = [("Content-Type", "application/xml")];
|
268 - | ::aws_smithy_protocol_test::assert_ok(::aws_smithy_protocol_test::validate_headers(http_request.headers(), expected_headers));
|
269 - | let body = http_request.body().bytes().expect("body should be strict");
|
270 - | ::aws_smithy_protocol_test::assert_ok(
|
271 - | ::aws_smithy_protocol_test::validate_body(body, " <NestedXmlMapWithXmlNameRequest>\n <nestedXmlMapWithXmlNameMap>\n <entry>\n <OuterKey>foo</OuterKey>\n <value>\n <entry>\n <InnerKey>bar</InnerKey>\n <InnerValue>Baz</InnerValue>\n </entry>\n <entry>\n <InnerKey>fizz</InnerKey>\n <InnerValue>Buzz</InnerValue>\n </entry>\n </value>\n </entry>\n <entry>\n <OuterKey>qux</OuterKey>\n <value>\n <entry>\n <InnerKey>foobar</InnerKey>\n <InnerValue>Bar</InnerValue>\n </entry>\n <entry>\n <InnerKey>fizzbuzz</InnerKey>\n <InnerValue>Buzz</InnerValue>\n </entry>\n </value>\n </entry>\n </nestedXmlMapWithXmlNameMap>\n </NestedXmlMapWithXmlNameRequest>\n", ::aws_smithy_protocol_test::MediaType::from("application/xml"))
|
272 - | );
|
273 - | let uri: ::http::Uri = http_request.uri().parse().expect("invalid URI sent");
|
274 - | ::pretty_assertions::assert_eq!(http_request.method(), "POST", "method was incorrect");
|
275 - | ::pretty_assertions::assert_eq!(uri.path(), "/NestedXmlMapWithXmlName", "path was incorrect");
|
276 - | }
|
277 - |
|
278 - | /// Serializes nested XML Maps in requests that have xmlName on members
|
279 - | /// Test ID: NestedXmlMapWithXmlNameSerializes_hotfixed
|
280 - | #[::tokio::test]
|
281 - | #[::tracing_test::traced_test]
|
282 - | async fn nested_xml_map_with_xml_name_serializes_hotfixed_request() {
|
283 - | let (http_client, request_receiver) = ::aws_smithy_runtime::client::http::test_util::capture_request(None);
|
284 - | let config_builder = crate::config::Config::builder().with_test_defaults().endpoint_url("https://example.com");
|
285 - |
|
286 - | let client = crate::Client::from_conf(config_builder.http_client(http_client).build());
|
287 - | let result = client
|
288 - | .nested_xml_map_with_xml_name()
|
289 - | .set_nested_xml_map_with_xml_name_map(::std::option::Option::Some({
|
290 - | let mut ret = ::std::collections::HashMap::new();
|
291 - | ret.insert("foo".to_owned(), {
|
292 - | let mut ret = ::std::collections::HashMap::new();
|
293 - | ret.insert("bar".to_owned(), "Baz".to_owned());
|
294 - | ret.insert("fizz".to_owned(), "Buzz".to_owned());
|
295 - | ret
|
296 - | });
|
297 - | ret.insert("qux".to_owned(), {
|
298 - | let mut ret = ::std::collections::HashMap::new();
|
299 - | ret.insert("foobar".to_owned(), "Bar".to_owned());
|
300 - | ret.insert("fizzbuzz".to_owned(), "Buzz".to_owned());
|
301 - | ret
|
302 - | });
|
303 - | ret
|
304 - | }))
|
305 - | .send()
|
306 - | .await;
|
307 - | let _ = dbg!(result);
|
308 - | let http_request = request_receiver.expect_request();
|
309 - | let expected_headers = [("Content-Type", "application/xml")];
|
310 - | ::aws_smithy_protocol_test::assert_ok(::aws_smithy_protocol_test::validate_headers(http_request.headers(), expected_headers));
|
311 - | let body = http_request.body().bytes().expect("body should be strict");
|
312 - | ::aws_smithy_protocol_test::assert_ok(
|
313 - | ::aws_smithy_protocol_test::validate_body(body, " <NestedXmlMapWithXmlNameInputOutput>\n <nestedXmlMapWithXmlNameMap>\n <entry>\n <OuterKey>foo</OuterKey>\n <value>\n <entry>\n <InnerKey>bar</InnerKey>\n <InnerValue>Baz</InnerValue>\n </entry>\n <entry>\n <InnerKey>fizz</InnerKey>\n <InnerValue>Buzz</InnerValue>\n </entry>\n </value>\n </entry>\n <entry>\n <OuterKey>qux</OuterKey>\n <value>\n <entry>\n <InnerKey>foobar</InnerKey>\n <InnerValue>Bar</InnerValue>\n </entry>\n <entry>\n <InnerKey>fizzbuzz</InnerKey>\n <InnerValue>Buzz</InnerValue>\n </entry>\n </value>\n </entry>\n </nestedXmlMapWithXmlNameMap>\n </NestedXmlMapWithXmlNameInputOutput>\n", ::aws_smithy_protocol_test::MediaType::from("application/xml"))
|
314 - | );
|
315 - | let uri: ::http::Uri = http_request.uri().parse().expect("invalid URI sent");
|
316 - | ::pretty_assertions::assert_eq!(http_request.method(), "POST", "method was incorrect");
|
317 - | ::pretty_assertions::assert_eq!(uri.path(), "/NestedXmlMapWithXmlName", "path was incorrect");
|
318 - | }
|
319 - |
|
320 - | /// Serializes nested XML maps in responses that have xmlName on members
|
321 - | /// Test ID: NestedXmlMapWithXmlNameDeserializes
|
322 - | #[::tokio::test]
|
323 - | #[::tracing_test::traced_test]
|
324 - | #[should_panic]
|
325 - | async fn nested_xml_map_with_xml_name_deserializes_response() {
|
326 - | let expected_output = crate::operation::nested_xml_map_with_xml_name::NestedXmlMapWithXmlNameOutput::builder()
|
327 - | .set_nested_xml_map_with_xml_name_map(::std::option::Option::Some({
|
328 - | let mut ret = ::std::collections::HashMap::new();
|
329 - | ret.insert("foo".to_owned(), {
|
330 - | let mut ret = ::std::collections::HashMap::new();
|
331 - | ret.insert("bar".to_owned(), "Baz".to_owned());
|
332 - | ret.insert("fizz".to_owned(), "Buzz".to_owned());
|
333 - | ret
|
334 - | });
|
335 - | ret.insert("qux".to_owned(), {
|
336 - | let mut ret = ::std::collections::HashMap::new();
|
337 - | ret.insert("foobar".to_owned(), "Bar".to_owned());
|
338 - | ret.insert("fizzbuzz".to_owned(), "Buzz".to_owned());
|
339 - | ret
|
340 - | });
|
341 - | ret
|
342 - | }))
|
343 - | .build();
|
344 - | let mut http_response = ::aws_smithy_runtime_api::http::Response::try_from(::http::response::Builder::new()
|
345 - | .header("Content-Type", "application/xml")
|
346 - | .status(200)
|
347 - | .body(::aws_smithy_types::body::SdkBody::from(" <NestedXmlMapWithXmlNameResponse>\n <nestedXmlMapWithXmlNameMap>\n <entry>\n <OuterKey>foo</OuterKey>\n <value>\n <entry>\n <InnerKey>bar</InnerKey>\n <InnerValue>Baz</InnerValue>\n </entry>\n <entry>\n <InnerKey>fizz</InnerKey>\n <InnerValue>Buzz</InnerValue>\n </entry>\n </value>\n </entry>\n <entry>\n <OuterKey>qux</OuterKey>\n <value>\n <entry>\n <InnerKey>foobar</InnerKey>\n <InnerValue>Bar</InnerValue>\n </entry>\n <entry>\n <InnerKey>fizzbuzz</InnerKey>\n <InnerValue>Buzz</InnerValue>\n </entry>\n </value>\n </entry>\n </nestedXmlMapWithXmlNameMap>\n </NestedXmlMapWithXmlNameResponse>\n"))
|
348 - | .unwrap()
|
349 - | ).unwrap();
|
350 - | use ::aws_smithy_runtime_api::client::runtime_plugin::RuntimePlugin;
|
351 - | use ::aws_smithy_runtime_api::client::ser_de::DeserializeResponse;
|
352 - |
|
353 - | let op = crate::operation::nested_xml_map_with_xml_name::NestedXmlMapWithXmlName::new();
|
354 - | let config = op.config().expect("the operation has config");
|
355 - | let de = config
|
356 - | .load::<::aws_smithy_runtime_api::client::ser_de::SharedResponseDeserializer>()
|
357 - | .expect("the config must have a deserializer");
|
358 - |
|
359 - | let parsed = de.deserialize_streaming(&mut http_response);
|
360 - | let parsed = parsed.unwrap_or_else(|| {
|
361 - | let http_response = http_response.map(|body| {
|
362 - | ::aws_smithy_types::body::SdkBody::from(::bytes::Bytes::copy_from_slice(&::aws_smithy_protocol_test::decode_body_data(
|
363 - | body.bytes().unwrap(),
|
364 - | ::aws_smithy_protocol_test::MediaType::from("application/xml"),
|
365 - | )))
|
366 - | });
|
367 - | de.deserialize_nonstreaming(&http_response)
|
368 - | });
|
369 - | let parsed = parsed
|
370 - | .expect("should be successful response")
|
371 - | .downcast::<crate::operation::nested_xml_map_with_xml_name::NestedXmlMapWithXmlNameOutput>()
|
372 - | .unwrap();
|
373 - | ::pretty_assertions::assert_eq!(
|
374 - | parsed.nested_xml_map_with_xml_name_map,
|
375 - | expected_output.nested_xml_map_with_xml_name_map,
|
376 - | "Unexpected value for `nested_xml_map_with_xml_name_map`"
|
377 - | );
|
378 - | }
|
379 - |
|
380 - | /// Serializes nested XML maps in responses that have xmlName on members
|
381 - | /// Test ID: NestedXmlMapWithXmlNameDeserializes_hotfixed
|
382 - | #[::tokio::test]
|
383 - | #[::tracing_test::traced_test]
|
384 - | async fn nested_xml_map_with_xml_name_deserializes_hotfixed_response() {
|
385 - | let expected_output = crate::operation::nested_xml_map_with_xml_name::NestedXmlMapWithXmlNameOutput::builder()
|
386 - | .set_nested_xml_map_with_xml_name_map(::std::option::Option::Some({
|
387 - | let mut ret = ::std::collections::HashMap::new();
|
388 - | ret.insert("foo".to_owned(), {
|
389 - | let mut ret = ::std::collections::HashMap::new();
|
390 - | ret.insert("bar".to_owned(), "Baz".to_owned());
|
391 - | ret.insert("fizz".to_owned(), "Buzz".to_owned());
|
392 - | ret
|
393 - | });
|
394 - | ret.insert("qux".to_owned(), {
|
395 - | let mut ret = ::std::collections::HashMap::new();
|
396 - | ret.insert("foobar".to_owned(), "Bar".to_owned());
|
397 - | ret.insert("fizzbuzz".to_owned(), "Buzz".to_owned());
|
398 - | ret
|
399 - | });
|
400 - | ret
|
401 - | }))
|
402 - | .build();
|
403 - | let mut http_response = ::aws_smithy_runtime_api::http::Response::try_from(::http::response::Builder::new()
|
404 - | .header("Content-Type", "application/xml")
|
405 - | .status(200)
|
406 - | .body(::aws_smithy_types::body::SdkBody::from(" <NestedXmlMapWithXmlNameInputOutput>\n <nestedXmlMapWithXmlNameMap>\n <entry>\n <OuterKey>foo</OuterKey>\n <value>\n <entry>\n <InnerKey>bar</InnerKey>\n <InnerValue>Baz</InnerValue>\n </entry>\n <entry>\n <InnerKey>fizz</InnerKey>\n <InnerValue>Buzz</InnerValue>\n </entry>\n </value>\n </entry>\n <entry>\n <OuterKey>qux</OuterKey>\n <value>\n <entry>\n <InnerKey>foobar</InnerKey>\n <InnerValue>Bar</InnerValue>\n </entry>\n <entry>\n <InnerKey>fizzbuzz</InnerKey>\n <InnerValue>Buzz</InnerValue>\n </entry>\n </value>\n </entry>\n </nestedXmlMapWithXmlNameMap>\n </NestedXmlMapWithXmlNameInputOutput>\n"))
|
407 - | .unwrap()
|
408 - | ).unwrap();
|
409 - | use ::aws_smithy_runtime_api::client::runtime_plugin::RuntimePlugin;
|
410 - | use ::aws_smithy_runtime_api::client::ser_de::DeserializeResponse;
|
411 - |
|
412 - | let op = crate::operation::nested_xml_map_with_xml_name::NestedXmlMapWithXmlName::new();
|
413 - | let config = op.config().expect("the operation has config");
|
414 - | let de = config
|
415 - | .load::<::aws_smithy_runtime_api::client::ser_de::SharedResponseDeserializer>()
|
416 - | .expect("the config must have a deserializer");
|
417 - |
|
418 - | let parsed = de.deserialize_streaming(&mut http_response);
|
419 - | let parsed = parsed.unwrap_or_else(|| {
|
420 - | let http_response = http_response.map(|body| {
|
421 - | ::aws_smithy_types::body::SdkBody::from(::bytes::Bytes::copy_from_slice(&::aws_smithy_protocol_test::decode_body_data(
|
422 - | body.bytes().unwrap(),
|
423 - | ::aws_smithy_protocol_test::MediaType::from("application/xml"),
|
424 - | )))
|
425 - | });
|
426 - | de.deserialize_nonstreaming(&http_response)
|
427 - | });
|
428 - | let parsed = parsed
|
429 - | .expect("should be successful response")
|
430 - | .downcast::<crate::operation::nested_xml_map_with_xml_name::NestedXmlMapWithXmlNameOutput>()
|
431 - | .unwrap();
|
432 - | ::pretty_assertions::assert_eq!(
|
433 - | parsed.nested_xml_map_with_xml_name_map,
|
434 - | expected_output.nested_xml_map_with_xml_name_map,
|
435 - | "Unexpected value for `nested_xml_map_with_xml_name_map`"
|
436 - | );
|
437 - | }
|
438 - | }
|
439 - |
|
440 - | /// Error type for the `NestedXmlMapWithXmlNameError` operation.
|
441 - | #[non_exhaustive]
|
442 - | #[derive(::std::fmt::Debug)]
|
443 - | pub enum NestedXmlMapWithXmlNameError {
|
444 - | /// An unexpected error occurred (e.g., invalid JSON returned by the service or an unknown error code).
|
445 - | #[deprecated(note = "Matching `Unhandled` directly is not forwards compatible. Instead, match using a \
|
446 - | variable wildcard pattern and check `.code()`:
|
447 - | \
|
448 - | `err if err.code() == Some(\"SpecificExceptionCode\") => { /* handle the error */ }`
|
449 - | \
|
450 - | See [`ProvideErrorMetadata`](#impl-ProvideErrorMetadata-for-NestedXmlMapWithXmlNameError) for what information is available for the error.")]
|
451 - | Unhandled(crate::error::sealed_unhandled::Unhandled),
|
452 - | }
|
453 - | impl NestedXmlMapWithXmlNameError {
|
454 - | /// Creates the `NestedXmlMapWithXmlNameError::Unhandled` variant from any error type.
|
455 - | pub fn unhandled(
|
456 - | err: impl ::std::convert::Into<::std::boxed::Box<dyn ::std::error::Error + ::std::marker::Send + ::std::marker::Sync + 'static>>,
|
457 - | ) -> Self {
|
458 - | Self::Unhandled(crate::error::sealed_unhandled::Unhandled {
|
459 - | source: err.into(),
|
460 - | meta: ::std::default::Default::default(),
|
461 - | })
|
462 - | }
|
463 - |
|
464 - | /// Creates the `NestedXmlMapWithXmlNameError::Unhandled` variant from an [`ErrorMetadata`](::aws_smithy_types::error::ErrorMetadata).
|
465 - | pub fn generic(err: ::aws_smithy_types::error::ErrorMetadata) -> Self {
|
466 - | Self::Unhandled(crate::error::sealed_unhandled::Unhandled {
|
467 - | source: err.clone().into(),
|
468 - | meta: err,
|
469 - | })
|
470 - | }
|
471 - | ///
|
472 - | /// Returns error metadata, which includes the error code, message,
|
473 - | /// request ID, and potentially additional information.
|
474 - | ///
|
475 - | pub fn meta(&self) -> &::aws_smithy_types::error::ErrorMetadata {
|
476 - | match self {
|
477 - | Self::Unhandled(e) => &e.meta,
|
478 - | }
|
479 - | }
|
480 - | }
|
481 - | impl ::std::error::Error for NestedXmlMapWithXmlNameError {
|
482 - | fn source(&self) -> ::std::option::Option<&(dyn ::std::error::Error + 'static)> {
|
483 - | match self {
|
484 - | Self::Unhandled(_inner) => ::std::option::Option::Some(&*_inner.source),
|
485 - | }
|
486 - | }
|
487 - | }
|
488 - | impl ::std::fmt::Display for NestedXmlMapWithXmlNameError {
|
489 - | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result {
|
490 - | match self {
|
491 - | Self::Unhandled(_inner) => {
|
492 - | if let ::std::option::Option::Some(code) = ::aws_smithy_types::error::metadata::ProvideErrorMetadata::code(self) {
|
493 - | write!(f, "unhandled error ({code})")
|
494 - | } else {
|
495 - | f.write_str("unhandled error")
|
496 - | }
|
497 - | }
|
498 - | }
|
499 - | }
|
500 - | }
|
501 - | impl ::aws_smithy_types::retry::ProvideErrorKind for NestedXmlMapWithXmlNameError {
|
502 - | fn code(&self) -> ::std::option::Option<&str> {
|
503 - | ::aws_smithy_types::error::metadata::ProvideErrorMetadata::code(self)
|
504 - | }
|
505 - | fn retryable_error_kind(&self) -> ::std::option::Option<::aws_smithy_types::retry::ErrorKind> {
|
506 - | ::std::option::Option::None
|
507 - | }
|
508 - | }
|
509 - | impl ::aws_smithy_types::error::metadata::ProvideErrorMetadata for NestedXmlMapWithXmlNameError {
|
510 - | fn meta(&self) -> &::aws_smithy_types::error::ErrorMetadata {
|
511 - | match self {
|
512 - | Self::Unhandled(_inner) => &_inner.meta,
|
513 - | }
|
514 - | }
|
515 - | }
|
516 - | impl ::aws_smithy_runtime_api::client::result::CreateUnhandledError for NestedXmlMapWithXmlNameError {
|
517 - | fn create_unhandled_error(
|
518 - | source: ::std::boxed::Box<dyn ::std::error::Error + ::std::marker::Send + ::std::marker::Sync + 'static>,
|
519 - | meta: ::std::option::Option<::aws_smithy_types::error::ErrorMetadata>,
|
520 - | ) -> Self {
|
521 - | Self::Unhandled(crate::error::sealed_unhandled::Unhandled {
|
522 - | source,
|
523 - | meta: meta.unwrap_or_default(),
|
524 - | })
|
525 - | }
|
526 - | }
|
527 - |
|
528 - | pub use crate::operation::nested_xml_map_with_xml_name::_nested_xml_map_with_xml_name_output::NestedXmlMapWithXmlNameOutput;
|
529 - |
|
530 - | pub use crate::operation::nested_xml_map_with_xml_name::_nested_xml_map_with_xml_name_input::NestedXmlMapWithXmlNameInput;
|
531 - |
|
532 - | mod _nested_xml_map_with_xml_name_input;
|
533 - |
|
534 - | mod _nested_xml_map_with_xml_name_output;
|
535 - |
|
536 - | /// Builders
|
537 - | pub mod builders;
|