| 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.UpdateQuickConnectName
Description
Updates the name and description of a quick connect. The request accepts
the following data in JSON format. At least Name or Description must
be provided.
Synopsis
- data UpdateQuickConnectName = UpdateQuickConnectName' {
- description :: Maybe Text
- name :: Maybe Text
- instanceId :: Text
- quickConnectId :: Text
- newUpdateQuickConnectName :: Text -> Text -> UpdateQuickConnectName
- updateQuickConnectName_description :: Lens' UpdateQuickConnectName (Maybe Text)
- updateQuickConnectName_name :: Lens' UpdateQuickConnectName (Maybe Text)
- updateQuickConnectName_instanceId :: Lens' UpdateQuickConnectName Text
- updateQuickConnectName_quickConnectId :: Lens' UpdateQuickConnectName Text
- data UpdateQuickConnectNameResponse = UpdateQuickConnectNameResponse' {
- newUpdateQuickConnectNameResponse :: UpdateQuickConnectNameResponse
Creating a Request
data UpdateQuickConnectName Source #
See: newUpdateQuickConnectName smart constructor.
Constructors
| UpdateQuickConnectName' | |
Fields
| |
Instances
newUpdateQuickConnectName Source #
Create a value of UpdateQuickConnectName 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:
UpdateQuickConnectName, updateQuickConnectName_description - The description of the quick connect.
UpdateQuickConnectName, updateQuickConnectName_name - The name of the quick connect.
UpdateQuickConnectName, updateQuickConnectName_instanceId - The identifier of the Amazon Connect instance. You can find the
instanceId in the ARN of the instance.
UpdateQuickConnectName, updateQuickConnectName_quickConnectId - The identifier for the quick connect.
Request Lenses
updateQuickConnectName_description :: Lens' UpdateQuickConnectName (Maybe Text) Source #
The description of the quick connect.
updateQuickConnectName_name :: Lens' UpdateQuickConnectName (Maybe Text) Source #
The name of the quick connect.
updateQuickConnectName_instanceId :: Lens' UpdateQuickConnectName Text Source #
The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
updateQuickConnectName_quickConnectId :: Lens' UpdateQuickConnectName Text Source #
The identifier for the quick connect.
Destructuring the Response
data UpdateQuickConnectNameResponse Source #
See: newUpdateQuickConnectNameResponse smart constructor.
Constructors
| UpdateQuickConnectNameResponse' | |
Instances
| Generic UpdateQuickConnectNameResponse Source # | |
Defined in Amazonka.Connect.UpdateQuickConnectName Associated Types type Rep UpdateQuickConnectNameResponse :: Type -> Type # | |
| Read UpdateQuickConnectNameResponse Source # | |
| Show UpdateQuickConnectNameResponse Source # | |
Defined in Amazonka.Connect.UpdateQuickConnectName Methods showsPrec :: Int -> UpdateQuickConnectNameResponse -> ShowS # show :: UpdateQuickConnectNameResponse -> String # showList :: [UpdateQuickConnectNameResponse] -> ShowS # | |
| NFData UpdateQuickConnectNameResponse Source # | |
Defined in Amazonka.Connect.UpdateQuickConnectName Methods rnf :: UpdateQuickConnectNameResponse -> () # | |
| Eq UpdateQuickConnectNameResponse Source # | |
Defined in Amazonka.Connect.UpdateQuickConnectName | |
| type Rep UpdateQuickConnectNameResponse Source # | |
Defined in Amazonka.Connect.UpdateQuickConnectName | |
newUpdateQuickConnectNameResponse :: UpdateQuickConnectNameResponse Source #
Create a value of UpdateQuickConnectNameResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.