amazonka-alexa-business-2.0: Amazon Alexa For Business SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.AlexaBusiness.AssociateSkillGroupWithRoom

Description

Associates a skill group with a given room. This enables all skills in the associated skill group on all devices in the room.

Synopsis

Creating a Request

data AssociateSkillGroupWithRoom Source #

See: newAssociateSkillGroupWithRoom smart constructor.

Constructors

AssociateSkillGroupWithRoom' 

Fields

Instances

Instances details
ToJSON AssociateSkillGroupWithRoom Source # 
Instance details

Defined in Amazonka.AlexaBusiness.AssociateSkillGroupWithRoom

ToHeaders AssociateSkillGroupWithRoom Source # 
Instance details

Defined in Amazonka.AlexaBusiness.AssociateSkillGroupWithRoom

ToPath AssociateSkillGroupWithRoom Source # 
Instance details

Defined in Amazonka.AlexaBusiness.AssociateSkillGroupWithRoom

ToQuery AssociateSkillGroupWithRoom Source # 
Instance details

Defined in Amazonka.AlexaBusiness.AssociateSkillGroupWithRoom

AWSRequest AssociateSkillGroupWithRoom Source # 
Instance details

Defined in Amazonka.AlexaBusiness.AssociateSkillGroupWithRoom

Generic AssociateSkillGroupWithRoom Source # 
Instance details

Defined in Amazonka.AlexaBusiness.AssociateSkillGroupWithRoom

Associated Types

type Rep AssociateSkillGroupWithRoom :: Type -> Type #

Read AssociateSkillGroupWithRoom Source # 
Instance details

Defined in Amazonka.AlexaBusiness.AssociateSkillGroupWithRoom

Show AssociateSkillGroupWithRoom Source # 
Instance details

Defined in Amazonka.AlexaBusiness.AssociateSkillGroupWithRoom

NFData AssociateSkillGroupWithRoom Source # 
Instance details

Defined in Amazonka.AlexaBusiness.AssociateSkillGroupWithRoom

Eq AssociateSkillGroupWithRoom Source # 
Instance details

Defined in Amazonka.AlexaBusiness.AssociateSkillGroupWithRoom

Hashable AssociateSkillGroupWithRoom Source # 
Instance details

Defined in Amazonka.AlexaBusiness.AssociateSkillGroupWithRoom

type AWSResponse AssociateSkillGroupWithRoom Source # 
Instance details

Defined in Amazonka.AlexaBusiness.AssociateSkillGroupWithRoom

type Rep AssociateSkillGroupWithRoom Source # 
Instance details

Defined in Amazonka.AlexaBusiness.AssociateSkillGroupWithRoom

type Rep AssociateSkillGroupWithRoom = D1 ('MetaData "AssociateSkillGroupWithRoom" "Amazonka.AlexaBusiness.AssociateSkillGroupWithRoom" "amazonka-alexa-business-2.0-BWvKfxFukoyBarGovAkdOS" 'False) (C1 ('MetaCons "AssociateSkillGroupWithRoom'" 'PrefixI 'True) (S1 ('MetaSel ('Just "roomArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "skillGroupArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newAssociateSkillGroupWithRoom :: AssociateSkillGroupWithRoom Source #

Create a value of AssociateSkillGroupWithRoom 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:

AssociateSkillGroupWithRoom, associateSkillGroupWithRoom_roomArn - The ARN of the room with which to associate the skill group. Required.

AssociateSkillGroupWithRoom, associateSkillGroupWithRoom_skillGroupArn - The ARN of the skill group to associate with a room. Required.

Request Lenses

associateSkillGroupWithRoom_roomArn :: Lens' AssociateSkillGroupWithRoom (Maybe Text) Source #

The ARN of the room with which to associate the skill group. Required.

associateSkillGroupWithRoom_skillGroupArn :: Lens' AssociateSkillGroupWithRoom (Maybe Text) Source #

The ARN of the skill group to associate with a room. Required.

Destructuring the Response

data AssociateSkillGroupWithRoomResponse Source #

Constructors

AssociateSkillGroupWithRoomResponse' 

Fields

Instances

Instances details
Generic AssociateSkillGroupWithRoomResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.AssociateSkillGroupWithRoom

Read AssociateSkillGroupWithRoomResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.AssociateSkillGroupWithRoom

Show AssociateSkillGroupWithRoomResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.AssociateSkillGroupWithRoom

NFData AssociateSkillGroupWithRoomResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.AssociateSkillGroupWithRoom

Eq AssociateSkillGroupWithRoomResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.AssociateSkillGroupWithRoom

type Rep AssociateSkillGroupWithRoomResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.AssociateSkillGroupWithRoom

type Rep AssociateSkillGroupWithRoomResponse = D1 ('MetaData "AssociateSkillGroupWithRoomResponse" "Amazonka.AlexaBusiness.AssociateSkillGroupWithRoom" "amazonka-alexa-business-2.0-BWvKfxFukoyBarGovAkdOS" 'False) (C1 ('MetaCons "AssociateSkillGroupWithRoomResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newAssociateSkillGroupWithRoomResponse Source #

Create a value of AssociateSkillGroupWithRoomResponse 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:AssociateSkillGroupWithRoomResponse', associateSkillGroupWithRoomResponse_httpStatus - The response's http status code.

Response Lenses