| 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.NetworkManager.Types.OrganizationStatus
Description
Synopsis
- data OrganizationStatus = OrganizationStatus' {}
 - newOrganizationStatus :: OrganizationStatus
 - organizationStatus_accountStatusList :: Lens' OrganizationStatus (Maybe [AccountStatus])
 - organizationStatus_organizationAwsServiceAccessStatus :: Lens' OrganizationStatus (Maybe Text)
 - organizationStatus_organizationId :: Lens' OrganizationStatus (Maybe Text)
 - organizationStatus_sLRDeploymentStatus :: Lens' OrganizationStatus (Maybe Text)
 
Documentation
data OrganizationStatus Source #
The status of an Amazon Web Services Organization and the accounts within that organization.
See: newOrganizationStatus smart constructor.
Constructors
| OrganizationStatus' | |
Fields 
  | |
Instances
newOrganizationStatus :: OrganizationStatus Source #
Create a value of OrganizationStatus 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:accountStatusList:OrganizationStatus', organizationStatus_accountStatusList - The current service-linked role (SLR) deployment status for an Amazon
 Web Services Organization's accounts. This will be either SUCCEEDED
 or IN_PROGRESS.
$sel:organizationAwsServiceAccessStatus:OrganizationStatus', organizationStatus_organizationAwsServiceAccessStatus - The status of the organization's AWS service access. This will be
 ENABLED or DISABLED.
$sel:organizationId:OrganizationStatus', organizationStatus_organizationId - The ID of an Amazon Web Services Organization.
OrganizationStatus, organizationStatus_sLRDeploymentStatus - The status of the SLR deployment for the account. This will be either
 SUCCEEDED or IN_PROGRESS.
organizationStatus_accountStatusList :: Lens' OrganizationStatus (Maybe [AccountStatus]) Source #
The current service-linked role (SLR) deployment status for an Amazon
 Web Services Organization's accounts. This will be either SUCCEEDED
 or IN_PROGRESS.
organizationStatus_organizationAwsServiceAccessStatus :: Lens' OrganizationStatus (Maybe Text) Source #
The status of the organization's AWS service access. This will be
 ENABLED or DISABLED.
organizationStatus_organizationId :: Lens' OrganizationStatus (Maybe Text) Source #
The ID of an Amazon Web Services Organization.
organizationStatus_sLRDeploymentStatus :: Lens' OrganizationStatus (Maybe Text) Source #
The status of the SLR deployment for the account. This will be either
 SUCCEEDED or IN_PROGRESS.