| 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.WorkSpaces.UpdateConnectClientAddIn
Description
Updates a Amazon Connect client add-in. Use this action to update the name and endpoint URL of a Amazon Connect client add-in.
Synopsis
- data UpdateConnectClientAddIn = UpdateConnectClientAddIn' {}
- newUpdateConnectClientAddIn :: Text -> Text -> UpdateConnectClientAddIn
- updateConnectClientAddIn_name :: Lens' UpdateConnectClientAddIn (Maybe Text)
- updateConnectClientAddIn_url :: Lens' UpdateConnectClientAddIn (Maybe Text)
- updateConnectClientAddIn_addInId :: Lens' UpdateConnectClientAddIn Text
- updateConnectClientAddIn_resourceId :: Lens' UpdateConnectClientAddIn Text
- data UpdateConnectClientAddInResponse = UpdateConnectClientAddInResponse' {
- httpStatus :: Int
- newUpdateConnectClientAddInResponse :: Int -> UpdateConnectClientAddInResponse
- updateConnectClientAddInResponse_httpStatus :: Lens' UpdateConnectClientAddInResponse Int
Creating a Request
data UpdateConnectClientAddIn Source #
See: newUpdateConnectClientAddIn smart constructor.
Constructors
| UpdateConnectClientAddIn' | |
Instances
newUpdateConnectClientAddIn Source #
Create a value of UpdateConnectClientAddIn 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:
UpdateConnectClientAddIn, updateConnectClientAddIn_name - The name of the client add-in.
UpdateConnectClientAddIn, updateConnectClientAddIn_url - The endpoint URL of the Amazon Connect client add-in.
UpdateConnectClientAddIn, updateConnectClientAddIn_addInId - The identifier of the client add-in to update.
UpdateConnectClientAddIn, updateConnectClientAddIn_resourceId - The directory identifier for which the client add-in is configured.
Request Lenses
updateConnectClientAddIn_name :: Lens' UpdateConnectClientAddIn (Maybe Text) Source #
The name of the client add-in.
updateConnectClientAddIn_url :: Lens' UpdateConnectClientAddIn (Maybe Text) Source #
The endpoint URL of the Amazon Connect client add-in.
updateConnectClientAddIn_addInId :: Lens' UpdateConnectClientAddIn Text Source #
The identifier of the client add-in to update.
updateConnectClientAddIn_resourceId :: Lens' UpdateConnectClientAddIn Text Source #
The directory identifier for which the client add-in is configured.
Destructuring the Response
data UpdateConnectClientAddInResponse Source #
See: newUpdateConnectClientAddInResponse smart constructor.
Constructors
| UpdateConnectClientAddInResponse' | |
Fields
| |
Instances
newUpdateConnectClientAddInResponse Source #
Create a value of UpdateConnectClientAddInResponse 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:httpStatus:UpdateConnectClientAddInResponse', updateConnectClientAddInResponse_httpStatus - The response's http status code.
Response Lenses
updateConnectClientAddInResponse_httpStatus :: Lens' UpdateConnectClientAddInResponse Int Source #
The response's http status code.