amazonka-ssm-2.0: Amazon Simple Systems Manager (SSM) SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.SSM.DescribePatchGroupState

Description

Returns high-level aggregated patch compliance state information for a patch group.

Synopsis

Creating a Request

data DescribePatchGroupState Source #

See: newDescribePatchGroupState smart constructor.

Constructors

DescribePatchGroupState' 

Fields

  • patchGroup :: Text

    The name of the patch group whose patch snapshot should be retrieved.

Instances

Instances details
ToJSON DescribePatchGroupState Source # 
Instance details

Defined in Amazonka.SSM.DescribePatchGroupState

ToHeaders DescribePatchGroupState Source # 
Instance details

Defined in Amazonka.SSM.DescribePatchGroupState

ToPath DescribePatchGroupState Source # 
Instance details

Defined in Amazonka.SSM.DescribePatchGroupState

ToQuery DescribePatchGroupState Source # 
Instance details

Defined in Amazonka.SSM.DescribePatchGroupState

AWSRequest DescribePatchGroupState Source # 
Instance details

Defined in Amazonka.SSM.DescribePatchGroupState

Generic DescribePatchGroupState Source # 
Instance details

Defined in Amazonka.SSM.DescribePatchGroupState

Associated Types

type Rep DescribePatchGroupState :: Type -> Type #

Read DescribePatchGroupState Source # 
Instance details

Defined in Amazonka.SSM.DescribePatchGroupState

Show DescribePatchGroupState Source # 
Instance details

Defined in Amazonka.SSM.DescribePatchGroupState

NFData DescribePatchGroupState Source # 
Instance details

Defined in Amazonka.SSM.DescribePatchGroupState

Methods

rnf :: DescribePatchGroupState -> () #

Eq DescribePatchGroupState Source # 
Instance details

Defined in Amazonka.SSM.DescribePatchGroupState

Hashable DescribePatchGroupState Source # 
Instance details

Defined in Amazonka.SSM.DescribePatchGroupState

type AWSResponse DescribePatchGroupState Source # 
Instance details

Defined in Amazonka.SSM.DescribePatchGroupState

type Rep DescribePatchGroupState Source # 
Instance details

Defined in Amazonka.SSM.DescribePatchGroupState

