215 228 | ::std::result::Result::Ok(builder.method("GET").uri(uri))
|
216 229 | }
|
217 230 | let mut builder = update_http_builder(&input, ::http::request::Builder::new())?;
|
218 231 | builder
|
219 232 | };
|
220 233 | let body = ::aws_smithy_types::body::SdkBody::from("");
|
221 234 |
|
222 235 | ::std::result::Result::Ok(request_builder.body(body).expect("valid request").try_into().unwrap())
|
223 236 | }
|
224 237 | }
|
238 + | /* EndpointParamsInterceptorGenerator.kt:86 */
|
225 239 | #[derive(Debug)]
|
226 240 | struct ListSnapshotBlocksEndpointParamsInterceptor;
|
227 241 |
|
228 242 | impl ::aws_smithy_runtime_api::client::interceptors::Intercept for ListSnapshotBlocksEndpointParamsInterceptor {
|
229 243 | fn name(&self) -> &'static str {
|
230 244 | "ListSnapshotBlocksEndpointParamsInterceptor"
|
231 245 | }
|
232 246 |
|
233 247 | fn read_before_execution(
|
234 248 | &self,
|
235 249 | context: &::aws_smithy_runtime_api::client::interceptors::context::BeforeSerializationInterceptorContextRef<
|
236 250 | '_,
|
237 251 | ::aws_smithy_runtime_api::client::interceptors::context::Input,
|
238 252 | ::aws_smithy_runtime_api::client::interceptors::context::Output,
|
239 253 | ::aws_smithy_runtime_api::client::interceptors::context::Error,
|
240 254 | >,
|
241 255 | cfg: &mut ::aws_smithy_types::config_bag::ConfigBag,
|
242 256 | ) -> ::std::result::Result<(), ::aws_smithy_runtime_api::box_error::BoxError> {
|
243 257 | let _input = context
|
244 258 | .input()
|
245 259 | .downcast_ref::<ListSnapshotBlocksInput>()
|
246 260 | .ok_or("failed to downcast to ListSnapshotBlocksInput")?;
|
247 261 |
|
248 262 | let params = crate::config::endpoint::Params::builder().build().map_err(|err| {
|
249 263 | ::aws_smithy_runtime_api::client::interceptors::error::ContextAttachedError::new("endpoint params could not be built", err)
|
250 264 | })?;
|
251 265 | cfg.interceptor_state()
|
252 266 | .store_put(::aws_smithy_runtime_api::client::endpoint::EndpointResolverParams::new(params));
|
253 267 | ::std::result::Result::Ok(())
|
254 268 | }
|
255 269 | }
|
256 270 |
|
257 271 | // The get_* functions below are generated from JMESPath expressions in the
|
258 272 | // operationContextParams trait. They target the operation's input shape.
|
259 273 |
|
274 + | /* OperationErrorGenerator.kt:79 */
|
260 275 | /// Error type for the `ListSnapshotBlocksError` operation.
|
276 + | /* RustType.kt:516 */
|
261 277 | #[non_exhaustive]
|
278 + | /* RustType.kt:516 */
|
262 279 | #[derive(::std::fmt::Debug)]
|
263 - | pub enum ListSnapshotBlocksError {
|
264 - | /// <p>You do not have sufficient access to perform this action.</p>
|
280 + | pub /* OperationErrorGenerator.kt:81 */ enum ListSnapshotBlocksError {
|
281 + | /// /* OperationErrorGenerator.kt:83 */<p>You do not have sufficient access to perform this action.</p>
|
282 + | /* OperationErrorGenerator.kt:86 */
|
265 283 | AccessDeniedError(crate::types::error::AccessDeniedError),
|
266 - | /// <p>An internal error has occurred.</p>
|
284 + | /// /* OperationErrorGenerator.kt:83 */<p>An internal error has occurred.</p>
|
285 + | /* OperationErrorGenerator.kt:86 */
|
267 286 | InternalServerError(crate::types::error::InternalServerError),
|
268 - | /// <p>The number of API requests has exceed the maximum allowed API request throttling limit.</p>
|
287 + | /// /* OperationErrorGenerator.kt:83 */<p>The number of API requests has exceed the maximum allowed API request throttling limit.</p>
|
288 + | /* OperationErrorGenerator.kt:86 */
|
269 289 | RequestThrottledError(crate::types::error::RequestThrottledError),
|
270 - | /// <p>The specified resource does not exist.</p>
|
290 + | /// /* OperationErrorGenerator.kt:83 */<p>The specified resource does not exist.</p>
|
291 + | /* OperationErrorGenerator.kt:86 */
|
271 292 | ResourceNotFoundError(crate::types::error::ResourceNotFoundError),
|
272 - | /// <p>Your current service quotas do not allow you to perform this action.</p>
|
293 + | /// /* OperationErrorGenerator.kt:83 */<p>Your current service quotas do not allow you to perform this action.</p>
|
294 + | /* OperationErrorGenerator.kt:86 */
|
273 295 | ServiceQuotaExceededError(crate::types::error::ServiceQuotaExceededError),
|
274 - | /// <p>The input fails to satisfy the constraints of the EBS direct APIs.</p>
|
296 + | /// /* OperationErrorGenerator.kt:83 */<p>The input fails to satisfy the constraints of the EBS direct APIs.</p>
|
297 + | /* OperationErrorGenerator.kt:86 */
|
275 298 | ValidationError(crate::types::error::ValidationError),
|
299 + | /* OperationErrorGenerator.kt:88 */
|
276 300 | /// An unexpected error occurred (e.g., invalid JSON returned by the service or an unknown error code).
|
277 301 | #[deprecated(note = "Matching `Unhandled` directly is not forwards compatible. Instead, match using a \
|
278 302 | variable wildcard pattern and check `.code()`:
|
279 303 | \
|
280 304 | `err if err.code() == Some(\"SpecificExceptionCode\") => { /* handle the error */ }`
|
281 305 | \
|
282 306 | See [`ProvideErrorMetadata`](#impl-ProvideErrorMetadata-for-ListSnapshotBlocksError) for what information is available for the error.")]
|
283 307 | Unhandled(crate::error::sealed_unhandled::Unhandled),
|
308 + | /* OperationErrorGenerator.kt:81 */
|
284 309 | }
|
310 + | /* OperationErrorGenerator.kt:218 */
|
285 311 | impl ListSnapshotBlocksError {
|
312 + | /* OperationErrorGenerator.kt:219 */
|
286 313 | /// Creates the `ListSnapshotBlocksError::Unhandled` variant from any error type.
|
287 314 | pub fn unhandled(
|
288 315 | err: impl ::std::convert::Into<::std::boxed::Box<dyn ::std::error::Error + ::std::marker::Send + ::std::marker::Sync + 'static>>,
|
289 316 | ) -> Self {
|
290 317 | Self::Unhandled(crate::error::sealed_unhandled::Unhandled {
|
291 318 | source: err.into(),
|
292 319 | meta: ::std::default::Default::default(),
|
293 320 | })
|
294 321 | }
|
295 322 |
|
296 323 | /// Creates the `ListSnapshotBlocksError::Unhandled` variant from an [`ErrorMetadata`](::aws_smithy_types::error::ErrorMetadata).
|
297 324 | pub fn generic(err: ::aws_smithy_types::error::ErrorMetadata) -> Self {
|
298 325 | Self::Unhandled(crate::error::sealed_unhandled::Unhandled {
|
299 326 | source: err.clone().into(),
|
300 327 | meta: err,
|
301 328 | })
|
302 329 | }
|
303 - | ///
|
330 + | /// /* OperationErrorGenerator.kt:236 */
|
304 331 | /// Returns error metadata, which includes the error code, message,
|
305 332 | /// request ID, and potentially additional information.
|
306 333 | ///
|
334 + | /* OperationErrorGenerator.kt:242 */
|
307 335 | pub fn meta(&self) -> &::aws_smithy_types::error::ErrorMetadata {
|
336 + | /* OperationErrorGenerator.kt:243 */
|
308 337 | match self {
|
338 + | /* OperationErrorGenerator.kt:246 */
|
309 339 | Self::AccessDeniedError(e) => ::aws_smithy_types::error::metadata::ProvideErrorMetadata::meta(e),
|
340 + | /* OperationErrorGenerator.kt:246 */
|
310 341 | Self::InternalServerError(e) => ::aws_smithy_types::error::metadata::ProvideErrorMetadata::meta(e),
|
342 + | /* OperationErrorGenerator.kt:246 */
|
311 343 | Self::RequestThrottledError(e) => ::aws_smithy_types::error::metadata::ProvideErrorMetadata::meta(e),
|
344 + | /* OperationErrorGenerator.kt:246 */
|
312 345 | Self::ResourceNotFoundError(e) => ::aws_smithy_types::error::metadata::ProvideErrorMetadata::meta(e),
|
346 + | /* OperationErrorGenerator.kt:246 */
|
313 347 | Self::ServiceQuotaExceededError(e) => ::aws_smithy_types::error::metadata::ProvideErrorMetadata::meta(e),
|
314 - | Self::ValidationError(e) => ::aws_smithy_types::error::metadata::ProvideErrorMetadata::meta(e),
|
315 - | Self::Unhandled(e) => &e.meta,
|
348 + | /* OperationErrorGenerator.kt:246 */ Self::ValidationError(e) => ::aws_smithy_types::error::metadata::ProvideErrorMetadata::meta(e),
|
349 + | /* OperationErrorGenerator.kt:251 */ Self::Unhandled(e) => &e.meta,
|
350 + | /* OperationErrorGenerator.kt:243 */
|
316 351 | }
|
352 + | /* OperationErrorGenerator.kt:242 */
|
317 353 | }
|
354 + | /* OperationErrorGenerator.kt:257 */
|
318 355 | /// Returns `true` if the error kind is `ListSnapshotBlocksError::AccessDeniedError`.
|
356 + | /* OperationErrorGenerator.kt:258 */
|
319 357 | pub fn is_access_denied_error(&self) -> bool {
|
358 + | /* OperationErrorGenerator.kt:259 */
|
320 359 | matches!(self, Self::AccessDeniedError(_))
|
360 + | /* OperationErrorGenerator.kt:258 */
|
321 361 | }
|
362 + | /* OperationErrorGenerator.kt:257 */
|
322 363 | /// Returns `true` if the error kind is `ListSnapshotBlocksError::InternalServerError`.
|
364 + | /* OperationErrorGenerator.kt:258 */
|
323 365 | pub fn is_internal_server_error(&self) -> bool {
|
366 + | /* OperationErrorGenerator.kt:259 */
|
324 367 | matches!(self, Self::InternalServerError(_))
|
368 + | /* OperationErrorGenerator.kt:258 */
|
325 369 | }
|
370 + | /* OperationErrorGenerator.kt:257 */
|
326 371 | /// Returns `true` if the error kind is `ListSnapshotBlocksError::RequestThrottledError`.
|
372 + | /* OperationErrorGenerator.kt:258 */
|
327 373 | pub fn is_request_throttled_error(&self) -> bool {
|
374 + | /* OperationErrorGenerator.kt:259 */
|
328 375 | matches!(self, Self::RequestThrottledError(_))
|
376 + | /* OperationErrorGenerator.kt:258 */
|
329 377 | }
|
378 + | /* OperationErrorGenerator.kt:257 */
|
330 379 | /// Returns `true` if the error kind is `ListSnapshotBlocksError::ResourceNotFoundError`.
|
380 + | /* OperationErrorGenerator.kt:258 */
|
331 381 | pub fn is_resource_not_found_error(&self) -> bool {
|
382 + | /* OperationErrorGenerator.kt:259 */
|
332 383 | matches!(self, Self::ResourceNotFoundError(_))
|
384 + | /* OperationErrorGenerator.kt:258 */
|
333 385 | }
|
386 + | /* OperationErrorGenerator.kt:257 */
|
334 387 | /// Returns `true` if the error kind is `ListSnapshotBlocksError::ServiceQuotaExceededError`.
|
388 + | /* OperationErrorGenerator.kt:258 */
|
335 389 | pub fn is_service_quota_exceeded_error(&self) -> bool {
|
390 + | /* OperationErrorGenerator.kt:259 */
|
336 391 | matches!(self, Self::ServiceQuotaExceededError(_))
|
392 + | /* OperationErrorGenerator.kt:258 */
|
337 393 | }
|
394 + | /* OperationErrorGenerator.kt:257 */
|
338 395 | /// Returns `true` if the error kind is `ListSnapshotBlocksError::ValidationError`.
|
396 + | /* OperationErrorGenerator.kt:258 */
|
339 397 | pub fn is_validation_error(&self) -> bool {
|
398 + | /* OperationErrorGenerator.kt:259 */
|
340 399 | matches!(self, Self::ValidationError(_))
|
400 + | /* OperationErrorGenerator.kt:258 */
|
341 401 | }
|
402 + | /* OperationErrorGenerator.kt:218 */
|
342 403 | }
|
404 + | /* OperationErrorGenerator.kt:269 */
|
343 405 | impl ::std::error::Error for ListSnapshotBlocksError {
|
406 + | /* OperationErrorGenerator.kt:270 */
|
344 407 | fn source(&self) -> ::std::option::Option<&(dyn ::std::error::Error + 'static)> {
|
408 + | /* OperationErrorGenerator.kt:318 */
|
345 409 | match self {
|
346 - | Self::AccessDeniedError(_inner) => ::std::option::Option::Some(_inner),
|
347 - | Self::InternalServerError(_inner) => ::std::option::Option::Some(_inner),
|
348 - | Self::RequestThrottledError(_inner) => ::std::option::Option::Some(_inner),
|
349 - | Self::ResourceNotFoundError(_inner) => ::std::option::Option::Some(_inner),
|
350 - | Self::ServiceQuotaExceededError(_inner) => ::std::option::Option::Some(_inner),
|
351 - | Self::ValidationError(_inner) => ::std::option::Option::Some(_inner),
|
352 - | Self::Unhandled(_inner) => ::std::option::Option::Some(&*_inner.source),
|
410 + | /* OperationErrorGenerator.kt:321 */
|
411 + | Self::AccessDeniedError(_inner) =>
|
412 + | /* OperationErrorGenerator.kt:283 */
|
413 + | {
|
414 + | ::std::option::Option::Some(_inner)
|
415 + | }
|
416 + | ,
|
417 + | /* OperationErrorGenerator.kt:321 */
|
418 + | Self::InternalServerError(_inner) =>
|
419 + | /* OperationErrorGenerator.kt:283 */
|
420 + | {
|
421 + | ::std::option::Option::Some(_inner)
|
422 + | }
|
423 + | ,
|
424 + | /* OperationErrorGenerator.kt:321 */
|
425 + | Self::RequestThrottledError(_inner) =>
|
426 + | /* OperationErrorGenerator.kt:283 */
|
427 + | {
|
428 + | ::std::option::Option::Some(_inner)
|
429 + | }
|
430 + | ,
|
431 + | /* OperationErrorGenerator.kt:321 */
|
432 + | Self::ResourceNotFoundError(_inner) =>
|
433 + | /* OperationErrorGenerator.kt:283 */
|
434 + | {
|
435 + | ::std::option::Option::Some(_inner)
|
436 + | }
|
437 + | ,
|
438 + | /* OperationErrorGenerator.kt:321 */
|
439 + | Self::ServiceQuotaExceededError(_inner) =>
|
440 + | /* OperationErrorGenerator.kt:283 */
|
441 + | {
|
442 + | ::std::option::Option::Some(_inner)
|
443 + | }
|
444 + | ,
|
445 + | /* OperationErrorGenerator.kt:321 */
|
446 + | Self::ValidationError(_inner) =>
|
447 + | /* OperationErrorGenerator.kt:283 */
|
448 + | {
|
449 + | ::std::option::Option::Some(_inner)
|
450 + | }
|
451 + | ,
|
452 + | /* OperationErrorGenerator.kt:326 */
|
453 + | Self::Unhandled(_inner) => {
|
454 + | /* OperationErrorGenerator.kt:279 */
|
455 + | ::std::option::Option::Some(&*_inner.source)
|
456 + | /* OperationErrorGenerator.kt:326 */
|
457 + | } /* OperationErrorGenerator.kt:318 */
|
353 458 | }
|
459 + | /* OperationErrorGenerator.kt:270 */
|
354 460 | }
|
461 + | /* OperationErrorGenerator.kt:269 */
|
355 462 | }
|
463 + | /* OperationErrorGenerator.kt:133 */
|
356 464 | impl ::std::fmt::Display for ListSnapshotBlocksError {
|
465 + | /* OperationErrorGenerator.kt:134 */
|
357 466 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result {
|
467 + | /* OperationErrorGenerator.kt:318 */
|
358 468 | match self {
|
359 - | Self::AccessDeniedError(_inner) => _inner.fmt(f),
|
360 - | Self::InternalServerError(_inner) => _inner.fmt(f),
|
361 - | Self::RequestThrottledError(_inner) => _inner.fmt(f),
|
362 - | Self::ResourceNotFoundError(_inner) => _inner.fmt(f),
|
363 - | Self::ServiceQuotaExceededError(_inner) => _inner.fmt(f),
|
364 - | Self::ValidationError(_inner) => _inner.fmt(f),
|
469 + | /* OperationErrorGenerator.kt:321 */
|
470 + | Self::AccessDeniedError(_inner) =>
|
471 + | /* OperationErrorGenerator.kt:151 */
|
472 + | {
|
473 + | _inner.fmt(f)
|
474 + | }
|
475 + | ,
|
476 + | /* OperationErrorGenerator.kt:321 */
|
477 + | Self::InternalServerError(_inner) =>
|
478 + | /* OperationErrorGenerator.kt:151 */
|
479 + | {
|
480 + | _inner.fmt(f)
|
481 + | }
|
482 + | ,
|
483 + | /* OperationErrorGenerator.kt:321 */
|
484 + | Self::RequestThrottledError(_inner) =>
|
485 + | /* OperationErrorGenerator.kt:151 */
|
486 + | {
|
487 + | _inner.fmt(f)
|
488 + | }
|
489 + | ,
|
490 + | /* OperationErrorGenerator.kt:321 */
|
491 + | Self::ResourceNotFoundError(_inner) =>
|
492 + | /* OperationErrorGenerator.kt:151 */
|
493 + | {
|
494 + | _inner.fmt(f)
|
495 + | }
|
496 + | ,
|
497 + | /* OperationErrorGenerator.kt:321 */
|
498 + | Self::ServiceQuotaExceededError(_inner) =>
|
499 + | /* OperationErrorGenerator.kt:151 */
|
500 + | {
|
501 + | _inner.fmt(f)
|
502 + | }
|
503 + | ,
|
504 + | /* OperationErrorGenerator.kt:321 */
|
505 + | Self::ValidationError(_inner) =>
|
506 + | /* OperationErrorGenerator.kt:151 */
|
507 + | {
|
508 + | _inner.fmt(f)
|
509 + | }
|
510 + | ,
|
511 + | /* OperationErrorGenerator.kt:326 */
|
365 512 | Self::Unhandled(_inner) => {
|
513 + | /* OperationErrorGenerator.kt:139 */
|
366 514 | if let ::std::option::Option::Some(code) = ::aws_smithy_types::error::metadata::ProvideErrorMetadata::code(self) {
|
367 515 | write!(f, "unhandled error ({code})")
|
368 516 | } else {
|
369 517 | f.write_str("unhandled error")
|
370 518 | }
|
371 - | }
|
519 + | /* OperationErrorGenerator.kt:326 */
|
520 + | } /* OperationErrorGenerator.kt:318 */
|
372 521 | }
|
522 + | /* OperationErrorGenerator.kt:134 */
|
373 523 | }
|
524 + | /* OperationErrorGenerator.kt:133 */
|
374 525 | }
|
526 + | /* OperationErrorGenerator.kt:182 */
|
375 527 | impl ::aws_smithy_types::retry::ProvideErrorKind for ListSnapshotBlocksError {
|
528 + | /* OperationErrorGenerator.kt:186 */
|
376 529 | fn code(&self) -> ::std::option::Option<&str> {
|
530 + | /* OperationErrorGenerator.kt:187 */
|
377 531 | ::aws_smithy_types::error::metadata::ProvideErrorMetadata::code(self)
|
532 + | /* OperationErrorGenerator.kt:186 */
|
378 533 | }
|
534 + | /* OperationErrorGenerator.kt:190 */
|
379 535 | fn retryable_error_kind(&self) -> ::std::option::Option<::aws_smithy_types::retry::ErrorKind> {
|
536 + | /* OperationErrorGenerator.kt:197 */
|
380 537 | ::std::option::Option::None
|
538 + | /* OperationErrorGenerator.kt:190 */
|
381 539 | }
|
540 + | /* OperationErrorGenerator.kt:182 */
|
382 541 | }
|
542 + | /* OperationErrorGenerator.kt:163 */
|
383 543 | impl ::aws_smithy_types::error::metadata::ProvideErrorMetadata for ListSnapshotBlocksError {
|
544 + | /* OperationErrorGenerator.kt:164 */
|
384 545 | fn meta(&self) -> &::aws_smithy_types::error::ErrorMetadata {
|
546 + | /* OperationErrorGenerator.kt:318 */
|
385 547 | match self {
|
386 - | Self::AccessDeniedError(_inner) => ::aws_smithy_types::error::metadata::ProvideErrorMetadata::meta(_inner),
|
387 - | Self::InternalServerError(_inner) => ::aws_smithy_types::error::metadata::ProvideErrorMetadata::meta(_inner),
|
388 - | Self::RequestThrottledError(_inner) => ::aws_smithy_types::error::metadata::ProvideErrorMetadata::meta(_inner),
|
389 - | Self::ResourceNotFoundError(_inner) => ::aws_smithy_types::error::metadata::ProvideErrorMetadata::meta(_inner),
|
390 - | Self::ServiceQuotaExceededError(_inner) => ::aws_smithy_types::error::metadata::ProvideErrorMetadata::meta(_inner),
|
391 - | Self::ValidationError(_inner) => ::aws_smithy_types::error::metadata::ProvideErrorMetadata::meta(_inner),
|
392 - | Self::Unhandled(_inner) => &_inner.meta,
|
548 + | /* OperationErrorGenerator.kt:321 */
|
549 + | Self::AccessDeniedError(_inner) =>
|
550 + | /* OperationErrorGenerator.kt:169 */
|
551 + | {
|
552 + | ::aws_smithy_types::error::metadata::ProvideErrorMetadata::meta(_inner)
|
553 + | }
|
554 + | ,
|
555 + | /* OperationErrorGenerator.kt:321 */
|
556 + | Self::InternalServerError(_inner) =>
|
557 + | /* OperationErrorGenerator.kt:169 */
|
558 + | {
|
559 + | ::aws_smithy_types::error::metadata::ProvideErrorMetadata::meta(_inner)
|
560 + | }
|
561 + | ,
|
562 + | /* OperationErrorGenerator.kt:321 */
|
563 + | Self::RequestThrottledError(_inner) =>
|
564 + | /* OperationErrorGenerator.kt:169 */
|
565 + | {
|
566 + | ::aws_smithy_types::error::metadata::ProvideErrorMetadata::meta(_inner)
|
567 + | }
|
568 + | ,
|
569 + | /* OperationErrorGenerator.kt:321 */
|
570 + | Self::ResourceNotFoundError(_inner) =>
|
571 + | /* OperationErrorGenerator.kt:169 */
|
572 + | {
|
573 + | ::aws_smithy_types::error::metadata::ProvideErrorMetadata::meta(_inner)
|
574 + | }
|
575 + | ,
|
576 + | /* OperationErrorGenerator.kt:321 */
|
577 + | Self::ServiceQuotaExceededError(_inner) =>
|
578 + | /* OperationErrorGenerator.kt:169 */
|
579 + | {
|
580 + | ::aws_smithy_types::error::metadata::ProvideErrorMetadata::meta(_inner)
|
581 + | }
|
582 + | ,
|
583 + | /* OperationErrorGenerator.kt:321 */
|
584 + | Self::ValidationError(_inner) =>
|
585 + | /* OperationErrorGenerator.kt:169 */
|
586 + | {
|
587 + | ::aws_smithy_types::error::metadata::ProvideErrorMetadata::meta(_inner)
|
588 + | }
|
589 + | ,
|
590 + | /* OperationErrorGenerator.kt:326 */
|
591 + | Self::Unhandled(_inner) => {
|
592 + | /* OperationErrorGenerator.kt:168 */
|
593 + | &_inner.meta
|
594 + | /* OperationErrorGenerator.kt:326 */
|
595 + | } /* OperationErrorGenerator.kt:318 */
|
393 596 | }
|
597 + | /* OperationErrorGenerator.kt:164 */
|
394 598 | }
|
599 + | /* OperationErrorGenerator.kt:163 */
|
395 600 | }
|
601 + | /* OperationErrorGenerator.kt:109 */
|
396 602 | impl ::aws_smithy_runtime_api::client::result::CreateUnhandledError for ListSnapshotBlocksError {
|
603 + | /* OperationErrorGenerator.kt:110 */
|
397 604 | fn create_unhandled_error(
|
398 605 | source: ::std::boxed::Box<dyn ::std::error::Error + ::std::marker::Send + ::std::marker::Sync + 'static>,
|
399 606 | meta: ::std::option::Option<::aws_smithy_types::error::ErrorMetadata>,
|
400 607 | ) -> Self {
|
608 + | /* OperationErrorGenerator.kt:121 */
|
401 609 | Self::Unhandled(crate::error::sealed_unhandled::Unhandled {
|
402 610 | source,
|
403 611 | meta: meta.unwrap_or_default(),
|
404 612 | })
|
613 + | /* OperationErrorGenerator.kt:110 */
|
405 614 | }
|
615 + | /* OperationErrorGenerator.kt:109 */
|
406 616 | }
|
407 617 |
|
618 + | /* CodegenDelegator.kt:255 */
|
408 619 | pub use crate::operation::list_snapshot_blocks::_list_snapshot_blocks_output::ListSnapshotBlocksOutput;
|
409 620 |
|
621 + | /* CodegenDelegator.kt:255 */
|
410 622 | pub use crate::operation::list_snapshot_blocks::_list_snapshot_blocks_input::ListSnapshotBlocksInput;
|
411 623 |
|
624 + | /* RustModule.kt:172 */
|
412 625 | mod _list_snapshot_blocks_input;
|
413 626 |
|
627 + | /* RustModule.kt:172 */
|
414 628 | mod _list_snapshot_blocks_output;
|
415 629 |
|
416 - | /// Builders
|
630 + | /// /* CodegenDelegator.kt:51 */Builders
|
417 631 | pub mod builders;
|
418 632 |
|
419 - | /// Paginator for this operation
|
633 + | /// /* CodegenDelegator.kt:51 */Paginator for this operation
|
420 634 | pub mod paginator;
|