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 network profile by the network profile ARN.
Synopsis
- data DeleteNetworkProfile = DeleteNetworkProfile' {}
- newDeleteNetworkProfile :: Text -> DeleteNetworkProfile
- deleteNetworkProfile_networkProfileArn :: 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.
DeleteNetworkProfile' | |
|
Instances
newDeleteNetworkProfile Source #
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:
$sel:networkProfileArn:DeleteNetworkProfile'
, deleteNetworkProfile_networkProfileArn
- The ARN of the network profile associated with a device.
Request Lenses
deleteNetworkProfile_networkProfileArn :: Lens' DeleteNetworkProfile Text Source #
The ARN of the network profile associated with a device.
Destructuring the Response
data DeleteNetworkProfileResponse Source #
See: newDeleteNetworkProfileResponse
smart constructor.
DeleteNetworkProfileResponse' | |
|
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.