Module aws_smithy_runtime::client::orchestrator

source ·
Expand description

The client orchestrator implementation

Modules§

  • Defines types that implement a trait for endpoint resolution
  • Utility for making one-off unmodeled requests with the orchestrator.

Enums§

  • Allows for returning early at different points during orchestration.

Functions§

  • Orchestrates the execution of a request and handling of a response.
  • Same as invoke, but allows for returning early at different points during orchestration.