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

Description

Registers a patch baseline for a patch group.

Synopsis

Creating a Request

data RegisterPatchBaselineForPatchGroup Source #

Constructors

RegisterPatchBaselineForPatchGroup' 

Fields

  • baselineId :: Text

    The ID of the patch baseline to register with the patch group.

  • patchGroup :: Text

    The name of the patch group to be registered with the patch baseline.

Instances

Instances details
Eq RegisterPatchBaselineForPatchGroup Source # 
Instance details

Defined in Amazonka.SSM.RegisterPatchBaselineForPatchGroup

Read RegisterPatchBaselineForPatchGroup Source # 
Instance details

Defined in Amazonka.SSM.RegisterPatchBaselineForPatchGroup

Show RegisterPatchBaselineForPatchGroup Source # 
Instance details

Defined in Amazonka.SSM.RegisterPatchBaselineForPatchGroup

Generic RegisterPatchBaselineForPatchGroup Source # 
Instance details

Defined in Amazonka.SSM.RegisterPatchBaselineForPatchGroup

Associated Types

type Rep RegisterPatchBaselineForPatchGroup :: Type -> Type #

NFData RegisterPatchBaselineForPatchGroup Source # 
Instance details

Defined in Amazonka.SSM.RegisterPatchBaselineForPatchGroup

Hashable RegisterPatchBaselineForPatchGroup Source # 
Instance details

Defined in Amazonka.SSM.RegisterPatchBaselineForPatchGroup

ToJSON RegisterPatchBaselineForPatchGroup Source # 
Instance details

Defined in Amazonka.SSM.RegisterPatchBaselineForPatchGroup

AWSRequest RegisterPatchBaselineForPatchGroup Source # 
Instance details

Defined in Amazonka.SSM.RegisterPatchBaselineForPatchGroup

ToHeaders RegisterPatchBaselineForPatchGroup Source # 
Instance details

Defined in Amazonka.SSM.RegisterPatchBaselineForPatchGroup

ToPath RegisterPatchBaselineForPatchGroup Source # 
Instance details

Defined in Amazonka.SSM.RegisterPatchBaselineForPatchGroup

ToQuery RegisterPatchBaselineForPatchGroup Source # 
Instance details

Defined in Amazonka.SSM.RegisterPatchBaselineForPatchGroup

type Rep RegisterPatchBaselineForPatchGroup Source # 
Instance details

Defined in Amazonka.SSM.RegisterPatchBaselineForPatchGroup

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

Defined in Amazonka.SSM.RegisterPatchBaselineForPatchGroup

newRegisterPatchBaselineForPatchGroup Source #

Create a value of RegisterPatchBaselineForPatchGroup 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:RegisterPatchBaselineForPatchGroup', registerPatchBaselineForPatchGroup_baselineId - The ID of the patch baseline to register with the patch group.

$sel:patchGroup:RegisterPatchBaselineForPatchGroup', registerPatchBaselineForPatchGroup_patchGroup - The name of the patch group to be registered with the patch baseline.

Request Lenses

registerPatchBaselineForPatchGroup_baselineId :: Lens' RegisterPatchBaselineForPatchGroup Text Source #

The ID of the patch baseline to register with the patch group.

registerPatchBaselineForPatchGroup_patchGroup :: Lens' RegisterPatchBaselineForPatchGroup Text Source #

The name of the patch group to be registered with the patch baseline.

Destructuring the Response

data RegisterPatchBaselineForPatchGroupResponse Source #

Constructors

RegisterPatchBaselineForPatchGroupResponse' 

Fields

Instances

Instances details
Eq RegisterPatchBaselineForPatchGroupResponse Source # 
Instance details

Defined in Amazonka.SSM.RegisterPatchBaselineForPatchGroup

Read RegisterPatchBaselineForPatchGroupResponse Source # 
Instance details

Defined in Amazonka.SSM.RegisterPatchBaselineForPatchGroup

Show RegisterPatchBaselineForPatchGroupResponse Source # 
Instance details

Defined in Amazonka.SSM.RegisterPatchBaselineForPatchGroup

Generic RegisterPatchBaselineForPatchGroupResponse Source # 
Instance details

Defined in Amazonka.SSM.RegisterPatchBaselineForPatchGroup

NFData RegisterPatchBaselineForPatchGroupResponse Source # 
Instance details

Defined in Amazonka.SSM.RegisterPatchBaselineForPatchGroup

type Rep RegisterPatchBaselineForPatchGroupResponse Source # 
Instance details

Defined in Amazonka.SSM.RegisterPatchBaselineForPatchGroup

type Rep RegisterPatchBaselineForPatchGroupResponse = D1 ('MetaData "RegisterPatchBaselineForPatchGroupResponse" "Amazonka.SSM.RegisterPatchBaselineForPatchGroup" "libZSservicesZSamazonka-ssmZSamazonka-ssm" 'False) (C1 ('MetaCons "RegisterPatchBaselineForPatchGroupResponse'" '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))))

newRegisterPatchBaselineForPatchGroupResponse Source #

Create a value of RegisterPatchBaselineForPatchGroupResponse 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:RegisterPatchBaselineForPatchGroup', registerPatchBaselineForPatchGroupResponse_baselineId - The ID of the patch baseline the patch group was registered with.

$sel:patchGroup:RegisterPatchBaselineForPatchGroup', registerPatchBaselineForPatchGroupResponse_patchGroup - The name of the patch group registered with the patch baseline.

$sel:httpStatus:RegisterPatchBaselineForPatchGroupResponse', registerPatchBaselineForPatchGroupResponse_httpStatus - The response's http status code.

Response Lenses