| 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.AlexaBusiness.ForgetSmartHomeAppliances
Description
Forgets smart home appliances associated to a room.
Synopsis
- data ForgetSmartHomeAppliances = ForgetSmartHomeAppliances' {}
- newForgetSmartHomeAppliances :: Text -> ForgetSmartHomeAppliances
- forgetSmartHomeAppliances_roomArn :: Lens' ForgetSmartHomeAppliances Text
- data ForgetSmartHomeAppliancesResponse = ForgetSmartHomeAppliancesResponse' {
- httpStatus :: Int
- newForgetSmartHomeAppliancesResponse :: Int -> ForgetSmartHomeAppliancesResponse
- forgetSmartHomeAppliancesResponse_httpStatus :: Lens' ForgetSmartHomeAppliancesResponse Int
Creating a Request
data ForgetSmartHomeAppliances Source #
See: newForgetSmartHomeAppliances smart constructor.
Constructors
| ForgetSmartHomeAppliances' | |
Instances
newForgetSmartHomeAppliances Source #
Arguments
| :: Text | |
| -> ForgetSmartHomeAppliances |
Create a value of ForgetSmartHomeAppliances 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:
ForgetSmartHomeAppliances, forgetSmartHomeAppliances_roomArn - The room that the appliances are associated with.
Request Lenses
forgetSmartHomeAppliances_roomArn :: Lens' ForgetSmartHomeAppliances Text Source #
The room that the appliances are associated with.
Destructuring the Response
data ForgetSmartHomeAppliancesResponse Source #
See: newForgetSmartHomeAppliancesResponse smart constructor.
Constructors
| ForgetSmartHomeAppliancesResponse' | |
Fields
| |
Instances
newForgetSmartHomeAppliancesResponse Source #
Arguments
| :: Int | |
| -> ForgetSmartHomeAppliancesResponse |
Create a value of ForgetSmartHomeAppliancesResponse 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:ForgetSmartHomeAppliancesResponse', forgetSmartHomeAppliancesResponse_httpStatus - The response's http status code.
Response Lenses
forgetSmartHomeAppliancesResponse_httpStatus :: Lens' ForgetSmartHomeAppliancesResponse Int Source #
The response's http status code.