| 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.ServiceMetadata
Description
Synopsis
- data ServiceMetadata = ServiceMetadata' {}
- newServiceMetadata :: ServiceMetadata
- serviceMetadata_category :: Lens' ServiceMetadata (Maybe Text)
- serviceMetadata_description :: Lens' ServiceMetadata (Maybe Text)
- serviceMetadata_displayName :: Lens' ServiceMetadata (Maybe Text)
- serviceMetadata_name :: Lens' ServiceMetadata (Maybe Text)
Documentation
data ServiceMetadata Source #
The metadata that's associated with the Amazon Web Service.
See: newServiceMetadata smart constructor.
Constructors
| ServiceMetadata' | |
Fields
| |
Instances
newServiceMetadata :: ServiceMetadata Source #
Create a value of ServiceMetadata 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:category:ServiceMetadata', serviceMetadata_category - The category that the Amazon Web Service belongs to, such as compute,
storage, or database.
$sel:description:ServiceMetadata', serviceMetadata_description - The description of the Amazon Web Service.
$sel:displayName:ServiceMetadata', serviceMetadata_displayName - The display name of the Amazon Web Service.
$sel:name:ServiceMetadata', serviceMetadata_name - The name of the Amazon Web Service.
serviceMetadata_category :: Lens' ServiceMetadata (Maybe Text) Source #
The category that the Amazon Web Service belongs to, such as compute, storage, or database.
serviceMetadata_description :: Lens' ServiceMetadata (Maybe Text) Source #
The description of the Amazon Web Service.
serviceMetadata_displayName :: Lens' ServiceMetadata (Maybe Text) Source #
The display name of the Amazon Web Service.
serviceMetadata_name :: Lens' ServiceMetadata (Maybe Text) Source #
The name of the Amazon Web Service.