1 + | // Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
|
2 + | #[allow(missing_docs)] // documentation missing in model
|
3 + | pub struct SensitiveValidation;
|
4 + |
|
5 + | impl ::aws_smithy_legacy_http_server::operation::OperationShape for SensitiveValidation {
|
6 + | const ID: ::aws_smithy_legacy_http_server::shape_id::ShapeId =
|
7 + | ::aws_smithy_legacy_http_server::shape_id::ShapeId::new(
|
8 + | "aws.protocoltests.restjson.validation#SensitiveValidation",
|
9 + | "aws.protocoltests.restjson.validation",
|
10 + | "SensitiveValidation",
|
11 + | );
|
12 + |
|
13 + | type Input = crate::input::SensitiveValidationInput;
|
14 + | type Output = crate::output::SensitiveValidationOutput;
|
15 + | type Error = crate::error::SensitiveValidationError;
|
16 + | }
|
17 + |
|
18 + | impl ::aws_smithy_legacy_http_server::instrumentation::sensitivity::Sensitivity
|
19 + | for SensitiveValidation
|
20 + | {
|
21 + | type RequestFmt = ::aws_smithy_legacy_http_server::instrumentation::sensitivity::RequestFmt<
|
22 + | ::aws_smithy_legacy_http_server::instrumentation::MakeIdentity,
|
23 + | ::aws_smithy_legacy_http_server::instrumentation::sensitivity::uri::MakeUri<
|
24 + | ::aws_smithy_legacy_http_server::instrumentation::MakeIdentity,
|
25 + | ::aws_smithy_legacy_http_server::instrumentation::MakeIdentity,
|
26 + | >,
|
27 + | >;
|
28 + | type ResponseFmt = ::aws_smithy_legacy_http_server::instrumentation::sensitivity::ResponseFmt<
|
29 + | ::aws_smithy_legacy_http_server::instrumentation::MakeIdentity,
|
30 + | ::aws_smithy_legacy_http_server::instrumentation::MakeIdentity,
|
31 + | >;
|
32 + |
|
33 + | fn request_fmt() -> Self::RequestFmt {
|
34 + | ::aws_smithy_legacy_http_server::instrumentation::sensitivity::RequestFmt::new()
|
35 + | }
|
36 + |
|
37 + | fn response_fmt() -> Self::ResponseFmt {
|
38 + | ::aws_smithy_legacy_http_server::instrumentation::sensitivity::ResponseFmt::new()
|
39 + | }
|
40 + | }
|
41 + |
|
42 + | #[allow(missing_docs)] // documentation missing in model
|
43 + | pub struct RecursiveStructures;
|
44 + |
|
45 + | impl ::aws_smithy_legacy_http_server::operation::OperationShape for RecursiveStructures {
|
46 + | const ID: ::aws_smithy_legacy_http_server::shape_id::ShapeId =
|
47 + | ::aws_smithy_legacy_http_server::shape_id::ShapeId::new(
|
48 + | "aws.protocoltests.restjson.validation#RecursiveStructures",
|
49 + | "aws.protocoltests.restjson.validation",
|
50 + | "RecursiveStructures",
|
51 + | );
|
52 + |
|
53 + | type Input = crate::input::RecursiveStructuresInput;
|
54 + | type Output = crate::output::RecursiveStructuresOutput;
|
55 + | type Error = crate::error::RecursiveStructuresError;
|
56 + | }
|
57 + |
|
58 + | impl ::aws_smithy_legacy_http_server::instrumentation::sensitivity::Sensitivity
|
59 + | for RecursiveStructures
|
60 + | {
|
61 + | type RequestFmt = ::aws_smithy_legacy_http_server::instrumentation::sensitivity::RequestFmt<
|
62 + | ::aws_smithy_legacy_http_server::instrumentation::MakeIdentity,
|
63 + | ::aws_smithy_legacy_http_server::instrumentation::sensitivity::uri::MakeUri<
|
64 + | ::aws_smithy_legacy_http_server::instrumentation::MakeIdentity,
|
65 + | ::aws_smithy_legacy_http_server::instrumentation::MakeIdentity,
|
66 + | >,
|
67 + | >;
|
68 + | type ResponseFmt = ::aws_smithy_legacy_http_server::instrumentation::sensitivity::ResponseFmt<
|
69 + | ::aws_smithy_legacy_http_server::instrumentation::MakeIdentity,
|
70 + | ::aws_smithy_legacy_http_server::instrumentation::MakeIdentity,
|
71 + | >;
|
72 + |
|
73 + | fn request_fmt() -> Self::RequestFmt {
|
74 + | ::aws_smithy_legacy_http_server::instrumentation::sensitivity::RequestFmt::new()
|
75 + | }
|
76 + |
|
77 + | fn response_fmt() -> Self::ResponseFmt {
|
78 + | ::aws_smithy_legacy_http_server::instrumentation::sensitivity::ResponseFmt::new()
|
79 + | }
|
80 + | }
|
81 + |
|
82 + | #[allow(missing_docs)] // documentation missing in model
|
83 + | pub struct MalformedUniqueItems;
|
84 + |
|
85 + | impl ::aws_smithy_legacy_http_server::operation::OperationShape for MalformedUniqueItems {
|
86 + | const ID: ::aws_smithy_legacy_http_server::shape_id::ShapeId =
|
87 + | ::aws_smithy_legacy_http_server::shape_id::ShapeId::new(
|
88 + | "aws.protocoltests.restjson.validation#MalformedUniqueItems",
|
89 + | "aws.protocoltests.restjson.validation",
|
90 + | "MalformedUniqueItems",
|
91 + | );
|
92 + |
|
93 + | type Input = crate::input::MalformedUniqueItemsInput;
|
94 + | type Output = crate::output::MalformedUniqueItemsOutput;
|
95 + | type Error = crate::error::MalformedUniqueItemsError;
|
96 + | }
|
97 + |
|
98 + | impl ::aws_smithy_legacy_http_server::instrumentation::sensitivity::Sensitivity
|
99 + | for MalformedUniqueItems
|
100 + | {
|
101 + | type RequestFmt = ::aws_smithy_legacy_http_server::instrumentation::sensitivity::RequestFmt<
|
102 + | ::aws_smithy_legacy_http_server::instrumentation::MakeIdentity,
|
103 + | ::aws_smithy_legacy_http_server::instrumentation::sensitivity::uri::MakeUri<
|
104 + | ::aws_smithy_legacy_http_server::instrumentation::MakeIdentity,
|
105 + | ::aws_smithy_legacy_http_server::instrumentation::MakeIdentity,
|
106 + | >,
|
107 + | >;
|
108 + | type ResponseFmt = ::aws_smithy_legacy_http_server::instrumentation::sensitivity::ResponseFmt<
|
109 + | ::aws_smithy_legacy_http_server::instrumentation::MakeIdentity,
|
110 + | ::aws_smithy_legacy_http_server::instrumentation::MakeIdentity,
|
111 + | >;
|
112 + |
|
113 + | fn request_fmt() -> Self::RequestFmt {
|
114 + | ::aws_smithy_legacy_http_server::instrumentation::sensitivity::RequestFmt::new()
|
115 + | }
|
116 + |
|
117 + | fn response_fmt() -> Self::ResponseFmt {
|
118 + | ::aws_smithy_legacy_http_server::instrumentation::sensitivity::ResponseFmt::new()
|
119 + | }
|
120 + | }
|
121 + |
|
122 + | #[allow(missing_docs)] // documentation missing in model
|
123 + | pub struct MalformedRequired;
|
124 + |
|
125 + | impl ::aws_smithy_legacy_http_server::operation::OperationShape for MalformedRequired {
|
126 + | const ID: ::aws_smithy_legacy_http_server::shape_id::ShapeId =
|
127 + | ::aws_smithy_legacy_http_server::shape_id::ShapeId::new(
|
128 + | "aws.protocoltests.restjson.validation#MalformedRequired",
|
129 + | "aws.protocoltests.restjson.validation",
|
130 + | "MalformedRequired",
|
131 + | );
|
132 + |
|
133 + | type Input = crate::input::MalformedRequiredInput;
|
134 + | type Output = crate::output::MalformedRequiredOutput;
|
135 + | type Error = crate::error::MalformedRequiredError;
|
136 + | }
|
137 + |
|
138 + | impl ::aws_smithy_legacy_http_server::instrumentation::sensitivity::Sensitivity
|
139 + | for MalformedRequired
|
140 + | {
|
141 + | type RequestFmt = ::aws_smithy_legacy_http_server::instrumentation::sensitivity::RequestFmt<
|
142 + | ::aws_smithy_legacy_http_server::instrumentation::MakeIdentity,
|
143 + | ::aws_smithy_legacy_http_server::instrumentation::sensitivity::uri::MakeUri<
|
144 + | ::aws_smithy_legacy_http_server::instrumentation::MakeIdentity,
|
145 + | ::aws_smithy_legacy_http_server::instrumentation::MakeIdentity,
|
146 + | >,
|
147 + | >;
|
148 + | type ResponseFmt = ::aws_smithy_legacy_http_server::instrumentation::sensitivity::ResponseFmt<
|
149 + | ::aws_smithy_legacy_http_server::instrumentation::MakeIdentity,
|
150 + | ::aws_smithy_legacy_http_server::instrumentation::MakeIdentity,
|
151 + | >;
|
152 + |
|
153 + | fn request_fmt() -> Self::RequestFmt {
|
154 + | ::aws_smithy_legacy_http_server::instrumentation::sensitivity::RequestFmt::new()
|
155 + | }
|
156 + |
|
157 + | fn response_fmt() -> Self::ResponseFmt {
|
158 + | ::aws_smithy_legacy_http_server::instrumentation::sensitivity::ResponseFmt::new()
|
159 + | }
|
160 + | }
|
161 + |
|
162 + | #[allow(missing_docs)] // documentation missing in model
|
163 + | pub struct MalformedRangeOverride;
|
164 + |
|
165 + | impl ::aws_smithy_legacy_http_server::operation::OperationShape for MalformedRangeOverride {
|
166 + | const ID: ::aws_smithy_legacy_http_server::shape_id::ShapeId =
|
167 + | ::aws_smithy_legacy_http_server::shape_id::ShapeId::new(
|
168 + | "aws.protocoltests.restjson.validation#MalformedRangeOverride",
|
169 + | "aws.protocoltests.restjson.validation",
|
170 + | "MalformedRangeOverride",
|
171 + | );
|
172 + |
|
173 + | type Input = crate::input::MalformedRangeOverrideInput;
|
174 + | type Output = crate::output::MalformedRangeOverrideOutput;
|
175 + | type Error = crate::error::MalformedRangeOverrideError;
|
176 + | }
|
177 + |
|
178 + | impl ::aws_smithy_legacy_http_server::instrumentation::sensitivity::Sensitivity
|
179 + | for MalformedRangeOverride
|
180 + | {
|
181 + | type RequestFmt = ::aws_smithy_legacy_http_server::instrumentation::sensitivity::RequestFmt<
|
182 + | ::aws_smithy_legacy_http_server::instrumentation::MakeIdentity,
|
183 + | ::aws_smithy_legacy_http_server::instrumentation::sensitivity::uri::MakeUri<
|
184 + | ::aws_smithy_legacy_http_server::instrumentation::MakeIdentity,
|
185 + | ::aws_smithy_legacy_http_server::instrumentation::MakeIdentity,
|
186 + | >,
|
187 + | >;
|
188 + | type ResponseFmt = ::aws_smithy_legacy_http_server::instrumentation::sensitivity::ResponseFmt<
|
189 + | ::aws_smithy_legacy_http_server::instrumentation::MakeIdentity,
|
190 + | ::aws_smithy_legacy_http_server::instrumentation::MakeIdentity,
|
191 + | >;
|
192 + |
|
193 + | fn request_fmt() -> Self::RequestFmt {
|
194 + | ::aws_smithy_legacy_http_server::instrumentation::sensitivity::RequestFmt::new()
|
195 + | }
|
196 + |
|
197 + | fn response_fmt() -> Self::ResponseFmt {
|
198 + | ::aws_smithy_legacy_http_server::instrumentation::sensitivity::ResponseFmt::new()
|
199 + | }
|
200 + | }
|
201 + |
|
202 + | #[allow(missing_docs)] // documentation missing in model
|
203 + | pub struct MalformedRange;
|
204 + |
|
205 + | impl ::aws_smithy_legacy_http_server::operation::OperationShape for MalformedRange {
|
206 + | const ID: ::aws_smithy_legacy_http_server::shape_id::ShapeId =
|
207 + | ::aws_smithy_legacy_http_server::shape_id::ShapeId::new(
|
208 + | "aws.protocoltests.restjson.validation#MalformedRange",
|
209 + | "aws.protocoltests.restjson.validation",
|
210 + | "MalformedRange",
|
211 + | );
|
212 + |
|
213 + | type Input = crate::input::MalformedRangeInput;
|
214 + | type Output = crate::output::MalformedRangeOutput;
|
215 + | type Error = crate::error::MalformedRangeError;
|
216 + | }
|
217 + |
|
218 + | impl ::aws_smithy_legacy_http_server::instrumentation::sensitivity::Sensitivity for MalformedRange {
|
219 + | type RequestFmt = ::aws_smithy_legacy_http_server::instrumentation::sensitivity::RequestFmt<
|
220 + | ::aws_smithy_legacy_http_server::instrumentation::MakeIdentity,
|
221 + | ::aws_smithy_legacy_http_server::instrumentation::sensitivity::uri::MakeUri<
|
222 + | ::aws_smithy_legacy_http_server::instrumentation::MakeIdentity,
|
223 + | ::aws_smithy_legacy_http_server::instrumentation::MakeIdentity,
|
224 + | >,
|
225 + | >;
|
226 + | type ResponseFmt = ::aws_smithy_legacy_http_server::instrumentation::sensitivity::ResponseFmt<
|
227 + | ::aws_smithy_legacy_http_server::instrumentation::MakeIdentity,
|
228 + | ::aws_smithy_legacy_http_server::instrumentation::MakeIdentity,
|
229 + | >;
|
230 + |
|
231 + | fn request_fmt() -> Self::RequestFmt {
|
232 + | ::aws_smithy_legacy_http_server::instrumentation::sensitivity::RequestFmt::new()
|
233 + | }
|
234 + |
|
235 + | fn response_fmt() -> Self::ResponseFmt {
|
236 + | ::aws_smithy_legacy_http_server::instrumentation::sensitivity::ResponseFmt::new()
|
237 + | }
|
238 + | }
|
239 + |
|
240 + | #[allow(missing_docs)] // documentation missing in model
|
241 + | pub struct MalformedPatternOverride;
|
242 + |
|
243 + | impl ::aws_smithy_legacy_http_server::operation::OperationShape for MalformedPatternOverride {
|
244 + | const ID: ::aws_smithy_legacy_http_server::shape_id::ShapeId =
|
245 + | ::aws_smithy_legacy_http_server::shape_id::ShapeId::new(
|
246 + | "aws.protocoltests.restjson.validation#MalformedPatternOverride",
|
247 + | "aws.protocoltests.restjson.validation",
|
248 + | "MalformedPatternOverride",
|
249 + | );
|
250 + |
|
251 + | type Input = crate::input::MalformedPatternOverrideInput;
|
252 + | type Output = crate::output::MalformedPatternOverrideOutput;
|
253 + | type Error = crate::error::MalformedPatternOverrideError;
|
254 + | }
|
255 + |
|
256 + | impl ::aws_smithy_legacy_http_server::instrumentation::sensitivity::Sensitivity
|
257 + | for MalformedPatternOverride
|
258 + | {
|
259 + | type RequestFmt = ::aws_smithy_legacy_http_server::instrumentation::sensitivity::RequestFmt<
|
260 + | ::aws_smithy_legacy_http_server::instrumentation::MakeIdentity,
|
261 + | ::aws_smithy_legacy_http_server::instrumentation::sensitivity::uri::MakeUri<
|
262 + | ::aws_smithy_legacy_http_server::instrumentation::MakeIdentity,
|
263 + | ::aws_smithy_legacy_http_server::instrumentation::MakeIdentity,
|
264 + | >,
|
265 + | >;
|
266 + | type ResponseFmt = ::aws_smithy_legacy_http_server::instrumentation::sensitivity::ResponseFmt<
|
267 + | ::aws_smithy_legacy_http_server::instrumentation::MakeIdentity,
|
268 + | ::aws_smithy_legacy_http_server::instrumentation::MakeIdentity,
|
269 + | >;
|
270 + |
|
271 + | fn request_fmt() -> Self::RequestFmt {
|
272 + | ::aws_smithy_legacy_http_server::instrumentation::sensitivity::RequestFmt::new()
|
273 + | }
|
274 + |
|
275 + | fn response_fmt() -> Self::ResponseFmt {
|
276 + | ::aws_smithy_legacy_http_server::instrumentation::sensitivity::ResponseFmt::new()
|
277 + | }
|
278 + | }
|
279 + |
|
280 + | #[allow(missing_docs)] // documentation missing in model
|
281 + | pub struct MalformedPattern;
|
282 + |
|
283 + | impl ::aws_smithy_legacy_http_server::operation::OperationShape for MalformedPattern {
|
284 + | const ID: ::aws_smithy_legacy_http_server::shape_id::ShapeId =
|
285 + | ::aws_smithy_legacy_http_server::shape_id::ShapeId::new(
|
286 + | "aws.protocoltests.restjson.validation#MalformedPattern",
|
287 + | "aws.protocoltests.restjson.validation",
|
288 + | "MalformedPattern",
|
289 + | );
|
290 + |
|
291 + | type Input = crate::input::MalformedPatternInput;
|
292 + | type Output = crate::output::MalformedPatternOutput;
|
293 + | type Error = crate::error::MalformedPatternError;
|
294 + | }
|
295 + |
|
296 + | impl ::aws_smithy_legacy_http_server::instrumentation::sensitivity::Sensitivity
|
297 + | for MalformedPattern
|
298 + | {
|
299 + | type RequestFmt = ::aws_smithy_legacy_http_server::instrumentation::sensitivity::RequestFmt<
|
300 + | ::aws_smithy_legacy_http_server::instrumentation::MakeIdentity,
|
301 + | ::aws_smithy_legacy_http_server::instrumentation::sensitivity::uri::MakeUri<
|
302 + | ::aws_smithy_legacy_http_server::instrumentation::MakeIdentity,
|
303 + | ::aws_smithy_legacy_http_server::instrumentation::MakeIdentity,
|
304 + | >,
|
305 + | >;
|
306 + | type ResponseFmt = ::aws_smithy_legacy_http_server::instrumentation::sensitivity::ResponseFmt<
|
307 + | ::aws_smithy_legacy_http_server::instrumentation::MakeIdentity,
|
308 + | ::aws_smithy_legacy_http_server::instrumentation::MakeIdentity,
|
309 + | >;
|
310 + |
|
311 + | fn request_fmt() -> Self::RequestFmt {
|
312 + | ::aws_smithy_legacy_http_server::instrumentation::sensitivity::RequestFmt::new()
|
313 + | }
|
314 + |
|
315 + | fn response_fmt() -> Self::ResponseFmt {
|
316 + | ::aws_smithy_legacy_http_server::instrumentation::sensitivity::ResponseFmt::new()
|
317 + | }
|
318 + | }
|
319 + |
|
320 + | #[allow(missing_docs)] // documentation missing in model
|
321 + | pub struct MalformedLengthQueryString;
|
322 + |
|
323 + | impl ::aws_smithy_legacy_http_server::operation::OperationShape for MalformedLengthQueryString {
|
324 + | const ID: ::aws_smithy_legacy_http_server::shape_id::ShapeId =
|
325 + | ::aws_smithy_legacy_http_server::shape_id::ShapeId::new(
|
326 + | "aws.protocoltests.restjson.validation#MalformedLengthQueryString",
|
327 + | "aws.protocoltests.restjson.validation",
|
328 + | "MalformedLengthQueryString",
|
329 + | );
|
330 + |
|
331 + | type Input = crate::input::MalformedLengthQueryStringInput;
|
332 + | type Output = crate::output::MalformedLengthQueryStringOutput;
|
333 + | type Error = crate::error::MalformedLengthQueryStringError;
|
334 + | }
|
335 + |
|
336 + | impl ::aws_smithy_legacy_http_server::instrumentation::sensitivity::Sensitivity
|
337 + | for MalformedLengthQueryString
|
338 + | {
|
339 + | type RequestFmt = ::aws_smithy_legacy_http_server::instrumentation::sensitivity::RequestFmt<
|
340 + | ::aws_smithy_legacy_http_server::instrumentation::MakeIdentity,
|
341 + | ::aws_smithy_legacy_http_server::instrumentation::sensitivity::uri::MakeUri<
|
342 + | ::aws_smithy_legacy_http_server::instrumentation::MakeIdentity,
|
343 + | ::aws_smithy_legacy_http_server::instrumentation::MakeIdentity,
|
344 + | >,
|
345 + | >;
|
346 + | type ResponseFmt = ::aws_smithy_legacy_http_server::instrumentation::sensitivity::ResponseFmt<
|
347 + | ::aws_smithy_legacy_http_server::instrumentation::MakeIdentity,
|
348 + | ::aws_smithy_legacy_http_server::instrumentation::MakeIdentity,
|
349 + | >;
|
350 + |
|
351 + | fn request_fmt() -> Self::RequestFmt {
|
352 + | ::aws_smithy_legacy_http_server::instrumentation::sensitivity::RequestFmt::new()
|
353 + | }
|
354 + |
|
355 + | fn response_fmt() -> Self::ResponseFmt {
|
356 + | ::aws_smithy_legacy_http_server::instrumentation::sensitivity::ResponseFmt::new()
|
357 + | }
|
358 + | }
|
359 + |
|
360 + | #[allow(missing_docs)] // documentation missing in model
|
361 + | pub struct MalformedLengthOverride;
|
362 + |
|
363 + | impl ::aws_smithy_legacy_http_server::operation::OperationShape for MalformedLengthOverride {
|
364 + | const ID: ::aws_smithy_legacy_http_server::shape_id::ShapeId =
|
365 + | ::aws_smithy_legacy_http_server::shape_id::ShapeId::new(
|
366 + | "aws.protocoltests.restjson.validation#MalformedLengthOverride",
|
367 + | "aws.protocoltests.restjson.validation",
|
368 + | "MalformedLengthOverride",
|
369 + | );
|
370 + |
|
371 + | type Input = crate::input::MalformedLengthOverrideInput;
|
372 + | type Output = crate::output::MalformedLengthOverrideOutput;
|
373 + | type Error = crate::error::MalformedLengthOverrideError;
|
374 + | }
|
375 + |
|
376 + | impl ::aws_smithy_legacy_http_server::instrumentation::sensitivity::Sensitivity
|
377 + | for MalformedLengthOverride
|
378 + | {
|
379 + | type RequestFmt = ::aws_smithy_legacy_http_server::instrumentation::sensitivity::RequestFmt<
|
380 + | ::aws_smithy_legacy_http_server::instrumentation::MakeIdentity,
|
381 + | ::aws_smithy_legacy_http_server::instrumentation::sensitivity::uri::MakeUri<
|
382 + | ::aws_smithy_legacy_http_server::instrumentation::MakeIdentity,
|
383 + | ::aws_smithy_legacy_http_server::instrumentation::MakeIdentity,
|
384 + | >,
|
385 + | >;
|
386 + | type ResponseFmt = ::aws_smithy_legacy_http_server::instrumentation::sensitivity::ResponseFmt<
|
387 + | ::aws_smithy_legacy_http_server::instrumentation::MakeIdentity,
|
388 + | ::aws_smithy_legacy_http_server::instrumentation::MakeIdentity,
|
389 + | >;
|
390 + |
|
391 + | fn request_fmt() -> Self::RequestFmt {
|
392 + | ::aws_smithy_legacy_http_server::instrumentation::sensitivity::RequestFmt::new()
|
393 + | }
|
394 + |
|
395 + | fn response_fmt() -> Self::ResponseFmt {
|
396 + | ::aws_smithy_legacy_http_server::instrumentation::sensitivity::ResponseFmt::new()
|
397 + | }
|
398 + | }
|
399 + |
|
400 + | #[allow(missing_docs)] // documentation missing in model
|
401 + | pub struct MalformedLength;
|
402 + |
|
403 + | impl ::aws_smithy_legacy_http_server::operation::OperationShape for MalformedLength {
|
404 + | const ID: ::aws_smithy_legacy_http_server::shape_id::ShapeId =
|
405 + | ::aws_smithy_legacy_http_server::shape_id::ShapeId::new(
|
406 + | "aws.protocoltests.restjson.validation#MalformedLength",
|
407 + | "aws.protocoltests.restjson.validation",
|
408 + | "MalformedLength",
|
409 + | );
|
410 + |
|
411 + | type Input = crate::input::MalformedLengthInput;
|
412 + | type Output = crate::output::MalformedLengthOutput;
|
413 + | type Error = crate::error::MalformedLengthError;
|
414 + | }
|
415 + |
|
416 + | impl ::aws_smithy_legacy_http_server::instrumentation::sensitivity::Sensitivity
|
417 + | for MalformedLength
|
418 + | {
|
419 + | type RequestFmt = ::aws_smithy_legacy_http_server::instrumentation::sensitivity::RequestFmt<
|
420 + | ::aws_smithy_legacy_http_server::instrumentation::MakeIdentity,
|
421 + | ::aws_smithy_legacy_http_server::instrumentation::sensitivity::uri::MakeUri<
|
422 + | ::aws_smithy_legacy_http_server::instrumentation::MakeIdentity,
|
423 + | ::aws_smithy_legacy_http_server::instrumentation::MakeIdentity,
|
424 + | >,
|
425 + | >;
|
426 + | type ResponseFmt = ::aws_smithy_legacy_http_server::instrumentation::sensitivity::ResponseFmt<
|
427 + | ::aws_smithy_legacy_http_server::instrumentation::MakeIdentity,
|
428 + | ::aws_smithy_legacy_http_server::instrumentation::MakeIdentity,
|
429 + | >;
|
430 + |
|
431 + | fn request_fmt() -> Self::RequestFmt {
|
432 + | ::aws_smithy_legacy_http_server::instrumentation::sensitivity::RequestFmt::new()
|
433 + | }
|
434 + |
|
435 + | fn response_fmt() -> Self::ResponseFmt {
|
436 + | ::aws_smithy_legacy_http_server::instrumentation::sensitivity::ResponseFmt::new()
|
437 + | }
|
438 + | }
|
439 + |
|
440 + | #[allow(missing_docs)] // documentation missing in model
|
441 + | pub struct MalformedEnum;
|
442 + |
|
443 + | impl ::aws_smithy_legacy_http_server::operation::OperationShape for MalformedEnum {
|
444 + | const ID: ::aws_smithy_legacy_http_server::shape_id::ShapeId =
|
445 + | ::aws_smithy_legacy_http_server::shape_id::ShapeId::new(
|
446 + | "aws.protocoltests.restjson.validation#MalformedEnum",
|
447 + | "aws.protocoltests.restjson.validation",
|
448 + | "MalformedEnum",
|
449 + | );
|
450 + |
|
451 + | type Input = crate::input::MalformedEnumInput;
|
452 + | type Output = crate::output::MalformedEnumOutput;
|
453 + | type Error = crate::error::MalformedEnumError;
|
454 + | }
|
455 + |
|
456 + | impl ::aws_smithy_legacy_http_server::instrumentation::sensitivity::Sensitivity for MalformedEnum {
|
457 + | type RequestFmt = ::aws_smithy_legacy_http_server::instrumentation::sensitivity::RequestFmt<
|
458 + | ::aws_smithy_legacy_http_server::instrumentation::MakeIdentity,
|
459 + | ::aws_smithy_legacy_http_server::instrumentation::sensitivity::uri::MakeUri<
|
460 + | ::aws_smithy_legacy_http_server::instrumentation::MakeIdentity,
|
461 + | ::aws_smithy_legacy_http_server::instrumentation::MakeIdentity,
|
462 + | >,
|
463 + | >;
|
464 + | type ResponseFmt = ::aws_smithy_legacy_http_server::instrumentation::sensitivity::ResponseFmt<
|
465 + | ::aws_smithy_legacy_http_server::instrumentation::MakeIdentity,
|
466 + | ::aws_smithy_legacy_http_server::instrumentation::MakeIdentity,
|
467 + | >;
|
468 + |
|
469 + | fn request_fmt() -> Self::RequestFmt {
|
470 + | ::aws_smithy_legacy_http_server::instrumentation::sensitivity::RequestFmt::new()
|
471 + | }
|
472 + |
|
473 + | fn response_fmt() -> Self::ResponseFmt {
|
474 + | ::aws_smithy_legacy_http_server::instrumentation::sensitivity::ResponseFmt::new()
|
475 + | }
|
476 + | }
|