| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
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:
UpdateQuickConnectConfig, updateQuickConnectConfig_instanceId - The identifier of the Amazon Connect instance. You can find the
instanceId in the ARN of the instance.
UpdateQuickConnectConfig, updateQuickConnectConfig_quickConnectId - The identifier for the quick connect.
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
| Generic UpdateQuickConnectConfigResponse Source # | |
Defined in Amazonka.Connect.UpdateQuickConnectConfig Associated Types type Rep UpdateQuickConnectConfigResponse :: Type -> Type # | |
| Read UpdateQuickConnectConfigResponse Source # | |
| Show UpdateQuickConnectConfigResponse Source # | |
Defined in Amazonka.Connect.UpdateQuickConnectConfig Methods showsPrec :: Int -> UpdateQuickConnectConfigResponse -> ShowS # | |
| NFData UpdateQuickConnectConfigResponse Source # | |
Defined in Amazonka.Connect.UpdateQuickConnectConfig Methods rnf :: UpdateQuickConnectConfigResponse -> () # | |
| Eq UpdateQuickConnectConfigResponse Source # | |
| 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.