| 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.Organizations.Types.DelegatedService
Description
Documentation
data DelegatedService Source #
Contains information about the Amazon Web Services service for which the account is a delegated administrator.
See: newDelegatedService smart constructor.
Constructors
| DelegatedService' | |
Fields
| |
Instances
newDelegatedService :: DelegatedService Source #
Create a value of DelegatedService 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:delegationEnabledDate:DelegatedService', delegatedService_delegationEnabledDate - The date that the account became a delegated administrator for this
service.
$sel:servicePrincipal:DelegatedService', delegatedService_servicePrincipal - The name of an Amazon Web Services service that can request an operation
for the specified service. This is typically in the form of a URL, such
as: servicename.amazonaws.com.
delegatedService_delegationEnabledDate :: Lens' DelegatedService (Maybe UTCTime) Source #
The date that the account became a delegated administrator for this service.
delegatedService_servicePrincipal :: Lens' DelegatedService (Maybe Text) Source #
The name of an Amazon Web Services service that can request an operation
for the specified service. This is typically in the form of a URL, such
as: servicename.amazonaws.com.