type Rep DescribePatchGroupState = D1 ('MetaData "DescribePatchGroupState" "Amazonka.SSM.DescribePatchGroupState" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "DescribePatchGroupState'" 'PrefixI 'True) (S1 ('MetaSel ('Just "patchGroup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDescribePatchGroupState Source #

Create a value of DescribePatchGroupState 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:

DescribePatchGroupState, describePatchGroupState_patchGroup - The name of the patch group whose patch snapshot should be retrieved.

Request Lenses

describePatchGroupState_patchGroup :: Lens' DescribePatchGroupState Text Source #

The name of the patch group whose patch snapshot should be retrieved.

Destructuring the Response

data DescribePatchGroupStateResponse Source #

See: newDescribePatchGroupStateResponse smart constructor.

Constructors

DescribePatchGroupStateResponse' 

Fields

  • instances :: Maybe Int

    The number of managed nodes in the patch group.

  • instancesWithCriticalNonCompliantPatches :: Maybe Int

    The number of managed nodes where patches that are specified as Critical for compliance reporting in the patch baseline aren't installed. These patches might be missing, have failed installation, were rejected, or were installed but awaiting a required managed node reboot. The status of these managed nodes is NON_COMPLIANT.

  • instancesWithFailedPatches :: Maybe Int

    The number of managed nodes with patches from the patch baseline that failed to install.

  • instancesWithInstalledOtherPatches :: Maybe Int

    The number of managed nodes with patches installed that aren't defined in the patch baseline.

  • instancesWithInstalledPatches :: Maybe Int

    The number of managed nodes with installed patches.

  • instancesWithInstalledPendingRebootPatches :: Maybe Int

    The number of managed nodes with patches installed by Patch Manager that haven't been rebooted after the patch installation. The status of these managed nodes is NON_COMPLIANT.

  • instancesWithInstalledRejectedPatches :: Maybe Int

    The number of managed nodes with patches installed that are specified in a RejectedPatches list. Patches with a status of INSTALLED_REJECTED were typically installed before they were added to a RejectedPatches list.

    If ALLOW_AS_DEPENDENCY is the specified option for RejectedPatchesAction, the value of InstancesWithInstalledRejectedPatches will always be 0 (zero).

  • instancesWithMissingPatches :: Maybe Int

    The number of managed nodes with missing patches from the patch baseline.

  • instancesWithNotApplicablePatches :: Maybe Int

    The number of managed nodes with patches that aren't applicable.

  • instancesWithOtherNonCompliantPatches :: Maybe Int

    The number of managed nodes with patches installed that are specified as other than Critical or Security but aren't compliant with the patch baseline. The status of these managed nodes is NON_COMPLIANT.

  • instancesWithSecurityNonCompliantPatches :: Maybe Int

    The number of managed nodes where patches that are specified as Security in a patch advisory aren't installed. These patches might be missing, have failed installation, were rejected, or were installed but awaiting a required managed node reboot. The status of these managed nodes is NON_COMPLIANT.

  • instancesWithUnreportedNotApplicablePatches :: Maybe Int

    The number of managed nodes with NotApplicable patches beyond the supported limit, which aren't reported by name to Inventory. Inventory is a capability of Amazon Web Services Systems Manager.

  • httpStatus :: Int

    The response's http status code.

Instances

Instances details
Generic DescribePatchGroupStateResponse Source # 
Instance details

Defined in Amazonka.SSM.DescribePatchGroupState

Associated Types

type Rep DescribePatchGroupStateResponse :: Type -> Type #

Read DescribePatchGroupStateResponse Source # 
Instance details

Defined in Amazonka.SSM.DescribePatchGroupState

Show DescribePatchGroupStateResponse Source # 
Instance details

Defined in Amazonka.SSM.DescribePatchGroupState

NFData DescribePatchGroupStateResponse Source # 
Instance details

Defined in Amazonka.SSM.DescribePatchGroupState

Eq DescribePatchGroupStateResponse Source # 
Instance details

Defined in Amazonka.SSM.DescribePatchGroupState

type Rep DescribePatchGroupStateResponse Source # 
Instance details

Defined in Amazonka.SSM.DescribePatchGroupState

type Rep DescribePatchGroupStateResponse = D1 ('MetaData "DescribePatchGroupStateResponse" "Amazonka.SSM.DescribePatchGroupState" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "DescribePatchGroupStateResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "instances") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "instancesWithCriticalNonCompliantPatches") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "instancesWithFailedPatches") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))) :*: (S1 ('MetaSel ('Just "instancesWithInstalledOtherPatches") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "instancesWithInstalledPatches") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "instancesWithInstalledPendingRebootPatches") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))) :*: ((S1 ('MetaSel ('Just "instancesWithInstalledRejectedPatches") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "instancesWithMissingPatches") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "instancesWithNotApplicablePatches") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))) :*: ((S1 ('MetaSel ('Just "instancesWithOtherNonCompliantPatches") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "instancesWithSecurityNonCompliantPatches") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "instancesWithUnreportedNotApplicablePatches") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))))

newDescribePatchGroupStateResponse Source #

Create a value of DescribePatchGroupStateResponse 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:instances:DescribePatchGroupStateResponse', describePatchGroupStateResponse_instances - The number of managed nodes in the patch group.

$sel:instancesWithCriticalNonCompliantPatches:DescribePatchGroupStateResponse', describePatchGroupStateResponse_instancesWithCriticalNonCompliantPatches - The number of managed nodes where patches that are specified as Critical for compliance reporting in the patch baseline aren't installed. These patches might be missing, have failed installation, were rejected, or were installed but awaiting a required managed node reboot. The status of these managed nodes is NON_COMPLIANT.

$sel:instancesWithFailedPatches:DescribePatchGroupStateResponse', describePatchGroupStateResponse_instancesWithFailedPatches - The number of managed nodes with patches from the patch baseline that failed to install.

$sel:instancesWithInstalledOtherPatches:DescribePatchGroupStateResponse', describePatchGroupStateResponse_instancesWithInstalledOtherPatches - The number of managed nodes with patches installed that aren't defined in the patch baseline.

$sel:instancesWithInstalledPatches:DescribePatchGroupStateResponse', describePatchGroupStateResponse_instancesWithInstalledPatches - The number of managed nodes with installed patches.

$sel:instancesWithInstalledPendingRebootPatches:DescribePatchGroupStateResponse', describePatchGroupStateResponse_instancesWithInstalledPendingRebootPatches - The number of managed nodes with patches installed by Patch Manager that haven't been rebooted after the patch installation. The status of these managed nodes is NON_COMPLIANT.

$sel:instancesWithInstalledRejectedPatches:DescribePatchGroupStateResponse', describePatchGroupStateResponse_instancesWithInstalledRejectedPatches - The number of managed nodes with patches installed that are specified in a RejectedPatches list. Patches with a status of INSTALLED_REJECTED were typically installed before they were added to a RejectedPatches list.

If ALLOW_AS_DEPENDENCY is the specified option for RejectedPatchesAction, the value of InstancesWithInstalledRejectedPatches will always be 0 (zero).

$sel:instancesWithMissingPatches:DescribePatchGroupStateResponse', describePatchGroupStateResponse_instancesWithMissingPatches - The number of managed nodes with missing patches from the patch baseline.

$sel:instancesWithNotApplicablePatches:DescribePatchGroupStateResponse', describePatchGroupStateResponse_instancesWithNotApplicablePatches - The number of managed nodes with patches that aren't applicable.

$sel:instancesWithOtherNonCompliantPatches:DescribePatchGroupStateResponse', describePatchGroupStateResponse_instancesWithOtherNonCompliantPatches - The number of managed nodes with patches installed that are specified as other than Critical or Security but aren't compliant with the patch baseline. The status of these managed nodes is NON_COMPLIANT.

$sel:instancesWithSecurityNonCompliantPatches:DescribePatchGroupStateResponse', describePatchGroupStateResponse_instancesWithSecurityNonCompliantPatches - The number of managed nodes where patches that are specified as Security in a patch advisory aren't installed. These patches might be missing, have failed installation, were rejected, or were installed but awaiting a required managed node reboot. The status of these managed nodes is NON_COMPLIANT.

$sel:instancesWithUnreportedNotApplicablePatches:DescribePatchGroupStateResponse', describePatchGroupStateResponse_instancesWithUnreportedNotApplicablePatches - The number of managed nodes with NotApplicable patches beyond the supported limit, which aren't reported by name to Inventory. Inventory is a capability of Amazon Web Services Systems Manager.

$sel:httpStatus:DescribePatchGroupStateResponse', describePatchGroupStateResponse_httpStatus - The response's http status code.

Response Lenses

describePatchGroupStateResponse_instancesWithCriticalNonCompliantPatches :: Lens' DescribePatchGroupStateResponse (Maybe Int) Source #

The number of managed nodes where patches that are specified as Critical for compliance reporting in the patch baseline aren't installed. These patches might be missing, have failed installation, were rejected, or were installed but awaiting a required managed node reboot. The status of these managed nodes is NON_COMPLIANT.

describePatchGroupStateResponse_instancesWithFailedPatches :: Lens' DescribePatchGroupStateResponse (Maybe Int) Source #

The number of managed nodes with patches from the patch baseline that failed to install.

describePatchGroupStateResponse_instancesWithInstalledOtherPatches :: Lens' DescribePatchGroupStateResponse (Maybe Int) Source #

The number of managed nodes with patches installed that aren't defined in the patch baseline.

describePatchGroupStateResponse_instancesWithInstalledPendingRebootPatches :: Lens' DescribePatchGroupStateResponse (Maybe Int) Source #

The number of managed nodes with patches installed by Patch Manager that haven't been rebooted after the patch installation. The status of these managed nodes is NON_COMPLIANT.

describePatchGroupStateResponse_instancesWithInstalledRejectedPatches :: Lens' DescribePatchGroupStateResponse (Maybe Int) Source #

The number of managed nodes with patches installed that are specified in a RejectedPatches list. Patches with a status of INSTALLED_REJECTED were typically installed before they were added to a RejectedPatches list.

If ALLOW_AS_DEPENDENCY is the specified option for RejectedPatchesAction, the value of InstancesWithInstalledRejectedPatches will always be 0 (zero).

describePatchGroupStateResponse_instancesWithMissingPatches :: Lens' DescribePatchGroupStateResponse (Maybe Int) Source #

The number of managed nodes with missing patches from the patch baseline.

describePatchGroupStateResponse_instancesWithOtherNonCompliantPatches :: Lens' DescribePatchGroupStateResponse (Maybe Int) Source #

The number of managed nodes with patches installed that are specified as other than Critical or Security but aren't compliant with the patch baseline. The status of these managed nodes is NON_COMPLIANT.

describePatchGroupStateResponse_instancesWithSecurityNonCompliantPatches :: Lens' DescribePatchGroupStateResponse (Maybe Int) Source #

The number of managed nodes where patches that are specified as Security in a patch advisory aren't installed. These patches might be missing, have failed installation, were rejected, or were installed but awaiting a required managed node reboot. The status of these managed nodes is NON_COMPLIANT.

describePatchGroupStateResponse_instancesWithUnreportedNotApplicablePatches :: Lens' DescribePatchGroupStateResponse (Maybe Int) Source #

The number of managed nodes with NotApplicable patches beyond the supported limit, which aren't reported by name to Inventory. Inventory is a capability of Amazon Web Services Systems Manager.