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 |
Describes the quick connect.
Synopsis
- data DescribeQuickConnect = DescribeQuickConnect' {
- instanceId :: Text
- quickConnectId :: Text
- newDescribeQuickConnect :: Text -> Text -> DescribeQuickConnect
- describeQuickConnect_instanceId :: Lens' DescribeQuickConnect Text
- describeQuickConnect_quickConnectId :: Lens' DescribeQuickConnect Text
- data DescribeQuickConnectResponse = DescribeQuickConnectResponse' {}
- newDescribeQuickConnectResponse :: Int -> DescribeQuickConnectResponse
- describeQuickConnectResponse_quickConnect :: Lens' DescribeQuickConnectResponse (Maybe QuickConnect)
- describeQuickConnectResponse_httpStatus :: Lens' DescribeQuickConnectResponse Int
Creating a Request
data DescribeQuickConnect Source #
See: newDescribeQuickConnect
smart constructor.
DescribeQuickConnect' | |
|
Instances
newDescribeQuickConnect Source #
:: Text | |
-> Text | |
-> DescribeQuickConnect |
Create a value of DescribeQuickConnect
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:DescribeQuickConnect'
, describeQuickConnect_instanceId
- The identifier of the Amazon Connect instance. You can find the
instanceId in the ARN of the instance.
$sel:quickConnectId:DescribeQuickConnect'
, describeQuickConnect_quickConnectId
- The identifier for the quick connect.
Request Lenses
describeQuickConnect_instanceId :: Lens' DescribeQuickConnect Text Source #
The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
describeQuickConnect_quickConnectId :: Lens' DescribeQuickConnect Text Source #
The identifier for the quick connect.
Destructuring the Response
data DescribeQuickConnectResponse Source #
See: newDescribeQuickConnectResponse
smart constructor.
DescribeQuickConnectResponse' | |
|
Instances
newDescribeQuickConnectResponse Source #
Create a value of DescribeQuickConnectResponse
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:quickConnect:DescribeQuickConnectResponse'
, describeQuickConnectResponse_quickConnect
- Information about the quick connect.
$sel:httpStatus:DescribeQuickConnectResponse'
, describeQuickConnectResponse_httpStatus
- The response's http status code.
Response Lenses
describeQuickConnectResponse_quickConnect :: Lens' DescribeQuickConnectResponse (Maybe QuickConnect) Source #
Information about the quick connect.
describeQuickConnectResponse_httpStatus :: Lens' DescribeQuickConnectResponse Int Source #
The response's http status code.