aws_sdk_ssooidc/
operation.rs

1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use ::aws_types::request_id::RequestId;

/// Types for the `CreateToken` operation.
pub mod create_token;

/// Types for the `CreateTokenWithIAM` operation.
pub mod create_token_with_iam;

/// Types for the `RegisterClient` operation.
pub mod register_client;

/// Types for the `StartDeviceAuthorization` operation.
pub mod start_device_authorization;