| 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.DeleteNetworkProfile
Description
Deletes a network profile.
Synopsis
- data DeleteNetworkProfile = DeleteNetworkProfile' {}
- newDeleteNetworkProfile :: Text -> DeleteNetworkProfile
- deleteNetworkProfile_arn :: Lens' DeleteNetworkProfile Text
- data DeleteNetworkProfileResponse = DeleteNetworkProfileResponse' {
- httpStatus :: Int
- newDeleteNetworkProfileResponse :: Int -> DeleteNetworkProfileResponse
- deleteNetworkProfileResponse_httpStatus :: Lens' DeleteNetworkProfileResponse Int
Creating a Request
data DeleteNetworkProfile Source #
See: newDeleteNetworkProfile smart constructor.
Constructors
| DeleteNetworkProfile' | |
Instances
newDeleteNetworkProfile Source #
Arguments
| :: Text | |
| -> DeleteNetworkProfile |
Create a value of DeleteNetworkProfile 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:
DeleteNetworkProfile, deleteNetworkProfile_arn - The ARN of the network profile to delete.
Request Lenses
deleteNetworkProfile_arn :: Lens' DeleteNetworkProfile Text Source #
The ARN of the network profile to delete.
Destructuring the Response
data DeleteNetworkProfileResponse Source #
See: newDeleteNetworkProfileResponse smart constructor.
Constructors
| DeleteNetworkProfileResponse' | |
Fields
| |
Instances
newDeleteNetworkProfileResponse Source #
Create a value of DeleteNetworkProfileResponse 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:DeleteNetworkProfileResponse', deleteNetworkProfileResponse_httpStatus - The response's http status code.
Response Lenses
deleteNetworkProfileResponse_httpStatus :: Lens' DeleteNetworkProfileResponse Int Source #
The response's http status code.