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.MediaLive.DeleteInputSecurityGroup
Description
Deletes an Input Security Group
Synopsis
- data DeleteInputSecurityGroup = DeleteInputSecurityGroup' {}
- newDeleteInputSecurityGroup :: Text -> DeleteInputSecurityGroup
- deleteInputSecurityGroup_inputSecurityGroupId :: Lens' DeleteInputSecurityGroup Text
- data DeleteInputSecurityGroupResponse = DeleteInputSecurityGroupResponse' {
- httpStatus :: Int
- newDeleteInputSecurityGroupResponse :: Int -> DeleteInputSecurityGroupResponse
- deleteInputSecurityGroupResponse_httpStatus :: Lens' DeleteInputSecurityGroupResponse Int
Creating a Request
data DeleteInputSecurityGroup Source #
Placeholder documentation for DeleteInputSecurityGroupRequest
See: newDeleteInputSecurityGroup
smart constructor.
Constructors
DeleteInputSecurityGroup' | |
Fields
|
Instances
newDeleteInputSecurityGroup Source #
Create a value of DeleteInputSecurityGroup
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:inputSecurityGroupId:DeleteInputSecurityGroup'
, deleteInputSecurityGroup_inputSecurityGroupId
- The Input Security Group to delete
Request Lenses
deleteInputSecurityGroup_inputSecurityGroupId :: Lens' DeleteInputSecurityGroup Text Source #
The Input Security Group to delete
Destructuring the Response
data DeleteInputSecurityGroupResponse Source #
Placeholder documentation for DeleteInputSecurityGroupResponse
See: newDeleteInputSecurityGroupResponse
smart constructor.
Constructors
DeleteInputSecurityGroupResponse' | |
Fields
|
Instances
newDeleteInputSecurityGroupResponse Source #
Create a value of DeleteInputSecurityGroupResponse
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:DeleteInputSecurityGroupResponse'
, deleteInputSecurityGroupResponse_httpStatus
- The response's http status code.
Response Lenses
deleteInputSecurityGroupResponse_httpStatus :: Lens' DeleteInputSecurityGroupResponse Int Source #
The response's http status code.