Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data OrganizationSummary = OrganizationSummary' {
- state :: Maybe Text
- alias :: Maybe Text
- defaultMailDomain :: Maybe Text
- errorMessage :: Maybe Text
- organizationId :: Maybe Text
- newOrganizationSummary :: OrganizationSummary
- organizationSummary_state :: Lens' OrganizationSummary (Maybe Text)
- organizationSummary_alias :: Lens' OrganizationSummary (Maybe Text)
- organizationSummary_defaultMailDomain :: Lens' OrganizationSummary (Maybe Text)
- organizationSummary_errorMessage :: Lens' OrganizationSummary (Maybe Text)
- organizationSummary_organizationId :: Lens' OrganizationSummary (Maybe Text)
Documentation
data OrganizationSummary Source #
The representation of an organization.
See: newOrganizationSummary
smart constructor.
OrganizationSummary' | |
|
Instances
newOrganizationSummary :: OrganizationSummary Source #
Create a value of OrganizationSummary
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:state:OrganizationSummary'
, organizationSummary_state
- The state associated with the organization.
$sel:alias:OrganizationSummary'
, organizationSummary_alias
- The alias associated with the organization.
$sel:defaultMailDomain:OrganizationSummary'
, organizationSummary_defaultMailDomain
- The default email domain associated with the organization.
$sel:errorMessage:OrganizationSummary'
, organizationSummary_errorMessage
- The error message associated with the organization. It is only present
if unexpected behavior has occurred with regards to the organization. It
provides insight or solutions regarding unexpected behavior.
$sel:organizationId:OrganizationSummary'
, organizationSummary_organizationId
- The identifier associated with the organization.
organizationSummary_state :: Lens' OrganizationSummary (Maybe Text) Source #
The state associated with the organization.
organizationSummary_alias :: Lens' OrganizationSummary (Maybe Text) Source #
The alias associated with the organization.
organizationSummary_defaultMailDomain :: Lens' OrganizationSummary (Maybe Text) Source #
The default email domain associated with the organization.
organizationSummary_errorMessage :: Lens' OrganizationSummary (Maybe Text) Source #
The error message associated with the organization. It is only present if unexpected behavior has occurred with regards to the organization. It provides insight or solutions regarding unexpected behavior.
organizationSummary_organizationId :: Lens' OrganizationSummary (Maybe Text) Source #
The identifier associated with the organization.