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 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.
UpdateQuickConnectConfig' | |
|
Instances
newUpdateQuickConnectConfig Source #
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.
Instances
newUpdateQuickConnectConfigResponse :: UpdateQuickConnectConfigResponse Source #
Create a value of UpdateQuickConnectConfigResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.