| 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.SSM.DeregisterPatchBaselineForPatchGroup
Description
Removes a patch group from a patch baseline.
Synopsis
- data DeregisterPatchBaselineForPatchGroup = DeregisterPatchBaselineForPatchGroup' {
- baselineId :: Text
- patchGroup :: Text
- newDeregisterPatchBaselineForPatchGroup :: Text -> Text -> DeregisterPatchBaselineForPatchGroup
- deregisterPatchBaselineForPatchGroup_baselineId :: Lens' DeregisterPatchBaselineForPatchGroup Text
- deregisterPatchBaselineForPatchGroup_patchGroup :: Lens' DeregisterPatchBaselineForPatchGroup Text
- data DeregisterPatchBaselineForPatchGroupResponse = DeregisterPatchBaselineForPatchGroupResponse' {
- baselineId :: Maybe Text
- patchGroup :: Maybe Text
- httpStatus :: Int
- newDeregisterPatchBaselineForPatchGroupResponse :: Int -> DeregisterPatchBaselineForPatchGroupResponse
- deregisterPatchBaselineForPatchGroupResponse_baselineId :: Lens' DeregisterPatchBaselineForPatchGroupResponse (Maybe Text)
- deregisterPatchBaselineForPatchGroupResponse_patchGroup :: Lens' DeregisterPatchBaselineForPatchGroupResponse (Maybe Text)
- deregisterPatchBaselineForPatchGroupResponse_httpStatus :: Lens' DeregisterPatchBaselineForPatchGroupResponse Int
Creating a Request
data DeregisterPatchBaselineForPatchGroup Source #
See: newDeregisterPatchBaselineForPatchGroup smart constructor.
Constructors
| DeregisterPatchBaselineForPatchGroup' | |
Fields
| |
Instances
newDeregisterPatchBaselineForPatchGroup Source #
Arguments
| :: Text | |
| -> Text | |
| -> DeregisterPatchBaselineForPatchGroup |
Create a value of DeregisterPatchBaselineForPatchGroup 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:
DeregisterPatchBaselineForPatchGroup, deregisterPatchBaselineForPatchGroup_baselineId - The ID of the patch baseline to deregister the patch group from.
DeregisterPatchBaselineForPatchGroup, deregisterPatchBaselineForPatchGroup_patchGroup - The name of the patch group that should be deregistered from the patch
baseline.
Request Lenses
deregisterPatchBaselineForPatchGroup_baselineId :: Lens' DeregisterPatchBaselineForPatchGroup Text Source #
The ID of the patch baseline to deregister the patch group from.
deregisterPatchBaselineForPatchGroup_patchGroup :: Lens' DeregisterPatchBaselineForPatchGroup Text Source #
The name of the patch group that should be deregistered from the patch baseline.
Destructuring the Response
data DeregisterPatchBaselineForPatchGroupResponse Source #
See: newDeregisterPatchBaselineForPatchGroupResponse smart constructor.
Constructors
| DeregisterPatchBaselineForPatchGroupResponse' | |
Fields
| |
Instances
newDeregisterPatchBaselineForPatchGroupResponse Source #
Arguments
| :: Int |
|
| -> DeregisterPatchBaselineForPatchGroupResponse |
Create a value of DeregisterPatchBaselineForPatchGroupResponse 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:
DeregisterPatchBaselineForPatchGroup, deregisterPatchBaselineForPatchGroupResponse_baselineId - The ID of the patch baseline the patch group was deregistered from.
DeregisterPatchBaselineForPatchGroup, deregisterPatchBaselineForPatchGroupResponse_patchGroup - The name of the patch group deregistered from the patch baseline.
$sel:httpStatus:DeregisterPatchBaselineForPatchGroupResponse', deregisterPatchBaselineForPatchGroupResponse_httpStatus - The response's http status code.
Response Lenses
deregisterPatchBaselineForPatchGroupResponse_baselineId :: Lens' DeregisterPatchBaselineForPatchGroupResponse (Maybe Text) Source #
The ID of the patch baseline the patch group was deregistered from.
deregisterPatchBaselineForPatchGroupResponse_patchGroup :: Lens' DeregisterPatchBaselineForPatchGroupResponse (Maybe Text) Source #
The name of the patch group deregistered from the patch baseline.
deregisterPatchBaselineForPatchGroupResponse_httpStatus :: Lens' DeregisterPatchBaselineForPatchGroupResponse Int Source #
The response's http status code.