libZSservicesZSamazonka-connectZSamazonka-connect
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.Connect.UpdateQueueMaxContacts

Description

This API is in preview release for Amazon Connect and is subject to change.

Updates the maximum number of contacts allowed in a queue before it is considered full.

Synopsis

Creating a Request

data UpdateQueueMaxContacts Source #

See: newUpdateQueueMaxContacts smart constructor.

Constructors

UpdateQueueMaxContacts' 

Fields

  • maxContacts :: Maybe Natural

    The maximum number of contacts that can be in the queue before it is considered full.

  • instanceId :: Text

    The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.

  • queueId :: Text

    The identifier for the queue.

Instances

Instances details
Eq UpdateQueueMaxContacts Source # 
Instance details

Defined in Amazonka.Connect.UpdateQueueMaxContacts

Read UpdateQueueMaxContacts Source # 
Instance details

Defined in Amazonka.Connect.UpdateQueueMaxContacts

Show UpdateQueueMaxContacts Source # 
Instance details

Defined in Amazonka.Connect.UpdateQueueMaxContacts

Generic UpdateQueueMaxContacts Source # 
Instance details

Defined in Amazonka.Connect.UpdateQueueMaxContacts

Associated Types

type Rep UpdateQueueMaxContacts :: Type -> Type #

NFData UpdateQueueMaxContacts Source # 
Instance details

Defined in Amazonka.Connect.UpdateQueueMaxContacts

Methods

rnf :: UpdateQueueMaxContacts -> () #

Hashable UpdateQueueMaxContacts Source # 
Instance details

Defined in Amazonka.Connect.UpdateQueueMaxContacts

ToJSON UpdateQueueMaxContacts Source # 
Instance details

Defined in Amazonka.Connect.UpdateQueueMaxContacts

AWSRequest UpdateQueueMaxContacts Source # 
Instance details

Defined in Amazonka.Connect.UpdateQueueMaxContacts

Associated Types

type AWSResponse UpdateQueueMaxContacts #

ToHeaders UpdateQueueMaxContacts Source # 
Instance details

Defined in Amazonka.Connect.UpdateQueueMaxContacts

ToPath UpdateQueueMaxContacts Source # 
Instance details

Defined in Amazonka.Connect.UpdateQueueMaxContacts

ToQuery UpdateQueueMaxContacts Source # 
Instance details

Defined in Amazonka.Connect.UpdateQueueMaxContacts

type Rep UpdateQueueMaxContacts Source # 
Instance details

Defined in Amazonka.Connect.UpdateQueueMaxContacts

type Rep UpdateQueueMaxContacts = D1 ('MetaData "UpdateQueueMaxContacts" "Amazonka.Connect.UpdateQueueMaxContacts" "libZSservicesZSamazonka-connectZSamazonka-connect" 'False) (C1 ('MetaCons "UpdateQueueMaxContacts'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxContacts") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "instanceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "queueId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse UpdateQueueMaxContacts Source # 
Instance details

Defined in Amazonka.Connect.UpdateQueueMaxContacts

newUpdateQueueMaxContacts Source #

Create a value of UpdateQueueMaxContacts 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:maxContacts:UpdateQueueMaxContacts', updateQueueMaxContacts_maxContacts - The maximum number of contacts that can be in the queue before it is considered full.

$sel:instanceId:UpdateQueueMaxContacts', updateQueueMaxContacts_instanceId - The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.

$sel:queueId:UpdateQueueMaxContacts', updateQueueMaxContacts_queueId - The identifier for the queue.

Request Lenses

updateQueueMaxContacts_maxContacts :: Lens' UpdateQueueMaxContacts (Maybe Natural) Source #

The maximum number of contacts that can be in the queue before it is considered full.

updateQueueMaxContacts_instanceId :: Lens' UpdateQueueMaxContacts Text Source #

The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.

Destructuring the Response

data UpdateQueueMaxContactsResponse Source #

See: newUpdateQueueMaxContactsResponse smart constructor.

Instances

Instances details
Eq UpdateQueueMaxContactsResponse Source # 
Instance details

Defined in Amazonka.Connect.UpdateQueueMaxContacts

Read UpdateQueueMaxContactsResponse Source # 
Instance details

Defined in Amazonka.Connect.UpdateQueueMaxContacts

Show UpdateQueueMaxContactsResponse Source # 
Instance details

Defined in Amazonka.Connect.UpdateQueueMaxContacts

Generic UpdateQueueMaxContactsResponse Source # 
Instance details

Defined in Amazonka.Connect.UpdateQueueMaxContacts

Associated Types

type Rep UpdateQueueMaxContactsResponse :: Type -> Type #

NFData UpdateQueueMaxContactsResponse Source # 
Instance details

Defined in Amazonka.Connect.UpdateQueueMaxContacts

type Rep UpdateQueueMaxContactsResponse Source # 
Instance details

Defined in Amazonka.Connect.UpdateQueueMaxContacts

type Rep UpdateQueueMaxContactsResponse = D1 ('MetaData "UpdateQueueMaxContactsResponse" "Amazonka.Connect.UpdateQueueMaxContacts" "libZSservicesZSamazonka-connectZSamazonka-connect" 'False) (C1 ('MetaCons "UpdateQueueMaxContactsResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newUpdateQueueMaxContactsResponse :: UpdateQueueMaxContactsResponse Source #

Create a value of UpdateQueueMaxContactsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.