| 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.Nimble.UpdateLaunchProfile
Description
Update a launch profile.
Synopsis
- data UpdateLaunchProfile = UpdateLaunchProfile' {}
- newUpdateLaunchProfile :: Text -> Text -> UpdateLaunchProfile
- updateLaunchProfile_clientToken :: Lens' UpdateLaunchProfile (Maybe Text)
- updateLaunchProfile_description :: Lens' UpdateLaunchProfile (Maybe Text)
- updateLaunchProfile_launchProfileProtocolVersions :: Lens' UpdateLaunchProfile (Maybe [Text])
- updateLaunchProfile_name :: Lens' UpdateLaunchProfile (Maybe Text)
- updateLaunchProfile_streamConfiguration :: Lens' UpdateLaunchProfile (Maybe StreamConfigurationCreate)
- updateLaunchProfile_studioComponentIds :: Lens' UpdateLaunchProfile (Maybe (NonEmpty Text))
- updateLaunchProfile_launchProfileId :: Lens' UpdateLaunchProfile Text
- updateLaunchProfile_studioId :: Lens' UpdateLaunchProfile Text
- data UpdateLaunchProfileResponse = UpdateLaunchProfileResponse' {}
- newUpdateLaunchProfileResponse :: Int -> UpdateLaunchProfileResponse
- updateLaunchProfileResponse_launchProfile :: Lens' UpdateLaunchProfileResponse (Maybe LaunchProfile)
- updateLaunchProfileResponse_httpStatus :: Lens' UpdateLaunchProfileResponse Int
Creating a Request
data UpdateLaunchProfile Source #
See: newUpdateLaunchProfile smart constructor.
Constructors
| UpdateLaunchProfile' | |
Fields
| |
Instances
newUpdateLaunchProfile Source #
Arguments
| :: Text | |
| -> Text | |
| -> UpdateLaunchProfile |
Create a value of UpdateLaunchProfile 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:clientToken:UpdateLaunchProfile', updateLaunchProfile_clientToken - Unique, case-sensitive identifier that you provide to ensure the
idempotency of the request. If you don’t specify a client token, the
Amazon Web Services SDK automatically generates a client token and uses
it for the request to ensure idempotency.
UpdateLaunchProfile, updateLaunchProfile_description - The description.
UpdateLaunchProfile, updateLaunchProfile_launchProfileProtocolVersions - The version number of the protocol that is used by the launch profile.
The only valid version is "2021-03-31".
UpdateLaunchProfile, updateLaunchProfile_name - The name for the launch profile.
UpdateLaunchProfile, updateLaunchProfile_streamConfiguration - A configuration for a streaming session.
UpdateLaunchProfile, updateLaunchProfile_studioComponentIds - Unique identifiers for a collection of studio components that can be
used with this launch profile.
UpdateLaunchProfile, updateLaunchProfile_launchProfileId - The ID of the launch profile used to control access from the streaming
session.
UpdateLaunchProfile, updateLaunchProfile_studioId - The studio ID.
Request Lenses
updateLaunchProfile_clientToken :: Lens' UpdateLaunchProfile (Maybe Text) Source #
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don’t specify a client token, the Amazon Web Services SDK automatically generates a client token and uses it for the request to ensure idempotency.
updateLaunchProfile_description :: Lens' UpdateLaunchProfile (Maybe Text) Source #
The description.
updateLaunchProfile_launchProfileProtocolVersions :: Lens' UpdateLaunchProfile (Maybe [Text]) Source #
The version number of the protocol that is used by the launch profile. The only valid version is "2021-03-31".
updateLaunchProfile_name :: Lens' UpdateLaunchProfile (Maybe Text) Source #
The name for the launch profile.
updateLaunchProfile_streamConfiguration :: Lens' UpdateLaunchProfile (Maybe StreamConfigurationCreate) Source #
A configuration for a streaming session.
updateLaunchProfile_studioComponentIds :: Lens' UpdateLaunchProfile (Maybe (NonEmpty Text)) Source #
Unique identifiers for a collection of studio components that can be used with this launch profile.
updateLaunchProfile_launchProfileId :: Lens' UpdateLaunchProfile Text Source #
The ID of the launch profile used to control access from the streaming session.
updateLaunchProfile_studioId :: Lens' UpdateLaunchProfile Text Source #
The studio ID.
Destructuring the Response
data UpdateLaunchProfileResponse Source #
See: newUpdateLaunchProfileResponse smart constructor.
Constructors
| UpdateLaunchProfileResponse' | |
Fields
| |
Instances
newUpdateLaunchProfileResponse Source #
Create a value of UpdateLaunchProfileResponse 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:UpdateLaunchProfileResponse', updateLaunchProfileResponse_launchProfile - The launch profile.
$sel:httpStatus:UpdateLaunchProfileResponse', updateLaunchProfileResponse_httpStatus - The response's http status code.
Response Lenses
updateLaunchProfileResponse_launchProfile :: Lens' UpdateLaunchProfileResponse (Maybe LaunchProfile) Source #
The launch profile.
updateLaunchProfileResponse_httpStatus :: Lens' UpdateLaunchProfileResponse Int Source #
The response's http status code.