| 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.GetExtensionVersion
Description
Gets details about a specified extension version.
Synopsis
- data GetExtensionVersion = GetExtensionVersion' {}
- newGetExtensionVersion :: Text -> Text -> Text -> GetExtensionVersion
- getExtensionVersion_extensionVersion :: Lens' GetExtensionVersion Text
- getExtensionVersion_name :: Lens' GetExtensionVersion Text
- getExtensionVersion_namespace :: Lens' GetExtensionVersion Text
- data GetExtensionVersionResponse = GetExtensionVersionResponse' {}
- newGetExtensionVersionResponse :: Int -> GetExtensionVersionResponse
- getExtensionVersionResponse_extensionVersion :: Lens' GetExtensionVersionResponse (Maybe ExtensionVersionDetails)
- getExtensionVersionResponse_httpStatus :: Lens' GetExtensionVersionResponse Int
Creating a Request
data GetExtensionVersion Source #
See: newGetExtensionVersion smart constructor.
Constructors
| GetExtensionVersion' | |
Instances
newGetExtensionVersion Source #
Arguments
| :: Text | |
| -> Text | |
| -> Text | |
| -> GetExtensionVersion |
Create a value of GetExtensionVersion 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:
GetExtensionVersion, getExtensionVersion_extensionVersion - The version of the extension.
GetExtensionVersion, getExtensionVersion_name - The name of the extension.
GetExtensionVersion, getExtensionVersion_namespace - The namespace (qualifier) of the extension.
Request Lenses
getExtensionVersion_extensionVersion :: Lens' GetExtensionVersion Text Source #
The version of the extension.
getExtensionVersion_name :: Lens' GetExtensionVersion Text Source #
The name of the extension.
getExtensionVersion_namespace :: Lens' GetExtensionVersion Text Source #
The namespace (qualifier) of the extension.
Destructuring the Response
data GetExtensionVersionResponse Source #
See: newGetExtensionVersionResponse smart constructor.
Constructors
| GetExtensionVersionResponse' | |
Fields
| |
Instances
newGetExtensionVersionResponse Source #
Create a value of GetExtensionVersionResponse 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:
GetExtensionVersion, getExtensionVersionResponse_extensionVersion - The version of the extension.
$sel:httpStatus:GetExtensionVersionResponse', getExtensionVersionResponse_httpStatus - The response's http status code.
Response Lenses
getExtensionVersionResponse_extensionVersion :: Lens' GetExtensionVersionResponse (Maybe ExtensionVersionDetails) Source #
The version of the extension.
getExtensionVersionResponse_httpStatus :: Lens' GetExtensionVersionResponse Int Source #
The response's http status code.