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 |
This API is in preview release for Amazon Connect and is subject to change.
Updates the value for the specified attribute type.
Synopsis
- data UpdateInstanceAttribute = UpdateInstanceAttribute' {}
- newUpdateInstanceAttribute :: Text -> InstanceAttributeType -> Text -> UpdateInstanceAttribute
- updateInstanceAttribute_instanceId :: Lens' UpdateInstanceAttribute Text
- updateInstanceAttribute_attributeType :: Lens' UpdateInstanceAttribute InstanceAttributeType
- updateInstanceAttribute_value :: Lens' UpdateInstanceAttribute Text
- data UpdateInstanceAttributeResponse = UpdateInstanceAttributeResponse' {
- newUpdateInstanceAttributeResponse :: UpdateInstanceAttributeResponse
Creating a Request
data UpdateInstanceAttribute Source #
See: newUpdateInstanceAttribute
smart constructor.
UpdateInstanceAttribute' | |
|
Instances
newUpdateInstanceAttribute Source #
Create a value of UpdateInstanceAttribute
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:UpdateInstanceAttribute'
, updateInstanceAttribute_instanceId
- The identifier of the Amazon Connect instance. You can find the
instanceId in the ARN of the instance.
$sel:attributeType:UpdateInstanceAttribute'
, updateInstanceAttribute_attributeType
- The type of attribute.
Only allowlisted customers can consume USE_CUSTOM_TTS_VOICES. To access this feature, contact AWS Support for allowlisting.
$sel:value:UpdateInstanceAttribute'
, updateInstanceAttribute_value
- The value for the attribute. Maximum character limit is 100.
Request Lenses
updateInstanceAttribute_instanceId :: Lens' UpdateInstanceAttribute Text Source #
The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
updateInstanceAttribute_attributeType :: Lens' UpdateInstanceAttribute InstanceAttributeType Source #
The type of attribute.
Only allowlisted customers can consume USE_CUSTOM_TTS_VOICES. To access this feature, contact AWS Support for allowlisting.
updateInstanceAttribute_value :: Lens' UpdateInstanceAttribute Text Source #
The value for the attribute. Maximum character limit is 100.
Destructuring the Response
data UpdateInstanceAttributeResponse Source #
See: newUpdateInstanceAttributeResponse
smart constructor.
Instances
newUpdateInstanceAttributeResponse :: UpdateInstanceAttributeResponse Source #
Create a value of UpdateInstanceAttributeResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.