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 |
Returns information about the configuration settings for your Amazon Virtual Private Cloud (VPC) endpoint.
Synopsis
- data GetVPCEConfiguration = GetVPCEConfiguration' {}
- newGetVPCEConfiguration :: Text -> GetVPCEConfiguration
- getVPCEConfiguration_arn :: Lens' GetVPCEConfiguration Text
- data GetVPCEConfigurationResponse = GetVPCEConfigurationResponse' {}
- newGetVPCEConfigurationResponse :: Int -> GetVPCEConfigurationResponse
- getVPCEConfigurationResponse_vpceConfiguration :: Lens' GetVPCEConfigurationResponse (Maybe VPCEConfiguration)
- getVPCEConfigurationResponse_httpStatus :: Lens' GetVPCEConfigurationResponse Int
Creating a Request
data GetVPCEConfiguration Source #
See: newGetVPCEConfiguration
smart constructor.
Instances
newGetVPCEConfiguration Source #
Create a value of GetVPCEConfiguration
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:
GetVPCEConfiguration
, getVPCEConfiguration_arn
- The Amazon Resource Name (ARN) of the VPC endpoint configuration you
want to describe.
Request Lenses
getVPCEConfiguration_arn :: Lens' GetVPCEConfiguration Text Source #
The Amazon Resource Name (ARN) of the VPC endpoint configuration you want to describe.
Destructuring the Response
data GetVPCEConfigurationResponse Source #
See: newGetVPCEConfigurationResponse
smart constructor.
GetVPCEConfigurationResponse' | |
|
Instances
newGetVPCEConfigurationResponse Source #
Create a value of GetVPCEConfigurationResponse
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:vpceConfiguration:GetVPCEConfigurationResponse'
, getVPCEConfigurationResponse_vpceConfiguration
- An object that contains information about your VPC endpoint
configuration.
$sel:httpStatus:GetVPCEConfigurationResponse'
, getVPCEConfigurationResponse_httpStatus
- The response's http status code.
Response Lenses
getVPCEConfigurationResponse_vpceConfiguration :: Lens' GetVPCEConfigurationResponse (Maybe VPCEConfiguration) Source #
An object that contains information about your VPC endpoint configuration.
getVPCEConfigurationResponse_httpStatus :: Lens' GetVPCEConfigurationResponse Int Source #
The response's http status code.