| 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.AuditManager.Types.AWSService
Description
Synopsis
- data AWSService = AWSService' {
- serviceName :: Maybe Text
- newAWSService :: AWSService
- aWSService_serviceName :: Lens' AWSService (Maybe Text)
Documentation
data AWSService Source #
An Amazon Web Service such as Amazon S3 or CloudTrail.
See: newAWSService smart constructor.
Constructors
| AWSService' | |
Fields
| |
Instances
newAWSService :: AWSService Source #
Create a value of AWSService 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:serviceName:AWSService', aWSService_serviceName - The name of the Amazon Web Service.
aWSService_serviceName :: Lens' AWSService (Maybe Text) Source #
The name of the Amazon Web Service.