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