| 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.ConnectCases.Types.DomainSummary
Description
Synopsis
Documentation
data DomainSummary Source #
Object for the summarized details of the domain.
See: newDomainSummary smart constructor.
Constructors
| DomainSummary' | |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> Text | |
| -> DomainSummary |
Create a value of DomainSummary 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:domainArn:DomainSummary', domainSummary_domainArn - The Amazon Resource Name (ARN) of the domain.
$sel:domainId:DomainSummary', domainSummary_domainId - The unique identifier of the domain.
$sel:name:DomainSummary', domainSummary_name - The name of the domain.
domainSummary_domainArn :: Lens' DomainSummary Text Source #
The Amazon Resource Name (ARN) of the domain.
domainSummary_domainId :: Lens' DomainSummary Text Source #
The unique identifier of the domain.
domainSummary_name :: Lens' DomainSummary Text Source #
The name of the domain.