| Copyright | (c) 2013-2018 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 |
| Language | Haskell2010 |
Network.AWS.DeviceFarm.DeleteVPCEConfiguration
Description
Deletes a configuration for your Amazon Virtual Private Cloud (VPC) endpoint.
- deleteVPCEConfiguration :: Text -> DeleteVPCEConfiguration
- data DeleteVPCEConfiguration
- dvecArn :: Lens' DeleteVPCEConfiguration Text
- deleteVPCEConfigurationResponse :: Int -> DeleteVPCEConfigurationResponse
- data DeleteVPCEConfigurationResponse
- dvecrsResponseStatus :: Lens' DeleteVPCEConfigurationResponse Int
Creating a Request
deleteVPCEConfiguration Source #
Arguments
| :: Text | |
| -> DeleteVPCEConfiguration |
Creates a value of DeleteVPCEConfiguration with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dvecArn- The Amazon Resource Name (ARN) of the VPC endpoint configuration you want to delete.
data DeleteVPCEConfiguration Source #
See: deleteVPCEConfiguration smart constructor.
Instances
Request Lenses
dvecArn :: Lens' DeleteVPCEConfiguration Text Source #
The Amazon Resource Name (ARN) of the VPC endpoint configuration you want to delete.
Destructuring the Response
deleteVPCEConfigurationResponse Source #
Arguments
| :: Int | |
| -> DeleteVPCEConfigurationResponse |
Creates a value of DeleteVPCEConfigurationResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dvecrsResponseStatus- -- | The response status code.
data DeleteVPCEConfigurationResponse Source #
See: deleteVPCEConfigurationResponse smart constructor.
Instances
Response Lenses
dvecrsResponseStatus :: Lens' DeleteVPCEConfigurationResponse Int Source #
- - | The response status code.