Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Updates the default outbound queue of a routing profile.
Synopsis
- data UpdateRoutingProfileDefaultOutboundQueue = UpdateRoutingProfileDefaultOutboundQueue' {}
- newUpdateRoutingProfileDefaultOutboundQueue :: Text -> Text -> Text -> UpdateRoutingProfileDefaultOutboundQueue
- updateRoutingProfileDefaultOutboundQueue_instanceId :: Lens' UpdateRoutingProfileDefaultOutboundQueue Text
- updateRoutingProfileDefaultOutboundQueue_routingProfileId :: Lens' UpdateRoutingProfileDefaultOutboundQueue Text
- updateRoutingProfileDefaultOutboundQueue_defaultOutboundQueueId :: Lens' UpdateRoutingProfileDefaultOutboundQueue Text
- data UpdateRoutingProfileDefaultOutboundQueueResponse = UpdateRoutingProfileDefaultOutboundQueueResponse' {
- newUpdateRoutingProfileDefaultOutboundQueueResponse :: UpdateRoutingProfileDefaultOutboundQueueResponse
Creating a Request
data UpdateRoutingProfileDefaultOutboundQueue Source #
See: newUpdateRoutingProfileDefaultOutboundQueue
smart constructor.
UpdateRoutingProfileDefaultOutboundQueue' | |
|
Instances
newUpdateRoutingProfileDefaultOutboundQueue Source #
:: Text | |
-> Text |
|
-> Text |
|
-> UpdateRoutingProfileDefaultOutboundQueue |
Create a value of UpdateRoutingProfileDefaultOutboundQueue
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:instanceId:UpdateRoutingProfileDefaultOutboundQueue'
, updateRoutingProfileDefaultOutboundQueue_instanceId
- The identifier of the Amazon Connect instance. You can find the
instanceId in the ARN of the instance.
$sel:routingProfileId:UpdateRoutingProfileDefaultOutboundQueue'
, updateRoutingProfileDefaultOutboundQueue_routingProfileId
- The identifier of the routing profile.
$sel:defaultOutboundQueueId:UpdateRoutingProfileDefaultOutboundQueue'
, updateRoutingProfileDefaultOutboundQueue_defaultOutboundQueueId
- The identifier for the default outbound queue.
Request Lenses
updateRoutingProfileDefaultOutboundQueue_instanceId :: Lens' UpdateRoutingProfileDefaultOutboundQueue Text Source #
The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
updateRoutingProfileDefaultOutboundQueue_routingProfileId :: Lens' UpdateRoutingProfileDefaultOutboundQueue Text Source #
The identifier of the routing profile.
updateRoutingProfileDefaultOutboundQueue_defaultOutboundQueueId :: Lens' UpdateRoutingProfileDefaultOutboundQueue Text Source #
The identifier for the default outbound queue.
Destructuring the Response
data UpdateRoutingProfileDefaultOutboundQueueResponse Source #
See: newUpdateRoutingProfileDefaultOutboundQueueResponse
smart constructor.
Instances
Eq UpdateRoutingProfileDefaultOutboundQueueResponse Source # | |
Read UpdateRoutingProfileDefaultOutboundQueueResponse Source # | |
Show UpdateRoutingProfileDefaultOutboundQueueResponse Source # | |
Generic UpdateRoutingProfileDefaultOutboundQueueResponse Source # | |
NFData UpdateRoutingProfileDefaultOutboundQueueResponse Source # | |
type Rep UpdateRoutingProfileDefaultOutboundQueueResponse Source # | |
Defined in Amazonka.Connect.UpdateRoutingProfileDefaultOutboundQueue type Rep UpdateRoutingProfileDefaultOutboundQueueResponse = D1 ('MetaData "UpdateRoutingProfileDefaultOutboundQueueResponse" "Amazonka.Connect.UpdateRoutingProfileDefaultOutboundQueue" "libZSservicesZSamazonka-connectZSamazonka-connect" 'False) (C1 ('MetaCons "UpdateRoutingProfileDefaultOutboundQueueResponse'" 'PrefixI 'False) (U1 :: Type -> Type)) |
newUpdateRoutingProfileDefaultOutboundQueueResponse :: UpdateRoutingProfileDefaultOutboundQueueResponse Source #
Create a value of UpdateRoutingProfileDefaultOutboundQueueResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.