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.CreateSkillGroup

Description

Creates a skill group with a specified name and description.

Synopsis

Creating a Request

data CreateSkillGroup Source #

See: newCreateSkillGroup smart constructor.

Constructors

CreateSkillGroup' 

Fields

Instances

Instances details
Eq CreateSkillGroup Source # 
Instance details

Defined in Amazonka.AlexaBusiness.CreateSkillGroup

Read CreateSkillGroup Source # 
Instance details

Defined in Amazonka.AlexaBusiness.CreateSkillGroup

Show CreateSkillGroup Source # 
Instance details

Defined in Amazonka.AlexaBusiness.CreateSkillGroup

Generic CreateSkillGroup Source # 
Instance details

Defined in Amazonka.AlexaBusiness.CreateSkillGroup

Associated Types

type Rep CreateSkillGroup :: Type -> Type #

NFData CreateSkillGroup Source # 
Instance details

Defined in Amazonka.AlexaBusiness.CreateSkillGroup

Methods

rnf :: CreateSkillGroup -> () #

Hashable CreateSkillGroup Source # 
Instance details

Defined in Amazonka.AlexaBusiness.CreateSkillGroup

ToJSON CreateSkillGroup Source # 
Instance details

Defined in Amazonka.AlexaBusiness.CreateSkillGroup

AWSRequest CreateSkillGroup Source # 
Instance details

Defined in Amazonka.AlexaBusiness.CreateSkillGroup

Associated Types

type AWSResponse CreateSkillGroup #

ToHeaders CreateSkillGroup Source # 
Instance details

Defined in Amazonka.AlexaBusiness.CreateSkillGroup

ToPath CreateSkillGroup Source # 
Instance details

Defined in Amazonka.AlexaBusiness.CreateSkillGroup

ToQuery CreateSkillGroup Source # 
Instance details

Defined in Amazonka.AlexaBusiness.CreateSkillGroup

type Rep CreateSkillGroup Source # 
Instance details

Defined in Amazonka.AlexaBusiness.CreateSkillGroup

type Rep CreateSkillGroup = D1 ('MetaData "CreateSkillGroup" "Amazonka.AlexaBusiness.CreateSkillGroup" "libZSservicesZSamazonka-alexa-businessZSamazonka-alexa-business" 'False) (C1 ('MetaCons "CreateSkillGroup'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "clientRequestToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "skillGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse CreateSkillGroup Source # 
Instance details

Defined in Amazonka.AlexaBusiness.CreateSkillGroup

newCreateSkillGroup Source #

Create a value of CreateSkillGroup 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:clientRequestToken:CreateSkillGroup', createSkillGroup_clientRequestToken - A unique, user-specified identifier for this request that ensures idempotency.

$sel:description:CreateSkillGroup', createSkillGroup_description - The description for the skill group.

$sel:tags:CreateSkillGroup', createSkillGroup_tags - The tags for the skill group.

$sel:skillGroupName:CreateSkillGroup', createSkillGroup_skillGroupName - The name for the skill group.

Request Lenses

createSkillGroup_clientRequestToken :: Lens' CreateSkillGroup (Maybe Text) Source #

A unique, user-specified identifier for this request that ensures idempotency.

createSkillGroup_description :: Lens' CreateSkillGroup (Maybe Text) Source #

The description for the skill group.

createSkillGroup_tags :: Lens' CreateSkillGroup (Maybe [Tag]) Source #

The tags for the skill group.

Destructuring the Response

data CreateSkillGroupResponse Source #

See: newCreateSkillGroupResponse smart constructor.

Constructors

CreateSkillGroupResponse' 

Fields

Instances

Instances details
Eq CreateSkillGroupResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.CreateSkillGroup

Read CreateSkillGroupResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.CreateSkillGroup

Show CreateSkillGroupResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.CreateSkillGroup

Generic CreateSkillGroupResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.CreateSkillGroup

Associated Types

type Rep CreateSkillGroupResponse :: Type -> Type #

NFData CreateSkillGroupResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.CreateSkillGroup

type Rep CreateSkillGroupResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.CreateSkillGroup

type Rep CreateSkillGroupResponse = D1 ('MetaData "CreateSkillGroupResponse" "Amazonka.AlexaBusiness.CreateSkillGroup" "libZSservicesZSamazonka-alexa-businessZSamazonka-alexa-business" 'False) (C1 ('MetaCons "CreateSkillGroupResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "skillGroupArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateSkillGroupResponse Source #

Create a value of CreateSkillGroupResponse 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:skillGroupArn:CreateSkillGroupResponse', createSkillGroupResponse_skillGroupArn - The ARN of the newly created skill group in the response.

$sel:httpStatus:CreateSkillGroupResponse', createSkillGroupResponse_httpStatus - The response's http status code.

Response Lenses

createSkillGroupResponse_skillGroupArn :: Lens' CreateSkillGroupResponse (Maybe Text) Source #

The ARN of the newly created skill group in the response.