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 |
Synopsis
- data RoutingProfileSummary = RoutingProfileSummary' {}
- newRoutingProfileSummary :: RoutingProfileSummary
- routingProfileSummary_arn :: Lens' RoutingProfileSummary (Maybe Text)
- routingProfileSummary_name :: Lens' RoutingProfileSummary (Maybe Text)
- routingProfileSummary_id :: Lens' RoutingProfileSummary (Maybe Text)
Documentation
data RoutingProfileSummary Source #
Contains summary information about a routing profile.
See: newRoutingProfileSummary
smart constructor.
Instances
newRoutingProfileSummary :: RoutingProfileSummary Source #
Create a value of RoutingProfileSummary
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:arn:RoutingProfileSummary'
, routingProfileSummary_arn
- The Amazon Resource Name (ARN) of the routing profile.
$sel:name:RoutingProfileSummary'
, routingProfileSummary_name
- The name of the routing profile.
$sel:id:RoutingProfileSummary'
, routingProfileSummary_id
- The identifier of the routing profile.
routingProfileSummary_arn :: Lens' RoutingProfileSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the routing profile.
routingProfileSummary_name :: Lens' RoutingProfileSummary (Maybe Text) Source #
The name of the routing profile.
routingProfileSummary_id :: Lens' RoutingProfileSummary (Maybe Text) Source #
The identifier of the routing profile.