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 |
Initiates the discovery of any smart home appliances associated with the room.
Synopsis
- data StartSmartHomeApplianceDiscovery = StartSmartHomeApplianceDiscovery' {}
- newStartSmartHomeApplianceDiscovery :: Text -> StartSmartHomeApplianceDiscovery
- startSmartHomeApplianceDiscovery_roomArn :: Lens' StartSmartHomeApplianceDiscovery Text
- data StartSmartHomeApplianceDiscoveryResponse = StartSmartHomeApplianceDiscoveryResponse' {
- httpStatus :: Int
- newStartSmartHomeApplianceDiscoveryResponse :: Int -> StartSmartHomeApplianceDiscoveryResponse
- startSmartHomeApplianceDiscoveryResponse_httpStatus :: Lens' StartSmartHomeApplianceDiscoveryResponse Int
Creating a Request
data StartSmartHomeApplianceDiscovery Source #
See: newStartSmartHomeApplianceDiscovery
smart constructor.
Instances
newStartSmartHomeApplianceDiscovery Source #
Create a value of StartSmartHomeApplianceDiscovery
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:StartSmartHomeApplianceDiscovery'
, startSmartHomeApplianceDiscovery_roomArn
- The room where smart home appliance discovery was initiated.
Request Lenses
startSmartHomeApplianceDiscovery_roomArn :: Lens' StartSmartHomeApplianceDiscovery Text Source #
The room where smart home appliance discovery was initiated.
Destructuring the Response
data StartSmartHomeApplianceDiscoveryResponse Source #
See: newStartSmartHomeApplianceDiscoveryResponse
smart constructor.
StartSmartHomeApplianceDiscoveryResponse' | |
|
Instances
Eq StartSmartHomeApplianceDiscoveryResponse Source # | |
Read StartSmartHomeApplianceDiscoveryResponse Source # | |
Show StartSmartHomeApplianceDiscoveryResponse Source # | |
Generic StartSmartHomeApplianceDiscoveryResponse Source # | |
Defined in Amazonka.AlexaBusiness.StartSmartHomeApplianceDiscovery type Rep StartSmartHomeApplianceDiscoveryResponse :: Type -> Type # | |
NFData StartSmartHomeApplianceDiscoveryResponse Source # | |
type Rep StartSmartHomeApplianceDiscoveryResponse Source # | |
Defined in Amazonka.AlexaBusiness.StartSmartHomeApplianceDiscovery type Rep StartSmartHomeApplianceDiscoveryResponse = D1 ('MetaData "StartSmartHomeApplianceDiscoveryResponse" "Amazonka.AlexaBusiness.StartSmartHomeApplianceDiscovery" "libZSservicesZSamazonka-alexa-businessZSamazonka-alexa-business" 'False) (C1 ('MetaCons "StartSmartHomeApplianceDiscoveryResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) |
newStartSmartHomeApplianceDiscoveryResponse Source #
Create a value of StartSmartHomeApplianceDiscoveryResponse
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:StartSmartHomeApplianceDiscoveryResponse'
, startSmartHomeApplianceDiscoveryResponse_httpStatus
- The response's http status code.
Response Lenses
startSmartHomeApplianceDiscoveryResponse_httpStatus :: Lens' StartSmartHomeApplianceDiscoveryResponse Int Source #
The response's http status code.