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 ServiceMetadata = ServiceMetadata' {}
- newServiceMetadata :: ServiceMetadata
- serviceMetadata_category :: Lens' ServiceMetadata (Maybe Text)
- serviceMetadata_name :: Lens' ServiceMetadata (Maybe Text)
- serviceMetadata_displayName :: Lens' ServiceMetadata (Maybe Text)
- serviceMetadata_description :: Lens' ServiceMetadata (Maybe Text)
Documentation
data ServiceMetadata Source #
The metadata associated with the specified Amazon Web Service.
See: newServiceMetadata
smart constructor.
ServiceMetadata' | |
|
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 in which the Amazon Web Service belongs, such as compute,
storage, database, and so on.
$sel:name:ServiceMetadata'
, serviceMetadata_name
- The name of the Amazon Web Service.
$sel:displayName:ServiceMetadata'
, serviceMetadata_displayName
- The display name of the Amazon Web Service.
$sel:description:ServiceMetadata'
, serviceMetadata_description
- The description of the specified Amazon Web Service.
serviceMetadata_category :: Lens' ServiceMetadata (Maybe Text) Source #
The category in which the Amazon Web Service belongs, such as compute, storage, database, and so on.
serviceMetadata_name :: Lens' ServiceMetadata (Maybe Text) Source #
The name of the Amazon Web Service.
serviceMetadata_displayName :: Lens' ServiceMetadata (Maybe Text) Source #
The display name of the Amazon Web Service.
serviceMetadata_description :: Lens' ServiceMetadata (Maybe Text) Source #
The description of the specified Amazon Web Service.