libZSservicesZSamazonka-alexa-businessZSamazonka-alexa-business
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.AlexaBusiness.ApproveSkill

Description

Associates a skill with the organization under the customer's AWS account. If a skill is private, the user implicitly accepts access to this skill during enablement.

Synopsis

Creating a Request

data ApproveSkill Source #

See: newApproveSkill smart constructor.

Constructors

ApproveSkill' 

Fields

Instances

Instances details
Eq ApproveSkill Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ApproveSkill

Read ApproveSkill Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ApproveSkill

Show ApproveSkill Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ApproveSkill

Generic ApproveSkill Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ApproveSkill

Associated Types

type Rep ApproveSkill :: Type -> Type #

NFData ApproveSkill Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ApproveSkill

Methods

rnf :: ApproveSkill -> () #

Hashable ApproveSkill Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ApproveSkill

ToJSON ApproveSkill Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ApproveSkill

AWSRequest ApproveSkill Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ApproveSkill

Associated Types

type AWSResponse ApproveSkill #

ToHeaders ApproveSkill Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ApproveSkill

ToPath ApproveSkill Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ApproveSkill

ToQuery ApproveSkill Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ApproveSkill

type Rep ApproveSkill Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ApproveSkill

type Rep ApproveSkill = D1 ('MetaData "ApproveSkill" "Amazonka.AlexaBusiness.ApproveSkill" "libZSservicesZSamazonka-alexa-businessZSamazonka-alexa-business" 'False) (C1 ('MetaCons "ApproveSkill'" 'PrefixI 'True) (S1 ('MetaSel ('Just "skillId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse ApproveSkill Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ApproveSkill

newApproveSkill Source #

Create a value of ApproveSkill 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:skillId:ApproveSkill', approveSkill_skillId - The unique identifier of the skill.

Request Lenses

approveSkill_skillId :: Lens' ApproveSkill Text Source #

The unique identifier of the skill.

Destructuring the Response

data ApproveSkillResponse Source #

See: newApproveSkillResponse smart constructor.

Constructors

ApproveSkillResponse' 

Fields

Instances

Instances details
Eq ApproveSkillResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ApproveSkill

Read ApproveSkillResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ApproveSkill

Show ApproveSkillResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ApproveSkill

Generic ApproveSkillResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ApproveSkill

Associated Types

type Rep ApproveSkillResponse :: Type -> Type #

NFData ApproveSkillResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ApproveSkill

Methods

rnf :: ApproveSkillResponse -> () #

type Rep ApproveSkillResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ApproveSkill

type Rep ApproveSkillResponse = D1 ('MetaData "ApproveSkillResponse" "Amazonka.AlexaBusiness.ApproveSkill" "libZSservicesZSamazonka-alexa-businessZSamazonka-alexa-business" 'False) (C1 ('MetaCons "ApproveSkillResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newApproveSkillResponse Source #

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

Response Lenses