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 |
Amazonka.Connect.UpdateQuickConnectConfig
Description
Updates the configuration settings for the specified quick connect.
Synopsis
- data UpdateQuickConnectConfig = UpdateQuickConnectConfig' {}
- newUpdateQuickConnectConfig :: Text -> Text -> QuickConnectConfig -> UpdateQuickConnectConfig
- updateQuickConnectConfig_instanceId :: Lens' UpdateQuickConnectConfig Text
- updateQuickConnectConfig_quickConnectId :: Lens' UpdateQuickConnectConfig Text
- updateQuickConnectConfig_quickConnectConfig :: Lens' UpdateQuickConnectConfig QuickConnectConfig
- data UpdateQuickConnectConfigResponse = UpdateQuickConnectConfigResponse' {
- newUpdateQuickConnectConfigResponse :: UpdateQuickConnectConfigResponse
Creating a Request
data UpdateQuickConnectConfig Source #
See: newUpdateQuickConnectConfig
smart constructor.
Constructors
UpdateQuickConnectConfig' | |
Fields
|
Instances
newUpdateQuickConnectConfig Source #
Arguments
:: Text | |
-> Text | |
-> QuickConnectConfig | |
-> UpdateQuickConnectConfig |
Create a value of UpdateQuickConnectConfig
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:UpdateQuickConnectConfig'
, updateQuickConnectConfig_instanceId
- The identifier of the Amazon Connect instance. You can find the
instanceId in the ARN of the instance.
$sel:quickConnectId:UpdateQuickConnectConfig'
, updateQuickConnectConfig_quickConnectId
- The identifier for the quick connect.
$sel:quickConnectConfig:UpdateQuickConnectConfig'
, updateQuickConnectConfig_quickConnectConfig
- Information about the configuration settings for the quick connect.
Request Lenses
updateQuickConnectConfig_instanceId :: Lens' UpdateQuickConnectConfig Text Source #
The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
updateQuickConnectConfig_quickConnectId :: Lens' UpdateQuickConnectConfig Text Source #
The identifier for the quick connect.
updateQuickConnectConfig_quickConnectConfig :: Lens' UpdateQuickConnectConfig QuickConnectConfig Source #
Information about the configuration settings for the quick connect.
Destructuring the Response
data UpdateQuickConnectConfigResponse Source #
See: newUpdateQuickConnectConfigResponse
smart constructor.
Constructors
UpdateQuickConnectConfigResponse' | |
Instances
Eq UpdateQuickConnectConfigResponse Source # | |
Read UpdateQuickConnectConfigResponse Source # | |
Show UpdateQuickConnectConfigResponse Source # | |
Defined in Amazonka.Connect.UpdateQuickConnectConfig Methods showsPrec :: Int -> UpdateQuickConnectConfigResponse -> ShowS # | |
Generic UpdateQuickConnectConfigResponse Source # | |
Defined in Amazonka.Connect.UpdateQuickConnectConfig Associated Types type Rep UpdateQuickConnectConfigResponse :: Type -> Type # | |
NFData UpdateQuickConnectConfigResponse Source # | |
Defined in Amazonka.Connect.UpdateQuickConnectConfig Methods rnf :: UpdateQuickConnectConfigResponse -> () # | |
type Rep UpdateQuickConnectConfigResponse Source # | |
Defined in Amazonka.Connect.UpdateQuickConnectConfig |
newUpdateQuickConnectConfigResponse :: UpdateQuickConnectConfigResponse Source #
Create a value of UpdateQuickConnectConfigResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.