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 |
In an environment account, view the detail data for an environment account connection.
For more information, see Environment account connections in the AWS Proton Administrator guide.
Synopsis
- data GetEnvironmentAccountConnection = GetEnvironmentAccountConnection' {}
- newGetEnvironmentAccountConnection :: Text -> GetEnvironmentAccountConnection
- getEnvironmentAccountConnection_id :: Lens' GetEnvironmentAccountConnection Text
- data GetEnvironmentAccountConnectionResponse = GetEnvironmentAccountConnectionResponse' {}
- newGetEnvironmentAccountConnectionResponse :: Int -> EnvironmentAccountConnection -> GetEnvironmentAccountConnectionResponse
- getEnvironmentAccountConnectionResponse_httpStatus :: Lens' GetEnvironmentAccountConnectionResponse Int
- getEnvironmentAccountConnectionResponse_environmentAccountConnection :: Lens' GetEnvironmentAccountConnectionResponse EnvironmentAccountConnection
Creating a Request
data GetEnvironmentAccountConnection Source #
See: newGetEnvironmentAccountConnection
smart constructor.
Instances
newGetEnvironmentAccountConnection Source #
Create a value of GetEnvironmentAccountConnection
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:id:GetEnvironmentAccountConnection'
, getEnvironmentAccountConnection_id
- The ID of the environment account connection.
Request Lenses
getEnvironmentAccountConnection_id :: Lens' GetEnvironmentAccountConnection Text Source #
The ID of the environment account connection.
Destructuring the Response
data GetEnvironmentAccountConnectionResponse Source #
See: newGetEnvironmentAccountConnectionResponse
smart constructor.
GetEnvironmentAccountConnectionResponse' | |
|
Instances
newGetEnvironmentAccountConnectionResponse Source #
:: Int | |
-> EnvironmentAccountConnection |
|
-> GetEnvironmentAccountConnectionResponse |
Create a value of GetEnvironmentAccountConnectionResponse
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:httpStatus:GetEnvironmentAccountConnectionResponse'
, getEnvironmentAccountConnectionResponse_httpStatus
- The response's http status code.
$sel:environmentAccountConnection:GetEnvironmentAccountConnectionResponse'
, getEnvironmentAccountConnectionResponse_environmentAccountConnection
- The environment account connection detail data that's returned by AWS
Proton.
Response Lenses
getEnvironmentAccountConnectionResponse_httpStatus :: Lens' GetEnvironmentAccountConnectionResponse Int Source #
The response's http status code.
getEnvironmentAccountConnectionResponse_environmentAccountConnection :: Lens' GetEnvironmentAccountConnectionResponse EnvironmentAccountConnection Source #
The environment account connection detail data that's returned by AWS Proton.