| 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.ConnectCases.Types.GetFieldResponse
Description
Synopsis
- data GetFieldResponse = GetFieldResponse' {}
- newGetFieldResponse :: Text -> Text -> Text -> FieldNamespace -> FieldType -> GetFieldResponse
- getFieldResponse_description :: Lens' GetFieldResponse (Maybe Text)
- getFieldResponse_tags :: Lens' GetFieldResponse (Maybe (HashMap Text Text))
- getFieldResponse_fieldArn :: Lens' GetFieldResponse Text
- getFieldResponse_fieldId :: Lens' GetFieldResponse Text
- getFieldResponse_name :: Lens' GetFieldResponse Text
- getFieldResponse_namespace :: Lens' GetFieldResponse FieldNamespace
- getFieldResponse_type :: Lens' GetFieldResponse FieldType
Documentation
data GetFieldResponse Source #
Object to store detailed field information.
See: newGetFieldResponse smart constructor.
Constructors
| GetFieldResponse' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> Text | |
| -> FieldNamespace | |
| -> FieldType | |
| -> GetFieldResponse |
Create a value of GetFieldResponse 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:description:GetFieldResponse', getFieldResponse_description - Description of the field.
$sel:tags:GetFieldResponse', getFieldResponse_tags - A map of of key-value pairs that represent tags on a resource. Tags are
used to organize, track, or control access for this resource.
$sel:fieldArn:GetFieldResponse', getFieldResponse_fieldArn - The Amazon Resource Name (ARN) of the field.
$sel:fieldId:GetFieldResponse', getFieldResponse_fieldId - Unique identifier of the field.
$sel:name:GetFieldResponse', getFieldResponse_name - Name of the field.
$sel:namespace:GetFieldResponse', getFieldResponse_namespace - Namespace of the field.
$sel:type':GetFieldResponse', getFieldResponse_type - Type of the field.
getFieldResponse_description :: Lens' GetFieldResponse (Maybe Text) Source #
Description of the field.
getFieldResponse_tags :: Lens' GetFieldResponse (Maybe (HashMap Text Text)) Source #
A map of of key-value pairs that represent tags on a resource. Tags are used to organize, track, or control access for this resource.
getFieldResponse_fieldArn :: Lens' GetFieldResponse Text Source #
The Amazon Resource Name (ARN) of the field.
getFieldResponse_fieldId :: Lens' GetFieldResponse Text Source #
Unique identifier of the field.
getFieldResponse_name :: Lens' GetFieldResponse Text Source #
Name of the field.
getFieldResponse_namespace :: Lens' GetFieldResponse FieldNamespace Source #
Namespace of the field.
getFieldResponse_type :: Lens' GetFieldResponse FieldType Source #
Type of the field.