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 |
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.
Instances
newDeleteVPCEConfiguration Source #
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:
$sel:arn: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.
DeleteVPCEConfigurationResponse' | |
|
Instances
Eq DeleteVPCEConfigurationResponse Source # | |
Read DeleteVPCEConfigurationResponse Source # | |
Show DeleteVPCEConfigurationResponse Source # | |
Defined in Amazonka.DeviceFarm.DeleteVPCEConfiguration | |
Generic DeleteVPCEConfigurationResponse Source # | |
NFData DeleteVPCEConfigurationResponse Source # | |
Defined in Amazonka.DeviceFarm.DeleteVPCEConfiguration rnf :: DeleteVPCEConfigurationResponse -> () # | |
type Rep DeleteVPCEConfigurationResponse Source # | |
Defined in Amazonka.DeviceFarm.DeleteVPCEConfiguration type Rep DeleteVPCEConfigurationResponse = D1 ('MetaData "DeleteVPCEConfigurationResponse" "Amazonka.DeviceFarm.DeleteVPCEConfiguration" "libZSservicesZSamazonka-devicefarmZSamazonka-devicefarm" 'False) (C1 ('MetaCons "DeleteVPCEConfigurationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) |
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.