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

Description

Creates a gateway group with the specified details.

Synopsis

Creating a Request

data CreateGatewayGroup Source #

See: newCreateGatewayGroup smart constructor.

Constructors

CreateGatewayGroup' 

Fields

Instances

Instances details
ToJSON CreateGatewayGroup Source # 
Instance details

Defined in Amazonka.AlexaBusiness.CreateGatewayGroup

ToHeaders CreateGatewayGroup Source # 
Instance details

Defined in Amazonka.AlexaBusiness.CreateGatewayGroup

ToPath CreateGatewayGroup Source # 
Instance details

Defined in Amazonka.AlexaBusiness.CreateGatewayGroup

ToQuery CreateGatewayGroup Source # 
Instance details

Defined in Amazonka.AlexaBusiness.CreateGatewayGroup

AWSRequest CreateGatewayGroup Source # 
Instance details

Defined in Amazonka.AlexaBusiness.CreateGatewayGroup

Associated Types

type AWSResponse CreateGatewayGroup #

Generic CreateGatewayGroup Source # 
Instance details

Defined in Amazonka.AlexaBusiness.CreateGatewayGroup

Associated Types

type Rep CreateGatewayGroup :: Type -> Type #

Read CreateGatewayGroup Source # 
Instance details

Defined in Amazonka.AlexaBusiness.CreateGatewayGroup

Show CreateGatewayGroup Source # 
Instance details

Defined in Amazonka.AlexaBusiness.CreateGatewayGroup

NFData CreateGatewayGroup Source # 
Instance details

Defined in Amazonka.AlexaBusiness.CreateGatewayGroup

Methods

rnf :: CreateGatewayGroup -> () #

Eq CreateGatewayGroup Source # 
Instance details

Defined in Amazonka.AlexaBusiness.CreateGatewayGroup

Hashable CreateGatewayGroup Source # 
Instance details

Defined in Amazonka.AlexaBusiness.CreateGatewayGroup

type AWSResponse CreateGatewayGroup Source # 
Instance details

Defined in Amazonka.AlexaBusiness.CreateGatewayGroup

type Rep CreateGatewayGroup Source # 
Instance details

Defined in Amazonka.AlexaBusiness.CreateGatewayGroup

type Rep CreateGatewayGroup = D1 ('MetaData "CreateGatewayGroup" "Amazonka.AlexaBusiness.CreateGatewayGroup" "amazonka-alexa-business-2.0-BWvKfxFukoyBarGovAkdOS" 'False) (C1 ('MetaCons "CreateGatewayGroup'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag]))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "clientRequestToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newCreateGatewayGroup Source #

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

CreateGatewayGroup, createGatewayGroup_description - The description of the gateway group.

$sel:tags:CreateGatewayGroup', createGatewayGroup_tags - The tags to be added to the specified resource. Do not provide system tags.

CreateGatewayGroup, createGatewayGroup_name - The name of the gateway group.

$sel:clientRequestToken:CreateGatewayGroup', createGatewayGroup_clientRequestToken - A unique, user-specified identifier for the request that ensures idempotency.

Request Lenses

createGatewayGroup_description :: Lens' CreateGatewayGroup (Maybe Text) Source #

The description of the gateway group.

createGatewayGroup_tags :: Lens' CreateGatewayGroup (Maybe [Tag]) Source #

The tags to be added to the specified resource. Do not provide system tags.

createGatewayGroup_name :: Lens' CreateGatewayGroup Text Source #

The name of the gateway group.

createGatewayGroup_clientRequestToken :: Lens' CreateGatewayGroup Text Source #

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

Destructuring the Response

data CreateGatewayGroupResponse Source #

See: newCreateGatewayGroupResponse smart constructor.

Constructors

CreateGatewayGroupResponse' 

Fields

Instances

Instances details
Generic CreateGatewayGroupResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.CreateGatewayGroup

Associated Types

type Rep CreateGatewayGroupResponse :: Type -> Type #

Read CreateGatewayGroupResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.CreateGatewayGroup

Show CreateGatewayGroupResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.CreateGatewayGroup

NFData CreateGatewayGroupResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.CreateGatewayGroup

Eq CreateGatewayGroupResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.CreateGatewayGroup

type Rep CreateGatewayGroupResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.CreateGatewayGroup

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

newCreateGatewayGroupResponse Source #

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

CreateGatewayGroupResponse, createGatewayGroupResponse_gatewayGroupArn - The ARN of the created gateway group.

$sel:httpStatus:CreateGatewayGroupResponse', createGatewayGroupResponse_httpStatus - The response's http status code.

Response Lenses