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.DescribeEffectivePatchesForPatchBaseline

Description

Retrieves the current effective patches (the patch and the approval state) for the specified patch baseline. Applies to patch baselines for Windows only.

This operation returns paginated results.

Synopsis

Creating a Request

data DescribeEffectivePatchesForPatchBaseline Source #

Constructors

DescribeEffectivePatchesForPatchBaseline' 

Fields

  • maxResults :: Maybe Natural

    The maximum number of patches to return (per page).

  • nextToken :: Maybe Text

    The token for the next set of items to return. (You received this token from a previous call.)

  • baselineId :: Text

    The ID of the patch baseline to retrieve the effective patches for.

Instances

Instances details
ToJSON DescribeEffectivePatchesForPatchBaseline Source # 
Instance details

Defined in Amazonka.SSM.DescribeEffectivePatchesForPatchBaseline

ToHeaders DescribeEffectivePatchesForPatchBaseline Source # 
Instance details

Defined in Amazonka.SSM.DescribeEffectivePatchesForPatchBaseline

ToPath DescribeEffectivePatchesForPatchBaseline Source # 
Instance details

Defined in Amazonka.SSM.DescribeEffectivePatchesForPatchBaseline

ToQuery DescribeEffectivePatchesForPatchBaseline Source # 
Instance details

Defined in Amazonka.SSM.DescribeEffectivePatchesForPatchBaseline

AWSPager DescribeEffectivePatchesForPatchBaseline Source # 
Instance details

Defined in Amazonka.SSM.DescribeEffectivePatchesForPatchBaseline

AWSRequest DescribeEffectivePatchesForPatchBaseline Source # 
Instance details

Defined in Amazonka.SSM.DescribeEffectivePatchesForPatchBaseline

Generic DescribeEffectivePatchesForPatchBaseline Source # 
Instance details

Defined in Amazonka.SSM.DescribeEffectivePatchesForPatchBaseline

Read DescribeEffectivePatchesForPatchBaseline Source # 
Instance details

Defined in Amazonka.SSM.DescribeEffectivePatchesForPatchBaseline

Show DescribeEffectivePatchesForPatchBaseline Source # 
Instance details

Defined in Amazonka.SSM.DescribeEffectivePatchesForPatchBaseline

NFData DescribeEffectivePatchesForPatchBaseline Source # 
Instance details

Defined in Amazonka.SSM.DescribeEffectivePatchesForPatchBaseline

Eq DescribeEffectivePatchesForPatchBaseline Source # 
Instance details

Defined in Amazonka.SSM.DescribeEffectivePatchesForPatchBaseline

Hashable DescribeEffectivePatchesForPatchBaseline Source # 
Instance details

Defined in Amazonka.SSM.DescribeEffectivePatchesForPatchBaseline

type AWSResponse DescribeEffectivePatchesForPatchBaseline Source # 
Instance details

Defined in Amazonka.SSM.DescribeEffectivePatchesForPatchBaseline

type Rep DescribeEffectivePatchesForPatchBaseline Source # 
Instance details

Defined in Amazonka.SSM.DescribeEffectivePatchesForPatchBaseline

type Rep DescribeEffectivePatchesForPatchBaseline = D1 ('MetaData "DescribeEffectivePatchesForPatchBaseline" "Amazonka.SSM.DescribeEffectivePatchesForPatchBaseline" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "DescribeEffectivePatchesForPatchBaseline'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "baselineId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newDescribeEffectivePatchesForPatchBaseline Source #

Create a value of DescribeEffectivePatchesForPatchBaseline 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:maxResults:DescribeEffectivePatchesForPatchBaseline', describeEffectivePatchesForPatchBaseline_maxResults - The maximum number of patches to return (per page).

DescribeEffectivePatchesForPatchBaseline, describeEffectivePatchesForPatchBaseline_nextToken - The token for the next set of items to return. (You received this token from a previous call.)

DescribeEffectivePatchesForPatchBaseline, describeEffectivePatchesForPatchBaseline_baselineId - The ID of the patch baseline to retrieve the effective patches for.

Request Lenses

describeEffectivePatchesForPatchBaseline_nextToken :: Lens' DescribeEffectivePatchesForPatchBaseline (Maybe Text) Source #

The token for the next set of items to return. (You received this token from a previous call.)

describeEffectivePatchesForPatchBaseline_baselineId :: Lens' DescribeEffectivePatchesForPatchBaseline Text Source #

The ID of the patch baseline to retrieve the effective patches for.

Destructuring the Response

data DescribeEffectivePatchesForPatchBaselineResponse Source #

Constructors

DescribeEffectivePatchesForPatchBaselineResponse' 

Fields

Instances

Instances details
Generic DescribeEffectivePatchesForPatchBaselineResponse Source # 
Instance details

Defined in Amazonka.SSM.DescribeEffectivePatchesForPatchBaseline

Read DescribeEffectivePatchesForPatchBaselineResponse Source # 
Instance details

Defined in Amazonka.SSM.DescribeEffectivePatchesForPatchBaseline

Show DescribeEffectivePatchesForPatchBaselineResponse Source # 
Instance details

Defined in Amazonka.SSM.DescribeEffectivePatchesForPatchBaseline

NFData DescribeEffectivePatchesForPatchBaselineResponse Source # 
Instance details

Defined in Amazonka.SSM.DescribeEffectivePatchesForPatchBaseline

Eq DescribeEffectivePatchesForPatchBaselineResponse Source # 
Instance details

Defined in Amazonka.SSM.DescribeEffectivePatchesForPatchBaseline

type Rep DescribeEffectivePatchesForPatchBaselineResponse Source # 
Instance details

Defined in Amazonka.SSM.DescribeEffectivePatchesForPatchBaseline

type Rep DescribeEffectivePatchesForPatchBaselineResponse = D1 ('MetaData "DescribeEffectivePatchesForPatchBaselineResponse" "Amazonka.SSM.DescribeEffectivePatchesForPatchBaseline" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "DescribeEffectivePatchesForPatchBaselineResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "effectivePatches") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [EffectivePatch])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeEffectivePatchesForPatchBaselineResponse Source #

Create a value of DescribeEffectivePatchesForPatchBaselineResponse 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:effectivePatches:DescribeEffectivePatchesForPatchBaselineResponse', describeEffectivePatchesForPatchBaselineResponse_effectivePatches - An array of patches and patch status.

DescribeEffectivePatchesForPatchBaseline, describeEffectivePatchesForPatchBaselineResponse_nextToken - The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

$sel:httpStatus:DescribeEffectivePatchesForPatchBaselineResponse', describeEffectivePatchesForPatchBaselineResponse_httpStatus - The response's http status code.

Response Lenses

describeEffectivePatchesForPatchBaselineResponse_nextToken :: Lens' DescribeEffectivePatchesForPatchBaselineResponse (Maybe Text) Source #

The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.