libZSservicesZSamazonka-organizationsZSamazonka-organizations
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Organizations.Types.DelegatedService

Description

 
Synopsis

Documentation

data DelegatedService Source #

Contains information about the AWS service for which the account is a delegated administrator.

See: newDelegatedService smart constructor.

Constructors

DelegatedService' 

Fields

  • servicePrincipal :: Maybe Text

    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.

  • delegationEnabledDate :: Maybe POSIX

    The date that the account became a delegated administrator for this service.

Instances

Instances details
Eq DelegatedService Source # 
Instance details

Defined in Amazonka.Organizations.Types.DelegatedService

Read DelegatedService Source # 
Instance details

Defined in Amazonka.Organizations.Types.DelegatedService

Show DelegatedService Source # 
Instance details

Defined in Amazonka.Organizations.Types.DelegatedService

Generic DelegatedService Source # 
Instance details

Defined in Amazonka.Organizations.Types.DelegatedService

Associated Types

type Rep DelegatedService :: Type -> Type #

NFData DelegatedService Source # 
Instance details

Defined in Amazonka.Organizations.Types.DelegatedService

Methods

rnf :: DelegatedService -> () #

Hashable DelegatedService Source # 
Instance details

Defined in Amazonka.Organizations.Types.DelegatedService

FromJSON DelegatedService Source # 
Instance details

Defined in Amazonka.Organizations.Types.DelegatedService

type Rep DelegatedService Source # 
Instance details

Defined in Amazonka.Organizations.Types.DelegatedService

type Rep DelegatedService = D1 ('MetaData "DelegatedService" "Amazonka.Organizations.Types.DelegatedService" "libZSservicesZSamazonka-organizationsZSamazonka-organizations" 'False) (C1 ('MetaCons "DelegatedService'" 'PrefixI 'True) (S1 ('MetaSel ('Just "servicePrincipal") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "delegationEnabledDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))

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.