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

  • nextToken :: Maybe Text

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

  • maxResults :: Maybe Natural

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

  • baselineId :: Text

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

Instances

Instances details
Eq 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

Generic DescribeEffectivePatchesForPatchBaseline Source # 
Instance details

Defined in Amazonka.SSM.DescribeEffectivePatchesForPatchBaseline

NFData DescribeEffectivePatchesForPatchBaseline Source # 
Instance details

Defined in Amazonka.SSM.DescribeEffectivePatchesForPatchBaseline

Hashable DescribeEffectivePatchesForPatchBaseline Source # 
Instance details

Defined in Amazonka.SSM.DescribeEffectivePatchesForPatchBaseline

ToJSON 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

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

type Rep DescribeEffectivePatchesForPatchBaseline Source # 
Instance details

Defined in Amazonka.SSM.DescribeEffectivePatchesForPatchBaseline

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

Defined in Amazonka.SSM.DescribeEffectivePatchesForPatchBaseline

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:nextToken:DescribeEffectivePatchesForPatchBaseline', describeEffectivePatchesForPatchBaseline_nextToken - The token for the next set of items to return. (You received this token from a previous call.)

$sel:maxResults:DescribeEffectivePatchesForPatchBaseline', describeEffectivePatchesForPatchBaseline_maxResults - The maximum number of patches to return (per page).

$sel:baselineId: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
Eq 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

Generic DescribeEffectivePatchesForPatchBaselineResponse Source # 
Instance details

Defined in Amazonka.SSM.DescribeEffectivePatchesForPatchBaseline

NFData 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" "libZSservicesZSamazonka-ssmZSamazonka-ssm" '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.

$sel:nextToken: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.