| 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.DeleteLaunchProfile
Description
Permanently delete a launch profile.
Synopsis
- data DeleteLaunchProfile = DeleteLaunchProfile' {
- clientToken :: Maybe Text
- launchProfileId :: Text
- studioId :: Text
- newDeleteLaunchProfile :: Text -> Text -> DeleteLaunchProfile
- deleteLaunchProfile_clientToken :: Lens' DeleteLaunchProfile (Maybe Text)
- deleteLaunchProfile_launchProfileId :: Lens' DeleteLaunchProfile Text
- deleteLaunchProfile_studioId :: Lens' DeleteLaunchProfile Text
- data DeleteLaunchProfileResponse = DeleteLaunchProfileResponse' {}
- newDeleteLaunchProfileResponse :: Int -> DeleteLaunchProfileResponse
- deleteLaunchProfileResponse_launchProfile :: Lens' DeleteLaunchProfileResponse (Maybe LaunchProfile)
- deleteLaunchProfileResponse_httpStatus :: Lens' DeleteLaunchProfileResponse Int
Creating a Request
data DeleteLaunchProfile Source #
See: newDeleteLaunchProfile smart constructor.
Constructors
| DeleteLaunchProfile' | |
Fields
| |
Instances
newDeleteLaunchProfile Source #
Arguments
| :: Text | |
| -> Text | |
| -> DeleteLaunchProfile |
Create a value of DeleteLaunchProfile 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:DeleteLaunchProfile', deleteLaunchProfile_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.
DeleteLaunchProfile, deleteLaunchProfile_launchProfileId - The ID of the launch profile used to control access from the streaming
session.
DeleteLaunchProfile, deleteLaunchProfile_studioId - The studio ID.
Request Lenses
deleteLaunchProfile_clientToken :: Lens' DeleteLaunchProfile (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.
deleteLaunchProfile_launchProfileId :: Lens' DeleteLaunchProfile Text Source #
The ID of the launch profile used to control access from the streaming session.
deleteLaunchProfile_studioId :: Lens' DeleteLaunchProfile Text Source #
The studio ID.
Destructuring the Response
data DeleteLaunchProfileResponse Source #
See: newDeleteLaunchProfileResponse smart constructor.
Constructors
| DeleteLaunchProfileResponse' | |
Fields
| |
Instances
newDeleteLaunchProfileResponse Source #
Create a value of DeleteLaunchProfileResponse 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:DeleteLaunchProfileResponse', deleteLaunchProfileResponse_launchProfile - The launch profile.
$sel:httpStatus:DeleteLaunchProfileResponse', deleteLaunchProfileResponse_httpStatus - The response's http status code.
Response Lenses
deleteLaunchProfileResponse_launchProfile :: Lens' DeleteLaunchProfileResponse (Maybe LaunchProfile) Source #
The launch profile.
deleteLaunchProfileResponse_httpStatus :: Lens' DeleteLaunchProfileResponse Int Source #
The response's http status code.