| 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.WorkSpacesWeb.DeleteUserSettings
Description
Deletes user settings.
Synopsis
- data DeleteUserSettings = DeleteUserSettings' {}
- newDeleteUserSettings :: Text -> DeleteUserSettings
- deleteUserSettings_userSettingsArn :: Lens' DeleteUserSettings Text
- data DeleteUserSettingsResponse = DeleteUserSettingsResponse' {
- httpStatus :: Int
- newDeleteUserSettingsResponse :: Int -> DeleteUserSettingsResponse
- deleteUserSettingsResponse_httpStatus :: Lens' DeleteUserSettingsResponse Int
Creating a Request
data DeleteUserSettings Source #
See: newDeleteUserSettings smart constructor.
Constructors
| DeleteUserSettings' | |
Fields
| |
Instances
newDeleteUserSettings Source #
Arguments
| :: Text | |
| -> DeleteUserSettings |
Create a value of DeleteUserSettings 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:
DeleteUserSettings, deleteUserSettings_userSettingsArn - The ARN of the user settings.
Request Lenses
deleteUserSettings_userSettingsArn :: Lens' DeleteUserSettings Text Source #
The ARN of the user settings.
Destructuring the Response
data DeleteUserSettingsResponse Source #
See: newDeleteUserSettingsResponse smart constructor.
Constructors
| DeleteUserSettingsResponse' | |
Fields
| |
Instances
newDeleteUserSettingsResponse Source #
Create a value of DeleteUserSettingsResponse 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:httpStatus:DeleteUserSettingsResponse', deleteUserSettingsResponse_httpStatus - The response's http status code.
Response Lenses
deleteUserSettingsResponse_httpStatus :: Lens' DeleteUserSettingsResponse Int Source #
The response's http status code.