| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Transfer.Types.ServiceMetadata
Description
Documentation
data ServiceMetadata Source #
A container object for the session details that are associated with a workflow.
See: newServiceMetadata smart constructor.
Constructors
| ServiceMetadata' | |
Fields
| |
Instances
Arguments
| :: UserDetails | |
| -> ServiceMetadata |
Create a value of ServiceMetadata with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:userDetails:ServiceMetadata', serviceMetadata_userDetails - The Server ID (ServerId), Session ID (SessionId) and user
(UserName) make up the UserDetails.
serviceMetadata_userDetails :: Lens' ServiceMetadata UserDetails Source #
The Server ID (ServerId), Session ID (SessionId) and user
(UserName) make up the UserDetails.