aws_sdk_ssooidc/operation.rs
1// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
2pub use ::aws_types::request_id::RequestId;
3
4/// Types for the `CreateToken` operation.
5pub mod create_token;
6
7/// Types for the `CreateTokenWithIAM` operation.
8pub mod create_token_with_iam;
9
10/// Types for the `RegisterClient` operation.
11pub mod register_client;
12
13/// Types for the `StartDeviceAuthorization` operation.
14pub mod start_device_authorization;