libZSservicesZSamazonka-connectZSamazonka-connect
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Connect.DescribeRoutingProfile

Description

Describes the specified routing profile.

Synopsis

Creating a Request

data DescribeRoutingProfile Source #

See: newDescribeRoutingProfile smart constructor.

Constructors

DescribeRoutingProfile' 

Fields

  • instanceId :: Text

    The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.

  • routingProfileId :: Text

    The identifier of the routing profile.

Instances

Instances details
Eq DescribeRoutingProfile Source # 
Instance details

Defined in Amazonka.Connect.DescribeRoutingProfile

Read DescribeRoutingProfile Source # 
Instance details

Defined in Amazonka.Connect.DescribeRoutingProfile

Show DescribeRoutingProfile Source # 
Instance details

Defined in Amazonka.Connect.DescribeRoutingProfile

Generic DescribeRoutingProfile Source # 
Instance details

Defined in Amazonka.Connect.DescribeRoutingProfile

Associated Types

type Rep DescribeRoutingProfile :: Type -> Type #

NFData DescribeRoutingProfile Source # 
Instance details

Defined in Amazonka.Connect.DescribeRoutingProfile

Methods

rnf :: DescribeRoutingProfile -> () #

Hashable DescribeRoutingProfile Source # 
Instance details

Defined in Amazonka.Connect.DescribeRoutingProfile

AWSRequest DescribeRoutingProfile Source # 
Instance details

Defined in Amazonka.Connect.DescribeRoutingProfile

Associated Types

type AWSResponse DescribeRoutingProfile #

ToHeaders DescribeRoutingProfile Source # 
Instance details

Defined in Amazonka.Connect.DescribeRoutingProfile

ToPath DescribeRoutingProfile Source # 
Instance details

Defined in Amazonka.Connect.DescribeRoutingProfile

ToQuery DescribeRoutingProfile Source # 
Instance details

Defined in Amazonka.Connect.DescribeRoutingProfile

type Rep DescribeRoutingProfile Source # 
Instance details

Defined in Amazonka.Connect.DescribeRoutingProfile

type Rep DescribeRoutingProfile = D1 ('MetaData "DescribeRoutingProfile" "Amazonka.Connect.DescribeRoutingProfile" "libZSservicesZSamazonka-connectZSamazonka-connect" 'False) (C1 ('MetaCons "DescribeRoutingProfile'" 'PrefixI 'True) (S1 ('MetaSel ('Just "instanceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "routingProfileId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeRoutingProfile Source # 
Instance details

Defined in Amazonka.Connect.DescribeRoutingProfile

newDescribeRoutingProfile Source #

Create a value of DescribeRoutingProfile 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:DescribeRoutingProfile', describeRoutingProfile_instanceId - The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.

$sel:routingProfileId:DescribeRoutingProfile', describeRoutingProfile_routingProfileId - The identifier of the routing profile.

Request Lenses

describeRoutingProfile_instanceId :: Lens' DescribeRoutingProfile Text Source #

The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.

Destructuring the Response

data DescribeRoutingProfileResponse Source #

See: newDescribeRoutingProfileResponse smart constructor.

Constructors

DescribeRoutingProfileResponse' 

Fields

Instances

Instances details
Eq DescribeRoutingProfileResponse Source # 
Instance details

Defined in Amazonka.Connect.DescribeRoutingProfile

Read DescribeRoutingProfileResponse Source # 
Instance details

Defined in Amazonka.Connect.DescribeRoutingProfile

Show DescribeRoutingProfileResponse Source # 
Instance details

Defined in Amazonka.Connect.DescribeRoutingProfile

Generic DescribeRoutingProfileResponse Source # 
Instance details

Defined in Amazonka.Connect.DescribeRoutingProfile

Associated Types

type Rep DescribeRoutingProfileResponse :: Type -> Type #

NFData DescribeRoutingProfileResponse Source # 
Instance details

Defined in Amazonka.Connect.DescribeRoutingProfile

type Rep DescribeRoutingProfileResponse Source # 
Instance details

Defined in Amazonka.Connect.DescribeRoutingProfile

type Rep DescribeRoutingProfileResponse = D1 ('MetaData "DescribeRoutingProfileResponse" "Amazonka.Connect.DescribeRoutingProfile" "libZSservicesZSamazonka-connectZSamazonka-connect" 'False) (C1 ('MetaCons "DescribeRoutingProfileResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "routingProfile") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RoutingProfile)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDescribeRoutingProfileResponse Source #

Create a value of DescribeRoutingProfileResponse 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:routingProfile:DescribeRoutingProfileResponse', describeRoutingProfileResponse_routingProfile - The routing profile.

$sel:httpStatus:DescribeRoutingProfileResponse', describeRoutingProfileResponse_httpStatus - The response's http status code.

Response Lenses