| 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.GamesParks.Types.ExtensionDetails
Description
Documentation
data ExtensionDetails Source #
Details about the extension.
See: newExtensionDetails smart constructor.
Constructors
| ExtensionDetails' | |
Instances
newExtensionDetails :: ExtensionDetails Source #
Create a value of ExtensionDetails 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:description:ExtensionDetails', extensionDetails_description - The description of the extension.
$sel:name:ExtensionDetails', extensionDetails_name - The name of the extension.
$sel:namespace:ExtensionDetails', extensionDetails_namespace - The namespace (qualifier) of the extension.
extensionDetails_description :: Lens' ExtensionDetails (Maybe Text) Source #
The description of the extension.
extensionDetails_name :: Lens' ExtensionDetails (Maybe Text) Source #
The name of the extension.
extensionDetails_namespace :: Lens' ExtensionDetails (Maybe Text) Source #
The namespace (qualifier) of the extension.