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 |
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.
Instances
newForgetSmartHomeAppliances Source #
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:
$sel:roomArn: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.
ForgetSmartHomeAppliancesResponse' | |
|
Instances
Eq ForgetSmartHomeAppliancesResponse Source # | |
Read ForgetSmartHomeAppliancesResponse Source # | |
Show ForgetSmartHomeAppliancesResponse Source # | |
Generic ForgetSmartHomeAppliancesResponse Source # | |
NFData ForgetSmartHomeAppliancesResponse Source # | |
Defined in Amazonka.AlexaBusiness.ForgetSmartHomeAppliances rnf :: ForgetSmartHomeAppliancesResponse -> () # | |
type Rep ForgetSmartHomeAppliancesResponse Source # | |
Defined in Amazonka.AlexaBusiness.ForgetSmartHomeAppliances type Rep ForgetSmartHomeAppliancesResponse = D1 ('MetaData "ForgetSmartHomeAppliancesResponse" "Amazonka.AlexaBusiness.ForgetSmartHomeAppliances" "libZSservicesZSamazonka-alexa-businessZSamazonka-alexa-business" 'False) (C1 ('MetaCons "ForgetSmartHomeAppliancesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) |
newForgetSmartHomeAppliancesResponse Source #
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.