1 1 | // Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
|
2 + | /* RustType.kt:516 */
|
2 3 | #[allow(clippy::unnecessary_wraps)]
|
4 + | /* ProtocolParserGenerator.kt:99 */
|
3 5 | pub fn de_update_global_table_settings_http_error(
|
4 6 | _response_status: u16,
|
5 7 | _response_headers: &::aws_smithy_runtime_api::http::Headers,
|
6 8 | _response_body: &[u8],
|
7 9 | ) -> std::result::Result<
|
8 10 | crate::operation::update_global_table_settings::UpdateGlobalTableSettingsOutput,
|
9 11 | crate::operation::update_global_table_settings::UpdateGlobalTableSettingsError,
|
10 12 | > {
|
13 + | /* RustType.kt:516 */
|
11 14 | #[allow(unused_mut)]
|
15 + | /* ProtocolParserGenerator.kt:106 */
|
12 16 | let mut generic_builder = crate::protocol_serde::parse_http_error_metadata(_response_status, _response_headers, _response_body)
|
13 17 | .map_err(crate::operation::update_global_table_settings::UpdateGlobalTableSettingsError::unhandled)?;
|
18 + | /* ProtocolParserGenerator.kt:120 */
|
14 19 | let generic = generic_builder.build();
|
20 + | /* ProtocolParserGenerator.kt:122 */
|
15 21 | let error_code = match generic.code() {
|
16 22 | Some(code) => code,
|
17 23 | None => {
|
18 24 | return Err(crate::operation::update_global_table_settings::UpdateGlobalTableSettingsError::unhandled(
|
19 25 | generic,
|
20 26 | ))
|
21 27 | }
|
22 28 | };
|
23 29 |
|
24 30 | let _error_message = generic.message().map(|msg| msg.to_owned());
|
31 + | /* ProtocolParserGenerator.kt:133 */
|
25 32 | Err(match error_code {
|
33 + | /* ProtocolParserGenerator.kt:139 */
|
26 34 | "GlobalTableNotFoundException" => crate::operation::update_global_table_settings::UpdateGlobalTableSettingsError::GlobalTableNotFoundError({
|
35 + | /* RustType.kt:516 */
|
27 36 | #[allow(unused_mut)]
|
28 - | let mut tmp = {
|
29 - | #[allow(unused_mut)]
|
30 - | let mut output = crate::types::error::builders::GlobalTableNotFoundErrorBuilder::default();
|
31 - | output = crate::protocol_serde::shape_global_table_not_found_exception::de_global_table_not_found_exception_json_err(
|
32 - | _response_body,
|
33 - | output,
|
34 - | )
|
35 - | .map_err(crate::operation::update_global_table_settings::UpdateGlobalTableSettingsError::unhandled)?;
|
36 - | let output = output.meta(generic);
|
37 - | output.build()
|
38 - | };
|
37 + | /* ProtocolParserGenerator.kt:145 */let mut tmp =
|
38 + | /* ProtocolParserGenerator.kt:146 */ {
|
39 + | /* RustType.kt:516 */#[allow(unused_mut)]
|
40 + | /* ProtocolParserGenerator.kt:240 */let mut output = crate::types::error::builders::GlobalTableNotFoundErrorBuilder::default();
|
41 + | /* ProtocolParserGenerator.kt:257 */output = crate::protocol_serde::shape_global_table_not_found_exception::de_global_table_not_found_exception_json_err(_response_body, output).map_err(crate::operation::update_global_table_settings::UpdateGlobalTableSettingsError::unhandled)?;
|
42 + | /* ProtocolParserGenerator.kt:157 */let output = output.meta(generic);
|
43 + | /* ClientBuilderInstantiator.kt:56 */output.build()
|
44 + | /* ProtocolParserGenerator.kt:146 */}
|
45 + | /* ProtocolParserGenerator.kt:145 */;
|
46 + | /* ProtocolParserGenerator.kt:170 */
|
39 47 | if tmp.message.is_none() {
|
40 48 | tmp.message = _error_message;
|
41 49 | }
|
50 + | /* ProtocolParserGenerator.kt:179 */
|
42 51 | tmp
|
52 + | /* ProtocolParserGenerator.kt:139 */
|
43 53 | }),
|
54 + | /* ProtocolParserGenerator.kt:139 */
|
44 55 | "IndexNotFoundException" => crate::operation::update_global_table_settings::UpdateGlobalTableSettingsError::IndexNotFoundError({
|
56 + | /* RustType.kt:516 */
|
45 57 | #[allow(unused_mut)]
|
46 - | let mut tmp = {
|
47 - | #[allow(unused_mut)]
|
48 - | let mut output = crate::types::error::builders::IndexNotFoundErrorBuilder::default();
|
49 - | output = crate::protocol_serde::shape_index_not_found_exception::de_index_not_found_exception_json_err(_response_body, output)
|
50 - | .map_err(crate::operation::update_global_table_settings::UpdateGlobalTableSettingsError::unhandled)?;
|
51 - | let output = output.meta(generic);
|
52 - | output.build()
|
53 - | };
|
58 + | /* ProtocolParserGenerator.kt:145 */let mut tmp =
|
59 + | /* ProtocolParserGenerator.kt:146 */ {
|
60 + | /* RustType.kt:516 */#[allow(unused_mut)]
|
61 + | /* ProtocolParserGenerator.kt:240 */let mut output = crate::types::error::builders::IndexNotFoundErrorBuilder::default();
|
62 + | /* ProtocolParserGenerator.kt:257 */output = crate::protocol_serde::shape_index_not_found_exception::de_index_not_found_exception_json_err(_response_body, output).map_err(crate::operation::update_global_table_settings::UpdateGlobalTableSettingsError::unhandled)?;
|
63 + | /* ProtocolParserGenerator.kt:157 */let output = output.meta(generic);
|
64 + | /* ClientBuilderInstantiator.kt:56 */output.build()
|
65 + | /* ProtocolParserGenerator.kt:146 */}
|
66 + | /* ProtocolParserGenerator.kt:145 */;
|
67 + | /* ProtocolParserGenerator.kt:170 */
|
54 68 | if tmp.message.is_none() {
|
55 69 | tmp.message = _error_message;
|
56 70 | }
|
71 + | /* ProtocolParserGenerator.kt:179 */
|
57 72 | tmp
|
73 + | /* ProtocolParserGenerator.kt:139 */
|
58 74 | }),
|
75 + | /* ProtocolParserGenerator.kt:139 */
|
59 76 | "InternalServerError" => crate::operation::update_global_table_settings::UpdateGlobalTableSettingsError::InternalServerError({
|
77 + | /* RustType.kt:516 */
|
60 78 | #[allow(unused_mut)]
|
61 - | let mut tmp = {
|
62 - | #[allow(unused_mut)]
|
63 - | let mut output = crate::types::error::builders::InternalServerErrorBuilder::default();
|
64 - | output = crate::protocol_serde::shape_internal_server_error::de_internal_server_error_json_err(_response_body, output)
|
65 - | .map_err(crate::operation::update_global_table_settings::UpdateGlobalTableSettingsError::unhandled)?;
|
66 - | let output = output.meta(generic);
|
67 - | output.build()
|
68 - | };
|
79 + | /* ProtocolParserGenerator.kt:145 */let mut tmp =
|
80 + | /* ProtocolParserGenerator.kt:146 */ {
|
81 + | /* RustType.kt:516 */#[allow(unused_mut)]
|
82 + | /* ProtocolParserGenerator.kt:240 */let mut output = crate::types::error::builders::InternalServerErrorBuilder::default();
|
83 + | /* ProtocolParserGenerator.kt:257 */output = crate::protocol_serde::shape_internal_server_error::de_internal_server_error_json_err(_response_body, output).map_err(crate::operation::update_global_table_settings::UpdateGlobalTableSettingsError::unhandled)?;
|
84 + | /* ProtocolParserGenerator.kt:157 */let output = output.meta(generic);
|
85 + | /* ClientBuilderInstantiator.kt:56 */output.build()
|
86 + | /* ProtocolParserGenerator.kt:146 */}
|
87 + | /* ProtocolParserGenerator.kt:145 */;
|
88 + | /* ProtocolParserGenerator.kt:170 */
|
69 89 | if tmp.message.is_none() {
|
70 90 | tmp.message = _error_message;
|
71 91 | }
|
92 + | /* ProtocolParserGenerator.kt:179 */
|
72 93 | tmp
|
94 + | /* ProtocolParserGenerator.kt:139 */
|
73 95 | }),
|
96 + | /* ProtocolParserGenerator.kt:139 */
|
74 97 | "InvalidEndpointException" => crate::operation::update_global_table_settings::UpdateGlobalTableSettingsError::InvalidEndpointError({
|
98 + | /* RustType.kt:516 */
|
75 99 | #[allow(unused_mut)]
|
76 - | let mut tmp = {
|
77 - | #[allow(unused_mut)]
|
78 - | let mut output = crate::types::error::builders::InvalidEndpointErrorBuilder::default();
|
79 - | output = crate::protocol_serde::shape_invalid_endpoint_exception::de_invalid_endpoint_exception_json_err(_response_body, output)
|
80 - | .map_err(crate::operation::update_global_table_settings::UpdateGlobalTableSettingsError::unhandled)?;
|
81 - | let output = output.meta(generic);
|
82 - | output.build()
|
83 - | };
|
100 + | /* ProtocolParserGenerator.kt:145 */let mut tmp =
|
101 + | /* ProtocolParserGenerator.kt:146 */ {
|
102 + | /* RustType.kt:516 */#[allow(unused_mut)]
|
103 + | /* ProtocolParserGenerator.kt:240 */let mut output = crate::types::error::builders::InvalidEndpointErrorBuilder::default();
|
104 + | /* ProtocolParserGenerator.kt:257 */output = crate::protocol_serde::shape_invalid_endpoint_exception::de_invalid_endpoint_exception_json_err(_response_body, output).map_err(crate::operation::update_global_table_settings::UpdateGlobalTableSettingsError::unhandled)?;
|
105 + | /* ProtocolParserGenerator.kt:157 */let output = output.meta(generic);
|
106 + | /* ClientBuilderInstantiator.kt:56 */output.build()
|
107 + | /* ProtocolParserGenerator.kt:146 */}
|
108 + | /* ProtocolParserGenerator.kt:145 */;
|
109 + | /* ProtocolParserGenerator.kt:170 */
|
84 110 | if tmp.message.is_none() {
|
85 111 | tmp.message = _error_message;
|
86 112 | }
|
113 + | /* ProtocolParserGenerator.kt:179 */
|
87 114 | tmp
|
115 + | /* ProtocolParserGenerator.kt:139 */
|
88 116 | }),
|
117 + | /* ProtocolParserGenerator.kt:139 */
|
89 118 | "LimitExceededException" => crate::operation::update_global_table_settings::UpdateGlobalTableSettingsError::LimitExceededError({
|
119 + | /* RustType.kt:516 */
|
90 120 | #[allow(unused_mut)]
|
91 - | let mut tmp = {
|
92 - | #[allow(unused_mut)]
|
93 - | let mut output = crate::types::error::builders::LimitExceededErrorBuilder::default();
|
94 - | output = crate::protocol_serde::shape_limit_exceeded_exception::de_limit_exceeded_exception_json_err(_response_body, output)
|
95 - | .map_err(crate::operation::update_global_table_settings::UpdateGlobalTableSettingsError::unhandled)?;
|
96 - | let output = output.meta(generic);
|
97 - | output.build()
|
98 - | };
|
121 + | /* ProtocolParserGenerator.kt:145 */let mut tmp =
|
122 + | /* ProtocolParserGenerator.kt:146 */ {
|
123 + | /* RustType.kt:516 */#[allow(unused_mut)]
|
124 + | /* ProtocolParserGenerator.kt:240 */let mut output = crate::types::error::builders::LimitExceededErrorBuilder::default();
|
125 + | /* ProtocolParserGenerator.kt:257 */output = crate::protocol_serde::shape_limit_exceeded_exception::de_limit_exceeded_exception_json_err(_response_body, output).map_err(crate::operation::update_global_table_settings::UpdateGlobalTableSettingsError::unhandled)?;
|
126 + | /* ProtocolParserGenerator.kt:157 */let output = output.meta(generic);
|
127 + | /* ClientBuilderInstantiator.kt:56 */output.build()
|
128 + | /* ProtocolParserGenerator.kt:146 */}
|
129 + | /* ProtocolParserGenerator.kt:145 */;
|
130 + | /* ProtocolParserGenerator.kt:170 */
|
99 131 | if tmp.message.is_none() {
|
100 132 | tmp.message = _error_message;
|
101 133 | }
|
134 + | /* ProtocolParserGenerator.kt:179 */
|
102 135 | tmp
|
136 + | /* ProtocolParserGenerator.kt:139 */
|
103 137 | }),
|
138 + | /* ProtocolParserGenerator.kt:139 */
|
104 139 | "ReplicaNotFoundException" => crate::operation::update_global_table_settings::UpdateGlobalTableSettingsError::ReplicaNotFoundError({
|
140 + | /* RustType.kt:516 */
|
105 141 | #[allow(unused_mut)]
|
106 - | let mut tmp = {
|
107 - | #[allow(unused_mut)]
|
108 - | let mut output = crate::types::error::builders::ReplicaNotFoundErrorBuilder::default();
|
109 - | output = crate::protocol_serde::shape_replica_not_found_exception::de_replica_not_found_exception_json_err(_response_body, output)
|
110 - | .map_err(crate::operation::update_global_table_settings::UpdateGlobalTableSettingsError::unhandled)?;
|
111 - | let output = output.meta(generic);
|
112 - | output.build()
|
113 - | };
|
142 + | /* ProtocolParserGenerator.kt:145 */let mut tmp =
|
143 + | /* ProtocolParserGenerator.kt:146 */ {
|
144 + | /* RustType.kt:516 */#[allow(unused_mut)]
|
145 + | /* ProtocolParserGenerator.kt:240 */let mut output = crate::types::error::builders::ReplicaNotFoundErrorBuilder::default();
|
146 + | /* ProtocolParserGenerator.kt:257 */output = crate::protocol_serde::shape_replica_not_found_exception::de_replica_not_found_exception_json_err(_response_body, output).map_err(crate::operation::update_global_table_settings::UpdateGlobalTableSettingsError::unhandled)?;
|
147 + | /* ProtocolParserGenerator.kt:157 */let output = output.meta(generic);
|
148 + | /* ClientBuilderInstantiator.kt:56 */output.build()
|
149 + | /* ProtocolParserGenerator.kt:146 */}
|
150 + | /* ProtocolParserGenerator.kt:145 */;
|
151 + | /* ProtocolParserGenerator.kt:170 */
|
114 152 | if tmp.message.is_none() {
|
115 153 | tmp.message = _error_message;
|
116 154 | }
|
155 + | /* ProtocolParserGenerator.kt:179 */
|
117 156 | tmp
|
157 + | /* ProtocolParserGenerator.kt:139 */
|
118 158 | }),
|
159 + | /* ProtocolParserGenerator.kt:139 */
|
119 160 | "ResourceInUseException" => crate::operation::update_global_table_settings::UpdateGlobalTableSettingsError::ResourceInUseError({
|
161 + | /* RustType.kt:516 */
|
120 162 | #[allow(unused_mut)]
|
121 - | let mut tmp = {
|
122 - | #[allow(unused_mut)]
|
123 - | let mut output = crate::types::error::builders::ResourceInUseErrorBuilder::default();
|
124 - | output = crate::protocol_serde::shape_resource_in_use_exception::de_resource_in_use_exception_json_err(_response_body, output)
|
125 - | .map_err(crate::operation::update_global_table_settings::UpdateGlobalTableSettingsError::unhandled)?;
|
126 - | let output = output.meta(generic);
|
127 - | output.build()
|
128 - | };
|
163 + | /* ProtocolParserGenerator.kt:145 */let mut tmp =
|
164 + | /* ProtocolParserGenerator.kt:146 */ {
|
165 + | /* RustType.kt:516 */#[allow(unused_mut)]
|
166 + | /* ProtocolParserGenerator.kt:240 */let mut output = crate::types::error::builders::ResourceInUseErrorBuilder::default();
|
167 + | /* ProtocolParserGenerator.kt:257 */output = crate::protocol_serde::shape_resource_in_use_exception::de_resource_in_use_exception_json_err(_response_body, output).map_err(crate::operation::update_global_table_settings::UpdateGlobalTableSettingsError::unhandled)?;
|
168 + | /* ProtocolParserGenerator.kt:157 */let output = output.meta(generic);
|
169 + | /* ClientBuilderInstantiator.kt:56 */output.build()
|
170 + | /* ProtocolParserGenerator.kt:146 */}
|
171 + | /* ProtocolParserGenerator.kt:145 */;
|
172 + | /* ProtocolParserGenerator.kt:170 */
|
129 173 | if tmp.message.is_none() {
|
130 174 | tmp.message = _error_message;
|
131 175 | }
|
176 + | /* ProtocolParserGenerator.kt:179 */
|
132 177 | tmp
|
178 + | /* ProtocolParserGenerator.kt:139 */
|
133 179 | }),
|
134 - | _ => crate::operation::update_global_table_settings::UpdateGlobalTableSettingsError::generic(generic),
|
180 + | /* ProtocolParserGenerator.kt:182 */
|
181 + | _ => crate::operation::update_global_table_settings::UpdateGlobalTableSettingsError::generic(generic), /* ProtocolParserGenerator.kt:133 */
|
135 182 | })
|
183 + | /* ProtocolParserGenerator.kt:99 */
|
136 184 | }
|
137 185 |
|
186 + | /* RustType.kt:516 */
|
138 187 | #[allow(clippy::unnecessary_wraps)]
|
188 + | /* ProtocolParserGenerator.kt:71 */
|
139 189 | pub fn de_update_global_table_settings_http_response(
|
140 190 | _response_status: u16,
|
141 191 | _response_headers: &::aws_smithy_runtime_api::http::Headers,
|
142 192 | _response_body: &[u8],
|
143 193 | ) -> std::result::Result<
|
144 194 | crate::operation::update_global_table_settings::UpdateGlobalTableSettingsOutput,
|
145 195 | crate::operation::update_global_table_settings::UpdateGlobalTableSettingsError,
|
146 196 | > {
|
197 + | /* ProtocolParserGenerator.kt:77 */
|
147 198 | Ok({
|
199 + | /* RustType.kt:516 */
|
148 200 | #[allow(unused_mut)]
|
201 + | /* ProtocolParserGenerator.kt:240 */
|
149 202 | let mut output = crate::operation::update_global_table_settings::builders::UpdateGlobalTableSettingsOutputBuilder::default();
|
203 + | /* ProtocolParserGenerator.kt:247 */
|
150 204 | output = crate::protocol_serde::shape_update_global_table_settings::de_update_global_table_settings(_response_body, output)
|
151 205 | .map_err(crate::operation::update_global_table_settings::UpdateGlobalTableSettingsError::unhandled)?;
|
206 + | /* ClientBuilderInstantiator.kt:56 */
|
152 207 | output.build()
|
208 + | /* ProtocolParserGenerator.kt:77 */
|
153 209 | })
|
210 + | /* ProtocolParserGenerator.kt:71 */
|
154 211 | }
|
155 212 |
|
213 + | /* JsonSerializerGenerator.kt:287 */
|
156 214 | pub fn ser_update_global_table_settings_input(
|
157 215 | input: &crate::operation::update_global_table_settings::UpdateGlobalTableSettingsInput,
|
158 216 | ) -> ::std::result::Result<::aws_smithy_types::body::SdkBody, ::aws_smithy_types::error::operation::SerializationError> {
|
217 + | /* JsonSerializerGenerator.kt:291 */
|
159 218 | let mut out = String::new();
|
219 + | /* JsonSerializerGenerator.kt:292 */
|
160 220 | let mut object = ::aws_smithy_json::serialize::JsonObjectWriter::new(&mut out);
|
221 + | /* JsonSerializerGenerator.kt:375 */
|
161 222 | crate::protocol_serde::shape_update_global_table_settings_input::ser_update_global_table_settings_input_input(&mut object, input)?;
|
223 + | /* JsonSerializerGenerator.kt:295 */
|
162 224 | object.finish();
|
225 + | /* JsonSerializerGenerator.kt:296 */
|
163 226 | Ok(::aws_smithy_types::body::SdkBody::from(out))
|
227 + | /* JsonSerializerGenerator.kt:287 */
|
164 228 | }
|
165 229 |
|
230 + | /* JsonParserGenerator.kt:148 */
|
166 231 | pub(crate) fn de_update_global_table_settings(
|
167 232 | value: &[u8],
|
168 233 | mut builder: crate::operation::update_global_table_settings::builders::UpdateGlobalTableSettingsOutputBuilder,
|
169 234 | ) -> ::std::result::Result<
|
170 235 | crate::operation::update_global_table_settings::builders::UpdateGlobalTableSettingsOutputBuilder,
|
171 236 | ::aws_smithy_json::deserialize::error::DeserializeError,
|
172 237 | > {
|
238 + | /* JsonParserGenerator.kt:153 */
|
173 239 | let mut tokens_owned = ::aws_smithy_json::deserialize::json_token_iter(crate::protocol_serde::or_empty_doc(value)).peekable();
|
174 240 | let tokens = &mut tokens_owned;
|
175 241 | ::aws_smithy_json::deserialize::token::expect_start_object(tokens.next())?;
|
242 + | /* JsonParserGenerator.kt:684 */
|
176 243 | loop {
|
244 + | /* JsonParserGenerator.kt:685 */
|
177 245 | match tokens.next().transpose()? {
|
178 - | Some(::aws_smithy_json::deserialize::Token::EndObject { .. }) => break,
|
179 - | Some(::aws_smithy_json::deserialize::Token::ObjectKey { key, .. }) => match key.to_unescaped()?.as_ref() {
|
246 + | /* JsonParserGenerator.kt:686 */ Some(::aws_smithy_json::deserialize::Token::EndObject { .. }) => break,
|
247 + | Some(::aws_smithy_json::deserialize::Token::ObjectKey { key, .. }) => {
|
248 + | /* JsonParserGenerator.kt:260 */
|
249 + | match key.to_unescaped()?.as_ref() {
|
250 + | /* JsonParserGenerator.kt:262 */
|
180 251 | "GlobalTableName" => {
|
252 + | /* JsonParserGenerator.kt:265 */
|
181 253 | builder = builder.set_global_table_name(
|
254 + | /* JsonParserGenerator.kt:354 */
|
182 255 | ::aws_smithy_json::deserialize::token::expect_string_or_null(tokens.next())?
|
183 - | .map(|s| s.to_unescaped().map(|u| u.into_owned()))
|
184 - | .transpose()?,
|
256 + | .map(|s|
|
257 + | /* JsonParserGenerator.kt:339 */s.to_unescaped().map(|u|
|
258 + | /* JsonParserGenerator.kt:348 */u.into_owned()
|
259 + | /* JsonParserGenerator.kt:339 */) /* JsonParserGenerator.kt:354 */)
|
260 + | .transpose()?, /* JsonParserGenerator.kt:265 */
|
185 261 | );
|
262 + | /* JsonParserGenerator.kt:262 */
|
186 263 | }
|
264 + | /* JsonParserGenerator.kt:262 */
|
187 265 | "ReplicaSettings" => {
|
266 + | /* JsonParserGenerator.kt:265 */
|
188 267 | builder = builder.set_replica_settings(
|
189 - | crate::protocol_serde::shape_replica_settings_description_list::de_replica_settings_description_list(tokens)?,
|
190 - | );
|
268 + | /* JsonParserGenerator.kt:451 */crate::protocol_serde::shape_replica_settings_description_list::de_replica_settings_description_list(tokens)?
|
269 + | /* JsonParserGenerator.kt:265 */);
|
270 + | /* JsonParserGenerator.kt:262 */
|
271 + | }
|
272 + | /* JsonParserGenerator.kt:290 */
|
273 + | _ => ::aws_smithy_json::deserialize::token::skip_value(tokens)?, /* JsonParserGenerator.kt:260 */
|
191 274 | }
|
192 - | _ => ::aws_smithy_json::deserialize::token::skip_value(tokens)?,
|
193 - | },
|
275 + | /* JsonParserGenerator.kt:686 */
|
276 + | }
|
277 + | /* JsonParserGenerator.kt:695 */
|
194 278 | other => {
|
195 279 | return Err(::aws_smithy_json::deserialize::error::DeserializeError::custom(format!(
|
196 280 | "expected object key or end object, found: {:?}",
|
197 281 | other
|
198 282 | )))
|
283 + | } /* JsonParserGenerator.kt:685 */
|
199 284 | }
|
285 + | /* JsonParserGenerator.kt:684 */
|
200 286 | }
|
201 - | }
|
287 + | /* JsonParserGenerator.kt:250 */
|
202 288 | if tokens.next().is_some() {
|
289 + | /* JsonParserGenerator.kt:251 */
|
203 290 | return Err(::aws_smithy_json::deserialize::error::DeserializeError::custom(
|
204 291 | "found more JSON tokens after completing parsing",
|
205 292 | ));
|
293 + | /* JsonParserGenerator.kt:250 */
|
206 294 | }
|
295 + | /* JsonParserGenerator.kt:163 */
|
207 296 | Ok(builder)
|
297 + | /* JsonParserGenerator.kt:148 */
|
208 298 | }
|