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.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
Eq CreateGatewayGroup Source # 
Instance details

Defined in Amazonka.AlexaBusiness.CreateGatewayGroup

Read CreateGatewayGroup Source # 
Instance details

Defined in Amazonka.AlexaBusiness.CreateGatewayGroup

Show CreateGatewayGroup Source # 
Instance details

Defined in Amazonka.AlexaBusiness.CreateGatewayGroup

Generic CreateGatewayGroup Source # 
Instance details

Defined in Amazonka.AlexaBusiness.CreateGatewayGroup

Associated Types

type Rep CreateGatewayGroup :: Type -> Type #

NFData CreateGatewayGroup Source # 
Instance details

Defined in Amazonka.AlexaBusiness.CreateGatewayGroup

Methods

rnf :: CreateGatewayGroup -> () #

Hashable CreateGatewayGroup Source # 
Instance details

Defined in Amazonka.AlexaBusiness.CreateGatewayGroup

ToJSON CreateGatewayGroup Source # 
Instance details

Defined in Amazonka.AlexaBusiness.CreateGatewayGroup

AWSRequest CreateGatewayGroup Source # 
Instance details

Defined in Amazonka.AlexaBusiness.CreateGatewayGroup

Associated Types

type AWSResponse 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

type Rep CreateGatewayGroup Source # 
Instance details

Defined in Amazonka.AlexaBusiness.CreateGatewayGroup

type Rep CreateGatewayGroup = D1 ('MetaData "CreateGatewayGroup" "Amazonka.AlexaBusiness.CreateGatewayGroup" "libZSservicesZSamazonka-alexa-businessZSamazonka-alexa-business" '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))))
type AWSResponse CreateGatewayGroup Source # 
Instance details

Defined in Amazonka.AlexaBusiness.CreateGatewayGroup

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:

$sel:description: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.

$sel:name: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
Eq CreateGatewayGroupResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.CreateGatewayGroup

Read CreateGatewayGroupResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.CreateGatewayGroup

Show CreateGatewayGroupResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.CreateGatewayGroup

Generic CreateGatewayGroupResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.CreateGatewayGroup

Associated Types

type Rep CreateGatewayGroupResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-alexa-businessZSamazonka-alexa-business" '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:

$sel:gatewayGroupArn:CreateGatewayGroupResponse', createGatewayGroupResponse_gatewayGroupArn - The ARN of the created gateway group.

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

Response Lenses