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 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' {
- name :: Maybe Text
- description :: Maybe Text
- instanceId :: Text
- quickConnectId :: Text
- newUpdateQuickConnectName :: Text -> Text -> UpdateQuickConnectName
- updateQuickConnectName_name :: Lens' UpdateQuickConnectName (Maybe Text)
- updateQuickConnectName_description :: 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.
UpdateQuickConnectName' | |
|
Instances
newUpdateQuickConnectName Source #
:: Text | |
-> Text | |
-> UpdateQuickConnectName |
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:
$sel:name:UpdateQuickConnectName'
, updateQuickConnectName_name
- The name of the quick connect.
$sel:description:UpdateQuickConnectName'
, updateQuickConnectName_description
- The description of the quick connect.
$sel:instanceId:UpdateQuickConnectName'
, updateQuickConnectName_instanceId
- The identifier of the Amazon Connect instance. You can find the
instanceId in the ARN of the instance.
$sel:quickConnectId:UpdateQuickConnectName'
, updateQuickConnectName_quickConnectId
- The identifier for the quick connect.
Request Lenses
updateQuickConnectName_name :: Lens' UpdateQuickConnectName (Maybe Text) Source #
The name of the quick connect.
updateQuickConnectName_description :: Lens' UpdateQuickConnectName (Maybe Text) Source #
The description 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.
Instances
newUpdateQuickConnectNameResponse :: UpdateQuickConnectNameResponse Source #
Create a value of UpdateQuickConnectNameResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.