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

Description

Retrieves the patch baseline that should be used for the specified patch group.

Synopsis

Creating a Request

data GetPatchBaselineForPatchGroup Source #

See: newGetPatchBaselineForPatchGroup smart constructor.

Constructors

GetPatchBaselineForPatchGroup' 

Fields

Instances

Instances details
Eq GetPatchBaselineForPatchGroup Source # 
Instance details

Defined in Amazonka.SSM.GetPatchBaselineForPatchGroup

Read GetPatchBaselineForPatchGroup Source # 
Instance details

Defined in Amazonka.SSM.GetPatchBaselineForPatchGroup

Show GetPatchBaselineForPatchGroup Source # 
Instance details

Defined in Amazonka.SSM.GetPatchBaselineForPatchGroup

Generic GetPatchBaselineForPatchGroup Source # 
Instance details

Defined in Amazonka.SSM.GetPatchBaselineForPatchGroup

Associated Types

type Rep GetPatchBaselineForPatchGroup :: Type -> Type #

NFData GetPatchBaselineForPatchGroup Source # 
Instance details

Defined in Amazonka.SSM.GetPatchBaselineForPatchGroup

Hashable GetPatchBaselineForPatchGroup Source # 
Instance details

Defined in Amazonka.SSM.GetPatchBaselineForPatchGroup

ToJSON GetPatchBaselineForPatchGroup Source # 
Instance details

Defined in Amazonka.SSM.GetPatchBaselineForPatchGroup

AWSRequest GetPatchBaselineForPatchGroup Source # 
Instance details

Defined in Amazonka.SSM.GetPatchBaselineForPatchGroup

ToHeaders GetPatchBaselineForPatchGroup Source # 
Instance details

Defined in Amazonka.SSM.GetPatchBaselineForPatchGroup

ToPath GetPatchBaselineForPatchGroup Source # 
Instance details

Defined in Amazonka.SSM.GetPatchBaselineForPatchGroup

ToQuery GetPatchBaselineForPatchGroup Source # 
Instance details

Defined in Amazonka.SSM.GetPatchBaselineForPatchGroup

type Rep GetPatchBaselineForPatchGroup Source # 
Instance details

Defined in Amazonka.SSM.GetPatchBaselineForPatchGroup

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

Defined in Amazonka.SSM.GetPatchBaselineForPatchGroup

newGetPatchBaselineForPatchGroup Source #

Create a value of GetPatchBaselineForPatchGroup 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:operatingSystem:GetPatchBaselineForPatchGroup', getPatchBaselineForPatchGroup_operatingSystem - Returns he operating system rule specified for patch groups using the patch baseline.

$sel:patchGroup:GetPatchBaselineForPatchGroup', getPatchBaselineForPatchGroup_patchGroup - The name of the patch group whose patch baseline should be retrieved.

Request Lenses

getPatchBaselineForPatchGroup_operatingSystem :: Lens' GetPatchBaselineForPatchGroup (Maybe OperatingSystem) Source #

Returns he operating system rule specified for patch groups using the patch baseline.

getPatchBaselineForPatchGroup_patchGroup :: Lens' GetPatchBaselineForPatchGroup Text Source #

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

Destructuring the Response

data GetPatchBaselineForPatchGroupResponse Source #

Constructors

GetPatchBaselineForPatchGroupResponse' 

Fields

Instances

Instances details
Eq GetPatchBaselineForPatchGroupResponse Source # 
Instance details

Defined in Amazonka.SSM.GetPatchBaselineForPatchGroup

Read GetPatchBaselineForPatchGroupResponse Source # 
Instance details

Defined in Amazonka.SSM.GetPatchBaselineForPatchGroup

Show GetPatchBaselineForPatchGroupResponse Source # 
Instance details

Defined in Amazonka.SSM.GetPatchBaselineForPatchGroup

Generic GetPatchBaselineForPatchGroupResponse Source # 
Instance details

Defined in Amazonka.SSM.GetPatchBaselineForPatchGroup

NFData GetPatchBaselineForPatchGroupResponse Source # 
Instance details

Defined in Amazonka.SSM.GetPatchBaselineForPatchGroup

type Rep GetPatchBaselineForPatchGroupResponse Source # 
Instance details

Defined in Amazonka.SSM.GetPatchBaselineForPatchGroup

type Rep GetPatchBaselineForPatchGroupResponse = D1 ('MetaData "GetPatchBaselineForPatchGroupResponse" "Amazonka.SSM.GetPatchBaselineForPatchGroup" "libZSservicesZSamazonka-ssmZSamazonka-ssm" 'False) (C1 ('MetaCons "GetPatchBaselineForPatchGroupResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "operatingSystem") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OperatingSystem)) :*: 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))))

newGetPatchBaselineForPatchGroupResponse Source #

Create a value of GetPatchBaselineForPatchGroupResponse 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:operatingSystem:GetPatchBaselineForPatchGroup', getPatchBaselineForPatchGroupResponse_operatingSystem - The operating system rule specified for patch groups using the patch baseline.

$sel:baselineId:GetPatchBaselineForPatchGroupResponse', getPatchBaselineForPatchGroupResponse_baselineId - The ID of the patch baseline that should be used for the patch group.

$sel:patchGroup:GetPatchBaselineForPatchGroup', getPatchBaselineForPatchGroupResponse_patchGroup - The name of the patch group.

$sel:httpStatus:GetPatchBaselineForPatchGroupResponse', getPatchBaselineForPatchGroupResponse_httpStatus - The response's http status code.

Response Lenses

getPatchBaselineForPatchGroupResponse_operatingSystem :: Lens' GetPatchBaselineForPatchGroupResponse (Maybe OperatingSystem) Source #

The operating system rule specified for patch groups using the patch baseline.

getPatchBaselineForPatchGroupResponse_baselineId :: Lens' GetPatchBaselineForPatchGroupResponse (Maybe Text) Source #

The ID of the patch baseline that should be used for the patch group.