libZSservicesZSamazonka-ssmZSamazonka-ssm
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.SSM.DeregisterPatchBaselineForPatchGroup

Description

Removes a patch group from a patch baseline.

Synopsis

Creating a Request

data DeregisterPatchBaselineForPatchGroup Source #

Constructors

DeregisterPatchBaselineForPatchGroup' 

Fields

  • baselineId :: Text

    The ID of the patch baseline to deregister the patch group from.

  • patchGroup :: Text

    The name of the patch group that should be deregistered from the patch baseline.

Instances

Instances details
Eq DeregisterPatchBaselineForPatchGroup Source # 
Instance details

Defined in Amazonka.SSM.DeregisterPatchBaselineForPatchGroup

Read DeregisterPatchBaselineForPatchGroup Source # 
Instance details

Defined in Amazonka.SSM.DeregisterPatchBaselineForPatchGroup

Show DeregisterPatchBaselineForPatchGroup Source # 
Instance details

Defined in Amazonka.SSM.DeregisterPatchBaselineForPatchGroup

Generic DeregisterPatchBaselineForPatchGroup Source # 
Instance details

Defined in Amazonka.SSM.DeregisterPatchBaselineForPatchGroup

NFData DeregisterPatchBaselineForPatchGroup Source # 
Instance details

Defined in Amazonka.SSM.DeregisterPatchBaselineForPatchGroup

Hashable DeregisterPatchBaselineForPatchGroup Source # 
Instance details

Defined in Amazonka.SSM.DeregisterPatchBaselineForPatchGroup

ToJSON DeregisterPatchBaselineForPatchGroup Source # 
Instance details

Defined in Amazonka.SSM.DeregisterPatchBaselineForPatchGroup

AWSRequest DeregisterPatchBaselineForPatchGroup Source # 
Instance details

Defined in Amazonka.SSM.DeregisterPatchBaselineForPatchGroup

ToHeaders DeregisterPatchBaselineForPatchGroup Source # 
Instance details

Defined in Amazonka.SSM.DeregisterPatchBaselineForPatchGroup

ToPath DeregisterPatchBaselineForPatchGroup Source # 
Instance details

Defined in Amazonka.SSM.DeregisterPatchBaselineForPatchGroup

ToQuery DeregisterPatchBaselineForPatchGroup Source # 
Instance details

Defined in Amazonka.SSM.DeregisterPatchBaselineForPatchGroup

type Rep DeregisterPatchBaselineForPatchGroup Source # 
Instance details

Defined in Amazonka.SSM.DeregisterPatchBaselineForPatchGroup

type Rep DeregisterPatchBaselineForPatchGroup = D1 ('MetaData "DeregisterPatchBaselineForPatchGroup" "Amazonka.SSM.DeregisterPatchBaselineForPatchGroup" "libZSservicesZSamazonka-ssmZSamazonka-ssm" 'False) (C1 ('MetaCons "DeregisterPatchBaselineForPatchGroup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "baselineId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "patchGroup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeregisterPatchBaselineForPatchGroup Source # 
Instance details

Defined in Amazonka.SSM.DeregisterPatchBaselineForPatchGroup

newDeregisterPatchBaselineForPatchGroup Source #

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:

$sel:baselineId:DeregisterPatchBaselineForPatchGroup', deregisterPatchBaselineForPatchGroup_baselineId - The ID of the patch baseline to deregister the patch group from.

$sel:patchGroup: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 #

Constructors

DeregisterPatchBaselineForPatchGroupResponse' 

Fields

Instances

Instances details
Eq DeregisterPatchBaselineForPatchGroupResponse Source # 
Instance details

Defined in Amazonka.SSM.DeregisterPatchBaselineForPatchGroup

Read DeregisterPatchBaselineForPatchGroupResponse Source # 
Instance details

Defined in Amazonka.SSM.DeregisterPatchBaselineForPatchGroup

Show DeregisterPatchBaselineForPatchGroupResponse Source # 
Instance details

Defined in Amazonka.SSM.DeregisterPatchBaselineForPatchGroup

Generic DeregisterPatchBaselineForPatchGroupResponse Source # 
Instance details

Defined in Amazonka.SSM.DeregisterPatchBaselineForPatchGroup

NFData DeregisterPatchBaselineForPatchGroupResponse Source # 
Instance details

Defined in Amazonka.SSM.DeregisterPatchBaselineForPatchGroup

type Rep DeregisterPatchBaselineForPatchGroupResponse Source # 
Instance details

Defined in Amazonka.SSM.DeregisterPatchBaselineForPatchGroup

type Rep DeregisterPatchBaselineForPatchGroupResponse = D1 ('MetaData "DeregisterPatchBaselineForPatchGroupResponse" "Amazonka.SSM.DeregisterPatchBaselineForPatchGroup" "libZSservicesZSamazonka-ssmZSamazonka-ssm" 'False) (C1 ('MetaCons "DeregisterPatchBaselineForPatchGroupResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "baselineId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "patchGroup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDeregisterPatchBaselineForPatchGroupResponse Source #

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:

$sel:baselineId:DeregisterPatchBaselineForPatchGroup', deregisterPatchBaselineForPatchGroupResponse_baselineId - The ID of the patch baseline the patch group was deregistered from.

$sel:patchGroup: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