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 |
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, CloudTrail, and so on.
See: newAWSService
smart constructor.
AWSService' | |
|
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.