libZSservicesZSamazonka-chimeZSamazonka-chime
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.Chime.GetEventsConfiguration

Description

Gets details for an events configuration that allows a bot to receive outgoing events, such as an HTTPS endpoint or Lambda function ARN.

Synopsis

Creating a Request

data GetEventsConfiguration Source #

See: newGetEventsConfiguration smart constructor.

Constructors

GetEventsConfiguration' 

Fields

Instances

Instances details
Eq GetEventsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.GetEventsConfiguration

Read GetEventsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.GetEventsConfiguration

Show GetEventsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.GetEventsConfiguration

Generic GetEventsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.GetEventsConfiguration

Associated Types

type Rep GetEventsConfiguration :: Type -> Type #

NFData GetEventsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.GetEventsConfiguration

Methods

rnf :: GetEventsConfiguration -> () #

Hashable GetEventsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.GetEventsConfiguration

AWSRequest GetEventsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.GetEventsConfiguration

Associated Types

type AWSResponse GetEventsConfiguration #

ToHeaders GetEventsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.GetEventsConfiguration

ToPath GetEventsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.GetEventsConfiguration

ToQuery GetEventsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.GetEventsConfiguration

type Rep GetEventsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.GetEventsConfiguration

type Rep GetEventsConfiguration = D1 ('MetaData "GetEventsConfiguration" "Amazonka.Chime.GetEventsConfiguration" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "GetEventsConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "botId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetEventsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.GetEventsConfiguration

newGetEventsConfiguration Source #

Create a value of GetEventsConfiguration 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:accountId:GetEventsConfiguration', getEventsConfiguration_accountId - The Amazon Chime account ID.

$sel:botId:GetEventsConfiguration', getEventsConfiguration_botId - The bot ID.

Request Lenses

Destructuring the Response

data GetEventsConfigurationResponse Source #

See: newGetEventsConfigurationResponse smart constructor.

Constructors

GetEventsConfigurationResponse' 

Fields

Instances

Instances details
Eq GetEventsConfigurationResponse Source # 
Instance details

Defined in Amazonka.Chime.GetEventsConfiguration

Show GetEventsConfigurationResponse Source # 
Instance details

Defined in Amazonka.Chime.GetEventsConfiguration

Generic GetEventsConfigurationResponse Source # 
Instance details

Defined in Amazonka.Chime.GetEventsConfiguration

Associated Types

type Rep GetEventsConfigurationResponse :: Type -> Type #

NFData GetEventsConfigurationResponse Source # 
Instance details

Defined in Amazonka.Chime.GetEventsConfiguration

type Rep GetEventsConfigurationResponse Source # 
Instance details

Defined in Amazonka.Chime.GetEventsConfiguration

type Rep GetEventsConfigurationResponse = D1 ('MetaData "GetEventsConfigurationResponse" "Amazonka.Chime.GetEventsConfiguration" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "GetEventsConfigurationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "eventsConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EventsConfiguration)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetEventsConfigurationResponse Source #

Create a value of GetEventsConfigurationResponse 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:eventsConfiguration:GetEventsConfigurationResponse', getEventsConfigurationResponse_eventsConfiguration - The events configuration details.

$sel:httpStatus:GetEventsConfigurationResponse', getEventsConfigurationResponse_httpStatus - The response's http status code.

Response Lenses