| 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 |
Amazonka.DeviceFarm.DeleteVPCEConfiguration
Description
Deletes a configuration for your Amazon Virtual Private Cloud (VPC) endpoint.
Synopsis
- data DeleteVPCEConfiguration = DeleteVPCEConfiguration' {}
- newDeleteVPCEConfiguration :: Text -> DeleteVPCEConfiguration
- deleteVPCEConfiguration_arn :: Lens' DeleteVPCEConfiguration Text
- data DeleteVPCEConfigurationResponse = DeleteVPCEConfigurationResponse' {
- httpStatus :: Int
- newDeleteVPCEConfigurationResponse :: Int -> DeleteVPCEConfigurationResponse
- deleteVPCEConfigurationResponse_httpStatus :: Lens' DeleteVPCEConfigurationResponse Int
Creating a Request
data DeleteVPCEConfiguration Source #
See: newDeleteVPCEConfiguration smart constructor.
Constructors
| DeleteVPCEConfiguration' | |
Instances
newDeleteVPCEConfiguration Source #
Arguments
| :: Text | |
| -> DeleteVPCEConfiguration |
Create a value of DeleteVPCEConfiguration 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:
DeleteVPCEConfiguration, deleteVPCEConfiguration_arn - The Amazon Resource Name (ARN) of the VPC endpoint configuration you
want to delete.
Request Lenses
deleteVPCEConfiguration_arn :: Lens' DeleteVPCEConfiguration Text Source #
The Amazon Resource Name (ARN) of the VPC endpoint configuration you want to delete.
Destructuring the Response
data DeleteVPCEConfigurationResponse Source #
See: newDeleteVPCEConfigurationResponse smart constructor.
Constructors
| DeleteVPCEConfigurationResponse' | |
Fields
| |
Instances
newDeleteVPCEConfigurationResponse Source #
Create a value of DeleteVPCEConfigurationResponse 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:DeleteVPCEConfigurationResponse', deleteVPCEConfigurationResponse_httpStatus - The response's http status code.
Response Lenses
deleteVPCEConfigurationResponse_httpStatus :: Lens' DeleteVPCEConfigurationResponse Int Source #
The response's http status code.