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 |
Get a launch profile.
Synopsis
- data GetLaunchProfile = GetLaunchProfile' {
- studioId :: Text
- launchProfileId :: Text
- newGetLaunchProfile :: Text -> Text -> GetLaunchProfile
- getLaunchProfile_studioId :: Lens' GetLaunchProfile Text
- getLaunchProfile_launchProfileId :: Lens' GetLaunchProfile Text
- data GetLaunchProfileResponse = GetLaunchProfileResponse' {}
- newGetLaunchProfileResponse :: Int -> GetLaunchProfileResponse
- getLaunchProfileResponse_launchProfile :: Lens' GetLaunchProfileResponse (Maybe LaunchProfile)
- getLaunchProfileResponse_httpStatus :: Lens' GetLaunchProfileResponse Int
Creating a Request
data GetLaunchProfile Source #
See: newGetLaunchProfile
smart constructor.
GetLaunchProfile' | |
|
Instances
:: Text | |
-> Text | |
-> GetLaunchProfile |
Create a value of GetLaunchProfile
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:studioId:GetLaunchProfile'
, getLaunchProfile_studioId
- The studio ID.
$sel:launchProfileId:GetLaunchProfile'
, getLaunchProfile_launchProfileId
- The launch profile ID.
Request Lenses
getLaunchProfile_studioId :: Lens' GetLaunchProfile Text Source #
The studio ID.
getLaunchProfile_launchProfileId :: Lens' GetLaunchProfile Text Source #
The launch profile ID.
Destructuring the Response
data GetLaunchProfileResponse Source #
See: newGetLaunchProfileResponse
smart constructor.
GetLaunchProfileResponse' | |
|
Instances
newGetLaunchProfileResponse Source #
Create a value of GetLaunchProfileResponse
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:launchProfile:GetLaunchProfileResponse'
, getLaunchProfileResponse_launchProfile
- The launch profile.
$sel:httpStatus:GetLaunchProfileResponse'
, getLaunchProfileResponse_httpStatus
- The response's http status code.
Response Lenses
getLaunchProfileResponse_launchProfile :: Lens' GetLaunchProfileResponse (Maybe LaunchProfile) Source #
The launch profile.
getLaunchProfileResponse_httpStatus :: Lens' GetLaunchProfileResponse Int Source #
The response's http status code.